/* CSS Styles */
/*@import url(fonts.css);*/

html,body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	background: #0a4770;
	color: #333;
	text-align: right;
}
.tab-content {
	background: #fff;
	margin: 0px;
	padding: 20px;
	margin-bottom :5px;
}
.navbar {
	margin-bottom: 0;
}

.carousel-caption {
	bottom: 5px;
	left: 5%;
	right: 5%;
	color: #fff;
	padding-bottom: 2px;

}
.carousel-caption h3 {
	font-size: 1.2em;
	background: rgba(122, 130, 136, 0.8)!important;
	padding: 10px;
}


.progress-bar {
	background: #ccc !important;
	color: #666;
	padding: 10px;
}

.progress-bar.done {
	background: Green !important;
	color: #fff;
}
.progress-bar.in {
	background: Orange !important;
	color: #fff;
}

input[required="required"] {
	/*border-color: #333;*/
}
.required {
	border-color: red;
}
.under_loading {
	opacity: 0.5;               /* Good browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
	filter: alpha(opacity=50);  /* IE 5-7 */
	-moz-opacity: 0.5;          /* Netscape */
	-khtml-opacity: 0.5;        /* Safari 1.x */

}
/*.loading {
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center; 
	z-index: 1000;
	top: 100px;
	height: 200px;
	will-change:top;

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .loading{ 
        background-attachment: scroll;
    }
}*/
.loading {
	background-image: url('../images/loading.gif');
	background-repeat: no-repeat;
	background-attachment: inherit;
    background-position: center; 
	z-index: 1000;
	height: 70px;
	will-change:top;

}
#footerSection {
	color: #ccc;
	padding: 20px;
	font-size: 0.9em;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 20px;
}
#footerSection a {
	color: #0fb0d8;
}
#footerSection a:hover {
	color: #fff;
}
.bg-red {
	background: #bc2323;
	color: #fff;
}
.bg-dark {
	background: #333;
	color: #fff;
}
#welcome {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 0 15px;
}
.carousel {
	background: #000;
	overflow:hidden;
}
#timeSection {
	margin: 10px;
	text-align: left;
}
#timeSection div.pull-left {
	margin-left: 3px;
	font-size: 0.9em;
}
#timeSection div.pull-left button {
	padding: 3px 10px;
	color: #666;
	background: #eee;
	font-size: 0.9em;
}
#timeSection div.pull-left button.active {
	color: #000;
	background: #ccc;
}
td.current { background: #ffffcc}
/*.carousel-inner > .item > img {
  max-height:525px;
}*/
div.section {
	padding: 20px;
	margin: 20px 0px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
	box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-tabs>li>a {
	color: #fff;
}
.nav-tabs>li>a:hover {
	color: #0a4770;
}
.panel-info {
	border:none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(145,145,145,1);
	box-shadow: 0px 0px 5px 0px rgba(145,145,145,1); 
}
.panel-info>.panel-heading {
	background-color: #0a7d84;
	border:none;
	color: #fff;
}
.panel-default>.panel-heading {
	background-color: #0a8459;
	border:none;
	color: #fff;
}