﻿@import url(https://fonts.googleapis.com/css?family=Poppins:400,300,500,600);

html, body {
    font-family:Poppins, sans-serif;
	font-weight:400;
	color:#434748;
	font-size:15px;
	line-height:24px;
	height:100%;
	letter-spacing:.5px;
	text-rendering: optimizeLegibility !important;
  	-webkit-font-smoothing: antialiased !important;
}

h1, h2, h3 {
    color: #19A0C2;
}

h1 {
    font-weight: 300;
}

h2 {
    font-size:26px;
	font-weight:700;
    text-transform: uppercase;
}

h3 {
    font-size:16px;
	font-weight:700;
}

.navbar-default
{
	background:#fff;
	border:none;
	padding:10px 0 20px;
	border-bottom: 5px solid #1db9dd;
    border-radius: 0;
}

.navbar-default:after
{
    content: url('../img/bg_circle.png');
    position: absolute;
    bottom: -336px;
}

.navbar
{
	margin-bottom: 0 !important;
}

.navbar-default .navbar-nav
{
    margin-top: 10px;
}

.navbar-default .navbar-nav>li>a
{
	color:#263551;
	font-weight:600;
}

.navbar-default .navbar-nav>li>a:hover
{
	color:#1db9dd;
}

.nav>li>a 
{
    padding: 10px;
}

.divProcessing {
    display: none;
    position: fixed;
    left: 50%;
    top: calc(50% - 43px);
    color: #19A0C2;
}

.divProcessing .fa {
    font-size: 4em;
}

.btn-orange, .btn-outline
{
	-moz-border-radius: 76px;
	-webkit-border-radius: 76px;
    border-radius: 76px;
	font-size:13px;
	padding:10px 17px !important;
	font-weight:600;
	-webkit-transition: all .2s ease-in-out;
  	-moz-transition: all .2s ease-in-out;
  	-o-transition: all .2s ease-in-out;
  	transition: all .2s ease-in-out;
}

.btn-orange
{
	background:#E0321F;
	color:#fff !important;
    text-transform: uppercase;
}

.btn-orange:hover
{
	background:#F92410;
	color:#fff;
}

.btn-orange span
{
	font-size:9px;
	margin-left:10px;
}

.btn-orange .glyphicon
{
	top:-1px;
}

.form-group.required label:after
{
    content: '*';
    padding-left: 3px;
}

.required-marker,
.form-group.required label:after,
.error-msg {
    color: #E0321F !important;
}

.btn-info-toggle {
    background: none;
    border: none;
}

.btn-info-toggle .glyphicon {
    color: #757575;
}

.subject-information-section {
    background: #EDF9FA;
    padding: 15px;
}

.subject-information-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subject-information-section ul li {
    margin-bottom: 6px;
}

footer
{
    position: relative;
	background-color:#263551;
	padding:40px 0;
	color:#95a4c0;
    margin-top: 30px;
}

footer:before {
    content: url('../img/bg_circle.png');
    position: absolute;
    top: -336px;
    right: 0;
    -webkit-transform: rotate(180deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}

footer ul
{
	list-style:none;
	margin: 0;
	padding: 0;
}

footer li a, footer li
{
	font-weight:bold;
	font-size:12px;
	color:#95a4c0;
}

footer li a:hover
{
	text-decoration:none;
	color:#c1cee5;
}

footer hr
{
	border-top: 1px solid #33425d;
}

@media (max-width: 767.9px) {
    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-brand {
        height: auto;
    }
}