/* Color */
.c-r-text{ color:#a30715!important;}
.c-r-bg{background-color:  #a30715!important;}
.c-b-bg{background-color:  #0b0a0a!important;}
.c-r-border{border-color: #a30715!important;}
input{
	background: rgba(255,255,255,.2) !important;
	font-size: 12px!important;
	width: 200px !important;
	color: #222 !important;  
}
input:focus,
input:hover{

	border: #f00 1px solid !important;
	box-shadow: none !important;
}

.media{

	padding-right:  1rem!important;
	padding-left : 1rem!important;
}

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.3)!important;
}
hr {
	margin-top: .5rem;
	margin-bottom: .5rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid #cecece;
}
.model-selver{
	color:#999999;
}
a:hover{text-decoration:none;}	
.badge{
	color: #fff !important;
	background-color: #F00 !important;
	border-radius: 50px !important;
	position: absolute !important;
	min-width: 22px !important;
	height: 25px !important;
	top: -5px !important;
	right: -6px !important;
	border: solid 2px #fff !important;
	font-size: 10px !important;
	text-align: center !important;
	/* padding-top: 3px; */
	font-family: din_lit !important;
}

.badge *{
	/* transform: translate(-50%,-50%); */
	/* position: absolute; */
	/* display: block; */
	/* top: 50%; */
	/* left: 50%; */
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	width: 100%;
}
/**/

.my-h-100{
	min-height: -moz-calc(100% - (20px + 30px));
	min-height: -webkit-calc(100% - (20px + 30px));
	min-height: calc(100% - (20px + 30px));
	height:auto;
}

.font-s-18{font-size:20px !important;}
.font-s-16{font-size:18px !important;}

@font-face {
	font-family: din_reg;
	src: url(../fonts/din_reg.otf);
}
@font-face {
	font-family: din_lit;
	src: url(../fonts/din_lit.otf);
}



*{
	font-family:din_reg;
	font-style: normal;
	border-color: #7a7f86!important;
	font-size: .92rem !important;
}
*:hover,
*:focus{
	outline: none !important;
}
ul ,li ,tr,td{

}
.media h1.fa{
	font-size: 35px!important;	
}
html, body{
	width: 100%;
	min-height:100vh; 
	height:auto;
}
.h100{
	min-height:100vh;
	height:auto;
}
body {
	overflow-x: hidden;
	/*overflow-y: scroll;*/
	/*background-color: #fbfbfb;*/
}
.footer{
	background-color: white;
	width: 100%;
	height: 42px;
	position: fixed;
	bottom: 0;
}
.minHeightContent{
	min-height: calc(100% - 100px)!important;
	padding-bottom: 100px !important;
}

.icons{

	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	font-size: 16px;
	color: #b78c33;
	border: 1px solid rgba(255, 255, 255, 0.3);


}

.btn-addItem{
	background-color:#a30715!important;
	border: none;
	border-radius: 50px;
	padding:0 20px 5px;
	min-width: 70px;
	text-align: center;
	margin: 10px 0 0 !important;
	position:relative !important

}
.btn-addItem i{
	position:absolute;  
	right:5px;
	top: 50%;
	transform: translate(0,-50%);
}
.icon,.fa{

	cursor: pointer;
}
.tabel .icon::before{
	/*border: 1px solid;
    
    min-width: 30px;
    min-height: 30px;
	padding:5px;
	border-radius: 100px;*/
	border: solid 1px;
	padding: 10px;
	border-radius: 50px;	 
}
.table thead th{
	vertical-align:middle;

}
.table {

	margin-bottom: 0!important;

}
/*modal*/
.modal-header,.modal-footer {

	border:none !important;
}
.modal-footer>* {text-align:center;}
.modal-header .modal-title{
	font-weight:bold !important;
}
.modal-content{
	background-image: url(../images/modal-bg.png);
	border: none;
}

.modal-content::before{
	content: " ";
	background-color: #a30715!important;
	width: 10px !important;
	z-index: 100;
	height: 100%!important;
	position: absolute;

}
.rtl .modal-content::before{border-radius: 0 .3rem .3rem 0;}
.ltr .modal-content::before{border-radius:.3rem 0 0 .3rem;}
.modal-header .modal-title span{
	font-weight:100 !important;
}
.modal-backdrop.show {
	opacity: .8!important;
}
.modal-body{
	background: url(../images/car.png);
	background-position: center;
	background-size: 80% auto;
	background-repeat: no-repeat;
	padding: 10px 60px;
}

.btn-save,.btn-cloce{padding: 4px 20px 8px !important; border:none;}
.btn-save{background-color:#b60a1a !important;}
.btn-cloce{background-color:#303030 !important;}
.btn-save:hover,.btn-cloce:hover{background-color:#9b9b9b !important;}
/**/
.page-card{
	padding-inline-start: 0px !important;
}
input[type="date"] {
	
	text-align:right;
}
.page-card li{
	position:relative;
	border-radius:10px;
	padding:10px;
}
.page-card li a{
	position:absolute;
	left:5px;
	top:50%;
	transform:translateY(-50%);
}
.ltr .page-card li a{

	right:5px;
	
}
.rtl .page-card li a{

	left:5px;

}
.rtl .custom-control, [dir=rtl] .custom-control {
	padding-right: 0 !important; 
	padding-left: 0 !important; 
	margin-right: 0 !important; 
	margin-left: 0 !important; 
}



/**/

.profile-menu .profile-link{
	padding: 0 0 30px 0 !important;
}
.profile-menu .profile-link a img{
	width:15px;
	height:15px;
	margin: 0 6px;
	transition:all .4s ;
}
.profile-menu .profile-link a:hover img{
	opacity:.5;
}
.Abdisplay{
	position:static !important;
}
.dropdown-menu-top {
	position:absolute !important;
	top: 56px !important; /*height of main menu*/
	width:350px !important;

}

.dropdown-menu-top hr{/*position: absolute;*/}
.dropdown-menu-top .pb-30{
	padding: 0 0 30px 0 !important;
}
.rtl .dropdown-menu-top {left:0 !important;right: inherit !important;}
.ltr .dropdown-menu-top {right:0 !important; left: inherit !important;}
.dropdown-menu-top a{color:#000;}
.dropdown-menu-top img{border:none;}

#page-content-wrapper{
	position:relative !important;
}

.perClass {
	display: grid;
	margin-bottom: 10px;
}


.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-2dot4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
.bootstrap-autocomplete{
	left:0 !important;
	width:auto !important;
	margin: 0 60px !important;
}
.comboTreeWrapper{padding:0 !important;}

select {
	width: 300px;
}


@media (min-width: 540px) {
	.col-sm-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 720px) {
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 960px) {
	.col-lg-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (min-width: 1140px) {
	.col-xl-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}
.notspupported{display: none;}
.spupported{display: block;}
@media (max-width: 765px) {

	.notspupported{display: block;}
	.spupported{display: none;}


}

.class_disabled,
input:disabled  { 
	background-color:transparent!important;
	height: auto !important;

	border-color: transparent !important;
	border-radius: 0 !important; 
}
.class_enabled input[type="text"] { 
	background-color :transparent!important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #979797  !important;

}
/**/
.link_disabled {
	color: #ccc;
	pointer-events: none;
	cursor: default;

}
.save-template,.get-data{display: none;}

.mouse-hover:hover{  cursor: pointer;}

.select2-search--dropdown .select2-search__field {

	width: 100% !important;

}

#dropdown-noti{
	overflow-x: hidden;
	overflow-y: auto;
}
#dropdown-noti a{
	overflow: hidden;
	white-space: normal !important;
	width: 96% !important;
}

{}

button.dt-button, div.dt-button, a.dt-button{
	background-color: #b60a1a!important;
	border-color:  transparent !important;
	font-size: 12px !important;
	width: 100px !important;
	background-image: none!important;
	color: #fff !important;
	margin: 5px 0 0 5px !important;
}
button.dt-button:hover, div.dt-button:hover, a.dt-button:hover{ 
	background-color: #207245!important;
	border:solid 1px #7a7f86!important;

}

.change_Password,.change_Password #bounceForm,
.notification-page,.notification-page .rounded-top{
	max-width: 1000px;
	display: block;
	margin: auto;
}
.change_Password #bounceForm{
	max-width: 500px;
}
.notification-page .rounded-top{

	max-width: 700px;

}
.change_Password .media,
.notification-page .media{
	border-bottom: #000 1px solid;
	margin-bottom:100px;
}
.notification-page .rounded-top .form-group{

}

.notification-page .rounded-top .form-group label{
	color: #a7a6a6 !important
}

.notification-page .rounded-top .form-group div{
	color: #666666 !important;
	border-bottom:dashed 1px #666666 !important;
	padding: 5px 15px 5px 0;
    margin-bottom: 5px;
}