﻿/**
* BOOTSTRAP EXTENSION, XUXO V1.0
* BY ZUL ZOLKAFFLY
* LAST UPDATED : 28/03/2017
*/

/**
* MISC
*/
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
header, section, footer, aside, nav, main, article, figure { display: block; }
h1,h2,h3,h4,h5,h6,ul,p { margin: 0; padding: 0; }
.p, .a, a, body, hr, html, p { padding: 0; }
a, .a { cursor: pointer; vertical-align: baseline; outline: none; }
a:hover, .a:hover { outline: none; }
.fixed { position: fixed !important; transform-style: preserve-3d; -webkit-backface-visibility: hidden !important; z-index: 5; top: 0; left: 0; width: 100%; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.clear { clear: both; }
.disabled { cursor: not-allowed !important; }
.noshowall { max-height: 200px; overflow: hidden !important; margin-bottom: 5px; }
.no-padding { padding: 0 !important; }
.form-group { min-height: 32px; }
.overflow-hidden { overflow: hidden; }
.overflow-visible { overflow: visible; }
.overflow-auto { overflow: auto; }

/**
* WRAPPER
*/
.wrapper { background-color: #2C3E50; }
.content-wrapper { background-color: #FFF; color: #111; position: relative; }

/**
* SECTION
*/
.section-title { width: 100%; background: #FFF; margin: 0; }
.section-title p { width: 100%; font-size: 1.5em; }
@media (max-width: 767px) {
	.section-title p { font-size: 1em; }
}

/**
* MESSAGE
*/
.message { display: none; color: #900; font-weight: bold; }
.message.success { color: #090; }
.message.success,
.message.fail { display: block; }

/**
* IMAGE
*/
.img-responsive-reverse { height: 100%; width: auto; display: block; }

/**
* DISPLAY
*/
.block { display: block !important; }
.inline { display: inline !important; }
.block.inline { display: inline-block !important; }
.bold { font-weight: bold !important; }
.normal { font-weight: normal !important; }

/**
* BG COLORS
*/
.bg-dark { background-color: #111; color: #EEE; }
.bg-gray { background-color: #CCC; color: #111; }
.bg-gray-light { background-color: #d4d8dc; color: #111; }
.bg-white { background-color: #FFF !important; color: #4d4338; }
.bg-hazel { background-color: #e0d6bd; color: #4d4338; }
.bg-oak { background-color: #4d4338; color: #e0d6bd; }
.bg-forest { background-color: #3e6b19; color: #e0d6bd; }
.bg-transparent { background: none; border: none; }
.text-dark { color: #111; }
.text-white { color: #FFF; }
.text-red { color: #900; }
.text-green { color: #090; }
.text-hazel { color: #e0d6bd; }
.text-oak { color: #4d4338; }
.text-forest { color: #3e6b19; }

/**
* RELATIVE FONT SIZE
*/
.xxsmall, xxsmall,
.xsmall, xsmall,
.small, small,
.medium, medium,
.regular, regular,
.large, large,
.xlarge, xlarge,
.xxlarge, xxlarge,
.xxxlarge, xxxlarge,
.super, super {
	display: inline-block;
	padding-left: 0.5%;
	padding-right: 0.5%;
  font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 1;
}
.xxxsmall, xxxsmall { font-size: 35% !important; }
.xxsmall, xxsmall { font-size: 50% !important; }
.xsmall, xsmall { font-size: 60% !important; }
.small, small { font-size: 70% !important; }
.medium, medium { font-size: 85% !important; }
.regular, regular { font-size: 100% !important; }
.large, large { font-size: 110% !important; }
.xlarge, xlarge { font-size: 125% !important; }
.xxlarge, xxlarge { font-size: 135% !important; }
.xxxlarge, xxxlarge { font-size: 150% !important; }
.super, super { font-size: 180% !important; }
.mega, mega { font-size: 240% !important; }

/**
* MENU
*/
.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0 6px;
	color: #FFF;
}
.nav-menu li { display: block; margin: 0; padding: 0; }
.nav-menu li.separator { border-top: 1px solid #FFF; margin: 12px 0; }
.nav-menu li.header { color: #FFF; font-weight: bold; text-shadow: none; margin-top: 12px; }
.nav-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 6px 12px;
	text-decoration: none;
	color: inherit;
	background: transparent;
}
.nav-menu li ul { padding-left: 10px; }
.nav-menu li.active { background: rgba(255,255,255,0.25); }

/**
* BREADCRUMB
*/
.breadcrumb { background-color: #FFF; 	text-align: center; color: #999; }
.breadcrumb a { color: #999; }

/**
* HAMBURGER
*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: absolute;
  top: 20px;
  width: 32px;
  z-index: 999;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #fff;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

/**
* OVERLAY
*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 10001;
}
.overlay-loader {
  display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/**
* SELECTOR
*/
.selector {
	width: 40vw;
	height: 100vh;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	padding: 0;
	margin-right: -40vw;
	z-index: 10001;
	transition: 250ms margin ease-in-out;
	background-color: #FFF;
	box-shadow: 5px 0 5px 5px #000;
	opacity: 0;
}
.selector * { z-index: 10002; }
.selector.left { margin-right: 0; margin-left: -40vw; right: auto; left: 0; }
.selector.show { margin-right: 0; margin-left: 0; opacity: 1; }

.selector .selector-header { height: 8vh; border-bottom: 1px solid #E4E4E4; background: #FFF; }
.selector .selector-header .selector-title { padding: 1vh 1vw; font-size: 3vh; line-height: 3vh; height: 100%; width: 90%; float: left; }
.selector .selector-header .selector-close {
	width: 10%;
	height: 100%;
	float: left;
	padding: 5% 0 0 0;
	line-height: 100%;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	display: block;
}
.selector .selector-header .selector-close:hover { background: rgba(0,0,0,0.05); }
.selector .selector-header .selector-close span {
	display: block;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	background-color: #333;
}
.selector .selector-header .selector-close span:first-child { transform: translateY(0) rotateZ(45deg); }
.selector .selector-header .selector-close span:last-child { transform: translateY(-1px) rotateZ(135deg); }
.selector .selector-header .selector-close:active,
.selector .selector-header .selector-close:focus,
.selector .selector-header .selector-close:hover { border: none; outline: none; }
.selector .selector-body { padding: 1%; height: 84vh; overflow-x: hidden; overflow-y: auto; background: #FFF; }
.selector .selector-footer { height: 8vh; border-top: 1px solid #E4E4E4; background: #FFF; }
.selector .selector-menu { padding: 5px; }

@media (max-width: 767px) {
	.selector { width: 100vw; margin-right: -100vw; }
	.selector.show { margin-right: -5%; }
}

/**
* FLEX BUTTON GROUP
*/
.flex-btn-group { padding: 0 !important; display: flex; }
.flex-btn-group .btn {
	flex: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
@media (max-width: 767px) {
	.flex-btn-group { flex-wrap: wrap; }
	.flex-btn-group .btn { flex-basis: 25%; }
}

/**
* BLANK
*/
.blank { display: block; padding: 5px; }
.blank.inline { display: inline-block; }
.blank[class*="blank-xs"] { padding: 5px; }
.blank[class*="blank-sm"] { padding: 10x; }
.blank[class*="blank-md"] { padding: 15px; }
.blank[class*="blank-lg"] { padding: 20px; }
.blank[class*="blank-xl"] { padding: 25px; }

/**
* AREA
*/
.area {
	display: block;
	background: #FFFFFF;
	overflow: auto;
	color: #444444;
	padding: 3px 12px;
	margin: 0 3px;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.area[class*="area-sm"] { padding: 8px 14px; }
.area[class*="area-md"] { padding: 10px 16px; }
.area[class*="area-lg"] { padding: 12px 18px; }
.area[class*="area-xl"] { padding: 14px 20px; }
.area.area-flat { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.area.area-default { border-top-color: #4d4338; }
.area.area-oak { border-top-color: #4d4338; }
.area.area-hazel { border-top-color: #e0d6bd; }
.area.area-forest { border-top-color: #3e6b19; }
.area.area-primary { border-top-color: #3c8dbc; }
.area.area-info { border-top-color: #00c0ef; }
.area.area-danger { border-top-color: #dd4b39; }
.area.area-warning { border-top-color: #f39c12; }
.area.area-success { border-top-color: #00a65a; }

/**
* PANEL
*/
.panel {
	border-top: 1px solid #E4E4E4;
	background-color: #FFF;
}
.panel .panel-header {
	padding: 5px 10px;
	border-bottom: 1px solid #E4E4E4;
}

.panel.panel-xs .panel-body { padding: 2px 8px; }
.panel.panel-sm .panel-body { padding: 5px 10px; }
.panel.panel-md .panel-body { padding: 10px 15px; }
.panel.panel-lg .panel-body { padding: 15px 25px; }
.panel.panel-xl .panel-body { padding: 20px 30px; }

/**
* TAGS
*/
.tag {
	display: block;
	float: left;
	background: #FFFFFF;
	color: #444444;
	padding: 6px 12px;
	margin: 0 3px;
	border-top: 1px solid #d2d6de;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);	
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: none !important;
}
.tag.tag-sm { padding: 8px 14px; }
.tag.tag-md { padding: 10px 16px; }
.tag.tag-lg { padding: 12px 18px; }
.tag.tag-xl { padding: 14px 20px; }
.tag:hover,
.tag:active,
.tag.hover { color: #999; cursor: pointer; }
.tag.tag-flat { -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; border-radius: 0; }
.tag.tag-default { border-top-color: #4d4338; }
.tag.tag-oak { border-top-color: #4d4338; }
.tag.tag-hazel { border-top-color: #e0d6bd; }
.tag.tag-forest { border-top-color: #3e6b19; }
.tag.tag-primary { border-top-color: #3c8dbc; }
.tag.tag-info { border-top-color: #00c0ef; }
.tag.tag-danger { border-top-color: #dd4b39; }
.tag.tag-warning { border-top-color: #f39c12; }
.tag.tag-success { border-top-color: #00a65a; }
.tag.tag-solid { background: #FFF; color: #444; border: 1px solid #e7e7e7; }
.tag.tag-solid:hover,
.tag.tag-solid:active,
.tag.tag-solid.hover { background: #e7e7e7; }
.tag.tag-solid.tag-default { background: #4d4338; color: #FFF; border-color: #9d1b1f; }
.tag.tag-solid.tag-default:hover,
.tag.tag-solid.tag-default:active,
.tag.tag-solid.tag-default.hover { background: #9d1b1f; }
.tag.tag-solid.tag-oak { background: #4d4338; color: #FFF; border-color: #3b332b; }
.tag.tag-solid.tag-oak:hover,
.tag.tag-solid.tag-oak:active,
.tag.tag-solid.tag-oak.hover { background: #3b332b; }
.tag.tag-solid.tag-hazel { background: #e0d6bd; color: #FFF; border-color: #cebe97; }
.tag.tag-solid.tag-hazel:hover,
.tag.tag-solid.tag-hazel:active,
.tag.tag-solid.tag-hazel.hover { background: #cebe97; }
.tag.tag-solid.tag-forest { background: #3e6b19; color: #FFF; border-color: #305313; }
.tag.tag-solid.tag-forest:hover,
.tag.tag-solid.tag-forest:active,
.tag.tag-solid.tag-forest.hover { background: #305313; }
.tag.tag-solid.tag-primary { background: #3c8dbc; color: #FFF; border-color: #367fa9; }
.tag.tag-solid.tag-primary:hover,
.tag.tag-solid.tag-primary:active,
.tag.tag-solid.tag-primary.hover { background: #367fa9; }
.tag.tag-solid.tag-info { background: #00c0ef; color: #FFF; border-color: #00acd6; }
.tag.tag-solid.tag-info:hover,
.tag.tag-solid.tag-info:active,
.tag.tag-solid.tag-info.hover { background: #00acd6; }
.tag.tag-solid.tag-danger { background: #dd4b39; color: #FFF; border-color: #d73925; }
.tag.tag-solid.tag-danger:hover,
.tag.tag-solid.tag-danger:active,
.tag.tag-solid.tag-danger.hover { background: #d73925; }
.tag.tag-solid.tag-warning { background: #f39c12; color: #FFF; border-color: #e08e0b; }
.tag.tag-solid.tag-warning:hover,
.tag.tag-solid.tag-warning:active,
.tag.tag-solid.tag-warning.hover { background: #e08e0b; }
.tag.tag-solid.tag-success { background: #00a65a; color: #FFF; border-color: #008d4c; }
.tag.tag-solid.tag-success:hover,
.tag.tag-solid.tag-success:active,
.tag.tag-solid.tag-success.hover { background: #008d4c; }

/**
* HELPER
*/
.helper {
	display: block;
	margin: 2px 0;
	padding: 5px;
	line-height: 1em;
	font-size: 1em;
	font-style: italic;
	color: #777777;
	border-left: 1px solid #d2d6de;
	text-align: left;
}
.helper.helper-xs { padding: 1px 2px; font-size: 0.8em; line-height: 0.8em; }
.helper.helper-sm { padding: 2px 3px; font-size: 0.9em; line-height: 0.9em; }
.helper.helper-md { padding: 5px; font-size: 1em; line-height: 1em; }
.helper.helper-lg { padding: 7px; font-size: 1.1em; line-height: 1.1em; }
.helper.helper-xl { padding: 10px; font-size: 1.2em; line-height: 1.2em; }
.helper.helper-flat { border: none; }
.helper.helper-inline { display: inline-block; margin: 2px; }
.helper.helper-right { text-align: right; border: none; border-right: 1px solid #d2d6de; }
.helper.helper-top { border: none; border-top: 1px solid #d2d6de; }
.helper.helper-bottom { border: none; border-bottom: 1px solid #d2d6de; }
.helper.helper-center { text-align: center; }
.helper.helper-default { border-color: #4d4338; }
.helper.helper-oak { border-color: #4d4338; }
.helper.helper-hazel { border-color: #e0d6bd; }
.helper.helper-forest { border-color: #3e6b19; }
.helper.helper-primary { border-color: #3c8dbc; }
.helper.helper-info { border-color: #00c0ef; }
.helper.helper-danger { border-color: #dd4b39; }
.helper.helper-warning { border-color: #f39c12; }
.helper.helper-success { border-color: #00a65a; }
.helper.helper-solid { background: #FFF; color: #444; border: 1px solid #d2d6de; }
.helper.helper-solid.helper-default { background: #4d4338; color: #FFF; border-color: #9d1b1f; }
.helper.helper-solid.helper-oak { background: #4d4338; color: #FFF; border-color: #3b332b; }
.helper.helper-solid.helper-hazel { background: #e0d6bd; color: #FFF; border-color: #cebe97; }
.helper.helper-solid.helper-forest { background: #3e6b19; color: #FFF; border-color: #305313; }
.helper.helper-solid.helper-primary { background: #3c8dbc; color: #FFF; border-color: #367fa9; }
.helper.helper-solid.helper-info { background: #00c0ef; color: #FFF; border-color: #00acd6; }
.helper.helper-solid.helper-danger { background: #dd4b39; color: #FFF; border-color: #d73925; }
.helper.helper-solid.helper-warning { background: #f39c12; color: #FFF; border-color: #e08e0b; }
.helper.helper-solid.helper-success { background: #00a65a; color: #FFF; border-color: #008d4c; }
.helper ul,
.helper ul li { margin: 1px; font-size: inherit; line-height: inherit; padding: 1px 5px; list-style: none; }

/**
* FORM CONTROL
*/
label.required:after {
	content: "*";
	display: inline-block;
	margin: 0 2px;
	color: red;
}

/**
* SWITCH
*/
.switch, .switch * {
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.switch label { cursor: pointer; }
.switch label input[type=checkbox] { opacity: 0; width: 0; height: 0; }
.switch [type=checkbox]:checked,
.switch [type=checkbox]:not(:checked) { position: absolute; left: -9999px; visibility: hidden; }
.switch label input[type=checkbox]:checked+.lever { background-color: #e0d6bd; }
.switch label .lever {
	position: relative;
	width: 40px;
	height: 15px;
	background-color: #818181;
	border-radius: 15px;
	transition: background .3s ease;
	margin: 0 16px;
	vertical-align: middle;
}
.switch label .lever, .switch label .lever:after { content: ""; display: inline-block; }
.switch label input[type=checkbox]:checked+.lever:after { left: 24px; }
.switch label input[type=checkbox]:checked+.lever:after { background-color: #3e6b19; }
.switch label .lever:after {
	position: absolute;
	width: 21px;
	height: 21px;
	background-color: #F1F1F1;
	border-radius: 21px;
	box-shadow: 0 1px 3px 1px rgba(0,0,0,.4);
	left: -5px;
	top: -3px;
	transition: left .3s ease,background .3s ease,box-shadow .1s ease;
}
.switch label .lever, .switch label .lever:after { content: ""; display: inline-block; }

.switch.toggle { overflow: hidden; display: flex; }
.switch.toggle label {
	display: block;
	float: left;
	position: relative;
	flex: 1;
	width: 100%;
	height: 32px;
	border: 1px solid #E4E4E4;
}
.switch.toggle label:not(:first-child) { margin-left: -1px; }
.switch.toggle label > span {
	display: block;
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 4px 8px;
	text-align: center;
	transition: all 250ms ease-in-out;
}
.switch.toggle label input { display: block; opacity: 0; width: 100%; }
.switch.toggle label input:checked + span { background: rgba(0,150,150,0.5); }
@media (max-width: 767px) {
	.switch.toggle { flex-wrap: wrap; }
	.switch.toggle label { flex-basis: 80%; margin: 0; float: none; height: 24px; }
	.switch.toggle label > span { padding: 2px 4px; }
}

/**
* FLASHDATA
*/
.flash-data {
	background-color: rgba(150,0,0,0.95);
	color: #FFF;
	position: absolute;
	top: 25px;
	right: 5%;
	z-index: 10001 !important;
	font-size: 125%;
	border-bottom: 2px solid #333;
	padding: 0.5% 1%;
	margin: 0 2.5% 0 2%;
	height: auto;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 10px 10px -10px #000;
	font-size: 18px;
}
.flash-data .text {  line-height: 1; }
.flash-data .close {  margin-left: 10px; }
.flash-data:after { content: "Click to close"; display: block; font-size: 50%; font-style: italic; color: #EEE; }
.flash-data.success { background-color: rgba(0,150,0,0.95); color: #FFF; }

/**
* DROPDOWN SUB MENU
*/
.dropdown-submenu {  position: relative; }
.dropdown-submenu .dropdown-menu {
	position: absolute;
	top: 0;
	margin: -1px 0 0 100%;
	width: 100%;
}
.dropdown-submenu .dropdown-menu.left {  margin: -1px 0 0 -100%; }
.dropdown-submenu > a:hover,
.dropdown-submenu > a:focus,
.dropdown-submenu > li > a:hover,
.dropdown-submenu > li > a:focus { text-decoration: none; background: inherit; }
@media (max-width: 767px) {
	.dropdown-submenu .dropdown-menu,
	.dropdown-submenu .dropdown-menu.left { margin: -1px 0 0 10px; }
}

/**
* PROGRESS BAR
*/
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #dd4b39;
}

/**
* UPLOADER
*/
.uploader, .uploader * {
	-khtml-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: pointer;
}
.uploader {
	border: 1px solid #E4E4E4;
	overflow: hidden;
	position: relative;
}
.uploader:hover { border-color: #333; }
.uploader input[type="file"] {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid red;
	width: 100%;
	height: 100%;
	opacity: 0;
	outline: none;
}

/**
* ICON CIRCLE
*/
.circle,
.circle[class*="circle-"] {
	width: 36px;
	height: 36px;
	border: 1px solid #E4E4E4;
	border-radius: 50%;
	background-color: #FFF;
	color: #E4E4E4;
	position: relative;
	text-align: center;
	display: inline-block;
	box-shadow: 0 3px 3px -3px #333;
	padding: 0;
	margin: 2px;
}
a.circle { cursor: pointer; }
.circle:active,
.circle:hover { background-color: #E4E4E4; border-color: #999; color: #999; }
.circle > * { font-size: 18px; line-height: 36px; padding: 0; margin: 0; }

.circle.circle-xs { width: 24px; height: 24px; }
.circle.circle-xs > * { font-size: 12px; line-height: 24px; }
.circle.circle-sm { width: 32px; height: 32px; }
.circle.circle-sm > * { font-size: 16px; line-height: 32px; }
.circle.circle-md { width: 36px; height: 36px; }
.circle.circle-md > * { font-size: 18px; line-height: 36px; }
.circle.circle-lg { width: 48px; height: 48px; }
.circle.circle-lg > * { font-size: 24px; line-height: 48px; }
.circle.circle-xl { width: 56px; height: 56px; }
.circle.circle-xl > * { font-size: 28px; line-height: 56px; }

@media (max-width:575px) {
	.circle.circle-xs-xs { width: 24px; height: 24px; }
	.circle.circle-xs-xs > * { font-size: 12px; line-height: 24px; }
	.circle.circle-xs-sm { width: 32px; height: 32px; }
	.circle.circle-xs-sm > * { font-size: 16px; line-height: 32px; }
	.circle.circle-xs-md { width: 36px; height: 36px; }
	.circle.circle-xs-md > * { font-size: 18px; line-height: 36px; }
	.circle.circle-xs-lg { width: 48px; height: 48px; }
	.circle.circle-xs-lg > * { font-size: 24px; line-height: 48px; }
	.circle.circle-xs-xl { width: 56px; height: 56px; }
	.circle.circle-xs-xl > * { font-size: 28px; line-height: 56px; }
}
@media (max-width:767px) {
	.circle.circle-sm-xs { width: 24px; height: 24px; }
	.circle.circle-sm-xs > * { font-size: 12px; line-height: 24px; }
	.circle.circle-sm-sm { width: 32px; height: 32px; }
	.circle.circle-sm-sm > * { font-size: 16px; line-height: 32px; }
	.circle.circle-sm-md { width: 36px; height: 36px; }
	.circle.circle-sm-md > * { font-size: 18px; line-height: 36px; }
	.circle.circle-sm-lg { width: 48px; height: 48px; }
	.circle.circle-sm-lg > * { font-size: 24px; line-height: 48px; }
	.circle.circle-sm-xl { width: 56px; height: 56px; }
	.circle.circle-sm-xl > * { font-size: 28px; line-height: 56px; }
}
@media (max-width:991px) {
	.circle.circle-md-xs { width: 24px; height: 24px; }
	.circle.circle-md-xs > * { font-size: 12px; line-height: 24px; }
	.circle.circle-md-sm { width: 32px; height: 32px; }
	.circle.circle-md-sm > * { font-size: 16px; line-height: 32px; }
	.circle.circle-md-md { width: 36px; height: 36px; }
	.circle.circle-md-md > * { font-size: 18px; line-height: 36px; }
	.circle.circle-md-lg { width: 48px; height: 48px; }
	.circle.circle-md-lg > * { font-size: 24px; line-height: 48px; }
	.circle.circle-md-xl { width: 56px; height: 56px; }
	.circle.circle-md-xl > * { font-size: 28px; line-height: 56px; }
}
@media (max-width:1199px) {
	.circle.circle-lg-xs { width: 24px; height: 24px; }
	.circle.circle-lg-xs > * { font-size: 12px; line-height: 24px; }
	.circle.circle-lg-sm { width: 32px; height: 32px; }
	.circle.circle-lg-sm > * { font-size: 16px; line-height: 32px; }
	.circle.circle-lg-md { width: 36px; height: 36px; }
	.circle.circle-lg-md > * { font-size: 18px; line-height: 36px; }
	.circle.circle-lg-lg { width: 48px; height: 48px; }
	.circle.circle-lg-lg > * { font-size: 24px; line-height: 48px; }
	.circle.circle-lg-xl { width: 56px; height: 56px; }
	.circle.circle-lg-xl > * { font-size: 28px; line-height: 56px; }
}
@media (min-width:1200px) {
	.circle.circle-xl-xs { width: 24px; height: 24px; }
	.circle.circle-xl-xs > * { font-size: 12px; line-height: 24px; }
	.circle.circle-xl-sm { width: 32px; height: 32px; }
	.circle.circle-xl-sm > * { font-size: 16px; line-height: 32px; }
	.circle.circle-xl-md { width: 36px; height: 36px; }
	.circle.circle-xl-md > * { font-size: 18px; line-height: 36px; }
	.circle.circle-xl-lg { width: 48px; height: 48px; }
	.circle.circle-xl-lg > * { font-size: 24px; line-height: 48px; }
	.circle.circle-xl-xl { width: 56px; height: 56px; }
	.circle.circle-xl-xl > * { font-size: 28px; line-height: 56px; }
}

.circle.circle-default { background-color: #FFF; color: #E4E4E4; border-color: #E4E4E4; }
.circle.circle-default:hover,
.circle.circle-default:active,
.circle.circle-default.hover { background-color: #E4E4E4; border-color: #999; color: #999; }
.circle.circle-light { background-color: #FFF; color: #E4E4E4; border-color: #E4E4E4; }
.circle.circle-light:hover,
.circle.circle-light:active,
.circle.circle-light.hover { background-color: #E4E4E4; border-color: #999; color: #999; }
.circle.circle-dark { background-color: #666; color: #FFF; border-color: #333; }
.circle.circle-dark:hover,
.circle.circle-dark:active,
.circle.circle-dark.hover { background-color: #444; border-color: #111; color: #FFF; }
.circle.circle-oak { background-color: #4d4338; color: #FFF; border-color: #3b332b; }
.circle.circle-oak:hover,
.circle.circle-oak:active,
.circle.circle-oak.hover { background-color: #3b332b; }
.circle.circle-hazel { background-color: #e0d6bd; color: #4d4338; border-color: #cebe97; }
.circle.circle-hazel:hover,
.circle.circle-hazel:active,
.circle.circle-hazel.hover { background-color: #cebe97; }
.circle.circle-forest { background-color: #3e6b19; color: #FFF; border-color: #305313; }
.circle.circle-forest:hover,
.circle.circle-forest:active,
.circle.circle-forest.hover { background-color: #305313; }
.circle.circle-primary { background-color: #3c8dbc; color: #FFF; border-color: #367fa9; }
.circle.circle-primary:hover,
.circle.circle-primary:active,
.circle.circle-primary.hover { background-color: #367fa9; }
.circle.circle-info { background-color: #00c0ef; color: #FFF; border-color: #00acd6; }
.circle.circle-info:hover,
.circle.circle-info:active,
.circle.circle-info.hover { background-color: #00acd6; color: #FFF; }
.circle.circle-danger { background-color: #dd4b39; color: #FFF; border-color: #d73925; }
.circle.circle-danger:hover,
.circle.circle-danger:active,
.circle.circle-danger.hover { background-color: #d73925; }
.circle.circle-warning { background-color: #f39c12; color: #FFF; border-color: #e08e0b; }
.circle.circle-warning:hover,
.circle.circle-warning:active,
.circle.circle-warning.hover { background-color: #e08e0b; }
.circle.circle-success { background-color: #00a65a; color: #FFF; border-color: #008d4c; }
.circle.circle-success:hover,
.circle.circle-success:active,
.circle.circle-success.hover { background-color: #008d4c; }

.circle.circle-flat { border-color: transparent; box-shadow: none; }
.circle.disabled { opacity: 0.5; }

/**
* BOX
*/
.box { background: #ffffff; border-top: 1px solid #4d4338; display: block; width: 100%; }
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-default { border-top-color: #4d4338; }
.box.box-oak { border-top-color: #4d4338; }
.box.box-hazel { border-top-color: #e0d6bd; }
.box.box-forest { border-top-color: #3e6b19; }
.box.box-primary { border-top-color: #3c8dbc; }
.box.box-info { border-top-color: #00c0ef; }
.box.box-danger { border-top-color: #dd4b39; }
.box.box-warning { border-top-color: #f39c12; }
.box.box-success { border-top-color: #00a65a; }
.box.box-solid { border-top: 0; }
.box.box-solid > .box-header a,
.box.box-solid > .box-header .btn { color: #FFF; }
.box.box-solid.box-default { border: 1px solid #4d4338; }
.box.box-solid.box-default > .box-header { color: #333; background: #FFF; background-color: #FFF; }
.box.box-solid.box-oak { border: 1px solid #4d4338; }
.box.box-solid.box-oak > .box-header { color: #FFFFFF; background: #4d4338; background-color: #4d4338; }
.box.box-solid.box-hazel { border: 1px solid #e0d6bd; }
.box.box-solid.box-hazel > .box-header { color: #FFFFFF; background: #e0d6bd; background-color: #e0d6bd; }
.box.box-solid.box-forest { border: 1px solid #3e6b19; }
.box.box-solid.box-forest > .box-header { color: #FFFFFF; background: #3e6b19; background-color: #3e6b19; }
.box.box-solid.box-primary { border: 1px solid #3c8dbc; }
.box.box-solid.box-primary > .box-header { color: #ffffff; background: #3c8dbc; background-color: #3c8dbc; }
.box.box-solid.box-info { border: 1px solid #00c0ef; }
.box.box-solid.box-info > .box-header { color: #ffffff; background: #00c0ef; background-color: #00c0ef; }
.box.box-solid.box-danger { border: 1px solid #dd4b39; }
.box.box-solid.box-danger > .box-header { color: #ffffff; background: #dd4b39; background-color: #dd4b39; }
.box.box-solid.box-warning { border: 1px solid #f39c12; }
.box.box-solid.box-warning > .box-header { color: #ffffff; background: #f39c12; background-color: #f39c12; }
.box.box-solid.box-success { border: 1px solid #00a65a; }
.box.box-solid.box-success > .box-header { color: #ffffff; background: #00a65a; background-color: #00a65a; }
.box.box-solid[class*='bg'] > .box-header { color: #fff; }

.box.box-solid.box-default .box-header .btn.btn-default { background: #4d4338; color: #FFF; border-color: #9d1b1f; }
.box.box-solid.box-default .box-header .btn.btn-default:hover,
.box.box-solid.box-default .box-header .btn.btn-default:active,
.box.box-solid.box-default .box-header .btn.btn-default.hover { background: #9d1b1f; }

.box.box-solid.box-default .box-header .btn.btn-oak { background: #4d4338; color: #FFF; border-color: #3b332b; }
.box.box-solid.box-default .box-header .btn.btn-oak:hover,
.box.box-solid.box-default .box-header .btn.btn-oak:active,
.box.box-solid.box-default .box-header .btn.btn-oak.hover { background: #3b332b; }

.box.box-solid.box-default .box-header .btn.btn-hazel { background: #e0d6bd; color: #FFF; border-color: #cebe97; }
.box.box-solid.box-default .box-header .btn.btn-hazel:hover,
.box.box-solid.box-default .box-header .btn.btn-hazel:active,
.box.box-solid.box-default .box-header .btn.btn-hazel.hover { background: #cebe97; }

.box.box-solid.box-default .box-header .btn.btn-forest { background: #3e6b19; color: #FFF; border-color: #305313; }
.box.box-solid.box-default .box-header .btn.btn-forest:hover,
.box.box-solid.box-default .box-header .btn.btn-forest:active,
.box.box-solid.box-default .box-header .btn.btn-forest.hover { background: #305313; }

.box.box-solid.box-default .box-header .btn.btn-primary { background: #3c8dbc; color: #FFF; border-color: #367fa9; }
.box.box-solid.box-default .box-header .btn.btn-primary:hover,
.box.box-solid.box-default .box-header .btn.btn-primary:active,
.box.box-solid.box-default .box-header .btn.btn-primary.hover { background: #367fa9; }

.box.box-solid.box-default .box-header .btn.btn-info { background: #00c0ef; color: #FFF; border-color: #00acd6; }
.box.box-solid.box-default .box-header .btn.btn-info:hover,
.box.box-solid.box-default .box-header .btn.btn-info:active,
.box.box-solid.box-default .box-header .btn.btn-info.hover { background: #00acd6; }

.box.box-solid.box-default .box-header .btn.btn-danger { background: #dd4b39; color: #FFF; border-color: #d73925; }
.box.box-solid.box-default .box-header .btn.btn-danger:hover,
.box.box-solid.box-default .box-header .btn.btn-danger:active,
.box.box-solid.box-default .box-header .btn.btn-danger.hover { background: #d73925; }

.box.box-solid.box-default .box-header .btn.btn-warning { background: #f39c12; color: #FFF; border-color: #e08e0b; }
.box.box-solid.box-default .box-header .btn.btn-warning:hover,
.box.box-solid.box-default .box-header .btn.btn-warning:active,
.box.box-solid.box-default .box-header .btn.btn-warning.hover { background: #e08e0b; }

.box.box-solid.box-default .box-header .btn.btn-success { background: #00a65a; color: #FFF; border-color: #008d4c; }
.box.box-solid.box-default .box-header .btn.btn-success:hover,
.box.box-solid.box-default .box-header .btn.btn-success:active,
.box.box-solid.box-default .box-header .btn.btn-success.hover { background: #008d4c; }

.box-header { color: #444; }
.box-header.with-border { border-bottom: 1px solid #f4f4f4; }
.box-flat { border: none; }

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}

.box-header { position: relative; }
.box-header .box-title { display: inline-block; margin: 0; line-height: 1; }
.box-header > .box-tools { position: absolute; right: 10px; top: 5px; }

.box-tools[class*="abs-"] { position: static; }

@media (max-width: 767px) {
  .box-tools.abs-xs { position: absolute; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .box-tools.abs-sm { position: absolute; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .box-tools.abs-md { position: absolute; }
}
@media (min-width: 1200px) {
  .box-tools.abs-lg { position: absolute; }
}

/**
* TREE
*/
.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    background:#fff;
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}

/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #4d4338 !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #3c8dbc;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
/*
 * Component: Info Box
 * -------------------
 */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}
.info-box .progress,
.info-box .progress .progress-bar {
  border-radius: 0;
}
.info-box .progress .progress-bar {
  background: #fff;
}
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}
.info-box-icon > img {
  max-width: 100%;
}
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.progress-description,
.info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.info-box-text {
  text-transform: uppercase;
}
.info-box-more {
  display: block;
}
.progress-description {
  margin: 0;
}
/*
 * Component: Timeline
 * -------------------
 */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #4d4338;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}
.timeline > .time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}
.timeline-inverse > li > .timeline-item {
  background: #f0f0f0;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #ddd;
}
/*
 * Component: Button
 * -----------------
 */
.btn { border-radius: 3px; -webkit-box-shadow: none;  box-shadow: none; border: 1px solid transparent; }
.btn.uppercase { text-transform: uppercase; }
.btn.btn-flat {  border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border-width: 1px; }
.btn:active { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn:focus { outline: none; }
.btn.btn-file { position: relative; overflow: hidden; }
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn-default { background-color: #f4f4f4; color: #444; border-color: #ddd; }
.btn-default:hover, .btn-default:active, .btn-default.hover { background-color: #e7e7e7; }
.btn-primary { background-color: #3c8dbc; border-color: #367fa9; }
.btn-primary:hover, .btn-primary:active, .btn-primary.hover { background-color: #367fa9; }
.btn-success { background-color: #00a65a; border-color: #008d4c; }
.btn-success:hover, .btn-success:active, .btn-success.hover { background-color: #008d4c; }
.btn-info { background-color: #00c0ef; border-color: #00acd6; }
.btn-info:hover, .btn-info:active, .btn-info.hover { background-color: #00acd6; }
.btn-danger { background-color: #dd4b39; border-color: #d73925; }
.btn-danger:hover, .btn-danger:active, .btn-danger.hover { background-color: #d73925; }
.btn-warning { background-color: #f39c12; border-color: #e08e0b; }
.btn-warning:hover, .btn-warning:active, .btn-warning.hover { background-color: #e08e0b; }
.btn-oak { background-color: #4d4338; border-color: #383129; color: #FFF; }
.btn-oak:hover, .btn-oak:active, .btn-oak.hover { background-color: #383129; color:#FFF; }
.btn-hazel { background-color: #e0d6bd; border-color: #d6c9a8; }
.btn-hazel:hover, .btn-hazel:active, .btn-hazel.hover { background-color: #d6c9a8; }
.btn-forest { background-color: #3e6b19; border-color: #325714; color: #FFF; }
.btn-forest:hover, .btn-forest:active, .btn-forest.hover { background-color: #325714; color: #FFF; }
.btn-mint { background-color: #bce0c4; border-color: #A3C7AB; }
.btn-mint:hover, .btn-mint:active, .btn-mint.hover { background-color: #A3C7AB; }
.btn-outline { border: 1px solid #fff; background: transparent; color: #fff; }
.btn-outline:hover, .btn-outline:focus, .btn-outline:active { color: rgba(255, 255, 255, 0.7); border-color: rgba(255, 255, 255, 0.7); }
.btn-link { -webkit-box-shadow: none; box-shadow: none; }
.btn[class*='bg-']:hover { -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); }
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.btn-app > .fa,
.btn-app > .glyphicon,
.btn-app > .ion { font-size: 20px; display: block; }
.btn-app:hover { background: #f4f4f4; color: #444; border-color: #aaa; }
.btn-app:active, .btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.btn.btn-circle { border-radius: 50%; }


/*
 * Component: Callout
 * ------------------
 */
.callout { padding: 1px; background-color: #fff; border-radius: 3px; border-left: none; border-bottom: 1px solid #eee; overflow: auto; }
.callout a { color: #fff; text-decoration: none; }
.callout a:hover { color: #eee; }
.callout.callout-oak { border-color: #4d4338; }
.callout.callout-hazel { border-color: #e0d6bd; }
.callout.callout-forest { border-color: #3e6b19; }
.callout.callout-default { border-color: #4d4338; }
.callout.callout-danger { border-color: #c23321; }
.callout.callout-warning { border-color: #c87f0a; }
.callout.callout-info { border-color: #0097bc; }
.callout.callout-success { border-color: #00733e; }
/*
 * Component: alert
 * ----------------
 */
.alert { cursor: pointer; }
.alert h4 {
  font-weight: 600;
}
.alert .icon {
  margin-right: 10px;
}
.alert .close {
  color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.alert a {
  color: #fff;
  text-decoration: underline;
}
.alert-success {
  border-color: #008d4c;
}
.alert-danger,
.alert-error {
  border-color: #d73925;
}
.alert-warning {
  border-color: #e08e0b;
}
.alert-info {
  border-color: #00acd6;
}
/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #444;
  background: #f7f7f7;
}
/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #3c8dbc;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom { background: #fff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
.nav-tabs-custom .tab-content { background: #fff; border-left: 1px solid transparent; border-right: 1px solid transparent; }
.nav-tabs-custom.tab-dark { background: #111; color: #FFF; }
.nav-tabs-custom > .nav-tabs { border-bottom-color: #f4f4f4; }
.nav-tabs-custom > .nav-tabs > li { border: none; }
.nav-tabs-custom > .nav-tabs > li a { border: 1px solid transparent; border-bottom: none; }
.nav-tabs-custom > .nav-tabs > li a:hover { background: none; }
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a { background-color: #fff; color: #444; }
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
	border-bottom: none;
}
.nav-tabs-custom .tab-content,
.nav-tabs-custom > .nav-tabs,
.nav-tabs-custom > .nav-tabs > li.active { border-color: #3c8dbc; }
.nav-tabs-custom.tab-default .tab-content,
.nav-tabs-custom.tab-default > .nav-tabs,
.nav-tabs-custom.tab-default > .nav-tabs,
.nav-tabs-custom.tab-default > .nav-tabs > li.active a { border-color: #4d4338; }
.nav-tabs-custom.tab-oak .tab-content,
.nav-tabs-custom.tab-oak > .nav-tabs,
.nav-tabs-custom.tab-oak > .nav-tabs,
.nav-tabs-custom.tab-oak > .nav-tabs > li.active a { border-color: #4d4338; }
.nav-tabs-custom.tab-hazel .tab-content,
.nav-tabs-custom.tab-hazel > .nav-tabs,
.nav-tabs-custom.tab-hazel > .nav-tabs,
.nav-tabs-custom.tab-hazel > .nav-tabs > li.active a { border-color: #e0d6bd; }
.nav-tabs-custom.tab-forest .tab-content,
.nav-tabs-custom.tab-forest > .nav-tabs,
.nav-tabs-custom.tab-forest > .nav-tabs,
.nav-tabs-custom.tab-forest > .nav-tabs > li.active a { border-color: #3e6b19; }
.nav-tabs-custom.tab-primary .tab-content,
.nav-tabs-custom.tab-primary > .nav-tabs,
.nav-tabs-custom.tab-primary > .nav-tabs,
.nav-tabs-custom.tab-primary > .nav-tabs > li.active a { border-color: #3c8dbc; }
.nav-tabs-custom.tab-info .tab-content,
.nav-tabs-custom.tab-info > .nav-tabs,
.nav-tabs-custom.tab-info > .nav-tabs,
.nav-tabs-custom.tab-info > .nav-tabs > li.active a { border-color: #00c0ef; }
.nav-tabs-custom.tab-danger .tab-content,
.nav-tabs-custom.tab-danger > .nav-tabs,
.nav-tabs-custom.tab-danger > .nav-tabs,
.nav-tabs-custom.tab-danger > .nav-tabs > li.active a { border-color: #dd4b39; }
.nav-tabs-custom.tab-warning .tab-content,
.nav-tabs-custom.tab-warning > .nav-tabs,
.nav-tabs-custom.tab-warning > .nav-tabs,
.nav-tabs-custom.tab-warning > .nav-tabs > li.active a { border-color: #f39c12; }
.nav-tabs-custom.tab-success .tab-content,
.nav-tabs-custom.tab-success,
.nav-tabs-custom.tab-success > .nav-tabs,
.nav-tabs-custom.tab-success > .nav-tabs > li.active a { border-color: #00a65a; }
.nav-tabs-custom.tab-dark .tab-content,
.nav-tabs-custom.tab-dark,
.nav-tabs-custom.tab-dark > .nav-tabs,
.nav-tabs-custom.tab-dark > .nav-tabs > li.active a { border-color: #111; }
.nav-tabs-custom.tab-light .tab-content,
.nav-tabs-custom.tab-light,
.nav-tabs-custom.tab-light > .nav-tabs,
.nav-tabs-custom.tab-light > .nav-tabs > li.active a { border-color: #F4F4F4; }

.nav-tabs-custom.tab-solid > .nav-tabs > li.active { border-color: #FFF; }
.nav-tabs-custom.tab-solid > .nav-tabs > li.active a { color: #FFF; }
.nav-tabs-custom.tab-solid.tab-default > .nav-tabs > li.active a { background: #4d4338; }
.nav-tabs-custom.tab-solid.tab-oak > .nav-tabs > li.active a { background: #4d4338; }
.nav-tabs-custom.tab-solid.tab-hazel > .nav-tabs > li.active a { background: #e0d6bd; }
.nav-tabs-custom.tab-solid.tab-forest > .nav-tabs > li.active a { background: #3e6b19; }
.nav-tabs-custom.tab-solid.tab-primary > .nav-tabs > li.active a { background: #3c8dbc; }
.nav-tabs-custom.tab-solid.tab-info > .nav-tabs > li.active a { background: #00c0ef; }
.nav-tabs-custom.tab-solid.tab-danger > .nav-tabs > li.active a { background: #dd4b39; }
.nav-tabs-custom.tab-solid.tab-warning > .nav-tabs > li.active a { background: #f39c12; }
.nav-tabs-custom.tab-solid.tab-success > .nav-tabs > li.active a { background: #00a65a; }
.nav-tabs-custom.tab-solid.tab-dark > .nav-tabs > li.active a { background: #111; }
.nav-tabs-custom.tab-solid.tab-light > .nav-tabs > li.active a { background: #F4F4F4; }

.nav-tabs-custom .tab-content { min-height: 200px; border-bottom: 1px solid #F4F4F4; }


/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}
.pagination.pagination-flat > li > a {
  border-radius: 0 !important;
}
/*
 * Component: Products List
 * ------------------------
 */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}
.products-list > .item:after {
  clear: both;
}
.products-list .product-img {
  float: left;
}
.products-list .product-img img {
  width: 50px;
  height: 50px;
}
.products-list .product-info {
  margin-left: 60px;
}
.products-list .product-title {
  font-weight: 600;
}
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}
/*
 * Component: Table
 * ----------------
 */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
/*
 * Component: Label
 * ----------------
 */
.label-default {
  background-color: #4d4338;
  color: #444;
}
/*
 * Component: Direct Chat
 * ----------------------
 */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}
.direct-chat-msg,
.direct-chat-text {
  display: block;
}
.direct-chat-msg {
  margin-bottom: 10px;
}
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}
.direct-chat-msg:after {
  clear: both;
}
.direct-chat-messages,
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #4d4338;
  border: 1px solid #4d4338;
  margin: 5px 0 0 50px;
  color: #444444;
}
.direct-chat-text:after,
.direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #4d4338;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}
.right .direct-chat-text:after,
.right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #4d4338;
}
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}
.right .direct-chat-img {
  float: right;
}
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}
.direct-chat-name {
  font-weight: 600;
}
.direct-chat-timestamp {
  color: #999;
}
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}
.contacts-list > li:after {
  clear: both;
}
.contacts-list > li:last-of-type {
  border-bottom: none;
}
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}
.contacts-list-name,
.contacts-list-status {
  display: block;
}
.contacts-list-name {
  font-weight: 600;
}
.contacts-list-status {
  font-size: 12px;
}
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}
.contacts-list-msg {
  color: #999;
}
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}
.direct-chat-danger .right > .direct-chat-text:after,
.direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #ffffff;
}
.direct-chat-primary .right > .direct-chat-text:after,
.direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #ffffff;
}
.direct-chat-warning .right > .direct-chat-text:after,
.direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #ffffff;
}
.direct-chat-info .right > .direct-chat-text:after,
.direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #ffffff;
}
.direct-chat-success .right > .direct-chat-text:after,
.direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}
/*
 * Component: Users List
 * ---------------------
 */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}
.users-list > li img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}
.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
  color: #999;
}
.users-list-name,
.users-list-date {
  display: block;
}
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.users-list-date {
  color: #999;
  font-size: 12px;
}
/*
 * Component: Carousel
 * -------------------
 */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/**
* MODAL
*/
.modal { background: rgba(0, 0, 0, 0.3); }
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
	position: relative;
	z-index: 2;
	transform: rotateY(0deg);
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}
.modal-header { border-bottom-color: #f4f4f4; }
.modal-footer { border-top-color: #f4f4f4; }
.modal-primary .modal-header,
.modal-primary .modal-footer { border-color: #307095; }
.modal-warning .modal-header,
.modal-warning .modal-footer { border-color: #c87f0a; }
.modal-info .modal-header,
.modal-info .modal-footer { border-color: #0097bc; }
.modal-success .modal-header,
.modal-success .modal-footer { border-color: #00733e; }
.modal-danger .modal-header,
.modal-danger .modal-footer { border-color: #c23321; }
.modal .modal-dialog { margin: 2% auto; transition: 0.6s; transform-style: preserve-3d; position: relative; }
.modal .modal-dialog-100 { width: 100%; }
.modal .modal-dialog-90 { width: 90%; }
.modal .modal-dialog-80 { width: 80%; }
.modal .modal-dialog-70 { width: 70%; }
.modal .modal-dialog-60 { width: 60%; }
.modal .modal-dialog-50 { width: 50%; }
.modal .modal-dialog-40 { width: 40%; }
.modal .modal-dialog-30 { width: 30%; }
.modal .modal-dialog-20 { width: 20%; }
.modal .modal-dialog-10 { width: 10%; }
@media (max-width: 768px) {
	.modal .modal-dialog { max-width: 80% !important; }
}
.modal.fade .modal-dialog {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
			-moz-transition: all 400ms ease-in-out;
				-ms-transition: all 400ms ease-in-out;
				-o-transition: all 400ms ease-in-out;
				transition: all 400ms ease-in-out;
}
.modal.fade.in .modal-dialog { opacity: 1; transform: scale(1); }
.modal.flip .modal-dialog { transform: rotateY(180deg); }
.modal .modal-content,
.modal .modal-content.modal-back {
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.95);
}
.modal .modal-content.modal-back { transform: rotateY(180deg);  }
.modal.flip .modal-content.modal-back {
	display: block;
	z-index: 10001;
	color: #111;
	background: #FFF;
}
.modal .modal-header [data-dismiss="modal"].modal-close {
	width: 100px;
	height: 100px;
	display: block;
	position: absolute;
	right: -90px;
	top: 0;
	z-index: 999;
	background: none;
	border: none;
	outline: none;
}
.modal .modal-header [data-dismiss="modal"].modal-close span {
	display: block;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.75);
}
.modal .modal-header [data-dismiss="modal"].modal-close span:first-child { transform: translateY(1px) rotateZ(45deg); }
.modal .modal-header [data-dismiss="modal"].modal-close span:last-child { transform: translateY(-1px) rotateZ(135deg); }
.modal .modal-header [data-dismiss="modal"].modal-close:active,
.modal .modal-header [data-dismiss="modal"].modal-close:focus,
.modal .modal-header [data-dismiss="modal"].modal-close:hover { border: none; outline: none; }
.modal .modal-header [data-dismiss="modal"].modal-close:hover span { background-color: #FFF; }
@media (max-width: 575px) {
	.modal .modal-header [data-dismiss="modal"].modal-close {
		background-color: #333;
		width: 40px;
		height: 40px;
		right: -20px;
	}
}
.modal .modal-footer .btn {
	display: inline-block;
	padding: 5px;
	min-width: 24px;
	min-height: 24px;
	line-height: 24px;
	text-align: center;
	color: #FFF;
	outline: none;
}
.modal .modal-body input:hover, .modal .modal-body input:focus, .modal .modal-body input:active,
.modal .modal-body select:hover, .modal .modal-body select:focus, .modal .modal-body select:active,
.modal .modal-body textarea:hover, .modal .modal-body textarea:focus, .modal .modal-body textarea:active {
	border: 1px solid #333;
	outline: none;
	box-shadow: none;
}

.modal.modal-white { background-color: rgba(255,255,255,0.95); outline: none; position: fixed; z-index: 10011 !important; perspective: 1000px; }
.modal.modal-white .modal-content { box-shadow: none; border: none; background: none; }


/*
 * Component: Social Widgets
 * -------------------------
 */
.box-widget {
  border: none;
  position: relative;
}
.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.widget-user .widget-user-desc {
  margin-top: 0;
}
.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
}
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #fff;
}
.widget-user .box-footer {
  padding-top: 30px;
}
.widget-user-2 .widget-user-header {
  padding: 20px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 300;
}
.widget-user-2 .widget-user-desc {
  margin-top: 0;
}
.widget-user-2 .widget-user-username,
.widget-user-2 .widget-user-desc {
  margin-left: 75px;
}
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}
/*
 * Page: Mailbox
 * -------------
 */
.mailbox-messages > .table {
  margin: 0;
}
.mailbox-controls {
  padding: 5px;
}
.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}
.mailbox-read-message {
  padding: 10px;
}
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}
.mailbox-attachment-icon.has-img {
  padding: 0;
}
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}
/*
 * Page: Lock Screen
 * -----------------
 */
/* ADD THIS CLASS TO THE <BODY> TAG */
.lockscreen {
  background: #4d4338;
}
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.lockscreen-logo a {
  color: #444;
}
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}
/* User name [optional] */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}
/* Will contain the image and the sign in form */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}
/* User image */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
/* Contains the password input and the login button */
.lockscreen-credentials {
  margin-left: 70px;
}
.lockscreen-credentials .form-control {
  border: 0;
}
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}
.lockscreen-footer {
  margin-top: 10px;
}
/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a,
.register-logo a {
  color: #444;
}
.login-page,
.register-page {
  background: #4d4338;
}
.login-box,
.register-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}
.social-auth-links {
  margin: 10px 0;
}
/*
 * Page: 400 and 500 error pages
 * ------------------------------
 */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media (max-width: 991px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media (max-width: 991px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}
@media (max-width: 991px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
/*
 * Page: Invoice
 * -------------
 */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}
.invoice-title {
  margin-top: 0;
}
/*
 * Page: Profile
 * -------------
 */
.profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #4d4338;
}
.profile-username {
  font-size: 21px;
  margin-top: 5px;
}
.post {
  border-bottom: 1px solid #4d4338;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #666;
}
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.post .user-block {
  margin-bottom: 15px;
}
/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2015 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */
.btn-social {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social.btn-lg {
  padding-left: 61px;
}
.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social.btn-sm {
  padding-left: 38px;
}
.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social.btn-xs {
  padding-left: 30px;
}
.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}
.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social-icon.btn-lg {
  padding-left: 61px;
}
.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}
.btn-social-icon.btn-sm {
  padding-left: 38px;
}
.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}
.btn-social-icon.btn-xs {
  padding-left: 30px;
}
.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100%;
}
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}
.btn-adn {
  color: #ffffff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:hover,
.btn-adn:focus,
.btn-adn.focus,
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  color: #ffffff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-adn:active,
.btn-adn.active,
.open > .dropdown-toggle.btn-adn {
  background-image: none;
}
.btn-adn .badge {
  color: #d87a68;
  background-color: #ffffff;
}
.btn-bitbucket {
  color: #ffffff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:hover,
.btn-bitbucket:focus,
.btn-bitbucket.focus,
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  color: #ffffff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-bitbucket:active,
.btn-bitbucket.active,
.open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}
.btn-bitbucket .badge {
  color: #205081;
  background-color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:hover,
.btn-dropbox:focus,
.btn-dropbox.focus,
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  color: #ffffff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-dropbox:active,
.btn-dropbox.active,
.open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:hover,
.btn-flickr:focus,
.btn-flickr.focus,
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  color: #ffffff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-flickr:active,
.btn-flickr.active,
.open > .dropdown-toggle.btn-flickr {
  background-image: none;
}
.btn-flickr .badge {
  color: #ff0084;
  background-color: #ffffff;
}
.btn-foursquare {
  color: #ffffff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:hover,
.btn-foursquare:focus,
.btn-foursquare.focus,
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  color: #ffffff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-foursquare:active,
.btn-foursquare.active,
.open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}
.btn-foursquare .badge {
  color: #f94877;
  background-color: #ffffff;
}
.btn-github {
  color: #ffffff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:hover,
.btn-github:focus,
.btn-github.focus,
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-github:active,
.btn-github.active,
.open > .dropdown-toggle.btn-github {
  background-image: none;
}
.btn-github .badge {
  color: #444444;
  background-color: #ffffff;
}
.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:hover,
.btn-google:focus,
.btn-google.focus,
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  color: #ffffff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-google:active,
.btn-google.active,
.open > .dropdown-toggle.btn-google {
  background-image: none;
}
.btn-google .badge {
  color: #dd4b39;
  background-color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram.focus,
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  color: #ffffff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-instagram:active,
.btn-instagram.active,
.open > .dropdown-toggle.btn-instagram {
  background-image: none;
}
.btn-instagram .badge {
  color: #3f729b;
  background-color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin.focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  color: #ffffff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-linkedin:active,
.btn-linkedin.active,
.open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #ffffff;
}
.btn-microsoft {
  color: #ffffff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft.focus,
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  color: #ffffff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-microsoft:active,
.btn-microsoft.active,
.open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}
.btn-microsoft .badge {
  color: #2672ec;
  background-color: #ffffff;
}
.btn-openid {
  color: #ffffff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:hover,
.btn-openid:focus,
.btn-openid.focus,
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  color: #ffffff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-openid:active,
.btn-openid.active,
.open > .dropdown-toggle.btn-openid {
  background-image: none;
}
.btn-openid .badge {
  color: #f7931e;
  background-color: #ffffff;
}
.btn-pinterest {
  color: #ffffff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest.focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  color: #ffffff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-pinterest:active,
.btn-pinterest.active,
.open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}
.btn-pinterest .badge {
  color: #cb2027;
  background-color: #ffffff;
}
.btn-reddit {
  color: #000000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:hover,
.btn-reddit:focus,
.btn-reddit.focus,
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  color: #000000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-reddit:active,
.btn-reddit.active,
.open > .dropdown-toggle.btn-reddit {
  background-image: none;
}
.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000000;
}
.btn-soundcloud {
  color: #ffffff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:hover,
.btn-soundcloud:focus,
.btn-soundcloud.focus,
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  color: #ffffff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-soundcloud:active,
.btn-soundcloud.active,
.open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}
.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:hover,
.btn-tumblr:focus,
.btn-tumblr.focus,
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  color: #ffffff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-tumblr:active,
.btn-tumblr.active,
.open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter.focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-vimeo {
  color: #ffffff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:hover,
.btn-vimeo:focus,
.btn-vimeo.focus,
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  color: #ffffff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vimeo:active,
.btn-vimeo.active,
.open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}
.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #ffffff;
}
.btn-vk {
  color: #ffffff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:hover,
.btn-vk:focus,
.btn-vk.focus,
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  color: #ffffff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-vk:active,
.btn-vk.active,
.open > .dropdown-toggle.btn-vk {
  background-image: none;
}
.btn-vk .badge {
  color: #587ea3;
  background-color: #ffffff;
}
.btn-yahoo {
  color: #ffffff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:hover,
.btn-yahoo:focus,
.btn-yahoo.focus,
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  color: #ffffff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-yahoo:active,
.btn-yahoo.active,
.open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}
.btn-yahoo .badge {
  color: #720e9e;
  background-color: #ffffff;
}
/*
 * Plugin: Full Calendar
 * ---------------------
 */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.fc-button:hover,
.fc-button:active,
.fc-button.hover {
  background-color: #e9e9e9;
}
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.fc-header-right {
  padding-right: 10px;
}
.fc-header-left {
  padding-left: 10px;
}
.fc-widget-header {
  background: #fafafa;
}
.fc-grid {
  width: 100%;
  border: 0;
}
.fc-widget-header:first-of-type,
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.fc-widget-header:last-of-type,
.fc-widget-content:last-of-type {
  border-right: 0;
}
.fc-toolbar {
  padding: 10px;
  margin: 0;
}
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}
/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
  outline: none;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #4d4338;
  border-radius: 0;
  padding: 6px 12px;
  height: 34px;
}
.select2-container--default.select2-container--open {
  border-color: #3c8dbc;
}
.select2-dropdown {
  border: 1px solid #4d4338;
  border-radius: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3c8dbc;
  color: white;
}
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  padding-right: 0;
  height: auto;
  margin-top: -4px;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}
.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
  border: 1px solid #4d4338;
}
.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
  outline: none;
  border: 1px solid #3c8dbc;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #444;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #4d4338;
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple:focus {
  border-color: #3c8dbc;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #4d4338;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #3c8dbc;
  border-color: #367fa9;
  padding: 1px 10px;
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 10px;
}
/*
 * General: Miscellaneous
 * ----------------------
 */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
.margin-bottom {
  margin-bottom: 20px;
}
.margin-bottom-none {
  margin-bottom: 0;
}
.margin-r-5 {
  margin-right: 5px;
}
.inline {
  display: inline;
}
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}
.description-block.margin-bottom {
  margin-bottom: 25px;
}
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}
.description-block > .description-text {
  text-transform: uppercase;
}
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active,
.callout.callout-danger,
.callout.callout-warning,
.callout.callout-info,
.callout.callout-success,
.alert-success,
.alert-danger,
.alert-error,
.alert-warning,
.alert-info,
.label-danger,
.label-info,
.label-warning,
.label-primary,
.label-success,
.modal-primary .modal-body,
.modal-primary .modal-header,
.modal-primary .modal-footer,
.modal-warning .modal-body,
.modal-warning .modal-header,
.modal-warning .modal-footer,
.modal-info .modal-body,
.modal-info .modal-header,
.modal-info .modal-footer,
.modal-success .modal-body,
.modal-success .modal-header,
.modal-success .modal-footer,
.modal-danger .modal-body,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  color: #fff !important;
}
.bg-gray {
  color: #000;
  background-color: #4d4338 !important;
}
.bg-gray-light {
  background-color: #f7f7f7;
}
.bg-black {
  background-color: #111111 !important;
}
.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
  background-color: #dd4b39 !important;
}
.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body {
  background-color: #f39c12 !important;
}
.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-light-blue,
.label-primary,
.modal-primary .modal-body {
  background-color: #3c8dbc !important;
}
.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
  background-color: #00a65a !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #605ca8 !important;
}
.bg-maroon {
  background-color: #d81b60 !important;
}
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}
.bg-black-active {
  background-color: #000000 !important;
}
.bg-red-active,
.modal-danger .modal-header,
.modal-danger .modal-footer {
  background-color: #d33724 !important;
}
.bg-yellow-active,
.modal-warning .modal-header,
.modal-warning .modal-footer {
  background-color: #db8b0b !important;
}
.bg-aqua-active,
.modal-info .modal-header,
.modal-info .modal-footer {
  background-color: #00a7d0 !important;
}
.bg-blue-active {
  background-color: #005384 !important;
}
.bg-light-blue-active,
.modal-primary .modal-header,
.modal-primary .modal-footer {
  background-color: #357ca5 !important;
}
.btn.bg-light-blue-disabled,
.btn.bg-light-blue-disabled:hover,
.btn.bg-light-blue-disabled:active {
	background-color: #3c8dbc !important;
	opacity: 0.65 !important;
	color: #FFF !important;
}
.bg-green-active,
.modal-success .modal-header,
.modal-success .modal-footer {
  background-color: #008d4c !important;
}
.bg-navy-active {
  background-color: #001a35 !important;
}
.bg-teal-active {
  background-color: #30bbbb !important;
}
.bg-olive-active {
  background-color: #368763 !important;
}
.bg-lime-active {
  background-color: #00e765 !important;
}
.bg-orange-active {
  background-color: #ff7701 !important;
}
.bg-fuchsia-active {
  background-color: #db0ead !important;
}
.bg-purple-active {
  background-color: #555299 !important;
}
.bg-maroon-active {
  background-color: #ca195a !important;
}
[class^="bg-"].disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.text-red {
  color: #dd4b39 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #111111 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #4d4338 !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #605ca8 !important;
}
.text-maroon {
  color: #d81b60 !important;
}
.link-muted {
  color: #7a869d;
}
.link-muted:hover,
.link-muted:focus {
  color: #606c84;
}
.link-black {
  color: #666;
}
.link-black:hover,
.link-black:focus {
  color: #999;
}
.hide {
  display: none !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-shadow {
  box-shadow: none!important;
}
.list-unstyled,
.chart-legend,
.contacts-list,
.users-list,
.mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.flat {
  border-radius: 0 !important;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
.text-sm {
  font-size: 12px;
}
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0%, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0%, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0%, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0%, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0%, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0%, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}
.bg-black-gradient {
  background: #111111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111111 0%, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0%, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}
.description-block .description-icon {
  font-size: 16px;
}
.no-pad-top {
  padding-top: 0;
}
.position-static {
  position: static!important;
}
.list-header {
  font-size: 15px;
  padding: 10px 4px;
  font-weight: bold;
  color: #666;
}
.list-seperator {
  height: 1px;
  background: #f4f4f4;
  margin: 15px 0 9px 0;
}
.list-link > a {
  padding: 4px;
  color: #777;
}
.list-link > a:hover {
  color: #222;
}
.font-light {
  font-weight: 300;
}
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}
.user-block:after {
  clear: both;
}
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}
.user-block .username,
.user-block .description,
.user-block .comment {
  display: block;
  margin-left: 50px;
}
.user-block .username {
  font-size: 16px;
  font-weight: 600;
}
.user-block .description {
  color: #999;
  font-size: 13px;
}
.user-block.user-block-sm .username,
.user-block.user-block-sm .description,
.user-block.user-block-sm .comment {
  margin-left: 40px;
}
.user-block.user-block-sm .username {
  font-size: 14px;
}
.img-sm,
.img-md,
.img-lg,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  float: left;
}
.img-sm,
.box-comments .box-comment img,
.user-block.user-block-sm img {
  width: 30px!important;
  height: 30px!important;
}
.img-sm + .img-push {
  margin-left: 40px;
}
.img-md {
  width: 60px;
  height: 60px;
}
.img-md + .img-push {
  margin-left: 70px;
}
.img-lg {
  width: 100px;
  height: 100px;
}
.img-lg + .img-push {
  margin-left: 110px;
}
.img-bordered {
  border: 3px solid #4d4338;
  padding: 3px;
}
.img-bordered-sm {
  border: 2px solid #4d4338;
  padding: 2px;
}
.attachment-block {
  border: 1px solid #f4f4f4;
  padding: 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}
.attachment-block .attachment-pushed {
  margin-left: 110px;
}
.attachment-block .attachment-heading {
  margin: 0;
}
.attachment-block .attachment-text {
  color: #555;
}
.connectedSortable {
  min-height: 100px;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100%!important;
}
/*
 * Misc: print
 * -----------
 */
@media print {
  .no-print,
  .main-sidebar,
  .left-side,
  .main-header,
  .content-header {
    display: none!important;
  }
  .content-wrapper,
  .right-side,
  .main-footer {
    margin-left: 0!important;
    min-height: 0!important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .fixed .content-wrapper,
  .fixed .right-side {
    padding-top: 0!important;
  }
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  .table-responsive {
    overflow: auto;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal!important;
  }
}

/**
* HEIGHT AND WIDTH
*/
.w-25-c { width: 25%!important }
.w-50-c { width: 50%!important }
.w-75-c { width: 75%!important }
.w-100-c { width: 100%!important }
.h-25-c { height: 25%!important }
.h-50-c { height: 50%!important }
.h-75-c { height: 75%!important }
.h-100-c { height: 100%!important }
.mw-100-c { max-width: 100%!important }
.mh-100-c { max-height: 100%!important }

/**
* PADDING
*/
.p-7 { padding: 7em }
.p-7-t { padding-top: 7em; }
.p-7-r { padding-right: 7em; }
.p-7-b { padding-bottom: 7em; }
.p-7-l { padding-left: 7em; }
.p-7-x { padding-left: 7em; padding-right: 7em; }
.p-7-y { padding-top: 7em; padding-bottom: 7em; }
.p-6 { padding: 6em }
.p-6-t { padding-top: 6em; }
.p-6-r { padding-right: 6em; }
.p-6-b { padding-bottom: 6em; }
.p-6-l { padding-left: 6em; }
.p-6-x { padding-left: 6em; padding-right: 6em; }
.p-6-y { padding-top: 6em; padding-bottom: 6em; }
.p-5 { padding: 5em }
.p-5-t { padding-top: 5em; }
.p-5-r { padding-right: 5em; }
.p-5-b { padding-bottom: 5em; }
.p-5-l { padding-left: 5em; }
.p-5-x { padding-left: 5em; padding-right: 5em; }
.p-5-y { padding-top: 5em; padding-bottom: 5em; }
.p-4 { padding: 4em }
.p-4-t { padding-top: 4em; }
.p-4-r { padding-right: 4em; }
.p-4-b { padding-bottom: 4em; }
.p-4-l { padding-left: 4em; }
.p-4-x { padding-left: 4em; padding-right: 4em; }
.p-4-y { padding-top: 4em; padding-bottom: 4em; }
.p-3 { padding: 3em }
.p-3-t { padding-top: 3em; }
.p-3-r { padding-right: 3em; }
.p-3-b { padding-bottom: 3em; }
.p-3-l { padding-left: 3em; }
.p-3-x { padding-left: 3em; padding-right: 3em; }
.p-3-y { padding-top: 3em; padding-bottom: 3em; }
.p-2 { padding: 2em }
.p-2-t { padding-top: 2em; }
.p-2-r { padding-right: 2em; }
.p-2-b { padding-bottom: 2em; }
.p-2-l { padding-left: 2em; }
.p-2-x { padding-left: 2em; padding-right: 2em; }
.p-2-y { padding-top: 2em; padding-bottom: 2em; }
.p-1 { padding: 1em }
.p-1-t { padding-top: 1em; }
.p-1-r { padding-right: 1em; }
.p-1-b { padding-bottom: 1em; }
.p-1-l { padding-left: 1em; }
.p-1-x { padding-left: 1em; padding-right: 1em; }
.p-1-y { padding-top: 1em; padding-bottom: 1em; }
.p-0 { padding: 0!important }
.p-0-t { padding-top: 0!important }
.p-0-r { padding-right: 0!important }
.p-0-b { padding-bottom: 0!important }
.p-0-l { padding-left: 0!important }
.p-0-x { padding-left: 0!important; padding-right: 0!important }
.p-0-y { padding-top: 0!important; padding-bottom: 0!important }
.p-auto { padding: auto!important }
.p-auto-t { padding-top: auto!important }
.p-auto-r { padding-right: auto!important }
.p-auto-b { padding-bottom: auto!important }
.p-auto-l { padding-left: auto!important }
.p-auto-x { padding-left: auto!important; padding-right: auto!important }
.p-auto-y { padding-top: auto!important; padding-bottom: auto!important }

@media (max-width:575px) { /* XS */
	.p-xs-7 { padding: 7em }
	.p-xs-7-t { padding-top: 7em; }
	.p-xs-7-r { padding-right: 7em; }
	.p-xs-7-b { padding-bottom: 7em; }
	.p-xs-7-l { padding-left: 7em; }
	.p-xs-7-x { padding-left: 7em; padding-right: 7em; }
	.p-xs-7-y { padding-top: 7em; padding-bottom: 7em; }
	.p-xs-6 { padding: 6em }
	.p-xs-6-t { padding-top: 6em; }
	.p-xs-6-r { padding-right: 6em; }
	.p-xs-6-b { padding-bottom: 6em; }
	.p-xs-6-l { padding-left: 6em; }
	.p-xs-6-x { padding-left: 6em; padding-right: 6em; }
	.p-xs-6-y { padding-top: 6em; padding-bottom: 6em; }
	.p-xs-5 { padding: 5em }
	.p-xs-5-t { padding-top: 5em; }
	.p-xs-5-r { padding-right: 5em; }
	.p-xs-5-b { padding-bottom: 5em; }
	.p-xs-5-l { padding-left: 5em; }
	.p-xs-5-x { padding-left: 5em; padding-right: 5em; }
	.p-xs-5-y { padding-top: 5em; padding-bottom: 5em; }
	.p-xs-4 { padding: 4em }
	.p-xs-4-t { padding-top: 4em; }
	.p-xs-4-r { padding-right: 4em; }
	.p-xs-4-b { padding-bottom: 4em; }
	.p-xs-4-l { padding-left: 4em; }
	.p-xs-4-x { padding-left: 4em; padding-right: 4em; }
	.p-xs-4-y { padding-top: 4em; padding-bottom: 4em; }
	.p-xs-3 { padding: 3em }
	.p-xs-3-t { padding-top: 3em; }
	.p-xs-3-r { padding-right: 3em; }
	.p-xs-3-b { padding-bottom: 3em; }
	.p-xs-3-l { padding-left: 3em; }
	.p-xs-3-x { padding-left: 3em; padding-right: 3em; }
	.p-xs-3-y { padding-top: 3em; padding-bottom: 3em; }
	.p-xs-2 { padding: 2em }
	.p-xs-2-t { padding-top: 2em; }
	.p-xs-2-r { padding-right: 2em; }
	.p-xs-2-b { padding-bottom: 2em; }
	.p-xs-2-l { padding-left: 2em; }
	.p-xs-2-x { padding-left: 2em; padding-right: 2em; }
	.p-xs-2-y { padding-top: 2em; padding-bottom: 2em; }
	.p-xs-1 { padding: 1em }
	.p-xs-1-t { padding-top: 1em; }
	.p-xs-1-r { padding-right: 1em; }
	.p-xs-1-b { padding-bottom: 1em; }
	.p-xs-1-l { padding-left: 1em; }
	.p-xs-1-x { padding-left: 1em; padding-right: 1em; }
	.p-xs-1-y { padding-top: 1em; padding-bottom: 1em; }
	.p-xs-0 { padding: 0!important }
	.p-xs-0-t { padding-top: 0!important }
	.p-xs-0-r { padding-right: 0!important }
	.p-xs-0-b { padding-bottom: 0!important }
	.p-xs-0-l { padding-left: 0!important }
	.p-xs-0-x { padding-left: 0!important; padding-right: 0!important }
	.p-xs-0-y { padding-top: 0!important; padding-bottom: 0!important }
	.p-xs-auto { padding: auto!important }
	.p-xs-auto-t { padding-top: auto!important }
	.p-xs-auto-r { padding-right: auto!important }
	.p-xs-auto-b { padding-bottom: auto!important }
	.p-xs-auto-l { padding-left: auto!important }
	.p-xs-auto-x { padding-left: auto!important; padding-right: auto!important }
	.p-xs-auto-y { padding-top: auto!important; padding-bottom: auto!important }
}

@media (min-width:576px) { /* SM */
	.p-sm-7 { padding: 7em }
	.p-sm-7-t { padding-top: 7em; }
	.p-sm-7-r { padding-right: 7em; }
	.p-sm-7-b { padding-bottom: 7em; }
	.p-sm-7-l { padding-left: 7em; }
	.p-sm-7-x { padding-left: 7em; padding-right: 7em; }
	.p-sm-7-y { padding-top: 7em; padding-bottom: 7em; }
	.p-sm-6 { padding: 6em }
	.p-sm-6-t { padding-top: 6em; }
	.p-sm-6-r { padding-right: 6em; }
	.p-sm-6-b { padding-bottom: 6em; }
	.p-sm-6-l { padding-left: 6em; }
	.p-sm-6-x { padding-left: 6em; padding-right: 6em; }
	.p-sm-6-y { padding-top: 6em; padding-bottom: 6em; }
	.p-sm-5 { padding: 5em }
	.p-sm-5-t { padding-top: 5em; }
	.p-sm-5-r { padding-right: 5em; }
	.p-sm-5-b { padding-bottom: 5em; }
	.p-sm-5-l { padding-left: 5em; }
	.p-sm-5-x { padding-left: 5em; padding-right: 5em; }
	.p-sm-5-y { padding-top: 5em; padding-bottom: 5em; }
	.p-sm-4 { padding: 4em }
	.p-sm-4-t { padding-top: 4em; }
	.p-sm-4-r { padding-right: 4em; }
	.p-sm-4-b { padding-bottom: 4em; }
	.p-sm-4-l { padding-left: 4em; }
	.p-sm-4-x { padding-left: 4em; padding-right: 4em; }
	.p-sm-4-y { padding-top: 4em; padding-bottom: 4em; }
	.p-sm-3 { padding: 3em }
	.p-sm-3-t { padding-top: 3em; }
	.p-sm-3-r { padding-right: 3em; }
	.p-sm-3-b { padding-bottom: 3em; }
	.p-sm-3-l { padding-left: 3em; }
	.p-sm-3-x { padding-left: 3em; padding-right: 3em; }
	.p-sm-3-y { padding-top: 3em; padding-bottom: 3em; }
	.p-sm-2 { padding: 2em }
	.p-sm-2-t { padding-top: 2em; }
	.p-sm-2-r { padding-right: 2em; }
	.p-sm-2-b { padding-bottom: 2em; }
	.p-sm-2-l { padding-left: 2em; }
	.p-sm-2-x { padding-left: 2em; padding-right: 2em; }
	.p-sm-2-y { padding-top: 2em; padding-bottom: 2em; }
	.p-sm-1 { padding: 1em }
	.p-sm-1-t { padding-top: 1em; }
	.p-sm-1-r { padding-right: 1em; }
	.p-sm-1-b { padding-bottom: 1em; }
	.p-sm-1-l { padding-left: 1em; }
	.p-sm-1-x { padding-left: 1em; padding-right: 1em; }
	.p-sm-1-y { padding-top: 1em; padding-bottom: 1em; }
	.p-sm-0 { padding: 0!important }
	.p-sm-0-t { padding-top: 0!important }
	.p-sm-0-r { padding-right: 0!important }
	.p-sm-0-b { padding-bottom: 0!important }
	.p-sm-0-l { padding-left: 0!important }
	.p-sm-0-x { padding-left: 0!important; padding-right: 0!important }
	.p-sm-0-y { padding-top: 0!important; padding-bottom: 0!important }
	.p-sm-auto { padding: auto!important }
	.p-sm-auto-t { padding-top: auto!important }
	.p-sm-auto-r { padding-right: auto!important }
	.p-sm-auto-b { padding-bottom: auto!important }
	.p-sm-auto-l { padding-left: auto!important }
	.p-sm-auto-x { padding-left: auto!important; padding-right: auto!important }
	.p-sm-auto-y { padding-top: auto!important; padding-bottom: auto!important }
}

@media (min-width:768px) { /* MD */
	.p-md-7 { padding: 7em }
	.p-md-7-t { padding-top: 7em; }
	.p-md-7-r { padding-right: 7em; }
	.p-md-7-b { padding-bottom: 7em; }
	.p-md-7-l { padding-left: 7em; }
	.p-md-7-x { padding-left: 7em; padding-right: 7em; }
	.p-md-7-y { padding-top: 7em; padding-bottom: 7em; }
	.p-md-6 { padding: 6em }
	.p-md-6-t { padding-top: 6em; }
	.p-md-6-r { padding-right: 6em; }
	.p-md-6-b { padding-bottom: 6em; }
	.p-md-6-l { padding-left: 6em; }
	.p-md-6-x { padding-left: 6em; padding-right: 6em; }
	.p-md-6-y { padding-top: 6em; padding-bottom: 6em; }
	.p-md-5 { padding: 5em }
	.p-md-5-t { padding-top: 5em; }
	.p-md-5-r { padding-right: 5em; }
	.p-md-5-b { padding-bottom: 5em; }
	.p-md-5-l { padding-left: 5em; }
	.p-md-5-x { padding-left: 5em; padding-right: 5em; }
	.p-md-5-y { padding-top: 5em; padding-bottom: 5em; }
	.p-md-4 { padding: 4em }
	.p-md-4-t { padding-top: 4em; }
	.p-md-4-r { padding-right: 4em; }
	.p-md-4-b { padding-bottom: 4em; }
	.p-md-4-l { padding-left: 4em; }
	.p-md-4-x { padding-left: 4em; padding-right: 4em; }
	.p-md-4-y { padding-top: 4em; padding-bottom: 4em; }
	.p-md-3 { padding: 3em }
	.p-md-3-t { padding-top: 3em; }
	.p-md-3-r { padding-right: 3em; }
	.p-md-3-b { padding-bottom: 3em; }
	.p-md-3-l { padding-left: 3em; }
	.p-md-3-x { padding-left: 3em; padding-right: 3em; }
	.p-md-3-y { padding-top: 3em; padding-bottom: 3em; }
	.p-md-2 { padding: 2em }
	.p-md-2-t { padding-top: 2em; }
	.p-md-2-r { padding-right: 2em; }
	.p-md-2-b { padding-bottom: 2em; }
	.p-md-2-l { padding-left: 2em; }
	.p-md-2-x { padding-left: 2em; padding-right: 2em; }
	.p-md-2-y { padding-top: 2em; padding-bottom: 2em; }
	.p-md-1 { padding: 1em }
	.p-md-1-t { padding-top: 1em; }
	.p-md-1-r { padding-right: 1em; }
	.p-md-1-b { padding-bottom: 1em; }
	.p-md-1-l { padding-left: 1em; }
	.p-md-1-x { padding-left: 1em; padding-right: 1em; }
	.p-md-1-y { padding-top: 1em; padding-bottom: 1em; }
	.p-md-0 { padding: 0!important }
	.p-md-0-t { padding-top: 0!important }
	.p-md-0-r { padding-right: 0!important }
	.p-md-0-b { padding-bottom: 0!important }
	.p-md-0-l { padding-left: 0!important }
	.p-md-0-x { padding-left: 0!important; padding-right: 0!important }
	.p-md-0-y { padding-top: 0!important; padding-bottom: 0!important }
	.p-md-auto { padding: auto!important }
	.p-md-auto-t { padding-top: auto!important }
	.p-md-auto-r { padding-right: auto!important }
	.p-md-auto-b { padding-bottom: auto!important }
	.p-md-auto-l { padding-left: auto!important }
	.p-md-auto-x { padding-left: auto!important; padding-right: auto!important }
	.p-md-auto-y { padding-top: auto!important; padding-bottom: auto!important }
}

@media (min-width:992px) { /* LG */
	.p-lg-7 { padding: 7em }
	.p-lg-7-t { padding-top: 7em; }
	.p-lg-7-r { padding-right: 7em; }
	.p-lg-7-b { padding-bottom: 7em; }
	.p-lg-7-l { padding-left: 7em; }
	.p-lg-7-x { padding-left: 7em; padding-right: 7em; }
	.p-lg-7-y { padding-top: 7em; padding-bottom: 7em; }
	.p-lg-6 { padding: 6em }
	.p-lg-6-t { padding-top: 6em; }
	.p-lg-6-r { padding-right: 6em; }
	.p-lg-6-b { padding-bottom: 6em; }
	.p-lg-6-l { padding-left: 6em; }
	.p-lg-6-x { padding-left: 6em; padding-right: 6em; }
	.p-lg-6-y { padding-top: 6em; padding-bottom: 6em; }
	.p-lg-5 { padding: 5em }
	.p-lg-5-t { padding-top: 5em; }
	.p-lg-5-r { padding-right: 5em; }
	.p-lg-5-b { padding-bottom: 5em; }
	.p-lg-5-l { padding-left: 5em; }
	.p-lg-5-x { padding-left: 5em; padding-right: 5em; }
	.p-lg-5-y { padding-top: 5em; padding-bottom: 5em; }
	.p-lg-4 { padding: 4em }
	.p-lg-4-t { padding-top: 4em; }
	.p-lg-4-r { padding-right: 4em; }
	.p-lg-4-b { padding-bottom: 4em; }
	.p-lg-4-l { padding-left: 4em; }
	.p-lg-4-x { padding-left: 4em; padding-right: 4em; }
	.p-lg-4-y { padding-top: 4em; padding-bottom: 4em; }
	.p-lg-3 { padding: 3em }
	.p-lg-3-t { padding-top: 3em; }
	.p-lg-3-r { padding-right: 3em; }
	.p-lg-3-b { padding-bottom: 3em; }
	.p-lg-3-l { padding-left: 3em; }
	.p-lg-3-x { padding-left: 3em; padding-right: 3em; }
	.p-lg-3-y { padding-top: 3em; padding-bottom: 3em; }
	.p-lg-2 { padding: 2em }
	.p-lg-2-t { padding-top: 2em; }
	.p-lg-2-r { padding-right: 2em; }
	.p-lg-2-b { padding-bottom: 2em; }
	.p-lg-2-l { padding-left: 2em; }
	.p-lg-2-x { padding-left: 2em; padding-right: 2em; }
	.p-lg-2-y { padding-top: 2em; padding-bottom: 2em; }
	.p-lg-1 { padding: 1em }
	.p-lg-1-t { padding-top: 1em; }
	.p-lg-1-r { padding-right: 1em; }
	.p-lg-1-b { padding-bottom: 1em; }
	.p-lg-1-l { padding-left: 1em; }
	.p-lg-1-x { padding-left: 1em; padding-right: 1em; }
	.p-lg-1-y { padding-top: 1em; padding-bottom: 1em; }
	.p-lg-0 { padding: 0!important }
	.p-lg-0-t { padding-top: 0!important }
	.p-lg-0-r { padding-right: 0!important }
	.p-lg-0-b { padding-bottom: 0!important }
	.p-lg-0-l { padding-left: 0!important }
	.p-lg-0-x { padding-left: 0!important; padding-right: 0!important }
	.p-lg-0-y { padding-top: 0!important; padding-bottom: 0!important }
	.p-lg-auto { padding: auto!important }
	.p-lg-auto-t { padding-top: auto!important }
	.p-lg-auto-r { padding-right: auto!important }
	.p-lg-auto-b { padding-bottom: auto!important }
	.p-lg-auto-l { padding-left: auto!important }
	.p-lg-auto-x { padding-left: auto!important; padding-right: auto!important }
	.p-lg-auto-y { padding-top: auto!important; padding-bottom: auto!important }
}

@media (min-width:1200px) { /* XL */
	.p-xl-7 { padding: 7em }
	.p-xl-7-t { padding-top: 7em; }
	.p-xl-7-r { padding-right: 7em; }
	.p-xl-7-b { padding-bottom: 7em; }
	.p-xl-7-l { padding-left: 7em; }
	.p-xl-7-x { padding-left: 7em; padding-right: 7em; }
	.p-xl-7-y { padding-top: 7em; padding-bottom: 7em; }
	.p-xl-6 { padding: 6em }
	.p-xl-6-t { padding-top: 6em; }
	.p-xl-6-r { padding-right: 6em; }
	.p-xl-6-b { padding-bottom: 6em; }
	.p-xl-6-l { padding-left: 6em; }
	.p-xl-6-x { padding-left: 6em; padding-right: 6em; }
	.p-xl-6-y { padding-top: 6em; padding-bottom: 6em; }
	.p-xl-5 { padding: 5em }
	.p-xl-5-t { padding-top: 5em; }
	.p-xl-5-r { padding-right: 5em; }
	.p-xl-5-b { padding-bottom: 5em; }
	.p-xl-5-l { padding-left: 5em; }
	.p-xl-5-x { padding-left: 5em; padding-right: 5em; }
	.p-xl-5-y { padding-top: 5em; padding-bottom: 5em; }
	.p-xl-4 { padding: 4em }
	.p-xl-4-t { padding-top: 4em; }
	.p-xl-4-r { padding-right: 4em; }
	.p-xl-4-b { padding-bottom: 4em; }
	.p-xl-4-l { padding-left: 4em; }
	.p-xl-4-x { padding-left: 4em; padding-right: 4em; }
	.p-xl-4-y { padding-top: 4em; padding-bottom: 4em; }
	.p-xl-3 { padding: 3em }
	.p-xl-3-t { padding-top: 3em; }
	.p-xl-3-r { padding-right: 3em; }
	.p-xl-3-b { padding-bottom: 3em; }
	.p-xl-3-l { padding-left: 3em; }
	.p-xl-3-x { padding-left: 3em; padding-right: 3em; }
	.p-xl-3-y { padding-top: 3em; padding-bottom: 3em; }
	.p-xl-2 { padding: 2em }
	.p-xl-2-t { padding-top: 2em; }
	.p-xl-2-r { padding-right: 2em; }
	.p-xl-2-b { padding-bottom: 2em; }
	.p-xl-2-l { padding-left: 2em; }
	.p-xl-2-x { padding-left: 2em; padding-right: 2em; }
	.p-xl-2-y { padding-top: 2em; padding-bottom: 2em; }
	.p-xl-1 { padding: 1em }
	.p-xl-1-t { padding-top: 1em; }
	.p-xl-1-r { padding-right: 1em; }
	.p-xl-1-b { padding-bottom: 1em; }
	.p-xl-1-l { padding-left: 1em; }
	.p-xl-1-x { padding-left: 1em; padding-right: 1em; }
	.p-xl-1-y { padding-top: 1em; padding-bottom: 1em; }
	.p-xl-0 { padding: 0!important }
	.p-xl-0-t { padding-top: 0!important }
	.p-xl-0-r { padding-right: 0!important }
	.p-xl-0-b { padding-bottom: 0!important }
	.p-xl-0-l { padding-left: 0!important }
	.p-xl-0-x { padding-left: 0!important; padding-right: 0!important }
	.p-xl-0-y { padding-top: 0!important; padding-bottom: 0!important }
	.p-xl-auto { padding: auto!important }
	.p-xl-auto-t { padding-top: auto!important }
	.p-xl-auto-r { padding-right: auto!important }
	.p-xl-auto-b { padding-bottom: auto!important }
	.p-xl-auto-l { padding-left: auto!important }
	.p-xl-auto-x { padding-left: auto!important; padding-right: auto!important }
	.p-xl-auto-y { padding-top: auto!important; padding-bottom: auto!important }
}

/**
* MARGIN
*/
.m-7 { margin: 7em }
.m-7-t { margin-top: 7em; }
.m-7-r { margin-right: 7em; }
.m-7-b { margin-bottom: 7em; }
.m-7-l { margin-left: 7em; }
.m-7-x { margin-left: 7em; margin-right: 7em; }
.m-7-y { margin-top: 7em; margin-bottom: 7em; }
.m-6 { margin: 6em }
.m-6-t { margin-top: 6em; }
.m-6-r { margin-right: 6em; }
.m-6-b { margin-bottom: 6em; }
.m-6-l { margin-left: 6em; }
.m-6-x { margin-left: 6em; margin-right: 6em; }
.m-6-y { margin-top: 6em; margin-bottom: 6em; }
.m-5 { margin: 5em }
.m-5-t { margin-top: 5em; }
.m-5-r { margin-right: 5em; }
.m-5-b { margin-bottom: 5em; }
.m-5-l { margin-left: 5em; }
.m-5-x { margin-left: 5em; margin-right: 5em; }
.m-5-y { margin-top: 5em; margin-bottom: 5em; }
.m-4 { margin: 4em }
.m-4-t { margin-top: 4em; }
.m-4-r { margin-right: 4em; }
.m-4-b { margin-bottom: 4em; }
.m-4-l { margin-left: 4em; }
.m-4-x { margin-left: 4em; margin-right: 4em; }
.m-4-y { margin-top: 4em; margin-bottom: 4em; }
.m-3 { margin: 3em }
.m-3-t { margin-top: 3em; }
.m-3-r { margin-right: 3em; }
.m-3-b { margin-bottom: 3em; }
.m-3-l { margin-left: 3em; }
.m-3-x { margin-left: 3em; margin-right: 3em; }
.m-3-y { margin-top: 3em; margin-bottom: 3em; }
.m-2 { margin: 2em }
.m-2-t { margin-top: 2em; }
.m-2-r { margin-right: 2em; }
.m-2-b { margin-bottom: 2em; }
.m-2-l { margin-left: 2em; }
.m-2-x { margin-left: 2em; margin-right: 2em; }
.m-2-y { margin-top: 2em; margin-bottom: 2em; }
.m-1 { margin: 1em }
.m-1-t { margin-top: 1em; }
.m-1-r { margin-right: 1em; }
.m-1-b { margin-bottom: 1em; }
.m-1-l { margin-left: 1em; }
.m-1-x { margin-left: 1em; margin-right: 1em; }
.m-1-y { margin-top: 1em; margin-bottom: 1em; }
.m-0 { margin: 0!important }
.m-0-t { margin-top: 0!important }
.m-0-r { margin-right: 0!important }
.m-0-b { margin-bottom: 0!important }
.m-0-l { margin-left: 0!important }
.m-0-x { margin-left: 0!important; margin-right: 0!important }
.m-0-y { margin-top: 0!important; margin-bottom: 0!important }
.m-auto { margin: auto!important }
.m-auto-t { margin-top: auto!important }
.m-auto-r { margin-right: auto!important }
.m-auto-b { margin-bottom: auto!important }
.m-auto-l { margin-left: auto!important }
.m-auto-x { margin-left: auto!important; margin-right: auto!important }
.m-auto-y { margin-top: auto!important; margin-bottom: auto!important }

@media (max-width:575px) { /* XS */
	.m-xs-7 { margin: 7em }
	.m-xs-7-t { margin-top: 7em; }
	.m-xs-7-r { margin-right: 7em; }
	.m-xs-7-b { margin-bottom: 7em; }
	.m-xs-7-l { margin-left: 7em; }
	.m-xs-7-x { margin-left: 7em; margin-right: 7em; }
	.m-xs-7-y { margin-top: 7em; margin-bottom: 7em; }
	.m-xs-6 { margin: 6em }
	.m-xs-6-t { margin-top: 6em; }
	.m-xs-6-r { margin-right: 6em; }
	.m-xs-6-b { margin-bottom: 6em; }
	.m-xs-6-l { margin-left: 6em; }
	.m-xs-6-x { margin-left: 6em; margin-right: 6em; }
	.m-xs-6-y { margin-top: 6em; margin-bottom: 6em; }
	.m-xs-5 { margin: 5em }
	.m-xs-5-t { margin-top: 5em; }
	.m-xs-5-r { margin-right: 5em; }
	.m-xs-5-b { margin-bottom: 5em; }
	.m-xs-5-l { margin-left: 5em; }
	.m-xs-5-x { margin-left: 5em; margin-right: 5em; }
	.m-xs-5-y { margin-top: 5em; margin-bottom: 5em; }
	.m-xs-4 { margin: 4em }
	.m-xs-4-t { margin-top: 4em; }
	.m-xs-4-r { margin-right: 4em; }
	.m-xs-4-b { margin-bottom: 4em; }
	.m-xs-4-l { margin-left: 4em; }
	.m-xs-4-x { margin-left: 4em; margin-right: 4em; }
	.m-xs-4-y { margin-top: 4em; margin-bottom: 4em; }
	.m-xs-3 { margin: 3em }
	.m-xs-3-t { margin-top: 3em; }
	.m-xs-3-r { margin-right: 3em; }
	.m-xs-3-b { margin-bottom: 3em; }
	.m-xs-3-l { margin-left: 3em; }
	.m-xs-3-x { margin-left: 3em; margin-right: 3em; }
	.m-xs-3-y { margin-top: 3em; margin-bottom: 3em; }
	.m-xs-2 { margin: 2em }
	.m-xs-2-t { margin-top: 2em; }
	.m-xs-2-r { margin-right: 2em; }
	.m-xs-2-b { margin-bottom: 2em; }
	.m-xs-2-l { margin-left: 2em; }
	.m-xs-2-x { margin-left: 2em; margin-right: 2em; }
	.m-xs-2-y { margin-top: 2em; margin-bottom: 2em; }
	.m-xs-1 { margin: 1em }
	.m-xs-1-t { margin-top: 1em; }
	.m-xs-1-r { margin-right: 1em; }
	.m-xs-1-b { margin-bottom: 1em; }
	.m-xs-1-l { margin-left: 1em; }
	.m-xs-1-x { margin-left: 1em; margin-right: 1em; }
	.m-xs-1-y { margin-top: 1em; margin-bottom: 1em; }
	.m-xs-0 { margin: 0!important }
	.m-xs-0-t { margin-top: 0!important }
	.m-xs-0-r { margin-right: 0!important }
	.m-xs-0-b { margin-bottom: 0!important }
	.m-xs-0-l { margin-left: 0!important }
	.m-xs-0-x { margin-left: 0!important; margin-right: 0!important }
	.m-xs-0-y { margin-top: 0!important; margin-bottom: 0!important }
	.m-xs-auto { margin: auto!important }
	.m-xs-auto-t { margin-top: auto!important }
	.m-xs-auto-r { margin-right: auto!important }
	.m-xs-auto-b { margin-bottom: auto!important }
	.m-xs-auto-l { margin-left: auto!important }
	.m-xs-auto-x { margin-left: auto!important; margin-right: auto!important }
	.m-xs-auto-y { margin-top: auto!important; margin-bottom: auto!important }
}

@media (min-width:576px) { /* SM */
	.m-sm-7 { margin: 7em }
	.m-sm-7-t { margin-top: 7em; }
	.m-sm-7-r { margin-right: 7em; }
	.m-sm-7-b { margin-bottom: 7em; }
	.m-sm-7-l { margin-left: 7em; }
	.m-sm-7-x { margin-left: 7em; margin-right: 7em; }
	.m-sm-7-y { margin-top: 7em; margin-bottom: 7em; }
	.m-sm-6 { margin: 6em }
	.m-sm-6-t { margin-top: 6em; }
	.m-sm-6-r { margin-right: 6em; }
	.m-sm-6-b { margin-bottom: 6em; }
	.m-sm-6-l { margin-left: 6em; }
	.m-sm-6-x { margin-left: 6em; margin-right: 6em; }
	.m-sm-6-y { margin-top: 6em; margin-bottom: 6em; }
	.m-sm-5 { margin: 5em }
	.m-sm-5-t { margin-top: 5em; }
	.m-sm-5-r { margin-right: 5em; }
	.m-sm-5-b { margin-bottom: 5em; }
	.m-sm-5-l { margin-left: 5em; }
	.m-sm-5-x { margin-left: 5em; margin-right: 5em; }
	.m-sm-5-y { margin-top: 5em; margin-bottom: 5em; }
	.m-sm-4 { margin: 4em }
	.m-sm-4-t { margin-top: 4em; }
	.m-sm-4-r { margin-right: 4em; }
	.m-sm-4-b { margin-bottom: 4em; }
	.m-sm-4-l { margin-left: 4em; }
	.m-sm-4-x { margin-left: 4em; margin-right: 4em; }
	.m-sm-4-y { margin-top: 4em; margin-bottom: 4em; }
	.m-sm-3 { margin: 3em }
	.m-sm-3-t { margin-top: 3em; }
	.m-sm-3-r { margin-right: 3em; }
	.m-sm-3-b { margin-bottom: 3em; }
	.m-sm-3-l { margin-left: 3em; }
	.m-sm-3-x { margin-left: 3em; margin-right: 3em; }
	.m-sm-3-y { margin-top: 3em; margin-bottom: 3em; }
	.m-sm-2 { margin: 2em }
	.m-sm-2-t { margin-top: 2em; }
	.m-sm-2-r { margin-right: 2em; }
	.m-sm-2-b { margin-bottom: 2em; }
	.m-sm-2-l { margin-left: 2em; }
	.m-sm-2-x { margin-left: 2em; margin-right: 2em; }
	.m-sm-2-y { margin-top: 2em; margin-bottom: 2em; }
	.m-sm-1 { margin: 1em }
	.m-sm-1-t { margin-top: 1em; }
	.m-sm-1-r { margin-right: 1em; }
	.m-sm-1-b { margin-bottom: 1em; }
	.m-sm-1-l { margin-left: 1em; }
	.m-sm-1-x { margin-left: 1em; margin-right: 1em; }
	.m-sm-1-y { margin-top: 1em; margin-bottom: 1em; }
	.m-sm-0 { margin: 0!important }
	.m-sm-0-t { margin-top: 0!important }
	.m-sm-0-r { margin-right: 0!important }
	.m-sm-0-b { margin-bottom: 0!important }
	.m-sm-0-l { margin-left: 0!important }
	.m-sm-0-x { margin-left: 0!important; margin-right: 0!important }
	.m-sm-0-y { margin-top: 0!important; margin-bottom: 0!important }
	.m-sm-auto { margin: auto!important }
	.m-sm-auto-t { margin-top: auto!important }
	.m-sm-auto-r { margin-right: auto!important }
	.m-sm-auto-b { margin-bottom: auto!important }
	.m-sm-auto-l { margin-left: auto!important }
	.m-sm-auto-x { margin-left: auto!important; margin-right: auto!important }
	.m-sm-auto-y { margin-top: auto!important; margin-bottom: auto!important }
}

@media (min-width:768px) { /* MD */
	.m-md-7 { margin: 7em }
	.m-md-7-t { margin-top: 7em; }
	.m-md-7-r { margin-right: 7em; }
	.m-md-7-b { margin-bottom: 7em; }
	.m-md-7-l { margin-left: 7em; }
	.m-md-7-x { margin-left: 7em; margin-right: 7em; }
	.m-md-7-y { margin-top: 7em; margin-bottom: 7em; }
	.m-md-6 { margin: 6em }
	.m-md-6-t { margin-top: 6em; }
	.m-md-6-r { margin-right: 6em; }
	.m-md-6-b { margin-bottom: 6em; }
	.m-md-6-l { margin-left: 6em; }
	.m-md-6-x { margin-left: 6em; margin-right: 6em; }
	.m-md-6-y { margin-top: 6em; margin-bottom: 6em; }
	.m-md-5 { margin: 5em }
	.m-md-5-t { margin-top: 5em; }
	.m-md-5-r { margin-right: 5em; }
	.m-md-5-b { margin-bottom: 5em; }
	.m-md-5-l { margin-left: 5em; }
	.m-md-5-x { margin-left: 5em; margin-right: 5em; }
	.m-md-5-y { margin-top: 5em; margin-bottom: 5em; }
	.m-md-4 { margin: 4em }
	.m-md-4-t { margin-top: 4em; }
	.m-md-4-r { margin-right: 4em; }
	.m-md-4-b { margin-bottom: 4em; }
	.m-md-4-l { margin-left: 4em; }
	.m-md-4-x { margin-left: 4em; margin-right: 4em; }
	.m-md-4-y { margin-top: 4em; margin-bottom: 4em; }
	.m-md-3 { margin: 3em }
	.m-md-3-t { margin-top: 3em; }
	.m-md-3-r { margin-right: 3em; }
	.m-md-3-b { margin-bottom: 3em; }
	.m-md-3-l { margin-left: 3em; }
	.m-md-3-x { margin-left: 3em; margin-right: 3em; }
	.m-md-3-y { margin-top: 3em; margin-bottom: 3em; }
	.m-md-2 { margin: 2em }
	.m-md-2-t { margin-top: 2em; }
	.m-md-2-r { margin-right: 2em; }
	.m-md-2-b { margin-bottom: 2em; }
	.m-md-2-l { margin-left: 2em; }
	.m-md-2-x { margin-left: 2em; margin-right: 2em; }
	.m-md-2-y { margin-top: 2em; margin-bottom: 2em; }
	.m-md-1 { margin: 1em }
	.m-md-1-t { margin-top: 1em; }
	.m-md-1-r { margin-right: 1em; }
	.m-md-1-b { margin-bottom: 1em; }
	.m-md-1-l { margin-left: 1em; }
	.m-md-1-x { margin-left: 1em; margin-right: 1em; }
	.m-md-1-y { margin-top: 1em; margin-bottom: 1em; }
	.m-md-0 { margin: 0!important }
	.m-md-0-t { margin-top: 0!important }
	.m-md-0-r { margin-right: 0!important }
	.m-md-0-b { margin-bottom: 0!important }
	.m-md-0-l { margin-left: 0!important }
	.m-md-0-x { margin-left: 0!important; margin-right: 0!important }
	.m-md-0-y { margin-top: 0!important; margin-bottom: 0!important }
	.m-md-auto { margin: auto!important }
	.m-md-auto-t { margin-top: auto!important }
	.m-md-auto-r { margin-right: auto!important }
	.m-md-auto-b { margin-bottom: auto!important }
	.m-md-auto-l { margin-left: auto!important }
	.m-md-auto-x { margin-left: auto!important; margin-right: auto!important }
	.m-md-auto-y { margin-top: auto!important; margin-bottom: auto!important }
}

@media (min-width:992px) { /* LG */
	.m-lg-7 { margin: 7em }
	.m-lg-7-t { margin-top: 7em; }
	.m-lg-7-r { margin-right: 7em; }
	.m-lg-7-b { margin-bottom: 7em; }
	.m-lg-7-l { margin-left: 7em; }
	.m-lg-7-x { margin-left: 7em; margin-right: 7em; }
	.m-lg-7-y { margin-top: 7em; margin-bottom: 7em; }
	.m-lg-6 { margin: 6em }
	.m-lg-6-t { margin-top: 6em; }
	.m-lg-6-r { margin-right: 6em; }
	.m-lg-6-b { margin-bottom: 6em; }
	.m-lg-6-l { margin-left: 6em; }
	.m-lg-6-x { margin-left: 6em; margin-right: 6em; }
	.m-lg-6-y { margin-top: 6em; margin-bottom: 6em; }
	.m-lg-5 { margin: 5em }
	.m-lg-5-t { margin-top: 5em; }
	.m-lg-5-r { margin-right: 5em; }
	.m-lg-5-b { margin-bottom: 5em; }
	.m-lg-5-l { margin-left: 5em; }
	.m-lg-5-x { margin-left: 5em; margin-right: 5em; }
	.m-lg-5-y { margin-top: 5em; margin-bottom: 5em; }
	.m-lg-4 { margin: 4em }
	.m-lg-4-t { margin-top: 4em; }
	.m-lg-4-r { margin-right: 4em; }
	.m-lg-4-b { margin-bottom: 4em; }
	.m-lg-4-l { margin-left: 4em; }
	.m-lg-4-x { margin-left: 4em; margin-right: 4em; }
	.m-lg-4-y { margin-top: 4em; margin-bottom: 4em; }
	.m-lg-3 { margin: 3em }
	.m-lg-3-t { margin-top: 3em; }
	.m-lg-3-r { margin-right: 3em; }
	.m-lg-3-b { margin-bottom: 3em; }
	.m-lg-3-l { margin-left: 3em; }
	.m-lg-3-x { margin-left: 3em; margin-right: 3em; }
	.m-lg-3-y { margin-top: 3em; margin-bottom: 3em; }
	.m-lg-2 { margin: 2em }
	.m-lg-2-t { margin-top: 2em; }
	.m-lg-2-r { margin-right: 2em; }
	.m-lg-2-b { margin-bottom: 2em; }
	.m-lg-2-l { margin-left: 2em; }
	.m-lg-2-x { margin-left: 2em; margin-right: 2em; }
	.m-lg-2-y { margin-top: 2em; margin-bottom: 2em; }
	.m-lg-1 { margin: 1em }
	.m-lg-1-t { margin-top: 1em; }
	.m-lg-1-r { margin-right: 1em; }
	.m-lg-1-b { margin-bottom: 1em; }
	.m-lg-1-l { margin-left: 1em; }
	.m-lg-1-x { margin-left: 1em; margin-right: 1em; }
	.m-lg-1-y { margin-top: 1em; margin-bottom: 1em; }
	.m-lg-0 { margin: 0!important }
	.m-lg-0-t { margin-top: 0!important }
	.m-lg-0-r { margin-right: 0!important }
	.m-lg-0-b { margin-bottom: 0!important }
	.m-lg-0-l { margin-left: 0!important }
	.m-lg-0-x { margin-left: 0!important; margin-right: 0!important }
	.m-lg-0-y { margin-top: 0!important; margin-bottom: 0!important }
	.m-lg-auto { margin: auto!important }
	.m-lg-auto-t { margin-top: auto!important }
	.m-lg-auto-r { margin-right: auto!important }
	.m-lg-auto-b { margin-bottom: auto!important }
	.m-lg-auto-l { margin-left: auto!important }
	.m-lg-auto-x { margin-left: auto!important; margin-right: auto!important }
	.m-lg-auto-y { margin-top: auto!important; margin-bottom: auto!important }
}

@media (min-width:1200px) { /* XL */
	.m-xl-7 { margin: 7em }
	.m-xl-7-t { margin-top: 7em; }
	.m-xl-7-r { margin-right: 7em; }
	.m-xl-7-b { margin-bottom: 7em; }
	.m-xl-7-l { margin-left: 7em; }
	.m-xl-7-x { margin-left: 7em; margin-right: 7em; }
	.m-xl-7-y { margin-top: 7em; margin-bottom: 7em; }
	.m-xl-6 { margin: 6em }
	.m-xl-6-t { margin-top: 6em; }
	.m-xl-6-r { margin-right: 6em; }
	.m-xl-6-b { margin-bottom: 6em; }
	.m-xl-6-l { margin-left: 6em; }
	.m-xl-6-x { margin-left: 6em; margin-right: 6em; }
	.m-xl-6-y { margin-top: 6em; margin-bottom: 6em; }
	.m-xl-5 { margin: 5em }
	.m-xl-5-t { margin-top: 5em; }
	.m-xl-5-r { margin-right: 5em; }
	.m-xl-5-b { margin-bottom: 5em; }
	.m-xl-5-l { margin-left: 5em; }
	.m-xl-5-x { margin-left: 5em; margin-right: 5em; }
	.m-xl-5-y { margin-top: 5em; margin-bottom: 5em; }
	.m-xl-4 { margin: 4em }
	.m-xl-4-t { margin-top: 4em; }
	.m-xl-4-r { margin-right: 4em; }
	.m-xl-4-b { margin-bottom: 4em; }
	.m-xl-4-l { margin-left: 4em; }
	.m-xl-4-x { margin-left: 4em; margin-right: 4em; }
	.m-xl-4-y { margin-top: 4em; margin-bottom: 4em; }
	.m-xl-3 { margin: 3em }
	.m-xl-3-t { margin-top: 3em; }
	.m-xl-3-r { margin-right: 3em; }
	.m-xl-3-b { margin-bottom: 3em; }
	.m-xl-3-l { margin-left: 3em; }
	.m-xl-3-x { margin-left: 3em; margin-right: 3em; }
	.m-xl-3-y { margin-top: 3em; margin-bottom: 3em; }
	.m-xl-2 { margin: 2em }
	.m-xl-2-t { margin-top: 2em; }
	.m-xl-2-r { margin-right: 2em; }
	.m-xl-2-b { margin-bottom: 2em; }
	.m-xl-2-l { margin-left: 2em; }
	.m-xl-2-x { margin-left: 2em; margin-right: 2em; }
	.m-xl-2-y { margin-top: 2em; margin-bottom: 2em; }
	.m-xl-1 { margin: 1em }
	.m-xl-1-t { margin-top: 1em; }
	.m-xl-1-r { margin-right: 1em; }
	.m-xl-1-b { margin-bottom: 1em; }
	.m-xl-1-l { margin-left: 1em; }
	.m-xl-1-x { margin-left: 1em; margin-right: 1em; }
	.m-xl-1-y { margin-top: 1em; margin-bottom: 1em; }
	.m-xl-0 { margin: 0!important }
	.m-xl-0-t { margin-top: 0!important }
	.m-xl-0-r { margin-right: 0!important }
	.m-xl-0-b { margin-bottom: 0!important }
	.m-xl-0-l { margin-left: 0!important }
	.m-xl-0-x { margin-left: 0!important; margin-right: 0!important }
	.m-xl-0-y { margin-top: 0!important; margin-bottom: 0!important }
	.m-xl-auto { margin: auto!important }
	.m-xl-auto-t { margin-top: auto!important }
	.m-xl-auto-r { margin-right: auto!important }
	.m-xl-auto-b { margin-bottom: auto!important }
	.m-xl-auto-l { margin-left: auto!important }
	.m-xl-auto-x { margin-left: auto!important; margin-right: auto!important }
	.m-xl-auto-y { margin-top: auto!important; margin-bottom: auto!important }
}

/**
* TEXT PROPERTIES
*/
.text-underline { text-decoration: underline; }
.text-linethrough { text-decoration: line-through; }
.text-justify { text-align: justify!important }
.text-nowrap { white-space: nowrap!important }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap }
.text-left { text-align: left!important }
.text-right { text-align: right!important }
.text-center { text-align: center!important }
.text-lowercase { text-transform: lowercase!important }
.text-uppercase { text-transform: uppercase!important }
.text-capitalize { text-transform: capitalize!important }
.font-weight-normal { font-weight: 400 }
.font-weight-bold { font-weight: 700 }
.font-italic { font-style: italic }
.text-white { color: #fff !important }
.text-black { color: #111 !important; }
@media (max-width:575px) {
	.text-xs-left { text-align: left!important }
	.text-xs-right { text-align: right!important }
	.text-xs-center { text-align: center!important }
	.text-xs-lowercase { text-transform: lowercase!important }
	.text-xs-uppercase { text-transform: uppercase!important }
	.text-xs-capitalize { text-transform: capitalize!important }
	.font-xs-weight-normal { font-weight: 400 }
	.font-xs-weight-bold { font-weight: 700 }
	.font-xs-italic { font-style: italic }
	.text-xs-white { color: #fff!important }
	.text-xs-black { color: #111 !important; }
}
@media (max-width:767px) {
	.text-sm-left { text-align: left!important }
	.text-sm-right { text-align: right!important }
	.text-sm-center { text-align: center!important }
	.text-sm-lowercase { text-transform: lowercase!important }
	.text-sm-uppercase { text-transform: uppercase!important }
	.text-sm-capitalize { text-transform: capitalize!important }
	.font-sm-weight-normal { font-weight: 400 }
	.font-sm-weight-bold { font-weight: 700 }
	.font-sm-italic { font-style: italic }
	.text-sm-white { color: #fff!important }
	.text-sm-black { color: #111 !important; }
}
@media (max-width:991px) {
	.text-md-left { text-align: left!important }
	.text-md-right { text-align: right!important }
	.text-md-center { text-align: center!important }
	.text-md-lowercase { text-transform: lowercase!important }
	.text-md-uppercase { text-transform: uppercase!important }
	.text-md-capitalize { text-transform: capitalize!important }
	.font-md-weight-normal { font-weight: 400 }
	.font-md-weight-bold { font-weight: 700 }
	.font-md-italic { font-style: italic }
	.text-md-white { color: #fff!important }
	.text-md-black { color: #111 !important; }
}
@media (max-width:1199px) {
	.text-lg-left { text-align: left!important }
	.text-lg-right { text-align: right!important }
	.text-lg-center { text-align: center!important }
	.text-lg-lowercase { text-transform: lowercase!important }
	.text-lg-uppercase { text-transform: uppercase!important }
	.text-lg-capitalize { text-transform: capitalize!important }
	.font-lg-weight-normal { font-weight: 400 }
	.font-lg-weight-bold { font-weight: 700 }
	.font-lg-italic { font-style: italic }
	.text-lg-white { color: #fff!important }
	.text-lg-black { color: #111 !important; }
}
@media (min-width:1200px) {
	.text-xl-left { text-align: left!important }
	.text-xl-right { text-align: right!important }
	.text-xl-center { text-align: center!important }
	.text-xl-lowercase { text-transform: lowercase!important }
	.text-xl-uppercase { text-transform: uppercase!important }
	.text-xl-capitalize { text-transform: capitalize!important }
	.font-xl-weight-normal { font-weight: 400 }
	.font-xl-weight-bold { font-weight: 700 }
	.font-xl-italic { font-style: italic }
	.text-xl-white { color: #fff!important }
	.text-xl-black { color: #111 !important; }
}

/**
* FONT SIZE
*/
.font-8 { font-size: 8px; }
.font-10 { font-size: 10px; }
.font-12 { font-size: 12px; }
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }
.font-20 { font-size: 20px; }
.font-22 { font-size: 22px; }
.font-24 { font-size: 24px; }
.font-26 { font-size: 26px; }
.font-28 { font-size: 28px; }
.font-30 { font-size: 30px; }
.font-32 { font-size: 32px; }
.font-34 { font-size: 34px; }
.font-36 { font-size: 36px; }
.font-38 { font-size: 38px; }
.font-40 { font-size: 40px; }
.font-42 { font-size: 42px; }
.font-44 { font-size: 44px; }
.font-46 { font-size: 46px; }
.font-48 { font-size: 48px; }
.font-50 { font-size: 50px; }

@media (max-width:575px) {
	.font-xs-8 { font-size: 8px; }
	.font-xs-10 { font-size: 10px; }
	.font-xs-12 { font-size: 12px; }
	.font-xs-14 { font-size: 14px; }
	.font-xs-16 { font-size: 16px; }
	.font-xs-18 { font-size: 18px; }
	.font-xs-20 { font-size: 20px; }
	.font-xs-22 { font-size: 22px; }
	.font-xs-24 { font-size: 24px; }
	.font-xs-26 { font-size: 26px; }
	.font-xs-28 { font-size: 28px; }
	.font-xs-30 { font-size: 30px; }
	.font-xs-32 { font-size: 32px; }
	.font-xs-34 { font-size: 34px; }
	.font-xs-36 { font-size: 36px; }
	.font-xs-38 { font-size: 38px; }
	.font-xs-40 { font-size: 40px; }
	.font-xs-42 { font-size: 42px; }
	.font-xs-44 { font-size: 44px; }
	.font-xs-46 { font-size: 46px; }
	.font-xs-48 { font-size: 48px; }
	.font-xs-50 { font-size: 50px; }
}
@media (max-width:767px) {
	.font-sm-8 { font-size: 8px; }
	.font-sm-10 { font-size: 10px; }
	.font-sm-12 { font-size: 12px; }
	.font-sm-14 { font-size: 14px; }
	.font-sm-16 { font-size: 16px; }
	.font-sm-18 { font-size: 18px; }
	.font-sm-20 { font-size: 20px; }
	.font-sm-22 { font-size: 22px; }
	.font-sm-24 { font-size: 24px; }
	.font-sm-26 { font-size: 26px; }
	.font-sm-28 { font-size: 28px; }
	.font-sm-30 { font-size: 30px; }
	.font-sm-32 { font-size: 32px; }
	.font-sm-34 { font-size: 34px; }
	.font-sm-36 { font-size: 36px; }
	.font-sm-38 { font-size: 38px; }
	.font-sm-40 { font-size: 40px; }
	.font-sm-42 { font-size: 42px; }
	.font-sm-44 { font-size: 44px; }
	.font-sm-46 { font-size: 46px; }
	.font-sm-48 { font-size: 48px; }
	.font-sm-50 { font-size: 50px; }
}
@media (max-width:991px) {
	.font-md-8 { font-size: 8px; }
	.font-md-10 { font-size: 10px; }
	.font-md-12 { font-size: 12px; }
	.font-md-14 { font-size: 14px; }
	.font-md-16 { font-size: 16px; }
	.font-md-18 { font-size: 18px; }
	.font-md-20 { font-size: 20px; }
	.font-md-22 { font-size: 22px; }
	.font-md-24 { font-size: 24px; }
	.font-md-26 { font-size: 26px; }
	.font-md-28 { font-size: 28px; }
	.font-md-30 { font-size: 30px; }
	.font-md-32 { font-size: 32px; }
	.font-md-34 { font-size: 34px; }
	.font-md-36 { font-size: 36px; }
	.font-md-38 { font-size: 38px; }
	.font-md-40 { font-size: 40px; }
	.font-md-42 { font-size: 42px; }
	.font-md-44 { font-size: 44px; }
	.font-md-46 { font-size: 46px; }
	.font-md-48 { font-size: 48px; }
	.font-md-50 { font-size: 50px; }
}
@media (max-width:1199px) {
	.font-lg-8 { font-size: 8px; }
	.font-lg-10 { font-size: 10px; }
	.font-lg-12 { font-size: 12px; }
	.font-lg-14 { font-size: 14px; }
	.font-lg-16 { font-size: 16px; }
	.font-lg-18 { font-size: 18px; }
	.font-lg-20 { font-size: 20px; }
	.font-lg-22 { font-size: 22px; }
	.font-lg-24 { font-size: 24px; }
	.font-lg-26 { font-size: 26px; }
	.font-lg-28 { font-size: 28px; }
	.font-lg-30 { font-size: 30px; }
	.font-lg-32 { font-size: 32px; }
	.font-lg-34 { font-size: 34px; }
	.font-lg-36 { font-size: 36px; }
	.font-lg-38 { font-size: 38px; }
	.font-lg-40 { font-size: 40px; }
	.font-lg-42 { font-size: 42px; }
	.font-lg-44 { font-size: 44px; }
	.font-lg-46 { font-size: 46px; }
	.font-lg-48 { font-size: 48px; }
	.font-lg-50 { font-size: 50px; }
}
@media (min-width:1200px) {
	.font-xl-8 { font-size: 8px; }
	.font-xl-10 { font-size: 10px; }
	.font-xl-12 { font-size: 12px; }
	.font-xl-14 { font-size: 14px; }
	.font-xl-16 { font-size: 16px; }
	.font-xl-18 { font-size: 18px; }
	.font-xl-20 { font-size: 20px; }
	.font-xl-22 { font-size: 22px; }
	.font-xl-24 { font-size: 24px; }
	.font-xl-26 { font-size: 26px; }
	.font-xl-28 { font-size: 28px; }
	.font-xl-30 { font-size: 30px; }
	.font-xl-32 { font-size: 32px; }
	.font-xl-34 { font-size: 34px; }
	.font-xl-36 { font-size: 36px; }
	.font-xl-38 { font-size: 38px; }
	.font-xl-40 { font-size: 40px; }
	.font-xl-42 { font-size: 42px; }
	.font-xl-44 { font-size: 44px; }
	.font-xl-46 { font-size: 46px; }
	.font-xl-48 { font-size: 48px; }
	.font-xl-50 { font-size: 50px; }
}

/**
* BORDER
*/
[class*="border"] { outline: none; border-style: solid; border-color: transparent; border-width: 0; }
.border-0 { border-width: 0px; }
.border-1 { border-width: 1px; }
.border-2 { border-width: 2px; }
.border-3 { border-width: 3px; }
.border-4 { border-width: 4px; }
.border-5 { border-width: 5px; }
.border-0-t { border-top-width: 0px; }
.border-1-t { border-top-width: 1px; }
.border-2-t { border-top-width: 2px; }
.border-3-t { border-top-width: 3px; }
.border-4-t { border-top-width: 4px; }
.border-5-t { border-top-width: 5px; }
.border-0-r { border-right-width: 0px; }
.border-1-r { border-right-width: 1px; }
.border-2-r { border-right-width: 2px; }
.border-3-r { border-right-width: 3px; }
.border-4-r { border-right-width: 4px; }
.border-5-r { border-right-width: 5px; }
.border-0-b { border-bottom-width: 0px; }
.border-1-b { border-bottom-width: 1px; }
.border-2-b { border-bottom-width: 2px; }
.border-3-b { border-bottom-width: 3px; }
.border-4-b { border-bottom-width: 4px; }
.border-5-b { border-bottom-width: 5px; }
.border-0-l { border-left-width: 0px; }
.border-1-l { border-left-width: 1px; }
.border-2-l { border-left-width: 2px; }
.border-3-l { border-left-width: 3px; }
.border-4-l { border-left-width: 4px; }
.border-5-l { border-left-width: 5px; }
.border-no-t { border-bottom: none; }
.border-no-r { border-right: none; }
.border-no-b { border-bottom: none; }
.border-no-l { border-left: none; }
.border-t-only { border-right: none; border-bottom: none; border-left: none; }
.border-r-only { border-top: none; border-bottom: none; border-left: none; }
.border-b-only { border-right: none; border-top: none; border-left: none; }
.border-l-only { border-right: none; border-bottom: none; border-top: none; }

@media (max-width:575px) {
	.border-xs-0 { border-width: 0px; }
	.border-xs-1 { border-width: 1px; }
	.border-xs-2 { border-width: 2px; }
	.border-xs-3 { border-width: 3px; }
	.border-xs-4 { border-width: 4px; }
	.border-xs-5 { border-width: 5px; }
	.border-xs-0-t { border-top-width: 0px; }
	.border-xs-1-t { border-top-width: 1px; }
	.border-xs-2-t { border-top-width: 2px; }
	.border-xs-3-t { border-top-width: 3px; }
	.border-xs-4-t { border-top-width: 4px; }
	.border-xs-5-t { border-top-width: 5px; }
	.border-xs-0-r { border-right-width: 0px; }
	.border-xs-1-r { border-right-width: 1px; }
	.border-xs-2-r { border-right-width: 2px; }
	.border-xs-3-r { border-right-width: 3px; }
	.border-xs-4-r { border-right-width: 4px; }
	.border-xs-5-r { border-right-width: 5px; }
	.border-xs-0-b { border-bottom-width: 0px; }
	.border-xs-1-b { border-bottom-width: 1px; }
	.border-xs-2-b { border-bottom-width: 2px; }
	.border-xs-3-b { border-bottom-width: 3px; }
	.border-xs-4-b { border-bottom-width: 4px; }
	.border-xs-5-b { border-bottom-width: 5px; }
	.border-xs-0-l { border-left-width: 0px; }
	.border-xs-1-l { border-left-width: 1px; }
	.border-xs-2-l { border-left-width: 2px; }
	.border-xs-3-l { border-left-width: 3px; }
	.border-xs-4-l { border-left-width: 4px; }
	.border-xs-5-l { border-left-width: 5px; }
	.border-xs-no-t { border-bottom: none; }
	.border-xs-no-r { border-right: none; }
	.border-xs-no-b { border-bottom: none; }
	.border-xs-no-l { border-left: none; }
	.border-xs-t-only { border-right: none; border-bottom: none; border-left: none; }
	.border-xs-r-only { border-top: none; border-bottom: none; border-left: none; }
	.border-xs-b-only { border-right: none; border-top: none; border-left: none; }
	.border-xs-l-only { border-right: none; border-bottom: none; border-top: none; }
}
@media (max-width:767px) {
	.border-sm-0 { border-width: 0px; }
	.border-sm-1 { border-width: 1px; }
	.border-sm-2 { border-width: 2px; }
	.border-sm-3 { border-width: 3px; }
	.border-sm-4 { border-width: 4px; }
	.border-sm-5 { border-width: 5px; }
	.border-sm-0-t { border-top-width: 0px; }
	.border-sm-1-t { border-top-width: 1px; }
	.border-sm-2-t { border-top-width: 2px; }
	.border-sm-3-t { border-top-width: 3px; }
	.border-sm-4-t { border-top-width: 4px; }
	.border-sm-5-t { border-top-width: 5px; }
	.border-sm-0-r { border-right-width: 0px; }
	.border-sm-1-r { border-right-width: 1px; }
	.border-sm-2-r { border-right-width: 2px; }
	.border-sm-3-r { border-right-width: 3px; }
	.border-sm-4-r { border-right-width: 4px; }
	.border-sm-5-r { border-right-width: 5px; }
	.border-sm-0-b { border-bottom-width: 0px; }
	.border-sm-1-b { border-bottom-width: 1px; }
	.border-sm-2-b { border-bottom-width: 2px; }
	.border-sm-3-b { border-bottom-width: 3px; }
	.border-sm-4-b { border-bottom-width: 4px; }
	.border-sm-5-b { border-bottom-width: 5px; }
	.border-sm-0-l { border-left-width: 0px; }
	.border-sm-1-l { border-left-width: 1px; }
	.border-sm-2-l { border-left-width: 2px; }
	.border-sm-3-l { border-left-width: 3px; }
	.border-sm-4-l { border-left-width: 4px; }
	.border-sm-5-l { border-left-width: 5px; }
	.border-sm-no-t { border-bottom: none; }
	.border-sm-no-r { border-right: none; }
	.border-sm-no-b { border-bottom: none; }
	.border-sm-no-l { border-left: none; }
	.border-sm-t-only { border-right: none; border-bottom: none; border-left: none; }
	.border-sm-r-only { border-top: none; border-bottom: none; border-left: none; }
	.border-sm-b-only { border-right: none; border-top: none; border-left: none; }
	.border-sm-l-only { border-right: none; border-bottom: none; border-top: none; }
}
@media (max-width:991px) {
	.border-md-0 { border-width: 0px; }
	.border-md-1 { border-width: 1px; }
	.border-md-2 { border-width: 2px; }
	.border-md-3 { border-width: 3px; }
	.border-md-4 { border-width: 4px; }
	.border-md-5 { border-width: 5px; }
	.border-md-0-t { border-top-width: 0px; }
	.border-md-1-t { border-top-width: 1px; }
	.border-md-2-t { border-top-width: 2px; }
	.border-md-3-t { border-top-width: 3px; }
	.border-md-4-t { border-top-width: 4px; }
	.border-md-5-t { border-top-width: 5px; }
	.border-md-0-r { border-right-width: 0px; }
	.border-md-1-r { border-right-width: 1px; }
	.border-md-2-r { border-right-width: 2px; }
	.border-md-3-r { border-right-width: 3px; }
	.border-md-4-r { border-right-width: 4px; }
	.border-md-5-r { border-right-width: 5px; }
	.border-md-0-b { border-bottom-width: 0px; }
	.border-md-1-b { border-bottom-width: 1px; }
	.border-md-2-b { border-bottom-width: 2px; }
	.border-md-3-b { border-bottom-width: 3px; }
	.border-md-4-b { border-bottom-width: 4px; }
	.border-md-5-b { border-bottom-width: 5px; }
	.border-md-0-l { border-left-width: 0px; }
	.border-md-1-l { border-left-width: 1px; }
	.border-md-2-l { border-left-width: 2px; }
	.border-md-3-l { border-left-width: 3px; }
	.border-md-4-l { border-left-width: 4px; }
	.border-md-5-l { border-left-width: 5px; }
	.border-md-no-t { border-bottom: none; }
	.border-md-no-r { border-right: none; }
	.border-md-no-b { border-bottom: none; }
	.border-md-no-l { border-left: none; }
	.border-md-t-only { border-right: none; border-bottom: none; border-left: none; }
	.border-md-r-only { border-top: none; border-bottom: none; border-left: none; }
	.border-md-b-only { border-right: none; border-top: none; border-left: none; }
	.border-md-l-only { border-right: none; border-bottom: none; border-top: none; }
}
@media (max-width:1199px) {
	.border-lg-0 { border-width: 0px; }
	.border-lg-1 { border-width: 1px; }
	.border-lg-2 { border-width: 2px; }
	.border-lg-3 { border-width: 3px; }
	.border-lg-4 { border-width: 4px; }
	.border-lg-5 { border-width: 5px; }
	.border-lg-0-t { border-top-width: 0px; }
	.border-lg-1-t { border-top-width: 1px; }
	.border-lg-2-t { border-top-width: 2px; }
	.border-lg-3-t { border-top-width: 3px; }
	.border-lg-4-t { border-top-width: 4px; }
	.border-lg-5-t { border-top-width: 5px; }
	.border-lg-0-r { border-right-width: 0px; }
	.border-lg-1-r { border-right-width: 1px; }
	.border-lg-2-r { border-right-width: 2px; }
	.border-lg-3-r { border-right-width: 3px; }
	.border-lg-4-r { border-right-width: 4px; }
	.border-lg-5-r { border-right-width: 5px; }
	.border-lg-0-b { border-bottom-width: 0px; }
	.border-lg-1-b { border-bottom-width: 1px; }
	.border-lg-2-b { border-bottom-width: 2px; }
	.border-lg-3-b { border-bottom-width: 3px; }
	.border-lg-4-b { border-bottom-width: 4px; }
	.border-lg-5-b { border-bottom-width: 5px; }
	.border-lg-0-l { border-left-width: 0px; }
	.border-lg-1-l { border-left-width: 1px; }
	.border-lg-2-l { border-left-width: 2px; }
	.border-lg-3-l { border-left-width: 3px; }
	.border-lg-4-l { border-left-width: 4px; }
	.border-lg-5-l { border-left-width: 5px; }
	.border-lg-no-t { border-bottom: none; }
	.border-lg-no-r { border-right: none; }
	.border-lg-no-b { border-bottom: none; }
	.border-lg-no-l { border-left: none; }
	.border-lg-t-only { border-right: none; border-bottom: none; border-left: none; }
	.border-lg-r-only { border-top: none; border-bottom: none; border-left: none; }
	.border-lg-b-only { border-right: none; border-top: none; border-left: none; }
	.border-lg-l-only { border-right: none; border-bottom: none; border-top: none; }
}
@media (min-width:1200px) {
	.border-xl-0 { border-width: 0px; }
	.border-xl-1 { border-width: 1px; }
	.border-xl-2 { border-width: 2px; }
	.border-xl-3 { border-width: 3px; }
	.border-xl-4 { border-width: 4px; }
	.border-xl-5 { border-width: 5px; }
	.border-xl-0-t { border-top-width: 0px; }
	.border-xl-1-t { border-top-width: 1px; }
	.border-xl-2-t { border-top-width: 2px; }
	.border-xl-3-t { border-top-width: 3px; }
	.border-xl-4-t { border-top-width: 4px; }
	.border-xl-5-t { border-top-width: 5px; }
	.border-xl-0-r { border-right-width: 0px; }
	.border-xl-1-r { border-right-width: 1px; }
	.border-xl-2-r { border-right-width: 2px; }
	.border-xl-3-r { border-right-width: 3px; }
	.border-xl-4-r { border-right-width: 4px; }
	.border-xl-5-r { border-right-width: 5px; }
	.border-xl-0-b { border-bottom-width: 0px; }
	.border-xl-1-b { border-bottom-width: 1px; }
	.border-xl-2-b { border-bottom-width: 2px; }
	.border-xl-3-b { border-bottom-width: 3px; }
	.border-xl-4-b { border-bottom-width: 4px; }
	.border-xl-5-b { border-bottom-width: 5px; }
	.border-xl-0-l { border-left-width: 0px; }
	.border-xl-1-l { border-left-width: 1px; }
	.border-xl-2-l { border-left-width: 2px; }
	.border-xl-3-l { border-left-width: 3px; }
	.border-xl-4-l { border-left-width: 4px; }
	.border-xl-5-l { border-left-width: 5px; }
	.border-xl-no-t { border-bottom: none; }
	.border-xl-no-r { border-right: none; }
	.border-xl-no-b { border-bottom: none; }
	.border-xl-no-l { border-left: none; }
	.border-xl-t-only { border-right: none; border-bottom: none; border-left: none; }
	.border-xl-r-only { border-top: none; border-bottom: none; border-left: none; }
	.border-xl-b-only { border-right: none; border-top: none; border-left: none; }
	.border-xl-l-only { border-right: none; border-bottom: none; border-top: none; }
}

.border-default { border-color: #E4E4E4; }
.border-default:hover { border-color: #999; }
.border-light { border-color: #E4E4E4; }
.border-light:hover { border-color: #999; }
.border-dark { border-color: #333; }
.border-dark:hover { border-color: #111; }
.border-oak { border-color: #4d4338; }
.border-oak:hover { border-color: #3b332b; }
.border-hazel { border-color: #e0d6bd; }
.border-hazel:hover { border-color: #cebe97; }
.border-forest { border-color: #3e6b19; }
.border-forest:hover { border-color: #305313; }
.border-primary { border-color: #3c8dbc; }
.border-primary:hover { border-color: #367fa9; }
.border-info { border-color: #00c0ef; }
.border-info:hover { border-color: #00acd6; }
.border-danger { border-color: #dd4b39; }
.border-danger:hover { border-color: #d73925; }
.border-warning { border-color: #f39c12; }
.border-warning:hover { border-color: #e08e0b; }
.border-success { border-color: #00a65a; }
.border-success:hover { border-color: #008d4c; }

/**
* SELECT 2 OVERRIDE
*/
.select2 { overflow: hidden; width: 100% !important; }
.select2-selection__choice { background-color: #43AD98 !important; }
.select2-selection__choice__remove{ color: white !important; }
.select2-selection.form-control {
	display: block;
	width: 100%;
	height: 100% !important;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-selection.form-control:focus { padding: 20px 12px !important; font-size: 1.25em !important; }




















