/**
CUSTOM WIDTHS
 */
.max-width-500{max-width: 500px!important;}
.max-width-600{max-width: 600px!important;}
.max-width-700{max-width: 700px!important;}
.max-width-800{max-width: 800px!important;}
.max-width-900{max-width: 900px!important;}
.max-width-1000{max-width: 1000px!important;}
.max-width-1100{max-width: 1100px!important;}
.max-width-1200{max-width: 1200px!important;}

.max-width-500-auto{max-width: 500px!important;margin: auto;}
.max-width-600-auto{max-width: 600px!important;margin: auto;}
.max-width-700-auto{max-width: 700px!important;margin: auto;}
.max-width-800-auto{max-width: 800px!important;margin: auto;}


/**
PADDING
*/

.padding-50{padding: 50px;}
.padding-40{padding: 40px;}
.padding-30{padding: 30px;}
.padding-20{padding: 20px;}
.padding-10{padding: 10px;}
.padding-7{padding: 7px;}
.padding-5{padding: 5px;}
.padding-3{padding: 3px;}
.btn-block-large{padding-top: 30px;padding-bottom: 30px; }


/*
###
Components
###
*/
/* Switch */
.switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 35px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch-success input:checked + .slider {
	background-color: #34495e;
}

.switch-success input:focus + .slider {
	box-shadow: 0 0 1px #34495e;
}

.switch-primary input:checked + .slider {
	background-color: #0792ee;
}

.switch-primary input:focus + .slider {
	box-shadow: 0 0 1px #0792ee;
}

.switch input:checked + .slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
}
/* End of Switch */


/*
COLOR CODES
 */
.ta_bg_color_1{background-color: #fbefdf!important;color: #776f64!important;}
.ta_bg_color_2{background-color: #e3e8fc!important;color: #666676!important;}
.ta_bg_color_3{background-color: #b0eeed!important;color: #4b706d!important;}
.ta_bg_color_4{background-color: #dff5d1!important;color: #64725b!important;}
.ta_bg_color_5{background-color: #fad2d2!important;color: #7e6664!important;}
.ta_bg_color_6{background-color: #f9e3fa!important;color: #746776!important;}
.ta_bg_color_7{background-color: #fbefdf!important;color: #726860!important;}
.ta_bg_color_8{background-color: #e3e8fc!important;color: #686674!important;}
.hover_opacity:hover{opacity: 0.7!important;}



/**
CUSTOM CSS
 */

.brand-link{
	color: #FFFFFF!important;
	font-weight: bolder;
	background-color: #343a40;
	padding: 12px;
}
.main-sidebar{
	background-color: #faf8f8 !important;
	color: #343a40!important;
}
.main-sidebar .nav-link{
	border-radius: 30px!important;
	color: #343a40 !important;
	background-color: #dcdcdc !important;
	margin-bottom: 13px !important;
}
.main-sidebar .menu-open .nav-link{
	border-radius: 30px!important;
	color: #dcdcdc !important;
	background-color: #343a40 !important;
	margin-bottom: 10px !important;
}
.main-sidebar .nav-treeview .nav-link{
	border-radius: 30px!important;
	color: #343a40 !important;
	background-color: #dcdcdc !important;
	margin-bottom: 10px !important;
}
.main-sidebar .nav-link:hover{
	color: #dcdcdc !important;
	background-color: #343a40 !important;
}

/**
	HEADER ICON BOX
 */
.header_box_title{
	font-size: 20px!important;
	font-weight: 600;
}
.header_box{
	cursor: pointer!important;
}
.header_box:hover{
	opacity: 0.5;
}
.header_box_active{
	opacity: 0.6;
	border-bottom: 2px solid;
	margin-top: 0px!important;
}

