.alert.alert-danger a{color:white;text-decoration:underline;}

.alert[data-notify="container"]{z-index:9999999 !important;}
@media (min-width: 992px){
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 100%;
	}
}
@media (min-width: 1200px){
	.container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
		max-width: 100%;
	}
}
@media (min-width: 1500px){
	.header .container .aside-toggle {
		position: absolute;
		margin-left: -10px !important;
		margin-right: 0 !important;
	}
}

table.v-align-middle td,table.v-align-middle th{vertical-align:middle;}

.form-control.is-invalid + button.btn.dropdown-toggle{border-color: #F64E60 !important;}
.form-control.is-valid + button.btn.dropdown-toggle{border-color: #1BC5BD !important;}
.form-control.is-valid + button.btn.dropdown-toggle	{
	background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%231BC5BD' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e) !important;
	background-repeat: no-repeat !important;
	background-position: right calc(1.2em + 0.325rem) center !important;
	background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem) !important;
}
.form-control.is-invalid + button.btn.dropdown-toggle	{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right calc(1.2em + 0.325rem) center !important;
	background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem) !important;
}


.bg-pink-o-50{background-color:rgb(255 0 141 / 9%) !important;}
.bg-yellow{background-color:rgb(254 255 168) !important;}
.bg-grey{background-color:#A8A8A8 !important;}

.form-control:disabled {
    background-color: #F3F6F9;
    opacity: 1;
}
.dropdown.disabled{background-color: #F3F6F9;}
.bootstrap-select > .dropdown-toggle.disabled.btn-light{border-color:#E4E6EF !important;background:transparent !important;cursor: auto;opacity: 1 !important;}
.bootstrap-select > .dropdown-toggle.disabled.btn-light .filter-option-inner-inner{color: #3F4254;}
.bootstrap-select > .dropdown-toggle.disabled:focus{border-color:#E4E6EF !important;}
input[type="checkbox"]:disabled{cursor: auto;}
input[type="radio"]:disabled{cursor: auto;}

/*html {overflow-y:scroll;}*/
/*
.table td {
    vertical-align: middle;
}

.article_image {position:relative}
.article_image:hover .delete_image {display: inline-block;}
.delete_image {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    font-size: 20px;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: white;
    text-align: center;
    display: none;
    cursor: pointer;
	border-radius: 4px;
	max-width: 50px;
    height: 50px;
}

.table tbody+tbody {
    border-top: none;
}

.custom-file-label {
	overflow: hidden;
    text-align: left !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.custom-file-label::after{content: "Atlasīt"}

.classifieds-image{position:relative;}
.classifieds-image p{text-align:right;position:absolute; background:#00000054;width:calc(100% - 20px); height:30px;top:0px; left:10px;color:white;}
.classifieds-image p i{color:white;}

/* Galery *9/				
#table_descriptions th:first-child,#table_descriptions td:first-child{width: 300px;}
#table_descriptions th:first-child img,#table_descriptions td:first-child img{width: 300px;    border-radius: 4px;}
#table_descriptions thead{background:white;}
.img_in{width:100%;position:relative;overflow: hidden;}
.img_in span.actions{
	width: 100%;
	padding:4px;
	text-align: right;
	position: absolute;
	top: 0px;
	background: #ffffffed;								
	height: 35px;
	line-height: 38px;
}
.img_in.root span.actions{background: #046ceb;}
.img_in.root span.actions span{
	color: white;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 0px;
}

.img_in span.actions i{cursor:pointer;vertical-align: top;padding-top: 8px;}
.img_out{ min-width: 50px;position:relative;list-style:none;}
.img_out.active span.actions .chk_delete{color:#72b110;}

@media (min-width: 1500px){
	.kt-container {
		width: 1380px;
		margin: 0 auto;
	}
}
@media (min-width: 1920px){
	.kt-container {
		width: 1800px;
		margin: 0 auto;
	}
}
*/