.map-label {
    border-color: #C0C0C0;
    border-width: 1px;
    border-style: solid;
    color: #000;
    background-color: #FFF;
    padding: 2px 3px;
    border-radius: 3px;
}

.map-info {
    min-width: 100px;
}

.map-info-header {
    margin-top: 0px;
}

.map-info-field {
    margin: 0 0 2px;
    font-size: medium;
    font-family: 'Source Sans Pro';
    border-bottom: .5px solid lightgray;
}

.numbercolm {
    text-align: right;
}

.swal2-container {
    z-index: 9999 !important;
}
.smartcharging {
    color: #399b33;
}
.fastcharging {
    color: #4ea1c6;
}
.chargingoverride {
    color: #dd4b39;
}
/*Override sweetalert buttons styling*/
.swal2-styled {
    border-radius: 0 !important;
    padding: 6px 12px !important;
    font-size: 1em !important;
    line-height: 1.43em;
    box-shadow: none !important;
}

    .swal2-styled.swal2-confirm {
        background-color: #3c8dbc !important;
        border: 1px solid #367fa9 !important;
    }

        .swal2-styled.swal2-confirm:hover {
            background-color: #367fa9 !important;
            border-color: #204d74 !important;
        }

        .swal2-styled.swal2-confirm:focus {
            background-color: #286090 !important;
        }

    .swal2-styled.swal2-cancel {
        background-color: white !important;
        border: 1px solid #dddddd !important;
        color: #444 !important;
    }

        .swal2-styled.swal2-cancel:hover {
            border-color: #adadad !important;
        }

    .swal2-styled:focus {
        border-color: #3c8dbc !important;
    }

.select2 .btn {
    height: 2em;
    float: right;
    line-height: 1.9em;
    width: 2em;
    padding: 0;
}

.label-header {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    background-color: #efefef;
}

.label-container {
    display: flex;
    flex: 1;
}

    .label-container.ignore {
        flex: inherit;
    }

        .label-container.ignore.fix-width {
            width: 16.35rem;
        }

.operator-field {
    width: 100%;
    /*width: 145px;*/
    height: 34px;
    font-size: 16px;
}

    .operator-field.text-indent {
        font-size: 25px;
        text-indent: 50px;
    }

select:disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.full-width-required {
    overflow: auto;
    max-width: 1885px;
}

    .full-width-required .full-width {
        width: 1864px;
    }

.btn.ignore {
    cursor: default;
}

    .btn.ignore:active {
        box-shadow: none;
    }

.intel-field {
    font-size: 28px;
    border: 1px solid #d2d6de;
    cursor: pointer;
}

    .intel-field.fa-times {
        padding: 2px 60px 2px 60.5px;
        width: 100%;
    }

    .intel-field.fa-check {
        padding: 2px 57px 2px 57.5px;
        width: 100%;
    }

    .intel-field.disabled {
        cursor: not-allowed;
        background-color: #eee;
    }

.no-wrap {
    white-space: nowrap;
}

.view-title {
    margin: -10px 0px 15px 0px;
    padding: 0px 10px 0px 10px;
}

.view-content {
    padding: 0px 10px 10px 10px;
}

.table-striped tbody tr:hover {
    background-color: #dddddd !important;
}

table tbody tr.no-hover:hover {
    background-color: initial !important;
}

.no-gutters {
    margin: 0 !important;
}

.w-100 {
    width: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/

.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/ /* NO! The whole point of the theme and responsiveness is that controls will expand to the width of the area - if you want to give the control less space, wrap it in a div class = col-xs-6 ... etc **/
}

span.select2-container {
    /*width: 100% !important;*/
}

.select2-selection {
    display: inline;
}

    .select2-selection.select2-selection--single > span {
    }

.select2-container .fa-icon {
    margin: 3px 0;
    padding: 3px;
}

.form-control.select2-hidden-accessible {
    top: 30px;
}

.select2-selection__placeholder {
    margin-left: 7px;
}

/** Coloering select2 select box border on error. **/
.form-group.has-error .select2-container--default .select2-selection--single {
    border: 1px solid #dd4b39;
}


.table-sort:after {
    content: "\e150";
    position: absolute;
    top: 2px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.2;
}

.table-row {
    border-bottom: 1px solid rgb(244,244,244);
    padding: 8px 0px;
    margin-right: -10px;
    margin-left: -10px;
}

    .table-row:first-child {
        border-top: 1px solid #f1f1f1;
    }

    .table-row .control-label {
        font-weight: bold;
    }

.list-header, .table-row {
    word-break: break-word;
    border-bottom: 1px solid #f1f1f1;
}


.pagination {
    margin: inherit;
}

.pagination-row {
    margin: 20px 0px;
}

.pagination-row-top {
    margin: 0px 0px 10px 0px;
}

.map-canvas {
    height: 550px;
}
/*
.map-canvas.full-screen{
    width:100%;
    height:100%;
}
    */
/*
.table-row:nth-of-type(odd){
    background-color:#f9f9f9;
}*/

.language-menu-sidebar img.flag {
    width: 36px;
    height: auto;
}


    .language-menu-sidebar img.flag.active, .translations-index-view img.flag {
        width: 14px;
        height: auto;
        margin-right: 6px;
    }

.language-menu-sidebar .treeview-menu .flag {
    margin-right: 10px;
}

svg.chargeplan-logo {
    height: 1.2em;
    transform: translateX(-2px);
    vertical-align: -.2em;
}

    svg.chargeplan-logo path {
        fill: currentColor;
    }

.translation {
    display: inline-block;
}

.clickable {
    cursor: pointer;
}

.link-like {
    cursor: pointer;
    text-decoration: underline;
}


#scrollTopButton {
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px 10px; /* Some padding */
    background-color: #222d32; /* Set a background color */
    color: white; /* Text color */
    opacity: 0.7;
}

#scrollBottomButton {
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 5px 10px; /* Some padding */
    background-color: #222d32; /* Set a background color */
    color: white; /* Text color */
    opacity: 0.7;
}

#scrollButtons {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
}

.alert-message-container {
    position: fixed;
    top: 51px;
    z-index: 950;
}

    .alert-message-container .alert {
        margin-bottom: 5px;
    }

.label.label-unit, .label-unit-state .label {
    font-size: 115%;
    display: inline-block;
}

.label-unit-state {
    display: inline-block;
}

.label.label-unit i {
    margin-right: 10px;
}

.unit-item-info .label-unit-state {
    margin-left: 10px;
}

.unit-number {
    margin-left: 5px;
}

.state-icon {
    margin-right: 5px;
}

.row.table-row {
    position: relative;
    overflow: hidden;
}

td.details {
    min-width: 30px;
    overflow: hidden;
    position: relative;
}

.details-wrapper {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    right: -30px;
    background-color: #00A2D3;
    transform: rotate(45deg);
    cursor: pointer;
}

    .details-wrapper a, .details-wrapper > div {
        position: relative;
        color: #FFF;
        left: 23px;
        top: 39px;
    }

        .details-wrapper a i, .details-wrapper > div i {
            transform: rotate(-45deg);
        }

        .details-wrapper > div i {
            cursor: pointer;
        }

.details-wrapper-row {
    min-height: 60px;
}

/** Should fix that in some cases for IE - scrollbar overlaps content. IE on Vista. **/
@-ms-viewport {
    width: device-width; /** auto !important; **/
}


.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: table;
    transition: opacity .3s ease;
}


/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */

.modal-enter {
    opacity: 0;
}

.modal-leave-active {
    opacity: 0;
}

    .modal-enter .modal-container,
    .modal-leave-active .modal-container {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

.permission-object-row .input-group .input-group-adjustment .btn {
    padding: 5px 12px;
}

.permission-object-row {
    margin-bottom: 5px;
}

#createEditUser hr {
    margin: 10px 0px;
}

.login-page .password-change .form-group {
    display: inline-block;
}


[v-cloak] {
    display: none;
}

/*
 As a side-effect of setting the @viewport above,
 IE11 & Edge make the scrollbar overlap the content and automatically hide itself when not in use.
 Unfortunately, the auto-showing of the scrollbar is sometimes too sensitive,
 thus making it hard to click on stuff near the right edge of the page.
 So we add this style to force IE11 & Edge to use a "normal", non-overlapping, non-auto-hiding scrollbar.
 See https://github.com/twbs/bootstrap/issues/18543
*/
html {
    -ms-overflow-style: scrollbar;
}


.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-r-5 {
    margin-right: 5px;
}

.margin-r-10 {
    margin-right: 10px;
}

.margin-r-15 {
    margin-right: 15px;
}


.margin-l-5 {
    margin-left: 5px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-l-15 {
    margin-left: 15px;
}


.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-l-0 {
    padding-left: 0 !important;
}

.padding-l-5 {
    padding-left: 5px;
}

.padding-l-10 {
    padding-left: 10px;
}

.padding-l-15 {
    padding-left: 15px;
}

.padding-r-0 {
    padding-right: 0 !important;
}

.padding-r-5 {
    padding-right: 5px;
}

.padding-r-10 {
    padding-right: 10px;
}

.padding-r-15 {
    padding-right: 15px;
}

.overflow-hidden {
    overflow: hidden;
}

.italic {
    font-style: italic;
}


.font-increased {
    font-size: 17px;
}

.message-inbox .label.label-unit {
    font-size: 100%;
}


.phone-menu.bg-green a {
    color: #FFFFFF;
}

    .phone-menu.bg-green a:hover {
        background-color: #007d44 !important;
    }


#voipActionBar .animated {
    animation-duration: 0.2s;
}

#voipActionBar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 450px;
    z-index: 50;
}

    #voipActionBar .inner-container {
        border: 1px solid rgb(218, 218, 218);
        background-color: rgb(241, 241, 241);
    }

    #voipActionBar.collapsed .inner-container {
        padding: 10px;
    }

    #voipActionBar .content-area {
        padding-right: 15px;
        padding-left: 15px;
    }

    #voipActionBar.collapsed {
        border-top: 4px solid transparent;
    }

        #voipActionBar.collapsed.border-success {
            border-top-color: #00a65a;
        }

        #voipActionBar.collapsed.border-danger {
            border-top-color: #dd4b39;
        }

        #voipActionBar.collapsed.border-warning {
            border-top-color: #f39c12;
        }

/* Label component, e.g. used for listing lines as buttons in pages for setting line direction */

.label_component {
    display: inline-block;
}

    .label_component .face {
        display: inline-block;
        color: #666;
        background-color: #d6d6d6;
        border-radius: 3px;
        padding: 1px 14px;
        margin: 5px 5px;
        cursor: pointer;
    }

    /* Large label component used in header section of line details view, e.g. used in pages for setting line direction */
    .label_component.large .face {
        display: inline-block;
        background-color: #ddd;
        border-radius: 6px;
        height: 44px;
        padding: 5px 16px;
        margin: 0px;
        font-size: 24px;
        font-weight: bold;
    }

    .label_component .face.hover:hover {
        background-color: #c3c3c3;
        color: #333;
    }

    .label_component .label_badge {
        display: inline-block;
        color: rgba(255, 255, 255, 0.9);
        background: #DD4B39;
        min-width: 18px;
        height: 18px;
        border-radius: 50px;
        font-size: 12px;
        font-weight: bold;
        position: relative;
        top: -10px;
        left: -19px;
        margin-right: -18px;
        margin-top: 12px;
        cursor: pointer;
    }

        .label_component .label_badge .label_badge_value {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            position: relative;
            padding: 0 3px;
        }

.btn .label_badge {
    display: inline-block;
    color: rgba(255, 255, 255, 0.9);
    background: #DD4B39;
    min-width: 18px;
    height: 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -10px;
    margin-right: -18px;
    cursor: pointer;
}

    .btn .label_badge .label_badge_value {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding: 0 3px;
    }

/* Used in Line Details page in line direction area */
.line_details {
    display: inline-block;
    margin-left: 8px;
    margin-top: 4px;
    position: relative;
    top: -3px;
}

    .line_details .subtitle {
        font-weight: bold;
        color: #888;
        font-size: 16px;
    }

    .line_details .title_line1 {
        color: #999999;
        margin-bottom: 0px;
    }

    .line_details .title_line2 {
        font-weight: bold;
        margin-bottom: -2px;
    }

    .line_details .title_line3 {
        font-weight: bold;
        font-size: 17px;
    }

.rawdata_package {
    margin: 8px 0 8px 0;
    max-width: 900px
}

    .rawdata_package .rawdata_package_name {
        font-weight: bold;
        font-size: 16px;
        padding: 6px 0;
    }

    .rawdata_package .rawdata_package_lines {
        margin-left: 16px;
        margin-bottom: 16px;
    }



.btn-group.btn-group-toggle {
}

    .btn-group.btn-group-toggle .btn.disabled {
        color: #aaa;
    }

    .btn-group.btn-group-toggle .btn {
        border-radius: 3px;
        box-shadow: none;
        border: 1px solid transparent;
    }

        .btn-group.btn-group-toggle .btn.btn-default {
            background-color: #f4f4f4;
            color: #444;
            border-color: #ddd;
            height: 26px;
            padding: 2px 12px;
        }

            .btn-group.btn-group-toggle .btn.btn-default.active {
                color: #333;
                background-color: #e6e6e6;
                border-color: #adadad;
                box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
            }

img.toggle-switch-control {
    margin: -5px 0;
    height: 32px;
    width: 32px;
}

img.toggle-is-included-spinner {
    position: absolute;
    margin: 4px 0 0 -2px;
}

img.toggle-direction-value-spinner {
    position: absolute;
    margin: 5px 0 0 -52px;
    z-index: 2;
}

.btn-group.btn-group-toggle.tab-group .btn.btn-default {
    height: 32px;
    padding: 4px 20px;
    xfont-size: 16px;
}




/* Override plyr styles, to make it look pretty in our layout */
.plyr--audio .plyr__controls {
    padding: 0px 10px;
    border: none;
}


.width-100 {
    min-width: 100px;
}
/*.message-sent-messages .label{
     display:inline-block;
    *display:inline;
}*/

.pointer {
    cursor: pointer;
}

.text-line-through {
    text-decoration: line-through;
}


/** week-schedule-picker component **/

.week-schedule-picker .timespan, .week-schedule-picker .interval, .week-schedule-picker .unit-of-time {
    display: inline-flex;
}

.week-schedule-picker .inlineflex {
    display: inline-flex;
    flex-wrap: wrap;
}

    .week-schedule-picker .inlineflex > div, .week-schedule-picker .inlineflex > span {
        margin-bottom: 5px;
    }

.week-schedule-picker .weekDays {
}

.week-schedule-picker .timespan {
    width: 110px;
}

.week-schedule-picker .interval {
    width: 125px;
}

.inline-flex {
    display: inline-flex;
}


select.loading-content + .select2::before {
    -webkit-animation: fa-spin 1.7s infinite linear;
    animation: fa-spin 1.7s infinite linear;
}


span.select2.select2-container {
    min-height: 36px;
}

select.loading-content + .select2::before {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 21px;
    position: absolute;
    z-index: 10;
    right: 6px;
    top: 2px;
}

select.loading-content + .select2::after {
    position: absolute;
    background-color: #FFF;
    top: 1px;
    right: 1px;
    /*
    left: 1px;
    bottom: 1px;*/
    /** Used the above and remove width and height to make the overlay span entire select2-component **/
    z-index: 7;
    width: 32px;
    height: 32px;
    content: "";
}


.trafficmanagement-details .content-modified {
    color: grey;
    font-style: italic;
    /* text-decoration: line-through;
        text-decoration: line-through solid white; */
}

.trafficmanagement-details .content-modified-no-strike {
}


.clear-both {
    clear: both;
}

.break-word {
    word-break: break-all;
}


iframe.iframe-htmlcontent {
    height: auto;
    width: 100%;
    border: 1px solid lightgrey;
}


.module-title-header {
    display: inline-block;
    /*width: 200px;*/
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
}

.overlay-universal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    z-index: 150;
}

    .overlay-universal > i {
        font-size: 30px;
    }

@media all {
    .page-break {
        display: none;
    }
}


@media (max-width: 767px) {
    .fixed .content-wrapper, .main-sidebar {
        padding-top: 50px;
    }

    .c-date-picker.form-control[readonly] {
        background-color: #FFFFFF;
    }

    .list-item-header-xs {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }

        .list-item-header-xs > label {
            padding: 3px 10px;
            width: 100%;
            background-color: #e8e8e8;
        }

    /*
    .bootstrap-datetimepicker-widget {
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        bottom: auto !important;
        right: auto !important;
        -webkit-transform: translateY(-50%) translateX(-50%) !important;
        -moz-transform: translateY(-50%) translateX(-50%) !important;
        -o-transform: translateY(-50%) translateX(-50%) !important;
        -ms-transform: translateY(-50%) translateX(-50%) !important;
        transform: translateY(-50%) translateX(-50%) !important;
    } 
    */
}

/* Creation sidebar */
.create-sidebar {
    background-color: #f1f1f1;
    color: #333333;
    display: block;
    height: 100%;
    position: fixed;
    overflow-y: auto;
    right: 0;
    top: 0;
    width: 350px;
    z-index: 9999;
    transition: transform 0.5s ease-in-out, width 0.5s ease-in-out;
    box-shadow: 10px 0px 3px 10px #00000022;
}

.create-sidebar-clear {
    cursor: pointer;
}

.create-sidebar-content {
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.create-sidebar-header {
    height: 50px;
    width: inherit;
    padding: 12px 20px 12px 20px;
    border-bottom: 1px solid lightgray;
    font-size: large;
    position: fixed;
    background-color: #f1f1f1;
    z-index: 10;
}

.create-sidebar-title {
    font-weight: 600;
    text-align: left;
}
/*Mobile*/
@media (max-width: 992px) {
    .create-sidebar {
        width: 100% !important;
    }
}

.select2-dropdown {
    z-index: 9999;
}

.create-sidebar .form-group {
    text-align: left;
}

.create-sidebar .nav-tabs > li.active > a,
.create-sidebar .nav-tabs > li.active > a:hover,
.create-sidebar .nav-tabs > li.active > a:focus {
    color: #555 !important;
    cursor: default !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
    border: 1px solid #ddd !important;
    border-bottom-color: #f1f1f1 !important;
}

.create-sidebar .nav-tabs > li > a {
    margin-right: 2px !important;
    line-height: 1.42857143 !important;
    border: 1px solid transparent !important;
    border-radius: 4px 4px 0 0 !important;
    color: #555 !important;
}

.battery {
    background: #fff;
    text-align: center;
    position: relative;
    border: 2px solid #ffffff;
    display: block;
    width: 100%;
    line-height: 1.2em;
    border-radius: 4px;
    margin: 1px 2px;
    box-shadow: 0 0 0 1px #00000077;
}

    .battery::before {
        content: "";
        position: absolute;
        background: #ffffff;
        height: 11px;
        width: 3px;
        display: block;
        right: -5px;
        top: 50%;
        transform: translateY(-50%);
        border-style: solid;
        border-width: 1px 1px 1px 0;
        border-color: #00000077;
        border-radius: 0 3px 3px 0;
        box-shadow: -2px 0px 0px -0.5px #fff;
        background-clip: content-box;
    }

    .battery.battery--full::after {
        content: "";
        display: block;
        position: absolute;
        background: rgba(4,221,0,.7);
        height: 5px;
        width: 2px;
        left: 100%;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 0 1px 1px 0;
    }

    .battery > span.battery-progress {
        position: absolute;
        background: rgba(4,221,0,.7);
        inset: 0;
        border-radius: 2px;
    }

    .battery > span.battery-label {
        position: absolute;
        inset: 0;
        font-weight: 600;
        font-size: 14px;
        align-content: center;
    }

    .battery > span.battery-progress.low-soc {
        background-color: #eb6363;
    }

    .battery.battery-size-default {
        width: 40px;
        height: 20px;
    }



.dahua-playback .btn-icon {
    background-color: transparent;
    border: none;
    color: #333;
    padding: 10px 10px;
    font-size: 12px;
    cursor: pointer;
    width: 50px;
}

    .dahua-playback .btn-icon:hover,
    .dahua-playback .btn-icon:focus {
        background-color: transparent;
        color: #333;
        border: none;
        box-shadow: none;
    }

    .dahua-playback .btn-icon[disabled] {
        color: #a1a1a1 !important;
        cursor: not-allowed;
        opacity: 0.6;
    }

.dahua-playback {
    display: flex;
}

    .dahua-playback .video-container {
        flex: 1 1 auto !important;
        background-color: #e2e2e2;
        overflow: hidden;
    }

        .dahua-playback .video-container .video-size {
            background-color: #333;
            width: 100%;
            aspect-ratio: 16 / 9;
            position: relative;
        }

    .dahua-playback .video {
        display: block;
    }

    .dahua-playback .loading-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #333;
    }
    /* #f1f1f1*/
    .dahua-playback .action-bar {
        display: flex;
        background-color: #e2e2e2;
        z-index: 30;
        color: #FFF;
        padding-left: 5px;
        border-bottom: 1px solid #e2e2e2;
    }

        .dahua-playback .action-bar .icon-button {
        }

        .dahua-playback .action-bar .volume-slider {
            width: auto;
            display: inline;
            margin-left: 5px;
        }

    .dahua-playback .video,
    .dahua-playback .video-canvas {
        width: 100%;
        height: 100%;
    }

    .dahua-playback .video-canvas {
        display: block;
    }

    .dahua-playback .timeline {
        /*width: 800px;*/
        height: 50px;
        background-color: #e2e2e2;
    }

    .dahua-playback .channel-selector-container {
        /*color: #b8c7ce;*/
        padding-right: 15px;
        padding-left: 15px;
        background-color: #f1f1f1;
        border-right: 1px solid #cacaca;
        min-width: 150px;
    }

        .dahua-playback .channel-selector-container .radio {
            text-wrap: nowrap;
        }


    .dahua-playback .btn-start-recording {
        color: #ff0000;
    }

        .dahua-playback .btn-start-recording.btn-icon:hover,
        .dahua-playback .btn-start-recording.btn-icon:focus {
            color: #ff0000;
            border: none;
            box-shadow: none;
        }
/*
    .dahua-playback .btn-stop-recording {
        color: #008000;
    }

        .dahua-playback .btn-stop-recording.btn-icon:hover,
        .dahua-playback .btn-stop-recording.btn-icon:focus {
            color: #008000;
            border: none;
            box-shadow: none;
        }*/

.stepwizard-step p {
    margin-top: 0px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #bbb;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.request-dahua-video-modal .btn-circle,
.rerouting-wizard .btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 15px !important;
}

@property --progress-ring {
    syntax: "<integer>";
    inherits: false;
    initial-value: 0;
}

@property --progress-ring-int {
    syntax: "<integer>";
    inherits: false;
    initial-value: 0;
}

@property --progress-ring-float {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

.progress-ring {
    /* variables for overriding */
    --progress-ring-background-color: #00000008;
    --progress-ring-color: #00a2d3;
    --progress-ring-inactive-text-color: #aaa;
    --progress-ring-stroke-width: 6px;
    --progress-ring-text-size: calc( var(--progress-ring-size) * .26 );
    --progress-ring-suffix: "%";
    --progress-ring-empty-text: "-";
    /* variables that should not be overridden */
    --progress-ring-int: var(--progress-ring);
    --progress-ring-float: var(--progress-ring);
    --half-size: calc(var(--progress-ring-size) / 2);
    --radius: calc((var(--progress-ring-size) - var(--progress-ring-stroke-width)) / 2 - 1px);
    --circumference: calc(var(--radius) * pi * 2);
    --dash: calc((var(--progress-ring-float) * var(--circumference)) / 100);
    counter-reset: progress var(--progress-ring-int);
    transition: --progress-ring-float .8s, --progress-ring-int .8s;
    position: relative;
    width: var(--progress-ring-size);
    height: var(--progress-ring-size);
}

    .progress-ring svg {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .progress-ring circle {
        cx: var(--half-size);
        cy: var(--half-size);
        r: var(--radius);
        stroke-width: var(--progress-ring-stroke-width);
        fill: none;
        /* stroke-linecap: round; */
    }

        .progress-ring circle.progress-ring-bg {
            stroke: var(--progress-ring-background-color);
        }

        .progress-ring circle.progress-ring-fg {
            transform: rotate(-90deg);
            transform-origin: 50% 50%;
            stroke-dasharray: var(--dash) calc(var(--circumference) - var(--dash));
        }

    .progress-ring.progress-ring--active circle.progress-ring-fg {
        stroke: var(--progress-ring-color);
    }

    .progress-ring.progress-ring--inactive {
        color: var(--progress-ring-inactive-text-color);
    }

.progress-ring-inner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: 0;
    text-align: center;
    font-size: var(--progress-ring-text-size);
    user-select: none;
    line-height: 1;
}

.progress-ring--active .progress-ring-inner-text-default::before {
    content: counter(progress) var(--progress-ring-suffix);
}

.progress-ring--inactive .progress-ring-inner-text-default::before {
    content: var(--progress-ring-empty-text);
}

.adibus-weekdays-visualizer {
    display: flex;
    align-self: center;
    justify-self: start;
    overflow: hidden;
}

    .adibus-weekdays-visualizer .weekday {
        text-align: center;
        display: block;
        width: 16px;
        line-height: 16px;
        font-weight: 600;
        font-size: 11px;
        border-width: 1px 0;
        border-style: solid;
    }

        .adibus-weekdays-visualizer .weekday:first-child {
            border-left-width: 1px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .adibus-weekdays-visualizer .weekday:last-child {
            border-right-width: 1px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

    .adibus-weekdays-visualizer .weekday-on {
        background: #0089B3;
        color: #fff;
        border-color: #00000088;
    }

    .adibus-weekdays-visualizer .weekday-off {
        background: #ddd;
        color: #aaa;
        border-color: #00000033;
    }


.dropdown-menu-in-table {
    position: relative;
    overflow: visible;
}

    .dropdown-menu-in-table .td-dropdown-menu {
        position: relative
    }

.live-unit-overview-dropdown-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block !important;
    position: absolute !important;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 10;
    left: auto;
    user-select:none;
}

    .live-unit-overview-dropdown-menu li div {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 3px;
        padding-bottom: 3px;
        display: flex;
        align-items: center;
    }

        .live-unit-overview-dropdown-menu li div i {
            margin-right: 15px;
            align-items: center;
            justify-content: center;
            display: flex;
        }

        .live-unit-overview-dropdown-menu li div div {
            flex: 1;
            padding: 0
        }

    .live-unit-overview-dropdown-menu .menu-points-enabled {
        text-decoration: none;
        color: black;
        cursor: pointer;
    }

        .live-unit-overview-dropdown-menu .menu-points-enabled:hover {
            background-color: #DDDDDD;
        }

    .live-unit-overview-dropdown-menu .menu-points-disable {
        text-decoration: none;
        color: #B7BFC7;
    }
