body {
    color: #212121;
    font-size: .8rem;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    background-color: #edeef3;
}
img{
    max-width: 100%;
    height: auto;
}
.btn-primary {
    background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%) !important;
    color: #fff;
    border: 0 !important;
}
.btn-primary:hover {
    background: linear-gradient(150deg, #f05138 15%, #c73852 70%, #c73852 94%) !important;
    color: #fff;
    border: 0 !important;
}
.btn-primary:active {
    background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%) !important;
    box-shadow: none !important;
    color: #fff;
    border: 0 !important;
}
.btn-primary:not(:disabled):not(.disabled):active{
    background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%) !important;
    box-shadow: none !important;
    color: #fff;
    border: 0 !important;
}
.btn-primary.focus, .btn-primary:focus{
    background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%) !important;
    box-shadow: none !important;
    color: #fff;
    border: 0 !important;
}

.btn-secondary{
    background: #4c4c4c;
    color: #fff;
}
.btn-secondary:hover {
    background: #4c4c4c;
    color: #fff;
    border: 0;
}
.btn-secondary:active {
    background: #4c4c4c;
    color: #fff;
    border: 0;
}
.btn-secondary:not(:disabled):not(.disabled):active{
    background: #4c4c4c;
    color: #fff;
    border: 0;
}
.btn-secondary.focus, .btn-secondary:focus{
    background: #4c4c4c;
    color: #fff;
    border: 0;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background: linear-gradient(150deg, #f05138 15%, #ee3a5b 70%, #ed1375 94%) !important;
    border-color: #0d6efd;
}


.submit-button{
    padding: 16px 22px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 0.1 !important;
}
.select2.select2-container--default .select2-selection--single {
    border-color: #4c4c4c;
}
/* sidebar */
.wrapper .page-wrap .app-sidebar{
    background:#323232 !important;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content{
    background:transparent !important;
}
.navigation-main{
    padding-top: 30px;
    padding-bottom: 30px;
}
.navigation-main .nav-item a:hover {
    color: #eb525d !important;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
    background-color: #2b2b2b;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item {
    padding: 10px 5px;
    font-size: 13px;
    padding-left: 25px;
    margin: 0;
}
/* section */
.section{
    padding-top:30px;
    padding-bottom: 30px;
}
.section{
    padding-top:30px;
    padding-bottom: 30px;
}
#location-map{
    overflow: hidden;
    min-height:450px;
}
.form-check-input {
    position: absolute;
    margin-top: 0.1rem;
    margin-left: -1.25rem;
}

.btn {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 1px;
    padding: 1rem 1rem;
    letter-spacing: .5px;
    border: 0;
}

.btn i {
    margin-right: 0px;
}

.close {
    box-sizing: content-box;
    width: 1em;
    height: 1em !important;
    padding: 0.25em 0.25em !important;
    color: #000 !important;
}

.btn-sm {
    padding: 0.25rem 0.5rem !important;
    font-size: 12px !important;
    line-height: 1.5;
    border-radius: 0.2rem;
}

label {
    display: inline-block;
    font-weight: 600 !important;
    margin-bottom: 0.1rem;
}

.form-group > label {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 0.2rem;
    letter-spacing: .5px;
}

.card {
    box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
    background-color: #fff;
    border-radius:10px;
    border: none;
    position: relative;
    margin-bottom: 20px;
}
.card .card-body {
    flex: 1 1 auto;
    position: relative;
    padding: 15px 15px;
}
select.form-control {
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: url(../img/down-arrow.svg);
    background-position: center right 6px !important;
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    height: 32px !important;
}

.select2.select2-container--default .select2-selection--single {
    border-color: #eaeaea;
    height: 34px !important;
    border-color: #4c4c4c; 
}
.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
    padding-left: 15px;
    padding-right: 30px;
}
.select2.select2-container--default .select2-selection--multiple {
    border-color: #4c4c4c;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.wrapper .page-wrap .main-content {
    padding: 10px 0;
    background-color: #edeef3;
    min-height: calc(84vh);
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 240px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.form-control {
    line-height: 1;
    height: auto;
    min-height: 33px;
    border: 1px solid #4c4c4c;
    padding: 5px 10px;
    background-color: #fff;
    color: #000;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.form-control:focus {
    border-color: #4c4c4c;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.card-title {
    margin-bottom: 0rem;
}

.card .card-header h5 {
    font-size: 1rem;
    color: #4c4c4c;
    font-weight: 600;
}

div#collapseOne {
    background: #fbfbfd;
}
div#collapseTwo {
    background: #fbfbfd;
}
div#collapseThree {
    background: #fbfbfd;
}

.card .card-title {
    border-bottom-color: #f9f9f9;
    border-bottom: 0px;
    line-height: 30px;
    -ms-grid-row-align: center;
    align-self: center;
    width: 100%;
    min-height: 0px;
    padding: 0rem 0rem;
    padding-bottom: 0.8rem;
    /* display: flex; */
    align-items: center;
}

.card .card-title h5 {
    font-size: 1rem;
    color: #4c4c4c;
    font-weight: 600;
}

.auth-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 8px 18px !important;
    border-bottom: 1px solid #111;
}

table.dataTable tbody td {
    padding: 6px 16px !important;
    font-size: 14px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button{
    font-size: 12px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0em !important;
    border: 1px solid #ffffff !important;

}
li.paginate_button.page-item:hover {
    background: transparent !important;
    border: 1px solid #ffffff !important;
    box-shadow: none !important;
}
.auth-wrapper .authentication-form{
    padding: 40px 0 40px;
}

@media screen and (max-width: 480px) {
    .side-image{
        display: none !important;
        }
  }

@media screen and (max-width: 992px) {
  .wrapper .page-wrap .main-content {
    padding: 20px 0;
    background-color: #F6F7FB;
    min-height: calc(100vh);
    margin-top: 50px;
    padding-right: 0px;
     padding-left: 0px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
}
.modal-header {
    padding: 6px 15px !important;
    margin: 0rem 0rem 0rem 0rem;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.9;
}
.modal-header .close {
    padding: 0.2rem 0rem !important;
    margin: 0.2rem 0rem 0rem auto;
}
.font-size{
    font-size: 12px !important;
}
.table thead th {
    font-weight: 600;
    color: #ffffff;
    background: #4c4c4c;
    font-size: 14px;
}
.table th {
    padding: 0.55rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table td {
    padding: 6px 15px;
}
.table-blue thead th {
    font-weight: 600;
    background-color: #4489ca;
    color: #ffffff;
    font-size: 14px;
}
.table-blue td {
    padding: 6px 15px;
}

.table-blue tbody tr:nth-of-type(odd), .table-blue tr:nth-of-type(odd)  {
    background-color: #ffffff !important;
}
.table-blue tbody tr:nth-of-type(even), .table-blue tr:nth-of-type(even)  {
    background-color: #ecf3fb !important;
}

.table-blue.table-hover>tbody>tr:hover{
    background-color: #7fb8ed !important;
}

.table-orange thead th {
    font-weight: 600;
    background-color: #db7f32;
    color: #ffffff;
    font-size: 14px;
}
.table-orange td {
    padding: 6px 15px;
}

.table-orange tbody tr:nth-of-type(odd), .table-orange tr:nth-of-type(odd)  {
    background-color: #ffffff !important;
}
.table-orange tbody tr:nth-of-type(even), .table-orange tr:nth-of-type(even)  {
    background-color: #fbf2eb !important;
}

.table-orange.table-hover>tbody>tr:hover{
    background-color: #e49f64 !important;
}


.table-pink thead th {
    font-weight: 600;
    background-color: #d94368;
    color: #ffffff;
    font-size: 14px;
}
.table-pink td {
    padding: 6px 15px;
}

.table-pink tbody tr:nth-of-type(odd), .table-pink tr:nth-of-type(odd)  {
    background-color: #ffffff !important;
}
.table-pink tbody tr:nth-of-type(even), .table-pink tr:nth-of-type(even)  {
    background-color: #f8ecec !important;
}

.table-pink.table-hover>tbody>tr:hover{
    background-color: #e06381 !important;
}

.table-gray thead th {
    font-weight: 600;
    background-color: #dedede;
    color: #000000;
    font-size: 14px;
}
.table-gray td {
    padding: 6px 15px;
}

.table-gray tbody tr:nth-of-type(odd), .table-gray tr:nth-of-type(odd)  {
    background-color: #ffffff !important;
}
.table-gray tbody tr:nth-of-type(even), .table-gray tr:nth-of-type(even)  {
    background-color: #ebebeb !important;
}

.table-gray.table-hover>tbody>tr:hover{
    background-color: #f2f3f2 !important;
}

.card .card-body .dataTables_wrapper .dataTable {
    margin-left: 0px;
    width: calc(100% + 40px);
}
.card .card-body .dataTables_wrapper .form-control {
    border: none;
    min-height: 15px;
    background-color: transparent;
    border: 1px solid #4c4c4c;
}

.card .card-body .dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
    margin-left: 0px;
    min-width: 30px;
    height: 30px;
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
    line-height: 30px;
    border: none;
    background-color: #4c4c4c;
    color: #ffffff;
    border-radius: 0px !important;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}
.card .card-body .dataTables_wrapper select.form-control {
    height: 27px !important;
    line-height: 1.3;
    width: 45%;
}

.add-form {
    padding: 2rem !important;
}
.add-form .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}
.add-form .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    background-color: #4c4c4c;
    border-color: #EEEEEE;
}

.add-form .panel-title {
    font-size: 14px;
    margin: 0px;
}

.add-form .panel-title > a {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

.add-form .more-less {
    float: right;
    color: #fff;
}

.add-form .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    padding: 20px 30px;
    background-color: #F6F7FB;
}

.confirm-identity-form select.form-control {
    line-height: 1.7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
    background-image: url(../img/down-arrow.svg);
    background-position: center right 6px !important;
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
    background-size: 10px;
    height: 32px !important;
    width: 100px !important;
    width: 150px !important;
}
.wrapper .header-top{
    height: 60px;
    padding: 13px 0;
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a i {
    color: #ffffff;
}
.wrapper.menu-collapsed .page-wrap .app-sidebar .sidebar-header .nav-toggle {
    display: block !important;
}
.wrapper .header-top .top-menu #userDropdown{
    overflow: hidden;
    width: 34px;
    display: inline-block;
    height: 34px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #fff;
    background: #000;
}
.wrapper .header-top .top-menu .mobile-nav-toggle span::before, .wrapper .header-top .top-menu .mobile-nav-toggle span::after{
    content: "";
    height: 2.5px;
}
.table-roadsurvey thead th{
    padding: 4px 0px;
    font-size: 8.2px;
    color: #000;
    background: #fff;
    font-weight: 700;
}

.road{
    font-size: 13px !important;
}

@media only screen and (max-width: 600px) {
    .table-roadsurvey thead th{
        padding: 4px 4px !important;
        font-size: 8.2px;
        color: #000;
        background: #fff;
        font-weight: 700;
    }
}

.table-roadsurvey td {
    padding: 6px 10px;
    font-size: 10px;
    color: #000;
    font-weight: 700;
}

.table-roadsurvey tfoot th{
    padding: 4px 10px;
    font-size: 11px;
    color: #000;
    background: #fff;
    font-weight: 700;
}

.table-roadsurvey thead th {
    border-bottom: 1px solid #000000;
    border: 1px solid #000;
}

.table-roadsurvey td {
    border-bottom: 1px solid #000000;
    border: 1px solid #000;
}
.table-roadsurvey.rdistric thead th {
    padding: 10px 10px;
    font-size: 14px;
    color: #000;
    background: #fff;
    font-weight: 800;
}

/*Todays Changes*/
.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    width: 342px;
    left: 172px;
    transform: translate3d(-50%,-100%,0);
    background-color: white;
    border-radius: 8px;
    padding: 5px 12px;
    box-shadow: 0 2px 7px 1pxrgba(0,0,0,.3);
}

.gm-style .gm-style-iw-tc{
    left: 172px !important;
}

.gm-style .gm-style-iw-t {
    position: absolute;
    width: 100%;
    right: 214px !important;
}
.segment-map{
    background: red;
    color:#ffffff;
    padding: 10px;
    font-weight: 500;
    text-align: center;
}

.segment-content{
    margin-bottom: 0px;
}
.logo.text-center{
    width: 100%;
}
#logo{
    background-color: #f1f1f1;
    text-align: center;
    padding: 30px 0px;
}
#development{
    padding: 50px 0px;
    background: #fff
}

.development-content{
    font-size: 1.7vw;
    line-height: 1.2;
    font-family: serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#district-home{
    background-image: url(../img/login-bg.jpg);
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;

}

.district-content{
    background: #ffffffa6;
    color: #000;
    padding: 4px 15px;
    font-weight: 900;
    font-size: 26px;
    border-radius: 3px;
    margin-bottom: 8px;
}
.district-title{
    padding: 8rem 5rem;
}
.section-title {
    position: relative;
    background-color:transparent;
    margin: 0px !important;
    font-weight: 900;
    padding: 8px 0px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.section-title:before {
    position: absolute;
    top: 12px;
    right: 12px;
    font-family: FontAwesome;
    content: "\f107";
    display: none;
    margin-right: 10px;
    font-size: 20px;
    line-height: 16px;
    vertical-align: middle;
    transition: .4s;
}
.section-title.collapsed:before {
    transform: rotate(0deg);
    transform-origin: center;
    transition: .4s;
}
.section-title:before {
    transform: rotate(180deg);
    transform-origin: center;
    transition: .4s;
}
.section-title.no-collapse:before{
    display: none;
}
.section-subtitle{
    font-weight: 900;
    font-size: 18px;
    text-align: center;
}
.wrapper.nav-collapsed .page-wrap .footer{
    text-align: center;
    padding: 15px 15px;
    padding-left: 75px;
}
.add-form {
    padding: 2rem !important;
}
.generate-report{
    margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
    .logo.text-center{
        width:auto;
    }
    .add-form {
        padding: 0rem !important;
    }
    .section-title {
        position: relative;
        background-color: transparent !important;
        padding:12px 16px;
        font-size: 18px;
    }
    .section-title:before {
        display: inline-block;
    }
    .table-roadsurvey.rdistric thead th {
        font-size: 12px;
    }
}

@media only screen and (max-width: 576px){
    .auth-wrapper .authentication-form {
        padding: 15px 0 0px;
    }
}

@media only screen and (max-width: 576px){
    .auth-wrapper .lavalite-bg {
        height: 60px !important;
    }
}


@media only screen and (max-width: 576px){
    .auth-wrapper .authentication-form .logo-centered {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .register-join{
        margin-bottom: 0.2rem;
    }
}

@media only screen and (max-width: 576px){
    .auth-wrapper .authentication-form .sign-btn {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 576px){
    .auth-wrapper .authentication-form .register {
        margin-top: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 576px){
    .login-form{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }


}
.table .btn-sm {
    display: inline-flex;
    width: 26px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin: 1px;
    text-decoration: none;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 4px 7px !important;
    margin-bottom: 7px !important;
}
path.highcharts-button-symbol {
    display: none;
}

text.highcharts-credits {
    display: none;
}


table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before{
    display:none;
    }
    
    table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after{
    display:none
    }