/* autorization */
.red { border: dashed 1px red; }
.row-w-120 { width:120%!important; }
.col-max-w-360px { max-width:360px; }


.page-logo .logo-full {
    max-width: 198px;
}
.nav-function-minify .page-logo .logo-full {
    display: none;
}
.page-logo .logo-mini { 
    display: none;
    max-width: 36px;
}
.nav-function-minify .page-logo .logo-mini { 
    display: inline-block;
}
.nav-function-minify .app-version-label {
    display:none;
}
.logo-horizontal-menu {
    max-width: 190px;
    margin-right: 8px;
}


.table-top-panel {display:none;}

.page-content::before {
    content:'';
    position: absolute;
    z-index:100;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: white;
    opacity: 0;
    visibility:hidden;
    transition: 0.24s;
}
.page-content.preloader::before {
    opacity: 0.6;
    visibility:visible;
    transition: 0.12s;
}

button:disabled {
    cursor: not-allowed;
}



#table-filter-row th { 
    background: #f5f5f5;
    border-bottom: solid 1px rgba(0,0,0,0.05)!important;
    font-weight: 400;
}

#table-filter-row th > * { 

}






#modal-order .modal-dialog {
    max-width: 960px;
}
#modal-order .checkings-box {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #ebeced;
    position: absolute;
    top:-60px;
    right:-20px;
    width: 100%;
    bottom: -77px; 
    padding-left: 0px;
    box-shadow: inset 20px 0px 15px -20px rgba(0,0,0,0.08);
    border: solid 0px red;
}
.modal-content {
    background-color: #fafafb;
}
.modal {

}
.modal-backdrop.show {
    opacity: 0.3;
    transition: 0.3s;
}
.modal-backdrop {
    background-color: rgba(30,30,30,0.3);
    /*
    background-image: url('../img/backgrounds/bg.jpg');
    background-position: center center;
    background-size: cover;
    transition: 0.3s; */
}
.modal .modal-content {
    position: relative;
}
.modal .modal-content .preloader {
    position: absolute;
    z-index: 10000;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.5);
    
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
        
    backdrop-filter: blur(2px);
}

.modal-title.black-style {
    color:rgb(33, 37, 41);
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
}
#modal-order button.close {
    position: absolute;
    z-index: 10500;
    right: 12px;
    top: 12px;
    margin:0;
    width: 32px;
    height: 32px;
    padding: 0px;
    border: solid 0px red;
}
#modal-order button.close:hover {
    color: black;
}
#modal-order button.close:hover::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 32px;
    background: white;
    border-radius: 3px;
}
#modal-order .checkings-title {
    color: rgb(33, 37, 41);
    font-size: 20px;
    line-height: 20px;
    padding: 20px 40px 20px 20px;
    font-weight: 500;
    
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    right: 4px;
    height: 58px;
    
    border: solid 0px red;

    
    
    background: -moz-linear-gradient(0deg, rgba(235,236,237,0) 0%, rgba(235,236,237,1) 50%, rgba(235,236,237,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(235,236,237,0) 0%, rgba(235,236,237,1) 50%, rgba(235,236,237,1) 100%);
background: linear-gradient(0deg, rgba(235,236,237,0) 0%, rgba(235,236,237,1) 50%, rgba(235,236,237,1) 100%);
    
}


#ordersBox {
    padding-top: 60px;
    max-height: 100%;
    overflow-y: auto;
}
#ordersBox .order-item {
    color: gray;
    border-radius: 4px;
    margin: 0px 20px 10px 10px;
    padding: 6px 10px 6px 10px;
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    transition: 0.2s;
    transition-property: background, box-shadow, color, filter;
    cursor: pointer;
    filter: grayscale(1);
}
#ordersBox .order-item:hover {
    background: rgba(255,255,255,0.5);
}
#ordersBox .order-item.active {
    cursor: default;
    background:rgb(250,250,251);
    color: rgb(33, 37, 41);
    padding: 6px 10px 6px 20px;
    margin: 0px 20px 10px 0px;
    border-radius:0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
    filter: grayscale(0);
}
#ordersBox .checking-item {
    margin: 0px -6px 0px -6px; 
    padding: 3px 6px;
    border-radius: 2px;
    cursor: pointer;
}
#ordersBox .checking-item.status-delete {
    text-decoration: line-through;
    text-decoration-color: red;
}
#ordersBox .order-item .checking-item:last-child {
    margin-bottom: -2px;
}
#ordersBox .order-item .checking-item::first-child {
    margin-top: 100px!important;
}
#ordersBox .checking-item:hover {
    color: #404040;
    background: #E5E5E5;
}

.icon-water-blue {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%232196f3"><rect fill="none" height="24" width="24"/><path d="M12,2c-5.33,4.55-8,8.48-8,11.8c0,4.98,3.8,8.2,8,8.2s8-3.22,8-8.2C20,10.48,17.33,6.55,12,2z M7.83,14 c0.37,0,0.67,0.26,0.74,0.62c0.41,2.22,2.28,2.98,3.64,2.87c0.43-0.02,0.79,0.32,0.79,0.75c0,0.4-0.32,0.73-0.72,0.75 c-2.13,0.13-4.62-1.09-5.19-4.12C7.01,14.42,7.37,14,7.83,14z"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-bottom: -3px;
}
.icon-water-red {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24px" viewBox="0 0 24 24" width="24px" fill="%23ff110e"><rect fill="none" height="24" width="24"/><path d="M12,2c-5.33,4.55-8,8.48-8,11.8c0,4.98,3.8,8.2,8,8.2s8-3.22,8-8.2C20,10.48,17.33,6.55,12,2z M7.83,14 c0.37,0,0.67,0.26,0.74,0.62c0.41,2.22,2.28,2.98,3.64,2.87c0.43-0.02,0.79,0.32,0.79,0.75c0,0.4-0.32,0.73-0.72,0.75 c-2.13,0.13-4.62-1.09-5.19-4.12C7.01,14.42,7.37,14,7.83,14z"/></svg>');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-bottom: -3px;
}




.autoCompleteStyle a.dropdown-item {
    padding: 8px 12px;
}






.calendar-hello-box {
    position: absolute;
    top:2px;
    left:12px;
    right:12px;
    bottom:2px;
    background: transparent;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    border: solid 1px #d3d6e1;
}
.calendar-hello-box p {
    max-width: 70%;
    color: #a1a8c3;
}
.calendar-panel-preloader {
    position:absolute;
    z-index:1;
    top:0px;left:0;right:0;bottom:0;
    width:100%;height:100%;
}
.btn-day-limit,
.btn-region-limit {

    font-size: 16px;
    margin-right: -34px;
    transition:  0.2s; 
}
.btn-day-limit i,
.btn-region-limit i {
    padding: 0;
    transform: translateY(1px);
}

#card-day-info .btn-region-limit {
    margin-right: -34px;
    transition:  0.2s;
}
#card-day-info .day-limit-box.actived .btn-day-limit {
    margin-right: 0px!important;
}
#card-day-info .card-header:hover .btn-day-limit {
    margin-right: 0px;
}
#card-day-info .list-group-item:hover .btn-region-limit,
#card-day-info .list-group-item.actived .btn-region-limit {
    margin-right: 0px;
}
#card-day-info .day-limit-box.actived .btn-day-limit,
#card-day-info .list-group-item.actived .btn-region-limit {
    display: none;
}
#card-day-info .list-group-item.actived {
    background: #f7f9fa;
}
#card-day-info .day-limit-box.actived .dayLimit,
#card-day-info .list-group-item.actived .dayRegionLimit {
    display: none;
}
#card-day-info .input-day-limit,
#card-day-info .list-group-item .input-region-limit {
    display: none;
    padding: 3px 0px 4px 0px;
    width: 28px;
    height: 20px;
    text-align: center;
}
#card-day-info .day-limit-box.actived .input-day-limit,
#card-day-info .list-group-item.actived .input-region-limit  {
    display: inline-block;
}
#card-day-info .btn-day-limit-save,
#card-day-info .btn-region-limit-save {
    display: none;
}
#card-day-info .day-limit-box.actived .btn-day-limit-save,
#card-day-info .list-group-item.actived .btn-region-limit-save  {
    display: inline-block;
}







.modal {
    background: rgba(0,0,0,0.5);
}
.modal-fullscreen {
    z-index: 2049;
}
.modal-fullscreen .modal-dialog {
    max-width: calc(100vw - 0px);
    max-height: calc(100vh - 0px);
    margin: 0px;
}

.modal-fullscreen .modal-dialog .modal-content {
    height: calc(100vh - 0px);
}





.map-item-order {
    border-bottom: solid 1px #e5e5e5;
}
.map-item-order .item-circle {
    width:30px;
    height:30px;
    border-radius:30px;
    color:white;
    text-align:center;
    padding-top:2px;
    margin-top:3px;
    margin-right:10px;
}
.map-item-order .btn-drag-point {
    visibility: hidden;
    transition: 0s;
}
.map-item-order:hover .btn-drag-point {
    visibility: visible;
}

.btn-worker-list-item {
    margin: 5px 5px 0px 0px;
    float:right;
    padding:3px 6px;
    font-size: 12px;
    color: white;
}




#modal-checking .modal-dialog {
    max-width: 880px;
}

#workers-list-map .worker-item-map {
    display:inline-block;
    border: solid 1px silver;
    border-radius: 3px;
    margin-right: 8px;
    font-size: 12px;
    background: white;
    line-height: 170%;
    padding-left: 6px;
    overflow: hidden;
}

#workers-list-map .worker-item-map .label-counts {
    background: #d3d6e1;
    padding: 0px 6px;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000000;
}


#dropWorkerList .worker-item-map {
    display:block;
    border: solid 1px silver;
    border-radius: 3px;
    margin: 8px;
    font-size: 12px;
    background: white;
    line-height: 170%;
    padding-left: 6px;
    overflow: hidden;
}

#dropWorkerList .worker-item-map .label-counts {
    float: right;
    background: #d3d6e1;
    padding: 4px 6px;
    display: inline-block;
    color: white;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000000;
    width: 40px;
    text-align: center;
}


.worker-item-map.ui-droppable-hover {
    border: solid 1px red!important;
}





.btn-input-position {
    visibility: hidden;
    position:absolute;
    width: 21px;
    height:21px;
    padding:0;
    font-size: 10px;
    line-height: 14px;
    opacity: 0;
    transition: all 0.24s;
    padding-left: 1px;
}
.btn-input-plus {
    right:2px; top:32px;
}
.btn-input-minus {
    left:2px; top:32px;
}
#input-group-cold.active .btn-input-position,
#input-group-hot.active .btn-input-position {
    visibility: visible;
    opacity: 1;
}

#input-group-cold.active input {
    border-color: #2196F3;
    box-shadow: 0px 0px 0px 1px rgba(33, 150, 243, 1);
}

#input-group-hot.active input {
    border-color: #ff4341;
    box-shadow: 0px 0px 0px 1px rgba(255, 67, 65, 1);
}









.btn-input-plus {
    right:2px; top:32px;
}
.btn-input-minus {
    left:2px; top:32px;
}
.active .btn-input-position,
.active .btn-input-position {
    visibility: visible;
    opacity: 1;
}


/* RATING STARS EDITABLE */

.rating-area {
	overflow: hidden;
	width: 120px;
        height: 24px;
	margin: 0;
        border: solid 0px blue;
}
.rating-area:not(:checked) > input {
	display: none;
}
.rating-area:not(:checked) > label {
	float: right;
	width: 22px;
	padding: 0;
	cursor: pointer;
	font-size: 24px;
	line-height: 20px;
	color: lightgrey;
        
	text-shadow: 1px 1px silver;
}
.rating-area:not(:checked) > label:before {
	content: '★';
}
.rating-area > input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px #c60;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
	color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
	color: gold;
	text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
	position: relative;
}



/* RATING RESULT */

.rating-result {
	width: 120px;
	margin: 0;
}
.rating-result span {
	padding: 0;
	font-size: 24px;
        line-height: 20px;
	margin: 0 1px;
	line-height: 1;
	color: lightgrey;
	text-shadow: 1px 1px #bbb;
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
	text-shadow: 1px 1px #c60;
}


/* CONTEXT MENU STYLE */
#context-menu {
  background: #fff;
  width: 160px;
  padding: 0px 0px;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, .3);
  border: 1px solid #ccc;
  z-index: 10000;
  position: absolute;
}
#context-menu .btn {
    border-radius:0;
    border: none;
}
#context-menu hr {
    margin:0px;
    border-bottom: 1px solid #eee;
}