
.form-control.readonly {
	pointer-events: none;
}

[data-ajax="find_adress"]{
	position: relative;
}

[data-list-adress]{
	left: 0px;
    position: absolute;
    background-color: #fff;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
	display: none;
}

[data-list-adress].active{
	display: block;
}




[data-check-position]{
	display: none;
}

[data-check-position].active{
	display: block;
}

.select-inputs{
    display: none;
    float: left;
    width: 300px;
    left: 10px;
    position: absolute;
    z-index: 10;
    top: calc(100% + 10px);
    border-radius: 5px;
    background: #f4f4f4;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
    padding: 5px;
    max-height: 200px;
    overflow-y: scroll;
}

.select-inputs.active{
	display: block;
}

.select-inputs a{
	padding: 4px 10px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    font-size: 14px;
    line-height: 16px;
	color: #000;
	display: inline-block;
	float: left;
	width: 100%;
}

.select-inputs a:hover{
	background-color: #5897fb;
    color: #fff;
}

.disabled{
	opacity: 0.5;
	pointer-events: none;
}

.ft-l{
	float: left;
}

.selected-finders{
	height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.value-serached{
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}

.value-serached + a{
	display: block;
	float: left;
	width: 100%;
	color: #9f9f9f;
	text-decoration: underline;
	font-size: 12px;
}

.btn-white{
	background-color: white;
}

.success-message{
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 15px;
    background-color: #cfebcf;
    border-radius: 5px;
    color: green;
}

.detail-page-nav-inner-list .detail-page-nav-inner-block:not(:last-of-type){
	padding-bottom: 5px;
	border-bottom: solid 1px rgba(255,255,255,0.15);
}

.list-props-gruz .col-lg-4{
	width: 23%
}

.list-props-gruz .col-auto{
	width: 50px;
	padding: 0px;
	padding-top: 27px;
}

.list-props-gruz{
	margin-bottom: 30px;
}

.list-props-gruz [data-dell-line]{
font-size: 12px;
    color: #be0000;
    margin-top: -7px;
    display: inline-block;
    float: left;
}

.list-props-gruz > .row{
	margin-left: -10px;
	margin-right: -10px;
}

.list-props-gruz > .row >*{
	padding-left: 10px;
	padding-right: 10px;
}

[data-type-ko]{
	display: none;
}

.show[data-type-ko]{
	display: block;
}

[data-type-ko-term]{
	display: none;
}

.show[data-type-ko-term]{
	display: block;
}

[data-type-ko-port]{
	display: none;
}

.show[data-type-ko-port]{
	display: block;
}

.input-block__added{
	display: flex;
}

.input-block__added > .select2{
	width: 100%;
}

.input-block__added > .btn{
	height: 42px;
	width: 42px;
	--bs-btn-spacing-y: 16px;
	--bs-btn-spacing-x: 15px;
	margin-left: 10px;
}

.modal__container_large .modal__content{
	width: 680px;
	padding-top: 0px;
	padding-bottom: 50px;
	max-height: 70vh;
	overflow-y: scroll;
}

.modal__container_large .modal__content [data-message] p{
	margin-bottom: 0px;
}

.button-search{
	padding-top: 0px !important;
}

.button-search [data-find-gruz],
.button-search [data-find-upakovka]{
	height: 42px;
	width: 42px;
	background-image: url("/local/templates/md_admin/stable/img/search.svg");
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
}

th.text-cell p{
	display: inline-block;
	float: left;
}

.sorted-button{
	display: inline-block;
	float: left;
	margin-left: 10px;
	opacity: 0.5;
}

.sorted-button:hover{
	opacity: 1;
}

.sorted-button img{
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
}

th.active{
	background-color: #d3d3d3 !important;
}

.table-data th,
.table-data td{
	padding: 10px;
	border: solid 1px #d8d8d8;
	min-width: 200px;
}

.table-data thead{
	background-color: #f4f4f4;
}

[data-config]{
	display: none;
}