﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* Variables
-------------------------------------------------- */
:root {
    --primary-blue: #0D2240;
    --primary-orange: #F47736;
    --primary-gray: #A4A9AD;
    --kashmir-blue: #4B6E97;
    --toggle-gray: #D5D7D9;
    --toggle-green: #AFE4C6;
    --toggle-yellow: #FEF0AD;
}


/* Common
-------------------------------------------------- */

html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


/*body {
    min-height: 100%;
    background-color: #fff;
}*/

/*.hyp-main {
    min-height: 100% !important;
}*/

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 16px;
    line-height: inherit;
}

.btn,
input[type="button"] {
    padding-top: 0px;
    padding-bottom: 3px;
    height: 30px;
}

.btn.focus, .btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--kashmir-blue) !important;
    border-color: var(--kashmir-blue) !important;
}

.btn-secondary {
    color: #fff;
    background-color: var(--primary-gray) !important;
    border-color: var(--primary-gray) !important;
}

.btn-link {
    color: #4B6E97 !important;
    cursor: pointer;
}

.login-btn {
    height: 40px !important;
}

.hyp-btn {
    width: 70px;
}

.hyp-btn-lg {
    width: 110px;
}

.hyp-btn-motion {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.hyp-three-btn-lg {
    width: 75px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.card-body a {
    color: #4B6E97 !important;
}

tr.hyp-link-row:hover {
    cursor: pointer;
}

/*tr.hyp-link-row:first-child {
    border-top: none;
}
*/

/*tbody {
    border: none;
}*/

/*.hyp-main .btn-secondary {
    color: #fff;
    background-color: #A4A9AD !important;
    border-color: #A4A9AD !important;
}*/

.hyp-main .btn-pvm-alt-layout, .hyp-main .btn-notification {
    color: #fff;
    background-color: #f47736;
    border-color: #f47736;
    min-width: 127px !important;
    word-break: break-all;
}

.hyp-wren-logo {
    margin-top: 20%;
}

.h2, h2 {
    font-size: 26px;
}

.hyp-h5 {
    font-size: 20px;
    font-weight: 500;
    color: #212529;
}

.hyp-h2-align {
    position: relative;
    right: 1px;
}

.hyp-container table tr td.wb-ka,
.hyp-bottom-container table tr td.wb-ka {
    word-break: keep-all;
}

.hyp-container table tr td.wb-bw,
.hyp-bottom-container table tr td.wb-bw {
    word-break: break-word;
}

.hyp-txt-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    width: calc(100%);
}

button.hyp-btn-icon, .hyp-btn-icon {
    color: #A4A9AD;
    font-size: 20px;
    border: none;
    cursor: pointer;
}

i.fa, i.fas {
    color: #a4a9ad;

}

i.fa:hover, i.fas:hover {
    /*color: #212529 !important;*/
    color: #212529;
}

i.fa-caret-down, i.fa-sync-alt {
    color: #212529;
    font-size: 16px;
}

.modal select, .modal input, .modal .dropdown {
    max-width: none;
}

select:focus {
    outline: none;
}

.hyp-dropdown .dropdown-item {
    cursor: pointer;
    overflow: hidden;
    /*padding-left: 0;*/
    padding-right: 10px;
    /*width: 285px;*/
    text-overflow: ellipsis;
}

.hyp-dropdown-menu {
    max-width: 100%;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

::-webkit-input-placeholder { /* Edge */
    color: #A4A9AD;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A4A9AD;
}

::placeholder {
    color: #A4A9AD;
}

.hyp-mobile-btns {
    position: absolute;
    top: 0;
    right: 0;
}

.bootstrap-datetimepicker-widget table td {
    padding: 3px 3px 10px !important;
}

.media-name {
    width: 45% !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: pre-wrap;
    width: calc(100%);
}

.text-trunc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.device-type-truncate {

}

/* Login
-------------------------------------------------- */
.hyp-login {
    max-width: 400px;
    padding: 35px 45px;
    margin-top: 15%;
}

    .hyp-login .hyp-input {
        padding: 0;
    }

img.hyp-login-logo {
    object-fit: scale-down;
    height: 43px;
    padding-left: 5px;
}

.hyp-login-hdr {
    font-size: 17px;
    font-weight: normal;
    color: #A4A9AD;
    text-align: center;
}

.hyp-login-btns .btn-primary {
    background-color: #0D2240 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.hyp-login-btns .btn-link {
    padding-right: 0;
}

.hyp-login input.form-control:focus {
    box-shadow: none;
}


/* Navbar
-------------------------------------------------- */

/*.navbar {
    border-bottom: 1px solid #e1e1e1;*/
    /*padding: 8px 16px 3px;*/
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.navbar-brand {
    padding: 0;
}

.navbar img {
    object-fit: scale-down;
    height: 20px;
    margin-top: -8.5px;
    margin-left: 5px;
}

.nav .nav-link {
    
}

.btn-primary.add-media-btn {
    color: white !important;
    background-color: var(--primary-orange) !important;
    border-color: var(--primary-orange) !important;
    padding-top: 2px;
    margin-top: -4px;
    vertical-align: middle;
}

.btn-primary.add-media-btn span {
   
    
}

.btn-primary.add-media-btn:hover {
    opacity: 0.75;
}

.btn-primary.add-media-btn .fa-plus,
.btn-primary.add-media-btn .fa-plus:hover {
    color: white !important;
    margin-right: 4px;
    padding-right: 4px;
}

.add-media-btn-sm .fa-plus-square {
    font-size: 28px;
    color: var(--primary-orange) !important;*/
    /*background-color: var(--primary-orange) !important;*/
    /* border-color: var(--primary-orange) !important;*/
/*}*/

    /*html.mobile .navbar img {
    position: absolute;
    left: 50%;
    margin-left: -101px !important;
    display: block;
    top: 12px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}*/
    /*.nav-pills .nav-link {
        color: var(--primary-blue);
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: var(--primary-blue);
        border-color: var(--primary-blue);
    }

#navbarDropdown {
    padding-right: 0px;
}

.hyp-nav-user-dropdown {*/
    /*position: absolute;
    right: 10px;
    top: -1px;*/
/*}

    .hyp-nav-user-dropdown .dropdown-menu-right {
        width: 230px;
    }

    .hyp-nav-user-dropdown i.fa-user-circle {
        color: #ccc;
        font-size: 28px;*/
        /*font-size: 32px;*/
        /*padding-right: 0px;
    }

        .hyp-nav-user-dropdown i.fa-user-circle:hover {
            color: #4B6E97;
        }

.hyp-dropdown-divider {
    overflow: hidden;
    border-top: 1px solid #e9ecef;
    padding: 2px 0px;
}

li.hyp-dropdown-divider a.nav-link, li.hyp-dropdown-logged-out a.nav-link {
    color: #6c757d !important;
}

    li.hyp-dropdown-divider a.nav-link:hover, li.hyp-dropdown-logged-out a.nav-link:hover {
        color: #4B6E97 !important;
    }

.hyp-dropdown-divider a.nav-link i.fa:before {
    margin-right: 10px;
}*/


/* Sidenav 
-------------------------------------------------- */

/*.sidenav {
    height: 100%;
    width: 200px;
    margin-left: -250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    background-image: linear-gradient(180deg, rgb(13, 34, 64), rgb(13, 34, 64));
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.mainpage {
    margin-left: 200px;
}

.sidenav.mininav {
    width: 60px;
}

.mainpage.mininav {
    margin-left: 60px;
}

.sidenav .nav {
    margin-top: 20px;
}

.sidenav.mininav .navicon {
    font-size: 16px;
}

.sidenav.mininav .navtext {
    display: none;
}

.sidenav.mininav .expandretract {
    padding-right: 20px;
}

.sidenav.mininav .hyp-sidenav-toggle-btns {
    margin-right: 5px;
}

.sidenav.mininav #expandSidenav {
    display: inline;
}

.sidenav.mininav #retractSidenav {
    display: none;
}

.expandretract {
    color: white;
    text-align: right;
    font-size: 16px;
    padding-right: 10px;
    margin-top: 20px;
}

.hyp-sidenav-toggle-btns {
    padding: 0 10px;
    cursor: pointer;
}

.hyp-sidenav-toggle-btns i.fas:hover {
    color: #fff !important;
}

#expandSidenav {
    display: none;
}

.sidenav.shownav {
    margin-left: 0px;
}

.sidenav .nav-link {
    color: white;
    padding: 15px 10px 5px;
    height: 60px;
    text-align: left;
}

.sidenav .nav-link i {
    margin-right: 15px;
    display: inline-block;
}

.sidenav.shownav .navtext {
    display: inline-block;
}

.sidenav.shownav.mininav .navtext {
    display: none;
}

.sidenav .nav-item {
    border-left: 10px solid transparent;
    margin-bottom: 5px;
}

.sidenav .nav-item:focus,
.sidenav .nav-item.active {
    border-left: 10px solid #f47736;
}

header {
    position: relative;
    top: 0px;
    z-index: 2;
}

#toggleSidebar {
    font-size: 32px;
    color: dimgray;
    position: relative;
    top: 4px;
    left: -5px;
}

#toggleSidebar:hover {
    color: #f47736;
}

.hide {
    display: none;
}

#sidebar, #mainpage, .shownav, .mininav, .mainpage {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}*/


/* Removes sidenav scrollbar while allowing scroll
-------------------------------------------------- */

/*.sidenav {
    -ms-overflow-style: none;*/ /* IE 10+ */
    /*scrollbar-width: none;*/ /* Firefox */
/*}

.sidenav::-webkit-scrollbar {
    display: none;*/ /* Safari Chrome */
/*}*/


/* Sidenav icons
-------------------------------------------------- */

/*.hyp-icon i.fa {
    color: white;
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.hyp-icon i.fa:hover,
.hyp-icon i.fas:hover {
    color: white !important;
}*/

/*.hyp-reports-icon:before {
    content: "\f080";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-devices-icon:before {
    content: "\f2db";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-audio-upload-icon:before {
    content: "\f028";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-media-upload-icon:before {
    content: "\f1c8";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-table-icon:before {
    content: "\f0ce";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-clock-icon:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-automations-icon:before {
    content: "\f085";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-users-icon:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-tjwrenusers-icon:before {
    content: "\f727";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-gateway-icon:before {
    content: "\f0ad";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}

.hyp-network-icon:before {
    content: "\f6ff";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 15px;
}*/


/* Custom iOS switch styles
-------------------------------------------------- */

.hyp-add-device-enabled .fa-toggle-on,
.hyp-add-device-components-table .fa-toggle-on {
    color: #28a745;
    font-size: 30px;
    position: relative;
    top: -3px;
}

.hyp-add-device-enabled .fa-toggle-off,
.hyp-add-device-components-table .fa-toggle-off {
    color: #A4A9AD;
    font-size: 30px;
    position: relative;
    top: -3px;
}

.dropdownicon {
    /*width: 0px !important;*/
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 0.5rem !important;
    cursor: pointer;
}

i.fas.dropdownicon:hover {
    color: #212529 !important;
}

/*.dropdownicon.last {
    margin-right: 2rem !important;
}*/

.rf-bg {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .rf-bg {
        width: 30%;
    }
}

@media (min-width: 576px) {
    .rf-bg {
        max-width: 300px !important;
    }
}

/* Spinner
-------------------------------------------------- */

#hyp-spinner {
    position: fixed;
    z-index: 9999;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#hyp-spinner::before {
    content: "\f110";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    -webkit-animation: spin 1.4s linear infinite;
    animation: spin 1.4s linear infinite;
    font-size: 50px;
}

#hyp-modal-hdr-spinner::before {
    content: "\f110";
    font-family: 'Font Awesome 5 Pro';
    display: block;
    -webkit-animation: spin 1.4s linear infinite;
    animation: spin 1.4s linear infinite;
    font-size: 30px;
    cursor: default;
}

#hypAddDeviceErrorModal #hyp-modal-hdr-spinner {
    color: #fff;
}

#hyp-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}


/* Italisize placeholder text - cross browser
-------------------------------------------------- */

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}


/* Search
-------------------------------------------------- */

.hyp-search .form-control:focus {
    box-shadow: none;
}

.hyp-search .input-group-text {
    border-color: #dee2e6 !important;
}

.hyp-search i.fa-times {
    cursor: pointer;
}


.hyp-search i.fa-search {
    font-size: 16px;
    color: var(--primary-gray)
}

.hyp-search i.fa-search:hover {
    color: #a4a9ad !important;
    cursor: default;
}

/* Reports Dashboard
-------------------------------------------------- */

/*.dashboard {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, [row] auto );
    background-color: #eee !important;
}

.dashboard .box {
    background-color: #fff;
    padding: 10px;
}

.dashboard-header {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dashboard h2 {
    color: #a4a9ad;
    font-weight: 500;
    padding-left: 15px;
}

.dashboard h5 {
    text-align: center;
    margin-bottom: 15px;
}

.dashboard-charts {
    
}

.dashboard-table {
    
    
}


@media only screen and (min-width: 1200px) {
    .dashboard {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(8, [col] 1fr );
        grid-template-rows: repeat(3, [row] auto );
    }

    .dashboard-header {
        grid-column: col / span 8;
        grid-row: row;
    }

    .dashboard-charts {
        grid-column: col / span 8;
        grid-row: row 2;
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(8, [col] 1fr );
    }

    .dashboard-charts .stage-chart {
        grid-column: col 2 / span 6;
    }

    .dashboard-table {
        grid-column: col / span 8;
        grid-row: row 3;
    }
}
*/
/* Main content
-------------------------------------------------- */
/*.hyp-main {*/
    /*margin: 15px 15px 20px;*/
    /*margin: 58px 15px 15px;
}*/

    .hyp-page-title {
        margin-bottom: 20px;
        padding: 10px 12px;
    }

    .hyp-add-device-hdr-txt {
        padding: 10px 27px;
    }

    .hyp-container {
        background-color: #fff;
        border-radius: 5px;
        padding: 5px 13px;
        overflow: hidden;
        margin-top: 58px;
        /*    margin-top: 80px*/
    }

    .hyp-bottom-container {
        background-color: #fff;
        border-radius: 5px;
        padding: 5px 13px;
        overflow: hidden;
        margin-top: 10px;
        /* height: 75vh;*/
    }

        .hyp-bottom-container .container-title {
            padding: 10px;
            text-align: center;
        }

    .new-container {
        background: lightpink;
        margin-top: 63px;
    }

    .hyp-container h2,
    .hyp-bottom-container h2 {
        color: #a4a9ad;
        font-weight: 500;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    .hyp-devices-table-filter {
        padding-left: 5px;
    }

    .hyp-devices-search.form-inline,
    .hyp-search.form-inline {
        flex-flow: row !important;
    }

    .hyp-devices-search .btn-link,
    .hyp-search .btn-link {
        color: #a4a9ad;
    }

        .hyp-devices-search .btn-link:hover,
        .hyp-search .btn-link:hover {
            color: #4B6E97;
        }

    .btn-sm.hyp-devices-type {
        background-color: #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        width: 100px;
    }

    .btn-sm.hyp-devices-type, .btn-sm.hyp-devices-enabled {
        padding: .1rem .5rem !important;
        border: 1px solid #ccc !important;
        font-weight: 600 !important;
    }

    input.hyp-pager-tab-btn {
        text-align: center;
    }

    input.hyp-pager-prev-btn, input.hyp-pager-next-btn {
        margin-left: 0px;
        text-align: center;
    }

    .hyp-pager-active {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
        /* color: #fff;
    background-color: var(--kashmir-blue) !important;
    border-color: var(--kashmir-blue) !important;*/
        font-weight: 600 !important;
    }

    .hyp-pager-inactive {
        color: #000;
        background-color: #ccc;
        /*  color: #fff !important;
    background-color: var(--primary-gray) !important;
    border-color: var(--primary-gray) !important;*/
        font-weight: 600 !important;
    }


    /* New Table Stuff */

    /*@media only screen and (max-width: 576px) {

    .hyp-table, .hyp-thead, .hyp-tbody, .hyp-th, .hyp-td, .hyp-tr {
        display: block;
    }

    .hyp-thead .hyp-tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .hyp-tr {
        border: 1px solid #ccc;
    }

    .hyp-tr:nth-of-type(odd) {
        background-color: var(--primary-gray);
    }

    .hyp-td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    .hyp-td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .hyp-td:nth-of-type(1):before {
        content: "Column One";
    }

    .hyp-td:nth-of-type(2):before {
        content: "Column Two";
    }

    .hyp-td:nth-of-type(3):before {
        content: "Column Three";
    }
}
*/
    /* Card Styles
-------------------------------------------------- */

    .hyp-card-container {
        background-color: #fff;
        border-radius: 5px;
       /* margin-top: 80px;*/
       margin-top: var(--default-padding);
    }

        .hyp-card-container h2.card-header {
            color: #a4a9ad;
        }

        .hyp-card-container .card-footer {
            background: #fff;
            border-top: none;
            padding: 10px 18px 18px !important;
            border-radius: 5px !important;
        }

        .hyp-card-container .fa-toggle-on,
        .hyp-card-container .fa-play-circle.enabled {
            font-size: 30px;
            color: #28a745;
        }

        .hyp-card-container .fa-toggle-off,
        .hyp-card-container .fa-play-circle.disabled {
            font-size: 30px;
            color: #6c757d;
        }

        .hyp-card-container .fa-play-circle.playing {
            font-size: 30px;
            color: #4B6E97;
        }


    /* Add Devices
-------------------------------------------------- */
    .hyp-add-devices-signal {
        font-size: 30px;
        color: #F47736;
    }

    .hyp-add-device-left-pane .hyp-input-line input[type="text"]:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .hyp-add-device-left-pane .hyp-input-line input.is-valid[type="text"] {
        background: transparent;
        border: 1px solid #28a745;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 5px;
    }

    .hyp-add-device-left-pane .hyp-input-line input.is-invalid[type="text"] {
        background: transparent;
        border-bottom: 1px solid #dc3545;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .hyp-add-device-right-pane .table thead tr th {
        border-top: none !important;
        padding-left: 0;
    }

    .hyp-add-device-components-table {
        margin-top: 20px;
    }

    .hyp-add-device-name-empty {
        margin-top: 15px;
    }


    /* Edit Devices
-------------------------------------------------- */
    .hyp-edit-devices-signal {
        font-size: 30px;
        color: #F47736;
    }

    #hyp-edit-device-description {
        box-sizing: border-box;
        height: auto;
        min-height: 100%;
    }

    .hyp-edit-device-left-pane .hyp-input-line input[type="text"] {
        background: transparent;
        border: 1px solid #A4A9AD;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

        .hyp-edit-device-left-pane .hyp-input-line input[type="text"]:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .hyp-edit-device-left-pane input.is-invalid[type="text"] {
        border-bottom: 1px solid #dc3545;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .hyp-edit-device-left-pane input.is-valid[type="text"] {
        border-bottom: 1px solid #28a745;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .hyp-edit-device-right-pane {
        margin-bottom: 30px;
    }

        .hyp-edit-device-right-pane .table thead tr th {
            border-top: none !important;
            padding-left: 0;
        }

    .hyp-edit-device-battery-tray {
        height: 10px;
    }

        .hyp-edit-device-battery-tray span {
            padding-right: 5px;
        }

        .hyp-edit-device-battery-tray .fa-battery-empty,
        .hyp-edit-device-battery-tray .fa-battery-quarter,
        .hyp-edit-device-battery-tray .fa-battery-half,
        .hyp-edit-device-battery-tray .fa-battery-three-quarters,
        .hyp-edit-device-battery-tray .fa-battery-full {
            color: #A4A9AD;
            font-size: 20px;
            position: relative;
            top: 10px;
        }

    .hyp-edit-device-battery {
        width: 36px;
        height: 15px;
    }

    .hyp-edit-devices-top-right-icon-hdr {
        height: 15px;
    }

    .hyp-edit-device-top-right-icons {
        color: #A4A9AD;
        font-size: 20px;
    }

        .hyp-edit-device-top-right-icons i.fa-trash-alt,
        .hyp-edit-device-top-right-icons i.fa-times,
        .hyp-edit-device-top-right-icons i:hover {
            cursor: pointer;
        }

    .hyp-edit-device-signal-meter {
        top: 15px;
    }

    .hyp-edit-device-enabled label {
        margin-top: 3px;
    }

    .edit-btns-container {
        position: relative;
    }

    .edit-btns {
        position: absolute;
        top: 1rem;
        right: 1rem;
        color: #A4A9AD;
        font-size: 20px;
        z-index: 1;
    }

        .edit-btns i.fa-trash-alt,
        .edit-btns i.fa-times,
        .edit-btns i:hover {
            cursor: pointer;
        }

    .three-switch-btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
        height: 30px;
        align-items: center;
    }

        .three-switch-btn .btn {
            border-radius: 0.2rem;
            height: 25px;
        }

    .off-state {
        background: var(--toggle-gray);
    }

        .off-state .btn:first-child {
            border: 1px solid var(--primary-gray);
            border-radius: 0.2rem;
            background-color: white;
            color: var(--primary-gray);
        }

        .off-state .btn:not(:first-child) {
            color: var(--toggle-gray);
        }

        .off-state:hover .btn:not(:first-child) {
            color: var(--primary-gray);
        }

    .auto-state {
        background: var(--toggle-green);
    }

        .auto-state .btn:nth-child(2) {
            border: 1px solid #3CB371;
            border-radius: 0.2rem;
            background-color: white;
            color: #3CB371;
        }

        .auto-state .btn:not(:nth-child(2)) {
            color: var(--toggle-green);
        }

        .auto-state:hover .btn:not(:nth-child(2)) {
            color: #3CB371;
        }

    .on-state {
        background: var(--toggle-yellow);
    }

        .on-state .btn:last-child {
            border: 1px solid #EAC404;
            border-radius: 0.2rem;
            color: #EAC404;
            background-color: white;
        }

        .on-state .btn:not(:last-child) {
            color: var(--toggle-yellow);
        }

        .on-state:hover .btn:not(:last-child) {
            color: #EAC404;
        }

    .btn-group.three-switch-btn > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem;
    }

    /* HERE */
    .no-pad-mobile {
        padding-right: 0;
        padding-left: 0;
    }


    /* Schedules
-------------------------------------------------- */
    /*.btn-sm.hyp-schedule-type-btn {
        padding: 0rem .5rem .01rem !important;
        border: 1px solid #ccc !important;
        font-weight: 600 !important;
        min-width: 105px;
    }*/

    .btn.hyp-input-triggered-dropdown {
        width: 180px;
        max-width: 300px;
    }

    .hyp-input-triggered.dropdown.dropdown::before {
        top: 6px;
    }

    .hyp-input-triggered .dropdown-menu {
        overflow: hidden;
    }


    /* Edit Schedule
-------------------------------------------------- */
    .hyp-input-triggered-delay-duration {
        width: 50px !important;
        position: relative;
        top: -13px;
    }

    .hyp-sched-time-dropdown.dropdown-toggle-split {
        border: none !important;
        background-color: transparent !important;
    }

    label.hyp-sched-time-to-label {
        padding-right: 10px;
    }

    ul.hyp-sched-dropdown-list {
        list-style-type: none;
        max-height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
        margin-bottom: 0 !important;
    }

        ul.hyp-sched-dropdown-list li {
            cursor: pointer;
        }

    input[type=time]::-webkit-inner-spin-button,
    input[type=time]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .hyp-include-delay-txt {
        position: relative;
        top: -8px;
    }

    .hyp-input-triggered-delay-duration.form-control:focus {
        border-color: #dee2e6;
        box-shadow: none;
    }

    /* Add Schedule
-------------------------------------------------- */
    .hyp-add-schedule-top-section, .hyp-sched-row-divider {
        border-bottom: 1px solid #ccc;
    }

        .hyp-add-schedule-top-section .hyp-add-schedule-schedule-selector {
            margin-top: 0;
        }

        .hyp-add-schedule-top-section .hyp-input-line input[type="text"] {
            background: transparent;
            border: 1px solid #A4A9AD;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
        }

            .hyp-add-schedule-top-section .hyp-input-line input[type="text"]:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .hyp-add-schedule-top-section .hyp-input-line input.is-invalid[type="text"] {
            background: transparent;
            border: 1px solid #dc3545;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 5px;
        }

    .hyp-add-schedule-selector {
        margin-top: 6px;
    }

    .hyp-add-device-name-empty {
        margin-top: 15px;
    }


    .hyp-add-schedule-config-section .card {
        border: none;
    }

    .hyp-add-schedule-config-section .card-header {
        background-color: transparent;
        border-bottom: none;
        padding-left: 0 !important;
    }

    .hyp-add-schedule-config-section button.hyp-add-schedule-config-toggle {
        padding-left: 0;
    }

    #hyp-schedule-config-collapse-1:hover, .hyp-add-schedule-config-section .btn-link:hover {
        text-decoration: none;
    }

    .hyp-add-schedule-response-txt {
        color: #4B6E97;
    }

    .hyp-add-schedule-config {
        margin-top: 15px;
        border-top: 1px solid #ccc;
    }

    .hyp-add-schedule-config-section {
        padding: 25px 0px 0px;
    }

    .hyp-schedule-times-detail-hdr {
        border-bottom: 2px solid #ccc;
    }

    .hyp-add-schedule-lower-section-title {
        color: #4B6E97;
    }

    .hyp-add-schedule-item {
        margin-top: 12px;
    }

        .hyp-add-schedule-item label.hyp-to-time-input {
            position: relative;
            top: 4px;
        }

        .hyp-add-schedule-item input[type=time] {
            text-align: center;
        }

        .hyp-add-schedule-item .custom-select {
            font-size: 15px;
            padding: 0.375rem 1.75rem 0.375rem 0.5rem !important;
        }

    .hyp-add-schedule-item {
        margin-top: 12px;
    }

        .hyp-add-schedule-item i.fa-plus-square {
            font-size: 20px;
            margin-top: 10px;
            cursor: pointer;
            color: #212529;
        }

    .hyp-add-schedule-badger .btn .badge {
        position: relative;
        top: -9px;
        left: 14px;
    }

    .hyp-add-schedule-duration-section {
        margin-left: 50px;
    }

    .hyp-add-schedules-duration-section input[type="text"] {
        width: 75px;
        padding-bottom: 0px;
        text-align: right;
    }

    .hyp-add-schedules-duration-section .hyp-play-test-interval-txt {
        padding-bottom: 3px;
    }

    .hyp-schedule-delete i.fa-trash-alt {
        color: #a4a9ad;
        position: relative;
        top: 7px;
    }

        .hyp-schedule-delete i.fa-trash-alt:hover {
            cursor: pointer;
        }

    .hyp-sched-square-toggle-btns .btn-light {
        color: #212529 !important;
        background-color: #dae0e5 !important;
        border-color: #d3d9df !important;
    }


    /* Add Automation
-------------------------------------------------- */

    .hyp-add-automation-top-section {
        border-bottom: 1px solid #ccc;
    }

        .hyp-add-automation-top-section .hyp-add-automation-schedule-selector {
            margin-top: 6px;
        }

        .hyp-add-automation-top-section .hyp-edit-automation-schedule-selector {
            margin-top: 0px;
        }

        .hyp-add-automation-top-section .hyp-input-line input[type="text"] {
            background: transparent;
            border: 1px solid #A4A9AD;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
        }

            .hyp-add-automation-top-section .hyp-input-line input[type="text"]:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .hyp-add-automation-top-section .hyp-input-line input.is-invalid[type="text"] {
            background: transparent;
            border: 1px solid #dc3545;
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 5px;
        }

    .hyp-add-device-name-empty {
        margin-top: 15px;
    }

    .hyp-add-automation-config-section .card {
        border: none;
    }

    .hyp-add-automation-config-section .card-header {
        background-color: transparent;
        border-bottom: none;
        padding-left: 0 !important;
    }

    .hyp-add-automation-config-section button.hyp-add-automation-config-toggle {
        padding-left: 0;
    }

    #hyp-automation-config-collapse-1:hover, .hyp-add-automation-config-section .btn-link:hover {
        text-decoration: none;
    }

    .fa {
        transition: .3s transform ease-in-out;
    }

    .collapsed .fa {
        transform: rotate(-90deg);
    }

    .hyp-add-automation-response-txt {
        color: #4B6E97;
    }

    .hyp-add-automation-config {
        margin-top: 15px;
        /*border-top: 1px solid #ccc;*/
        border-bottom: 1px solid #ccc;
        padding-bottom: 0.5rem;
    }

        .hyp-add-automation-config .fa-plus-square {
            font-size: 30px;
            color: #4B6E97;
            margin-top: 15px;
            cursor: pointer;
        }

        .hyp-add-automation-config .fa-minus-square {
            font-size: 30px;
            color: #4B6E97;
            margin-top: 15px;
            cursor: pointer;
        }

    .hyp-add-automation-circle {
        width: 35px;
        height: 35px;
        color: #aaa;
        border: 2px solid #aaa;
        font-size: 24px;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        padding-bottom: 2px;
    }

    .hyp-add-automation-badger .btn .badge {
        position: relative;
        top: -9px; /*-11px; */
        left: 14px; /* 11px; */
    }

    .hyp-add-automations-duration-section input[type="text"], .hyp-select-audio-duration-section input[type="text"] {
        width: 75px;
        padding-bottom: 0px;
        text-align: right;
    }

    .hyp-add-automations-duration-section .hyp-play-test-interval-txt, .hyp-select-audio-duration-section hyp-select-audio-interval-txt {
        padding-bottom: 3px;
    }

    .hyp-select-audio-remove .fa-minus-square, .hyp-select-device-remove .fa-minus-square {
        font-size: 24px;
        color: #4B6E97;
        margin-top: 2px;
        cursor: pointer;
    }

    .hyp-automation-delete i.fa-trash-alt {
        color: #a4a9ad;
        position: relative;
        top: 7px;
    }

    .hyp-automation-delete i.fa-trash-alt:hover {
        cursor: pointer;
    }

    .hyp-escalation-toggler {
        position: relative;
        top: -5px;
    }

    .hyp-escalation-toggler i.hyp-escalation-toggle-btn {
        cursor: pointer;
        font-size: 30px;
        position: relative;
        top: 5px;
    }

    i.hyp-exit-auto-toggle {
        cursor: pointer;
        font-size: 28px;
    }

    .hyp-expire-after-duration {
        /*width: 50px !important;*/
    }



    span.hyp-escalation-toggler-txt {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
    }

    span.hyp-escalation-toggler-error-txt {
        font-size: 16px;
        color: #dc3545;
        position: relative;
        top: 5px;
    }

    .row.hyp-escalation-inner-row {
        line-height: 18px;
    }


    /* Notifications - Add Automation
-------------------------------------------------- */

    .row.hyp-auto-notification .dropdown-menu {
        color: #fff;
        background-color: #f47736;
        border-color: #f47736;
        min-width: 127px !important;
    }

        .row.hyp-auto-notification .dropdown-menu.show a {
            color: #fff !important;
            background-color: #f47736;
            border-color: #f47736;
            padding-left: 12px;
        }


    .row.hyp-auto-notification .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: relative;
        top: 2px;
    }

    .hyp-auto-dropdown.dropdown::before {
        top: 10px;
    }

    /* Add Audio Files
-------------------------------------------------- */
    span.hyp-audio-action-icons {
        position: relative;
    }

    .hyp-files-action-icons {
        color: #A4A9AD;
        font-size: 20px;
    }

    .hyp-list-item-edit-icon i.fa-pen {
        visibility: hidden;
    }

    .hyp-list-item-edit-icon:hover i.fa-pen {
        visibility: visible;
        color: #bbb;
        position: relative;
        left: 15px;
        top: -3px;
    }

    span.hyp-list-item-edit-icon {
        word-break: break-word;
    }

    .hyp-audio-error-txt {
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis;
    }

/* Edit Audio Device
-------------------------------------------------- */
i.hyp-play-audio {
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}

i.audio-playing {
    color: #28a745 !important;
}

i.audio-disabled {
    color: #6c757d !important;
}

    /* Users
-------------------------------------------------- */
    table.hyp-users-list tr td {
        word-break: inherit;
    }

    .hyp-users-delete i.fa-trash-alt, .hyp-users-edit i.fa-chevron-right {
        color: #a4a9ad;
    }

        .hyp-users-delete i.fa-trash-alt:hover, .hyp-users-edit i.fa-chevron-right:hover {
            cursor: pointer;
        }

        .hyp-users-delete i.fa-trash-alt.disabled, .hyp-users-edit i.fa-chevron-right.disabled {
            color: #ddd;
            cursor: not-allowed;
        }

    table.hyp-user-access thead tr th {
        padding-left: 11px !important;
    }

    .hyp-users-edit a.nav-link, table.hyp-users-edit a.nav-link:hover {
        cursor: pointer !important;
    }

    .hyp-user-access .fa-toggle-on {
        font-size: 30px;
        color: #28a745;
    }

    .hyp-user-access .fa-toggle-off {
        font-size: 30px;
        color: #6c757d;
    }

    table.hyp-user-access tr td label {
        position: relative;
        top: -5px;
    }

    .hyp-add-user-permissions-hdr {
        border-bottom: 1px solid #dee2e6;
        font-size: 18px;
        font-weight: 500;
        color: #212529;
    }


    /* Reports
-------------------------------------------------- */

    .hyp-download-link {
        position: relative;
        top: 7px;
    }

    .hyp-up-arrow-priority {
        color: #dc3545 !important;
        font-size: 20px;
        font-weight: bold;
    }

    .hyp-down-arrow-priority {
        color: #28a745 !important;
        font-size: 20px;
        font-weight: bold;
    }

    .btn.hyp-btn-link {
        color: #212529;
    }

    .hyp-pl-12 {
        padding-left: 12px;
    }

    

        .hyp-reports-filter-dropdown-menu .form-check-label,
        .hyp-reports-filter-dropdown-menu label {
            justify-content: start !important;
        }


    body .hyp-reports-filter-dropdown-menu.hyp-reports-date-ranger .input-group.date *,
    body .hyp-reports-filter-dropdown-menu.hyp-reports-date-ranger .input-group.date::before,
    body .hyp-reports-filter-dropdown-menu.hyp-reports-date-ranger .input-group.date::after {
        box-sizing: content-box !important;
    }

    .hyp-reports-filter-dropdown-menu.hyp-reports-date-ranger input[type=date],
    .hyp-reports-filter-dropdown-menu.hyp-reports-date-ranger input[type=text] {
        padding: 0px 0px 0px 5px;
    }

        .hyp-reports-filter-dropdown-menu.hyp-reports-date-ranger input[type=date]::-webkit-calendar-picker-indicator,
        .hyp-reports-filter-dropdown-menu.hyp-reports-date-ranger input[type=date]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            display: none;
        }

    

    .hyp-close-date-range {
        cursor: pointer;
    }

    .hyp-close-date-range-x {
        color: #a4a9ad;
    }

    
    /*HEREEEEE*/

    .hyp-reports-filter-dropdown-menu.filter-date {
        min-width: 255px;
        /*  width: calc(100% + 153px); */
    }

    @media (min-width: 768px) {
        

        .hyp-reports-filter-dropdown-menu.hyp-reports-type-selector {
            width: 215px;
        }
    }

    /* Gateway Settings
-------------------------------------------------- */

    .hyp-gateway-section {
        margin-bottom: 30px;
    }

    .hyp-gateway-left-pane .hyp-input-line input[type="text"] {
        background: transparent;
        border: 1px solid #A4A9AD;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

        .hyp-gateway-left-pane .hyp-input-line input[type="text"]:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .hyp-gateway-left-pane input.is-invalid[type="text"] {
        border-bottom: 1px solid #dc3545;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .hyp-gateway-left-pane input.is-valid[type="text"] {
        border-bottom: 1px solid #28a745;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
    }

    .hyp-gateway-right-pane {
        margin-bottom: 30px;
        padding-top: 15px;
    }

        .hyp-gateway-right-pane .table thead tr th {
            border-top: none !important;
            padding-left: 0;
        }

    .hyp-gateway-components-table {
        margin-top: 20px;
    }

    .hyp-enable-ssl-txt {
        position: relative;
        top: -5px;
    }

    .hyp-splash-helptxt {
        font-style: italic;
        color: #A4A9AD;
    }

    .hyp-time-keeper-dropdown.dropdown::before {
        top: 7px !important;
    }

    .hyp-time-zone-dropdown.dropdown::before {
        top: 2px !important;
    }


    /* Network Settings
-------------------------------------------------- */
    ul.hyp-current-wifi-available li {
        border-top: 1px solid #dee2e6;
    }

    ul.hyp-current-wifi-available {
        border-bottom: 1px solid #dee2e6;
    }

    ul.hyp-current-connection-types {
        flex-wrap: unset;
    }

        ul.hyp-current-connection-types li.nav-item {
            border-bottom: 1px solid #dee2e6;
        }

            ul.hyp-current-connection-types li.nav-item a, ul.hyp-current-wifi-available li {
                color: #212529 !important;
            }

                ul.hyp-current-connection-types li.nav-item a.active {
                    background-color: #d4edda;
                    border-color: #c3e6cb;
                }

    #hypEthernetSection-tab {
        border-top: 1px solid #dee2e6;
    }

    .hyp-refresh-network-info-btn {
        position: relative;
        top: 19px;
    }

    .hyp-scan-wifi-networks-btn {
        position: relative;
        top: 8px;
    }

    .hyp-add-wifi-btn {
        margin-bottom: 9px;
    }

    .hyp-interface-lower-section label {
        font-weight: bold;
    }

    .hyp-network-name-connecting {
        font-weight: bold;
        margin-right: 10px;
    }

    /* .hyp-network-security-key-modal .modal-body label {
        font-style: italic;
    }*/

    .hyp-wifi-ip {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /*.fa-info-circle:active,
    .fa-info-circle:focus {
        color: var(--primary-blue);
    }*/

    /* View Media Files
-------------------------------------------------- */

    .hyp-media-toggle .fa-toggle-on {
        color: #28a745;
        font-size: 30px;
        position: relative;
        top: -3px;
    }

    .hyp-media-toggle .fa-toggle-off {
        color: #A4A9AD;
        font-size: 30px;
        position: relative;
        top: -3px;
    }

    .btn-sm.hyp-media-type {
        background-color: #fff;
        padding: .1rem .5rem !important;
        border: 1px solid #ccc !important;
        font-weight: 600 !important;
        cursor: default;
    }

    .modal-inline-btn {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    /* Layout Dropdowns
-------------------------------------------------- */
    .dd-media-item,
    .dd-media-item-sm,
    .dd-media-item-sm-sequence {
        display: flex;
        flex-direction: row;
        cursor: pointer;
        min-width: 0;
    }

        .dd-media-item span:nth-child(1),
        .dd-media-item-sm span:nth-child(1),
        .dd-media-item-sm-sequence span:nth-child(1) {
            width: 33%;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            min-width: 0;
        }

        .dd-media-item span:nth-child(2),
        .dd-media-item-sm span:nth-child(2),
        .dd-media-item-sm-sequence span:nth-child(2) {
            padding-left: 2rem;
            width: 33%;
        }

        .dd-media-item span:nth-child(3),
        .dd-media-item-sm span:nth-child(3),
        .dd-media-item-sm-sequence span:nth-child(3) {
            width: 33%;
        }

    /* New Add Layout - Sequencing */

    .pvm-add-layout-right-pane .container {
        padding-left: 0;
        padding-right: 0;
    }

        .pvm-add-layout-right-pane .container .box {
            padding: 0.5rem;
            height: 50px;
        }

        .pvm-add-layout-right-pane .container .hyp-dropdown.dropdown::before {
            pointer-events: none;
        }

        .pvm-add-layout-right-pane .container .lock-aspect-ratio-checkbox {
            margin-right: 0.25rem;
        }

        .pvm-add-layout-right-pane .container label {
            margin-bottom: 0;
        }

        .pvm-add-layout-right-pane .container .dynamic-sequence-row:nth-of-type(odd) {
            background-color: #f2f6fa;
        }

        .pvm-add-layout-right-pane .container .sequence-for-seconds {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

            .pvm-add-layout-right-pane .container .sequence-for-seconds .sequence-for-input {
                border-top: transparent;
                border-left: transparent;
                border-right: transparent;
                border-bottom: 1px solid #ccc;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-radius: 0;
                background: transparent;
                width: 60px;
            }

            .pvm-add-layout-right-pane .container .sequence-for-seconds .sequence-for-label {
                font-size: 1rem;
                margin-bottom: 0;
            }

        .pvm-add-layout-right-pane .container .sequence-plus-minus .fa-plus-square,
        .pvm-add-layout-right-pane .container .sequence-plus-minus .fa-minus-square {
            font-size: 30px;
            color: #4B6E97;
            cursor: pointer;
        }

        .pvm-add-layout-right-pane .container .disabled,
        .pvm-add-layout-right-pane .container .disabled {
            opacity: 0.5;
            cursor: not-allowed;
            pointer-events: none;
        }

    .edit-lock-aspect-ratio-checkbox {
        margin-right: 0.25rem;
        margin-top: -8px;
    }

    a.hyp-modal-link {
        cursor: pointer;
        color: #007bff !important;
        text-decoration: none;
        background-color: transparent;
    }

        a.hyp-modal-link:hover {
            color: #0056b3 !important;
            text-decoration: underline;
        }

    /* Sticky Footer
-------------------------------------------------- */
    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 60px; /* Vertically center the text there */
    }

    .wrapper {
        display: flex;
        width: 100%;
        align-items: stretch;
    }

        .wrapper div {
            flex: 1;
        }


    /* UI control classes
 -------------------------------------------------- */

    .input-group.date .input-group-text {
        border: none;
        background-color: none;
        background: none;
    }

    textarea, textarea.form-control {
        border: none;
        border-width: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        overflow: hidden;
       /* height: 100%;*/
        max-height: 100%;
        padding-left: 0;
        border-radius: 0;
    }

    .form-test {
        border: none;
        border-width: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding-left: 0;
        border-radius: 0;
    }

    /* fix for bootstrap issue generated from _table.scss */

    .table thead {
        vertical-align: bottom;
        border-top: 1px solid #dee2e6;
        /*border-bottom: 2px solid #dee2e6;*/
    }

        .table thead th {
            vertical-align: bottom;
            border-top: 0 !important;
            border-bottom: 0 !important;
        }

    tr.hyp-link-row, tr.hyp-audio-row, tr.hyp-media-row {
        border-top: 1px solid #dee2e6;
    }

    .d-none.d-sm-block {
        border-bottom: none !important;
        border-top: none !important;
    }

    th.d-none.d-sm-block {
        margin-bottom: -1px;
        border-top-color: #dee2e6;
    }

    tr:first-child td.d-none.d-sm-block {
        margin-top: -1px;
        border-top: none !important;
    }

    table.hyp-edit-device-components-table tbody tr:first-child {
        margin-top: -1px;
    }

    table.hyp-edit-device-components-table thead, table.hyp-add-device-components-table thead {
        border-bottom: none;
        border-top: none;
    }

    table.hyp-edit-device-components-table thead tr {
        border-bottom: 2px solid #dee2e6;
    }

    .edit-audio-channel-table thead {
        border-top: none !important;
        border-bottom: 1px solid #dee2e6;
    }

    .edit-audio-channel-table .col-txt-overflow {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 0;
    }


    /* removes textbox grabber handle in lower right corner */
    ::-webkit-resizer {
        display: none;
    }

    .input-group > .hyp-custom-select, .hyp-custom-select {
        position: relative;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        min-width: 0;
        margin-bottom: 0;
        margin-top: 7px;
        padding-bottom: 7px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
    }

    .hyp-input {
        background: transparent;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding-left: 0;
    }

    .hyp-input-select {
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
        border-bottom: 1px solid #ccc;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        background: transparent;
        padding-left: 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .hyp-reports-select {
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .hyp-input-control {
        background: transparent;
        border-top: transparent;
        border-left: transparent;
        border-right: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }

    .custom-select:focus {
        border-color: transparent !important;
        outline: 0;
        box-shadow: none !important;
    }

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border: none;
        box-shadow: none;
        text-decoration: none;
    }

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border: none;
        box-shadow: none;
    }

    .hyp-vertical-center {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    /* Input X removal */

    /* removes the 'X' from IE */
    input[type=search]::-ms-clear, input[type=time]::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }

    input[type=search]::-ms-reveal, input[type=time]::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    /* removes the 'X' from Chrome */
    input[type=time]::-webkit-search-decoration,
    input[type=time]::-webkit-search-cancel-button {
        display: none;
        width: 0;
        height: 0;
    }

    input[type=search]::-webkit-search-decoration,
    input[type=search]::-webkit-search-cancel-button,
    input[type=search]::-webkit-search-results-button,
    input[type=search]::-webkit-search-results-decoration {
        display: none;
        -webkit-appearance: none;
    }


    /* Right aligned placeholder text
 -------------------------------------------------- */
    .hyp-right-placeholder::-webkit-input-placeholder { /* WebKit browsers */
        direction: rtl;
    }

    .hyp-right-placeholder:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        direction: rtl;
    }

    .hyp-right-placeholder::-moz-placeholder { /* Mozilla Firefox 19+ but I'm not sure about working */
        direction: rtl;
    }

    .hyp-right-placeholder:-ms-input-placeholder { /* Internet Explorer 10+ */
        direction: rtl;
    }

    /* Slider Styling for Input Range Elements
 -------------------------------------------------- */

    input[type=range] {
        -webkit-appearance: none;
        width: 100%;
        position: relative;
        z-index: 1 !important;
    }

        input[type=range]:focus {
            outline: none;
        }

        input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 10px;
            cursor: pointer;
            animate: 0.2s;
            background-color: #28a745;
            border-radius: 3px;
        }

        input[type=range]::-webkit-slider-thumb {
            border: 3px solid #6c757d;
            height: 25px;
            width: 25px;
            border-radius: 50%;
            background: #ffffff;
            cursor: pointer;
            -webkit-appearance: none;
            position: relative;
            top: -7px;
            /*z-index: 9;*/
        }

    /* FF specific range styles */

    input[type="range"]::-moz-range-progress {
        background-color: #28a745;
        height: 10px;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        background: #28a745;
        border-radius: 2px;
        margin-top: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: 3px solid #6c757d;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #ffffff;
        cursor: pointer;
        position: relative;
        /*z-index: 9;*/
    }

    /* IE specific range styles */

    *::-ms-backdrop, #hyp-range-input {
        position: relative;
        /*top: -23px;*/
    }

    *::-ms-backdrop, .hyp-range-volume-value {
        position: relative !important;
        top: -50px !important;
    }

    input[type=range]::-ms-track {
        width: auto;
        height: 10px;
        cursor: pointer;
        animate: 0.2s;
        background: #28a745;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
        position: relative;
        top: -23px;
    }

    input[type=range]::-ms-fill-lower {
        background: #28a745;
        border-radius: 3px;
    }

    input[type=range]::-ms-fill-upper {
        background: #28a745;
        border-radius: 2px;
    }

    input[type=range]::-ms-thumb {
        border: 3px solid #6c757d;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        background: #ffffff;
        cursor: pointer;
        position: relative;
        /*z-index: 9;*/
    }


    /* Modals
 -------------------------------------------------- */

    /*.modal.hyp-add-layout-modal .modal-header,*/
    /*.modal.hyp-confirm-delete-notification .modal-header,*/
    /*.modal.hyp-create-notification-modal .modal-header,*/
    /*.modal.hyp-edit-confirm-orient-modal .modal-header,*/
    /*.modal.hyp-network-security-key-modal .modal-header,*/
    /*.modal.hyp-network-remove-confirm-modal .modal-header,*/
    /*.modal.hyp-network-settings-wifi-modal .modal-header,*/
    /*.modal.hyp-confirm-network-interface-change-modal .modal-header,*/
    /*.modal.hyp-confirm-ssl-change-modal .modal-header,*/
    /*.modal.hyp-add-gateway-update-modal .modal-header,*/
    /*.modal.hyp-add-audio-file-modal .modal-header,*/
    /*.modal.hyp-user-confirm-exit-modal .modal-header,*/
    /*.modal.hyp-user-confirm-delete-modal .modal-header,*/
    /*.modal.hyp-edit-confirm-exit-modal .modal-header,*/
    /*.modal.hyp-confirm-delete-modal .modal-header,*/
    /*.modal.hyp-error-modal .modal-header,*/
    .modal.hyp-modal .modal-header,
    .modal.hyp-warning-modal .modal-header {
        /*border-bottom: transparent !important;*/
    }

    /*.modal.hyp-add-layout-modal .modal-footer,*/
    /*.modal.hyp-confirm-delete-notification .modal-footer,*/
    /*.modal.hyp-create-notification-modal .modal-footer,*/
    /*.modal.hyp-edit-confirm-orient-modal .modal-footer,*/
    /*.modal.hyp-network-security-key-modal .modal-footer,*/
    /*.modal.hyp-network-remove-confirm-modal .modal-footer,*/
    /*.modal.hyp-confirm-network-interface-change-modal .modal-footer,*/
    /*.modal.hyp-confirm-ssl-change-modal .modal-footer,*/
    /*.modal.hyp-add-gateway-update-modal .modal-footer,*/
    /*.modal.hyp-add-audio-file-modal .modal-footer,*/
    /*.modal.hyp-user-confirm-exit-modal .modal-footer,*/
    /*.modal.hyp-user-confirm-delete-modal .modal-footer,*/
    /*.modal.hyp-edit-confirm-exit-modal .modal-footer,*/
    /*.modal.hyp-confirm-delete-modal .modal-footer,*/
    .modal.hyp-modal .modal-footer,
    .modal.hyp-warning-modal .modal-footer {
        /*border-top: transparent !important;*/
    }

   /* .modal .table thead tr th {
        border-top: none !important;
        padding-left: 0;
    }*/

    .modal table {
        margin-top: 20px;
    }

    /*.hyp-confirm-delete-notification .modal-content,*/
    /*.hyp-edit-confirm-orient-modal .modal-content,*/
    /*.hyp-network-remove-confirm-modal .modal-content,*/
    /*.hyp-user-confirm-exit-modal .modal-content,*/
    /*.hyp-edit-confirm-exit-modal .modal-content,*/
    /*.hyp-confirm-delete-modal .modal-content,*/
    /*.hyp-error-modal .modal-content,*/
    .hyp-warning-modal .modal-content {
        background-color: transparent !important;
    }

    /*.hyp-add-layout-modal .modal-body,*/
    /*.hyp-confirm-delete-notification .modal-body,*/
    /*.hyp-create-notification-modal .modal-body,*/
    /*.hyp-edit-confirm-orient-modal .modal-body,*/
    /*.hyp-network-security-key-modal .modal-body,*/
    /*.hyp-network-remove-confirm-modal .modal-body,*/
    /*.hyp-confirm-network-interface-change-modal .modal-body,*/
    /*.hyp-confirm-ssl-change-modal .modal-body,*/
    /*.hyp-add-audio-file-modal .modal-body,*/
    /*.hyp-user-confirm-exit-modal .modal-body,*/
    /*.hyp-user-confirm-delete-modal .modal-body,*/
    /*.hyp-edit-confirm-exit-modal .modal-body,*/
    /*.hyp-confirm-delete-modal .modal-body,*/
    /*.hyp-error-modal .modal-body,*/
    .hyp-modal .modal-body,
    .hyp-warning-modal .modal-body {
        padding: 10px 20px 20px !important;
    }

    /*.modal.hyp-confirm-delete-notification button.close,*/
    /*.modal.hyp-edit-confirm-orient-modal button.close,*/
    /*.modal.hyp-network-remove-confirm-modal button.close,*/
    /*.modal.hyp-user-confirm-exit-modal button.close,*/
    /*.modal.hyp-user-confirm-delete-modal button.close,*/
    /*.modal.hyp-edit-confirm-exit-modal button.close,*/
    /*.modal.hyp-confirm-delete-modal button.close,*/
    /*.modal.hyp-error-modal button.close,*/
    .modal.hyp-warning-modal button.close {
        color: #fff !important;
    }

        /*.modal.hyp-confirm-delete-notification button.close:focus,*/
        /*.modal.hyp-edit-confirm-orient-modal button.close:focus,*/
        /*.modal.hyp-network-remove-confirm-modal button.close:focus,*/
        /*.modal.hyp-user-confirm-exit-modal button.close:focus,*/
        /*.modal.hyp-user-confirm-delete-modal button.close:focus,*/
        /*.modal.hyp-edit-confirm-exit-modal button.close:focus,*/
        /*.modal.hyp-confirm-delete-modal button.close:focus,*/
        /*.modal.hyp-error-modal button.close:focus,*/
        .modal.hyp-warning-modal button.close:focus {
            color: #fff !important;
            outline: 0 !important;
            box-shadow: none !important;
        }

    /*#hypEditConfirmDeleteNotificationModal .modal-header, #hypEditConfirmDeleteNotificationModal .modal-body, #hypEditConfirmDeleteNotificationModal .modal-footer,*/
    /*#hypEditConfirmOrientation .modal-header, #hypEditConfirmOrientation .modal-body, #hypEditConfirmOrientation .modal-footer,*/
    /*#hypNetworkRemoveConfirmModal .modal-header, #hypNetworkRemoveConfirmModal .modal-body, #hypNetworkRemoveConfirmModal .modal-footer,*/
    /*#hypUserConfirmExitModal .modal-header, #hypUserConfirmExitModal .modal-body, #hypUserConfirmExitModal .modal-footer,*/
    /*#deleteUserModal .modal-header, #deleteUserModal .modal-body, #deleteUserModal .modal-footer,*/
    /*#hypAutomationConfirmDeleteModal .modal-header, #hypAutomationConfirmDeleteModal .modal-body, #hypAutomationConfirmDeleteModal .modal-footer,*/
    /*#hypEditConfirmDeleteModal .modal-header, #hypEditConfirmDeleteModal .modal-body, #hypEditConfirmDeleteModal .modal-footer,*/
    /*#hypPVMDisconnected .modal-header, #hypPVMDisconnected .modal-body, #hypPVMDisconnected .modal-footer,*/
    /*#hypEditDeviceBadIdModal .modal-header, #hypEditDeviceBadIdModal .modal-body,*/
    /*#hypAddDeviceErrorModal .modal-header, #hypAddDeviceErrorModal .modal-body,*/
    /*#hypEditConfirmExitModal .modal-header, #hypEditConfirmExitModal .modal-body, #hypEditConfirmExitModal .modal-footer,*/
    /*#hypAddDeviceBadIdModal .modal-header, #hypAddDeviceBadIdModal .modal-body,*/
    .hyp-warning-modal .modal-header, .hyp-warning-modal .modal-body, .hyp-warning-modal .modal-footer {
        background-color: #A02842;
        color: #fff;
    }

    #hypAddDeviceErrorModal .modal-body, #hypAddDeviceBadIdModal .modal-body, #hypEditDeviceBadIdModal .modal-body {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    /*#hypEditConfirmDeleteNotificationModal .modal-header button.close,*/
    /*#hypEditConfirmOrientation .modal-header button.close,*/
    /*#hypNetworkRemoveConfirmModal .modal-header button.close,*/
    /*#hypUserConfirmExitModal .modal-header button.close,*/
    /*#deleteUserModal .modal-header button.close,*/
    /*#hypAutomationConfirmDeleteModal .modal-header button.close,*/
    /*#hypEditConfirmDeleteModal .modal-header button.close,*/
    /*#hypPVMDisconnected .modal-header button.close,*/
    /*#hypEditConfirmExitModal .modal-header button.close,*/
    /*#hypAddDeviceErrorModal .modal-header button.close,*/
    .hyp-warning-modal .modal-header button.close {
        opacity: 1 !important;
    }

    /*.hyp-add-audio-file-modal .modal-content,*/
    .hyp-modal .modal-content {
        min-height: 400px;
    }

    /*.hyp-add-audio-file-modal .hyp-upload-label,*/
    .hyp-modal .hyp-upload-label {
        font-weight: 500;
        margin-bottom: 0px;
    }

    /*.hyp-add-audio-file-modal .hyp-upload-name-label,*/
    .hyp-modal .hyp-upload-name-label {
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    #hyp-enable-ssh-duration {
        width: 50px;
        padding-bottom: 0;
    }


    /* Gateway Settings - Drag and Drop
 -------------------------------------------------- */
    .drag-drop-zone {
        justify-content: center;
        background-color: #eee;
        box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
        color: #aeaeae;
        cursor: pointer;
        position: relative;
    }

        .drag-drop-zone:hover {
            background-color: #f5f5f5;
        }

        .drag-drop-zone input[type=file] {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

    .hyp-gateway-drag-drop-zone {
        height: auto;
        width: 200px;
        padding: 10px;
    }

        .hyp-gateway-drag-drop-zone .hyp-navbar-logo {
            object-fit: contain;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

    .hyp-drag-drop-helptxt {
        line-height: 16px;
    }

    .hyp-drag-drop-helptxt {
        line-height: 16px;
        text-align: left;
    }


    /* Breakpoints 
 -------------------------------------------------- */

    /* Tiniest of all devices (candybar phones, 300px and up) */
    /* This viewport and below are default Bootstrap but here we have exceptions */
    @media (min-width: 300px) {
        /*#sidebar {
            display: none;
        }*/

        .hyp-user-access label {
            position: relative;
            top: -6px;
        }

        .mainpage {
            margin-left: 0px;
        }

        .hyp-devices-search .btn-link,
        .hyp-search .btn-link {
            line-height: 16px;
        }

        .form-inline.hyp-devices-search:hover,
        .form-inline.hyp-search:hover {
            text-decoration: none !important;
        }

        .table td {
            vertical-align: top;
            border-top: 1px solid #dee2e6;
            word-break: inherit; /* break-word; */
        }

        .table.hyp-audio-table td, .table.hyp-media-table td {
            word-break: normal;
        }

        .table.pvm-direct-sources-table td {
            word-break: keep-all;
        }

        table td .nav-link {
            padding: 5px;
        }

        .hyp-edit-icon-adj {
            position: relative;
            right: 0;
        }

        .hyp-main .btn-notification {
            padding-left: 0px;
        }

        .row.hyp-auto-notification .dropdown-menu.show a {
            padding-left: 13px;
        }

        .navbar img {
            padding-left: 0;
        }

        .hyp-edit-device-right-pane {
            padding: 0 15px;
        }

        .hyp-select-source-dropdown,
        .hyp-select-source-dropdown-sequence {
            width: 100%;
        }
    }

    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) {
        /*#sidebar {
            display: none;
        }*/

        /*.hyp-main {
            margin: 15px 15px 20px;
        }*/

        .hyp-user-access label {
            position: relative;
            top: 0px;
        }

        .hyp-gateway-right-pane {
            border-left: 2px solid #ccc;
            min-height: 300px;
        }

        .hyp-add-device-right-pane, .hyp-edit-device-right-pane {
            border-left: 1px solid #A4A9AD;
            padding-left: 10px;
        }

        .hyp-network-settings-left-pane {
            padding-right: 10px;
        }

        .hyp-network-settings-right-pane {
            padding-right: 10px;
        }

        .table th, .table td {
            vertical-align: top;
            border-top: 1px solid #dee2e6;
            max-width: none;
            word-wrap: break-word;
        }

        .hyp-edit-icon-adj {
            position: relative;
            right: calc(50%);
        }

        select, input:not(.hyperion-input-login-modal):not(.hyperion-input-select-modal):not(.seek):not(.location-edit-name):not(.hyp-input-select-modal), .dropdown:not(.hyperion-dropdown-billing):not(.hyperion-input-select-modal):not(.dd-modal) {
            max-width: 300px;
        }

        .login-button {
            max-width: 100% !important;
        }

        .hyp-edit-device-right-pane {
            padding-left: 30px;
            margin-top: 30px;
        }

        .navbar img {
            padding-left: 5px;
        }

        .dd-media-item span:nth-child(1) {
            width: 60%;
        }

        .dd-media-item span:nth-child(2) {
            width: 20%;
        }

        .dd-media-item span:nth-child(3) {
            width: 20%;
        }

        .navbar img {
            height: 26px;
        }

        .pvm-add-layout-right-pane .container {
            margin-left: 0;
            margin-right: 0;
        }

        .btn-sm.hyp-devices-type {
            width: auto;
        }

        .d-none.d-sm-block.col-sm-3 {
            /*border-top: 1px solid #dee2e6 !important;*/
        }

        .no-pad-mobile {
            padding-right: 15px;
            padding-left: 15px;
        }

        .hyp-btn-motion {
            width: 100px;
        }
    }

    @media (max-width: 768px) {
        .table th, .table td {
            padding: .25rem !important;
        }

        textarea {
            font-size: 16px !important;
        }
    }

    /* Safari */
    @media not all and (min-resolution:.001dpcm) {
        @media {
            .table th, .table td {
                padding: .25rem !important;
            }
        }
    }

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        /*#sidebar {
            display: none;
        }*/

        /*.hyp-main {
            margin: 63px 15px 15px;
        }*/

        .hyp-container {
            background-color: #fff;
            border-radius: 5px;
            padding: 5px 13px 13px;
            overflow: hidden;
            margin-top: 80px;
        }

        .hyp-bottom-container {
            background-color: #fff;
            border-radius: 5px;
            padding: 5px 13px 13px;
            overflow: hidden;
            margin-top: 20px;
            /*height: calc(100vh - 149px);*/
        }

        .c-chart-wrapper {
        }

        .hyp-page-title {
            margin-bottom: 20px;
            padding: 10px 11px;
        }

        .hyp-add-device-hdr-txt {
            padding: 10px 27px;
        }

        .hyp-devices-search,
        .hyp-search {
            overflow: hidden;
            position: relative;
            left: 0px;
        }

        .hyp-add-device-right-pane {
            padding-left: 30px;
        }

        .hyp-edit-device-signal-meter {
            top: 0;
        }

        .hyp-add-schedule-config-section {
            padding: 25px 0px 0px;
        }

        .hyp-gateway-network-settings-link {
            cursor: pointer;
        }

        .hyp-gateway-page-title {
            color: #a4a9ad;
            margin-bottom: 20px;
        }

        .hyp-gateway-section {
            margin-bottom: 30px;
        }

        .hyp-gateway-right-pane {
            margin-bottom: 20px;
            padding-top: 0px;
        }

        .hyp-reports-filter-dropdown-menu {
            z-index: 9999999;
            overflow: visible;
        }

        .hyp-main .btn-notification {
            padding-left: 12px;
        }

        .add-pad-left {
            padding-left: 12px;
        }

        .hyp-select-source-dropdown-sequence {
            width: 350px;
        }

        .dd-media-item-sm-sequence span:nth-child(1) {
            width: 50%;
        }

        .dd-media-item-sm-sequence span:nth-child(2) {
            width: 25%;
        }

        .dd-media-item-sm-sequence span:nth-child(3) {
            width: 25%;
        }

        .hyp-three-btn-lg {
            width: 110px;
        }
    }

    /* Large devices (desktops, 992px and up) */
    @media (min-width: 992px) {
       /* #sidebar {
            display: block;
        }*/

        .mainpage {
            /*margin-left: 200px;*/
            margin-left: 250px;
        }

            .mainpage.mininav .hyp-add-schedule-config-section {
                padding: 25px 25px;
            }

        .hyp-add-schedule-item label.hyp-to-time-input {
            position: relative;
            top: 0px;
        }
    }

    /* Extra large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {

        .hyp-add-schedule-config-section {
            padding: 25px 0px;
        }

        span.hyp-escalation-toggler-txt {
            font-size: 18px;
            position: relative;
            top: 0px;
        }

        .hyp-network-settings-left-pane {
            border-right: 1px solid #A4A9AD;
        }

        .pvm-add-layout-right-pane .container {
            border-left: 1px solid #A4A9AD;
            margin-left: auto;
            margin-right: auto;
            padding-left: 15px;
            padding-right: 15px;
        }

            .pvm-add-layout-right-pane .container .sequence-for-seconds .sequence-for-label {
                font-size: 12px;
            }
    }

    @media (min-width: 1400px) {
        .hyp-select-source-dropdown {
            width: 150%;
        }

        .dd-media-item-sm span:nth-child(1) {
            width: 60%;
        }

        .dd-media-item-sm span:nth-child(2) {
            width: 20%;
        }

        .dd-media-item-sm span:nth-child(3) {
            width: 20%;
        }

        .pvm-add-layout-right-pane .container .sequence-for-seconds .sequence-for-label {
            font-size: 1rem;
        }
    }

.btn-temp-sched {
    color: var(--black);
    background-color: var(--warning-yellow);
    border-color: var(--warning-yellow);
    text-align: left;
}

    .btn-temp-sched:first-child {
        width: 250px;
    }

    .btn-temp-sched:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-temp-sched.dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: relative;
        top: 2px;
    }

    .btn-temp-sched div,
    .btn-temp-sched-alert div {
        margin-top: 2px;
    }

.btn-temp-sched-alert {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    text-align: left;
}

    .btn-temp-sched-alert:first-child {
        width: 250px;
    }

    .btn-temp-sched-alert:nth-child(2) {
        color: #d1ecf1;
        border-color: #d1ecf1;
        pointer-events: none;
    }