body {
    /* margin: 1.6cm; */
    -webkit-print-color-adjust: exact;
}


/* #navMenu{
    position: fixed;
    width: 100%;
} */

@page {
    size: A4;
    margin: 0;
}

header img {
    width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.esriMapContainer {
    width: 100%
}

.navbar {
    border-radius: 0px;
}

.dropdown-menu>li>a {
    text-align: center;
}

.map {
    margin-top: 20px;
    height: 600px;
    width: 100%;
}

.css-checkbox {
    float: right;
}

.chaeckBoxLabel {
    margin: 18px 0;
    color: #006699;
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
    float: left;
    background-color: #ececec;
    height: 32px;
    border-radius: 3px;
    padding: 5px;
    display: block;
    text-align: right;
}

.scaller {
    position: absolute;
    z-index: 444;
    left: 16px;
    top: 581px;
    background: white;
}

.comp {
    position: absolute;
    z-index: 4;
    right: 18px;
    height: 79px;
}

.dijitTextBox {
    border: solid #b1aaaa 1px;
    height: 31px;
    /* border-radius: 5px; */
    padding: 5px;
}

.dijitComboBox .dijitButtonNode,
.dijitSpinnerButtonContainer .dijitButtonNode {
    border-width: 0;
    height: 30px;
    width: 24px;
    color: #b1aaaa;
    margin-top: -5px;
}

.dijitDownArrowButton {
    display: inline-block;
}

.dijitReset {
    padding-right: 9px;
    color: #1a3f69;
}

.dijitInputInner {
    font-size: 17px;
    padding-top: 2px;
}

#date {
    margin-top: 5px;
    float: left;
    margin-left: 8%;
    z-index: 456789098;
}

#mainTitle,
#FieldDiv7Label {
    font-weight: bolder;
    font-family: 'Courier New', Courier, monospace;
}

.hidden {
    display: none
}

#btnzoom {
    border-radius: 3px;
    height: 30px;
}

.aswad {
    margin-right: 16px
}

footer {
    padding: 1em;
    color: black;
    /*background-color: #1A5E8D;*/
    background-color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-repeat: no-repeat;
}


/* table {
    -webkit-print-color-adjust: exact;
    border-collapse: collapse;
    float: right;
    font-family: arial, sans-serif;
    width: 100%;
    margin-top: 130px;
} */

td {
    border: 0px solid #dddddd;
    text-align: right;
    padding: 8px;
}

th {
    /*background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );*/
    /*background: -moz-linear-gradient( center top, #006699 5%, #00557F 100% );*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');*/
    /*background-color: #006699;*/
    color: #000000;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    font-weight: bold;
    border: 0px solid #dddddd;
    text-align: right;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

#chartdiv {
    width: 470px;
    height: 470px;
    position: absolute;
    z-index: 3745;
    margin-left: -73px;
    /* margin-top: -66px; */
}

span {
    -webkit-print-color-adjust: exact;
}


/*  */


/* check box style */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
    position: relative;
    padding-left: 1.95em;
    cursor: pointer;
}


/* checkbox aspect */

[type="checkbox"]:not(:checked)+label:before,
[type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 1.6em;
    height: 1.6em;
    border: 2px solid #ccc;
    background: #fff;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}


/* checked mark aspect */

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
    content: '✔';
    position: absolute;
    top: 8px;
    /* left: .275em; */
    left: 2px;
    font-size: 1.4em;
    line-height: 0.8;
    color: #09ad7e;
    transition: all .2s;
    font-family: Helvetica, Arial, sans-serif;
}


/* checked mark aspect changes */

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* disabled checkbox */

[type="checkbox"]:disabled:not(:checked)+label:before,
[type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked+label:after {
    color: #999;
}

[type="checkbox"]:disabled+label {
    color: #aaa;
}


/* accessibility */

[type="checkbox"]:checked:focus+label:before,
[type="checkbox"]:not(:checked):focus+label:before {
    border: 2px solid rgb(18, 82, 155);
}


/* hover style just for information */

label:hover:before {
    border: 2px solid #4778d9!important;
}

.colors img {
    height: 20px;
    width: 18px;
}


/* end checkbox */


/* Mobile */

@media only screen and (max-width: 500px) {
    header img {
        width: 90%;
    }
}


/* printing */

@media print {
    @page {
        /*margin-top: 0;
    margin-bottom: 7px;*/
        margin-right: 10px;
        margin-left: 10px;
        size: A4;
    }
    html,
    body {
        /* width: 210mm;
        height: 297mm; */
        -webkit-print-color-adjust: exact;
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: 210mm;
        min-height: 297mm;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    .scaller {
        display: none;
    }
    /* body {
        
        -webkit-print-color-adjust: exact;
    } */
    span {
        -webkit-print-color-adjust: exact;
    }
    .aswad {
        margin-right: 16px;
        -webkit-print-color-adjust: exact;
    }
    #chartdiv {
        /* margin-left: -40px; */
        margin-left: -100px;
        width: 370px;
    }
    .chart2 {
        margin-right: 100px;
    }
    .col-pr-6 {
        width: 400px !important;
        /* float: left; */
        /* margin-left: -5PX; */
    }
    .col-pr-4 {
        width: 280px !important;
        /* float: right; */
        /* margin-left: 15%; */
    }
    .map .esriMapContainer {
        width: 400px;
    }
    th {
        /* font-size: 15px; */
        font-weight: bold;
        border: 0px solid #dddddd;
        text-align: right;
        padding: 8px;
    }
    tr:nth-child(even) {
        background-color: #dddddd !important;
    }
    /* report: Road Details */
    .repForm {
        display: none;
    }
    .reportGrid {
        margin-top: 20px;
    }
    /* .repForm {page-break-after: always;} */
    .mapLeft {
        width: 75%;
    }
    .SliderRight {
        width: 25%;
    }
    .slider-wrapper {
        height: 197px;
        width: 262px;
    }
    /* .map {
        width: 100%;
    } */
    #zoomExtentSpan {
        display: none;
    }
    /* report: Road Details */
}