@font-face {
    font-family: clientFont;
    src: url("../fonts/HelveticaNeueLTStd-ThEx.eot");
	src: url("../fonts/HelveticaNeueLTStd-ThEx.eot#iefix") format('embedded-opentype'), 
  		url("../fonts/HelveticaNeueLTStd-ThEx.woff") format('woff'), 
  		url("../fonts/HelveticaNeueLTStd-ThEx.ttf") format('truetype'), 
  		url("../fonts/HelveticaNeueLTStd-ThEx.svg") format('svg');
}
body{
	letter-spacing: 1.5px;
}
input, select, textarea {
    font-family: arial;
	font-size: 12px !important;
}
.footer {
    text-align: right;
	background-image: url("../images/interface/footerGraphic.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
  	color: #999;
    font-size: 0.8875em;
    margin-top: 20px;
    padding-top: 30px;
	padding-bottom: 20px;
}
.btn {
    /*-webkit-border-radius:40px/24px;
    -moz-border-radius:40px/24px;
    border-radius:40px/24px;*/
	 border-radius:0px;
}
.btn-default {
    background-color: #0078BE;
    border-color: #0078BE;
    color: #fff;
}
.btn-primary {
    background-color: #00AAFF;
    border-color: #00AAFF;
    color: #fff;
}
.btn-primary:hover{
    background-color: #0078BE;
    border-color: #0078BE;
    color: #fff;
}
.btn-secondary {
    background-color: #F07D00;
    border-color: #F07D00;
    color: #fff;
}
.btn-indutionReturn {
    background-color: #F07D00;
    border-color: #F07D00;
    color: #fff;
	font-size:10px;
}
.btn-indutionReturn:hover {
    background-color: #F07D00;
    border-color: #F07D00;
    color: #fff;
}
.btn-secondary:hover{
    background-color: #D74B14;
    border-color: #D74B14;
    color: #fff;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-radius:0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-radius:0;
}
.clr {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
	height: 15px;
}
.selection-text {
    display: block;
    font-size: 16px;
    height: 75px;
    overflow-wrap: normal;
    padding-bottom: 20px;
    text-align: left;
}
.selection-bg {
    font-size: 90px;
    padding: 0;
}
.selection-btn {
    cursor: pointer;
    display: inline-block;
    padding: 10px 0 0 10px;
    text-align: left;
    white-space: normal;
    width: 100%;
}
#title_main{
	background-color: #00AAFF;
    color: #fff;
    float: left;
    font-size: 28px;
	font-weight: 700;
    line-height: 28px;
    padding: 20px;
    /*text-transform: uppercase;*/
	
}
#title_sub{
	background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    color: #fffefe;
    float: left;
    font-size: 16px;
    padding: 10px;
}
.mandatory {
    color: #AA2D19;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #AA2D19;
}
.alert {
    font-size: 8px;
}
.support_box {
    background-color: #fff;
    color: #20b25a;
    padding: 5px 25px;
	margin-bottom: 15px;
}

.support_box a{
	color:#20b25a;
}
.support_box p{
	color:#000;
}

.container {
    background: white;
    margin-top: 0px;
	margin-bottom: 30px;
	width: 90%;
}
.cell-panel{
	border-radius: 0;
	border-color:#dadada;
	min-height:250px;
}
.cell-panel:hover{
	cursor:pointer;
	border-color:#00aaff;
}
.disclaimer{
	color: #fff;
	word-break: break-word;
	word-wrap: break-word;
    position: relative;
}
.cell-thumbnail{
	background-color:#efefef;
	border-color:#efefef;
	color: #efefef;
}

.cell-header{
	
}.cell-header h6{
	text-transform: none;
	font-size:14px;
}

.support_box h2 {
    color: #20b25a;
    margin-top: 0;
    background-image: url("../images/interface/h2_bgd_green.png"),  url("../images/interface/h2_bgd_green.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top left;
}
.passwordreminder_box {
    background-color: #e2e5e5;
    padding: 35px 25px;
	margin-bottom: 15px;
}
.passwordreminder_box h2 {
    color: #F07D00;
    font-size: 16px;
	font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    background-image: url("../images/interface/h2_bgd_orange.png"),  url("../images/interface/h2_bgd_orange.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top left;
}
.Selfregistration_box {
    background-color: #e2e5e5;
    padding: 35px 25px;
	margin-bottom: 15px;
}
.Selfregistration_box h2 {
    color: #F07D00;
    font-size: 16px;
	font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
     background-image: url("../images/interface/h2_bgd_orange.png"),  url("../images/interface/h2_bgd_orange.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top left;
}
.Selfregistration_box label, .passwordreminder_box label {
	color:#D74B14;
	font-weight: bold;
}
.passwordreminder_box p{
	color:#000;
}

.login_box {
    background-color: #fff;
    padding: 5px 25px;
	margin-bottom: 15px;
}
.login_box h2 {
    color: #00aaff;
    font-size: 16px;
	font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.panel-footer {
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}
.panel-header h2 {
    color: #00aaff;
    font-size: 16px;
	font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}
.newuser_box {
    background-color: #fff;
    padding: 5px 25px;
	margin-bottom: 15px;
}
.newuser_box h2 {
    color: #D74B14;
    margin-top: 0;
   background-image: url("../images/interface/h2_bgd_orange.png"),  url("../images/interface/h2_bgd_orange.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top left;
}
.selection_box {
    background-color: #fff;
    padding: 5px 25px;
	margin-bottom: 15px;
}
.selection_box h1 {
    color: #00AAFF;
    margin-top: 0;
}
.panel-primary > .panel-heading h4{
    color: #4c4c4c;
    font-size: 15px;
	font-weight: 700;
    margin-top: 20px;
    padding-top: 0;
    text-align: center;
    text-transform: uppercase;
}
h2{
	background-image: url("../images/interface/h2_bgd.png"),  url("../images/interface/h2_bgd.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top left;
	padding-bottom: 27px;
    padding-top: 25px;
	text-align: left;
    font-size: 16px;
	font-weight: 700;
    margin-bottom: 20px;
}
h1{
	background-image: url("../images/interface/h2_bgd.png"),  url("../images/interface/h2_bgd.png");
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, top left;
	padding-bottom: 27px;
    padding-top: 25px;
	text-align: left;
    font-size: 22px;
	font-weight: 700;
    margin-bottom: 20px;
}
.thumb-overlay {
    background: none repeat scroll 0 0 #fff;
    opacity: 0.95;
	bottom:0px;
	left: 0px;
	right: 30px;
	min-height:40%;
	padding: 15px;
	color: #00aaff;
    position: relative;
}