﻿ /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */

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

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

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

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

.content-centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timezone.show {
    display: flex !important;
}

.timezone {
    flex-wrap: wrap;
    width: 18.75rem;
    left: auto !important;
    right: 0;
    text-align: center !important;
}

.timezone > .dropdown-item {
    width: 33% !important;
}

input.error {
    border: 1px solid #dc3545;
    background: #f8dcdb;
}

/*** adminto ***/
body[data-layout=horizontal] .content-part {
    padding-top: 70px;
}

.profile-dropdown {
    width: 100px;
    min-width: 100px;
}

 .dropdown-toggle::after{
     display: none;
 }

.font-11 {
    font-size: 11px !important;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navigation-menu > li > a {
    color: #dee2e6;
    padding-left: 10px;
    padding-right: 10px;
}

 .navigation-menu > li a:hover {
     text-decoration: none;
 }


.navbar-brand {
    float: left;
    padding-top: 20px;
    padding-bottom: 15px;
}

.width-xxxl {
    min-width: 214px;
}

.width-xxl {
    min-width: 185px;
}

.width-14{
    min-width: 14px;
}

.dealer-image{
    width: 100%;
    max-width: 100px;
}

.table .thead-gray th {
    color: #6c757d;
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.padding-top-ater-round{
    padding-top: 20px;
}

.table-input{
    width: calc(100% - 40px);
    min-width: 20px;
    max-width: 150px;
}

.word-break{
    word-break: break-word;
}

.no-wrap{
    white-space: nowrap;
}

.header-title{
    margin-bottom: 12px;
}

.edit-dealer.checkbox.checkbox-info{
    margin-top:-10px;
}

.list-dealer.checkbox.checkbox-info{
    margin-top:-7px;
}

.table-responsive table caption {
    display: none;
}

.postpone-all-button {
    margin-top: 1rem;
    margin-right: 1rem;
}

.postpone-all-icon {
    display: none;
    font-size: 18px;
}

.quantity {
    max-width: 180px;
    min-width: 135px;
    width: 100%;
}

 #menu-user-name{
     display: inline-flex;
     max-width: 250px;
     text-overflow: ellipsis;
     overflow: hidden;
 }

@media (max-width: 1300px) {
    .postpone-all-button {
        max-width: 140px;
        margin-top: 6px;
    }

    .pause-quantity-container, .pause-change-button-container {
        margin: 0 auto;
    }
}

@media (max-width: 1337px) {
    .pause-quantity-container, .pause-change-button-container {
        margin: 0 auto;
    }
}

 @media (max-width: 1700px) {
     .postpone-all-text {
         display: none;
     }

     .postpone-all-icon {
         display: block;
     }
 }
 
@media (max-width: 1515px) {
    .postpone-all-button {
        margin-top: 15px;
    }
    
    #menu-language{
        display: none;
    }
    
    #menu-timezone{
        display: none;
    }
    
    #menu-user-name{
        display: none;
    }
}

@media (max-width: 1080px) {
    .postpone-all-icon {
        font-size: 15px
    }

    #nav-time-holder{
        font-size:1rem;
    }
}

@media (max-width: 991px) {
    .navigation-menu > li > a {
        color: #6c757d;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        padding-top: 25px;
    }

    .padding-top-ater-round {
        padding-top: 17px;
    }
    
}

@media (max-width: 575.98px) {
    .w-xs-100 {width: 100%;}
    .postpone-all-icon {
        font-size: 15px;
    }

    .table {
        font-size: 11px;
    }

    .postpone-all-button {
        margin-top: 17px;
    }

}
 
@media (max-width: 500px){
    #nav-time-holder{
        display:none;
    }
}

@media (max-width: 400px){
 #menu-pause-text{
     display:none;
 }
} 
/* hide first column on dealers table*/
.dealers-table thead th:first-child, .dealers-table tbody td:first-child {
    display: none;
    visibility:hidden;
}

/* search box */
.search-box{
    padding-top: 0.5px;
}

input.search-query {
    padding-left:10px;
    line-height: 30px;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    content:'';
    display: block;
    width: 14px;
    height: 14px;
    background-position: -48px 0;
    position: absolute;
    top:8px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}

/*sort*/
.nameasc th > a[data-column-name="name"]:after,
.namedesc th > a[data-column-name="name"]:after,
.codeasc th > a[data-column-name="code"]:after,
.codedesc th > a[data-column-name="code"]:after,
.activeasc th > a[data-column-name="active"]:after,
.activedesc th > a[data-column-name="active"]:after {
    color: #34b8e0;
    display: inline-block;
    width: 1em;
    text-align: center;
    line-height: 1.2em;
    left: -1.2em;
}

.nameasc th > a[data-column-name="name"]:after,
.codeasc th > a[data-column-name="code"]:after,
.activeasc th > a[data-column-name="active"]:after {
    content: "\25B2"; /* down up */
}

.namedesc th > a[data-column-name="name"]:after,
.codedesc th > a[data-column-name="code"]:after,
.activedesc th > a[data-column-name="active"]:after {
    content: "\25BC"; /* down down */
}


.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.min-vw-200{
    min-width:200px;
}

.max-vw-30{
    max-width:30px;
}

.fa-15x{
    font-size: 1.5em;
}

.timepicker-picker .btn > span {
    background: lightgrey;
}

.table-pause-duration-table td,
.table-pause-duration-table th {
    padding:0;
    border: none;
}

.table-warning .table-pause-duration-table tbody tr{
    background-color: #fdf0ce !important;
}

.table-success .table-pause-duration-table tbody tr{
    background-color: #bceed5 !important;
}

form[name="paginationInfoModel"] .pagination input[name="customPageNumber"],
input.customPageNumber,
.input-group > .form-control.paginator {
    width: 75px;
    padding: 0 5px 0 5px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    flex: unset;
}

.paginator{
    margin:0 5px;
}

.page-item.pagination-splitter {
    font-size:26px;
    padding-left:5px;
    cursor: default;
}

.page-item.pagination-totalPages, .page-item.pagination-splitter {
    font-size: 18px;
    padding-right: 5px;
    padding-top: 6px;
    text-align: center;
    cursor: default;
}

.page-item.customPageNumber {
    padding-left: 5px;
}

.lock-form {
    background-color: black;
    opacity: 0.6;
    pointer-events: none;
}

.pauses-input,
.pauses-input-round{
    padding:0;
    border:0;
    background:unset;
}

.pause-quantity-container .btn-increment,
.pause-quantity-container .btn-decrement{
    padding: 0 .5rem;
}

#active-pauses{
    display:table-header-group;
}

.bg-gray{
    background-color: #ebeff2;
}

.machine-and-sets-list{
    height: 220px;
    overflow: auto;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    max-width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + label {
    color: #f1e5e6;
    background-color: #212529;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #722040;
}


/* style 2 */

.inputfile-2 + label {
    color: #d3394c;
    border: 2px solid currentColor;
}

.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #722040;
}


/* style 3 */

.inputfile-3 + label {
    color: #212529;
}

.inputfile-3:focus + label,
.inputfile-3.has-focus + label,
.inputfile-3 + label:hover {
    color: #212529;
}


/* style 4 */

.inputfile-4 + label {
    color: #d3394c;
}

.inputfile-4:focus + label,
.inputfile-4.has-focus + label,
.inputfile-4 + label:hover {
    color: #722040;
}

.inputfile-4 + label figure {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #d3394c;
    display: block;
    padding: 20px;
    margin: 0 auto 10px;
}

.inputfile-4:focus + label figure,
.inputfile-4.has-focus + label figure,
.inputfile-4 + label:hover figure {
    background-color: #722040;
}

.inputfile-4 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 5 */

.inputfile-5 + label {
    color: #d3394c;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    color: #722040;
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}


/* style 6 */

.inputfile-6 + label {
    color: #d3394c;
    border: 1px solid #d3394c;
    background-color: #f1e5e6;
    padding: 0;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #722040;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #f1e5e6;
    background-color: #d3394c;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #722040;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}
 
 /* Preloader */

 .loading {
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 9;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: rgba(0,0,0,.5);
 }
 .loading-wheel {
     width: 10%;
     height: 20%;
     margin-top: -5%;
     margin-left: -5%;
     position: absolute;
     top: 50%;
     left: 50%;
     border-style: double;
     border-color: #ccc transparent;
     border-width: 30px;
     border-radius: 50%;
     -webkit-animation: spin 1s linear infinite;
 }
 .connecting-text{
     font-size:2vw;
     top: 60%;
     left: calc(50% - 5vw);
     position: absolute;
     color: #ccc;
 }
 @-webkit-keyframes spin {
     0% {
         transform: rotate(0);
     }
     100% {
         transform: rotate(-360deg);
     }
 }