/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
	
html{
 min-height:100vh !important;
}
body{
 min-height:100vh !important;
}
#extr-page #main {
	background:none !important;
}	

.text-bold {
	font-weight:bold !important;
}
	
	/* Margin ve Padding */
.m0 {
	margin:0px !important;
}
.m6 {
	margin:6px !important;
}
.m8 {
	margin:8px !important;
}
.mb31 {
 margin-bottom:31px;
}
.mtb7 {
 margin-top:7px;
 margin-bottom:7px;
}
.mT4 {
	margin-top:4px !important;
}
.mT6 {
	margin-top:6px !important;
}
.mR4 {
	margin-right:4px !important;
}
.p0 {
	padding:0px !important;
}
.p6 {
	padding:6px !important;
}
.pT4 {
	padding-top:4px !important;
}
.pL4 {
	padding-left:4px !important;
}
.pB4 {
	padding-bottom:4px !important;
}
.pL8 {
	padding-left:8px !important;
}
.pR4 {
	padding-right:4px !important;
}
.pR6X0 {
	padding:0px 6px 0px 0px !important;
}
.pR8 {
	padding-right:8px !important;
}
.p12 {
	padding:12px !important;
}
.p8-12 {
	padding:8px 12px !important;
}
.pLR12{
	padding:0px 12px !important;
}

.L0 {
	left:0px !important;
}
.lH15 {
	line-height:1.5 !important;
}
.lH20 {
	line-height:2.0 !important;
}
.mH110 {
	min-height:110px;
}
.w4 {
	width:4px !important;
}
.w100p {
	width:100% !important;
}
.w90p {
	width:90% !important;
}
.h90p {
	max-height:90% !important;
}

	/* Colot */
.bGf5f5f5 {
	background-color:#f5f5f5 !important;
}
.bG575656 {
	background-color:#575656 !important;
}
.bG000000 {
	background-color:#000000 !important;
}
.bGffffff {
	background-color:#ffffff !important;
}
.bG739e73 {
	background-color:#739e73 !important;
}
.bGffff00 {
	background-color:#ffff00 !important;
}
.bGca6000 {
	background-color:#ca6000 !important;
}
.bGffcc00 {
	background-color:#ffcc00 !important;
}
.bGffff66 {
	background-color:#ffff66 !important;
}
.bG99FF99 {
	background-color:#99FF99 !important;
}

.cf5f5f5 {
	color:#f5f5f5 !important;
}
.c990000 {
	color:#990000 !important;
}
.c009900 {
	color:#009900 !important;
}
.cca6000 {
	color:#ca6000 !important;
}

.mh200 {
	max-height:200px !important;
	overflow-y:auto;
}

#extr-page #header {
	padding:0px 30px 0px 10px;
}

#extr-page #header #logo {
	margin-top:10px;
}

#extr-page #header #logo img {
	height:50px !important;
	width:auto !important;
}

#extr-page .page-footer {
	padding:20px;
	position:fixed !important;
}

#main-page #logo {
	font-size:18px;
	font-weight:bold;
	color:#5a528b;
	margin-top:10px;
	width:400px;
}
#main-page #logo img {
	height:30px;
	width:auto;
}

.fixed-navigation nav>ul {
	width:100%;
	overflow-y:auto;
}

.minifyme {
	position:inherit;
}

#left-panel ul {
	padding-right:0px;
}

.alert {
	margin-bottom:10px;
}

.pointer {
	cursor:pointer;
}

.nowrap {
	white-space:nowrap;
}

.modal-body {
	padding:5px !important;
}

.btn-header>:first-child>a {
	padding:6px !important;
}

.UstEkUnvan {
	font-size:10px;
	font-weight:bold;
	color:#5a528b;
	overflow:hidden;
	height:40px !important;
	padding:10px !important;
}

.select2-selection__arrow {
	padding-top:6px !important;
}

.modal-footer {
	padding:10px 20px !important;
}

@media (max-width:767px){
	.mt20-xs {
		margin-top:20px !important;
	}
	#main-page #logo {
		width:auto !important;
	}
	#header>:first-child, aside {
		width:auto !important;
	}
	.btn-header>:first-child>a {
		padding:10px !important;
	}
	.UstEkUnvan {
		font-size:8px !important;
		font-weight:normal !important;
		max-width:160px;
		overflow:hidden;
	}
}

@media (min-width:768px) and (max-width:880px){
	.btn-header>:first-child>a {
		padding:10px !important;
	}
}

@media (min-width:992px) and (max-width:1199px){
	.mbGiris-md {
		margin-bottom:174px !important;
	}
}

@media (min-width:1200px){
	.mbGiris-lg {
		margin-bottom:174px !important;
	}
}

.onoffswitch-inner:before {
	background-color:#009900 !important;
}

.select2-selection__choice__remove {
	cursor:pointer !important;
}