

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
 .form-control {
    font-weight: bold;
}
.bg-gray {
	background: #f5f5f5;
}
.container-fluid {
	max-width: 1600px;
}
.input-line {
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
	box-shadow: none;
	padding-left: 4px;
	box-shadow: none;

}
label.error {
	color: #a94442;
}
.required-icon {
	position: absolute;
	right:0;

	color: #a94442;
	top:10px;
}
.input-line.no-margin {
	margin-left: 0px;
}
.form-horizontal .control-label {
	text-align: left;
}
#message-info {
	position: fixed;
	margin: 15% auto;
	width: 50%;
	z-index: 10;
	left: 10%;
	right: 10%;
}
.form-inline {
	margin-bottom: 15px;
}
.table .form-inline, .table .form-group {
	margin-bottom: 0px;
}
.well .form-inline {
	margin-bottom: 5px;
}
.form-horizontal .radio, .form-horizontal .radio-inline {
	padding-top: 3px;
	margin-left: 5px;
}
label {
	font-weight: normal;
}
.text-bold {
	font-weight: bold;
}
.table .form-control {
	border: none;
	box-shadow: none;
}
.table .form-control:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
.table input[type=text] {
	/*border-bottom: 1px solid #ccc;*/
	border-radius: 0;
	text-transform: uppercase;

}
.table td label {
	font-weight: bold;
}
.table-head {
	margin: 6px 0;
}
.table-top {
	margin-bottom: -1px;
}
.radio-pad .radio-inline {
	margin-right: 15px;
}
#loader .modal-dialog {
	margin: 15% auto;
}
#loader .modal-content {
	background: none;
	border: none;
	box-shadow: none;
	color: #fff;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 1;
}
#loginform label {
	min-width: 200px;
}














