@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700&subset=latin,cyrillic);

body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: 400;
	padding: 0 0 0.5em 0;
	margin-top: 0;
}

.table
{
	font-size: 12px;
}

.table.table-valign > tbody > tr > th,
.table.table-valign > tbody > tr > td
{
	vertical-align: middle;
}

.table .table-empty
{
	color: #666;
	text-align: center;
	padding: 1em 0;
}

.btn
{
	font-size: 13px;
}

.form-control
{
	padding-top: 12px;
}

select.form-control
{
	padding: 0 10px;
}

.has-switch
{
	top: 9px;
}

.user-block
{
	position: absolute;
	bottom: 0;
	padding: 1em 2em;
	color: #fff;
	font-size: 14px;
	background: rgba(0,0,0,0.2);
	line-height: 30px;
}

.user-block img
{
	max-width: 100%;
}

.main-sidebar
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 215px;
	background: #000000;
}

.main-content
{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	left: 215px;
	background: #eee;
	overflow: auto;
	padding: 2em;
}

.table-actions
{
	margin-bottom: 2em;
}

.has-feedback .form-control-feedback
{
	top: 45px;
}

.container-login > .container
{
	position: absolute;
	top: 30%;
}

.support-options {
	/*position: absolute;*/
	/*top: 47px;*/
	/*left: 230px;*/
	z-index: 10;
}

.support-options label {
	margin-left: 10px;
	font-size: 14px;
	cursor: pointer;
}

.support-options input {
	position: relative;
	top: 2px;
}

.support-options label.on.active {
	color: #1abc9c;
	font-weight: bolder;
}

.support-options label.off.active {
	color: #ab391c;
	font-weight: bolder;
}

.support-list .right {
	position: relative;
}

.support-list .right .btn-group {
	position: absolute;
	bottom: 0;
	right: 80px;
}

.support-list .right .btn-group a {
	margin-left: 5px;
}

table thead > tr > th
{
	padding-left: 10px !important;
	padding-right: 10px !important;
	font-size: 11px !important;
}

table > tbody > tr > td, table > tbody > tr > th
{
	font-size: 10px !important;
}