﻿.container-border {
    min-width: 400px;
    width: 100%;
    border: 0.5px solid #003a76;
    border-radius: 5px;
    padding:5px
   
}

.container-border-background {
    background-color: #003a76;
    font-weight: 400;
    color: white;
}

.section-background {
    background-color: #c95532;
    font-weight: bold;
    color: white;
    width: 100%;
    margin: 0 0 5px 0 !important;
    border-radius: 5px;
    padding:0!important;
}

.note-background {
    background-color: blanchedalmond;
    font-weight: bold;
    width: 100%;
    border-radius: 5px;
    margin: 0 0 5px 0 !important;
}
.note-background label{
    margin-left:5px;
}
.dropdown:hover > .dropdown-menu {
    display: block;
}


div.invalid-error {
    display: none;
    white-space: normal;
}

/*overwritten style*/
.card-body {
    padding: 1rem !important;
}

.multiselect-wrapper .multiselect-input {
    padding: 0.47rem 0.75rem !important;
}

/*.multiselect-dropdown-arrow {
    border-width: 0 1px 1px 0 !important;
    margin-left: calc(-2.3rem - 3.5vh) !important;
    margin-left: -2.3rem;
}*/

.multiselect-count {
    /*suggest load max 3-digit value of record only*/
    left: -4rem !important;
    /*left: -2.8rem;*/
}

/*inherit class under app.css: select2-results__option*/
.multiselect-wrapper ul li {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

    .multiselect-wrapper ul li.active, 
    .multiselect-wrapper ul li:hover,
    .select2-results__option .select2-results__option--highlighted,
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: lightblue !important;
        color: initial !important;
    }

    .multiselect-wrapper ul li label {
        margin-bottom: 0 !important;
        height: 100%;
    }
    
/*Dropdown remain shapes*/
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow b{
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
    /* margin-right: 10px !important;*/
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    /* cursor: pointer;
    float: right;
    font-weight: bold;*/
    margin-right: 13px !important;
}

.multiselect-dropdown-arrow {
    padding: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*margin-left: calc(-2.3rem - 3.3vh) !important;*/
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
    margin-left: -3rem !important;
}

.select2-selection.required {
    background-color: yellow !important;
}


.form-control:disabled, .form-control[readonly] {
    background: #eee;
}

#loadingDiv {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

    #loadingDiv h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

#pageOverlay {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.highlighted-section {
    background-color: #fff;
    opacity: 1;
}

.dimmed-section {
    opacity: 0.5;
}
