/* Minification failed. Returning unminified contents.
(1646,23): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/* body {
	padding-bottom: 20px;
} */

/* Styles related to incident popup */

#floating-panel {
    position: absolute;
    top: 64px;
    right: 8px;
    z-index: 2;
    width: 50vw;
}

.floating-btn {
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border-color: transparent;
    border-width: 1px;
    transition: transform .2s;
    margin-right: 4px;
}

    .floating-btn:hover {
        outline: 0;
        -ms-transform: scale(1.2);
        /* IE 9 */
        -webkit-transform: scale(1.2);
        /* Safari 3-8 */
        transform: scale(1.2);
    }

#createIncidentBtn {
    font-size: 19px;
    padding-bottom: 3px;
}

.floating-btn:focus {
    outline: 0;
}

#version-floating-panel {
    position: absolute;
    bottom: 7px;
    right: 70px;
    z-index: 5;
}

.version-card .card-header {
    padding: 6px 8px 5px 18px;
}

.notice-floating-panel {
    display: none;
    width: 220px;
    position: absolute;
    top: 132px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 1;
}

#infoPanel {
    z-index: 3;
    /*top: 54px;*/
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    /*padding-top: 60px;*/
    padding-bottom: 10px;
}

.input-controls {
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-90px);
    z-index: 1;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.kartverket-controls {
    position: relative;
    float: right;
    z-index: 1;
    top: 74px;
    right: 110px;
    height: 41px;
    width: 270px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
}

.sidepanel-details-container hr {
    border-color: #dee2e6;
}
#searchInput {
    background-color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: calc(100% - 102px);
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    margin-right: 4px;
}

    #searchInput:focus {
        border-color: #4d90fe;
    }

#selectDenmLocationBtn {
    display: none;
}

#selectIviLocationBtn {
    display: none;
}

/* mobile */

@media (max-width: 870px) {
    .input-controls {
        position: absolute;
        top: 66px;
        left: calc(350px + 20px);
        transform: translateX(0px);
    }

    #saveDenm {
        display: none !important;
    }

    #selectDenmLocationBtn {
        display: block !important;
    }

    #ivisubmit {
        display: none !important;
    }

    #selectIviLocationBtn {
        display: block !important;
    }
}

@media (max-width: 576px) {
    #searchInput {
        display: none !important;
    }

    #floating-panel {
        width: auto;
    }

    .sidepanel {
        height: calc(100vh - (35px + 54px)) !important;
    }
    .chart-container {
        width: 100%;
    }
}

.pac-container {
    z-index: 10000 !important;
}

.pValues {
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 30px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-overflow: ellipsis;
    padding: 0 0 0 3px;
}

.pValuest:focus {
    border-color: #4d90fe;
}

.col-form-label {
    margin-left: -16px;
    font-weight: normal !important;
    line-height: 30px;
}

#latlngVal {
    margin-top: 10px;
}

#UpdatelatlngVal {
    margin-top: 10px;
}

#incidentDescription {
    resize: vertical;
}

/* Set margin to keep content from hitting the edges */

#map {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 60px;
}

/* History filter related styles */

.date-time-filter {
    margin-top: 0;
    margin-bottom: 3px;
}

@media (min-width: 1200px) {
    .date-time-filter {
        margin-left: auto;
    }
}

.date-time-filter .form-control {
    background-color: #464646 !important;
    border-color: #464646 !important;
    height: 25px;
    border-radius: 4px;
    color: #c1c1c1;
    width: 178px;
}

.date-time-filter .label.title {
    margin-right: 38px !important;
}

.date-time-filter .input {
    margin-right: 10px;
}

.date-filter .label {
    margin-right: 10px;
    color: #999999;
    padding: 0px;
    font-size: 13px;
    line-height: 25px;
}

    .date-filter .label label {
        margin-bottom: 0px;
    }

.date-filter .button {
    margin-left: 5px;
}

    .date-filter .button input {
        width: 71px;
    }

.history-checkbox {
    height: 50px;
}

.bootstrap-datetimepicker-widget table tr.customText td {
    height: 24px;
    line-height: 24px;
}

.bootstrap-datetimepicker-widget table tr.customText1 td {
    height: 24px;
    line-height: 0px;
}

#history,
#live {
    margin: 0;
    padding: 5px;
}

/* Oval type switch style */

.live-switch .text-label {
    color: #999999;
    font-size: 14px;
    margin-right: 15px;
}

.switch {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 47px;
    height: 20px;
    margin: 0;
}

.o-switch {
    height: 20px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #515050;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #36a459;
}

input:focus + .slider {
    box-shadow: 0 0 1px #36a459;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:disabled + .slider {
    background-color: #b8b8b8 !important;
}

/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.live-switch {
    padding: 15px 15px;
}

/* Styles related to map */

.button-marker-info {
    padding: 0px 6px;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.v-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.history-label {
    color: #999999;
}

@media (min-width: 1200px) {
    .container {
        width: 95% !important;
    }
}

/* Font Weight Styles */

.font-weight-semi-bold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-bolder {
    font-weight: 800;
}

/* Montserrat Custom Font */

.montserrat {
    font-family: 'Montserrat', sans-serif !important;
}

/* Font Sizes */

.font-size-16 {
    font-size: 16px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

/* Navbar Related Styles */

.navbar-inverse {
    background-color: #262626;
}

@media (min-width: 1200px) {
    .nav-account-background {
        background-color: #333333;
    }
}

.navbar-custom {
    background-color: #262626;
}

    /* change the brand and text color */

    .navbar-custom .navbar-brand {
        color: #9b9b9b;
        padding: 0.2rem 0.2rem;
    }

    .navbar-custom .navbar-text {
        color: #9b9b9b;
        padding: 0.8rem 1rem;
    }

#liveToggle {
    padding: 0.3rem 0.3rem;
}

@media (max-width: 420px) {
    #brand-name {
        display: none !important;
    }
}

/* change the link color and add padding for height */

.navbar-custom .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
    padding-top: 16px;
    padding-bottom: 16px;
}

/* change the color of active links */

.navbar-custom .nav-item.active .nav-link {
    color: #5ec780 !important;
}

.navbar-shadow {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(8, 9, 9, 0.36);
    -moz-box-shadow: 0px 4px 5px 0px rgba(8, 9, 9, 0.36);
    box-shadow: 0px 4px 5px 0px rgba(8, 9, 9, 0.36);
}

.navbar-divider {
    margin-top: 2px;
}

.navlogo {
    padding: 0 !important;
}

.navbar .dropdown .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .7);
}

.navbar .dropdown .dropdown-menu a:active,
.navbar .dropdown-menu a:focus {
    color: rgba(255, 255, 255, .8);
    background-color: rgba(255, 255, 255, .2);
    ;
}

.navbar .dropdown .dropdown-menu {
    background-color: #262626;
}

.navbar .dropdown .dropdown-item {
    color: rgba(255, 255, 255, .5);
}

/* Footer */

body {
    margin-bottom: 60px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* Set the fixed height of the footer here */
    line-height: 60px;
    /* Vertically center the text there */
    background-color: #262626;
    color: #c4c4c4;
    font-size: 15px;
    z-index: 4;
}

.footer-container {
    padding-left: 18px;
    padding-right: 16px;
}

@media (max-width: 576px) {
    .footer {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    #footer-logo {
        height: 14px;
    }

    body {
        margin-bottom: 35px;
    }

    #map {
        margin-bottom: 35px;
    }
}

/* Version Information */

.version-card {
    background-color: rgb(53, 53, 53);
    color: #c1c1c1;
}

/* Custom Buttons */

.btn-custom {
    border-radius: 35px !important;
    background-color: #36a459 !important;
    border-color: #36a459;
    color: #f7f7f7 !important;
}

    .btn-custom:hover {
        background-color: #318e4e !important;
        border-color: #36a459;
        color: #f7f7f7;
    }

.btn-theme-color {
    color: #fff !important;
    background-color: #36a459 !important;
    border-color: #36a459;
}

    .btn-theme-color:hover {
        color: #fff;
        background-color: #318e4e !important;
        border-color: #318e4e;
    }

    .btn-theme-color:disabled {
        background-color: #808080 !important;
        border-color: #808080;
    }

.btn-primary-custom {
    color: #fff;
    background-color: #36a459;
    border-color: #36a459;
}

    .btn-primary-custom:disabled:hover {
        color: #fff !important;
    }

    .btn-primary-custom:hover:not(:disabled) {
        color: #fff;
        background-color: #318e4e;
        border-color: #318e4e;
    }

    .btn-primary-custom:not(:disabled):not(.disabled).active,
    .btn-primary-custom:not(:disabled):not(.disabled):active,
    .show > .btn-primary-custom.dropdown-toggle {
        color: #fff;
        background-color: #28733f;
        border-color: #28733f;
    }

    .btn-primary-custom:active {
        background-color: #808080;
    }

/* Styles for Cards of Pages */

#register-card {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    #register-card .card-body {
        color: #ecedf1;
        background-color: #333333;
        -webkit-box-shadow: 0px 0px 20px -2px rgba(8, 9, 9, 1);
        -moz-box-shadow: 0px 0px 20px -2px rgba(8, 9, 9, 1);
        box-shadow: 0px 0px 20px -2px rgba(8, 9, 9, 1);
    }

    #register-card .form.form-control {
        height: 100px !important;
    }

.input-field {
    height: 50px !important;
    border: 0;
}

.has-icon .form-control {
    padding-left: 50px;
    border: 0;
    border-radius: 0;
    height: 50px;
}

.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    pointer-events: none;
    border: 0;
}

/* Hyperlinks */

.site-link {
    color: #6fba87;
}

    .site-link:hover {
        color: #fff;
        text-decoration: none;
    }

/* Custom Modal Width for Non-Desktop Devices */

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 696px !important;
    }
}

/* Hide Version Information and DateTimePicker Arrow for sm, md and lg */

@media (max-width: 1300px) {
    #map{
        margin-top:40px;
    }

    .version-card-resp {
        display: none;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu:before,
    .bootstrap-datetimepicker-widget.dropdown-menu:after {
        display: none;
    }
}

/* Add DENM/IVI/SAM Modal Tab Styling*/

.tab-title {
    color: #36a459;
}

    .tab-title:hover {
        color: #318e4e;
    }

.nav-title-color {
    color: #5ec780 !important;
}

.no-hover {
    pointer-events: none;
}

.outer-modal-header {
    border-bottom: none !important;
    background-color: #333333 !important;
}

.modal-header button.close {
    color: #878888;
    text-shadow: none;
    opacity: 1;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-right: 24px;
    font-size: 32px;
}

.outer-modal-content {
    background-color: #333333 !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.inner-modal-header,
.inner-modal-body,
.inner-modal-footer {
    background-color: #fff;
}

.nav-pills > li {
    background-color: #ecedf1 !important;
    border-radius: 0;
}

    .nav-pills > li > a.active {
        background-color: #36a459 !important;
        border-radius: 0;
    }

    .nav-pills > li > a {
        height: 50px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

.secondary-navbar {
    background-color: #333333;
}

.input-with-units {
    display: flex;
    flex-flow: wrap;
}

    .input-with-units input {
        float: left;
        width: 90%;
    }

    .input-with-units .input-unit {
        float: right;
        width: 10%;
        padding-left: 0;
        padding-right: 0;
    }

/* InfoPanel Styling */

#exitZoneInput,
#drawDirectionInputs,
#samCustomInfo {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bufferSizeNumber,
#headingInputNumber,
#headingMarginNumber {
    width: 10%;
    margin-right: 10px;
    min-width: 5em;
}

#exitZoneInput label,
#drawDirectionInputs label {
    margin: 0 10px 0 0;
}

/* Styling History Checkboxes*/

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #c1c1c1;
}

    /* Hide the browser's default checkbox */

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #464646;
    border-radius: 4px;
}

/* On mouse-over, add a color for checkbox */

.checkbox-container:hover input ~ .checkmark {
    /*background-color: #c1c1c1;*/
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */

.checkbox-container .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #c1c1c1;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio-button {
    position: absolute;
    top: 3px;
    left: 6px;
    height: 20px;
    width: 20px;
    background-color: #464646;
    border-radius: 50%;
}

.checkbox-container:hover input ~ .radio-button {
    background-color: #ccc;
}

/* When the radio button is checked, add background */
.checkbox-container input:checked ~ .radio-button {
    background-color: #212529;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-button:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkbox-container input:checked ~ .radio-button:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkbox-container .radio-button:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c1c1c1;
}

.navbar-history-text {
    color: #c1c1c1;
}

.nav-history-search-btn {
    background-color: #464646 !important;
}

    .nav-history-search-btn:hover {
        color: #c1c1c1 !important;
        background-color: rgba(0, 0, 0, 0.3) !important;
    }

    .nav-history-search-btn:focus {
        outline: none !important;
        border: none;
        box-shadow: none !important;
    }

    .nav-history-search-btn:disabled {
        background-color: #464646 !important;
        opacity: 0.5;
    }

.datetimepicker-input[disabled],
.datetimepicker-input[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

@media (max-width: 1200px) {
    .history-range-end-date {
        margin-left: 20px;
    }
}

@media (max-width: 576px) {
    #ServiceDateFrom,
    #ServiceDateTo {
        width: 100% !important;
    }

    .modal {
        position: fixed;
        top: 3%;
        right: 0%;
        left: 0%;
        bottom: 3%;
        width: auto;
        margin: 0;
    }

    .modal-body {
        height: 100%;
    }

    #floating-panel {
        top: 66px;
        right: 10px;
    }
}

#brand-name {
    font-size: 16px;
}

/* Smaller logo and brand-name for extra-small devices */

@media (max-width: 320px) {
    #logo {
        height: 20px;
    }

    #brand-name {
        font-size: 14px;
    }
}

/* Remove borders from rows of datetimepicker calendar */

.bootstrap-datetimepicker-widget .datepicker .datepicker-days table tr {
    border-top: 3px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}

/* Form validation styles */

.validation-summary {
    font-size: 15px;
    color: #e65c45 !important;
    text-align: left;
}

.validation-field {
    margin-top: 15px;
    font-size: 15px;
    color: #e65c45 !important;
    display: inline-block;
}

/* RSU Data Modal */

#rsudataModal .modal-header {
    display: block;
}

.border-table-section {
    border-color: #42484f !important;
}

.dot {
    height: 15px;
    width: 15px;
    background-color: #ff0000;
    border-radius: 50%;
    display: inline-block;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 2;
    /* sidebar height = view height - (footer height + header height) */
    height: calc(100vh - (60px + 54px));
    top: 0;
    left: 0;
    background-color: #262626;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 55px;
}

    .sidepanel .closebtn {
        position: absolute;
        font-size: 36px;
        background-color: #262626;
        color: #ffffff;
        border: 0px;
        margin-top: -15px;
    }

/* close button will be moved to left when with is less than 420 px */

@media (min-width: 420px) {
    .closebtn {
        right: 5px;
    }
}

.sidebar-icon-button {
    background-color: #363636;
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

#sidebarcontent {
    margin-top: 41px;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
}

.sidepanel p {
    margin-bottom: 0px;
    font-size: 15px;
    display: block;
    transition: 0.3s;
}

.sidepanel table {
    background-color: #ffffff;
    color: #262626;
}

.sidepanel tr th {
    padding: 5px;
}

.sidepanel tr td {
    padding: 5px;
}

.sidepanel-section-container .table {
    margin-bottom: 0px;
}

#sidebar-denm-details-section-container .row, #sidebar-datex-details-section-container .row {
    margin-bottom: 0px !important;
}

#sidebar-detector-details-section-container .row {
    margin-bottom: 0px !important;
}

#sidebar-raw-details-section-container .row {
    margin-bottom: 0px !important;
}

#sidebar-ivi-details-section-container .row {
    margin-bottom: 0px !important;
}

#sidebar-sam-details-section-container .row {
    margin-bottom: 0px !important;
}

#sidebar-add-new-content {
    margin-bottom: 20px;
}

.sidebar-topic {
    background-color: #36a459;
    color: #ffffff;
    padding: 5px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
}

.sidebar-topic p {
    padding: 5px;
    font-weight: bold;
    font-size: 18px;
}

.sidebar-header {
    background-color: #e8e8e8;
    /* color: #ffffff; */
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-top: 20px; */
    font-weight: bold;
}

.sidebar-footer {
    background-color: #e8e8e8;
    /* color: #ffffff; */
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-top: 20px; */
    /* font-weight: bold; */
}

    .sidebar-footer .checkmark {
        background-color: #262626;
    }

    .sidebar-footer .checkbox-container {
        color: #262626;
    }

    .sidebar-footer .checkbox-container {
        font-size: 14px;
        padding-top: 2px;
    }

.section-separator {
    height: 1px;
}

.sidepanel .section-separator {
    background-color: white;
}

.sidepanel-details-container {
    color: black;
    background-color: white;
    padding-top: 5px;
}

    .sidepanel-details-container .row {
        margin-left: 0px;
        margin-right: 0px;
    }

#sidebarcontent .row {
    margin-left: 0px;
    margin-right: 0px;
}

.table-row-clickable {
    cursor: pointer;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #a9dbbe;
}

.popover {
    max-width: 2000px !important;
    width: 500px;
}

.popoverHeader {
    background-color: #F7F7F7;
    margin-left: 0px;
    margin-right: 0px;
}

.popoverHeaderRight {
    border-bottom: 1px solid #ebebeb;
    padding-top: 8px;
    padding-left: 60px;
}

#closeDiv {
    cursor: pointer;
}

.toastr-position {
    position: absolute;
    right: 10px;
    top: 120px;
}

#moreOptionsDropdownContent {
    width: 305px !important;
}

#tracelatlngVal1 label {
    font-size: 0.8rem;
}

.trace-action-add {
    width: 50px;
    margin: 2px 0;
    height: 20px;
    padding: 0;
    line-height: 0;
}

.trace-container label {
    font-size: 14px;
}

.trace-container .form-group {
    margin-bottom: 2px;
}

.trace-action-label {
    float: left;
    margin-right: 7px;
}

.trace-action-wrapper > div {
    margin-bottom: 0;
}

.remove-trace-button {
    padding: 0;
}

.trace-id-text {
    vertical-align: middle;
    text-align: center;
    padding: 7px !important;
}

#tracelatlngVal1 label {
    font-size: 0.8rem;
}

.trace-action-add {
    width: 50px;
    margin: 2px 0;
    height: 20px;
    padding: 0;
    line-height: 0;
}

.trace-container label {
    font-size: 14px;
}

.trace-container .form-group {
    margin-bottom: 2px;
}

.trace-action-label {
    float: left;
    margin-right: 7px;
}

.trace-action-wrapper > div {
    margin-bottom: 0;
}

.remove-trace-button {
    padding: 0;
}

.trace-id-text {
    vertical-align: middle;
    text-align: center;
    padding: 7px !important;
}

/*Zone styles*/

#zonelatlngVal1 label {
    font-size: 0.8rem;
}

.zone-action-add {
    width: 50px;
    margin: 2px 0;
    height: 20px;
    padding: 0;
    line-height: 0;
}

.zone-container label {
    font-size: 14px;
}

.zone-container .form-group {
    margin-bottom: 2px;
}

.zone-action-label {
    float: left;
    margin-right: 7px;
}

.zone-action-wrapper > div {
    margin-bottom: 0;
}

.remove-zone-button {
    padding: 0;
}

.zone-id-text {
    vertical-align: middle;
    text-align: center;
    padding: 7px !important;
}

#zone_container.zone-container {
    border-style: dashed;
    border: 1px;
    padding: 3px;
}

    #zone_container.zone-container h6 {
        text-align: center;
    }

.spinner-border {
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
}

.radio-button-green {
    position: absolute;
    top: 6px;
    left: 8px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #999999;
    border: 0px;
}



input:checked ~ .radio-button-green {
    position: absolute;
    top: 3px;
    left: 6px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #5ec780;
    border: 0px;
}

input:hover ~ .radio-button-green {
    border: 2px solid #5ec780;
}

.radio-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .chart-container{
        width:100%;
    }

.number-input-without-spinner {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    margin: 0;
}

/* android apk download page*/

file-chooser-theme-color {
    border:2px solid black;
    cursor: pointer;
    height:30px;
}

.file-chooser-theme-color::file-selector-button {
    color: #fff !important;
    background-color: #36a459 !important;
    border-color: #36a459;
    border-radius: 5px;
    height:30px;
}
    .file-chooser-theme-color::file-selector-button:hover {
        color: #fff;
        background-color: #318e4e !important;
        border-color: #318e4e;
    }
.file-chooser-theme-color::-webkit-file-upload-button {
    -webkit-appearance: none;
    float: right;
    margin: 0 0 0 10px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
}


/* side bar charge report details*/

.ruc-details-container dd {
    font-size: 80%;
    font-weight: 400;
    margin-bottom: 0.2rem;
}
.ruc-details-container dt {
    font-size: 80%;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.ruc-details-container dl {
    margin-bottom: 2.5px;
    color: black;
    background-color: white;
}

.ruc-details-container {
    height: auto;
}

#ruc-border-points{
    width:50vw;
    text-align:center;
}

.nav-link-theme {
    display: block;
    padding: 0.5rem 1rem;
}

a.nav-link-theme {
    color: #999999;
    cursor: pointer;
    border-radius:5px;
}

    a.nav-link-theme:hover {
        text-decoration: none;
        color:white;
    }

    .nav-pills-theme .nav-link-theme.active,
    .nav-pills-theme .show > .nav-link-theme {
        color: #fff;
        background-color: #36a459;
    }

.right-border {
    border-right: 1px solid #868c91;
    padding-right: 2%;
}

#h-pills-tabContent {
    padding-left: 1rem;
    margin-top: 3rem;
}

#h-pills-tab {
    padding-left: 1rem;
}
.name {
    margin-left: 2rem;
}

.dotGreen {
    height: 1rem;
    width: 1rem;
    background-color: springgreen;
    margin: .25rem 1rem 0rem .1rem;
    border-radius: 50%;
    display: inline-block;
}

.dotRed {
    height: 1rem;
    width: 1rem;
    background-color: red;
    margin: .25rem 1rem 0rem .1rem;
    border-radius: 50%;
    display: inline-block;
}

.dotYellow {
    height: 1rem;
    width: 1rem;
    background-color: yellow;
    margin: .25rem 1rem 0rem .1rem;
    border-radius: 50%;
    display: inline-block;
}

#k8sSpinner {
    margin-top:.5rem;
}

.expand-row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: large;
    background-color: #e9ecef;
    
}

.expand-button {
    color: black !important;
}
.dark-background {
    background-color: #262626;
    color: #868c91 !important;
}

#grafana-dashboard-tab{
    height:100vh;
}

#themeSwitch{
    top:60px;
    right:15px;
    z-index:5;
    position:absolute;
}

#interpolatedGnssMap {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 60px;
}

#control-container {
    border-radius: 5px;
    background-color: #ffff;
}

#controller-panel {
    z-index: 2;
    position: absolute;
    top:7%;
}

#searchVegReference,
#searchRoadObjectBtn {
    color: white;
    font-weight: 500;
    font-size: 0.8rem;
    position: absolute;
    border-radius: 1rem;
    border-color: transparent;
    padding: 0.5rem;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 2;
    left: calc(50% - 57px);
    top: 132px;
}

#loading-floating-panel-nvdb-location {
    z-index: 2 !important;
}


.roadObjectValues {
    font-weight: bold;
    font-family: Arial, Arial, Helvetica, sans-serif, sans-seriff;
    font-size: 0.9rem;
}

.road-object-color-indicator {
    height: 3px;
    width: 20px;
    margin-top: 12px;
    margin-left: auto;
}

.hillinclination-background-color {
    background-color: green;
}

.speedlimit-background-color {
    background-color: blue;
}

.roadcurvature-background-color {
    background-color: #C35C18;
}

.roadelevation-background-color {
    background-color: #7D3C98;
}

.w-78{
    width: 78% !important;
}


/*SPR Section*/

.kartverket-logo {
    width: 52px;
}
.kartverket-logo img {
    width: 50px;
    height: 34px;
}

#searchSPR,
#discardSPR,
#searchRoutePlannerSPR,
#submitRoutePlannerSPR,
#resetRoutePlannerSPR {
    width: 144px
}

#submitSPR {
    width: 296px
}

.provider {
    width: 120px;
}

.tffk-logo {
    width: auto;
}

.tffk-logo img {
    width: auto;
    margin-left:5%;
    height:35px;
}
.no-border {
    border: none;
    outline: none;
    box-shadow: none;
    background-color:  white;
}

#radioBtnRoadMeasurements {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: green;
}

.red-icon {
    color: red;
}

.custom-button-width-140 {
    width: 140px
}



/*Privacy page styles*/

.privacy-container-section {
    margin-bottom: 20px;
}

.privacy-sections {
    display: flex;
    flex-direction: column;
}

    .privacy-sections > div {
        flex: 1;
    }

.privacy-rounded-box {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 100%;
}

.privacy-check-icon {
    color: #28a745;
}

.privacy-section-title {
    color: #343a40;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.privacy-term-list-item {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.privacy-delete-data-form-lable {
    color: #343a40;
    font-weight: bold;
    font-size: 15px;
    max-width: 400px;
}

.privacy-delete-data-form-input {
    border: 2px solid #28a745 !important;
    max-width: 300px !important;
}

/*Privacy page styles end*/

.custom-icon-button {
    width: 19px;
    height: 26px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.custom-icon-button i {
    font-size: 13px;
}

@media (max-width: 1200px) {
    .kartverket-controls {
        top: 89px;
    }

    .kartverket-logo img {
        width: 74px;
        height: 52px;
    }
    .kartverket-logo {
        padding-bottom: 5px;
        margin-right: 1.5rem;
    }
}

@media (max-width: 1300px) {
    #divider {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .d-1300-none {
        display: none !important;
    }
}

