/* CSS Document */


.content_row{
	margin-top: 10px;
}
	
#registrar_template{
	background-color: #F2F2F2;
}
	
.au_nav_container{
	font-weight: bold;
}

#panel_heading{
	background-color: #03244D;
	color: #F89969;
	padding: 20px 40px 11px 40px;
	font-weight: 600;
	font-size: 14px; 
}
.panel-body{
	padding-left: 40px;
	padding-right: 40px;	
}
.navbar-custom{
  	background-color: white;
}
.indent{
	text-indent: 50px;
}

.nav_link{
	background-color: white !important;	
}

.nav_link:hover{
	background-color: #496E9C !important;
	color: white !important;
}
	
.nav_link_dw{
	padding-left: 15px;	
}
.nav_link_top:hover{
	background-color: white !important;
}

.box {
  float: left;
  height: 16px;
  width: 16px;
  margin-right: 5px;	
  clear: both;
}

.red {
  background-color: red;
}

.green {
  background-color: green;
}

.blue {
  background-color: blue;
}

.yellow {
  background-color: yellow;
}

.orange	{
  background-color: orangered;
}

.pink	{
  background-color: pink;
}	


.from1:focus {
  border-color: #33A444;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 1px rgba(0, 109, 0, 0.8);
}
