@import url(http://fonts.googleapis.com/css?family=Lato:700,300,400);
@import url(../fontawesome/css/font-awesome.min.css);

/* ---------- General Styles ---------- */

html,
body {
	height: 100%;
	font-weight:400;
	overflow-y: auto;
	overflow-x: hidden;
	background: #f2f2f2;
	font-family: Lato, sans-serif;
	}

.wrap {
	margin: 0 auto;
	height: 100%;
	padding: 10px 20px;
	position: relative;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
	}

p { font-size: 14px; }

/* Link Styles */
a { color: #0092ff; }
a:hover {
	color: #45afff;
	text-decoration: none; }

a.dark { color: #555; }
a.dark:hover {
	color: #999;
	text-decoration: none; }

/* Dynamic Grid Styles */
.wrap > .container {
	/*max-width: 960px;*/
	width: 100%;
	height: 100%;
	position: relative;
	padding: 15px 0 15px; }

/* Well Styles */
.detail h3 {
	margin: 2px 0 6px;
	color: #565656;
}

.detail hr {
	margin: 15px 0 20px;
}
.detail .assigned {
	font-size: 16px;
	margin:0;
}

.detail .assigned span{
	color: #787878;
    padding: 2px 4px;
    border-radius: 2px;
    border: 1px solid #bbb;
    margin-right: 10px;
}

.detail h4 {
	font-size: 14px;
	display: inline-block;
	padding: 3px 6px;
	color: #565656;
	font-weight: 600;
	border: 2px solid #676767;
	border-radius: 4px;
}

.zone{
	text-align: center;
	display: inline-block;
	border-right: 1px solid #ddd;
	padding-right: 10px;
	margin-right: 10px;
}
.zone p {margin:0;}
.zone span{
	font-size: 14px;
	background: #428bca;
	color: #fff;
	border-radius: 100%;
	text-align: center;
	font-weight: bold;
	padding: 6px 0;
	width: 30px;
	height: 30px;
	display: inline-block;
}
.address {display: inline-block; font-size: 16px;}
.date {font-size: 24px; }

.detail {
	border: 0;
	padding: 20px;
	min-height: 63px;
	background: #fff;
	box-shadow: none;
	border-radius: 3px;
	position: relative;
	max-height: 100000px;
	border-bottom: 1px solid #ddd;
	transition: max-height 0.5s ease;
	-o-transition: max-height 0.5s ease;
	-ms-transition: max-height 0.5s ease;
	-moz-transition: max-height 0.5s ease;
	-webkit-transition: max-height 0.5s ease;
	}
.detail p {color:#666;}
.detail p small {padding:0 5px;}
.detail.no-padding { padding: 0; }

/* Well Controls */
.detail .header {
	color: #999;
	font-size: 16px;
	margin-bottom: 10px;
	transition: margin-bottom 0.5s ease;
	-o-transition: margin-bottom 0.5s ease;
	-ms-transition: margin-bottom 0.5s ease;
	-moz-transition: margin-bottom 0.5s ease;
	-webkit-transition: margin-bottom 0.5s ease; }


.detail .header a {
	color: #bbbbbb;
	cursor: pointer; }

.detail .header a i { margin-left: 10px; }

.detail .header a:hover {
	color: #aaaaaa;
	text-decoration: none; }

.detail .widgetrefresh {
	top: 0;
	left: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute; }

.detail .widgetrefresh span {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	margin: auto;
	position: absolute; }

.detail.shrinkwell {
	overflow: hidden;
	max-height: 63px; }

.detail.shrinkwell .header { margin-bottom: 25px; }

.detail.primarybg { background: #428bca; }

.detail.successbg { background: #5cb85c; }

.detail.infobg { background: #5bc0de; }

.detail.dangerbg { background: #d9534f; }

.detail.warningbg { background: #f0ad4e; }

.fa.warning {
	color: #f0ad4e;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: -1px;
}
.fa.danger {
	color: #d9534f;
	font-size: 20px;
	vertical-align: middle;
	margin-right: -1px;
}
.fa.success {
	color: #5cb85c;
	font-size: 20px;
	vertical-align: middle;
	margin-right: -1px;
}


/* log */

.log {
  min-height: 20px;
  padding: 20px;
  margin: 20px 0 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  border-bottom: 1px solid #ddd;
}
.log h4 {
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  padding: 3px 6px;
  color: #565656;
  font-weight: 600;
  border: 2px solid #676767;
  border-radius: 4px;
}

.log blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.log-lg {
  padding: 24px;
  border-radius: 6px;
}
.log-sm {
  padding: 9px;
  border-radius: 3px;
}
.log span {
  background: #428bca;
  color: #fff;
  padding: 1px 4px;
  border-radius: 4px;
  margin: 0 5px;
}
.log img {
	padding: 6px;
	border-radius: 3px;
	margin: 12px 0;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
.log td:last-child {
	vertical-align: top;
	width: 160px;
}
.log td:first-child {
	padding-right: 20px !important;
}
.log td {
	padding: 16px 8px !important;
}

/* modal */
.modal-body .img-circle.reps { max-width: 48px;}
.modal-body td, .modal-body th {}
.modal-body .btn-group.bootstrap-select { margin: 0;}
.modal-body i.fa-info-circle{ font-size: 30px; vertical-align: middle; margin: -3px 12px 0; color: #f03c3c;}

/* user */
.user-avatar {display: inline-block;}
.user-avatar img {max-width: 120px;}
.user-info {display: inline-block; vertical-align: middle; padding-left: 20px;}
.user-status {text-align: center;}
.user-status h4 {margin-bottom: 20px;}
.user-edit { margin-top: 30px;}



/* shop */
.shop-info {display: inline-block; vertical-align: middle; padding-left: 20px;}
.shop-info .address {font-size: 18px; margin :0 0 5px;}
.shop-limit {text-align: center;}
.shop-limit h4 {margin: 0 0 18px;}
.shop-limit h3 {margin-top: 0px;}
.shop-status {text-align: center;}
.shop-status h4 {margin: 0 0 20px;}



.calendar {margin-bottom: 20px;}
.fc-header-right {display: none;}
.fc-header-left {float: right; text-align: right;}
.fc-header-center {float: left;}


/* pic */
.pic {margin: 0 0 10px; display: inline-block;}
.pic img {width: 100%;}
.pic h3 {
	background: rgba(30,30,30,.8);
	color: #fff;
	padding: 10px 15px;
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 10px;
}
.pic h4 {
	font-size: 14px;
	display: inline-block;
	padding: 3px 6px;
	color: #565656;
	font-weight: 600;
	border: 2px solid #676767;
	border-radius: 4px;
}


/* Padded for adding padded */
.padded { padding: 10px; }

.padded img { margin: 0 auto; }

code {
	padding: 8px;
	color: #268cc7;
	font-size: 12px;
	display: inline-block;
	background-color: #e5f1f7; }

footer {
	color: #999;
	border-radius: 4px;
	padding: 10px;
	}

/* For apple style lists */
.list {
	margin: 0;
	padding: 0;
	list-style-type: none; }

.list li {
	margin-top: -1px;
	padding: 10px 5px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee; }

.list li p {
	font-size: 16px;
	margin: 5px 0 0; }

.list li span.listlabel {
	margin: 5px;
	display: inline-block; }

/* Breadcrumb Styles */
.breadcrumb {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	}

.breadcrumb a { color: #999; font-size: 18px;}
.breadcrumb a.active {color: #428bca;}

/* Chat */
.chat {
	max-height: 500px;
	overflow-y: scroll;
	padding-bottom: 10px;
	}

.chat-input {
	margin: 0;
	text-align: right;
	}

.chat-input textarea {
	width: 100%;
	/* background: #eee; */
	/* border: 1px solid #bbb; */
	/* border-radius: 8px; */
	}

.chat .chat-right p,
.chat .chat-left p {margin: 0 !important;line-height: 18px;}

.chat-right,
.chat-left {
	width: 80%;
	padding: 10px 12px;
	margin: 5px 10px 10px 10px;
	position: relative;
	border-radius: 6px;
	}
.chat-right p,
.chat-left p{
	color: #333;
}

.chat-right {
	float: right;
	background: rgba(102,164,215,0.5);
	}

.chat-left {
	float: left;
	background: rgba(106,194,141,0.5); }

.chat-left:before,
.chat-right:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 15px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent; }

.chat-right:before {
	right: -10px;
	border-left: 10px solid rgba(102,164,215,0.5); }

.chat-left:before {
	left: -10px;
	border-right: 10px solid rgba(106,194,141,0.5); }
.chat small {color: #666;margin: 10px 6px 0;display: inline-block;}

.indexchart {
	position: relative;
	width: 100px;
	height: 100px;
	margin-bottom: 0;
	margin-right: 20px;
}
.indexchart .p {
	margin-bottom: 0;
	position: absolute;
	margin: auto;
	top: 0;
	font-weight: 700;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	background: #eee;
	border-radius: 999px;
	width: 70px;
	height: 70px;
	color: #999;
	line-height: 65px;
	text-align: center;
}

/* ---------- Nav Styles ---------- */

.navbar {
	border: 0;
	min-height: 30px;
	margin-bottom: 0;
	background-color: transparent; }

.nav > li > a { padding: 10px; }

.navbar-brand { padding: 10px 15px 10px 5px; }

.navbar-header { float: left; }

.navbar-nav {
	margin: 0;
	float: left; }

.navbar-right {
	float: right;
	margin-right: 5px; }

.nav > li { float: left; }

/* Menu Overlay */
.overlay {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 999998;
	background: rgba(0,0,0,0.3); }

/* ---------- Dropdown Styles ---------- */

.dropdown-menu {
	width: 100%;
	z-index: 10;
	max-width: 200px;
	}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #ffffff;
	background-color: #ebebeb; }

.dropdown-menu > .active > a label,
.dropdown-menu > .active > a:hover label,
.dropdown-menu > .active > a:focus label,
.dropdown-menu > li > a:hover label,
.dropdown-menu > li > a:focus label { color: #fff; }

.dropdown-menu > li > a { white-space: normal; }

.note-editor .dropdown-menu { width: auto; }

.role .dropdown-menu { position: relative;}


/* ---------- Error Pages Styles ---------- */

.error-message {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 380px;
	height: 380px;
	position: absolute; }

.error-message .error-number {
	color: #666;
	font-size: 120px;
	text-align: center; }

.error-message .links {
	margin-top: 20px;
	text-align: center; }

.error-message .links a {
	color: #555;
	margin: 0 5px; }


/* ---------- Lockscreen Styles ---------- */

.lock { overflow: hidden; }

.lock #canvas {
	top: 0;
	left: 0;
	position: absolute; }

.lockscreen {
	height: 100%;
	z-index: 9999;
	position: relative; }

.lockscreen .logscreen {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #555;
	margin: auto;
	width: 200px;
	height: 64px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out; }

.lockscreen .logscreen p { margin-top: 13px; }

.lockscreen .logscreen:hover p { display: none; }

.lockscreen .logscreen:hover {
	width: 450px;
	height: 64px; }

.lockscreen .logscreen img { margin-right: 20px }

.lockscreen .logscreen:hover img { margin-right: 0 }

.lockscreen .logscreen:hover .form-control { width: 85%; }

.lockscreen .logscreen .form-control {
	border: 0;
	width: 70%;
	height: 64px;
	transition: width 0.5s ease-in-out;
	-o-transition: width 0.5s ease-in-out;
	-ms-transition: width 0.5s ease-in-out;
	-moz-transition: width 0.5s ease-in-out;
	-webkit-transition: width 0.5s ease-in-out; }

/* ---------- Login Styles ---------- */

.login-bg {
	background-image: url('../img/bg_login.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 640px;
}

.login {
	background-image: url('../img/bg_login.jpg');
	/*position: relative;*/
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
}

.login:before {
	opacity: .5;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000; }

.login-panel {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #555;
	width: 450px;
	margin: auto;
	padding: 20px;
	height: 220px;
	background: #fff;
	position: absolute;
	}

.login-panel h3 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 6px;
	color: #565656;
	font-weight: 600;
	border: 2px solid #676767;
	border-radius: 4px;
}

.login-panel hr { margin-top: 50px; }

.login-panel .btn-lg { margin-top: -1px; }

.login-panel a { color: #777; }

.login-panel .form-control {
	margin-top: -1px;
	border: 1px solid #efefef;
}

.login-panel .form-control:focus { border: 1px solid #efefef; }
.login p {font-size: 15px; line-height: 18px;}

/* ---------- Error404 page Styles ---------- */

.error404 {
	height: 100%;
	position: relative;
	background-image: url(../img/bg_error.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.error404:before {
	opacity: .5;
	content: "";
	width: 100%;
	height: 100%;
	position: fixed;
	background: #000; }

.error404-panel {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #555;
	width: 450px;
	margin: auto;
	padding: 20px;
	height: 220px;
	background: #fff;
	position: absolute;
	z-index: 100; }

.error404-panel h3 {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	padding: 3px 6px;
	color: #565656;
	font-weight: 600;
	border: 2px solid #676767;
	border-radius: 4px;
}

.error404-panel hr { margin-top: 50px; }

.error404-panel .btn-lg { margin-top: -1px; }

.error404-panel a { color: #777; }

.error404-panel .form-control {
	margin-top: -1px;
	border: 1px solid #efefef; }

.error404-panel .form-control:focus { border: 1px solid #efefef; }

.error404 h1 {font-size: 18px;text-transform: uppercase;font-weight: bold;border-top: 1px solid #bbb;padding-top: 20px;}
.error404 p {font-size: 15px; line-height: 18px;}
.error404 p a {color: #ff5033; font-weight: bold; padding: 0 3px; text-decoration: underline;}


/* ---------- Search Results Styles ---------- */

.searchres img { margin-right: 20px; }

.searchres .title h3 { margin: 0 0 15px; }

.searchres .title { padding: 0 15px 0 0; }

.searchres .title p { font-size: 12px; }

/* ---------- Widgets Styles ---------- */

/* todo */
.todo li a { cursor: pointer; }

.todo li a.checked {
	opacity: .5;
	text-decoration: line-through; }

.todo li a.checked i { text-decoration: none; }

.todo li a i.check {
	line-height: .6;
	display: inline-block;
	margin-right: 10px; }

.todo li a i.todo-remove {
	color: #555;
	display: none;
	line-height: 1.5;
	margin-right: 10px; }

.todo li a i.todo-remove:hover { color: #d9534f; }

/* latest user */
.media {
	margin-top: -1px;
	padding: 10px 0 5px;
	border-bottom: 1px solid #eee; }

.media-heading {
	color: #999;
	margin: 0 0 10px;
	padding-right: 64px; }

.media p { color: #999; }

.media > .pull-left { margin: 5px 20px 0 0; }

/* Chart widgets */
.sparkline { margin-top: 30px; }

.sparkline canvas {
	width: 100% !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important; }

.sparkline.pie canvas { width: 200px !important; }

.chart-info {
	color: #aaa;
	background: #eee;
	margin: 30px 0 10px; }

.chart-info span {
	padding: 5px 10px;
	display: inline-block; }

.chart-info span.date {
	color: #fff;
	background: #aaa; }

.chart-info span i { margin-right: 5px; }

.chart-info.primary,
.chart-info.success,
.chart-info.info,
.chart-info.danger,
.chart-info.warning { color: #fff; }

.chart-info.primary { background: #428bca; }

.chart-info.success { background: #5cb85c; }

.chart-info.info { background: #5bc0de; }

.chart-info.danger { background: #d9534f; }

.chart-info.warning { background: #f0ad4e; }

/* nestable */

.dd {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 14px;
	max-width: 100%;
	list-style: none;
	line-height: 20px;
	position: relative;  }

.dd-list {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	position: relative; }

.dd-list .dd-list { padding-left: 30px; }

.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 13px;
	min-height: 20px;
	line-height: 20px;
	position: relative; }

.dd-handle {
	color: #555;
	margin: 5px 0;
	display: block;
	cursor: pointer;
	background: #fff;
	padding: 5px 10px;
	text-decoration: none;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; }

.dd-handle:hover {
	color: #999;
	background: #fff; }

.dd-item > button {
	border: 0;
	padding: 0;
	float: left;
	width: 25px;
	height: 20px;
	margin: 5px 0;
	display: block;
	line-height: 1;
	font-size: 12px;
	cursor: pointer;
	overflow: hidden;
	text-indent: 100%;
	font-weight: bold;
	text-align: center;
	position: relative;
	white-space: nowrap;
	background: transparent; }

.dd-item > button:before {
	width: 100%;
	content: '+';
	display: block;
	text-indent: 0;
	position: absolute;
	text-align: center;  }

.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty {
	padding: 0;
	margin: 5px 0;
	min-height: 30px;
	border: 1px dashed #bbb; }

.dd-dragel {
	z-index: 9999;
	position: absolute;
	pointer-events: none; }

.dd-dragel > .dd-item .dd-handle { margin-top: 0; }

.ui-sortable-placeholder {
  	border: 1px dashed #555;
  	height: 40px !important;
  	visibility: visible !important; }

.ui-sortable-placeholder * { visibility: hidden; }

/* drag list */
.sort li { cursor: pointer; }

.sort i { margin-right: 5px; }

/* carousel */
.owl-theme .owl-controls .owl-page span{
	width: 6px;
	height: 6px;
	display: block;
	background: #000;
	margin: 8px 10px;
	border-radius: 20px;
	border: 1px solid #fff;
	transition: border .5s ease-in-out;
	-o-transition: border .5s ease-in-out;
	-ms-transition: border .5s ease-in-out;
	-moz-transition: border .5s ease-in-out;
	-webkit-transition: border .5s ease-in-out; }

.owl-theme .owl-controls .owl-page.active span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #fff;
	border-color: #000; }

/* ---------- Checkbox Styles ---------- */

/* Checkbox Styles */
.themecheck {
	margin: 0;
	width: 52px;
	padding: 1px;
	height: 31px;
	outline: none;
	cursor: pointer;
	appearance: none;
	position: relative;
	border-radius: 15px;
	border: 0 !important;
	display: inline-block;
	background-color: #fff;
	-webkit-appearance: none;
	transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	box-shadow: inset 0px 0px 0px 1px #e6e6e6; }

.themecheck:checked { box-shadow: inset 0 0 0 20px #53d76a; }

.themecheck:after {
	content: '';
	width: 29px;
	height: 29px;
	cursor: pointer;
	position: absolute;
	border-radius: 15px;
	background-color: #fff;
	transition: all .1s ease-in .1s;
	box-shadow: 0 2px 2px 1px rgba(0,0,0,.2); }

.themecheck:checked:after { left: 22px; }

/* list-check Styles */
.list-check {color: #999;}






/* iCheck Styles */
.checkbox.icheck { padding-left: 30px; }

label.icheck div{
	float: left;
	margin-left: -30px; }


/* ---------- Select Styles ---------- */

/* chosen */
.chosen-container { width: 100% !important; }

.chosen-container .chosen-drop { z-index: 3; }

.chosen-container-single .chosen-single {
	color: #777;
	height: 35px;
	display: block;
	border-radius: 0;
	background: #fff;
	box-shadow: none;
	overflow: hidden;
	line-height: 33px;
	position: relative;
	padding: 0 0 0 8px;
	text-decoration: none;
	border: 1px solid #eee; }

.chosen-container-single .chosen-single div b {
	height: 20px;
	margin-top: 5px; }

.chosen-container-active.chosen-with-drop .chosen-single {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #aaa;
	background-image: none; }

.chosen-container .chosen-results li.highlighted {
	color: #fff;
	background-image: none;
	background-color: #428bca; }

.chosen-container-multi .chosen-choices li.search-choice {
	border: 0;
	color: #777;
	cursor: default;
	border-radius: 0;
	box-shadow: none;
	line-height: 13px;
	position: relative;
	margin: 3px 0 3px 3px;
	background-color: #fff;
	background-image: none;
	padding: 13px 20px 13px 5px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { top: 15px; }

.chosen-container-multi .chosen-choices {
	background-image: none;
	border: 1px solid #eee; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	color: #777;
	height: 45px;
	padding: 10px;
	margin: 1px 0;
	font-size: 14px;
	box-shadow: none;
	border-radius: 0; }

.chosen-container-active .chosen-choices {
	box-shadow: none;
	border: 1px solid #afafaf }

.chosen-container-single .chosen-single abbr { top: 10px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close { left: -10px; }

/* bootstrap select */
.bootstrap-select .btn:focus{ outline: none !important; }

.bootstrap-select-searchbox .form-control {
	height: auto;
	padding: 5px;
	font-size: 12px; }

/* bootstrap select */
.select2-container { width: 100%; }

.select2-container .select2-choice {
	color: #777;
	height: 35px;
	filter: none;
	border-radius: 0;
	line-height: 33px;
	padding: 0 0 0 8px;
	white-space: nowrap;
	text-decoration: none;
	border: 1px solid #eee;
	background-color: #fff;
	background-image: none; }

.select2-container .select2-choice .select2-arrow {
	width: 25px;
	filter: none;
	border-radius: 0;
	background-color: #fff;
	background-image: none;
	border-left: 1px solid #eee; }

.select2-container .select2-choice .select2-arrow b { background-position: 3px 4px; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-drop-active {
	box-shadow: none;
	border: 1px solid #aaa; }

.select2-container-multi .select2-choices {
	background-image: none;
	border: 1px solid #eee; }

.select2-search input { margin: 5px 0 0; }

.select2-results .select2-highlighted {
	color: #fff;
	background: #428bca; }

.select2-container-multi.select2-container-active .select2-choices,
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	box-shadow: none;
	border: 1px solid #aaa; }

.select2-drop.select2-drop-above.select2-drop-active { border: 1px solid #aaa; }

.select2-container-multi .select2-choices .select2-search-choice {
	color: #777;
	filter: none;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #eee;
	background-color: #fff;
	background-image: none;
	padding: 5px 5px 5px 18px; }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices { background: none; }

.select2-search-choice-close { top: 5px; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow { border-left: 1px solid #eee; }

/* ---------- Bootstrap Form Helpers Styles ---------- */

.bfh-selectbox {
	width: 100%;
	height: 30px;
	position: relative;
	display: inline-block; }

.bfh-selectbox-toggle {
	color: #777;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	position: relative;
	display: inline-block;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #eee; }

.bfh-selectbox-large { width: 100%; }

.bfh-selectbox-toggle .caret {
	top: 17px;
	right: 10px;
	position: absolute; }

.bfh-selectbox-option { padding-left: 5px; }

.bfh-selectbox-options {
	z-index: 10;
	margin: 11px 0 0;
	border-radius: 0;
	border: 1px solid #eee; }

.bfh-selectbox-filter {
	padding: 4px;
	border: 1px solid #eee; }

.bfh-selectbox-filter:focus {
	padding: 4px;
	outline: none;
	border: 1px solid #aaa; }

/* ---------- Button Styles ---------- */

/* bootstrap btn */
.btn-group-vertical { width: 100%; }
.btn-uncliable { cursor: default;}
.btn {
	border-radius: 2px;
	white-space: normal;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease; }

.btn:focus { outline: none; }

.btn:active,
.btn.active {
	box-shadow: none;
	-webkit-box-shadow: none; }

.btn-white {
	color: #565656;
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	border-top: none;
	border-right: none;
	border-left: none;
	}

.btn-default {
	color: #757575;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;  }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #aaaaaa;
	border-color: #ebebeb;
	background-color: transparent; }

.btn-primary {
	color: #ffffff;
	background-color: #428bca;
	border: 1px solid #428bca; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #428bca;
	border-color: #428bca;
	background-color: transparent; }

.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border: 1px solid #f0ad4e; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: transparent; }

.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border: 1px solid #d9534f; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #d9534f;
	border-color: #d9534f;
	background-color: transparent; }

.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border: 1px solid #5cb85c; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: transparent; }

.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border: 1px solid #5bc0de; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #5bc0de;
	border-color: #5bc0de;
	background-color: transparent; }

.btn-gap { margin-bottom: 20px; }

.btn-xs {
	font-size: 13px;
}

/* Quick Buttons */
.quick-btn {
	display: block;
	text-align: center;
	position: relative;
	border-radius: 0;
	margin-bottom: 0;
	transition: all .5s ease;
	border: 1px dashed #dddddd;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease; }

.quick-btn:hover { background: #f1f1f1; }

.quick-btn img {
	width: 32px;
	height: auto;
	margin: 0;
	padding: 36px 0;
	position: relative;
	}
.quick-btn h3 {display: inline-block;vertical-align: middle;margin: 0;padding-left: 10px;font-size: 20px;}


.quick-btn.quick-btn-primary:hover { background: #428bca; border-color: #428bca;}
.quick-btn.quick-btn-primary:hover h3{ color: #fff; }

.quick-btn.quick-btn-success:hover { background: #5cb85c; }

.quick-btn.quick-btn-info:hover { background: #5bc0de; }

.quick-btn.quick-btn-danger:hover { background: #d9534f; }

.quick-btn.quick-btn-warning:hover { background: #f0ad4e; }

.quick-btn.quick-btn-primary:hover img,
.quick-btn.quick-btn-success:hover img,
.quick-btn.quick-btn-info:hover img,
.quick-btn.quick-btn-danger:hover img,
.quick-btn.quick-btn-warning:hover img { -webkit-filter: invert(100%); }

/* modern btn */
.mini {
	padding: 4px 0;
	box-sizing: initial; }

.big {
	padding: 20px 0;
	box-sizing: initial; }

/* ---------- SelectBoxIt Styles ---------- */

.selectboxit-container { margin: 0 0 5px; }

.selectboxit-btn {
	color: #777;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eee; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
	color: #777;
	background-color: #fff; }

.selectboxit-default-arrow { border-top: 4px solid #777; }

.selectboxit-container span,
.selectboxit-container .selectboxit-options a { line-height: 27px; }

.selectboxit .selectboxit-arrow-container .selectboxit-arrow { top: 40%; }

.selectboxit-options.selectboxit-list li {
	margin: 0;
	padding: 0; }

.selectboxit-options.selectboxit-list li a {
	padding: 5px;
	line-height: 1.5; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
	color: #000;
	background-image: none;
	background-color: #f0f0f0; }

/* ---------- Progress Bar Styles ---------- */

/* Bootstrap Bars */
.progress-bar {
	box-shadow: none;
	border-radius: 4px;
	border: 2px solid #fff; }

.progress {
	height: 23px;
	filter: none;
	box-shadow: none;
	background-image: none;
	background-color: #fff;
	border: 1px solid #428bca; }

.progress.progress-bar-success { border-color: #5cb85c; }

.progress.progress-bar-info { border-color: #5bc0de; }

.progress.progress-bar-danger { border-color: #d9534f; }

.progress.progress-bar-warning { border-color: #f0ad4e; }

/* Bootstrap Ui */
.ui-progressbar {
	height: 23px;
	margin-bottom: 20px; }

.ui-progressbar .ui-progressbar-value {
	margin: 0;
	filter: none;
	text-shadow: none;
	border-radius: 4px;
	border: 2px solid #fff;
	background-image: none; }

.ui-progressbar.ui-progress-bar-primary { border-color: #428bca; }

.ui-progressbar.ui-progress-bar-primary .ui-progressbar-value { background-color: #428bca; }

.ui-progressbar.ui-progress-bar-success { border-color: #5cb85c; }

.ui-progressbar.ui-progress-bar-success .ui-progressbar-value { background-color: #5cb85c; }

.ui-progressbar.ui-progress-bar-info { border-color: #5bc0de; }

.ui-progressbar.ui-progress-bar-info  .ui-progressbar-value { background-color: #5bc0de; }

.ui-progressbar.ui-progress-bar-danger { border-color: #d9534f; }

.ui-progressbar.ui-progress-bar-danger .ui-progressbar-value { background-color: #d9534f; }

.ui-progressbar.ui-progress-bar-warning { border-color: #f0ad4e; }

.ui-progressbar.ui-progress-bar-warning .ui-progressbar-value { background-color: #f0ad4e; }

/* Knobs */
.knobs { box-shadow: none !important; }

/* ---------- jQuery Ui Styles ---------- */

/* States */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 0;
	color: #fff;
	padding: 5px;
	filter: none;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	background-color: #f0ad4e; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	color: #fff;
	text-shadow: none;
	background-image: none;
	background-color: #d9534f; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	color: #555;
	padding: 5px;
	filter: none;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	background-color: #fff; }

.ui-state-default .ui-icon,
.ui-state-error .ui-icon,
.ui-state-highlight .ui-icon {
	float: left;
	margin: 1px 5px 0 0; }

/* overlay */
.ui-widget-overlay {
	opacity: 1;
	background: rgba(255,255,255,.7); }

/* menu */
.ui-menu .ui-menu-item,
.ui-menu { float: none; }

.ui-menu .ui-menu-item a { color: #777; }

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	border: 0;
	color: #555;
	filter: none;
	border-radius: 0;
	text-shadow: none;
	background: #f1f1f1;
	background-image: none;
	background-color: #f1f1f1; }

/* datepicker */
.ui-datepicker {
	border: 0;
	width: 100%; }

.ui-datepicker td .ui-state-hover {
	border: 0;
	color: #555;
	filter: none;
	border-radius: 0;
	text-shadow: none;
	background: #f1f1f1;
	background-image: none;
	background-color: #f1f1f1; }

/* spinner */
.ui-spinner {
	border: 0;
	width: 100%;
	border-radius: 0; }

.ui-spinner .form-control { margin: 0; }

/* dialog */
.ui-dialog { border-color: #eee }

.ui-dialog .ui-dialog-buttonpane button {
	color: #757575;
	cursor: pointer;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 0;
	user-select: none;
	padding: 6px 12px;
	text-align: center;
	border-radius: 4px;
	font-weight: normal;
	white-space: nowrap;
	-o-user-select: none;
	display: inline-block;
	-ms-user-select: none;
	-moz-user-select: none;
	vertical-align: middle;
	line-height: 1.428571429;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	-webkit-user-select: none; }

.ui-dialog .ui-dialog-buttonpane button:hover {
	color: #aaaaaa;
	border-color: #ebebeb;
	background-color: transparent; }

.ui-dialog .ui-dialog-buttonpane button:focus { outline: none; }

/* ---------- Contact Styles ---------- */

.backmap {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important; }

/* ---------- Alert Styles ---------- */

/* Bootstrap Alerts */
.alert {
	cursor: pointer;
	transition: all .5s ease;
	box-shadow: none !important;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	opacity: 0.97;
	font-size: 16px;
	}

.alert ul {
	margin: 0;
	padding: 0;
	list-style-type: none; }

.alert .close { line-height: .9; }

.alert:hover .close {
	opacity: 1;
	color: #fff;
	text-shadow: none; }

.alert-warning {
	color: #f0ad4e;
	border-color: #f0ad4e;
	background-color: rgba(255,255,255,.8); }

.alert-warning.fill {
	color: #fff;
	border-color: #f0ad4e;
	background-color: #f0ad4e; }

.alert-warning:hover {
	color: #fff;
	background-color: #f0ad4e; }

.alert-danger {
	color: #d9534f;
	border-color: #d9534f;
	background-color: rgba(255,255,255,.8); }

.alert-danger.fill {
	color: #fff;
	border-color: #d9534f;
	background-color: #d9534f; }

.alert-danger:hover {
	color: #fff;
	background-color: #d9534f; }

.alert-success {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: rgba(255,255,255,.8); }

.alert-success.fill {
	color: #fff;
	border-color: #5cb85c;
	background-color: #5cb85c; }

.alert-success:hover {
	color: #fff;
	background-color: #5cb85c; }

.alert-info {
	color: #5bc0de;
	border-color: #5bc0de;
	background-color: rgba(255,255,255,.8); }

.alert-info.fill {
	color: #fff;
	border-color: #5bc0de;
	background-color: #5bc0de; }

.alert-info:hover {
	color: #fff;
	background-color: #5bc0de; }

.alert-primary {
	color: #428bca;
	border-color: #428bca;
	background-color: rgba(255,255,255,.8); }

.alert-primary.fill {
	color: #fff;
	border-color: #428bca;
	background-color: #428bca; }

.alert-primary:hover {
	color: #fff;
	background-color: #428bca; }

.alert .alert-link:hover { text-decoration: none; }

/* Humane Alerts */
.humane-jackedup a {color: #fff; text-decoration: underline;}

.humane,
.humane-jackedup {
	border: 0;
	color: #565656;
	cursor: pointer;
	box-shadow: none;
	font-weight: 400;
	text-shadow: none;
	border-radius: 4px;
	background: #eee;
	-webkit-border-radius: 4px;
	font-family: Lato, sans-serif;
	-webkit-backface-visibility: hidden;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 0 0 4px 4px;
	}

.humane.humane-jackedup-info,
.humane-jackedup.humane-jackedup-info {
	color: #fff;
	background: #5bc0de;
	text-shadow: none;
	background-image: none;
	border: 1px solid #5bc0de; }

.humane.humane-jackedup-success,
.humane-jackedup.humane-jackedup-success {
	color: #fff;
	background: #5cb85c;
	text-shadow: none;
	background-image: none;
	border: 1px solid #5cb85c; }

.humane.humane-jackedup-error,
.humane-jackedup.humane-jackedup-error {
	color: #fff;
	background: #d9534f;
	text-shadow: none;
	background-image: none;
	border: 1px solid #d9534f;
	}

.humane.humane-jackedup-warning,
.humane-jackedup.humane-jackedup-warning {
	color: #fff;
	background: #f0ad4e;
	text-shadow: none;
	background-image: none;
	border: 1px solid #f0ad4e;
	}

.humane,
.humane-boldlight {
	color: #777;
	cursor: pointer;
	font-weight: 400;
	box-shadow: none;
	left: 50px;
	right: 0;
	margin: 0 auto;
	text-shadow: none;
	border-radius: 4px;
	background: #f4f4f4;
	background-image: none;
	-webkit-border-radius: 4px;
	font-family: Lato, sans-serif;
	-webkit-backface-visibility: hidden; }

.humane.humane-boldlight-info,
.humane-boldlight.humane-boldlight-info {
	color: #fff;
	background: #5bc0de;
	background-image: none; }

.humane.humane-boldlight-success,
.humane-boldlight.humane-boldlight-success {
	color: #fff;
	background: #5cb85c;
	background-image: none; }

.humane.humane-boldlight-error,
.humane-boldlight.humane-boldlight-error {
	color: #fff;
	background: #d9534f;
	background-image: none; }

.humane,
.humane-bigbox {
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	background: #222;
	left: 50px;
	right: 0;
	margin: 0 auto;
	box-shadow: none;
	text-shadow: none;
	border-radius: 4px;
	background-image: none;
	-webkit-border-radius: 4px;
	font-family: Lato, sans-serif;
	-webkit-backface-visibility: hidden; }

.humane.humane-bigbox-info,
.humane-bigbox.humane-bigbox-info {
	color: #fff;
	background: #5bc0de;
	background-image: none; }

.humane.humane-bigbox-success,
.humane-bigbox.humane-bigbox-success {
	color: #fff;
	background: #5cb85c;
	background-image: none; }

.humane.humane-bigbox-error,
.humane-bigbox.humane-bigbox-error {
	color: #fff;
	background: #d9534f;
	background-image: none; }

.humane,
.humane-libnotify {
	color: #777;
	cursor: pointer;
	font-weight: 400;
	box-shadow: none;
	text-shadow: none;
	border-radius: 4px;
	border: 1px solid #777;
	-webkit-border-radius: 4px;
	font-family: Lato, sans-serif;
	background: rgba(255,255,255,.6);
	-webkit-backface-visibility: hidden; }

.humane.humane-libnotify-info,
.humane-libnotify.humane-libnotify-info {
	color: #5bc0de;
	background-image: none;
	border: 1px solid #5bc0de;
	background: rgba(255,255,255,.6); }

.humane.humane-libnotify-success,
.humane-libnotify.humane-libnotify-success {
	color: #5cb85c;
	background-image: none;
	border: 1px solid #5cb85c;
	background: rgba(255,255,255,.6); }

.humane.humane-libnotify-error,
.humane-libnotify.humane-libnotify-error {
	color: #d9534f;
	background-image: none;
	border: 1px solid #d9534f;
	background: rgba(255,255,255,.6); }

.humane,
.humane-original {
	color: #fff;
	cursor: pointer;
	background: #000;
	font-weight: 400;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: Lato, sans-serif;
	-webkit-backface-visibility: hidden; }

.humane.humane-original-info,
.humane-original.humane-original-info { background-color: #5bc0de; }

.humane.humane-original-success,
.humane-original.humane-original-success { background-color: #5cb85c; }

.humane.humane-original-error,
.humane-original.humane-original-error { background-color: #d9534f; }

/* Alertify Alerts */
.alertify {
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.8); }

.alertify-button {
	color: #777;
	box-shadow: none;
	background: #fff;
	text-shadow: none;
	border-radius: 4px;
	text-decoration: none;
	border: 1px solid #eee;
	background-image: none; }

.alertify-button:focus {
	box-shadow: none;
	text-decoration: none; }

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
	background: #fff;
	text-decoration: none;
	border: 1px solid #eee; }

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
	color: #5cb85c;
	background: #fff;
	border-color: #5cb85c; }

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
	color: #d9534f;
	box-shadow: none;
	background: #fff;
	border-color: #d9534f; }

.alertify-text {
	height: auto;
	padding: 10px;
	font-size: 16px;
	box-shadow: none;
	margin-top: -1px;
	border-radius: 0;
	position: relative; }

.alertify-text:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid #afafaf; }

.alertify-log { text-shadow: none; }

.alertify-log-error { background: #d9534f; }

.alertify-log-success { background: #5cb85c; }

/* ---------- Form Styles ---------- */

label {
	font-weight: 400;
	color: #444; }

.input-group-addon { border: 0; }

.form-control {
	height: 45px;
	padding: 10px;
	font-size: 16px;
	box-shadow: none;
	border-radius: 0;
	position: relative; }

.form-control.together { margin-top: -1px; }

.form-control:focus {
	box-shadow: none;
	border: 1px solid #afafaf; }

input[type="text"],
input[type="password"],
.ui-autocomplete-input,
textarea,
.uneditable-input { border-radius: 0; }

.input-lg {
	height: 50px;
	font-size: 18px;
	border-radius: 0;
	line-height: 1.33;
	padding: 10px 16px; }

.input-sm {
	height: 30px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0;
	padding: 5px 10px; }

.fs-editor-wrapper .fs-editor.expanded {
	width: 85%;
	height: 85%; }

/* ---------- Tree Styles ---------- */

/* Bootstrap tree */
.tree-toggle { cursor: pointer; }

.tree-toggle i { margin-right: 5px; }

/* ---------- Fuelux Styles ---------- */

/* Fuelux Tree */
.fuelux .tree {
	border: 0;
	padding: 15px;
	border-radius: 0; }

.fuelux .tree .tree-folder .tree-folder-header {
	height: 40px;
	border-radius: 0; }

.fuelux .tree .tree-folder .tree-folder-header:hover i,
.fuelux .tree .tree-folder .tree-folder-header:hover {
	color: #999;
	background: transparent; }

.fuelux .tree .tree-folder .tree-folder-header i {
	top: 7px;
	left: 5px;
	font-size: 25px; }

.fuelux .tree .tree-folder .tree-folder-header .tree-folder-name {
	line-height: 40px;
	padding-left: 40px; }

.fuelux .tree .tree-item {
	height: 40px;
	border-radius: 0; }

.fuelux .tree .tree-selected:hover,
.fuelux .tree .tree-item:hover .icon-ok,
.fuelux .tree .tree-item:hover .tree-dot,
.fuelux .tree .tree-item:hover {
	background: transparent;
	color: #999; }

.fuelux .tree .tree-item .tree-item-name {
	left: 40px;
	line-height: 40px; }

.fuelux .tree .tree-item .tree-dot {
	top: 19px;
	left: 13px;
	font-size: 25px; }

.fuelux .tree .tree-item .icon-ok {
	top: 9px;
	font-size: 20px; }

.fuelux .tree .tree-selected {
	color: #333;
	background: transparent; }

/* Fuelux wizard */
.fuelux .wizard .actions { z-index: 2; }

.fuelux .step-content .step-pane {
	padding: 0 15px;
	margin-top: 20px; }

.fuelux .wizard ul li.active {
	color: #fff;
	background: #5bc0de; }

.fuelux .wizard ul li.complete .chevron::before { border-left-color: #ededed; }

.fuelux .wizard ul li.active .chevron::before { border-left-color: #5bc0de; }

.fuelux .wizard ul li.complete:hover { background: #ededed; }

.fuelux .wizard ul li.complete {
	color: #468847;
	background: #ededed; }

/* jWizard wizard */
.jw-widget .ui-progressbar { margin: 0; }

.jw-widget .ui-widget-header,
.jw-widget .ui-widget-content { border: 0; }

.jw-widget .jw-steps-wrap { height: 100%; }

.jw-widget .ui-widget-header { border-bottom: 1px solid #eee; }

.jw-widget .ui-progressbar .ui-progressbar-value { background: #5bc0de; }

.jw-widget .ui-progressbar-label { display: inline-block; }

.jw-widget .ui-menu-item {
	padding: 0;
	background: #fff; }

.jw-widget button {
	color: #757575;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 0;
	padding: 6px 12px;
	border-radius: 2px;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	vertical-align: middle;
	transition: all .5s ease;
	line-height: 1.428571429;
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
	-webkit-user-select: none;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease; }

.jw-widget button:hover {
	color: #aaaaaa;
	border-color: #ebebeb;
	background-color: transparent; }

.jw-widget button.ui-state-highlight,
.jw-widget button.ui-widget-content .ui-state-highlight,
.jw-widget button.ui-widget-header .ui-state-highlight {
	margin: 0;
	padding: 6px 12px;
	background: #5bc0de; }

.jw-widget button.ui-state-highlight:hover,
.jw-widget button.ui-widget-content .ui-state-highlight:hover,
.jw-widget button.ui-widget-header .ui-state-highlight:hover { color: #fff }

/* ---------- Editor Styles ---------- */

/* Medium Styles -- These are completely changable */
.medium-title {
	padding: 10px 0;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 20px;
	text-transform: uppercase;
	min-height: 52px !important;
	border-bottom: 1px dashed #eee;
	font-family: 'Open Sans', sans-serif; }

.medium-title p {
	color: #333332;
	font-size: 22px;
	line-height: 1.45; }

.medium-article {
	height: 300px;
	margin-top: 20px; }

.medium-article p {
	color: #333332;
	font-size: 18px;
	line-height: 1.45; }

/* tinyMCE */
.mce-panel {
	border: 0 !important;
	filter: none !important;
	background-color: #fff !important;
	background-image: none !important; }

.mce-menu {
	border-radius: 0;
	z-index: 10 !important; }

.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus {
	filter: none !important;
	background-color: #eee !important;
	background-image: none !important; }

.mce-menu-shortcut,
.mce-menu-item .mce-ico,
.mce-menu-item .mce-text { color: #000 !important; }

.mce-btn {
	filter: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	border: 1px solid #eee !important;
	background-color: #fff !important;
	background-image: none !important; }

.mce-btn:not(.mce-disabled):active,
.mce-btn:hover,
.mce-btn:focus {
	box-shadow: none;
	filter: none !important;
	background-color: #eee !important;
	background-image: none !important; }

/* ---------- Charts Styles ---------- */

/* flot */
.flot-charts { height: 300px; }

/* xcharts */
.figure-xcharts { height: 300px; }

.xchart > g {
	transform: translate(30px, 0px) !important;
	-o-transform: translate(30px, 0px) !important;
	-ms-transform: translate(30px, 0px) !important;
	-moz-transform: translate(30px, 0px) !important;
	-webkit-transform: translate(30px, 0px) !important; }

.ex-tooltip {
	padding: 5px;
	display: none;
	background: #eee;
	position: absolute;
	border-collapse: separate; }

/* ---------- Components Styles ---------- */

/* Jumbotron */
.jumbotron {
	border-radius: 4px;
	background-color: #fff; }

.item .jumbotron { margin: 10px; }

.jumbotron h1 {
	color: #aaa;
	font-weight: 400; }

.jumbotron p { color: #aaa; }

/* Tabs */
.nav-tabs {
	margin: 10px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee; }

.nav-tabs > li > a {
	border: 0;
	color: #aaa;
	font-size: 14px;
	border-radius: 0; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: 0;
	color: #777; }

.nav-tabs > li { margin-bottom: 0; }

/* Pills */
.nav-pills { margin: 10px 0; }

.nav-pills > li > a { color: #aaa; }

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: #fff;
	background-color: #eeeeee; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #777;
	border: 1px solid #eee;
	background-color: #fff; }

/* accordion */
.accordion .panel-default > .panel-heading {
	color: #555;
	border-color: #dddddd;
	background-color: #fff; }

.accordion .panel-heading {
	border-radius: 0;
	padding: 10px 15px;
	border-bottom: 1px solid transparent; }

.accordion .panel-title { font-size: 14px; }

.accordion .panel-title > a:hover {
	color: #aaa;
	text-decoration: none; }

.accordion .panel-group .panel-heading { border-bottom: 1px solid transparent; }

.accordion .panel {
	border-radius: 0;
	box-shadow: none;
	border: 0 !important;
	border-bottom: 1px solid transparent !important; }

.accordion .panel-default { border-color: #dddddd; }

.accordion .panel-primary { border-color: #428bca; }

.accordion .panel-success { border-color: #5cb85c; }

.accordion .panel-info { border-color: #5bc0de; }

.accordion .panel-warning { border-color: #f0ad4e; }

.accordion .panel-danger { border-color: #d9534f; }

/* pagination */
.pagination > li > a, .pagination > li > span {
	color: #555;
	border: 1px solid #eee;
	background-color: #ffffff; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus { background-color: #eee; }

/* pager */
.pager li > a, .pager li > span {
	color: #555;
	border-radius: 15px;
	border: 1px solid #eee;
	background-color: #ffffff; }

/* ---------- Tooltip & Popover Styles ---------- */

/* tooltips */
.primary-tooltip .tooltip.left .tooltip-arrow { border-left-color: #428bca; }
.primary-tooltip .tooltip.right .tooltip-arrow { border-right-color: #428bca; }
.primary-tooltip .tooltip.top .tooltip-arrow { border-top-color: #428bca; }
.primary-tooltip .tooltip.bottom .tooltip-arrow { border-bottom-color: #428bca; }
.primary-tooltip .tooltip-inner { background: #428bca; }

.success-tooltip .tooltip.left .tooltip-arrow { border-left-color: #5cb85c; }
.success-tooltip .tooltip.right .tooltip-arrow { border-right-color: #5cb85c; }
.success-tooltip .tooltip.top .tooltip-arrow { border-top-color: #5cb85c; }
.success-tooltip .tooltip.bottom .tooltip-arrow { border-bottom-color: #5cb85c; }
.success-tooltip .tooltip-inner { background: #5cb85c; }

.info-tooltip .tooltip.left .tooltip-arrow { border-left-color: #5bc0de; }
.info-tooltip .tooltip.right .tooltip-arrow { border-right-color: #5bc0de; }
.info-tooltip .tooltip.top .tooltip-arrow { border-top-color: #5bc0de; }
.info-tooltip .tooltip.bottom .tooltip-arrow { border-bottom-color: #5bc0de; }
.info-tooltip .tooltip-inner { background: #5bc0de; }

.warning-tooltip .tooltip.left .tooltip-arrow { border-left-color: #f0ad4e; }
.warning-tooltip .tooltip.right .tooltip-arrow { border-right-color: #f0ad4e; }
.warning-tooltip .tooltip.top .tooltip-arrow { border-top-color: #f0ad4e; }
.warning-tooltip .tooltip.bottom .tooltip-arrow { border-bottom-color: #f0ad4e; }
.warning-tooltip .tooltip-inner { background: #f0ad4e; }

.danger-tooltip .tooltip.left .tooltip-arrow { border-left-color: #d9534f; }
.danger-tooltip .tooltip.right .tooltip-arrow { border-right-color: #d9534f; }
.danger-tooltip .tooltip.top .tooltip-arrow { border-top-color: #d9534f; }
.danger-tooltip .tooltip.bottom .tooltip-arrow { border-bottom-color: #d9534f; }
.danger-tooltip .tooltip-inner { background: #d9534f; }

/* popovers */
.popover {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #eee;
	border-bottom: 2px solid #ccc; }

.primary-popover .popover.left .arrow { border-left-color: #428bca; }
.primary-popover .popover.right .arrow { border-right-color: #428bca; }
.primary-popover .popover.top .arrow { border-top-color: #428bca; }
.primary-popover .popover.bottom .arrow { border-bottom-color: #428bca; }
.primary-popover .popover {
	color: #428bca;
	border-color: #428bca; }

.success-popover .popover.left .arrow { border-left-color: #5cb85c; }
.success-popover .popover.right .arrow { border-right-color: #5cb85c; }
.success-popover .popover.top .arrow { border-top-color: #5cb85c; }
.success-popover .popover.bottom .arrow { border-bottom-color: #5cb85c; }
.success-popover .popover {
	color: #5cb85c;
	border-color: #5cb85c; }

.info-popover .popover.left .arrow { border-left-color: #5bc0de; }
.info-popover .popover.right .arrow { border-right-color: #5bc0de; }
.info-popover .popover.top .arrow { border-top-color: #5bc0de; }
.info-popover .popover.bottom .arrow { border-bottom-color: #5bc0de; }
.info-popover .popover {
	color: #5bc0de;
	border-color: #5bc0de; }

.warning-popover .popover.left .arrow { border-left-color: #f0ad4e; }
.warning-popover .popover.right .arrow { border-right-color: #f0ad4e; }
.warning-popover .popover.top .arrow { border-top-color: #f0ad4e; }
.warning-popover .popover.bottom .arrow { border-bottom-color: #f0ad4e; }
.warning-popover .popover {
	color: #f0ad4e;
	border-color: #f0ad4e; }

.danger-popover .popover.left .arrow { border-left-color: #d9534f; }
.danger-popover .popover.right .arrow { border-right-color: #d9534f; }
.danger-popover .popover.top .arrow { border-top-color: #d9534f; }
.danger-popover .popover.bottom .arrow { border-bottom-color: #d9534f; }
.danger-popover .popover {
	color: #d9534f;
	border-color: #d9534f; }

/* ---------- Map Styles ---------- */

.map,
.vector-map {
	width: 100%;
	height: 300px; }

.jqvmap-zoomin,
.jqvmap-zoomout {
	padding: 0;
	color: #000;
	background: #fff; }

/* ---------- Label Styles ---------- */

.label {
	color: #333;
	cursor: pointer;
	font-weight: 600;
	background: #fff;
	border: 2px solid;
	border-radius: 3px;
	padding: .2em .4em .2em;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	font-size: 100%;
	position: inherit;
	z-index: 100;
	/* margin: 0 10px; */
	}

.label-default:hover,
.label-success:hover,
.label-primary:hover,
.label-info:hover,
.label-warning:hover,
.label-danger:hover { color: #fff; }

.label-default { border-color: #999999; }

.label-default:hover { background-color: #999999; }

.label-primary { border-color: #428bca; }

.label-primary:hover { background-color: #428bca; }

.label-success { border-color: #5cb85c; }

.label-success:hover { background-color: #5cb85c; }

.label-info {border-color: #5bc0de;background: #5bc0de;color: #fff;}

.label-info:hover { background-color: #5bc0de; }

.label-warning {border-color: #f0ad4e;background: #f0ad4e;color: #fff;}

.label-warning:hover { background-color: #f0ad4e; }

.label-danger { border-color: #d9534f; background-color: #d9534f; color: #fff}

.label-danger:hover { background-color: #d9534f; }

/* ---------- Panel Styles ---------- */

.panel {
	box-shadow: none;
	border: 1px solid #eee;
	background-color: #ffffff;
	border-bottom: 2px solid #ccc; }

.panel-heading { background: #fff !important; }

.item .panel { margin: 10px; }

.panel-title { font-size: 14px; }

.panel-primary > .panel-heading { color: #428bca; }

.list-group-item {
	border-left: 0;
	border-right: 0; }

.list-group-item:first-child,
.list-group-item:last-child { border-radius: 0; }

/* ---------- Tags Styles ---------- */

/* tokenfield */
.tokenfield { height: auto !important; }

.tokenfield .token { height: 25px; }

.tokenfield.focus {
  outline: none;
  box-shadow: none;
  border-color: #aaa; }

.input-group-lg .token,
.tokenfield.input-lg .token { height: 30px; }

/* ---------- Toggles Styles ---------- */

.has-switch label {
	display: none;
	border: 0;
	width: 35%;
	filter: none;
	text-shadow: none;
	background-color: #eee;
	background-image: none; }

.has-switch { border: 1px solid transparent; }

/* ---------- Validation Styles ---------- */

.unhappyMessage {
	display: block;
	color: #d9534f;
	padding:0 0 10px; }

/* ---------- Twitter Typehead Styles ---------- */

.tt-dropdown-menu {
	margin-top: 6px;
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #eee; }

.tt-suggestion.tt-is-under-cursor {
	color: #fff;
	filter: none;
	background-image: none;
	background-color: #428bca; }

/* ---------- Moadal Styles ---------- */

.modal { box-shadow: none; }

.modal-backdrop { background-color: rgba(0,0,0,.6); }

.modal-header h3 { font-weight: 400; }

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom { margin-right: 0; }

/* ---------- Slider Styles ---------- */

/* Ui Slider */
.ui-slider-horizontal {
	height: 23px;
	margin-bottom: 20px; }

.ui-slider .ui-slider-range {
	margin: 0;
	filter: none;
	text-shadow: none;
	border-radius: 4px;
	border: 2px solid #fff;
	background-image: none; }

.ui-slider-horizontal .ui-slider-handle {
	top: 0;
	outline: 0;
	color: #fff;
	filter: none;
	font-size: 18px;
	box-shadow: none;
	text-shadow: none;
	margin-left: -11px;
	background: #428bca;
	line-height: normal;
	border-radius: 999px;
	border: 2px solid #fff;
	background-image: none;
	transition: border .5s ease;
	-o-transition: border .5s ease;
	-ms-transition: border .5s ease;
	-moz-transition: border .5s ease;
	-webkit-transition: border .5s ease; }

.ui-slider.ui-slider-primary { border-color: #428bca; }

.ui-slider.ui-slider-primary .ui-slider-range { background-color: #428bca; }

.ui-slider.ui-slider-primary.ui-slider-vertical .ui-slider-handle,
.ui-slider.ui-slider-primary.ui-slider-horizontal .ui-slider-handle { background: #428bca; }

.ui-slider.ui-slider-primary.ui-slider-vertical .ui-slider-handle:hover,
.ui-slider.ui-slider-primary.ui-slider-horizontal .ui-slider-handle:hover {
	background: #fff;
	border-color: #428bca; }

.ui-slider.ui-slider-success { border-color: #5cb85c; }

.ui-slider.ui-slider-success .ui-slider-range { background-color: #5cb85c; }

.ui-slider.ui-slider-success.ui-slider-vertical .ui-slider-handle,
.ui-slider.ui-slider-success.ui-slider-horizontal .ui-slider-handle { background: #5cb85c; }

.ui-slider.ui-slider-success.ui-slider-vertical .ui-slider-handle:hover,
.ui-slider.ui-slider-success.ui-slider-horizontal .ui-slider-handle:hover {
	background: #fff;
	border-color: #5cb85c; }

.ui-slider.ui-slider-info { border-color: #5bc0de; }

.ui-slider.ui-slider-info .ui-slider-range { background-color: #5bc0de; }

.ui-slider.ui-slider-info.ui-slider-vertical .ui-slider-handle,
.ui-slider.ui-slider-info.ui-slider-horizontal .ui-slider-handle { background: #5bc0de; }

.ui-slider.ui-slider-info.ui-slider-vertical .ui-slider-handle:hover,
.ui-slider.ui-slider-info.ui-slider-horizontal .ui-slider-handle:hover {
	background: #fff;
	border-color: #5bc0de; }

.ui-slider.ui-slider-danger { border-color: #d9534f; }

.ui-slider.ui-slider-danger .ui-slider-range { background-color: #d9534f; }

.ui-slider.ui-slider-danger.ui-slider-vertical .ui-slider-handle,
.ui-slider.ui-slider-danger.ui-slider-horizontal .ui-slider-handle { background: #d9534f; }

.ui-slider.ui-slider-danger.ui-slider-vertical .ui-slider-handle:hover,
.ui-slider.ui-slider-danger.ui-slider-horizontal .ui-slider-handle:hover {
	background: #fff;
	border-color: #d9534f; }

.ui-slider.ui-slider-warning { border-color: #f0ad4e; }

.ui-slider.ui-slider-warning .ui-slider-range { background-color: #f0ad4e; }

.ui-slider.ui-slider-warning.ui-slider-vertical .ui-slider-handle,
.ui-slider.ui-slider-warning.ui-slider-horizontal .ui-slider-handle { background: #f0ad4e; }

.ui-slider.ui-slider-warning.ui-slider-vertical .ui-slider-handle:hover,
.ui-slider.ui-slider-warning.ui-slider-horizontal .ui-slider-handle:hover {
	background: #fff;
	border-color: #f0ad4e; }

.ui-slider-vertical { width: 15px; }

.ui-slider-vertical .ui-slider-handle { left: -1px; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	filter: none;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	border-radius: 999px;
	background-color: #eee;
	border: 1px solid #fff;
	background-image: none; }

/* FD Slider */
.fd-slider {
	height: 5px;
	margin: 13px 0;
	max-width: 200px;
	display: inline-block; }

.fd-slider-range {
	top: 0;
	left: 0;
	height: 100%;
	background-image: none;
	background-color: #428bca;
	border-radius: 4px 0 0 4px; }

.fd-slider-bar {
	top: 0;
	left: 0;
	right: 0;
	border: 0;
	height: 100%;
	border-radius: 3px;
	background-color: #fff;
	background-image: none; }

.fd-slider,
.fd-slider-vertical {
	border-radius: 4px;
	border: 1px solid #428bca; }

.fd-slider-handle {
	top: 0;
	left: -11px;
	color: #fff;
	filter: none;
	height: 100%;
	margin-left: 0;
	font-size: 18px;
	outline: 0 none;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	background: transparent;
	border: 1px solid #428bca;
	border-radius: 0 3px 3px 0;
	cursor: pointer !important;
	transition: border .5s ease;
	-o-transition: border .5s ease;
	-ms-transition: border .5s ease;
	-moz-transition: border .5s ease;
	-webkit-transition: border .5s ease; }

.fd-slider-handle:before {
	margin: 0;
	z-index: 1;
	top: -25px;
	left: -13px;
	color: #777;
	width: 40px;
	padding: 5px;
	height: 25px;
	display: none;
	font-size: 10px;
	overflow: hidden;
	box-shadow: none;
	text-shadow: none;
	position:absolute;
	line-height: 12px;
	border-radius: 4px;
	background:transparent;
	content:attr(aria-valuetext); }

.fd-slider-handle:active:before,
.fd-slider-handle:hover:before { display: block; }

/* Spin Js */
.preview {
	color: #777;
	width: 100%;
	height: 120px;
	margin: 0 0 20px; }

/* Range Slider */
.ui-rangeSlider-bar {
	margin: 0;
	opacity: .5;
	height: 30px;
	border-radius: 0;
	box-shadow: none;
	background: #68a1d6; }

.ui-rangeSlider-withArrows .ui-rangeSlider-container,
.ui-rangeSlider-noArrow .ui-rangeSlider-container,
.ui-rangeSlider-arrow { box-shadow: none; }

.ui-rangeSlider-container,
.ui-rangeSlider-arrow { border: 0; }

.ui-rangeSlider-container,
.ui-rangeSlider-arrow,
.ui-rangeSlider-label { background: #888DA0; }

/* noUiSlider */
.noUi-connect { background: rgba(72,157,218,1); }

.noUi-handle {
	border: 0;
	background: #eee;
	margin: -2px 0 0 -23px; }

.noUi-base { border: 0; }

/* ---------- Responsive Styles ---------- */
@media (max-width: 979px) { /* News Styles */ .news-item .detail .img-holder { height: 120px; } }
@media (min-width: 769px) { /* Hide Control Hint */ .controlshint { display: none !important; } }
@media (max-width: 768px) {
/* General Styles */
.wrap { margin: 0 !important; }
/* News Soon */
.news-item .detail .img-holder { height: 100px; }
/* Coming Soon */
.coming-soon .soon {
	font-size: 40px;
	margin-top: 20px;
	text-align: center; }
.coming-soon .countdown .seconds,
.coming-soon .countdown .minutes,
.coming-soon .countdown .hours,
.coming-soon .countdown .days { font-size: 35px; }
.coming-soon .main-info { margin-top: 10px; }
.coming-soon .contact p { font-size: 20px; }
.coming-soon .form-control { font-size: 20px; }
/* Blog Styles */
.blog-post .blog-sidebar,
.blog .blog-details { padding: 20px; }
.blog .date {
	top: 10px;
	right: 10px; }
.blog .blog-details h2 { margin-top: 0; }
/* Control Hint Styles */
.controlshint {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 99999;
	background: rgba(0,0,0,.5); }
.controlshint img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: 100px;
	margin: auto;
	position: absolute; }
.register-panel,
.login-panel {
	width: 100%;
	margin-top: 50px;
	height: auto;
	position: relative; } }
@media (max-width: 560px) {
/* General Styles */
.wrap  {/* padding: 5px 0; */}
.log td:last-child {width: inherit;vertical-align: middle;}
.detail {
	margin: 10px 0 !important;
	border-radius: 0;
	border-left: 0;
	border-right: 0; }
/* Nav Styles */
.navbar-brand { padding: 10px 15px; }
/* Calendar Styles */
.fc-header-title h2 { display: none; }
/* Login Styles */
.register-panel,
.login-panel {
	width: 100%;
	margin-top: 50px;
	height: auto;
	position: relative; }
/* Error Styles */
.maintenance-title { padding: 20px; }
.maintenance-title,
.error-message {
	width: 100%;
	height: auto;
	position: relative; }
/* News Styles */
.news .sidebar,
.news .content { padding: 0 35px; } }