/* Add here all your CSS customizations */
html, body, form {
    margin: 0 !important;
    height: 100% !important;
   
}


/* custom scrollbar Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #acacac #DADADA;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 12px;

    }

    *::-webkit-scrollbar-track {
        background: #DADADA;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #acacac;
        border-radius: 20px;
        border: 1px solid #DADADA;
    }



.content-body {
    padding: 0px;
}

.RadTreeView {
    line-height: 1 !important;
}

    .RadTreeView .rtIn {
        padding-top: 0 !important;
    }

.tree_NodeType {
    font-size: 0.60em;
    font-weight: bold;
    color: #999999;
    letter-spacing: 0.1em;
}


.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.header-nav-main{
   
    margin:0 !important;

}

.dropdown-menu {
    background-color: #fefefe;
    min-width: 200px;
    text-align: center;
}

.dropdown-item {
    color: #58a39a !important;
    text-transform: none !important;
}

a.functionItem {
    display: block;
    color: #3f5e60 !important;
    padding: 3px 8px 3px 8px;
    font-size: 0.75em;
    font-weight: 600;
    text-align: left;
    border-bottom: dotted 1px #3f5e60;
}

a.functionEndItem {
    display: inline-block;
    background-color: #DADADA;
    border-block-color: #808080;
    color: #3f5e60 !important;
    padding: 0px 8px 0px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 8px;
    text-align: center;
}
.reToolZone {
    display: none !important;
}
   
.OrgChartFoo {
    width: 900px;
    height: 500px;
    overflow: hidden;
}
div.cd-panel__container:hover {
    overflow-y: scroll !important;
    overflow-x: hidden;
}
#panelMyStuff .cd-panel__container {
    box-shadow: none;
    border: none;
    direction: rtl; /* THIS IS TO SHOW THE SCROLL BAR ON THE LEFT  - THE DIV INSIDE RESETS THE DIRECTION TO LTR*/
}
#panelExplore .cd-panel__container {
    box-shadow: none;
    border: none;
}
.mpMainCol{
    width:100%;
}

.userbox .dropdown-menu {
    padding: 35px 0px 0px 0px !important;
    margin-left: 11px !important;
    background-color: #d0f2ed;
    border: none;
    box-shadow: none;
}
.cd-panel__close {
    height: 35px !important;
   
}

.toggle .toggle_mainsecs label {
    border-left: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #acacac;
    border-top: 1px solid #acacac;
    color: #33353F;
    background: #fff !important;
    font-size: 18px;
    line-height: 18px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: -1px;
    padding: 14px 20px 14px 10px;
}

.toggle .toggle_mainsecs .active label {
    color: #33353F !important;
    background: #f6f6f6 !important;
}

    .toggle .toggle_mainsecs.active > label:before {       
        border-top-color: #33353F !important;
    }


#panelMyStuff .toggle.toggle-sm .toggle > label {
    font-size: 1em;
    padding: 6px 20px 6px 10px;
    border-left: none;
    color: #3f5e60;
    background-color: #efefef;
    border-radius: 0px;
    /* border-top-right-radius: 20px; */
}

#panelMyStuff .toggle.active > label {
    color: #e9e9e9 !important;
    background-color:#808080 !important;
}

#panelMyStuff .toggle.toggle-sm .toggle .toggle-content {
    margin-top: 0px;
    margin-bottom: 35px;
    background-color: #efefef;
    /*border: solid 1px #acacac;*/
    /*  max-height: 320px;
    overflow-y: auto;*/
    padding-top: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#panelExplore .expCard {
    margin-top: 0px;
    margin-bottom: 35px;
    background-color: #62d48120;
    /*border: solid 1px #acacac;*/
    /*  max-height: 320px;
    overflow-y: auto;*/
    padding: 5px !important;
    margin: 0px !important;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#panelExplore .expSearchBx {
    height: 25px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#panelExplore .expSearchBtn {
    height: 28px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

#panelExplore .accordion .card-header {
    padding: 10px 5px 3px 8px;
    height:78px;
}
#panelExplore .accordion .card-header a {
 padding:0;   
 height:77px;
}
#panelExplore .autocomplete input {
    height: 25px;
    width: 110px;
    font-size: 0.75rem;
    line-height: 1.3;
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
}

#panelExplore .autocomplete-items div {
    padding: 5px;
    font-size:0.9em !important;
    line-height:normal;
    width:120px;
}

.messageUl {
    font-size: 0.95em;
}

ul.messageUl{
    padding-left:3px;
    padding-right:13px;
}


.esriScalebar {
    color: #fff !important;
}

.esriScalebarLabel {
    color: #82bf4c !important;
}

.esriScalebarRuler {
    border: solid 1px #82bf4c !important;
    background-color: #82bf4c !important;
}

.btn-nodeType {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center !important;
    vertical-align: middle;
        text-decoration: none;
    vertical-align: bottom !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 25px 25px;
    /* border-radius: 3rem;*/
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    width: 100px;
    height: 100px;
    margin-right: 7px;
    font-size: 45px !important;
}

.timeline .tm-body {
    position: relative !important;
    padding: 0px 10px 0 0 !important;
    min-height:200px;
}

    .timeline .tm-body:after {
        background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, #505050 8%, #505050 92%, rgba(80, 80, 80, 0) 100%);
        content: '' !important;
        display: block;
        height: 100%;
        left: 23px;
        margin-left: -2px ;
        position: absolute;
        top: 0 ;
        width: 3px ;
        z-index: 0 ;
        opacity: 0.35 ;
    }

  

.timeline .tm-title {
    position: relative !important;
    display: inline-block !important;
    text-align: left !important;
    min-width: 200px !important;
    /*background-color: #fff !important;*/
    padding: 4px 20px !important;
    margin: 0 20px 20px !important;
    z-index: 1 !important;
    border-radius: 3px !important;
    
}

.timeline .tm-items {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom:55px !important;

}

    .timeline .tm-items > li p {
        line-height:1.5em !important;
    }

    .timeline .tm-items > li {
        position: relative !important;
        margin: 30px 0 !important;
        /*padding: 0 0 0 190px !important;*/
        padding: 0 0 0 10px !important;
        min-height: 65px !important;
        z-index: 1 !important;
       /* font-size:0.9em !important;*/
    }

        .timeline .tm-items > li .tm-datetime {
            position: absolute !important;
            /*top: 50% !important;*/
            left: 52px !important;
            /*width: 100px !important;*/
            height: 48px !important;
            margin-top: -40px !important;
            /*text-align: right !important;*/
            z-index: 3 !important;
            line-height: normal !important;
           
        }

            .timeline .tm-items > li .tm-datetime .tm-datetime-time {
                
                /*font-size: 22.4px !important;
	font-size: 1.4rem !important;*/
                font-weight: 700 !important;
                margin: 0 !important;
                white-space: nowrap !important;
            }

        .timeline .tm-items > li .tm-icon {
            position: absolute !important;
            /*top: 50% !important;*/
           /* left: 0px !important;*/
          
          
            
            width: 35px !important;
            height: 35px !important;
            
            margin-top: -40px !important;
           /* margin-left: -20px !important;*/
            z-index: 2 !important;
            border-radius: 28px !important;
        }

        .timeline .tm-items > li .tm-box {
            /*position: relative !important;*/
            margin-left: 40px;
            background: #fff !important;
            min-height: 65px !important;
            padding: 10px 20px !important;
            border: 1px solid #ccc !important;
            border-radius: 6px !important;
        }

            .timeline .tm-items > li .tm-box:after {
                right: 100% !important;
                border: solid transparent !important;
                content: ' ' !important;
                height: 0 !important;
                width: 0 !important;
                position: absolute !important;
                pointer-events: none !important;
                border-right-color: #fff !important;
                border-width: 8px !important;
                top: 50% !important;
                margin-top: -8px !important;
                z-index: 2 !important;
            }

            .timeline .tm-items > li .tm-box p:last-child {
                margin-bottom: 0 !important;
            }

            .timeline .tm-items > li .tm-box .tm-meta {
                margin: 10px 0 0 !important;
            }

                .timeline .tm-items > li .tm-box .tm-meta span {
                    display: inline-block !important;
                    padding-right: 8px !important;
                }

                    .timeline .tm-items > li .tm-box .tm-meta span:last-child, .timeline .tm-items > li .tm-box .tm-meta span:last-of-type {
                        padding-right: 0 !important;
                    }

.timeline.timeline-simple .tm-body:after {
    left: 30px !important;
}

.timeline.timeline-simple .tm-body .tm-title {
    border: 1px solid #e9e9e9 !important;
    margin: 0 10px !important;
}

.timeline.timeline-simple .tm-body .tm-items > li {
    padding: 0 0 0 55px !important;
}

    .timeline.timeline-simple .tm-body .tm-items > li:before {
        display: block !important;
        position: absolute !important;
        content: ' ' !important;
        background: none repeat scroll 0 0 #CCC !important;
        border-radius: 50% !important;
        box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #CCC !important;
        height: 7px !important;
        left: 30px !important;
        top: 50% !important;
        width: 8px !important;
        margin-left: -4px !important;
        margin-top: -4px !important;
    }

    .timeline.timeline-simple .tm-body .tm-items > li .tm-box:before {
        left: -17px !important;
        border: solid transparent !important;
        content: ' ' !important;
        height: 0 !important;
        width: 0 !important;
        position: absolute !important;
        pointer-events: none !important;
        border-right-color: #e9e9e9 !important;
        border-width: 8px !important;
        top: 50% !important;
        margin-top: -8px !important;
        z-index: 1 !important;
    }

    .timeline img{
        
       /*margin-left:16.25%;*/
        margin-bottom:20px;
        /*max-width:320px !important;*/
    }


.interestToken {
    height: 30px;
    border-radius: 15px;
    width: fit-content !important;
    color: white;
    background-color: #243d3f;
    padding: 2px 8px 2px 8px;
    margin: 3px;
    display: inline-block;
    font-size: 0.9em;
}

.interestSelector {
    font-size: 0.9em;
    line-height: normal !important;
}

.interestSelectorSelect {
    display: block;
}

.interestSelectorExpand {
    display: block;
}

.spanner {
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: transparent;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: absolute;
    top: 50%;
    left:0px;
    width: 100%;
    height: 100%;
    background: #ccc;
    visibility: hidden;
    z-index: 900;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #4f7dac;
    font-size: 10px;
    margin: auto auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;

}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .spanner.show, .overlay.show {
        opacity: 0.5;
    }

#midSection .nav-tabs li .nav-link {
    line-height: normal;
    font-size:18px;
}

.form-wizard ul.pager .next.disabled {
    display: inline;
    cursor:not-allowed;
}

@media only screen and (max-width: 767px) {
    .timeline .tm-items > li .tm-box .tm-meta span {
        display: block !important;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .col-md-8 {
        flex: 0 0 auto;
        min-width: 767px !important;
    }
}


@media (max-width: 2200px) {
    .col-center {
        flex: 0 0 auto;
        width: 64% !important;
    }
}


@media (max-width: 1700px) {
    .col-center {
        flex: 0 0 auto;
        width: 55.3333% !important;
    }
}


@media (max-width: 1340px) {
    .col-center {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (max-width: 1220px) {
    .col-center {
        flex: 0 0 auto;
        width: 90% !important;
    }
}

.btn-default-custom {
    position: absolute;
    background-color: transparent;
    border: none;
    opacity: 0.4;
    width: calc(100% - 55px);
    height: 100%;
}

.no-outline:focus {
    outline: none;
}


/*.modal {
    display: none;*/ /* Hidden by default */
    /*position: fixed;*/ /* Stay in place */
    /*z-index: 10000;*/ /* Sit on top */
    /*left: 0;
    top: 0;
    width: 100%;*/ /* Full width */
    /*height: 100%;*/ /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    /*background-color: rgb(0,0,0);*/ /* Fallback color */
    /*background-color: rgba(0,0,0,0.4);*/ /* Black w/ opacity */
/*}*/

/* Modal Content/Box */
/*.modal-content {
    background-color: #fefefe;
    margin: 8% auto;*/ /* 15% from the top and centered */
    /*padding: 20px;
    border: 1px solid #888;*/
    /*width: 600px;*/ /* Could be more or less, depending on screen size */
    /*height:400px;*/
/*}*/

/* The Close Button */
/*.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }*/