.header-background{
    background: #005d28;
    position: relative;
    border: 0px;
    min-height: 50px;
    margin-bottom: 45px;
}
.header-bar{
    height:52px;
    padding: 15px 15px;
   
}
/* .login-text{
    padding-left:28px;
} */

/* .forgot-password{
    margin-left:15px;
} */
.alert-dismissible .btn-close {
    padding: 15px!important;
}
.login-btn{
    background-color:#005d28!important;
}
.footer-logo{
   position: relative;
   margin: 0px auto; 
}
.footer{
    background: #cbab15;
    height: 35px;
    position: relative; 
}
.footer{
    padding-top:6px;
    padding-right:20px;
    text-align:center;
    font-weight:400;
}

.flogo{
    margin-bottom: 20px;
    text-align:right;
    margin-right:20px;
}
/* .app-sidebar[data-background-color="man-of-steel"] .sidebar-background:after, .off-canvas-sidebar[data-background-color="man-of-steel"] .sidebar-background:after{
background-image: linear-gradient(45deg, #00c053, #02441e)!important
} */

.app-sidebar[data-background-color="man-of-steel"] .sidebar-background:after, .off-canvas-sidebar[data-background-color="man-of-steel"] .sidebar-background:after{
    background-image: linear-gradient(45deg, #cbab15, #055b2a)!important
}

.wrapper {
    height: auto!important;
}

.details{
    color: #343a40;
    line-height: 3rem;
    font-size: 1.2rem;
    letter-spacing: .5px;
    font-weight: 400;
    margin-bottom: 20px;
    border-bottom: 1px solid #343a40;

}

h5.details {
    color: #343a40;
    line-height: 2rem;
    font-size: 1rem;  
}

.f-title{
    font-weight: 450;
}

.facility-details p{
    margin-bottom:1px;
}

.form-actions .associate-search{
    border-top: 0px solid #d3dce9; 
    padding: 0px 0; 
    margin-top: 0px;   
}

.Dropdown-control{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #333;
    cursor: default;
    outline: none;
    color: #75787d;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 0.375rem 0.75rem!important;
    font-size: 1rem!important;
    font-weight: 400!important;
    line-height: 1.5!important;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box!important;
    border: 1px solid #A6A9AE!important;
    border-radius: 0.25rem!important;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out!important;
}
.is-open .Dropdown-control{
    box-shadow: 0 0 7px rgb(134, 186, 201)!important;
    border:1px solid rgb(81, 203, 238, 1)!important;
}
.Dropdown-placeholder{
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    color: #75787d;
}

.Dropdown-option{
    font-weight: normal!important;
    display: block!important;
    white-space: pre!important;
    min-height: 1.2em!important;
    padding: 0px 15px 1px!important;
}
.react-time-range .Dropdown-control{
    padding: 6px!important;
    background-color: #f4f4f4!important;
    border: 1px solid #ccc!important;
    border-radius: 5px!important;
    cursor: pointer!important;
}
.react-time-range .Dropdown-control, .react-time-range .Dropdown-menu{
    width:160px!important;
}
.react-time-range .component .label {
    padding-right: 10px!important;
    display: inline-block!important;
    vertical-align: top!important;
    margin-top: 6px!important;
}
.react-time-range .component{
    padding-right:30px!important;
    display: inline-block!important;
}
.react-time-range .Dropdown-root{
    display:inline-block;
}
.email-application .email-app-sidebar{
    position: static!important;
}

.email-app-sidebar-content{
    padding-left: 10;
    padding-right: 5;
    padding-bottom: 10;
    padding-top: 10;
}
.app-sidebar .navigation .menu-item-text, .off-canvas-sidebar .navigation .menu-item-text{
    font-size: 0.85rem!important;
}

.row-eq-height [class^="col"] > div {
    /* flex-grow: 1; */
    flex-grow:0!important;
}
.space{
    margin-top:22px;
}
.latest-updates td{
    width:33%!important;
}
.viewDetailsModal{
    padding:0px!important;
}

.viewDetailsModal .tabs-vertical .nav-tabs {
    width: 185px;
}

.viewDetailsModal .tabs-vertical .nav-tabs .nav-item .nav-link.active {
    border-color: transparent;
    border-right: 2px solid #cbab15;
    background-color: #005d28;
    color:#fff;
    border-radius: 0px;
}

.table a:hover, .table a:focus {
    color: #005d28;
    text-decoration: none;
}

html,body
{
    width: 100%!important;
    margin: 0px!important;
    padding: 0px!important;
    overflow-x: hidden!important;
}
.progress {
    height: 25px!important;
    font-size: 1.0rem!important;
    font-weight: 400!important;
}

.progress .bg-success{
    background-color: #005d28 !important;
}

.val-err-tooltip{
    margin-top:-20px;
    font-size: 14px;
    color:red;
}

.has-error input, .has-error .Dropdown-control{
    border-color: red!important;
}

.form-errors, p.has-error{
    color:red!important;
}

.has-error-dropdown{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #FF586B;
}

.MuiGrid-container{
    display:block!important;
}

.add-facility-button{
    margin-bottom:0px!important;
}

.no-margin{
    margin-left:0px!important;
}

.email-application .form-check-label {
    display: none;
}

.white-style{
    color:#fff;
}
.menu-collapsed .app-sidebar, .off-canvas-sidebar {
    width:280px;
}
.menu-collapsed .email-application .email-app-sidebar{
    width:270px;
}
/* .email-application .email-app-list {
    overflow: auto;
} */
.email-application .email-app-list-mails{
    height: 400px;
    overflow: auto !important;
    pointer-events: auto;
    position: relative;
    z-index: 2;
}
.menu-collapsed .email-application .email-app-sidebar{
    overflow: auto;
}
.email-application .email-app-list {
    height: auto!important;
}
.email-list-group-item.row{
    margin-right:0px!important;
}
.mflSubmit{
    margin-top: 35px;
    margin-right: 40px;
}
.select-search__input{
    font-size:1rem!important;
    color:#75787d!important;
    font-family: "Rubik", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif!important;
    padding: 0 0px 0 16px!important;
}

.select-search__select{
    line-height: normal!important;
    height:auto!important;
    
}
.select-search__option.is-highlighted.is-selected,
.select-search__option.is-selected:hover {
    background: #005d28!important;
    color: #fff;
}
.select-search__option.is-selected {
    background: #005d28!important;
    color: #fff;
}
.select-search--multiple .select-search__option {
    height: auto!important;
}
.select-search__row:not(:first-child) {
    border-top: 1px solid #eee!important;
}

.select-search__option,
.select-search__not-found {
    display: block;
    height: auto!important;
    width: 100%;
    padding: 0 20px 0 0!important;
    background: #fff;
    border: 0px!important;
    outline: none;
    font-family: "Rubik", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif!important;
    font-size: 1rem!important;
    text-align: left;
    cursor: pointer;
    /*
        these help prevent overlap for long names
    */
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
/* .select-search__group-header {
    padding: 0px!important;
}
.select-search__not-found {
    padding: 0px!important;
    text-align: left!important;
}
.select-search:not(.select-search--multiple) .select-search__select {
    left: -100!important;   
    position: absolute!important;
} */

@media (max-width:520px) {
    body{
        background-color:red;
    }
    .logo img{
        width:100%;
        margin:-30px;
    }
    .header-background {
        min-height: 28px;
    }
    .header-bar{
        height:28px;
    }
}

a{
    text-decoration:none!important;
}

.btn-secondary:hover, .btn-secondary, .btn-primary:hover, .btn-primary{
    color:#fff!important;
}
select.form-control {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.form-control {
    height: calc(1.5em + 0.75rem + 2px);
    color: #495057;
    background-color: #fff!important;
    border: 1px solid #ced4da;
}
.text-right {
    text-align: right!important;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.list-group-item-action {
    width: 100%;
    color: #495057!important;
    text-align: inherit;
}
.email-application .list-group-item.active, .email-application .list-group-item.active:focus, .email-application .list-group-item.active:hover {
    color: #fff!important;
}
.badge-pill {
    border-radius: 10rem!important;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.btn-danger {
    color: #fff!important;
    background-color: #ff586b;
    border-color: #ff586b;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
body {
    margin: 0!important;
    font-size: 1rem!important;
    background-color: #f5f7fa!important;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem!important;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-body {
    padding: 1rem!important;
}
.modal-footer {
    padding: .75rem!important;
}
button.close {
    padding: 0;
    background-color: initial;
    border: 0;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent;
}
*, :after, :before {
    box-sizing: border-box;
}
label {
    margin-bottom:.5rem;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    background-color: initial!important;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-secondary {
    color: #fff!important;
    background-color: #868e96!important;
    border-color: #868e96;
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover {
    color: #fff;
    background-color: #727b84!important;
    border-color: #6c757d!important;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057!important;
    background-color: #fff!important;
    background-clip: padding-box;
    border: 1px solid #ced4da!important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #00777a!important;
    border-color: #006b6d!important;
}
.btn-primary {
    color: #fff;
    background-color: #009da0!important;
    border-color: #009da0!important;
}
.alert-dismissible {
    padding-right: 4rem!important;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem!important;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem!important;
    margin-left: -1px!important;
    line-height: 1.25!important;
    color: #009da0;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.btn-block {
    display: block;
    width: 100%;
}
.custom-control {
    position: relative;
    z-index: 1;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
button, input {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.custom-control-input:not(:disabled):active~.custom-control-label:before {
    color: #fff;
    background-color: #54fcff;
    border-color: #54fcff;
}
.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    border-color: #009da0;
    background-color: #009da0;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-control-label:before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
*, :after, :before {
    box-sizing: border-box;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E);
}
.custom-control-label:after {
    background: 50%/50% 50% no-repeat;
}
.custom-control-label:after, .custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

*, :after, :before {
    box-sizing: border-box;
}
form .form-control {
    border: 1px solid #a6a9ae!important;
    color: #75787d!important;
}
.table td, .table th {
    padding: 0.75rem!important;
    vertical-align: top!important;
    border-top: 1px solid #dee2e6!important;
}
.btn-outline-success{
    width: 97%!important;
    text-align: center!important;
    margin: 0px auto 10px auto!important;
}
.btn-danger {
    color: #fff!important;
    background-color: #ff586b!important;
    border-color: #ff586b!important;
}
.btn-warning {
    color: #212529!important;
    background-color: #ff8d60!important;
    border-color: #ff8d60!important;
}
.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
    color: #fff!important;
    background-color: #ff723a!important;
    border-color: #ff682d!important;
}
.btn-danger.focus, .btn-danger:focus, .btn-danger:hover {
    color: #fff!important;
    background-color: #ff3249!important;
    border-color: #ff253e!important;
}
select.form-control[multiple], select.form-control[size], textarea.form-control {
    height: auto!important;
}

.checkbox-label{
    padding-left:10px;
}

.email-application .email-app-menu .list-group-messages .list-group-item{
    padding: 0.7rem 0.5rem!important;
}

.email-application .email-app-menu .list-group-messages a{
    padding: 0px!important;
    /* padding: 0.5rem 0.5rem!important; */
    font-size: 1rem!important;
    margin:0px 0px!important;
    border-bottom:1px solid #ced4da!important;
}

.email-application .email-app-menu .list-group-messages a .list-group-item {
    padding-left:20px!important;
}

.email-application .email-app-menu .list-group-messages .ui-tree__title > a::after{
  position: absolute;
  content: '';
  border: solid #495057;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  right: 15px;
  top: 19px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: transform .25s;
}

.email-application .email-app-menu .list-group-messages a a::after{
    border:none!important;
}

.email-application .email-app-menu .list-group-messages a a{
    border:none!important;
}

.email-application .email-app-menu .list-group-messages a a.active{
    background-color: #5ebdbf!important;
}

.email-application .email-app-menu .ui-tree__item[aria-expanded="true"] a.active::after{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform .25s;
  
}

.email-application .list-group-item.active, .email-application .list-group-item.active:hover, .email-application .list-group-item.active:focus{
    
}

.subItemActive {
    background-color: #5ebdbf;
}

.form-control[readonly] {
     background-color: #ECEFF1!important; 
}

.redRow{
    color:red!important;
}
.form-check-input[type=radio], .form-check-input[type=checkbox]{
    background-color:#fff;
    border: 2px solid #75787d;
}

.advanced-search .form-check{
    float:left;
    margin-right:40px;
}