/*! Place your custom styles here */
.bar .logo {
    max-height: 5em;
}

body {
}

html {
    background: #000;
}

html.nobg {
    background: #FFF;
}

.bar--transparent:not(.bar--dark) {
    background: #000;
}

.login .bar--transparent:not(.bar--dark) {
    background: none;
}

.bar.bar--sm {
    padding: 0.5em 0;
    background: #000;
}

.hamburger-toggle i {
    color: red;
}

.mainNav {
    margin-top: 10px;
}


.nav-con {
    display: flex;
    align-items: center;
}

.main-container {
    margin-top: 0px;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger{
    opacity: 0.8;
}

footer {
    font-weight: bold;
    color: #FFF;
    background: #000;
    text-align: center;
    padding-top: 2.42857143em;
    padding-bottom: 2.42857143em;
    height: 10vh;
}


.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span a {
    color: red;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 1;
}


.dashboard-load {
    opacity: 0;
    transition: 0.2s ease all;
}


.loading {
    position: absolute;
    top: 45vh;
    left: 48vw;
    font-size: 60px;
    opacity: 1;
}

.subSideMenu{
    display: none;
}
.Required{
    border:1px solid red !important;
}

.spinner {
    margin: 100px auto 0;
    /*width: 70px;*/
    text-align: center;
}

    .spinner > div {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.flex-container{
    display:flex;
}
.dashboardSection {
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #363636;
    border-radius: 50%;
    margin-bottom: 40px;
    text-align: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 0px 1000px inset;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all ease 0.3s;
    margin: 20px auto;
}

    .dashboardSection:hover {
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 0px 1000px inset;
    }

.orders-installed-dashboard {
    background-color: #ff4f4f;
    box-shadow: none;
}

    .orders-installed-dashboard:hover {
        background-color: #e63030;
        box-shadow: none;
    }


    .orders-installed-dashboard h2 {
        font-size: 18px;
        font-weight: 600;
    }

    .orders-installed-dashboard span {
        font-size: 24px!important;
    }


.dashboardSection span {
    display: block;
    color: #FFF;
    font-size: 40px;
    margin-bottom: 10px;
}

.dashboardSection h2 {
    color: #FFF;
}

.dashboard-circles {
    margin-top: 10vh;
    padding-top: 15px;
}


.loginCon h1 {
    margin-bottom: 0;
}


input[type].submitBtn {
    background: none;
    outline: none;
    border: none;
    background: #ff4f4f;
    padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
    color: #fff;
}

.loginCon a {
    float: right;
    margin-top: 20px;
}

    .loginCon a.terms {
        float: none;
        margin-top: 0px;
    }


.loginCon input, .loginCon textarea {
    border: 1px solid #9c9b9b; margin-bottom: 10px;
}

.sidebarMenu li {
    display: flex;
    align-items: stretch;
}


    .sidebarMenu li a {
        color: #666;
        font-weight: bold !important;
        text-transform: uppercase;
        width: 80%;
        background-color: #e5e5e5;
        padding: 14px;
        transition: all 0.3s ease;
        font-size: 13px;
        font-family: 'Open Sans',sans-serif;
    }

.sidebarCon {
    background-color: #efefef;
    width:  15vw;
    height: 100%;
    position: absolute;
}

.sidebarMenu li a:hover {
    box-shadow: inset 18em 0 0 0 #FFF;
}

.sidebarMenu li span {
    padding: 20px;
    background-color: #a5a5a5;
    color: #FFF;
    width: 20%;
}

.order-container h4 {
    margin-bottom: 5px;
}

.internalMainContent {
    margin: 0 auto 0 17vw;
    width: 80vw;
    float: left;
}

.adminPage {
    margin-top: 15px;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;

}

.dash-nav {
    padding-left: 0px;
    padding-right: 15px;
}

    .dash-nav .btn {
        margin: 0;
        padding: 8px 5px 5px;
        float: right;
        height: 36px;
        width: 36px;
        text-align: center;
    }

        .dash-nav .btn i.fa {
            color: #FFF;
            font-size: 20px;
            text-shadow: inset 1px 1px 1px #AAA;
            line-height: 20px;
        }

        .dash-nav .btn span {
            display: none;
        }

.register-form input[type=text], .loginControl input[type=text], .register-form input[type=email], .loginControl input[type=email], .register-form input[type=password], .loginControl input[type=password] {
    margin-bottom: 10px;
}
.report-control {
    padding-left: 0;
}
.dataTables_filter
{
    width: 12%;
    float: left;
    padding-left: 10px;
}
.dataTables_length
{
    width: 7%;
    float: left;
    padding-left: 10px;
}
.dt-buttons
{
    width: 6%;
    float: left;
    padding-left: 10px;
    padding-bottom: 5px;
}
.invoice-report-controls .dt-buttons{
    width:7%;
    text-align:end;
}
.invoice-report-controls .dt-buttons .dt-button{
    margin-right:0px;
}

.btn.lnksubmit {
    background: none;
    outline: none;
    border: none;
    background: #ff4f4f;
    padding: 0.46428571em 2.78571429em 0.46428571em 2.78571429em;
    color: #fff;
    /*margin-left: 0.92857143em;*/
    font-size: 12px;
    border-radius: 6px;
    border: 1px solid #d3d3d3; /*#ececec*/
    font-weight: 700;
    height: 3.25000000000001em;
    line-height: 1.85714286em;
}
.btn.lnksubmit:hover{
    border-color: #252525;
    color: #333;
    text-decoration: none;
}
.btn.maxwidth{
    width:100%
}
.orderControl .btn.btn--sm {

}
.orderControl .pickup-panel .btn.btn--sm {
    margin-left: 0;
}

.orderControl .button-row
{
    padding-top: 0;
}

.report-controls{
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
    .report-controls label {
        font-size: 14px;
        line-height: 1.42857143;
        font-weight: normal;
        margin-bottom: 0;
    }

    .report-controls .input-radio--innerlabel label {
        line-height: 2.50714286em;
        padding-left: 5px;
        padding-right: 5px;
    }
.report-controls .btn--sm
{
    margin-top: 21px;
}
.invoice-report-controls {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
    .invoice-report-controls .inner-report-controls {
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 5px;
        
    }
.invoice-report-controls .btn--sm {
    margin-top: 20px;
    padding: 9px 15px;
}
.datatable-control-container {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.datatable-control-container .dataTables_filter {
    width: auto;
    clear: left;
    padding-left:0px;
}

.datatable-control-container .dataTables_length {
    width: auto;
    clear: left;
}

.datatable-control-container .dt-buttons {
    width: auto;
    clear: left;
    
}

.report-controls .inner-report-controls {
    padding-left: 0;
    padding-right: 0;
}
.dashboard-menu #menu1 {
    position: relative;
    min-height: 10vh;
}

.form-row {
    margin-bottom: 10px;
}

    .form-row span {
        line-height: 2.7em;
    }

.radio-container .input-radio--innerlabel {
    padding-right: 5px;
}

    .radio-container .input-radio--innerlabel:last-child {
        padding-right: 0px;
    }

.accordion {
    margin-bottom: 20px;
}

.tire-panel {
    width: 100%;
}

.inner-tire-panel {
    width: 100%;
}

    .inner-tire-panel .input-radio--innerlabel label {
        padding: 0 0.4em;
        margin-top: 0;
    }

    .inner-tire-panel .col-md-2 {
        padding-right: 0;
    }

.button-row {
    text-align: center;
    margin-bottom: 50px;
    padding-top: 20px;
}

    .button-row .btn--lg, .button-row .btn--sm {
        max-width: 200px;
    }

.accordion .accordion__title {
    color: #000;
    margin-bottom: 0;
}

.accordion li.active .accordion__title {
    color: #FFF;
}

.ErrorText{
    color:red;
    font-size:small;
}

.SuccessText {
    color: green;
    font-size: small;
}
.pickup-control-row 
{
    padding-left: 0;
}
.pickup-panel {
    border: 1px solid #DDD;
    margin-bottom: 15px;
    padding: 15px;
    background: #F2F2F2;
}

video {
    -o-transform: scaleX(1) !important;
    -moz-transform: scaleX(1) !important;
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
}

.btnQRScanner {
    display: none;
}

.modal-content .dashboard-menu {
   display: none;
}

button.dt-button, div.dt-button, a.dt-button {
    padding: 6px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    background: #FFF;
    height: auto;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
}

.centerme
{
    text-align:center!important;
}

#divFieldsContainer .col-xs-4{
    padding-left: 5px;
}

    #divFieldsContainer .col-xs-8{
        padding-right: 5px;
    }

    #divFieldsContainer .col-xs-4 span {
        display: inline-block;
        line-height: 2.6em;
    }

.detail-label{
    font-weight:600;
}

.row.detail{
    padding-bottom:2px;
}


.stripify .row:nth-child(even){
    background-color: #f9f9f9;
}

.bulk-order-row{
    display:flex;
    align-items:flex-end;
    border-bottom:  1px solid #8e8e8e;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .btnQRScanner {
        display: block!important;
    }
    .main-container .container{
        width: 100%;
    }
}

@media (max-width: 768px) {
    .btn {
        background: #FFF;
    }
    .home-buttons .btn {
        background: transparent;
    }
    .home-buttons .btn--primary {
        background: #ff4f4f;
        margin-bottom: 0;
    }
    .btn--primary {
        background: #ff4f4f;
    }

    .inner-tire-panel .col-md-2 {
        padding-left: 0;
    }

    .inner-tire-panel .col-xs-8 {
        padding-right: 0;
        padding-left: 5px;
    }

    .dataTables_length
    {
        width: 100%;
        padding-left: 0;
    }
    
    .main-container {
        margin-top: 0px;
    }

    .dashboard-circles {
        margin-top: 0;
    }

    .dashboardSection {
        margin-bottom: 15px;
        width: 100%;
        margin-top: 0;
    }

    .row-1 {
        margin-bottom: 10px;
    }

    hr {
        margin: 0.5em 0;
    }

    .sidebarCon {
        display: none;
    }

    .pickup-panel
    {
        margin-top: 15px;
    }
        .pickup-panel h2{
            margin-top: 0;
        }
    .internalMainContent {
            margin: 0;
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
        }
    .pickup-panel .col-xs-4 {
        padding-left: 0;
    }
    .pickup-panel .col-xs-8 {
        padding-left: 0;
        padding-right: 0;
    }
    .pickup-panel .pickup-field
    {
        margin-bottom: 10px;
    }
    .pickup-panel .button-row {
        padding-left: 0;
        text-align: center;
    }
    .orderControl .pickup-panel .btn.btn--sm {
        margin-left: 0;
        max-width: 200px;
    }
    .report-control.col-xs-12
    {
        padding-right: 0;
    }
    .report-control.col-xs-10
    {
        padding-right: 5px;
    }
    .dataTables_filter{
        width: 100%;
        padding-left: 0;
    }
    .report-controls label
    {
        width: 100%;
    }
    .report-controls .btn {
        line-height: 1.72857143;
    }
    .report-controls span
    {
        margin-left: 0!important;
    }
    table.dataTable thead th, table.dataTable thead td
    {
        padding-left: 2px;
        font-size: 9px;
        text-align: center; 
    }
    table.dataTable tbody th, table.dataTable tbody td
    {
        font-size: 10px;
    }

}

@media (max-width: 767px) {
    .print-label-btn, button.dt-button.buttons-print, button.dt-button.buttons-excel {
        display: none;
    }
    .delivery-btn{
        margin-left: 0!important;
        margin-top: 0!important;
    }
    .imageblock > .container, .imageblock > div[class*='col-']:not(.imageblock__content){
        padding-top: 0;
    }
}

@media (max-width: 414px) {
    #divTarget {
        left: 19%!important;
    }

    #divVideoContainer {
        width: 93vw!important;
    }
    .bulk-order-row{
        flex-direction:column;
        align-items:center;
    }
    .bulk-link-panel{
        text-align:center;
        padding-top: 10px;
    }
}

@media (max-width: 375px) {
    #divTarget {
        left: 14%!important;
    }

    #divVideoContainer {
        width: 92vw!important;
    }
}

@media (max-width: 360px) {
    #divTarget {
        left: 12%!important;
    }
}

@media (max-width: 320px) {
    #divTarget {
        left: 7%!important;
    }
}

@media print {
    .dashboard-menu {
        display: none;
    }
    .no-print{
        display:none;
    }
    .dataTables_filter{
        display:none;
    }
    .dataTables_length{
        display:none;
    }
    .dataTables_info{
        display:none;
    }
    .dataTables_paginate{
        display:none;
    }

    .printable-data-table a[href]:after {
        content: none !important;
    }
}


.ui-menu .ui-menu-item-wrapper {
    font-weight: initial;
}