﻿/* /css/mtd.css */

.navMenuActionBtn {
    border: 2px solid #3a5e8f;
    background-color: #3a5e8f;
    color: white;
    border-radius: 5px;
    padding: 6px 5px 0px 5px;
    margin: 3px;
    cursor: pointer;
}

    .navMenuActionBtn:hover {
        color: white;
        background-color: #8ca5c2;
    }

.navMenuBtnSelected_Annual {
    background-color: #3a5e8f;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 3px;
    border: solid 1px #3a5e8f;
    cursor: default;
}

.navMenuBtnUnselected_Annual {
    background-color: #7d99bf;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 3px;
    border: solid 1px #3a5e8f;
    cursor: pointer;
}

    .navMenuBtnUnselected_Annual:hover {
        background-color: #c5d2e3;
        font-weight: bold;
        color: #7c99ba;
    }

.navMenuBtnSelected_Regular {
    background-color: #3a5e8f;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 3px;
    border: solid 1px #3a5e8f;
    cursor: default;
}

.navMenuBtnUnselected_Regular {
    background-color: #7d99bf;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 3px;
    border: solid 1px #3a5e8f;
    cursor: pointer;
}

    .navMenuBtnUnselected_Regular:hover {
        background-color: #c5d2e3;
        font-weight: bold;
        color: #7ccec8;
    }

.navMenuBtnSelected_Activity {
    background-color: #3a5e8f;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 3px;
    border: solid 1px #3a5e8f;
    cursor: default;
}

.navMenuBtnUnselected_Activity {
    background-color: #7d99bf;
    padding: 10px;
    text-align: center;
    color: white;
    border-radius: 3px;
    border: solid 1px #3a5e8f;
    cursor: pointer;
}

    .navMenuBtnUnselected_Activity:hover {
        background-color: #c5d2e3;
        font-weight: bold;
        color: #dfc5e6;
    }

.bg-ddl-white {
    background-color: #ffffff
}

.bg-ddl-yellow {
    background-color: #f6fcb8
}

.bg-ddl-brown {
    background-color: #e6be93
}

.bg-ddl-approved {
    background-color: #c8debf
}

.bg-ddl-denied {
    background-color: #fdb3b7
}

.btnGray1 {
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    background-color: #dedede;
    color: black;
    margin-right: 10px;
    padding: 5px;
    font-weight: normal;
    cursor: help;
    margin-bottom: 5px;
}

.formBlock1 {
    margin-top: -10px;
    margin-left: 10px;
    border: 3px solid #6e6e6e;
    padding: 20px 10px 10px 10px;
}

.formBlock2 {
    margin-top: 0px;
    margin-left: 0px;
    border: none;
    padding: 0px;
}

.formBlock3 {
    margin: 5px 0px 5px 0px;
    border: 3px solid #6e6e6e;
    padding: 20px 10px 10px 10px;
}

.select2-container {
    border: 1px solid #8d8d8d;
    border-radius: 3px;
}

.select2dropdown{
    min-width: 500px !important;
    width: 500px !important;
    font-size: 100px;
}

.select2-selection__arrow {
    color: #333;
}

.select2-selection__rendered {
    color: #333;
}

.select2-selection__placeholder {
    color: #333 !important;
}

/* Select 2 start
// Input field
.select2-selection__rendered {  }
    
// Around the search field
.select2-search {  }
    
// Search field
.select2-search input {  }
    
// Each result
.select2-results {  }
    
// Higlighted (hover) result
.select2-results__option--highlighted {  }
    
// Selected option
.select2-results__option[aria-selected=true] {  }
Select 2 end */
.select2-container--default .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 6px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}    

.bootstrap-datetimepicker-widget.dropdown-menu {
    left: 0px !important;
}

.quickFilterNotSelected {
    background-color: #dddddd;
    border: 2px solid gray;
    color: gray;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 3px;
    cursor: pointer;
}

.quickFilterSelected {
    border: 2px solid #3a5e8f;
    background-color: #3a5e8f;
    color: white;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 3px;
    cursor: pointer;
}

.quickFilterDisabled {
    border: 1px solid gray;
    background-color: lightgray;
    color: gray;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 3px;
}

@media print {
    .table th {
        background-color: #46822d !important;
    }
}

.trGridHead1 {
    background-color: #46822d !important;
}

.trGridHead2 {
    background-color: #914b35;
}

.c-blue {
    color: #3a5e8f;
}

.bc-grn12 {
    background-color: #cbdbe6;
}

.bc-grn11 {
    background-color: #f2e5db;
}

.bc-grn10 {
    background-color: #dbebd4;
}

.outputMessageNone {
    display: none;
}

.outputMessageSuccess {
    color: #254d14;
    background-color: #c0dbb5;
    border: solid 1px #254d14;
    border-radius: 6px;
    font-size: 13px;
    padding: 5px 15px;
    display: flex;
}

.outputMessageFail {
    color: #856404;
    background-color: #fff3cd;
    border: solid 1px #856404;
    border-radius: 6px;
    font-size: 13px;
    padding: 5px 15px;
    display: flex;
}

.btnBlue {
    border: 2px solid #3a5e8f;
    background-color: #3a5e8f;
    color: white;
}

    .btnBlue:hover {
        background-color: white;
        border: 2px solid #3a5e8f;
        color: #3a5e8f;
    }

        .btnBlue:hover:disabled {
            border: 2px solid #3a5e8f;
            background-color: #3a5e8f;
            color: white;
        }

.dateOptionNotSelected {
    background-color: #4c8021;
}

.dateOptionSelected {
    background-color: #275315;
}

/* Customize the label (the container) */
.chk11Cont {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chk11Cont input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */
.chk11 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: solid 1px #3a5e8f;
    border-radius: 3px;
    color: #3a5e8f;
    background-color: white;
}

/* On mouse-over, add a grey background color */
.chk11Cont:hover input ~ .chk11 {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chk11Cont input:checked ~ .chk11 {
    border-color: #3a5e8f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chk11:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chk11Cont input:checked ~ .chk11:after {
    display: block;
}

/* Style the checkmark/indicator */
.chk11Cont .chk11:after {
    left: 6px;
    top: 1px;
    width: 6px;
    height: 13px;
    border: solid #3a5e8f;
    border-width: 0px 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sortableAdd {
    background-color: #f0f0f0;
    padding: 15px 15px 10px 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    z-index: 10000;
    max-height: 373px;
    overflow-y: scroll;
    display: none;
    flex-direction: column;
}

.sortableIcon1 {
    color: white;
    padding: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 2px;
    top: -3px;
    font-size: 10px;
    cursor: pointer;
}

.sortableIcon2 {
    color: #455963;
    padding: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 15px;
    top: -3px;
    font-size: 16px;
    cursor: pointer;
}

.sortable1 {
    position: relative;
    font-size: 13px;
    background-color: #455963;
    border-radius: 4px;
    color: white;
    text-align: center;
    padding: 4px 10px 4px 10px;
    margin: 2px;
    cursor: move;
    font-weight: normal;
}

.sortable2 {
    position: relative;
    font-size: 13px;
    background-color: #455963;
    border-radius: 4px;
    color: white;
    text-align: center;
    padding: 4px 10px 4px 10px;
    margin: 2px;
    cursor: pointer;
    font-weight: normal;
}

.sortableIconClose {
    color: gray;
    padding: 5px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: -3px;
    font-size: 16px;
    cursor: pointer;
}
        
.c3-text {
    xxtransform: translateY(25px);
    fill: #000 !important;
}

.conditionBlack {
    background-color: black;
    color: white;
    padding: 5px;
    font-weight: bold;
}

.conditionRed {
    background-color: red;
    color: white;
    padding: 5px;
    font-weight: bold;
}

.conditionYellow {
    background-color: yellow;
    color: black;
    padding: 5px;
    font-weight: bold;
}

.conditionGreen {
    background-color: #43bb7a;
    color: black;
    padding: 5px;
    font-weight: bold;
}

.toolBarBtnOff {
    background-color: #b2b2b2;
    color: white;
    border: none;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    box-shadow: 1px 1px #888888;
}

.toolBarBtnOn {
    background-color: #dcdcdc;
    color: #656565;
    border: none;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    box-shadow: 1px 1px #888888;
}

.required {
    vertical-align: super;
    font-size: 13px;
    color: red;
}

.bc-blue2 {
    background-color: #376191;
}

.bdr-blue2 {
    border-color: #376191;
}

.hc-w:hover {
    color: #bdbdbd !important;
}

.hc-w:focus {
    color: white !important;
}

.pointer:hover {
    cursor: pointer;
}

.navMenu4 {
    color: white;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
    cursor: default;
}

.navMenu3 {
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
}

.navMenu2 {
    color: white;
    font-weight: normal;
    font-style: italic;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
}

    .navMenu2:hover {
        color: white;
        cursor: default;
        background-color: #376191;
    }

.navMenu1 {
    color: white;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
}

    .navMenu1:hover {
        color: white;
        cursor: pointer;
        background-color: #7191b5;
    }

.noLink {
    color: black;
    text-decoration: none;
}

.noLink2 {
    color: black;
    text-decoration: underline;
}

.noLink:hover {
    color: black;
    text-decoration: none;
}

.mte-button1 {
    border-color: #376191;
    color: #376191;
}

    .mte-button1:hover {
        background-color: #376191;
        color: #ffffff;
    }

.mte-button2 {
    background-color: #376191;
    color: #ffffff;
}

    .mte-button2:hover {
        color: #ffffff;
    }

.cursorHand:hover {
    cursor: pointer;
}

.form-control-set {
    background-color: #b9ffdc;
}

.form-control-required {
    background-color: #ffc2c2;
}

.form-control-optional {
    background-color: #c6e6fb;
}

.form-control-disabled {
    background-color: #f0f0f0;
}

.form-control-err {
    background-color: #fff3cd;
    border: solid 1px #856404;
}

.alert-box-pn {
    min-height: 20px;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
}

.success-pn {
    color: white;
    background-color: #195a28;
    border: solid 1px #0b3b16;
}

.warning-pn {
    color: #94751c;
    background-color: #fff3cd;
    border: solid 1px #94751c;
}

.error-pn {
    color: #721c24;
    background-color: #f8d7da;
    border: solid 1px #721c24;
}

.flipped {
    transform: rotateX(180deg);
    -ms-transform: rotateX(180deg); /* IE 9 */
    -webkit-transform: rotateX(180deg); /* Safari and Chrome */
}

div.arrow_box {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -100px -50px;
    border: solid 5px #fff;
    color: red;
    cursor: pointer;
    overflow: hidden;
}

    div.arrow_box img {
        min-width: 100px;
        width: auto;
        max-height: 100px;
        height: auto;
    }

.arrow_box:after {
    top: 5px;
    left: 5px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 20px;
    margin-left: -20px;
}

#divImgOverlay {
    position: fixed;
    top: 100px;
    left: 5px;
    background-color: white;
    z-index: 12000;
    display: none;
    padding: 10px;
    border: solid 1px grey;
    border-radius: 10px;
}

.zoom:hover {
    transform: scale(1.75); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media screen and (min-width: 2999px) {
    .imgHeight {
        max-height: 1000px;
    }
}

/* small */
@media screen and (max-width: 3000px) {
    .imgHeight {
        max-height: 1550px;
    }
}

#map div[style*='crosshair'] {
    cursor: zoom-in !important;
}

.mte-buttonOn {
    border-color: #376191;
    background-color: white;
    color: #376191;
}

    .mte-buttonOn:hover {
        border-color: #376191;
        background-color: white;
        color: #376191;
    }

.mte-buttonOff {
    background-color: #376191;
    color: #ffffff;
}

    .mte-buttonOff:hover {
        background-color: #376191;
        color: #ffffff;
    }

.markerLabelStation {
    color: red;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 45px;
    white-space: nowrap;
}

.markerLabelOffset {
    color: black;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 45px;
    white-space: nowrap;
}

.markerLabelSelected {
    color: white;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 45px;
    white-space: nowrap;
}

.tooltip6 {
    position: relative;
    display: inline-block;
}

    .tooltip6 .tooltiptext6 {
        min-width: 200px;
        visibility: hidden;
        display: inline-block;
        border: 1px solid gray;
        text-align: left;
        border-radius: 6px;
        padding: 5px;
        font-size: 12px;
        line-height: 18px;
        margin-left: 10px;
        background-color: white;
        font-weight: normal;
        /* Position the tooltip */
        position: absolute;
        z-index: 10000;
        top: 5px;
        left: 105%;
    }

    .tooltip6:hover .tooltiptext6 {
        visibility: visible;
    }

.nonDraggableImage {
    -webkit-user-drag: none;
}

#divGeography {
    position: absolute;
    z-index: 50000;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #d3d3d3;
    width: 200px;
}

#divGeographyHeader {
    padding: 10px;
    cursor: move;
    z-index: 10;
    background-color: #2196F3;
    color: #fff;
}

.rimeChkOff1 {
    cursor: pointer;
    margin-left: 5px;
    border-radius: 8px;
    width: 16px;
    height: 16px;
}

.rimeChkOn1 {
    cursor: pointer;
    margin-left: 5px;
    border: 3px solid gray;
    border-radius: 8px;
    width: 16px;
    height: 16px;
}

.rimeChkOff2 {
    cursor: pointer;
    border: 1px solid gray;
    color: black;
    background-color: lightgray;
}

.rimeChkOn2 {
    cursor: pointer;
    border: 1px solid black;
    color: white;
    background-color: gray;
}

.rimeRadOff1 {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 2px;
    border: 1px solid gray;
    width: 15px;
    height: 15px;
    background-color: none;
}

.rimeRadOn1 {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 2px;
    border: 1px solid gray;
    width: 15px;
    height: 15px;
    background-color: black;
}

.rimeRadOff2 {
    cursor: pointer;
    border: 1px solid gray;
    color: black;
    background-color: lightgray;
}

.rimeRadOn2 {
    cursor: pointer;
    border: 1px solid black;
    color: white;
    background-color: gray;
}

.rimeChkOff3 {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 2px;
    border: 1px solid gray;
    width: 15px;
    height: 15px;
    background-color: none;
}

.rimeChkOn3 {
    cursor: pointer;
    margin-left: 5px;
    margin-top: 2px;
    border: 1px solid gray;
    width: 15px;
    height: 15px;
    background-color: black;
}

.preventDoubleClick {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.custom-control-label:before {
    border: solid 1px gray;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: gray;
}

.flexL {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.flexC {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flexR {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.pivotXaxis {
    background-color: #4c8021;
    color: white;
}

.pivotHeader {
    background-color: #4c8021;
    color: white;
}

.pivotRow {
    background-color: #f5f8f3;
}

.pivotFooter {
    background-color: #3f5929;
    color: white;
    font-weight: bold;
}

.pivotChartXaxis {
    background-color: #4c8021;
    color: white;
}

.pivotChartHeader {
    background-color: #4c8021;
    color: white;
}

.pivotChartRow {
    background-color: #f5f8f3;
}

.pivotChartFooter {
    background-color: #3f5929;
    color: white;
    font-weight: bold;
}

/*
.select2-results__option {
    background-color: #455a64 !important;
}

.select2-selection__choice {
    background-color: #455a64 !important;
}

.select2-results__option--highlighted {
    background-color: orange !important;
    padding: 5px !important;
}

.select2-selection__choice__remove {
}

.bg-select2-container {
    background-color: #455a64;
}

.bg-select2-dropdown {
    background-color: white;
}
*/

.tooltip-ex { /* Container for our tooltip */
    position: relative;
    display: inline-block;
}

    .tooltip-ex .tooltip-ex-text { /* This is for the tooltip text */
        visibility: hidden;
        width: 200px;
        background-color: lightgrey;
        border-color: gray;
        color: black;
        text-align: left;
        padding: 5px;
        border-radius: 3px; /* This defines tooltip text position */
        position: absolute;
        z-index: 1;
    }

    .tooltip-ex:hover .tooltip-ex-text { /* Makes tooltip text visible when text is hovered on */
        visibility: visible;
    }

.buttonDisabled {
    color: gray;
    cursor: not-allowed;
}

.plupload_button.plupload_start {
    display: none;
}

.centerScreen {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -200px;
    width: 400px;
    height: 200px;
}
