﻿

.hidden { display: none; }



.loginContainer{
	float: right;
	overflow: hidden;
	padding-top: 10px;
	text-align: right;
	}

#form select.ddlStyle {
	outline: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
	color: #777;
	background: #fff;
	font-style: normal;
	border: 1px solid #dedede;
	padding: 9px 14px 11px;
	margin: 0;
	}


.strongBackground {
	background-color: #fff;
	
}


.loginLabel			{ font-size: 12px; padding-right: 6px;}
.loginInput			{ font-size: 12px; width: 120px;}
.hidden				{ display: none;}




.loginButton {
	display: inline-block;
	text-align: left;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	background: #64ad33;
	color: #fff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	}
	
	.loginButton:hover{
		background: #222;
		text-decoration: none;
		}





.AboutUsTable{
	display:table;
	padding-bottom: 20px;
}
	.AboutUsTableCell {
		display: table-cell;
	}
	.AboutUsTableCellMiddle {
		display: table-cell;
		vertical-align:middle;
		padding-right: 30px;
	}
		.AboutUsTableCellMiddle span {
			width: 77px;
			height: 55px;
			background: #64ad33;
			color: #fff;
			padding-top: 21px;
			font-size: 42px;
			line-height: 42px;
			border-radius: 49%;
			text-align: center;
		}
		.AboutUsTableCellMiddle span.fa-smile-o{
			padding-top: 16px;
			font-size: 48px;
			height: 59px;
		}