body{
	overflow-y: scroll !important;
}
.sign-out{
	position: absolute;
	right: 0px;
}

.invoice-status-2 td{
	background-color: #1aae6f;
}

.invoice-status-2 td a{
	color:#fff;
}

.invoice-status-2 .badge{
	color:#fff;
	border:1px solid rgba(255,255,255,.5);
}

.invoice-status-1 td{
	background-color: #233dd2;
}

.invoice-status-1 td a{
	color:#fff;
}

.invoice-status-1 .badge{
	color:#fff;
	border:1px solid rgba(255,255,255,.5);
}

.invoice-status-3 td{
	background-color: #f80031;
}

.invoice-status-3 td a{
	color:#fff;
}

.invoice-status-3 .badge{
	color:#fff;
	border:1px solid rgba(255,255,255,.5);
}

.has-error{
	border-color: red !important;
}

.hidden{
	display: none;
}

#snippet--supplier_invoice_item input.qnt{
	width: auto;
    float: right;
}

#snippet--flashMessage{
	position: relative;
	z-index: 99999;
}

.flash-message{
	position: absolute;
	right: 7px;
	top: 5px;
}

input[type="checkbox"]{
	margin-right: 5px;
}

.main-header label{
	font-weight: lighter !important;
    margin-top: 7px;
    margin-right: 10px;
}

.login-box .alert p{
	margin-bottom: 0;
	text-align: center;
}

.ico-search{
	margin-top: 31px;
}

.select2-selection--single{
	height: 38px !important;
	border: 1px solid #ced4da !important;
}

.select2-container{
	width: 100% !important;
}

.select2-selection__arrow{
	top: 6px !important;
}

.is-invalid .select2-container--default .select2-selection--single,
.is-invalid .form-control {
    border-color: #dc3545 !important;
}

.is-invalid:after{
	content: 'Povinné pole';
}

.form-group span.error{
	display: none;
}

.contract-status-1 td a{
	color: #000;
}

.contract-status-2 td{
	background-color: #233dd2;
}

.contract-status-2 td a{
	color: #fff;
}

.contract-status-3 td{
	background-color: #13e2e3e3;
}

.contract-status-3 td a{
	color: #000;
}

.contract-status-4 td{
	background-color: #6f42c1;
}

.contract-status-4 td a{
	color: #fff;
}

.contract-status-5 td{
	background-color: #d39e00;
}

.contract-status-5 td a{
	color: #fff;
}

.contract-status-6 td{
	background-color: #1aae6f;
}

.contract-status-6 td a{
	color: #fff;
}

.contract-status-7 td{
	background-color: #767978;
}

.contract-status-7 td a{
	color: #fff;
}

.badge{
	white-space: unset !important;
}

