@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:300, 400, 400i, 700|Teko:300, 400, 600, 700);
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #e9188e;
    color: #fff;
}
::-moz-selection {
    background: #e9188e;
    color: #fff;
}
article,
aside,
figure,
footer,
header,
section {
    display: block;
}
.font {
    font-family: Lato, sans-serif;
    font-family: Teko, sans-serif;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #666;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
    color: #858585;
    font-weight: 16px;
    font-size: 400;
    font-family: Lato, sans-serif;
}
body.white {
    background-color: #fff;
}
a {
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
a:focus,
a:hover {
    outline: 0;
}
button {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}
.clear,
.clr {
    clear: both;
    line-height: 0;
    font-size: 0;
}
input[type="text"] {
    border-radius: 0;
}
select {
    -webkit-appearance: menulist-button;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.error-msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
}
.success-msg {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    text-align: center;
}
body.map-bg {
    background-image: url(../img/map.jpg);
    background-size: cover;
}
.gm-style .gm-style-iw {
    z-index: 20;
}
.map-popup {
    width: 300px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    padding: 30px 10px 5px 10px;
    text-transform: uppercase;
    border: 1px solid #ddd;
}
.modal-content.green_popup .modal-body, .modal-content.blue_popup .modal-body, .modal-content.yellow_popup .modal-body {
    display: flex;
    align-items: center;
}
.open-text.text-right{
    padding-bottom: 5px;
    margin:10px 0 0;
}

.open-text.text-right .map-link{
    font-weight: bold;
    font-size: 12px;
    text-decoration: underline;
}
.map-popup.blue {
    background-color: #0f7fc9;
}
.map-popup.red,
.red_popup {
    background-color: #d24000;
    color: #fff;
}
.map-popup.green {
    background-color: #9ca538;
    color: #fff;
}
.map-popup .detail-area {
    display: inline-block;
    width: 238px;
}
.map-popup .detail-area .title {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    margin-bottom: 8px;
}
.map-popup .detail-area span.date,
.map-popup .detail-area span.status {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: Lato, sans-serif;
    display: block;
}
.map-popup .detail-area span.status {
    margin-bottom: 8px;
}
.map-popup .detail-area label {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    margin-top: 8px;
    display: block;
}
.map-popup .detail-area h2 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: Lato, sans-serif;
    line-height: 17px;
}
.map-popup .detail-area h2.value {
    margin-top: 10px;
}
.map-popup .detail-area h4 {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-family: Lato, sans-serif;
}
.map-popup .img-area {
    display: inline-block;
    width: 160px;
}
.map-popup .img-area img {
    max-width: 100%;
    width: 100%;
    border: 1px solid #fff;
}
.map-popup-main {
    float: left;
    width: auto;
    margin-left: 40px;
    height: auto;
    padding-bottom: 20px;
}
.map-popup-main .map-popup-inner {
    background: #f6b234;
    height: auto;
    padding: 15px;
}
.map-popup-main .map-popup-inner span.title {
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 18px;
    font-family: Lato, sans-serif;
    display: block;
}
.map-popup-main .map-popup-inner span.date {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-family: Lato, sans-serif;
    display: block;
}
.map-popup-main .arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #f6b234;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.login-outer {
    background-color: rgba(156, 165, 56, 0.88);
    position: fixed;
    width: 100%;
    height: 100%;
}
.login-outer .login-area {
    width: 500px;
    margin: 100px auto 0;
    background-color: #fff;
    padding: 50px;
    border-radius: 10px;
}
.login-outer .login-area h1 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    color: #9ca538;
}
.login-outer .login-area input[type="password"],
.login-outer .login-area input[type="text"] {
    height: 35px;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    padding: 5px;
    border: 1px solid #9ca538;
    width: 100%;
    margin: 7px 0;
}
.login-outer .login-area button {
    background-color: #9ca538;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    font-family: Lato, sans-serif;
    border: 0;
    padding: 15px 10px;
    width: 100%;
    text-transform: uppercase;
    margin: 15px 0 0 0;
}
.login-outer .login-area button:hover {
    cursor: pointer;
    background-color: #a7b322;
}
.left-side {
    width: 250px;
    margin: 80px 10px 0;
    position: absolute;
    top: 60px;
    z-index: 10;
    right: 0;
}
.left-side button {
    background-color: #9ca538;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    border: 0;
    padding: 10px;
    width: 100%;
}
.left-side button:hover {
    cursor: pointer;
    background-color: #a7b322;
}
.left-side .legend-panel {
    background-color: #6d6d6d;
    margin: 20px 0;
    padding: 10px;
}
.left-side .legend-panel h2 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    font-family: Lato, sans-serif;
}
.left-side .legend-panel .legend-list {
    margin: 20px 0 10px;
}
.left-side .legend-panel .legend-list ul li {
    list-style: none;
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-family: Lato, sans-serif;
    margin: 0 0 10px 0;
}
.left-side .legend-panel .legend-list ul li span.icon {
    color: #a7a3a3;
}
.left-side .legend-panel .legend-list ul li span.icon.active,
.left-side .legend-panel .legend-list ul li span.icon:hover {
    color: #fff;
    cursor: pointer;
}
.left-side .legend-panel .legend-list ul li span.project-type {
    background-image: url(../img/eye-icon.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    width: 26px;
    height: 18px;
}
.left-side .legend-panel .legend-list ul li span.project-type.active {
    background-position: 0 0;
}
.left-side .legend-panel .legend-list ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    font-family: Lato, sans-serif;
    float: left;
}
.left-side .legend-panel .legend-list ul li a span {
    font-style: italic;
    font-size: 13px;
    float: none;
    margin: 0;
}
.left-side .legend-panel .legend-list ul li a:hover {
    text-decoration: underline;
}
.map-new .detail-area {
    width: 100%;
    padding: 16px 0 0;
}
.map-new .detail-area .text-area {
    float: left;
    width: 50%;
}
.map-new .detail-area .img-area {
    width: 55%;
    float: none;
    margin-left: 8px;
    display: table-cell;
    vertical-align: top;
}
.map-cont-area {
    position: absolute;
    top: 58px;
    right: 0;
    width: calc(100% - 70%);
    background-color: rgba(0, 0, 0, 0.8);
}
.map-cont-area .map-new {
    width: 100%;
    background-color: transparent;
    padding: 30px;
}
.map-cont-area .map-new .map-upper .title {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 500;
}
.map-cont-area .map-new .map-upper h2 {
    font-size: 14px;
    font-weight: 500;
}
.open-text .map-link {
    font-size: 8px;
}
.map-cont-area .map-new .detail-area {
    display: table;
    height: 100%;
    padding: 16px 0 0;
    vertical-align: middle;
    width: 100%;
}
.map-cont-area .map-new .detail-area .text-area {
    display: inline;
    width: 50%;
    float: none;
}
.map-cont-area .map-new .detail-area .text-area h2 {
    margin: 10px 0;
}
.map-cont-area .map-new .detail-area .text-area label {
    font-size: 12px;
    margin-top: 0;
}
.map-cont-area .map-new .detail-area .text-area span {
    font-size: 14px;
    margin: 0 0 10px;
}
.map-cont-area .map-new .detail-area .img-section {
    display: table-cell;
    height: 175px;
    vertical-align: middle;
}
.map-cont-area .map-new .detail-area .img-section .img-area {
    display: table-cell;
    float: none;
    margin-left: 1%;
    vertical-align: middle;
    width: 36%;
}
.map-cont-area .cross {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    padding: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
}
.map-cont-area .cross:hover {
    border: 1px solid #9ca538;
    color: #9ca538;
}
.map-upper h2 {
    font-size: 14px;
    font-weight: 500;
}
.map-upper .open-text a {
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
}
.map-upper .open-text a:hover {
    text-decoration: none;
    pointer: cursor;
}
.admin-wrapper {
    width: 1280px;
    margin: 50px auto 0;
}
.admin-wrapper .top-btn {
    margin-bottom: 20px;
}
.admin-wrapper .top-btn button {
    background-color: #9ca538;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    border: 0;
    padding: 10px;
    width: 300px;
}
.admin-wrapper .top-btn button:hover {
    cursor: pointer;
    background-color: #a7b322;
}
@media screen and (max-width: 675px) {
    .admin-wrapper .top-btn button {
        width: 100%;
        margin-bottom: 5px;
    }
}
.admin-wrapper .admin-detail {
    width: 100%;
    float: left;
}
.admin-wrapper .admin-detail .filter-search {
    margin-bottom: 10px;
}
.admin-wrapper .admin-detail .filter-search input[type="text"],
.admin-wrapper .admin-detail .filter-search select {
    height: 35px;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    padding: 5px;
    border: 1px solid #9ca538;
    float: left;
}
.admin-wrapper .admin-detail .filter-search .filter {
    margin: 0 15px 0 0;
    float: left;
}
.admin-wrapper .admin-detail .filter-search .filter select {
    width: 200px;
}
@media screen and (max-width: 750px) {
    .admin-wrapper .admin-detail .filter-search .filter select {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .admin-wrapper .admin-detail .filter-search .filter {
        width: 35%;
    }
}
@media screen and (max-width: 675px) {
    .admin-wrapper .admin-detail .filter-search .filter {
        width: 100%;
    }
}
.admin-wrapper .admin-detail .filter-search .search {
    margin: 0 15px 0 0;
    float: left;
    position: relative;
}
.admin-wrapper .admin-detail .filter-search .search span {
    background-color: #9ca538;
    color: #fff;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 25px;
    text-align: center;
    height: 33px;
    line-height: 32px;
    font-size: 13px;
}
.admin-wrapper .admin-detail .filter-search .search span:hover {
    background-color: #a7b322;
    cursor: pointer;
}
.admin-wrapper .admin-detail .filter-search .search input {
    width: 400px;
}
@media screen and (max-width: 750px) {
    .admin-wrapper .admin-detail .filter-search .search input {
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .admin-wrapper .admin-detail .filter-search .search {
        width: 55%;
    }
}
@media screen and (max-width: 675px) {
    .admin-wrapper .admin-detail .filter-search .search {
        width: 100%;
        margin: 5px 0 0 0;
    }
    span.applied-logo{
        position: unset !important;
    }
    .tc h2{
        width: 85%;
    }
}
.admin-wrapper .admin-detail .admin-table table {
    width: 100%;
}
.admin-wrapper .admin-detail .admin-table table thead tr th {
    background-color: #9ca538;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: Lato, sans-serif;
    padding: 5px;
    text-align: left;
    height: 35px;
    text-transform: uppercase;
}
.admin-wrapper .admin-detail .admin-table table tbody tr:nth-of-type(even) {
    background-color: #a7a7a7;
}
.admin-wrapper .admin-detail .admin-table table tbody tr:nth-of-type(odd) {
    background-color: #b7b7b7;
}
.admin-wrapper .admin-detail .admin-table table tbody tr:hover {
    background-color: #919c1b;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    font-family: Lato, sans-serif;
    padding: 5px;
    text-align: left;
    height: 35px;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(1) {
    padding-left: 12px;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(1) img {
    width: 14px;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(2) {
    text-transform: uppercase;
    width: 480px;
    max-width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 1300px) {
    .admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(2) {
        width: 280px;
        max-width: 280px;
    }
}
@media screen and (max-width: 1015px) {
    .admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(2) {
        width: 180px;
        max-width: 180px;
    }
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(3) {
    text-transform: uppercase;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(3) p {
    width: 350px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none;
}
@media screen and (max-width: 1015px) {
    .admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(3) p {
        width: 200px;
        max-width: 200px;
    }
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:nth-of-type(4) {
    width: 160px;
    max-width: 160px;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:last-child {
    padding: 0;
    text-align: right;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:last-child span {
    display: inline-block;
    background-color: #9ca538;
    color: #fff;
    width: 25px;
    height: 33px;
    text-align: center;
    line-height: 28px;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td:last-child span:hover {
    background-color: #a7b322;
    cursor: pointer;
}
.admin-wrapper .admin-detail .admin-table table tbody tr td.no-data {
    background-color: #f2dede;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .admin-wrapper .admin-detail .admin-table table {
        width: 750px;
    }
}
@media screen and (max-width: 750px) {
    .admin-wrapper .admin-detail .admin-table {
        overflow-x: scroll;
    }
}
.admin-wrapper .admin-detail .pin-bar {
    background-color: #666;
    border: 1px solid #ddd;
    padding: 5px 15px;
}
.admin-wrapper .admin-detail .pin-bar ul li {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    line-height: 20px;
    margin: 0 40px 0 0;
}
.admin-wrapper .admin-detail .pin-bar ul li span {
    float: left;
    margin-right: 5px;
}
.admin-wrapper .admin-detail .pin-bar ul li span img {
    width: 14px;
}
.admin-wrapper .admin-detail #paging {
    text-align: right;
}
@media screen and (max-width: 1300px) {
    .admin-wrapper .admin-detail {
        width: 100%;
        float: none;
    }
}
.admin-wrapper .add-pro-detail {
    width: 100%;
    float: right;
}
.admin-wrapper .add-pro-detail .form-outer {
    background-color: #363636;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
}
.admin-wrapper .add-pro-detail .form-outer .cross {
    background-color: #9ca538;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
.admin-wrapper .add-pro-detail .form-outer .cross:hover {
    background-color: #a7b322;
    cursor: pointer;
}
.admin-wrapper .add-pro-detail .form-outer .error p {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 5px;
    line-height: 10px;
}
.admin-wrapper .add-pro-detail .form-outer .error p:last-child {
    margin-bottom: 20px;
}
.admin-wrapper .add-pro-detail .form-outer .success p {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
    line-height: 10px;
}
.admin-wrapper .add-pro-detail .form-outer h2 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right {
    float: left;
    width: 50%;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields {
    float: left;
    width: 98%;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields.latitude label,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields.latitude label {
    width: 100%;
    float: left;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields.latitude input,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields.latitude input {
    float: left;
    width: 48%;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields.latitude input:last-child,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields.latitude input:last-child {
    float: right;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields label,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields label {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    width: 100%;
    float: left;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields input[type="text"],
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields select,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields input[type="text"],
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields select {
    background-color: #ccc;
    height: 35px;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    padding: 5px;
    border: 1px solid #9ca538;
    margin: 5px 0 10px 0;
    width: 100%;
}


.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields textarea {

    background-color: #ccc;
    /* height: 35px; */
    color: #666;
    font-weight: 400;
    font-size: 14px;
    font-family: Lato, sans-serif;
    font-style: italic;
    padding: 5px;
    border: 1px solid #9ca538;
    margin: 5px 0 10px 0;
    width: 100%;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields input.half-left,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields input.half-left {
    width: 48%;
    float: left;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields input.half-right,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields input.half-right {
    width: 48%;
    float: right;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields input[type="file"],
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields input[type="file"] {
    width: 100%;
    padding: 6px 6px;
    border: 1px solid;
    background-color: #ccc;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields .img-upload,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields .img-upload {
    width: 180px;
    float: left;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields .img-upload,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields .img-upload {
    width: 174px;
    float: left;
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields .img-upload img,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields .img-upload img {
    width: 100%;
}
@media screen and (max-width: 675px) {
    .admin-wrapper .add-pro-detail .form-outer .add-pro-left .form-fields,
    .admin-wrapper .add-pro-detail .form-outer .add-pro-right .form-fields {
        width: 100%;
        float: none;
    }
}
@media only screen and (max-width: 675px) {
    .admin-wrapper .add-pro-detail .form-outer .add-pro-left,
    .admin-wrapper .add-pro-detail .form-outer .add-pro-right {
        float: none;
        width: 100%;
    }
}
.admin-wrapper .add-pro-detail .form-outer .add-pro-left .add-pro-right,
.admin-wrapper .add-pro-detail .form-outer .add-pro-right .add-pro-right {
    float: right;
}
.admin-wrapper .add-pro-detail .form-outer button {
    background-color: #9ca538;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    border: 0;
    padding: 15px 10px;
    margin: 10px 0 0 0;
}
.admin-wrapper .add-pro-detail .form-outer button:hover {
    cursor: pointer;
    background-color: #a7b322;
}
.admin-wrapper .add-pro-detail .form-outer button.add-project-park-button {
    float: left;
    clear: both;
}
@media screen and (max-width: 675px) {
    .admin-wrapper .add-pro-detail .form-outer button.add-project-park-button {
        float: none;
        width: 100%;
    }
}
.admin-wrapper .add-pro-detail .form-outer .upload-btn {
    background-color: #acacac;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    border: 0;
    padding: 10px;
    width: 100%;
}
.admin-wrapper .add-pro-detail .form-outer .upload-btn:hover {
    cursor: pointer;
    background-color: #bbbaba;
}
@media screen and (max-width: 1300px) {
    .admin-wrapper .add-pro-detail {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 1300px) {
    .admin-wrapper {
        width: 1000px;
    }
}
@media screen and (max-width: 1015px) {
    .admin-wrapper {
        width: 700px;
    }
}
@media screen and (max-width: 750px) {
    .admin-wrapper {
        width: 90%;
    }
}
.popup-area .green-bar {
    background-color: #9ca538;
    padding: 0 10px;
    height: 35px;
}
.popup-area .green-bar .pop-title {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    line-height: 35px;
}
.popup-area .white-bar {
    background-color: #707070;
    padding: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    position: relative;
}
.popup-area .white-bar .btn-area {
    margin: 50px 0 0 0;
}
.popup-area .white-bar .btn-area button {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    border: 0;
    padding: 10px;
    width: 100%;
}
.popup-area .white-bar .btn-area button.green {
    background-color: #9ca538;
    padding: 15px 10px;
}
.popup-area .white-bar .btn-area button.green:hover {
    cursor: pointer;
    background-color: #a7b322;
}
.popup-area .white-bar .btn-area button.red {
    background-color: #d34000;
}
.popup-area .white-bar .btn-area button.red:hover {
    cursor: pointer;
    background-color: #e74d0a;
}
.popup-area .white-bar .btn-area button.mt20 {
    margin-top: 20px;
}
@media screen and (max-width: 550px) {
    .popup-area .white-bar .btn-area {
        margin: 20px 0 0 0;
    }
}
.edit-project {
    width: 600px;
    margin: 0 auto;
}
.edit-project .edit-form .left-label {
    width: 150px;
    float: left;
    margin: 10px 0 0 0;
}
.edit-project .edit-form .left-label.mt30 {
    margin-top: 30px;
}
.edit-project .edit-form .right-inputs {
    width: 390px;
    float: right;
}
.edit-project .edit-form .right-inputs input[type="text"],
.edit-project .edit-form .right-inputs select {
    height: 35px;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    padding: 5px;
    border: 1px solid #9ca538;
    margin: 0 0 20px 0;
    width: 100%;
}
.edit-project .edit-form .right-inputs .img-upload {
    float: left;
    background-color: #000;
    width: 200px;
}
.edit-project .edit-form .right-inputs .img-upload img {
    width: 100%;
}
.edit-project .edit-form .right-inputs .upload-btn {
    float: right;
    width: 39%;
    margin: 112px 0 0 0;
}
.edit-project .edit-form .right-inputs .upload-btn button {
    background-color: #acacac;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    border: 0;
    padding: 10px;
    width: 100%;
}
.edit-project .edit-form .right-inputs .upload-btn button:hover {
    cursor: pointer;
    background-color: #bbbaba;
}
.export-data {
    width: 520px;
    margin: 0 auto;
}
.export-data .export-area .two-point {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: Lato, sans-serif;
    margin: 0 0 25px 0;
}
.export-data .export-area .two-point .radio {
    margin: 0 30px 0 0;
    float: left;
}
@media screen and (max-width: 550px) {
    .export-data .export-area .two-point .radio {
        margin: 0 0 10px 0;
        width: 100%;
        float: none;
    }
}
.export-data .export-area .two-point .option-type {
    float: left;
    margin: 0 30px 0 0;
}
.export-data .export-area .two-point .option-type input[type="radio"] {
    position: relative;
    top: 2px;
}
.export-data .export-area .export-all {
    margin: 0 0 20px 0;
}
.export-data .export-area .export-all input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.export-data .export-area .export-all .heading {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-family: Lato, sans-serif;
    margin: 0 0 15px 0;
}
.export-data .export-area .export-all .export-list {
    margin: 0 0 25px 20px;
}
.export-data .export-area .export-all .export-list h3 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
.export-data .export-area .export-all .export-list ul li {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: Lato, sans-serif;
    list-style: none;
    margin: 7px 0;
}
.export-data .export-area .export-all .export-inputs {
    margin: 0 0 15px 20px;
    line-height: 25px;
}
.export-data .export-area .export-all .export-inputs h3 {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
.export-data .export-area .export-all .export-inputs input[type="text"],
.export-data .export-area .export-all .export-inputs select {
    height: 35px;
    color: #666;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    font-style: italic;
    padding: 5px;
    border: 1px solid #9ca538;
    margin: 0 25px 0 0;
    width: 200px;
}
@media screen and (max-width: 550px) {
    .export-data .export-area .export-all .export-inputs input[type="text"],
    .export-data .export-area .export-all .export-inputs select {
        width: 100%;
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 550px) {
    .export-data {
        width: 300px;
    }
}
.dn {
    display: none;
}
.db {
    display: block;
}
.loader-overlay {
    background-color: rgba(26, 26, 26, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    top: 0;
}
.loader-overlay.inner-loader {
    position: absolute;
    left: 0;
}
.loader {
    position: absolute;
    z-index: 99999;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -38px;
}
.ui-datepicker .ui-datepicker-title,
.ui-datepicker table {
    font-family: Lato, sans-serif !important;
}
.ui-widget {
    font-family: Lato, sans-serif;
    font-size: 14px !important;
}
#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 19;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
    max-width: none;
}
#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}
#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left;
}
#cboxContent {
    position: relative;
}
#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#cboxTitle {
    margin: 0;
}
#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer;
}
.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}
.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}
#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#cboxOverlay {
    background: #42423f;
    opacity: 0.9;
}
#colorbox {
    outline: 0;
}
#cboxContent {
    margin-top: 20px;
}
.cboxIframe {
    background: #fff;
}
#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}
#cboxLoadedContent {
    background: #fff;
    height: auto !important;
}
#cboxTitle {
    position: absolute;
    top: -20px;
    left: 0;
    color: #ccc;
}
#cboxCurrent {
    position: absolute;
    top: -20px;
    right: 0;
    color: #ccc;
}
#cboxLoadingGraphic {
    background: url(../img/loading.gif) no-repeat center center;
}
#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0;
}
#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
    outline: 0;
}
#cboxSlideshow {
    position: absolute;
    top: -20px;
    right: 90px;
    color: #fff;
}
#cboxPrevious {
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top left;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}
#cboxPrevious:hover {
    background-position: bottom left;
}
#cboxNext {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -32px;
    background: url(../img/controls.png) no-repeat top right;
    width: 28px;
    height: 65px;
    text-indent: -9999px;
}
#cboxNext:hover {
    background-position: bottom right;
}
#cboxClose {
    position: absolute;
    transition: none;
    top: 8px;
    right: 10px;
    display: block;
    background: url(../img/tilt-sprit.svg) no-repeat -71px 0;
    width: 13px;
    height: 16px;
    text-indent: -9999px;
}
#cboxClose:hover {
    background-position: -71px -18px;
}
#cboxPin {
    position: absolute;
    top: 0;
    right: 35px;
    display: block;
    background: url(../img/popup-cross-sprite.svg) no-repeat -39px 0;
    width: 34px;
    height: 50px;
    text-indent: -9999px;
}
#cboxPin:hover {
    background-position: -39px bottom;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 35px;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #9ca538 !important;
    border-color: #9ca538 !important;
    color: #fff;
    cursor: default;
    z-index: 2;
    font-size: 11px;
}
.pagination > li > a,
.pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 9px;
    position: relative;
    text-decoration: none;
    font-size: 11px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #eee;
    border-color: #ddd;
    color: #000;
    z-index: 3;
}
.checkbox {
    padding-left: 0;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
    cursor: pointer;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: FontAwesome;
    content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
    cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
    background-color: #fff;
}
.radio {
    padding-left: 0;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 3px;
    cursor: pointer;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
    cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}
.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}
.radio-green input[type="radio"] + label::after {
    background-color: #9ca538;
}
.radio-green input[type="radio"]:checked + label::before {
    border-color: #9ca538;
}
.radio-green input[type="radio"]:checked + label::after {
    background-color: #9ca538;
}
.checkbox-green input[type="checkbox"]:checked + label::before,
.checkbox-green input[type="radio"]:checked + label::before {
    background-color: #fff;
    border-color: #7b7b7e;
}
.checkbox-green input[type="checkbox"]:checked + label::after,
.checkbox-orange input[type="radio"]:checked + label::after {
    color: #fff;
}
.checkbox-green input[type="checkbox"].styled:checked + label:after {
    font-family: FontAwesome;
    content: " ";
    background-color: #9ca538;
    width: 11px;
    height: 11px;
    top: 3px;
    left: 3px;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: FontAwesome;
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
header {
    background-color: rgba(156, 165, 56, 0.88);
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    font-family: Lato, sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 0;
    position: relative;
}
header.tc {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
}
.filter_area img {
    max-width: 40px;
}
.filter_area{
	cursor: pointer;
}
.filter-data-sec ul {
    list-style-type: none;
}
.filter-modal-box .modal-content {
    border-radius: 0px;
    border: 0;
    box-shadow: unset !important;
}
.filter-modal-box .modal-header {
    padding:8px 15px;
    background-color: #9ca438;
    color: #fff;
}
.filter-modal-box .modal-body{
	background-color: #f2f2f2;
        padding: 0;
}
.filter-data-sec ul li {
    padding: 5px 15px;
}
.filter-data-sec ul li .container1{
    margin-bottom: 0px;
}
.filter-data-sec ul li:nth-child(even) {
    background-color: rgb(156, 164, 56, 0.15);
}
.filter-modal-box .modal-dialog{
	max-width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
    width: 300px;
}
.filter-modal-box .modal-header .modal-title {
    float: left;
    font-size: 16px;
    font-weight: 600;
}
.filter-modal-box  .modal-header .close {
    color: #fff;
    opacity: 1;
    margin: 0;
}


@media screen and (max-width: 480px) {
    header.tc {
        padding-left: 0;
    }
}
header #export-excel {
    position: absolute;
    right: 110px;
    top: 10px;
    border: 0;
    background-color: #c4ce59;
    height: 35px;
    padding: 0 20px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
header #admin-logout {
    position: absolute;
    right: 10px;
    top: 10px;
    border: 0;
    background-color: #c4ce59;
    height: 35px;
    padding: 0 20px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
}
header button:hover {
    background-color: #cdda43;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {
    header button {
        height: 25px;
    }
}
@media screen and (max-width: 750px) {
    header button {
        top: 7px;
    }
}
header span {
    font-weight: 600;
}
@media screen and (max-width: 1000px) {
    header {
        font-size: 32px;
    }
}
@media screen and (max-width: 750px) {
    header {
        font-size: 22px;
        padding: 12px 0;
    }
}
@media screen and (max-width: 480px) {
    header {
        text-align: left;
        padding-left: 10px;
    }
}
footer {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    font-family: Lato, sans-serif;
    text-align: center;
}
footer a {
    text-decoration: underline;
    color: #fff;
}
footer.front {
    position: fixed;
    bottom: 0;
    background-color: #666;
    width: 100%;
    padding: 5px 0;
}
footer.admin {
    background-color: #666;
    width: 100%;
    padding: 5px 0;
    margin-top: 30px;
}
.value {
    margin-top: 0 !important;
}
.left-side .legend-panel .legend-list h5 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 14px;
}
.left-side .legend-panel .legend-list ul {
    padding-left: 12px;
}
footer.front-top {
    background: #303d4f;
    padding: 2px;
    position: fixed;
    bottom: 40px;
    width: 100%;
}
.front-top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dot-cent{
    position: relative;
    top:-20px;
}
.front-top ul li {
    display: inline-block;
    text-align: left;
}
.front-top h1 {
    font-size: 70px;
    font-weight: 100;
    padding-bottom: 27px;
    color: #fff;
    margin-top: 5px;
}
#totalCost{
    font-size: 70px;
    font-weight: 100;
}
.front-top p.right_side_text {
    font-size: 18px;
    opacity: 0.8;
    margin-left: 10px;
}
.front-top i {
    margin-left: 11px;
}
.front-top h6 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 4px;
}
.filter_modal {
    position: absolute;
    top: 170px;
}
.collapse_item {
    background: #efefef;
    padding: 5px 10px 0;
}
.collapse_item h6 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.box ul li {
    line-height: 30px;
}
.box ul li a {
    color: #000;
    cursor: pointer;
}
.collapse-control {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    padding: 7px 10px;
}
.sidebar.map-left-popup.pollSlider {
    background: #fff;
    padding: 12px;
    width: 300px;
    display: block;
    max-height: 360px;
    overflow-y: hidden;
    box-shadow: 2px 3px 3px #ccc;
    float: left;
    min-height: 320px;
    overflow-y: auto;
}
.sidebar.map-left-popup.pollSlider::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}
.sidebar.map-left-popup.pollSlider::-webkit-scrollbar-track {
    background-color: #fff;
}
.sidebar.map-left-popup.pollSlider::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}
.sidebar.map-left-popup.pollSlider::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}
.sidebar.map-left-popup.pollSlider:-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}
.sidebar.map-left-popup.pollSlider::-webkit-scrollbar-button {
    display: none;
}
.filter_modal {
    position: absolute;
    width: 350px;
    padding: 12px;
}
div#pollSlider-button {
    float: left;
}
.box ul {
    list-style-type: none;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.judictn_sction li {
    line-height: 20px !important;
    margin-bottom: 10px;
}
.judictn_sction li a {
    font-size: 14px;
    font-weight: 700;
    opacity: 0.6;
}
.container1 {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    right: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #9ca438;
}
.filter_modal i.fa.fa-angle-down,
.filter_modal i.fa.fa-angle-right {
    font-size: 28px;
    float: right;
    margin-top: -5px;
}
.left-side .legend-panel .legend-list ul li a:focus,
.left-side .legend-panel .legend-list ul li a:hover {
    text-decoration: none;
}
.left-side .legend-panel .legend-list ul li.in-active a {
    font-style: italic;
    color: #ccc;
}
#region-maps {
    height: calc(100vh - 186px) !important;
}
.container1:hover input ~ .checkmark:after {
    background-color: #ccc;
}
.container1 input:checked ~ .checkmark {
    background-color: #9ca438;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container1 input:checked ~ .checkmark:after {
    display: block;
}
.container1 .checkmark:after {
    left: 4px;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.collapse-control.collapsed {
    background: #303d4f !important;
}
.collapse-control {
    background: #9ca438;
    border-bottom: 1px solid #ccc !important;
}
#myModal1 .modal-content,
#myModal2 .modal-content,
#myModal3 .modal-dialog {
    border-radius: 0;
    box-shadow: none;
    border: none;
}
.derctn_area {
    margin: 20px 0;
}
.cost_area h4 {
    font-size: 36px;
    font-weight: 100;
    margin-top: 0;
}
.blue_modal p {
    font-weight: 700;
    margin-bottom: 0;
}
.cost_area,
.under_area {
    margin-bottom: 20px;
}
.derctn_area h6 {
    margin-top: 2px;
}
.date_area h4,
.under_area h4 {
    margin-top: 2px;
    font-size: 15px;
}
.date_area h4 a {
    color: #fff;
}
.blue_popup {
    background: #0f7fc9;
    color: #fff;
}
.yellow,
.yellow_popup {
    background: #eac149;
    color: #000;
}
.main_headarea h3 {
    margin-top: 0;
}
.close_area {
    float: left;
    width: 23px;
    background: #fff;
    position: absolute;
    right: -21px;
    top: 0;
    height: 100%;
    border: 1px solid #cccccc75;
}
.close_area i.fa.fa-times {
    font-size: 18px;
    margin-left: -18px;
    margin-top: 0;
}
div#myModal1,
div#myModal2,
div#myModal3 {
    top: 22%;
}
.pop_imgsctn img {
    width: 100%;
}
.red_popup .pop_imgsctn img {
    max-height: 225px;
    object-fit: cover;
}
.green_popup .pop_imgsctn img {
    max-height: 230px;
    object-fit: cover;
}
div#myModal3 .modal-body {
    padding: 0;
}
.pop_imgsctn {
    width: 56%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    max-height: 274px;
    overflow: hidden;
    margin: 20px 10px;
}
#myModal .left_side_logo {
    background: #303d4f;
    padding: 20px;
    text-align: center;
    display: inline-block;
    width: 50%;
    height: 430px;
}
.left-side .legend-panel .legend-list ul li span.map-pin img {
    width: 80%;
}
.left-side .legend-panel .legend-list ul li span {
    float: left;
    margin: 0 5px 0 0;
    font-size: 13px;
}
.has-image .blue_modal {
    display: inline-block;
    background: #98a13a;
    width: 40%;
    padding: 10px;
}
.modal-content.green_popup,
.modal-content.green_popup.has-image .modal-body .blue_modal {
    background: #98a13a;
    color: #fff;
}
.has-image {
    width: 700px;
}
.modal-content.green_popup .modal-body {
    padding: 0;
}
.has-image .modal-body {
    padding: 0;
}
.modal-content.green_popup .blue_modal {
    padding: 15px;
}
.modal-content.green_popup.has-image {
    background: 0 0 !important;
}
.has-image .modal-body {
    background: #fff;
}
.modal-content.blue_popup.has-image {
    background: 0 0;
}
.modal-content.blue_popup.has-image .blue_modal {
    background: #0f7fc9;
}
@media screen and (max-width: 1366px) {
    .date_area h4,
    .under_area h4 {
        font-size: 11px;
        margin-top: 2px;
    }
    .cost_area h4 {
        font-size: 25px;
        font-weight: 100;
        margin-top: 0;
    }
    .blue_modal p {
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .main_headarea h3 {
        font-size: 15px;
    }
    .blue_modal p {
        font-size: 11px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .cost_area,
    .under_area {
        margin-bottom: 8px;
    }
    #myModal3 .modal-dialog {
        width: 600px;
    }
    .pop_imgsctn img {
        max-height: 180px;
    }
    .pop_imgsctn {
        min-height: 255px;
    }
    .close_area i.fa.fa-times {
        font-size: 14px;
    }
    #myModal .modal-dialog {
        width: 500px;
    }
    .img_sctn img {
        width: 80px;
    }
    .right_table table th.paddg_left0 {
        padding-left: 10px;
    }
    #myModal h1 {
        font-size: 22px;
        line-height: 30px;
    }
    #myModal p {
        font-size: 12px;
    }
    #myModal .left_side_logo {
        width: 35%;
    }
    #myModal .right_table {
        width: 65%;
    }
    #myModal .left_side_logo,
    #myModal .modal-content {
        height: 420px;
    }
    div#myModal1,
    div#myModal2,
    div#myModal3 {
        top: 20%;
    }
}
@media screen and (max-width: 1366px) {
    #myModal3 .modal-dialog {
        width: 320px;
    }
}
div#box1 {
    padding: 0 10px;
}
#box1 ul {
    padding: 0;
    margin: 0 2px;
}
.export-btns,
.export-btns:hover {
    background-color: #9ca438;
    border-radius: 0;
    border: 1px solid #9ca438;
    margin: 10px 0 8px;
    max-width: 150px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
}
.export-data .export-area .two-point .radio {
    margin: 0 44px 0 0;
}
.export-data .export-area .two-point {
    margin: 0 0 25px 25px;
}
.export-data .export-area .export-all {
    margin: 0 0 20px 28px;
}
.export-all .export-list-project-type .checkbox input[type="checkbox"],
.export-all .export-list-status .checkbox input[type="checkbox"] {
    margin-left: 3px;
}
.export-data .export-area .export-all .export-list {
    margin: 0 0 25px 2px;
}
.popup-area.export-data .white-bar {
    padding: 20px 15px;
}
.export-all .heading.checkbox input[type="checkbox"] {
    margin-left: -18px;
}
.popup-area.export-data .white-bar .btn-area button.green {
    background-color: #9ca538;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 34px;
}
.popup-area.export-data .white-bar .btn-area span.box-spinner {
    font-size: 20px;
    margin-left: 10px;
}
#pollSlider-button a {
    position: absolute;
    left: -1px;
}
span.applied-logo {
    /* position: absolute; */
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

span.applied-logo img {
    width: 160px;
    vertical-align: text-bottom;
}
.tc h2 {
    margin-top: 10px;
}
#contactus {
    font-size: 12px;
}
@media only screen and (min-width: 1600px) {
    .sidebar.map-left-popup.pollSlider {
        max-height: 550px;
    }
}
@media only screen and (min-width: 1400px) {
    .sidebar.map-left-popup.pollSlider {
        max-height: 460px;
    }
}
@media only screen and (max-width: 1366px) {
    .green_popup .pop_imgsctn img {
        max-height: 190px !important;
    }
    .modal-content.green_popup .modal-body {
        min-height: 260px;
    }
    .modal-content.green_popup,
    .modal-content.green_popup.has-image .modal-body .blue_modal {
        min-height: 260px;
    }
}
@media only screen and (max-width: 1200px) {
    .tc h2 {
        width: 70%;
        text-align: left;
        padding: 7px;
        font-size: 22px;
        margin: 0;
    }
}
@media only screen and (max-width: 580px) {
    .front-top h1 {
        font-size: 40px;
        padding-bottom: 0;
        margin-top: 5px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 480px) {
    .tc h2 {
        width: 60%;
        text-align: left;
        padding: 5px;
        font-size: 16px;
        margin: 0;
    }
    span.applied-logo img {
        width: 130px;
    }
    .filter_area img {
    max-width: 35px;
    padding-left: 5px;
}
}
footer.admin {
    /* position: absolute; */
    bottom: 0;
    height: 35px;
    left: 0;
    line-height: 2;
}

.close_area.close-modals button.close {
    opacity: 1 !important;
}
#myModal2 .modal-dialog .has-image .modal-body {
    background: #f3f3f3;
    /*display: flex;*/
    /*align-items: center;*/
}
.yellow_popup.has-image .modal-body .blue_modal {
    background-color: #eac149;
}
#myModal2 .modal-dialog .pop_imgsctn{
    background-color: #fff;
}
#myModal2 .modal-dialog .close_area.close-modals{
    background: #f3f3f3;
}

.admin-table #example tbody tr:nth-of-type(odd) {
    background-color: #b7b7b7 !important;
}
.admin-table #example tbody tr:nth-of-type(even) {
    background-color: #a7a7a7 !important;
}
.admin-table #example tbody  tr td {
    border: 0px !important;
    box-shadow: unset !important;
    text-align: left;
}
.admin-wrapper .admin-detail .admin-table #example thead tr th,.admin-wrapper .admin-detail .admin-table #example  {
    border:0px !important;
        
}
.admin-wrapper .admin-detail .admin-table #example thead tr th{
    width: 15%;
}
.admin-wrapper .admin-detail .admin-table #example thead tr th:first-child{
    width: 35%;
}
 .admin-detail div#example_wrapper {
    color: #fff;
}
.admin-wrapper .admin-detail .admin-table #example input.toggle-status {
    accent-color: #8c9527;
}
.login-area .error_msg {
    color: red !important;
    font-weight: 400;
}