﻿body {
    font-family: 'Open Sans';
	font-size: 14px;
    color: #333333;
    background-color: #f3f3f3;
}

a, a:hover, a:focus {
	color: #ffba58;
}

a img {
    border: none;
}

h1 {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.container {
    position: relative;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.open > .dropdown-toggle.btn-primary {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ffba58;
    border-color: #ffba58;
}

.btn-primary.disabled,
.btn-primary.aspNetDisabled {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn-default {
    text-transform: uppercase;
}

.btn-default.disabled,
.btn-default.aspNetDisabled {
    color: #ffffff;
    background-color: #cccccc;
    border-color: #cccccc;
}

.text-primary {
    color: #ffba58;
}

.lead {
    font-size: 18px;
}

.badge {
    color: #ffffff;
    background-color: #ffba58;
}

.btn .fa.fa-chevron-left {
    margin-right: 3px;
}

.gdpr-container {
    color: #333333;
}

/* --- Header --- */

.navbar {
    background-color: #f3f3f3;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    min-height: 80px;
}

.navbar-nav > li > a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    padding: 10px 15px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a,
.navbar-nav > li.dropdown.open > a {
    color: #ffba58;
    background: none;
}

.navbar-top,
.navbar-bottom {
    float: right;
}

.navbar-bottom {
    clear: right;
}

.navbar-top > li > a {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    float: right;
}

.navbar-top .navbar-text {
    font-size: 14px;
    margin: 10px 15px;
}

.navbar-top .form-control {
    margin-top: 5px;
}

.navbar .clearfix {
    height: 0;
}

/* --- Footer --- */

footer {
    font-size: 12px;
    color: #ffffff;
    background-color: #2a2c2c;
    padding: 25px 0;
}

/* --- Home --- */

#section-banner {
    height: 650px;
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

#section-banner img {
    margin-left: -960px;
    position: absolute;
    top: 80px;
    left: 50%;
    z-index: -1;
}

#section-banner h1 {
    font-size: 48px;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 6px 12px;
    display: inline-block;
}

#section-banner .lead {
    color: #333333;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 6px 12px;
    display: inline-block;
}

#section-banner .container {
    padding-top: 60px;
}

#section-home {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 80px;
}

#section-home h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

#section-home .row {
    margin-top: 0;
}

#section-home .row a {
    text-decoration: none;
    color: #333333;
    display: block;
}

#section-home .row img {
    background-color: #ffba58;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* --- Page --- */

#section-page {
    padding-top: 110px;
    padding-bottom: 50px;
}

#section-page h1 {
    margin-bottom: 30px;
}

#section-page .content {
    min-height: 80px;
}

.table > thead > tr > th {
    text-transform: uppercase;
    border-bottom-width: 1px;
}

.table > tfoot > tr > td {
	text-transform: uppercase;
	font-weight: bold;
}

.table > thead > tr > th.number,
.table > tbody > tr > td.number {
    text-align: right;
}

.table > tbody > tr > td.number > .form-control {
    float: right;
}

.table > thead > tr > th.alternate,
.table > tbody > tr > td.alternate {
    background-color: #efefef;
}

.table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.form-inline {
    margin-bottom: 15px;
}

.form-inline label {
    display: block;
}

.form-horizontal {
    margin-top: 25px;
}

.form-horizontal .form-control {
    max-width: 400px;
}

.has-error .control-label {
    color: #f36d64;
}

.has-error .form-control,
.has-error .selectpicker {
    border-color: #f36d64;
}

.thumbnail.logo {
    padding-top: 13px;
}

.pagination {
    margin: 0;
}

.pagination > li > a,
.pagination > li > a:hover,
.pagination > li > a:focus {
    color: #ffba58;
}

.pagination > li > a.aspNetDisabled {
    color: #cccccc;
}

.pagination > li.FLS > a,
.pagination > li.FS > a,
.pagination > li.MS > a,
.pagination > li.LS > a {
    color: #333333;
}

.pagination-info {
    margin-bottom: 5px;
}

.countdown {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.countdown img {
    background-color: #ffba58;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.btn-back {
    margin-top: 20px;
}

.countdown-future {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
}

.countdown-future img {
    background-color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 10px;
}

.img-thumbnail {
    position: relative;
}

.img-thumbnail img {
	max-width: 75px;
	max-height: 75px;
}

.img-thumbnail .fa {
    font-size: 20px;
    position: absolute;
    top: -10px;
    right: -8px;
}

.panel-heading h2 {
    margin-top: 10px;
}

.panel-body .form-horizontal {
    margin-top: 15px;
}

.section-title .form-inline {
    margin-top: 20px;
}

/* --- Login --- */

#section-login {
    margin-top: 80px;
    margin-bottom: 80px;
}

#section-login .container {
    max-width: 960px;
}

#section-login .row {
    background-color: #c8c6c7;
    padding-top: 15px;
    padding-bottom: 30px;
}

#section-login .logo {
    margin: 0 auto;
}

#section-login h1 {
    text-align: center;
}

/*#section-login .btn-primary,
#section-login .btn-primary:hover,
#section-login .btn-primary:focus {
	background-color: #fed201;
	border-color: #fed201;
}*/

#section-login .btn-lnk {
	color: #fed201;
}

#section-login .form {
    background-color: #ffffff;
    border: solid 1px #afadae;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}

#section-login .form-error {
    color: #ffffff;
    background-color: #ffba58;
    margin-top: 10px;
    padding: 15px;
}

/* --- Upload --- */

.upload-panel {
    position: absolute;
    width: 500px;
    height: 180px;
    top: 37%;
    left: 37%;
}

.upload-panel .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    display: none;
}

.upload-panel .processing {
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
    display: none;
}

.upload-panel .buttons {
    position: relative;
    top: 10px;
}

.uploader {
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    -ms-filter: alpha(opacity=70);
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    margin-top: -5px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000000000;
}

/* --- Popup --- */

.popup h2 {
    margin: 0;
}

.popup-buttons a {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #ffba58;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    display: inline-block;
}

.popup-buttons a:hover {
    color: #ffffff;
}

.popup-buttons a:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
