﻿@font-face {
    font-family: 'Roboto';
    font-weight: 100;
    src: url('/fonts/Roboto-Regular.woff') format('woff'), url('/fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('/fonts/Roboto-Bold.woff') format('woff'), url('/fonts/Roboto-Bold.ttf') format('truetype');
}

body {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #212529;
    margin: 0;
    padding: 0;
    min-height: 100%;
}


.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 5px;
}

#js-login .form-group {
    margin-bottom: 15px;
    margin-top: 10px;
}

.form-label {
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
}

.logoIcon {
    height: 36px;
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgb(187 54 67) !important;
    font-size: 12px;
}

/*html.full-screen {
    width: 100%;
    height: 100%;
}*/

#windowbox {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
}

#contentbox {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-width: 300px;
}

#body-content {
    position: absolute;
    left: 240px;
    top: 50px;
    right: 0px;
    bottom: 0px;
    padding: 0px;
    overflow: auto;
    -moz-transition: left 0.5s;
    -o-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
}

#page_container {
    height: 100%;
}

.pageContainer {
    display: none;
}

.pageTitle {
    font-size: 26px;
    margin-top: 2px;
    margin-left: 2px;
    margin-right: 2px;
    background-color: rgb(230, 234, 240);
    padding-left: 5px;
    height: 50px;
    line-height: 50px;
}
/*#dataeditor {
    background-color: white;
    height: 100%;
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    display: none;*/
/*padding: 10px;
    padding-right: 20px;*/
/*-webkit-box-shadow: 1px 1px 1px 1px #808080;
    -moz-box-shadow: 1px 1px 1px 1px #808080;
    box-shadow: 1px 1px 1px 1px #808080;*/
/*}

html.full-screen #windowbox, html.full-screen #contentbox {
    width: 100%;
    height: 100%;
}

@media all and (min-width: 769px) {
    #body-content.body-sidebar-closed {
        left: 55px;
    }
}*/
@media all and (min-width: 769px) {
    #body-content.body-sidebar-closed {
        left: 50px;
    }
}

@media all and (max-width: 768px) {

    #dataeditor {
        padding: 2px;
        margin-right: 5px;
        margin-top: 0px;
    }

    #body-content.body-sidebar-closed {
        padding: 0px;
    }

    #shadowbox {
        display: none;
    }

    #body-content {
        left: 0px;
    }

    #windowbox.mob_sidebar_open {
        left: 262px;
    }

    #shadowbox.mob_sidebar_open {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        z-index: 1100;
        background-image: url(/images/opac.png);
    }

    #windowbox {
        -moz-transition: left 0.5s;
        -o-transition: left 0.5s;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
    }

    .navbar .navbar-brand .logoIcon {
        left: 50%;
        transform: translateX(-50%);
    }
}


/*.shadowbox {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: transparent;
    z-index: 1000;
}

    .shadowbox.mist {
        background-color: black;
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

    .shadowbox.circle {
        background: url('../Images/ringbig.gif');
        background-position-x: center;
        background-position-y: 120px;
        background-repeat: no-repeat;
    }*/

/*#region  Top Navbar*/

.dropdown-menu > li > a {
    font-size: 16px;
}

.navbar {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1089;
    /*    border: 1px solid red;*/
    margin-bottom: 0;
    height: 50px;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 1px 1px #ededed;
    -moz-box-shadow: 1px 1px 1px 1px #ededed;
    box-shadow: 1px 1px 1px 1px #ededed;
    flex-wrap: nowrap;
}

    .navbar .navbar-brand.wide .logoSmall {
        filter: alpha(opacity=0);
        opacity: 0;
        top: -100px;
        position: absolute;
    }



    .navbar .navbar-header .navbar-brand .logoSmall, .navbar .navbar-header .navbar-brand .logoIcon {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }


    .navbar-brand .logoSmall, .navbar.nav-sidebar-closed .navbar-brand .logoSmall {
        height: 35px;
        zoom: 1;
        filter: alpha(opacity=1);
        opacity: 1;
        top: 7px;
        left: 10px;
    }


    .navbar .navbar-brand {
        padding: 6px 8px;
        cursor: pointer;
    }

        .navbar .navbar-brand .logoIcon {
            height: 36px;
            zoom: 1;
            filter: alpha(opacity=1);
            opacity: 1;
            position: absolute;
            top: 6px;
        }

        .navbar .navbar-brand.wide .logoSmall {
            filter: alpha(opacity=0);
            opacity: 0;
            top: -100px;
            position: absolute;
        }


        .navbar .navbar-brand .logoIcon, .navbar .navbar-brand .logoSmall {
            height: 36px;
            zoom: 1;
            filter: alpha(opacity=1);
            opacity: 1;
            position: absolute;
            top: 6px;
          /*  left: 50px;*/
        }

    .navbar .navbar-left {
        margin-left: 86px;
        float: left;
        padding-top: 0px;
        height: auto;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .navbar .navbar-left > li {
            float: left;
            position: relative;
            display: block;
            padding-left: 12px;
            padding-right: 12px;
            height: 42px;
        }

        .navbar .navbar-left .expand-on {
            display: none;
        }

html.full-screen .navbar .navbar-left .expand-on {
    display: inline;
}

html.full-screen .expand-off {
    display: none;
}

.navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn {
    background-color: #2b82cc;
    border-color: #2b82cc;
    color: #ffffff !important;
    margin-top: 3px;
}

    .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:focus {
        background-color: #97bfe2;
        border-color: #97bfe2;
        color: #ffffff !important;
    }

    .navbar .navbar-collapse .navbar-left > li.sidebar-toggler-wrapper .btn:hover {
        background-color: #83b3dc !important;
        border-color: #83b3dc;
        color: #ffffff !important;
    }

.navbar .navbar-left > li > a:hover, .navbar .navbar-left > li > a:active, .navbar .navbar-left > li > a:focus {
    background: none;
}

.navbar .navbar-header .sidebar-mobile-toggler,
.navbar .navbar-header .menu-mobile-toggler {
    position: absolute;
    left: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #2b82cc;
    border-color: #2b82cc;
    color: #ffffff;
    height: 44px;
    width: 40px;
    border: none;
    top: 2px;
}

    .navbar .navbar-header .sidebar-mobile-toggler:hover,
    .navbar .navbar-header .menu-mobile-toggler:hover {
        background-color: #0378ff;
        color: #ffffff;
    }

    .navbar .navbar-header .sidebar-mobile-toggler:focus {
        background-color: #2b82cc;
        border-color: #aeacb4;
        color: #ffffff;
    }

    .navbar .navbar-header .sidebar-mobile-toggler:active,
    .navbar .navbar-header .sidebar-mobile-toggler.active:focus,
    .navbar .navbar-header .sidebar-mobile-toggler:active:hover,
    .navbar .navbar-header .sidebar-mobile-toggler.dropdown-toggle:active:hover {
        background-color: #97bfe2 !important;
        border-color: #2b82cc;
        color: #aeacb4;
    }

.navbar .navbar-left > li::before {
    content: "";
    position: absolute;
    width: 1px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(65, 65, 65, 0) 0%, rgba(65, 65, 65, 0.2) 50%, rgba(65, 65, 65, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(65, 65, 65, 0) 0%, rgba(65, 65, 65, 0.2) 50%, rgba(65, 65, 65, 0) 100%);
    background: linear-gradient(to bottom, rgba(65, 65, 65, 0) 0%, rgba(65, 65, 65, 0.2) 50%, rgba(65, 65, 65, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$collapseText-color, endColorstr=$collapseText-color,GradientType=0 );
}

@media all and (min-width:769px) {

    .navbar .navbar-collapse, navbar .navbar-header {
        -webkit-transform: translateZ(0);
    }

    .navbar-brand .logoSmall, .navbar.nav-sidebar-closed .navbar-brand .logoSmall {
        height: 35px;
        zoom: 1;
        filter: alpha(opacity=1);
        opacity: 1;
        top: 7px;
        left: 10px;
    }

    .navbar.nav-sidebar-closed .navbar-brand .logoIcon {
        zoom: 1;
        filter: alpha(opacity=0);
        opacity: 0;
        top: -100px;
    }


    .navbar.nav-sidebar-closed .navbar-left {
        margin-left: 18px;
    }

    .sidebar-mobile-toggler {
        display: none;
    }

    .nav.navbar-left {
        display: block;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media all and (max-width:768px) {


    .navbar.nav-sidebar-closed .navbar-brand .logoIcon {
        left: 10px;
        margin-left: 45px;
    }

    .navbar {
        top: 2px;
        left: 2px;
        right: 2px;
    }

    .sidebar-mobile-toggler {
        display: block;
    }

    .nav.navbar-left {
        display: none !important;
    }
}

.header-dropdown-list {
    list-style: none;
    float: right;
    position: absolute;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    top: 0px;
    right: 10px;
}

    .header-dropdown-list > li {
        display: inline-block;
        padding-right: 5px;
    }

        .header-dropdown-list > li > .dropdown-toggle {
            margin-top: 16px;
            display: block;
            text-decoration: none;
        }

.pull-right {
    background-color: #2b82cc !important;
    border-color: #2b82cc;
    color: #ffffff !important;
    float: right !Important;
    position: absolute;
    top: 8px;
    right: 125px;
    width: 40px;
    font-size: 24px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .pull-right:hover {
        background-color: #83b3dc !important;
        border-color: #83b3dc;
    }

    .pull-right i {
        color: white;
    }

@media only screen and (max-width: 374px) {
    .pull-right {
        right: 65px;
        font-size: 18px;
        top: 14px;
    }

    .header-dropdown-list > li > .dropdown-toggle span {
        display: none;
    }
}




/*#endregion*/
/*#region  Sidebar*/

.item-content {
    align-items: center;
    display: table-row;
}

    .item-content .item-inner {
        align-items: center;
        display: table-cell;
        padding: 2px 5px 2px 10px;
        width: 100%;
        white-space: nowrap;
        vertical-align: middle;
        height: 10px;
    }

    .item-content .menu-icon {
        display: inline-block;
    }

#sidebar {
    position: fixed;
    width: 242px;
    background-color: white;
    top: 52px;
    bottom: 0px;
    left: 0px;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: 1px 1px 1px 1px #ededed;
    -moz-box-shadow: 1px 1px 1px 1px #ededed;
    box-shadow: 1px 1px 1px 1px #ededed;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    z-index: 1100;
    border-top: none;
}

    /* ------------------------------------------------------------------- */
    /*     USER
/* ------------------------------------------------------------------- */

    #sidebar .nav-user-wrapper .profile-card-photo {
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    #sidebar .nav-user-wrapper {
        padding: 30px 5px;
        position: relative;
        overflow: visible !important;
        z-index: 0;
    }

    #sidebar .profile-card-photo {
        background-color: #fff;
        border-radius: 8px;
        display: inline-block;
        height: 40px;
        width: 40px;
    }

        #sidebar .profile-card-photo img {
            width: 100%;
            border-radius: 5px;
        }

    #sidebar .nav-user-wrapper .media-body .media-heading {
        color: #666 !important;
        font-weight: bold;
    }

    #sidebar .nav-user-wrapper .media-body .text-small {
        color: #666 !important;
    }

    #sidebar .media-left, .media-right, .media-body {
        display: table-cell;
        vertical-align: top;
        overflow: hidden;
        white-space: nowrap;
    }


/* ---------------------------------------------------------------------- 
    /* USER_END
    /* ---------------------------------------------------------------------- */
.no-transition,
.no-transition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.sub-menu li:hover {
    background: #1e6eb5 !important;
    color: #fff !important;
}

.sub-menu li:hover > a,
.sub-menu li:hover > a span,
.sub-menu li:hover > a i {
    color: #fff !important;
}

#sidebar > div nav > ul {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    #sidebar > div nav > ul li {
        border: none;
        display: block;
        position: relative;
    }

    #sidebar > div nav > ul > li.open {
    }

    #sidebar > div nav > ul li {
        -moz-transition: background-color 300ms linear;
        -o-transition: background-color 300ms linear;
        -webkit-transition: background-color 300ms linear;
        transition: background-color 300ms linear;
    }

        #sidebar > div nav > ul li a {
            border: none;
            font-weight: 300;
            margin: 0;
            position: relative;
            text-decoration: none;
            display: block;
            padding-top: 9px;
            padding-bottom: 9px;
            padding-left: 9px;
            color: #575757;
            text-decoration: none;
            cursor: pointer;
        }

    #sidebar > div nav > ul > li.active > a {
        background: #2b82cc;
        color: #fff;
        text-decoration: none;
    }

#sidebar ul.sub-menu li.active {
    background-color: #2b82cc;
}

#sidebar ul.sub-menu li.active > a,
#sidebar ul.sub-menu li.active > a span,
#sidebar ul.sub-menu li.active > a i {
    color: #fff !important;
    text-decoration: underline;
}

#sidebar li.activex > a {
    background: rgba(65, 65, 65, 0.2);
    color: #fff;
    text-decoration: none;
}

#sidebar > div nav > ul > li .icon-wrapper {
    /*        background: #575757;*/
    color: #0076ff;
    font-size: 16px;
    height: 32px;
    width: 32px;
    white-space: nowrap;
    text-align: center;
    margin: 0;
    display: inline-block;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 32px;
    vertical-align: middle;
}

#sidebar > div nav > ul > li.active .icon-wrapper {
    background: transparent;
    color: #ffffff;
}

#sidebar > div nav > ul li a .icon-arrow {
    position: absolute;
    margin-right: 6px;
    font-style: normal;
    font-weight: 100;
    color: #808080;
    font-size: 22px;
    top: 50%;
    margin-top: -12px;
    right: 4px;
}

#sidebar > div nav > ul li.open a .icon-arrow:before {
    content: "\f107";
}


#sidebarul.sub-menu li a {
    border: none;
    font-weight: 300;
    margin: 0;
    position: relative;
    text-decoration: none;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    color: #575757;
    text-decoration: none;
    cursor: pointer;
}


#sidebar ul.sub-menu {
    clear: both;
    list-style: none;
    display: none;
    margin: 0;
    padding: 0px;
    /*    border-bottom: 1px solid #2b82cc;
    border-left: 1px solid #2b82cc;
    border-right: 1px solid #2b82cc;
    border-top: 1px solid #2b82cc;*/
}

    #sidebar ul.sub-menu li a {
        padding: 0px;
        display: block;
    }

        #sidebar ul.sub-menu li a span {
            padding-left: 50px;
            height: 35px;
            display: block;
            line-height: 35px;
        }

        #sidebar ul.sub-menu li a i {
            position: absolute;
            left: 20px;
            top: 10px;
        }

        #sidebar ul.sub-menu li a .icon-arrow {
            position: absolute;
            margin-right: 6px;
            font-style: normal;
            font-weight: 100;
            color: #808080;
            font-size: 22px;
            top: 50%;
            margin-top: -12px;
            right: 4px;
        }

    #sidebar ul.sub-menu .item-inner {
        position: relative;
    }

    #sidebar ul.sub-menu li.open a .icon-arrow:before {
        content: "\f107";
    }


#sidebar .sidebar-container {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
}

#sidebar ul.sub-menu li.active {
    background-color: #2b82cc;
}

#sidebar ul.sub-menu li.active > a,
#sidebar ul.sub-menu li.active > a span,
#sidebar ul.sub-menu li.active > a i {
    color: #fff !important;
    text-decoration: underline;
}

.app-sidebar-closed ul.sub-menu li a {
    padding-top: 10px;
    padding-left: 20px !important;
}

.app-sidebar-closed ul.sub-menu li {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.app-sidebar-closed ul.sub-menu {
    padding-left: 0px !important;
}

.app-sidebar-closed .app-aside > ul.sub-menu li {
    margin-left: 0px;
}
/* ---------------------------------------------------------------------- */
/* CLOSED SIDE BAR
/* ---------------------------------------------------------------------- */

@media all and (min-width: 769px) {

    .app-sidebar-closed #sidebar {
        width: 50px;
    }

        .app-sidebar-closed #sidebar .nav-user-wrapper .media-body, .app-sidebar-closed #sidebar .nav-user-wrapper .media-right {
            display: none;
        }

        .app-sidebar-closed #sidebar > div nav > ul li a .icon-arrow {
            display: none;
        }

        .app-sidebar-closed #sidebar > div nav > ul > li.open {
            background: none !important;
        }

        .app-sidebar-closed #sidebar > div nav > ul li ul.sub-menu {
            display: none !important;
        }

        .app-sidebar-closed #sidebar > div nav > ul li ul.sub-menu {
            left: 60px;
            position: absolute;
            padding: 1px 0;
            overflow-y: auto;
            overflow-x: visible;
            height: auto;
            bottom: auto;
            width: 260px;
            z-index: 1050;
            display: none;
            padding-bottom: 10px;
        }

    .app-sidebar-closed .app-aside > .item-inner {
        background-color: #2b82cc !important;
        -webkit-box-shadow: 1px 1px 1px 1px #ced4da;
        -moz-box-shadow: 1px 1px 1px 1px #ced4da;
        box-shadow: 1px 1px 1px 1px #ced4da;
    }

        .app-sidebar-closed .app-aside > .item-inner.active {
            background-color: #2b82cc !important;
        }

    .app-sidebar-closed .app-aside > .item-inner {
        left: 50px;
        width: 261px;
    }

    .no-touch .app-sidebar-closed #sidebar > div nav > ul li {
        -moz-transition: background-color 0ms linear;
        -o-transition: background-color 0ms linear;
        -webkit-transition: background-color 0ms linear;
        transition: background-color 0ms linear;
    }

    .app-sidebar-closed .app-aside > .item-inner .title {
        margin-left: 20px;
        color: #ffffff !important;
        font-size: 14px;
    }

    .app-sidebar-closed .app-aside > .item-inner::before {
        content: "";
        background: none;
        border-bottom: 12px solid transparent !important;
        border-left: 12px solid #f2f2f2;
        border-right: none;
        border-top: 12px solid transparent !important;
        display: block;
        height: 0px;
        position: absolute;
        left: 0px;
        top: 50%;
        width: 0px;
        z-index: 1;
        margin-top: -12px;
    }

    .app-sidebar-closed .app-aside > .item-inner.active::before {
        background: #2b82cc;
        border-left: 12px solid #2b82cc;
    }

    .app-sidebar-closed .app-aside > .item-inner .icon-arrow {
        display: none;
    }

    .app-sidebar-closed .app-aside > ul.sub-menu {
        width: 261px;
        display: block !important;
        overflow: auto;
        padding: 0;
        left: 50px;
        z-index: 1000;
        background-color: white;
        border-color: white;
        overflow-y: auto;
        overflow-x: visible;
        height: auto;
        -webkit-box-shadow: 1px 1px 1px 1px #ced4da;
        -moz-box-shadow: 1px 1px 1px 1px #ced4da;
        box-shadow: 1px 1px 1px 1px #ced4da;
        border-left: 1px solid silver;
        max-height: 310px;
        padding-bottom: 10px;
    }

    .app-sidebar-closed .app-aside ul.sub-menu > li a {
        color: #666 !important;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

    .app-sidebar-closed .app-aside ul.sub-menu > li:hover > a,
    .app-sidebar-closed .app-aside ul.sub-menu > li.active > a,
    .app-sidebar-closed .app-aside ul.sub-menu > li.active.open > a {
        color: #333 !important;
        text-decoration: none;
    }
}

/* ---------------------------------------------------------------------- */
/* HIDDEN SIDE BAR
/* ---------------------------------------------------------------------- */

.editorContainer {
    position: absolute;
    top: 40px;
    left: 10px;
    right: 10px;
    bottom: 0px;
}

#timerview {
    position: absolute;
    top: 70px;
    right: 60px;
    font-size: 12px;
    color: darkgray;
    background-color: transparent;
    height: 20px;
    width: 40px;
    z-index: 1000;
    text-align: center;
    line-height: 24px;
    height: 24px;
}

.sub-menu-item .fa {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #0d6efd;
}

@media all and (max-width: 768px) {


    .side-options {
        top: -38px !important;
    }

    #sidebar {
        z-index: 1101;
        -moz-transition: left 0.5s;
        -o-transition: left 0.5s;
        -webkit-transition: left 0.5s;
        transition: left 0.5s;
        top: 2px;
        width: 260px;
        left: -262px;
        bottom: 2px;
    }

        #sidebar .nav-user-wrapper {
            padding-top: 8px;
            padding-bottom: 12px;
        }

        #sidebar.mob_sidebar_open {
            left: 1px;
        }

    .editorContainer {
        left: 5px;
        right: 5px;
    }
}

/*#endregion*/
/*#region SLICKGRID*/
/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header.ui-state-default, .slick-headerrow.ui-state-default, .slick-footerrow.ui-state-default, .slick-top-panel-scroller.ui-state-default, .slick-group-header.ui-state-default {
    width: 100%;
    overflow: auto;
    position: relative;
    border-left: 0px !important;
}

.slick-header.ui-state-default {
    overflow: inherit;
}

.slick-header::-webkit-scrollbar, .slick-headerrow::-webkit-scrollbar, .slick-footerrow::-webkit-scrollbar {
    display: none
}

.slick-header-columns, .slick-headerrow-columns, .slick-footerrow-columns, .slick-group-header-columns {
    position: relative;
    white-space: nowrap;
    cursor: default;
    overflow: hidden;
}

.slick-header-column.ui-state-default, .slick-group-header-column.ui-state-default {
    position: relative;
    display: inline-block;
    box-sizing: content-box !important; /* this here only for Firefox! */
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    height: 24px;
    line-height: 24px;
    margin: 0;
    padding: 4px;
    border-right: 1px solid silver;
    border-left: 0px !important;
    border-top: 1px solid silver;
    border-bottom: 0px !important;
    float: left;
}

.slick-footerrow-column.ui-state-default {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0;
    padding: 4px;
    border-right: 1px solid silver;
    border-left: 0px;
    border-top: 0px;
    border-bottom: 0px;
    float: left;
    line-height: 20px;
    vertical-align: middle;
}

.slick-headerrow-column.ui-state-default, .slick-footerrow-column.ui-state-default {
    padding: 0px;
    padding-top: 2px;
}

.slick-header-column-sorted {
    font-style: italic;
}

.slick-sort-indicator {
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: 4px;
    margin-top: 6px;
    float: left;
}

.slick-sort-indicator-numbered {
    display: inline-block;
    width: 8px;
    height: 5px;
    margin-left: 4px;
    margin-top: 0;
    line-height: 20px;
    float: left;
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    color: #6190CD;
}

.slick-sort-indicator-desc {
    background: url(/images/grid/sort-desc.gif);
}

.slick-sort-indicator-asc {
    background: url(/images/grid/sort-asc.gif);
}

.slick-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    cursor: col-resize;
    width: 9px;
    right: -5px;
    top: 0;
    height: 100%;
    z-index: 1;
}

.slick-sortable-placeholder {
    background: silver;
}

.grid-canvas {
    position: relative;
    outline: 0;
}

.slick-row.ui-widget-content, .slick-row.ui-state-active {
    position: absolute;
    border: 0px;
    width: 100%;
}

.slick-cell, .slick-headerrow-column, .slick-footerrow-column {
    position: absolute;
    border: 1px solid transparent;
    border-right: 1px dotted silver;
    border-bottom-color: silver;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    vertical-align: middle;
    z-index: 1;
    padding: 1px 2px 2px 1px;
    margin: 0;
    white-space: nowrap;
    cursor: default;
}

.slick-cell, .slick-headerrow-column {
    border-bottom-color: silver;
}

.slick-footerrow-column {
    border-top-color: silver;
}

.slick-group {
}

.slick-group-toggle {
    display: inline-block;
}

.slick-cell.highlighted {
    background: lightskyblue;
    background: rgba(0, 0, 255, 0.2);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-cell.flashing {
    border: 1px solid red !important;
}

.slick-cell.editable {
    z-index: 11;
    overflow: visible;
    background: white;
    border-color: black;
    border-style: solid;
}

.slick-cell:focus {
    outline: none;
}

.slick-reorder-proxy {
    display: inline-block;
    background: blue;
    opacity: 0.15;
    filter: alpha(opacity = 15);
    cursor: move;
}

.slick-reorder-guide {
    display: inline-block;
    height: 2px;
    background: blue;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.slick-selection {
    z-index: 10;
    position: absolute;
    border: 2px dashed black;
}

.slick-pane {
    /* position: absolute;*/
    outline: 0;
    overflow: hidden;
    width: 100%;
}

.slick-pane-header {
    display: block;
}

.slick-header {
    overflow: hidden;
    position: relative;
}

.slick-headerrow {
    overflow: hidden;
    position: relative;
}

.slick-top-panel-scroller {
    overflow: hidden;
    position: relative;
}

.slick-top-panel {
    width: 10000px
}

.slick-viewport {
    position: relative;
    outline: 0;
    width: 100%;
}

/*
IMPORTANT:
In order to preserve the uniform grid appearance, all cell styles need to have padding, margin and border sizes.
No built-in (selected, editable, highlight, flashing, invalid, loading, :focus) or user-specified CSS
classes should alter those!
*/

.slick-header-columns {
    background: url('/images/grid/header-columns-bg.png') repeat-x center bottom;
    border-bottom: 1px solid silver;
}

.slick-header-column {
    background: url('/images/grid/header-columns-bg.png') repeat-x center bottom;
    border-right: 1px solid silver;
}

    .slick-header-column:hover, .slick-header-column-active {
        /*        background: white url('/images/grid/header-columns-over-bg.gif') repeat-x center bottom;*/
        background: none;
        color: white;
        background-color: #002632;
    }

.slick-headerrow {
    background: #fafafa;
}

.slick-headerrow-column {
    background: #fafafa;
    border-bottom: 0;
    height: 100%;
}

.slick-row.ui-state-active {
    background: #F5F7D7;
}

.slick-row {
    position: absolute;
    background: white;
    border: 0px;
    line-height: 20px;
}

    .slick-row.selected {
        z-index: 10;
        background: #DFE8F6;
    }

.slick-cell {
    padding-left: 4px;
    padding-right: 4px;
}

.slick-group {
    border-bottom: 2px solid silver;
}

.slick-group-toggle {
    width: 9px;
    height: 9px;
    margin-right: 5px;
}

    .slick-group-toggle.expanded {
        background: url(/images/grid/collapse.gif) no-repeat center center;
    }

    .slick-group-toggle.collapsed {
        background: url(/images/grid/expand.gif) no-repeat center center;
    }

.slick-group-totals {
    color: gray;
    background: white;
}

.slick-group-select-checkbox {
    width: 13px;
    height: 13px;
    margin: 3px 10px 0 0;
    display: inline-block;
}

    .slick-group-select-checkbox.checked {
        background: url(/images/grid/GrpCheckboxY.png) no-repeat center center;
    }

    .slick-group-select-checkbox.unchecked {
        background: url(/images/grid/GrpCheckboxN.png) no-repeat center center;
    }

.slick-cell.selected {
    background-color: #d9ecfb;
}

.slick-cell.active {
    border-color: gray;
    border-style: solid;
}

.slick-sortable-placeholder {
    background: silver !important;
}

.slick-row.odd {
    background: #fafafa;
}

.slick-row.ui-state-active {
    background: #F5F7D7;
}

.slick-row.loading {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}

.slick-cell.invalid {
    border-color: red;
    -moz-animation-duration: 0.2s;
    -webkit-animation-duration: 0.2s;
    -moz-animation-name: slickgrid-invalid-hilite;
    -webkit-animation-name: slickgrid-invalid-hilite;
}

@-moz-keyframes slickgrid-invalid-hilite {
    from {
        box-shadow: 0 0 6px red;
    }

    to {
        box-shadow: none;
    }
}

@-webkit-keyframes slickgrid-invalid-hilite {
    from {
        box-shadow: 0 0 6px red;
    }

    to {
        box-shadow: none;
    }
}

.slick-column-name,
.slick-sort-indicator {
    /**
   * This makes all "float:right" elements after it that spill over to the next line
   * display way below the lower boundary of the column thus hiding them.
   */
    display: inline-block;
    float: left;
    margin-bottom: 100px;
}

.slick-header-button {
    display: inline-block;
    float: right;
    vertical-align: top;
    margin: 1px;
    /**
  * This makes all "float:right" elements after it that spill over to the next line
  * display way below the lower boundary of the column thus hiding them.
  */
    margin-bottom: 100px;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.slick-header-button-hidden {
    width: 0;
    -webkit-transition: 0.2s width;
    -ms-transition: 0.2s width;
    transition: 0.2s width;
}

.slick-header-column:hover > .slick-header-button {
    width: 15px;
}
/* Menu button */
.slick-header-menubutton {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(images/down.gif);
    cursor: pointer;
    display: none;
    border-left: thin ridge silver;
}

.slick-header-column:hover > .slick-header-menubutton,
.slick-header-column-active .slick-header-menubutton {
    display: inline-block;
}

/* Menu */
.slick-header-menubutton {
    background-position: center center;
    background-repeat: no-repeat;
    border-left: thin ridge silver;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
}

.slick-header-menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #BFBDBD;
    min-width: 175px;
    padding: 4px;
    z-index: 100000;
    cursor: default;
    display: inline-block;
    margin: 0;
    position: absolute;
}

    .slick-header-menu BUTTON {
        border: 1px solid #BFBDBD;
        background-color: White;
        width: 45px;
        padding: 4px;
        margin: 4px 4px 4px 0;
    }

    .slick-header-menu .filter {
        border: 1px solid #BFBDBD;
        font-size: 8pt;
        height: 400px;
        margin-top: 6px;
        overflow: scroll;
        padding: 4px;
        white-space: nowrap;
        width: 200px;
    }

.slick-header-menuitem {
    border: 1px solid transparent;
    padding: 2px 4px;
    cursor: pointer;
    list-style: none outside none;
    margin: 0;
}

.slick-header-menuicon {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    margin-right: 4px;
    vertical-align: middle;
    width: 16px;
}

.slick-header-menucontent {
    display: inline-block;
    vertical-align: middle;
}

.slick-header-menuitem:hover {
    border-color: #BFBDBD;
}

.filter label {
    display: block;
    margin-bottom: 5px;
}
/* Disabled */
.slick-header-menuitem-disabled {
    color: silver;
}

.slick-pager {
    width: 100%;
    height: 26px;
    border: 1px solid gray;
    border-top: 0;
    background: url('images/header-columns-bg.gif') repeat-x center bottom;
    vertical-align: middle;
}

    .slick-pager .slick-pager-status {
        display: inline-block;
        padding: 6px;
    }

    .slick-pager .ui-icon-container {
        display: inline-block;
        margin: 2px;
        border-color: gray;
    }

    .slick-pager .slick-pager-nav {
        display: inline-block;
        float: left;
        padding: 2px;
    }

    .slick-pager .slick-pager-settings {
        display: block;
        float: right;
        padding: 2px;
    }

        .slick-pager .slick-pager-settings * {
            vertical-align: middle;
        }

        .slick-pager .slick-pager-settings a {
            padding: 2px;
            text-decoration: underline;
            cursor: pointer;
        }



.header-overlay, .cell-overlay, .selection-cell-overlay {
    display: block;
    position: absolute;
    z-index: 999;
}

.handle-overlay {
    border: 1px solid white;
    padding: 2px;
    /*    background-color: #217346;*/
    position: absolute;
    width: 1px;
    z-index: 1000;
    cursor: crosshair;
}

.overlay-handle-decorator {
    border: 2px solid #217346;
    z-index: 1000;
}

/*#endregion SLICKGRID*/
/*#region TOASTR*/

.toast-title {
    font-weight: bold;
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

    .toast-message a,
    .toast-message label {
        color: #ffffff;
    }

        .toast-message a:hover {
            color: #cccccc;
            text-decoration: none;
        }

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

    .toast-close-button:hover,
    .toast-close-button:focus {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.4;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
        filter: alpha(opacity=40);
    }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
}

.toast-top-left {
    top: 12px;
    left: 12px;
}

.toast-top-right {
    top: 12px;
    right: 12px;
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px;
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px;
}

#toast-container {
    position: fixed;
    z-index: 999999;
    /*overrides*/
}

    #toast-container * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    #toast-container > div {
        position: relative;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        border-radius: 3px 3px 3px 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        -webkit-box-shadow: 0 0 12px #999999;
        box-shadow: 0 0 12px #999999;
        color: #ffffff;
        opacity: 0.8;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        filter: alpha(opacity=80);
    }

        #toast-container > div:hover {
            -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
            box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
            opacity: 1;
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
            filter: alpha(opacity=100);
            cursor: pointer;
        }

    #toast-container > .toast-info {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-error {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
    }

    #toast-container > .toast-success {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
    }

    #toast-container > .toast-warning {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
    }

    #toast-container.toast-top-center > div,
    #toast-container.toast-bottom-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    #toast-container.toast-top-full-width > div,
    #toast-container.toast-bottom-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }

.toast {
    background-color: #030303;
}

.toast-success {
    background-color: #51a351;
}

.toast-error {
    background-color: #bd362f;
}

.toast-info {
    background-color: #2196F3;
}

.toast-warning {
    background-color: #f89406;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }
}

/*  THEME COLORs
========================================================================== */
/* Looks good on chrome default color profile */
/* We will manually convert these primary colors to rgb for the dark mode option of the theme */
/* looks good in sRGB but washed up on chrome default 
$color-primary:						#826bb0;
$color-success:						#31cb55;
$color-info:						#5e93ec;
$color-warning:						#eec559;
$color-danger:						#dc4b92;
$color-fusion:						darken(desaturate(adjust-hue($color-primary, 5), 80%), 25%); */
/*  Color Polarity
========================================================================== */
/*  PAINTBUCKET MIXER
========================================================================== */
/* the grays */
/* the sapphires */
/* the emeralds */
/* the amethyths */
/* the topaz */
/* the rubies */
/* the graphites */
/*  Define universal border difition (div outlines, etc)
========================================================================== */
/*  MOBILE BREAKPOINT & GUTTERS (contains some bootstrap responsive overrides)
========================================================================== */
/* define when mobile menu activates, here we are declearing (lg) so it targets the one after it */
/* bootstrap reference xs: 0,  sm: 544px, md: 768px, lg: 992px, xl: 1200px*/
/* global var used for spacing*/
/* Uniform Padding variable */
/* Heads up! This is a global scoped variable - changing may impact the whole template */
/*   BOOTSTRAP OVERRIDES (bootstrap variables)
========================================================================== */
/* usage: theme-colors("primary"); */
/* forms */
/*$input-height:							calc(2.25rem + 1px); //I had to add this because the input gruops was having improper height for some reason... */
/* links */
/* checkbox */
/*$custom-file-height-inner:				calc(2.25rem - 1px);*/
/* not part of bootstrap variable */
/* custom checkbox */
/* custom range */
/* custom file */
/* badge */
/* cards */
/*border radius*/
/* alert */
/* toast */
/* breadcrumb */
/* input button */
/* nav link */
/* nav, tabs, pills */
/* tables */
/* dropdowns */
/* dropdowns sizes */
/* popovers */
/* tooltips */
/* modal */
/* reference guide
http://www.standardista.com/px-to-rem-conversion-if-root-font-size-is-16px/
8px = 0.5rem
9px = 0.5625rem
10px = 0.625rem
11px = 0.6875rem
12px = 0.75rem
13px = 0.8125rem
14px = 0.875rem
15px = 0.9375rem
16px = 1rem (base)
17px = 1.0625rem
18px = 1.125rem
19px = 1.1875rem
20px = 1.25rem
21px = 1.3125rem
22px = 1.375rem
24px = 1.5rem
25px = 1.5625rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem
34px = 2.125rem
36px = 2.25rem
38px = 2.375rem
40px = 2.5rem
*/
/* Fonts */
/* carousel */
/*  BASE VARS
========================================================================== */
/* font vars below will auto change to rem values using function rem($value)*/
/* 11px   */
/* 12px   */
/* 12.5px */
/* 14px   */
/* 15px   */
/* 16px   */
/* 28px   */
/*  Font Family
========================================================================== */
/*hint: you can also try the font called 'Poppins' by replacing the font 'Roboto' */
/*  ANIMATIONS
========================================================================== */
/* this addresses all animation related to nav hide to nav minify */
/*  Z-INDEX declearation
========================================================================== */
/* we adjust bootstrap z-index to be higher than our higest z-index*/
/*  CUSTOM ICON PREFIX 
========================================================================== */
/*  PRINT CSS (landscape or portrait)
========================================================================== */
/* landscape or portrait */
/* auto, letter */
/*  Common Element Variables
========================================================================== */
/* Z-index decleartion "birds eye view"
========================================================================== */
/*  Components
========================================================================== */
/*  PAGE HEADER STUFF
========================================================================== */
/* colors */
/* height */
/* logo */
/* try not to go beywond the width of $main_nav_width value */
/* you may need to change this depending on your logo design */
/* adjust this as you see fit : left, right, center */
/* icon font size (not button) */
/* search input box */
/* suggestion: #ccced0*/
/* btn */
/* dropdown: app list */
/* badge */
/* COMPONENTS & MODS */
/*  NAVIGATION STUFF

Guide:

aside.page-sidebar ($nav-width, $nav-background)
	.page-logo
	.primary-nav
		.info-card
		ul.nav-menu
			li
				a (parent level-0..., $nav-link-color, $nav-link-hover-color, $nav-link-hover-bg-color, $nav-link-hover-left-border-color)
					icon 
					span
					collapse-sign 
					
				ul.nav-menu-sub-one  
					li
						a ($nav-level-1... $nav-sub-link-height)
							span
							collapse-sign

						ul.nav-menu-sub-two
							li
								a ($nav-level-2... $nav-sub-link-height)
									span

		p.nav-title ($nav-title-*...)


========================================================================== */
/* main navigation */
/* left panel */
/* nav footer */
/* nav parent level-0 */
/* nav link level-1 */
/* nav level-1 bg */
/* nav icon sizes */
/* badge default */
/* all child */
/* nav title */
/* nav Minify */
/* when the menu pops on hover */
/* navigation Width */
/* partial visibility of the menu */
/* top navigation */
/* nav Info Card (appears below the logo) */
/* width is auto */
/* nav DL labels for all child */
/* will be pulled to left as a negative value */
/*   MISC Settings
========================================================================== */
/* List Table */
/*   PAGE SETTINGS
========================================================================== */
/*   PAGE BREADCRUMB 
========================================================================== */
/*   PAGE COMPONENT PANELS 
========================================================================== */
/*   PAGE COMPONENT PROGRESSBARS 
========================================================================== */
/*   PAGE COMPONENT MESSENGER 
========================================================================== */
/*   FOOTER
========================================================================== */
/*   GLOBALS
========================================================================== */
/* ACCESSIBILITIES */
/* SHORTCUT BUTTON (appears on bottom right of the page) */
/* GULP WARNINGS */
.toast {
    background-color: #886ab5;
    background-image: none !important;
}

    .toast:before {
        content: "\f05a";
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: 'FontAwesome';
        font-size: 1.8rem;
        left: 1rem;
        top: 0;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.toast-success {
    background-color: #1ab3a3;
}

    .toast-success:before {
        content: "\f2f7";
    }

.toast-error {
    background-color: #bd362f;
}

    .toast-error:before {
        content: "\f071";
    }

.toast-info {
    background-color: #2196F3;
}

    .toast-info:before {
        content: "\f05a";
    }

.toast-warning {
    background-color: #ffb20e;
}

    .toast-warning > div,
    .toast-warning .toast-close-button {
        color: #000;
    }

    .toast-warning:before {
        content: "\f071";
        color: #000;
    }

#toast-container > .toast {
    padding: 1rem 1rem 1rem 3.5rem;
    border-radius: 4px;
    background-image: none !important;
    width: 22rem;
    opacity: 0.9;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

    #toast-container > .toast:hover {
        -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    }

.toast-close-button {
    top: -0.7em;
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > .toast {
        width: 18rem;
    }

    #toast-container .toast-close-button {
        top: -0.7em;
    }
}

/*# sourceMappingURL=toastr.css.map */


/*#endregion TOASTR*/
/*#region SELECT2*/

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

    .select2-container .select2-selection--single {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative;
        }

    .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px;
    }

    .select2-container .select2-selection--multiple {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-select: none;
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .select2-container .select2-search--inline {
        float: left;
    }

        .select2-container .select2-search--inline .select2-search__field {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            border: none;
            font-size: 100%;
            margin-top: 5px;
            padding: 0;
        }

            .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
                -webkit-appearance: none;
            }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

    .select2-results__option[aria-selected] {
        cursor: pointer;
    }

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none;
        }

    .select2-search--dropdown.select2-search--hide {
        display: none;
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--default .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
    }

        .select2-container--default .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0 4px;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0;
        }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
}

    .select2-container--default .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*#endregion SELECT2*/
/* ---------------------------------------------------------------------- */
/* CUSTOMER SECTIONS (Home page per-owner grids)
/* ---------------------------------------------------------------------- */
.customer-section {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 15px;
    overflow: hidden;
}

.customer-section-header {
    background-color: #e6eaf0;
    padding: 8px 15px;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #2b82cc;
    color: #333;
}

/* ---------------------------------------------------------------------- */
/* CUSTOMER PAGE - responsive filter bar
/* ---------------------------------------------------------------------- */
.customer-filter-logo {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.home-filter-end {
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

@media all and (max-width: 649px) {
    .customer-filter-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .customer-filter-logo {
        margin-left: 0;
        align-self: flex-start;
    }

    .home-filter-bar {
/*        flex-direction: column;
        align-items: flex-start;*/
    }

    .home-filter-end {
        margin-left: 0;
    }
}

/* ---------------------------------------------------------------------- */
/* LOADING OVERLAY
/* ---------------------------------------------------------------------- */
.loading-overlay {
    position: fixed;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.65);
    z-index: 1088;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #dde3ea;
    border-top-color: #2b82cc;
    border-radius: 50%;
    animation: loading-spin 0.75s linear infinite;
}

@keyframes loading-spin {
    to { transform: rotate(360deg); }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}