#reset-pass-container {
	width: 527px;
}

.login-layout .widget-box {
	background-color: transparent;
}

.required-input{
	color:red;
	font-size:15px;
}

.form-group > div > span {
    font-weight: 100;
}

.form-group.has-error .control-label, 
.form-group.has-error .help-block, 
.form-group.has-error .help-inline,
.has-error .form-control,
.has-error .form-control:focus {
	color: #D16E6C;
	border-color: #D16E6C;
	font-weight: 100;
}

.help-block, span.help-block {
	color: #D16E6C !important;
	font-weight: 100;
}

.tab-content {
	padding: 16px 0px;
}

#content-bar{
	top:6%;
}

/*.app-title{
	padding-left: 30px;
}*/

.control-labels{
	font-weight: bolder;
}


.fa-btn {
    margin-right: 6px;
}


.blue, .green {
	margin-right: 10px;
}

.alert > ul > li {
	list-style: none;

}

.breadcrumb>li>a.active {
    color: #555;
    text-decoration: none;
    pointer-events: none;
	cursor: default;
}

/*map*/
#map {
	border: 1px solid #D5D5D5;
	height: 315px;
	margin-top: 65%;
}

#map-checkpoint {
	border: 1px solid #D5D5D5;
	height: 460px;
	margin-top: 7%;
}


.help-block {
	color: red;
}

select[multiple], select.form-control[multiple] {
    height: 300px;
 }

 #navbar{
 	
 }

 .black
 {
 	color:#6b6a6a;
 	font-weight: bolder;
 }

 .itemdiv .body .tools {
    display: inline-block;
}

 .report-list {
 	height: 358px;
    overflow-y: scroll;
 }
 
/*  div.month-container{
 	margin-bottom: 20px;
 }*/

 .calendar {
 	height: 600px;
 }