html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-repeat: no-repeat;
    background: #fafafa;
    font-size: 1.5em;
}

h2 {
    color: #0068ff;
}

body > .container {
}

body .wrapper {
    margin-top: 16px;
}

a,
a:visited {
    color: #0068ff;
}
a:hover,
a:active {
    color: #ab00ff;
}

.content {
    margin: 0px 0;
    min-height: 400px;
}

.text-left { text-align: left; }
.text-right { text-align: right; }

header {
    margin-bottom: 20px;
}

header .header {
    background: transparent url(../images/header.jpg) center top no-repeat;
    height: 190px;
    background-size: 100% auto;
    border-bottom: solid 1px rgba(64, 64, 64, 0.75);
    position: relative;
}

header .header h1 {
    padding: 20px 20px;
    color: #0068ff;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.table-borderless {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}

.table-borderless td,
.table-borderless th,
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

/* Custom page footer */
.footer {
    padding: 20px;
    background: #27ae60;
    color: #eee;
    border-top: 1px solid #e5e5e5;
}

.footer a {
    color: #fff;
}

/* Customize container */

.container-narrow > hr {
    margin: 30px 0;
}

.main-navbar {
    background: rgba(255, 255, 255, 0.9);
    margin-bottom: 20px !important;
}

.navbar button {
    background: #0068ff;
}
.navbar .icon-bar {
    background: white;
}

.navbar-fixed-padding {
    content: " ";
    padding-bottom: 50px;
}
.navbar-brand {
    padding: 5px 5px 5px 20px;
}

.navbar {
    background: rgba(255, 255, 255, 0.75);
    padding: 0;
    margin: 0;
}

.navbar li a {
    color: #0068ff;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}

.navbar li a:hover {
    background: inherit;
    color: #0068ff;
    text-decoration: underline;
}

.dropdown-menu > li > a {
    display: block;
    padding: 15px 20px;
}

.carousel {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    color: white;
}

.carousel-inner > .item > img {
    width: 100%;
    height: 100%;
}

.panel {
    border: 0;
}
.raised,
.panel-default,
.panel-primary,
.panel-success,
.panel-info,
.panel-danger {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.panel-default .panel-heading { background: #37474f; border: 0; color: #fff; }
.panel-primary .panel-heading { background: #0068ff; border: 0; color: #fff; }
.panel-success .panel-heading { background: #4cc751; border: 0; color: #fff; }
.panel-info .panel-heading { background: #70a7f1; border: 0; color: #fff; }
.panel-warning .panel-heading { background: #ff9800; border: 0; color: #fff; }
.panel-danger .panel-heading { background: #ff5722; border: 0; color: #fff; }

.btn-primary, a.btn-primary { background: #0068ff; color: #fff; }
.btn-success, a.btn-success { background: #4cc751; color: #fff; }
.btn-info, a.btn-info { background: #70a7f1; color: #fff; }
.btn-danger, a.btn-danger { background: #ff5722; color: #fff; }
.btn-warning, a.btn-warning { background: #ff9800; color: #fff; }

footer {
    background: #ffff8d;
}
footer .widget h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 15px 0 25px;
}
footer .credits {
    padding: 10px 0 15px;
    background: #ffd600;
}

span.required {
    color: red;
}

.sidebar-light {
    background-color: rgba(255, 255, 255, 0.8);
}

.sidebar-light li a {
    color: #0068ff;
    background: transparent;
}

.sidebar-light li a:hover,
.sidebar-light li a:visited {
    color: #0068ff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-light li a:active,
.sidebar-light li.active {
    color: #0068ff;
    background: rgba(255, 255, 255, 1);
}

.sidebar-dark {
    background-color: rgba(48, 48, 48, 1);
}

.sidebar-dark li a {
    color: #fff;
    background: transparent;
}

.sidebar-dark li a:hover,
.sidebar-dark li a:visited {
    text-decoration: none;
    color: #eee;
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-dark li a:active,
.sidebar-dark li.active {
    color: #0068ff;
    background: rgba(255, 255, 255, 0.2);
}
