@charset "utf-8";

body > .container {
	margin-top: 0
}

.container .credit {
	margin: 10px 0;
	text-align: center;
}

thead tr th {
	background-color: #eeeeee !important;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -40px;
}

#foot_div.container:before, .container:after {
	display: table;
	line-height: 0;
	content: "";
}

.navbar .brand {
	padding: 5px 20px
}

.table thead th, .table tbody td {
	vertical-align: middle !important

}

h1, h2, h3, h4  {
	text-rendering : auto !important
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance:textfield;
}

.checkbox {
	min-height:15px;
	padding-left:0;
}
.form-horizontal .control-label {
	color: #666666;
	font-family: Tahoma, applegothic, sans-serif;
	font-size: 12px;
	font-weight: bold
}

.form-horizontal hr {
	margin: 20px 10px 20px 0
}

.well .form-horizontal .control-group {
	margin-bottom : 10px
}

.form-horizontal-1 .control-label {
	width: 120px
}

.form-horizontal-1 .control-label {
	width: 120px
}

.form-horizontal-1 .controls {
	margin-left: 150px;
}

.form-horizontal-2 .control-label {
	width: 110px;
	text-align: left;
	padding-top: 5px;
}

.form-horizontal-2 .controls {
	margin-left: 120px;
}

.form-horizontal-3 {
	margin-bottom: 0
}

.form-horizontal-3 .control-group {
	margin-bottom: 10px
}

.form-horizontal-3 .control-label {
	width: 100px;
	text-align: left
}

.form-horizontal-3 .controls {
	margin-left: 115px;
	margin-top: 5px
}

.form-horizontal-3 .controls span {
	margin-right: 5px
}

.form-horizontal-3 .controls strong {
	color: #6DAFCF
}

.form-horizontal-4 .control-label {
	width: 130px
}

.form-horizontal-4 .controls {
	margin-left: 140px
}

.form-horizontal-left .control-label {
	text-align: left
}

.form-horizontal-modal .controls {
	margin-left: 110px
}

.form-horizontal-modal .control-label {
	width: 100px
}

table.ellipsis {
	table-layout: fixed
}

table.ellipsis td.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.container .well {
	padding:10px;
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
		margin-left: -450px;
	}
}

.modal-body form {
	margin-bottom: 0
}

.foot-div {
	position: absolute;
	top: 830px
}

.page-header {
	margin: 10px 0 20px;
	padding-bottom: 5px
}

*:first-child+html .page-header {margin-top:0;}
*:first-child+html .table TH {padding-left:2px;padding-right:2px}

.message-div {
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
	left: 50%;
	margin-left: -280px;
	overflow: auto;
	position: fixed;
	top: 40%;
	width: 540px;
	z-index: 1050;
	opacity:0.9
}

.hidden {
	display: none
}

.error-color {
	color: red;
}

#foot_div hr {
	margin: 10px 0
}

table td.center {
	text-align: center
}

table th.center {
	text-align: center
}

.center {
	text-align: center
}

.select2-choices {
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}

.select2-search-choice div {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.select2-result-label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.header-control-label {
	width: 100px !important;
}
.header-controls {
	margin-left: 120px !important;
}

.search-query-without-radios {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.input-search-append {
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
}

.left-float {
	float: left ;
}

.right-float {
	float: right ;
}

div.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

span.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

legend {
	font-size: 13px;
	font-weight: 700;
	margin-top: 15px;
	padding-top: 10px;
	line-height: 40px;
}

legend.header {
	font-size: 18px;
	margin-bottom: 10px;
}

legend a {
	font-weight: 400
}

.popover-title {
	font-weight: bold
}

.popover {
	width:300px;
}

.alert-error {
	z-index:1151;
}

.non-cursor {
	cursor:default;
}

.small-error-box {
	height: 15px;
	line-height: 12px;
	margin-bottom:-10px;
	width:330px;
	padding-left: 0;
	margin-top: 2px;
}

.small-error-box span.help-inline {
	height: 15px;
	padding-left:0;
}

hr.small {
	margin : 4px;
}

.overflow-y-auto {
	overflow-y: auto;
}

.popover-body {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.pre-wrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
