﻿
@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;
    }
}


/*.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;
        }

    .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
    /* ---------------------------------------------------------------------- */
.sub-menu li:hover {
    background: #f2f2f2 !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 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: silver;
}

.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 0 12px #000000;
            box-shadow: 0 0 12px #000000;
            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: #2f96b4;
}

.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 .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
            list-style: none;
        }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-top: 5px;
        margin-right: 10px;
        padding: 1px;
    }

    .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: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333;
        }

.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-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-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0;
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em;
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em;
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em;
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em;
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em;
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: bold;
        margin-right: 10px;
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999;
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
        background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }

        .select2-container--classic .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--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: transparent;
        border: none;
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888 transparent;
            border-width: 0 4px 5px 4px;
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none;
    }

    .select2-container--classic .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--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: bold;
        margin-right: 2px;
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555;
        }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}

/* #BOOTSTRAP AND MIXINS - Base Unmodified Bootstrap file with theme mixins
========================================================================== */
/*---------------------------------------------------
    SASS ELements (based on LESS Elements 0.9 http://lesselements.com) 
  -------------------------------- -------------------
    LESS ELEMENTS made by Dmitry Fadeyev (http://fadeyev.net)
    SASS port by Samuel Beek (http://samuelbeek.com) 
  ---------------------------------------------------*/
/*------------------------
    Usage

  $color-white: hexToRGBString(#fff) => "255,255,255"
  $color-white: hexToRGBString(rgb(255,255,255)) => "255,255,255"
  $color-white: hexToRGBString(rgba(#fff,1)) => "255,255,255"
  
------------------------*/
/*------------------------
    Usage

    h1 {
      font-size: rem(32);
    }

    OR:

    h1 {
      font-size: rem(32px);
    }
------------------------*/
/*------------------------
  FADE IN
  e.g. @include fadeIn( 2s );
------------------------*/
/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

usage:
@include text-contrast($bgcolor)
      
Color brightness is determined by the following formula: 
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*------------------------
 color factory 
  eg: contrast-ink($contrastvalue)
------------------------*/
/*------------------------
 color factory 
  eg: @include paint($blue-grey-50, bg-blue-grey-50);
------------------------*/
/* backface visibility */
/* generate theme button */
/* #BASE - Base Variable file along with font library, and colors.
========================================================================== */
/*  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 */
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
    font-size: 0.8125rem;
    letter-spacing: 0.1px;
}

.page-content {
    color: #666666;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 400;
}

strong {
    font-weight: 500;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: 300;
    display: block;
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 2px 0 1.5rem;
}

h2 small,
h3 small,
.h2 small,
.h3 small {
    font-size: 0.9375rem;
}

h4 small,
.h4 small {
    font-size: 0.875rem;
}

h5 small,
h6 small,
.h5 small,
.h6 small {
    font-size: 0.8125rem;
}

/* contrast text */
.text-contrast {
    color: #333333;
}

/* text-gradient */
.text-gradient {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, #6e4e9e), color-stop(50%, #62468d), color-stop(75%, #0c7cd5), to(#0960a5));
    background: linear-gradient(180deg, #6e4e9e 25%, #62468d 50%, #0c7cd5 75%, #0960a5 100%);
    color: #886ab5;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

/* looking for font size? Check _helpers.scss */
/* PLACEHOLDER 
============================================= 

EXAMPLE:

%bg-image {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

.image-one {
		@extend %bg-image;
		background-image:url(/images/image-one.jpg");
}

RESULT:

.image-one, .image-two {
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
}

*/
/*
%shadow-hover {
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 0 2px rgba(0,0,0,0.24);
	transition: all 0.2s ease-in-out;

	&:hover {
		box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 -1px 6px rgba(0,0,0,0.23);
	}
}
*/
/*%fixed-header-shadow {
	@include box-shadow(0 2px 2px -1px rgba(0,0,0,.1));
}*/
/*  %selected-dot {
		&:before {
			content: " ";
			display: block;
			border-radius: 50%;
			background: inherit;
			background-image: none;
			border: 2px solid rgba(0,0,0,0.2);
			position: absolute;
			top: 15px;
			left: 15px;
			height: 20px;
			width: 20px;
		}
		&:after {
			content: " ";
			height: inherit;
			width: inherit;
			border: 5px solid rgba(0,0,0,0.1);
			position: absolute;
			left: 0;
			top: 0;
			border-radius: 50%;
		} 
	}*/
/* patterns */
.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #E5E5E5;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(1.5em + 1rem + 2px);
        padding: 0 0.875rem;
    }

.select2-container .select2-selection--single {
    height: calc(1.5em + 1rem + 2px);
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.47em + 1rem + 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 0;
    bottom: 0;
    right: 0.5rem;
}

.select2-dropdown {
    border-color: #E5E5E5;
}

.select2-search--dropdown {
    padding: 0.875rem;
}

    .select2-search--dropdown:before {
        content: "\f002";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        left: calc(1rem + 0.875rem);
        top: calc(0.6rem + 0.875rem);
        color: #886ab5;
    }

.select2-results {
    padding: 0.875rem;
}

.select2-search.select2-search--dropdown:not(.select2-search--hide) + .select2-results {
    padding-top: 0;
}

.select2-container--open .select2-dropdown--above {
    -webkit-box-shadow: 0px -3px 8px 0px rgba(90, 80, 105, 0.1);
    box-shadow: 0px -3px 8px 0px rgba(90, 80, 105, 0.1);
    border-color: #886ab5;
}

.select2-container--open .select2-dropdown--below {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(90, 80, 105, 0.1);
    box-shadow: 0px 3px 8px 0px rgba(90, 80, 105, 0.1);
    border-color: #886ab5;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: block;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    padding: 0.5rem 0.875rem;
    padding-left: 2.5rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 0.25rem;
    -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
    box-shadow: inset 0 0.25rem 0.125rem 0 rgba(33, 37, 41, 0.025);
}

    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
        border-color: #cccccc;
    }

.select2-container--default .select2-results__group {
    padding: 0.5rem 0;
    color: #8e8e8e;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #efebf5;
    color: #563d7c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #886ab5;
    color: #fff;
}

.select2-selection--single,
.select2-selection--multiple,
.select2-search__field {
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    position: relative;
    z-index: 1151;
    border-color: #886ab5;
}

.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-color: transparent;
    border-bottom: 0;
}

.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-color: transparent;
    border-top: 0;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #886ab5;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 5px 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efebf5;
    border-color: #967bbd;
    color: #563d7c;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        margin: 0;
        padding-left: 7px;
        padding-right: 7px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        font-size: 16px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 5px;
        color: #a38cc6;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
            color: #886ab5;
        }

        .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:active {
            -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
        }

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
    margin-left: 0;
    height: calc(1.47em + 1rem + 2px);
    padding: 0.5rem 0.3rem;
    min-width: 100px;
}

span.select2-selection.select2-selection--single,
span.select2-selection.select2-selection--multiple {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    padding: 0 15px;
    margin-right: 8px;
    font-size: 1rem;
    color: #fd3995;
}

    .select2-container--default .select2-selection--single .select2-selection__clear:hover {
        color: #fd2087;
    }

/* this is not a permanent solution... hopefully IE will die by the time we release version 5.... */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .select2-container--default .select2-selection--single .select2-selection__clear {
        line-height: normal;
        margin-top: 8px;
    }
}

.select2-results__message {
    color: #fd3995;
}


.select2-container {
    display: block;
    z-index: 12050;
}

    .select2-container *:focus {
        outline: 0;
    }

.input-group .select2-container--bootstrap4 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.input-group-prepend ~ .select2-container--bootstrap4 .select2-selection {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .select2-container--bootstrap4:not(:last-child) .select2-selection {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-selection {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .select2-container--bootstrap4 .select2-selection {
        -webkit-transition: none;
        transition: none;
    }
}

.select2-container--bootstrap4.select2-container--focus .select2-selection {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.select2-container--bootstrap4.select2-container--focus.select2-container--open .select2-selection {
    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-selection {
    cursor: not-allowed;
    background-color: #e9ecef;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field, .select2-container--bootstrap4.select2-container--disabled.select2-container--focus .select2-search__field {
    background-color: transparent;
}

select.is-invalid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:invalid ~ .select2-container--bootstrap4 .select2-selection {
    border-color: #dc3545;
}

select.is-valid ~ .select2-container--bootstrap4 .select2-selection,
form.was-validated select:valid ~ .select2-container--bootstrap4 .select2-selection {
    border-color: #28a745;
}

.select2-container--bootstrap4 .select2-search {
    width: 100%;
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: #ced4da;
    border-radius: 0;
}

    .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
        border-top: none;
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .select2-container--bootstrap4 .select2-dropdown.select2-dropdown--above {
        border-top: 1px solid #ced4da;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .select2-container--bootstrap4 .select2-dropdown .select2-results__option[aria-selected="true"] {
        color: #212529;
        background-color: #f2f2f2;
    }

.select2-container--bootstrap4 .select2-results__option--highlighted,
.select2-container--bootstrap4 .select2-results__option--highlighted.select2-results__option[aria-selected="true"] {
    color: #fff;
    background-color: #007bff;
}

.select2-container--bootstrap4 .select2-results__option[role="group"] {
    padding: 0;
}

    .select2-container--bootstrap4 .select2-results__option[role="group"] .select2-results__options--nested .select2-results__option {
        padding-left: 1em;
    }

.select2-container--bootstrap4 .select2-results__option {
    padding: 0.375rem 0.75rem;
}

.select2-container--bootstrap4 .select2-results > .select2-results__options {
    max-height: 15em;
    overflow-y: auto;
}

.select2-container--bootstrap4 .select2-results__group {
    display: list-item;
    padding: 6px;
    color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection__clear {
    float: right;
    width: .9em;
    height: .9em;
    padding-left: .15em;
    margin-top: .7em;
    margin-right: .3em;
    line-height: .75em;
    color: #f8f9fa;
    background-color: #c8c8c8;
    border-radius: 100%;
}

    .select2-container--bootstrap4 .select2-selection__clear:hover {
        background-color: #afafaf;
    }

.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + 0.75rem + 2px) !important;
}

    .select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
        line-height: calc(1.5em + 0.75rem);
        color: #6c757d;
    }

    .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
        position: absolute;
        top: 50%;
        right: 3px;
        width: 20px;
    }

        .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
            position: absolute;
            top: 60%;
            left: 50%;
            width: 0;
            height: 0;
            margin-top: -2px;
            margin-left: -4px;
            border-color: #343a40 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
        }

    .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
        padding-left: 0.75rem;
        line-height: calc(1.5em + 0.75rem);
        color: #495057;
    }

.select2-search--dropdown .select2-search__field {
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.select2-results__message {
    color: #6c757d;
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: calc(1.5em + 0.75rem + 2px) !important;
}

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0.375rem;
        margin: 0;
        list-style: none;
    }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
        float: left;
        padding: 0;
        padding-right: 0.75rem;
        margin-top: calc(0.375rem - 2px);
        margin-right: 0.375rem;
        color: #495057;
        cursor: pointer;
        border: 1px solid #bdc6d0;
        border-radius: 0.2rem;
    }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-search__field {
        color: #495057;
    }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice + .select2-search {
        width: 0;
    }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
        float: left;
        padding-right: 3px;
        padding-left: 3px;
        margin-right: 1px;
        margin-left: 3px;
        font-weight: 700;
        color: #bdc6d0;
    }

        .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #343a40;
        }

    .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
        position: absolute !important;
        top: 0;
        right: .7em;
        float: none;
        margin-right: 0;
    }

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    padding: 0 5px;
    cursor: not-allowed;
}

    .select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        display: none;
    }



/*#endregion SELECT2*/
/*#region MAPS*/
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

:root {
    --OFFLINE-color: #FF9800;
    --LOCKED-color: #0288D1;
    --UNLOCKED-color: #7B1FA2;
}

#map {
    height: 100%;
    width: 100%;
}

.pinpoint {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 15px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.1s ease-out;
    width: 15px;
    cursor: pointer;
}

    .pinpoint .fa {
        color: silver;
    }

.pin {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.1s ease-out;
    width: 30px;
}

.infoDetails {
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 50%;
    color: #263238;
    font-size: 14px;
    gap: 15px;
    height: 30px;
    justify-content: center;
    padding: 4px;
    position: relative;
    position: relative;
    transition: all 0.1s ease-out;
    width: 30px;
}

    .pin::after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #FFFFFF;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: 94%;
        transform: translate(-50%, 0);
        transition: all 0.1s ease-out;
        width: 0;
        z-index: 1;
    }

    .pin .icon {
        align-items: center;
        display: flex;
        justify-content: center;
        color: #000;
    }

        .pin .icon svg {
            height: 20px;
            width: auto;
        }

    .pin .details {
        display: none;
        flex-direction: column;
        flex: 1;
        animation: fadeIn 1s;
        -webkit-animation: fadeIn 1s;
        -moz-animation: fadeIn 1s;
        -o-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
    }

    .pin .details {
        display: none;
        opacity: flex-direction: column;
        flex: 1;
    }


    .pin.highlight {
        background-color: #FFFFFF;
        border-radius: 8px;
        box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
        height: 240px;
        padding: 8px 8px;
        width: auto;
        padding-bottom: 0px;
    }

        .pin.highlight::after {
            border-top: 9px solid #FFFFFF;
        }

        .pin.highlight .details {
            display: flex;
        }

        .pin.highlight .icon svg {
            width: 50px;
            height: 50px;
        }

.pin table, .infoDetails table, .leafpin table {
    font-size: 12px;
    width: 280px;
}

        .pin table .titlePin, .infoDetails table .titlePin, .leafTitlePin {
            font-weight: bold;
            width: 120px;
        }


        .pin table .dataPin {
            /* font-size: 12px;*/
        }

.ShipTitlePin {
    font-weight: bold;
    text-align: center;
    height: 30px;
    line-height: 15px;
}


.pin.highlight:has(.Status-OFFLINE) .icon {
    color: var(--OFFLINE-color);
    font-size: 24px;
    position: absolute;
    top: 2px;
}

.pin:not(.highlight):has(.Status-OFFLINE) {
    background-color: var(--OFFLINE-color);
}

    .pin:not(.highlight):has(.Status-OFFLINE)::after {
        border-top: 9px solid var(--OFFLINE-color);
    }


.pin.highlight:has(.Status-LOCKED) .icon {
    color: var(--LOCKED-color);
    font-size: 24px;
    position: absolute;
    top: 2px;
}

.pin:not(.highlight):has(.Status-LOCKED) {
    background-color: var(--LOCKED-color);
}

    .pin:not(.highlight):has(.Status-LOCKED)::after {
        border-top: 9px solid var(--LOCKED-color);
    }


.pin.highlight:has(.Status-UNLOCKED) .icon {
    color: var(--UNLOCKED-color);
    font-size: 24px;
    position: absolute;
    top: 2px;
}

.pin:not(.highlight):has(.Status-UNLOCKED) {
    background-color: var(--UNLOCKED-color);
}

    .pin:not(.highlight):has(.Status-UNLOCKED)::after {
        border-top: 9px solid var(--UNLOCKED-color);
    }


.leaf_pin_level_LOCKED {
    background-color: #e3dc5e;
}

.leaf_pin_level_UNLOCKED {
    background-color: #00cf45;
}

.leaf_pin_level_OFFLINE {
    background-color: #da8c83;
}

img.pin_OFFLINE {
    filter: hue-rotate(150deg) brightness(.90);
}

img.pin_LOCKED {
    filter: hue-rotate(-190deg) brightness(1.40);
}

img.pin_UNLOCKED {
    filter: hue-rotate(240deg);
}


/*#endregion*/
/*#region DATETIME*/

/* ----------------------------------------------------------------------------- 

  jQuery DateTimePicker - Responsive flat design jQuery DateTime Picker plugin for Web & Mobile
  Version 0.1.39
  Copyright (c)2014-2019 Lajpat Shah
  Contributors : https://github.com/nehakadam/DateTimePicker/contributors
  Repository : https://github.com/nehakadam/DateTimePicker
  Documentation : https://nehakadam.github.io/DateTimePicker

 ----------------------------------------------------------------------------- */

.dtpicker-overlay {
    z-index: 2000;
    display: none;
    min-width: 300px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dtpicker-mobile {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dtpicker-overlay * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dtpicker-bg {
    width: 100%;
    height: 100%;
    font-family: Arial;
}

.dtpicker-cont {
    border: 1px solid #ECF0F1;
}

.dtpicker-mobile .dtpicker-cont {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.dtpicker-content {
    margin: 0 auto;
    padding: 1em 0;
    max-width: 500px;
    background: #fff;
}

.dtpicker-mobile .dtpicker-content {
    width: 97%;
}

.dtpicker-subcontent {
    position: relative;
}

.dtpicker-header {
    margin: 0.2em 1em;
}

    .dtpicker-header .dtpicker-title {
        color: #2980B9;
        text-align: center;
        font-size: 1.1em;
    }

    .dtpicker-header .dtpicker-close {
        position: absolute;
        top: -0.7em;
        right: 0.3em;
        padding: 0.5em 0.5em 1em 1em;
        color: #FF3B30;
        font-size: 1.5em;
        cursor: pointer;
        text-decoration: none;
    }

        .dtpicker-header .dtpicker-close:hover {
            color: #FF3B30;
        }

    .dtpicker-header .dtpicker-value {
        padding: 0.8em 0.2em 0.2em 0.2em;
        color: #FF3B30;
        text-align: center;
        font-size: 1.4em;
    }

.dtpicker-components {
    overflow: hidden;
    margin: 1em 1em;
    font-size: 1.3em;
}

    .dtpicker-components * {
        margin: 0;
        padding: 0;
    }

    .dtpicker-components .dtpicker-compOutline {
        display: inline-block;
        float: left;
    }

.dtpicker-comp2 {
    width: 50%;
}

.dtpicker-comp3 {
    width: 33.3%;
}

.dtpicker-comp4 {
    width: 25%;
}

.dtpicker-comp5 {
    width: 20%;
}

.dtpicker-comp6 {
    width: 16.66%;
}

.dtpicker-comp7 {
    width: 14.285%;
}

.dtpicker-components .dtpicker-comp {
    margin: 2%;
    text-align: center;
}

    .dtpicker-components .dtpicker-comp > * {
        display: block;
        height: 30px;
        color: #2980B9;
        text-align: center;
        line-height: 30px;
    }

        .dtpicker-components .dtpicker-comp > *:hover {
            color: #2980B9;
        }

.dtpicker-components .dtpicker-compButtonEnable {
    opacity: 1;
}

.dtpicker-components .dtpicker-compButtonDisable {
    opacity: 0.5;
}

.dtpicker-components .dtpicker-compButton {
    background: #FFFFFF;
    font-size: 140%;
    cursor: pointer;
    text-decoration: none;
}

.dtpicker-components .dtpicker-compValue {
    margin: 0.4em 0;
    width: 100%;
    border: none;
    background: #FFFFFF;
    font-size: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.dtpicker-overlay .dtpicker-compValue:focus {
    outline: none;
    background: #F2FCFF;
}

.dtpicker-buttonCont {
    overflow: hidden;
    margin: 0.2em 1em;
}

    .dtpicker-buttonCont .dtpicker-button {
        display: block;
        padding: 0.6em 0;
        width: 47%;
        background: #2268a3;
        color: #FFFFFF;
        text-align: center;
        font-size: 1.3em;
        cursor: pointer;
        border-radius: .25rem;
        text-decoration: none;
    }

        .dtpicker-buttonCont .dtpicker-button:hover {
            color: #FFFFFF;
        }

.dtpicker-singleButton .dtpicker-button {
    margin: 0.2em auto;
}

.dtpicker-twoButtons .dtpicker-buttonSet {
    float: left;
}

.dtpicker-twoButtons .dtpicker-buttonClear {
    float: right;
}

/*#endregion*/

.spinButton {
    position: relative;
    border: 3.5px solid rgba(255,255,255,0.5);
    border-Right-Color: #fff;
    border-Radius: 50%;
    display: inline-block;
    width: 1.33em;
    height: 1.33em;
    zIndex: 2;
    margin-Left: 6px;
    vertical-Align: text-top;
    top: -1px;
    animation: spin 0.75s linear;
    animation-Iteration-Count: infinite
}

.barSpinButton {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    backgroundColor: #fff;
    transition: width 200ms linear;
    opacity: 0.4;
    height: 100%;
    zIndex: 3
}



/* Reset Leaflet default */
.leaflet-pin-html.red {
    background: url('/lib/leaflet/images/marker-icon_p.png') no-repeat center;
    background-size: contain;
    border: none;
    position: relative;
}

.leaflet-pin-html.green {
    background: url('/lib/leaflet/images/marker-icon_g.png') no-repeat center;
    background-size: contain;
    border: none;
    position: relative;
}

.leaflet-pin-html.orange {
    background: url('/lib/leaflet/images/marker-icon_o.png') no-repeat center;
    background-size: contain;
    border: none;
    position: relative;
}


    /* Example: white dot in the center */
    .leaflet-pin-html .dot {
        position: absolute;
        top: 30%; /* adjust until centered in the round head */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
    }

/* The circle */
.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg,#6dd3f2,#7b61ff);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1rem; /* leaves a little breathing room for multi-line text */
    transition: transform .25s ease, box-shadow .25s ease;
    user-select: none;
}


    /* Hover/focus effect */
    .circle:hover,
    .circle:focus {
        transform: translateY(-6px) scale(1.02);
        box-shadow: 0 18px 40px rgba(0,0,0,0.18);
        outline: none;
    }


/* The text inside the circle */
.circle__text {
    color: white;
    font-size: 12px;
    line-height: 1.05;
    font-weight: 600;
    padding: 0 .25rem;
}

.rmbtn{
    display: none !important;
}