:root {
    --del-color: #d9534f;
}

html,
body {
    height: 100%;
    /*font-size: 16px;*/
}

/* .wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
} */

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */

a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */

.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* amendments */

.container-fluid {
    padding-top: 70px;
    /* height: 100vh; */
}

.hdanger {
    color: #d43f3a;
}

.btn {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary {
    color: #f4b656 !important;
    background-color: #fff;
    border: 1px solid #f4b656 !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.open .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary.focus {
    border: 1px solid #f4b656 !important;
    color: #fff !important;
    background-color: #f4b656;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #f0d3a7;
    border: 1px solid #f4b656 !important;
    color: white !important;
}

.btn-primary .badge {
    color: #53839c;
    background-color: #fff;
}

/* second primary button */

.btn-primary2 {
    color: #fff !important;
    background-color: #f4b656;
    border: 1px solid #f4b656 !important;
}

.btn-primary2:hover,
.btn-primary2:active,
.btn-primary2.active,
.btn-primary2.focus,
.open .dropdown-toggle.btn-primary2,
.btn-primary2:active:hover,
.btn-primary2.active:hover,
.open > .dropdown-toggle.btn-primary2:hover,
.open > .dropdown-toggle.btn-primary2:focus,
.open > .dropdown-toggle.btn-primary2.focus {
    border: 1px solid #f4b656 !important;
    background-color: #fff !important;
    color: #f4b656 !important;
}

.btn-primary2:active,
.btn-primary2.active,
.open .dropdown-toggle.btn-primary2 {
    background-image: none;
}

.btn-primary2.disabled,
.btn-primary2[disabled],
fieldset[disabled] .btn-primary2,
.btn-primary2.disabled:hover,
.btn-primary2[disabled]:hover,
fieldset[disabled] .btn-primary2:hover,
.btn-primary2.disabled:focus,
.btn-primary2[disabled]:focus,
fieldset[disabled] .btn-primary2:focus,
.btn-primary2.disabled:active,
.btn-primary2[disabled]:active,
fieldset[disabled] .btn-primary2:active,
.btn-primary2.disabled.active,
.btn-primary2[disabled].active,
fieldset[disabled] .btn-primary2.active {
    color: #f0d3a7 !important;
    /*color: black !important;*/
    border: 1px solid #f4b656 !important;
    background-color: white !important;
}

/* read only button */

.btn-readonly {
    color: #dddddd !important;
    background-color: #fff;
    border: 1px solid #dddddd !important;
}

.btn-readonly:hover,
.btn-readonly:active,
.btn-readonly.active,
.btn-readonly.focus,
.open .dropdown-toggle.btn-readonly,
.btn-readonly:active:hover,
.btn-readonly.active:hover,
.open > .dropdown-toggle.btn-readonly:hover,
.open > .dropdown-toggle.btn-readonly:focus,
.open > .dropdown-toggle.btn-readonly.focus {
    border: 1px solid #dddddd !important;
    background-color: #fff !important;
    color: #dddddd !important;
}

.btn-readonly:active,
.btn-readonly.active,
.open .dropdown-toggle.btn-readonly {
    background-image: none;
}

/*danger btn*/

.btn-danger {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

/*END BTNS*/

/*view tables*/

th {
    letter-spacing: 1.5px;
}

th.info-header {
    background-color: #e1eef5 !important;
    color: #53839c;
}

.info-header-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

th.info-header-me2 {
    background-color: #e1eef5 !important;
    color: #53839c;
    font-weight: normal;
}

table.information-table,
table.information-table > tbody > tr > th,
table.information-table > tbody > tr > td,
table.information-table-requests,
table.information-table-requests > tbody > tr > th,
table.information-table-requests > tbody > tr > td {
    border: 4px solid white !important;
}

table.information-table > tbody > tr > th {
    width: 170px;
    vertical-align: middle;
    background-color: #f9f9f9;
}
table.tbl-get-site-map > tbody > tr > th {
    width: 195px;
}
table.tbl-get-site-map > thead > tr > th {
    background-color: #f9f9f9;
}
table.information-table-requests > tbody > tr > th {
    width: 120px;
    vertical-align: middle;
    background-color: #f9f9f9;
}

.tbl-get-site-map {
    margin-bottom: 0px !important;
}

.tbl-get-site-map > tbody > tr > td,
.tbl-get-site-map > tbody > tr > th {
    vertical-align: middle;
}

.rates-selection {
    width: 50%;
    display: inline;
}

table.information-table > tbody > tr > td > div.form-group,
table.information-table > tbody > tr > td > div.form-group > div.help-block {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

table.information-table-requests > tbody > tr > td > div.form-group,
table.information-table-requests
    > tbody
    > tr
    > td
    > div.form-group
    > div.help-block {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.edit_btns_for_checked {
    display: none;
    margin-left: 5px;
}

.modal-header {
    background-color: #53839c;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.hidden-more-fields {
    display: none;
}

input[type="checkbox"] {
    transform: scale(1.5, 1.5);
}

.btn-toggle-more-mod {
    width: 150px;
}

.add-buttons-column > .btn {
    width: 150px;
}

.alert {
    margin-bottom: 0px !important;
}

table.kv-grid-table > tbody > tr > td {
    white-space: nowrap;
}

.slide-up-alert {
    position: fixed;
    top: 50px;
    right: 10px;
    z-index: 2;
    display: none;
}

.long_text {
    background-color: #f0f0f0;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.long_text:hover {
    overflow: visible;
    white-space: normal;
    width: auto;
}

.fileinput-upload-button {
    background-color: #5cb85c;
}

.btn-without-topbotpadding {
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
}

.btn-without-border {
    border: none !important;
}

.nav-tabs.nav-justified.events-top-nav > .active > a {
    border: 2px solid #53839c;
    background-color: #e1eef5;
}

.events-top-nav {
    margin-bottom: 5px;
}

.tab-pane:not(.active) {
    display: none;
}

.required-star {
    font-weight: bold;
    color: red;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
*******************************/

/* mobile amendments */

@media (max-width: 700px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 100%;
    }

    .loginh1 {
        font-size: 18px;
    }
}

@media (min-width: 700px) {
    .modal.left .modal-dialog,
    .modal.right .modal-dialog {
        width: 650px;
    }

    .modal.right-small > .modal-dialog {
        width: 405px;
        /* height: 200px; */
    }
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

/* .modal.right-small .modal-content {
    height: auto !important;
    overflow-y: auto;
} */

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/

.modal.left.fade .modal-dialog {
    left: -600px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
    left: 0;
}

/*Right*/

.modal.right.fade .modal-dialog {
    right: -600px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */

.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-radius: 0;
}

.independent-scroll-event-tab {
    overflow: auto;
    height: 70vh;
}

.modal-body {
    padding-bottom: 0px !important;
}

.btn-addon-to-field-datepicker {
    height: 33px;
    width: 34px;
    padding-left: 9px;
    margin-top: 0;
}

.select2-container--open {
    z-index: 20000;
}

.input-group-addon-no-padding {
    padding: 0 !important;
}

.btn-add-another {
    display: none;
}

.btn-open-saved {
    display: none;
}

.modal.bootstrap-dialog.type-warning {
    z-index: 99999 !important;
}

.field-eventssearch-map_title {
    display: inline-block;
    margin-bottom: 0;
}

.preview_event_info {
    display: inline-block;
    /*width: 50px;*/
}

.preview_event_info {
    cursor: pointer;
    color: #337ab7;
}

.preview_event_info:hover {
    cursor: pointer;
    color: #23527c;
}

.tooltip-inner {
    white-space: pre;
    max-width: none;
    text-align: left !important;
}

p.tooltippar {
    text-align: left;
    margin-bottom: 0px;
}

.col-smally {
    width: 5% !important;
}

.event_preview_info_hr {
    margin: 5px;
}

.slide-in-form-action {
    margin-left: -15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #53839c;
    z-index: 1000;
    margin-bottom: 0;
    display: none;
    height: 75px;
    color: white;
    border-top: 1px solid gray;
}

.slide-in-form-action-buttons {
    margin-top: 20px;
    margin-left: 5%;
}

.btn-input-form-cancel {
    margin-left: 5px;
}

.menu-left-content-right-row {
    padding-bottom: 40px;
}

.form-presave-text {
    font-size: 16px;
    display: inline-block;
    padding-left: 5px;
}

button.close {
    color: white !important;
    text-shadow: none;
    font-size: 30px;
    opacity: 1;
}

.tooltip {
    position: fixed;
}

.deleted-files {
    display: none;
    background-color: #f9f9f9;
}

.deleted-files > td {
    color: gray;
}

.deleted-files > td > a {
    color: gray;
}

.delete_files_tbl_btn,
.download_files_tbl_btn,
.restore_files_tbl_btn {
    display: none;
}

.grayed_out {
    color: gray;
}

.client_nwr,
.site_nwr {
    font-size: 16px;
}

.main-form-div {
    padding-bottom: 20px;
}

.main_logo_top_navbar {
    height: 36px;
    width: auto;
    margin-top: -8px;
    background-color: #e7e7e7;
    padding: 2px 5px 2px 5px;
    border-radius: 5px;
}

.main_logo_top_navbar_logit {
    margin-top: -12px;
    height: 46px;
    width: auto;
    border-radius: 5px;
}

.navbar-fa-spacing {
    color: #888 !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    /*padding-bottom: 0px !important;*/
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.popover {
    max-width: 600px;
    min-width: 300px;
    width: auto;
}

.main_plus_popovers,
.popover_mobile_tabs {
    color: gray !important;
}

.main_plus_popovers > i,
.popover_mobile_tabs > i {
    font-size: 2.6em !important;
}

.main_plus_popovers:hover,
.popover_mobile_tabs:hover {
    color: #8c0014 !important;
}

.popover-title {
    text-align: center;
}

.popover-title-in-search {
    margin-left: -15px;
    margin-right: -15px;
}

/* new */

.pop-over-list > div {
    text-align: center;
}

.pop-over-list > div > a > .sub-name {
    text-align: center;
}

.pop-over-list > div > a {
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 6px 10px;
    position: relative;
    margin: 0 -10px;
    text-decoration: none;
}

.pop-over-list > div > a:hover {
    color: white;
    background-color: #53839c;
}

.pop-over-list > div > a:hover .sub-name {
    color: white;
    background-color: #53839c;
}

.pop-over-list > div > a .sub-name {
    clear: both;
    color: #838c91;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
}

/* end new */

.pop-over-list li > a {
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 6px 10px;
    position: relative;
    margin: 0 -10px;
    text-decoration: none;
}

.pop-over-list li > a:hover {
    color: white;
    background-color: #53839c;
}

.pop-over-list li > a:hover .sub-name {
    color: white;
    background-color: #53839c;
}

.pop-over-list li > a .sub-name {
    clear: both;
    color: #838c91;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
}

ul.pop-over-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr.small-margin-popover {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 3px solid #ddd;
}

.navbar-icdservices {
    background-color: #3c3c3c;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    padding-bottom: 16px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #f4b656;
}

.navbar-default .navbar-nav > .active > a {
    /*font-weight: bold;*/
    /*border-radius: 3px;*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #343434;
    /*background-color: #888;*/
    color: white;
    font-weight: bold;
}

.dropdown-services {
    padding-top: 0px !important;
}

input.empty {
    /*font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;*/
}

.navbar-initials {
    font-family: Verdana, Geneva, sans-serif !important;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.btn-figure-examples {
    width: 400px;
}

img.autocad-example {
    max-height: 450px;
    margin: 0 auto;
}

div.results-loader-div {
    text-align: center;
}

div.results-loader-div > img {
    height: 40px;
    width: auto;
    opacity: 1 !important;
}

/* mobile amendments */

@media (max-width: 1150px) {
    input.main-search-field {
        width: 100px !important;
    }
}

@media (min-width: 1150px) {
    input.main-search-field {
        width: 300px !important;
    }
}

.main-search-field {
    margin-top: 8px;
    margin-left: 10px;
}

.main_plus_popovers_mobile,
.popover_mobile_tabs {
    float: right;
}

.main_plus_popovers_mobile {
    margin-right: 5px;
    margin-left: 5px;
}

@media (min-width: 767px) {
    .main_plus_popovers_mobile,
    .popover_mobile_tabs {
        display: none;
    }
}

@media (max-width: 767px) {
    .hiddenonmobile {
        display: none !important;
    }
}

@media (max-width: 788px) {
    .mainlogohideonmobile {
        /*display: none !important;*/
    }

    .hideonmobile {
        display: none !important;
    }
}

.fixed-to-ten-symbols {
    width: 100px !important;
}

.fixed-to-twelve-symbols {
    width: 120px;
}

.smartwrap {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
    max-width: 120px !important;
    /* min-width: 150px !important; */
    text-overflow: ellipsis !important;
    overflow: hidden;
}

.table {
    /* overflow-x: auto !important; */
    /* table-layout: fixed; */
}

.fixed-to-fifteen-symbols {
    width: 145px;
}

.fixed-to-twenty-symbols {
    width: 170px;
}

.fixed-to-twentyfive-symbols {
    width: 220px;
}

.info-table-date-field {
    width: 90px;
}

.SerialCheckColumnWidth {
    width: 20px !important;
}

.onetenwidth {
    width: 140px !important;
}

.breadcrumb {
    min-height: 41px;
    margin-bottom: 11px;
}

.individual-action-buttons-inside {
    margin-bottom: 10px;
    display: inline-block;
}

.individual-action-buttons-inside2 {
    display: inline-block;
    margin-bottom: -5px;
}

.kv-panel-before > a.btn,
.kv-panel-before > button.btn,
.kv-panel-before > .btn-group > button.btn {
    /* dirty hack to get them to look like btn-sm...*/
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.main_plus_popovers2,
.main_buy_popovers {
    margin-top: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.modal-header-new-event {
    padding: 0px;
    min-height: 60px;
}

.modal-header-new-event > button.close {
    padding-top: 15px !important;
    padding-right: 15px !important;
}

.modal-header-new-event > .row {
    padding-left: 15px;
}

.modal-header-new-event > .row > .col-xs-5 {
    padding-top: 15px;
}

.modal-header-new-event > .row > .col-xs-6 {
    padding-top: 8px;
}

.rows-with-no-top-bottom-borders,
.rows-with-no-top-bottom-borders > td {
    border-top: none !important;
    border-bottom: none !important;
}

.kv-grid-table > thead > tr {
    background-color: white;
}

.open > .dropdown-menu {
    z-index: 9999;
    /* for export options to show above sticky  header*/
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

#intro-info-carousel {
    width: 100%;
}

#intro-info-carousel > .modal-dialog {
    width: 75%;
}

@media (max-width: 900px) {
    #intro-info-carousel > .modal-dialog {
        width: 100%;
    }
}

.carousel-control > span {
    color: #53839c;
}

.carousel-indicators > li {
    background-color: #53839c;
    border-color: #53839c;
}

.statements_events_tbody tr:first-child td {
    border-top: 3px solid #53839c !important;
}

.text-align-center {
    text-align: center !important;
}

.rates_label {
    cursor: pointer;
}

.events_s_msg {
    font-size: 12px;
}

@media (max-width: 767px) {
    .events_s_msg {
        display: none;
    }

    .modal-bottom-button {
        margin-bottom: 30px !important;
    }
}

.requests-index,
.events-index,
.companies-index,
.clients-index,
.sites-index,
.users-index,
.offices-index,
.files-index {
    overflow-x: hidden;
}

.table-de-choices {
    margin-top: 50px;
    border-collapse: separate;
    border-spacing: 0 20px;
}

.table-de-choices > tbody > tr > td {
    vertical-align: middle;
    text-align: left;
    border: 2px solid #53839c;
}

.table-de-choices > tbody > tr > td:first-child {
    text-align: center;
    cursor: pointer;
}

.table-de-choices > tbody > tr:hover {
    background-color: #f0f0f0;
}

.info-tbl-eform-mod {
    display: none;
}

[data-de-option-for="standard-premium"] {
    display: none;
}

.de_choice_display {
    cursor: pointer;
}

.eform-preview > tbody > tr > td {
    vertical-align: middle;
}

.back-to-de-choice {
    display: none;
}

.img-logo-preview {
    max-width: 200px;
    max-height: 150px;
}

.center-block-element {
    margin: 0 auto;
    display: block;
}

.new-feature {
    padding: 5px;
    background-color: yellow;
    color: red;
    border-radius: 10px;
}

.top-info {
    /*font-weight: bold;*/
    font-size: 16px;
    margin-left: 20px;
}

.top-info > span {
    padding-left: 20px;
    padding-right: 20px;
}

.noborder-tbl,
.noborder-tbl > tbody > tr,
.noborder-tbl > tbody > tr > td {
    border: none;
}

.split-border > td {
    border-top: 25px solid #dddddd !important;
}

.send-to-choices > tbody > tr > td:first-child {
    vertical-align: middle;
    text-align: center;
}

.send-to-choices > tbody > tr > td > button {
    width: 100% !important;
    height: 100% !important;
}

input[name="template"] {
    height: 20px;
    width: 20px;
    vertical-align: top;
}

.template-label {
    vertical-align: top;
    margin-top: 5px;
}

.create-eform-modbod-warning {
    display: none;
}

@media (max-width: 700px) {
    .go-to-eform-btn {
        display: none;
    }
    .create-eform-modbod {
        display: none;
    }
    .create-eform-modbod-warning {
        display: block;
    }
}

.btn-back-to-eform {
    text-transform: none;
}

@media (max-height: 300px) {
    .loginh1,
    .hide-de,
    .navbar-icdservices,
    #chat-application {
        display: none !important;
    }
    .container-fluid {
        padding-top: 0px;
    }
}

.mod_more_than_week {
    display: none;
}

.deleted_ts {
    color: red;
    font-weight: bold;
}

.tt_img {
    max-height: 300px;
    width: auto;
}

.tooltip.in {
    opacity: 1 !important;
}

#preloader,
#preloader2022 {
    position: fixed;
    top: 50px;
    right: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    z-index: 999999;
}

#preloader2022 {
    top: 0px;
}

#preloader > img,
#preloader2022 > .center-placeholder {
    position: absolute;
    bottom: 50%;
}

#preloader2022 {
    z-index: 9999999;
}

.preloader_2022_txt {
    background-color: white;
    color: black;
    font-weight: bold;
    padding: 10px;
    border-radius: 3px;
}

.rm-event-from-file {
    color: #d9534f;
    cursor: pointer;
}

.strikeout {
    line-height: 1em;
    position: relative;
}
.strikeout::after {
    border-bottom: 0.155em solid rgba(255, 0, 0, 0.8);
    content: "";
    left: 0;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 0;
    top: 50%;
}

.hiddenspecinstructionsbeforeclick {
    display: none;
}

.editspecinstructionsspan {
    cursor: pointer;
}

.latlong-edited {
    background-color: #fcf8e3;
}

.latlong-saved,
.latlong-saved:active,
.latlong-saved:focus {
    background-color: #dff0d8;
}

.latlongedtfields {
    min-width: 110px !important;
}

.helper_vid_icon {
    position: fixed;
    bottom: 5px;
    left: 5px;
    cursor: pointer;
}

.helper_vid_icon > i {
    color: #53839c;
}

.helper_vid_icon > p {
    display: inline;
    background-color: white;
    color: #f4b656;
    font-weight: bold;
}

/*@media(max-width:880px) {*/
@media (max-width: 960px) {
    .navbar-nav > li > a {
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 14px;
    }
}

.map_requests > tbody > .site_seperator {
    border-top: 3px solid gray;
}

.map_requests {
    margin-bottom: 10px !important;
}

table.map_requests > thead > tr > th,
table.map_requests > tbody > tr > td {
    text-align: center;
}

.map_right {
    overflow: hidden;
}

.map_left {
    float: left;
    width: 320px;
}

.fa-disabled {
    color: gray;
}

.compare_req_geology,
.draw_on_map,
.btn-crossection-pdf {
    display: none;
}

.geology_legend_toggle_btn {
    margin: 0;
    margin-left: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.adm_edt_files_inputs {
    display: none;
}

.g_comp_req {
    width: 240px;
    float: left;
}

.move_req_right,
.move_req_left {
    cursor: pointer;
    color: #53839c;
}

.carouselitemimg {
    /*max-height: 80%;*/
}

.table_hp > thead > tr > th {
    text-align: center;
    vertical-align: middle;
}

.invisibilito {
    display: none;
}

.l-icon {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    border: 2px solid black;
}

.l-icon-bigger {
    width: 15px !important;
    height: 15px !important;
}

.legend-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
}

.legend-icon-table {
    margin-bottom: -4px;
}

.s_data_option {
    color: #337ab7;
    font-weight: bold;
    cursor: pointer;
}

.leaflet-control-mouseposition,
.rqsl_leaflet-control-mouseposition {
    color: black;
    font-weight: bold;
    font-size: 14px;
    padding: 5px;
    background-color: lightgray;
    border: 1px solid gray;
    border-radius: 5px;
}

.leaflet-control-BrightnessCtrl > button {
    width: 80px;
}

.opacity_value_here {
    text-align: center;
    width: 80px;
    display: block;
    font-weight: bold;
    font-size: 14px;
    background-color: lightgray;
    border-bottom: 1px solid gray;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.leaflet-control-Sitemapbtn {
    margin-top: 20px !important;
}

.draw_on_map_gjfile {
    font-size: 12px;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.l-icon-red {
    background-color: red;
}
.l-icon-green {
    background-color: green;
}
.l-icon-orange {
    background-color: orange;
}
.l-icon-invisible {
    /*background-color: none;*/
}
.l-icon-yellow {
    background-color: yellow;
}

.l-icon-blue {
    background-color: blue;
}

.lowerbluer > li > a {
    background-color: #d9edf7;
}

.sitemap_draw_bottom {
    width: 400px;
    position: fixed;
    bottom: 50px;
    left: 10px;
}

.sitemap_draw_top {
    background-color: white;
    width: 400px;
    position: fixed;
    top: 70px;
    left: 10px;
    z-index: 1;
}

.reports_order {
    width: 330px;
    position: fixed;
    bottom: 50px;
    left: 10px;
}

.editsavedgj,
.btn-edit-popup-layer,
.editOverlay {
    color: #f4b656;
    cursor: pointer;
}

.deletesavedgj,
.deleteOverlay,
.delete_sp {
    color: #d9534f;
    cursor: pointer;
}

.delete_custom_template,
.delete_custom_template_sp {
    color: var(--del-color);
    cursor: pointer;
}

.top_btn_nopopo {
    margin-top: 10px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-right: 5px;
}

h3.shepherd-title {
    font-weight: bold;
    /*color: red;*/
}

.btn-shep-next {
    margin-left: 10px;
}

.shepherd-header {
    background-color: #d9edf7 !important;
}

.shepherd-view-options {
    padding-top: 8px;
    padding-bottom: 10px;
}

.leaflet-control-Layers_checkbox {
    padding: 10px;
    background-color: lightgray;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
}

.shepherd-modal-overlay-container.shepherd-modal-is-visible {
    opacity: 0.75 !important;
}

.shepherd-text,
.shepherd-title {
    font-size: 16px;
}

.sp_me_stuff,
.bp_me_stuff,
.sd_me_stuff {
    display: none;
}

.fc-lowh {
    height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.fc-nopad {
    padding: 0px;
}

.bootstrap-dialog {
    z-index: 99999 !important;
}

.banktransfertbl {
    display: none;
}

.table-company-invoices > tbody > tr > td {
    border: 1px solid #ddd !important;
}

@media (max-width: 775px) {
    .steatements-top-stuff {
        display: none;
    }
}

.tbl-reports > tbody > tr > th,
.tbl-reports > tbody > tr > td {
    padding: 1px;
}

.vertmid,
.v-mid {
    vertical-align: middle !important;
}

.geoj_file_container_tr,
.geoj_file_container_tr > td {
    padding: 2px !important;
}

@media (max-width: 700px) {
    .btn-choose-location {
        display: none;
    }
}

.map_tooltip_class {
    border-radius: 2px;
    padding: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}

.isolines_tooltip {
    font-size: 10px;
    padding: 0px !important;
    box-shadow: none;
}

.payment-successfull-msg {
    font-weight: bold;
}

.add-site-after-btn {
    margin-top: 8px;
}

.new-site-from-client {
    margin-top: 8px;
    margin-bottom: 8px;
}

.spc_coordinate,
.utm_coordinate {
    display: none;
}

.manual-label-info-txt {
    color: green;
    display: none;
    background-color: lightgray;
    padding: 5px;
    border-radius: 5px;
}

.manual-label-options {
    display: none;
}

.ansis_created_ev > td {
    background-color: #ffeeba;
}

.custom-attr-error {
    display: none;
}

.fll-left-prem-div {
    position: absolute;
    right: 30px;
    display: none;
}

.fll-left-prem-div-datespan {
    display: none;
}

.btn-freechoicer {
    min-height: 180px;
    text-transform: none;
    cursor: pointer;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .btn-freechoicer-dash {
        width: 47%;
    }
    .btn-freechoicer-dash1 {
        margin-right: 5%;
    }
}

.popoverlihead {
    text-align: center;
    background-color: #f7f7f7;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-superdanger {
    color: #fff !important;
    background-color: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-split-event {
    display: none;
}

.zigzag_sortable {
    border: 1px solid #e0e0e0;
    cursor: pointer;
    padding: 10px;
}

.btn-site-export {
    width: 100%;
    text-transform: none;
}

/* Style the list subscription pricing styles */
.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

/* Add shadows on hover */
.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}

.doll {
    color: #555867;
}

.dollg {
    color: white !important;
}

.dolla {
    font-size: 40px;
}

.dolladolla {
    font-weight: 900;
    font-size: 40px;
}

.p_green {
    color: #9ec64c;
}

.p_red {
    color: red;
}

.p_white {
    color: white;
}

.p_blue {
    color: #877257;
}

/* Pricing header */
.price .header {
    background-color: white;
    font-weight: 900;
    color: #b9bcc6;
    font-size: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* List items */
.price li {
    border-bottom: 1px solid #eee;
    background-color: white;
    padding: 20px;
    text-align: center;
    color: #555867;
    font-weight: 900;
}

/* Grey list item */
.price > .grey {
    color: white;
    font-size: 14px;
    background-color: #555867;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight: normal;
}

.greenpricing > li {
    background-color: #9ec64c !important;
    color: white;
}

.greenpricing {
    background-color: #9ec64c !important;
}

.redpricing > li {
    background-color: #9a3334 !important;
    color: white;
}

.redpricing {
    background-color: #9a3334 !important;
}

.bluepricing > li {
    background-color: #877257 !important;
    color: white;
}

.bluepricing {
    background-color: #877257 !important;
}

.table-new-work-request-step2choices {
    margin-top: 20px;
    display: none;
}

.table-new-work-request-step2choices > tbody > tr > td {
    border: 2px solid #53839c;
    padding: 10px;
    vertical-align: middle;
    cursor: pointer;
}
.table-new-work-request-step2choices > tbody > tr > td:hover {
    background-color: #f0f0f0;
}

.vertical-align-middle > tr > td {
    vertical-align: middle !important;
}

.nobold > a {
    font-weight: normal !important;
}

.legend_3d_viewer {
    font-size: 12px;
    position: absolute;
    width: 110px;
    left: 5px;
    top: 70px;
    /*height: 100px;*/
    height: 85vh;
    font-weight: bold;
    overflow-y: scroll;
}
.legend_3d_viewer > div {
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 2px;
}

.drafting-requests-show,
.diy-report-figures-show {
    display: none;
}

.input-group .select2-container--krajee {
    width: 100% !important;
}

.panel-heading-dashboard {
    background-color: #d9edf7 !important;
    color: #31708f !important;
    border-radius: 2px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1650px) {
    /* .viewport_hide_small_screen {
        display: none;
    } */
}

.legend-icon-infra {
    height: 20px;
    width: 20px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
}

.overlays_container_item_label {
    font-size: 12px;
    font-weight: normal;
}

.leaflet-control-Layers_checkbox {
    min-width: 250px;
}

.leaflet-control-Layers_checkbox-subsurface {
    min-width: auto !important;
}

.legend-icon-infra-colorpicker {
    margin-left: 1px;
    margin-right: 1px;
}

.far_from_project {
    color: #d9534f;
    font-weight: bold;
}

.btn-draw-toolbar {
    width: 32px;
    height: 32px;
}

.btn-dts {
    width: 32px;
    height: 32px;
}

.leaflet-draw-toolbar a {
    text-decoration: none;
    display: block;
}

.l-p-m-0 .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 5px 5px;
}

.l-p-m-0
    .leaflet-popup-content-wrapper
    .leaflet-popup-content
    table
    > tbody
    > tr
    > td {
    padding-left: 2px;
}

@media (min-width: 768px) {
    .modal-dialog-bigger {
        width: 620px;
        margin: 30px auto;
    }
}

.popup-instructions-tooltips {
    padding: 4px;
    background: #4a4a4a;
    color: white;
    margin-left: 1px;
    display: none;
}

.cke_top {
    display: none !important;
}

.message-control-draw-popup,
.message-control-viewport {
    background-color: white;
    border: 2px solid #f4b656;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    display: none;
}

.message-control-viewport {
    font-size: 18px;
    font-weight: bold;
}

.leaflet-center {
    left: 50%;
    transform: translate(-50%, 0%);
}

.siteMapTabs {
    background-color: #3c3c3c;
    margin-top: -20px;
    color: white;
    margin-right: 4px;
    border-radius: 2px;
}

.siteMapTabs > div > a {
    color: white;
    text-decoration: none;
}
.siteMapTabs > .active {
    background-color: #f0f0f0;
    color: #3c3c3c;
    font-weight: bold;
}
.siteMapTabs > div {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.bordertopimp {
    border-top: 5px solid #ddd !important;
}

.map_div_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
}

.map_div_container::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

@media (max-width: 1000px) {
    .get-sitemap-siteview {
        display: none !important;
    }
}

.disabled_checkbox {
    cursor: not-allowed;
}

.w-100 {
    width: 100% !important;
}

.d-none {
    display: none;
}

.draw_icon {
    width: 30px;
    height: 30px;
    padding: 5px;
    cursor: pointer;
}
.draw_icon2 {
    width: 30px;
    height: 30px;
}

.draw_icon.active {
    background-color: #e1e1e1;
    border-radius: 10%;
}

.text-center {
    text-align: center !important;
}

.show-give-feedback-modal {
    position: fixed;
    bottom: 50%;
    right: -25px;
    /* z-index: 9999999; */
    background-color: #35afdc;
    color: white;
    /* make it vertical */
    transform: rotate(90deg);
    /*transform: translateX(-50%); z-index: 1000;*/
}

.show_only_with_coordinates {
    display: none;
}

.map_tooltip_class {
    border-radius: 2px;
    padding: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    /*background-color:rgba(255, 255, 255, 1);*/
    border: none;
}

.form-control-sm {
    padding: 4px;
    height: auto;
    /* display: inline-block; */
}
.form-control-xs{
    padding: 1px;
    height: auto;
    /* display: inline-block; */
}
.swal2-container {
    z-index: 99999999999;
}

#smartsupp-widget-container > div {
    z-index: 0 !important;
}

.inline-block {
    display: inline-block !important;
}

.overlayCoordinates {
    width: 50%;
}

.overlayEditRows {
    display: none;
}

.overlayEditRows > td {
    padding: 1px !important;
}

.overlayEditRows > td:first-child {
    text-align: right;
}
.overlayEditRows > td > span > button > .letter {
    color: black !important;
}

/* analytical data font size */
.leaflet-popup-content > table > tbody > tr > td,
.leaflet-popup-content > table > tbody > tr > th {
    padding: 2px !important;
    /* font-size: 10px !important; */
    height: auto !important;
    margin: 0 !important;
}
.leaflet-popup-content {
    width: auto !important;
}

.leaflet-popup-content > table {
    width: auto !important;
}

.leaflet-popup-content {
    font-size: 10px !important;
}

.leaflet-pm-icon-edit {
    background-image: url("/css/images/edt.png") !important;
    background-size: 70% !important;
    /* background-position: -210px -1px */
}

#s2-togall-holesrequestssearch-site_code {
    display: none;
}

.plant-image {
    max-width: 200px;
    margin: 5px;
}

.mapillary-icon img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

/* Style the layer control */
.leaflet-control-layers {
    border-radius: 4px;
    background: lightgray;
    padding: 6px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
}

.leaflet-control-layers-list {
    margin-bottom: 0;
}

.leaflet-control-layers-overlays {
    font-size: 12px;
    font-weight: normal;
}

/* .mapillary-viewer-container {
    display: none;
    z-index: 9999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 30vw;
    height: 30vh;
} */

.mapillary-viewer-container {
    display: none;
    z-index: 1000;
    position: absolute; /* Changed from fixed to absolute */
    bottom: 10px; /* Distance from bottom */
    left: 0px; /* Distance from left */
    width: 410px; /* Fixed width instead of viewport units */
    height: 300px; /* Fixed height instead of viewport units */
    background: #fff; /* Add background color */
    border: 2px solid #ccc; /* Add border */
    border-radius: 4px; /* Rounded corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Add shadow for depth */
    pointer-events: all;
    touch-action: none;
    user-select: none; /* Prevent text selection during drag */
    -webkit-user-drag: none; /* Prevent dragging in webkit browsers */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Add this to ensure the Mapillary viewer fills its container */
#mly {
    width: 100%;
    height: 100%;
    pointer-events: all;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* If needed, adjust the map container to ensure proper positioning context */
#map_div {
    position: relative; /* Ensure absolute positioning works correctly */
}

.btn-filter-toggle-active {
    color: #5cb85c !important;
}

#mapillary-iframe
    > .mapillary-dom
    > .mapillary-dom-renderer
    > .mapillary-cover-container
    > .mapillary-cover
    > .mapillary-cover-button {
    display: none !important;
}

#mapillary-iframe > .mapillary-dom > .mapillary-dom-renderer {
    pointer-events: none !important;
}

.pull-right {
    margin-right: 5px;
}

[data-rdd-edt] {
    display: none;
}

.form-control-sm2 {
    min-width: auto !important;
    display: inline-block !important;
    padding: 2px;
    height: 25px;
    width: 100%;
}

.tbl-send-to-pdf > tbody > tr > td,
.tbl-send-to-pdf > thead > tr > th {
    vertical-align: middle !important;
}

.table-drag-drop thead tr {
    cursor: grab;
}

.table-drag-drop thead tr > th:hover {
    background-color: #f9f9f9;
}

.thTbody {
    font-weight: bold;
}

.bulk-save-reminder-msg {
    color: #D9534F;
    font-weight: bold;
    /* blink effect */
    animation: blink 3s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.pressedDown {
    background-color: #449D44;
    border: 2px solid black !important;
    color: black !important;
}

.bulk-skip-in-cs {
    cursor: pointer;
}

[data-learn-more] {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.de-choice-btn {
    border: 1px solid #f4b656;
    border-radius: 5px;
    padding: 5px;
}

.de-choice-btn:hover {
    background-color: #f4b656;
    color: white;
}