
.navbar .navbar-inner {
    background: #000000;
}

.menu-toggler > .menu-text {
    border-top-color: #f04937;
    bottom: -17px;
}

    .menu-toggler > .menu-text:after {
        top: -33px;
    }

.menu-toggler {
    background-color: #f04937;
    height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .menu-toggler:before {
        top: 5px;
    }

    .menu-toggler:after {
        top: 12px;
    }

.nav {
    list-style: none;
}

.li {
    list-style-type: none;
}

.navbar .brand {
    padding: 0 0 0 0;
}

.main-content {
    /*margin-left: 210px;*/
}

.nav-list > li > a {
    padding: 5px 0 5px 7px;
    height: inherit;
    line-height: 20px;
}

.nav-list > li.active > a, .nav-list > li.active > a:hover, .nav-list > li.active > a:focus, .nav-list > li.active > a:active {
    color:#000;
}

.nav-list li.active > a:after {
    border-right-color:#000;
}

.nav-list > li > a:hover:before {
    background-color: #f04937;
}

.nav-list > li > a:hover {
    color:#000;
}

    .btn-group {
    height: 33px;
    top: -8px;
}

    .btn-group .btn {
        width: 100px;
    }

.btn-whatsleft {
    background-color: #f04937 !important;
    border-color: #f04937 !important;
    min-width:200px;
}

.btn-whatsleft:hover {
    background-color: #e24925 !important;
    border-color: #e24925 !important;
}

.btn-continuelp {
    min-width:200px;
}

.widget-header > .widget-caption, .widget-header > :first-child {
    float: none;
    text-align: center;
}


.widget-header {
    position: relative;
    min-height: 38px;
    background: #000;
    background-color: #000;
    background-repeat: repeat-x;
    color: #f5f5f5;
    border: 1px solid #CCC;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
    text-align: right;
}

.widget-header-light {
    background-color: #8acfef;
    color: #000000;
}
.radio.radiobuttonlist input[type="radio"],
.checkbox.checkboxlist input[type="checkbox"] {
    opacity: 1;
}

.radio.radiobuttonlist label,
.checkbox.checkboxlist label {
    margin-bottom: 4px;
    margin-left: 0;
}

fieldset legend {
    border: 0;
    font-size: inherit;
    font-weight: 700;
    margin-bottom: 0;
}

fieldset .radio,
fieldset .checkbox {
    /*margin-top: 4px;*/
}

input[type="radio"], input[type="checkbox"] {
    margin: 0 0 0 -20px;
    opacity: 1;
}

.calendar-event {
    background-color: #f04937 !important;
    min-width:200px;
    max-width:200px;
    padding:5px;
    min-height:120px;
}

.calendar-event a{
        color:#ffffff !important;
}
.calendar-text {
        color: #707070;
        font-weight:bold;
}

@media only screen and (max-width: 979px) {
    .menu-toggler.display:before {
        height: 2px;
    }

    .menu-toggler.display:after {
        height: 2px;
        top: 16px;
    }
}
