/*------------------Autow Qliniq style ---------------------*/
.card-header, .card-footer {
    background-color: #e0e5ec;
}

/*.card-body {
    min-height: 50vh;
}*/

.card-body h4 {
    color: #0061f2;
    font-weight: 300;
}

.step-title {
    margin-bottom: 20px;
}

.step-title h1 {
    font-weight: 700;
    margin: auto;
}

.logo-company {
    margin: 10px 0 30px;
    max-width: 300px;
}

.loader {
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    display: none;
    background: #4A3BD5 url('../img/loader.gif') center center no-repeat;
}

.loader h2 {
    top: 58%;
    left: 43%;
    position: absolute;
    color: aliceblue;
}

.mobile-menu #menu_checkbox {
    display: none;
}

.mobile-menu label {
    margin: 0 auto;
    display: block;
    width: 30px;
    height: 30px;
    transition: 0.3s ease transform;
    cursor: pointer;
}

.mobile-menu label div {
    width: 6px;
    height: 6px;
    background-color: #6c757d;
    margin-left: 0;
    margin-bottom: 6px;
    border-radius: 4px;
    transition: 0.3s ease width, 0.3s ease margin-left, 0.3s ease margin-bottom, 0.3s ease background-color;
}

.mobile-menu label div:first-child {
    width: 22px;
}

.mobile-menu label div:nth-child(2) {
    width: 15px;
}

.mobile-menu label div:last-child {
    width: 30px;
    margin-bottom: 0;
}

.mobile-menu #menu_checkbox:checked + label {
    transform: translateY(-50%) rotateZ(-90deg);
}

.mobile-menu #menu_checkbox:checked + label div {
    width: 6px;
    margin-bottom: 3px;
    background-color: #FFC107;
}

/*------------------Progress bar----------------------------*/
#progress {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    overflow-x: hidden;
}

#progress::-webkit-scrollbar {
    display: none;
}

/*.progress-shadow:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom, #ffffff00, #ffffff00, #ffffff00, #ffffffb0, #ffffff);
    pointer-events: none;
}*/
.progress-bar {
    margin-right: 10px;
    z-index: 0;
    /*border-right: 1px solid #F5F5F5*/
    color: #6c757d;
    background-color: unset;
    justify-content: normal;
}

.progress-bar div span {
    text-align: left;
    line-height: 10px;
}

.progress-bar div i {
    font-size: 32px;
    margin-right: 25px;
    width: 33px;
    color: #b1b1b1;
}

.progress-bar div.active i, .progress-bar div.active {
    color: #0061f2
}

.progress-bar a {
    text-decoration: none;
    color: inherit;
}

.progress-bar a:hover, .progress-bar a:hover div i {
    color: #dc3545;
}

#progress-steps {
    position: absolute;
    right: 30px;
    overflow: hidden;
    color: #0061f2
}

#progress-steps li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 2.9rem;
}

#progress-steps .step:before {
    content: "";
    color: #fff
}

#progress-steps li:before {
    width: 30px;
    height: 30px;
    line-height: 26px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #d7dce3;
    border-radius: 50%;
    margin: 15px 0 auto 4px;
    padding: 2px
}

#progress-steps li:after {
    content: '';
    height: 100%;
    width: 3px;
    background: lightgray;
    position: absolute;
    left: 58px;
    top: 15px;
    z-index: -1;
}

#progress-steps li:last-child:after {
    top: 147px;
    height: 132px
}

#progress-steps li:nth-child(3):after {
    top: 81px
}

#progress-steps li:nth-child(2):after {
    top: 0px
}

#progress-steps li:first-child:after {
    position: absolute;
    top: -81px
}

#progress-steps li.complete:after {
    background: #0061f2
}

#progress-steps li.complete:before {
    background: #0061f2;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    content: "\f00c";
    font-size: 14px;
}

#progress-steps li.active:before {
    background: #ffffff;
    border: 2px solid #0061f2;
}

/*@media (max-width: 992px) {
    .card {
        z-index: 0;
        border: none;
        position: relative
    }

    #progress {
        background-color: #fff;
        max-height: 92%;
        overflow-y: auto;
        border-bottom-right-radius: .35rem;
        border-bottom-left-radius: .35rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }

    #progress-steps {
        right: 8px;
    }
    #progress.collapse:not(.show) {
        display: block !important;
    }
    #progress.collapse.show {
        display: none !important;
    }
}*/

@media screen and (max-width: 992px) {
    .collapse {
        position: absolute !important;
        /*z-index: 20;*/
        width: 100%;
    }
}

/*--other--*/

.form-control-solid {
    background-color: #ffffff;
    border-color: #ecf0f6;
}

.form-control-solid:focus {
    background-color: #ffffff;
}

#invoice-address {
    display: none;
    transition: height 0ms 0ms, opacity 600ms 0ms;
}

.price {
    font-size: 35px;
    font-weight: 700;
}

.images-upload, .add-upload-item {
    position: relative;
    max-width: 205px;
    margin: 0 15px 15px 15px;
}

.images-upload .image-edit {
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -10px;
}

.images-upload .image-edit i {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    padding: 8px 9px;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.images-upload .image-edit i:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
    color: #761c19;
}

.images-upload .images-preview label {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.images-upload .images-preview label:hover {
    background: #0061f240;
    transition: all 0.2s ease-in-out;
}

.images-upload .images-preview label:hover:after {
    content: "\f304";
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    font-size: 35px;
    color: #f8f9fa;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transition: all 0.2s ease-in-out;
}

.images-upload .images-preview input {
    display: none;
}

.images-upload .images-preview, .add-upload-item .images-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #0061f2;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.add-upload-item .images-preview {
    border: 2px solid #6c757d;
    text-align: center;
}

.add-upload-item .images-preview i {
    display: inline-block;
    width: 100%;
    padding: 35% 0 25%;
    font-size: 40px;
    color: #6c757d;
}

.add-upload-item .images-preview:hover, .add-upload-item .images-preview:hover i {
    color: #17a2b8;
    border-color: #17a2b8;
    cursor: pointer;
}

.images-upload .images-preview > #imagePreview {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.select2-results__options--nested li:last-child {
    border-bottom: 2px solid #0061f2;
}

#detailPhotosSave .images-upload, #detailPhotosSave .add-upload-item {
    width: 150px;
}

#detailPhotosSave .images-upload .images-preview, #detailPhotosSave .add-upload-item .images-preview {
    width: 150px;
    height: 150px;
}

#detailPhotosSave .add-upload-item .images-preview i {
    padding: 35% 0 10%;
}

#detailPhotosSave .add-upload-item .images-preview {
    line-height: 16px;
}

#detailPhotosSave .image-title {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px 5px;
    line-height: 16px;
    font-weight: 600;
    background-image: linear-gradient(to bottom, #ffffff00, #ffffffe0, #ffffff, #ffffff, #ffffff);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

#serviceBillingSave table {
}

#serviceBillingSave table tbody td {
    padding: 6px .75rem;
}

.dataTable td:first-child a {
    color: inherit;
}

.dataTable td:first-child a:hover {
    text-decoration: none;
}

.dataTable .status-new {
    color: #519CFF;
}

.dataTable .status-planned {
    color: #E2B23A;
}

.dataTable .status-control {
    color: #EB6CD1;
}

/*------------------------table billing----------------*/
#serviceBillingSave .table-title .add-new {
    float: right;
    height: 30px;
    font-weight: bold;
    font-size: 12px;
    text-shadow: none;
    min-width: 100px;
    border-radius: 50px;
    line-height: 13px;
}

#serviceBillingSave .table-title .add-new i {
    margin-right: 4px;
}

#serviceBillingSave table.table {
    table-layout: fixed;
}

#serviceBillingSave table.table tr th, table.table tr td {
    border-color: #e9e9e9;
}

#serviceBillingSave table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}

#serviceBillingSave table.table th:last-child {
    width: 100px;
}

#serviceBillingSave table.table th:nth-child(4), #serviceBillingSave table.table td:nth-child(4), #serviceBillingSave table.table td:nth-child(3) .form-control {
    text-align: right;
}

#serviceBillingSave table.table td:nth-child(4) input {
    text-align: inherit;
    background: none;
    border: 0;
    font-weight: bold;
}

#serviceBillingSave table.table th:nth-child(5), #serviceBillingSave table.table td:nth-child(5) {
    text-align: center;
}

#serviceBillingSave table.table td a {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    min-width: 24px;
}

/*#serviceBillingSave table.table td input, #serviceBillingSave table.table td select {
    text-align: left;
    border-color: #f8f9fa;
    height: 32px;
}*/

#serviceBillingSave table.table td select[readonly=readonly] {
    pointer-events: none;
    background-color: #e0e5ec;
}

#serviceBillingSave table.table td a.add {
    color: #27C46B;
}

#serviceBillingSave table.table td a.edit {
    color: #FFC107;
}

#serviceBillingSave table.table td a.show {
    color: #0061f2;
}

#serviceBillingSave table.table td a.delete {
    color: #E34724;
}

#serviceBillingSave table.table td i {
    font-size: 19px;
}

#serviceBillingSave table.table td a.add i {
    font-size: 24px;
    margin-right: -1px;
    position: relative;
    top: 3px;
}

/*#serviceBillingSave table.table .form-control {
    height: 32px;
    line-height: 32px;
    box-shadow: none;
    border-radius: 2px;
}*/

#serviceBillingSave table.table .form-control.error {
    border-color: #f50000;
}

#serviceBillingSave table.table td .add {
    display: none;
}

#serviceBillingSave .table td {
    padding: 6px;
}

/*
.closedTable tbody tr:last-child {
    display: none;
}
*/

/*----------------Sign pad------------------*/
/*.signature-pad canvas {*/
/*    width: 100%;*/
/*    height: 200px;*/
/*}*/
#total-modal .modal-body, #total-modal .modal-header {
    border: 0;
}

#total-modal .modal-title {
    font-size: 18px;
    font-weight: 700;
}

.total-table {
    border-top: 0;
    text-align: center;

}

.total-table thead th {
    border-top: 0;
}

.total-table tbody td:first-child {
    border-right: 2px solid #e0e5ec;
}

input.currency:before {
    content: attr(data-symbol);
    float: left;
    color: #aaa;
}

@-webkit-keyframes blink {
    from {
        text-shadow: 3px 3px 5px rgba(57, 165, 1, 0.42);
    }
    to {
        text-shadow: none;
    }
}

@-moz-keyframes blink {
    from {
        text-shadow: 3px 3px 5px rgba(57, 165, 1, 0.42);
    }
    to {
        text-shadow: none;
    }
}

@keyframes blink {
    from {
        text-shadow: 3px 3px 5px rgba(57, 165, 1, 0.42);
    }
    to {
        text-shadow: none;
    }
}

.blink {
    text-shadow: 3px 3px 5px rgba(57, 165, 1, 0.42);
    -webkit-animation: blink 2s 98765432;
    -moz-animation: blink 2s 98765432;
    animation: blink 2s 98765432;
}

/*----------------------------bootstrap added----------------------*/
@media (min-width: 576px) {
    .position-sm-static {
        position: static !important;
    }

    .position-sm-relative {
        position: relative !important;
    }

    .position-sm-absolute {
        position: absolute !important;
    }

    .position-sm-fixed {
        position: fixed !important;
    }

    .position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {
    .position-md-static {
        position: static !important;
    }

    .position-md-relative {
        position: relative !important;
    }

    .position-md-absolute {
        position: absolute !important;
    }

    .position-md-fixed {
        position: fixed !important;
    }

    .position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {
    .position-lg-static {
        position: static !important;
    }

    .position-lg-relative {
        position: relative !important;
    }

    .position-lg-absolute {
        position: absolute !important;
    }

    .position-lg-fixed {
        position: fixed !important;
    }

    .position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {
    .position-xl-static {
        position: static !important;
    }

    .position-xl-relative {
        position: relative !important;
    }

    .position-xl-absolute {
        position: absolute !important;
    }

    .position-xl-fixed {
        position: fixed !important;
    }

    .position-xl-sticky {
        position: sticky !important;
    }
}

/*
@media screen and (max-width: 992px) {
    .collapse {
        position: absolute !important;
        z-index: 20;
        width: 100%;
        top: 33px;
    }

    .collapse.in {
        display: block;
        position: absolute;
        z-index: 20;
        width: 100%;
        top: 33px;
    }
}*/
