.footer {
    height: 52px;
    padding-top: 15px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1), rgba(255, 0, 0, 1), rgba(218, 165, 32, 1), rgba(218, 165, 32, 1));
}

.navbar #header {
    background-color: #428bca;
    background-image: linear-gradient(to bottom, rgba(239,126,0,255), rgba(239,126,0,255), rgba(239,126,0,255), rgba(239,126,0,255));
}

html, body {
    height: 100%;
}

.facoloured {
    color: rgba(239,126,0,255);
}

.active > .facoloured {
    color: #FFF;
}

.wrap {
    min-height: 100%;
    height: auto;
    background-color: #FFF;
}

.jumbotron {
    padding: 20px;
}

.wrap > .container-fullwidth {
    padding: 15px 15px 20px;
    width: 100% !important;
    overflow: hidden;
}

#header > :first-child, aside {
    width: auto !important;
}

#logo img {
    width: 46px;
    height: auto;
    padding-left: 3px;
}

.header-dropdown-menu {
    /*background: none repeat scroll 0% 0% rgba(213, 230, 175, 1);*/
}

a.userdropdown {
    color: #fff;
    font-size: 15px;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin-top: 5px;
}

a.userdropdown:hover {
    text-decoration: none;
    color: #fff;
}

.userdropdownmenulink > a:hover {
    color: #fff !important;
    background-color: rgba(239,126,0,255) !important;
}

.userdropdownmenulink > a {
    min-height: 40px !important;
    line-height: 40px !important;
    color: #4E361B !important;
    display: block !important;
    vertical-align: middle !important;
    font-size: 14px !important;
}

nav ul {
    line-height: 1.2em !important;
}

#logo {
    width: auto !important;
    margin-top: 1px !important;
}

#main-page {
    margin-left: 0 !important;
    margin-top: 49px !important;
}

form label > span.required {
    color: #A94442;
}

.smart-form fieldset {
    padding: 5px 14px 5px;
}

.well {
    margin-top: 65px;
}

.input-group-grid-search {
    max-width: 337px;
}

.label-bold {
    font-size: 14px;
    font-weight: bold;
}

.form-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
    background: none !important;
}

.search-form-filter {
    margin-bottom: 20px;
}

.active-header {
    background-color: #FFF !important;
}

.selected:before {
    display: none;
}

.selected:after {
    display: none;
}

.list-grid {
    margin-bottom: 0px;
    padding-left: 10px;
}

.datepicker-dropdown {
    margin-top: 50px;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.fieldset {
    border-bottom: 2px groove #000;
    border-top: none;
    padding: 0.5em;
    margin-top: 10px;
}

.line-title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 1px;
}

.line-title:after {
    content: "";
    display: table;
    clear: both;
}

.line-title span {
    padding-right: 10px;
    float: left;
}

.line-title hr {
    border: 1px groove #000;
    margin-top: 11px;
}

div.innerscroll {
    overflow-y: scroll;
    height: 200px;
}

@media (max-width: 804px) {
    .hide-small {
        display: none !important;
    }

    a.userdropdown {
        font-size: 10px !important;
    }

    #logo-group {
        max-width: 50px;
        max-height: 50px;
    }

    .reduce-text {
        margin-left: 8px !important;
        max-width: 260px;
        margin-top: -6px !important;
    }

    .reduce-text > h1 {
        font-size: 14px !important;
    }
}

@media (min-width: 804px) and (max-width: 1154px) {
    .hide-medium {
        display: none !important;
    }

    a.userdropdown {
        font-size: 10px !important;
    }

    #logo-group {
        max-width: 50px;
        max-height: 50px;
    }

    .reduce-text {
        margin-left: 8px !important;
        max-width: 571px;
    }

    .reduce-text > h1 {
        font-size: 14px !important;
    }

    .badge {
        background-color: rgb(201, 48, 44) !important;
    }

}

a:hover, button:hover {
    cursor: pointer;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ef7e00;
    border-color: #ef7e00;
}
.panel-primary {
    border-color: #ef7e00;
}
.btn-primary {
    color: #fff;
    background-color: #ef7e00;
    border-color: #ef7e00;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ef7e00;
    border-color: #ef7e00;
}
a {
    color: #ef7e00;
    text-decoration: none;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
     z-index: 3;
     color: #fff;
     cursor: default;
     background-color: #ef7e00;
     border-color: #ef7e00;
 }

