/* Map Selector */

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Bootstrap stuff */

.navbar-brand {
    float: left;
    padding: 15px 12px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

small, .small {
    font-size: 85%;
}


/* Ace stuff */

.btn-info,
.btn-info:focus {
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;
}
.btn-info:hover,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
    background-color: #4f99c6 !important;
    border-color: #6fb3e0;
}
.btn-info.no-border:hover,
.btn-info.no-border:active {
    border-color: #4f99c6;
}
.btn-info.no-hover:hover,
.btn-info.no-hover:active {
    background-color: #6fb3e0 !important;
}
.btn-info.active {
    background-color: #5fa6d3 !important;
    border-color: #4396cb;
}
.btn-info.no-border.active {
    background-color: #539fd0 !important;
    border-color: #539fd0;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;
}
.btn-info2,
.btn-info2:focus {
    background-color: #95c6e5 !important;
    border-color: #95c6e5;
}
.btn-info2:hover,
.btn-info2:active,
.open > .btn-info2.dropdown-toggle {
    background-color: #67a6ce !important;
    border-color: #95c6e5;
}
.btn-info2.no-border:hover,
.btn-info2.no-border:active {
    border-color: #67a6ce;
}
.btn-info2.no-hover:hover,
.btn-info2.no-hover:active {
    background-color: #95c6e5 !important;
}
.btn-info2.active {
    background-color: #7eb6da !important;
    border-color: #62a6d1;
}
.btn-info2.no-border.active {
    background-color: #72afd6 !important;
    border-color: #72afd6;
}

.btn-info2.disabled,
.btn-info2[disabled],
fieldset[disabled] .btn-info2,
.btn-info2.disabled:hover,
.btn-info2[disabled]:hover,
fieldset[disabled] .btn-info2:hover,
.btn-info2.disabled:focus,
.btn-info2[disabled]:focus,
fieldset[disabled] .btn-info2:focus,
.btn-info2.disabled:active,
.btn-info2[disabled]:active,
fieldset[disabled] .btn-info2:active,
.btn-info2.disabled.active,
.btn-info2[disabled].active,
fieldset[disabled] .btn-info2.active {
    background-color: #95c6e5 !important;
    border-color: #95c6e5;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    padding: 8px 12px;
}

.btn {
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

.header {
    line-height: 28px;
    margin-bottom: 16px;
    margin-top: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #CCC;
}
.header.blue {
    border-bottom-color: #d5e3ef;
}
.header.light-blue {
    border-bottom-color: #dceefc;
}

.header > .ace-icon {
    margin-right: 2px;
}
.action-buttons a {
    margin: 0 3px;
    display: inline-block;
    opacity: 0.85;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.action-buttons a:hover {
    text-decoration: none;
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    background: #438eb9;
}
.navbar .navbar-text,
.navbar .navbar-link {
    color: #ffffff;
}
.navbar .navbar-brand {
    color: #ffffff;
    font-size: 24px;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #ffffff;
}
/**
@media (min-width: @grid-float-breakpoint) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
	margin-right: 0;
  }
}
*/
@media only screen and (min-width: 992px) {
    .navbar-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.navbar-container.container {
    padding-left: 0;
    padding-right: 0;
}
.ace-nav {
    height: 100%;
    margin: 0 !important;
}
.ace-nav > li {
    line-height: 45px;
    height: 45px;
    border-left: 1px solid #E1E1E1;
    padding: 0;
    position: relative;
    float: left;
}
.ace-nav > li:first-child {
    border-left-width: 0;
}
.ace-nav > li > a {
    background-color: #2e6589;
    color: #FFF;
    display: block;
    line-height: inherit;
    text-align: center;
    height: 100%;
    width: auto;
    min-width: 50px;
    padding: 0 8px;
    position: relative;
}
.ace-nav > li > a > .ace-icon {
    display: inline-block;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    width: 20px;
}
.ace-nav > li > a > .badge {
    position: relative;
    top: -4px;
    left: 2px;
    padding-right: 5px;
    padding-left: 5px;
}
.ace-nav > li > a:hover,
.ace-nav > li > a:focus,
.ace-nav > li.open > a {
    background-color: #2c5976;
    color: #FFF;
}
.ace-nav > li.blue > a {
    background-color: #2e6589;
}
.ace-nav > li.blue > a:hover,
.ace-nav > li.blue > a:focus,
.ace-nav > li.open.blue > a {
    background-color: #2c5976;
}
.ace-nav > li.grey > a {
    background-color: #555555;
}
.ace-nav > li.grey > a:hover,
.ace-nav > li.grey > a:focus,
.ace-nav > li.open.grey > a {
    background-color: #4b4b4b;
}
.ace-nav > li.purple > a {
    background-color: #892e65;
}
.ace-nav > li.purple > a:hover,
.ace-nav > li.purple > a:focus,
.ace-nav > li.open.purple > a {
    background-color: #762c59;
}
.ace-nav > li.green > a {
    background-color: #2e8965;
}
.ace-nav > li.green > a:hover,
.ace-nav > li.green > a:focus,
.ace-nav > li.open.green > a {
    background-color: #2c7659;
}
.ace-nav > li.light-blue > a {
    background-color: #62a8d1;
}
.ace-nav > li.light-blue > a:hover,
.ace-nav > li.light-blue > a:focus,
.ace-nav > li.open.light-blue > a {
    background-color: #579ec8;
}
.ace-nav > li.light-blue2 > a {
    background-color: #42a8e1;
}
.ace-nav > li.light-blue2 > a:hover,
.ace-nav > li.light-blue2 > a:focus,
.ace-nav > li.open.light-blue2 > a {
    background-color: #359fd9;
}
.ace-nav > li.red > a {
    background-color: #b74635;
}
.ace-nav > li.red > a:hover,
.ace-nav > li.red > a:focus,
.ace-nav > li.open.red > a {
    background-color: #a34335;
}
.ace-nav > li.light-green > a {
    background-color: #9abc32;
}
.ace-nav > li.light-green > a:hover,
.ace-nav > li.light-green > a:focus,
.ace-nav > li.open.light-green > a {
    background-color: #8ba832;
}
.ace-nav > li.light-purple > a {
    background-color: #cb6fd7;
}
.ace-nav > li.light-purple > a:hover,
.ace-nav > li.light-purple > a:focus,
.ace-nav > li.open.light-purple > a {
    background-color: #c263ce;
}
.ace-nav > li.light-orange > a {
    background-color: #f79263;
}
.ace-nav > li.light-orange > a:hover,
.ace-nav > li.light-orange > a:focus,
.ace-nav > li.open.light-orange > a {
    background-color: #f28653;
}
.ace-nav > li.light-pink > a {
    background-color: #f4dae5;
}
.ace-nav > li.light-pink > a:hover,
.ace-nav > li.light-pink > a:focus,
.ace-nav > li.open.light-pink > a {
    background-color: #eeccda;
}
.ace-nav > li.dark > a {
    background-color: #404040;
}
.ace-nav > li.dark > a:hover,
.ace-nav > li.dark > a:focus,
.ace-nav > li.open.dark > a {
    background-color: #363636;
}
.ace-nav > li.white-opaque > a {
    background-color: rgba(255, 255, 255, 0.8);
}
.ace-nav > li.white-opaque > a:hover,
.ace-nav > li.white-opaque > a:focus,
.ace-nav > li.open.white-opaque > a {
    background-color: rgba(245, 245, 245, 0.8);
}
.ace-nav > li.dark-opaque > a {
    background-color: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.dark-opaque > a:hover,
.ace-nav > li.dark-opaque > a:focus,
.ace-nav > li.open.dark-opaque > a {
    background-color: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.transparent > a {
    background-color: transparent;
}
.ace-nav > li.transparent > a:hover,
.ace-nav > li.transparent > a:focus,
.ace-nav > li.open.transparent > a {
    background-color: rgba(0, 0, 0, 0.1);
}
.ace-nav > li.light-10 > a {
    background-color: rgba(255, 255, 255, 0.1);
}
.ace-nav > li.light-10 > a:hover,
.ace-nav > li.light-10 > a:focus,
.ace-nav > li.open.light-10 > a {
    background-color: rgba(255, 255, 255, 0.2);
}
.ace-nav > li.dark-10 > a {
    background-color: rgba(0, 0, 0, 0.1);
}
.ace-nav > li.dark-10 > a:hover,
.ace-nav > li.dark-10 > a:focus,
.ace-nav > li.open.dark-10 > a {
    background-color: rgba(0, 0, 0, 0.2);
}
.ace-nav > li.margin-4 {
    margin-left: 4px;
}
.ace-nav > li.margin-3 {
    margin-left: 3px;
}
.ace-nav > li.margin-2 {
    margin-left: 2px;
}
.ace-nav > li.margin-1 {
    margin-left: 1px;
}
.ace-nav > li.no-border {
    border-width: 0 !important;
}
.ace-nav > li .dropdown-menu {
    z-index: 1031;
}
.ace-nav .nav-user-photo {
    margin: -4px 8px 0 0;
    border-radius: 100%;
    border: 2px solid #FFF;
    max-width: 40px;
}
.ace-nav li.dropdown-footer a .ace-icon {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}
@media only screen and (max-height: 540px) {
    .ace-nav > li > .dropdown-menu {
        position: fixed;
        margin-top: auto;
        z-index: 1042;
    }
    .ace-nav > li > .dropdown-menu:before,
    .ace-nav > li > .dropdown-menu:after {
        display: none;
    }
    .ace-nav .user-menu > li > a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .ace-nav > li.open:before {
        background-color: #000;
        opacity: 0.5;
        border-width: 0;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        display: block;
        height: 2000px;
        width: auto;
        z-index: 1041;
    }
}
@media only screen and (max-width: 767px) {
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -100px;
    }
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
        right: 120px;
    }
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -80px;
    }
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
        right: 100px;
    }
    .user-menu.dropdown-close.dropdown-menu-right {
        right: 0 !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right,
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right {
        left: auto;
        right: -60px;
    }
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:before,
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:before,
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(1) > .dropdown-menu.dropdown-menu-right:after,
    .navbar.navbar-collapse .ace-nav > li:nth-last-child(2):nth-child(2) > .dropdown-menu.dropdown-menu-right:after {
        right: 80px;
        left: auto;
    }
}
@media only screen and (max-width: 480px) {
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        right: -120px;
    }
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
        right: 140px;
    }
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        right: -90px;
    }
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
        right: 110px;
    }
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        right: -50px;
    }
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
        right: 70px;
    }
}
@media only screen and (max-width: 479px) {
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right {
        left: -10px;
        right: auto;
    }
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(4) > .dropdown-menu.dropdown-menu-right:after {
        right: auto;
        left: 30px;
    }
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -50px;
        right: auto;
    }
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
        left: 75px;
        right: auto;
    }
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -70px;
        right: auto;
    }
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
        left: 90px;
        right: auto;
    }
}
@media only screen and (max-width: 319px) {
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -110px;
        right: auto;
    }
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
        left: 130px;
        right: auto;
    }
    .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -85px;
        right: auto;
    }
    .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-child(2):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
        left: 105px;
        right: auto;
    }
    .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right {
        left: -35px;
        right: auto;
    }
    .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-child(1):nth-last-child(3) > .dropdown-menu.dropdown-menu-right:after {
        left: 55px;
        right: auto;
    }
    .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right {
        left: -60px;
        right: auto;
    }
    .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:before,
    .ace-nav > li:nth-child(1):nth-last-child(2) > .dropdown-menu.dropdown-menu-right:after {
        left: 75px;
        right: auto;
    }
}
@media only screen and (max-width: 479px) {
    .navbar:not(.navbar-collapse) .navbar-header {
        float: none !important;
        display: block;
    }
    .navbar:not(.navbar-collapse) .ace-nav {
        display: block;
        float: none !important;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.15);
        border: 1px solid rgba(0, 0, 0, 0.1);
        letter-spacing: -3px;
    }
    .navbar:not(.navbar-collapse) .ace-nav > li {
        display: inline-block;
        float: none !important;
        text-align: left;
        letter-spacing: normal;
    }
    .navbar:not(.navbar-collapse) .ace-nav > li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }
    .navbar:not(.navbar-collapse) .ace-nav > li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
}
@media only screen and (max-width: 319px) {
    .ace-nav > li > a {
        padding: 0 5px !important;
    }
}
.user-menu > li > a {
    padding: 4px 12px;
}
.user-menu > li > a > .ace-icon {
    margin-right: 6px;
    font-size: 120%;
}
.user-info {
    max-width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 6px;
}
.user-info small {
    display: block;
}
@media (min-width: 480px) and (max-width: 540px), (max-width: 360px) {
    .navbar:not(.navbar-collapse) .navbar-buttons .user-menu {
        padding-top: 42px !important;
    }
    .navbar:not(.navbar-collapse) .navbar-buttons .nav-user-photo {
        margin-right: 0;
    }
    .navbar:not(.navbar-collapse) .navbar-buttons .user-info {
        position: absolute;
        margin-top: 40px;
        margin-left: 1px;
        right: 2px;
        z-index: 1032;
        color: #777;
        font-size: 14px;
        width: 156px;
        max-width: 156px;
        padding-left: 8px;
        padding-right: 8px;
        height: 32px;
        line-height: 26px !important;
        display: none;
        border-bottom: 1px solid #E5E5E5;
        text-align: center;
        vertical-align: inherit;
        cursor: text;
    }
    .navbar:not(.navbar-collapse) .navbar-buttons .user-info > small {
        display: inline;
        opacity: 1;
    }
    li.open .user-info {
        display: inline-block !important;
    }
}
@media (max-width: 360px) {
    .navbar.navbar-collapse .navbar-buttons .user-menu {
        padding-top: 42px !important;
    }
    .navbar.navbar-collapse .navbar-buttons .nav-user-photo {
        margin-right: 0;
    }
    .navbar.navbar-collapse .navbar-buttons .user-info {
        position: absolute;
        margin-top: 40px;
        margin-left: 1px;
        right: 2px;
        z-index: 1032;
        color: #777;
        font-size: 14px;
        width: 156px;
        max-width: 156px;
        padding-left: 8px;
        padding-right: 8px;
        height: 32px;
        line-height: 26px !important;
        display: none;
        border-bottom: 1px solid #E5E5E5;
        text-align: center;
        vertical-align: inherit;
        cursor: text;
    }
    .navbar.navbar-collapse .navbar-buttons .user-info > small {
        display: inline;
        opacity: 1;
    }
    li.open .user-info {
        display: inline-block !important;
        right: 2px;
    }
}
@media (min-width: 992px) {
    .user-min .user-menu {
        padding-top: 42px !important;
    }
    .user-min .nav-user-photo {
        margin-right: 0;
    }
    .user-min .user-info {
        position: absolute;
        margin-top: 40px;
        margin-left: 1px;
        right: 2px;
        z-index: 1032;
        color: #777;
        font-size: 14px;
        width: 156px;
        max-width: 156px;
        padding-left: 8px;
        padding-right: 8px;
        height: 32px;
        line-height: 26px !important;
        display: none;
        border-bottom: 1px solid #E5E5E5;
        text-align: center;
        vertical-align: inherit;
        cursor: text;
    }
    .user-min .user-info > small {
        display: inline;
        opacity: 1;
    }
    .user-min .user-info {
        right: -3px;
    }
    .user-min.open .user-info {
        display: inline-block !important;
    }
}
@media (max-height: 540px) and (min-width: 480px) and (max-width: 540px), (max-height: 540px) and (max-width: 360px) {
    .navbar:not(.navbar-collapse) .navbar-buttons .user-info {
        position: fixed;
        right: auto;
        margin-top: auto;
        max-width: none;
    }
}
@media (max-height: 540px) and (max-width: 360px) {
    .navbar.navbar-collapse .navbar-buttons .user-info {
        position: fixed;
        right: auto;
        margin-top: auto;
        max-width: none;
    }
}
@media (max-height: 540px) and (min-width: 992px) {
    .user-min .user-info {
        position: fixed;
        right: auto;
        margin-top: auto;
        max-width: none;
    }
}
@media only screen and (max-width: 991px) {
    .navbar.navbar-collapse {
        max-height: none;
    }
    .navbar .navbar-header,
    .navbar .navbar-collapse {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .navbar.navbar-collapse .navbar-header {
        float: none !important;
        min-height: 45px;
    }
    .navbar.navbar-collapse .navbar-buttons {
        min-height: 0;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid rgba(255, 255, 255, 0.4);
        width: 100%;
    }
    .navbar.navbar-collapse .navbar-buttons.in {
        overflow: visible !important;
    }
    .navbar.navbar-collapse .navbar-buttons > .ace-nav {
        display: block;
        float: none !important;
        text-align: center;
        background-color: transparent !important;
        border-width: 0;
        letter-spacing: -3px;
    }
    .navbar.navbar-collapse .navbar-buttons > .ace-nav > li {
        display: inline-block;
        float: none !important;
        text-align: left;
        letter-spacing: normal;
    }
    .navbar.navbar-collapse .navbar-buttons > .ace-nav > li:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.4);
    }
    .navbar.navbar-collapse .navbar-buttons > .ace-nav > li:last-child {
        border-right: 1px solid rgba(255, 255, 255, 0.4);
    }
}
.container > .navbar-buttons,
.container-fluid > .navbar-buttons {
    padding-right: 0 !important;
}
@media only screen and (max-height: 400px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 280px;
    }
}
@media only screen and (max-height: 360px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 240px;
    }
}
@media only screen and (max-height: 320px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}
@media only screen and (max-height: 280px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 160px;
    }
}
@media only screen and (max-height: 240px) {
    .navbar-fixed-top .navbar-collapse {
        max-height: 120px;
    }
}
.navbar .navbar-nav > li {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.navbar .navbar-nav > li:first-child {
    border-width: 0 1px 0 1px;
}
.navbar .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 11px;
    height: 45px;
    background-color: transparent;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #ffffff !important;
}
.navbar .navbar-nav > li > .dropdown-menu > li > a {
    line-height: 2;
}
.navbar-nav .dropdown-menu > li > a > .ace-icon {
    display: inline-block;
    width: 20px;
}
.navbar-nav > li > .dropdown-menu {
    z-index: 1033;
}
@media only screen and (max-width: 991px) {
    .navbar.navbar-collapse .navbar-menu {
        float: none !important;
        clear: both;
    }
    .navbar.navbar-collapse .navbar-menu .dropdown-menu:after,
    .navbar.navbar-collapse .navbar-menu .dropdown-menu:before {
        display: none !important;
    }
    .navbar .navbar-nav {
        margin: 0 -6px;
    }
    .navbar .navbar-nav > li,
    .navbar .navbar-nav > li:first-child {
        border-width: 1px 0 0;
    }
    .navbar .navbar-nav .dropdown-menu {
        float: none;
        position: relative;
        background-color: transparent;
        box-shadow: none;
        border-width: 0;
    }
    .navbar .navbar-nav .dropdown-menu > li > a {
        color: #FFF !important;
    }
    .navbar .navbar-nav .dropdown-menu > li > a:hover {
        background-color: rgba(0, 0, 0, 0.07) !important;
    }
    .navbar .navbar-nav .dropdown-menu > li > a > .ace-icon {
        color: #FFF !important;
    }
    .navbar .navbar-nav .dropdown-hover > .dropdown-menu {
        left: 32px !important;
        right: auto !important;
        top: auto !important;
        width: 80% !important;
    }
}
.navbar-form.form-search {
    margin-top: 9px;
    margin-bottom: 0;
}
.navbar-form.form-search .form-group {
    margin-bottom: 0;
}
.navbar-form.form-search input[type=text] {
    width: 100px;
}
.navbar-form input[type=text] {
    font-size: 13px;
    line-height: 1.4;
    padding-top: 4px;
    padding-bottom: 4px;
    border-width: 0;
}
@media only screen and (max-width: 991px) {
    .navbar-form .form-group {
        display: inline-block;
        width: 50%;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form.form-search input[type=text] {
        width: 100%;
    }
    .navbar-nav + .navbar-form {
        margin-top: 0;
    }
    .navbar .navbar-collapse,
    .navbar .navbar-form {
        border-color: rgba(255, 255, 255, 0.4);
    }
    .navbar .navbar-nav > li:first-child {
        border-top-width: 0;
    }
}
@media only screen and (max-width: 480px) {
    .navbar-form .form-group {
        width: 80%;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-left: 12px;
    padding-right: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar.navbar-collapse {
        background-color: transparent;
    }
    .navbar.navbar-collapse:before {
        background: #438eb9;
        content: "";
        display: block;
        position: absolute;
        min-height: inherit;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        border-radius: inherit;
    }
    .navbar.navbar-collapse .navbar-container {
        background-color: #438eb9;
    }
}
.navbar .navbar-toggle {
    border: 1px solid transparent;
    width: 40px;
    height: 35px;
    line-height: 0;
    padding: 0 0 1px;
    text-align: center;
}
.navbar .navbar-toggle.pull-right {
    margin: 5px 6px 4px 0;
}
.navbar .navbar-toggle.pull-left {
    margin: 5px 0 4px 6px;
}
.navbar .navbar-toggle:active {
    top: 1px;
}
.navbar .navbar-toggle.navbar-toggle-img {
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 0;
    border-width: 0;
}
.navbar .navbar-toggle.navbar-toggle-img > img {
    border-radius: inherit;
    max-height: 35px;
    border-width: 0;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #FFF;
    border-radius: 0;
    width: 24px;
    margin-left: 7px;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.nav-list > li,
.nav-list > li > a,
.nav-list .nav-header {
    margin: 0;
}
.nav-list li > a:focus {
    outline: none;
}
.nav-list > li {
    display: block;
    position: relative;
    float: none;
    padding: 0;
    border-style: solid;
    border-width: 1px 0 0;
}
.nav-list > li:last-child {
    border-bottom-width: 1px;
}
.nav-list > li.active > a {
    font-weight: bold;
}
.nav-list > li > a {
    display: block;
    height: 39px;
    line-height: 17px;
    padding-left: 7px;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
}
.nav-list > li > a > .menu-icon {
    display: inline-block;
    min-width: 30px;
    margin-right: 2px;
    vertical-align: sub;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}
.nav-list > li:before {
    display: none;
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    height: 41px;
    width: 3px;
    max-width: 3px;
    overflow: hidden;
    background-color: #629cc9;
}
@media only screen and (min-width: 992px) {
    .main-container.container .sidebar:not(.h-sidebar) .nav-list > li:before {
        left: -2px;
    }
}
.main-container.container .sidebar.sidebar-fixed:not(.h-sidebar) .nav-list > li:before {
    left: 0;
}
.nav-list > li:hover:before {
    display: block;
}
.nav-list > li a > .arrow {
    display: block;
    width: 14px !important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 0;
    text-align: center;
}
.nav-list > li.separator {
    height: 3px;
    background-color: transparent;
    position: static;
    margin: 1px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav-list > li.active .submenu {
    display: block;
}
.nav-list > li .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    position: relative;
}
.nav-list > li .submenu > li {
    margin-left: 0;
    position: relative;
}
.nav-list > li .submenu > li > a {
    display: block;
    position: relative;
    padding: 7px 0 9px 37px;
    margin: 0;
    border-top: 1px dotted;

}
.nav-list > li .submenu > li > a:hover {
    text-decoration: none;
}
.nav-list > li .submenu > li a > .menu-icon {
    display: none;
    font-size: 12px;
    font-weight: normal;
    width: 18px;
    height: auto;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
    background-color: inherit;
}
.nav-list > li .submenu > li.active > a > .menu-icon,
.nav-list > li .submenu > li:hover > a > .menu-icon {
    display: inline-block;
}
.nav-list > li > .submenu {
    border-top: 1px solid;
}
.nav-list > li > .submenu > li:before {
    content: "";
    display: block;
    width: 7px;
    position: absolute;
    z-index: 1;
    left: 20px;
    top: 17px;
    border: 1px dotted;
}
.nav-list > li > .submenu:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 0;
    bottom: 0;
    border-left: 1px dotted;

}
.nav-list li:hover > a > .arrow,
.nav-list li.active > a > .arrow,
.nav-list li.open > a > .arrow {
    color: inherit;
}
.nav-list li.open > .submenu {
    display: block;
}
.no_such_element:-o-prefocus,
.nav-list > li > a > .menu-icon {
    vertical-align: middle;
}
.nav-list > li > .submenu li > .submenu {
    display: none;
}
.nav-list > li > .submenu li.active > .submenu {
    display: block;
}
.nav-list > li > .submenu a > .arrow {
    right: 10px;
    top: 10px;
    font-size: 16px;
}
.nav-list > li > .submenu > li:first-child > a {
    border-top-width: 0;
}
.nav-list > li > .submenu li > .submenu > li {
    line-height: 18px;
}
.nav-list > li > .submenu li > .submenu > li:before {
    display: none;
}
.nav-list > li > .submenu li > .submenu > li > a {
    margin-left: 20px;
    padding-left: 22px;
}
.nav-list > li > .submenu li > .submenu > li > .submenu > li > a {
    margin-left: 20px;
    padding-left: 38px;
}
.nav-list > li > .submenu li > .submenu > li a > .menu-icon {
    display: inline-block;
    width: auto;
    position: static;
    background-color: transparent;
    margin-right: 4px;
    color: inherit;
}
.nav-list > li > .submenu li > .submenu > li a .menu-icon,
.nav-list > li > .submenu li > .submenu > li a .arrow {
    color: inherit;
}
.nav-list > li > .submenu li.open:not(.hover) > a > .menu-icon {
    display: inline-block;
}
.nav-list a .badge,
.nav-list a .label {
    position: absolute;
    top: 9px;
    right: 10px;
    opacity: 0.88;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}
.nav-list a .badge .ace-icon,
.nav-list a .label .ace-icon {
    vertical-align: middle;
    margin: 0;
}
.nav-list a.dropdown-toggle .badge,
.nav-list a.dropdown-toggle .label {
    right: 26px;
}
.nav-list li:hover > a .badge,
.nav-list li:hover > a .label {
    opacity: 1;
}
.nav-list .submenu .submenu a .badge,
.nav-list .submenu .submenu a .label {
    top: 6px;
}
.sidebar.sidebar-fixed {
    position: fixed;
    top: auto;
    float: none !important;
    z-index: 1027;
}
.sidebar.sidebar-fixed:before {
    height: 5000px;
    top: auto;
    bottom: auto;
}
body.mob-safari .sidebar.sidebar-fixed {
    top: 45px;
}
@media (max-width: 479px) {
    body.mob-safari .navbar-fixed-top:not(.navbar-collapse) + .main-container .sidebar-fixed {
        top: 90px;
    }
}
@media (max-width: 991px) {
    body.mob-safari .navbar-fixed-top + .main-container .sidebar.responsive {
        top: 45px;
    }
}
@media (max-width: 479px) {
    body.mob-safari .navbar-fixed-top + .main-container .sidebar.responsive {
        top: 90px;
    }
}
/**
//http://updates.html5rocks.com/2012/09/Stacking-Changes-Coming-to-position-fixed-elements
//webkit & Chrome22+ special case
//webkit is not following the standard specs as of Chrome22+
@media screen and (-webkit-min-device-pixel-ratio:0) {
	//like it happens in Firefox&IE, we expect when we set "z-index:auto" for fixed position .sidebar,
	//the child .submenu elements "z-index" is independent
	//and for example a "z-index:1031" .submenu appears on top of a fixed .navbar with "z-index:1030"
	//and a "z-index:1010" .popover appears on top of ".sidebar" but below ".submenu"
	//but webkit defines a new stacking context on "fixed" position elements(.sidebar here)
	//and the above doesn't happen, in fact .submenu inside fixed .sidebar with "z-index:auto" will appear below everything
	//so we set a good(?) "z-index" for .sidebar, but still it's not as good as standard specs (such as in Firefox)
	//and we may need other workarounds!
	//and you may change it based on your needs

	//it's possible have standard functionality in Chrome by going to:
	//chrome://flags/#fixed-position-creates-stacking-context
	//changing "Fixed position elements create stacking contexts" to "Disabled"
	//and removing the following rules
	//and assignning a higher "@submenu-zindex"

	.sidebar.sidebar-fixed {
		z-index: @zindex-sidebar-fixed;//???!

		&::before {
			height: 5000px;
			top: auto;
			bottom: auto;
		}
    }
}
*/
@media only screen and (max-width: 991px) {
    .responsive.sidebar-fixed {
        left: auto;
        margin-left: auto;
    }
    .navbar-fixed-top + .main-container > .responsive {
        position: fixed;
        left: auto;
        margin-left: auto;
    }
    .navbar-fixed-top + .main-container > .menu-toggler + .responsive {
        position: absolute;
        left: 190px;
        margin-left: -190px;
    }
    .navbar-fixed-top + .main-container > .menu-toggler + .responsive.sidebar-fixed {
        position: fixed;
        left: auto;
        margin-left: auto;
    }
}

.ace-nav>li{
    border-left: 1px solid rgba(22, 102, 158, 0.62);
}
.ace-nav li a.dropdown-toggle i{
    padding-top: 8px;
}
.footer .footer-inner .footer-content{
    border-top: 1px solid #E5E5E5;
    padding: 18px 0 0 0;
    line-height: 10px;
    font-size: 14px;
    background-color: white;
}
.user-info {
    top: 12px;
    font-size: 14px;
    max-width: none;
    overflow: visible;
    margin-left: 5px;
}