/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 8px;
}
body {
    margin-bottom: 60px;
    background-color:  #DAE4EB;
    padding-top: 5px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /*Set the fixed height of the footer here*/ 
    height: 60px;
    background-color: #f5f5f5;
}

.medform{
    padding-left: 15px;  
}

.alert{
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-header {
    margin-top: 0px;
}

.error,.text-error{
    color: #A94442;
}

li.dropdown-submenu:hover ul{
    display: block;
    left: 100%;
}

.dropdown-submenu{
    position:relative;
}

.dropdown-submenu:hover .dropdown-menu{
    top:0;
}

.navbar-default{
    background-color:  #080939;
    color: #FFF;
    font-size: 0.8em;
}

.navbar-default .navbar-brand{
    color: #FFF;
    font-size: 14px;
}


.navbar-default .navbar-nav > li > a {
    color: #FFF;
}




.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
    background-color: transparent;
}


.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFF;
    background-color: transparent;
}

.panel-default {
    border-color: #080939;
    font-size: 0.9em;
}

.panel-default > .panel-heading {
    color: #FFF;
    background-color: #080939;
    border-color: #080939;
}

.ui-widget {
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
}

.checkbox-inline label{
    font-weight: normal;
}

.lnk{
    font-size: 0.8em;
}

input[type='checkbox']{
    margin-top: 2px;
}

.offer{
    background-image: url('../img/SplOffer.png');
    background-repeat: no-repeat;
    background-size: 80px;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.carousel-inner > .item > img{
    width:640px;
    height:360px;
}

.clearboth{
    clear: both;
}
.ui-datepicker-month,.ui-datepicker-year{
    color: black;
}
.tright{
    text-align: right;
}

#floating_alert {
    position: fixed;
    bottom:  20px;
    right: 20px;
    z-index: 5000;
}
.bolder{
    font-weight: bolder;
}

