/*
 * Admina By DownTown Themes
 *
 *  */

/* Basic Elements */
body {
	color: #6b6565;
	background-color: #eff4f6;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 13px;
	position: relative;
}
body, html {
	/*overflow-x: hidden;*/
}
/* Aside Menu */
aside.left-panel {
	background-color: #ffffff;
	width: 260px;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	margin-top: 50px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);;
}
aside.left-panel.collapsed {
	overflow: visible !important;
	position: absolute;
	bottom: 0;
}
aside.left-panel.lg {
	width: 250px;
}
aside.left-panel.lg+ .content {
	margin-left: 250px;
}
aside:not(.collapsed) .navigation ul li.active ul {
	display: block;
}

.title-menu {
	display: block;
	padding: 15px 25px;
	text-transform: uppercase;
}

.title-menu span {
	border-bottom: 1px solid #c1c1c1;
	width: 210px;
	display: block;
	padding-bottom: 6px;
}	

.nav.nav-tabs+ .tab-content, .tabs-vertical-env .tab-content {
	background: #FFF;
	padding: 30px;
	margin-bottom: 30px;
}
.nav.nav-tabs > li.active > a, .tabs-vertical-env .nav.tabs-vertical li.active > a {
	border: 0;
	background-color: #fff;
	border-top: 2px solid #3A4A87;
}
.nav.nav-tabs > li > a {
	border: none;
	background-color: #F9F9F9;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	border-radius: 0;
}
.nav.nav-tabs > li:last-of-type a {
	margin-right: 0;
}
.nav.nav-tabs {
	border-bottom: 0;
	background: #F9F9F9;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover, .tabs-vertical-env .nav.tabs-vertical li.active > a {
	border: none;
	border-left: 2px solid #00ACED;
	width: 100%;
}

/*Logo style */
.logo {
	padding-top:0px;
	float:left;;
}
.logo-expanded {
	font-size: 20px;
	letter-spacing: .05em;
	color: #fff !important;
	padding: 0 30px 0 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.logo-expanded span {
	vertical-align: middle;
}

/* Navigation */
.navigation {
	margin: 50px 0 0px;
}
.navigation > ul > li {
	position: relative;
	cursor:pointer;
}
.navigation > ul > li.active.has-submenu:after, 
.navigation > ul > li.has-submenu:hover:after {
	color: #fff;
}
.navigation > ul > li {
	display: block;
	padding: 2px 25px;
	color: #737373;
	font-size: 13px;
	text-decoration: none;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	font-weight: 400;
	outline: 0 !important;
	border-bottom: 1px solid #F9F9F9;
}
.navigation > ul > li:hover{
	color: #000;
}
.navigation > ul > li.active:hover, 
.navigation > ul > li.active{
	color: #000;
	font-weight: 600;
}
.navigation ul li i {
	margin-right: 6px;
	font-size: 20px;
	width: 18px;
	display: inline-block;
}

.navigation ul li.active i {
	color: #2D875F;
}

.collapsed .navigation ul li i {
	float: none;
}
.navigation ul li ul {
	display: none;
	background-color: #f7f7f7;
	padding-bottom: 10px;
}
.navigation ul li ul li {
	padding: 8px 25px 8px 55px;
	color: #51545e;
	text-decoration: none;
	white-space: nowrap;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	font-size: 14px;
	border-left: 0 solid #75798B;
	text-align: left;
	display: block;
	outline: 0 !important;
}
.navigation ul li ul lihover {
	color: #586285;
}
.navigation ul li ul li.active {
	color: #586285 !important;
}
header {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 9997;
	position: absolute;
	width: 100%;
	-webkit-box-shadow: 0 11px 17px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 11px 17px rgba(0,0,0,0.25);
	box-shadow: 0 11px 17px rgba(0,0,0,0.25);
}
.navbar-toggle {
	margin: 0px 20px 0px 15px;
	padding: 0;
	display: none;
	padding-left: 0 10px;;
}

@media screen and (max-width: 800px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-toggle .icon-toggle {
	color: #5a5a5a99;
	font-size: 38px;
}
.nav-text{
	padding-right: 60px;;
}

/*App Search*/
.app-search {
	position: relative;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 15px;
}
.app-search .form-control, .app-search .form-control:focus {
	border: none;
	font-size: 13px;
	color: #444;
	padding-left: 40px;
	background: #fff;
	box-shadow: none;
	border-radius: 34px;
	margin-top: 1px;
}
.app-search:before {
	content: "\f002";
	position: absolute;
	left: 12px;
	font-family: FontAwesome;
	cursor: pointer;
	top: 7px;
	color: #c4c4cd;
	display: inline-block;
}
.app-search .form-control::-moz-placeholder {
	color: #c4c4cd;
}

/*Nav Bar*/
.navbar-default .navbar-nav > li > a {
    color: #fff;;
}
.navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .top-nav .navbar-default .navbar-nav > .open > a {
	background: #edf1f2;
}
.dropdown .extended {
	width: 280px;
	padding: 0;
	margin-left: -1px;
	z-index: 3;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	border: none;
	margin-top: 6px;;
}
.dropdown .extended li {
	border-bottom: 1px solid #f0f0f0;
	line-height: 20px;
}
.dropdown .extended li a {
	padding: 10px 20px !important;
}
.dropdown .extended i {
	float: left;
	width: 38px;
	margin-right: 10px;
	text-align: center;
	margin-top: 5px;
}
.dropdown .extended p {
	font-weight: 600;
	background-color: #E4E9ED;
	padding: 10px 15px 11px;
	margin-bottom: 0;
}
.dropdown .pro-menu {
	width: 200px;
}
.Leftmenu-trigger {
	cursor: pointer;
	font-size: 16px;
	line-height: 64px;
	padding: 0 15px 0 7px;
}
.badge.up {
	position: relative;
	padding: 3px 6px;
	margin-left: -17px;
}
.top-nav ul.top-menu > li {
	margin-left: 10px;
}
.top-menu li {
	height: 100%;
	display: inline-block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0 10px;
	text-align: center;
}
.top-menu li > a {
	color: #2D875F;
	text-align: center;
	/*padding: 20px 15px;*/
	font-size: 27px;
}
.top-menu .dropdown-menu li {
	width: 100%;
	text-align: left !important;
}
.top-menu .dropdown-menu li a {
	font-size: 14px;
	text-align: left;
	padding: 5px 15px;
	color: #49586E;
	min-height: 45px;
}

.dropdown .icon-text, .navbar-toggle .icon-text {
	display: block;
	font-size: 12px;
	color: #2D875F;
}

.username {
	font-size: 14px;
	vertical-align: middle;
	margin-left: 3px;
}
.header-noti li a {
	font-size: 14px;
}

/*Content*/
.content {
	margin-left: 260px;
}
.content > .container-fluid {
	padding-left: 55px;
	padding-right: 55px;
}
.wraper {
	padding-top: 105px;
	padding-bottom: 20px;
	min-height: 550px;
}
.page-title {
	padding: 10px 0 30px;
}
.page-title h3 {
	margin: 0;
}
.footer {
	color: #58666e;
	padding: 20px 30px;
	font-weight: 600;
	background-color: #e6eaed;
	border-top: 1px solid #ddd;
}


/* Tabs, Panels, Portlet */
.tabs-vertical-env {
	margin-bottom: 30px;
}
.tabs-vertical-env .tabs-vertical {
	min-width: 120px;
	width: 150px;
	background: #F9F9F9;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.24);
}
.tabs-vertical-env .nav.tabs-vertical.nav-tabs-right li.active > a{
	border-left:0;
	border-right: 2px solid #00ACED;
}
.tabs-vertical-env .nav.tabs-vertical, .tabs-vertical-env .tab-content {
	display: table-cell;
	vertical-align: top;
}
.panel-group .panel .panel-heading .accordion-toggle.collapsed:before, .panel-group .panel .panel-heading a[data-toggle=collapse].collapsed:before {
	content: '\f067';
}
.panel-group .panel .panel-heading .accordion-toggle:before, .panel-group .panel .panel-heading a[data-toggle=collapse]:before {
	float: right;
	display: block;
	content: '\f068';
	font-family: FontAwesome;
	font-size: 14px;
	width: 25px;
	text-align: right;
}
.panel-group .panel .panel-heading .accordion-toggle, .panel-group .panel .panel-heading a[data-toggle=collapse] {
	display: block;
}
.tabs-vertical-env .nav.tabs-vertical li > a {
	width:93%;
	background-color: #F9F9F9;
	margin-bottom: 5px;
	text-align: center;
	white-space: nowrap;
}
.panel-group .panel .panel-heading+ .panel-collapse .panel-body {
	border-top: 1px solid #DDD;
	margin-top: 15px;
}
.panel-group-joined .panel-group .panel+ .panel, .panel-group.panel-group-joined .panel+ .panel {
	margin-top: 0;
	border-top: 1px solid #ddd;
}
.table > tbody > tr > td.middle-align, .table > tbody > tr > th.middle-align, .table > tfood > tr > td.middle-align, .table > tfood > tr > th.middle-align, .table > thead > tr > td.middle-align, .table > thead > tr > th.middle-align {
	vertical-align: middle;
}
.modal-content .nav.nav-tabs+ .tab-content, .modal-content .panel-group, .tabs-vertical-env .tab-content {
	margin-bottom: 0;
}
.modal-content .panel {
	border-top: none;
}
.portlet {
	margin-bottom: 15px;
	background: #fff;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
}
.portlet .portlet-heading {
	padding: 20px 15px;
	line-height: 38px;
	min-height: 39px;
	border-radius: 2px 2px 0 0;
	color: #fff;
}
.portlet .portlet-heading .portlet-title {
	float: left;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0;
}
.portlet .portlet-heading .portlet-widgets {
	position: relative;
	text-align: right;
	float: right;
	padding-left: 15px;
	display: inline-block;
	font-size: 15px;
	line-height: 0;
}
.portlet .portlet-body {
	background: #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.portlet .portlet-heading .portlet-widgets .divider {
	margin: 0 5px;
}
.portlet .portlet-heading.bg-danger a, .portlet .portlet-heading.bg-info a, .portlet .portlet-heading.bg-inverse a, .portlet .portlet-heading.bg-pink a, .portlet .portlet-heading.bg-primary a, .portlet .portlet-heading.bg-purple a, .portlet .portlet-heading.bg-success a, .portlet .portlet-heading.bg-warning a {
	color: #fff;
}
.portlet .portlet-heading a {
	color: #999;
}
.panel-reload {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 15px;
	background: rgba(243,242,241,.5);
}
.portlet.expand{
	position: absolute;
	min-width: 400px;
	min-height: 100px;
	top:0;
	left:0;
  	right:0;
  	bottom:0;
  	margin:auto;
	z-index: 9999;
	
}
.blackground{
	background: rgba(0,0,0,.6);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9998;
	top:0;
	left:0;
}
.loader-1 {
	-webkit-animation: loaderAnimate 1000ms linear infinite;
	-moz-animation: loaderAnimate 1000ms linear infinite;
	-o-animation: loaderAnimate 1000ms linear infinite;
	animation: loaderAnimate 1000ms linear infinite;
	clip: rect(0,30px,30px,15px);
	height: 30px;
	width: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -15px;
}@-webkit-keyframes loaderAnimate{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(220deg)}}@-moz-keyframes loaderAnimate{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(220deg)}}@-o-keyframes loaderAnimate{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(220deg)}}@keyframes loaderAnimate{0%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(220deg);-moz-transform:rotate(220deg);-ms-transform:rotate(220deg);transform:rotate(220deg)}}
lesshat-selector {
	-lh-property: 0;
}@-webkit-keyframes loaderAnimate2{0%{box-shadow:inset #555 0 0 0 8px;-webkit-transform:rotate(-140deg)}50%{box-shadow:inset #555 0 0 0 2px}100%{box-shadow:inset #555 0 0 0 8px;-webkit-transform:rotate(140deg)}}@-moz-keyframes loaderAnimate2{0%{box-shadow:inset #555 0 0 0 8px;-moz-transform:rotate(-140deg)}50%{box-shadow:inset #555 0 0 0 2px}100%{box-shadow:inset #555 0 0 0 8px;-moz-transform:rotate(140deg)}}@-o-keyframes loaderAnimate2{0%{box-shadow:inset #555 0 0 0 8px;-o-transform:rotate(-140deg)}50%{box-shadow:inset #555 0 0 0 2px}100%{box-shadow:inset #555 0 0 0 8px;-o-transform:rotate(140deg)}}@keyframes loaderAnimate2{0%{box-shadow:inset #555 0 0 0 8px;-webkit-transform:rotate(-140deg);-moz-transform:rotate(-140deg);-ms-transform:rotate(-140deg);transform:rotate(-140deg)}50%{box-shadow:inset #555 0 0 0 2px}100%{box-shadow:inset #555 0 0 0 8px;-webkit-transform:rotate(140deg);-moz-transform:rotate(140deg);-ms-transform:rotate(140deg);transform:rotate(140deg)}}
.loader-1:after {
	-webkit-animation: loaderAnimate2 1000ms ease-in-out infinite;
	-moz-animation: loaderAnimate2 1000ms ease-in-out infinite;
	-o-animation: loaderAnimate2 1000ms ease-in-out infinite;
	animation: loaderAnimate2 1000ms ease-in-out infinite;
	clip: rect(0,30px,30px,15px);
	content: '';
	border-radius: 50%;
	height: 30px;
	width: 30px;
	position: absolute;
}@keyframes loaderAnimate2{0%{box-shadow:inset #fff 0 0 0 17px;transform:rotate(-140deg)}50%{box-shadow:inset #fff 0 0 0 2px}100%{box-shadow:inset #fff 0 0 0 17px;transform:rotate(140deg)}}

/*Tiles CSS*/
.tile-stats {
	padding: 20px 0 0;
	position: relative;
	min-height: 128px;
	overflow: hidden;
	margin-bottom: 20px;
}
.tile-stats .status {
	margin-top: 0;
	padding: 0 20px 10px;
}
.status-ab {
	position: absolute;
	right: 0;
}
.mini-stat {
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.mini-stat-icon {
	width: 60px;
	height: 60px;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	float: left;
	margin-right: 10px;
	color: #fff;
}
.mini-stat-info {
	font-size: 12px;
	padding-top: 2px;
}
.mini-stat-info span {
	display: block;
	font-size: 24px;
	font-weight: 600;
}

/*Chat*/
.conversation-list {
	list-style: none;
	padding: 0 20px;
	max-height: 350px;
}
.conversation-list li {
	margin-bottom: 24px;
}
.conversation-list .chat-avatar {
	width: 40px;
	display: inline-block;
	text-align: center;
	float: left;
}
.conversation-list .chat-avatar img {
	width: 100%;
	border-radius: 100%;
}
.conversation-list .chat-avatar i {
	font-size: 12px;
	font-style: normal;
}
.conversation-list .chat-message i {
	display: block;
	font-style: normal;
	font-weight: 700;
	position: relative;
	font-size: 12px;
	color: #1a2942;
}
.conversation-list .conversation-text {
	display: inline-block;
	font-size: 12px;
	float: left;
	margin-left: 12px;
	width: 70%;
}
.conversation-list .chat-message {
	padding: 10px;
	background: #d5dce3;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	display: inline-block;
}
.conversation-list .chat-message p {
	margin: 0;
	padding-top: 3px;
}
.conversation-list .chat-message:after {
	right: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213,242,239,0);
	border-right-color: #d5dce3;
	border-width: 5px;
	margin-top: -5px;
}
.conversation-list .odd .chat-avatar {
	float: right !important;
}
.conversation-list .odd .conversation-text {
	width: 70% !important;
	margin-right: 12px;
	text-align: right;
	float: right !important;
}
.conversation-list .odd .chat-message {
	background: #e8e9ec !important;
}
.conversation-list .odd .chat-message i {
	color: #acacac;
}
.conversation-list .odd .chat-message:after {
	left: 100% !important;
	top: 20% !important;
	border-color: rgba(238,238,242,0) !important;
	border-left-color: #e8e9ec !important;
}
.chat-send {
	padding-left: 0;
	padding-right: 30px;
}
.chat-send button {
	width: 100%;
}
.chat-inputbar {
	padding-left: 30px;
}

/*Todo App*/
.todoapp {
	padding: 10px 30px 20px !important;
}
.todo-list li {
	border: 0;
	margin: 0;
	border-radius: 0;
	border-bottom: 1px solid #eee;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.todo-list li:last-of-type {
	border-bottom: none;
}
.todo-send {
	padding-left: 0;
}

/*FullCalendar & Plugins*/
.calendar {
	margin-bottom: 0;
	float: left;
}
.fc-toolbar {
	margin-bottom: 5px;
}
.fc-toolbar h2 {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 30px;
}
.fc-day {
	background: #FFF;
}
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar .ui-state-hover, .fc-toolbar button:focus, .fc-toolbar button:hover {
	z-index: 0;
}
.fc-widget-content, .fc-widget-header {
	border: 1px solid #D5D5D5;
}
.fc th.fc-widget-header {
	background: #ddd;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	padding: 10px 0;
}
.fc-button {
	border: 1px solid #D5D5D5;
	background: #FFF;
	color: #555;
	text-transform: capitalize;
}
.fc-text-arrow {
	font-family: arial;
	font-size: 16px;
}
.fc-state-hover {
	background: #F5F5F5;
}
.fc-cell-overlay, .fc-state-highlight {
	background: #F0F0F0;
}
.fc-unthemed .fc-today {
	background: #fff;
}
.fc-event {
	font-size: 13px;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
	background: #1a2942;
	border: none;
	border-radius: 2px;
	cursor: move;
}
#external-events .fc-event {
	background: #31cade;
}
.new-event-form {
	margin-bottom: 20px;
}
.fc-ltr .fc-basic-view .fc-day-number {
	padding: 5px 6px;
}
.error {
	color: red;
}
.datepicker {
	border: 1px solid #ddd;
}
.search-input {
	margin-bottom: 10px;
}
.ms-selectable {
	outline: 0 !important;
	box-shadow: none;
}
.ms-container .ms-list.ms-focus {
	box-shadow: none;
}
.ms-container .ms-selectable li.ms-hover, .ms-container .ms-selection li.ms-hover {
	background-color: #31cade;
}
.spinner-buttons.btn-group-vertical .btn {
	height: 17px;
	margin: 0;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	width: 22px;
}
.spinner-buttons.btn-group-vertical .btn i {
	margin-top: -3px;
	line-height: 10px;
}
.spinner-buttons.btn-group-vertical .btn:first-child {
	border-radius: 0 4px 0 0 !important;
	-webkit-border-radius: 0 4px 0 0 !important;
}
.spinner-buttons.btn-group-vertical .btn:last-child {
	border-radius: 0 0 4px !important;
	-webkit-border-radius: 0 0 4px !important;
}

/*Editor*/
.note-editor .note-toolbar {
	background-color: #f3f3f3;
	border-bottom: 1px solid #dfdfdf;
	margin: 0;
}
.note-editor {
	position: relative;
	border: 1px solid #dfdfdf;
}
.note-editor .note-statusbar {
	background-color: #fff;
}
.note-editor .note-statusbar .note-resizebar {
	height: 15px;
	border-top: 1px solid #dfdfdf;
	padding-top: 3px;
}
.note-popover .popover .popover-content, .note-toolbar {
	padding: 5px 0 10px 5px;
}
.code-edit-wrap {
	padding-top: 0 !important;
	margin-left: -30px;
	margin-bottom: -20px;
	margin-right: -30px;
}
.cm-s-ambiance .CodeMirror-linenumber {
	color: #999;
}

/*Wizard CSS*/
.wizard > .content {
	background: #fff;
	min-height: 240px;
}
.wizard > .content > .body {
	padding: 0;
}
.wizard > .content > .body input {
	border: 1px solid #eee;
}
.wizard > .steps .number {
	display: inline-block;
	line-height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
.wizard > .steps .disabled a, .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover {
	background: #f2f2f2;
	color: #323232;
	cursor: default;
}
.wizard > .content, .wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
	border-radius: 2px;
}
.wizard > .steps .current a, .wizard > .steps .current a:active, .wizard > .steps .current a:hover {
	background: #31cade;
}
.wizard > .steps .current a .number, .wizard > .steps .current a:active .number, .wizard > .steps .current a:hover .number {
	background: 0 0;
	color: #fff;
}
.wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
	background: #1a2942;
}
.wizard > .content > .body label.error {
	margin-left: 0;
	color: #e55957;
}
.wizard > .actions {
	margin-bottom: 30px;
}
.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
	background: #31cade;
	color: #fff;
	border-radius: 2px;
}
.wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
	background: #e2e2e2;
	color: #323232;
}
.wizard > .content > .body label {
	display: inline-block;
	margin-top: 10px;
}
.wizard > .content > .body ul > li {
	display: block;
	line-height: 30px;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
	box-shadow: none;
	background-color: #1a2942 !important;
	background-image: none;
}

/*Data Table*/
#datatable td {
	font-weight: 400;
}
div.dataTables_paginate ul.pagination {
	margin-top: 30px;
}
div.dataTables_info {
	padding-top: 38px;
}
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*Charts*/
.chart {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.chart.chart-widget-pie {
	margin-top: 5px;
	margin-bottom: 5px;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	line-height: 110px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: .1em;
	font-size: .8em;
}

/*Email App*/
.mails .mail-rateing {
	color: #9d9ea5;
	width: 1%;
}
.mails .mail-select {
	width: 1%;
}
.mails .label {
	margin-right: 10px;
}
.mail-list i {
	width: 20px;
	text-align: center;
}

/*Maps*/
.gmaps, .gmaps-panaroma {
	height: 300px;
	background: #1a2942;
	border-radius: 3px;
}
.gmaps-overlay {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	background: #1a2942;
	border-radius: 4px;
	padding: 10px 20px;
}
.gmaps-overlay_arrow {
	left: 50%;
	margin-left: -16px;
	width: 0;
	height: 0;
	position: absolute;
}
.gmaps-overlay_arrow.above {
	bottom: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid #1a2942;
}
.gmaps-overlay_arrow.below {
	top: -15px;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-bottom: 16px solid #1a2942;
}
.vmap-space {
	width: 100%;
	height: 350px;
}
.jqvmap-zoomin, .jqvmap-zoomout, .jvectormap-zoomin, .jvectormap-zoomout {
	border: 1px solid #eaeaea;
	background: #fff;
	border-radius: 0;
	color: #545454;
	width: 28px;
	height: 28px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
}
.jqvmap-zoomin:hover, .jqvmap-zoomout:hover, .jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
	background: #eaeaea;
}
.jqvmap-zoomin, .jvectormap-zoomin {
	position: absolute;
	top: 0;
}
.jqvmap-zoomout, .jvectormap-zoomout {
	position: absolute;
	top: 27px;
}

/*Social Icons*/
ul.social-icons {
	padding: 0;
	margin-left: 0;
}
ul.social-icons li {
	list-style: none;
	display: inline-block;
	margin-left: 5px;
}
ul.social-icons li:first-child {
	margin-left: 0;
}
ul.social-icons li a {
	display: inline-block;
	margin: 0;
	width: 36px;
	height: 36px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	text-align: center;
	transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
}
ul.social-icons li a.facebook {
	background: #3e5ea2;
}
ul.social-icons li a.twitter {
	background: #2eb0e3;
}
ul.social-icons li a.github {
	background: #fff;
}
ul.social-icons li a.pinterest {
	background: #f43a2c;
}
ul.social-icons li a.google {
	background: #da5f2e;
}
ul.social-icons li a.youtube {
	background: #df2826;
}
ul.social-icons li a.linkedin {
	background: #107cb7;
}
ul.social-icons li a:hover {
	opacity: .8;
}
ul.social-icons li a i {
	color: #fff;
	font-size: 15px;
	line-height: 36px;
	transition: all .17s ease-in-out;
	-moz-transition: all .17s ease-in-out;
	-webkit-transition: all .17s ease-in-out;
	-o-transition: all .17s ease-in-out;
}

/*More*/
.item-info {
	margin-left: 15px;
	margin-bottom: 15px;
}
.item-info p {
	margin-bottom: 10px !important;
}
.profile-desk h1 {
	color: #49586e;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.profile-desk .designation {
	color: #49586e;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: inline-block;
}
.profile-desk p {
	line-height: 25px;
	margin-bottom: 40px;
}
.p-follow-btn {
	background: #eff0f4;
	color: #a4a4a4;
}
ul.p-social-link {
	list-style-type: none;
}
ul.p-social-link li {
	display: inline-block;
}
ul.p-social-link li a {
	background: #eff0f4;
	color: #bfbfc1;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	display: inline-block;
	text-align: center;
}
.media-main a.pull-left {
	width: 100px;
}
.media-main .info {
	overflow: hidden;
	color: #000;
}
.media-main .info h4 {
	padding-top: 10px;
	margin-bottom: 5px;
}
.social-links li a {
	background: #EFF0F4;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #7A7676;
}
.wrapper-page {
	width: 500px;
	margin: 0px auto;
}
.user-thumb img {
	margin: 0 auto;
}
.ex-page-content h1 {
	font-size: 150px;
	line-height: 150px;
	font-weight: 700;
	color: #252932;
}
.sweet-alert p {
	font-size: 14px;
}

.owl-buttons {
	display: none;
}

.box-layout {
	display: table !important;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
}
#flotTip {
	padding: 4px 8px;
	background-color: #000;
	z-index: 100;
	color: #FFF;
	opacity: .7;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.progress-animated {
	-webkit-transition: 5s all;
	-webkit-animation-duration: 5s;
	-webkit-animation-name: animationProgress;
	transition: 5s all;
	animation-duration: 5s;
	animation-name: animationProgress;
}@-webkit-keyframes animationProgress{
from {
	width: 0;
}}@keyframes
animationProgress {from{
	width: 0;
}}
.profile-tabs {
	background-color: #eee;
	padding-bottom: 1px;
}
.nav.nav-tabs.profile-tabs > li > a {
	border: none;
	margin-right: 0;
	padding: 15px 30px;
	font-size: 16px;
}
.nav.nav-tabs.profile-tabs > li > a i {
	margin-right: 10px;
}
.flot-chart {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
#legend {
	background: #fff;
	position: absolute;
	top: 0;
	right: 15px;
}
#legend .line {
	color: #333;
}


.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #31cade;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px;
}
.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #31cade, 0 0 5px #31cade;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0,-4px);
	-moz-transform: rotate(3deg) translate(0,-4px);
	-ms-transform: rotate(3deg) translate(0,-4px);
	-o-transform: rotate(3deg) translate(0,-4px);
	transform: rotate(3deg) translate(0,-4px);
}
.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 80px;
	right: 30px;
	width: 30px;
	height: 30px;
	border: 2px solid transparent;
	border-top-color: #31cade;
	border-left-color: #31cade;
	border-radius: 50px;
	-webkit-animation: pace-spinner 400ms linear infinite;
	-moz-animation: pace-spinner 400ms linear infinite;
	-ms-animation: pace-spinner 400ms linear infinite;
	-o-animation: pace-spinner 400ms linear infinite;
	animation: pace-spinner 400ms linear infinite;
}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}



/* Themes */

header.dark {
	background: #14082D;
}
header.red {
	background: #e01300;
}
header.red .top-menu li > a:hover{
	background: #bd0000;
}
header.green {
	background: #38b000;
}
header.green .top-menu li > a:hover{
	background: #009608;
}
header.yellow {
	background: #ffc800;
}
header.yellow .top-menu li > a:hover{
	background: #ffbb00;
}
header.pink{
	background: #ff0044;
}
header.pink .top-menu li > a:hover{
	background: #d40038;
}
header.purple{
	background: #5b00b0;
}
header.purple .top-menu li > a:hover{
	background: #4e0096;
}
header.acqua{
	background: #00b0a7;
}
header.acqua .top-menu li > a:hover{
	background: #008279;
}
header.grey{
	background: #c4c4c4;
}
header.grey .top-menu li > a:hover{
	background: #adacac;
}
header.white{
	background: #fff;
}
header.white .logo-expanded, header.white .navbar-toggle .icon-toggle, header.white .top-menu li > a{
	color:#121E4D !important;
}
header.white .top-menu li > a:hover{
	color:#fff !important;
}



/*Demo Options*/

.demo-options {
  z-index: 900;
  position: fixed;
  top: 128px;
  width: 188px;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-bottom-left-radius: 2px;
  right: -188px;
  z-index: 1240;
  background: #fff;
  -webkit-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
.demo-options.active {
  transform: translateX(-188px);
  -ms-transform: translateX(-188px);
  -o-transform: translateX(-188px);
  -webkit-transform: translateX(-188px);
}
.demo-options .demo-heading {
  padding: 16px 0px;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  font-weight: 700;
  height: 48px;
  color: #616161;
  background-color: #fff;
  border-top: 1px solid #e0e0e0;
}
.demo-options .demo-options-icon {
  display: inline-block;
  position: absolute;
  left: -47px;
  height: 48px;
  width: 48px;
  color: #616161;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  border-width: 1px 0 1px 1px;
  border-style: solid;
  border-color: #e0e0e0;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  top: 0;
  cursor: pointer;
  box-shadow: none;
}
.demo-options .demo-body {
  padding: 20px;
  background-color: #fff;
  border-left: 1px solid #e0e0e0;
  color: #616161;
}
.demo-options .demo-body .tabular {
  margin-bottom: 0;
}
.demo-options .demo-body .tabular .tabular-cell {
  height: 32px;
  font-size: 12px;
}
.demo-options .demo-body .tabular .tabular-cell.demo-switches {
  text-align: right;
}
.demo-options .demo-body .option-title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}
.demo-options .demo-body + .demo-body:last-child {
  border-bottom-left-radius: 2px;
  border-bottom: 1px solid #e0e0e0;
}
.demo-options .demo-color-list {
  padding: 0 !important;
  text-align: left;
  margin: 0 !important;
  font-size: 0;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.demo-options .demo-color-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.demo-options .demo-color-list li {
  margin: 1px;
  padding: 0;
}
.demo-options .demo-color-list li span {
  border-radius: 50%;
  display: block;
  height: 16px !important;
  width: 16px !important;
}
.demo-options .demo-color-list li span:hover {
  cursor: pointer;
}
.demo-options .demo-color-list.text-center {
  text-align: center;
}
.demo-options .demo-color-list .default {
  background-color: #3A4A87;
}
.demo-options .demo-color-list .dark {
  background-color: #14082D;
}
.demo-options .demo-color-list .red {
  background-color: #e01300;
}
.demo-options .demo-color-list .green {
  background-color: #38b000;
}
.demo-options .demo-color-list .yellow {
  background-color: #3f51b5;
}
.demo-options .demo-color-list .pink {
  background-color: #d40038;
}
.demo-options .demo-color-list .purple {
  background-color: #4e0096;
}
.demo-options .demo-color-list .acqua {
  background-color: #00b0a7;
}
.demo-options .demo-color-list .grey {
  background-color: #adacac;
}
.demo-options .demo-color-list .white {
  background-color: #fff;
  border: 2px solid #D5DCE3;
}

/*Мои стили*/

.text-slide-responsive {
	padding: 12px 20px;
	display: block;

}

.text-slide-responsive .theme {
	font-weight: 600;
}

.date {
	float: left;
	margin-bottom: 12px;
	font-size: 12px;
	color: #bdb5b5;
}

.more-info {
	float: right;
	margin-bottom: 12px;
	font-weight: 600;
	text-decoration: underline;
}

.info-balance {
	padding: 20px 0;
	color: #2D875F;
	text-align: center;
}


.balance .b1 {
	font-size: 37px;
	font-weight: 600;
}

.btn-balance {
	position: relative;
	padding: 13px 40px;
	border: 1px solid #2D875F;
	font-weight: 700;
	font-size: 14px;
	color: #2D875F;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 5px;
}

.btn-balance:hover {
	background-color: #2D875F;
	color: #fff;
}


.block-device {
	
}

.table.resp6 tbody > tr {
	background-color: #fff;
}

.table.resp6 tbody > tr > td,
.table.resp6 tbody > tr > th {
	width: auto;
	font-weight: 500;
	border-right: 1px solid #a7a7a7;
	text-align: center;
}

.table.resp6 tr.head-t {
	background-color: #f0f0f0;
	
}

.table.resp6 tr.head-t > td,
.table.resp6 tr.head-t > th {
	font-weight: 600;
}

.table.resp6 tbody > tr.active > td,
.table.resp6 tbody > tr.active > th {
	background-color: #dcdcdc;
}

.table.resp6 .itog {
	background-color: #f0f0f0;
}

.table.resp6 .itog > td {
	font-weight: 600;
	border: none;
}

.head-block {
	font-weight: 600;
	vertical-align: inherit;
	padding: 6px 20px;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.head-block i {
	font-size: 20px;
}

.head-block .form-group {
	margin-bottom: 0;
}

.tab_bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tab_bl .left-block {
	width: 50%; 
	border-right: 1px solid #a7a7a7;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.table.device-table {
	width: 50%;
}

.left-block .article-device {
	color: #2D875F;
	font-size: 20px;
	margin: 0;
}

.left-block .change-device {
	
}

.btn-device {
	position: relative;
	padding: 13px 40px;
	border: 1px solid #2D875F;
	font-weight: 700;
	font-size: 14px;
	color: #2D875F;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 5px;
	margin: 5px auto;
}

.btn-device:hover {
	background-color: #2D875F;
	color: #fff;
}

.table.repair > tbody > tr > td i {
	font-size: 25px;
}

.table.repair > tbody > tr:nth-child(1) > td, .table.repair > tbody > tr:last-child > td {
	padding: 12px 20px;
}

.table.repair > tbody > tr > td {
	padding: 3px 20px;
}

.col3 {
	display: inline-block;
}

.col3 p {
	margin: 0;
}

.col3:nth-child(1) {
	width: 20%;
	padding: 7px 0;
}

.col3:nth-child(2) {
	width: 74%;
}

.col3:nth-child(3) {
	width: auto;
	padding: 3px 0;
}

.head-block .input-group-addon {
	padding: 4px 12px;
	color: #2D875F;
	background-color: #fff;
}

.head-block .input-group-addon i {
	font-size: 12px;
}	


@media screen and (min-width: 1279px) and (max-width: 1400px) {
	.table.repair > tbody > tr > td {
		padding: 3px 8px;
		font-size: 11px;
	}
}	


.table.pay > tbody > tr > td {
    padding: 8px 20px;
}

.block-q {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 20px 40px;
	border: 1px solid #a7a7a7;
	margin-bottom: 30px;
}

.block-q .date-q {
	font-size: 12px;
	color: #bdb5b5;
}

.block-q h4 {
	color: #000;
	margin-bottom: 15px;
}

.block-q .answer {
	color: #000;
}

.block-q:hover {
	border: 1px solid transparent;
	background-color: #fff;
	-webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.23), 0 0px 6px rgba(0,0,0,0.23);
	-moz-box-shadow: 0 6px 10px rgba(0,0,0,0.23), 0 0px 6px rgba(0,0,0,0.23);
	box-shadow: 0 6px 10px rgba(0,0,0,0.23), 0 0px 6px rgba(0,0,0,0.23);
	transition: all 220ms ease-in-out 0s;
}

.block-q i {
	float: right;
	font-size: 30px;
	color: #bdb5b5;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.block-q:hover i {
	transform: rotate(180deg);
	color: #2D875F;
}

.inp-sp {
	color: #6b6565;
	font-size: 12px;
}

.ico-log {
	position: absolute;
	left: 45px;
	top: 50%;
	font-size: 35px;
	margin-top: -15px;
}

.btn-sub {
	position: relative;
	padding: 9px 40px;
	border: 1px solid #2D875F;
	background-color: #2D875F;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 5px;
	margin: 5px auto;
	text-transform: uppercase;
}

.btn-sub:hover {
	background-color: #fff;
	color: #2D875F;
}

@media screen and (max-width: 600px) {
	.wrapper-page {
		width: 320px;
	}
	
	.form-control {
		font-size: 20px;
		padding: 14px 20px 14px 65px;
		letter-spacing: 0px;
	}
	
	.panel.panel-primary .panel-heading img {
		width: 53%;
	}
	
	.panel.panel-primary .panel-heading h3 {
		font-size: 19px;
	}
	
	.mobile-size {
		width: 45%;
		float: left;
	}
}

.opacity-block {
	opacity: 0;
}

.message {
	color: #c6d54c;
}
.table .fio {
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
}	

.block-center {
	margin: 0 auto;
	float: none;
}

.panel-log {
	padding: 50px 30px;
}
	
.my-modal .modal-header {
	border: none;
}

.my-modal .pic-text {
	text-align: center;
}

.my-modal .close {
	font-size: 50px;
	font-weight: 400;
	opacity: 1;
}


.my-modal .close:focus, .my-modal .close:hover {
	opacity: 0.5;
}

.my-modal .my-h1 {
	font-size: 30px;
	font-weight: 700;
	color: #2D875F;
	margin: 20px 0;
}

.label-control {
	margin: 0;
    margin-left: 0px;
	margin-bottom: -5px;
	position: relative;
	bottom: -11px;
	margin-left: 20px;
	z-index: 9;
	background: #fff;
	padding: 0 10px;
	font-size: 15px;
	color: #aaaaaa;
	font-weight: 400;
}

.control-input {
	background-color: #fafafa;
	color: rgba(0,0,0,0.8);
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	border: 1px solid #aaaaaa;
	box-shadow: none;
	padding: 10px 20px;
	height: auto;
	display: block;
	width: 100%;
}

.textarea {
	height: 100px;
	margin-bottom: 30px;
}

.control-input:focus {
	border: 1px solid #2D875F;
}


.modal-btn {
	display: block;
}

.sum-pay {
	position: relative;
	padding: 13px 40px;
	border: 1px solid #a7a7a7;
	font-weight: 700;
	font-size: 27px;
	color: #a7a7a7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 5px;
	width: 190px;
	text-align: center;
	line-height: 1.1;
	margin: 0 auto;
    margin-bottom: 0px;
	margin-bottom: 30px;
}


/*Styler*/

.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* ��� Opera Presto�*/
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* � �����-�� ��������� ������������ ������ */
	-webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
}
.jq-selectbox__select {
	padding: 10px 45px 10px 25px;
	border: 1px solid #aaaaaa;
	border-radius: 4px;
	background: #fff;
	font: 16px/32px Arial, sans-serif;
	color: #333;
}
.jq-selectbox__select:focus{
	border: 1px solid #2D875F;
}
/*.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}*/
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #2D875F;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100% !important;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #2D875F;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100% !important;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.btn-preview {
	padding: 5px 10px;
	border: 1px solid #2D875F;
	font-weight: 700;
	font-size: 14px;
	color: #2D875F;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	border-radius: 5px;
	margin: 5px 5px;
}

.btn-preview:hover {
	background-color: #2D875F;
	color: #fff;
}