body {
	/* padding-top: 4rem; */
}

div {
	/* position: relative; */
}

.header {
	background-image: linear-gradient(to right, #d05935 0%, #fe9023 100%);
}

.inframe .header{
	display: none;
}
.inframe .breadcrumb li:first-child{display: none}

.header__logo {
	margin: -0.5rem 0;
	height: 3rem;
}

.form {
	max-width: 350px;
	min-width: 350px;
}

.datepicker{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	cursor: pointer;
}
.datepicker .fa{
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 21px;
}
.datepicker__input{
	padding: 8px 10px 8px 35px;
	width: 120px;
	height: 38px;
	font-size: 14px;
	background: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	cursor: pointer;
}

/* libs modification */
.btn-outline-light:hover {
	color: #f8803c;
	border-color: #f8803c;
	background: none;
}
.custom-control-input:focus ~ .custom-control-label:before {
	box-shadow: none;
}
.fa {
	min-width: 1rem;
}
.row .card {
	height: 100%;
}
.ui-widget {
	font-size: 0.8rem;
}
.breadcrumb{
	padding: 0;
	background: none;
}

td.attention{
    background: #ff6161;
    color: #fff;	
}
div.MassSort{
    display: inline-block;
    margin: auto 15px;	
}


input.sortInput{
display: inline-block;
    vertical-align: bottom;
    width: 50px;
    text-align: center;	
}

a.start_button{
	    display: block;
    background: green;
    color: #fff!important;
    padding: 6px 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 2px black;
}

a.exel_button{
    display: block;
    color: #212529!important;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 2px black;
}
a.exel_button img{
	height: 25px;
}


.mb-5 input[type="checkbox"]{display: inline-block;
    width: 30px;}

.mb-5 label{    margin: auto;}

table.billing{max-width: 1300px}

table.billing td, table.billing th{
	max-width: 100px;
	overflow: hidden;
}
table.billing tr.wait{
	    background: #21252933;
    color: cadetblue;
}

td.sRed{background: #dc9595;color: #FFF;}
td.hRed{background: #dc2626;color: #FFF;}

font.notetext,
font.errortext {
    display: block;
    padding-bottom: 10px;
}

.change_btn{
    width: 100%;
}

.sos_ok_block {
    background-color: white;
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px;
    width: 480px;
    height: 488px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 4px;
}