/* Roboto-Light */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../fonts/Roboto-Light.ttf') format('truetype')
}

/* Roboto-Regular */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/Roboto-Regular.ttf') format('truetype')
}

/* Roboto-Italic */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('../fonts/Roboto-Italic.ttf') format('truetype')
}

/* Roboto-Bold */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/Roboto-Bold.ttf') format('truetype')
}

/* RobotoCondensed-Light */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../fonts/RobotoCondensed-Light.ttf') format('truetype')
}

/* RobotoCondensed-Regular */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../fonts/RobotoCondensed-Regular.ttf') format('truetype')
}

/* RobotoCondensed-Italic */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('../fonts/RobotoCondensed-Italic.ttf') format('truetype')
}

/* RobotoCondensed-Bold */
@font-face {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../fonts/RobotoCondensed-Bold.ttf') format('truetype')
}

html, body {
    font-family: 'Roboto' !important;
    font-style: normal;
    font-size: 16px;
}

h1 {
    font-family: 'Roboto Condensed' !important;
    font-size: 30px;
}

.p-0 {
   padding: 0 !important;
}

/* LOGIN */
.login-page {
    background: url(../../images/bg.png);
    /*background: url(../../images/bg.png) no-repeat center center / cover;*/
    min-height: 430px;
}

.login-page .login-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.login-page .card {
    background-color: transparent;
    box-shadow: none;
    min-height: 500px;
}

.login-page .card-body {
    background-color: transparent;
}

.login-card-body .img-fluid {
    height: 200px;
}

.login-card-body .input-group-append {
    background-color: #ffffff;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    color: #31504E;
}

.login-page .text-muted {
    text-decoration: underline;
}

.copyright {
    text-align: center;
    width: 100%;
    margin-top: auto;
}
.copyright a {
    color: #41682d;
    margin-bottom: 20px;
}
.copyright span {
    color: #41682d;
    display: block;
    font-size: 12px;
}

/* INPUT */
.utils-navbar .search {
    position: absolute;
    right: 0;
    min-width: 150px;
    border: 3px solid #2c4543;
    height: auto;
}
[class*=icheck-] > input:first-child + label::before {
    background-color: #ffffbc;
    border-color: #ffffbc;
}

/* BUTTONS */
.button-primary {
    background-color: #3b5c5a;
    border-color: #3b5c5a;
    border-radius: 1rem;
    text-transform: uppercase;
    font-weight: bold;
}
.account .spinner {
    text-align: center;
}
.account .spinner > .ui-spinner {
    display: inline-block;
    width: 60%;
}
.account .spinner input {
    border: none;
    box-sizing: border-box;
    color: #325250;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 49px;
    height: 65px;
    line-height: 65px;
    outline: none;
    text-align: center;
    width: 40%;
}
.account .spinner button {
    border: none;
    box-sizing: border-box;
    font-size: 36px;
    height: 65px;
    line-height: 65px;
    width: 30%
}
.account .spinner .ui-spinner-up {
    background: #325250;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #FFFFFF;
    float: right;
}
.account .spinner .ui-spinner-down {
    background: #FFFFBC;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    /*color: #E8E895;*/
    color: #2c4543;
    float: left;
}

/* SELECT */

/* SIDEBAR */
[class*="sidebar-dark-"] {
    background-color: #2c4543;
    width: 250px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #6c8382;
}

.menu-toggle {
    position: fixed;
    z-index: 1000;
    top: 1em;
    left: 0.8em;
    font-size: 1rem;
    color: #2c4543;
}
.menu-toggle a {
    width: 24px;
    height: 24px;
    background-image: url(../../images/icons/menu.png);
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .menu-toggle {
        top: 30px;
        border: 3px solid #2c4543;
        background-color: #e8e895;
        padding: 4px 6px 0px;
    }
    .menu-toggle a {
        background-image: url(../../images/icons/menu_green.png);
    }
}

.main-sidebar {
    position: fixed;
    padding-top: 0px;
    background-color: #2c4543 !important;
}

.main-sidebar .logo img {
    display: block;
    width: 80px;
    margin: 0 auto;
    padding: 10px 0px;
}

.sidebar {
    height: calc(100vh - (3.5rem + 1px + 396px)) !important;
}

.sidebar-menu li:last-child {
    position: fixed;
    bottom: 0px;
    width: 230px;
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .sidebar-menu > li:last-child {
        position: fixed;
        bottom: 0px;
        width: 50px;
    }
    .sidebar-mini.sidebar-collapse .logo > .logo-lg {
        /*visibility: hidden;*/
        padding-top: 55px;
        width: 35px;
    }
}

.sidebar-menu.disabled li a {
    pointer-events: none;
}

.sidebar-menu.disabled li:last-child a {
    pointer-events: all;
}

.skin-green .sidebar-menu > li:hover > a {
    background-color: #6c8382;
}

.skin-green .sidebar-menu > li.active > a {
    border-left-color: transparent;
    background-color: #e8e895;
    color: #2c4543;
}

.skin-green .sidebar-menu > li.menu-open > a {
    background-color: #6c8382;
}

.btn-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    font-weight: bold;
    border-color: transparent !important;
    background-color: #e8e895 !important;
    color: #2c4543 !important;
}

.btn-default {
    font-weight: bold;
    background-color: #c8d4df !important;
    color: #2c4543 !important;
}

.btn-primary:hover, .btn-default:hover {
    background-color: #6c8382 !important;
    color: #ffffff !important;
}

.btn-danger {
    font-weight: bold;
    background-color: #a91627 !important;
}

.btn-danger:hover {
    background-color: #d9534f !important;
}

.btn-primary-border {
    border: 3px solid #2c4543 !important;
    background-color: #e8e895;
    color: #2c4543;
}

.btn-primary-border:hover {
    background-color: #6c8382 !important;
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .btn-group-vertical > .btn, .dtr-data > .btn-group > .btn {
        padding: 18px 24px;
    }
}

.label-primary {
    background-color: #e8e895 !important;
    color: #2c4543 !important;
}

.gerk-favorites {
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    position: relative;
    right: 86px;
    padding-left: 0px;
    font-size: initial;
    text-transform: uppercase;
    border: 3px solid #2c4543;
    background-color: #e8e895;
    color: #2c4543;
    border-radius: 5px;
}

.gerk-details {
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    position: relative;
    right: 70px;
    padding-left: 0px;
    font-size: initial;
    text-transform: uppercase;
    border: 3px solid #2c4543;
    background-color: #ffffff;
    color: #2c4543;
    border-radius: 5px;
}

/* CONTENT */
.content {
    font-family: 'Roboto Condensed' !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 767px) {
    .content-wrapper .pull-right {
        float: none !important;
    }
    .content-wrapper .box-header .box-tools {
        float: none !important;
    }
}

@media (min-width: 767px) {
    .content-wrapper .btn-block {
        display: inline !important;
        width: auto !important;
    }
    .content-wrapper .account .btn-block, .content-wrapper .menu .btn-block {
        display: block !important;
        width: 100% !important;
    }
}

.content-header {
    padding-top: 0px;
}

.main-header .utils-navbar {
    position: absolute;
    top: 30px;
    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0px;
    margin-left: 230px;
    border: none;
    min-height: 50px;
    border-radius: 0;
    width: -moz-available;
}

.main-header .utils-navbar .find_gerk_result {
    background-color: #ffffff;
    max-height: 205px;
    overflow-y: scroll;
}

.main-header .utils-navbar .tools-btns {
    text-align: left;
}

.main-header .utils-navbar .tools-btns .scrollable-menu {
    max-height: calc(80vh - 150px);
    overflow-y: auto;
}

.main-header .utils-navbar .tools-btns .dropdown-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.main-header .utils-navbar .tools-btns li a {
    background-color: inherit;
    border-bottom: 1px solid #777777;
    padding: 10px 20px;
    display: block;
}

.main-header .utils-navbar .tools-btns li a.active {
    background-color: #e8e895;
}

.main-header .utils-navbar .tools-btns li a span.type img {
    vertical-align: top;
    border-radius: 5px;
}

.main-header .utils-navbar .tools-btns li a span.type span {
    display: inline-block;
    padding: 0px 20px;
}

.main-header .utils-navbar .tools-btns li a.checkbox {
    margin-top: 0px;
}

@media (max-width: 768px) {
    .main-header .utils-navbar {
        margin-left: 130px;
    }
    .main-header .utils-navbar .tools-btns {
        position: fixed;
        right: -2px;
    }
    .main-header .utils-navbar .tools-btns > .btn-group {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .main-header .utils-navbar .tools-btns > .btn-group > .btn-group {
        display: block;
        float: none;
        width: calc(100% - 2px);
        max-width: 100%;
    }
    .main-header .utils-navbar .tools-btns > .btn-group > .btn-group > .btn {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .main-header .utils-navbar .tools-btns > .btn-group > .btn-group > .btn:first-child {
        margin-left: 0;
    }
    .main-header .utils-navbar .tools-btns .btn-group .btn-group + .btn-group {
        margin-left: 0;
    }
    .main-header .utils-navbar .tools-btns > .btn-group > .btn-group > ul {
        width: 92vw;
    }
    .main-header .utils-navbar .tools-btns > .btn-group > .btn-group > ul li a {
        white-space: normal !important;
    }
    .main-header .utils-navbar .tools-btns li a span.type span {
        position: relative;
        max-width: 220px;
    }
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .utils-navbar {
        margin-left: 50px;
    }
}

#map {
    position: fixed;
    width: 100%;
    height: 100%;
}

#map.widget {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 990px;
}

#map.samples {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 590px;
}

@media (max-width: 767px) {
    #map.samples {
        min-height: 390px;
    }
}

#map.widget .widget-details, #map.samples .widget-details {
    z-index: 9;
    margin-bottom: 10px;
    font-weight: bold;
}

#map.widget .ol-viewport, #map.samples .ol-viewport {
    min-height: inherit;
}

#map.widget .ol-overlay-container {
    display: none;
}

/* INFO WINDOW */
#info {
    background: transparent;
}
#info > div {
    background: transparent;
}
#info > div.info {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    color: #486563;
}
#info > div.error {
    background-color: rgba(169, 22, 39, 0.8);
    border-radius: 3px;
    color: #ffffff;
}
#info .box-widget .widget-user-header {
    height: auto;
    min-height: 140px !important;
    padding: 10px;
}
#info .widget-user .widget-user-image {
    top: auto;
    bottom: -30px;
}
#info .bookmarked {
    background-color: #e8e895 !important;
}
#info .box-widget .row:first-child {
    border-bottom: 1px solid #486563;
    margin-bottom: 5px;
}
#info .box-widget p {
    font-weight: bold;
    font-size: 19px;
    color: #486563;
}
#info .box-widget span {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #486563;
    text-align: end;
}
#accuracy {
    top: 14px !important;
    left: calc(50% - 80px) !important;
}
#accuracy > div > span {
    display: inline !important;
}
div#accuracy {
    background-color: transparent !important;
}
div#accuracy > div {
    background-color: transparent;
    border-radius: 3px;
    font-size: 16px;
    padding: 10px;
    line-height: 22px;
    margin: 0px;
}
#samples-modal div#accuracy > div.error {
    background-color: transparent;
}
/* MENU */
.menu {
    background-color: #ffffff;
    top: 15%;
}
.menu > div {
    color: #777777;
}
.menu li.title {
    color: #777777;
    text-transform: uppercase;
}
.menu a.close span {
    color: #777777;
}
#menu_settings_gerk.menu > div, #menu_settings_gerk_folder_create.menu > div, #account_change_password.menu > div, #account_access_device_details.menu > div {
    padding-bottom: 10px;
    background-color: #ffffff;
}
.menu ul.items li.info {
    border-bottom: 1px solid #bbb;
    color: #395957;
}
#menu_settings_gerk.menu ul.items li.info h4 {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 0px;
}
#menu_settings_gerk.menu ul.items li.info span {
    font-size: 16px;
}
#menu_settings_gerk.menu ul.items,  #menu_settings_gerk_folder_create.menu ul.items, #account_change_password.menu ul.items, #account_access_device_details.menu ul.items {
    border-bottom: transparent;
}
#menu_settings_gerk.menu ul.items .create_folder, #menu_settings_gerk_folder_create.menu ul.items .select_folder {
    cursor: pointer;
    text-decoration: underline;
}

.canvas {
    margin-left: 15px;
}

.center-cropped {
    object-fit: scale-down;
    object-position: center;
    height: 100px;
    width: 100px;
}

.content-title em {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 19px;
}

.account a {
    color: #42692e;
    text-decoration: underline;
}

.account h3 {
    color: #985c4a;
    text-transform: uppercase;
    font-weight: bold;
}

.account .strong {
    color: #42692e;
    font-weight: bold;
}

.account .disclaimer {
    color: #696724;
}

.account .box-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 5px solid #FFFFBC;
    border-left: 5px solid #FFFFBC;
    border-right: 5px solid #FFFFBC;
    margin: 10px 0 0 0;
    padding: 5px 0 !important;
}
.account .box-sides {
    border-left: 5px solid #FFFFBC;
    border-right: 5px solid #FFFFBC;
}
.account .box-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 5px solid #FFFFBC;
    border-left: 5px solid #FFFFBC;
    border-right: 5px solid #FFFFBC;
    padding: 5px 0 !important;
}

.account .price {
    color: #325250;
    font-weight: bold;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 0;
}

.account .cards {
    border: 2px solid rgba(152, 92, 74, 0.2);
    border-radius: 8px;
    margin: 10px auto;
    padding: 10px 0 20px 0;
    text-align: center;
}

.account .cards span {
    position: relative;
    top: -5px;
    color: #985C4A;
    font-size: 15px;
    line-height: 20px;
}

.account.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.account .equalItem {
    flex-grow: 1;
}

.account .bg-light-dark {
    background-color: #e8ea9a;
}

.account .bg-light {
    background-color: #ffffbc;
}

#actions ul.samples li.add a:not(.add) {
    cursor: not-allowed;
}

.bg-light {
    background-color: #e8e895;
}

.bg-gray {
    background-color: rgba(228, 228, 228, 0.3);
}

#analysis-modal .btn-primary, #analysis-modal .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary, #analysis-modal .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    font-weight: bold;
    white-space: nowrap;
    border-color: transparent !important;
    background-color: #2c4543 !important;
    color: #ffffff !important;
}

#analysis-modal .btn-primary {
    float: right;
    margin-left: 5px;
}

#analysis-modal .list-group-item {
    display: inline-block !important;
    min-width: 100%;
}

#onboarding-modal h2 {
    font-weight: bold;
    color: #2c4543;
    margin: 5px 0px 20px 0px;
}

#onboarding-modal .equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#onboarding-modal .thumbnail {
    flex-grow: 1;
    border-color: transparent !important;
    background-color: #2c4543 !important;
    min-height: 100%;
}

#onboarding-modal .thumbnail .caption h3 {
    color: #e8e895;
}

#onboarding-modal .thumbnail .caption hr {
    width: 50px;
    color: #ffffff;
    border-color: #ffffff;
}

#onboarding-modal .thumbnail .caption img {
    padding: 25px 0px;
}

#onboarding-modal .thumbnail .caption p {
    color: #ffffff;
}

@media (max-width: 767px) {
    .bg-light .form-group, .bg-gray h3, .bg-gray .form-group {
        padding: 0px 5px;
    }
}

/* TABS */
.nav-tabs-custom > .nav-tabs li, .nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover, .nav-tabs-custom > .nav-tabs > li.active > a {
    border: none;
    text-transform: uppercase;
    color: #985C4A;
    padding: 5px !important;
}
.nav-tabs-custom > .nav-tabs > li {
    border-bottom: 3px solid transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
    font-weight: bold;
    border-bottom-color: #985C4A;
}

/* ALERT */
.callout.alert {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index:9999;
}

@media (max-width: 767px) {
    .callout.alert {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index:9999;
    }
}

/* MODAL */
.modal-title {
    display: inline-block;
}
.text-success {
    color: #00a65a !important;
}
.text-danger {
    color: #d9534f !important;
}
.text-white {
    color: #ffffff !important;
}

/* PERFECT SCROLL */
.scroll-container {
    position: relative;
    width: auto;
    max-height: calc(100vh - 75px - 3.5rem);
}

.scroll-container-terms {
    position: relative;
    width: auto;
    max-height: calc(100vh - 395px);
}

.scroll-container-devices {
    position: relative;
    width: auto;
    max-height: calc(100vh - 330px);
}

/* FORM VALIDATION */
.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-valid, .was-validated .form-control:valid {
    background: none;
}

select.form-control.is-invalid + .select2-container > span.selection > span.select2-selection,
select.form-control.is-invalid + .select2-container--focus > span.selection > span.select2-selection {
    border-color: #dc3545;
}

/* SELECT2 READ ONLY */
select[readonly] ~ .select2.select2-container .selection [role="combobox"] {
    background: #eee !important;
}

/* SELECT2 */
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e8e895;
    color: #2c4543;
}

/* DATATABLES */
table.datatable tbody tr td a {
    color: #000000;
    text-decoration: underline !important;
    cursor: pointer;
}

table.datatable tbody tr .td-canvas {
    height: 100px !important;
}

table.datatable tbody tr .td-actions-one {
    min-width: 36px;
}

table.datatable tbody tr .td-actions-two {
    min-width: 78px;
}

table.datatable tbody tr .td-actions-three {
    min-width: 112px;
}

table.datatable tbody tr .td-actions-three-w {
    min-width: 120px;
}

table.datatable tbody tr .empty {
    background-color: #ecf0f5;
}

div.dataTables_wrapper div.dataTables_info {
    color: #9A9A9A;
}

table.dataTable.dtr-inline.collapsed tbody tr[role="row"] td:first-child::before {
    font-family: 'Roboto Condensed' !important;
    border: 2px solid #3273D1;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
    font-family: 'Roboto Condensed' !important;
    border: 2px solid #A91627;
    box-shadow: none;
    background-color: #A91627;
    content: '-';
    /*transform: rotate(45deg);*/
}

table.dataTable.dtr-inline.collapsed tbody tr td.child {
    background-color: #f5f5f5;
    padding: 0px;
}

table.dataTable tbody tr.child span.dtr-title,
table.dataTable tbody tr.child ul.dtr-details {

    display: block;
}

table.dataTable tbody tr.child ul.dtr-details li:first-child {
    padding-top: 8px;
}
table.dataTable tbody tr.child ul.dtr-details li {
    padding: 8px;
    border-bottom: 1px solid #9A9A9A;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    cursor: pointer;
    *cursor: hand;
    color: #2c4543 !important;
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: #e8e895;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #2c4543 !important;
    border: 1px solid #e8e895;
    background-color: #e8e895;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #2c4543 !important;
    border: 1px solid transparent;
    background-color: #ecf0f5;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #2c4543 !important;
    border: 1px solid transparent;
    background-color: #ecf0f5;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #ffffff !important;
    border: 1px solid #6c8382;
    background-color: #6c8382;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    color: #ffffff !important;
    background-color: #6c8382 !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
    }
}
