html{
	height: 100%;
}
body {
    padding: 0;   
	margin: 0;
    font-family: 'Lato',Arial,sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #203861;
    background-color: #F9F9F9;
}
a{
	color:#0066B3;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.clr{
	clear:both;
}

/* TOP */
top{
	background-color: #FFFFFF;
	box-shadow: 0 2px 27px 0 rgba(0,0,0,0.10);
}
top .container .flex{
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
top #logo{
	float: left;
	padding: 20px 40px 20px 0;
	font-size: 28px;
	font-weight: bold;
	flex-grow: 0;
}
top .menu .icon {
	display: none;
}
top .menu{
	overflow: hidden;
	margin-top: 37px;
	flex-grow: 1;
	text-align: center;
}
top .menu ul{
	list-style: none;
    padding: 0;
    margin: auto;
    text-align: center;
    display: inline-table;
	margin-right: 250px;
}
top .menu ul li{
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    float: left;
    display: inline;
}
top .menu ul li a{
	display: block;
	color: #203861;
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	padding: 7px 20px;
	border-radius: 5px;
}
top .menu ul li a:hover{
	color: #FFFFFF;
	background:#0066B3;
}
top .menu ul li a.active{
	color: #FFFFFF;
	background:#0066B3;
}
/* HEADER */

header.headband{
	background: url(../images/header_doctor.jpg) no-repeat center;
}

header.headband{
	background-size: cover;
	height: 277px;
}
header h2{
	text-align: center;
	text-transform: uppercase;
	display: block;
	margin-top: 10%;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 0 2px 20px #FFFFFF;
}
header.headband h2{
	text-shadow: 0 2px 20px #000000;
	color: #FFFFFF;
}
/* LOGIN/EXAM */
iframe{
	width: 100%;
	height: 300px;
	border: none;
}
.login,
.exam{
	padding: 60px 0 200px 0;
	font-size: 18px;
}
.login .container,
.exam .container{
	max-width: 740px;
}
.login h3,
.exam h3{
	font-weight: 600;
	font-size: 40px;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}
.login h3{
	margin-bottom: 40px;
}
.exam .smalldesc{
	font-size: 18px;
	margin-bottom: 40px;
	text-align: center;
}

.login form {
    max-width: 390px;
    display: block;
    margin: auto;
    text-align: center;
}
.login .button,
.exam .button{
	border: none;
	background-color: #0066B3;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	padding: 7px 30px;
	text-transform: uppercase;
	display: block;
}
.login .button{
	display: block;
	margin-left: 100px;
	margin-top: 5px;
}
.login .field,
.exam .field{
	padding-bottom: 10px;
	clear: both;
}
.login .field span {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    float: left;
    width: 100px;
	text-align: left;
}
.exam .field span{
	font-weight: 600;
	display: block;
    margin-bottom: 10px;
}
.login .field input,
.exam .field input{
	border-radius: 5px;
	border:1px solid #DEDEDE;
	background-color: #FFFFFF;
	padding: 5px;
	height: 25px;
	color: #000000;
	font-size: 14px;
	display: block;
}
.login .field input{
    float: left;
}
.login ::placeholder,
.exam ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D7D7D7;
  opacity: 1; /* Firefox */
}

.login :-ms-input-placeholder, 
.exam :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #D7D7D7;
}

.login ::-ms-input-placeholder,
.exam ::-ms-input-placeholder { /* Microsoft Edge */
  color: #D7D7D7;
}
.login .wrap,
.exam .wrap{
	background: #FFFFFF;
	box-shadow: 0 2px 27px 0 rgba(0,0,0,0.06);
	padding: 50px;
}
.exam a{
	background: #FFFFFF;
	box-shadow: 0 2px 27px 0 rgba(0,0,0,0.06);
	padding: 50px;
	display: block;
}
.or{
	font-size: 12px;
	text-align: center;
}
.or .vl {
	border-left: 1px solid #CCCCCC;
    min-height: 150px;
    margin: auto;
    width: 1px;
}
a.forgot {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    clear: both;
    text-align: left;
    margin-left: 100px;
}
.login .remember{
	text-align: left;
    margin-left: 100px;
    clear: both;
	display: block;
	font-size: 14px;
}
.login .remember input {
    margin-right: 3px;
}
.login .account{
	text-align: left;
    margin-left: 100px;
    margin-top: 10px;
    clear: both;
	display: block;
	font-size: 14px;
}
.login .account a {
    text-decoration: underline;
}
.login .or {
	text-align: center;
	font-size: 12px;
	color: #909090;
	position: relative;
    width: 120px;
    margin: 20px auto;
}
.login .or:before, 
.login .or:after {
    content: "";
    position: absolute;
    height: 1px;
    border-bottom: 1px solid #909090;
    top: 11px;
    width: 130px;
}
.login .or:before {
    right: 100%;
    margin-right: 15px;
}
.login .or:after {
    left: 100%;
    margin-left: 15px;
}
/* FOOTER */
#patient_footer, #index_footer {
	font-size:11px;
	color:#444;
	padding:510px 0px 8px 0px;
	width:100%;
	text-align:center;
}
#patient_footer p img.logo, #index_footer p img.logo {
	margin:0 20px;
	vertical-align:middle;
}
#patient_footer p a, #index_footer p a {
	color:#444;
	text-decoration:none;
}
#patient_footer p a:hover, #index_footer p a:hover {
	text-decoration:underline;
}
#patient_footer {
	padding:58px 0px 8px 0px;
}
#index_footer {
	padding:510px 0px 8px 0px;
}

footer{
	background-color: #203861;
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
	bottom: 0;
	position: fixed;
}
footer img{
	float: left;
	margin-right: 30px;
}
footer .col-xs-12 div{
	float: left;
}
footer h4{
	font-weight: 600;
	font-size: 36px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
