﻿.ajax__calendar {
    z-index: 3000 !important;
}

.gvPagerCss span {
    background-color: #DEE1E7;
    font-size: 20px;
}

.gvPagerCss td {
    padding-left: 5px;
    padding-right: 5px;
}

.req {
    color: red;
}

.loading-panel {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    position: relative;
    width: 100%;
}

.loading-container {
    background: rgba(49, 133, 156, 0.4) none repeat scroll 0 0;
    color: #fff;
    font-size: 90px;
    height: 100%;
    left: 0;
    padding-top: 15%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px !important;
    background-color: White;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    position: absolute !important;
    max-height: 250px;
    text-align: left;
    list-style-type: none;
    font-family: 'Courier New' new;
    font-size: 10px !important;
    padding: 0px 0px 0px 5px;
}

.autocomplete_listItem {
    /*border-bottom: dotted 1px #006699;*/
    cursor: pointer;
    color: Maroon;
    background-color: window;
    line-height: 20px;
    font-size: 13px !important;
    /*padding:0px 0px 0px 0px;*/
}

.autocomplete_highlightedListItem {
    background-color: #ffff99;
    line-height: 20px;
    font-size: 14px !important;
    color: black;
    /* padding:0px 0px 0px 0px;*/
}

.errorValidation {
    color: red;
}

.loader-div {
    display: none;
    position: fixed;
    margin: 0px;
    padding: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 30001;
    opacity: 0.8;
}

.loader-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-xl {
    max-width: 100%;
    width: 100%;
}

    .modal-xl .modal-content {
        margin-top: 60px;
        height: auto;
    }

.modal-header {
    padding: 0px 15px !important;
    border-bottom: none;
    
}


.collapsible-list {
    list-style: none;
    padding-left: 0;
}

    .collapsible-list .collapsible {
        cursor: pointer;
        user-select: none;
        padding: 5px;
    }

        .collapsible-list .collapsible::before {
            content: '\25B6';
            /* Unicode for right-pointing triangle */
            display: inline-block;
            margin-right: 6px;
            width: 10px;
        }

    .collapsible-list .collapsed::before {
        transform: rotate(90deg);
        /* Rotate the arrow */
    }

    .collapsible-list .collapsible::before {
        content: '\25B6';
        /* Unicode for right-pointing triangle */
        display: inline-block;
        margin-right: 6px;
        transition: transform 0.3s;
        /* Add transition */
    }

    .collapsible-list .collapsed::before {
        transform: rotate(90deg);
        /* Rotate the arrow */
    }

    .collapsible-list .nested {
        display: none;
        padding-left: 34px;
        transition: max-height 0.3s ease-out;
    }

    .collapsible-list .active {
        display: block;
    }

