﻿

.fieldset {
    display: block;
    border: 1px solid #ddd !important;
    margin-left: 2px;
    margin-right: 2px;
    padding: 10px;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 3px!important;
}

.legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #07095f;
    margin-left: 10px;
}

.Star {
    color: red;
    font-size: 16px;
    font-weight: bold;
}



.ListControl {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-left: -1px;
    /*padding-top: calc(.375rem + 1px);*/
    padding-bottom: calc(.375rem + 1px);
}

    /*.ListControl-inline {
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin-right: 1rem;
            padding-top: 0.4rem;
        }*/

    .ListControl input[type=checkbox], input[type=radio] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }



        .ListControl input[type=checkbox]:checked + label::before, input[type=radio]:checked + label::before {
            color: #fff;
            border-color: #007bff;
            background-color: #007bff;
        }

        .ListControl input[type=checkbox]:focus + label::before, input[type=radio]:focus + label::before {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
        }

        .ListControl input[type=checkbox]:not(:checked) + label::before, input[type=radio]:not(:checked) + label::before {
            border-color: #80bdff;
        }

        .ListControl input[type=checkbox]:not(:disabled):active + label::before, input[type=radio]:not(:disabled):active + label::before {
            color: #fff;
            background-color: #b3d7ff;
            border-color: #b3d7ff;
        }

        .ListControl input[type=checkbox]:disabled + label, input[type=radio]:disabled + label {
            color: #6c757d;
        }

        .ListControl input[type=checkbox] + label::before, input[type=radio] + label::before {
            background-color: #e9ecef;
        }


    .ListControl label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
        margin-right: 36px;
    }


        .ListControl label::before {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border: #adb5bd solid 1px;
        }

        .ListControl label::after {
            position: absolute;
            top: .25rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50% 50%;
        }


    .ListControl input[type=checkbox] + label::before {
        border-radius: .25rem;
    }

    .ListControl input[type=checkbox]:checked + label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }

    .ListControl input[type=checkbox]:indeterminate + label::before {
        border-color: #007bff;
        background-color: #007bff;
    }

    .ListControl input[type=checkbox]:indeterminate + label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
    }

    .ListControl input[type=checkbox]:disabled:checked + label::before {
        background-color: rgba(0,123,255,.5);
    }

    .ListControl input[type=checkbox]:disabled:indeterminate + label::before {
        background-color: rgba(0,123,255,.5);
    }


    .ListControl input[type=radio] + label::before {
        border-radius: 50%;
    }

    .ListControl input[type=radio]:checked + label::before {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    }

    .ListControl input[type=radio]:focus + .label::before {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .ListControl input[type=radio]:focus + .label::after {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

.ajaxmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.ajaxmodal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.9;
}

.ajax_tab .ajax__tab_header {
    cursor: pointer;
    font-weight: bold;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}



.ajax_tab .ajax__tab_inner, .ajax_tab .ajax__tab_active .ajax__tab_inner {
    /*background: url(../img/_blue_right_Tab.gif) no-repeat right top;*/
    display: block;
    padding: .3em;
    background: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #08194a;
    text-decoration: none;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ajax_tab .ajax__tab_active .ajax__tab_inner {
    border-bottom-color: transparent;
    background: #fff;
    color: #6c6868;
}


.ajax_tab .ajax__tab_body {
    /*padding: .5em 2em 1em;*/
    padding: 5px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0;
    border-radius: 5px;
    border-top-left-radius: 0;
}

.ajax_tab .ajax__tab_active .ajax__tab_body {
    border-top-color: transparent;
}

.watermark {
    display: block;
    width: 100%;
    height: calc(2.05rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #6c757d;
    opacity: 1;
    font-style: italic;
}

/*==== Auto Complete ===*/
  .completionList {
            border: solid 1px #d4d4d4;
            margin: 0px;
            padding: 0px;
            max-height: 300px;
            overflow: auto;
            background-color: #FFFFFF;
            border-bottom: none;
            border-top: none;
            z-index: 99;
        }

        .completionListItem {
            color: #191919;
            padding: 10px;
            cursor: pointer;
            background-color: #fff;
            border-bottom: 1px solid #d4d4d4;
        }

        .completionitemHighlighted {
            /*background-color: #ADD6FF;*/
            background-color: #e9e9e9;
            padding: 10px;
            cursor: pointer;
            border-bottom: 1px solid #d4d4d4;
        }
/*==== Auto Complete ===*/



.map_chunk3 {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    cursor:pointer;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s /*, anim-blink 0.5s infinite alternate*/;
}

.map_chunk1 {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad4);
    fill-opacity: 0;
    cursor: pointer;
    animation: line-anim 2s ease forwards, fill-anim-2 3s ease forwards 1s /*, anim-blink 0.5s infinite alternate*/;
}

.map_chunk2 {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad1);
    fill-opacity: 0;
    cursor: pointer;
    animation: line-anim 2s ease forwards, fill-anim-3 3s ease forwards 1s /*, anim-blink 0.5s infinite alternate*/;
}
.map_chunk1:hover {
    animation: line-anim 2s ease forwards, fill-anim-2 3s ease forwards 1s, anim-blink-1 0.5s infinite alternate;
}
.map_chunk2:hover {
    animation: line-anim 2s ease forwards, fill-anim-3 3s ease forwards 1s, anim-blink-2 0.5s infinite alternate;
}
.map_chunk3:hover {
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s, anim-blink 0.5s infinite alternate;
}

/*#surface1 path:nth-child(1) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(2) {
    stroke-dasharray: 1056;
    stroke-dashoffset: 1056;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s;
}

#surface1 path:nth-child(3) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(4) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(5) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(6) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(7) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(8) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(9) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(10) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(11) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(12) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(13) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(14) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(15) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(16) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(17) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}

#surface1 path:nth-child(18) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(19) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(20) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(21) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(22) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(23) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(24) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(25) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(26) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(27) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(28) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(29) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(30) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}
#surface1 path:nth-child(31) {
    stroke-dasharray: 1032;
    stroke-dashoffset: 1032;
    fill: url(#grad3);
    fill-opacity: 0;
    animation: line-anim 2s ease forwards, fill-anim 3s ease forwards 1s ;
}*/
@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fill-anim {
    from {
        fill-opacity: 0;
    }

    to {
        fill-opacity: 1;
    }
}

@keyframes fill-anim-2 {
    from {
        fill-opacity: 0;
    }

    to {
        fill-opacity: 0.2;
    }
}

@keyframes fill-anim-3 {
    from {
        fill-opacity: 0;
    }

    to {
        fill-opacity: 0.5;
    }
}

@keyframes anim-blink {
    from {
        fill-opacity: 0;
    }

    to {
        fill-opacity: 1;
        fill: #2b80bc;
    }
}

@keyframes anim-blink-1 {
    from {
        fill-opacity: 0;
    }

    to {
        fill-opacity: 1;
        fill: #FFC000;
    }
}

@keyframes anim-blink-2 {
    from {
        fill-opacity: 0;
    }

    to {
        fill-opacity: 1;
        fill: #00d600;
    }
}

@keyframes anim-zoom {
    to {
        fill: url(#grad4);
    }
}

.tooltipsdescription {
    pointer-events: none;
    position: absolute;
    font-size: 18px;
    text-align: center;
    background: white;
    /*padding: 10px 15px;*/
    z-index: 5;
    /*height: 30px;*/
    line-height: 30px;
    margin: 0 auto;
    color: #21669e;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #eee;
    display: none;
}

    .tooltipsdescription.active {
        display: block;
    }

    .tooltipsdescription:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        width: 0;
        height: 0;
        margin-left: -10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid white;
    }

.heyo:hover {
    animation: line-anim 2s ease forwards, anim-zoom 3s ease forwards 1s;
}

.tooltipsdescription table{
    border-spacing: 20px;
}

.scroll {   
    overflow: scroll;
}

    .scroll::-webkit-scrollbar {
        width: 12px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(55,255,0,0.3);
        border-radius: 10px;
    }

    .scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(55,255,0,0.7);
    }

.tipstable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.tipstable td, .tipstable th {
    border: 1px solid #ddd;
    padding: 8px;
}

.tipstable tr:nth-child(even) {
    background-color: #f2f2f2;
}

.tipstable tr:hover {
    background-color: #ddd;
}

.tipstable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}

dl {
    width: 200px;
    background: #fff;
    border: 1px solid #000;
    padding: 5px 15px;
    position:absolute;
}
dt{
    width:160px;
    height:30px;
    /*margin-right:20px;*/
}
dt, dd {
    display: inline;
}

.legend_box1 {
    width: 30px;
    height: 30px;
    background: #0065b2;
}
.legend_box2 {
    width: 30px;
    height: 30px;
    background: #99ff99;
}

.legend_box3 {
    width: 30px;
    height: 30px;
    background: #fcdaab;
}

.db_top_delaybreakup {
    margin-bottom: -12px !important;
}
.map_rightcol_progressbg {
    background-color: #3498dbad !important;
}

.map_rightcol_progressbg2 {
    background-color: #5cb85cc7 !important;
}
.label_font{
    font-size: 100% !important;
}

.label-warning2 {
    background-color: #FFC000;
}