body {
    color: #193833;
    background-color: #e1e1e1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* Reset the container */
.container {
    width: 1011px;
    max-width: none !important;
}

/* Media (Sidebar) */
.media {
    position: relative;
    padding: 1px 1px 1px 0;
    border-top-left-radius: 8px;
      -moz-border-radius-topleft: 8px;
   -webkit-border-top-left-radius: 8px;
}
.media-right {
    padding-left: 0;
}
.media-right img {
    width: 118px;
    height: 128px;
}
.media-heading {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 15px;
}
.media-content {
    padding: 5px 15px;
    line-height: 1.3;
}
.media-footer {
    bottom: 0;
    width: 100%;
    position: absolute;
    text-align: right;
    margin-bottom: 0;
    padding: 12px 138px 12px 0;
}
.media-default {
    background-color: #beb2a6;
}
.media-default .media-heading {
    border-bottom: 1px solid #4B3C30;
}
.media-default .media-link {
    color: #151515;
}
.media-inverse {
    background-color: #4b3c30;
}
.media-inverse .media-heading {
    border-bottom: 1px solid #fff;
}
.media-inverse .media-link {
    color: #fff;
}

/* Form */
.participant-group {
    border-radius: 1px;
    padding: 5px 15px 15px;
    background-color: #f8f2ab;
    border-left: 2px solid #727512;
    margin-bottom: 15px;
    color: #727512;
}
.participant-group .form-group {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
.participant-group .control-label {
    margin-bottom: 5px;
}
.form-legend {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
fieldset.bordered {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.form-control,
.form-control:focus {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
}
.control-label {
    font-weight: normal!important;
}

.btn {
    border-radius: 2px;
}

.btn-primary {
    color: #fff;
    border-color: #00B4D1;
    background-color: #00B4D1;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus {
    color: #fff;
    border-color: #4b3c30;
    background-color: #4b3c30;
}

.page-title {
    color: #4B3C30;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    margin-top: 0;
}

/* Navbar */
.navbar {
    border: none;
    min-height: 38px;
    margin-bottom: 0;
}
.navbar-inverse {
    background-color: #4b3c30;
}
.navbar-nav > li > a {
    padding: 9px 18px;
}
.navbar-nav.nav-justified > li {
    float: none;
}
.navbar-nav.nav-justified > li > a {
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-nav {
    float: left!important;
    margin: 0!important;
}
.banner-navbar .navbar-nav > li {
    float: left;
}
.footer-container .navbar-nav > li {
    float: none;
    display: table-cell;
    width: 1%;
}

/* Page layout */
.page-wrapper {
    background: #fff;
}

.page-container {
    margin-bottom: 50px;
}
.page-content {
    padding: 0 5px;
    font-size: 12px;
}
.page-content a {
    color: #00B4D1;
}
.page-content a:hover {
    color: #4b3c30;
}
.page-content .callout {
    color: #727512;
    background-color: #f8f2ab;
    margin-bottom: 20px;
    padding: 10px 15px;
}
.page-content .callout p {
    margin-bottom: 0;
}

.sidebar-content {
    padding-left: 15px;
}

.banner-container {
    background-color: #beb2a6;
    margin-right: -10px;
    margin-left: -10px;
}
.banner-header {
    height: 121px;
    background: url("../images/banner.jpg") no-repeat;
}
.banner-header .logo {
    margin-left: 636px;
    display: block;
    height: 121px;
    width: 275px;
}
.banner-navbar {
    margin-top: 0;
    height: 87px;
    position: relative;
    background-color: #fff;
    padding-right: 100px;
    padding-left: 100px;
}
.banner-navbar::before {
    top: 0;
    left: 0;
    content: "";
    background-color: #beb2a6;
    position: absolute;
    display: block;
    height: 25px;
    width: 100%;
}
.banner-navbar .navbar {
    font-size: 12px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
   -webkit-border-bottom-left-radius: 6px;
   -webkit-border-bottom-right-radius: 6px;
      -moz-border-radius-bottomleft: 6px;
      -moz-border-radius-bottomright: 6px;
}
.banner-navbar .navbar .navbar-nav > li > a {
    text-transform: uppercase;
}

.footer-container {
    position: relative;
    padding-right: 100px;
    padding-left: 100px;
    margin-right: -10px;
    margin-left: -10px;
}
.footer-container::before {
    left: 0;
    bottom: 0;
    content: "";
    background-color: #beb2a6;
    position: absolute;
    display: block;
    height: 25px;
    width: 100%;
}
.footer-container .navbar {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
   -webkit-border-top-left-radius: 6px;
   -webkit-border-top-right-radius: 6px;
      -moz-border-radius-topleft: 6px;
      -moz-border-radius-topright: 6px;
}
.table-framed {
    border: 1px solid #ddd;
}