
.text-tiny {
	font-size : x-small;
}

.card-header {
	padding-top    : 1px !important;
	padding-bottom : 1px !important;
	font-weight    : bold !important;
	font-size      : .75em !important;
	color          : #384250 !important;
}

.form-check-label {
	opacity   : 0.6 !important;
	font-size : .75em !important;
}

form .form-control, .form-select {
	border        : 1px solid #F6F6F6 !important;
	border-radius : 0.25px;
	/*border: 0 !important;*/
	/*border-bottom: 1px solid #e1e1e1 !important;*/
}


/*.form-switch .form-check-input:focus {*/
/*	border-color : rgba(0, 0, 0, 0.25);*/
/*	box-shadow   : 0 0 0 0 rgba(0, 0, 0, 0);*/
/*}*/

.form-switch .form-check-input:checked {
	background-color : #505050 !important;
	border-color     : #505050 !important;
}


/*
	Notification badge
 */

.item {
	position:relative;
	display:inline-block;
}
.notify-badge{
	position: absolute;
	left:0;
	bottom:0;
	text-align: center;
	border-radius: 0 30px 0  0;
	padding:5px 10px 2px 5px;
}

/* Nav-tabs */

.nav-tabs li a {
	background-color : transparent !important;
	color            : #384250 !important;
	text-transform   : uppercase !important;
	font-size        : .75em !important;
	font-weight      : bold !important;
}

.nav-tabs li a:hover {
	background-color : transparent !important;
	color            : #FF6500 !important;
}

.nav-tabs .nav-link.active {
	border-bottom-color : transparent !important;
	background-color    : #F6F6F6 !important;
}

/* badge outlines */
.tag {
	border        : 1px solid #868686 !important;
	background-color : #F6F6F6 !important;
	color         : #868686 !important;
}



/* Default x-small NONE */
.container {
	/*background-color : #0E48AB !important;*/
	max-width : 100% !important;
}

/* Small sm */
@media (min-width : 576px) {
	.container {
		/*background-color : #7D54C4 !important;*/
		max-width : 100% !important;
	}
}

/* Medium md */
@media (min-width : 768px) {
	.container {
		/*background-color : #FFFFFF !important; !*1EAB0E*!*/
		max-width : 100% !important;
	}
}

/* Large lg */
@media (min-width : 992px) {
	.container {
		/*background-color: #00E1FF !important;!*00E1FF*!*/
		max-width : 100% !important;
	}
}

/* Extra Large xl */
@media (min-width : 1200px) {
	.container {
		/*background-color: #EA2248 !important;*/
		max-width : 95% !important;
	}
}

/* Extra Extra Large xxl */
@media (min-width : 1400px) {
	.container {
		/*background-color: #A400FF !important;*/
		max-width : 95% !important;
	}
}




/*  Counter Section  */
.count {
	text-align : center;
}


#counter {
	padding : 10px 0;
	
}

#counter .count {
	padding : 5px;
}

.count a {
	color           : #797979;
	text-decoration : none;
}

.count h5 {
	font-size : 24px;
}

.count-title {
	font-size : 12px;
}


th {
	color     : #7E7E7E;
	font-size : 14px;
}


thead > tr {
	border-bottom : 1px solid #FFFF00;
}

/* Footer */



.link-white {
	color           : #F2F2F2;
	text-decoration : none;
}



/* box */
.box {
	position : relative;
}


.btn-orange{
	background-color: #fe5214;
	color:#F6F6F6;
}

.text-orange{
	color:#fe5214;
}