﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200,100,500,600,700,800,900);

@viewport {
    width: device-width;
    zoom: 1;
    user-zoom: 0;
}

html, body {
    /*height: 100%;*/
    padding: 30px !important;
}

html {
    background: #ffffff;
}

.label-boost {
    font-size: 1.1em;
}

.big-border {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
}

.thick-border {
    border-width: thick;
}

.no-background {
    background-color: #FFF !important;
    background-image: none !important;
}

.blank-separator {
    height: 50px;
    margin: 0;
}

/* #region Body */
body {
    color: #000000;
    direction: ltr;
    font-family: 'Open+Sans', sans-serif;
    font-size: 12px;
    padding: 0px !important;
    margin: 0px !important;
    background: #ffffff;
}

    body.footer-fixed {
        padding-bottom: 25px !important;
    }

    body.bg-style-white {
        background: #FFF !important;
    }

    body.bg-style-blue-textured {
        background: url("../images/bg_1.png") rgba(0, 0, 0, 0) !important;
    }

    body.bg-style-cream-textured {
        background: url("../images/bg_2.png") rgba(0, 0, 0, 0) !important;
    }

h1, h2, h3 {
    font-family: 'Raleway', sans-serif;
}
/* #endregion Body*/

/* #region Backgrounds */
.bg-blue {
    background: url("../images/bg_1.png") rgba(0, 0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.bg-smoke {
    background: url("../images/bg_2.png") rgba(0, 0, 0, 0) !important;
    background-color: rgba(255, 255, 255, 0) !important;
}

/* #endregion Backgrounds */

/* #region Validation*/
.validation-error {
    color: #a94442;
}
/* #endregion Validation*/

/* #region form group */
.form-group-final {
    margin-bottom: 0px !important;
}
/* #endregion form group */

/* #region Elements borders */
.border-right {
    border-right: 1px solid #ccc;
}

.border-rightmore {
    border-right: 2px solid #ccc;
}

.border-left {
    border-left: 1px solid #ccc;
}

.border-leftmore {
    border-left: 2px solid #ccc;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}
/* #endregion Elements borders */

/* #region Table & Related */

[class*="qtr-"] {
    background-color: #F0F0F0;
}

.qtr-highlight {
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.qtr-1 {
    background-color: #00ff10 !important;
}

.qtr-2 {
    background-color: #fdff00 !important;
}

.qtr-3 {
    background-color: #FFb400 !important;
}

.qtr-4 {
    background-color: #FF2800 !important;
}

/* #endregion Table & Related */

/* #region flex*/
.flex-content-top {
    position: absolute;
    left: 50%;
    top: 25%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clear: both;
    margin: 0 auto;
}

@media screen and (max-height: 700px) {
    .flex-content-top {
        top: 10%;
    }
}

@media screen and (max-height: 350px) {
    .flex-content-top {
        display: none !important;
    }
}

.flex-content-tier-1 {
    position: absolute;
    left: 25%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clear: both;
}

.flex-content-tier-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clear: both;
}

.flex-content-tier3 {
    position: absolute;
    left: 75%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clear: both;
}

.flex-content-center {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clear: both;
}

.flex-content-bottom {
    position: absolute;
    left: 50%;
    bottom: 25%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    clear: both;
}

.cover-image {
    object-fit: contain;
    text-align: center;
}
/* #endregion flex*/

/* #region box shadow */
div[class^='box-shadow'], div[class*='box-shadow'] {
    opacity: 0.8;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.30);
    overflow: hidden;
}

.box-shadow-white {
    background-color: #FFF;
}

.box-shadow-teal {
    background-color: #569099;
}

.box-shadow-beige {
    background-color: #cc9;
}

.box-shadow-dark-grey {
    background-color: #333;
}
/* #endregion box shadow*/

/*#region Buttons*/

.btn-nolabel-progress-container {
    margin-top: 15px;
}

.btn-nolabel {
    margin-top: 22px;
}

@media screen and (max-width: 1199px) {
    .btn-nolabel {
        margin-top: 10px;
    }

    .btn-nolabel-progress {
        margin-top: 5px;
    }
}

.btn-teal {
    background-color: #569099;
    border-color: #4d8189;
    color: #ffffff;
}

    .btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active {
        background-color: #4d8189;
        border-color: #447178;
        color: #ffffff;
    }

    .btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled]:active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal.active {
        background-color: #569099;
        border-color: #569099;
        color: #ffffff;
    }

.btn-beige {
    background-color: #cc9;
    border-color: #c4c488;
    color: #ffffff;
}

    .btn-beige:hover, .btn-beige:focus, .btn-beige:active, .btn-beige.active {
        background-color: #c4c488;
        border-color: #bbbb77;
        color: #ffffff;
    }

    .btn-beige.disabled:hover, .btn-beige.disabled:focus, .btn-beige.disabled:active, .btn-beige.disabled.active, .btn-beige[disabled]:hover, .btn-beige[disabled]:focus, .btn-beige[disabled]:active, .btn-beige[disabled].active, fieldset[disabled] .btn-beige:hover, fieldset[disabled] .btn-beige:focus, fieldset[disabled] .btn-beige:active, fieldset[disabled] .btn-beige.active {
        background-color: #cc9;
        border-color: #cc9;
        color: #ffffff;
    }

.btn-dark-beige {
    background-color: #afaa6d;
    border-color: #a6a05d;
    color: #ffffff;
}

    .btn-dark-beige:hover, .btn-dark-beige:focus, .btn-dark-beige:active, .btn-dark-beige.active {
        background-color: #a6a05d;
        border-color: #979152;
        color: #ffffff;
    }

    .btn-dark-beige.disabled:hover, .btn-dark-beige.disabled:focus, .btn-dark-beige.disabled:active, .btn-dark-beige.disabled.active, .btn-dark-beige[disabled]:hover, .btn-dark-beige[disabled]:focus, .btn-dark-beige[disabled]:active, .btn-dark-beige[disabled].active, fieldset[disabled] .btn-dark-beige:hover, fieldset[disabled] .btn-dark-beige:focus, fieldset[disabled] .btn-dark-beige:active, fieldset[disabled] .btn-dark-beige.active {
        background-color: #afaa6d;
        border-color: #afaa6d;
        color: #ffffff;
    }

.btn-orange {
    background-color: #e6674a;
    border-color: #e35434;
    color: #ffffff;
}

    .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active {
        background-color: #e35434;
        border-color: #de421f;
        color: #ffffff;
    }

    .btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled:active, .btn-orange.disabled.active, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled]:active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange:hover, fieldset[disabled] .btn-orange:focus, fieldset[disabled] .btn-orange:active, fieldset[disabled] .btn-orange.active {
        background-color: #e6674a;
        border-color: #e6674a;
        color: #ffffff;
    }

.btn-purple {
    background-color: #57517b;
    border-color: #413d5c;
    color: #ffffff;
}

    .btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active {
        background-color: #4c476c;
        border-color: #413d5c;
        color: #ffffff;
    }

    .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled]:active, .btn-purple[disabled].active, fieldset[disabled] .btn-purple:hover, fieldset[disabled] .btn-purple:focus, fieldset[disabled] .btn-purple:active, fieldset[disabled] .btn-purple.active {
        background-color: #57517b;
        border-color: #333;
        color: #ffffff;
    }

.btn-dark-grey {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}

    .btn-dark-grey:hover, .btn-dark-grey:focus, .btn-dark-grey:active, .btn-dark-grey.active {
        background-color: #262626;
        border-color: #1a1a1a;
        color: #ffffff;
    }

    .btn-dark-grey.disabled:hover, .btn-dark-grey.disabled:focus, .btn-dark-grey.disabled:active, .btn-dark-grey.disabled.active, .btn-dark-grey[disabled]:hover, .btn-dark-grey[disabled]:focus, .btn-dark-grey[disabled]:active, .btn-dark-grey[disabled].active, fieldset[disabled] .btn-dark-grey:hover, fieldset[disabled] .btn-dark-grey:focus, fieldset[disabled] .btn-dark-grey:active, fieldset[disabled] .btn-dark-grey.active {
        background-color: #333;
        border-color: #333;
        color: #ffffff;
    }

.btn-med-grey {
    background-color: #666;
    border-color: #595959;
    color: #ffffff;
}

    .btn-med-grey:hover, .btn-med-grey:focus, .btn-med-grey:active, .btn-med-grey.active {
        background-color: #595959;
        border-color: #4d4d4d;
        color: #ffffff;
    }

    .btn-med-grey.disabled:hover, .btn-med-grey.disabled:focus, .btn-med-grey.disabled:active, .btn-med-grey.disabled.active, .btn-med-grey[disabled]:hover, .btn-med-grey[disabled]:focus, .btn-med-grey[disabled]:active, .btn-med-grey[disabled].active, fieldset[disabled] .btn-med-grey:hover, fieldset[disabled] .btn-med-grey:focus, fieldset[disabled] .btn-med-grey:active, fieldset[disabled] .btn-med-grey.active {
        background-color: #666;
        border-color: #666;
        color: #ffffff;
    }

.btn-light-grey {
    background-color: #999;
    border-color: #8c8c8c;
    color: #ffffff;
}

    .btn-light-grey:hover, .btn-light-grey:focus, .btn-light-grey:active, .btn-light-grey.active {
        background-color: #8c8c8c;
        border-color: #808080;
        color: #ffffff;
    }

    .btn-light-grey.disabled:hover, .btn-light-grey.disabled:focus, .btn-light-grey.disabled:active, .btn-light-grey.disabled.active, .btn-light-grey[disabled]:hover, .btn-light-grey[disabled]:focus, .btn-light-grey[disabled]:active, .btn-light-grey[disabled].active, fieldset[disabled] .btn-light-grey:hover, fieldset[disabled] .btn-light-grey:focus, fieldset[disabled] .btn-light-grey:active, fieldset[disabled] .btn-light-grey.active {
        background-color: #999;
        border-color: #999;
        color: #ffffff;
    }

.btn-bricky {
    background-color: #C83A2A;
    border-color: #b33426;
    color: #ffffff;
}

    .btn-bricky:hover, .btn-bricky:focus, .btn-bricky:active, .btn-bricky.active {
        background-color: #b33426;
        border-color: #9e2e21;
        color: #ffffff;
    }

    .btn-bricky.disabled:hover, .btn-bricky.disabled:focus, .btn-bricky.disabled:active, .btn-bricky.disabled.active, .btn-bricky[disabled]:hover, .btn-bricky[disabled]:focus, .btn-bricky[disabled]:active, .btn-bricky[disabled].active, fieldset[disabled] .btn-bricky:hover, fieldset[disabled] .btn-bricky:focus, fieldset[disabled] .btn-bricky:active, fieldset[disabled] .btn-bricky.active {
        background-color: #C83A2A;
        border-color: #C83A2A;
        color: #ffffff;
    }

.btn-green {
    background-color: #3D9400;
    border-color: #327b00;
    color: #ffffff;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active {
        background-color: #327b00;
        border-color: #286100;
        color: #ffffff;
    }

    .btn-green.disabled:hover, .btn-green.disabled:focus, .btn-green.disabled:active, .btn-green.disabled.active, .btn-green[disabled]:hover, .btn-green[disabled]:focus, .btn-green[disabled]:active, .btn-green[disabled].active, fieldset[disabled] .btn-green:hover, fieldset[disabled] .btn-green:focus, fieldset[disabled] .btn-green:active, fieldset[disabled] .btn-green.active {
        background-color: #3D9400;
        border-color: #3D9400;
        color: #ffffff;
    }

.btn-blue {
    background-color: #364F6A;
    border-color: #2d4259;
    color: #ffffff;
}

    .btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active {
        background-color: #2d4259;
        border-color: #253648;
        color: #ffffff;
    }

    .btn-blue.disabled:hover, .btn-blue.disabled:focus, .btn-blue.disabled:active, .btn-blue.disabled.active, .btn-blue[disabled]:hover, .btn-blue[disabled]:focus, .btn-blue[disabled]:active, .btn-blue[disabled].active, fieldset[disabled] .btn-blue:hover, fieldset[disabled] .btn-blue:focus, fieldset[disabled] .btn-blue:active, fieldset[disabled] .btn-blue.active {
        background-color: #364F6A;
        border-color: #364F6A;
        color: #ffffff;
    }

.btn-yellow {
    background-color: #FFB848;
    border-color: #ffae2f;
    color: #ffffff;
}

    .btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active {
        background-color: #ffae2f;
        border-color: #ffa415;
        color: #ffffff;
    }

    .btn-yellow.disabled:hover, .btn-yellow.disabled:focus, .btn-yellow.disabled:active, .btn-yellow.disabled.active, .btn-yellow[disabled]:hover, .btn-yellow[disabled]:focus, .btn-yellow[disabled]:active, .btn-yellow[disabled].active, fieldset[disabled] .btn-yellow:hover, fieldset[disabled] .btn-yellow:focus, fieldset[disabled] .btn-yellow:active, fieldset[disabled] .btn-yellow.active {
        background-color: #FFB848;
        border-color: #FFB848;
        color: #ffffff;
    }

.btn-red {
    background-color: #E02222;
    border-color: #cc1d1d;
    color: #ffffff;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
        background-color: #cc1d1d;
        border-color: #b61919;
        color: #ffffff;
    }

    .btn-red.disabled:hover, .btn-red.disabled:focus, .btn-red.disabled:active, .btn-red.disabled.active, .btn-red[disabled]:hover, .btn-red[disabled]:focus, .btn-red[disabled]:active, .btn-red[disabled].active, fieldset[disabled] .btn-red:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .btn-red.active {
        background-color: #E02222;
        border-color: #E02222;
        color: #ffffff;
    }

    .btn-teal .caret, .btn-beige .caret, .btn-dark-beige .caret, .btn-orange .caret, .btn-purple .caret, .btn-dark-grey .caret, .btn-med-grey .caret, .btn-light-grey .caret, .btn-bricky .caret, .btn-green .caret, .btn-blue .caret, .btn-yellow .caret, .btn-red .caret {
        border-top-color: #ffffff;
    }

.dropup .btn-teal .caret, .dropup .btn-beige .caret, .dropup .btn-dark-beige .caret, .dropup .btn-orange .caret, .dropup .btn-purple .caret, .dropup .btn-dark-grey .caret, .dropup .btn-med-grey .caret, .dropup .btn-light-grey .caret, .dropup .btn-bricky .caret, .dropup .btn-green .caret, .dropup .btn-blue .caret, .dropup .btn-yellow .caret, .dropup .btn-red .caret {
    border-bottom: 4px solid #FFFFFF;
}

.btn-squared {
    border-radius: 0 !important;
}

.btn {
    transition: all 0.3s ease 0s !important;
}

.btn-icon {
    background-color: #EFEFEF;
    background-image: -moz-linear-gradient(center top, #FAFAFA, #EFEFEF);
    border: 1px solid #DDDDDD;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    cursor: pointer;
    height: 80px;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 0 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    color: #333333;
}

    .btn-icon:hover {
        border-color: #A5A5A5;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
        color: #444444;
        text-decoration: none;
        text-shadow: 0 1px 0 #FFFFFF;
    }

    .btn-icon .badge {
        border-radius: 12px 12px 12px 12px !important;
        border-style: solid;
        border-width: 0;
        box-shadow: none;
        color: #FFFFFF !important;
        font-family: 'Open Sans';
        font-size: 11px !important;
        font-weight: 300;
        padding: 3px 7px;
        position: absolute;
        right: -5px;
        text-shadow: none;
        top: -5px;
    }

    .btn-icon [class^="fa-"], .btn-icon [class*=" fa-"], .btn-icon [class^="clip-"], .btn-icon [class*=" clip-"] {
        clear: both;
        display: block;
    }

.buttons-widget .btn, .buttons-widget .make-switch {
    margin-bottom: 5px;
}

.buttons-widget .btn-group-vertical .btn {
    margin-bottom: 0;
}
/*#endregion Buttons*/

/* #region Main Container and main content elements*/
.main-container {
    margin-top: 48px;
}

.page-full-width .main-container {
    margin-top: 50px;
}

.header-default .main-container {
    margin-top: 0 !important;
}

.main-content {
    margin-top: 0;
    background-color: #FFFFFF;
    padding: 0;
}

.container {
    max-width: none !important;
    width: auto !important;
}

.footer-fixed .main-content .container {
    margin-bottom: 22px;
}
/* #endregion Main Container and main content elements*/

/* #region Page Header */
.page-header {
    margin: 20px 0 20px;
}

    .page-header h1 {
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        letter-spacing: -1px;
        margin: 0 0 15px;
        padding: 0;
        color: #666666;
    }

        .page-header h1 small {
            color: #888888;
            font-size: 14px;
            font-weight: 300;
            letter-spacing: 0;
        }
/* #endregion Page Header */

/* #region Footer & Elements */
.footer {
    font-size: 12px;
    padding: 8px 20px 5px;
    position: relative;
}

.footer-inner {
    float: left;
    color: #FFF;
    margin-top: 5px;
}

.footer-items {
    float: right;
}

.footer-fixed .footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1000;
    border-top-width: 1px;
    border-top-style: solid;
}

.footer-fixed .footer {
    /*background: #337ab7;*/
    background: rgba(51, 122, 183,0.9);
    border-top-color: #337ab7;
}

.go-top {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: -2px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}

/* #endregion Footer & Elements */

/* #region Navigation*/
.main-navigation {
    padding: 0;
    max-height: none !important;
    z-index: 1000;
}

ul.main-navigation-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-fixed .wrap-menu {
    overflow: hidden;
    position: fixed;
    width: 225px;
    height: 300px;
}

ul.main-navigation-menu > li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
}

    ul.main-navigation-menu > li > a {
        border: 0 none;
        display: block;
        font-size: 14px;
        font-weight: 300;
        margin: 0;
        padding: 10px 15px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #FFFFFF;
    }

ul.main-navigation-menu li a .badge {
    float: right;
    margin-right: 13px;
    margin-top: 1px;
}

ul.main-navigation-menu > li:last-child > a, ul.main-navigation-menu > li.last > a {
    border-bottom-color: transparent !important;
}

ul.main-navigation-menu > li > a i {
    font-size: 16px;
    margin-right: 5px;
    text-shadow: none;
    display: inline-block;
}

ul.main-navigation-menu li a .icon-arrow {
    float: right;
    margin-right: 6px;
}

ul.main-navigation-menu li > a > .icon-arrow:before {
    content: "\e163";
    font-family: "clip-font";
}

ul.main-navigation-menu li.open > a > .icon-arrow:before {
    content: "\e164";
}

ul.main-navigation-menu > li > a:hover .icon-arrow, ul.main-navigation-menu > li.open > a .icon-arrow {
    opacity: 1;
}
/* 2nd level sub menu */
ul.main-navigation-menu li > ul.sub-menu {
    clear: both;
    list-style: none;
    margin: 8px 0;
    display: none;
    padding: 0;
}

    ul.main-navigation-menu li > ul.sub-menu > li {
        background: none;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 1px !important;
        padding: 0;
    }

        ul.main-navigation-menu li > ul.sub-menu > li > a {
            background: none;
            display: block;
            font-size: 14px;
            font-weight: 300;
            margin: 0;
            padding-bottom: 5px;
            padding-left: 40px !important;
            padding-right: 0;
            padding-top: 5px;
            text-decoration: none;
        }

ul.main-navigation-menu > li > ul.sub-menu li > a .icon-arrow {
    margin-right: 22px;
}
/* 3rd level sub menu */
ul.main-navigation-menu > li > ul.sub-menu li > ul.sub-menu {
    margin: 0;
}

ul.main-navigation-menu li.active > ul.sub-menu {
    display: block;
    padding: 0;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 60px !important;
}

ul.main-navigation-menu > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 80px !important;
}
/*navigation toggler*/
.navigation-toggler {
    cursor: pointer;
    height: 30px;
    margin-left: 175px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
/*horizontal menu*/
.horizontal-menu {
    clear: both;
    border-top: 1px solid #C8C7CC !important;
    margin-left: -15px !important;
    margin-right: -15px !important;
    padding: 0 15px !important;
    background: #FFFFFF;
}

    .horizontal-menu ul.nav li.open > a, .horizontal-menu ul.nav li > a:hover, .horizontal-menu ul.nav li > a:focus {
        background: #F5F5F5 !important;
        color: #555555 !important;
    }

    .horizontal-menu .dropdown-menu li:hover > a, .horizontal-menu ul.nav li.active > a, .horizontal-menu ul.nav li.active > a:hover {
        background: #337ab7 !important;
        color: #FFFFFF !important;
    }

    .horizontal-menu ul.nav li.current .selected, .horizontal-menu ul.nav li.active .selected {
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-right: 6px solid rgba(0, 0, 0, 0);
        border-top: 6px solid #007AFF;
        bottom: 0;
        display: inline-block;
        height: 0;
        left: 50%;
        margin: 0 0 -6px -7px;
        position: absolute;
        width: 0;
    }

    .horizontal-menu .dropdown-menu {
        box-shadow: none;
        margin-top: -1px !important;
        border-radius: 0;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        margin-right: 0;
        top: 8px;
    }

    .horizontal-menu .dropdown-menu li > a {
        margin-bottom: 1px;
        padding: 7px 18px !important;
    }

    .horizontal-menu .dropdown-menu .arrow {
        display: none;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        margin-right: 0;
        top: 8px;
    }

    .horizontal-menu ul.nav li {
        position: relative;
    }

    .horizontal-menu .dropdown-submenu > a:after {
        content: "\f105";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: 300;
        height: auto;
        position: absolute;
        right: 10px;
        top: 7px;
    }

    .horizontal-menu .dropdown-submenu > .dropdown-menu {
        left: 100%;
        margin-left: 0;
        margin-top: -6px;
        top: 5px;
    }

    .horizontal-menu .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .horizontal-menu .dropup .dropdown-submenu > .dropdown-menu {
        bottom: 0;
        margin-bottom: -2px;
        margin-top: 0;
        top: auto;
    }
/* #endregion Navigation*/

/* #region Navbar & Elements */
.navbar {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 42px;
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-top: none;
    background: none;
    border-color: #ffffff;
}

.navbar-fixed-top {
    background: #FFF;
    background: -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#FFF));
    border-color: #337ab7;
}

.header-default .navbar {
    position: relative !important;
}

.navbar > .container .navbar-brand, .logo {
    padding: 14px 10px 12px;
    margin-left: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    min-width: 210px;
}

    .navbar > .container .navbar-brand i, .logo i {
        font-size: 20px;
    }

    .navbar > .container .navbar-brand a, a:hover {
        text-decoration: none;
    }

.navbar-tools > ul {
    list-style: none;
}

    .navbar-tools > ul > li > a {
        padding: 15px 15px 9px;
        font-size: 16px;
        line-height: 26px;
    }

.navbar-tools li.view-all a {
    padding: 8px 8px 6px !important;
}

.navbar-tools > ul > li {
    float: right;
}

.navbar-tools .dropdown-menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #C7CBD5;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
    list-style: none outside none;
    margin: 0;
    max-width: 300px;
    min-width: 166px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    z-index: 1000;
}

.navbar-tools .drop-down-wrapper {
    height: 250px;
    width: 270px;
    overflow: hidden;
    position: relative;
}

    .navbar-tools .drop-down-wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

ul.notifications li, ul.todo li, ul.posts li {
    min-width: 260px;
}

.navbar-tools > ul > li.dropdown {
    margin-left: 2px;
    margin-right: 2px;
}

.navbar-tools .dropdown-menu > li > a:hover, .navbar-tools .dropdown-menu > li > a:focus, .navbar-tools .dropdown-submenu:hover > a, .navbar-tools .dropdown-submenu:focus > a, .navbar-tools .drop-down-wrapper li a:hover, .navbar-tools .drop-down-wrapper li a:focus {
    background-color: #F4F6F9 !important;
    background-image: none;
    filter: none;
    color: #000;
    text-decoration: none;
}

.drop-down-wrapper ul > li:last-child a {
    border-bottom: none;
}

.navbar-tools .dropdown-menu li .dropdown-menu-title {
    display: block;
    font-weight: bold;
    margin: -1px;
    padding: 5px 10px;
}

.navbar-tools .dropdown-menu li p, .navbar-tools .dropdown-menu li a, .navbar-tools .drop-down-wrapper li p, .navbar-tools .drop-down-wrapper li a {
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 8px 8px 6px;
    border-bottom: 1px solid rgba(100, 100, 100, 0.22);
    white-space: normal !important;
    display: block;
}

.navbar-tools .dropdown-menu > li:last-child a {
    border-bottom: none !important;
    border-radius: 0 0 6px 6px;
}

li.dropdown.current-user .dropdown-toggle {
    padding: 10px 4px 7px 9px;
}

li.dropdown.current-user .dropdown-menu li a {
    border-bottom: none !important;
}

.navbar-tools .dropdown-menu li p {
    font-weight: bold;
}

.navbar-tools .dropdown-menu li a .author {
    color: #0362FD;
    display: block;
}

.navbar-tools .dropdown-menu li a .preview {
    display: block;
}

.navbar-tools .dropdown-menu li a .time {
    font-size: 12px;
    font-style: italic;
    font-weight: 600;
    display: block;
    float: right;
}

.navbar-tools .dropdown-menu li.view-all a i {
    float: right;
    margin-top: 4px;
}

.navbar-tools .dropdown-menu.notifications li > a > .label {
    margin-right: 2px;
    padding: 2px 4px;
    text-align: center !important;
}

.navbar-tools .thread-image {
    margin-right: 8px;
    float: left;
    height: 50px;
    width: 50px;
}

.navbar-tools > ul > li.dropdown .dropdown-toggle .badge {
    border-radius: 12px 12px 12px 12px !important;
    font-size: 11px !important;
    font-weight: 300;
    padding: 3px 6px;
    position: absolute;
    right: 24px;
    text-align: center;
    text-shadow: none !important;
    top: 8px;
}

.navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 5px;
    margin-bottom: 4px;
}

    .navbar-toggle span {
        font-size: 16px;
    }
/* #endregion Navbar & Elements */

/* #region Panels */

/* #endregion Panels*/
