    :root {
    --border-color : #dedede; /*#d2d6de*/
    --request-green: #50b587;
    --request-blue: #2e9dff;
    --request-yellow: #f3d01a;
    --request-purple: #8f82e0;
    --text-dark-blue: #455a64;
}
/* Global class */
.font-size-30 {font-size: 30px;}
.font-size-14 {font-size: 14px;}

/* Global class */

.qrcode {
    visibility: hidden;
    pointer-events: none;
    height: 0;
    display: none;
}
@media print {
    * {
        visibility: hidden;
        height: 0;
    } 
     body {
        /* width: 400px; */
        height: 100%;
        overflow: hidden;
    }  @page {
        size: 330mm 427mm;
        margin: 14mm;
      }
     

    .qrcode {
        visibility: visible;
        height: auto;
        display: block;
    }

}
.print-qr-btn {
    cursor: pointer;
}
/*MAIN STYLES*/
html, body {
    height: auto;
    min-height: 100%;
}

body {
    color: var(--text-dark-blue);
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}
body.preventScroll {
    overflow: hidden;
    width: 100%;
}
h4 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}
p {
    color: var(--text-dark-blue);
}

strong {
    font-weight: 600;
}

a {
    color: var(--text-dark-blue);
}
a:hover {
    text-decoration: none;
}

code {
    background: #f8f9fa;
    border: 1px solid #c5cae9;
    border-radius: 0.25rem;
    color: #bd4147;
    display: inline-block;
    line-height: 1;
    font-size: 90%;
    margin-left: 8px;
    padding: 0.2rem 0.4rem;
}
textarea {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    font-weight: 400;
}
small {
    font-size: 65%;
    font-weight: 300;
}
.text-small strong {
    font-weight: 700;
}
::-webkit-input-placeholder { /* WebKit browsers */
     opacity: 0.5 !important;
}
/* 
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: -9px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--text-dark-blue) !important;
} */
select {
    -webkit-appearance: none;
    background: #fff;
    padding-left: 8px !important;

    background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%);
  background-position:
    calc(100% - 16px) calc(1em + 2px),
    calc(100% - 11px) calc(1em + 2px);
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

input[type=date]{
    -webkit-appearance: none;
}

/* .row {
    margin: 0 !important;
} */

.btn {
    font-size: 14px;
    padding: 5px 20px;
}
.main-btn {
    border-radius: 4px;
    color: #fff;
    display: flex;
    height: 40px;
}
.input-group-text {
    color: #8e9194;
}
.table thead th {
    border-bottom: 0;
}
.round-border {
    border-radius: 4px !important;
}
.flat-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.flat-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.round-left {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.round-right {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.rotate-90 {
    margin-right: 4px;
    transform: rotate(-90deg);
}

.rotate-180 {
    transform: translateY(-50%) rotate(-180deg) !important;
}

.nHidden {
    display: none !important;
}

.invalid-input, .emptyval {
    border-color: #dc3545 !important;
}

.gradient-grey{
    background: linear-gradient(to top, #e4e4e4 0%, #fff 100% )
}

.margin-right-5{
    margin-right: 5px;
}

.toggle-body, .watchlist-item {
    cursor: pointer;
}
.pull-left{
    float: left;
}

a.disabled .box-header {
    background: #ececec;
}
/*MAIN STYLES*/

.page-title {
    font-size: 18px;
    margin-bottom: 0;
    padding: 15px 0;
    color: #fff;
    /*new*/
    font-weight: 500;
    max-width: 150px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*new*/
}

.nav-item {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.nav-item .btn {
    justify-content: center;
    width: 100%;
} 
.link-back {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 30px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
}
.tabs {
    background: #fff;
    border: 1px solid #dce3e6;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}
.tabs .btn {
    border-radius: 0;
    position: relative;
    flex: 1;
    font-size: 16px;
    padding: 11px 20px;
}

.tabs .btn:first-child:not(.active)::after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background: #f4f4f5;
}
.tabs .btn.active {
    background: #26c6da;
    border-radius: 0;
    color: #fff;
}

.switch-description {
    font-weight: 400;
}

/*Buttons*/
.btn-xs {
    padding: 4px 7px 4px 6px;
    font-weight: 500;
    font-size: 14px !important;
}
.btn-success,
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle, .btn-success:hover {
    background-color: #26c6da;
    border-color: #26c6da;
    color: #fff;
}

.btn-success.disabled, .btn-success:disabled, .btn-warning:disabled, textarea {
    color: #fff;
    background-color: #b1b1b1;
    border-color: #b1b1b1;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}

.btn-blue{
    background: #1e88e5;
}
.btn-dark-blue{
    background: #2e3e61;
}

.btn-group .box{
    height: 60px;
}
.btn-group a, .btn-group .box-header{
    height: 100%;
}
.btn-warning, .btn-warning:hover {
    background: #ffb22b;
    color: #fff !important;
}

.btn-outline.btn-danger {
    color: #fc4b6c;
    background-color: transparent;
    border-color: #fc4b6c;
    padding: 5px 9px;
}
.btn-outline.btn-purple {
    color: #7c277d;
    background-color: transparent;
    border-color: #7c277d;
    padding: 5px 9px;
}
.btn-outline.btn-success {
    color: #26c6da !important;
    background-color: transparent;
    border: 1px solid #26c6da !important;
    margin-top: 10px;
    padding: 5px 7px;
}
.dropdown-menu {
    padding: .5rem;
}
.dropdown-menu .btn {
    padding: 0.5rem 0.75rem;
}
.active-lang {
    background: #bcdeff!important;
    padding: 0.5rem 0.75rem;
}
.save-btn {
    padding: 5px 10px;
}
/*Buttons*/

/*Modal windows*/
.overlay, .menu-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1002;
}

.menu-overlay {
    z-index: 1200;
}

.center-modal .modal-dialog {
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) !important;
    transform: translate(-50%, 50%) !important;
}

#edit_history .modal-dialog {
    bottom: auto;
    top: 100px;
    transform: translate(-50%, 0) !important;
}

.history .box-content{
    display: none;
    border-bottom: 1px solid #eaeaea;
    background: #f7f7f7;
    padding: 20px;
}

.history img {
    width: 70px;
}
.truck {
    padding: 0 7px !important;
}

.current-watch-name {
    text-align: center;
}
.catalog-popup .close, .watchlist-item-menu .close, #expances_popup .close {
    font-size: 38px;
    position: absolute;
    color: #fff;
    top: -42px;
    right: 3px;
}
.catalog-popup .input-group {
    justify-content: center;
    margin-bottom: 20px;
}
.catalog-popup .input-group .btn {
    width: 28%;
    height: 50px;
    font-size: 24px;
    padding: 4px 16px;
    justify-content: center;
}
.catalog-popup .input-group div {
    display: flex;
    width: 60%;
}
.catalog-popup input.qty {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    width: 44%;
    height: 50px;
    pointer-events: none;
    text-align:center;
    font-size: 24px;
}
/*Modal windows*/


/*Fancybox*/
.fancybox-button.fancybox-button--zoom{
    display: none !important;
}
.fancybox-button{
    height: 60px !important;
    box-sizing: content-box;
}
.fancybox-toolbar .fancybox-button{
    height: 40px !important;
}
.fancybox-infobar{
    text-align: center;
    top: auto;
    bottom: 0;
    width: 100%;
    background: rgba(30,30,30,.6) !important;
    color: #ccc !important;
    font-size: 26px;
    font-weight: 600;
    padding: 25px 0;
    box-sizing: content-box;
    mix-blend-mode: initial;
}
/*Fancybox*/


/*HEADER*/
.header-watch-info {
    display: grid;
    grid-template-columns: 15% 35% repeat(4, auto);
}

.header-watch-info .cell {
    background: #f5f5f5;
    border: 1px solid var(--border-color);
    border-right: 0;
    text-align: center;
    padding: 5px;
}
.header-watch-info .cell:nth-child(even) {
    background: #fbfbfb;
}
.header-watch-info .cell:last-child {
    border-right: 1px solid var(--border-color);
}
.header-watch-info img {
    width: 25px;
}

.main-header{
    display:-webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 1400;
    position: fixed;
    width: 100%;
    height: 63px;
    -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.5);
    background: #1e88e5;
}

.main-header .logo{
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-lg{
    padding-left: 10px;
}
/*END HEADER*/

/*MENU*/
.menu-button{
    position: absolute;
    right: 0;
    padding: 10px 25px;
}
.menu-button::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #1e88e5;
    filter: brightness(120%);
    left: 0;
    top: 0;
}
.menu-button span{
    width: 5px;
    height: 5px;
    background: #fff;
    display: block;
    margin: 3px 0;
}
.menu{
    position: fixed;
    top: 63px;
    right: -100%;
    width: 80%;
    background: #4a9fea;
    padding: 20px 20px 4px;
    z-index: 1500;
    transition: all .3s;
    height: 100%;
    max-height: max-content;
    overflow: scroll;
}
.menu.active{
    right: 0;
}
.menu-header{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    letter-spacing: 2px;
    color: #fff;
    margin-bottom: 15px;
}
.menu ul{
    list-style: none;
    padding-left: 0;
}
.menu li{
    background: #1e88e5;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #4a9fea;
}
.menu li a{
    color: #fff;
    display: block;
    padding: 15px 10px;
    flex: 1;
}
.menu .cart{
    margin-right: 0;
    padding: 0 2px 0 18px;
}
.menu .cart::before{
    width: 1px;
    height: 100%;
}
.menu .cart-count{
    position: relative;
    width: 22px;
    height: 22px;
    top: 0;
    font-weight: 500;
}
.menu img{
    width: 16px;
    height: auto;
    margin-top: -3px;
}
.menu .netprofit{
    position: relative;
    color: #fff;
    background: #dc3545;
    border-radius: 10px;
    font-size: 12px;
    padding: 3px 7px;
    margin-right: 12px;
    min-width: 22px;
    text-align: center;
}
.menu .netprofit::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.userinfo {
    color: #fff;
    text-align: right;
    margin-bottom: 15px;
    background: #1e88e5;
    padding: 10px;
    font-size: 14px;
}
.userinfo_top {
    display: flex;
    justify-content: space-between;

    border-bottom: 1px solid #4a9fea;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.userinfo_add {
    cursor: pointer;
    display: flex;
    text-align: left;
    background: #4a9fea;
    border-bottom: 1px solid #1e88e5;
}
.userinfo_add .btn {
    align-self: center;
    margin-left: auto;
}
.userinfo_add .useravatar {
    width: 40px;
    margin-right: 20px;
}
.useravatar {
    width: 60px;
}
.useravatar img {
    width: 100%;
    border-radius: 50%;
}
.username small {
    color: #fff;
    font-size: 12px;
}
.useractions {
    text-align: left;
}
.useractions div:first-child {
    border-top: 1px solid #4a9fea;
    padding-top: 8px;
    margin-top: 8px;
}
.scolopendra_block {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
/*MENU*/
.netprofit-form-popup {
    bottom: auto;
    display: none;
    width: 90%;
    overflow: visible;
}
.btn-fixed {
    position: fixed;
    bottom: 65px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0.9;
}
.btn-fixed-right {
    right: 17px;
}
.btn-fixed-left {
    left: 17px;
}
.toggle-netprofit-form i {
    font-size: 21px;
}

.pagination {
    padding: 0 15px;
}

/*Images upload area*/
.upload-input-group{
    display: -webkit-box;
    display: flex;
    margin-left: 10px;
}
.upload-input-group label{
    margin: 0;
}
.uploadimgarea_wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.uploadimgarea{
    width: 100%;
}
/*Images upload area*/

.ajax-form {
    text-align: left;
}
/*Inputs*/
.edit-watch-info .ajax-form{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.edit-watch-info label{
    /* margin-top: 0;
    margin-bottom: 0; */
    font-weight: 600;
    display: block;
}
.ajax-form label {
    width: 100%;
    font-weight: 600;
}
.set-box-and-docs label, .panelExpertise label {
    font-weight: 400;
}
.modal-dialog .input-group {
    align-items: stretch;
}
.modal-dialog .input-group-addon {
    display: flex;
    align-items: center;
}
.input-group-btn .btn{
    height: 100%;
}
 label{
    font-weight: 400;
    font-size: 14px;
    margin-top: .5rem;
}
.input-group-addon {
    padding: .55rem 0.75rem;
    margin-bottom: 0;
    line-height: 1.25;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.input-group-addon label{
    margin: 0;
}
.input-group .input-group-addon {
    border-radius: 0;
    border-color: #d2d6de;
    background-color: #fff;
}
.input-group-addon:not(:last-child) {
    border-right: 0;
}
.input-group-addon:not(:first-child) {
    border-left: 0;
}

.form-control:focus{
    outline: none;
    border-color: #398bf7;
    box-shadow: none;
}
/*Inputs*/


/*CONTENT*/
.content-wrapper {
    background-color: #f4f6f9;
    overflow: hidden; 
    margin-top: 60px;
    min-height: 80%;
}
.content-header{
    position: relative;
    padding: 17px 20px 13px;
    background: #fff;
    color: var(--text-dark-blue);
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.content-header-top{
    display: -webkit-box;
    display: flex;
}
.content-header-bottom{
    margin-top: 10px;
    padding-bottom: 4px;
}
.content-header-bottom p{
    margin-bottom: 0;
}
.content-header-left {
    position: relative;
    width: 136px;
    height: 136px;
    margin-right: 20px;
}
.content-header-left img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 15px 5px rgb(226, 226, 226)
}
.content-header-right{
    width: 68%;
}
.content-header-right p{
    font-size: 16px;
    margin: 0;
}
.content-header-right p span{
    font-weight: 400;
    font-size: 16px;
}
.content-header-right .brand {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 2px;
}
.content-header-right .model {
    line-height: 20px;
}

.photo-amount{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #343c4d;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content{
    padding-top: 20px;
    max-width: 500px;
    margin: 0 auto;
}

.box {
    position: relative;
    border-top: 0;
    margin-bottom: 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #dce3e6;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.box.auth{
    text-align: center;
    padding: 30px 70px;
}
.box.auth h3{
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 2px;
}
.box.auth .btn{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 22px;
    margin-bottom: 20px;
}

.box.auth.log-in{
    position: relative;
    z-index: 1000;
}

#log-in input[type=text]{
    text-align: center;
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 400;
}

.text-small{
    font-weight: 400;
    font-size: 12px;
    text-align: left;
}
.text-small span{
    font-weight: 700;
    color: #329dd0;
    text-decoration: underline;
}
.error-message{
    color: #dc3545;
}
.box-content{
    padding: 0 1.25rem 1.25rem 1.25rem;
}

.watch-info .main-btn, .watch-info .form-control:not(textarea){
    height: 40px;
}

.box-body{
    padding: 1.25rem;
}
.box-header{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    color: var(--text-dark-blue);
    padding: 0.8rem 1.25rem;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.box-header a:first-child {
    flex: 1;
}

.box-title{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
.box-controls{
    position: relative;
    width: 10px;
    height: 10px;
    transition: all 0.3s;
}

.box-controls::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    border-left: 2px solid #929daf;
    border-bottom: 2px solid #929daf;
    transform: rotate(-45deg);
}
.box-controls.white::before {
    filter: brightness(100);
}

.form-control {
    font-size: 14px;
    height: 40px;
    border-radius: 4px;
    box-shadow: none;
    border-color: #d2d6de;
    font-weight: 400;
}

.switch.border{
    padding: 8.5px 20px;
    border: 1px solid #d2d6de;
}
.switch input {
    display: none;
}

.switch-indicator {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 10px;
    background: #e3e4e5;
    border-radius: 20px;
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.switch input:checked ~ .switch-indicator {
    background: #CDEAFD;
}
.switch input:disabled ~ .switch-indicator {
    background: #e9ecef;
}
.switch input:disabled ~ .switch-indicator::after {
    background: #b1b6bf !important;
}

.switch-indicator::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    border-radius: 50%;
    top: -5px;
    -webkit-box-shadow: 0px 0px 3px #bbb;
    box-shadow: 0px 0px 3px #bbb;
}

.switch input:checked ~ .switch-indicator::after {
    background: #398bf7;
    left: calc(100% - 20px);
    -webkit-box-shadow: 0px 0px 3px #fcfdfe;
    box-shadow: 0px 0px 3px #fcfdfe;
}

.checkbox.red-noactive .switch-indicator {
    background: #ff8383;
}
.checkbox.red-noactive .switch-indicator::after {
    background: #de3c3c;
    -webkit-box-shadow: 0px 0px 3px #6d6d6d;
    box-shadow: 0px 0px 3px #6d6d6d;
}

 /* .select2-container{
    flex: 1 1 auto;
    width: 1% !important; 
    height: 100% !important;
} 

.select2-container--default .select2-selection--single{
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0 !important;
    height: 100% !important;
    line-height: 1.5;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 26px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100% !important;
} */

/*dropdown group title*/
/* .select2-container--default .select2-results__group{
    text-transform: uppercase;
    font-weight: 400;
    color: #7d8492;
    letter-spacing: 5px;
    font-size: 18px;
    padding-left: 10px !important;
}
.select2-container--default .select2-results__option[role=group]{
    margin-top: 1px;
    margin-bottom: 0;
} */

/*dropdown bg*/
/* .select2-results, .select2-search{
    background: #eaedf3;
}
.select2-container--default .select2-results__option .select2-results__option{
    background: #fff;
    margin: 0 10px 10px 10px;
    padding: 9px 12px;
    border: 1px solid #ced4da;
    font-weight: 400;
    color: var(--text-dark-blue);
    font-size: 14px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 14px;
    padding-left: 0 !important;
    max-width: 180px;
}

.select2-container--open .select2-dropdown--below{
    height: 400px;
}
.select2-results{
    height: 100%;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 390px !important;
    padding-top: 7px;
  }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 36px !important;
}
.sendwatch .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 1px !important;
} */
.btn-absolute{
    position: absolute !important;
    right: 0;
    z-index: 20;
}

.swal-footer{
    text-align: center;
}

.swal-button {
    background-color: #1e88e5;
    color: #fff;
    border: 1px solid #1e88e5;
}
.swal-button--cancel{
    background: #f5f5f5;
    border: 1px solid #a5acb3;
    color: #595959;
}
.swal-text{
    text-align: center;
}
.swal-button:active {
    background-color: #1e88e5;
}
.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.divider{
    width: 100%;
    height: 1px;
    /* background: var(--border-color); */
    margin: 30px auto;
}

/*Upload photos*/
.uploadimgfiles{
    position: relative;
    display: -webkit-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.uploadimgfile{
	position: relative;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border: 1px dashed #b1b6bf;
    border-radius: 10px;
    width: 30%;
    height: 115px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size:cover;
    margin: 10px 5% 10px 0;
}

.hasPhoto {
    position: absolute;
    opacity: 0;
}
.delete-photo {
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    right: 0;
    padding: 9px;
    border-radius: 5px;
}
.uploadimgfile img{
    width: auto;
    height: auto;
    max-height: 115px;
}
.uploadimgfile:nth-child(3n+3){
    margin-right: 0;
}
.upload_item_file{
    width: 30%;
}
.uploadimgbtn {
	cursor: pointer;
    text-align: center;
    /* display: -webkit-box;
    display: flex;
    align-items: center; */
	display: block;
    font-size: 60px;
    font-weight: 300;
    color: #b1b6bf;
}

.uploadimage-input{
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    pointer-events: none;
}

/* .seecomment-btn{
    background: #fff;
    border: 1px solid var(--border-color);
    border-left: 0;
    align-items: center;
    cursor: pointer;
    color: #dedede;
}
.seecomment-btn.open {
    background: #26c6da;
    color: #fff;
} */

textarea.form-control{
    /* width: 100% !important; */
    height: auto;
    /* margin-top: 15px; */
    resize: none;
}
.netprofit-list .input-group:first-child {
    margin-right: 10px;
}
.netprofit-list .input-group{
    margin-bottom: 15px;
}

.netprofit_submit_btn{
    border: 1px solid transparent;
    outline: none;
    transition: all 0.3s;
}
.expences-link {
    text-decoration: underline;
    text-underline-position: under;
    font-size: 14px;
}
.reuqest-status-table{
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto auto;
    background: #dc3545;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.reuqest-status-table div{
    padding: 10px;
}
.reuqest-status-table .descr{
    font-weight: 500;
    text-align: right;
}
.reuqest-status-table .price{
    font-weight: 700;
    text-align: center;
}
.reuqest-status-table div{
    border-width: 1px 0 0 1px;
    border-color: #dd818a;
    border-style: solid;
}

.enabledExpertise{
    position: absolute;
    top: 7px;
    right: 15px;
}
.box .flex-column>li{
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}
.box .flex-column>li:last-child {
    border-bottom: 0;
}
.nav-pills>li>a>i, .nav-pills>li>a>.glyphicon, .nav-pills>li>a>.ion {
    margin-right: 5px;
}


/*EXPERT*/
.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: #f5f6f7;
    color: #fff;
    text-transform: uppercase;
}
.avatar-xl {
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 1.25rem;
}
.obj-f-cv {
    object-fit: cover;
}

[type=checkbox]:checked, [type=checkbox]:not(:checked), [type=radio]:checked, [type=radio]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
[type=checkbox]+label, [type=radio]+label {
    font-weight: 300;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
[type=checkbox]+label:before, [type=checkbox]:not(.filled-in)+label:after, [type=radio]+label:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid var(--text-dark-blue);
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
} 
[type=checkbox]:disabled+label {
    color: #d4d4d4;
}
[type=checkbox]:disabled+label:before{
    border-color: #d4d4d4;
}
[type=checkbox]:disabled+label .truck{
    opacity: 0.6;
}
[type=radio]+label:before {
    border-radius: 50%;
}
[type=checkbox]:not(.filled-in)+label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type=checkbox]:checked+label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #398bf7;
    border-bottom: 2px solid #398bf7;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type=checkbox]:checked.chk-col-green+label:before {
    border-right: 2px solid #26c6da;
    border-bottom: 2px solid #26c6da;
}

[type=radio]:checked+label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #398bf7;
    left: 4px;
    top: 6px;
}

.panelExpertise:not(.active) {
    display: none;
}

.nav-link {
    padding: 18px 0;
}

.auth-form input {
    height: 50px;
    border-radius: 4px;
}

.rating-stars .star.selected {
    color: tomato;
}
.rating-stars .star {
    color: gainsboro;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    font-size: 20px;
} 
.rating-stars .star:before {
    font-family: FontAwesome;
    font-size: 1.4em;
    content: "★";
    margin: 0 3px;
}
/*EXPERT*/
.stock-filter-status>div{
    display: grid;
    grid-template-columns: repeat(2, 50%)
}
.stock-filter-status>div:not(:first-child) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eaeaea;
}
.stock-filter-status label {
  margin-top: 5px;
  margin-bottom: 5px;
}
/*Catalog*/
.catalog code {
    margin-left: 2px;
}
.box-content.catalog-wrap, .box-content.cart-wrap {
    padding: 0;
}

.catalog-filter {
    padding: 0 20px;
}

.catalog-item {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border: 1px solid var(--border-color);
    margin: 0 0 10px 0;
    padding: 13px 20px 20px 20px;
}
.catalog-item:last-child {
    margin-bottom: 20px;
}

.catalog-item-img {
    text-align: center;
    height: auto;
    overflow: hidden;
    max-width: 80px;
    /* max-height: 60px; */
    margin-top: 2px;
    margin-right: 15px;
}
.catalog-item-img img {
    padding: 0;
    max-height: 100%;
    max-width: 100%;
}
.catalog-item-info {
    padding-right: 10px !important;
}
.catalog-item .box-body {
    padding: 0;
}
.catalog-item-name {
    font-size: 14px;
    font-weight: 500;
    margin-top: -3px;
    margin-bottom: 2px;
}
.catalog-item-descr {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    padding-bottom: 5px;
}
.catalog-item-footer {
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px !important;
    padding: 0;
}
.catalog-item-footer p {
    font-size: 14px;
    font-weight: 500;
}
.catalog-item-footer .btn {
    font-size: 14px;
    padding: 4px 14px;
}

.cart {
    position: relative;
    /* margin-right: 9px; */
    font-size: 20px;
    padding: 12px 18px;
}
.cart::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cart i {
    margin-top: 4px;
    display: block;
}
.cart-count {
    position: absolute;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50%;
    background: #dc3545;
    font-size: 12px;
    top: 8px;
    right: 4px;
}

.filter-criteria {
    font-size: 22px;
    padding-left: 20px;
}
.filter-criteria label {
    font-size: 16px;
}

/*Cart*/
.cart-content .catalog-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}
.cart-content .catalog-item-img {
    padding: 0;
}
.cart-content .box-body {
    padding: 0;
}
.cart-content .catalog-item-name {
    text-align: left;
}
.cart-item-descr-footer {
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cart-item-descr-footer code {
    margin: 3px 0 3px 0;
}
.cart-content .catalog-item-img img{
    padding: 0;
}
.cart-content .catalog-item-footer{
    padding-left: 0;
    border-top: 0;
}
.remove_from_cart{
    color: #dc3545;
    justify-content: center;
}
.sendwatch-remove {
    position: absolute;
    bottom: 5px;
}
.button-fixed{
    position: fixed;
    right: 0;
    bottom: 0;
}
.top-fixed{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    display: -webkit-box;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding-right: 17px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.close{
    font-size: 18px;
}
/* .close:hover {
    color: #fff !important;
} */
.change-quantity{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../img/arrows.png") no-repeat;
    background-size: 10px;
    background-position: 76% center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: flex;
    border-radius: 4px !important;
    align-items: center;
}

.custom-qty{
    padding: 0 !important;
}
.custom-qty .btn{
    width: 100%;
    margin-top: 15px;
    padding: 0;
    justify-content: center;
}

.warning{
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 0 5px 5px #f1f1f1;
    padding: 10px;
    font-size: 14px;
    top: -35px;
    z-index: 100;
}
.warning::before{
    bottom: -8px;
    background: #fff;
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-left: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    transform: rotate(-45deg);
}
.warning .close {
    margin-left: 20px;
}
/*Dellivery*/
.delivered{
    width: 100%;
    justify-content: center;
    margin-top: 15px;
}

.switch-buttons{
    margin-top: 15px;
}
.switch-buttons button{
    width: 100%;
    height: 58px;
    justify-content: center;
    border: 6px solid #1e88e5;
}
.switch-buttons button:first-child{
    position: relative;
}
.switch-buttons button:first-child::before{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 0.5px;
    background: #b0daff;
}
.switch-buttons button.active{
    background: #71b0e6 !important;
}
.box-header.catalog{
    height: 50px;
    background: #2e3e61;
    padding: 0;
    /* border-top: 1px solid rgba(97, 106, 120, 0.07); */ 
    border-radius: 4px;
}
.box-header.catalog .btn{
    height: 50px;
    border-radius: 4px;
}
.box-header.catalog a:first-child{
    flex: 1;
}

.box.watch-info .box-header{
    border-radius: 4px;
}

.box-header.catalog .cart{
    color: #fff;
    padding: 18px;
}

/*WATCHLIST*/
.watchlist-item-menu, .watchlist-item-menu-r {
    background: #fff;
    display: none;
    width: 100%;
    z-index: 2000;
    height: 100%;
    overflow: scroll !important;
    top: 0;
    left: 0;
    transform: none;
}
.watchlist-item-menu .close,
.watchlist-item-menu-r .close {
    top: 0;
    z-index: 2100;
    color: #333;
}

.watchlist-item-menu .watchlist-item, .watchlist-item-menu-r .watchlist-item {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 10px 17px;
}
.watchlist-item-menu .watchlist-item::before,
.watchlist-item-menu-r .watchlist-item::before {
    display: none;
}

.watchlist-item-menu .grid {
    color: var(--text-dark-blue);
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 25px 20px 0 20px;
    border-radius: 4px;
    overflow: hidden;
}
.watchlist-item-menu .grid span {
    
    border: 1px solid var(--border-color);
    border-bottom: 0;
    border-right: 0;
}
.watchlist-item-menu .grid span:nth-child(n+1):nth-child(-n+3) {
    background: #f5f5f5;
}

.watchlist-item-menu .grid span:nth-child(3n+3) {
    border-right: 1px solid var(--border-color);
}

.watchlist-item-menu .grid .item1 {
    grid-column-start: 1;
    grid-column-end: 3;
    border-bottom: 1px solid var(--border-color);
}
.watchlist-item-menu .grid .item2 {
    grid-column-start: 3;
    grid-column-end: 3;
    border-bottom: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}
.watchlist{
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 0;
    
}
.watchlist[data-status=coming], .auth-date-container[data-status=coming]{
    display: none;
}
.watchlist-status{
    background: #fff;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
    margin-bottom: 0;
}
.watchlist-status .btn{
    width: 125px;
    justify-content: center;
    color: #26c6da;
    background: #fff; 
    height: auto;
    border: 1px solid #26c6da;
}


.watchlist-search, .stock-search{
    position: relative;
    width: 90%;
    padding-left: 10px;
    border-radius: 4px;
}
.search-icon {
    border: 1px solid #ced4da;
    border-right: 0;
    background-color: #f5f5f5;
    background-image: url(../img/search-ico.svg);
    background-repeat: no-repeat;
    background-position: 50% 30%;
    width: 40px;
    height: 40px;
}

.btn.checked{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.btn.coming{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.watchlist-status .btn.active{
    background: #26c6da;
    color: #fff;
}
.watchlist-item{
    background: #fff;
    position: relative;
    display: -webkit-box;
    display: flex;
    align-items: stretch;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 0 17px 0 0;
    color: var(--text-dark-blue);
    margin-bottom: 10px;
}


/*watchlist status*/
.watchlist-item.green {
    background: #e9f3e8;
}
.watchlist-item.fff1ce {
    background: #fffaec;
}
.watchlist-item.delivery {
    background: #e6f1ff;
}
.watchlist-item.expert {
    background: #eeeeff;
}
/*watchlist status*/

.print-qr-btn {
    justify-content: center;
}

.watchlist div:last-of-type a{
    border: 0;
}
.watchlist-item-left{
    position: relative;
    width: 77%;
}
.watchlist-item .brand {
    font-size: 18px;
    text-transform: uppercase;
}
.watchlist-item .model {
    line-height: 20px;
}
.watchlist-item-left p{
    /* font-weight: 300; */
    font-size: 16px;
    margin: 0;
}
.watchlist-item-left p strong {
    display: inline-block;
    width: 25px;
}
.flex {
    display: flex;
}
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-space-b {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.flex .left {
    border: 1px solid var(--border-color);
    border-bottom: 0;
    display: inline-block;
    width: 41px;
    margin-right: 7px;
    padding-left: 17px;
    padding-right: 9px;
    text-align: center;
}
.watchlist-item .left {
    position: relative;
    background: #f0fff9;
}
.watchlist-item::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    background: var(--request-green);
    z-index: 10;
}

.status-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.stock-filter-body {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 7px;
}

 .watchlist-item.yellow .left {
     background: #fffaec; 
}

.watchlist-item.blue .left {
     background: #f3f8ff; 
}

.watchlist-item.purple .left {
     background: #f8f3ff;
} 
.watchlist-item.black .left {
    background: #f5f5f5;
} 
.watchlist-item.yellow::before {
    background: var(--request-yellow);/*отличный цвет!*/
}
.watchlist-item.blue::before {
    background: var(--request-blue);
}
.watchlist-item.brown::before {
    background: #8d6658;
}
.watchlist-item.brown .left {
    background: #efe4e1;
}
.watchlist-item.purple::before {
    background: var(--request-purple);
}
.watchlist-item.black::before {
    background: #333;
}
.flex:first-child .left {
    border-top: 0;
}
.flex .right {
    flex: 1;
    margin-top: 1px;
}
.bold-600 {
    font-weight: 600;
}
.flex.expert {
    align-items: center;
}
.watchlist-img{
    position: relative;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.watchlist-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 15px 5px rgb(226, 226, 226);
}
.watchlist-item-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 10px 0;
    flex: 1;
}
.watchlist-item-right .btn {
    font-size: 12px;
    margin-bottom: 5px;
}
.watchlist-item-right .btn-sm {
    padding: 1.5px 17px;
}
.watchlist-item-right .grid {
    position: absolute;
    bottom: 0;
    display: flex;
    margin-bottom: 10px;
    max-width: 120px;
}
.watchlist-item-right .grid span {
    background: #fbfbfb;
    border: 1px solid var(--border-color);
    border-right: 0;
}
.watchlist-item-right .grid span:last-child {
    border-right: 1px solid var(--border-color);
}
.watchlist-item-right .grid span:nth-child(odd) {
    background: #f5f5f5;
}
.grid span {
    padding: 5px;
    text-align: center;
}
.grid img {
    width: 20px;
}
.auth-date-container{
    height: 25px;
    margin: 10px 0;
}
.auth-date{
    position: relative;
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);    
    z-index: 1000;
}
.sticky{
    position: fixed;
    top: 70px;
}
.checked-time{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #c3c3c3;
    font-style: italic;
    font-weight: 400 !important;
}
/*WATCHLIST*/

/*NETPROFIT*/
.netprofit-header {
    border-bottom: 1px solid #eaeaea;
}
.netprofit-item {
    border-bottom: 1px solid #eaeaea;
} 
/* .netprofit-item:last-of-type {
    border: 0;
} */
.netprofit-item .top {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 20px;
} 
.netprofit-total {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
}
.netprofit-item .price {
    text-align: left;
    width: 20%;
    margin-right: 10px;
}
.netprofit-item .descr {
    flex: 1;
    display:flex;
    max-width: 350px;
    overflow: hidden;
}
.netprofit-add-form {
    padding: 20px;
} 
.netprofit-item .box-controls {
    position: absolute;
    top: 50%;
    right: 20px; 
    width: 12px;
    transform: translateY(-50%);
    transform-origin: 40% 50%;
}
.netprofit-item .details {
    position: relative;
    display: none;
    width: 100%;
    border-top: 1px solid #eaeaea;
    background: #f7f7f7;
    padding-top: 10px;
}
.netprofit-item .details img {
	display: block;
    width: 80px;
    margin-right: 15px;
    border: 1px solid #f2f2f2;
    margin-bottom: 15px;
    float: left;
}
.netprofit-item .details p {
    margin-bottom: 0;
    text-align: left;
}
.netprofit-item .details .left {
    font-weight: 300;
    display: inline-block;
    width: 100%;
}
.netprofit-item .details .descr {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}
.netprofit-item .left{
    width: 30%;
}
.netprofit-delete {
    display: -webkit-box;
    position: absolute;
    bottom: 27px;
    right: 20px;
    border-radius: 4px;
    padding: 0 10px;
    justify-content: center;
    background: transparent;
    color: #dc3545;
}
.netprofit-add-form {
    display: none;
}
.netprofit-add-form.active {
    display: flex;
}
.netprofit-add-form input {
    width: 100%;
}
/*NETPROFIT*/

/*PROGRESS*/
.timeline {
    position: relative;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #c9d8e0;
    left: 33px;
    margin: 0;
    border-radius: 2px;
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.1;
}

.font-size-12 {
    font-size: 0.8571rem !important;
}

.btn-primary {
    background-color: #7460ee;
    border-color: #7460ee;
    color: #fff;
}

.timeline p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.timeline>li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline>li:after, .timeline>li:before {
    content: " ";
    display: table;
}

.prevLine:before {
    height: 1px;
    width: 40px;
    position: absolute;
    /* display: flex; */
    margin-top: 14px;
    margin-left: -5px;
    background-color: #c9d8e0;
    left: 39px;
}

.prevLine {
    padding-left: 50px;
}

.timeline>li.prevLine>.fa {
    left: 60px;
}


.timeline>li>.timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-top: 0;
    background: #fff;
    color: var(--text-dark-blue);
    margin-left: 50px; /**/
    margin-right: 15px;
    padding: 0;
    position: relative;
}

.timeline>li>.timeline-item>.time {
    color: #67757c;
    float: right;
    /* padding: 10px; */
    font-size: 12px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.timeline>li>.timeline-item>.time button {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
}
.timeline>li>.fa, .timeline>li>.glyphicon, .timeline>li>.ion {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}

.timeline>li>.timeline-item>.timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    font-size: 16px;
    line-height: 1.1;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 12px;
    padding: 4px 12px;
    line-height: 20px;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: 0 0;
    color: #97a0b3;
}

.timeline>li>.timeline-item>.timeline-body, .timeline>li>.timeline-item>.timeline-footer {
    padding: 10px;
}

.watchlist-item-menu-footer{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
    color: var(--text-dark-blue);
    margin-top: 27px;
    bottom: 0;
    border-top: 1px solid var(--border-color);
} 
.watchlist-item-menu-footer div {
    flex: 1;
}

.watchlist-menu-btn {
    margin: 18px auto 0 auto;
    display: block;
    width: 170px;
}
.watchlist-menu-btn a {
    color: #fff;
}
.current-status {
    margin-top: 15px;
}
.current-status a { 
    color: #fff;
}
/*PROGRESS*/

/*send-to-expert-form*/
.send-to-expert-form {
    display: none;
    z-index: 1200;
    width: 90%;
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*send-to-expert-form*/

#edit_history {
    font-size: 14px;
}

/*Footer*/
.main-footer {
    text-align: center;
    font-size: 14px;
    background: #fff;
    padding: 15px;
    color: var(--text-dark-blue);
    border-top: 1px solid #d2d6de;
}


/*MEDIA*/
@media screen and (max-width: 472px) {
    .content-header-left {
        width: 75px;
        height: 75px;
    }
}

@media screen and (max-width: 380px) {
    .box.auth {
        padding: 30px;
    }
}
/*MEDIA*/
.pull-right {
    float: right;
}

.pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.pointer:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    animation: outShadow 1.5s infinite ease-out;
    background: #202a55;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@keyframes outShadow {
    0% {box-shadow: 0px 0px 0px 0px rgba(66, 77, 109, 1);}
    100% {box-shadow: 0px 0px 0px 20px rgba(66, 77, 109, 0.0);}
  }

.tooltip-defect-edit-text {
    padding: 5px !important;
    height: auto;
    width: 300px;
    position: absolute;
    background: #fff;
    top: 0px;
    left: -140px;
    margin-top: 100%;
    color: #616a78;
    border-radius: 2px;
    font-size: 13px;
    border-color: #f1f2f3;
    padding: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    z-index: 100;
}

.visability-tooltip {
    display: none;
}

/* Preloader */
.preloader {
	position: fixed; 
	z-index: 999;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: 0;
}


.circle {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:0.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #2187e7;
	width:50px;
	height:50px;
	-moz-animation:spinPulse 1s infinite linear;
	-webkit-animation:spinPulse 1s infinite linear;

	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.circle-in {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity: 0.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #2187e7;
	width:30px;
	height:30px;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;

	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-moz-keyframes spinoffPulses {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoffPulses {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}
/* Preloader */

/* Add defects */
.pointer{
  position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.pointer:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    animation: outShadow 1.5s infinite ease-out;
    background: #202a55;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
@keyframes outShadow {
  0% {box-shadow: 0px 0px 0px 0px rgba(66, 77, 109, 1);}
  100% {box-shadow: 0px 0px 0px 20px rgba(66, 77, 109, 0.0);}
}
.tooltip-defect-edit-text{
  padding: 5px !important;
  height: auto;
  width: 300px;
  position: absolute;
  background: #fff;
  top: 0px;
  left:  -140px;
  margin-top: 100%;
  color: #616a78;
  border-radius: 2px;
  font-size: 13px;
  border-color: #f1f2f3;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 100;
}
.tooltip-defect-edit-text.left{
	left: -75px;
}
.tooltip-defect-edit-text.right{
	left: 75px;
}
.click-to-add-defeckt{
  width: 300px;
  margin: 0 auto 20px auto;
}

.visability-tooltip{
  display: none;
}
@media only screen and (max-width: 1024px) {
  .click-to-add-defeckt{
    height: 300px;
  }
}
@media only screen and (max-width: 320px) {
    .pointer{
    display: flex;
    justify-content: center;
    }
}
/* Add defects */

.mdi-account-edit:before {
    content: "\F6BB";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -3px;
}

.mdi-account-settings-variant:before {
    content: "\F631";
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -3px;
}

.manager span {
    font-style: italic;
}

.cursor-context {
	cursor: context-menu;
}

/*Preloader*/
.preloader {
    position: fixed;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: 0.9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    -moz-animation: spinPulse 1s infinite linear;
    -webkit-animation: spinPulse 1s infinite linear;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.circle-in {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: 0.9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-moz-keyframes spinoffPulses {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(-360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}
@-webkit-keyframes spinoffPulses {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(-360deg); }
}

.alignItemsCenter {
	align-items: center;
}

.listFoto {
	
}
.listFoto > .listFotoIcon {
    display: inline-block;
    margin-right: .1rem;
    position: relative;
}
.listFoto > .listFotoIcon:first-child {
    margin-left: 0 !important;
}
.listFoto > .listFotoIcon {
    z-index: 5;
	margin-left: -32px;
}
.listFoto > .listFotoIcon:hover {
	z-index: 7;
}

/* Divider */
.divider-dash {
  opacity: .7;
  margin: 0 4px;
  vertical-align: middle;
  color: #929daf;
}

.divider-dash::before {
  content: '\2014 \00A0';
}

.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: .5;
  background-color: #929daf;
}

.divider-line {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(97, 106, 120, 0.07);
}

.divider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 1 0%;
  color: #929daf;
  font-size: 11px;
  letter-spacing: .5px;
  margin: 2rem auto;
  width: 100%;
}

.divider::before, .divider::after {
  content: '';
  -webkit-box-flex: 1;
          flex-grow: 1;
  border-top: 1px solid #ebebeb;
}

.divider::before {
  margin-right: 16px;
}

.divider::after {
  margin-left: 16px;
}

.divider a {
  color: #929daf;
}

.divider-vertical {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
}

.divider-vertical::before, .divider-vertical::after {
  border-top: none;
  border-right: 1px solid #ebebeb;
  margin: 0;
}

.divider-vertical::before {
  margin-bottom: 16px;
}

.divider-vertical::after {
  margin-top: 16px;
}

.hr-sm,
.divider-sm {
  margin: 1rem auto;
}

.hr-lg,
.divider-lg {
  margin: 3rem auto;
}

.divider-vertical.divider-sm {
  padding: 0 1rem;
}

.divider-vertical.divider-lg {
  padding: 0 3rem;
}
/* Divider */

/* Stats Debug */
.statsDebug {
	z-index: 999;
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: #fdfdfd;
    padding: 15px;
    border-radius: 5px;
    text-shadow: 1px 1px 0 #fff;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.3);
    border: solid 1px #7460ee;
    text-align: left;
}
.statsDebug .actionsDebug {
	
}
.statsDebug .infoDebug {
	max-height: 400px;
	overflow: auto;
}
.statsDebug .infoDebug > .active:first-child {
	margin-top: 10px;
}
.statsDebug .infoDebug p {
	margin-bottom: 0;
}
.statsDebug .infoDebug > div + div {
	margin-top: 10px;
}
.infoDebug > div:not(.active) {
	display: none;
}
.maxHeighDebug {
	max-height: 200px;
    overflow: auto;
    border: 1px solid #242a33;
}
.lineDividerDebug > p:hover {
	background: #ddd;
}
.lineDividerDebug > p {
	padding: 5px;
}
.lineDividerDebug > p + p {
    border-top: solid 1px #ddd;
}
/* Stats Debug */

.emptyred {
	border-color: red!important;
}

.pRel {
	position: relative;
}
.userinfo_add .btn {
	z-index: 6;
}