﻿
body {
    font-size: 13px;
}

.GW-title .title-1 {
}

.GW-title .title-2 {
    color: #11459d;
    text-decoration: none;
    font-weight: normal;
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    font-style: italic;
}

.app-content {
    margin-top: 55px;
}

.app-sidebar {
    padding-top: 80px;
    background: #11459d;
    background-size: 174%;
    background-position-x: -83px;
}

/*.form-control {
    font-size: 12px;
    border: 1px solid #ced4da;
}*/

.TopHeadFixed {
    background: rgba(0, 127, 175, 0.95);
    padding: 4px 20px 5px 20px;
    height: 46px;
    transition: all 0.5s;
    top: 0;
}


.tile {
    padding: 10px 20px;
}

    .tile .tile-title {
        font-size: 1rem;
    }

.tile-min-height {
    min-height: calc(100vh - 95px);
    padding: 0px;
    padding-bottom: 10px;
}

.tile-min-height-full {
    min-height: calc(100vh - 208px);
    padding: 0px;
    padding-bottom: 10px;
}

.tile-min-height-gh {
    min-height: 285px;
    padding: 0px;
    padding-bottom: 10px;
}

.logo-css {
    margin-top: -25px;
    display: block;
}

.img-bottom-file {
    height: 98px;
}

@media (max-width:767px) {
    .logo-css {
        /*margin-top: -4px;*/
        margin-top: -19px;
    }

    .img-bottom-file {
        height: 0;
        display: none;
    }

    .tile-min-height {
        min-height: 100px;
    }

    .tile-min-height-full {
        min-height: 100px;
    }

    .tile-min-height-gh {
        padding-bottom: 34px;
    }
}

.loader {
    position: relative;
    text-align: left;
    margin: 5px 5px 0 0;
    z-index: 9999;
    display: block;
    width: 20px;
    height: 20px;
    border: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
}

    #footer .copyright {
        text-align: center;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ccc;
    }

.f-8 {
    font-size: 8px !important;
}

.f-9 {
    font-size: 9px !important;
}

.f-10 {
    font-size: 10px !important;
}

.f-11 {
    font-size: 11px !important;
}

.f-12 {
    font-size: 12px !important;
}

.f-13 {
    font-size: 13px !important;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px !important;
}

.f-16 {
    font-size: 16px !important;
}

.f-17 {
    font-size: 17px !important;
}

.f-18 {
    font-size: 18px !important;
}

.f-19 {
    font-size: 19px !important;
}

.f-20 {
    font-size: 20px !important;
}

.f-21 {
    font-size: 21px !important;
}

.f-22 {
    font-size: 22px !important;
}

.f-23 {
    font-size: 23px !important;
}

.f-24 {
    font-size: 24px !important;
}

.f-25 {
    font-size: 25px !important;
}
/*
 * Font Weight
 */

.f-300 {
    font-weight: 300 !important;
}

.f-400 {
    font-weight: 400 !important;
}

.f-500 {
    font-weight: 500 !important;
}

.f-700 {
    font-weight: 700 !important;
}

.table th, .table td {
    padding: 0.40rem;
}

.table thead th {
    background-color: #6a6a6a;
    color: #fff;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0.6;
}

canvas {
    padding: 0 !important;
    margin-bottom: -4px;
}

.dash-bg-footer {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #eee;
    padding: 5px;
    margin-bottom: -2px;
    line-height: 20px;
    color: #08BFFB;
    border-radius: 0 0 3px 3px;
    min-height: 33px;
}

.PolygonLabelcss {
    margin-top: 35px !important;
}

div.dataTables_wrapper {
    /*width: 800px;*/
    margin: 0 auto;
}

    div.dataTables_wrapper .div.dataTables_filter input {
        width: 72%;
    }

.modal {
    background-color: rgba(0,0,0, 0.2);
}

.modal-header {
    padding: 0.5rem;
}

    .modal-header h4, .modal-header .h4 {
        font-size: 1rem;
    }

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.map-div {
    z-index: 401;
    background-color: transparent;
    top: 15px;
    position: absolute;
    right: 90px;
}

@media (min-width:640px) and (max-width:767px) {
    .map-div {
        width: 40% !important;
    }
}

@media (min-width:440px) and (max-width:639px) {
    .map-div {
        width: 50% !important;
    }
}

@media (max-width:439px) {
    .map-div {
        width: 70% !important;
    }
}

.map-anchor {
    z-index: 401;
    position: absolute;
    right: 62px;
    top: 15px;
    cursor: pointer;
    font-size: 20px;
    background-color: #fff;
    padding: 0 5px;
    /*border: solid 1px #ddd;*/
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}


.input-group-addon {
    padding: 8px 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
}

.multiselect-clear-filter {
    padding: 5px 6px;
    border-radius: 0 10px 10px 0;
    line-height: 22px;
}

span.multiselect-native-select select {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px -1px -1px -3px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    left: 50%;
    top: 30px;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 6px;
}

.tile {
    overflow: inherit;
}

/*input[type=checkbox] {
    height: 18px;
    width: 18px;
}*/

.filter-header {
    height: 50px;
    line-height: 33px;
    padding: 5px 9px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border: solid 1px #e8e8e8;
}

    .filter-header .Filter-tag {
        font-size: 18px;
        font-style: italic;
        text-decoration: underline;
        color: #006b94;
    }

.filter-top {
    line-height: 30px;
    padding: 5px;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border: 1px solid #e80c4d !important;
    /*background-color: #ffbfbd !important;*/
    background-color: #f7dcdb !important;
}

#CaptchaImage {
    height: 42px;
    border-radius: 3px;
    border: 1px solid #ced4da;
}

.datepicker.dropdown-menu {
    margin-top: 35px;
}

.list-group-item.active {
    border-color: snow;
    background-color: #94ae8c !important;
    color: #fff;
}

.nav-tabs .nav-item .nav-link.active {
    background-color: #94ae8c !important;
}

.app-nav__item {
    line-height: 2.4;
}

.app-menu__item, .treeview-item {
}

.app-sidebar__toggle {
    line-height: 2.9;
}

.treeview-item {
    padding: 15px 5px 15px 15px;
    /*white-space: nowrap;*/
    font-size: 13px;
}

    .treeview-item .icon {
        font-size: 9px;
        font-weight: bold;
        /* color: #08c; */
    }

.img-logo {
    float: left;
    width: auto;
}

    .img-logo img {
        width: 50px;
        margin-top: -1px;
    }

.img-logo_text {
    font-family: 'Oswald', sans-serif;
}

.selected {
    background-color: #94ae8c !important;
    color: #fff;
}



@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled .treeview-menu {
        padding: 1px 5px;
        min-width: 220px;
        /*white-space: nowrap;*/
    }

    .sidebar-mini.sidenav-toggled .app-menu__label {
        min-width: 220px;
    }

    .app-header__logo {
    }
}

.app-header {
    /*background: rgba(0, 127, 175, 1) url(../Images/strip_4.png) no-repeat;*/
    background: #fff;
    background-position: right 71px bottom -7px;
    background-size: 75%;
    box-shadow: 0 0 5px #dedede;
}

@media (max-width:767px) {
    .app-header {
        background-position: right 71px bottom 13px;
    }
}

/*download canvas chart as png,jpg and pdf*/
.ChDwnBtn {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(-100px, 38px, 0px);
}

.DivChDwnBtn {
    display: none;
    z-index: 11;
    position: absolute;
    width: 100px;
    height: auto;
    background: #fff;
    border: solid 1px #ddd;
    right: 20px;
    top: 25px;
    border-radius: 4px;
}

    .DivChDwnBtn a i {
        margin-right: 5px;
    }

    .DivChDwnBtn a:hover {
        color: #000;
        background-color: #ddd;
        border-bottom: dotted 1px #ccc;
    }

.btn-grp-download {
    position: absolute;
    right: 0px;
    top: 3px;
    padding: 0px 1px 0px 5px;
    font-size: 17px;
    /*background: #585858;*/
    background: #fff;
    color: #000;
    border: solid 1.5px #ccc;
    z-index: 1;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.teetip {
    border: solid 1px #808080;
    margin-left: 15px !important;
    background: #fff !important;
}


.lbl-ctrl-txt {
    text-align: right;
    padding-right: 0px;
}

.lbl-ctrl-txt-left {
    text-align: left;
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .lbl-ctrl-txt {
        text-align: left;
    }

    .lbl-ctrl-txt-left {
        text-align: left;
    }
}

.btncls {
    float: right;
    position: fixed;
    right: 10px;
    top: 80px;
    z-index: 1051;
    margin-top: -1px;
    height: 39px;
    width: 47px;
    border: 2px solid #30a0d8;
    border-radius: 6px;
}

    .btncls i {
        font-size: 26px !important;
        color: red;
    }

#div-show-new {
    float: right;
    width: 25%;
    height: auto;
    border-radius: 4px;
    display: block;
    position: fixed;
    right: 7px;
    z-index: 1001;
    min-height: 100px;
    top: 120px;
    padding: 5px;
    margin-bottom: 10px;
}

#div-show {
    float: right;
    width: 25%;
    min-height: 100px;
    max-height: 357px;
    overflow: auto;
    border-radius: 4px;
    display: block;
    position: fixed;
    right: 7px;
    z-index: 1001;
    min-height: 100px;
    top: 303px;
    padding: 5px;
}

@media (max-width:768px) {
    #div-show-new {
        float: right;
        width: 70%;
        height: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 120px;
        padding: 5px;
    }

    #div-show {
        float: right;
        width: 70%;
        min-height: 100px;
        max-height: 350px;
        overflow: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 342px;
        padding: 5px;
    }
}

@media (min-width:769px) and (max-width:1024px) {
    #div-show-new {
        float: right;
        width: 50%;
        height: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 120px;
        padding: 5px;
    }

    #div-show {
        float: right;
        width: 50%;
        min-height: 100px;
        max-height: 350px;
        overflow: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 273px;
        padding: 5px;
    }
}

@media (min-width:1025px) and (max-width:1279px) {
    #div-show-new {
        float: right;
        width: 40%;
        height: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 120px;
        padding: 5px;
    }

    #div-show {
        float: right;
        width: 40%;
        min-height: 100px;
        max-height: 350px;
        overflow: auto;
        border-radius: 4px;
        display: block;
        position: fixed;
        right: 7px;
        z-index: 1001;
        min-height: 100px;
        top: 273px;
        padding: 5px;
    }
}

.app-content {
    min-height: calc(100vh - 90px);
}


a.app-header__logo {
}


header.app-header a.app-nav__item {
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #f4f6f9;
    position: relative;
    top: 10px;
}


    header.app-header a.app-nav__item:hover {
        color: #333;
    background: #eee;
    text-decoration: none;
    }

ul.app-notification.dropdown-menu.dropdown-menu-right {
    width: 235px;
    padding: 0;
    border: 0;
    box-shadow: 0 0 13px #0000000f;
}

    ul.app-notification.dropdown-menu.dropdown-menu-right:before {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f0d8";
        right: -7px;
        top: -11px;
        color: #e0ebff;
    }


.one-rk {
    width: 100%;
    display: inline-block;
    background: #fff;
}

li.app-notification__footer a {
    width: 100%;
    display: inline-block;
    padding: 15px 15px;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 48px !important;
    text-align: left;
}


span.app-notification__icon-l {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: #f4f6f9;
    border-radius: 100px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 7px;
}

    span.app-notification__icon-l .fa {
        color: #3c6dc0;
    }

.one-rk:hover, .app-notification__item:hover {
    background: #f4f6f9;
}

.mapwrappwer {
    height: 100%;
}

div#map {
    height: 100%;
}

div#FilerBDiv {
    position: absolute;
    right: 15px;
    width: 75%;
    top: 15px;
    z-index: 11;
    display: flex;
    align-items: center;
    z-index: 999;
}

.tile.mapwrappwer {
    height: 697px;
}


.download-wrp {
    display: flex;
    align-items: center;
    justify-content: end;
}

.download-wrp {
    padding-right: 25px;
}

    .download-wrp a.ExptblWLPercent {
        position: absolute;
        padding: 3px 7px;
        top: 0;
        margin: 0;
        text-align: center;
    }

        .download-wrp a.ExptblWLPercent .fa {
            margin: 0;
        }
