.summerizeAlertMessage {
   border: 2px solid rgb(182, 0, 0);
}

.loginTitle {
     font-size: large;
}
 .paddedBottom {
     padding-bottom: 10px;
}

.h1Large {
           
   font-size:xx-large;     
        
}
  
 .slds-scope .slds-spinner {
     position:fixed;
}
 .slds-scope ol, .slds-scope ul {
     list-style: disc;
}
 .sfdc_richtext table {
     width:120%;
}
 .message {
     padding:0;
}
 .backgroundGrey {
     background-color:#efefef;
}
 @media only screen and (max-width: 900px) and (min-width: 200px) {
     .loginTitle {
         margin-top: -3rem;
    }
     .slds-scope li {
         max-width:90%;
    }
     .sfdc_richtext h1, .sfdc_richtext h2{
         font-size:1.1em !important;
         font-weight:bold !important;
         padding-bottom:15px;
         padding-top:15px;
    }
     .datePicker .dateBar {
         white-space: unset;
    }
     .dropdown-menu, .open>.dropdown-menu {
         min-width: 300px;
    }
     .open>.dropdown-menu {
         white-space: pre-line;
         text-align: center;
    }
     .tab_description{
         word-wrap: break-word;
    }
     .inputFile {
         max-width: 300px;
    }
     .slds-scope td {
         display:grid;
    }
}
 @media (min-width: 900px) {
     .sfdc_richtext h1, .sfdc_richtext h2{
         font-size:1.3em !important;
         font-weight:bold !important;
         //text-align: center;
         padding-bottom:5px;
         padding-top:10px;
    }
     .wrapText {
         white-space:pre-wrap;
    }
     .loginTitle {
         margin-top: 0;
    }
     textarea.form-control, .inputFields {
         max-width: 50%;
    }
     .open>.dropdown-menu {
         display: grid;
         min-width: 25%;
    }
     .close>.dropdown-menu, .btn-secondary {
         min-width: 25%;
    }
     .col3Spacer {
         min-height: 30px;
    }
}
 .paddedTop {
     padding-top: 20px;
}
 .loginBtn {
     color: white;
     min-width: 100%;
     padding-bottom: 5px;
}
 .loginBtnGreen {
     background-color: rgb(31, 66, 0);
     font-size: medium;
}
 .loginBtnRed {
     background-color: rgb(185, 80, 17);
}
 .loginBtnBlue {
     background-color: rgb(37, 110, 170);
}
 .loginBtnGrey {
     background-color: grey;
}
 .col-xs-8 {
     padding-bottom: 10px;
}
 .errorMessageNotFilled {
     color: rgb(169, 68, 66);
     font-weight: bold;
}
 .inputFieldError {
     border: 1px solid rgb(169, 68, 66);
}
 .inputFieldValid {
     border: 1px solid #ccc;
}
 .modal-header {
     color: #fff !important;
     background-color: #2a94d6 !important;
     border-color: #2585c1 !important;
}
 .boldBtn {
     font-weight: bold !important;
     background-color: #2a94d6 !important;
}
 .modalHeader {
     color: #fff !important;
     font-weight: bold !important;
     white-space: pre-wrap;
     font-size: large;
}
 .container, .modal-title, .modal-body {
     background: white !important;
}
 .requiredField, .errorMsg {
     color: red;
     font-weight: bold;
}
 .sfdc_richtext {
     float: left;
}
 .dateFormat {
     visibility: hidden;
}
 .gridView {
     display: grid;
}
 .paddedTop {
     padding-top: 20px;
}
 .open>.dropdown-menu {
     display: -ms-flexbox;
     -ms-flex-direction: column;
}
 .dropdown-item {
     text-align: center;
     font-weight: bold;
}
 body a:hover {
     color: white;
}
 #layout_tabs {
     border: solid 0px white;
}
 .hiddenSection {
     display: none;
}
 .moveBetweenPagesDropDown {
     border: 2px solid #F7941D !important;
}
 .choosePageIcon {
     font-size: 30px;
     line-height: 0.8;
     float: right;
}