/* CSS Document */

html,
body{

}
html.no-scroll{
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
body{
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 !important;
}
body:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--black-color);
    opacity: 0;
    transition: all .25s cubic-bezier(.335,.015,.25,.995) !important;
}
#wrap {
    width: 500px;
    height: 1500px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #000;
}
.scaled-frame {
    width: 835px;
    height: 2000px;
    border: 0px;
}
.station-text{
    font-size: 8px;
    position: absolute;
    left: 4px;
    top: 0px;
    color: #CCCCCC;
}
.function-th{
    position: relative;
}
.so-not-found{
    display: none;
}
.so-found{
    display: block;
}
.th-text{
    font-size: 12px;
    margin-top: -5px;
}
.scaled-frame {
    zoom: 0.75;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
}
#admin_edit_table td{
    background-color: transparent !important;
}
#hand_held td{
    background-color: transparent !important;
}
#monitor_screen td{
    background-color: transparent !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .scaled-frame {
        zoom: 1;
    }
}

#shipped_date_dd{
    appearance: auto;
}
body.triggered:after{
    z-index: 3;
    opacity: .8;
}

[data-canvas=container]{
    background-color: var(--lightest-gray-color);
    padding-top: 80px;
    z-index: 1;
}
main{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cd-top{
    bottom: 10px;
    right: 10px;
    font-size: 36px;
    color: var(--primary-color);
    transition: all .3s ease !important;
    z-index: 1000;
}
.cd-top:hover,
.cd-top:focus{
    color: var(--primary-color-hover);
}
img{
    border: 0px;
}
p{
    margin: 0 !important;
    padding: 0 !important;
}
a{
    text-decoration: none !important;
}
a:hover,
a:focus{
    text-decoration: none !important;
}
.container{
    max-width: 1230px !important;
    position: relative;
}
.container.widish{
    max-width: 1430px !important;
}
.container.wide{
    max-width: 1630px !important;
}
.container.widest{
    max-width: 1830px !important;
}
.container.full{
    max-width: 100% !important;
    padding: 0 !important;
}
.station_name_edit{
    font-size: 8px;
    color: #FFF;
}
.remove-sequencer .btn-main{
    font-size: 10px !important;
}

.modal{
    z-index: 99999999 !important;
}
.modal-xl{
    max-width: 1400px !important;
}

.remodal{
    max-width: 1200px !important;
    text-align: left !important;
}
.remodal.sm{
    max-width: 500px !important;
}
.remodal.xl{
    max-width: 95% !important;
}
.remodal-close{
    top: 3px !important;
    right: 3px !important;
    left: auto !important;
    font-size: 30px;
    outline: none !important;
}
.remodal-close:hover{
    color: var(--secondary-color) !important;
}
.remodal-close:before{
    content: "" !important;
}
.remodal-close-it{
    position: absolute;
    top: 0;
    right: 0;
}
.remodal-overlay{
    background: rgba(0, 0, 0, 0) !important;
}

.remodal-wrapper{
    padding: 0 !important;
    overflow: hidden !important;
}
.remodal.full-screen{
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    overflow-x: hidden;
}

/* Offcanvas Nav Styles */

.offcanvas-collapse{
    position: fixed;
    top: 80px; /* Height of navbar */
    left: 100%;
    width: 100%;
    border-radius: 0 0 0 10px;
    overflow-y: auto;
    visibility: hidden;
    transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out;
    transition: transform .2s ease-in-out, visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.offcanvas-collapse.open{
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

#nav-main{
    height: 80px;
}
#nav-main{
    z-index: 1005;
    transition: all .2s linear;
}

#nav-main .logo img{
    height: 36px;
}

#nav-main .toggle-menu{
    height: 60px;
    width: 60px;
    border-radius: 60px;
}
#nav-main .toggle-menu .hamburger{
    height: 50px;
    width: 50px;
    border-radius: 50px;
}
#nav-main .hamburger-box,
#nav-main .toggle-menu .hamburger .hamburger-inner,
#nav-main .toggle-menu .hamburger .hamburger-inner:after,
#nav-main .toggle-menu .hamburger .hamburger-inner:before{
    width: 30px;
}
#nav-main .toggle-menu .hamburger .hamburger-inner,
#nav-main .toggle-menu .hamburger .hamburger-inner:after,
#nav-main .toggle-menu .hamburger .hamburger-inner:before{
    background-color: var(--bs-white);
    border-radius: 2px;
}
#nav-main .toggle-menu .hamburger .hamburger-inner:before{
    top: -10px;
}
#nav-main .toggle-menu .hamburger .hamburger-inner:after{
    bottom: -10px;
}
#nav-main .toggle-menu .hamburger.is-active .hamburger-inner:after{
    bottom: 0;
}
#nav-main .toggle-menu .hamburger.is-active:hover,
#nav-main .toggle-menu .hamburger:hover{
    opacity: 1;
}

#menu-main{
    z-index: 1004;
}


/* End Offcanvas Nav Styles */

.icon-main,
.icon-sm{
    transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
.icon-main{
    height: 120px;
    width: 120px;
    border-radius: 120px;
}
a:hover .icon-main{
    transform: translateY(-10px);
}
.icon-sm{
    height: 60px;
    width: 60px;
    border-radius: 60px;
}

#page-categories > a > div:first-child > div:nth-child(2),
#page-categories > a.active > div:first-child > div:first-child{
    display: none;
}
#page-categories > a.active > div:first-child > div:nth-child(2){
    display: block;
}

#activity-log{
    height: calc(100vh - 120px - 3rem);
    overflow-y: scroll;
}

#toggle-all span{
    display: inline-block;
}
#toggle-all > span{
    transition: all .3s ease;
    cursor: pointer;
}
#toggle-all > span:hover{
    color: var(--primary-color);
}
#toggle-all > span > span:nth-child(2),
#toggle-all > span > span:nth-child(4),
#toggle-all > span.click > span:first-child,
#toggle-all > span.click > span:nth-child(3){
    display: none;
}
#toggle-all > span.click > span:nth-child(2),
#toggle-all > span.click > span:nth-child(4){
    display: inline-block;
}
#toggle-all > span.click > span:nth-child(3){
    transform: rotate(-180deg);
}
#accordion .accordion-item{
    border: none;
    background-color: transparent;
}
#accordion .accordion-item .heading.collapsed{
    color: var(--dark-gray-color);
}
#accordion .accordion-item .heading,
#accordion .accordion-item:hover .heading,
#accordion .accordion-item:focus .heading{
    color: var(--black-color);
}
#accordion .accordion-item .heading > div,
#accordion .accordion-item .heading > div:last-child > span{
    transition: all .2s linear;
}
#accordion .accordion-item .heading > div:last-child > span{
    transform: rotate(-180deg);
}
#accordion .accordion-item .heading.collapsed > div:last-child > span{
    transform: rotate(0);
}

/* MONITOR SCREEN */
.table-feed thead th{
    border-bottom-color: var(--extra-light-gray-color) !important;
}
.table-feed td{
    height: 80px;
    border-bottom: none;
    box-shadow: 2px 4px 6px rgba(0,0,0,.15) !important;
}
.table-feed tr.spacer,
.table-feed tr.spacer td{
    line-height: 20px;
    min-height: 20px;
    height: 20px;
}
.table-feed tr.spacer td{
    box-shadow: none !important;
    padding: 0;
}
.table-feed tr > td:first-child{
    border-radius: 10px 0 0 10px;
}
.table-feed tr > td{
    border-right: 1px solid var(--extra-light-gray-color);
}
.table-feed tr.active > td{
    border-right: 1px solid var(--bs-white);
}
.table-feed tr > td:last-child{
    border-right: none;
    border-radius: 0 10px 10px 0;
}

.table-feed .active-trigger.active > a:first-child,
.table-feed .active-trigger > a:nth-child(2){
    display: none;
}
.table-feed .active-trigger.active > a:nth-child(2){
    display: block;
}

.table-feed tr.active .text-dark-gray-color,
.table-feed tr.active .text-gray-color,
.table-feed tr.active .text-extra-light-gray-color,
.table-feed tr.active .text-alternate-color,
.table-feed tr.active .text-alternate-two-color,
.table-feed tr.active .text-primary-color,
.table-feed tr.active .text-secondary-color{
    color: var(--bs-white) !important;
}
.seq-toggle .btn{
    font-size: 10px;
}
.seq-toggle .btn-light{
    color: #bebebe;
}
.monitor-time{
    font-size: 40px;
}
.table-feed{
    max-height: calc(100vh - 3rem - 80px);
    overflow-y: scroll;
}
.table-feed thead{
    position: sticky;
    top: 0;
    z-index: 2;
}
.table-feed.live-feed{
    max-height: calc(100vh - 3rem - 135px - 1.5rem);
}
.table-feed.in-modal{
    max-height: 100%;
    overflow-y: unset;
}

.form-button-triggers .link.active .main-set > div:first-child,
.form-button-triggers .link .main-set > div:nth-child(2){
    display: none;
}
.form-button-triggers .link.active .main-set > div:nth-child(2){
    display: block;
}

/* SEQUENCER CSS */
.sequence-build-table thead tr > th:first-child:before,
.sequence-build-table thead tr > th:first-child:after{
    display: none;
}
.sequence-build-table thead tr > th:before,
.sequence-build-table thead tr > th:after{
    color: var(--primary-color);
}
table.sequence-build-table.dataTable{
    margin-top: 1.5rem !important;
}
.dt-bootstrap5 .dataTables_filter label{
    font-size: 14px;
    color: var(--dark-gray-color);
    font-weight: 700 !important;
    font-style: italic;
}
.dt-bootstrap5 .dataTables_filter .form-control{
    border-radius: 0 !important;
    background-color: var(--lightest-gray-color);
    border-left: none;
    border-right: none;
    border-top: none;
}
.dataTables_info{
    font-size: 14px;
    font-style: italic;
}

.table-main thead tr > th{
    border-top: 1px solid var(--light-gray-color);
    border-right: 1px solid var(--light-gray-color);
    border-bottom-color: var(--light-gray-color) !important;
}
.table-main.blank-first thead tr > th:nth-child(2){
    border-left: 1px solid var(--light-gray-color);
}

.table-main thead tr > th{
    border-top: 1px solid var(--extra-light-gray-color);
    border-right: 1px solid var(--extra-light-gray-color);
    border-bottom-color: var(--extra-light-gray-color) !important;
}
.table-main.overview thead tr > th:first-child,
.table-main.overview tbody tr > td:first-child{
    border-left: 1px solid var(--extra-light-gray-color);
}
.table-main.blank-first tbody tr:first-child > td,
.table-main.overview tbody tr:first-child > td{
    border-top: 1px solid var(--extra-light-gray-color);
}
.table-main .bord-right-width{
    border-right-width: 4px;
}

.table-main tbody tr > td{
    border-bottom: none;
    border-right: 1px solid var(--extra-light-gray-color);
}
.table-main.blank-first tbody tr > td:nth-child(2){
    border-left: 1px solid var(--extra-light-gray-color);
}
.table-main tbody tr:last-child td{
    border-bottom: 1px solid var(--extra-light-gray-color);
}
.table-main tbody tr:nth-child(odd) > td{
    background-color: var(--bs-white);
}

.custom-tabs .nav-tabs{
    border-bottom: none;
}
.custom-tabs .nav-tabs .nav-link{
    position: relative;
    background-color: transparent !important;
}
.custom-tabs .nav-tabs .nav-link:after{
    position: absolute;
    content: '';
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--primary-color);
    opacity: 0;
}
.custom-tabs .nav-tabs .nav-link.active:after{
    opacity: 1;
}
.custom-tabs .nav-tabs .nav-link,
.custom-tabs .nav-tabs .nav-link:hover,
.custom-tabs .nav-tabs .nav-link.active{
    border: none;
}
.custom-tabs .nav-tabs .nav-link{
    color: var(--extra-light-gray-color);
}
.custom-tabs .nav-tabs .nav-link:hover{
    color: var(--light-gray-color);
}
.custom-tabs .nav-tabs .nav-link.active,
.custom-tabs .nav-tabs .nav-link.active:hover{
    color: var(--black-color);
}

#bottom-buttons{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}
#bottom-buttons .btn .icon-sm{
    margin-right: -27px;
    position: relative;
    z-index: 1;
}
.highlight-tag{
    border: 2px solid #0B3A29 !important;
}
.eco_form_checkbox {
    accent-color: #e74c3c;
    width: 14px;
    height: 14px;
}
#change_orders_table thead th {
    border-top: none;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 2px solid #DCDCDC;
}
#change_orders_table {
    border-bottom: 1px solid #DCDCDC;
}
#change_orders_table th {
    padding-left: 25px;
}
#change_orders_table tr td {
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}
#change_orders_table td {
    padding-left: 25px;
}
#submit_eco_button {
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 18px;
    height: 65px;
    width: 260px;
    margin-top: 6px;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    background: rgb(235,0,0);
    background: linear-gradient(180deg, rgba(235,0,0,1) 6%, rgba(110,0,0,1) 100%);
}
#approve_order_button {
    border-radius: 10px;
    letter-spacing: 1px;
    font-size: 18px;
    height: 65px;
    width: 260px;
    margin-top: 6px;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    background: rgb(3, 141, 23);
    background: linear-gradient(180deg, rgb(43, 235, 0) 6%, rgb(0, 110, 5) 100%);
    cursor: pointer;
}
#deny_order_button, .submit_modal_btn {
    border-radius: 10px;
    letter-spacing: 1px;
    font-size: 18px;
    height: 65px;
    width: 260px;
    margin-top: 6px;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    background: rgb(235,0,0);
    background: linear-gradient(180deg, rgba(235,0,0,1) 6%, rgba(110,0,0,1) 100%);
    cursor: pointer;
}
#timestamp-button {
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 18px;
    height: 50px;
    width: 200px;
    margin-top: 6px;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    background: rgb(235,0,0);
    background: linear-gradient(180deg, rgba(235,0,0,1) 6%, rgba(110,0,0,1) 100%);
}
.update_form_button {
    border-radius: 10px;
    letter-spacing: 1px;
    font-size: 18px;
    height: 65px;
    width: 260px;
    margin-top: 6px;
    outline: none;
    border: none;
    color: white;
    font-weight: bold;
    background: rgb(0,170,235);
    background: linear-gradient(180deg, rgba(0,170,235,1) 6%, rgba(0,71,110,1) 100%);
}




/********************************************************** MEDIA QUERRIES ******************************************************************/

/* Phone (landscape) */
@media (min-width: 576px){

    .remodal.xl{
        max-width: 80% !important;
    }

    #menu-main{
        max-width: 400px;
    }



}

/* Tablet (portrait) */
@media(min-width:768px){

    .cd-top{
        font-size: 44px;
    }
    .remodal.xl{
        max-width: 90% !important;
    }






}

/* Tablet (landscape) */
@media(min-width:992px){

    #menu-main{
        max-width: 500px;
    }

    #activity-log{
        height: calc(100vh - 124px - 3rem);
    }

}

/* Desktop */
@media(min-width:1200px){

    .cd-top{
        right: 20px;
        font-size: 50px;
    }
    .remodal.xl{
        max-width: 100% !important;
    }

    .table-feed.live-feed{
        max-height: calc(100vh - 3rem - 145px - 1.5rem);
    }

    #activity-log{
        height: calc(100vh - 130px - 4.5rem);
    }

}

@media(min-width:1400px){

    .remodal.xl{
        max-width: 1400px !important;
    }

}

@media(min-width:1600px){

}

@media(min-width:1800px){

}


/*************** Typography Styles ***************/

body{
    font-family: var(--primary-font) !important;
    font-size: 16px !important;
    color: var(--body-color) !important;
    font-weight: 400 !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
    margin: 0 !important;
    font-family: var(--primary-font) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}
.flex-1{
    flex: 1;
}
.remodal h2,
.remodal h3{
    font-size: 22px;
    color: var(--primary-color);
}
.text-block.xs .block{
    max-width: 400px;
}
.text-block.xs .block-set{
    width: 400px;
}
.text-block.sm .block{
    max-width: 600px;
}
.text-block.sm .block-set{
    width: 600px;
}
.text-block.md .block{
    max-width: 700px;
}
.text-block.md .block-set{
    width: 700px;
}
.text-block.lg .block{
    max-width: 800px;
}
.text-block.xl .block{
    max-width: 1000px;
}
.lead{
    font-size: 16px !important;
}
.lead-set,
.lead.lg{
    font-size: 20px !important;
}
.lead.lg-set,
.lead.xl{
    font-size: 24px !important;
}
.lead.xl-set{
    font-size: 30px !important;
}
.text-xs{
    font-size: 10px !important;
}
.text-xs-set,
.text-sm,
.text-grow{
    font-size: 12px !important;
}
.text-sm-set{
    font-size: 14px !important;
}
.ls0{
    letter-spacing: 0 !important;
}
.ls1{
    letter-spacing: 1px !important;
}
.ls2{
    letter-spacing: 2px !important;
}
.ls3{
    letter-spacing: 3px !important;
}
.ls4{
    letter-spacing: 4px !important;
}
.ls5{
    letter-spacing: 5px !important;
}
.ls6{
    letter-spacing: 6px !important;
}
.ls7{
    letter-spacing: 7px !important;
}
.ls8{
    letter-spacing: 8px !important;
}
.ls9{
    letter-spacing: 9px !important;
}
.ls10{
    letter-spacing: 10px !important;
}
h1.main,
h1 .main,
.h1.main,
.h1 .main,
h2.main,
h2 .main,
.h2.main,
.h2 .main{
    font-size: 30px;
}
h1.main-set,
h1 .main-set,
.h1.main-set,
.h1 .main-set{
    font-size: 50px;
}
h1.main.xlish-set,
h1 .main.xlish-set,
.h1.main.xlish-set,
.h1 .main.xlish-set{
    font-size: 60px;
}
h1.main.xl-set,
h1 .main.xl-set,
.h1.main.xl-set,
.h1 .main.xl-set{
    font-size: 80px;
}
h1.main.xlish,
h1 .main.xlish,
.h1.main.xlish,
.h1 .main.xlish,
h2.main.xlish,
h2 .main.xlish,
.h2.main.xlish,
.h2 .main.xlish{
    font-size: 36px;
}
h1.main.xl,
h1 .main.xl,
.h1.main.xl,
.h1 .main.xl,
h2.main.xl,
h2 .main.xl,
.h2.main.xl,
.h2 .main.xl,
h3.main-set,
h3 .main-set,
.h3.main-set,
.h3 .main-set{
    font-size: 40px;
}
h1.main.xler,
h1 .main.xler,
.h1.main.xler,
.h1 .main.xler{
    font-size: 60px;
}
h1.main.xlest,
h1 .main.xlest,
.h1.main.xlest,
.h1 .main.xlest{
    font-size: 80px;
}
h3.main,
h3 .main,
.h3.main,
.h3 .main{
    font-size: 22px;
}
.bord-all{
    border: 1px solid !important;
}
.bord-top{
    border-top: 1px solid !important;
}
.bord-right{
    border-right: 1px solid !important;
}
.bord-bottom{
    border-bottom: 1px solid !important;
}
.bord-left{
    border-left: 1px solid !important;
}
.card-columns{
    -webkit-column-count: 2 !important;
    -moz-column-count: 2 !important;
    column-count: 2 !important;
}
.w-100-auto{
    width: 100%;
}

/* Phone (landscape) */
@media (min-width: 576px){
    .flex-sm-1{
        flex: 1;
    }
    .ls-sm-0{
        letter-spacing: 0 !important;
    }
    .ls-sm-1{
        letter-spacing: 1px !important;
    }
    .ls-sm-2{
        letter-spacing: 2px !important;
    }
    .ls-sm-3{
        letter-spacing: 3px !important;
    }
    .ls-sm-4{
        letter-spacing: 4px !important;
    }
    .ls-sm-5{
        letter-spacing: 5px !important;
    }
    .ls-sm-6{
        letter-spacing: 6px !important;
    }
    .ls-sm-7{
        letter-spacing: 7px !important;
    }
    .ls-sm-8{
        letter-spacing: 8px !important;
    }
    .ls-sm-9{
        letter-spacing: 9px !important;
    }
    .ls-sm-10{
        letter-spacing: 10px !important;
    }
    h1.main,
    h1 .main,
    .h1.main,
    .h1 .main,
    h2.main,
    h2 .main,
    .h2.main,
    .h2 .main{
        font-size: 34px;
    }
    h1.main.xlish,
    h1 .main.xlish,
    .h1.main.xlish,
    .h1 .main.xlish,
    h2.main.xlish,
    h2 .main.xlish,
    .h2.main.xlish,
    .h2 .main.xlish{
        font-size: 40px;
    }
    h1.main.xl,
    h1 .main.xl,
    .h1.main.xl,
    .h1 .main.xl,
    h2.main.xl,
    h2 .main.xl,
    .h2.main.xl,
    .h2 .main.xl{
        font-size: 54px;
    }
    h1.main.xler,
    h1 .main.xler,
    .h1.main.xler,
    .h1 .main.xler{
        font-size: 70px;
    }
    h1.main.xlest,
    h1 .main.xlest,
    .h1.main.xlest,
    .h1 .main.xlest{
        font-size: 100px;
    }
    h3.main,
    h3 .main,
    .h3.main,
    .h3 .main{
        font-size: 26px;
    }
    .bord-sm-all{
        border: 1px solid !important;
    }
    .bord-sm-top{
        border-top: 1px solid !important;
    }
    .bord-sm-right{
        border-right: 1px solid !important;
    }
    .bord-sm-bottom{
        border-bottom: 1px solid !important;
    }
    .bord-sm-left{
        border-left: 1px solid !important;
    }
    .card-columns{
        -webkit-column-count: 3 !important;
        -moz-column-count: 3 !important;
        column-count: 3 !important;
    }
    .w-100-auto{
        width: auto;
    }

}

/* Tablet (portrait) */
@media(min-width:768px){
    .flex-md-1{
        flex: 1;
    }
    .remodal h2,
    .remodal h3{
        font-size: 26px;
    }
    .ls-md-0{
        letter-spacing: 0 !important;
    }
    .ls-md-1{
        letter-spacing: 1px !important;
    }
    .ls-md-2{
        letter-spacing: 2px !important;
    }
    .ls-md-3{
        letter-spacing: 3px !important;
    }
    .ls-md-4{
        letter-spacing: 4px !important;
    }
    .ls-md-5{
        letter-spacing: 5px !important;
    }
    .ls-md-6{
        letter-spacing: 6px !important;
    }
    .ls-md-7{
        letter-spacing: 7px !important;
    }
    .ls-md-8{
        letter-spacing: 8px !important;
    }
    .ls-md-9{
        letter-spacing: 9px !important;
    }
    .ls-md-10{
        letter-spacing: 10px !important;
    }
    h1.main,
    h1 .main,
    .h1.main,
    .h1 .main,
    h2.main,
    h2 .main,
    .h2.main,
    .h2 .main{
        font-size: 38px;
    }
    h1.main.xlish,
    h1 .main.xlish,
    .h1.main.xlish,
    .h1 .main.xlish,
    h2.main.xlish,
    h2 .main.xlish,
    .h2.main.xlish,
    .h2 .main.xlish{
        font-size: 46px;
    }
    h1.main.xl,
    h1 .main.xl,
    .h1.main.xl,
    .h1 .main.xl,
    h2.main.xl,
    h2 .main.xl,
    .h2.main.xl,
    .h2 .main.xl{
        font-size: 64px;
    }
    h1.main.xler,
    h1 .main.xler,
    .h1.main.xler,
    .h1 .main.xler{
        font-size: 80px;
    }
    h1.main.xlest,
    h1 .main.xlest,
    .h1.main.xlest,
    .h1 .main.xlest{
        font-size: 110px;
    }
    h3.main,
    h3 .main,
    .h3.main,
    .h3 .main{
        font-size: 30px;
    }
    .bord-md-all{
        border: 1px solid !important;
    }
    .bord-md-top{
        border-top: 1px solid !important;
    }
    .bord-md-right{
        border-right: 1px solid !important;
    }
    .bord-md-bottom{
        border-bottom: 1px solid !important;
    }
    .bord-md-left{
        border-left: 1px solid !important;
    }

}

/* Tablet (landscape) */
@media(min-width:992px){
    .flex-lg-1{
        flex: 1;
    }
    .remodal h2,
    .remodal h3{
        font-size: 30px;
    }
    .lead{
        font-size: 18px !important;
    }
    .lead.lg{
        font-size: 22px !important;
    }
    .lead.xl{
        font-size: 26px !important;
    }
    .text-grow{
        font-size: 14px !important;
    }
    .ls-lg-0{
        letter-spacing: 0 !important;
    }
    .ls-lg-1{
        letter-spacing: 1px !important;
    }
    .ls-lg-2{
        letter-spacing: 2px !important;
    }
    .ls-lg-3{
        letter-spacing: 3px !important;
    }
    .ls-lg-4{
        letter-spacing: 4px !important;
    }
    .ls-lg-5{
        letter-spacing: 5px !important;
    }
    .ls-lg-6{
        letter-spacing: 6px !important;
    }
    .ls-lg-7{
        letter-spacing: 7px !important;
    }
    .ls-lg-8{
        letter-spacing: 8px !important;
    }
    .ls-lg-9{
        letter-spacing: 9px !important;
    }
    .ls-lg-10{
        letter-spacing: 10px !important;
    }
    h1.main,
    h1 .main,
    .h1.main,
    .h1 .main,
    h2.main,
    h2 .main,
    .h2.main,
    .h2 .main{
        font-size: 44px;
    }
    h1.main.xlish,
    h1 .main.xlish,
    .h1.main.xlish,
    .h1 .main.xlish,
    h2.main.xlish,
    h2 .main.xlish,
    .h2.main.xlish,
    .h2 .main.xlish{
        font-size: 54px;
    }
    h1.main.xl,
    h1 .main.xl,
    .h1.main.xl,
    .h1 .main.xl,
    h2.main.xl,
    h2 .main.xl,
    .h2.main.xl,
    .h2 .main.xl{
        font-size: 72px;
    }
    h1.main.xler,
    h1 .main.xler,
    .h1.main.xler,
    .h1 .main.xler{
        font-size: 90px;
    }
    h1.main.xlest,
    h1 .main.xlest,
    .h1.main.xlest,
    .h1 .main.xlest{
        font-size: 130px;
    }
    h3.main,
    h3 .main,
    .h3.main,
    .h3 .main{
        font-size: 36px;
    }
    .bord-lg-all{
        border: 1px solid !important;
    }
    .bord-lg-top{
        border-top: 1px solid !important;
    }
    .bord-lg-right{
        border-right: 1px solid !important;
    }
    .bord-lg-bottom{
        border-bottom: 1px solid !important;
    }
    .bord-lg-left{
        border-left: 1px solid !important;
    }

}

/* Desktop */
@media(min-width:1200px){
    .flex-xl-1{
        flex: 1;
    }
    .remodal h2,
    .remodal h3{
        font-size: 36px;
    }
    .lead{
        font-size: 20px !important;
    }
    .lead.lg{
        font-size: 24px !important;
    }
    .lead.xl{
        font-size: 30px !important;
    }
    .text-xs{
        font-size: 12px !important;
    }
    .text-sm{
        font-size: 14px !important;
    }
    .text-grow{
        font-size: 16px !important;
    }
    .card-columns{
        -webkit-column-gap: 1rem !important;
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .card-columns.four{
        -webkit-column-count: 4 !important;
        -moz-column-count: 4 !important;
        column-count: 4 !important;
    }
    .ls-xl-0{
        letter-spacing: 0 !important;
    }
    .ls-xl-1{
        letter-spacing: 1px !important;
    }
    .ls-xl-2{
        letter-spacing: 2px !important;
    }
    .ls-xl-3{
        letter-spacing: 3px !important;
    }
    .ls-xl-4{
        letter-spacing: 4px !important;
    }
    .ls-xl-5{
        letter-spacing: 5px !important;
    }
    .ls-xl-6{
        letter-spacing: 6px !important;
    }
    .ls-xl-7{
        letter-spacing: 7px !important;
    }
    .ls-xl-8{
        letter-spacing: 8px !important;
    }
    .ls-xl-9{
        letter-spacing: 9px !important;
    }
    .ls-xl-10{
        letter-spacing: 10px !important;
    }
    h1.main,
    h1 .main,
    .h1.main,
    .h1 .main,
    h2.main,
    h2 .main,
    .h2.main,
    .h2 .main{
        font-size: 50px;
    }
    h1.main.xlish,
    h1 .main.xlish,
    .h1.main.xlish,
    .h1 .main.xlish,
    h2.main.xlish,
    h2 .main.xlish,
    .h2.main.xlish,
    .h2 .main.xlish{
        font-size: 60px;
    }
    h1.main.xl,
    h1 .main.xl,
    .h1.main.xl,
    .h1 .main.xl,
    h2.main.xl,
    h2 .main.xl,
    .h2.main.xl,
    .h2 .main.xl{
        font-size: 80px;
    }
    h1.main.xler,
    h1 .main.xler,
    .h1.main.xler,
    .h1 .main.xler{
        font-size: 100px;
    }
    h1.main.xlest,
    h1 .main.xlest,
    .h1.main.xlest,
    .h1 .main.xlest{
        font-size: 150px;
    }
    h3.main,
    h3 .main,
    .h3.main,
    .h3 .main{
        font-size: 40px;
    }
    .bord-xl-all{
        border: 1px solid !important;
    }
    .bord-xl-top{
        border-top: 1px solid !important;
    }
    .bord-xl-right{
        border-right: 1px solid !important;
    }
    .bord-xl-bottom{
        border-bottom: 1px solid !important;
    }
    .bord-xl-left{
        border-left: 1px solid !important;
    }

}

@media(min-width:1400px){

    .ls-xxl-0{
        letter-spacing: 0 !important;
    }
    .ls-xxl-1{
        letter-spacing: 1px !important;
    }
    .ls-xxl-2{
        letter-spacing: 2px !important;
    }
    .ls-xxl-3{
        letter-spacing: 3px !important;
    }
    .ls-xxl-4{
        letter-spacing: 4px !important;
    }
    .ls-xxl-5{
        letter-spacing: 5px !important;
    }
    .ls-xxl-6{
        letter-spacing: 6px !important;
    }
    .ls-xxl-7{
        letter-spacing: 7px !important;
    }
    .ls-xxl-8{
        letter-spacing: 8px !important;
    }
    .ls-xxl-9{
        letter-spacing: 9px !important;
    }
    .ls-xxl-10{
        letter-spacing: 10px !important;
    }

    .bord-xxl-all{
        border: 1px solid !important;
    }
    .bord-xxl-top{
        border-top: 1px solid !important;
    }
    .bord-xxl-right{
        border-right: 1px solid !important;
    }
    .bord-xxl-bottom{
        border-bottom: 1px solid !important;
    }
    .bord-xxl-left{
        border-left: 1px solid !important;
    }

}

@media(min-width:1600px){


}

@media(min-width:1800px){


}

.font-primary{
    font-family: var(--primary-font) !important;
}
.font-secondary{
    font-family: var(--secondary-font) !important;
}
.f200{
    font-weight: 200 !important;
}
.f300{
    font-weight: 300 !important;
}
.f400{
    font-weight: 400 !important;
}
.f500{
    font-weight: 500 !important;
}
.f600{
    font-weight: 600 !important;
}
.f700{
    font-weight: 700 !important;
}
.f800{
    font-weight: 800 !important;
}
.f900{
    font-weight: 900 !important;
}
.smlh{
    line-height: .8 !important;
}
.plh{
    line-height: 1 !important;
}
.mlh{
    line-height: 1.2 !important;
}
.slh{
    line-height: 1.4 !important;
}
.tlh{
    line-height: 1.6 !important;
}
.stlh{
    line-height: 2 !important;
}
.text-primary-color,
.text-primary-color.link a,
a.text-primary-color.link,
a .text-primary-color.link,
.text-secondary-color.link.primary a:hover,
.text-secondary-color.link.primary a:focus,
a.text-secondary-color.link.primary:hover,
a.text-secondary-color.link.primary:focus,
a .text-secondary-color.link.primary:hover,
a .text-secondary-color.link.primary a:focus,
.text-secondary-color-hover.link.primary a:hover,
.text-secondary-color-hover.link.primary a:focus,
a.text-secondary-color-hover.link.primary:hover,
a.text-secondary-color-hover.link.primary:focus,
a .text-secondary-color-hover.link.primary:hover,
a .text-secondary-color-hover.link.primary a:focus,
.text-extra-light-gray-color.link.primary a:hover,
.text-extra-light-gray-color.link.primary a:focus,
a.text-extra-light-gray-color.link.primary:hover,
a.text-extra-light-gray-color.link.primary:focus,
a .text-extra-light-gray-color.link.primary:hover,
a .text-extra-light-gray-color.link.primary a:focus,
.text-white.link.primary a:hover,
.text-white.link.primary a:focus,
a.text-white.link.primary:hover,
a.text-white.link.primary:focus,
a .text-white.link.primary:hover,
a .text-white.link.primary:focus,
.text-black-color.link.primary a:hover,
.text-black-color.link.primary a:focus,
a.text-black-color.link.primary:hover,
a.text-black-color.link.primary:focus,
a .text-black-color.link.primary:hover,
a .text-black-color.link.primary:focus,
.text-light-gray-color.link.primary a:hover,
.text-light-gray-color.link.primary a:focus,
a.text-light-gray-color.link.primary:hover,
a.text-light-gray-color.link.primary:focus,
a .text-light-gray-color.link.primary:hover,
a .text-light-gray-color.link.primary:focus,
.text-gray-color.link.primary a:hover,
.text-gray-color.link.primary a:focus,
a.text-gray-color.link.primary:hover,
a.text-gray-color.link.primary:focus,
a .text-gray-color.link.primary:hover,
a .text-gray-color.link.primary:focus,
.text-dark-gray-color.link.primary a:hover,
.text-dark-gray-color.link.primary a:focus,
a.text-dark-gray-color.link.primary:hover,
a.text-dark-gray-color.link.primary:focus,
a .text-dark-gray-color.link.primary:hover,
a .text-dark-gray-color.link.primary:focus,
.text-alternate-color.link.primary a:hover,
.text-alternate-color.link.primary a:focus,
a.text-alternate-color.link.primary:hover,
a.text-alternate-color.link.primary:focus,
a .text-alternate-color.link.primary:hover,
a .text-alternate-color.link.primary:focus,
.text-primary-color-hover.link.primary a:hover,
.text-primary-color-hover.link.primary a:focus,
a.text-primary-color-hover.link.primary:hover,
a.text-primary-color-hover.link.primary:focus,
a .text-primary-color-hover.link.primary:hover,
a .text-primary-color-hover.link.primary a:focus{
    color: var(--primary-color) !important;
}
.text-primary-color-hover,
.text-primary-color-hover.link a,
a.text-primary-color-hover.link,
a .text-primary-color-hover.link,
.text-primary-color.link.hover a:hover,
.text-primary-color.link.hover a:focus,
a.text-primary-color.link.hover:hover,
a.text-primary-color.link.hover:focus,
a .text-primary-color.link.hover:hover,
a .text-primary-color.link.hover a:focus,
.text-gray-color.link.primary-hover a:hover,
.text-gray-color.link.primary-hover a:focus,
a.text-gray-color.link.primary-hover:hover,
a.text-gray-color.link.primary-hover:focus,
a .text-gray-color.link.primary-hover:hover,
a .text-gray-color.link.primary-hover:focus{
    color: var(--primary-color-hover) !important;
}
.text-secondary-color,
.text-secondary-color.link a,
a.text-secondary-color.link,
a .text-secondary-color.link,
.text-primary-color.link.secondary a:hover,
.text-primary-color.link.secondary a:focus,
a.text-primary-color.link.secondary:hover,
a.text-primary-color.link.secondary:focus,
a .text-primary-color.link.secondary:hover,
a .text-primary-color.link.secondary a:focus,
.text-white.link.secondary a:hover,
.text-white.link.secondary a:focus,
a.text-white.link.secondary:hover,
a.text-white.link.secondary:focus,
a .text-white.link.secondary:hover,
a .text-white.link.secondary:focus,
.text-dark-gray-color.link.secondary a:hover,
.text-dark-gray-color.link.secondary a:focus,
a.text-dark-gray-color.link.secondary:hover,
a.text-dark-gray-color.link.secondary:focus,
a .text-dark-gray-color.link.secondary:hover,
a .text-dark-gray-color.link.secondary:focus,
.text-gray-color.link.secondary a:hover,
.text-gray-color.link.secondary a:focus,
a.text-gray-color.link.secondary:hover,
a.text-gray-color.link.secondary:focus,
a .text-gray-color.link.secondary:hover,
a .text-gray-color.link.secondary:focus,
.text-light-gray-color.link.secondary a:hover,
.text-light-gray-color.link.secondary a:focus,
a.text-light-gray-color.link.secondary:hover,
a.text-light-gray-color.link.secondary:focus,
a .text-light-gray-color.link.secondary:hover,
a .text-light-gray-color.link.secondary:focus,
.text-black-color.link.secondary a:hover,
.text-black-color.link.secondary a:focus,
a.text-black-color.link.secondary:hover,
a.text-black-color.link.secondary:focus,
a .text-black-color.link.secondary:hover,
a .text-black-color.link.secondary:focus,
.text-secondary-color-hover.link.secondary a:hover,
.text-secondary-color-hover.link.secondary a:focus,
a.text-secondary-color-hover.link.secondary:hover,
a.text-secondary-color-hover.link.secondary:focus,
a .text-secondary-color-hover.link.secondary:hover,
a .text-secondary-color-hover.link.secondary a:focus,
.text-primary-color-hover.link.secondary a:hover,
.text-primary-color-hover.link.secondary a:focus,
a.text-primary-color-hover.link.secondary:hover,
a.text-primary-color-hover.link.secondary:focus,
a .text-primary-color-hover.link.secondary:hover,
a .text-primary-color-hover.link.secondary a:focus,
.text-alternate-three-color.link.secondary a:hover,
.text-alternate-three-color.link.secondary a:focus,
a.text-alternate-three-color.link.secondary:hover,
a.text-alternate-three-color.link.secondary:focus,
a .text-alternate-three-color.link.secondary:hover,
a .text-alternate-three-color.link.secondary:focus{
    color: var(--secondary-color) !important;
}
.text-secondary-color-hover,
.text-secondary-color-hover.link a,
a.text-secondary-color-hover.link,
a .text-secondary-color-hover.link,
.text-secondary-color.link.hover a:hover,
.text-secondary-color.link.hover a:focus,
a.text-secondary-color.link.hover:hover,
a.text-secondary-color.link.hover:focus,
a .text-secondary-color.link.hover:hover,
a .text-secondary-color.link.hover a:focus,
.text-white.link.secondary-hover a:hover,
.text-white.link.secondary-hover a:focus,
a.text-white.link.secondary-hover:hover,
a.text-white.link.secondary-hover:focus,
a .text-white.link.secondary-hover:hover,
a .text-white.link.secondary-hover:focus,
.text-gray-color.link.secondary-hover a:hover,
.text-gray-color.link.secondary-hover a:focus,
a.text-gray-color.link.secondary-hover:hover,
a.text-gray-color.link.secondary-hover:focus,
a .text-gray-color.link.secondary-hover:hover,
a .text-gray-color.link.secondary-hover:focus,
.text-alternate-three-color.link.secondary-hover a:hover,
.text-alternate-three-color.link.secondary-hover a:focus,
a.text-alternate-three-color.link.secondary-hover:hover,
a.text-alternate-three-color.link.secondary-hover:focus,
a .text-alternate-three-color.link.secondary-hover:hover,
a .text-alternate-three-color.link.secondary-hover:focus,
.text-primary-color.link.secondary-hover a:hover,
.text-primary-color.link.secondary-hover a:focus,
a.text-primary-color.link.secondary-hover:hover,
a.text-primary-color.link.secondary-hover:focus,
a .text-primary-color.link.secondary-hover:hover,
a .text-primary-color.link.secondary-hover a:focus,
.text-black-color.link.secondary-hover a:hover,
.text-black-color.link.secondary-hover a:focus,
a.text-black-color.link.secondary-hover:hover,
a.text-black-color.link.secondary-hover:focus,
a .text-black-color.link.secondary-hover:hover,
a .text-black-color.link.secondary-hover a:focus{
    color: var(--secondary-color-hover) !important;
}
.text-alternate-color,
.text-alternate-color.link a,
a.text-alternate-color.link,
a .text-alternate-color.link,
.text-gray-color.link.alternate a:hover,
.text-gray-color.link.alternate a:focus,
a.text-gray-color.link.alternate:hover,
a.text-gray-color.link.alternate:focus,
a .text-gray-color.link.alternate:hover,
a .text-gray-color.link.alternate:focus,
.text-white.link.alternate a:hover,
.text-white.link.alternate a:focus,
a.text-white.link.alternate:hover,
a.text-white.link.alternate:focus,
a .text-white.link.alternate:hover,
a .text-white.link.alternate:focus,
.text-secondary-color-hover.link.alternate a:hover,
.text-secondary-color-hover.link.alternate a:focus,
a.text-secondary-color-hover.link.alternate:hover,
a.text-secondary-color-hover.link.alternate:focus,
a .text-secondary-color-hover.link.alternate:hover,
a .text-secondary-color-hover.link.alternate a:focus{
    color: var(--alternate-color) !important;
}
.text-alternate-two-color,
.text-alternate-two-color.link a,
a.text-alternate-two-color.link,
a .text-alternate-two-color.link,
.text-primary-color.link.alternate-two a:hover,
.text-primary-color.link.alternate-two a:focus,
a.text-primary-color.link.alternate-two:hover,
a.text-primary-color.link.alternate-two:focus,
a .text-primary-color.link.alternate-two:hover,
a .text-primary-color.link.alternate-two a:focus,
.text-secondary-color-hover.link.alternate-two a:hover,
.text-secondary-color-hover.link.alternate-two a:focus,
a.text-secondary-color-hover.link.alternate-two:hover,
a.text-secondary-color-hover.link.alternate-two:focus,
a .text-secondary-color-hover.link.alternate-two:hover,
a .text-secondary-color-hover.link.alternate-two a:focus{
    color: var(--alternate-two-color) !important;
}
.text-alternate-three-color,
.text-alternate-three-color.link a,
a.text-alternate-three-color.link,
a .text-alternate-three-color.link,
.text-primary-color.link.alternate-three a:hover,
.text-primary-color.link.alternate-three a:focus,
a.text-primary-color.link.alternate-three:hover,
a.text-primary-color.link.alternate-three:focus,
a .text-primary-color.link.alternate-three:hover,
a .text-primary-color.link.alternate-three a:focus,
.text-secondary-color-hover.link.alternate-three a:hover,
.text-secondary-color-hover.link.alternate-three a:focus,
a.text-secondary-color-hover.link.alternate-three:hover,
a.text-secondary-color-hover.link.alternate-three:focus,
a .text-secondary-color-hover.link.alternate-three:hover,
a .text-secondary-color-hover.link.alternate-three a:focus{
    color: var(--alternate-three-color) !important;
}
.text-lightest-gray-color,
.text-white.link.lightest-gray a:hover,
.text-white.link.lightest-gray a:focus,
a.text-white.link.lightest-gray:hover,
a.text-white.link.lightest-gray:focus,
a .text-white.link.lightest-gray:hover,
a .text-white.link.lightest-gray:focus{
    color: var(--lightest-gray-color) !important;
}
.text-extra-light-gray-color,
a.text-extra-light-gray-color.link,
a .text-extra-light-gray-color.link,
.text-extra-light-gray-color.link a,
.text-white.link.extra-light-gray a:hover,
.text-white.link.extra-light-gray a:focus,
a.text-white.link.extra-light-gray:hover,
a.text-white.link.extra-light-gray:focus,
a .text-white.link.extra-light-gray:hover,
a .text-white.link.extra-light-gray:focus{
    color: var(--extra-light-gray-color) !important;
}
.text-light-gray-color,
a.text-light-gray-color.link,
a .text-light-gray-color.link,
.text-light-gray-color.link a,
.text-black-color.link.light-gray a:hover,
.text-black-color.link.light-gray a:focus,
a.text-black-color.link.light-gray:hover,
a.text-black-color.link.light-gray:focus,
a .text-black-color.link.light-gray:hover,
a .text-black-color.link.light-gray:focus{
    color: var(--light-gray-color) !important;
}
.text-gray-color,
a.text-gray-color.link,
a .text-gray-color.link,
.text-gray-color.link a{
    color: var(--gray-color) !important;
}
.text-dark-gray-color,
a.text-dark-gray-color.link,
a .text-dark-gray-color.link,
.text-dark-gray-color.link a,
.text-white.link.dark-gray a:hover,
.text-white.link.dark-gray a:focus,
a.text-white.link.dark-gray:hover,
a.text-white.link.dark-gray:focus,
a .text-white.link.dark-gray:hover,
a .text-white.link.dark-gray:focus{
    color: var(--dark-gray-color) !important;
}
.text-black-color,
a.text-black-color.link,
a .text-black-color.link,
.text-black-color.link a,
.text-gray-color.link.black a:hover,
.text-gray-color.link.black a:focus,
a.text-gray-color.link.black:hover,
a.text-gray-color.link.black:focus,
a .text-gray-color.link.black:hover,
a .text-gray-color.link.black:focus,
a:hover .text-gray-color.link.black,
a:focus .text-gray-color.link.black{
    color: var(--black-color) !important;
}
.text-white.link a,
a.text-white.link,
a .text-white.link,
.text-white.link a,
.text-primary-color.link.white a:hover,
.text-primary-color.link.white a:focus,
a.text-primary-color.link.white:hover,
a.text-primary-color.link.white:focus,
a .text-primary-color.link.white:hover,
a .text-primary-color.link.white:focus,
a:hover .text-primary-color.link.white,
a:focus .text-primary-color.link.white,
.text-secondary-color.link.white a:hover,
.text-secondary-color.link.white a:focus,
a.text-secondary-color.link.white:hover,
a.text-secondary-color.link.white:focus,
a .text-secondary-color.link.white:hover,
a .text-secondary-color.link.white a:focus,
.text-secondary-color-hover.link.white a:hover,
.text-secondary-color-hover.link.white a:focus,
a.text-secondary-color-hover.link.white:hover,
a.text-secondary-color-hover.link.white:focus,
a .text-secondary-color-hover.link.white:hover,
a .text-secondary-color-hover.link.white a:focus,
.text-extra-light-gray-color.link.white a:hover,
.text-extra-light-gray-color.link.white a:focus,
a.text-extra-light-gray-color.link.white:hover,
a.text-extra-light-gray-color.link.white:focus,
a .text-extra-light-gray-color.link.white:hover,
a .text-extra-light-gray-color.link.white:focus,
.text-lightest-gray-color.link.white a:hover,
.text-lightest-gray-color.link.white a:focus,
a.text-lightest-gray-color.link.white:hover,
a.text-lightest-gray-color.link.white:focus,
a .text-lightest-gray-color.link.white:hover,
a .text-lightest-gray-color.link.white:focus,
.text-gray-color.link.white a:hover,
.text-gray-color.link.white a:focus,
a.text-gray-color.link.white:hover,
a.text-gray-color.link.white:focus,
a .text-gray-color.link.white:hover,
a .text-gray-color.link.white:focus,
a:hover .text-gray-color.link.white,
a:focus .text-gray-color.link.white,
.text-black-color.link.white a:hover,
.text-black-color.link.white a:focus,
a.text-black-color.link.white:hover,
a.text-black-color.link.white:focus,
a .text-black-color.link.white:hover,
a .text-black-color.link.white:focus,
a:hover .text-black-color.link.white,
a:focus .text-black-color.link.white,
.text-primary-color-hover.link.white a:hover,
.text-primary-color-hover.link.white a:focus,
a.text-primary-color-hover.link.white:hover,
a.text-primary-color-hover.link.white:focus,
a .text-primary-color-hover.link.white:hover,
a .text-primary-color-hover.link.white a:focus,
.text-alternate-color.link.white a:hover,
.text-alternate-color.link.white a:focus,
a.text-alternate-color.link.white:hover,
a.text-alternate-color.link.white:focus,
a .text-alternate-color.link.white:hover,
a .text-alternate-color.link.white:focus,
a:hover .text-alternate-color.link.white,
a:focus .text-alternate-color.link.white,
.text-alternate-two-color.link.white a:hover,
.text-alternate-two-color.link.white a:focus,
a.text-alternate-two-color.link.white:hover,
a.text-alternate-two-color.link.white:focus,
a .text-alternate-two-color.link.white:hover,
a .text-alternate-two-color.link.white:focus,
a:hover .text-alternate-two-color.link.white,
a:focus .text-alternate-two-color.link.white,
.text-dark-gray-color.link.white a:hover,
.text-dark-gray-color.link.white a:focus,
a.text-dark-gray-color.link.white:hover,
a.text-dark-gray-color.link.white:focus,
a .text-dark-gray-color.link.white:hover,
a .text-dark-gray-color.link.white:focus{
    color: var(--bs-white) !important;
}
.link.hoverit:hover{
    opacity: .7;
}
.text-shad{
    text-shadow: 0 5px 10px rgba(0, 0, 0, .25);
}

/********************************************************** Helper Classes ******************************************************************/
hr{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.bord{
    height: 1px;
}
.bord.min{
    width: 100px;
}
.bord.w1000{
    max-width: 1000px;
}
.bord.w1200{
    max-width: 1200px;
}
.bord-primary-color{
    border-color: var(--primary-color) !important;
}
.bord-primary-color-hover{
    border-color: var(--primary-color-hover) !important;
}
.bord-secondary-color{
    border-color: var(--secondary-color) !important;
}
.bord-secondary-color-hover{
    border-color: var(--secondary-color-hover) !important;
}
.bord-alternate-color{
    border-color: var(--alternate-color) !important;
}
.bord-alternate-two-color{
    border-color: var(--alternate-two-color) !important;
}
.bord-alternate-three-color{
    border-color: var(--alternate-three-color) !important;
}
.bord-lightest-gray-color{
    border-color: var(--lightest-gray-color) !important;
}
.bord-extra-light-gray-color{
    border-color: var(--extra-light-gray-color) !important;
}
.bord-light-gray-color{
    border-color: var(--light-gray-color) !important;
}
.bord-gray-color{
    border-color: var(--gray-color) !important;
}
.bord-dark-gray-color{
    border-color: var(--dark-gray-color) !important;
}
.bord-black-color{
    border-color: var(--black-color) !important;
}
.bord-white{
    border-color: var(--bs-white) !important;
}
.box-shad{
    box-shadow: 2px 4px 6px rgba(0,0,0,.15);
}
.zIt,
.zItab{
    z-index: 2;
}
.zIt{
    position: relative;
}
.hrGray{
    border-color: var(--lightest-gray-color) !important;
}
.modal-open{
    padding-right: 0 !important;
}
.remodal-overlay{
    z-index: 999999 !important;
}
.remodal-wrapper{
    z-index: 9999999 !important;
}
.jumbotron{
    margin-bottom: 0 !important;
}
.posRel{
    position: relative;
}
.pointer{
    cursor: pointer;
}
.hide{
    visibility: hidden;
}

b,
strong{
    font-weight: 700 !important;
}
.asterisk,
label.error{
    color: #dc3545 !important;
}
label.error{
    font-size: 11px !important;
    margin: 0 !important;
}
#hiddenRecaptcha-error{
    top: 56px;
}
.input-group label.error{
    top: 34px;
    left: 0;
}
.input-group-lg label.error{
    top: 46px;
    left: 0;
}

input,
select,
textarea{
    border-radius: 10px !important;
}

input.h80{
    height: 80px;
}

input[type="checkbox"],
input[type="checkbox"] + span,
input[type="checkbox"] + label > span,
input[type="radio"],
input[type="radio"] + span,
input[type="radio"] + label > span{
    cursor: pointer;
}
input[type="checkbox"]:checked + span,
input[type="checkbox"]:checked + label > span,
input[type="radio"]:checked + span,
input[type="radio"]:checked + label > span{
    color: var(--primary-color) !important;
}

.list-group-item-action:hover,
.list-group-item-action:focus{
    background-color: var(--lightest-gray-color) !important;
}

.btn,
.btn span{
    position: relative;
}
.btn span{
    z-index: 2;
}
.btn,
.btn:before,
.btn:after{
    border-radius: 10px !important;
    transition: all .3s ease !important;
}
.btn{
    border: none !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.btn:focus{
    outline: none !important;
}
.btn:before,
.btn:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.btn:after,
.btn:hover:before{
    opacity: 0;
}
.btn:hover:after{
    opacity: 1;
}
.btn:focus{
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(var(--primary-color-rgba), .25) !important;
}
.btn.nofocus{
    box-shadow: none !important;
}
.btn:disabled{
    opacity: 1 !important;
}

.btn-main{
    background-color: var(--primary-color) !important;
    color: var(--bs-white) !important;
}
.btn-main:before{
    background: #eb0000;
    background: -moz-linear-gradient(top,  #eb0000 0%, #650000 100%);
    background: -webkit-linear-gradient(top,  #eb0000 0%,#650000 100%);
    background: linear-gradient(to bottom,  #eb0000 0%,#650000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0000', endColorstr='#650000',GradientType=0 );
}
.btn-main:after{
    background: #eb0000;
    background: -moz-linear-gradient(top,  #eb0000 0%, #eb0000 100%);
    background: -webkit-linear-gradient(top,  #eb0000 0%,#eb0000 100%);
    background: linear-gradient(to bottom,  #eb0000 0%,#eb0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0000', endColorstr='#eb0000',GradientType=0 );
}
.btn-main:disabled{
    color: var(--extra-light-gray-color) !important;
}
.so-cell{
    position: relative;
}
.admin-edit-button{
    position: absolute;
    left: -20px;
    cursor: pointer;
    color: #bbbbbb;
    z-index: 9999;
}
.so-edit-font{
    font-size: 12px;
}
.so-edit-font td{
    font-size: 12px;
    color: white !important;
}
.click-drag{
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    cursor: grab;
    overflow: auto;
}
.click-drag::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.btn-secondary{
    background-color: var(--bs-white) !important;
    color: var(--primary-color) !important;
}

.btn-secondary:hover,
.btn-secondary:focus{
    color: var(--primary-color-hover) !important;
}
.btn-main:disabled:before,
.btn-main:disabled:after,
.btn-secondary:before,
.btn-secondary:after{
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.btn-blank{
    border-radius: 0 !important;
    border-bottom: 1px solid var(--extra-light-gray-color) !important;
    color: var(--gray-color) !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
}
.btn-blank + .dropdown-menu{
    min-width: 100%;
}
.btn-blank + .dropdown-menu .dropdown-item{
    border-bottom: 1px solid var(--light-gray-color) !important;
}
.btn-blank + .dropdown-menu .dropdown-item:last-child{
    border-bottom: none !important;
}
.btn-blank + .dropdown-menu .dropdown-item:hover,
.btn-blank + .dropdown-menu .dropdown-item:focus{
    background-color: transparent!important;
}
.btn-blank:hover{
    color: var(--primary-color) !important;
}
.btn-blank.dropdown-toggle::after{
    display: none !important;
}
.btn-blank:focus{
    box-shadow: none !important;
}
.dropdown .btn-blank.show > div:nth-child(2){
    transform: rotate(-180deg);
}

::selection{
    background: var(--primary-color);
    color: var(--bs-white);
}
::-moz-selection{
    background: var(--primary-color);
    color: var(--bs-white);
}
::-webkit-selection{
    background: var(--primary-color);
    color: var(--bs-white);
}

.form-control::-moz-placeholder{
    color: var(--light-gray-color);
    font-weight: 400;
    letter-spacing: 1px;
}
.form-control:-ms-input-placeholder{
    color: var(--light-gray-color);
    font-weight: 400;
    letter-spacing: 1px;
}
.form-control::-webkit-input-placeholder{
    color: var(--light-gray-color);
    font-weight: 400;
    letter-spacing: 1px;
}

.form-control.bg-primary-color-hover::-moz-placeholder{
    color: var(--bs-white);
    font-weight: 400;
    letter-spacing: 1px;
}
.form-control.bg-primary-color-hover:-ms-input-placeholder{
    color: var(--bs-white);
    font-weight: 400;
    letter-spacing: 1px;
}
.form-control.bg-primary-color-hover::-webkit-input-placeholder{
    color: var(--bs-white);
    font-weight: 400;
    letter-spacing: 1px;
}

.form-floating > label{
    color: var(--light-gray-color);
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1px;
}

.googleCaptcha{
    transform: scale(0.75) !important;
    -webkit-transform: scale(0.75) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
}
.grecaptcha-badge{
    z-index: 1999;
    visibility: hidden;
}
.slick-slide,
.slick-slide a,
.hamburger{
    outline: none !important;
}
.checkBox,
.radioItem{
    position: relative;
}
.checkBox label,
.radioItem label{
    cursor: pointer;
}
.checkBox label.error,
.radioItem label.error{
    top: 25px;
    left: 0;
}
.checkBox.top label.error,
.radioItem.top label.error{
    top: -15px;
}
.checkBox .fa-stack,
.radioItem .fa-stack,
.svg-inline--fa.fa-stack-1x{
    width: 32px;
}
.checkBox .fa-stack,
.radioItem .fa-stack{
    height: auto;
    color: var(--dark-gray-color);
}
.checkBox input[type="checkbox"],
.radioItem input[type="radio"],
.checkBox input[type="checkbox"] + label .fa-check-square,
.radioItem input[type="radio"] + label .fa-check-circle,
.checkBox input[type="checkbox"] + label + label .fa-check-square,
.radioItem input[type="radio"] + label + label .fa-check-circle{
    display: none;
}
.checkBox input[type="checkbox"]:checked + label .fa-check-square,
.radioItem input[type="radio"]:checked + label .fa-check-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-check-square,
.radioItem input[type="radio"]:checked + label + label .fa-check-circle{
    display: inline-block;
    color: var(--primary-color);
}
.checkBox input[type="checkbox"]:checked + label span:last-child,
.radioItem input[type="radio"]:checked + label span:last-child,
.checkBox input[type="checkbox"]:checked + label + label span:last-child,
.radioItem input[type="radio"]:checked + label + label span:last-child{
    display: inline-block;
    color: var(--primary-color);
}
.checkBox input[type="checkbox"]:checked + label .fa-square,
.radioItem input[type="radio"]:checked + label .fa-circle,
.checkBox input[type="checkbox"]:checked + label + label .fa-square,
.radioItem input[type="radio"]:checked + label + label .fa-circle{
    display: none;
}
.gj-picker{
    z-index: 9999999999 !important;
}
.gj-datepicker [role=right-icon]{
    display: none !important;
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.gj-picker-bootstrap table tr td.today div{
    color: var(--primary-color) !important;
}
.gj-picker-bootstrap table tr td.selected.today div{
    color: var(--bs-white) !important;
}
.bg-primary-color{
    background-color: var(--primary-color) !important;
}
.bg-primary-color-hover{
    background-color: var(--primary-color-hover) !important;
}
.bg-secondary-color{
    background-color: var(--secondary-color) !important;
}
.bg-secondary-color-hover{
    background-color: var(--secondary-color-hover) !important;
}
.bg-alternate-color{
    background-color: var(--alternate-color) !important;
}
.bg-alternate-two-color{
    background-color: var(--alternate-two-color) !important;
}
.bg-alternate-three-color{
    background-color: var(--alternate-three-color) !important;
}
.bg-lightest-gray-color{
    background-color: var(--lightest-gray-color) !important;
}
.bg-extra-light-gray-color{
    background-color: var(--extra-light-gray-color) !important;
}
.bg-light-gray-color{
    background-color: var(--light-gray-color) !important;
}
.bg-gray-color{
    background-color: var(--gray-color) !important;
}
.bg-dark-gray-color{
    background-color: var(--dark-gray-color) !important;
}
.bg-black-color{
    background-color: var(--black-color) !important;
}

.bg-gradient-primary,
.overlay.gradient-primary:after{
    background: #eb0000;
    background: -moz-linear-gradient(top,  #eb0000 0%, #650000 100%);
    background: -webkit-linear-gradient(top,  #eb0000 0%,#650000 100%);
    background: linear-gradient(to bottom,  #eb0000 0%,#650000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0000', endColorstr='#650000',GradientType=0 );
}
.bg-gradient-secondary,
.overlay.gradient-secondary:after{
    background: #5dd3ff;
    background: -moz-linear-gradient(top,  #5dd3ff 0%, #10639b 100%);
    background: -webkit-linear-gradient(top,  #5dd3ff 0%,#10639b 100%);
    background: linear-gradient(to bottom,  #5dd3ff 0%,#10639b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dd3ff', endColorstr='#10639b',GradientType=0 );
}
.bg-gradient-alternate,
.overlay.gradient-alternate:after{
    background: #04ce2c;
    background: -moz-linear-gradient(top,  #04ce2c 0%, #02673f 100%);
    background: -webkit-linear-gradient(top,  #04ce2c 0%,#02673f 100%);
    background: linear-gradient(to bottom,  #04ce2c 0%,#02673f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04ce2c', endColorstr='#02673f',GradientType=0 );
}
.bg-gradient-alternate-two,
.overlay.gradient-alternate-two:after{
    background: #ffaa00;
    background: -moz-linear-gradient(top,  #ffaa00 0%, #eb0000 100%);
    background: -webkit-linear-gradient(top,  #ffaa00 0%,#eb0000 100%);
    background: linear-gradient(to bottom,  #ffaa00 0%,#eb0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaa00', endColorstr='#eb0000',GradientType=0 );
}

.slick-track{
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
/********************************************************** Overview CSS ******************************************************************/
.overlay-container .tbody tr:nth-child(even){
    background-color: #EFEFEF;
}
.overlay-container tbody tr:nth-child(odd){
    background-color: #FFFFFF;
}
.overlay-container .sticky-column{
    position:sticky !important;
    left: 0!important;
    background-color: #fff;
    z-index: 999999;
}
.overlay-container .sticky-column2{
    position:sticky !important;
    left: 70px !important;
    background-color: #fff;
    z-index: 999999;
}
.overlay-container .sticky-column3{
    position:sticky !important;
    left: 140px !important;
    background-color: #fff;
    z-index: 999999;
}
.overlay-container table{
    table-layout: fixed;
    border-collapse: separate; /* Don't collapse */
    border-spacing: 0;
}
.overview-aluminum table td{
    width: 75px !important;
    overflow: hidden;
}
.overview-fiberglass table td{
    width: 70px !important;
    overflow: hidden;
}
.overlay-container td{
    padding: 8px;
    border: 1px solid #E3E3E3;
    font-size: 11px;
    text-align: center;
}
.overlay-container th{
    padding: 6px;
    font-size: 11px;
    background-color: white;
    border: 1px solid #E3E3E3;
    text-align: center;
}
.overlay-container .station_name{
    font-size: 8px;
}
.overlay-container a { color: inherit; }
.overlay-container .wrapper-clone{
    overflow-x: scroll;
    position: sticky;
    top:0;
    background-color: white;
    z-index: 99999999999;
    display: none;
    box-shadow: 0 5px 5px rgba(0,0,0,.5);
}
.overlay-container .wrapper-clone {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.overlay-container .wrapper-clone::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}
.overlay-container .highlight{
    outline: 2px solid #B6ADADFF;
}
.overlay-container .highlight-td{
    box-shadow: -2px 0 0 0 #B6ADADFF, 3px 0 0 0 #B6ADADFF;
}

.refreshing_driveline {
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
    40% {
        opacity: 0.5;
    }
}
.replacement td{
    border-top: 3px solid #30e8a5 !important;
    border-bottom: 3px solid #30e8a5 !important;
}
.system-tags{
    color: #FFFFFF !important;
}
.system-tag-title{
    color: #FFFFFF !important;
}
.system-tag-badge{
    background-color: #FFFFFF;
    color: #0a0a0a;
    padding: 5px;
    min-width: 40px;
    width: 40px;
    cursor: pointer !important;
}
.system-tag-trash-icon{
    font-size: 13px;
}
/********************************************************** END Overview CSS ******************************************************************/
.overlay{
    position: relative;
}
.overlay:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.overlay.black:after{
    background-color: var(--black-color) !important;
}
.overlay.primary:after{
    background-color: var(--primary-color) !important;
}
.overlay.primary-hover:after{
    background-color: var(--primary-color-hover) !important;
}
.overlay.secondary:after{
    background-color: var(--secondary-color) !important;
}
.overlay.secondary-hover:after{
    background-color: var(--secondary-color-hover) !important;
}
.overlay.white:after{
    background-color: var(--bs-white) !important;
}

.overlay.op25:after{
    opacity: .25;
}
.overlay.op50:after{
    opacity: .5;
}
.overlay.op75:after{
    opacity: .75;
}
.overlay.op80:after{
    opacity: .8;
}
.overlay.op85:after{
    opacity: .85;
}
.overlay.op90:after{
    opacity: .9;
}
.overlay.op95:after{
    opacity: .95;
}

svg{
    pointer-events: none;
}

.rounded-5,
.rounded-5:before,
.rounded-5:after{
    border-radius: 5px !important;
}
.rounded-10,
.rounded-10:before,
.rounded-10:after{
    border-radius: 10px !important;
}
.rounded-15,
.rounded-15:before,
.rounded-15:after{
    border-radius: 15px !important;
}
.rounded-20,
.rounded-20:before,
.rounded-20:after{
    border-radius: 20px !important;
}
.rounded-25,
.rounded-25:before,
.rounded-25:after{
    border-radius: 25px !important;
}

.m-link,
.m-link svg{
    transition: all .25s cubic-bezier(.335,.015,.25,.995);
}
a:hover .m-link svg,
.m-link:hover svg{
    transform: translateX(7px);
}

.fa-layers-counter{
    transform: scale(.45);
}

.nopointer{
    cursor: default !important;
}
.pointergrab{
    cursor: grab;
}

:root{
    --body-color: #646464;
    --primary-color: #EC0000;
    --primary-color-hover: #500000;
    --primary-color-rgba: 236, 0, 0;
    --primary-color-rgba-hover: 80, 0, 0;
    --secondary-color: #1FB7E6;
    --secondary-color-hover: #00496E;
    --secondary-color-rgba: 31, 183, 230;
    --secondary-color-rgba-hover: 0, 73, 110;
    --alternate-color: #04CE2C;
    --alternate-two-color: #FFAA00;
    --lightest-gray-color: #EFEFEF;
    --extra-light-gray-color: #dcdcdc;
    --light-gray-color: #969696;
    --gray-color: #646464;
    --dark-gray-color: #323232;
    --black-color: #000008;
    --primary-font: 'Roboto', sans-serif;
    --secondary-font: 'Roboto', sans-serif;
}
