body{
	background:url(../images/bg.png);
}
.page-loading{
	background:url(../images/bg.png);
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.page-loading > img{
	background:url(../images/page-loading.gif) center center no-repeat;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	width: 64px;
	height: 64px;
	z-index: 100001;
}
.login-container{
	padding: 20px 0px;
}
.login-logo{
	max-height: 230px;
	margin: 0px auto 40px;
}
.navbar{
	border-radius: 0px;
}
.navbar-brand{
	padding-top: 10px;
}
.navbar .dropdown-menu > li > a{
	color: #337ab7;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}
.navbar .glyphicon{
	font-size: 12px;
	margin-right: 5px;
}
.navbar-nav > li > .dropdown-menu{
	padding: 0px;
	border: none;
	border-radius: 0px;
	margin-top: 1px;
}
.navbar-nav > li > .dropdown-menu .divider{
	margin-top: 0px;
	margin-bottom: 0px;
}
.section-control{
	padding-bottom: 10px;
}
label.error{
	background: #C0392B;
	color: #FFF;
	font-weight: 300;
	font-size:12px;
	display: block;
	margin: 10px 0px 0px;
	border-radius: 3px;
	padding: 5px 10px;
	position: relative;
}
input.error, textarea.error{
	border-color: #C0392B;
}
select.form-control.error{
	border-color: #C0392B;
}
label.error:after {
	bottom: 100%;
	left: 0px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(192, 57, 43, 0);
	border-bottom-color: #C0392B;
	border-width: 5px;
	margin-left: 20px;
}
.work-table{
	margin-top: 20px;
}
.work-table thead th[sort-column]{
	cursor:pointer;
}
.work-table thead th[sort-column]:hover{
	background:#fafafa;
}
.work-table thead th[sort-column] span{
	padding-right:16px;
	display:block;
	position:relative;
}
.work-table thead th[sort-column] span:after{
	content:"";
	position:absolute;
	right:0px;
	top:50%;
	width:13px;
	height:18px;
	margin-top:-8px;
	background:url(../images/table-sorting-arrows.png) 0px 18px no-repeat;
}
.work-table thead th[sort-column]:hover span:after{
	background-position:0px 0px;
}
.work-table thead th[sort-column][sort-direction='asc'] span:after{
	background-position:0px -18px;
}
.work-table thead th[sort-column][sort-direction='desc'] span:after{
	background-position:0px -36px;
}
.push-10{
	margin-bottom: 10px;
}
.pagination{
	margin: 0px;
}
.control-text{
	padding-top: 7px;
}
textarea.big-textarea{
	height: 114px;
}
.work-table thead tr > th{
	vertical-align: top;
}
.section-control > .btn{
	margin-bottom: 5px;
}
.form-buttons .btn{
	margin-bottom: 5px;
}
.characteristic-group-row{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #EEE 1px solid;
}
.characteristic-group-row-handler{
	float: left;
	width: 20px;
	height: 34px;
	background: url(../images/moving-handler.png) center center no-repeat;
	cursor: move;
	opacity: 0.5;
	transition: 0.3s;
}
.characteristic-group-row-handler:hover{
	opacity: 1;
}
.characteristic-row-handler{
	float: left;
	width: 20px;
	height: 34px;
	background: url(../images/moving-handler.png) center center no-repeat;
	cursor: move;
	opacity: 0.5;
	transition: 0.3s;
}
.characteristic-row-handler:hover{
	opacity: 1;
}
.characteristic-group-row-name{
	margin-left: 20px;
}
.characteristic-group-header{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #EEE 1px solid;
}
.push-5{
	margin-bottom: 5px;
}
.control-label-static{
	padding-top: 7px;
}
.characteristic-small-input{
	padding-left: 0px;
	padding-right: 0px;
}
.characteristic-additional-space{
	display: none;
	height: 34px;
}
.characteristic-row{
	margin-bottom: 10px;
}
.characteristic-mark-row{
	margin-bottom: 10px;	
}
.characteristic-mark-offset{
	padding-left:70px;
}
.characteristic-additional-offset{
	padding-left: 50px;
}
.characteristic-inputs-additional-offset{
	padding-left: 0px;
}
.ui-sortable-helper{
	background: rgba(255,255,255,0.85);
}
.ui-sortable-placeholder{
	border: #aaa 2px dashed;
	border-radius: 5px;
	visibility: visible !important;
}
.score-result-parent{
	padding-bottom:4px;
}
.score-result-child{
	margin-left:20px;
	padding-bottom:2px;
	border-bottom:#ddd 1px solid;
	margin-bottom:2px;
}
.score-result{
	font-size: 120%;
	font-weight:bold;
}
.green{
	color:#5cb85c;
}
.characteristic-row-header{
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.score-result-parent{
	text-align:left;
	overflow:hidden;
}
.score-result-child{
	text-align:left;
	overflow:hidden;
}
.score-result-right{
	float:right;
	width:90px;
	text-align:right;
}
.score-result-left{
	margin-right:110px;
}
.multiple-select{
	height:135px !important;
}
.report-button-wrapper{
	margin-bottom:5px;
}
.report-button-wrapper:last-child{
	margin-bottom:0px;
}
.report-button-wrapper .btn{
	width:100%;
}
.exist-companies-header{
	font-weight:bold;
	font-size:18px;
	margin-bottom:15px;
}
.move-companies-list{
	max-height:400px;
	overflow:auto;
}
@media (max-width:991px) and (min-width:768px){
	.navbar-nav > li > a{
		padding-left: 7px;
		padding-right: 7px;
		font-size: 12px;
	}
}
@media (max-width:767px){
	.login-logo{
		max-height: 150px;	
	}	
	.navbar-nav{
		margin:0px -15px;
	}
	*[name='filter[deleted_flag]']{
		margin-bottom: 10px;
	}
	.work-table thead tr, .work-table thead th, .work-table tbody tr, .work-table tbody td, .work-table tfoot tr, .work-table tfoot th{
		display: block;
	}
	.work-table thead tr > th, .work-table tbody tr > td, .work-table tfoot tr > th{
		border: none;
		padding: 3px 10px;
	}
	.work-table thead tr > th{
		text-align: center;
	}
	.work-table thead tr{
		border-bottom: 2px solid #dddddd;
	}
	.work-table tbody tr{
		border-bottom: 1px solid #dddddd;
		padding: 3px 0px;
	}
	.work-table tbody tr > td{
		text-align: center;
	}
	.form-buttons{
		text-align: center;
	}
	.form-buttons .btn{
		width: 48%;
	}
	.section-control{
		text-align: center;
	}
	.section-control > .btn{
		width: 48%;
	}
	.characteristic-additional-space{
		display: block;
	}
	.characteristic-inputs-additional-offset{
		padding-left: 50px;
	}
}
@media (max-width:500px){
	.form-buttons .btn{
		width: 100%;
	}
	.section-control > .btn{
		width: 100%;
	}
}