@charset "utf-8";
body {
	background-color: #FFDA00 !important;
	margin: 0 ;
}
div.container-fluid {
	max-width: 900px;
	background-color: #FFFFFF;
}
nav {
	background-color: #007AB7 !important;
	border: none !important;
	padding: 5px;
}
img.logo {
	height: 100px;
	padding: 2px 0;
}
a {
	color: #007AB7 !important;
}
.color-blue {
	color: #007AB7 !important;
}
.background-color-blue {
	background-color: #007AB7 !important;
}
.color-yellow {
	color: #FFDA00 !important;
}
.background-color-yellow {
	background-color: #FFDA00 !important;
}
.color-white {
	color: white !important;
}
.background-color-white {
	background-color: white !important;
}
.color-cream {
	color: #F1F2F7 !important;
}
.background-color-cream {
	background-color: #F1F2F7;
}
.color-success {
	color: #009900 !important;
}
.color-warning {
	color: #CC0000 !important;
}
.font-color-dark {
	color: #2E363F !important;
}
.font-color-gray {
	color: #9E9E9E !important;
}
.btn-brand {
	background-color: #007AB7 !important;
	color: #FFFFFF !important;
}
.btn-brand:hover {
	background-color: #FFFFFF !important;
	border-color: #007AB7 !important;
	color: #007AB7 !important;
}
.input-error {
	border: 1px solid #FF0000 !important;
}
.padding-input-error {
	padding: 5px !important;
}

body {
	color: #2E363F;
	background-color: white;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 23px;
	margin: 0;
	padding: 0 !important;
}
::selection {
	color: #FFFFFF;
	background: #FFDA00;
	text-shadow: none;
}
::-moz-selection {
	color: #FFFFFF;
	background: #FFDA00;
	text-shadow: none;
}
.font1-16 {
	font-family: 'Abel';
	font-size: 16px !important;
}
.font1-22 {
	font-family: 'Abel';
	font-size: 22px !important;
}
.font1-36 {
	font-family: 'Abel';
	font-size: 36px !important;
}
.font1-42 {
	font-family: 'Abel';
	font-size: 42px !important;
}
.font1-60 {
	font-family: 'Abel';
	font-size: 60px !important;
}
.font-default {
	font-family: 'Abel';
	font-weight: 700 !important;
}
.font-default2 {
	font-family: 'Prosto One';
}
.font-default3 {
	font-family: 'Oswald';
}
.font-default4 {
	font-family: 'Ubuntu';
}
ul.nav > li.active > a:link {
	background-color: #007AB7 !important;
	color: #EEEEEE !important;
}
ul.nav > li.active > a:hover {
	background-color: #006DA4 !important;
	color: #EEEEEE !important;
}
ul.nav > li.active > a:active {
	background-color: #FFDA00 !important;
	color: #000000 !important;
}
ul.nav > li > a:link {
	background-color: #EEEEEE !important;
	color: #007AB7;
}
ul.nav > li > a:hover {
	background-color: #DDDDDD !important;
}
ul.nav > li > a:active {
	background-color: #007AB7 !important;
	color: #EEEEEE !important;
}
[hidden] {
	display: none !important;
}
ul.nav-pills li {
	margin: 3px !important;
	padding: 0px !important;
}
ul > li > span.glyphicon {
	color: #007AB7;
}

.pagination > .active > a {
	color: #CCCCCC !important; 
}
.pagination > .active > a:link {
	background-color: #007AB7 !important;
	border-color: #006091 !important;
}
.pagination > .active > a:visited {
	background-color: #007AB7 !important;
	border-color: #006091 !important;
}
.pagination > .active > a:hover {
	background-color: #FFDA00 !important;
	border-color: #DBBB00 !important;
	color: #333333 !important;
}
.pagination > .active > a:active {
	background-color: #FFDA00 !important;
	border-color: #DBBB00 !important;
}
.pagination > a:link {
	background-color: #007AB7 !important;
	border-color: #006091 !important;
}
.pagination > a:visited {
	background-color: #007AB7 !important;
	border-color: #006091 !important;
}
.pagination > a:hover {
	background-color: #FFDA00 !important;
	border-color: #DBBB00 !important;
}
.pagination > a:active {
	background-color: #FFDA00 !important;
	border-color: #DBBB00 !important;
}
/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
	margin-bottom: 0 !important;
	border-radius: 0 !important;
}
/* Set black background color, white text and some padding */
.icon-bar{
	background-color: #DDD !important;
}
footer {
	background-color: #007AB7;
	color: white;
	padding: 15px;
}
footer a {
	text-decoration: none !important;
	color: white !important;
}
footer a:hover {
	text-decoration: underline !important;
}

table thead {
	background-color: #007AB7 !important;
	text-transform: uppercase !important;
	font-size: 0.8em !important;
	font-weight: 100 !important;
	letter-spacing: 0.5px !important;
		
}

table thead a {
	color : #DDDDDD !important;
}

table thead a:hover {
	color : #FFFFFF !important;
}

.padding-left-15 {
	padding-left: 15px !important;
}