﻿::-webkit-scrollbar-track {
    background-color: #1a1d2185;
}

.input-light {
    background-color: #2C3B41 !important;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: block;
    vertical-align: middle;
}

.multiselect-container {
    min-width: 250px !important;
}

    .multiselect-container > li {
        padding: 2px 5px;
    }

    .multiselect-container.dropdown-menu {
        padding: 0;
        margin: 0;
        background-color: #1c262b;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .multiselect-container.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #1c262b;
            outline: 0;
        }

    .multiselect-container .input-group {
        margin: 0;
    }

        .multiselect-container .input-group .form-control {
            position: relative;
            z-index: 2;
            float: left;
            width: 100% !important;
            margin-bottom: 0;
        }

    .multiselect-container .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap;
        width: inherit;
    }

    .multiselect-container.dropdown-menu label.radio input[type=radio] {
        visibility: hidden;
    }

    .multiselect-container.dropdown-menu label.radio {
        padding-left: 10px;
    }


@media (min-width: 768px) {
    .form-inline .input-group {
        width: 100% !important;
    }
}


/*.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #1c262b;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1c262b;
        outline: 0;
    }*/



.fault-box {
    width: 100%;
    height: 30px;
    padding: 5px 0px;
    display: flex;
}

﻿.sm-button {
    font-size: 12px;
    padding: 5px;
    height: fit-content;
}

.fault-led {
    width: fit-content;
    height: 100%;
    background-color: #bb2424;
    border-radius: 2px;
    padding: 1px 4px;
    font-weight: 800;
    margin-right: 2px;
}

.placeholder-no-image {
    height: 125px;
    width: 125px;
    background-color: #1E2529;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2C3B41;
    font-size: 85%;
}

#current_scte_table {
    table-layout: fixed;
}

    #current_scte_table td {
        word-wrap: break-word;
        max-width: 400px;
    }

    #current_scte_table td {
        white-space: inherit;
    }

.restrict-col {
    width: 700px;
    max-width: 700px;
    word-wrap: break-word;
}

.center-children {
    display: flex;
    justify-content: center;
}

.center-text {
    text-align: -webkit-center;
}

.placeholder-no-image {
    height: 125px;
    width: 125px;
    background-color: #1E2529;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2C3B41;
    font-size: 85%;
}

.edit_item_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.item_wrapper_extra {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2c3b41;
}

.edit_item_wrapper .placeholder {
    height: 50px;
    width: 50px;
    background-color: #1E2529;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2C3B41;
    font-size: 85%;
}

.edit_item_wrapper .form-group {
    display: flex;
    flex-direction: row;
    flex: auto;
    margin-left: 5px;
}

.hidden-file {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

[type=file] + span {
    cursor: pointer;
    border-radius: 5px;
    background-color: #1E2529;
    width: 60px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-upload input[type='file']::-webkit-file-upload-button {
    border: none;
    border-radius: 3px;
    background-color: #2C3B41;
    color: white;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-upload input[type='file'] {
    height: 42px;
}

/* HIDE RADIO */
.hidden-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
input.hidden-radio[type=radio] + img {
    cursor: pointer;
}

/* CHECKED STYLES */
input.hidden-radio[type=radio]:checked + img {
    box-shadow: 0 0 0 3px #12C99B;
}

/* IMAGE STYLES */
input.hidden-radio[type=radio] + span {
    cursor: pointer;
    border-radius: 5px;
    background-color: #1E2529;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 100%;
}

/* CHECKED STYLES */
input.hidden-radio[type=radio]:checked + span {
    box-shadow: 0 0 0 3px #12C99B;
}

/* HIDE RADIO */
.hidden-check {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
input.hidden-check[type=checkbox] + input + img {
    cursor: pointer;
}

/* CHECKED STYLES */
input.hidden-check[type=checkbox]:checked + input + img {
    box-shadow: 0 0 0 3px #12C99B;
}

/* IMAGE STYLES */
input.hidden-check[type=checkbox] + input + span {
    cursor: pointer;
    border-radius: 5px;
    background-color: #1E2529;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 100%;
}

/* CHECKED STYLES */
input.hidden-check[type=checkbox]:checked + input + span {
    box-shadow: 0 0 0 3px #12C99B;
}

.politics-editor-box {
    display: flex;
    flex-direction: column;
    flex: 0 1 50%;
    border: 1px solid #2c3b41;
    padding: 10px;
    margin-right: 10px;
}

.politics-check-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

    .politics-check-group > div {
        display: flex;
        align-content: center;
        align-items: center;
        padding: 2px;
    }

        .politics-check-group > div > label {
            margin: 2px;
        }

        .politics-check-group > div > input {
            margin: 0px;
        }

.politics-input-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .politics-input-group > div {
        flex: 0 1 48%;
    }

.pol-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.small-button {
    height: 25px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

td.details-control {
    cursor: pointer;
}

.x-content-alt {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px
}

.alert-info {
    border-color: #3c8dbc !important;
    background-color: #3c8dbc !important;
}

.grid-parent {
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
}

.grid-child {
    max-width: 320px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
}

@media (min-width: 600px) {
    .grid-parent {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 900px) {
    .grid-parent {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .grid-parent {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .grid-parent {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1500px) {
    .grid-parent {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1800px) {
    .grid-parent {
        grid-template-columns: repeat(6, 1fr);
    }
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.column-grid {
    float: left;
    width: 25%;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.x_panel {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 17px;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
}

.text-wrap {
    white-space: normal;
    overflow-wrap: break-word;
}

    .text-wrap.narrow {
        width: 200px;
    }

    .text-wrap.wide {
        width: 400px;
    }

.video-scte {
    margin-bottom: 45px;
    margin-right: 10px;
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dtmf-led {
    font-size: 25px;
    width: 100%;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 5px;
}

.split-50-50 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

    .split-50-50 div {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-width: 50%;
        word-wrap: break-word;
    }

        .split-50-50 div:first-child {
            padding-right: 2%;
        }

        .split-50-50 div:last-child {
            padding-left: 2%;
        }

/*#region ----------------- Content Match Page ---------------- */

ul.timeline li {
    position: relative;
    border-bottom: 2px solid #2F393E;
    clear: both;
    margin-bottom: 0px;
}

.timeline .block {
    margin: 0;
    border-left: 2px solid #2F393E;
    overflow: visible;
    padding: 10px 15px;
    margin-left: 300px;
    height: 230px;
    overflow-x: auto
}

    .timeline .block .block_content {
        height: inherit
    }

.timeline.widget {
    min-width: 0;
    max-width: inherit
}

    .timeline.widget .block {
        margin-left: 5px
    }

.timeline .tags {
    position: absolute;
    top: 10px;
    left: 0;
    width: 270px;
}

.timeline .tag {
    display: block;
    height: 30px;
    font-size: 13px;
    padding: 8px
}

    .timeline .tag span {
        display: block;
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis
    }

.tag {
    line-height: 1;
    background: #2F393E;
    color: #fff !important
}

    .tag:after {
        content: " ";
        height: 30px;
        width: 0;
        position: absolute;
        left: 100%;
        top: 0;
        margin: 0;
        pointer-events: none;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        border-left: 11px solid #2F393E;
    }

.timeline h2.title {
    position: relative;
    font-size: 16px;
    margin: 0
}

/*.timeline:before {
        content: "";
        position: absolute;
        left: -23px;
        top: 3px;
        display: block;
        width: 14px;
        height: 14px;
        border: 3px solid #d2d3d2;
        border-radius: 14px;
        background: #f9f9f9
    }*/

.timeline:before {
    width: 0px;
}

/*.timeline .byline {
    padding: .25em 0
}

.byline {
    -webkit-font-smoothing: antialiased;
    font-style: italic;
    font-size: .9375em;
    line-height: 1.3;
    color: #aab6aa
}*/

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.progress.progress_sm {
    border-radius: 5px;
    height: 10px !important;
    background-color: #2f393e;
}

.progress {
    border-radius: 5px;
    background: #26292d;
}


.flag-bar {
    background-color: #2F393E;
    margin: 5px 0 5px 0;
    padding: 2px 0 2px 10px;
    color: #ffe37f;
    border-left: 4px solid #f1ce4e;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.flag-hide {
    height: 1px;
    font-size: 0
}

.flag-style {
    color: #f1ce4e;
    margin: 0;
    float: left;
    padding-right: 15px
}

/*#endregion ----------------- Content Match Page ---------------- */

/*#region ********** Navigation Bar Hide ************/
.sidebar-mini.sidebar-collapse .content-wrapper.hide-nav {
    margin-left: 0px !important;
}

.sidebar-mini.sidebar-collapse .main-sidebar.hide-nav {
    width: 0px !important;
}

.editor-control-open {
    right: 0;
    padding-right: 300px;
}
/*#endregion ---------- Navigation Bar Hide ----------*/

/*#region ---------- Scroll Wrapper ----------*/
.horizontal-scroll-wrapper {
    margin: auto;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    width: 100%;
    padding-top: 5px;
}

.horizontal-scroll-list {
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 270px;
    white-space: nowrap;
    justify-content: space-between;
}

    .horizontal-scroll-list:after {
        content: "";
        flex: auto;
    }

.scroll-item {
    display: inline-block;
    padding: 0.2em;
}

    .scroll-item a small {
        display: block;
    }
/*#endregion ---------- Scroll Wrapper ----------*/

/*#region ---------- Channel Guide ----------*/
.guide-wrapper {
    width: inherit;
    overflow-x: scroll;
    margin-left: 10em;
    padding-left: 10px;
    padding-right: 10px;
}

.guide-channel {
    position: absolute;
    width: 10em;
    left: 0;
    top: auto;
    margin-left: 10px;
}

div.channel div {
    display: inline-block;
}

div.program {
    width: var(--data-width);
    height: inherit;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
    margin: 0px;
    padding: 15px;
    overflow: auto;
}
/*#endregion -----------------------------------*/

/*#region ---------- Custom Scrollbar ----------*/

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #b8c7ce;
    -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
    background: #000;
}

/*#endregion ---------- Custom Scrollbar ----------*/

/*#region ---------- OnDemand Program List ----------*/

.programlist-wrapper {
    overflow-y: auto;
    margin: 0px;
    max-height: 510px;
}

.list-wrapper {
    overflow-y: auto;
    margin: 0px;
    height: auto;
    max-height: 500px;
}

/*#endregion ---------- OnDemand Program List ----------*/

/*#region ---------- Mark Pairs ----------*/

.list-group-item {
    border: 1px solid #2d3035
}

.list-group-item-bordered {
    border: 1px solid #444
}

.list-group-item-alternate:nth-child(odd) {
    background: #1f272b
}

.list-group-item-dark {
    color: #b4b4b4;
    background-color: #212529;
}

    .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #14191e;
        border-color: #1b1e21;
    }

.list-box-inner {
    width: 100%;
    display: inline-flex;
    padding: 5px;
}

    .list-box-inner .spaced-between {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-left: 15px;
        margin-right: 15px;
    }

        .list-box-inner .spaced-between .mark-text {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            cursor: pointer;
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* IE10+/Edge */
            user-select: none; /* Standard */
        }

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.grab-button {
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: grab;
    font-size: 16px;
}

.vjs-bar-hover {
    background-color: #41aef7;
    position: absolute;
    display: block;
    height: 100%;
    padding: 0;
    left: 0;
    top: 0;
}

.markpair_selected .list-group-item {
    background-color: #2c3b41 !important;
    border: 1px solid #41aef7 !important;
}

    .markpair_selected .list-group-item .btn {
        background-color: #222D32 !important;
    }


/*#endregion ---------- Mark Pairs ----------*/

/*#region ---------- Custom Video Monitor View ----------*/
div.inner-contain {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    box-sizing: border-box;
}

.primary {
    grid-column: 1 / span 8;
    grid-row: 1 / span 2;
}

.item-x4 {
    grid-column: auto / span 3;
}

.item-x3 {
    grid-column: auto / span 4;
}

.item-x2 {
    grid-column: auto / span 6;
}

.video-monitor {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    /*padding: 0px 10px 10px 10px;
    border-color: #444448;
    border-style: solid;
    border-width: 1px;*/
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    justify-self: center;
}

    .video-monitor .video-psip {
        overflow: auto;
        clear: none;
        width: 100%;
    }

        .video-monitor .video-psip h6 {
            float: left;
            color: inherit;
            background-color: transparent;
            width: auto;
        }

        .video-monitor .video-psip .side-options {
            float: right;
            margin-top: 5px;
            width: auto;
        }

            .video-monitor .video-psip .side-options .monitor-close {
                color: inherit;
                background-color: #1a1d21;
                border-color: rgba(52, 152, 219, 0.88);
                border-radius: 5px;
                padding: 5px;
            }

    .video-monitor .monitor-container {
        display: flex;
        flex: auto;
        flex-direction: row;
        flex-wrap: wrap;
        float: left;
        width: 100%;
        clear: none;
        box-sizing: border-box;
    }

.grid-container .video-monitor .monitor-container .videoscreen {
    flex: auto;
    transition-duration: .5s;
}

.video-monitor .monitor-container .videoscreen {
    width: 60%;
}

.video-monitor .monitor-container .audio {
    width: 20%;
    display: inline;
}

.video-monitor .monitor-container .lkfs-bars {
    width: 10%;
    display: inline;
}

.focus-monitor {
    border: 5px solid #2985BC !important;
    background-color: #1C262B !important;
}

.bottom-control {
    display: flex;
    justify-content: center;
    padding: 1.25rem;
}

.bottom-control-el {
    flex: 1;
    display: flex;
    justify-content: center;
    align-self: center;
}

    .bottom-control-el:first-child > span {
        margin-right: auto;
    }

    .bottom-control-el:last-child > span {
        margin-left: auto;
    }

.top-overlay {
    position: absolute;
    width: 100%;
}

.bottom-overlay {
    display: flex;
    position: absolute;
    left: 50px;
    right: 10px;
    bottom: 40px;
    flex-direction: column;
    justify-content: flex-end;
}

.history-overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.alarm-box {
    justify-self: flex-end;
    align-self: flex-end;
    width: 100%;
}

.text-box {
    width: 100%;
    background-color: #222d32b5;
    border-radius: 10px;
    padding: 10px;
    margin-top: 5px;
}

.right-overlay {
    height: 100% !important;
    margin-left: 80%;
    margin-right: 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: column !important;
    position: absolute;
    right: 0px;
    left: 0px;
}

.alarm-overlay {
    display: flex;
    flex-wrap: wrap;
}

    .alarm-overlay span {
        margin: 5px 0 0 5px;
        width: calc(100% * (1/3) - 5px);
        height: 1.3vh;
        font-size: 0.8vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.lkfs-overlay {
    display: flex;
    flex-wrap: wrap;
}

    .lkfs-overlay li {
        /*flex: 1 0 30%; 
        margin: 5px;*/
        margin: 5px 0 0 5px;
        flex-grow: 1;
        width: calc(100% * (1/1) - 10px - 1px);
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: small;
        background: #00000099;
        border-radius: 5px;
    }

.text-warning-lkfs {
    color: #e4b45f;
}

.link-button a {
    color: #b3c5ce !important;
}

.light-btn {
    background-color: #3f4e54 !important;
    box-shadow: 1px 3px #0000003b !important;
}

.light-btn-grp {
}

    .light-btn-grp button {
        background-color: #3f4e54 !important;
        box-shadow: 1px 3px #0000003b;
    }

.vjs-progress-time {
    /*height: 10px;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #9099a7;
    padding-left: 0px;
    margin: 0 10px;
    justify-content: space-between;
    display: flex;
    right: 0px;
    left: 0px;
    padding-right: 20px;
    padding-bottom: 2px;
    bottom: -2px;
}

.vjs-input {
    border: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    width: auto;
    background-color: #ffffff00;
    cursor: pointer;
}

.audio-bars {
    clear: none;
    float: left;
    height: 100%;
    display: inline;
}

.bar-wrapper {
    width: .5em;
    height: 100%;
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

.bar {
    background: #28a745;
    bottom: 0px;
    height: 0px;
    width: 100%;
    position: absolute;
}

.lkfs-value-box {
    display: block;
    height: 2em;
    background: #1a1d21;
    width: 4em;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #222;
    border-radius: 2px;
    margin-bottom: 5px;
}

    .lkfs-value-box small {
        font-size: 14px;
    }


.lkfs-value-box-number {
    font-weight: bold;
    font-size: 10px;
    position: relative;
    color: #b4b4b4;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alarm-led-box {
    clear: none;
    float: left;
    height: fit-content;
}

    .alarm-led-box .led-alarm {
        display: inline-block;
        padding: 2px 10px;
        margin-bottom: 0;
        font-size: 11px;
        line-height: 1.5em;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        border-radius: 3px;
        border-color: #888;
        /*cursor: pointer;*/
    }

.led-alarm.pass {
    color: #000;
    background-color: rgba(0,255,0,1);
}

.led-alarm.unknown {
    color: #fff;
    background-color: #333;
}

.led-alarm.prefail {
    color: #000;
    background-color: yellow;
}

.led-alarm.fail {
    color: #fff;
    background-color: red;
}

.sync-button {
    padding: 3px 5px !important;
    background-color: #3c8dbc !important;
    color: white !important;
    margin-right: 5px !important;
}

.speed-ind {
    padding: 5px;
    margin-left: 5px;
    font-size: larger;
    background: #1C262B;
    border-radius: 10px;
    width: 40px;
    text-align: center;
    color: white !important;
}

.alarm-messages {
    clear: none;
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 5px;
}

    .alarm-messages .alarm-item {
        display: inline-block;
    }

.alarm-status {
    color: inherit;
    /*background-color: #1a1d21;*/
    background-color: #1a1d21e8;
    border-color: rgba(52, 152, 219, 0.88);
    border-radius: 5px;
    margin: 10px 0px;
    padding: 5px;
    width: 16em;
}

    .alarm-status h5 {
        color: inherit;
        padding: 0px 5px;
    }

    .alarm-status p {
        white-space: pre-wrap;
        height: 1em;
        font-size: 11px;
        padding: 0px 5px;
        line-height: 1em;
        overflow: hidden;
    }

.alarm-border-red {
    border-style: solid;
    border-width: 2px;
    border-color: red;
    border-radius: 3px;
}

.alarm-border-yellow {
    border-style: solid;
    border-width: 2px;
    border-color: yellow;
    border-radius: 3px;
}

.alarm-title-yellow {
    background: #ffff008a !important;
    color: black;
}

.alarm-title-red {
    background: #ff0000a6 !important;
}

.player-controls {
    color: #fff;
    background-color: transparent;
    margin-top: 10px;
    width: 100%;
}

    .player-controls .btn {
        display: inline-block;
        padding: 7px 18px;
        margin-bottom: 0;
        font-size: 12px;
        line-height: 1em;
        text-align: center;
        vertical-align: middle;
        color: #fff;
        background-color: transparent;
        border: 1px solid #2a2a2a;
    }

        .player-controls .btn:active,
        .player-controls .btn.active {
            color: #fff;
            background-color: #2e73b4;
            border-color: #424852;
        }

.signal-loss {
    background: darkred;
    border-color: #888;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.signal-loss-text {
    flex: 1 0 50%;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.signal-loss div {
        position: absolute;
        top: 40%;
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 24px;
        width: 100%;
        height: 100%;
    }*/

/*@media (max-width: 1800px) {
    .video-js .vjs-control-bar {
        font-size: .8em !important;
    }
}

@media (max-width: 1500px) {
    .video-js .vjs-control-bar {
        font-size: .6em !important;
    }
}*/

.primary .monitor-container .videoscreen .videoJSWrapper .video-js .vjs-control-bar {
    font-size: 1.2em !important;
}

/*#endregion ---------- Custom Video Monitor View ----------*/
/*#region ---------- Component: Mini Info Box ----------*/
.mini-info-box {
    display: block;
    height: 2.6em;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #373a3e;
    border-radius: 2px;
    margin-bottom: 15px;
}

    .mini-info-box small {
        font-size: 14px;
    }

    .mini-info-box .progress {
        background: rgba(0, 0, 0, 0.2);
        margin: 5px -10px 5px -10px;
        height: 4px;
    }

        .mini-info-box .progress,
        .mini-info-box .progress .progress-bar {
            border-radius: 0;
        }

            .mini-info-box .progress .progress-bar {
                background: #fff;
            }

.mini-info-box-number {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    color: #4e96d4;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*#endregion ---------- Component: Mini Info Box ----------*/

/*#region ---------- Custom Image Carousel ----------*/

.image-carousel {
    width: auto;
    height: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

    .image-carousel .image-slide {
        display: inline-block;
    }
/*#endregion ---------- Custom Image Carousel ----------*/

/*#region ---------- Custom Divider ----------*/
.divider {
    border-bottom: 1px solid #f4f4f4;
    margin: 20px 0px;
}

.divider-small {
    border-bottom: 1px solid #f4f4f4;
    margin: 10px 0px;
}

.divider-dashed {
    border-top: 1px dashed #f4f4f4;
    background-color: #2c3b41;
    height: 1px;
    margin: 10px 0;
}

.vertical_divider {
    position: absolute;
    left: 50%;
    top: 10%;
    bottom: 10%;
    border-left: 1px solid #f4f4f4;
}
/*#endregion ---------- Custom Divider ----------*/

/*#region ---------- Custom Slideout ----------*/

.slideout {
    position: fixed;
    top: 50px;
    z-index: 1100;
    box-shadow: 5px 10px 8px #202429;
    transition-duration: 0.5s;
}

    .slideout.from-left {
        left: -250px;
        height: 100vh;
        width: 250px;
    }

    .slideout.from-right {
        right: -250px;
        height: 100vh;
        width: 250px;
    }

    .slideout.from-left.show {
        left: 90px;
        width: 250px;
    }

    .slideout.from-right.show {
        right: 0px;
        width: 250px;
    }

.slideout_inner {
    position: absolute;
    width: inherit;
    height: inherit;
    background: #14191e;
    cursor: auto;
    border-left: 2px solid #1a1e23;
    transition-duration: 0.5s
}

.slideout_tab {
    position: fixed;
    top: 70px;
    right: 0;
    padding: 12px;
    text-align: center;
    width: 30px;
    background: #777;
    color: #fff;
    border-radius: 5px 0 0 5px;
    transition-duration: 0.5s
}

    .slideout_tab a .fa, .slideout_tab a .fas {
        margin: -10px;
        color: #14191e;
    }

    .slideout_tab a:hover .fa, .slideout_tab a:hover .fas {
        color: #fff
    }

    .slideout_tab.show {
        right: 250px
    }

/*#endregion ---------- Custom Slideout ----------*/

/*#region ---------- Bootstrap Extended ----------*/
.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
/*#endregion ---------- Bootstrap Extended ----------*/

@media screen and (max-width: 1720px) {
    .videoscreen {
        width: 100% !important;
    }

    .audio {
        display: none !important;
        width: 0% !important;
    }

    .lkfs-bars {
        display: none !important;
        width: 0% !important;
    }
}

.left-hover-box {
    position: fixed;
    height: 100px;
    bottom: 15px;
    width: 14.5%;
    border-radius: 3px;
    background-color: #222d32;
    color: #b8c7ce;
    box-shadow: 0 1px 1px #222d32;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*#region ---------- Card ----------*/

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #222d32;
    background-clip: border-box;
    /*margin: 5px;*/
    border: 1px solid #202429;
    border-radius: 0.25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .card.full {
        width: calc(1/1*100% - (1 - 1/1)*15px);
    }

    .card.one-half {
        width: calc(1/2*100% - (1 - 1/2)*20px);
    }

    .card.one-third {
        width: calc(1/3*100% - (1 - 1/3)*15px);
    }

    .card.one-fourth {
        width: calc(1/4*100% - (1 - 1/4)*15px);
    }

    .card.one-fifth {
        width: calc(1/5*100% - (1 - 1/5)*15px);
    }

    .card.one-sixth {
        width: calc(1/6*100% - (1 - 1/6)*15px);
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width: 576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.25rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.25rem;
                    border-top-right-radius: 0.25rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.25rem;
                    border-bottom-left-radius: 0.25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*#endregion ---------- Card ----------*/

@media (min-width: 1280px) {
    .modal-xl {
        width: 1200px;
        min-height: 800px;
    }
}

/*#region ---------- Added For SCTE ----------*/
.sctelist-wrapper {
    overflow-y: auto;
    margin: 0px;
}

.x_content {
    padding: 0 5px 6px;
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.x_title {
    border-bottom: 2px solid #2c3b41;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}

    .x_title h4.tog {
        margin: 5px 0 6px;
        float: left;
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

.panel_toolbox > li > a {
    padding: 5px;
    color: #c5c7cb;
    font-size: 14px;
}

    .panel_toolbox > li > a:hover {
        color: #72afd2;
        background: transparent;
    }

ul.nav.navbar-right.panel_toolbox {
    margin-right: 0;
}
/*#endregion ---------- Added For SCTE ----------*/

/*#region ---------- desert scheme ported from vim to google prettify ----------*/

pre.prettyprint {
    display: block;
}

pre .nocode {
    background-color: none;
    color: #000
}

pre .str {
    color: #d4d4d4
}


/* string  - pink */

pre .kwd {
    color: #f0e68c;
    font-weight: bold
}

pre .com {
    color: #87ceeb
}


/* comment - skyblue */

pre .typ {
    color: #98fb98
}


/* type    - lightgreen */

pre .lit {
    color: #cd5c5c
}


/* literal - darkred */

pre .pun {
    color: #fff
}


/* punctuation */

pre .pln {
    color: #fff
}


/* plaintext */

pre .tag {
    color: #f0e68c;
    font-weight: bold
}


/* html/xml tag    - lightyellow */

pre .atn {
    color: #bdb76b;
    font-weight: bold
}


/* attribute name  - khaki */

pre .atv {
    color: #ffa0a0
}


/* attribute value - pink */

pre .dec {
    color: #98fb98
}


/* decimal         - lightgreen */


/* Specify class=linenums on a pre to get line numbering */

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
    color: #AEAEAE
}


/* IE indents via margin-left */

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
    list-style-type: none
}


/* Alternate shading for lines */

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
}

@media print {
    pre.prettyprint {
        background-color: none
    }

    pre .str,
    code .str {
        color: #060
    }

    pre .kwd,
    code .kwd {
        color: #006;
        font-weight: bold
    }

    pre .com,
    code .com {
        color: #600;
        font-style: italic
    }

    pre .typ,
    code .typ {
        color: #404;
        font-weight: bold
    }

    pre .lit,
    code .lit {
        color: #044
    }

    pre .pun,
    code .pun {
        color: #440
    }

    pre .pln,
    code .pln {
        color: #000
    }

    pre .tag,
    code .tag {
        color: #006;
        font-weight: bold
    }

    pre .atn,
    code .atn {
        color: #404
    }

    pre .atv,
    code .atv {
        color: #060
    }
}
/*#endregion ---------- desert scheme ported from vim to google prettify ----------*/
/*Channel Collapse Dark*/
.boxedElement {
    padding: 10px;
    height: 1000px;
    border: 1px solid #2f393e;
    border-radius: 20px;
}



.alarm-border-red {
    border-style: solid;
    border-width: 2px;
    border-color: red;
    border-radius: 3px
}

.alarm-border-yellow {
    border-style: solid;
    border-width: 2px;
    border-color: #ff0;
    border-radius: 3px
}

/*Database Stat Info Styling*/
.database-info-item {
    font-family: 'Courier New';
    color: burlywood;
}

.daterangepicker .checkbox-elements-div {
    position: unset;
    margin-top: 25%;
}

.daterangepicker .drp-calendar.left.single {
    float: none;
}
/*#region ---------- Dygraph css ----------*/
.dygraph-legend {
    position: absolute;
    font-size: 14px;
    color: white;
    z-index: 10;
    width: 250px; /* labelsDivWidth */
    padding: 10px;
    background: black;
    line-height: normal;
    text-align: left;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
    border-radius: 3px;
}

#dygraphlabels {
    display: flex;
    justify-content: center;
}

    #dygraphlabels > span {
        color: grey !important;
        padding-left: 5px;
        padding-right: 2px;
        margin-left: 5px;
        margin-right: 5px;
        display: inline;
    }

/* styles for a solid line in the legend */
.dygraph-legend-line {
    display: inline-flex;
    bottom: .5ex;
    padding-left: 1em;
    height: 1px;
    border-bottom-width: 12px;
    border-bottom-style: solid;
    color: grey !important;
    /* border-bottom-color is set based on the series color */
}

/* styles for a dashed line in the legend, e.g. when strokePattern is set */
.dygraph-legend-dash {
    display: inline-block;
    position: relative;
    bottom: .5ex;
    height: 1px;
    border-bottom-width: 12px;
    border-bottom-style: solid;
    /* border-bottom-color is set based on the series color */
    /* margin-right is set based on the stroke pattern */
    /* padding-left is set based on the stroke pattern */
}

.dygraph-roller {
    position: absolute;
    z-index: 10;
}

/* This class is shared by all annotations, including those with icons */
.dygraph-annotation {
    position: absolute;
    z-index: 10;
    overflow: hidden;
}

/* This class only applies to annotations without icons */
/* Old class name: .dygraphDefaultAnnotation */
.dygraph-default-annotation {
    border: 1px solid black;
    background-color: white;
    text-align: center;
}

.dygraph-axis-label {
    /* position: absolute; */
    /* font-size: 14px; */
    z-index: 10;
    line-height: normal;
    overflow: hidden;
    color: grey; /* replaces old axisLabelColor option */
}

.dygraph-axis-label-x {
}

.dygraph-axis-label-y {
}

.dygraph-axis-label-y2 {
}

.dygraph-title {
    font-weight: bold;
    z-index: 10;
    text-align: center;
    /* font-size: based on titleHeight option */
}

.dygraph-xlabel {
    text-align: center;
    color: grey;
    /* font-size: based on xLabelHeight option */
}

.dygraph-ylabel {
    text-align: center;
    color: grey;
    /* font-size: based on xLabelHeight option */
}

/* For y-axis label */
.dygraph-label-rotate-left {
    text-align: center;
    /* See http://caniuse.com/#feat=transforms2d */
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

/* For y2-axis label */
.dygraph-label-rotate-right {
    text-align: center;
    /* See http://caniuse.com/#feat=transforms2d */
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}
/*#endregion ---------- Dygraph css ----------*/
.popover {
    background: rgba(0,0,0,0.5)
}

    .popover .arrow:after {
        border-right-color: rgba(0,0,0,0.5) !important
    }

.img-thumbnail.exportthumbnail {
    border: none;
    padding: 0;
}
