body {
	color: #404041;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	font-size: 15px;
	background-color: #fff;
	border-top: 5px solid #221E1F;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font: italic 26px Georgia,"Times New Roman",Times,serif;
    border-bottom: 1px solid #939597;
    padding: 10px;
    margin-bottom: 10px;
}
a {
    color: #425b74;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #425b74;
    text-decoration: none;
}
.form-control {
	border: 2px solid #ccc;
}
.form-control:focus {
	border-color: #ccc;
}
.has-error .form-control, .has-error .form-control:focus {
    border: 2px solid #ccc;
}
.btn-default {
	margin-bottom: 10px;
    color: #fff;

font-size: 14px;

background-color: #C59837;

border-radius: 0;
    text-decoration: none;
    border: none;

font-weight: 700;

color: #fff;

padding: 5px 10px;
}
.btn-default:focus, .btn-default.focus {
	background-color: #404041;

color: #fff;
}
.btn-default:hover {
	background-color: #404041;

color: #fff;
	text-decoration: none;
}

.header-text {
	padding-top: 30px;
}


.header-text p {
    font-weight: 700;
    font-size: 16px;
}

.header-text p b {

    font-size: 20px;
    color: #C59837;

}
b, strong {

    font-weight: 700;

}

.first {
	padding-left: 30px;
}

img.responsive-parent {
	height: auto;
	max-width: 100%;
}

@media only screen and (max-width : 991px) {
	.text-left, .text-right {
    	text-align: center !important;
	}
	
	.header-text {
		text-align: center;
		padding-top: 0;
	}
	
	.header-text p {
    font-weight: 700;
    font-size: 16px;
}

.first {
	padding-left: 0;
}
}


.panel-default > .panel-heading {
	color: #111;
	background-color: #efefef;
	border-color: #efefef;
}
.panel-footer {
	background-color: #efefef;
	border-top: 1px solid #efefef;
}
.select2-container--bootstrap .select2-selection {
	border: 2px solid #ccc;
}
.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
	border: 2px solid #ccc;
}
.select2-container--bootstrap .select2-dropdown {
	border-color: #ccc;
	border-width: 2px;
}
.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
	background-color: #444;
	color: #fff;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}
.table-hover > tbody > tr:hover {
    background-color: #dbdbdb;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #efefef;
}
.input-group-addon {
    background-color: #efefef;
    border: 2px solid #ccc;
}

i {
	color: #7E8FA2;
}

u i {
	color: #615D5D;
}

ul.nobullet li {
	list-style-type: none;
}

.red {
	color: red;
}

.page img {
	height: auto;
	max-width: 50%;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}