html {
	height: 100%;
	text-transform: uppercase
}

body {
	position: relative;
	padding: 0;
	background-color: #f0f0f0;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #0ff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300
}

a {
	font-weight: 600;
	color: #1fd6b3;
	text-decoration: none;
	outline: 0 none
}

a:active,
a:focus,
a:hover {
	outline: 0 none;
	text-decoration: none;
	color: #0fac8e
}

p {
	font-size: 11px;
	line-height: 22px
}

b {
	font-weight: 400
}

blockquote p {
	font-weight: 500
}

ul {
	padding-left: 30px
}

table {
	border-color: #dadada
}

span {
	font-weight: 600
}

.overflow-hidden {
	overflow: hidden
}

.no-margin {
	margin: 0 !important
}

.no-margin-y {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.no-margin-x {
	margin-left: 0 !important;
	margin-right: 0 !important
}

.no-margin-top {
	margin-top: 0 !important
}

.no-margin-bottom {
	margin-bottom: 0 !important
}

.no-margin-left {
	margin-left: 0 !important
}

.no-margin-right {
	margin-right: 0 !important
}

.big-text {
	font-size: 61px;
	line-height: 70px !important;
	text-shadow: 2px 1px 2px rgba(0, 0, 0, .2);
	padding-bottom: 5px
}

.jumbotron {
	margin-top: 20px;
	border-radius: 15px
}

#pcont {
	margin-left: 216px;
	position: relative
}

#pcont.container-fluid {
	padding: 0
}

.container-fluid {
	padding: 0
}

.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0;
	text-decoration: none;
	color: #fff;
	background-color: rgba(39, 41, 48, .8);
	font-size: 12px;
	padding: 9px 12px;
	display: none
}

.back-to-top i {
	font-size: 15px
}

.back-to-top:hover {
	color: #fff;
	background-color: #272930
}

.back-to-top:focus {
	color: #fff
}

.no-margin {
	margin: 0
}

.no-margin-bottom {
	margin-bottom: 0
}

.spacer {
	margin-top: 15px !important
}

.spacer2 {
	margin-top: 30px !important
}

.spacer3 {
	margin-top: 50px !important
}

.spacer-bottom-xs {
	margin-bottom: 10px !important
}

.spacer-bottom {
	margin-bottom: 30px !important
}

.spacer-bottom-sm {
	margin-bottom: 15px !important
}

.spacer-bottom-lg {
	margin-bottom: 40px !important
}

.rad-1 {
	border-radius: 1px;
	-webkit-border-radius: 1px;
	overflow: hidden
}

.rad-2 {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	overflow: hidden
}

.rad-3 {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden
}

.dash-cols .block .no-padding {
	padding: 0
}

.no-padding {
	padding: 0 !important
}

.no-padding-right {
	padding-right: 0 !important
}

.no-padding-left {
	padding-left: 0 !important
}

.no-padding-top {
	padding-top: 0 !important
}

.no-padding-bottom {
	padding-bottom: 0 !important
}

.no-padding-side {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.no-padding-top-bottom {
	padding-bottom: 0 !important;
	padding-top: 0 !important
}

code {
	white-space: normal
}

.clear {
	clear: both
}

.hthin {
	font-family: Raleway, Helvetica, sans-serif !important;
	font-weight: 100 !important
}

blockquote {
	border-left: 5px solid #19b698
}

.blockquote-danger {
	border-left: 5px solid #e91e63
}

blockquote.pull-right {
	border-right: 5px solid #19b698
}

.fa-spin {
	animation: 1.2s linear 0s normal none infinite spin
}

pre {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-top: 10px
}

.cont h2 {
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 100;
	line-height: 38px;
	margin: 0 0 10px 0
}

.cont h5 {
	font-size: 13px;
	font-weight: 200;
	line-height: 21px
}

.cont p {
	color: #333;
	font-size: 13px;
	font-weight: 200;
	line-height: 23px
}

.cont b {
	font-weight: 400
}

.media-heading {
	margin: 0 0 5px !important
}

.color-primary {
	color: #19b698 !important
}

.color-success {
	color: #2cc36b !important
}

.color-warning {
	color: #f57c00 !important
}

.color-danger {
	color: #e91e63 !important;
	font-weight: 500
}

.well p:last-child {
	margin: 0
}

.dropdown-menu {
	border: 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .176)
}

.dropdown-menu li>a,
.dropdown-menu>li>a {
	font-size: 11px;
	font-weight: 600;
	padding: 5px 20px;
	clear: both;
	color: #333;
	display: block;
	line-height: 1.42857;
	white-space: nowrap;
	background-color: #19b698
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	background: #19b698
}

.dropdown-header {
	color: #19b698;
	margin-top: 6px;
	padding-left: 11px;
	cursor: pointer
}

.dropdown-header i {
	font-size: 14px;
	margin-right: 4px;
	vertical-align: middle
}

.navbar-nav .dropdown .dropdown-menu {
	background-clip: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	margin-top: 10px
}

.navbar-nav .dropdown.profile_menu .dropdown-menu {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px
}

.dropdown.profile_menu .dropdown-menu:before {
	background: url(../images/menu-tail-up.png) no-repeat;
	top: -10px;
	content: "";
	right: 10px;
	display: inline-block;
	height: 43px;
	width: 17px;
	position: absolute
}

.not-nav .dropdown-menu:before {
	background: url(../images/menu-tail-up.png) no-repeat;
	top: -10px;
	content: "";
	left: 13px;
	display: inline-block;
	height: 43px;
	width: 17px;
	position: absolute
}

.col-menu-2 {
	min-width: 405px;
	padding-bottom: 10px;
	padding-top: 7px
}

.col-menu-2>li:first-child ul {
	border-right: 1px solid #e8e8e8
}

.col-menu-2>li>ul>li a {
	padding-left: 32px
}

.col-menu-2>li>ul {
	padding: 0
}

.col-menu-2>li>ul>li {
	list-style: none
}

#head-nav.navbar {
	border-radius: 0;
	border-bottom: 1px solid #e0e4e8
}

.navbar {
	border: 0;
	background-color: #fff;
	color: #2c3e50;
	padding-left: 10px;
	padding-right: 25px;
	margin-bottom: 0
}

.navbar-nav>li>a {
	padding: 10px;
	padding-top: 12px
}

.navbar-default .navbar-brand {
	padding-left: 35px;
	text-align: left;
	width: 206px;
	color: #2c3e50;
	background: url(../images/logo.png) no-repeat 0 11px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	font-weight: 300;
	font-size: 19px;
	line-height: 18px
}

.navbar-default .navbar-brand:hover {
	color: #223446
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
	color: #3f4148
}

.navbar-default .navbar-nav>li>a {
	color: #3f4148;
	font-size: 11px;
	font-weight: 600
}

.navbar-default .navbar-nav>li>a:hover {
	color: #223446
}

.navbar-default .navbar-nav>li.button {
	padding: 17px 6px;
	float: left
}

.navbar-default .navbar-nav>li.button>a {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 4px;
	width: 30px;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .2) inset;
	text-align: center
}

.navbar-default .not-nav>li.button {
	padding: 11px 0
}

.navbar-default .not-nav>li.button>a {
	padding: 10px;
	width: 42px
}

.navbar-default .navbar-nav>li.button>a>i {
	font-size: 18px
}

.navbar-default .navbar-nav>li.button .bubble {
	position: absolute;
	top: 2px;
	left: 23px;
	background-color: #e44c34;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	border-color: #e23923 #d83722 #c0311e;
	border-left: 1px solid #d83722;
	border-width: 1px;
	box-shadow: -1px 1px 0 rgba(0, 0, 0, .25);
	padding: 1px 3px 1px 2px;
	font: bold 9px Tahoma
}

.navbar-default .navbar-nav>li.button.open:after {
	position: absolute;
	bottom: 0;
	left: 10px;
	display: inline-block;
	content: '';
	left: 50%;
	margin-left: -6px
}

.navbar-nav>li.button .dropdown-menu {
	padding: 0;
	min-width: 260px;
	max-width: 280px
}

.navbar-nav>li.button .dropdown-menu .content>ul {
	padding: 0
}

.navbar-default .navbar-nav>li.button .dropdown-menu li ul>li>a {
	font-weight: 300;
	color: #444;
	padding: 11px 10px;
	padding-left: 33px;
	border-bottom: 1px solid #ececec;
	position: relative
}

.navbar-default .navbar-nav>li.button .messages li ul>li>a {
	padding: 12px 10px;
	padding-left: 48px;
	white-space: normal;
	line-height: 16px
}

.navbar-default .navbar-nav>li.button .dropdown-menu li>a:hover {
	color: #444;
	background: #f8f8f8
}

.navbar-default .navbar-nav>li.button .dropdown-menu li:last-child>a {
	border-bottom: 0
}

.navbar-default .navbar-nav>li.button .dropdown-menu li>a>i {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	width: 20px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 14px
}

.navbar-default .navbar-nav>li.button .messages li>a>img {
	position: absolute;
	left: 10px;
	top: 16px;
	height: 30px;
	width: 30px
}

.navbar-default .navbar-nav>li.button .messages li>a .name {
	display: block;
	color: #555;
	font-size: 12px;
	font-weight: 600;
	line-height: 19px
}

.navbar-default .navbar-nav>li.button .dropdown-menu li>a>i.success {
	color: #2cc36b
}

.navbar-default .navbar-nav>li.button .dropdown-menu li>a>i.info {
	color: #2196f3
}

.navbar-default .navbar-nav>li.button .dropdown-menu li>a>i.warning {
	color: #fed16c
}

.navbar-default .navbar-nav>li.button .dropdown-menu li>a>i.danger {
	color: #e91e63
}

.navbar-default .navbar-nav>li.button .dropdown-menu .nano {
	height: 200px
}

.navbar-default .navbar-nav>li.button .dropdown-menu li a .date {
	display: block;
	font-size: 11px;
	color: #999;
	font-style: italic;
	line-height: 18px
}

.navbar-default .navbar-nav>li.button .dropdown-menu .title {
	font-size: 12px;
	font-weight: 300;
	border-bottom: 1px solid #dddddf;
	padding: 8px 17px;
	color: #444
}

.navbar-default .navbar-nav>li.button .dropdown-menu .title a:hover {
	background: 0 0
}

.navbar-default .navbar-nav>li.button .dropdown-menu .foot {
	padding: 0
}

.navbar-default .navbar-nav>li.button .dropdown-menu .foot>li {
	list-style: none
}

.navbar-default .navbar-nav>li.button .dropdown-menu .foot a {
	background: #f7f7f7;
	padding: 8px 17px;
	color: #444;
	text-align: center
}

.dropdown-submenu {
	position: relative
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px
}

.dropdown-submenu:hover>.dropdown-menu {
	display: block
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff
}

.dropdown-submenu.pull-left {
	float: none
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px
}

.dropdown-menu li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-submenu:hover>a {
	background-color: #19b698;
	background-image: none;
	color: #fff
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-bottom-color: #000;
	border-top-color: #000
}

.navbar-default .navbar-nav>.dropdown>a:focus .caret,
.navbar-default .navbar-nav>.dropdown>a:hover .caret {
	border-bottom-color: #000;
	border-top-color: #000
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-nav>.open>a:focus {
	background-color: #1fd6b3;
	color: #223446
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #19b698;
	color: #fff
}

.not-nav>.open>a,
.not-nav>.open>a:focus,
.not-nav>.open>a:hover {
	background-color: transparent !important;
	color: #19b698 !important
}

.navbar-default .navbar-toggle {
	outline: 0;
	border: 1px solid rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, .2) inset;
	padding: 6px 10px
}

.navbar-default .navbar-toggle:hover {
	background: rgba(255, 255, 255, .07)
}

.navbar-default .navbar-toggle:active {
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .07) inset
}

.navbar-default .navbar-toggle:focus {
	background: 0 0
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-default .navbar-toggle .fa {
	color: #fff;
	font-size: 18px
}

.navbar-collapse {
	border-top: none;
	max-height: none;
	position: relative
}

.page-head {
	position: relative;
	padding-bottom: 10px
}

.page-head h2 {
	color: #4f4f4f;
	margin-bottom: 0;
	margin-top: 6px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	letter-spacing: -1px
}

.breadcrumb {
	background: 0 0;
	margin-bottom: 0;
	padding: 4px;
	margin-top: 5px
}

.page-head .breadcrumb {
	background: 0 0;
	margin-bottom: 0;
	padding: 4px;
	margin-top: 5px
}

.cl-mcont.aside {
	padding: 0;
	display: table;
	height: 100%;
	margin-top: -66px;
	padding: 66px 0 0
}

.cl-mcont.aside>.content {
	vertical-align: top;
	display: table-cell;
	width: 100%
}

.page-aside {
	background: none repeat scroll 0 0 #fff;
	width: 280px;
	height: 100%;
	position: relative;
	display: table-cell;
	border-right: 1px solid #e9e9e9;
	vertical-align: top
}

.page-aside>div {
	width: 280px
}

.page-aside div.fixed {
	position: fixed;
	height: 100%
}

.page-aside div.content {
	padding: 20px 20px
}

@media (max-width:800px) {
	.page-aside {
		width: 100%;
		display: block;
		height: auto;
		position: relative
	}

	.page-aside div.fixed {
		width: 100%;
		display: block;
		position: relative
	}
}

.profile_menu {
	margin-left: 10px;
	cursor: pointer
}

.not-nav {
	margin: 0 !important
}

.user-nav {
	margin: 0;
	margin-right: -15px
}

.profile_menu .dropdown-toggle {
	padding: 17px 10px
}

.profile_menu img {
	margin-right: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px
}

.cl-mcont .row {
	margin-top: 20px
}

.cl-mcont .col-lg-6 {
	padding: 0 15px
}

body.boxed {
	background-color: #d0d0d0
}

body.boxed #cl-wrapper {
	width: 92%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	background-color: #f0f0f0
}

label {
	font-weight: 600;
	margin-bottom: 3px;
	margin-top: 12px
}

.form-group {
	margin-top: 10px
}

.form-horizontal.group-border .form-group {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #efefef
}

.form-horizontal.group-border .form-group:last-child {
	border-bottom: 0
}

.form-horizontal.group-border-dashed .form-group {
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px dashed #efefef
}

.form-horizontal.group-border-dashed .form-group:last-child {
	border-bottom: 0
}

.form-control {
	padding: 6px 8px;
	font-size: 12px;
	border: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: none;
	font-weight: 500;
	background-color: #f4f5f7
}

.input-group .btn {
	box-shadow: none;
	margin-left: 0 !important
}

@media (min-width:880px) {
	.input-group .btn {
		box-shadow: none;
		margin-left: 3px !important
	}
}

.input-group-btn>.btn+.btn {
	margin-left: -5px !important
}

.input-group-lg>.input-group-addon {
	line-height: .33;
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px
}

.input-group-addon {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	padding: 6px 11px
}

.input-group-addon.primary {
	background-color: #19b698;
	color: #fff
}

.form-control:focus {
	border-color: #ccc;
	box-shadow: none;
	background-color: #f4f5f7
}

select.form-control,
textarea.form-control {
	padding: 6px 8px
}

.input-group {
	margin-bottom: 5px
}

.fileinput-preview.thumbnail {
	border: 1px solid #19b698
}

.bootstrap-touchspin-postfix.btn.btn-default {
	padding-bottom: 4px;
	padding-top: 4px
}

.speechbutton {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	border: 0;
	background: 0 0;
	opacity: 0;
	cursor: pointer
}

.speech-button i:before {
	position: relative;
	z-index: 2
}

.speech-button i:after {
	z-index: 1;
	font-family: FontAwesome;
	content: "?";
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	opacity: 0
}

@keyframes blur {
	from {
		font-size: 14px;
		opacity: 1;
		margin-top: 0
	}

	to {
		font-size: 25px;
		opacity: 0;
		margin-top: -6px
	}
}

@-webkit-keyframes blur {
	0% {
		font-size: 14px;
		opacity: 1;
		margin-top: 0
	}

	90% {
		font-size: 25px;
		opacity: 0;
		margin-top: -6px
	}

	100% {
		font-size: 14px
	}
}

@-moz-keyframes blur {
	from {
		font-size: 14px;
		opacity: 1;
		margin-top: 0
	}

	to {
		font-size: 25px;
		opacity: 0;
		margin-top: -6px
	}
}

@-o-keyframes blur {
	from {
		font-size: 14px;
		opacity: 1;
		margin-top: 0
	}

	to {
		font-size: 25px;
		opacity: 0;
		margin-top: -6px
	}
}

.speech-button i.blur:after {
	animation: blur .9s infinite;
	-webkit-animation: blur .9s ease infinite;
	-moz-animation: blur .9s infinite;
	-o-animation: blur .9s infinite
}

input::-webkit-input-speech-button {
	-webkit-transform: scale(3, 2.2) translate(-2px, -1px);
	background-color: #fff display:block !important
}

.cl-mcont {
	background-color: #f0f0f0;
	color: inherit;
	font-size: 10px;
	font-weight: 200;
	line-height: 21px;
	padding: 15px 30px 30px 30px;
	margin-top: 0
}

.cl-mcont.white {
	background: #fff
}

.cl-mcont h1 {
	line-height: 1.3em
}

.cl-sidebar {
	background: #272930;
	position: absolute;
	width: 280px;
	z-index: 2
}

.cl-sidebar .cl-toggle {
	display: none;
	padding: 7px 8px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 14px;
	background: rgba(0, 0, 0, .15);
	border-radius: 3px
}

.cl-sidebar .cl-toggle i {
	color: #fff;
	font-size: 21px
}

.sidebar-logo {
	background: #19b698 url(../images/logo.png) no-repeat 15px 5px;
	padding: 15px 20px;
	display: block;
	height: 64px
}

.sidebar-logo .logo a {
	font-size: 24px;
	color: #fff
}

#cl-wrapper .cl-sidebar .side-user .avatar {
	display: inline-block
}

#cl-wrapper .cl-sidebar .side-user .avatar img {
	border-radius: 25px;
	margin-right: 5px
}

#cl-wrapper .cl-sidebar .side-user .info {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	padding-top: 15px
}

#cl-wrapper .cl-sidebar .side-user .info p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 2px
}

#cl-wrapper .cl-sidebar .side-user .info p b {
	font-weight: 600
}

#cl-wrapper .cl-sidebar .side-user .info p a {
	color: #fff;
	font-weight: 300;
	display: inline-block;
	float: right
}

#cl-wrapper .cl-sidebar .side-user .info a i {
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease
}

#cl-wrapper .cl-sidebar .side-user .info a:hover i {
	color: #fff
}

.progress.progress-user {
	height: 4px;
	border-radius: 0
}

.progress.progress-user>.progress-bar {
	background-color: #19b698
}

.cl-vnavigation {
	margin: 0;
	padding: 0
}

.cl-vnavigation>.parent>a:before {
	display: inline-block;
	content: "";
	font-family: FontAwesome;
	float: right;
	-webkit-transition: rotate 250ms ease;
	-moz-transition: rotate 250ms ease;
	-o-transition: rotate 250ms ease;
	transition: transform 250ms ease
}

.cl-vnavigation>.parent.open>a:before {
	transform: rotate(90deg)
}

.cl-vnavigation li a {
	border-top: 1px solid rgba(255, 255, 255, .04);
	display: block;
	padding: 14px 25px;
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	font-weight: 400;
	white-space: nowrap;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	transition: color 250ms ease
}

.cl-vnavigation li a:hover {
	color: #fff
}

.parent .sub-menu {
	padding: 10px 0
}

.sub-menu li a {
	border: 0
}

.sub-menu li a:hover {
	background-color: rgba(0, 0, 0, .1)
}

.cl-vnavigation li a:hover {
	background-color: #22242b
}

.sb-collapsed .cl-sidebar {
	width: 70px
}

.sb-collapsed .sidebar-logo {
	padding: 4px 0 5px;
	background: url(../images/logo.png) no-repeat scroll 23px -48px #19b698
}

.sb-collapsed .sidebar-logo .logo a {
	content: " ";
	display: block;
	width: 55px;
	height: 55px
}

.sb-collapsed #pcont {
	margin-left: 55px
}

.sb-collapsed .cl-vnavigation li {
	position: relative
}

.sb-collapsed .cl-vnavigation .parent a {
	background-image: none
}

.sb-collapsed .cl-vnavigation>.parent>a:before {
	display: none
}

.sb-collapsed .cl-vnavigation li a i {
	margin: 0;
	font-size: 17px
}

.sb-collapsed .cl-vnavigation li a span {
	opacity: 0;
	width: 0;
	height: 0
}

#cl-wrapper.animate-collapse .cl-sidebar {
	-webkit-transition: width .3s linear;
	-moz-transition: width .3s linear;
	-o-transition: width .3s linear;
	transition: width .5s linear
}

#cl-wrapper.animate-collapse #pcont {
	transition: margin .5s ease
}

#cl-wrapper.animate-collapse .cl-vnavigation li a span {
	-webkit-transition: opacity .5s linear;
	-moz-transition: opacity .5s linear;
	-o-transition: opacity .5s linear;
	transition: opacity .5s linear
}

#cl-wrapper.animate-collapse .cl-vnavigation li a i {
	-webkit-transition: margin .5s linear, font-size .5s linear;
	-moz-transition: margin .5s linear, font-size .5s linear;
	-o-transition: margin .5s linear, font-size .5s linear;
	transition: margin .5s linear, font-size .5s linear
}

.cl-sidebar .collapse-button {
	background: #272930;
	position: fixed;
	width: 280px;
	bottom: 0;
	border-top: 1px solid rgba(255, 255, 255, .04)
}

.cl-sidebar .collapse-button .search {
	width: 219px;
	display: inline-block;
	margin-right: 3px;
	border-radius: 2px;
	height: 33px;
	color: rgba(255, 255, 255, .7);
	background: none repeat scroll 0 0 #181a21;
	font-size: 11px;
	border: 1px solid rgba(0, 0, 0, .06)
}

.cl-sidebar .collapse-button button {
	margin: 0 !important;
	background: 0 0;
	box-shadow: none;
	border: 1px solid rgba(255, 255, 255, .07);
	border-radius: 2px
}

.cl-sidebar .collapse-button button:hover {
	background: #1d1f26
}

#cl-wrapper.fixed-menu .menu-space {
	position: fixed;
	width: 216px;
	background: #272930
}

#cl-wrapper.fixed-menu .menu-space .content {
	outline: 0
}

#cl-wrapper.sb-collapsed.fixed-menu .menu-space {
	width: 70px
}

#cl-wrapper .cl-sidebar .side-user {
	padding: 25px 20px
}

.sb-collapsed .cl-sidebar .side-user {
	display: none
}

#cl-wrapper.animate-collapse .cl-sidebar .collapse-button {
	-webkit-transition: width .3s linear;
	-moz-transition: width .3s linear;
	-o-transition: width .3s linear;
	transition: width .5s linear
}

.sb-collapsed .cl-sidebar .collapse-button .search {
	display: none
}

.sb-collapsed .cl-sidebar .collapse-button {
	width: 70px;
	text-align: center
}

.sb-collapsed .cl-vnavigation li.open ul {
	display: none !important
}

#sub-menu-nav ul {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .22);
	color: #333;
	background: #fff;
	padding: 5px 0;
	min-width: 190px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
	border: 1px solid rgba(0, 0, 0, .15);
	border-top: 0;
	border-radius: 3px
}

#sub-menu-nav ul li:first-child {
	padding-top: 0
}

#sub-menu-nav ul li:last-child {
	padding-bottom: 0
}

#sub-menu-nav ul li.dropdown-header i {
	text-align: center;
	width: 15px
}

#sub-menu-nav ul li.dropdown-header {
	padding: 1px 11px;
	padding-bottom: 6px
}

#sub-menu-nav ul {
	padding: 5px 0
}

#sub-menu-nav ul li {
	list-style: none
}

#sub-menu-nav ul li a {
	margin-right: -1px;
	display: block;
	font-size: 11px;
	border-bottom: 0;
	color: #333;
	text-shadow: none;
	text-align: left;
	background: 0 0;
	padding: 6px 20px 6px 31px
}

#sub-menu-nav ul li a:hover {
	background-color: #19b698;
	color: #fff
}

#sub-menu-nav ul:after {
	background: url(../images/menu-tail-left.png) no-repeat right 10px;
	top: 0;
	content: "";
	display: inline-block;
	left: -9px;
	height: 43px;
	width: 10px;
	position: absolute
}

.cl-vnavigation li a i {
	text-align: center;
	width: 20px;
	font-size: 14px;
	margin-right: 7px
}

.cl-vnavigation li a span {
	display: inline-block
}

.cl-vnavigation li ul {
	background-color: #1d1f26;
	display: none;
	margin: 0;
	padding: 0;
	padding-top: 4px
}

.cl-vnavigation .parent ul li {
	list-style: none
}

.cl-vnavigation .parent ul li.dropdown-header {
	display: none
}

.cl-vnavigation .parent ul li a {
	font-size: 12px;
	background-image: none;
	padding: 7px 18px 7px 42px
}

.cl-vnavigation .parent ul li.active a {
	color: #fff;
	background-color: rgba(0, 0, 0, .2);
	border-left: 2px solid #19b698
}

.cl-vnavigation .parent ul li a:hover {
	background-color: rgba(0, 0, 0, .2)
}

.cl-vnavigation .parent ul li a:first-child {
	border-top: 0
}

.cl-vnavigation .active>a {
	background: #2a2c34;
	border-left: 2px solid #19b698
}

.cl-vnavigation .selected:hover a {
	background-color: #2494f2
}

.cl-vnavigation .selected:hover ul a {
	background-color: #1a1c20
}

body {
	height: 100%
}

body.animated #cl-wrapper {
	opacity: 0;
	margin-left: -20px;
	transition: margin-left .6s ease, opacity .6s
}

#cl-wrapper {
	display: table;
	width: 100%;
	position: absolute
}

.cl-sidebar {
	display: table-cell;
	position: relative;
	vertical-align: top;
	padding-bottom: 49px
}

#pcont {
	display: table-cell;
	vertical-align: top
}

#head-nav.topbar {
	background-color: #19b698;
	color: #fff;
	padding-left: 0
}

#head-nav.topbar .sidebar-logo {
	display: inline-block;
	width: 220px;
	float: left
}

#head-nav.topbar .navbar-toggle {
	box-shadow: none;
	background-color: #0aa789;
	border: none;
	margin-right: 15px
}

#head-nav.topbar .navbar-nav>li>a {
	color: #fff
}

#head-nav.topbar .navbar-nav>.active>a,
#head-nav.topbar .navbar-nav>.active>a:focus,
#head-nav.topbar .navbar-nav>.active>a:hover {
	background-color: #1fd6b3
}

#head-nav.topbar .navbar-nav>.open>a,
#head-nav.topbar .navbar-nav>.open>a:focus,
#head-nav.topbar .navbar-nav>.open>a:hover {
	background-color: #1fd6b3
}

#head-nav.topbar .navbar-nav>.dropdown>a .caret {
	border-bottom-color: #fff;
	border-top-color: #fff
}

#head-nav.topbar .navbar-nav .dropdown .dropdown-menu {
	margin-top: 1px
}

#head-nav.topbar .not-nav {
	float: right
}

#head-nav.topbar .navbar-nav>li.button>a {
	box-shadow: none
}

#head-nav.topbar .not-nav>.open>a,
#head-nav.topbar .not-nav>.open>a:focus,
#head-nav.topbar .not-nav>.open>a:hover {
	color: #fff !important
}

.page-error {
	margin-top: 80px;
	margin-bottom: 40px
}

.page-error .number {
	color: #fff;
	font-size: 150px;
	font-family: Arial;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .6)
}

.page-error .description {
	color: #fff;
	font-size: 40px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .6)
}

.page-error h3 {
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, .6)
}

.error-container .copy,
.error-container .copy a {
	color: #c9d4f6;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3)
}

body.texture {
	background: #23262b
}

.gallery-cont .item {
	width: 25%;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px
}

.gallery-cont .item.w2 {
	width: 50%
}

.gallery-cont .photo {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .13)
}

.gallery-cont .img {
	position: relative
}

.gallery-cont .img .over .func {
	margin-top: -80px;
	position: relative;
	top: 50%;
	text-align: center;
	transition: margin-top .2s ease-in-out
}

.gallery-cont .img .over .func a {
	display: inline-block;
	height: 50px;
	margin-right: 2px;
	width: 50px;
	margin-right: 10px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50%
}

.gallery-cont .img .over .func a:hover {
	background: rgba(255, 255, 255, .3)
}

.gallery-cont .img .over .func i {
	font-size: 20px;
	color: #fff;
	line-height: 2.4
}

.gallery-cont .item .img:hover .over {
	opacity: 1
}

.gallery-cont .item .img:hover .over .func {
	margin-top: -25px
}

.gallery-cont .item .head {
	padding: 10px 10px;
	background: #fff
}

.gallery-cont .item .head h4 {
	margin: 0;
	font-size: 17px
}

.gallery-cont .item .head span {
	color: #bdbdbd;
	font-size: 14px
}

.gallery-cont .item .head span.active {
	color: #2dcaac
}

.gallery-cont .item .head .desc {
	color: #999;
	font-size: 12px
}

.gallery-cont .item img {
	width: 100%
}

.gallery-cont .item .over {
	top: 0;
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(25, 182, 152, .8);
	transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease
}

@media (max-width:800px) {
	.gallery-cont .item {
		width: 50%
	}

	.gallery-cont .item.w2 {
		width: 100%
	}
}

#cl-wrapper.error-container,
#cl-wrapper.login-container {
	margin: 0
}

.login-container .middle-login {
	width: 430px;
	left: 50%;
	top: 45%;
	position: absolute;
	margin-top: -170px;
	margin-left: -215px
}

.login-container .block-flat {
	padding: 0;
	border: 0;
	overflow: hidden;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .6);
	margin-bottom: 20px
}

.login-container .block-flat .header {
	padding: 9px 20px;
	background: #19b698;
	border-bottom: 1px solid #19b698
}

.login-container .block-flat .header h3 {
	line-height: 35px;
	margin: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	position: relative;
	min-height: 40px
}

.login-container .header .logo-img {
	left: 50%;
	margin-left: -63px;
	margin-top: -13px;
	position: absolute;
	top: 50%
}

.login-container .block-flat .content {
	padding: 30px;
	padding-bottom: 5px
}

.login-container .block-flat .content .form-control {
	padding: 10px 8px;
	height: auto
}

.login-container .block-flat .content .form-group {
	margin-bottom: 10px
}

.login-container .block-flat .content .title {
	margin-top: 0;
	margin-bottom: 20px
}

.login-container .block-flat .foot {
	text-align: right;
	padding: 0 30px 15px
}

.login-container .block-flat .foot .btn {
	min-width: 70px
}

.login-container .block-flat .input-group-addon {
	background: #fafafa
}

.login-container .out-links {
	padding-right: 3px
}

.login-container .out-links a {
	color: #c9d4f6;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

.app .page-title,
.email .page-title {
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 10px
}

.app .description,
.email .description {
	color: #888
}

.page-aside.app .header,
.page-aside.email .header {
	padding: 20px
}

.page-aside.email .compose {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 25px
}

.page-aside.email .compose .btn {
	background: #58be89;
	width: 100%;
	border: 0;
	border-radius: 3px !important;
	max-width: 180px
}

.page-aside.app .app-nav,
.page-aside.email .mail-nav {
	display: block;
	margin-top: 13px;
	padding: 0
}

.page-aside.app .navbar-toggle,
.page-aside.email .navbar-toggle {
	background: rgba(0, 0, 0, .015)
}

.page-aside.app .navbar-toggle span,
.page-aside.email .navbar-toggle span {
	font-size: 14px
}

.page-aside.app .app-nav ul.nav li,
.page-aside.email .mail-nav ul li {
	margin: 0
}

.page-aside.app .app-nav ul.nav li a,
.page-aside.email .mail-nav ul li a {
	border-radius: 0;
	color: #555;
	padding: 12px 15px
}

.page-aside.app .app-nav ul.nav li a:hover,
.page-aside.email .mail-nav ul li a:hover {
	background: rgba(0, 0, 0, .01)
}

.page-aside.app .app-nav ul.nav li.active a,
.page-aside.email .mail-nav ul li.active a {
	color: #555;
	background: rgba(0, 0, 0, .025)
}

.page-aside.app .app-nav ul.nav li a .label,
.page-aside.email .mail-nav ul li a .label {
	border-radius: 2px
}

.page-aside.app .app-nav ul.nav li a .label.label-default,
.page-aside.email .mail-nav ul li a .label.label-default {
	background: #b5b5b5
}

.page-aside.app .app-nav ul li a .label.label1,
.page-aside.email .mail-nav ul li a .label.label1 {
	background: #19b698
}

.page-aside.app .app-nav ul li a .label.label2,
.page-aside.email .mail-nav ul li a .label.label2 {
	background: #e85647
}

.page-aside.app .app-nav ul li a .label.label3,
.page-aside.email .mail-nav ul li a .label.label3 {
	background: #f4a425
}

.page-aside.app .app-nav ul.nav li a i,
.page-aside.email .mail-nav ul li a i {
	font-size: 14px;
	width: 24px;
	text-align: center
}

.page-aside.app .app-nav .title,
.page-aside.email .mail-nav .title {
	color: #888;
	margin: 5px 0 0 0;
	padding: 8px 13px 4px;
	border-bottom: 1px solid #e5e5e5
}

.mail-inbox .head,
.main-app .head {
	background: #fff;
	padding: 20px 25px
}

.mail-inbox .head h3,
.main-app .head h3 {
	margin: 9px 0 15px 0
}

.mail-inbox .head h3 span,
.main-app .head h3 span {
	color: #888;
	font-weight: 300;
	font-size: 16px
}

.mail-inbox .head input[type=text],
.main-app .head input[type=text] {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .01) inset;
	border: 1px solid #d8d8d8;
	border-radius: 3px
}

.mail-inbox .head input[type=text]:focus,
.main-app .head input[type=text]:focus {
	border-color: #43b6ff
}

.mail-inbox .filters,
.main-app .filters {
	padding: 9px 20px 10px 20px;
	border-bottom: 1px solid #e5e5e5
}

.mail-inbox .filters .checkbox,
.main-app .filters .checkbox {
	margin-right: 8px
}

.mail-inbox .mails,
.main-app .items {
	background: #fff
}

.mail-inbox .mails .item,
.main-app .items .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 17px 20px;
	display: table;
	width: 100%;
	cursor: pointer
}

.mail-inbox .mails .item:nth-child(even),
.main-app .items .item:nth-child(even) {
	background: rgba(0, 0, 0, .015)
}

.mail-inbox .mails .item:hover,
.main-app .items .item:hover {
	background: rgba(0, 0, 0, .035)
}

.mail-inbox .mails .item>div,
.main-app .items .item>div {
	vertical-align: top;
	display: table-cell
}

.mail-inbox .mails .item>div:first-child,
.main-app .items .item>div:first-child {
	width: 35px
}

.mail-inbox .mails .item>div:first-child>div,
.main-app .items .item>div:first-child>div {
	margin-top: 2px
}

.mail-inbox .checkbox,
.main-app .checkbox {
	background-color: #fff
}

.mail-inbox .mails .item .from,
.main-app .items .item .from {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 3px 0
}

.mail-inbox .mails .item .date i,
.main-app .items .item .date i {
	margin-right: 7px;
	font-size: 14px
}

.mail-inbox .mails .item .msg,
.main-app .items .item .msg {
	font-size: 12px;
	margin: 0
}

.message .head {
	background: #fff;
	padding: 20px 25px 24px
}

.message .head h3 {
	margin: 9px 0 15px 0
}

.message .head h3 span {
	font-weight: 300;
	font-size: 20px;
	float: right
}

.message .head h3 span a {
	color: #888;
	margin-right: 15px
}

.message .head h4 span {
	font-weight: 100;
	font-size: 15px;
	float: right
}

.message .head h4 span a {
	color: #fea200;
	margin-right: 10px
}

.message .mail {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 30px;
	font-size: 26px
}

.message .mail p {
	font-size: 15px;
	font-weight: 100
}

.message .mails .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 17px 20px;
	display: table;
	width: 100%;
	cursor: pointer
}

.message .mails .item:nth-child(even) {
	background: rgba(0, 0, 0, .015)
}

.message .mails .item:hover {
	background: rgba(0, 0, 0, .035)
}

.message .mails .item>div {
	vertical-align: top;
	display: table-cell
}

.message .mails .item>div:first-child {
	width: 35px
}

.message .mails .item>div:first-child>div {
	margin-top: 2px
}

.message .checkbox {
	background-color: #fff
}

.message .mails .item .from {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 3px 0
}

.message .mails .item .date i {
	margin-right: 7px;
	font-size: 14px
}

.message .mails .item .msg {
	font-size: 12px;
	margin: 0
}

@media (max-width:800px) {

	.page-aside.app .app-nav,
	.page-aside.email .mail-nav {
		margin-top: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #e5e5e5
	}

	.page-aside.app .app-nav .compose,
	.page-aside.email .mail-nav .compose {
		border-top: 1px solid #e5e5e5;
		background: #fcfcfc
	}

	.page-aside.app div.content,
	.page-aside.email div.content {
		border-bottom: 1px solid #e5e5e5
	}

	.page-aside.app .app-nav.collapse,
	.page-aside.email .mail-nav.collapse {
		display: none
	}

	.page-aside.app .app-nav.collapse.in,
	.page-aside.email .mail-nav.collapse.in {
		display: block
	}

	.page-aside.email .nano .content {
		position: static;
		padding: 0;
		overflow: visible
	}

	.message .mail {
		border-top: 0
	}
}

.code-editor {
	height: 100%
}

.code-editor #console {
	height: 100%
}

.code-editor #console .CodeMirror {
	height: 100%
}

.codeditor .page-title {
	font-size: 26px;
	margin-bottom: 0;
	margin-top: 10px
}

.codeditor .description {
	color: #888
}

.page-aside.codeditor .compose {
	margin-top: 10px;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	padding: 20px 25px
}

.page-aside.codeditor .compose .btn {
	width: 100%;
	border: 0;
	border-radius: 3px !important;
	max-width: 180px
}

.page-aside.codeditor .mail-nav {
	display: block;
	margin-top: 13px;
	padding: 0
}

.page-aside.codeditor .navbar-toggle {
	background: rgba(0, 0, 0, .015)
}

.page-aside.codeditor .navbar-toggle span {
	font-size: 14px
}

.page-aside.codeditor .mail-nav ul li {
	margin: 0
}

.page-aside.codeditor .mail-nav ul li a {
	border-radius: 0;
	color: #555;
	padding: 12px 15px
}

.page-aside.codeditor .mail-nav ul li a:hover {
	background: rgba(0, 0, 0, .01)
}

.page-aside.codeditor .mail-nav ul li.active a {
	color: #555;
	background: rgba(0, 0, 0, .025)
}

.page-aside.codeditor .mail-nav ul li a .label {
	border-radius: 2px
}

.page-aside.codeditor .mail-nav ul li a .label.label-default {
	background: #b5b5b5
}

.page-aside.codeditor .mail-nav ul li a .label.label1 {
	background: #19b698
}

.page-aside.codeditor .mail-nav ul li a .label.label2 {
	background: #e85647
}

.page-aside.codeditor .mail-nav ul li a .label.label3 {
	background: #f4a425
}

.page-aside.codeditor .mail-nav ul li a .label.unsaved {
	line-height: 10px;
	padding-top: 5px
}

.page-aside.codeditor .mail-nav ul li a i {
	font-size: 14px;
	width: 24px;
	text-align: center
}

.page-aside.codeditor .mail-nav .title {
	color: #888;
	margin: 5px 0 0 0;
	padding: 8px 13px 4px;
	border-bottom: 1px solid #e5e5e5
}

.mail-inbox .head {
	background: #fff;
	padding: 20px 25px
}

.mail-inbox .head h3 {
	margin: 9px 0 15px 0
}

.mail-inbox .head h3 span {
	color: #888;
	font-weight: 300;
	font-size: 16px
}

.mail-inbox .head input[type=text] {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .01) inset;
	border: 1px solid #d8d8d8;
	border-radius: 3px
}

.mail-inbox .head input[type=text]:focus {
	border-color: #43b6ff
}

.mail-inbox .filters {
	padding: 9px 20px 10px 20px;
	border-bottom: 1px solid #e5e5e5
}

.mail-inbox .filters .checkbox {
	margin-right: 8px
}

.mail-inbox .mails {
	background: #fff
}

.mail-inbox .mails .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 17px 20px;
	display: table;
	width: 100%;
	cursor: pointer
}

.mail-inbox .mails .item:nth-child(even) {
	background: rgba(0, 0, 0, .015)
}

.mail-inbox .mails .item:hover {
	background: rgba(0, 0, 0, .035)
}

.mail-inbox .mails .item>div {
	vertical-align: top;
	display: table-cell
}

.mail-inbox .mails .item>div:first-child {
	width: 35px
}

.mail-inbox .mails .item>div:first-child>div {
	margin-top: 2px
}

.mail-inbox .checkbox {
	background-color: #fff
}

.mail-inbox .mails .item .from {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 3px 0
}

.mail-inbox .mails .item .date i {
	margin-right: 7px;
	font-size: 14px
}

.mail-inbox .mails .item .msg {
	font-size: 12px;
	margin: 0
}

.message .head {
	background: #fff;
	padding: 20px 25px 24px
}

.message .head h3 {
	margin: 9px 0 15px 0
}

.message .head h3 span {
	font-weight: 300;
	font-size: 20px;
	float: right
}

.message .head h3 span a {
	color: #888;
	margin-right: 15px
}

.message .head h4 span {
	font-weight: 100;
	font-size: 15px;
	float: right
}

.message .head h4 span a {
	color: #fea200;
	margin-right: 10px
}

.message .mail {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	padding: 30px;
	font-size: 26px
}

.message .mail p {
	font-size: 15px;
	font-weight: 100
}

.message .mails .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 17px 20px;
	display: table;
	width: 100%;
	cursor: pointer
}

.message .mails .item:nth-child(even) {
	background: rgba(0, 0, 0, .015)
}

.message .mails .item:hover {
	background: rgba(0, 0, 0, .035)
}

.message .mails .item>div {
	vertical-align: top;
	display: table-cell
}

.message .mails .item>div:first-child {
	width: 35px
}

.message .mails .item>div:first-child>div {
	margin-top: 2px
}

.message .checkbox {
	background-color: #fff
}

.message .mails .item .from {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 3px 0
}

.message .mails .item .date i {
	margin-right: 7px;
	font-size: 14px
}

.message .mails .item .msg {
	font-size: 12px;
	margin: 0
}

@media (max-width:800px) {
	.cl-mcont.aside {
		display: block
	}

	.page-aside.codeditor {
		display: block
	}

	.aside .content {
		display: block
	}

	.page-aside>div {
		width: 100%
	}

	.cl-mcont.aside>.content {
		display: block
	}

	.page-aside.codeditor .mail-nav ul li {
		display: block
	}

	.page-aside.codeditor .mail-nav {
		margin-top: 0;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #e5e5e5
	}

	.page-aside.codeditor .mail-nav .compose {
		border-top: 1px solid #e5e5e5;
		background: #fcfcfc
	}

	.page-aside.codeditor div.content {
		border-bottom: 1px solid #e5e5e5
	}

	.page-aside.codeditor .mail-nav.collapse.in {
		display: block
	}

	.page-aside.codeditor .mail-nav.collapse {
		display: none
	}

	.message .mail {
		border-top: 0
	}
}

.CodeMirror {
	height: auto
}

.CodeMirror-scroll {
	overflow-y: hidden;
	overflow-x: auto
}

.profile-info>.row {
	margin-top: 0
}

.profile-info .avatar {
	padding-top: 11px
}

.profile-info .avatar img {
	max-width: 130px;
	max-height: 130px;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.profile-info .personal .btn {
	padding-right: 12px;
	border: 0;
	margin: 0
}

.profile-info .personal .btn .fa {
	margin-right: 5px
}

.profile-info .skills td {
	font-size: 13px
}

.profile-info .skills .progress {
	border-radius: 2px;
	height: 11px
}

.spk-widget {
	margin-top: 15px
}

.side-right {
	margin-top: 39px
}

.bars-widget h4 {
	margin-bottom: 0
}

.bars-widget h3 {
	margin: 0
}

table.information td {
	font-size: 13px;
	vertical-align: top;
	padding: 6px
}

table.information td i {
	width: 15px;
	font-size: 14px
}

.fa-mobile-phone {
	font-size: 18px !important
}

table.information td.category {
	padding-top: 8px
}

table.information>tbody>tr>td {
	padding-bottom: 30px
}

.friend-widget {
	cursor: default;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 10px;
	transition: background-color .3s ease-in-out;
	-webkit-transition: background-color .3s ease-in-out
}

.friend-widget img {
	float: left;
	margin-right: 10px;
	border: 3px solid #f2f2f2;
	max-width: 50px;
	max-height: 50px;
	width: 100%;
	border-radius: 50%;
	transition: border-color .3s ease-in-out;
	-webkit-transition: border-color .3s ease-in-out
}

.friend-widget:hover {
	background: #f2f2f2
}

.friend-widget:hover img {
	border-color: #4d90fd
}

.friend-widget h4 {
	font-size: 15px;
	margin: 3px 0 0 0
}

.friend-widget p {
	color: #999;
	margin: 0
}

.friends-list>div {
	padding-left: 5px;
	padding-right: 5px
}

.widget-title {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px
}

.avatar-upload {
	position: relative;
	display: inline-block;
	overflow: hidden
}

.avatar-upload img {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}

.avatar-upload input {
	cursor: pointer;
	direction: ltr;
	font-size: 200px;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	outline: 0
}

.avatar-upload .overlay {
	background: #4d90fd;
	height: 3px;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: opacity .3s ease 0s;
	width: 0%;
	vertical-align: middle
}

.crop-image img {
	max-width: 480px;
	max-height: 380px;
	box-shadow: 0 0 0 4px #e9e9e9
}

.jcrop-holder {
	display: inline-block
}

@media (max-width:800px) {
	table.information .btn span {
		display: none
	}

	.profile-info .avatar,
	.profile-info .personal {
		text-align: center
	}

	.profile-info .avatar {
		margin-bottom: 10px
	}
}

.main-app .options {
	padding: 20px 0 5px 0
}

.main-app .options .radio-inline:first-child {
	padding-left: 0
}

.main-app .options .radio-inline {
	margin: 0
}

.main-app .options .form-group {
	margin: 0
}

.main-app .items.products .item .price {
	font-size: 22px;
	font-weight: 300
}

.main-app .items.products .item .product-image {
	float: left;
	margin-right: 10px
}

.app.filters .app-nav .form-group {
	margin-bottom: 35px
}

.app.filters .app-nav .content {
	padding-top: 0
}

#cl-wrapper.error-container,
#cl-wrapper.sign-up-container {
	margin: 0
}

.sign-up-container .middle-sign-up {
	width: 470px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-top: -282px;
	margin-left: -235px
}

.forgotpassword-container .middle {
	width: 470px;
	margin: 70px auto 0 auto
}

.forgotpassword-container .block-flat,
.sign-up-container .block-flat {
	padding: 0;
	border: 0;
	overflow: hidden;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .6);
	margin-bottom: 20px
}

.forgotpassword-container .block-flat .header,
.sign-up-container .block-flat .header {
	padding: 9px 20px;
	background: #19b698;
	border-bottom: 1px solid #19b698
}

.forgotpassword-container .block-flat .header h3,
.sign-up-container .block-flat .header h3 {
	line-height: 35px;
	margin: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
	position: relative;
	min-height: 40px
}

.forgotpassword-container .header .logo-img,
.sign-up-container .header .logo-img {
	left: 50%;
	margin-left: -63px;
	margin-top: -13px;
	position: absolute;
	top: 50%
}

.forgotpassword-container .block-flat .content,
.sign-up-container .block-flat .content {
	padding: 30px;
	padding-bottom: 20px
}

.forgotpassword-container .block-flat .content .form-control,
.sign-up-container .block-flat .content .form-control {
	padding: 10px 8px;
	height: auto
}

.sign-up-container .block-flat .content .form-group {
	margin-bottom: 10px
}

.sign-up-container .block-flat .content .title {
	margin-top: 0;
	margin-bottom: 20px
}

.forgotpassword-container .block-flat .foot,
.sign-up-container .block-flat .foot {
	text-align: right;
	padding: 0 30px 15px
}

.forgotpassword-container .block-flat .foot .btn,
.sign-up-container .block-flat .foot .btn {
	min-width: 70px
}

.forgotpassword-container .block-flat .input-group-addon,
.sign-up-container .block-flat .input-group-addon {
	background: #fafafa
}

.forgotpassword-container .out-links,
.sign-up-container .out-links {
	padding-right: 3px
}

.forgotpassword-container .out-links a,
.sign-up-container .out-links a {
	color: #c9d4f6;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

@media (max-width:800px) {
	.sign-up-container .middle-sign-up {
		width: 100%;
		position: static;
		margin: 0
	}

	.forgotpassword-container .middle {
		width: 100%
	}

	.forgotpassword-container {
		padding: 20px
	}

	.sign-up-container .middle-sign-up .block-flat {
		border-radius: 0
	}
}

.accordion {
	margin-bottom: 40px
}

.accordion .panel-heading {
	background: #fff;
	padding: 0
}

.accordion .panel-heading a {
	font-size: 15px;
	padding: 17px 16px;
	display: block;
	color: #1fd6b3
}

.accordion .panel-heading a .fa {
	transition: transform .2s ease-in-out;
	margin-right: 10px;
	transform: rotate(90deg)
}

.accordion .panel-heading a.collapsed {
	color: #555
}

.accordion .panel-heading a.collapsed .fa {
	transform: rotate(0)
}

.accordion .panel-heading+.panel-collapse .panel-body {
	border-top: 0;
	padding: 3px 20px 20px 34px
}

.accordion .panel {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border-bottom: 0;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin-bottom: 5px;
	border-top: 0;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04)
}

.accordion .panel:first-child {
	border-top: 0
}

.accordion.panel-group .panel+.panel {
	margin-top: 0
}

.accordion.accordion-color .panel-heading a {
	background-color: #19b698;
	color: #fff
}

.accordion.accordion-color .panel-heading a.collapsed {
	background-color: #fff;
	color: #555
}

.accordion.accordion-color .panel-collapse .panel-body {
	background-color: #19b698;
	color: #fff
}

.accordion.accordion-semi .panel-heading a {
	background-color: #19b698;
	color: #fff;
	transition: background-color .2s ease-in-out;
	border-bottom: 1px solid #008e70
}

.accordion.accordion-semi .panel-heading.success a {
	background-color: #2cc36b;
	border-bottom: 1px solid #049b43
}

.accordion.accordion-semi .panel-heading.warning a {
	background-color: #f57c00;
	border-bottom: 1px solid #c94617
}

.accordion.accordion-semi .panel-heading.danger a {
	background-color: #e91e63;
	border-bottom: 1px solid #c2392b
}

.accordion.accordion-semi .panel-heading a.collapsed {
	background-color: #fff;
	color: #555;
	border-bottom: 0
}

.accordion.accordion-semi .panel-collapse .panel-body {
	padding: 15px 20px 20px 34px
}

.alert {
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: 0
}

.alert .sign {
	color: rgba(0, 0, 0, .2);
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	width: 25px;
	display: inline-block
}

.alert .close {
	text-shadow: none
}

.alert-primary {
	background-color: #19b698;
	border-color: #0fac8e;
	color: #fff
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-danger {
	font-weight: 600;
	background-color: #fff8f8;
	border-color: #ebccd1;
	color: #e91e63
}

alert-prusia {
	font-weight: 600;
	background-color: #3f51b5;
	border-color: #3f51b5;
	color: #fff
}

.text-danger {
	color: #e91e63
}

.text-warning {
	color: #ffc107
}

.alert-danger a {
	color: #f33
}

.alert-danger a:hover {
	color: red
}

.alert-white {
	background: #fff;
	border-color: #d5d5d5;
	color: #404040;
	padding-left: 61px;
	position: relative
}

.alert-white .icon {
	text-align: center;
	width: 45px;
	height: 101%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #bdbdbd;
	padding-top: 15px
}

.alert-white .icon:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #bdbdbd;
	position: absolute;
	border-left: 0;
	border-bottom: 0;
	top: 50%;
	right: -6px;
	margin-top: -3px;
	background: #fff
}

.alert-white.rounded {
	border-radius: 3px;
	-webkit-border-radius: 3px
}

.alert-white.rounded .icon {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px
}

.alert-white .icon i {
	font-size: 20px;
	color: #fff;
	left: 12px;
	margin-top: -10px;
	position: absolute;
	top: 50%
}

.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
	border-color: #e05749;
	background: #e91e63
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
	border-color: #4099d5;
	background: #2196f3
}

.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
	border-color: #e76435;
	background: #f57c00
}

.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
	border-color: #22b961;
	background: #2cc36b
}

.alert-white.alert-primary .icon,
.alert-white.alert-primary .icon:after {
	border-color: #0fac8e;
	background: #19b698
}

.alert-white-alt {
	border-width: 2px;
	background: #fff;
	color: #404040;
	padding-left: 61px;
	position: relative
}

.alert-white-alt .icon {
	text-align: center;
	width: 45px;
	height: 103%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #bdbdbd;
	padding-top: 15px
}

.alert-white-alt .icon:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #bdbdbd;
	position: absolute;
	border-left: 0;
	border-bottom: 0;
	top: 50%;
	right: -6px;
	margin-top: -3px;
	background: #fff
}

.alert-white-alt.rounded {
	border-radius: 3px;
	-webkit-border-radius: 3px
}

.alert-white-alt.rounded .icon {
	border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px
}

.alert-white-alt .icon i {
	font-size: 20px;
	color: #fff;
	left: 12px;
	margin-top: -10px;
	position: absolute;
	top: 50%
}

.alert-white-alt.alert-danger .icon,
.alert-white-alt.alert-danger .icon:after {
	border-color: #e05749;
	background: #e91e63
}

.alert-white-alt.alert-info .icon,
.alert-white-alt.alert-info .icon:after {
	border-color: #4099d5;
	background: #2196f3
}

.alert-white-alt.alert-warning .icon,
.alert-white-alt.alert-warning .icon:after {
	border-color: #e76435;
	background: #f57c00
}

.alert-white-alt.alert-success .icon,
.alert-white-alt.alert-success .icon:after {
	border-color: #22b961;
	background: #2cc36b
}

.alert-white-alt.alert-primary .icon,
.alert-white-alt.alert-primary .icon:after {
	border-color: #0fac8e;
	background: #19b698
}

.alert-white-alt2 {
	background: #fff;
	border-color: #d5d5d5;
	color: #404040;
	padding-left: 61px;
	position: relative
}

.alert-white-alt2 .icon {
	text-align: center;
	width: 45px;
	height: 103%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #d5d5d5;
	padding-top: 15px
}

.alert-white-alt2 .icon:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid #d5d5d5;
	position: absolute;
	border-left: 0;
	border-bottom: 0;
	top: 50%;
	right: -6px;
	margin-top: -3px;
	background: #fff
}

.alert-white-alt2 .icon i {
	font-size: 20px;
	color: #fff;
	left: 12px;
	margin-top: -10px;
	position: absolute;
	top: 50%
}

.alert-white-alt2.alert-danger .icon i {
	color: #e91e63
}

.alert-white-alt2.alert-info .icon i {
	color: #2196f3
}

.alert-white-alt2.alert-warning .icon i {
	color: #f57c00
}

.alert-white-alt2.alert-success .icon i {
	color: #2cc36b
}

.alert-white-alt2.alert-primary .icon i {
	color: #19b698
}

.btn {
	border-color: #ccc;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: 0;
	margin-bottom: 5px !important;
	font-size: 10px;
	font-weight: 600;
	padding: 7px 11px;
	border-radius: 3px
}

.btn-default,
.btn-default:focus {
	background-color: #fff;
	border-color: #ccc;
	color: #5e5e5e
}

.btn-default i {
	color: #444
}

.btn-default:active {
	box-shadow: none;
	background: #f5f5f5
}

.btn-primary,
.btn-primary:focus {
	background-color: #19b698;
	border-color: transparent;
	color: #fff
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
	background-color: #1fd6b3;
	border-color: transparent
}

.btn-primary:active {
	box-shadow: none;
	background: #0fac8e
}

.btn-success,
.btn-success:focus {
	background-color: #2cc36b;
	border-color: transparent
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
	background-color: #36cd75;
	border-color: transparent
}

.btn-success:active {
	box-shadow: none;
	background: #22b961
}

.btn-info,
.btn-info:focus {
	background-color: #2196f3;
	border-color: transparent
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
	background-color: #42bbf5;
	border-color: transparent;
	text-transform: uppercase
}

.btn-info:active {
	box-shadow: none;
	background: #4099d5
}

.btn-warning,
.btn-warning:focus {
	background-color: #f57c00;
	border-color: transparent
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
	background-color: #ff5722;
	border-color: transparent
}

.btn-warning:active {
	box-shadow: none;
	background: #e76435
}

.btn-danger,
.btn-danger:focus {
	background-color: #e91e63;
	border-color: transparent
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
	background-color: #ff0064;
	border-color: transparent
}

.btn-danger:active {
	box-shadow: none;
	background: #e05749
}

.btn-prusia,
.btn-prusia:focus {
	background-color: #3d566d;
	border-color: transparent;
	color: #fff
}

.btn-prusia.active,
.btn-prusia:active,
.btn-prusia:hover,
.open .dropdown-toggle.btn-prusia {
	color: #fff;
	background-color: #476077;
	border-color: transparent
}

.btn-prusia:active {
	box-shadow: none;
	background: #334c63
}

.btn-dark,
.btn-dark:focus {
	background-color: #23262b;
	border-color: transparent;
	color: #fff
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:hover,
.open .dropdown-toggle.btn-dark {
	color: #fff;
	background-color: #2d3035;
	border-color: transparent
}

.btn-dark:active {
	box-shadow: none;
	background: #191c21
}

.btn-rad {
	border-radius: 2px;
	-webkit-border-radius: 2px
}

.btn-group.horizontal>.btn {
	border-color: rgba(0, 0, 0, .08)
}

.btn i {
	font-size: 14px;
	margin-right: 2px;
	display: inline-block;
	min-width: 10px
}

.btn-group-vertical {
	margin: 3px 3px
}

.btn-block {
	width: 100%
}

.close {
	text-shadow: none;
	font-size: 32px;
	margin-top: -6px
}

.btn-trans {
	background-color: #fff;
	border-color: #ccc;
	color: #5e5e5e
}

.btn-trans.btn-primary {
	background-color: #fff;
	border-color: #19b698;
	color: #19b698
}

.btn-trans.btn-primary:hover {
	background-color: #19b698;
	color: #fff
}

.btn-trans.btn-success {
	background-color: #fff;
	border-color: #2cc36b;
	color: #2cc36b
}

.btn-trans.btn-success:hover {
	background-color: #2cc36b;
	color: #fff
}

.btn-trans.btn-info {
	background-color: #fff;
	border-color: #2196f3;
	color: #2196f3
}

.btn-trans.btn-info:hover {
	background-color: #2196f3;
	color: #fff
}

.btn-trans.btn-warning {
	background-color: #fff;
	border-color: #f57c00;
	color: #f57c00
}

.btn-trans.btn-warning:hover {
	background-color: #f57c00;
	color: #fff
}

.btn-trans.btn-danger {
	background-color: #fff;
	border-color: #e91e63;
	color: #e91e63
}

.btn-trans.btn-danger:hover {
	background-color: #e91e63;
	color: #fff
}

.btn-trans.btn-prusia {
	background-color: #fff;
	border-color: #3d566d;
	color: #3d566d
}

.btn-trans.btn-prusia:hover {
	background-color: #3d566d;
	color: #fff
}

.btn-trans.btn-dark {
	background-color: #fff;
	border-color: #23262b;
	color: #23262b
}

.btn-trans.btn-dark:hover {
	background-color: #23262b;
	color: #fff
}

.btn-mono1.btn-primary {
	background-color: #0fac8e
}

.btn-mono1.btn-primary:hover {
	background-color: #14b193
}

.btn-mono1.btn-success {
	background-color: #22b961
}

.btn-mono1.btn-success:hover {
	background-color: #27be66
}

.btn-mono1.btn-info {
	background-color: #4099d5
}

.btn-mono1.btn-info:hover {
	background-color: #459eda
}

.btn-mono1.btn-warning {
	background-color: #e76435
}

.btn-mono1.btn-warning:hover {
	background-color: #ec693a
}

.btn-mono1.btn-danger {
	background-color: #e05749
}

.btn-mono1.btn-danger:hover {
	background-color: #e55c4e
}

.btn-mono1.btn-prusia {
	background-color: #334c63
}

.btn-mono1.btn-prusia:hover {
	background-color: #385168
}

.btn-mono1.btn-dark {
	background-color: #191c21
}

.btn-mono1.btn-dark:hover {
	background-color: #1e2126
}

.btn-mono2.btn-primary {
	background-color: #05a284
}

.btn-mono2.btn-primary:hover {
	background-color: #0aa789
}

.btn-mono2.btn-success {
	background-color: #18af57
}

.btn-mono2.btn-success:hover {
	background-color: #1db45c
}

.btn-mono2.btn-info {
	background-color: #368fcb
}

.btn-mono2.btn-info:hover {
	background-color: #3b94d0
}

.btn-mono2.btn-warning {
	background-color: #dd5a2b
}

.btn-mono2.btn-warning:hover {
	background-color: #e25f30
}

.btn-mono2.btn-danger {
	background-color: #d64d3f
}

.btn-mono2.btn-danger:hover {
	background-color: #db5244
}

.btn-mono2.btn-prusia {
	background-color: #294259
}

.btn-mono2.btn-prusia:hover {
	background-color: #2e475e
}

.btn-mono2.btn-dark {
	background-color: #0f1217
}

.btn-mono2.btn-dark:hover {
	background-color: #14171c
}

.btn-mono3.btn-primary {
	background-color: #00987a
}

.btn-mono3.btn-primary:hover {
	background-color: #009d7f
}

.btn-mono3.btn-success {
	background-color: #0ea54d
}

.btn-mono3.btn-success:hover {
	background-color: #13aa52
}

.btn-mono3.btn-info {
	background-color: #2c85c1
}

.btn-mono3.btn-info:hover {
	background-color: #318ac6
}

.btn-mono3.btn-warning {
	background-color: #d35021
}

.btn-mono3.btn-warning:hover {
	background-color: #d85526
}

.btn-mono3.btn-danger {
	background-color: #cc4335
}

.btn-mono3.btn-danger:hover {
	background-color: #d1483a
}

.btn-mono3.btn-prusia {
	background-color: #1f384f
}

.btn-mono3.btn-prusia:hover {
	background-color: #243d54
}

.btn-mono3.btn-dark {
	background-color: #05080d
}

.btn-mono3.btn-dark:hover {
	background-color: #0a0d12
}

.btn-mono4.btn-primary {
	background-color: #008e70
}

.btn-mono4.btn-primary:hover {
	background-color: #009375
}

.btn-mono4.btn-success {
	background-color: #049b43
}

.btn-mono4.btn-success:hover {
	background-color: #09a048
}

.btn-mono4.btn-info {
	background-color: #227bb7
}

.btn-mono4.btn-info:hover {
	background-color: #2780bc
}

.btn-mono4.btn-warning {
	background-color: #c94617
}

.btn-mono4.btn-warning:hover {
	background-color: #ce4b1c
}

.btn-mono4.btn-danger {
	background-color: #c2392b
}

.btn-mono4.btn-danger:hover {
	background-color: #c73e30
}

.btn-mono4.btn-prusia {
	background-color: #152e45
}

.btn-mono4.btn-prusia:hover {
	background-color: #1a334a
}

.btn-mono4.btn-dark {
	background-color: #000003
}

.btn-mono4.btn-dark:hover {
	background-color: #000308
}

.btn-lg {
	padding: 12px 14px;
	font-size: 15px;
	font-weight: 300
}

.btn-lg i {
	font-size: 18px
}

.btn-sm {
	padding: 4px 7px;
	font-size: 12px
}

.btn-sm i {
	font-size: 14px
}

.btn-xs {
	padding: 2px 6px;
	font-size: 11px
}

.btn-xs i {
	font-size: 12px
}

.btn-shadow {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .12)
}

.btn-shadow.btn-success {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-shadow.btn-primary {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-shadow.btn-warning {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-shadow.btn-danger {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-shadow.btn-info {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-shadow.btn-prusia {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-shadow.btn-dark {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

.btn-flat,
.btn-flat:focus {
	box-shadow: none
}

.btn-danger .caret,
.btn-dark .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-prusia .caret,
.btn-success .caret,
.btn-warning .caret {
	border-top-color: #fff
}

.btn-group-vertical>.btn {
	margin-bottom: 0 !important
}

.btn-group-vertical>.btn:first-child {
	margin-left: 0;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important
}

.btn-group-vertical>.btn:last-child {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important
}

.btn-facebook i {
	color: #3b5998
}

.btn-twitter i {
	color: #00aced
}

.btn-google-plus i {
	color: #dd4b39
}

.btn-dribbble i {
	color: #ea4c89
}

.btn-linkedin i {
	color: #0e76a8
}

.btn-youtube i {
	color: #c4302b
}

.btn-pinterest i {
	color: #c8232c
}

.btn-tumblr i {
	color: #34526f
}

.btn-flickr i {
	color: #ff0084
}

.btn-facebook.bg {
	background: #3b5998;
	color: #fff;
	border: 0
}

.btn-twitter.bg {
	background: #00aced;
	color: #fff;
	border: 0
}

.btn-google-plus.bg {
	background: #dd4b39;
	color: #fff;
	border: 0
}

.btn-dribbble.bg {
	background: #ea4c89;
	color: #fff;
	border: 0
}

.btn-linkedin.bg {
	background: #0e76a8;
	color: #fff;
	border: 0
}

.btn-youtube.bg {
	background: #c4302b;
	color: #fff;
	border: 0
}

.btn-pinterest.bg {
	background: #c8232c;
	color: #fff;
	border: 0
}

.btn-tumblr.bg {
	background: #34526f;
	color: #fff;
	border: 0
}

.btn-flickr.bg {
	background: #0063dc;
	color: #fff;
	border: 0
}

.btn-github.bg {
	background: #333;
	color: #fff;
	border: 0
}

.btn-facebook.bg.active,
.btn-facebook.bg:active {
	background: #274584
}

.btn-twitter.bg.active,
.btn-twitter.bg:active {
	background: #0098d9
}

.btn-google-plus.bg.active,
.btn-google-plus.bg:active {
	background: #c93725
}

.btn-dribbble.bg.active,
.btn-dribbble.bg:active {
	background: #d63875
}

.btn-linkedin.bg.active,
.btn-linkedin.bg:active {
	background: #006294
}

.btn-youtube.bg.active,
.btn-youtube.bg:active {
	background: #b01c17
}

.btn-pinterest.bg.active,
.btn-pinterest.bg:active {
	background: #b40f18
}

.btn-tumblr.bg.active,
.btn-tumblr.bg:active {
	background: #203e5b
}

.btn-flickr.bg.active,
.btn-flickr.bg:active {
	background: #004fc8
}

.btn-github.bg.active,
.btn-github.bg:active {
	background: #1f1f1f
}

.btn.bg i {
	color: #fff
}

.btn.active,
.btn:active {
	box-shadow: none
}

.btn:focus {
	outline: 0
}

.btn-group.btn-blurbg {
	background: url(../images/blur_bg.png) no-repeat;
	padding: 40px;
	margin-bottom: 20px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}

.btn.btn-transparent {
	border-top: 1px solid #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	border-left: 1px solid rgba(255, 255, 255, .4);
	border-right: 1px solid rgba(255, 255, 255, .4);
	background: rgba(255, 255, 255, .2);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .35)
}

.btn.btn-transparent:hover {
	background: rgba(255, 255, 255, .32)
}

.video-player {
	position: relative;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .15)
}

.video-player video {
	display: block;
	max-width: 320px;
	width: 100%
}

.video-player .btn-controls {
	text-align: center;
	bottom: 5px;
	position: absolute;
	width: 100%
}

.video-player .btn-controls .btn-group {
	margin: 0
}

.video-player .btn-controls .btn-group {
	float: none
}

button::-moz-focus-inner {
	border: 0
}

.btn-group .dropdown-menu {
	border-radius: 1px
}

.btn-primary.active[disabled],
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #008e70;
	border-color: #008e70
}

.fc-header {
	display: block
}

.fc-header td {
	border-bottom: 0;
	border-left: 0
}

.fc-header td:last-child {
	border-right: 0
}

.calendar-env .calendar-body .fc-header .fc-header-left {
	padding: 20px
}

.calendar-env .calendar-body .fc-header .fc-header-right {
	padding: 20px
}

.fc-header-title {
	padding: 0 10px
}

.fc-header .fc-button {
	margin: 0;
	vertical-align: middle
}

.fc-button {
	padding: 10px;
	display: inline !important
}

.fc-state-default.fc-corner-left {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.fc-state-default.fc-corner-right {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-right: 0
}

.fc-state-default {
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	color: #666;
	border: 0;
	border-right: 1px solid rgba(0, 0, 0, .1)
}

.fc-button-today .fc-button-inner,
.fc-state-active,
.fc-state-active .fc-button-inner,
.fc-state-hover,
.fc-state-hover .fc-button-inner {
	background: #32323a;
	color: #fff;
	box-shadow: none;
	text-shadow: none
}

.fc-event {
	background: #19b698;
	border-color: #19b698
}

.external-event {
	margin: 2px 0;
	padding: 2px 4px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #19b698;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
	display: inline-block
}

#external-events p {
	border-top: 1px solid #666;
	padding-top: 5px;
	margin-top: 5px
}

@media (max-width:800px) {

	.fc-header .fc-header-center,
	.fc-header .fc-header-left,
	.fc-header .fc-header-right {
		text-align: center;
		display: block;
		width: 100%;
		padding: 20px
	}

	.fc-header .fc-header-center {
		padding: 0
	}
}

.blue-chart .flot-text,
.red-chart .flot-text {
	color: #fff !important
}

#site_statistics .flot-text .tickLabel {
	font-size: 10px !important;
	color: #c1c1c1 !important
}

.legend table td {
	font-size: 11px !important
}

.counter-detail .counter {
	display: inline-block;
	padding: 20px;
	width: 49%
}

.counter-detail .counter p {
	font-size: 14px;
	font-weight: 400;
	margin: 0
}

.counter-detail .counter h5 {
	margin: 0
}

.counter-detail .counter .spk1 {
	float: right;
	padding-top: 7px
}

.counter-detail .counter .spk2 {
	float: right;
	padding-top: 7px
}

.no-border {
	border-top: 0
}

.blue-chart {
	border-left: 1px solid #258fec;
	border-right: 1px solid #258fec;
	border-bottom: 1px solid #1e73bd;
	border-top: 1px solid #499de5;
	background-image: -moz-linear-gradient(center top, #52aeff 45%, #2180d3 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52aeff), to(#2180d3));
	background-image: -webkit-linear-gradient(top, #52aeff, #2180d3);
	background-image: -o-linear-gradient(top, #52aeff, #2180d3);
	background-image: linear-gradient(to bottom, #52aeff, #2180d3);
	background-color: #3290e2
}

.block-flat .blue-chart {
	padding: 20px !important
}

.blue-chart h2 {
	text-shadow: 0 -1px 0 #357fc0
}

.easyPieChart {
	display: inline-block
}

.visitors {
	padding-left: 25px
}

.visitors .counters {
	margin-top: 25px
}

.visitors .counters h1 {
	margin: 0
}

.visitors .counters h1:first-child {
	color: #1dd2af
}

.visitors .footer {
	padding: 5px 10px 0
}

.visitors .footer i {
	margin-right: 5px
}

.visitors .footer .return {
	color: #1dd2af
}

.cbp-spmenu {
	background: #272930;
	position: fixed
}

.cbp-spmenu>.header {
	padding: 20px;
	min-height: 64px;
	background: #1fd6b3;
	position: relative
}

.cbp-spmenu>.header h3 {
	color: #fff;
	font-weight: 300;
	font-size: 1.9em;
	margin: 0
}

.cbp-spmenu .sub-header {
	background: #19b698;
	color: #fff;
	padding: 8px 20px
}

.cbp-spmenu .sub-header .icon {
	display: inline-block;
	margin-right: 5px
}

.cbp-spmenu .sub-header p {
	display: inline-block;
	margin: 0;
	font-size: 13px;
	font-weight: 400
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300
}

.cbp-spmenu a:hover {
	background: #22242b
}

.cbp-spmenu a:active {
	background: #2a2c34;
	border-right: 2px solid #7761a7
}

.cbp-spmenu-vertical {
	width: 240px;
	height: 100%;
	top: 0;
	z-index: 1000
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid rgba(255, 255, 255, .04);
	padding: 1em
}

.cbp-spmenu-horizontal {
	width: 100%;
	height: 150px;
	left: 0;
	z-index: 1000;
	overflow: hidden
}

.cbp-spmenu-horizontal h3 {
	height: 100%;
	width: 20%;
	float: left
}

.cbp-spmenu-horizontal a {
	float: left;
	width: 20%;
	padding: .8em;
	border-left: 1px solid #258ecd
}

.cbp-spmenu-left {
	left: -240px
}

.cbp-spmenu-right {
	right: -240px
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0
}

.cbp-spmenu-top {
	top: -150px
}

.cbp-spmenu-bottom {
	bottom: -150px
}

.cbp-spmenu-top.cbp-spmenu-open {
	top: 0
}

.cbp-spmenu-bottom.cbp-spmenu-open {
	bottom: 0
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0
}

.cbp-spmenu-push-toright {
	left: 240px
}

.cbp-spmenu-push-toleft {
	left: -240px
}

#chat-box {
	display: none;
	position: absolute;
	padding-top: 64px;
	height: 100%;
	background: 0 0;
	bottom: 0;
	left: 0;
	width: 100%
}

#chat-box>.header {
	background: #19b698;
	border-bottom: 4px solid #0fac8e;
	padding: 15px
}

#chat-box>.header>span {
	color: #fff;
	font-size: 14px
}

#chat-box>.header>.close {
	margin: 0;
	padding: 2px 3px 0 0
}

#chat-box>.header>.close:hover,
.chat-box>.header>.close:active {
	background: 0 0;
	border: none
}

#chat-box .messages {
	background: #21232a;
	height: 80%
}

#chat-box .messages .conversation {
	list-style: none;
	padding: 5px 0 0
}

#chat-box .messages .conversation li p {
	background: #19b698;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative
}

#chat-box .messages .conversation .odd p {
	background: #fff;
	color: #666;
	padding: 5px 10px;
	display: inline-block
}

#chat-box .messages .conversation li p:after {
	border-color: transparent #fff;
	border-style: solid;
	border-width: 9px 10px 9px 0;
	content: "";
	display: block;
	left: -7px;
	position: absolute;
	top: 7px;
	width: 0;
	z-index: 1
}

#chat-box .messages .conversation li.text-right p:after {
	border-color: transparent #19b698;
	border-width: 9px 0 9px 10px;
	left: auto;
	right: -7px !important
}

#chat-box>.chat-input {
	position: absolute;
	bottom: 0;
	z-index: 3;
	background: #272930;
	padding: 13px 18px
}

#chat-box>.chat-input>.input-group {
	margin-bottom: 0
}

#chat-box>.chat-input>.input-group>input {
	overflow: hidden;
	word-wrap: break-word;
	resize: horizontal;
	background: #2f3138;
	border: none;
	color: #999
}

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}

.side-chat .content {
	padding: 0 20px
}

.side-chat .header h3 {
	font-size: 22px
}

.side-chat .content .title {
	color: #74767d;
	margin: 15px 0 8px 0;
	border-bottom: 1px solid #44464d
}

.side-chat .contacts li {
	display: block
}

.side-chat .contacts li a {
	border-radius: 3px;
	color: #909299;
	font-size: 13px;
	padding: 4px 5px;
	border: 0
}

.side-chat .contacts li a:focus {
	background: 0 0
}

.side-chat .contacts li a:hover {
	background: #31333a
}

.side-chat .contacts li a .fa {
	font-size: 11px;
	margin-right: 3px
}

.side-chat .contacts li.online a .fa {
	color: #2cc36b
}

.side-chat .contacts li.busy a .fa {
	color: #e91e63
}

.side-chat .contacts li.outside a .fa {
	color: #f57c00
}

@media screen and (max-width:55.1875em) {
	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px
	}

	.cbp-spmenu-top {
		top: -110px
	}

	.cbp-spmenu-bottom {
		bottom: -110px
	}
}

@media screen and (max-height:26.375em) {
	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 240px
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -240px
	}

	.cbp-spmenu-right {
		right: -240px
	}

	.cbp-spmenu-push-toright {
		left: 240px
	}
}

.chat-wi .chat-space {
	height: 377px;
	padding: 15px
}

.chat-wi .chat-content {
	padding: 15px;
	background: #fff
}

.chat-wi .chat-conv {
	position: relative;
	text-align: right;
	padding: 10px;
	margin-bottom: 15px
}

.chat-wi .chat-conv .c-avatar {
	position: absolute;
	border: 1px solid #d6dae0;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .09);
	height: 50px;
	width: 50px;
	vertical-align: top;
	right: 0
}

.chat-wi .chat-conv .c-bubble {
	position: relative;
	display: inline-block;
	padding: 8px 9px 5px 9px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	margin: 0 60px 0 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
	border-top: 1px solid #4aa4ec;
	border-bottom: 1px solid #2f7ee5;
	box-shadow: 0 1px 0 #7fc6fe inset, 1px 1px 2px rgba(0, 0, 0, .25);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-image: -moz-linear-gradient(center top, #50b1fe 45%, #348bfc 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#50b1fe), to(#348bfc));
	background-image: -webkit-linear-gradient(top, #50b1fe, #348bfc);
	background-image: -o-linear-gradient(top, #50b1fe, #348bfc);
	background-image: linear-gradient(to bottom, #50b1fe 45%, #348bfc 102%);
	background-color: #43a2ff
}

.chat-wi .chat-conv .c-bubble span {
	background: url(../images/bubble-tail.png) no-repeat;
	height: 21px;
	width: 12px;
	display: block;
	position: absolute;
	right: -12px;
	top: 5px
}

.chat-wi .sent {
	text-align: left
}

.chat-wi .sent .c-bubble {
	margin: 0 0 0 60px;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #e3e3e3;
	box-shadow: 0 1px 0 #fff inset, 0 1px 2px rgba(0, 0, 0, .25);
	text-shadow: none;
	color: #666;
	background-image: -moz-linear-gradient(center top, #fff 45%, #f3f3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
	background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
	background-image: -o-linear-gradient(top, #fff, #f3f3f3);
	background-image: linear-gradient(to bottom, #fff 45%, #f3f3f3 100%)
}

.chat-wi .sent .c-avatar {
	left: 0
}

.chat-wi .sent .c-bubble span {
	background: url(../images/bubble-tail-l-white.png) no-repeat;
	left: -12px
}

.chat-wi .chat-in {
	border-top: 1px solid #dadada;
	background: #f6f8fb
}

.chat-wi .chat-in input[type=text] {
	width: 100%;
	border: 0;
	height: 47px;
	padding: 10px;
	font-size: 15px;
	font-weight: 200;
	color: #555
}

.chat-wi .chat-tools {
	background: #f6f8fb;
	border-top: 1px solid #dfdfdf;
	color: #6f6f6f
}

.chat-wi .chat-tools i {
	display: inline-block;
	width: 38px;
	padding: 13px 8px;
	font-size: 14px;
	text-align: center;
	cursor: pointer
}

.chat-wi .chat-tools i:hover {
	background: #e5e7ea
}

.chat-wi .chat-in button,
.chat-wi .chat-in input[type=submit] {
	box-shadow: none;
	background: #e5e7ea;
	border: 1px solid #e5e7ea;
	border-left: 1px solid #dadada;
	border-radius: 0;
	-webkit-border-radius: 0;
	height: 47px;
	min-width: 70px;
	color: #777;
	transition: border-color .21s ease-out 0s;
	margin: 0
}

.chat-wi .chat-in button:hover {
	border-color: #4d90fe;
	color: #555
}

.chat-wi .chat-in .input {
	margin-right: 70px
}

.i-circle {
	border: 5px solid #f1f1f1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	height: 80px;
	width: 80px;
	display: inline-block;
	padding-top: 19px;
	margin-bottom: 7px
}

.i-circle i {
	font-size: 34px;
	vertical-align: middle;
	color: #666
}

.i-circle.white i {
	color: #fff
}

.i-circle.primary i {
	color: #19b698
}

.i-circle.success i {
	color: #2cc36b
}

.i-circle.info i {
	color: #2196f3
}

.i-circle.warning i {
	color: #f57c00
}

.i-circle.danger i {
	color: #e91e63
}

.i-circle.prusia i {
	color: #3d566d
}

.i-circle.dark i {
	color: #23262b
}

.red-chart {
	border-left: 1px solid #f27b56;
	border-right: 1px solid #f27b56;
	border-bottom: 1px solid #d66543;
	border-top: 1px solid #ee815e;
	background-image: -moz-linear-gradient(center top, #ff8a65 45%, #e26a45 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8a65), to(#e26a45));
	background-image: -webkit-linear-gradient(top, #ff8a65, #e26a45);
	background-image: -o-linear-gradient(top, #ff8a65, #e26a45);
	background-image: linear-gradient(to bottom, #ff8a65 45%, #e26a45 102%);
	background-color: #3290e2
}

.red-box {
	background-image: -moz-linear-gradient(center top, #ff8a65 45%, #f07853 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8a65), to(#f07853));
	background-image: -webkit-linear-gradient(top, #ff8a65, #f07853);
	background-image: -o-linear-gradient(top, #ff8a65, #f07853);
	background-image: linear-gradient(to bottom, #ff8a65 45%, #f07853 102%);
	background-color: #ff8a65;
	color: #fff
}

.red2-box {
	background-image: -moz-linear-gradient(center top, #ff7877 45%, #ed5554 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7877), to(#ed5554));
	background-image: -webkit-linear-gradient(top, #ff7877, #ed5554);
	background-image: -o-linear-gradient(top, #ff7877, #ed5554);
	background-image: linear-gradient(to bottom, #ff7877 45%, #ed5554 102%);
	background-color: #ff7877;
	color: #fff
}

.blue-box {
	background-image: -moz-linear-gradient(center top, #52aeff 45%, #3d9cef 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#52aeff), to(#3d9cef));
	background-image: -webkit-linear-gradient(top, #52aeff, #3d9cef);
	background-image: -o-linear-gradient(top, #52aeff, #3d9cef);
	background-image: linear-gradient(to bottom, #52aeff 45%, #3d9cef 102%);
	background-color: #52aeff;
	color: #fff
}

.green-box {
	background-image: -moz-linear-gradient(center top, #82c261 45%, #70be46 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#82c261), to(#70be46));
	background-image: -webkit-linear-gradient(top, #82c261, #70be46);
	background-image: -o-linear-gradient(top, #82c261, #70be46);
	background-image: linear-gradient(to bottom, #82c261 45%, #70be46 102%);
	background-color: #82c261;
	color: #fff
}

.violet-box {
	background-image: -moz-linear-gradient(center top, #b450b2 45%, #853685 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b450b2), to(#853685));
	background-image: -webkit-linear-gradient(top, #b450b2, #853685);
	background-image: -o-linear-gradient(top, #b450b2, #853685);
	background-image: linear-gradient(to bottom, #b450b2 45%, #853685 102%);
	background-color: #82c261;
	color: #fff
}

.yellow-box {
	background-image: -moz-linear-gradient(center top, #ffc91c 45%, #fab219 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc91c), to(#fab219));
	background-image: -webkit-linear-gradient(top, #ffc91c, #fab219);
	background-image: -o-linear-gradient(top, #ffc91c, #fab219);
	background-image: linear-gradient(to bottom, #ffc91c 45%, #fab219 102%);
	background-color: #82c261;
	color: #fff
}

.white-box {
	background: #fff
}

.ui-datepicker {
	position: relative;
	background-color: #19a8b6
}

.ui-datepicker .ui-datepicker-header {
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	padding-bottom: 5px;
	margin-bottom: 4px
}

.datetimepicker table td:last-child,
.datetimepicker table thead th:last-child {
	border-right: 0
}

.ui-datepicker .ui-datepicker-title {
	cursor: default;
	line-height: 1.8em;
	margin: 0 2.3em;
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	color: #fff
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	height: 1.8em;
	position: absolute;
	top: 2px;
	width: 1.8em;
	color: #fff
}

.ui-datepicker .ui-datepicker-prev {
	left: 2px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	overflow: hidden;
	display: block;
	text-indent: -99999px
}

.ui-datepicker .ui-datepicker-next span:after,
.ui-datepicker .ui-datepicker-prev span:after {
	cursor: pointer;
	content: "?";
	font-family: FontAwesome;
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	text-indent: 0
}

.ui-datepicker .ui-datepicker-next {
	right: 2px
}

.ui-datepicker .ui-datepicker-next span:after {
	content: "?";
	right: 0
}

.ui-datepicker table th {
	border: 0;
	padding: 3px
}

.ui-datepicker table th span {
	font-size: 14px;
	color: #fff
}

.ui-datepicker table tr {
	background: 0 0 !important
}

.ui-datepicker table td {
	border: 0;
	padding: 3px
}

.ui-datepicker table td:hover {
	background-color: rgba(255, 255, 255, .15)
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active:hover {
	background: #19b698 !important;
	background-image: none !important
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active:hover {
	background: #19b698 !important;
	background-image: none !important
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
	color: #fff
}

#gritter-notice-wrapper {
	width: 320px;
	top: 45px
}

.gritter-item-wrapper {
	background: url(../js/jquery.gritter/images/gritter-bg.png);
	border-bottom: 1px solid rgba(0, 0, 0, .13);
	border-left: 1px solid rgba(0, 0, 0, .05);
	border-right: 1px solid rgba(0, 0, 0, .05);
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04)
}

.gritter-top {
	background: 0 0
}

.gritter-item {
	font-family: 'Open Sans', sans-serif;
	background: 0 0;
	color: #fff;
	padding: 2px 20px 12px;
	padding-right: 35px;
	padding-left: 10px
}

.gritter-bottom {
	background: 0 0
}

.gritter-item p {
	font-size: 12px;
	line-height: 19px
}

.gritter-title {
	text-shadow: none;
	font-weight: 400;
	font-size: 17px
}

.gritter-close {
	display: block !important;
	top: 0;
	right: 0;
	left: auto;
	height: 30px;
	width: 35px;
	background: 0 0;
	text-indent: inherit
}

.gritter-close:after {
	content: '×';
	position: absolute;
	color: #fff;
	left: 10px;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .12)
}

.gritter-with-image,
.gritter-without-image {
	padding-left: 7px;
	width: 224px
}

.gritter-item-wrapper.clean {
	background: #fff
}

.gritter-item-wrapper.clean .gritter-item {
	color: #555
}

.gritter-item-wrapper.clean .gritter-close {
	display: block !important;
	top: 0;
	right: 0;
	left: auto;
	height: 100%;
	width: 35px;
	background-color: #19b698;
	text-indent: inherit
}

.gritter-item-wrapper.clean .gritter-close:after {
	content: '×';
	position: absolute;
	color: #fff;
	top: 50%;
	left: 10px;
	font-size: 24px;
	font-weight: 700;
	margin-top: -17px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .12)
}

.gritter-image {
	margin-top: 3px;
	width: auto;
	height: auto;
	max-width: 48px;
	max-height: 48px
}

.gritter-item-wrapper.facebook {
	background: #5d82d1
}

.gritter-item-wrapper.facebook .gritter-item {
	color: #fff
}

.gritter-item-wrapper.facebook .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.twitter {
	background: #50bff5
}

.gritter-item-wrapper.twitter .gritter-item {
	color: #fff
}

.gritter-item-wrapper.twitter .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.google-plus {
	background: #eb5e4c
}

.gritter-item-wrapper.google-plus .gritter-item {
	color: #fff
}

.gritter-item-wrapper.google-plus .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.dribbble {
	background: #f7659c
}

.gritter-item-wrapper.dribbble .gritter-item {
	color: #fff
}

.gritter-item-wrapper.dribbble .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.flickr {
	background: #0063dc
}

.gritter-item-wrapper.flickr .gritter-item {
	color: #fff
}

.gritter-item-wrapper.flickr .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.linkedin {
	background: #238cc8
}

.gritter-item-wrapper.linkedin .gritter-item {
	color: #fff
}

.gritter-item-wrapper.linkedin .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.youtube {
	background: #ef4e41
}

.gritter-item-wrapper.youtube .gritter-item {
	color: #fff
}

.gritter-item-wrapper.youtube .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.pinterest {
	background: #e13138
}

.gritter-item-wrapper.pinterest .gritter-item {
	color: #fff
}

.gritter-item-wrapper.pinterest .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.github {
	background: #333
}

.gritter-item-wrapper.github .gritter-item {
	color: #fff
}

.gritter-item-wrapper.github .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.tumblr {
	background: #426d9b
}

.gritter-item-wrapper.tumblr .gritter-item {
	color: #fff
}

.gritter-item-wrapper.tumblr .gritter-close {
	background-color: transparent;
	top: 5px
}

.gritter-item-wrapper.primary {
	background: #19b698
}

.gritter-item-wrapper.success {
	background: #2cc36b
}

.gritter-item-wrapper.info {
	background: #2196f3
}

.gritter-item-wrapper.warning {
	background: #f57c00
}

.gritter-item-wrapper.danger {
	background: #e91e63
}

.gritter-item-wrapper.prusia {
	background: #3d566d
}

.gritter-item-wrapper.dark {
	background: #23262b
}

.fa-mobile-phone {
	font-size: 18px
}

.icon-16 {
	font-size: 16px !important
}

.icon-19 {
	font-size: 19px !important
}

.icon-24 {
	font-size: 24px !important
}

.icon-32 {
	font-size: 32px !important
}

.icon-64 {
	font-size: 64px !important
}

.icon-show i {
	font-size: 14px !important;
	margin-right: 5px;
	width: 20px
}

.icon-show>div {
	margin: 5px 0
}

.label {
	border-radius: 0;
	-webkit-border-radius: 0;
	font-weight: 400;
	font-size: 95%
}

.label-default {
	background-color: #a1a1a1
}

.label i {
	font-size: 100% !important;
	color: inherit !important;
	width: auto !important;
	min-width: 11px
}

.label-success {
	background-color: #2cc36b
}

.label-primary {
	background-color: #19b698
}

.label-warning {
	background-color: #fed16c
}

.label-danger {
	background-color: #e91e63
}

.label-info {
	background-color: #2196f3
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #0fac8e
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #22b961
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #4099d5
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #f4c762
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #e05749
}

.badge {
	margin-left: 5px
}

.badge-primary {
	background-color: #19b698 !important
}

.badge-success {
	background-color: #2cc36b !important
}

.badge-info {
	background-color: #2196f3 !important
}

.badge-warning {
	background-color: #fed16c !important
}

.badge-danger {
	background-color: #ff0c4e !important
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: #19b698
}

.list-group-item:first-child {
	border-radius: 0;
	-webkit-border-radius: 0
}

.list-group-item:last-child {
	border-radius: 0;
	-webkit-border-radius: 0
}

a.list-group-item.active,
a.list-group-item.active:focus,
a.list-group-item.active:hover {
	background-color: #19b698;
	border-color: #19b698
}

.list-group-item i {
	min-width: 15px;
	display: inline-block !important;
	text-align: center
}

.list-group-item h4 {
	margin-bottom: 8px;
	font-size: 17px
}

.list-group-item h4 {
	margin-bottom: 8px;
	font-size: 15px
}

.list-group-item {
	font-size: 12px;
	padding: 13px 15px;
	line-height: 22px
}

a.list-group-item:hover {
	border-left: 5px solid #19b698;
	border-color: #19b698;
	padding-left: 11px
}

a.list-group-item:hover+a.list-group-item {
	border-top-color: #19b698
}

.list-group .active:hover {
	padding-left: 15px;
	border-left: 1px solid #19b698
}

.md-modal.full-width {
	width: 90%;
	max-width: none
}

.modal-dialog.full-width {
	width: 90%;
	max-width: none
}

.custom-width {
	width: 40%;
	max-width: none
}

.full-color .md-content {
	background-color: #19b698;
	color: #fff
}

.full-color .modal-content {
	background-color: #19b698;
	color: #fff
}

.full-color.success .md-content {
	background-color: #2cc36b;
	color: #fff
}

.full-color.success .modal-content {
	background-color: #2cc36b;
	color: #fff
}

.full-color.info .md-content {
	background-color: #2196f3;
	color: #fff
}

.full-color.info .modal-content {
	background-color: #2196f3;
	color: #fff
}

.full-color.warning .md-content {
	background-color: #f57c00;
	color: #fff
}

.full-color.warning .modal-content {
	background-color: #f57c00;
	color: #fff
}

.full-color.danger .md-content {
	background-color: #e91e63;
	color: #fff
}

.full-color.danger .modal-content {
	background-color: #e91e63;
	color: #fff
}

.full-color.prusia .md-content {
	background-color: #3d566d;
	color: #fff
}

.full-color.prusia .modal-content {
	background-color: #3d566d;
	color: #fff
}

.full-color .modal-header {
	background-color: rgba(0, 0, 0, .1)
}

.full-color .modal-content .modal-footer {
	border: 0;
	background-color: transparent
}

.full-color .md-content .modal-footer {
	border: 0;
	background-color: transparent
}

.full-color .md-content .modal-footer .btn {
	margin-bottom: 0 !important
}

.md-dark .modal-header {
	background-color: #19b698;
	color: #fff
}

.md-dark .modal-header {
	background-color: #19b698;
	color: #fff
}

.md-dark.success .modal-header {
	background-color: #2cc36b;
	color: #fff
}

.md-dark.success .modal-header {
	background-color: #2cc36b;
	color: #fff
}

.md-dark.info .modal-header {
	background-color: #2196f3;
	color: #fff
}

.md-dark.info .modal-header {
	background-color: #2196f3;
	color: #fff
}

.md-dark.warning .modal-header {
	background-color: #f57c00;
	color: #fff
}

.md-dark.warning .modal-header {
	background-color: #f57c00;
	color: #fff
}

.md-dark.danger .modal-header {
	background-color: #e91e63;
	color: #fff
}

.md-dark.danger .modal-header {
	background-color: #e91e63;
	color: #fff
}

.md-dark.prusia .modal-header {
	background-color: #3d566d;
	color: #fff
}

.md-dark.prusia .modal-header {
	background-color: #3d566d;
	color: #fff
}

.md-dark .md-content,
.md-dark .modal-content {
	background-color: #23262b;
	color: #bbbec3
}

.md-dark .md-content input,
.md-dark .modal-content input {
	background-color: transparent;
	color: #b2b2b2
}

.md-dark .modal-content .modal-footer {
	border: 0;
	background-color: transparent
}

.md-dark .md-content .modal-footer {
	border: 0;
	background-color: transparent
}

.md-dark .md-content .modal-footer .btn {
	margin-bottom: 0 !important
}

.modal-content {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0
}

.modal-body {
	padding: 30px 20px
}

.modal-body.form {
	padding: 30px 20px 15px
}

.md-content .icheckbox_flat-green,
.modal-content .icheckbox_flat-green {
	margin-right: 5px
}

.modal-content>.close {
	margin-right: 10px;
	margin-top: 10px
}

.modal-content .modal-header {
	border-bottom: 0
}

.colored-header.modal-header {
	padding: 20px;
	border-bottom: 5px solid #05a284 !important;
	background-color: #19b698;
	color: #fff
}

.modal-header.colored-header-success {
	padding: 20px;
	border-bottom: 5px solid #18af57 !important;
	background-color: #2cc36b !important;
	color: #fff
}

.modal-header.colored-header-info {
	padding: 20px;
	border-bottom: 5px solid #368fcb !important;
	background-color: #2196f3 !important;
	color: #fff
}

.modal-header.colored-header-warning {
	padding: 20px;
	border-bottom: 5px solid #dd5a2b !important;
	background-color: #f57c00 !important;
	color: #fff
}

.modal-header.colored-header-danger {
	padding: 20px;
	border-bottom: 5px solid #d64d3f !important;
	background-color: #e91e63 !important;
	color: #fff
}

.modal-header.colored-header-prusia {
	padding: 20px;
	border-bottom: 5px solid #294259 !important;
	background-color: #3d566d;
	color: #fff
}

.modal-header.colored-header-dark {
	padding: 20px;
	border-bottom: 5px solid #0f1217 !important;
	background-color: #23262b;
	color: #fff
}

.modal-content h4 {
	font-weight: 400
}

.modal-content h3 {
	font-weight: 300;
	margin-top: 0;
	display: inline
}

.modal-content h2 {
	margin: 0
}

.modal-content .modal-footer {
	margin-top: 0;
	background: #fbfbfb;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px
}

.md-content {
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0;
	background: #fff;
	color: #555
}

.md-content .modal-header {
	border-bottom: 0
}

.md-content h4,
.modal-content h4 {
	font-weight: 400
}

.md-content h3,
.modal-content h3 {
	font-weight: 300;
	margin-top: 0
}

.md-content h2 {
	margin: 0
}

.md-content .modal-footer {
	margin-top: 0;
	background: #fbfbfb;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px
}

.md-show.md-effect-12~.md-overlay {
	background: #19b698
}

.modal-open .navbar-fixed-bottom,
.modal-open .navbar-fixed-top,
body.modal-open {
	margin-right: 0
}

.modal {
	overflow: auto
}

@media (min-width:801px) and (max-width:979px) {
	.custom-width {
		width: 60%;
		max-width: none
	}
}

@media (max-width:800px) {
	.custom-width {
		width: 90%;
		max-width: none
	}
}

.multiselect-container>li>label.multiselect-group {
	font-size: 13px;
	font-weight: 600
}

.ms-container .ms-list {
	box-shadow: none
}

.ms-container .ms-list.ms-focus {
	border-color: #19b698;
	box-shadow: none
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
	background: #19b698
}

#ms-custom-headers .custom-header {
	background: #19b698;
	color: #fff;
	padding: 7px 10px;
	font-size: 14px
}

#ms-custom-headers .ms-list {
	border-radius: 0 0 3px 3px;
	border-top: none
}

#ms-searchable .ms-list {
	border-radius: 0 0 3px 3px;
	border-top: none
}

.nano>.pane>.slider {
	width: 100%
}

.jqstooltip {
	padding: 3px 10px 5px 5px;
	min-height: 25px;
	min-width: 30px
}

.dd {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	max-width: 600px;
	list-style: none;
	font-size: 13px;
	line-height: 20px
}

.dd-list {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none
}

.dd-list .dd-list {
	padding-left: 30px
}

.dd-collapsed .dd-list {
	display: none
}

.dd-empty,
.dd-item,
.dd-placeholder {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	min-height: 20px;
	font-size: 13px;
	line-height: 20px
}

.dd-handle {
	cursor: default;
	display: block;
	margin: 5px 0;
	padding: 7px 10px;
	color: #333;
	text-decoration: none;
	border: 1px solid #ddd;
	background: #fff
}

.dd-handle:hover {
	color: #fff;
	background: #19b698;
	border-color: #05a284
}

.dd-item>button {
	color: #555;
	font-family: FontAwesome;
	display: block;
	position: relative;
	cursor: pointer;
	float: left;
	width: 25px;
	height: 20px;
	margin: 8px 2px;
	padding: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: 0;
	background: 0 0;
	font-size: 10px;
	line-height: 1;
	text-align: center
}

.dd-item>button:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	text-indent: 0
}

.dd-item>button[data-action=collapse]:before {
	content: ""
}

.dd-empty,
.dd-placeholder {
	margin: 5px 0;
	padding: 0;
	min-height: 30px;
	background: #fff;
	border: 1px dashed #b6bcbf;
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.dd-empty {
	border: 1px dashed #bbb;
	min-height: 100px;
	background-color: #e5e5e5;
	background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-size: 60px 60px;
	background-position: 0 0, 30px 30px
}

.dd-dragel {
	position: absolute;
	pointer-events: none;
	z-index: 9999
}

.dd-dragel>.dd-item .dd-handle {
	margin-top: 0
}

.dd-dragel .dd-handle {
	-webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
	box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1)
}

.dd3-content {
	display: block;
	margin: 5px 0;
	padding: 7px 10px 7px 40px;
	color: #333;
	text-decoration: none;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #ddd;
	color: #333
}

.dd3-content:hover {
	background: #fff
}

.dd-dragel>.dd3-item>.dd3-content {
	margin: 0
}

.dd3-item>button {
	margin-left: 35px
}

.dd3-handle {
	position: absolute;
	margin: 0;
	left: 0;
	top: 0;
	cursor: all-scroll;
	width: 34px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border: transparent;
	background: #19b698;
	height: 36px
}

.dd3-handle:before {
	content: '=';
	display: block;
	position: absolute;
	left: 0;
	top: 7px;
	width: 100%;
	text-align: center;
	text-indent: 0;
	color: #fff;
	font-size: 20px;
	font-weight: 400
}

.dd3-handle:hover {
	background: #0fac8e
}

.pagination {
	margin: 18px 0
}

.pagination>li>a,
.pagination>li>span {
	color: #19b698
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #19b698;
	border-color: #19b698
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0
}

.cl-mcont .block {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04);
	border: 0;
	margin-bottom: 30px;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px
}

.block-flat,
.block-wizard {
	margin-bottom: 25px;
	padding: 20px 20px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	-webkit-border-radius: 3px;
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04);
	transition: padding .5s;
	-moz-transition: padding .5s;
	-webkit-transition: padding .5s
}

.block-flat.closed {
	padding-bottom: 9px
}

.block .header,
.block-flat .header,
.widget-block .header {
	padding: 10px;
	border-bottom: 1px solid #dadada;
	transition: border .5s;
	-moz-transitiontransition: border .5s;
	-webkit-transition: border .5s
}

.block-flat.danger-box .header,
.block-flat.dark-box .header,
.block-flat.info-box .header,
.block-flat.primary-box .header,
.block-flat.success-box .header,
.block-flat.warning-box .header {
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.block-flat.closed .header {
	border-bottom: 1px solid transparent
}

.block .header {
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	padding: 10px
}

.block-flat .header {
	padding: 3px 0
}

.block-flat .header.no-border {
	border: 0
}

.block-flat .content {
	padding: 15px 3px 0 3px
}

.block-flat .content.full-width {
	padding: 0;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -20px
}

.block-flat .content h4 {
	margin-top: 20px;
	font-size: 16px
}

.block-flat.no-padding .content {
	padding: 0 !important
}

.block .header h2,
.block-flat .header h2,
.widget-block .header h2 {
	margin: 0;
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 29px;
	line-height: 38px
}

.block .header h3 {
	margin: 3px 0;
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 200
}

.block-flat .header h3,
.widget-block .header h3 {
	margin-top: 3px;
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 200
}

.block .actions,
.block-flat .actions {
	float: right
}

.block .actions .refresh i,
.block-flat .actions .refresh i {
	font-size: 12px
}

.block .actions {
	padding-top: 5px
}

.block-flat .actions a {
	margin-left: 6px;
	color: rgba(0, 0, 0, .3)
}

.block-flat .actions a:hover {
	color: rgba(0, 0, 0, .5)
}

.block.block-color .actions a {
	margin-left: 6px;
	font-size: 14px;
	color: #fff
}

.block.block-color .actions a:hover i {
	color: rgba(255, 255, 255, .8)
}

.block-flat.dark-box .actions a {
	color: #fff
}

.block-flat.dark-box .actions a:hover {
	color: rgba(255, 255, 255, .5)
}

.dark-box {
	background-color: #383a41;
	color: #fff
}

.primary-box {
	background-color: #19b698;
	color: #fff
}

.success-box {
	background-color: #2cc36b;
	color: #fff
}

.info-box {
	background-color: #2196f3;
	color: #fff
}

.warning-box {
	background-color: #f57c00;
	color: #fff
}

.danger-box {
	background-color: #e91e63;
	color: #fff
}

.block .header.dark {
	background-color: #383a41;
	color: #fff;
	border-bottom: 0
}

.block .header h4 {
	font-weight: 400;
	font-size: 15px;
	margin: 6px 0
}

.block.block-color {
	position: relative;
	border-radius: 0
}

.block.block-color .header {
	border-radius: 0;
	border: 0;
	background: #23262b;
	color: #fff
}

.block.block-color.primary .header {
	background: #19b698;
	color: #fff
}

.block.block-color.success .header {
	background: #2cc36b;
	color: #fff
}

.block.block-color.info .header {
	background: #2196f3;
	color: #fff
}

.block.block-color.warning .header {
	background: #f57c00;
	color: #fff
}

.block.block-color.danger .header {
	background: #e91e63;
	color: #fff
}

.block .loading,
.block-flat .loading {
	display: none;
	cursor: wait;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	top: 0;
	left: 0
}

.block .loading i,
.block-flat .loading i {
	position: relative;
	top: 50%;
	margin-top: -13px;
	left: 50%;
	margin-left: -13px;
	font-size: 26px
}

.progress {
	height: 18px;
	border-radius: 3px;
	-webkit-border-radius: 3px
}

.progress .progress-bar {
	line-height: 16px
}

.progress.small {
	height: 10px
}

.progress.small .progress-bar {
	line-height: 9px
}

.progress.extra-small {
	height: 5px
}

.progress.big {
	height: 24px
}

.progress.big .progress-bar {
	line-height: 22px
}

.progress-bar-info {
	background-color: #2196f3
}

.progress-bar-success {
	background-color: #2cc36b
}

.progress-bar-warning {
	background-color: #fed16c
}

.progress-bar-danger {
	background-color: #e91e63
}

.progress-bar-primary {
	background-color: #19b698
}

.select2-container .select2-choice {
	border: 1px solid #ccc;
	background: #fff;
	padding: 4px 8px;
	height: auto;
	border-radius: 1px;
	-webkit-border-radius: 1px
}

.select2-drop {
	box-shadow: none
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
	background: #fff;
	border-color: transparent #19b698 #19b698
}

.select2-container .select2-container-multi .select2 .select2-dropdown-open {
	box-shadow: none
}

.select2-container-multi.select2-container-active .select2-choices {
	box-shadow: none;
	border: 1px solid #19b698
}

.select2-drop-active {
	border-color: -moz-use-text-color #19b698 #19b698
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #19b698
}

.select2-drop.select2-drop-above {
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .08);
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0
}

.select2-container .select2-choice abbr {
	right: 32px;
	top: 10px
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	box-shadow: none;
	border-color: #19b698
}

.select2-container .select2-choice .select2-arrow {
	width: 30px;
	background-color: #fff;
	background-image: none
}

.select2-results .select2-highlighted {
	background: none repeat scroll 0 0 #19b698
}

.select2-container .select2-choice .select2-arrow b {
	background-position: 7px 4px
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -13px 3px
}

.select2-container.select2-drop-above .select2-choice {
	border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px
}

.select2-container-multi .select2-choices .select2-search-choice {
	border: none;
	border-radius: 0;
	background-color: #19b698;
	background-image: none;
	color: #fff;
	box-shadow: none;
	padding: 3px 5px 5px 18px
}

.select2-container-multi .select2-choices {
	padding: 5px;
	background: #fff;
	box-shadow: none
}

.slider.slider-vertical {
	margin-right: 13px
}

.slider-selection {
	background: #19b698;
	border: transparent;
	box-shadow: none
}

.slider-handle {
	opacity: 1;
	background-color: #fff;
	background-image: linear-gradient(to bottom, #fff, #f9f9f9);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f9f9f9));
	background-image: -webkit-linear-gradient(top, #fff, #f9f9f9);
	background-image: -moz-linear-gradient(top, #fff, #f9f9f9);
	background-image: -o-linear-gradient(top, #fff, #f9f9f9);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .39);
	height: 23px;
	width: 23px;
	transition: box-shadow .2s ease-in-out
}

.slider-handle:hover {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .45)
}

.slider.slider-horizontal .slider-handle {
	margin-top: -7px
}

.slider.slider-vertical .slider-handle {
	margin-left: -6px
}

.has-switch {
	border: 0;
	width: 75px;
	min-width: 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-right: 5px
}

.has-switch:last-child {
	margin-right: 0
}

.has-switch span {
	height: 28px;
	border-radius: 0;
	-webkit-border-radius: 0;
	float: left;
	width: 60px;
	transition: background .5s ease-in-out
}

.has-switch label {
	width: 30px;
	height: 28px;
	border: 3px solid #19b698;
	background: #fff;
	float: left;
	margin: 0 !important;
	border-radius: 50%;
	-webkit-border-radius: 50%
}

.has-switch label:hover {
	background: #fff
}

.has-switch span.switch-left {
	background: #19b698;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-right: -15px;
	text-align: left;
	padding-left: 10px
}

.has-switch span.switch-left:hover {
	background: #19b698
}

.has-switch span.switch-right {
	background: #e3e3e3;
	margin-left: -15px
}

.has-switch span.switch-right:hover {
	background: #e3e3e3
}

.has-switch span.switch-success.switch-left,
.has-switch span.switch-success.switch-left:hover {
	background: #60c060
}

.has-switch span.switch-success.switch-left+label {
	border-color: #60c060
}

.has-switch span.switch-warning.switch-left,
.has-switch span.switch-warning.switch-left:hover {
	background: #fc9700
}

.has-switch span.switch-warning.switch-left+label {
	border-color: #fc9700
}

.has-switch span.switch-danger.switch-left,
.has-switch span.switch-danger.switch-left:hover {
	background: #da4932
}

.has-switch span.switch-danger.switch-left+label {
	border-color: #da4932
}

.has-switch .switch-off span.switch-left+label {
	border-color: #e3e3e3
}

.has-switch .switch-off span.switch-left {
	background: #e3e3e3
}

.has-switch>div {
	width: 160%
}

.has-switch>div.switch-off {
	left: -60%
}

.has-switch.switch-large {
	min-width: 100px;
	border-radius: 20px;
	-webkit-border-radius: 20px
}

.has-switch label.switch-large,
.has-switch span.switch-large {
	height: 40px
}

.has-switch span.switch-large {
	width: 80px
}

.has-switch label.switch-large {
	width: 40px;
	border-width: 4px
}

.has-switch.switch-large span.switch-left {
	margin-right: -20px;
	padding-left: 16px
}

.has-switch.switch-large span.switch-right {
	margin-left: -20px
}

.has-switch.switch-small {
	width: 59px;
	min-width: 0;
	border-radius: 12px;
	-webkit-border-radius: 12px
}

.has-switch label.switch-small,
.has-switch span.switch-small {
	height: 23px
}

.has-switch span.switch-small {
	width: 45px
}

.has-switch label.switch-small {
	width: 23px;
	border-width: 3px
}

.has-switch.switch-small span.switch-left {
	margin-right: -10px;
	padding-left: 8px
}

.has-switch.switch-small span.switch-right {
	margin-left: -10px
}

.has-switch.switch-small>div.switch-off {
	left: -57%
}

.has-switch.switch-mini {
	width: 44px;
	min-width: 0;
	border-radius: 9px;
	-webkit-border-radius: 9px
}

.has-switch label.switch-mini,
.has-switch span.switch-mini {
	height: 18px
}

.has-switch span.switch-mini {
	width: 35px
}

.has-switch label.switch-mini {
	width: 18px;
	border-width: 3px
}

.has-switch.switch-mini span.switch-left {
	margin-right: -9px;
	padding-left: 8px
}

.has-switch.switch-mini span.switch-right {
	margin-left: -9px
}

table.dashed tr:nth-child(2n) {
	background: #fff
}

table.dashed td:last-child {
	border-right: 0
}

table.dashed td {
	padding: 20px;
	border-left: 0;
	border-bottom: 1px dashed #ddd
}

table thead th {
	padding: 5px;
	font-size: 13px;
	font-weight: 200
}

table tbody td {
	padding: 7px 8px;
	font-size: 12px
}

table .primary-emphasis,
table .primary-emphasis-dark {
	background: #19b698;
	color: #fff;
	border-color: #19b698;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3)
}

table .primary-emphasis-dark {
	background-color: #05a284
}

table .success-emphasis,
table .success-emphasis-dark {
	background: #05a284;
	color: #fff;
	border-color: #05a284;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3)
}

table .success-emphasis-dark {
	background-color: #05a284;
	border-color: #05a284
}

table .warning-emphasis,
table .warning-emphasis-dark {
	background: #fc9700;
	color: #fff;
	border-color: #fc9700;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3)
}

table .warning-emphasis-dark {
	background-color: #fc8800;
	border-color: #fc8800
}

table .danger-emphasis,
table .danger-emphasis-dark {
	background: #da4932;
	color: #fff;
	border-color: #da4932;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .3)
}

table .danger-emphasis-dark {
	background-color: #c8432e;
	border-color: #c8432e
}

table {
	border-collapse: collapse;
	width: 100%
}

table .right {
	text-align: right
}

table .left {
	text-align: left
}

.red thead th {
	color: #e91e63
}

.blue thead th {
	color: #2196f3
}

.violet thead th {
	color: #9b50ba
}

.green thead th {
	color: #2cc36b
}

table thead th span {
	color: #333
}

table thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-top: 1px solid #dadada;
	padding: 10px 8px 5px 8px
}

table thead th:last-child {
	border-right: 1px solid #dadada
}

table thead span {
	font-size: 16px;
	display: block
}

table td {
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	padding: 7px 8px
}

table td .progress {
	margin: 0
}

table.hover tbody tr:hover {
	background: #f3f3f3
}

table td i {
	font-size: 15px;
	display: inline-block;
	text-align: center;
	width: 23px
}

table td:last-child {
	border-right: 1px solid #dadada
}

table.no-strip tr:nth-child(2n) {
	background: 0 0
}

table .no-border th {
	border-left: 0
}

table .no-border tr th:first-child {
	border-left: 1px solid #dadada
}

table .no-border-x td {
	border-bottom: 0
}

table .no-border-x tr:last-child td {
	border-bottom: 1px solid #dadada
}

table .no-border-y td {
	border-left: 0
}

table .no-border-y tr td:first-child {
	border-left: 1px solid #dadada
}

table.no-border tr th {
	border-top: 0
}

table.no-border tr th:first-child {
	border-left: 0
}

table.no-border tr th:last-child {
	border-right: 0
}

table.no-border tr td:first-child {
	border-left: 0
}

table.no-border tr td:last-child {
	border-right: 0
}

table.no-border tr:last-child td {
	border-bottom: 0
}

.no-padding table th:first-child {
	border-left: 0
}

.no-padding table th:last-child {
	border-right: 0
}

.no-padding table tr td:first-child {
	border-left: 0
}

.no-padding table tr td:last-child {
	border-right: 0
}

.no-padding table tr:last-child td {
	border-bottom: 0
}

table tbody .toggle-details {
	cursor: pointer
}

table tbody .details {
	background: #fff
}

table tbody td .btn {
	margin-bottom: 0 !important
}

table.list.no-border {
	border-top: 0
}

table.list .items td {
	vertical-align: middle;
	padding: 5px
}

table.list .items td .progress {
	height: 13px
}

table.list .items td .progress .progress-bar {
	font-size: 10px;
	line-height: 12px
}

table.list .items td>span {
	vertical-align: top
}

table.list .items td p span {
	display: block;
	font-size: 12px;
	line-height: 10px;
	color: #9e9e9e
}

table tbody td .btn-group .dropdown-menu {
	margin-top: -1px;
	min-width: 130px
}

table tbody td .btn-group .dropdown-menu li>a {
	padding: 5px 12px;
	text-align: left;
	font-size: x-small
}

.nav-tabs {
	border-bottom: 1px solid transparent
}

.nav-tabs>li {
	font-size: 14px;
	margin-right: 2px
}

.nav-tabs>li.active {
	position: relative
}

.nav-tabs.wall>li {
	margin-bottom: 2px
}

.nav-tabs>li>a {
	padding: 9px 15px;
	font-size: 10px;
	margin-right: 0;
	min-width: 80px;
	text-align: center
}

.nav-tabs.wall>li>a {
	padding: 9px 15px;
	font-size: 13px;
	margin-right: 0;
	min-width: 20px;
	color: #555;
	text-align: center;
	border: none
}

.nav-tabs.wall>li>a:active,
.nav-tabs.wall>li>a:hover {
	background: 0 0;
	border: none;
	color: #19b698;
	border-radius: 2px;
	-webkit-border-radius: 2px 2px 0 0
}

.nav-tabs.wall>li.active>a:after,
.nav-tabs.wall>li.active>a:focus:after,
.nav-tabs.wall>li.active>a:hover:after {
	content: "";
	display: block;
	height: 10px;
	background: url(../images/menu-tail-up.png) no-repeat;
	position: absolute;
	bottom: -3px;
	top: auto;
	left: 50%;
	margin-left: -8px;
	width: 17px
}

.nav-tabs.wall>li.active>a,
.nav-tabs.wall>li.active>a:focus,
.nav-tabs.wall>li.active>a:hover {
	background: 0 0;
	color: #19b698;
	border: none;
	border-radius: 2px;
	-webkit-border-radius: 0;
	border-bottom: 0;
	padding-bottom: 10px;
	padding-top: 9px;
	box-shadow: none;
	position: static
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:hover {
	background: 0 0;
	color: #05a284;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0
}

.nav-tabs>li.active>a:after,
.nav-tabs>li.active>a:focus:after,
.nav-tabs>li.active>a:hover:after {
	content: "";
	display: block;
	height: 2px;
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-top: 2px solid #19b698;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: 0;
	padding-bottom: 10px;
	padding-top: 8px;
	box-shadow: 1px -3px 4px -3px rgba(0, 0, 0, .08);
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	position: static;
	font-size: 10px
}

.tab-content {
	background: #fff;
	padding: 20px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #ececec;
	border-radius: 0 3px 3px;
	-webkit-border-radius: 0 3px 3px;
	border-right: 1px solid #ececec;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04);
	margin-bottom: 40px
}

.tab-content #picture .fileinput .thumbnail {
	border: 2px dashed #ddd
}

.tab-content #picture .fileinput .thumbnail h2 {
	top: 30%;
	position: relative
}

.tab-content h3,
h1:first-child,
h2 {
	margin-top: 0
}

.tab-bottom .nav-tabs {
	margin-bottom: 40px
}

.tab-bottom .tab-content {
	margin-bottom: 0
}

.tab-bottom .nav-tabs>li.active>a:after,
.tab-bottom .nav-tabs>li.active>a:focus:after,
.tab-bottom .nav-tabs>li.active>a:hover:after {
	bottom: 0;
	top: auto
}

.tab-bottom .nav-tabs>li.active>a,
.tab-bottom .nav-tabs>li.active>a:focus,
.tab-bottom .nav-tabs>li.active>a:hover {
	border-top: 0;
	border-bottom: 2px solid #19b698;
	margin-top: -1px;
	box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, .08)
}

.tab-bottom .tab-content {
	border-radius: 3px 3px 3px 0;
	-webkit-border-radius: 3px 3px 3px 0
}

.tab-left .nav-tabs {
	float: left
}

.tab-left .nav-tabs>li {
	float: none;
	margin-right: 0;
	margin-bottom: 0
}

.tab-left .nav-tabs>li>a {
	text-align: left;
	min-width: 38px;
	padding: 12px 10px;
	border-radius: 0;
	-webkit-border-radius: 0
}

.tab-left .nav-tabs>li .fa {
	font-size: 14px
}

.tab-left .nav-tabs>li.active>a:after,
.tab-left .nav-tabs>li.active>a:focus:after,
.tab-left .nav-tabs>li.active>a:hover:after {
	bottom: 0;
	top: auto;
	width: 2px;
	height: 100%
}

.tab-left .nav-tabs>li.active>a,
.tab-left .nav-tabs>li.active>a:focus,
.tab-left .nav-tabs>li.active>a:hover {
	border-top: 0;
	border-bottom: 1px solid #ececec;
	border-right: 0;
	border-left: 2px solid #19b698;
	margin-right: -1px;
	box-shadow: -1px 3px 4px -3px rgba(0, 0, 0, .08);
	padding: 13px 10px 12px 9px
}

.tab-left .tab-content {
	overflow: auto;
	border-radius: 0 3px 3px 3px;
	-webkit-border-radius: 0 3px 3px 3px
}

.tab-right .nav-tabs {
	float: right
}

.tab-right .tab-content {
	overflow: auto;
	border-radius: 3px 0 3px 3px;
	-webkit-border-radius: 3px 0 3px 3px
}

.tab-right .nav-tabs>li {
	float: none;
	margin-right: 0;
	margin-bottom: 2px
}

.tab-right .nav-tabs>li>a {
	text-align: left;
	min-width: 38px;
	padding: 12px 10px
}

.tab-right .nav-tabs>li .fa {
	font-size: 14px
}

.tab-right .nav-tabs>li.active>a:after,
.tab-right .nav-tabs>li.active>a:focus:after,
.tab-right .nav-tabs>li.active>a:hover:after {
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
	width: 2px;
	height: 100%
}

.tab-right .nav-tabs>li.active>a,
.tab-right .nav-tabs>li.active>a:focus,
.tab-right .nav-tabs>li.active>a:hover {
	border-top: 0;
	border-bottom: 1px solid #ececec;
	border-left: 0;
	border-right: 2px solid #19b698;
	margin-left: -1px;
	box-shadow: 1px 3px 4px -3px rgba(0, 0, 0, .08);
	padding: 13px 10px 12px 12px
}

.shadow.tab-content {
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .13)
}

.fd-tile {
	background-color: #fff;
	color: #555;
	margin-bottom: 15px
}

.fd-tile.tile-green {
	background-color: #26a69a;
	color: #fff
}

.fd-tile.tile-lemon {
	background-color: #8dea21;
	color: #fff
}

.fd-tile.tile-red {
	background-color: #e91e63;
	color: #fff
}

.fd-tile.tile-blue {
	background-color: #2196f3;
	color: #fff
}

.fd-tile.tile-orange {
	background-color: #f57c00;
	color: #fff
}

.fd-tile.tile-prusia {
	background-color: #3d566d;
	color: #fff
}

.fd-tile.tile-concrete {
	background-color: #a3b1b2;
	color: #fff
}

.fd-tile.tile-purple {
	background-color: #7761a7;
	color: #fff
}

.fd-tile.tile-pink {
	background-color: #ff4daa;
	color: #fff
}

.fd-tile.tile-dark-blue {
	background-color: #1976d2;
	color: #fff
}

.fd-tile.clean .icon i {
	color: #e5e5e5
}

.fd-tile.clean {
	background-color: #fff;
	color: #888
}

.fd-tile.clean.tile-green .details {
	background-color: #2cc36b
}

.fd-tile.clean.tile-lemon .details {
	background-color: #2cc36b
}

.fd-tile.clean.tile-red .details {
	background-color: #e91e63
}

.fd-tile.clean.tile-blue .details {
	background-color: #2196f3
}

.fd-tile.clean.tile-orange .details {
	background-color: #f57c00
}

.fd-tile.clean.tile-prusia .details {
	background-color: #3d566d
}

.fd-tile.clean.tile-concrete .details {
	background-color: #a3b1b2
}

.fd-tile.clean.tile-purple .details {
	background-color: #7761a7
}

.fd-tile .header {
	border-bottom: 2px solid rgba(255, 255, 255, .2)
}

.fd-tile .header .ico {
	background: rgba(255, 255, 255, .1);
	display: inline-block;
	padding: 11px 18px;
	font-size: 20px;
	text-align: center;
	vertical-align: center
}

.fd-tile .header .title {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	position: absolute;
	text-transform: uppercase;
	top: 7px
}

.fd-tile .content {
	padding: 10px
}

.fd-tile.header .content {
	padding: 10px 20px;
	background: 0 0;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	z-index: 3
}

.fd-tile.detail .icon {
	display: block;
	float: right;
	height: 80px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	position: absolute;
	right: 10px;
	top: 0;
	width: 80px
}

.fd-tile.header .icon img {
	opacity: .8;
	display: block;
	float: right;
	height: 80px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	position: absolute;
	right: 10px;
	top: 50px;
	width: 80px
}

.fd-tile.header {
	position: relative;
	overflow: hidden
}

.fd-tile.detail {
	position: relative;
	overflow: hidden
}

.fd-tile.detail .content {
	background: 0 0;
	padding: 10px 10px 13px;
	display: inline-block;
	position: relative;
	z-index: 3
}

.fd-tile.detail .icon {
	display: block;
	float: right;
	height: 80px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
	width: 80px
}

.fd-tile.detail .icon i {
	color: rgba(255, 255, 255, .25);
	font-size: 100px;
	line-height: 65px
}

.fd-tile.detail .details:hover {
	clear: both;
	display: block;
	padding: 5px 10px;
	color: #000;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .3)
}

.fd-tile.detail .details {
	clear: both;
	display: block;
	padding: 5px 10px;
	color: #fff;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, .1)
}

.fd-tile.detail .details i {
	font-size: 18px;
	color: rgba(255, 255, 255, .4)
}

.fd-tile .content p {
	margin-bottom: 0;
	font-weight: 4 00;
	font-size: 14px
}

.fd-tile .content h1 {
	margin: 0 0 0;
	font-weight: 300;
	font-size: 40px
}

.stats_bar {
	text-align: center;
	margin-top: 15px
}

.butpro {
	vertical-align: top
}

.butstyle {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #f8f8f8;
	background-image: -moz-linear-gradient(center top, #fff 50%, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	background-image: -webkit-linear-gradient(top, #fff, #f8f8f8);
	background-image: -o-linear-gradient(top, #fff, #f8f8f8);
	background-image: linear-gradient(to bottom, #fff 50%, #f8f8f8 100%);
	border-color: #dedfe0 #c8c8c8 #c8c8c8;
	border-image: none;
	border-right: 1px solid #c8c8c8;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .08);
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-family: 'Open Sans', Verdana, sans-serif;
	font-size: 11px;
	margin-right: 1.8%;
	margin-bottom: 15px;
	width: 14.2%;
	padding: 6px 9px 4px;
	transition: border-color .21s ease-out 0s
}

.butstyle:first-child {
	margin-left: 0
}

.butstyle:hover {
	border-color: #4d90fe
}

.butpro .sub h2 {
	margin: 0 0 5px 0;
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase
}

.butpro .sub span {
	color: #434d55;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 26px
}

.butpro .stat {
	padding: 4px 0;
	text-align: center
}

.butpro .stat .equal {
	background: url(../images/stat-same.png) no-repeat scroll left center transparent;
	font-size: 12px;
	padding: 0 0 0 19px
}

.butpro .stat .up {
	background: url(../images/stat-up.png) no-repeat scroll left center transparent;
	font-size: 12px;
	padding: 0 0 0 19px
}

.butpro .stat .down {
	background: url(../images/stat-down.png) no-repeat scroll left center transparent;
	font-size: 12px;
	padding: 0 0 0 19px
}

.butpro .sub {
	padding-top: 4px
}

ul.timeline {
	position: relative;
	padding: 0 0 1px 0;
	margin-bottom: 40px
}

ul.timeline:before {
	background-color: #e1e1e1;
	bottom: 0;
	content: "";
	left: 31px;
	margin-left: -10px;
	position: absolute;
	top: 2px;
	width: 2px
}

ul.timeline:after {
	bottom: -9px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e1e1e1;
	position: absolute;
	left: 17px;
	content: ""
}

ul.timeline li {
	position: relative;
	list-style: none;
	margin-bottom: 25px
}

ul.timeline li>.fa {
	left: 2px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	background: #2196f3;
	padding: 10px;
	text-align: center;
	width: 40px;
	height: 40px;
	border: 3px solid #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	position: absolute;
	z-index: 2;
	top: 0
}

ul.timeline li .fa.red {
	background: #e91e63
}

ul.timeline li .fa.green {
	background: #2cc36b
}

ul.timeline li .fa.purple {
	background: #7761a7
}

ul.timeline li .content {
	position: relative;
	border-radius: 3px;
	background: #fff;
	margin-left: 75px;
	padding: 12px 10px;
	border: 1px solid #e8e8e6;
	line-height: 15px
}

ul.timeline li .content p {
	margin: 0
}

ul.timeline li .content .img-thumbnail {
	border-radius: 0;
	margin: 10px 5px 0 0;
	cursor: pointer
}

ul.timeline li .content blockquote {
	margin: 10px 0 0 0
}

ul.timeline li .content blockquote p {
	margin: 0 0 5px 0 !important;
	font-size: 14px
}

ul.timeline li .content:before {
	background: #fff;
	position: absolute;
	top: 14px;
	content: "";
	width: 10px;
	height: 10px;
	left: -6px;
	border-left: 1px solid #e8e8e6;
	border-bottom: 1px solid #e8e8e6;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

ul.timeline li>.date {
	background: #e8e8e8;
	position: absolute;
	top: 49px;
	display: block;
	width: 44px;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #e1e1e1;
	font-size: 11px;
	border-radius: 1px;
	text-shadow: 0 1px 0 #fafafa;
	color: #7b7b7b;
	line-height: 19px
}

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative
}

.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #41dec0;
	left: 20%;
	margin-left: -10px
}

.cbp_tmtimeline>li {
	position: relative
}

.cbp_tmtimeline>li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute
}

.cbp_tmtimeline>li .cbp_tmtime span {
	display: block;
	text-align: right
}

.cbp_tmtimeline>li .cbp_tmtime span:first-child {
	font-size: .9em;
	color: #1fd6b3
}

.cbp_tmtimeline>li .cbp_tmtime span:last-child {
	font-size: 2.9em;
	color: #4be8ca
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #41dec0
}

.cbp_tmtimeline>li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #41dec0;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel {
	background: #19b698
}

.cbp_tmtimeline>li .cbp_tmlabel h2 {
	margin-top: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.cbp_tmtimeline>li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #41dec0;
	border-width: 10px;
	top: 10px
}

.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #19b698
}

.cbp_tmtimeline>li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: ecoico;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #19b698;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #41dec0;
	text-align: center;
	left: 20%;
	top: 7px;
	margin: 0 0 0 -25px
}

.cbp_tmicon-phone:before {
	content: "\e000"
}

.cbp_tmicon-screen:before {
	content: "\e001"
}

.cbp_tmicon-mail:before {
	content: "\e002"
}

.cbp_tmicon-earth:before {
	content: "\e003"
}

@media screen and (min-width:1500px) {
	.cbp_tmtimeline>li .cbp_tmtime {
		padding-right: 130px
	}
}

@media screen and (max-width:65.375em) {
	.cbp_tmtimeline>li .cbp_tmtime span:last-child {
		font-size: 1.5em
	}
}

@media screen and (max-width:47.2em) {
	.cbp_tmtimeline:before {
		display: none
	}

	.cbp_tmtimeline>li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0
	}

	.cbp_tmtimeline>li .cbp_tmtime span {
		text-align: left
	}

	.cbp_tmtimeline>li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%
	}

	.cbp_tmtimeline>li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #41dec0;
		top: -20px
	}

	.cbp_tmtimeline>li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #19b698
	}

	.cbp_tmtimeline>li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0
	}
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
	background-color: #19b698;
	border-color: transparent
}

.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
	background: #2cc36b;
	border: 1px solid #2cc36b
}

.daterangepicker .ranges li {
	color: #666
}

.list-group.todo .list-group-item {
	font-size: 13px;
	border: 0;
	margin-bottom: 10px;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #efefef;
	border-radius: 3px;
	border-right: 1px solid #efefef;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04);
	padding: 13px 15px
}

.list-group.todo .list-group-item .date {
	font-size: 12px;
	float: right
}

.tree .content {
	padding: 0 !important
}

.tree .title {
	padding: 20px
}

.treeview label {
	font-weight: 400;
	margin: 0;
	padding: 7px 18px;
	display: block;
	border-bottom: 0 solid #e5e5e5
}

.treeview label.open,
.treeview label:hover {
	background: #f9f9f9
}

.treeview li>ul {
	display: none
}

.treeview li.open>ul {
	display: block
}

.treeview ul li {
	border-bottom: 0 solid #e5e5e5
}

.treeview ul li a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #555
}

.treeview ul li a:hover {
	background: #f9f9f9
}

.treeview label i {
	font-size: 14px;
	text-align: center;
	width: 24px;
	color: #1fd6b3
}

.treeview ul li label {
	padding-left: 36px
}

.treeview ul li ul li label {
	padding-left: 54px
}

.treeview ul li ul li ul li label {
	padding-left: 72px
}

.treeview ul li ul li ul li ul li label {
	padding-left: 90px
}

.treeview ul li a {
	padding-left: 36px
}

.treeview ul li ul li a {
	padding-left: 54px
}

.treeview ul li ul li ul li a {
	padding-left: 72px
}

.treeview ul li ul li ul li a {
	padding-left: 90px
}

.treeview .tree-toggler {
	cursor: pointer
}

.parsley-error-list {
	margin-top: 4px;
	padding: 0
}

.parsley-error-list li {
	padding: 0;
	list-style: none;
	color: #c00
}

.parsley-error {
	border-color: #c00 !important
}

.widget-block.calendar-box {
	overflow: hidden
}

.widget-block.calendar-box h2 {
	font-size: 28px
}

.widget-block.calendar-box .day {
	text-align: center;
	font-size: 102px
}

.widget-block.weather-box {
	overflow: hidden;
	color: #fff
}

.widget-block.weather-box .photo {
	background: url(../images/sunset2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 260px
}

.widget-block.weather-box h2 {
	margin-top: 60px;
	font-size: 28px;
	font-weight: 400;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .5)
}

.widget-block.weather-box .day {
	text-align: center;
	font-size: 24px;
	font-weight: 300;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, .5);
	margin-bottom: 70px;
	margin-top: 3px
}

.fb-box {
	margin-top: 0 !important;
	background-image: -moz-linear-gradient(center top, #3e80bf 50%, #325fa0 102%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3e80bf), to(#325fa0));
	background-image: -webkit-linear-gradient(top, #3e80bf, #325fa0);
	background-image: -o-linear-gradient(top, #3e80bf, #325fa0);
	background-image: linear-gradient(to bottom, #3e80bf 50%, #325fa0 102%);
	background-color: #366eab;
	color: #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .35) !important
}

.fb-box h2 {
	font-size: 19px;
	font-weight: 400;
	margin: 0 0 5px 0;
	padding-top: 10px
}

.fb-box h3 {
	font-size: 13px;
	font-weight: 200;
	margin: 0 0 20px 0
}

.fb-box h4 {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 5px 0
}

.fb-box img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff;
	margin-bottom: 15px;
	margin-top: 20px
}

.fb-box .content {
	padding: 20px;
	text-align: center
}

.fb-box .info {
	background: #264a7e;
	color: #fff;
	border-top: 1px solid #426ca5;
	text-align: center
}

.fb-box .info button {
	box-shadow: none;
	max-width: 195px;
	width: 80%;
	padding: 13px;
	background: #4884c0;
	border: 0;
	margin: 5px 0;
	text-transform: uppercase
}

.fb-box .info button i {
	margin-right: 3px
}

.fb-box .info div {
	padding: 15px 10px
}

.fb-box .row {
	margin: 0
}

.block .cl,
.widget-block .cl {
	margin-bottom: 20px
}

.widget-block {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .21);
	border: 0;
	margin-bottom: 30px;
	margin-top: 0
}

.widget-block .row {
	margin: 0
}

.widget-block .padding {
	padding: 20px 20px
}

.widget-block .vpadding {
	padding: 20px 0
}

.widget-block .hpadding {
	padding: 0 20px
}

.legend-container table {
	width: auto;
	margin: 20px 0 0 20px
}

.legend-container table tr {
	background: 0 0
}

.legend-container table td {
	border: 0;
	padding: 0 5px 3px 5px
}

.legend-container .legendColorBox>div {
	border: 0 !important
}

.legend-container .legendColorBox>div>div {
	border-width: 6px !important
}

.block-flat.no-padding .content table td,
.block-flat.no-padding .content table th {
	padding: 11px 10px 7px 10px
}

.block .no-border {
	border-bottom: 0
}

.block .content h2,
.widget-block .content h2 {
	font-family: 'Open Sans', sans-serif
}

.widget-block .header h3 {
	margin: 0;
	font-size: 13px;
	font-weight: 200;
	line-height: 21px;
	color: #666
}

.widget-block .header .actions i {
	font-size: 18px;
	color: #6f6f6f;
	display: inline-block;
	padding: 0;
	text-align: center;
	cursor: pointer;
	width: 20px;
	vertical-align: top
}

.block .header .actions i:hover,
.widget-block .header .actions i:hover {
	color: #858585
}

.widget-block .fb-head {
	background: #1784c7;
	border: 0;
	color: #fff
}

.widget-block .fb-head i {
	display: inline-block;
	text-align: center;
	width: 28px
}

.bg-darkgray {
	background-color: #888e97;
	color: #fff
}

.bg-blue {
	background-color: #43a0f2;
	color: #fff
}

.bg-blue .caret,
.bg-darkgray .caret {
	border-color: #fff transparent;
	border-width: 5px 5px 0
}

.bg-blue a,
.bg-darkgray a {
	color: #fff
}

.cl-mcont .block .content {
	padding: 20px
}

.cl-mcont .block .stat-data,
.cl-mcont .block-flat .stat-data {
	padding: 10px;
	float: left;
	width: 50%
}

.cl-mcont .block .stat-data h2,
.cl-mcont .block-flat .stat-data h2 {
	margin: 0 0 5px 0
}

.cl-mcont .block .stat-data span,
.cl-mcont .block-flat .stat-data span {
	font-size: 18px
}

.cl-mcont .block .stat-data .stat-blue,
.cl-mcont .block-flat .stat-data .stat-blue {
	background: #43a0f2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	color: #fff;
	padding: 20px 10px
}

.cl-mcont .block .stat-data .stat-number,
.cl-mcont .block-flat .stat-data .stat-number {
	border-bottom: 1px solid #dadada
}

.cl-mcont .block .stat-data .stat-number:last-child,
.cl-mcont .block-flat .stat-data .stat-number:last-child {
	border-bottom: 0
}

.cl-mcont .block .stat-data .stat-number div,
.cl-mcont .block-flat .stat-data .stat-number div {
	display: inline-block;
	vertical-align: middle;
	padding: 5px 5px;
	font-size: 16px;
	line-height: 20px
}

.cl-mcont .block .stat-data .stat-number h2,
.cl-mcont .block-flat .stat-data .stat-number h2 {
	margin: 0;
	font-size: 35px;
	color: #444;
	font-weight: 300
}

.cl-mcont .block .stat-data .stat-number span,
.cl-mcont .block-flat .stat-data .stat-number span {
	font-size: 12px
}

.block .fact-data,
.block-flat .fact-data,
.widget-block .fact-data {
	margin: 25px 0;
	padding: 0 20px;
	display: inline-block;
	width: 49%;
	vertical-align: top
}

.block .total-data,
.block-flat .total-data,
.widget-block .total-data {
	padding: 15px;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	position: relative
}

.block .dropdown-menu,
.block-flat .dropdown-menu,
.widget-block .dropdown-menu {
	margin: -1px 0 0 0;
	border-radius: 1px;
	-webkit-border-radius: 1px
}

.btn-group .dropdown-menu {
	margin-top: -6px;
	background-color: #19b698
}

.btn-group {
	margin-right: 1px;
	margin-left: 1px;
	min-width: 50px
}

.static-mn,
.widget-block .static-mn {
	display: block;
	position: static
}

.static-mn,
.widget-block .static-mn {
	display: block;
	position: static
}

.static-lg-menu .static-mn,
.widget-block .static-lg-menu .static-mn {
	min-width: 90%
}

.block .items,
.widget-block .items {
	margin: 0;
	padding: 0
}

.block .items li,
.widget-block .items li {
	border-top: 1px solid #e8e8e8;
	list-style: none;
	font-size: 14px;
	line-height: 17px;
	padding: 13px;
	background-color: #fff;
	transition: background .25s ease-in-out;
	-moz-transition: background .25s ease-in-out;
	-webkit-transition: background .25s ease-in-out
}

.block .items li i,
.widget-block .items li i {
	color: #555;
	display: block;
	float: left;
	font-size: 28px;
	height: 38px;
	margin-left: 4px;
	margin-right: 15px;
	margin-top: 2px
}

.block .items li small,
.widget-block .items li small {
	display: block
}

.block .items li:hover,
.widget-block .items li:hover {
	background-color: #f4f4f4
}

.block .items li .value,
.widget-block .items li .value {
	font-size: 15px;
	margin-top: 7px
}

.block .items li:first-child,
.widget-block .items li:first-child {
	border-top: 0
}

.block .total-data h2,
.widget-block .total-data h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px
}

.block .total-data h3,
.widget-block .total-data h3 {
	font-size: 18px;
	font-weight: 300;
	margin: 0
}

.block .total-data h4,
.widget-block .total-data h4 {
	font-size: 14px;
	font-weight: 300;
	margin: 0
}

.widget-block .fact-data {
	margin: 27px 0
}

.block .fact-data:first-child {
	border-right: 1px solid #eaeaea
}

.block .fact-data h2,
.widget-block .fact-data h2 {
	margin: 0;
	font-size: 32px;
	font-weight: 300
}

.block .fact-data h3,
.widget-block .fact-data h3 {
	text-transform: uppercase;
	margin: 0;
	font-weight: 200;
	font-size: 13px
}

.widget-block .fact-data h3 {
	margin-bottom: 13px;
	font-size: 17px
}

.widget-block .fact-data h2 {
	margin-bottom: 4px
}

.widget-block .fact-data p {
	font-size: 12px
}

.widget-block .no-padding {
	padding: 0
}

.widget-block h3 {
	font-size: 17px;
	margin: 5px 0 0 0;
	font-weight: 200
}

.widget-block h2 {
	font-size: 32px;
	font-weight: 300
}

.block h2 i {
	font-size: 24px;
	color: #555;
	margin-right: 6px
}

.cl-mcont .block.widget-notes {
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04)
}

.cl-mcont .block.widget-notes .content {
	padding: 0
}

.paper {
	line-height: 30px;
	font-size: 14px;
	padding: 30px 55px 27px;
	position: relative;
	outline: 0;
	background: #fff;
	background: -webkit-linear-gradient(top, #dfe8ec 0, #fff 8%) 0 0;
	background: -moz-linear-gradient(top, #dfe8ec 0, #fff 8%) 0 0;
	background: linear-gradient(center top, #dfe8ec 0, #fff 8%) 0 0;
	-webkit-background-size: 100% 30px;
	-moz-background-size: 100% 30px;
	-ms-background-size: 100% 30px;
	background-size: 100% 30px
}

.paper::after {
	content: '';
	position: absolute;
	width: 0;
	top: 0;
	left: 39px;
	bottom: 0;
	border-left: 1px solid #f8d3d3
}

#console {
	border-top: 1px solid #4c4e55
}

.wizard-row {
	position: relative
}

.wizard-row .fuelux {
	position: absolute
}

.block-wizard {
	padding: 0
}

.block-wizard .step-content {
	padding: 20px 20px
}

.fuelux .wizard {
	box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 0;
	border-bottom: 1px solid #e2e2e2;
	background: #fff
}

.fuelux .wizard ul li.active {
	background: #fff;
	color: #1fd6b3
}

.fuelux .wizard ul li.complete {
	color: #fff;
	background: #19b698
}

.fuelux .wizard ul li.complete:hover {
	background: #05a284
}

.fuelux .wizard ul li.complete:hover .chevron:before {
	border-left-color: #05a284
}

.fuelux .wizard ul li.complete .chevron {
	border-left-color: #009d7f
}

.fuelux .wizard ul li.complete .chevron:before {
	border-left: 14px solid #19b698
}

.fuelux .wizard ul li.active .chevron:before {
	border-left: 14px solid #fff
}

.fuelux .wizard ul li:first-child {
	border-radius: 0;
	-webkit-border-radius: 0
}

.fuelux .wizard ul li {
	font-size: 15px
}

.fuelux [class*=" icon-"],
.fuelux [class^=icon-] {
	background-image: url(../js/bootstrap.wysihtml5/lib/img/glyphicons-halflings-white.png)
}

.fuelux .icon-arrow-left {
	background-position: -240px -95px
}

.fuelux .icon-arrow-right {
	background-position: -264px -95px
}

@media (max-width:800px) {
	.wizard-row .fuelux {
		position: static
	}
}

@media (min-width:1200px) {
	.cl-sidebar .cl-vnavigation {
		display: block !important
	}
}

@media (min-width:980px) and (max-width:1199px) {
	.cl-sidebar .cl-vnavigation {
		display: block !important
	}
}

@media (min-width:801px) and (max-width:979px) {
	.butstyle {
		width: 30.9%
	}

	.butstyle:first-child {
		margin-left: 0
	}

	.navbar-default .navbar-brand {
		background-position: 0 11px;
		height: 50px;
		width: 45px;
		padding-left: 26px
	}

	.navbar-default .navbar-brand span {
		display: none
	}

	.sidebar-logo {
		padding: 4px 0 5px;
		background: url(../images/logo.png) no-repeat scroll 23px -48px #19b698
	}

	#head-nav.topbar .sidebar-logo {
		display: inline-block;
		width: 70px;
		float: left
	}

	#head-nav.topbar .navbar-collapse {
		padding-left: 0
	}

	.cl-sidebar {
		width: 55px
	}

	#head-nav.topbar .horizontal>li>a {
		padding: 22px 16px
	}

	#pcont {
		margin-left: 55px
	}

	#cl-wrapper.fixed-menu .menu-space {
		width: 55px
	}

	.cl-vnavigation li {
		position: relative
	}

	.cl-vnavigation>.parent>a:before {
		display: none
	}

	.cl-vnavigation li a i {
		margin: 0;
		font-size: 17px
	}

	.cl-vnavigation li a span {
		opacity: 0;
		width: 0;
		height: 0
	}

	.cl-sidebar .side-user {
		display: none
	}

	.cl-sidebar .cl-vnavigation {
		display: block !important
	}

	.cl-vnavigation li ul {
		display: none !important
	}

	.cl-sidebar .collapse-button {
		display: none
	}

	.cl-sidebar .collapse-button .search {
		display: none
	}
}

@media (max-width:800px) {
	#cl-wrapper {
		margin-top: 0;
		display: block
	}

	#pcont,
	.sb-collapsed #pcont {
		margin-left: 0;
		display: block
	}

	.cl-mcont {
		padding: 15px
	}

	.navbar {
		padding-right: 10px
	}

	.navbar-fixed-top {
		position: relative;
		margin: 0
	}

	.dropdown.profile_menu .dropdown-menu {
		position: absolute;
		background-color: #fff;
		color: #000;
		margin-left: 10px
	}

	.dropdown.profile_menu .dropdown-menu>li>a {
		color: #000
	}

	.dropdown.profile_menu .dropdown-menu:before {
		background: url(../images/menu-tail-up.png) no-repeat;
		top: -10px;
		content: "";
		left: 10px;
		display: inline-block;
		height: 43px;
		width: 17px;
		position: absolute
	}

	.not-nav .dropdown-menu:before {
		background: url(../images/menu-tail-up.png) no-repeat;
		top: -10px;
		content: "";
		right: 13px;
		left: auto;
		display: inline-block;
		height: 43px;
		width: 17px;
		position: absolute
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #000
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: #2b8e8e
	}

	.navbar-default .navbar-nav .dropdown-submenu>a:after {
		border-width: 0
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff
	}

	.navbar-nav .dropdown-menu>li>a:focus,
	.navbar-nav .dropdown-menu>li>a:hover,
	.navbar-nav .dropdown-submenu:hover>a {
		background-color: transparent
	}

	.navbar-nav .dropdown-submenu ul {
		display: block;
		padding-left: 20px
	}

	.navbar-nav .dropdown-header {
		color: #fff
	}

	.navbar-nav .col-menu-2>li>ul>li a {
		color: #fff;
		padding-left: 45px
	}

	.navbar-nav .col-menu-3>li>ul>li a {
		color: #fff;
		padding-left: 45px
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-nav>.active>a:active,
	.navbar-nav>.active>a:focus {
		background: 0 0 !important;
		color: #fff !important
	}

	.not-nav {
		display: inline-block;
		float: right;
		text-align: center;
		margin: 0;
		padding: 0 10px !important
	}

	.navbar-default .navbar-nav>li.button {
		float: none;
		display: inline-block;
		padding: 10px 0;
		top: 100%
	}

	.not-nav>li>.dropdown-menu {
		text-align: left
	}

	.navbar-default .not-nav>li.button>a {
		width: 36px
	}

	.navbar-default .navbar-nav>li.button>a>i {
		font-size: 17px;
		vertical-align: middle
	}

	.navbar-default .navbar-nav>li.button .dropdown-menu {
		position: absolute;
		background-color: #fff;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .176);
		border-top: 0;
		margin-left: -218px
	}

	.navbar-default .navbar-nav>li.button .dropdown-menu>li>a {
		text-align: left
	}

	.navbar-collapse {
		padding: 0 !important
	}

	.navbar-collapse .navbar-nav {
		margin: 0
	}

	.profile_menu {
		margin: 0
	}

	.profile_menu .dropdown-toggle {
		padding-left: 15px;
		background-color: transparent !important;
		color: #000 !important
	}

	.navbar-default .navbar-brand {
		width: auto
	}

	.user-nav {
		margin: 7.5px -15px;
		display: inline-block
	}

	.navbar-collapse.in {
		overflow: visible
	}

	.navbar-header {
		padding: 0 10px;
		background: #19b698 url(../images/logo.png) no-repeat 15px 10px
	}

	#head-nav.topbar .navbar-header {
		background: #19b698 url(../images/logo.png) no-repeat 30px 5px;
		padding: 8px 10px
	}

	#head-nav.topbar .sidebar-logo {
		display: none
	}

	#head-nav.topbar .navbar-nav {
		padding: 5px 20px
	}

	#head-nav.topbar .horizontal>li>a {
		padding: 10px 15px
	}

	#head-nav.topbar .navbar-nav .dropdown .dropdown-menu {
		margin-top: 0;
		box-shadow: none;
		position: static
	}

	#head-nav.topbar .user-nav {
		display: block
	}

	#head-nav.topbar .user-nav>.open>a,
	#head-nav.topbar .user-nav>.open>a:focus,
	#head-nav.topbar .user-nav>.open>a:hover {
		background-color: #1fd6b3
	}

	#head-nav.topbar .dropdown.profile_menu .dropdown-menu {
		background: 0 0
	}

	#head-nav.topbar .dropdown.profile_menu .dropdown-menu:before {
		display: none
	}

	#head-nav.topbar .navbar-nav .dropdown .dropdown-menu>li>a {
		color: #fff
	}

	#head-nav.topbar .not-nav {
		background: #0fac8e;
		display: block;
		float: none
	}

	#head-nav.topbar .not-nav .dropdown .dropdown-menu {
		position: absolute
	}

	#head-nav.topbar .not-nav .dropdown-menu:before {
		right: 123px
	}

	#head-nav.topbar .navbar-nav>li.button .dropdown-menu {
		margin-left: -110px
	}

	.col-menu-2>div:first-child {
		border-right: 0
	}

	.cl-sidebar,
	.sb-collapsed .cl-sidebar {
		background: none repeat scroll 0 0 #272930;
		width: 100%;
		position: relative;
		z-index: 1020;
		display: block;
		padding-bottom: 0
	}

	.sb-collapsed .cl-sidebar .sidebar-logo {
		background: url(../images/logo.png) no-repeat scroll 15px 19px #19b698
	}

	#cl-wrapper.fixed-menu .menu-space,
	#cl-wrapper.fixed-menu.sb-collapsed .menu-space {
		position: relative;
		height: auto !important;
		width: 100%
	}

	#cl-wrapper .menu-space {
		min-height: 0 !important
	}

	#cl-wrapper.fixed-menu .menu-space .content,
	#cl-wrapper.fixed-menu.sb-collapsed .menu-space .content {
		overflow: visible;
		position: relative
	}

	.sb-collapsed .cl-vnavigation li a span {
		opacity: 1
	}

	.sb-collapsed .cl-vnavigation li a i {
		font-size: 14px;
		margin-right: 7px;
		text-align: center;
		width: 20px
	}

	.sb-collapsed .cl-vnavigation li.open ul {
		display: block !important
	}

	.cl-sidebar .cl-toggle {
		display: block
	}

	.cl-sidebar .cl-vnavigation {
		display: none
	}

	.cl-sidebar .side-user {
		display: none
	}

	.table-responsive {
		border: 0
	}

	.butstyle {
		width: 100%;
		margin-right: 10px;
		margin-left: 0;
		max-width: 45%
	}

	.form-horizontal.group-border .form-group {
		padding: 5px 0 15px 0
	}

	.form-horizontal.group-border .form-group label {
		margin-bottom: 7px
	}

	.form-horizontal.group-border-dashed .form-group label {
		margin-bottom: 7px
	}

	.login-container .middle-login {
		left: auto;
		width: 100%;
		padding: 0 15px;
		margin-left: 0
	}

	.cl-sidebar .collapse-button {
		display: none
	}
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
	opacity: 1
}

.status {
	position: absolute;
	width: 100%;
	top: 25%;
	background: 0 0;
	text-align: center;
	font-size: xx-large;
	color: #000;
	text-align: center
}

.modal-header .close {
	margin-top: -30px
}

@media (min-width:801px) {
	.modal-dialog {
		width: 800px;
		margin: 30px auto
	}
}

.all_bordered {
	border-left: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 1px
}

.form-control:focus {
	border-bottom: 2px solid rgba(96, 125, 139, .4) !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0 !important;
	webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important
}

.login-container .block-flat .input-group-addon {
	background: #f4f5f7
}

.input-group-addon:first-child {
	border-right: 0;
	border: none;
	border-bottom: 2px solid rgba(96, 125, 139, .4)
}

.btn-default:focus,
.btn-group.bootstrap-select.form-control>.btn-default {
	background-color: #f4f5f7;
	border-color: #ccc;
	color: #5e5e5e;
	border: none
}

.alert-grey {
	color: #404040;
	background-color: #f5f5f5;
	border-color: #ebe7e7
}

.gridView {
	border-color: #e7f0f2
}

.alternateGridView {
	background-color: #f5f5f5
}

.page-head .breadcrumb {
	background: #fff;
	margin-bottom: 0;
	padding: 10px;
	padding-left: 15px;
	margin-top: 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04);
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, .04)
}

.widget {
	position: relative;
	clear: both;
	width: auto;
	margin-bottom: 2em;
	overflow: hidden
}

.widget-header {
	position: relative;
	background: -moz-linear-gradient(top, #f9f6f1 0, #f2efea 100%);
	background: -o-linear-gradient(top, #f9f6f1 0, #f2efea 100%);
	background: -ms-linear-gradient(top, #f9f6f1 0, #f2efea 100%);
	background: linear-gradient(top, #f9f6f1 0, #f2efea 100%);
	border: 1px solid #d6d6d6;
	-webkit-background-clip: padding-box;
	padding-left: 10px
}

.widget-header h3 {
	position: relative;
	top: 2px;
	left: 10px;
	display: inline-block;
	margin-right: 3em;
	font-size: 14px;
	font-weight: 800;
	color: #525252;
	line-height: 18px;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, .5)
}

.widget-header [class*=" icon-"],
.widget-header [class^=icon-] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	font-size: 16px;
	color: #555;
	vertical-align: middle
}

.widget-content {
	padding: 20px 15px 15px;
	background: #fff;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	zoom: 1
}

.widget-header+.widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.widget-nopad .widget-content {
	padding: 0
}

.widget-content:after,
.widget-content:before {
	content: "";
	display: table
}

.widget-content:after {
	clear: both
}

.widget-table .widget-content {
	padding: 0
}

.widget-table .table {
	margin-bottom: 0;
	border: none
}

.widget-table .table tr td:first-child {
	border-left: none
}

.widget-table .table tr th:first-child {
	border-left: none
}

.shortcuts {
	text-align: center
}

.shortcuts .shortcut {
	width: 22.5%;
	display: inline-block;
	padding: 12px 0;
	margin: 0 .9% 1em;
	vertical-align: top;
	text-decoration: none;
	background: #f9f6f1;
	border-radius: 5px
}

.shortcuts .shortcut .shortcut-icon {
	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 32px;
	color: #545454
}

.shortcuts .shortcut:hover {
	background: #00ba8b
}

.shortcuts .shortcut:hover span {
	color: #fff
}

.shortcuts .shortcut:hover .shortcut-icon {
	color: #fff
}

.shortcuts .shortcut-label {
	display: block;
	font-weight: 400;
	color: #545454
}

input:focus,
keygen:focus,
select:focus,
textarea:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 120, 120, .7);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(120, 120, 120, .7)
}

.form-control {
	font-size: 10px
}

.input-group-addon {
	font-size: 10px
}

#TreeViewOrg table td {
	border-right: 0 solid transparent;
	border-left: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-top: 0 solid transparent;
	padding: 0 0;
	background-color: transparent
}

#TreeViewOrg table td:last-child {
	border-right: 0 solid transparent
}

#TreeViewOrg table #TreeViewOrg tbody td {
	padding: 0 0;
	background-color: transparent
}

#TreeViewOrg table,
#TreeViewOrg table tr {
	width: auto;
	line-height: 0;
	background-color: transparent
}

.treeview table td {
	border-right: 0 solid transparent;
	border-left: 0 solid transparent;
	border-bottom: 0 solid transparent;
	border-top: 0 solid transparent;
	padding: 0 0;
	background-color: transparent
}

.treeview table td:last-child {
	border-right: 0 solid transparent
}

.treeview table .treeview tbody td {
	padding: 0 0;
	background-color: transparent
}

.treeview table,
.treeview table tr {
	width: auto;
	line-height: 0;
	background-color: transparent
}

.accordion.accordion-semi .panel-heading.success a {
	background-color: #2cc3a1;
	border-bottom: 1px solid #049b43
}

.accordion.accordion-semi .panel-heading.success a {
	background-color: #2cc3a1;
	border-bottom: 1px solid #049b43
}

.accordion.accordion-semi .panel-heading a.collapsed {
	background-color: #fff;
	border-bottom: 0;
	background-color: #2cc36b;
	border-bottom: 1px solid #049b43;
	color: #fff
}

.dropdown-menu li>a,
.dropdown-menu>li>a {
	color: #f5f5f5
}

#head-nav.topbar .navbar-nav .dropdown .dropdown-menu {
	background-color: #19b698
}

.dropdown-menu li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-submenu:hover>a {
	background-color: #1fd6b3
}

tbody th {
	text-align: center;
	vertical-align: middle
}

.ajax__calendar_container {
	width: 190px !important
}

.ajax__calendar_days thead td {
	border: none;
	background-color: #fff
}

.ajax__calendar_days tbody td {
	border: none;
	background-color: #fff
}

.ajax__calendar_container thead td {
	border: none;
	background-color: #fff
}

.ajax__calendar_container tbody td {
	border: none;
	background-color: #fff
}

.ajax__calendar_today {
	padding-top: 0 !important
}

label {
	margin-left: 3px
}

.login-container .middle-login {
	width: 430px;
	left: 50%;
	top: 45%;
	position: absolute;
	margin-top: -170px;
	margin-left: -215px
}

.login-container .block-flat .header {
	padding: none !important
}

.login-container .out-links a {
	color: #36c !important;
	text-shadow: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600
}

.texture {
	background: url(../images/bg1.jpg) no-repeat center 90px !important
}

.error-template {
	padding: 40px 15px;
	text-align: center
}

.error-actions {
	margin-top: 15px;
	margin-bottom: 15px
}

a {
	color: #000;
	text-decoration: none;
	outline: 0 none
}

.form-group span,
a {
	padding-left: 2px
}

.input-group-addon {
	padding: 6px 11px !important
}

table tbody td {
	FONT-WEIGHT: 700
}

.checkbox-inline,
.radio-inline {
	padding-left: 10px;
	padding-right: 10px
}

.form-group label.radio-inline {
	border-bottom: none !important
}

.block-flat .header h3,
.widget-block .header h3 {
	font-family: Raleway, Helvetica, sans-serif;
	font-weight: 600 !important
}

.alert {
	font-weight: 600 !important
}

u {
	text-decoration: none
}

.form-control {
	font-size: 11px !important;
	font-weight: 700 !important
}

.color-danger {
	font-weight: 700
}

::-webkit-input-placeholder {
	color: #607d8b !important;
	font-size: 11px !important;
	font-weight: 700
}

:-moz-placeholder {
	color: #607d8b !important;
	font-size: 11px !important;
	font-weight: 700
}

::-moz-placeholder {
	color: #607d8b !important;
	font-size: 11px !important;
	font-weight: 700
}

:-ms-input-placeholder {
	color: #607d8b !important;
	font-size: 11px !important;
	font-weight: 700
}

.cl-mcont {
	padding-top: 0;
	padding-bottom: 10px;
	background-color: #fff !important
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	color: #151515;
	padding-top: 45px;
	background-color: #fff !important
}

footer {
	position: absolute;
	bottom: 0
}

body.texture {
	padding-top: 0
}

.block-flat {
	box-shadow: none;
	padding: 15px;
	padding-bottom: 40px;
	border: 0
}

.dropdown-submenu>a:after {
	border-left-color: #f5f5f5
}

.dropdown.profile_menu .dropdown-menu:before {
	background: 0 0
}

.marginless-left-right {
	margin-left: 0;
	margin-right: 0
}

.marginless-top-bottom {
	margin-top: 10px;
	margin-bottom: 0
}

.cl-mcont .row {
	margin-top: 0
}

.cl-mcont+.cl-mcont {
	margin-bottom: 0
}

.cl-mcont .block-flat .header {
	padding: 0;
	color: #607d8b;
	border: 0;
	border-bottom: 1px solid #cecece
}

.block .header_clean,
.block-flat .header_clean,
.widget-block .header_clean {
	border-bottom: 1px solid #dadada;
	margin-left: 15px;
	margin-right: 15px
}

#head-nav.topbar {
	min-height: 45px
}

@media (max-width:800px) {
	#head-nav.topbar .navbar-header {
		background-position: 30px 10px;
		padding: 15px 0
	}

	.navbar-fixed-top {
		position: fixed
	}

	.navbar-collapse.in {
		margin-top: 20px
	}
}

#head-nav.navbar {
	box-shadow: 0 1px 5px rgba(0, 0, 0, .45)
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.form-group span>label {
	font-weight: 700;
	padding-right: 5px;
	cursor: pointer;
	border: none
}

a,
button,
input[type=button],
input[type=reset],
input[type=submit] {
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-khtml-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear
}

.form-group span,
a {
	font-weight: 700
}

.panel {
	font-weight: 700
}

.panel-body {
	font-size: 11px
}

label {
	margin-left: 0 !important
}

.divTable {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px;
	border-color: #ddd;
	border-style: solid
}

.divTable>.row [class*=col-] {
	margin-bottom: -99999px;
	padding-bottom: 99999px
}

.divTable>.row {
	overflow: hidden;
	border-top: 1px #dadada solid
}

.divTable>.row:first-child {
	overflow: hidden;
	border-top: none
}

.divCell>.form-control {
	margin-bottom: 8px
}

.divCell>label {
	margin-top: 0 !important
}

.divCell {
	min-height: 50px;
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-right: 1px #ddd solid;
	font-weight: 600
}

.divCell:nth-child(odd) {
	background-color: #f5f5f5
}

.divCell:first-child {
	border-left: none
}

.divCell:last-child {
	border-right: none
}

.form-group {
	margin-right: 15px
}

.divWhite {
	background-color: #fff !important
}

.divGrey {
	background-color: #f5f5f5 !important
}

@media (max-width:972px) {
	.divCell {
		border: none;
		min-height: 1px
	}

	.divCell:nth-child(odd) {
		background-color: #f5f5f5
	}

	.divTable>.row [class*=col-] {
		margin-bottom: initial !important;
		padding-bottom: 8px !important
	}
}

@media (max-width:1103px) and (min-width:801px) {
	.cl-mcont {
		margin-top: 50px !important
	}
}

@media (min-width:992) {
	.img-logo-top {
		margin-top: 20px !important
	}
}

a {
	text-transform: uppercase !important
}

.btn {
	text-transform: uppercase !important
}

.form-group {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important
}

.popover-title {
	background-color: #f7f7f7;
	color: #6d6963
}

.popover-content {
	background-color: #fff;
	color: #6d6963
}

.nav-pills.nav-wizard>li {
	position: relative;
	overflow: visible;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	font-size: x-small
}

.nav-pills.nav-wizard>li+li {
	margin-left: 0
}

.nav-pills.nav-wizard>li:first-child {
	border-left: 0
}

.nav-pills.nav-wizard>li:first-child a {
	border-radius: 5px 0 0 5px;
	padding: 10px 1px 10px 5px
}

.nav-pills.nav-wizard>li:last-child {
	border-right: 0
}

.nav-pills.nav-wizard>li:last-child a {
	border-radius: 0 5px 5px 0;
	padding: 10px 5px 10px 1px;
	padding-bottom: 9px
}

.nav-pills.nav-wizard>li a {
	border-radius: 0;
	background-color: #eee;
	padding: 10px 1px 10px 1px;
	padding-bottom: 9px
}

.nav-pills.nav-wizard>li .nav-arrow {
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #eee;
	z-index: 150
}

.nav-pills.nav-wizard>li .nav-wedge {
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: #eee #eee #eee transparent;
	z-index: 150
}

.nav-pills.nav-wizard>li:hover .nav-arrow {
	border-color: transparent transparent transparent #aaa
}

.nav-pills.nav-wizard>li:hover .nav-wedge {
	border-color: #aaa #aaa #aaa transparent
}

.nav-pills.nav-wizard>li:hover a {
	background-color: #aaa;
	color: #fff
}

.nav-pills.nav-wizard>li.active .nav-arrow {
	border-color: transparent transparent transparent #428bca
}

.nav-pills.nav-wizard>li.active .nav-wedge {
	border-color: #428bca #428bca #428bca transparent
}

.nav-pills.nav-wizard>li.active a {
	background-color: #428bca;
	padding-bottom: 9px
}

@media (max-width:800px) {
	.nav-pills.nav-wizard>li {
		margin-top: 10px
	}

	#fixedbutton {
		top: 75px
	}
}

.H4Bottom {
	border-bottom: 2px solid #19b698;
	padding-bottom: 5px
}

.H4BottomBlack {
	border-bottom: 2px solid #151515;
	padding-bottom: 5px
}

@media print {
	* {
		background-image: none
	}
}

.wizard {
	margin: 20px auto;
	background: #fff;
	margin-top: 0 !important;
	border-bottom: 1px solid #ececec;
	-webkit-border-radius: 0 3px 3px
}

.wizard .nav-tabs {
	position: relative;
	margin: 40px auto;
	margin-bottom: 0;
	border-bottom-color: #e0e0e0;
	margin-top: 0 !important
}

.wizard>div.wizard-inner {
	position: relative
}

.tab-content {
	margin-bottom: 0;
	border-bottom: none
}

.checkbox {
	padding-left: 20px
}

.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px
}

.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -19px;
	margin-top: 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
	-o-transition: border .15s ease-in-out, color .15s ease-in-out;
	transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: 1px;
	font-size: 11px;
	color: #555
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
	opacity: 0;
	z-index: 1
}

.checkbox input[type=checkbox]:focus+label::before,
.checkbox input[type=radio]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
	font-family: FontAwesome;
	content: "\f00c"
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
	opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before,
.checkbox input[type=radio]:disabled+label::before {
	background-color: #eee;
	cursor: not-allowed
}

.checkbox.checkbox-circle label::before {
	border-radius: 50%
}

.checkbox.checkbox-inline {
	margin-top: 0
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.checkbox-primary input[type=radio]:checked+label::before {
	background-color: #337ab7;
	border-color: #337ab7
}

.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=radio]:checked+label::after {
	color: #fff
}

.checkbox-danger input[type=checkbox]:checked+label::before,
.checkbox-danger input[type=radio]:checked+label::before {
	background-color: #d9534f;
	border-color: #d9534f
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-danger input[type=radio]:checked+label::after {
	color: #fff
}

.checkbox-info input[type=checkbox]:checked+label::before,
.checkbox-info input[type=radio]:checked+label::before {
	background-color: #5bc0de;
	border-color: #5bc0de
}

.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-info input[type=radio]:checked+label::after {
	color: #fff
}

.checkbox-warning input[type=checkbox]:checked+label::before,
.checkbox-warning input[type=radio]:checked+label::before {
	background-color: #f0ad4e;
	border-color: #f0ad4e
}

.checkbox-warning input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=radio]:checked+label::after {
	color: #fff
}

.checkbox-success input[type=checkbox]:checked+label::before,
.checkbox-success input[type=radio]:checked+label::before {
	background-color: #5cb85c;
	border-color: #5cb85c
}

.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-success input[type=radio]:checked+label::after {
	color: #fff
}

.radio {
	padding-left: 20px
}

.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.radio label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border .15s ease-in-out;
	-o-transition: border .15s ease-in-out;
	transition: border .15s ease-in-out
}

.radio label::after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 11px;
	height: 11px;
	left: 3px;
	top: 3px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #555;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	-moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	-o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
	transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type=radio] {
	opacity: 0;
	z-index: 1
}

.radio input[type=radio]:focus+label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.radio input[type=radio]:checked+label::after {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
	opacity: .65
}

.radio input[type=radio]:disabled+label::before {
	cursor: not-allowed
}

.radio.radio-inline {
	margin-top: 0
}

.radio-primary input[type=radio]+label::after {
	background-color: #337ab7
}

.radio-primary input[type=radio]:checked+label::before {
	border-color: #337ab7
}

.radio-primary input[type=radio]:checked+label::after {
	background-color: #337ab7
}

.radio-danger input[type=radio]+label::after {
	background-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::before {
	border-color: #d9534f
}

.radio-danger input[type=radio]:checked+label::after {
	background-color: #d9534f
}

.radio-info input[type=radio]+label::after {
	background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::before {
	border-color: #5bc0de
}

.radio-info input[type=radio]:checked+label::after {
	background-color: #5bc0de
}

.radio-warning input[type=radio]+label::after {
	background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::before {
	border-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label::after {
	background-color: #f0ad4e
}

.radio-success input[type=radio]+label::after {
	background-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::before {
	border-color: #5cb85c
}

.radio-success input[type=radio]:checked+label::after {
	background-color: #5cb85c
}

input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
	font-family: FontAwesome;
	content: "\f00c"
}

input[type=checkbox] .styled:checked+label::before,
input[type=radio] .styled:checked+label::before {
	color: #fff
}

input[type=checkbox] .styled:checked+label::after,
input[type=radio] .styled:checked+label::after {
	color: #fff
}

.checkbox,
.radio {
	display: inherit
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: none
}

div.dtr-modal-display {
	height: 60% !important
}

div.dtr-modal-close {
	border: 1px solid #f44336 !important;
	background-color: #ff5722 !important;
	color: #fff !important;
	font-size: medium;
	font-weight: 700
}

div.dtr-modal-close:hover {
	background-color: #e91e63 !important;
	color: #fff !important;
	font-size: medium;
	font-weight: 700
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
	font-family: inherit !important;
	line-height: 14px;
	font-weight: 800
}

.shortcuts .shortcut-label {
	display: block;
	font-weight: 600;
	color: #545454;
	font-size: 10px
}

.shortcuts .shortcut {
	padding: 0;
	width: 17.5%
}

.shortcuts .shortcut {
	width: 23% !important
}

.shortcut {
	font-size: 10px !important
}

.shortcuts .shortcut .shortcut-icon {
	font-size: 22px !important
}

.shortcuts .shortcut-label {
	font-weight: 600
}

@media (max-width:800px) {
	.footer {
		display: none
	}

	body {
		padding-top: 0 !important
	}

	.h4,
	h4 {
		font-size: 12px !important
	}

	.navbar-fixed-top {
		position: relative !important
	}

	.login-container .middle-login {
		width: 100% !important;
		left: auto !important;
		top: 45%;
		position: absolute;
		margin-top: -170px;
		margin-left: auto !important;
		padding: 10px
	}

	.block-flat .content {
		padding: 0
	}

	.block-flat {
		box-shadow: 0 1px 5px rgba(0, 0, 0, .1) !important;
		border-radius: none
	}

	.tab-content {
		padding: 0
	}

	.block-flat .content h4 {
		font-size: 12px !important
	}

	.cl-mcont {
		padding-top: 10px !important;
		padding-left: 5px !important;
		padding-right: 5px !important
	}

	.cl-mcont .block-flat {
		box-shadow: none !important;
		padding: 2px
	}

	.login-container .block-flat .content .title {
		margin-top: 20px
	}

	.shortcuts .shortcut {
		width: 100% !important
	}

	#head-nav.topbar .navbar-toggle {
		margin-right: 30px
	}

	.H4Bottom {
		border-bottom: 2px solid #19b698;
		padding-bottom: 5px;
		font-size: 12px;
		font-weight: 700
	}
}

@media (min-width:800px) {
	.footer {
		display: block
	}

	body {
		background: 0 0
	}
}

table.dataTable>tbody>tr.child ul {
	font-size: x-small;
	display: block
}

table.dataTable.no-footer {
	border-bottom: 1px solid #e7f0f2
}

.badge {
	background-color: #ed143d !important
}

.bg-gold {
	background-color: #ffc107 !important;
	color: #795548
}

table>tbody>tr>td {
	font-size: x-small
}

table>thead>tr>th {
	font-size: x-small
}

.datepicker table>tbody>tr>td {
	font-size: 12px
}

.datepicker-switch {
	font-size: 12px
}

.popover {
	max-width: 400px
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 1px solid #ddd
}

table.dataTable thead td,
table.dataTable thead th {
	border-bottom: 1px solid #ddd
}

.bootstrap-select>.dropdown-menu li>a,
.bootstrap-select>.dropdown-menu>li>a {
	font-size: 11px;
	font-weight: 600;
	padding: 5px 20px;
	clear: both;
	color: #333;
	display: block;
	line-height: 1.42857;
	white-space: nowrap;
	background-color: #fff
}

.bootstrap-select>.dropdown-menu li>a:hover,
.bootstrap-select>.dropdown-menu>li>a:hover {
	background-color: #1fd6b3
}

.bootstrap-select>.dropdown-menu {
	margin-top: -6px;
	background-color: #fff
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card-title {
	margin-bottom: .75rem
}

.modal-dialog.full-width {
	width: 97%;
}

table.dataTable {
	border-collapse: collapse;
}

.img-responsive {
	width: 100%;
}

.activeBSELECT {
	background-color: rgb(235, 235, 235) !important;
}

.activeBSELECT>a {
	background-color: rgb(235, 235, 235) !important;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 12px;
}

.status_internet {
	position: absolute;
	width: 100%;
	top: 25%;
	background: none;
	text-align: center;
	font-size: xx-large;
	color: #000;
	text-align: center;
}

.classification_page {
	position: relative;
	float: right;
	z-index: 1000;
	font-size: 09px;
	font-weight: 200;
	line-height: 0px;
	padding: 15px 45px;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	margin-left: 0px !important;
	min-width: 220px;
}

.badgeRed {
	background-color: #E91E63;
}

div.dt-buttons {
	position: relative;
	float: left;
	margin-top: 10px;
}

#fixedbuttonAPFAST {
	position: fixed;
	width: 50px;
	top: 45px;
	right: 0px;
	z-index: 1049;
	background-color: white;
	border: 4px solid #00BCD4;
	border-top: none;
	border-radius: 4px;
	cursor: pointer;
	padding: 3px;
}

#fixedbuttonAPFAST i {
	color: #00BCD4;
}

@media (max-width: 800px) {
	#fixedbuttonAPFAST {
		top: 75px;
	}
}

@media print {
	input[type=button] {
		display: none !important;
	}

	#img-footer {
		display: none !important;
	}

	.no-print,
	.no-print * {
		display: none !important;
	}
}

/* Margin Top */
.margin-top-0 {
	margin-top: 0 !important;
}

.margin-top-1 {
	margin-top: 1px !important;
}

.margin-top-2 {
	margin-top: 2px !important;
}

.margin-top-3 {
	margin-top: 3px !important;
}

.margin-top-4 {
	margin-top: 4px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-6 {
	margin-top: 6px !important;
}

.margin-top-7 {
	margin-top: 7px !important;
}

.margin-top-8 {
	margin-top: 8px !important;
}

.margin-top-9 {
	margin-top: 9px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-45 {
	margin-top: 45px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-55 {
	margin-top: 55px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-65 {
	margin-top: 65px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-75 {
	margin-top: 75px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-85 {
	margin-top: 85px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-95 {
	margin-top: 95px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-105 {
	margin-top: 105px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-115 {
	margin-top: 115px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

/* Margin Bottom */
.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-35 {
	margin-bottom: 35px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-45 {
	margin-bottom: 45px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-55 {
	margin-bottom: 55px !important;
}

.margin-bottom-55 {
	margin-bottom: 55px !important;
}

.margin-bottom-55 {
	margin-bottom: 55px !important;
}

.margin-bottom-55 {
	margin-bottom: 55px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-65 {
	margin-bottom: 65px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-75 {
	margin-bottom: 75px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-85 {
	margin-bottom: 85px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-bottom-95 {
	margin-bottom: 95px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

/* Margin Left */
.margin-left-0 {
	margin-left: 0 !important;
}

.margin-left-1 {
	margin-left: 1px !important;
}

.margin-left-2 {
	margin-left: 2px !important;
}

.margin-left-3 {
	margin-left: 3px !important;
}

.margin-left-4 {
	margin-left: 4px !important;
}

.margin-left-5 {
	margin-left: 5px !important;
}

.margin-left-6 {
	margin-left: 6px !important;
}

.margin-left-7 {
	margin-left: 7px !important;
}

.margin-left-8 {
	margin-left: 8px !important;
}

.margin-left-9 {
	margin-left: 9px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-35 {
	margin-left: 35px !important;
}

.margin-left-40 {
	margin-left: 40px !important;
}

.margin-left-45 {
	margin-left: 45px !important;
}

.margin-left-50 {
	margin-left: 50px !important;
}

.margin-left-55 {
	margin-left: 55px !important;
}

.margin-left-60 {
	margin-left: 60px !important;
}

.margin-left-65 {
	margin-left: 65px !important;
}

.margin-left-70 {
	margin-left: 70px !important;
}

.margin-left-75 {
	margin-left: 75px !important;
}

.margin-left-80 {
	margin-left: 80px !important;
}

.margin-left-85 {
	margin-left: 85px !important;
}

.margin-left-90 {
	margin-left: 90px !important;
}

.margin-left-95 {
	margin-left: 95px !important;
}

.margin-left-100 {
	margin-left: 100px !important;
}

/* Margin Right */
.margin-right-0 {
	margin-right: 0 !important;
}

.margin-right-1 {
	margin-right: 1px !important;
}

.margin-right-2 {
	margin-right: 2px !important;
}

.margin-right-3 {
	margin-right: 3px !important;
}

.margin-right-4 {
	margin-right: 4px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-6 {
	margin-right: 6px !important;
}

.margin-right-7 {
	margin-right: 7px !important;
}

.margin-right-8 {
	margin-right: 8px !important;
}

.margin-right-9 {
	margin-right: 9px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.margin-right-35 {
	margin-right: 35px !important;
}

.margin-right-40 {
	margin-right: 40px !important;
}

.margin-right-45 {
	margin-right: 45px !important;
}

.margin-right-50 {
	margin-right: 50px !important;
}

.margin-right-55 {
	margin-right: 55px !important;
}

.margin-right-60 {
	margin-right: 60px !important;
}

.margin-right-65 {
	margin-right: 65px !important;
}

.margin-right-70 {
	margin-right: 70px !important;
}

.margin-right-75 {
	margin-right: 75px !important;
}

.margin-right-80 {
	margin-right: 80px !important;
}

.margin-right-85 {
	margin-right: 85px !important;
}

.margin-right-90 {
	margin-right: 90px !important;
}

.margin-right-95 {
	margin-right: 95px !important;
}

.margin-right-100 {
	margin-right: 100px !important;
}


/* Padding Top */
.padding-top-0 {
	padding-top: 0 !important;
}

.padding-top-1 {
	padding-top: 1px !important;
}

.padding-top-2 {
	padding-top: 2px !important;
}

.padding-top-3 {
	padding-top: 3px !important;
}

.padding-top-4 {
	padding-top: 4px !important;
}

.padding-top-5 {
	padding-top: 5px !important;
}

.padding-top-6 {
	padding-top: 6px !important;
}

.padding-top-7 {
	padding-top: 7px !important;
}

.padding-top-8 {
	padding-top: 8px !important;
}

.padding-top-9 {
	padding-top: 9px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-15 {
	padding-top: 15px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-35 {
	padding-top: 35px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}

.padding-top-55 {
	padding-top: 55px !important;
}

.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-65 {
	padding-top: 65px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-75 {
	padding-top: 75px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-85 {
	padding-top: 85px !important;
}

.padding-top-90 {
	padding-top: 90px !important;
}

.padding-top-95 {
	padding-top: 95px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-105 {
	padding-top: 105px !important;
}

.padding-top-110 {
	padding-top: 110px !important;
}

.padding-top-115 {
	padding-top: 115px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

/* Padding Bottom */
.padding-bottom-0 {
	padding-bottom: 0 !important;
}

.padding-bottom-5 {
	padding-bottom: 5px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-25 {
	padding-bottom: 25px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-35 {
	padding-bottom: 35px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-45 {
	padding-bottom: 45px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-55 {
	padding-bottom: 55px !important;
}

.padding-bottom-55 {
	padding-bottom: 55px !important;
}

.padding-bottom-55 {
	padding-bottom: 55px !important;
}

.padding-bottom-55 {
	padding-bottom: 55px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-65 {
	padding-bottom: 65px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-75 {
	padding-bottom: 75px !important;
}

.padding-bottom-80 {
	padding-bottom: 80px !important;
}

.padding-bottom-85 {
	padding-bottom: 85px !important;
}

.padding-bottom-90 {
	padding-bottom: 90px !important;
}

.padding-bottom-95 {
	padding-bottom: 95px !important;
}

.padding-bottom-100 {
	padding-bottom: 100px !important;
}

/* Padding Right */
.padding-right-0 {
	padding-right: 0 !important;
}

.padding-right-5 {
	padding-right: 5px !important;
}

.padding-right-10 {
	padding-right: 10px !important;
}

.padding-right-15 {
	padding-right: 15px !important;
}

.padding-right-20 {
	padding-right: 20px !important;
}

.padding-right-25 {
	padding-right: 25px !important;
}

.padding-right-30 {
	padding-right: 30px !important;
}

.padding-right-35 {
	padding-right: 35px !important;
}

.padding-right-40 {
	padding-right: 40px !important;
}

.padding-right-45 {
	padding-right: 45px !important;
}

.padding-right-50 {
	padding-right: 50px !important;
}

.padding-right-55 {
	padding-right: 55px !important;
}

.padding-right-55 {
	padding-right: 55px !important;
}

.padding-right-55 {
	padding-right: 55px !important;
}

.padding-right-55 {
	padding-right: 55px !important;
}

.padding-right-60 {
	padding-right: 60px !important;
}

.padding-right-65 {
	padding-right: 65px !important;
}

.padding-right-70 {
	padding-right: 70px !important;
}

.padding-right-75 {
	padding-right: 75px !important;
}

.padding-right-80 {
	padding-right: 80px !important;
}

.padding-right-85 {
	padding-right: 85px !important;
}

.padding-right-90 {
	padding-right: 90px !important;
}

.padding-right-95 {
	padding-right: 95px !important;
}

.padding-right-100 {
	padding-right: 100px !important;
}

/* Padding Left */
.padding-left-0 {
	padding-left: 0 !important;
}

.padding-left-5 {
	padding-left: 5px !important;
}

.padding-left-10 {
	padding-left: 10px !important;
}

.padding-left-15 {
	padding-left: 15px !important;
}

.padding-left-20 {
	padding-left: 20px !important;
}

.padding-left-25 {
	padding-left: 25px !important;
}

.padding-left-30 {
	padding-left: 30px !important;
}

.padding-left-35 {
	padding-left: 35px !important;
}

.padding-left-40 {
	padding-left: 40px !important;
}

.padding-left-45 {
	padding-left: 45px !important;
}

.padding-left-50 {
	padding-left: 50px !important;
}

.padding-left-55 {
	padding-left: 55px !important;
}

.padding-left-55 {
	padding-left: 55px !important;
}

.padding-left-55 {
	padding-left: 55px !important;
}

.padding-left-55 {
	padding-left: 55px !important;
}

.padding-left-60 {
	padding-left: 60px !important;
}

.padding-left-65 {
	padding-left: 65px !important;
}

.padding-left-70 {
	padding-left: 70px !important;
}

.padding-left-75 {
	padding-left: 75px !important;
}

.padding-left-80 {
	padding-left: 80px !important;
}

.padding-left-85 {
	padding-left: 85px !important;
}

.padding-left-90 {
	padding-left: 90px !important;
}

.padding-left-95 {
	padding-left: 95px !important;
}

.padding-left-100 {
	padding-left: 100px !important;
}