body{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	background-color: #FFFFFF;
	white-space: nowrap;

}

.wrap_normal{
	white-space: normal;
}

.important{
	color:red;
	font-weight:bold;
	text-align:center;
	font-size:100%;
}

.text_box
{

	display: table;
	margin: 0 auto;

}

.main_box
{
	margin-top: 20px;
}

.textboxes
{

	display: inline-block;
	font-weight: bold;
	width: 150px;

}

#e_name, #e_email, #m_email, #m_name, #emp_id, #div-unit, #dep-agency
{

	border-width: 2px;

}

.red-font
{

	color: red;

}

.red-error
{

	border-color: red;

}

.gcfm
{

	border-color: green;

}

.green-font
{
	
	color: green;
	
}

.green-check{

	color: green;
	
}

.red-x-mark{

	color: red;
	
}

.message{
	font-weight:bold;	
	padding-bottom: 5px;	
	color:#658340; 
	font-size: 110%;
}

.info{
	font-weight:bold;	
	padding-bottom: 10px;	
	color:#748da5; 
	font-size: 100%;
}

.info_normal{
	font-weight:normal;	
	padding-bottom: 10px;	
	color:#748da5; 
	font-size: 90%;
}


.infoBlack{
	font-weight:bold;	
	padding-bottom: 10px;	
	color:#000000;
	font-size: 100%;
}

.hi_info{
	color:#337ab7;
}

.submit_div {
	margin-top: 5px;
	margin-bottom: 20px
}

.button-align
{
	text-align:center;
	margin-top: 20px;
}

#reset-btn{
	display: none;
}

.content{
	display: none;
	padding: 10px 0px 10px 0px;	
}

.padding-btm{
	padding: 0px 0px 10px 0px;	 // changed
}

.padding-top{
	padding: 20px 0px 0px 0px;	//changed 
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}
.radio_option{

	display: table;
	margin: 0 auto;
	padding: 5px 0px 0px 0px;

}

.submit-button{

	padding: 10px;

}

#title-in-rectangle{

	text-align: center;
	
}

.incident-cls{

	text-align: center;

}

.disclaimer{
	color: red;
}

.disclaimer-desg{
	color: red;
}

.divOutline{
    border-radius: 25px;
    padding: 20px; 
    width: auto;
    height: auto;
}

.divLabel {
    position: absolute;
    top: -10px;
    left: 50px;
    height: 20px;
    width: auto;
    background-color: #F5F5F5;
    text-align: center;
}

h1{
    font-size: 2.0em;
    margin-bottom: 20px;
}

h2{
    margin: 0;
    font-size: 1.15em;
    line-height: 1.1em;
    margin-bottom: 0;
    font-weight: 300;
}


	
	


.divider{
    border: none;
    background: #777777;
    height: 1px;
    margin: 0.1em 0 2em 0;
}

.divider span{
    display: block;
    width: 50px;
    height: 1px;
}

.wrap{
   white-space: normal;
}

.text-left{
    text-align: left;
}

.form-control{
   width: 70%;
}

@media (max-width: 767px) {
	.important{
		padding: 10px;
		margin: 5px;
	}
	.info{
		padding: 10px;
		margin: 5px;
	}
	h1{
		font-size:1.5em;
	}
}

.form-control-feedback{
	top: 3px;
	right: 180px;
}
