
@charset "utf-8";
@import "./ui-navbar.css" screen;
@import "./ui-sidebar.css" screen;
@import "./ui-btn.css" screen;
@import "./ui-form.css" screen;
@import "./ui-tree.css" screen;
@import "./ui-tabs.css" screen;
@import "./ui-tags.css" screen;
@import "./ui-msgbox.css" screen;
@import "./ui-table.css" screen;
@import "./ui-elements.css" screen;
@import "./ui-slimbox.css" screen;
@import "./ui-calendar.css" screen;
@import "./ui-slider.css" screen;
@import "./ui-validator.css" screen;
@import "./ui-contextmenu.css" screen;

*{
	box-sizing: border-box;
}

html{
	height: 100%;
	min-height: 100%;
}

body{
	height: 100%;
	min-height: 100%;
	font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
	color: #333;
	background-color: #fff;
}
a{
	text-decoration: none;
}

pre{
	font-size: 12px;
	white-space:pre-wrap;
	
}

.empty{}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.yauto{
	overflow-y: auto;
}
.xauto{
	overflow-x: auto;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4{
	display:block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
.h1, h1{
	font-size: 30px;
}
.h2, h2{
	font-size: 24px;
}
.h3, h3{
	font-size: 18px;
}
.h4, h4{
	font-size: 16px;
}
.border-bottom {
	border-bottom: 1px solid #f4f4f4;
}
.border-top{
	border-top: 1px solid #f4f4f4;
}

/*Спиннер*/
#spinner{
	position: fixed;
	z-index:999999999;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	text-align: center;
	vertical-align: middle;
}

#spinner > div{
	position: absolute;
	width: 128px;
	height: 128px;
	right: 20px;
	bottom: 45px;
}
#spinner > div > span{
	position: relative;
	top:-75px;
	text-align: center;
	font-size:20px;
	color:#7a4e07;
}


/*Обертка всего контента*/
.wrapper{
	display: block;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	height: 100%;
	min-height: 100%;
}

/*Область верхней панели*/
.main-header{
	display: block;
	position: relative;
	height: 50px;
	max-height: 50px;
	min-width: 824px;
	z-index: 1000;
	display: block;
}

.main-header .logo{
	display: block;
	float: left;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	width: 230px;
	font-weight: 300;
	overflow: hidden;
	text-decoration:none;
}

.main-header .sidebar-toggle{
	display: block;
	position:absolute;
	padding: 15px 12px;
	font-family: fontAwesome;
	font-size:24px;
	color:white;
	display:none;
	cursor:pointer;
}

.main-header .navbar{
	position: relative;
	margin-bottom: 0;
	margin-left: 231px;
	border: none;
	min-height: 50px;
	border-radius: 0;
}

.main-header .navbar-menu{
	float: right;
	height:50px;
}

.content-wrapper{
	position: absolute;
	padding: 0px;
	display: block;
	top:50px;
	bottom:40px;
	left:230px;
	right:0px;
	background:#444;
	z-index:800;
}

.http-error{
	padding-top: 50px;
	text-align:center;
}
.http-error>h1{
	font-size:108px;
}
.http-error>h3{
	font-size:56px;
}

.content-header{
	position: absolute;
	padding: 15px;
	display: block;
	top:0px;
	height:40px;
	left:0px;
	right:0px;
}

.content-header>h1{
	margin: 0;
	font-size: 24px;
	font-weight: 500;
}

.content-header>h1>small{
	font-size: 15px;
	display: inline-block;
	padding-left: 10px;
	font-weight: 300;
}

.content-header>.breadcrumb {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding: 7px 5px;
	position: absolute;
	top: 15px;
	right: 10px;
	border-radius: 2px;
	list-style: none;
}

.breadcrumb>li {
	display: inline-block;
	font-size: 12px;
}

.content-header>.breadcrumb>li>a {
	color: #444;
	text-decoration: none;
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: ">\00a0";
}

.breadcrumb>.active{
	color: #777;
}

.content-body{
	position: absolute;
	padding: 0px;
	display: block;
	top:45px;
	bottom:0px;
	left:5px;
	right:5px;
}


.main-footer{
	position: absolute;
	display: block;
	height:40px;
	bottom:0px;
	left:230px;
	right:0px;
	background: #fff;
	padding: 12px;
	line-height:16px;
	color: #444;
	border-top: 1px solid #d2d6de;
	border-left: 1px solid #d2d6de;
	z-index: 820;
}
.main-footer a{
	text-decoration:none;
}

@media (min-width:1238px){
	.main-sidebar{display:block;}
	.main-header .sidebar-toggle{display:none;}
	.main-sidebar.side-show{display:block;}
}

@media (max-width:1238px){
	.main-footer{left:0px;}
	.content-wrapper{left:0px;}
	.main-header .sidebar-toggle{display:block;}
	.main-sidebar{
		display:none;
		width:231px;
		border-right:1px solid #aaa;
		box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	}
	.main-sidebar.side-show{display:block;}
}

@media (max-width:992px){
	.main-header .navbar-menu{display:none;}
	#page_desc{display:none;}
}









.pull-right {
	float: right!important;
}
.pull-left {
	float: left!important;
}

.pull-left .title{
	font-weight: 700;
	font-size: 32px;
	margin-top: 15px;
	margin-left: 20px;
}


.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto{
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col{
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}


.box{
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.box-body{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}

