/*!
 * FLAT KIT v1.2.0
 *
 * Copyright MosaicPro
 * http://www.mosaicpro.biz
 *
 * Designed and built exclusively for sale @Envato Marketplaces.
 */
body {
    /*min-width: 800px;*/
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    font-size: 13px;
    color: #7c7c7c;
    position: relative;
}
*,
a:focus {
    outline: none !important;
}
button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0;
}
a:hover {
    color: #333333;
    cursor: pointer;
}
a:hover,
a:hover .text-underline {
    text-decoration: none;
}
a {
    color: var(--secondary-color);
    outline: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    margin: 0 0 5px;
    font-weight: 400;
    color: #4d4d4d;
}
h1 span span,
h2 span span,
h3 span span,
h4 span span,
h5 span span,
h6 span span {
    color: #afafaf;
    font-weight: 300;
    padding: 0 5px;
    font-style: italic;
}
h1 span span,
h2 span span,
h3 span span {
    font-size: 50%;
    text-transform: none;
    padding: 0;
    position: relative;
    top: -3px;
    font-weight: 300;
}
h4 {
    font-weight: normal;
}
h1 {
    line-height: 40px;
}
h2,
h3 {
    line-height: 30px;
}
h2 {
    font-size: 26px;
}
.heading-buttons h1,
.heading-buttons h2,
.heading-buttons h3,
.heading-buttons h4,
.heading-buttons h5,
.heading-buttons h6 {
    display: inline-block;
    margin: 0 15px;
}
.heading-buttons .buttons {
    margin-top: 3px;
    margin-right: 15px;
    text-align: right;
}
.heading-buttons .btn + .btn {
    margin-left: 15px;
}
p {
    margin: 0 0 10px;
    line-height: normal;
}
ul.icons {
    text-align: left;
    padding: 0;
}
ul.icons li {
    display: block;
    padding: 0 0 0 25px;
    line-height: 22px;
    color: #7c7c7c;
}
ul.icons li i:before {
    color: #7c7c7c;
    font-size: 17px;
    left: 0;
    top: 4px;
}
input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
}
blockquote {
    margin: 0;
    padding: 0 0 0 5px;
}
blockquote,
blockquote.pull-right {
    border: none;
}
blockquote p {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 10px;
}
blockquote small {
    color: var(--secondary-color);
}
.separator {
    padding: 15px 0;
    display: block;
}
.separator.bottom {
    padding: 0 0 15px;
}
.separator.top {
    padding: 15px 0 0;
}
hr.separator {
    padding: 0;
}
hr.separator.top {
    margin: 15px 0 0;
}
hr.separator.bottom {
    margin: 0 0 15px;
}
@media print {
    html,
    body {
        height: auto !important;
        min-height: none !important;
    }
    @page {
        size: auto;
        margin: 10mm 10mm 10mm 10mm;
    }
    #content {
        margin: 0 !important;
        padding: 0 !important;
    }
    .breadcrumb,
    .filter-bar {
        display: none !important;
    }
    .table td,
    .table th {
        vertical-align: middle;
    }
    .table th {
        padding: 3px;
        text-align: center;
    }
    .table img {
        float: left;
    }
}
.map_canvas img {
    max-width: none !important;
}
h1 [class*='icon-'],
h2 [class*='icon-'],
h3 [class*='icon-'],
h4 [class*='icon-'],
h5 [class*='icon-'],
h6 [class*='icon-'] {
    font-size: 80%;
    vertical-align: middle;
    margin-top: -3px;
}
p.separator {
    display: block;
    height: 48px;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
p.separator:before {
    content: '';
    position: absolute;
    display: block;
    background: #f4f4f4;
    height: 2px;
    top: 50%;
    margin-top: -1px;
    left: 0;
    right: 0;
}
p.separator i {
    background: #fff;
    padding: 0 10px;
    margin-top: -18px;
    margin-left: -25px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
}
.innerLR {
    position: relative;
}
.innerAll {
    padding: 15px;
    position: relative;
}
.innerT {
    padding-top: 15px;
    position: relative;
}
.center {
    text-align: center !important;
}
.margin-bottom-none {
    margin-bottom: 0 !important;
}
.margin-right-none {
    margin-right: 0 !important;
}
.margin-none {
    margin: 0 !important;
}
.padding-none {
    padding: 0 !important;
}
.border-none {
    border: none !important;
}
.box-shadow-none {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.text-weight-regular {
    font-weight: normal !important;
}
.text-primary {
    color: var(--secondary-color) !important;
}
.text-regular {
    color: #444 !important;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-large {
    font-size: 35px !important;
    line-height: 40px !important;
}
.text-underline {
    text-decoration: underline;
}
.text-right {
    text-align: right !important;
}
.inline-block {
    display: inline-block !important;
}
.overflow-y-auto {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}
.overflow-hidden {
    position: relative;
    overflow: hidden;
}
.row-merge {
    position: relative;
}
.row-merge > [class*='span'] ~ [class*='span'] {
    margin-left: 0;
}
.row-merge > [class*='span'] ~ [class*='span']:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #efefef;
    content: '';
}
.row-merge > [class*='span'] ~ [class*='span3'] {
    width: 25.26315789473684%;
}
.row-merge > [class*='span'] ~ [class*='span4'] {
    width: 33.68421052631579%;
}
.row-merge > [class*='span'] ~ [class*='span5'] {
    width: 42.10526315789473%;
}
.row-merge > [class*='span'] ~ [class*='span6'] {
    width: 50.74626865671642%;
}
.row-merge > [class*='span'] ~ [class*='span8'] {
    width: 67.66169154228855%;
}
.row-merge > [class*='span'] ~ [class*='span9'] {
    width: 75.78947368421052%;
}
.row-merge.border-top,
.row-merge ~ .row-merge {
    border-top: 1px solid #efefef;
}
.row-merge.border-bottom {
    border-bottom: 1px solid #efefef;
}
.row-merge .fill-column:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: inherit;
    background: #f4f4f4;
    content: '';
}
#wrapper {
    overflow: hidden;
    /*height:100%;*/
    /*overflow-y: scroll;*/
    -webkit-overflow-scrolling: touch;
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    background-image: url(../vendor/img/new_bz_logo.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    padding-right: 0px;
    padding-left: 0px;
}
html body > .container-fluid {
    padding: 0;
    background: #ffffff;
}
html body > .container-fluid.fixed {
    margin: 30px auto 30px;
    margin: 0 auto;
    width: 1024px;
}
html.sidebar body > .container-fluid.fixed.menu-left {
    border-right: 1px solid #efefef;
}
html.sidebar body > .container-fluid.fixed.menu-right {
    border-left: 1px solid #efefef;
}
html:not(.sidebar) body > .container-fluid.fixed.menu-left {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
#content {
    position: relative;
    overflow: hidden;
    margin: 0;
    /*min-width: 320px; */
    /* REMOVED BY BLOCKBASE */
    min-height: 500px;
    /*padding: 0 0 15px;*/
}
#content .view-content-wrapper > .menubar {
    border-left: none;
    border-right: none;
}
#content .view-content-wrapper > p {
    padding: 0 15px 5px;
}
#content .view-content-wrapper > h1,
#content .view-content-wrapper > h2,
#content .view-content-wrapper > h3,
#content .view-content-wrapper > h4,
#content .view-content-wrapper > h5,
#content .view-content-wrapper > h6 {
    margin: 10px 15px 10px;
}
#content .view-content-wrapper > div.innerLR.innerLR-head > h1 {
    font-size: 28px;
    color: #ffffff;
    display: inline;
    padding-right: 15px;
    margin-right: 10px;
    border-right: solid 1px #ffffff;
}
#content .view-content-wrapper > .filter-bar {
    border-right: none;
    border-left: none;
}
#content .heading-buttons {
    margin-top: 15px;
}
#content .heading-arrow {
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    margin: 0 0 15px;
    padding: 0 15px;
    font-size: 11pt;
    height: 35px;
    line-height: 30px;
    position: relative;
}
#content .heading-arrow:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 8px solid #efefef;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: 0;
    left: 15px;
}
#content .heading-arrow.margin-bottom-none {
    margin-bottom: 0;
}
#content .view-content-wrapper > .widget {
    border-left: 0;
    border-right: 0;
}
#content .view-content-wrapper > .widget .widget-head,
#content .view-content-wrapper > .widget .widget-body {
    border-left: 0;
    border-right: 0;
}
#content .view-content-wrapper > .widget:last-child {
    margin: 0;
}
#content .view-content-wrapper > .table {
    border-left: none;
    border-right: none;
}
#content .view-content-wrapper > .table tr td:first-child {
    border-left: none;
}
#footer {
    font-weight: 600;
    position: relative;
    overflow: hidden;
    z-index: 10000;
    background: #f4f4f4;
    text-align: center;
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
}
#footer a {
    color: #686868;
    text-decoration: underline;
}

html.sticky-top:not(.animations-gpu) .navbar.main {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
@media (min-width: 768px) {
    html.sticky-sidebar.sidebar:not(.animations-gpu) body {
        overflow: hidden;
    }
    html.sticky-sidebar.sidebar:not(.animations-gpu) body.login {
        overflow: auto;
    }
    html.sticky-sidebar.sidebar:not(.animations-gpu),
    html.sticky-sidebar.sidebar:not(.animations-gpu) body,
    html.sticky-sidebar.sidebar:not(.animations-gpu) body > .container-fluid,
    html.sticky-sidebar.sidebar:not(.animations-gpu) #wrapper {
        min-height: 100%;
        height: 100%;
    }
    html.sticky-sidebar.sidebar:not(.animations-gpu) #wrapper {
        margin-bottom: -48px;
    }
    html.sticky-sidebar.sidebar:not(.animations-gpu) #menu {
        position: fixed;
        bottom: 0;
    }
    html.sticky-sidebar.sidebar:not(.animations-gpu) #content {
        /*padding-bottom: 43px;*/
    }
}

@media (min-width: 768px) {
    html.sticky-top:not(.animations-gpu) #content {
        /*padding-top: 10px;*/
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        border-bottom: none;
        border-top: 1px solid #333333;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > a .caret {
        border-top-color: transparent;
        border-top-width: 0;
        border-bottom-color: #999999;
        border-bottom-width: 4px;
        border-bottom-style: solid;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom
        .navbar.main
        .topnav
        > .dropdown
        > .dropdown-menu
        > .dropdown
        > .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: -28px;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > .dropdown-menu:before {
        top: auto;
        bottom: -7px;
        border-top-width: 7px;
        border-top-color: #fff;
        border-bottom-width: 0;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .dropdown > .dropdown-menu:after {
        top: auto;
        bottom: -6px;
        border-top-width: 6px;
        border-top-color: #fff;
        border-bottom-width: 0;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom .navbar.main .topnav > .mega-menu .mega-sub {
        top: auto;
        bottom: 100%;
        margin-bottom: 1px;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom.front .navbar.main {
        border-top: 1px solid #dbdbdb;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom.front #content {
        padding-top: 0;
        padding-bottom: 88px;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom #footer {
        display: none;
    }
    html.sticky-top:not(.animations-gpu).menuh-bottom #content {
        padding-top: 0;
    }
}
html.fixed,
html.fixed body {
    min-height: auto;
    height: auto;
    overflow: visible;
}
body > .container-fluid.fixed {
    min-height: auto;
    height: auto;
}
body > .container-fluid.fixed #wrapper {
    position: relative;
    overflow: hidden;
    min-height: auto;
    height: auto;
    margin: 0;
}
body > .container-fluid.fixed #menu {
    position: absolute;
    height: 100%;
    min-height: 100%;
    bottom: auto;
}
.ui-resizable-helper.menu {
    border: 1px dotted gray;
    border-left: none;
    background: rgba(0, 0, 0, 0.3);
}
.ui-resizable-handle {
    width: 3px;
    border-style: solid;
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.4);
}
.dropdown-menu {
    z-index: 100000;
}
html.sidebar-full #menu > ul li:hover:not(.active) > a {
    background: #3e3e3e;
    color: #ffffff;
}
html.sidebar-full #menu > ul li:not(.active) > a.go-premium {
    color: #ffffff;
    background: var(--secondary-color);
}
html.sidebar-full #menu > ul li:not(.active) > a.go-premium i:before {
    color: #ffffff;
}
html.sidebar-full #menu > ul li:hover:not(.active) > a.go-premium {
    background: var(--secondary-color);
}
html.sidebar-full #menu > ul li:hover:not(.active) > a.go-premium i:before {
    color: #ffffff;
}
html.sidebar-full #menu > ul li ul li:hover > a {
    background: #313131;
}
html.sidebar-full #menu > ul li ul li ul li:hover > a,
html.sidebar-full #menu > ul li ul li ul li.active > a {
    background: #252525 !important;
}
html.sidebar-full.sidebar-collapsible #menu {
    overflow: hidden !important;
}
html.sidebar-full.sidebar-collapsible #menu > ul > li {
    overflow: hidden;
}
html.sidebar-full.sidebar-collapsible #menu > ul > li > a > span {
    margin-left: 10px;
}
html.sidebar-full.sidebar-collapsible #menu > ul > li ul {
    margin: 0;
    padding: 0;
}
html.sidebar-full.sidebar-collapsible #menu > ul > li ul ul {
    background: #2c2c2c;
}
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li {
    height: 43px;
    line-height: 43px;
    display: block;
    padding: 0;
    border-bottom: 1px solid #333333;
}
html.sidebar-full.sidebar-collapsible #menu > ul > li ul li a {
    cursor: pointer;
    display: block;
    color: #999999;
    font-weight: 600;
    text-decoration: none;
    padding: 0 7.5px 0 15px;
    height: 43px;
    line-height: 43px;
}
html.sidebar-full.sidebar-collapsible .menu-hidden #menu > ul > li {
    overflow: hidden;
}
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu .slim-scroll > ul > li.dropdown .dropdown-menu,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dropdown-menu {
    right: 100%;
    margin-right: 1px;
    left: auto;
}
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dropdown-menu.pull-left,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dropdown-menu.pull-left {
    right: 100%;
    left: auto;
}
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dropdown-menu.submenu-show,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dropdown-menu.submenu-show {
    margin-top: 0 !important;
    padding: 0;
    top: -1px;
}
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dropdown-menu.submenu-show.pull-right,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown
    .dropdown-menu.submenu-show.pull-right {
    right: 100% !important;
    left: auto !important;
}
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    .typeahead:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 .typeahead:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    .typeahead:before,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 .typeahead:before {
    border: 7px solid transparent;
    right: -7px;
    left: auto;
    border-right-width: 0;
    border-left-color: #999;
}
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    .typeahead:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown.dd-1 .typeahead:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    .typeahead:after,
html.sidebar-full.sidebar-dropdown .menu-right:not(.menu-hidden) #menu > ul > li.dropdown .dd-1 .typeahead:after {
    border: 7px solid transparent;
    border-right-width: 0;
    border-left-color: #ffffff;
    right: -6px;
    left: auto;
}
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown.dd-1
    .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown
    .dd-1
    .typeahead.pull-right:before,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown.dd-1
    .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown
    .dd-1
    .typeahead.pull-right:after {
    left: auto;
    right: 7px;
    margin: 0;
}
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown.dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown
    .dd-1
    > .dropdown-menu.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown.dd-1
    .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown.dd-1
    .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    .slim-scroll
    > ul
    > li.dropdown
    .dd-1
    .typeahead.pull-right:after,
html.sidebar-full.sidebar-dropdown
    .menu-right:not(.menu-hidden)
    #menu
    > ul
    > li.dropdown
    .dd-1
    .typeahead.pull-right:after {
    right: 8px;
}
html.sidebar-full #menu {
    width: 150px;
    background-color: var(--secondary-color);;
    overflow: visible !important;
    z-index: 1000;
}
html.sidebar-full #menu > ul {
    border-top: 1px solid #333333;
    overflow: visible !important;
    margin: 0;
}
html.sidebar-full #menu > ul > li {
    position: relative;
    height: 43px;
    line-height: 43px;
    display: block;
    padding: 0;
    border-bottom: 1px solid #333333;
}
html.sidebar-full #menu > ul > li a {
    cursor: pointer;
}
html.sidebar-full #menu > ul > li a .badge {
    float: right;
    position: relative;
    top: 50%;
    margin-top: -10px;
}
html.sidebar-full #menu > ul > li > a {
    display: block;
    color: #999999;
    font-weight: 600;
    text-decoration: none;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
}
html.sidebar-full #menu > ul > li > a [class*='icon-chevron-'] {
    float: right;
    height: 43px;
    line-height: 43px;
    margin: 0;
}
html.sidebar-full #menu > ul > li.open > a {
    background: #3e3e3e;
    color: #ffffff;
}
html.sidebar-full #menu > ul > li.active > a {
    background: #ffffff;
    color: #4d4d4d;
}
html.sidebar-full #menu > ul > li:last-child.open .dropdown-menu {
    right: 0;
}
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu {
    right: auto;
    left: 100%;
    top: 0;
    width: 180px;
}
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.pull-left {
    left: 100%;
}
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu.submenu-show {
    margin-top: 0 !important;
    top: -1px;
}
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > a:hover,
html.sidebar-full #menu > ul > li.dropdown .dropdown-menu li > span {
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    display: block;
    background: #363432;
    color: #c8c8c8;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:before {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    position: absolute;
    display: block;
    left: -7px;
    border-left-width: 0;
    border-right-color: #ffffff;
    top: 5px;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    top: 5px;
    border-left-width: 0;
    border-right-color: #ffffff;
    position: absolute;
    display: block;
    left: -6px;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
    left: auto;
    right: 7px;
    margin: 0;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead.pull-right:after,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead.pull-right:after {
    right: 8px;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .typeahead,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .typeahead {
    margin-top: 13px !important;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu.pull-right,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu.pull-right {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu {
    background: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu.submenu-show,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu.submenu-show {
    margin-top: -5px !important;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li {
    border: none;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span {
    background-image: none !important;
    filter: none !important;
    background: #fff;
    color: #939494;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li a i:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu li span i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu li span i:before {
    color: #cccccc;
    font-size: 15px !important;
    top: 5px !important;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a {
    font-weight: 600;
    color: #000;
}
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li:hover > a i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li:hover > a i:before,
html.sidebar-full #menu > ul > li.dropdown.dd-1 .dropdown-menu > li.active > a i:before,
html.sidebar-full #menu > ul > li.dropdown .dd-1 .dropdown-menu > li.active > a i:before {
    color: var(--secondary-color);
}
html.sidebar-full #menu > ul > li.dropdown.dd-flags .dropdown-menu img {
    margin: -3px 4px 0 0;
}
html.sidebar-full #menu > ul .dropdown > a .caret {
    border-top-color: #999999;
    top: 16px;
    position: relative;
}
#menu {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
    background: #1f2123;
}
#menu .profile {
    display: block;
    padding: 10px 0;
}
#menu .profile a {
    display: inline-block;
    text-decoration: none;
    width: 74px;
    height: 74px;
    border: 1px solid #333333;
    padding: 5px;
    /*background: #fff;*/
}
#menu .profile a:hover {
    border-color: #1a1a1a;
}
body .menu-right #menu {
    left: auto;
    right: 0;
    z-index: 1000;
}
body .menu-right.fixed #content {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
body .menu-right.fixed .navbar.main,
body .menu-right.fixed .navbar.main .wrapper {
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
html.sidebar.sidebar-full body .menu-right {
    /* IE8 fallback */
}
html.sidebar.sidebar-full body .menu-right #menu > ul {
    border-right: none;
    border-left: 1px solid #333333;
}
html.sidebar.sidebar-full body .menu-right #menu > ul > li > a {
    text-align: right;
}
html.sidebar.sidebar-full body .menu-right #menu > ul > li > a [class*='icon-chevron-'] {
    float: left;
}
html.sidebar.sidebar-full body .menu-right #menu > ul > li.active > a [class*='icon-chevron-'],
html.sidebar.sidebar-full body .menu-right #menu > ul > li:hover > a [class*='icon-chevron-'],
html.sidebar.sidebar-full body .menu-right #menu > ul > li.open > a [class*='icon-chevron-'] {
    margin: 0;
}
html.sidebar.sidebar-full body .menu-right #content {
    margin-right: 150px;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden {
    /* IE8 fallback */
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li > a {
    text-align: center;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li > a [class*='icon-chevron-'] {
    float: left;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li.active > a [class*='icon-chevron-'],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li:hover > a [class*='icon-chevron-'],
html.sidebar.sidebar-full body .menu-right.menu-hidden #menu > ul > li.open > a [class*='icon-chevron-'] {
    margin: 0;
}
html.sidebar.sidebar-full body .menu-right.menu-hidden #content {
    margin-right: 60px;
}
html.sidebar-full .menu-hidden #menu {
    width: 60px;
}
html.sidebar-full .menu-hidden #menu .profile {
    padding: 0;
}
html.sidebar-full .menu-hidden #menu .profile a {
    border: none;
    width: 60px;
    height: 60px;
    padding: 0;
    height: 100%;
}
html.sidebar-full .menu-hidden #menu .profile a img {
    max-height: 60px;
}
html.sidebar-full .menu-hidden #menu .menu-hidden-element {
    display: none;
}
html.sidebar-full .menu-hidden #menu > ul > li > a {
    /*display: none;*/
    /* REMOVE BY BLOCKBASE */
}
html.sidebar-full .menu-hidden #content {
    margin-left: 60px;
}
.navbar .btn-navbar,
#menu .btn-navbar {
    padding: 0 10px;
    margin: 0;
    display: none;
    width: 100%;
    border: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    height: 43px;
    line-height: 43px;
    background: var(--secondary-color);;
    border-bottom: 1px solid #333333;
}
.navbar .btn-navbar .icon-bar,
#menu .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background: #999999;
    margin: 0 auto 3px;
}
.navbar .btn-navbar:hover,
#menu .btn-navbar:hover {
    background: #343434;
}
#menu .btn-navbar {
    display: block;
}
/*html.sidebar-hat #menu .btn-navbar {
  display: none;
}*/

html.sidebar-hat .menu-hidden .navbar .btn-navbar,
html.sidebar-hat .menu-hidden #menu .btn-navbar {
    display: block;
}
@media (max-width: 767px) {
    html.sidebar .container-fluid.sidebar-hidden-phone #menu {
        display: none !important;
    }
    html.sidebar .container-fluid.sidebar-hidden-phone #content {
        margin: 0 !important;
    }
}
html.top-full .navbar.main .topnav > li:hover:not(.active) > a {
    background: var(--secondary-color);
    color: #ffffff;
}
html.top-full .navbar.main .btn-navbar {
    height: 43px;
    float: none;
    background: var(--secondary-color);;
    border: none;
    border-bottom: 1px solid #333333;
}
html.top-full .navbar.main .btn-navbar span {
    background: #ffffff;
    margin: 0 5px 3px;
}
html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left {
    border-left: none;
}
html.top-full .navbar.main .topnav.pull-left + .topnav.pull-left > li:first-child {
    border-left: none;
}
html.top-full .navbar.main .topnav:last-of-type > li:last-of-type {
    border: none;
}
html.top-full .navbar.main .topnav > li {
    position: relative;
    float: left;
    height: 33px;
    line-height: 43px;
    display: block;
    padding: 0;
}
html.top-full .navbar.main .topnav > li a {
    cursor: pointer;
}
html.top-full .navbar.main .topnav > li .badge {
    top: 7px;
    right: 7px;
    position: absolute;
    border: 1px solid var(--secondary-color);;
    height: 15px;
    width: 15px;
    line-height: 15px;
}
html.top-full .navbar.main .topnav > li > a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 0 15px;
    height: 43px;
    line-height: 43px;
    font-weight: 600;
}
html.top-full .navbar.main .topnav > li > a > img {
    margin: 0 0 3px;
}
html.top-full .navbar.main .topnav > li.open > a {
    background: #3e3e3e;
    color: #ffffff;
}
html.top-full .navbar.main .topnav > li.active > a {
    height: 44px;
    background: #ffffff;
    color: #4d4d4d;
}
html.top-full .navbar.main .topnav > li:last-child.open .dropdown-menu {
    right: 0;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu {
    background: #fff;
    border: none;
    right: 0;
    width: 180px;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu.pull-left {
    left: 0;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a,
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li > span {
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    display: block;
}
html.top-full .navbar.main .topnav > li.dropdown .dropdown-menu li .btn {
    margin: 3px 0;
}
html.top-full .navbar.main .topnav > li.dropdown.account > .dropdown-menu {
    width: 230px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:before {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    position: absolute;
    display: block;
    left: 7px;
    border-top-width: 0;
    /*border-bottom-color: #ffffff;*/
    top: -7px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu:after,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    top: -6px;
    border-top-width: 0;
    /*border-bottom-color: #ffffff;*/
    position: absolute;
    display: block;
    left: 8px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after {
    left: auto;
    right: 7px;
    margin: 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 > .dropdown-menu.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead.pull-right:after,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead.pull-right:after {
    right: 8px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu {
    background: var(--secondary-color);
    /*border: 1px solid #ffffff;*/
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li {
    border: none;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span {
    background-image: none !important;
    filter: none !important;
    color: #fff;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li a i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li a i:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li span i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li span i:before {
    color: #cccccc;
    font-size: 15px !important;
    top: 5px !important;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li:hover > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li:hover > a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li.active > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li.active > a {
    font-weight: 600;
    color: #000;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li:hover > a i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li:hover > a i:before,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li.active > a i:before,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li.active > a i:before {
    color: var(--secondary-color);
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile {
    background: #ffffff;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile a:hover {
    color: #7c7c7c;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span {
    height: auto;
    line-height: normal;
    padding: 5px 10px 10px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .heading a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .heading a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .heading a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .heading a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .heading a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .heading a {
    text-transform: none;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .img,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .img,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .img,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .img,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .img,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .img {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a .clearfix,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a .clearfix,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > a:hover .clearfix,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > a:hover .clearfix,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu li.profile > span .clearfix,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu li.profile > span .clearfix {
    display: block;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .typeahead,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .typeahead {
    margin-top: 13px !important;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu.pull-right,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu.pull-right {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:hover,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:hover,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-menu > li > a:focus,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-menu > li > a:focus,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:hover > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:hover > a,
html.top-full .navbar.main .topnav > li.dropdown.dd-1 .dropdown-submenu:focus > a,
html.top-full .navbar.main .topnav > li.dropdown .dd-1 .dropdown-submenu:focus > a {
    background-image: none !important;
    filter: none !important;
}
html.top-full .navbar.main .topnav > li.dropdown.dd-flags .dropdown-menu img {
    margin: -3px 4px 0 0;
}
html.top-full .navbar.main .topnav .dropdown > a .caret {
    border-top-color: #999999;
    vertical-align: middle;
    margin-top: 0;
    position: relative;
}
html.top-full .navbar.main .topnav .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.navbar.main {
    margin: 0;
    position: relative;
    z-index: 1000;
}
.navbar.main .topnav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.submenu-show {
    display: block;
    margin-top: -29px !important;
    position: absolute;
}
.submenu-show.pull-left {
    left: auto !important;
    right: 100% !important;
}
.submenu-show.pull-right {
    right: auto !important;
    left: 100% !important;
}
.submenu-hide {
    display: none !important;
    position: relative;
    top: auto;
    float: left;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner ul li a:hover {
    color: orangered;
}
.navbar.main .topnav > li.mega-menu {
    position: static !important;
}
.navbar.main .topnav > li.mega-menu .mega-sub {
    display: none;
    position: absolute;
    background: var(--secondary-color);
    width: 70%;
    left: 0;
    top: 57px;
}
.navbar.main .topnav > li.mega-menu .mega-sub h4 {
    color: #ffffff;
    padding: 15px 0;
    margin: 0;
    font-size: 160%;
    font-weight: 400;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner {
    margin: 0;
    padding: 15px 30px;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner ul {
    list-style: none;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner ul li {
    display: block;
    line-height: 25px;
}
.navbar.main .topnav > li.mega-menu .mega-sub-inner ul li a {
    display: block;
    font-size: 14px;
    color: white;
}
.navbar.main .topnav > li.mega-menu.mega-menu-open .mega-sub {
    display: block;
}
.filter-bar {
    background: #f4f4f4;
    margin: 0 auto 15px;
    border: 1px solid #efefef;
    line-height: 30px;
    height: 40px;
    padding: 0 10px;
}
.filter-bar.border-top-none {
    border-top: none;
}
.filter-bar div {
    padding: 5px 0;
    display: block;
    line-height: 30px;
}
.filter-bar div div {
    padding: 0;
    margin: 0;
}
.filter-bar div div:not(.helper) {
    margin: 0 15px 0 0;
}
.filter-bar div div input {
    margin: 3px 0 0;
}
.filter-bar div div.input-append {
    margin: 0;
}
.filter-bar div div.input-append .add-on {
    padding: 1px 3px;
    margin: 3px 0 0 -1px;
    background: #fff;
    color: #d8d9da;
    border-color: #d8d9da;
}
.filter-bar div div.input-append .add-on i:before {
    top: 4px;
    left: 4px;
    font-size: 14px;
    color: #d0d1d1;
}
.filter-bar div div.input-append button.add-on {
    width: 24px;
    height: 24px;
}
.filter-bar div div:last-child {
    margin: 0;
}
.filter-bar div:not(.helper) {
    float: left;
}
.filter-bar div.clearfix {
    padding: 0;
    clear: both;
    float: none;
    display: block;
    height: 0;
    margin: 0;
}
.filter-bar form {
    margin: 0;
}
.filter-bar form input,
.filter-bar form select {
    margin: 0 5px 3px 0;
    padding: 1px 5px;
    color: #a7a7a7;
}
.filter-bar form select {
    padding: 1px;
    height: 23px;
}
.filter-bar form label {
    float: left;
    margin: 0 5px;
    display: block;
    line-height: 30px;
}
.filter-bar.border-none {
    border: none;
}
.filter-bar.dark {
    background: #64625f;
    color: #fff;
}
.filter-bar.dark div div.input-append .add-on {
    background: #42403e;
    color: #fff;
    border-color: #42403e;
}
.filter-bar.dark div div.input-append .add-on i:before {
    color: #767473;
    text-shadow: none;
}
.filter-bar.dark form input:focus {
    /*  border-color: #42403e;*/
}
.filter-bar.dark form input,
.filter-bar.dark form select {
    /*border-color: #42403e;*/
}
.menubar {
    height: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #efefef;
    background: #fafafa;
    margin: 0;
    font-size: 9pt;
}
.menubar ul {
    margin: 0;
    padding: 0 5px;
    list-style: none;
    height: 30px;
}
.menubar ul li {
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.menubar ul li.divider {
    border-left: 1px solid #ebebeb;
    width: 0px;
    padding: 0;
    margin: 0 8px;
}
.menubar ul li a {
    color: #7c7c7c;
    font-weight: 700;
    font-size: 9pt;
}
.menubar.links {
    border: none;
    background: none;
    height: 25px;
    padding: 0 0 5px;
}
.menubar.links ul {
    padding: 0;
    height: 25px;
}
.menubar.links ul li {
    height: 25px;
    line-height: 25px;
}
.menubar.links ul li:first-child {
    padding-left: 0;
}
.menubar.links.primary ul li a {
    color: var(--secondary-color);
}
.widget {
    background: #ffffff;
    margin: 0 auto 15px;
    position: relative;
    border: 1px solid #efefef;
}
.widget .tab-content {
    padding: 0;
}
.widget .widget-head {
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    border-bottom: 1px solid #efefef;
    text-shadow: 0 1px 0 0 1px 0 #ffffff;
    height: 35px;
    line-height: 35px;
    position: relative;
    padding: 0 15px 0 0;
    overflow: hidden;
}
.widget .widget-head.progress {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
    padding: 0;
}
.widget .widget-head .heading {
    margin: 0;
    color: #7c7c7c;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    float: left;
}
.widget .widget-head a {
    text-shadow: none;
}
.widget .widget-head .dropdown-menu li > a:hover,
.widget .widget-head .dropdown-menu li > a:focus,
.widget .widget-head .dropdown-submenu:hover > a {
    background-color: var(--secondary-color);
    background-image: -moz-linear-gradient(top, var(--secondary-color), #d24343);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(var(--secondary-color)), to(#d24343));
    background-image: -webkit-linear-gradient(top, var(--secondary-color), #d24343);
    background-image: -o-linear-gradient(top, var(--secondary-color), #d24343);
    background-image: linear-gradient(to bottom, var(--secondary-color), #d24343);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffda4c4c', endColorstr='#ffd24343', GradientType=0);
}
.widget .details {
    font-size: 8pt;
    color: #7c7c7c;
}
.widget .widget-body {
    padding: 15px;
}
.widget .widget-body form {
    margin: 0;
}
.widget .widget-body > pre:last-child,
.widget .widget-body > p:last-child {
    margin: 0;
}
.widget .widget-body.list {
    color: #7c7c7c;
    padding: 0;
}
.widget .widget-body.list .count {
    font-size: 15pt;
    font-weight: 400;
}
.widget .widget-body.list ul {
    margin: 0;
    list-style: none;
}
.widget .widget-body.list ul li {
    padding: 0 10px;
    height: 39px;
    border-bottom: 1px solid #efefef;
    position: relative;
    line-height: 39px;
    text-align: left;
    text-shadow: 0 1px 0 #ffffff;
    clear: both;
}
.widget .widget-body.list ul li .badge {
    position: absolute;
    right: 8px;
    top: 10px;
}
.widget .widget-body.list ul li:first-child {
    border-top: none;
}
.widget .widget-body.list ul li:last-child {
    border-bottom: none;
}
.widget .widget-body.list ul li .count {
    float: right;
    color: #000000;
}
.widget .widget-body.list ul li a {
    color: #000000;
    font-weight: bold;
}
.widget .widget-body.list.products li {
    height: 60px;
    line-height: 60px;
}
.widget .widget-body.list.products .img {
    float: left;
    display: inline-block;
    text-align: center;
    background: #272729;
    margin: 6px 8px 0 0;
    cursor: pointer;
}
.widget .widget-body.list.products .title {
    line-height: normal;
    display: inline-block;
    padding: 13px 0 0;
    text-transform: uppercase;
}
.widget .widget-body.list.products .title strong {
    font-family: 'Roboto', sans-serif;
    text-transform: none;
}
.widget .widget-body.list.fluid ul li {
    height: auto;
    line-height: normal;
    padding: 10px;
}
.widget .widget-body.list.list-2 ul li {
    border-bottom: 1px solid #d8d9da;
    border-top: none;
    background: #f8f8f8;
}
.widget .widget-body.list.list-2 ul li.active {
    border-color: #dddddd;
    background: #fff;
}
.widget .widget-body.list.list-2 ul li.active i:before {
    font-weight: normal;
    background: var(--secondary-color);
    color: #fff;
    text-shadow: none;
}
.widget .widget-body.list.list-2 ul li.active a {
    color: var(--secondary-color);
}
.widget .widget-body.list.list-2 ul li:last-child {
    border-bottom: none;
}
.widget .widget-body.list.list-2 ul li a {
    display: block;
    color: #222;
    padding: 0 0 0 30px;
}
.widget .widget-body.list.list-2 ul li a i:before {
    color: #555;
    width: 20px;
    height: 17px;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #dddddd;
    top: 9px;
    left: 0;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
    text-shadow: 0 1px 0 #fff;
}
.widget .widget-footer {
    background: #fafafa;
    height: 25px;
    line-height: 25px;
    border-top: 1px solid #ebebeb;
}
.widget.margin-bottom-none {
    margin-bottom: 0;
}
.widget.widget-gray {
    background: #f5f5f5;
}
.widget.widget-gray .widget-head {
    background: #e9e9e9;
    border-color: #d1d2d3;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.widget.widget-gray .widget-head .heading {
    color: #555555;
    text-shadow: 0 1px 0 #fff;
}
.widget.widget-2:before,
.widget.widget-2:after {
    display: none;
}
.widget.widget-2 .widget-head {
    background: #e2e2e4;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0);
    height: 36px;
    line-height: 36px;
    border-color: #d1d2d3;
}
.widget.widget-2 .widget-head .heading {
    line-height: 36px;
    color: #555555;
    text-shadow: 0 1px 0 #fff;
    font-size: 12pt;
}
.widget.widget-2 .widget-head .heading i:before {
    color: #555555;
    background: none;
    border: none;
    left: 3px;
    top: 2px;
}
.widget.widget-2 .widget-body {
    border: 1px solid #d1d2d3;
    border-top: 0;
    background: #f5f5f5;
}
.widget.widget-2.primary .widget-head {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.6), inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.widget.widget-2.primary .widget-head .heading {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-2.primary .widget-head .heading i:before {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.widget.widget-3:before,
.widget.widget-3:after {
    display: none;
}
.widget.widget-3 .widget-head {
    height: 36px;
    line-height: 36px;
}
.widget.widget-3 .widget-head .heading {
    display: block;
    text-align: center;
    float: none;
    line-height: 36px;
    height: 36px;
    text-transform: uppercase;
    font-size: 12pt;
}
.widget.widget-3 .widget-head .heading i:before {
    background: none;
    border: none;
    left: 3px;
    top: 5px;
    font-size: 20px;
    color: #45484d;
}
.widget.widget-3 .widget-body {
    border-bottom: 1px solid #efefef;
}
.widget.widget-3 .widget-body.large {
    font-size: 26pt;
    font-weight: bold;
    text-align: center;
    padding: 25px 0;
    vertical-align: middle;
    line-height: normal;
}
.widget.widget-3 .widget-footer {
    background: #fafafa;
    border-top: none;
}
.widget.widget-3 .widget-footer a {
    float: none;
    color: #dddddd;
    width: auto;
    padding: 0 10px 0 30px;
    border-right: 1px solid #efefef;
    text-decoration: none;
}
.widget.widget-3 .widget-footer a i:before {
    color: #dddddd;
    left: 5px;
}
.widget.widget-3 .widget-footer a:hover {
    color: var(--secondary-color);
}
.widget.widget-3 .widget-footer a:hover i:before {
    color: var(--secondary-color);
}
.widget.widget-3 .widget-footer.align-center {
    text-align: center;
}
.widget.widget-3 .widget-footer.align-center a:first-child {
    border-left: 1px solid #efefef;
}
.widget.widget-3 .widget-footer.align-right {
    text-align: right;
}
.widget.widget-3 .widget-footer.align-right a:first-child {
    border-left: 1px solid #efefef;
}
.widget.widget-3 .widget-footer.align-right a:last-child {
    border-right: none;
}
.widget.widget-4 {
    border: none;
    background: none;
}
.widget.widget-4 .widget-head {
    background: none;
    padding: 10px;
    border: none;
}
.widget.widget-4 .widget-head .heading {
    color: #544f49;
    text-shadow: none;
    padding: 0;
    margin: 0;
}
.widget.widget-4 .widget-body {
    padding: 0 10px 10px;
    border: none;
}
.widget.widget-4 .widget-body.list ul li {
    padding: 0;
}
.widget.widget-heading-simple {
    border: none;
    background: none;
}
.widget.widget-heading-simple > .widget-head {
    border: none;
    background: none;
    background-image: none !important;
    filter: none !important;
    padding: 0 0 5px;
    height: 25px;
    line-height: 25px;
}
.widget.widget-heading-simple > .widget-head .heading {
    padding: 0;
    height: 25px;
    line-height: 25px;
}
.widget.widget-heading-simple > .widget-body {
    border: 1px solid #efefef;
}
.widget.widget-body-simple {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.widget.widget-body-simple > .widget-body {
    background: none;
    border: none;
    padding: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.widget.widget-body-white > .widget-body {
    background: #ffffff;
}
.widget.widget-body-gray > .widget-body {
    background: #f4f4f4;
}
.widget.widget-body-primary > .widget-body {
    background: var(--secondary-color);
}
.widget.widget-body-primary > .widget-body * {
    color: #fff;
    text-shadow: none;
}
.widget.widget-body-inverse > .widget-body {
    background: #424242;
}
.widget.widget-body-inverse > .widget-body *,
.widget.widget-body-inverse > .widget-body i:before {
    color: #fff;
    text-shadow: none;
}
.widget.widget-body-default > .widget-body {
    background: #bbbbbb;
}
.widget.widget-body-default > .widget-body *,
.widget.widget-body-default > .widget-body i:before {
    color: #fff;
    text-shadow: none;
}
.widget.widget-body-multiple {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.widget.widget-body-multiple > .widget-body {
    margin-bottom: 7.5px;
}
.widget.widget-body-multiple > .widget-body:last-of-type {
    margin-bottom: 0;
}
.widget-flat {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.widget-flat > .widget-body {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}
.widget-activity > .widget-body {
    padding: 0 15px;
}
.widget-activity ul.list {
    list-style: none;
    margin: 0 -15px;
    padding: 0;
}
.widget-activity ul.list li {
    height: 39px;
    line-height: 39px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #efefef;
    padding: 0 15px;
    -webkit-transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    transition: background 0.5s ease;
}

.widget-messages ul li {
    border: 1px solid #e5e5e5;
    padding: 5px;
    margin: 0 0 10px;
    position: relative;
}
.widget-messages ul li .meta span {
    color: #a3a3a3;
    font-size: 12px;
}
.box-generic {
    border: 1px solid #efefef;
    padding: 0;
    position: relative;
    background: #ffffff;
    margin: 0 0 15px;
}
.box-generic.box-generic-gray {
    background: #f4f4f4;
}
.breadcrumb {
    display: inline;
    height: 43px;
    line-height: 39px;
    padding: 0 0px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    margin: 0;
    background: none;
    border: none;
    /*border-bottom: 1px solid #efefef;*/
    color: #ffffff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.breadcrumb li {
    text-shadow: none;
    line-height: 38px;
    height: 38px;
}
.breadcrumb li a {
    color: #ffffff;
    /*font-weight: 600;*/
}
.breadcrumb > li > .divider {
    /*margin: 0 5px 0 7px;*/
    vertical-align: top;
    display: inline-block;
    width: auto;
    color: #ffffff;
}
.well {
    z-index: 1;
    position: relative;
    padding: 15px;
    margin: 0 0 15px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #f4f4f4;
    border-color: #efefef;
}
.well.small {
    padding: 10px;
}
.well .popover {
    z-index: 2;
    font-size: 13px;
}
.well.white {
    background: #fff;
}
.well.primary {
    background: var(--secondary-color);
}
.well.primary,
.well.primary * {
    color: #fff;
}
.well.inverse {
    background: #424242;
}
.well.inverse,
.well.inverse * {
    color: #fff;
}
.well.info {
    background: #5cc7dd;
}
.well.info,
.well.info * {
    color: #fff;
}
.well.default {
    background: #bbbbbb;
}
.well.default,
.well.default * {
    color: #fff;
}
.well.success {
    background: #008000;
}
.well.success,
.well.success * {
    color: #fff;
}
[data-toggle='collapse-widget'] .collapse-toggle {
    position: relative;
    height: 35px;
    width: 30px;
    display: block;
    cursor: pointer;
    float: right;
    margin-right: -10px;
}
[data-toggle='collapse-widget'].widget-heading-simple .collapse-toggle {
    margin-right: 0;
    height: 25px;
}
[data-toggle='collapse-widget'].widget-heading-simple .collapse-toggle:before {
    height: 25px;
    line-height: 25px;
}
[data-toggle='collapse-widget'] a ~ .collapse-toggle {
    margin-right: 0;
}
[data-toggle='collapse-widget'][data-collapse-closed='false'] .collapse-toggle:before {
    content: '\e192';
}
[data-toggle='collapse-widget'][data-collapse-closed='true'] .collapse-toggle:before {
    content: '\e191';
}
[data-toggle='collapse-widget'][data-collapse-closed='true'] .widget-head {
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
[data-toggle='collapse-widget'] .collapse:not(.list) {
    -webkit-transition: padding 0.1s ease;
    -moz-transition: padding 0.1s ease;
    -o-transition: padding 0.1s ease;
    -ms-transition: padding 0.1s ease;
    transition: padding 0.1s ease;
    padding: 0px;
}
[data-toggle='collapse-widget'] .collapse:not(.list).in {
    padding: 15px;
}
.hero-unit {
    background: none;
    border: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.widget-search div {
    padding-right: 12px;
}
.widget-search input {
    width: 100%;
}
.widget.widget-tabs {
    border-color: #efefef;
}
.widget.widget-tabs .tab-content {
    padding: 0;
}
.widget.widget-tabs > .widget-head {
    background: #ffffff;
    border-color: #efefef;
    overflow: visible;
}
.widget.widget-tabs > .widget-head ul {
    position: relative;
    overflow: visible;
    list-style: none;
    height: 35px;
    margin: 0;
    display: inline-block;
}
.widget.widget-tabs > .widget-head ul li {
    height: 35px;
    line-height: 35px;
    float: left;
    display: block;
    border-right: 1px solid #efefef;
}
.widget.widget-tabs > .widget-head ul li a {
    width: auto;
    height: 35px;
    display: block;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    color: #7c7c7c;
    text-decoration: none;
}
.widget.widget-tabs > .widget-head ul li a i:before {
    left: 5px;
    top: 5px;
    color: #9d9d9d;
    text-shadow: 0 1px 0 #ffffff;
}
.widget.widget-tabs > .widget-head ul li.active {
    height: 36px;
    background: #fff;
    color: #505050;
}
.widget.widget-tabs > .widget-head ul li.active a {
    color: #505050;
}
.widget.widget-tabs > .widget-head ul li.active a i:before {
    color: #505050;
}
.widget.widget-tabs > .widget-body.large {
    padding: 25px;
}
.widget.widget-tabs-double > .widget-head {
    height: 40px;
}
.widget.widget-tabs-double > .widget-head ul {
    height: 40px;
}
.widget.widget-tabs-double > .widget-head ul li,
.widget.widget-tabs-double > .widget-head ul li.active {
    height: 40px;
    line-height: 20px;
}
.widget.widget-tabs-double > .widget-head ul li a,
.widget.widget-tabs-double > .widget-head ul li.active a {
    height: 35px;
    padding: 5px 0 0;
}
.widget.widget-tabs-double > .widget-head ul li a span,
.widget.widget-tabs-double > .widget-head ul li.active a span {
    display: block;
    line-height: 15px;
}
.widget.widget-tabs-double-2 {
    border: none;
}
.widget.widget-tabs-double-2 > .widget-head {
    border: 1px solid #efefef;
    border-bottom: none;
    height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head.border-bottom {
    border-bottom: 1px solid #efefef;
}
.widget.widget-tabs-double-2 > .widget-head ul {
    height: 70px;
}
.widget.widget-tabs-double-2 > .widget-head ul li {
    height: 70px;
    line-height: 20px;
}
.widget.widget-tabs-double-2 > .widget-head ul li a {
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    -ms-transition: color 1s ease;
    transition: color 1s ease;
    height: 70px;
    padding: 5px 0 0;
    text-decoration: none;
    text-align: center;
}
.widget.widget-tabs-double-2 > .widget-head ul li a span {
    display: block;
    line-height: 30px;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active {
    height: 70px;
    background: #f4f4f4;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a {
    color: #444;
}
.widget.widget-tabs-double-2 > .widget-head ul li.active a i:before {
    color: #444;
}
.widget.widget-tabs-double-2 > .widget-body {
    padding: 0;
}
.widget.widget-tabs-double-2 .widget-body-regular {
    padding: 10px;
    border: 1px solid #efefef;
}
.widget.widget-tabs-double-2 .widget-body-regular p:last-child {
    margin: 0;
}
.widget.widget-tabs-vertical .widget-head {
    border: none;
    height: auto;
    padding: 0;
}
.widget.widget-tabs-vertical .widget-head ul {
    display: block;
    height: auto;
}
.widget.widget-tabs-vertical .widget-head ul li {
    float: none;
    display: block;
    border-right: none;
    border-bottom: 1px solid #efefef;
}
.widget.widget-tabs-vertical .widget-head ul li:last-child {
    border: none;
}
.widget.widget-tabs-vertical .widget-body {
    padding: 0;
}
.widget.widget-tabs-vertical .widget-body .tab-content {
    padding: 12px 15px;
}
.widget.widget-tabs-2 {
    border-bottom: 1px solid #efefef;
}
.widget.widget-tabs-2.border-bottom-none {
    border-bottom: none;
}
.widget.widget-tabs-2 > .widget-head {
    background: #fff;
    border: none;
    border-bottom: 1px solid #efefef;
    padding: 0 10px;
}
.widget.widget-tabs-2 > .widget-head ul {
    border-color: #efefef;
}
.widget.widget-tabs-2 > .widget-head ul li {
    border: none;
}
.widget.widget-tabs-2 > .widget-head ul li.active {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
    background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
    background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
    background-repeat: repeat-x;
}
.widget.widget-tabs-2 > .widget-head ul li a {
    border: 1px solid #dddddd;
    border-bottom: none;
    border-right: none;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
}
.widget.widget-tabs-2 > .widget-head ul li:first-child a {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.widget.widget-tabs-2 > .widget-body {
    background: #fff;
    border: none;
    padding: 15px;
}
.widget.tabs-right .widget-head ul {
    float: right;
}
.widget.widget-tabs-icons-only .widget-body {
    padding: 0;
}
.widget.widget-tabs-icons-only .widget-body p:last-child {
    margin: 0;
}
.widget.widget-tabs-icons-only .widget-head {
    padding: 0 0 10px;
}
.widget.widget-tabs-icons-only .widget-head ul {
    display: block;
    overflow: hidden;
    position: relative;
    list-style: none;
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 0;
}
.widget.widget-tabs-icons-only .widget-head ul li {
    color: #949494;
    float: left;
    display: block;
    padding: 0 10px 0 0;
    font-size: 8pt;
    line-height: 30px;
}
.widget.widget-tabs-gray {
    background: #f4f4f4;
}
.widget.widget-tabs-gray > .widget-head {
    background: #dbdbdb;
}
.widget.widget-tabs-gray > .widget-head ul li,
.widget.widget-tabs-gray > .widget-head ul li i:before {
    color: #7c7c7c !important;
    text-shadow: none;
}
.widget.widget-tabs-gray > .widget-head ul li.active {
    background: #f4f4f4;
}
.widget.widget-tabs-gray > .widget-head ul li.active,
.widget.widget-tabs-gray > .widget-head ul li.active i:before {
    color: #444 !important;
    text-shadow: none;
}
.nav-tabs > li > a:hover {
    background: var(--secondary-color);
    border-bottom-color: var(--secondary-color);
    color: #fff;
}
.nav-tabs {
    border-bottom-color: var(--secondary-color);
}
.nav-tabs > li > a {
    padding: 6px 8px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
    background: var(--secondary-color);
    border-top-color: var(--secondary-color);
    border-left-color: var(--secondary-color);
    border-right-color: var(--secondary-color);
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.2);
}
.tab-content {
    overflow: visible;
    padding: 0;
}
.btn {
    font-weight: 600;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-shadow: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.btn.active,
.btn:active {
    outline: 0;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
}
.btn-block {
    width: 100%;
}
/*.btn + .btn:not(.btn-block) {*/

.btn {
    margin: 0 0 0 5px;
    padding: 3px 12px;
    /*margin: 0 5px 5px 0;*/
}
@media (max-width: 480px) {
    .btn {
        margin: 0 0 0 2px;
        padding: 3px 5px;
    }
    .dropdown-menu {
        min-width: 0px;
    }
}
.input-append .btn + .btn,
.input-prepend .btn + .btn {
    margin-left: -1px;
}
.btn-group .btn + .btn:not(.btn-block) {
    margin-left: -1px;
}
.btn-group.dropup .btn:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.btn-default {
    background: #e7e7e7;
    border-color: #e7e7e7;
}
.btn-group.open .btn-default.dropdown-toggle,
.btn-default.disabled,
.btn-default[disabled],
.btn-default:hover,
.btn-default:focus {
    background: #e8e8e8;
}
.btn-default:active,
.btn-default.active {
    background: #e8e8e8;
    color: #fff;
    text-shadow: none;
}
.btn-default .caret {
    border-top-color: rgba(0, 0, 0, 0.5);
}
.btn-warning {
    background: #ab7a4b;
    border-color: #ab7a4b;
    color: #ffffff;
}
.btn-group.open .btn-warning.dropdown-toggle,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning:hover,
.btn-warning:focus {
    background: #ab7a4b;
    color: #fff;
}
.btn-warning:active,
.btn-warning.active {
    background: #ab7a4b;
    color: #fff;
}
.btn-warning .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-info {
    background: #5cc7dd;
    border-color: #5cc7dd;
    color: #ffffff;
}
.btn-group.open .btn-info.dropdown-toggle,
.btn-info.disabled,
.btn-info[disabled],
.btn-info:hover,
.btn-info:focus {
    background: #5cc7dd;
    color: #fff;
}
.btn-info:active,
.btn-info.active {
    background: #5cc7dd;
    color: #fff;
}
.btn-info .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-danger {
    background: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}
.btn-group.open .btn-danger.dropdown-toggle,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger:hover,
.btn-danger:focus {
    background: #ff0000;
    color: #fff;
}
.btn-danger:active,
.btn-danger.active {
    background: #ff0000;
    color: #fff;
}
.btn-danger .caret {
    border-top-color: rgba(255, 255, 255, 0.7);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}
.btn-primary {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
}
.btn-zone,
.btn-zone:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
}
.btn-tag,
.btn-tag:hover {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
}
.btn-document {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #ffffff;
}
.btn-document:hover {
    opacity: 0.5;
}
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:hover,
.btn-primary:focus {
    background: var(--secondary-color);
    color: #fff;
}
.btn-primary:active,
.btn-primary.active {
    background: var(--secondary-color);
    color: #fff;
}
.btn-primary .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
.btn-inverse {
    background: #424242;
    border-color: #424242;
    color: #ffffff;
}
.btn-group.open .btn-inverse.dropdown-toggle,
.btn-inverse.disabled,
.btn-inverse[disabled],
.btn-inverse:hover,
.btn-inverse:focus {
    background: #424242;
    color: #fff;
}
.btn-inverse:active,
.btn-inverse.active {
    background: #424242;
    color: #fff;
}
.btn-inverse .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.btn-success {
    background: #008000;
    border-color: #008000;
    color: #ffffff;
}
.btn-group.open .btn-success.dropdown-toggle,
.btn-success.disabled,
.btn-success[disabled],
.btn-success:hover,
.btn-success:focus {
    background: #008000;
    color: #fff;
}
.btn-success:active,
.btn-success.active {
    background: #008000;
    color: #fff;
}
.btn-success .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.btn-group .btn-primary:not(.dropdown-toggle),
.btn-group .btn-primary:not('[data-toggle*=""]') {
    margin-right: 2px;
}
.btn-group-vertical.block {
    display: block;
}
.btn-group.btn-block {
    padding: 0;
    position: relative;
}
.btn-group.btn-block .dropdown-toggle {
    width: 30px;
    float: right;
    box-sizing: border-box;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.btn-icon-stacked {
    text-align: left;
    padding: 5px 5px 5px 45px;
}
.btn-icon-stacked i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.btn-icon-stacked i:before {
    left: auto;
    top: auto;
    position: relative;
    text-align: center;
}
.btn-icon-stacked span {
    display: block;
    font-size: 13px;
    line-height: normal;
}
.btn-facebook {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #5d7cb6;
    border: 1px solid #5d7cb6;
}
.btn-facebook i:before {
    color: #fff;
}
.btn-facebook:hover {
    background: #8098c6;
    color: #fff;
}
.btn-google {
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #9e3838;
    border: 1px solid #9e3838;
}
.btn-google i:before {
    color: #fff;
}
.btn-google:hover {
    background: #bf4a4a;
    color: #fff;
}
.btn-toggle-code {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
#demo_buttons .btn-block {
    max-width: 200px;
    margin: 0 auto;
}
#demo_buttons thead th {
    width: 25%;
}
.form-inline.small input,
.form-inline.small select {
    margin: 0 5px 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    padding: 1px 5px;
    border-color: #d8d9da;
    color: #a7a7a7;
}
.form-inline.small select {
    padding: 1px 0;
    height: 23px;
}
.form-inline.small select:last-child {
    margin-right: 0;
}
.form-inline.small label {
    float: left;
    margin: 0 5px 0 0;
    display: block;
}
.form-inline.small .input-append.block {
    display: block;
}
.form-inline.small .input-append input {
    margin: 0;
    width: 85%;
}
.form-inline.small .input-append .add-on {
    padding: 1px 3px;
    margin: 0 0 0 -1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    color: #d8d9da;
    border-color: #d8d9da;
}
.form-inline.small .input-append .add-on i:before {
    top: 4px;
    left: 4px;
    font-size: 14px;
    color: #d0d1d1;
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
    border-color: #efefef;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
select,
textarea,
input[type='text'],
input[type='password'],
input[type='datetime'],
input[type='datetime-local'],
input[type='date'],
input[type='month'],
input[type='time'],
input[type='week'],
input[type='number'],
input[type='email'],
input[type='url'],
input[type='search'],
input[type='tel'],
input[type='color'],
.uneditable-input {
    font-size: 13px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
    margin-left: 3px;
}
.checkbox.inline {
    padding-bottom: 1px;
}
label,
input,
button,
select,
textarea {
    font-size: 13px;
}
.input-full input {
    width: 83%;
    height: 17px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu {
    font-size: 13px;
}
.strong {
    font-weight: bold;
}

.control-label.center {
    text-align: center;
}
.form-actions {
    background: none;
    border: none;
    margin: 0;
}
.form-horizontal .form-actions {
    margin-top: 0;
    padding: 0;
}
.form-horizontal .controls {
    margin-left: 145px;
}
.form-horizontal .control-label {
    width: 125px;
}
.form-horizontal .control-group:last-child {
    margin: 0;
}
.input-prepend .add-on,
.input-append .add-on {
    background: #fff;
    border-color: #efefef;
}
.input-prepend .add-on i:before,
.input-append .add-on i:before {
    color: #d0d1d1;
}
.input-prepend .add-on icon,
.input-append .add-on icon {
    margin-top: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child,
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child,
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child,
.input-append input,
.input-append select,
.input-append .uneditable-input,
.fileupload-new .input-append .btn-file,
.btn-group > .btn:first-child,
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle,
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background: var(--secondary-color);
}
.ms-container .custom-header {
    height: 30px;
    line-height: 30px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    padding: 0 15px;
    font-weight: 600;
    border: 1px solid #efefef;
}
.ms-container .custom-header:not(.custom-footer) {
    border-bottom: none;
}
.ms-container .custom-header.custom-footer {
    border-top: none;
}
img.flag {
    height: 10px;
    width: 15px;
    padding-right: 10px;
    z-index: 99999;
}
.bootstrap-timepicker-widget table td {
    font-size: 13px;
}
.bootstrap-timepicker > [class*='icon-'] {
    vertical-align: text-top;
    margin: 0 0 0 -22.5px;
    pointer-events: none;
    position: relative;
    cursor: pointer;
}
.toggle-button {
    vertical-align: middle;
    border-color: #bebebe;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.toggle-button label {
    background-image: none !important;
    filter: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.toggle-button.primary {
    border-color: var(--secondary-color);
}
.toggle-button.primary span {
    background: var(--secondary-color);
    color: #fff;
    text-shadow: none;
    text-shadow: 0 1px 0 #444;
}
.toggle-button.danger {
    border-color: #ff0000;
}
.toggle-button.danger span {
    background: #ff0000;
    color: #fff;
    text-shadow: none;
    text-shadow: 0 1px 0 #444;
}
.toggle-button.warning {
    border-color: #ab7a4b;
}
.toggle-button.warning span {
    background: #ab7a4b;
    color: #fff;
    text-shadow: none;
    text-shadow: 0 1px 0 #444;
}
.toggle-button.success {
    border-color: #008000;
}
.toggle-button.success span {
    background: #008000;
    color: #fff;
    text-shadow: none;
    text-shadow: 0 1px 0 #444;
}
.toggle-button.inverse {
    border-color: #424242;
}
.toggle-button.inverse span {
    background: #424242;
    color: #fff;
    text-shadow: none;
    text-shadow: 0 1px 0 #444;
}
.table {
    margin: 0 0 15px;
    position: relative;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.table.table-white {
    background: #fff;
}
.table th,
.table td {
    border-top-color: #ebebeb;
}
.table td.center,
.table th.center {
    text-align: center;
}
.table td.right,
.table th.right {
    text-align: right;
}
.table-condensed {
    font-size: 10pt;
}
.table-condensed th,
.table-condensed td {
    padding: 4px 10px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #fafafa;
}
.table-bordered {
    border-color: #efefef;
    width: 100%;
    /*text-align:center;*/
    /* Reset rounded corners */
}
.table-bordered th,
.table-bordered td {
    border-color: #efefef;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.table-fill td {
    background: #f8f8f8;
}
.table .alert:last-child {
    margin: 0;
}
.table-large-spacing td {
    padding: 20px 15px;
}
.table .thead td {
    padding: 8px;
    font-weight: bold;
}
.table-vertical-center td,
.table-vertical-center th {
    vertical-align: middle;
}
.table-thead-simple thead th {
    background: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ebebeb;
    color: #7c7c7c;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    text-shadow: none;
    text-transform: none;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0), inset -1px -1px 1px rgba(0, 0, 0, 0);
}
.table-thead-simple.table-thead-border-none {
    border-top: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.table-thead-simple.table-thead-border-none thead th {
    border-bottom: none;
}
.table-thead-simple.table-thead-border-none thead:first-child tr:first-child > th:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > td:last-child,
.table-thead-simple.table-thead-border-none tbody:first-child tr:first-child > th:last-child {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.table-primary {
    border-color: #efefef;
    border-top: none;
}
.table-primary thead th {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 14px;
}
.table-primary tbody td {
    color: #7c7c7c;
    background: #fafafa;
    border-width: 0px;
}
.table-primary tbody td.important {
    color: var(--secondary-color);
    font-weight: 600;
}
.table-primary tbody td.actions {
    padding-right: 1px;
}
.table-primary.table-bordered tbody td {
    border-color: #efefef;
    border-width: 1px;
    /*
			box-shadow: 0 0 0 1px #fff inset;
			-webkit-box-shadow: 0 0 0 1px #fff inset;
			-moz-box-shadow: 0 0 0 1px #fff inset;
			*/
}
.table-primary tbody tr:nth-child(odd) td,
.table-primary tbody tr:nth-child(odd) th {
    background: #ffffff;
}
.table-primary tbody tr.selectable td {
    cursor: pointer;
}
.table-primary tbody tr.selected td,
.table-primary tbody tr.selectable:hover td {
    background: #dbdbdb;
}
.row-fluid [class*='span']:last-of-type .dataTables_filter {
    text-align: right;
}
@media only screen and (max-width: 979px) {
    .table-responsive.swipe-horizontal {
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
        width: 100%;
        border-left: 1px solid #ddd;
    }
    .table-responsive.swipe-horizontal th,
    .table-responsive.swipe-horizontal td {
        display: block;
        margin: 0;
        vertical-align: top;
    }
    .table-responsive.swipe-horizontal th {
        text-align: right;
        border-bottom: 0;
        border-left: 0;
    }
    .table-responsive.swipe-horizontal td {
        min-height: 1.25em;
        text-align: left;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
        border-top: 0;
        font-size: 13px;
    }
    .table-responsive.swipe-horizontal thead {
        display: block;
        float: left;
    }
    .table-responsive.swipe-horizontal thead tr {
        display: block;
    }
    .table-responsive.swipe-horizontal tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
        word-spacing: 0;
        letter-spacing: 0;
        font-size: 0;
    }
    .table-responsive.swipe-horizontal tbody tr {
        display: inline-block;
        vertical-align: top;
        border-left: 1px solid #e5e5e5;
    }
    .table-responsive.block {
        /* Force table to not be like tables anymore */
        /* Hide table headers (but not display: none;, for accessibility) */
        /* Label the data */
    }
    .table-responsive.block table,
    .table-responsive.block thead,
    .table-responsive.block tbody,
    .table-responsive.block th,
    .table-responsive.block td,
    .table-responsive.block tr {
        display: block;
    }
    .table-responsive.block thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-responsive.block tr {
        border: 1px solid #e5e5e5;
    }
    .table-responsive.block td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }
    .table-responsive.block td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        vertical-align: middle;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: right;
        font-weight: bold;
    }
    .table-responsive.block td:before {
        content: attr(data-title);
    }
}
.label.large {
    height: 29px;
    padding: 0 10px;
    line-height: 29px;
    background: #e5e5e5;
    color: #64625f;
    text-shadow: 0 1px 0 #fff;
}
.label.label-primary {
    background: var(--secondary-color);
}
.label.label-warning {
    background: #ab7a4b;
}
.label.label-important {
    background: #ff0000;
}
.label.label-success {
    background: #008000;
}
.label.label-block {
    display: block;
}
.badge.fix {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    padding: 0;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    border: none;
}
.badge.badge-primary {
    background: var(--secondary-color);
}
.badge.badge-warning {
    background: #ab7a4b;
}
.badge.badge-danger {
    background: #ff0000;
}
.badge.badge-success {
    background: #008000;
}
.badge.badge-info {
    background: #5cc7dd;
}
.badge.badge-block {
    display: block;
}
.tooltip .tooltip-inner {
    background-color: var(--secondary-color);
    color: #fff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.tooltip.right .tooltip-arrow {
    border-right-color: var(--secondary-color);
}
.tooltip.left {
    margin-left: -13px;
}
.tooltip.left .tooltip-arrow {
    border-left-color: var(--secondary-color);
}
.tooltip.top .tooltip-arrow {
    border-top-color: var(--secondary-color);
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: var(--secondary-color);
}
.modal-backdrop {
    z-index: 10000;
    background: #000000;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.modal {
    z-index: 100001;
    border-color: #efefef;
    background: #ffffff;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.modal .modal-header {
    padding: 0 10px;
    height: 29px;
    line-height: 29px;
    border-color: #efefef;
    background-image: none !important;
    filter: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background: #f4f4f4;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.modal .modal-header h3 {
    font-size: 14px;
}
.modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 10px;
    padding: 0;
    margin: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #7c7c7c;
    text-shadow: none;
}
.modal .modal-body {
    padding: 10px;
}
.modal .modal-body p:last-child {
    margin: 0;
}
.modal .modal-footer {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #ebebeb;
    padding: 10px;
    background: #fafafa repeat;
}
.modal.modal-inverse {
    background: #424242;
    border-color: #424242;
    color: #fff;
}
.modal.modal-inverse .modal-header {
    background: #424242;
    border-color: #5c5c5c;
}
.modal.modal-inverse .modal-header,
.modal.modal-inverse .modal-header * {
    color: #fff;
}
.modal.modal-inverse .modal-footer {
    background: #424242;
    border-color: #5c5c5c;
}
.modal.modal-primary {
    background: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
}
.modal.modal-primary .modal-header {
    background: var(--secondary-color);
    border-color: #eb6a5a;
}
.modal.modal-primary .modal-header,
.modal.modal-primary .modal-header * {
    color: #fff;
}
.modal.modal-primary .modal-footer {
    background: var(--secondary-color);
    border-color: #eb6a5a;
}
.modal.modal-info {
    background: #5cc7dd;
    border-color: #5cc7dd;
    color: #fff;
}
.modal.modal-info .modal-header {
    background: #5cc7dd;
    border-color: #86d5e6;
}
.modal.modal-info .modal-header,
.modal.modal-info .modal-header * {
    color: #fff;
}
.modal.modal-info .modal-footer {
    background: #5cc7dd;
    border-color: #86d5e6;
}
.modal.modal-warning {
    background: #ab7a4b;
    border-color: #ab7a4b;
    color: #fff;
}
.modal.modal-warning .modal-header {
    background: #ab7a4b;
    border-color: #be946b;
}
.modal.modal-warning .modal-header,
.modal.modal-warning .modal-header * {
    color: #fff;
}
.modal.modal-warning .modal-footer {
    background: #ab7a4b;
    border-color: #be946b;
}
.modal.modal-success {
    background: #008000;
    border-color: #008000;
    color: #fff;
}
.modal.modal-success .modal-header {
    background: #008000;
    border-color: #79ae69;
}
.modal.modal-success .modal-header,
.modal.modal-success .modal-header * {
    color: #fff;
}
.modal.modal-success .modal-footer {
    background: #008000;
    border-color: #79ae69;
}
.progress {
    background: #f0f0f0;
    margin: 0 0 10px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.progress .bar {
    background-image: none !important;
    filter: none !important;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background: #7a7a7a;
}
.progress .bar.right {
    text-align: right;
    text-indent: 10px;
    direction: rtl;
}
.progress.white {
    background: #fff;
}
.progress.progress-success .bar {
    background: #008000;
}
.progress.progress-warning .bar {
    background: #ab7a4b;
}
.progress.progress-primary .bar {
    background: var(--secondary-color);
}
.progress.progress-danger .bar {
    background: #ff0000;
}
.progress.progress-inverse .bar {
    background: #424242;
}
.progress.progress-small {
    height: 16px;
}
.progress.progress-small .bar {
    font-size: 8px;
    line-height: 16px;
}
.progress.progress-small .bar.right {
    text-indent: 2px;
}
.progress.progress-mini {
    height: 10px;
}
.pager li > a,
.pager li > span {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    border-color: #dbdbdb;
    background: #dbdbdb;
    color: #444;
}
.pager li:hover > a,
.pager li:hover > span {
    background: #424242;
    border-color: #424242;
    color: #fff;
}
.pager li.disabled > a,
.pager li.disabled > span {
    border-color: #efefef;
}
.pagination ul {
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    vertical-align: middle;
}
.pagination ul > li > a:hover,
.pagination ul > li.primary > a {
    border-color: #424242;
    background: #424242;
    color: #fff;
    text-shadow: none;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    border-color: #424242;
    background: #424242;
    color: #fff;
}
.pagination ul > li > a,
.pagination ul > li > span {
    border-color: #dbdbdb;
    background: #dbdbdb;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #444;
    font-weight: 600;
}
.pagination ul > li > a {
    margin-right: 1px !important;
}
.pagination ul > .primary.disabled > a,
.pagination ul > .disabled > a,
.pagination ul > .disabled > span {
    border-color: #efefef;
    background: #ffffff;
    color: #dddddd;
    font-weight: 600;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.pagination ul > .disabled > a:hover {
    border-color: #efefef;
    background: #ffffff;
    color: #dddddd;
    text-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.ui-widget-header {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #fafafa;
    border-color: #dddddd;
    color: #797979;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.calendar-state-for {
    background: var(--secondary-color);
    color: #fff;
}
.ui-widget-content {
    border: none;
}
.widget-body-gray .ui-datepicker {
    background: none;
    padding: 0;
    font-size: 12px;
}
.widget-body-gray .ui-datepicker .ui-widget-header {
    background: none;
    color: #4d4d4d;
    border: none;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar {
    border-collapse: collapse;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar thead {
    background: #cecece;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar thead th {
    padding: 0.5em 0.3em;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar tbody td {
    padding: 0;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar tbody td span {
    text-align: center;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar tbody td a {
    text-align: center;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-default {
    background: none;
    color: #4d4d4d;
    font-weight: 600;
}
.widget-body-gray .ui-datepicker .ui-datepicker-calendar tbody td a.ui-state-active {
    background: var(--secondary-color);
    color: #fff;
}
.ui-datepicker-inline {
    width: 100%;
    padding: 0;
}
.datepicker-inline {
    margin: 0 0 5px;
}
@media (max-width: 480px) {
    /* badges only on small screens */
}
.nav-timeline > li {
    margin: 0 0 5px;
}
.nav-timeline > li > a {
    background: #b3b3b3;
    border: none;
    margin: 0 !important;
    font-weight: 600;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}
.nav-timeline > li.active > a {
    background: var(--secondary-color);
}
.thumb {
    background-color: #dedede;
    display: block;
    padding: 3px;
    border: 1px solid #efefef;
    max-height: 186px;
    /*margin: -4px;
  /*background: #fff;*/
}
.thumb.small {
    max-width: 80px;
}
.thumbnails {
    margin: 0;
}
.thumbnails > li {
    margin-bottom: 15px;
}
.thumbnails > li .thumbnail {
    border-color: #efefef;
    background: #ffffff;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.thumbnails > li .thumbnail .caption {
    color: #7c7c7c;
}
.thumbnails > li a.thumbnail:hover,
.thumbnails > li a.thumbnail:focus {
    border-color: var(--secondary-color);
    -webkit-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
    box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
    text-decoration: none;
}
.thumbnail {
    border-color: #efefef;
}
a.thumbnail .caption {
    display: block;
}
a.thumbnail:hover,
a.thumbnail:focus {
    border-color: var(--secondary-color);
    -webkit-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
    box-shadow: 0 1px 4px rgba(229, 65, 45, 0.25);
    text-decoration: none;
}
#calendar .btn-group .btn-primary {
    margin-right: 2px;
}
html.front.top-full .navbar.main {
    height: auto;
    left: 0 !important;
    background: var(--secondary-color);;
    border-bottom-color: var(--secondary-color);;
}
html.front.top-full .navbar.main .btn-navbar {
    height: 30px;
    float: none;
    background: #f4f4f4;
    border: none;
}
html.front.top-full .navbar.main .btn-navbar span {
    background: #dbdbdb;
}
html.front.top-full .navbar.main > .container-960 > .topnav > li {
    height: 57px;
    line-height: 57px;
    border-right: none;
}
html.front.top-full .navbar.main > .container-960 > .topnav > li > a {
    height: 57px;
    line-height: 57px;
    font-size: 14px;
    color: #999999;
}
html.front.top-full .navbar.main > .container-960 > .topnav > li.active > a {
    background: none;
    color: #ffffff;
}
html.front.top-full .navbar.main .secondary {
    height: 30px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dbdbdb;
}
html.front.top-full .navbar.main .secondary .topnav > li {
    height: 30px;
    line-height: 30px;
    border-color: #dbdbdb;
}
html.front.top-full .navbar.main .secondary .topnav > li > a {
    height: 30px;
    line-height: 30px;
    color: #dbdbdb;
}
html.front.top-full .navbar.main .secondary .topnav > li:hover > a {
    background: #f4f4f4;
    color: #4d4d4d;
}
html.front.top-full .navbar.main .secondary .topnav > li.follow a {
    font-weight: 400;
}
html.front.top-full .navbar.main .secondary .topnav > li.follow:hover {
    background: #f4f4f4;
}
html.front.top-full .navbar.main .secondary .topnav > li.follow:hover a {
    background: none;
    color: #dbdbdb;
}
html.front.top-full .navbar.main .secondary .topnav > li.follow:hover span {
    color: #4d4d4d;
}
html.front.top-full .navbar.main .secondary .topnav > li.follow [class*='icon-']:hover {
    color: var(--secondary-color);
}
html.front.top-full .navbar.main .secondary .topnav > li.inverse:not(:hover) {
    background: #424242;
}
html.front.top-full .navbar.main .secondary .topnav > li.inverse:not(:hover) a,
html.front.top-full .navbar.main .secondary .topnav > li.inverse:not(:hover) a i:before {
    color: #fff;
}
html.front.top-full .navbar.main .secondary .topnav > li.primary:not(:hover) {
    background: var(--secondary-color);
}
html.front.top-full .navbar.main .secondary .topnav > li.primary:not(:hover) a,
html.front.top-full .navbar.main .secondary .topnav > li.primary:not(:hover) a i:before {
    color: #fff;
}
html.front.top-full .navbar.main .secondary .topnav > li.active:not(:hover) a {
    color: #4d4d4d;
}
html.front.top-full .navbar.main .secondary .topnav > li.active:not(:hover) a i:before {
    color: var(--secondary-color);
}
html.front.top-full .navbar.main .secondary .topnav > li.active:hover a i:before {
    color: var(--secondary-color);
}
html.front #content {
    margin: 0;
    padding: 0;
}
html.front #footer {
    height: auto;
    line-height: 20px;
    background: #1f2123;
    color: #919192;
}
html.front #footer a {
    color: var(--secondary-color);
    text-decoration: none;
}
html.front #footer .copy {
    color: #efefef;
    text-align: left;
}
html.front #footer .box-generic {
    background: #191a1c;
    border: none;
}
html.front #footer h4 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    text-shadow: none;
    color: #fff;
    margin: 0 0 8px;
}
html.front #footer ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
html.front #footer ul li {
    display: block;
    background: #191a1c;
    margin: 0 0 1px;
    line-height: 30px;
    height: 30px;
}
html.front #footer ul li a {
    line-height: 30px;
    height: 30px;
    display: block;
    padding: 0 10px;
}
html.front #footer ul.icons li {
    padding: 0 10px 0 35px;
}
html.front #footer ul.icons li i:before {
    top: 7px;
    left: 10px;
}
.separator-line {
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    margin-bottom: 10px;
}
.container-960 {
    width: 960px;
    margin: 0 auto;
}
.lt-ie9 .widget .widget-body.list ul li {
    border-bottom: 1px solid #efefef;
}
.lt-ie9 .filter-bar div div.input-append .add-on {
    width: 24px;
    padding-right: 0;
    padding-left: 0;
}
.lt-ie9 .filter-bar div div.input-append .add-on i {
    width: 24px;
    height: 24px;
    display: block;
    vertical-align: middle;
    line-height: 24px;
}
.lt-ie9 .filter-bar div div.input-append .add-on i:before {
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: auto;
}
.lt-ie9 .navbar.main .topnav .dropdown > a .caret {
    vertical-align: middle;
    margin-top: 0;
    top: 0;
}
/* Desktop wide */

/* Desktop regular */

@media (min-width: 980px) and (max-width: 1199px) {
    body > .container-fluid.fixed {
        width: 98%;
        margin: 10px auto 10px;
    }
    .hidden-desktop-1 {
        display: none !important;
    }
}
/* Tablet Landscape */

@media (max-width: 1199px) {
    /*#menu .btn-navbar { display: block !important; }*/
}
/* Phone & Tablet Portrait */

/* Tablet */

@media (max-width: 979px) and (min-width: 768px) {
    /* Dashboard Fix */

    .tablet-column-reset {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        clear: both !important;
    }
    .container-960 {
        width: auto;
    }
    #content .view-content-wrapper > .container-960,
    #content [id*='landing'] .container-960 {
        margin: 0 10px;
    }
}
@media (max-width: 979px) {
    body > .container-fluid.fixed {
        width: auto;
        border: none;
        margin: 0;
    }
}
@media (max-width: 767px) {
    body {
        padding: 0;
    }
    .container-960 {
        width: auto;
    }
    .nav-tabs > li > a {
        font-size: 10pt;
    }
    .nav-tabs > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .phone-margin.bottom {
        margin: 0 0 10px;
    }
    .well {
        padding: 5px;
    }
    .margin-bottom-phone {
        margin-bottom: 15px !important;
    }
    .padding-bottom-none-phone {
        padding-bottom: 0 !important;
    }
    .layout-timeline ul.timeline > li .alert-gray {
        padding: 8px;
    }
    .widget .widget-body {
        padding: 5px;
    }
    .widget.margin-bottom-none {
        margin-bottom: 10px;
    }
    .widget.widget-tabs .widget-head {
        height: auto;
        padding: 0;
    }
    .widget.widget-tabs .widget-head ul {
        display: block;
        border-right: none;
        height: auto;
    }
    .widget.widget-tabs .widget-head ul li {
        float: none;
        display: block;
        width: 100%;
    }
    .widget.widget-tabs-icons-only .widget-head {
        height: auto;
    }
    .widget-chat .media .pull-left,
    .widget-chat .media .pull-right {
        margin: 0;
    }
    .widget-chat .chat-controls {
        height: 60px;
    }
    .widget-chat {
        padding-bottom: 90px !important;
    }
    .widget-chat .media small.author {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: auto;
    }
    .widget-chat .media small.date {
        border: none;
    }
    .layout-timeline {
        padding: 0;
    }
    .layout-timeline ul.timeline {
        padding: 0;
    }
    .layout-timeline ul.timeline > li,
    .layout-timeline ul.timeline > li:nth-child(odd) {
        left: auto;
        margin-left: 0;
        width: auto;
    }
    .layout-timeline ul.timeline > li .date,
    .layout-timeline ul.timeline > li:nth-child(odd) .date {
        position: relative;
        left: auto;
        display: block;
        top: auto;
        right: auto;
    }
    .layout-timeline ul.timeline > li .type,
    .layout-timeline ul.timeline > li:nth-child(odd) .type {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        margin: 0 60px 10px 0;
        right: auto;
        padding: 0 35px 0 0;
    }
    .layout-timeline ul.timeline > li .type i:before,
    .layout-timeline ul.timeline > li:nth-child(odd) .type i:before {
        left: auto;
        right: 0;
    }
    .layout-timeline ul.timeline > li .type:before,
    .layout-timeline ul.timeline > li:nth-child(odd) .type:before,
    .layout-timeline ul.timeline > li .type:after,
    .layout-timeline ul.timeline > li:nth-child(odd) .type:after {
        display: none;
        left: auto;
    }
    .layout-timeline ul.timeline > li .type .time,
    .layout-timeline ul.timeline > li:nth-child(odd) .type .time {
        top: 0;
        right: -40px;
        left: auto;
    }
    .layout-timeline ul.timeline > li .separator .type,
    .layout-timeline ul.timeline > li:nth-child(odd) .separator .type {
        top: auto;
    }
    .layout-timeline ul.timeline > li.active .separator .type,
    .layout-timeline ul.timeline > li:nth-child(odd).active .separator .type {
        margin-bottom: 0;
    }
    .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head {
        height: 35px;
    }
    .widget.widget-tabs.widget-tabs-icons-only-2 .widget-head ul li {
        float: left;
        width: auto;
    }
    .media {
        text-align: center;
    }
    .media .pull-left,
    .media .pull-right {
        border: none;
        padding-bottom: 0;
        margin: 0;
    }
    .media img.pull-left,
    .media img.pull-right {
        display: inline-block;
    }
    .media blockquote {
        padding: 0;
        text-align: center;
    }
    .media blockquote.pull-right p,
    .media blockquote.pull-right small {
        text-align: center;
    }
    .menu-right #menu {
        left: 0;
        right: auto;
    }
    .menu-right.menu-hidden #content {
        margin: 0;
    }
    .row-merge > [class*='span'] ~ [class*='span'] {
        width: auto;
    }
    .row-merge > [class*='span'] ~ [class*='span']:after {
        display: none;
    }
    .row-merge.border-top,
    .row-merge ~ .row-merge {
        border-top: 1px solid #e5e5e5;
    }
    body.login #login {
        padding: 50px 5px;
    }
    html.top-full .topnav .dropdown.submenu {
        height: auto;
    }
    html.top-full .topnav .dropdown.submenu .submenu-show {
        border: none !important;
        display: block !important;
        position: relative;
        margin: 0 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    html.sidebar.sidebar-full body .menu-right #menu > ul > li.open .dropdown-menu.submenu-show.pull-right {
        border: none !important;
        display: block !important;
        position: relative;
        margin: 0 !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
    }
    html.top-full .container-fluid:not(.menu-hidden) .navbar.main .topnav > li {
        display: block;
    }
    html.front.top-full .navbar.main {
        height: 88px;
        overflow: hidden;
    }
    html.front.top-full .navbar.main .topnav > li.active.dropdown {
        display: block;
        border-bottom: none;
    }
    html.top-full .navbar.main {
        height: 44px;
        border-bottom: none;
    }
    html.top-full .navbar.main .topnav {
        border-left: none;
        border-right: none;
        /*float: none;*/
        /* REMOVE BY BLOCKBASE */
    }
    html.top-full .navbar.main .topnav > li {
        /*display: none;*/
        /* REMOVE BY BLOCKBASE */
        float: none;
        border-bottom: 1px solid #333333;
        border-left: none;
        border-right: none;
    }
    html.top-full .navbar.main .topnav > li.active {
        display: block;
    }
    html.top-full .navbar.main .topnav > li .dropdown.submenu .dropdown-menu {
        position: relative;
        float: none;
        display: block !important;
        padding: 0;
        border: none;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    .menu-hidden .navbar.main {
        height: 50px;
    }
}
@media (max-width: 480px) {
    h1,
    h2,
    h3 {
        line-height: 30px;
        font-size: 18pt;
    }
    .heading-buttons .buttons {
        margin-top: 10px;
        float: none;
        padding: 0 10px;
        text-align: center;
    }
    .heading-buttons .buttons .btn {
        margin: 0;
        float: none;
    }
    .separator {
        padding: 5px 0;
        margin: 0;
    }
    .table-condensed th,
    .table-condensed td {
        padding: 4px 5px;
    }
}
/* MODIFICATION BLOCKBASE */

@media (min-width: 768px) and (max-width: 1141px) {
    .row-merge.layout-timeline > [class*='span'] ~ [class*='span8'] {
        padding: 0 49px 49px 49px;
    }
    #login > div > div.span3 > div.widget.widget-heading-simple {
        width: 100%;
        min-width: 300px;
    }
}
/* END MODIFICATION BLOCKBASE */
