/* Write your custom CSS here */
.help-block{
	color:red;
}
.title-back{
	background-color: #CCC;
	padding: 5px;
	font-size:13px;
}
.highlight-date{
	color: red;
	
}
.highlight-weight{
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.custom-border{
	border-bottom: 1px dotted #CCC;
	padding-bottom: 2px;
}
.custom-success{
	background-color: #ff3358 ;
	color:#fff;
	opacity:0.8;
}
a:focus, a:hover{
	text-decoration: none;
}

.fancy {
   width: 100%; 
   border-bottom: 1px dotted #000; 
   line-height: 0.1em;
   margin: 20px 0 20px; 
   font-weight:bold;
   text-transform:uppercase;
   font-size: 12px;
   
} 

.fancy span { 
    background: #999;
	padding: 2px 10px;
	margin-left: 5%;
	color: #fff;
	
}

.imageblue{
	border:3px solid #AAAAAA ;
	border-radius:4px;
} 
.imageresubmit{
	border:3px solid #FF4136 ;
	border-radius:4px;
}
.imageverify{
	border:3px solid #22BAA0;
	border-radius:4px;
}
.divback{
	
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 15px;
	text-align:center;
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.10), 0 6px 5px 0 rgba(0, 0, 0, 0.10);
	border-radius:4px;
	min-height: 360px !important;
}
.imageblue,.imageresubmit,.imageverify {
	height:200px;
}
.text-success {
	font-weight: bold;
	text-transform: uppercase;
}
.legaldivs{
	background:#86C8EA;
	text-align:center;
	line-height:100px;
	font-size:18px;
	margin:5px;
	margin-bottom:0px;
}

.conditions{
	background:#3368ff ;
	text-align:center;
	margin:5px;
	margin-top:0px;
	color:#fff;
	padding:3px;
	font-style:italic;
}
.serialdivs{
	background:#3cB043;
	min-height:100px;
	text-align:center;
	line-height:100px;
	font-size:18px;
	margin-top: 5px;
	margin-right: -5px;
	color:#fff;
}
.legaltable{
	padding:10px;
}
.legaltable th,.notes{
	font-style:italic;
	text-align:center;
}
.legalphoto{
	border:2px solid #fff; 
	height:100px;
	width:265px;
}