.mt10{
	margin-top: 10px;
}

.ml35{
	margin-left: 35px;
}

hr {
    border-top: 1px solid #ccc;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.container-min-height{
	min-height: 502px;
}

.navbar-brand {
    padding: 4px 10px;
}

.th-left,.td-left{
	text-align: left;
}

.th-center,.td-center{
	text-align: center;
}

.th-right,.td-right{
	text-align: right;
}

.require{
	color: red;
}

.checkbox-inline:FIRST-CHILD, .radio-inline:FIRST-CHILD {
    padding-left: 0px;
}

div.two-radio .radio-inline:FIRST-CHILD{
	width: 40%;
}

.team h4,.team h5,.team-bg .about-headings {
    color: #777;
}

.team .img-responsive{
	display: -webkit-inline-box;
	text-align: center;
}

.team {
    margin-top: 0;
}

.team-bg {
    background: none;
}

.board{
	width: 100%;
	display: block;
}

.board .box-img{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.board .box-img div{
	float: left;
	width:200px;
	height: 200px;
	margin: 25px 40px;
	text-align: center;
}

.board .box-img div .img-responsive{
	display: -webkit-inline-box;
}

.copyright {
	margin-top: 35px;
    background-color: #626767;
}

span.text{
	line-height: 35px;
}

.dl-horizontal dt {
	text-align: left;
}

.dl-horizontal dd {
    margin-left: 160px;
}

.dl-horizontal dd,.dl-horizontal dt{
	line-height: 30px;
}

.dl-horizontal dd .btn{
	padding: 3px 8px;
}

label.error{
	color: red;
    font-size: 12px;
    padding: 5px 5px 0px 0px;
}

/* bootbox */
.bootbox.bootbox-alert .modal-dialog, 
.bootbox.bootbox-confirm .modal-dialog{
	width: 300px ;
}

.bootbox.bootbox-alert .bootbox-body{
	font-size: 16px;
}

.color-green{
	color: green;
}

.color-red{
	color: red;
}

/* end bootbox */

.upload-massage{
	font-style: italic;
    color: #868686;
    font-size: 12px;
}

div.center{
	text-align: center;
}

.title-text{
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.fsize14{
	font-size: 14px !important;
}

.fsize12{
	font-size: 12px !important;
}

.fweight-normal{
	font-weight: normal !important;
}

.fweight-bold{
	font-weight: bold !important;
}

div.line{
	border: 1px solid #ccc;
	margin: 25px 0px;
}

.highlitht-tr-show{
	background: #C5F3A3 !important;
}

.assessment-form.form-horizontal .control-label {
	text-align: left !important;
}

.assessment-form.form-horizontal table thead tr th{
	vertical-align: middle;
}

.form-text{
	line-height: 30px;
}

.checkbox-inline:FIRST-CHILD, .radio-inline:FIRST-CHILD {
    padding-left: 0px;
}

form.show-text span.text,
div.show-text span.text{
	line-height: 35px;
}

form.show-text .form-group {
    margin-bottom: 0px;
}

.highlighter{
	color: #8BC34A;
}