/***
Styles used across all of SCM, InCheck, and Empower
To prevent duplicate style declarations
***/

iai-chat-popup::part(popup-wrapper) {
    right: 75px;
    z-index: 80;
}

#calendar-container {
    position: relative;
}

html .fc,
.fc table {
    font-size: 12px;
}

.dt-header.calender-spacer {
    height: 46px;
    display: block;
}

.jarviswidget #calendar {
    margin-top: -18px;
}

.fc-widget-header,
.fc-widget-content {
    border-right: none;
}

tr.fc-first th.fc-first,
tr td.fc-first {
    border-left: none;
}

tr.fc-last td {
    border-bottom: none;
}

.jarviswidget .fc-header-title h2 {
    text-shadow: 0 1px 0 #fff;
    margin-top: -12px;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

/* calendar button */
#calendar-buttons {
    position: absolute;
    right: 14px;
    top: 5px;
}

/* other month */
td.fc-other-month,
.dropzone {
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(0, 0, 0, 0.03)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(0, 0, 0, 0.03)), color-stop(0.75, rgba(0, 0, 0, 0.03)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.03) 50%, rgba(0, 0, 0, 0.03) 75%, transparent 75%, transparent);
    background-color: #FAFCFD;
    background-size: 16px 16px;
}

.fc-corner-right .fc-event-inner {
    padding-right: 15px;
}

/* compose email */
.inbox-info-bar .form-group {
    margin: 0;
}

.inbox-info-bar .form-group input,
.inbox-info-bar .select2-container-multi .select2-choices {
    border-color: #fff !important;
}

.inbox-info-bar .select2-choices > div {
    display: none;
}

.inbox-info-bar .col-md-1,
.inbox-info-bar .col-md-11 {
    padding-left: 0;
    padding-right: 0;
}

.fileinput {
    padding-top: 3px;
}

.hidden {
    display: none;
}

.inbox-info-bar em {
    position: absolute;
    top: 6px;
    right: 20px;
    text-align: right;
    font-style: normal;
}

/* email reply text */
.email-reply-text > div {
    border-left: 1px solid #D6D6D6;
    padding-left: 10px;
    margin-left: 50px;
    color: #A9A9A9;
}

/* reply text area */
.inbox-body .note-editor .note-editable {
    height: 100% important;
}

.email-reply-text > :first-child {
    padding-left: 45px;
}

@media (max-width: 1280px) {
    .inbox-info-bar,
    .inbox-message,
    .inbox-compose-footer {
        margin-right: 0;
    }

    .email-infobox {
        display: none;
    }
}

@media (max-width: 1024px) {
    .inbox-side-bar {
        display: none !important;
    }

    .inbox-body .table-wrap {
        margin-left: 0px !important;
    }

    .inbox-info-bar .col-md-1,
    .inbox-info-bar .col-md-11 {
        padding-left: 26px;
        padding-right: 26px;
    }
}

/* PROFILE PAGE */
.profile-pic {
    text-align: right;
}

.profile-pic > img {
    border-radius: 0%;
    position: relative;
    border: 5px solid #fff;
    top: -30px;
    left: 10px;
    display: inline-block;
    text-align: right;
    z-index: 4;
    max-width: 100px;
    margin-bottom: -30px;
}

.profile-carousel .carousel-inner {
    max-height: 150px;
}

.friends-list li {
    margin-bottom: 10px;
    margin-right: 3px;
    padding: 0;
}

.friends-list img {
    width: 35px;
    border: 1px solid #fff;
    outline: 1px solid #bfbfbf;
}

.profile-link-btn {
    color: #999;
    font-size: 14px;
}

/* Calendar Icon */
time.icon {
    font-size: 14px;
    display: block;
    position: relative;
    width: 35px;
    height: 43px;
    background-color: #fff;
    margin: 3px auto;
    border-radius: 7px;
    overflow: hidden;
}

time.icon * {
    display: block;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

time.icon strong {
    position: absolute;
    top: 0;
    padding: 2px 0;
    color: #fff;
    background-color: #3a3633;
    box-shadow: 0 2px 0 #3a3633;
    border-radius: 6px 6px 0 0;
}

time.icon em {
    position: absolute;
    bottom: 3px;
    color: #3276b1;
}

time.icon span {
    width: 100%;
    font-size: 15px;
    letter-spacing: -0.05em;
    padding-top: 21px;
    color: #2f2f2f;
}

/* TIMELINE PAGE */
/* Timeline */
.smart-timeline {
    position: relative;
}

.smart-timeline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.smart-timeline-list:after {
    content: " ";
    background-color: #eeeeee;
    position: absolute;
    display: block;
    width: 2px;
    top: 0;
    left: 95px;
    bottom: 0;
    z-index: 1;
}

.smart-timeline-list li {
    position: relative;
    margin: 0;
    padding: 15px 0;
}

.smart-timeline-list > li:hover {
    background-color: #f4f4f4;
}

.smart-timeline-hover li:hover {
    background-color: #f9f9f9;
}

.smart-timeline-icon {
    background: #3276b1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    left: 80px;
    top: 10px;
    z-index: 100;
    padding: 2px;
}

.smart-timeline-icon > img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-top: -2px;
    margin-left: -2px;
    border: 2px solid #3276b1;
}

.smart-timeline-time {
    float: left;
    width: 70px;
    text-align: right;
}

.smart-timeline-time > small {
    font-style: italic;
}

.smart-timeline-content {
    margin-left: 123px;
}

/* FORUM PAGE */
.table-forum thead tr {
    background: none !important;
}

.table-forum thead tr th {
    font-size: 17px;
    font-weight: normal;
    border-bottom-color: #F1F1F1;
}

.table-forum tr td {
    border-top-style: dashed !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table-forum tr td h4 {
    font-size: 15px;
    font-weight: 700;
}

.table-forum tr td h4 small {
    font-size: 13px;
    display: block;
    margin-top: 2px;
}

.table-forum tr td > i {
    margin-top: 4px;
    padding-left: 10px;
}

.table-forum tr.locked h4 > a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f023";
}

.table-forum tr.closed h4 > a {
    text-decoration: line-through;
    color: #848484;
    cursor: not-allowed;
}

.forum-attachment {
    margin-top: 20px;
    display: block;
}

.ajax-loading-error {
    margin-top: 70px;
    display: block;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.ajax-notifications .ajax-loading-error {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

.ajax-notifications .ajax-loading-animation {
    font-size: 15px;
    text-align: center;
    margin-top: 70px;
}

html {
    margin: 0;
    padding: 0;
    min-height: 100%;
    position: relative;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #efefef;
    direction: ltr;
}

/* when mobile menu is active */
body.modal-open {
    overflow: hidden !important;
}

a:hover,
a:active,
a:focus,
button,
button:active,
button:focus,
object,
embed,
input::-moz-focus-inner {
    outline: 0;
}

.page-title {
    margin: -4px 0 14px !important;
}

.page-title span {
    font-size: 16px;
    color: #5B5B5B;
    display: inline-block;
    vertical-align: 1px;
}

label {
    font-weight: normal;
}

*:focus {
    outline: 0 !important;
}

.no-space {
    margin: 0;
}

.no-space > [class*="col-"] {
    margin: 0 !important;
    padding-right: 0;
    padding-left: 0;
}

#content {
    padding: 10px 14px;
    position: relative;
}

body.container {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    box-shadow: 0 2px 70px rgba(0, 0, 0, 0.45);
}

/* Footer * see: component-page-footer.less */
/* Center Canvas */
.center-canvas,
.center-child-canvas > canvas {
    display: block !important;
    margin: 0 auto !important;
}

/* JUST A BORDER */
.bordered {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.bordered:hover {
    border: 1px solid rgba(0, 0, 0, 0.4);
}

/* *************************************************** * MAIN LAYOUT START
 * ***************************************************/
aside {
    display: block;
    overflow: hidden;
    min-height: 100%;
}

/* HEADER GROUP */
#header {
    display: block;
    height: 49px;
    margin: 0;
    padding: 0 13px 0 0;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
}

#header > div {
    display: inline-block;
    vertical-align: middle;
    height: 49px;
    float: left;
}

#header > div.open {
    font-weight: bold;
}

.fixed-header #header {
    position: fixed;
    width: 100%;
    z-index: 905;
    top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1);
}

/* as per version 1.3 */
.fixed-header.fixed-ribbon #header {
    border-bottom: none;
    box-shadow: none;
}

.container.fixed-header #header {
    max-width: 1164px;
}

.fixed-header #header .ajax-dropdown {
    z-index: 906;
}

.fixed-header #shortcut {
    position: fixed;
}

.fixed-header #main {
    margin-top: 60px;
}

#activity.active .badge {
    background: #006fa6 !important;
}

#project-context,
.project-context {
    display: inline-block;
    padding: 7px 13px 0;
    position: relative;
}

#project-context > span,
.project-context > span {
    display: block;
}

#project-context > :first-child,
.project-context > :first-child {
    display: block;
    color: #bfbfbf;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0 1px white;
    padding-left: 0;
    text-align: left;
}

#project-selector,
.project-selector {
    max-width: 97%;
    white-space: nowrap;
    background: none;
    border: none;
    padding: 0;
    text-align: left;
    color: #555555;
    font-size: 14px;
    cursor: pointer;
}

#project-selector:hover,
.project-selector:hover {
    color: #5B5B5B;
}

.header-search {
    position: relative;
}

.header-search.pull-right {
    margin-left: 6px;
}

.header-search > input[type="text"] {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    min-width: 200px;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    border-color: #bfbfbf;
    background: #fff;
    color: #404040;
    appearance: normal;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-top: 10px;
    line-height: normal;
}

.header-search > button {
    background: none;
    border: none;
    color: #6D6A69;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
    z-index: 2;
}

#cancel-search-js {
    position: absolute;
    display: none;
    background: #a90329;
    z-index: 3;
    color: #fff;
    padding: 0;
    right: 10px;
    top: 10px;
    text-align: center;
    height: 29px;
    line-height: 29px;
    width: 30px;
    font-size: 17px;
    text-decoration: none !important;
}

#header > :first-child,
aside {
    width: 200px;
}

/* MAIN PANEL */
#main {
    margin-left: 200px;
    padding: 0;
    padding-bottom: 50px;
    min-height: 500px;
}

/* RIBBON */
#ribbon {
    min-height: 40px;
    background: #474544;
    padding: 0 13px;
    position: relative;
}

#ribbon .breadcrumb {
    display: inline-block;
    margin: 0;
    padding: 11px 34px 11px 0 !important;
    background: none;
    vertical-align: top;
}

#ribbon .breadcrumb a,
#ribbon .breadcrumb {
    color: #BBB !important;
    text-decoration: none !Important;
}

#ribbon .breadcrumb > .active,
#ribbon .breadcrumb li:last-child {
    color: #E4E4E4;
}

.fixed-ribbon #ribbon {
    position: fixed;
    right: 0;
    left: 220px;
    top: 49px;
    z-index: 901;
}

.container.fixed-ribbon #ribbon {
    width: 944px;
    left: 590px;
}

.fixed-ribbon #content {
    padding-top: 50px;
}

/* NAV * Menu CSS is learnt from: http://experiments.wemakesites.net/css3-treeview.html */

/* Add this if not using slimscroll*/
.fixed-navigation nav {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.fixed-navigation nav > ul {
    padding-right: 15px;
    position: relative;
    height: 100%;
    width: 115%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.mobile-detected.fixed-navigation nav > ul {
    padding-right: 30px !important;
}

/* All levels */
nav ul {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 0.5em;
    list-style: none;
    position: relative;
}

/* All levels */
nav ul .active > a {
    color: #fff !important;
    position: relative;
}

/* All levels */
nav > ul > li:last-child.open {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* All levels */
nav ul li {
    overflow: hidden;
    border-bottom: 1px solid #444;
}

/* All levels */
nav ul li a {
    line-height: normal;
    font-size: 13px;
    padding: 10px 10px 10px 11px;
    color: #a8a8a8;
    display: block;
    font-weight: normal;
    text-decoration: none !important;
    position: relative;
}

/* Second level */
nav > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* Third Level */
nav > ul > li > ul > li > ul > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* All levels */
nav ul li a:focus {
    color: #c9c9c9;
}

/* All levels */
nav ul li a:hover {
    color: #fff;
    text-decoration: none;
}

/* All levels */
nav ul b {
    float: right;
    font-size: 11px;
    margin-top: 2px;
}

/* All levels */
nav ul span.menu-item-parent {
    display: inline-block;
    margin: 0;
    padding: 0;
}

/* First level: Icon */
nav > ul > li > a b {
    position: absolute !important;
    right: 10px;
    top: 10px;
}

nav > ul > li > a > i {
    margin-right: 5px;
    width: 15px;
    display: inline-block;
    text-align: center;
    position: relative;
}

/* First level icon */
nav > ul > li > a > i > em {
    font-size: 9px;
    display: block;
    padding: 2px;
    position: absolute;
    top: -8px;
    right: -6px;
    text-decoration: none;
    font-style: normal;
    background: #ED1C24;
    color: #fff;
    min-width: 13px;
    border-radius: 50%;
    max-height: 13px;
    line-height: 8px;
    font-weight: bold;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Second level switched to relative */
nav ul li li {
    border-bottom: none;
    position: relative;
}

/* Second level: UL */
nav > ul > li > ul::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
}

/* Second level: UL LI */
nav > ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
}

/* Third level: UL LI */
nav > ul ul ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    left: 10px;
    top: 17px;
    border-top: 1px solid transparent;
}

/* Second level and onwards > */
nav > ul ul li a i {
    font-size: 13px !important;
    width: 18px !important;
    text-align: center !important;
    vertical-align: 0 !important;
    line-height: 1 !important;
}

/* Second and Third level line color */
nav > ul > li:hover > ul::before,
nav > ul > li:hover > ul > li::before {
    border-color: #ACACAC !important;
}

/* Second Level: UL */
nav ul ul {
    margin: 0;
    padding: 0;
    display: none;
    background: rgba(89, 89, 99, 0.6);
}

/* Third Level: UL */
nav ul ul ul {
    background: transparent;
    padding: 0;
}

/* Third Level: LI */
nav ul ul li {
    margin: 0;
    padding: 0;
}

/* Second Level: A */
nav ul ul li > a {
    padding-left: 42px;
    font-size: 13px;
    font-weight: normal;
    outline: 0;
}

/* Second Level: A:hover */
nav ul ul li > a:hover {
    background-color: rgba(69, 69, 69, 0.8);
    color: #fff;
}

/* Third Level: A */
nav ul ul ul li a {
    color: #bfbfbf;
    padding: 8px 10px 8px 60px;
    font-size: 13px;
}

/* Third Level: A:hover */
nav ul ul ul li a:hover {
    background-color: #4C4F53;
    color: #fff;
}

/* Fourth Level: A */
nav ul ul ul ul li a {
    padding-left: 80px;
}

/* Fifth Level: A */
nav ul ul ul ul ul li a {
    padding-left: 100px;
}

/* Sixth Level: A */
nav ul ul ul ul ul ul li a {
    padding-left: 120px;
}

/* Second level: B */
nav ul ul b {
    color: #B3B3B3;
}

/* Second level: LI:hover B */
nav ul ul > li:hover b {
    color: #D5D9E2;
}

/* ON OFF SWITCHES */
/* http://proto.io/freebies/onoff/ */
.onoffswitch-container {
    margin-top: 4px;
    margin-left: 7px;
    display: inline-block;
}

.onoffswitch {
    position: relative;
    width: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #626262;
    border-radius: 50px;
    border-color: #adadad #b3b3b3 #9e9e9e;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    display: block;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 15px;
    padding: 0;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: attr(data-swchon-text);
    text-shadow: 0 -1px 0 #5B5B5B;
    padding-left: 7px;
    background-color: #3276b1;
    color: #fff;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.onoffswitch-inner:after {
    content: attr(data-swchoff-text);
    padding-right: 7px;
    text-shadow: 0 -1px 0 #fff;
    background-color: #fff;
    color: #555555;
    text-align: right;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.onoffswitch-switch {
    width: 19px;
    height: 19px;
    margin: -2px;
    background: white;
    border: 1px solid #9a9a9a;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #fff, #eeeeee);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eeeeee));
    background-image: -webkit-linear-gradient(top, #fff, #eeeeee);
    background-image: -o-linear-gradient(top, #fff, #eeeeee);
    background-image: linear-gradient(to bottom, #fff, #eeeeee);
    background-repeat: repeat-x;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before,
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00d";
    color: #a90329;
    display: block;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    text-shadow: 0 -1px 0 #fff;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* checked */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
    content: "\f00c";
    color: #57889c;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    display: block;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0;
}

.onoffswitch-switch:hover {
    background-color: #eeeeee;
}

.onoffswitch-switch:active {
    background-color: #eeeeee;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Disabled state */
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-inner:after,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-inner:before {
    text-shadow: 0 1px 0 #fff;
    background: #bfbfbf;
    color: #5B5B5B;
}

.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-switch,
.onoffswitch-checkbox:disabled + .onoffswitch-label .onoffswitch-switch {
    background-color: #f4f4f4;
    background-image: -moz-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bfbfbf), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: -o-linear-gradient(top, #bfbfbf, #f4f4f4);
    background-image: linear-gradient(to bottom, #bfbfbf, #f4f4f4);
    box-shadow: none !important;
}

.onoffswitch-checkbox:disabled + .onoffswitch-label,
.onoffswitch-checkbox:checked:disabled + .onoffswitch-label .onoffswitch-label {
    border-color: #ababab #999 #878787 !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    border-color: #3276b1 #2a6395 #255681;
}

.onoffswitch + span,
.onoffswitch-title {
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

/* FORMS */
.form-control {
    box-shadow: none !important;
}

.form hr {
    margin-left: -13px;
    margin-right: -13px;
    border-color: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}

.form fieldset {
    display: block;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    position: relative;
}

fieldset {
    position: relative;
}

.form-actions {
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(249, 249, 249, 0.9);
    margin-top: 25px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: -13px;
    text-align: right;
}

.well .form-actions {
    margin-left: -19px;
    margin-right: -19px;
    margin-bottom: -19px;
}

.well.well-lg .form-actions {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
}

.well.well-sm .form-actions {
    margin-left: -9px;
    margin-right: -9px;
    margin-bottom: -9px;
}

.popover-content .form-actions {
    margin: 0 -14px -9px;
    border-radius: 0 0 3px 3px;
    padding: 9px 14px;
}

.no-padding .form .form-actions {
    margin: 25px 0 0;
    display: block;
    padding: 13px 14px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9);
    text-align: right;
}

.form header,
legend {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    margin: 25px 0px 20px;
}

.no-padding .form header {
    margin: 25px 14px 0;
}

.form header:first-child {
    margin-top: 10px;
}

legend {
    font-weight: 400;
    margin-top: 0;
    background: none;
}

.input-group-addon {
    padding: 6px 10px;
    border-radius: 0;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
}

.input-group-addon .fas,
.input-group-addon .far {
    font-size: 14px;
}

.input-group-addon .fa-lg,
.input-group-addon .fa-2x {
    font-size: 2em;
}

.input-group-addon .fa-3x,
.input-group-addon .fa-4x,
.input-group-addon .fa-5x {
    font-size: 30px;
}

input[type="text"]:focus + .input-group-addon {
    border-color: #0091d9;
    background-color: #72a0ce;
    color: #fff;
}

.has-warning input[type="text"],
.has-warning input[type="text"] + .input-group-addon {
    border-color: #dbab57;
}

.has-warning input[type="text"] + .input-group-addon {
    background-color: #faf2cc;
    color: #c09853;
}

.has-warning input[type="text"]:focus,
.has-warning input[type="text"]:focus + .input-group-addon {
    border-color: #dbab57;
}

.has-warning input[type="text"]:focus + .input-group-addon {
    background-color: #e1c118;
    color: #fff;
}

.has-error .input-group-addon {
    border-color: #b94a48;
    background: #f2dede;
    color: #b94a48;
}

.has-error input[type="text"],
.has-error input[type="text"] + .input-group-addon {
    border-color: #b94a48;
}

.has-error input[type="text"] + .input-group-addon {
    background-color: #f2dede;
    color: #b94a48;
}

.has-error input[type="text"]:focus,
.has-error input[type="text"]:focus + .input-group-addon {
    border-color: #c05e5e;
}

.has-error input[type="text"]:focus + .input-group-addon {
    background-color: #c05e5e;
    color: #fff;
}

.has-success input[type="text"]:focus + .input-group-addon {
    border-color: #468847;
    background-color: #468847;
    color: #fff;
}

.form fieldset .form-group:last-child,
.form fieldset .form-group:last-child .note,
.form .form-group:last-child,
.form .form-group:last-child .note {
    margin-bottom: 0;
}

/* WITH ICON */
.input-icon-right {
    position: relative;
}

.input-icon-right > i,
.input-icon-left > i {
    position: absolute;
    right: 10px;
    top: 30%;
    font-size: 16px;
    color: #bfbfbf;
}

.input-icon-left > i {
    right: auto;
    left: 24px;
}

.input-icon-right .form-control {
    padding-right: 27px;
}

.input-icon-left .form-control {
    padding-left: 29px;
}

input[type="text"].ui-autocomplete-loading,
input[type="password"].ui-autocomplete-loading,
input[type="datetime"].ui-autocomplete-loading,
input[type="datetime-local"].ui-autocomplete-loading,
input[type="date"].ui-autocomplete-loading,
input[type="month"].ui-autocomplete-loading,
input[type="time"].ui-autocomplete-loading,
input[type="week"].ui-autocomplete-loading,
input[type="number"].ui-autocomplete-loading,
input[type="email"].ui-autocomplete-loading,
input[type="url"].ui-autocomplete-loading,
input[type="search"].ui-autocomplete-loading,
input[type="tel"].ui-autocomplete-loading,
input[type="color"].ui-autocomplete-loading {
    background-image: url("../img/select2-spinner.gif") !important;
    background-repeat: no-repeat;
    background-position: 99% 50%;
    padding-right: 27px;
}

.input-group-addon .checkbox,
.input-group-addon .radio {
    min-height: 0;
    margin-right: 0px !important;
    padding-top: 0;
}

.input-group-addon label input[type="checkbox"].checkbox + span,
.input-group-addon label input[type="radio"].radiobox + span,
.input-group-addon label input[type="radio"].radiobox + span:before,
.input-group-addon label input[type="checkbox"].checkbox + span:before {
    margin-right: 0;
}

.input-group-addon .onoffswitch,
.input-group-addon .onoffswitch-label {
    margin: 0;
}

/* TABS */
.nav-tabs > li > a .badge {
    font-size: 11px;
    padding: 3px 5px;
    opacity: .5;
    margin-left: 5px;
    min-width: 17px;
    font-weight: normal;
}

.nav-tabs > li > a > .fas,
.nav-tabs > li > a > .far {
    opacity: .5;
}

.tabs-left .nav-tabs > li > a .badge {
    margin-right: 5px;
    margin-left: 0;
}

.nav-tabs > li > a .label {
    display: inline-block;
    font-size: 11px;
    margin-left: 5px;
    opacity: .5;
}

.nav-tabs > li.active > a .badge,
.nav-tabs > li.active > a .label,
.nav-tabs > li.active > a > .fas,
.nav-tabs > li.active > a > .far {
    opacity: 1;
}

.nav-tabs > li > a {
    border-radius: 0;
    color: #5B5B5B;
}

.nav-tabs > li.active > a {
    box-shadow: 0 -2px 0 #57889c;
    border-top-width: 0px !important;
    margin-top: 1px !important;
    font-weight: bold;
}

.tabs-left .nav-tabs > li.active > a {
    box-shadow: -2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-left: none !important;
    margin-left: 1px !important;
}

.tabs-left .nav-pills > li.active > a {
    border: none !important;
    box-shadow: none !important;
}

.tabs-right .nav-tabs > li.active > a {
    box-shadow: 2px 0 0 #57889c;
    border-top-width: 1px !important;
    border-right: none !important;
    margin-right: 1px !important;
}

.tabs-below .nav-tabs > li.active > a {
    box-shadow: 0 2px 0 #57889c;
    border-bottom-width: 0px !important;
    border-top: none !important;
    margin-top: 0px !important;
}


.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li,
.tabs-left > .nav-pills > li,
.tabs-right > .nav-pills > li {
    float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a,
.tabs-left > .nav-pills > li > a,
.tabs-right > .nav-pills > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left > .nav-tabs,
.tabs-left > .nav-pills {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #dddddd;
}

.tabs-left > .nav-pills {
    border-right: none;
}

.tabs-left > .nav-tabs > li > a {
    margin-right: -1px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #d5d5d5 #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #d5d5d5 transparent #d5d5d5 #dddddd;
    *border-right-color: #fff;
}

.tabs-left > .tab-content {
    margin-left: 109px;
}

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #dddddd;
}

.tabs-right > .nav-tabs > li > a {
    margin-left: -1px;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
    border-color: #dddddd #dddddd #dddddd transparent;
    *border-left-color: #fff;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #dddddd;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #dddddd;
    border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #dddddd #dddddd #dddddd;
}

/* bordered tabs */
.nav-tabs.bordered {
    background: #fff;
    border: 1px solid #dddddd;
}

.nav-tabs.bordered > :first-child a {
    border-left-width: 0px !important;
}

.nav-tabs.bordered + .tab-content {
    border: 1px solid #dddddd;
    border-top: none;
}

/* bordered tabs top right */
.tabs-pull-right.nav-tabs > li,
.tabs-pull-right.nav-pills > li {
    float: right;
}

.tabs-pull-right.nav-tabs > li:first-child > a,
.tabs-pull-right.nav-pills > li:first-child > a {
    margin-right: 1px;
}

.tabs-pull-right.bordered.nav-tabs > li:first-child > a,
.tabs-pull-right.bordered.nav-pills > li:first-child > a {
    border-left-width: 1px !important;
    margin-right: 0;
    border-right-width: 0;
}

/* jarviswidget header first child is tab */
.jarviswidget > header > .nav-tabs.pull-left > li:first-child a {
    border-left-width: 0px !important;
}

/* WEBKIT IOS HIGHLIGHT COLOR */
a:link,
.btn,
button {
    -webkit-tap-highlight-color: rgba(169, 3, 41, 0.5);
}

.login-info,
.login-info * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* BS2 useful classes * these classes and its importance was overlooked in BS3 */
/* DROPDOWN MENU */
.dropdown-menu-xs {
    min-width: 37px;
}

.dropdown-menu-xs > li > a {
    padding: 3px 10px;
}

.dropdown-menu-xs > li > a:hover i {
    color: #fff !important;
}

/* Dropdown menu extended */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #bfbfbf;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    border: 1px solid #e7e7e7;
    border-bottom: 0;
    border-top: 0;
    padding-left: 14px;
    padding-right: 14px;
    background: #0092CF;
    color: #fff;
    border-bottom: none;
}

/* Table */
.table.has-tickbox thead tr th:first-child {
    width: 18px;
}

.table.has-tickbox.smart-form thead tr th:first-child .radio,
.table.has-tickbox.smart-form thead tr th:first-child .checkbox,
.table.has-tickbox.smart-form tbody tr td:first-child .radio,
.table.has-tickbox.smart-form tbody tr td:first-child .checkbox {
    padding: 0px !important;
}

.table thead tr,
.fc-border-separate thead tr {
    background-color: #eeeeee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fafafa));
    background-image: -webkit-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -moz-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -ms-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -o-linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
    font-size: 12px;
}

.fc-border-separate thead tr th {
    padding: 4px;
    line-height: 1.428571429;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-width: 1px;
}

.no-padding > .table-bordered,
.no-padding > .table-responsive > .table-bordered {
    border: none !important;
}

.no-padding > .table-bordered thead tr th:first-child,
.no-padding > .table-bordered thead tr td:first-child,
.no-padding > .table-bordered tbody tr td:first-child,
.no-padding > .table-responsive > .table-bordered thead tr th:first-child,
.no-padding > .table-responsive > .table-bordered thead tr td:first-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:first-child {
    border-left-width: 0px !important;
}

.no-padding > .table-bordered thead tr th:last-child,
.no-padding > .table-bordered tbody tr td:last-child,
.no-padding > .table-responsive > .table-bordered thead tr th:last-child,
.no-padding > .table-responsive > .table-bordered tbody tr td:last-child {
    border-right-width: 0px !important;
}

.no-padding > .table-bordered tbody tr:last-child td,
.no-padding > .table-responsive > .table-bordered tbody tr:last-child td {
    border-bottom-width: 0px !important;
}

.no-padding .table-responsive .table {
    margin-bottom: 0;
}

.no-padding .note-editable .table-bordered {
    border: 1px solid #dddddd !important;
}

.smart-form.table td .radio i,
.smart-form.table td .checkbox i,
.smart-form.table th .radio i,
.smart-form.table th .checkbox i {
    top: 0px !important;
}

.datatable > tbody td.visible-overflow {
    overflow: visible;
}

/* condensed table */
.table-condensed.table > tbody > tr > td,
.table-condensed.table > tbody > tr > th,
.table-condensed.table > tfoot > tr > td,
.table-condensed.table > tfoot > tr > th,
.table-condensed.table > thead > tr > td,
.table-condensed.table > thead > tr > th {
    padding: 5px 10px !important;
}

/* small stats */
.show-stats .progress {
    height: 7px;
    border-radius: 0;
    margin-top: 3px;
    margin-bottom: 15px;
}

.show-stats {
    padding-top: 6px !important;
}

.show-stat-buttons {
    float: left;
    width: 100%;
}

.show-stats .show-stat-buttons > :first-child {
    padding-right: 5px;
}

.show-stats .show-stat-buttons > :last-child {
    padding-left: 5px;
}

.show-stat-microcharts {
    margin-left: -10px;
    margin-right: -10px;
}

.show-stat-microcharts > div {
    border-right: 1px solid #DADADA !important;
    border-top: 1px solid #DADADA !important;
    margin-top: 10px !important;
    height: 65px;
    overflow: hidden;
    padding: 7px 9px;
}

.show-stat-microcharts > :last-child {
    border-right: none !important;
}

.show-stat-microcharts .sparkline {
    margin-top: 10px;
    margin-right: 8px;
    opacity: .7;
}

.show-stat-microcharts .sparkline:hover {
    opacity: 1;
}

.smaller-stat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.smaller-stat li {
    margin-top: 3px;
    margin-right: 0;
}

.smaller-stat li:first-child {
    margin-top: 8px;
}

.smaller-stat span.label {
    width: 40px;
    display: block;
    text-align: left;
    opacity: .5;
    cursor: default;
}

.smaller-stat span.label:hover {
    opacity: 1;
}

/* Login info */
.login-info {
    border-bottom: 1px solid #D8D4D4;
    display: block;
    font-size: 12px;
    height: 39px;
    color: #fff;
    border: solid transparent;
    border-width: 1px 0px 1px 0px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
    width: 100%;
    margin: 0px !important;
    border-bottom: 1px solid #525151;
}

.login-info a {
    text-decoration: none !important;
    color: #a8a8a8;
    display: inline-block;
    margin-top: 6px;
}

.login-info a span {
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.login-info a span + i {
    vertical-align: middle;
}

.login-info a:hover {
    color: #fff;
}

.login-info > span {
    height: 38px;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #1A1817;
}

.login-info img {
    width: 25px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: 1px;
    margin-right: 5px;
    margin-left: 0;
    border-left: 3px solid #fff;
}

img.online,
img.busy,
img.offline,
img.away {
    border-left: 3px solid #fff;
}

img.online {
    border-left-color: #40ac2b !important;
}

img.busy {
    border-left-color: #ed1c24 !important;
}

img.offline {
    border-left-color: #dddddd !important;
}

img.away {
    border-left-color: #ffc40d !important;
}

/* Client page forms */
.client-form header {
    padding: 15px 13px;
    margin: 0;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    background: rgba(248, 248, 248, 0.9);
}

.slimScrollDiv,
.slimScrollDiv > :first-child {
    overflow: hidden;
}

/* ALTERNATIVE PAGING */
.pagination.pagination-alt > li > a {
    box-shadow: none;
    border: none;
    margin-left: -1px;
}

.pagination.pagination-alt > li:first-child > a {
    padding-left: 0;
}

/* CHARTS */
.chart-small,
.chart-large,
.chart-xl {
    overflow: hidden;
}

.chart-small {
    height: 100px;
    width: 100%;
}

.chart-large {
    height: 235px;
    width: 100%;
}

.chart-xl {
    height: 297px;
    width: 100%;
}

/* Flot Tool tips */
#flotTip {
    padding: 3px 5px;
    background-color: #fff;
    z-index: 9999;
    color: #5B5B5B;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    border: 1px solid #C1C1C1;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}

#flotTip span {
    color: #38812D;
    font-weight: bold;
}

.legendLabel span {
    display: block;
    margin: 0 5px;
}

.legendColorBox {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 5px;
}

.legendColorBox div > div {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/* Morris Charts */
.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.morris-hover {
    position: absolute;
    z-index: 903;
}

.fixed-page-footer .morris-hover {
    z-index: 900;
}

/* Flot Chart */
.chart {
    overflow: hidden;
    height: 220px;
    margin: 20px 5px 10px 10px;
}

.has-legend {
    margin-top: 30px !important;
}

.has-legend-unique {
    margin-top: 19px !important;
}

/* EASY PIE CHART */
.easyPieChart {
    position: relative;
    text-align: center;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.easy-pie-chart {
    display: inline-block;
}

.easy-pie-chart .percent {
    color: #444;
    font-size: 12px;
    font-weight: bold;
}

.easy-pie-title {
    display: inline-block;
    margin: 10px 6px 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100px;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.easy-pie-title .icon-color-good,
.easy-pie-title .icon-color-bad {
    font-size: 18px;
}

/* Carren colors */
.icon-color-good {
    color: #40ac2b;
}

.icon-color-bad {
    color: #ed1c24;
}

/* SIGNS */
.percent-sign:after,
.degree-sign:after {
    content: " %";
    line-height: normal;
}

.degree-sign:after {
    content: " °F";
}

/* HIDDEN MENU */
.btn-header.pull-right {
    margin-left: 6px;
}

.btn-header a > span {
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    height: 30px;
    display: inline-block;
}

.btn-header > :first-child > a {
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    min-width: 30px;
    padding: 2px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69;
    font-size: 17px;
    margin: 10px 0 0;
}

.btn-header > :first-child > a:hover {
    border: 1px solid #bfbfbf;
    color: #222;
    transition: all 0.0s;
    cursor: pointer;
    box-shadow: inset 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}

.btn-header > :first-child > a:active {
    background-color: #e8e8e8;
    background-image: -moz-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e8e8), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
    background-image: -ms-linear-gradient(top, #e8e8e8 0%, #ededed 100%);
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ededed', GradientType=0);
    box-shadow: inset 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}

.full-screen #fullscreen > :first-child > a:active {
    box-shadow: inset 0px 0px 6px 1px rgba(0, 0, 0, 0.2);
}

/* AJAX DROPDOWN */
.ajax-dropdown > :first-child {
    margin: 0 0 3px;
    padding: 0 0 9px;
}

.ajax-dropdown {
    position: absolute;
    display: none;
    z-index: 905;
    background: #fff;
    top: 48px;
    left: 16px;
    width: 344px;
    height: 435px;
    border-radius: 0;
    box-shadow: 0 2px 4px rgba(30, 30, 100, 0.25);
    padding: 10px;
    background: #fff;
    border: 1px solid #b3b3b3;
}

.ajax-dropdown:after,
.ajax-dropdown:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ajax-dropdown:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
}

.ajax-dropdown:before {
    border-color: rgba(131, 131, 131, 0);
    border-bottom-color: #838383;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

.ajax-dropdown .btn-group .btn {
    font-weight: bold;
    text-transform: capitalize;
}

/* better for 3 childs*/
.ajax-dropdown .btn-group > :nth-child(2) {
    border-right-width: 0;
    border-left-width: 0;
}

.ajax-dropdown .btn-group > :last-child {
    border-right-width: 1px !important;
}

.ajax-dropdown .btn-group .btn:active {
    top: 0;
    left: 0;
}

.ajax-notifications {
    height: 365px;
    display: block;
    overflow: auto;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom: 1px solid #CECECE;
    border-top: 1px solid #CECECE;
    background: #E9E9E9;
}

.ajax-notifications > .alert.alert-transparent {
    background-color: transparent;
    border-color: transparent;
    color: #757575;
    margin: 13px 10px;
}

.ajax-notifications > .alert > :first-child {
    margin-bottom: 10px;
    font-weight: 400;
}

.ajax-dropdown > :last-child {
    font-size: 13px;
    display: block;
    padding: 5px 0;
    line-height: 22px;
    font-weight: 400;
}

.ajax-dropdown .fa-4x.fa-border {
    border-width: 3px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    width: 46px;
    text-align: center;
    color: #D1D1D1;
    border-color: #D1D1D1;
}

/* LARGE DROPDOWNS */
.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large > li > ul > li {
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #5B5B5B;
    white-space: normal;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    color: #999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu-large > li {
        margin-bottom: 30px;
    }

    .dropdown-menu-large > li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}

/* PAGING */
.pagination-xs > li > a,
.pagination-xs > li > span {
    padding: 4px 9px;
    font-size: 12px;
}

/* NOTIFICATIONS : MAIL */
.notification-body *,
.notification-body:before *,
.notification-body:after * {
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

.notification-body {
    padding: 0 0 0 3px;
    margin: 0;
    list-style: none;
}

.notification-body > li {
    border-bottom: 1px solid #E9E9E9;
    position: relative;
}

.notification-body > li > span {
    background: #fff;
    display: block;
    min-height: 25px;
    overflow: hidden;
    padding: 8px 10px 13px;
    white-space: normal;
}

.notification-body > li > span:hover {
    background: #F0F4F7;
    color: #667F8F;
}

.notification-body > li a.msg {
    padding-left: 50px !important;
}

.notification-body > li a,
.notification-body > li a:hover {
    text-decoration: none;
}

.notification-body > li a,
.notification-body > li a span {
    display: block;
    position: relative;
    overflow: hidden;
}

.notification-body > li a,
.notification-body > li a:hover {
    text-decoration: none;
}

.notification-body > li:hover .progress {
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #a7a7a7 inset;
}

.notification-body > li:hover .text-muted {
    color: #5B5B5B;
}

.notification-body .from {
    font-size: 14px;
    line-height: normal;
    color: #5B5B5B;
    font-weight: normal;
    margin-right: 60px;
    margin-bottom: 6px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notification-body .unread .from {
    font-weight: bold;
}

.notification-body .unread {
    background: #FFFFE0;
}

.notification-body time {
    position: absolute;
    top: 3px;
    right: 0;
    font-size: 11px;
    font-weight: normal;
    color: #058dc7;
}

.notification-body .msg-body,
.notification-body .subject {
    font-size: 13px;
    color: #A0A0A0;
    max-height: 35px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notification-body .subject {
    font-size: 13px;
    color: #5B5B5B;
    max-height: 22px;
}

/* WIZARDS */
.bootstrapWizard {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}

.bootstrapWizard a:hover,
.bootstrapWizard a:active,
.bootstrapWizard a:focus {
    text-decoration: none;
}

.bootstrapWizard li {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding-left: 0;
}

.bootstrapWizard li:before {
    border-top: 3px solid #55606E;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 11px;
    right: 1px;
    width: 100%;
    z-index: 1;
}

.bootstrapWizard li:first-child:before {
    left: 50%;
    max-width: 50%;
}

.bootstrapWizard li:last-child:before {
    max-width: 50%;
    width: 50%;
}

.bootstrapWizard li.complete .step {
    background: #0aa66e;
    padding: 1px 6px;
    border: 3px solid #55606E;
}

.bootstrapWizard li .step i {
    font-size: 10px;
    font-weight: normal;
    position: relative;
    top: -1.5px;
}

.bootstrapWizard li .step {
    background: #B2B5B9;
    color: #fff;
    display: inline;
    font-size: 15px;
    font-weight: bold;
    line-height: 12px;
    padding: 7px 13px;
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: normal;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all 0.1s linear 0s;
}

.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step {
    background: #0091d9;
    color: #fff;
    font-weight: bold;
    padding: 7px 13px;
    font-size: 15px;
    border-radius: 50%;
    border: 3px solid #55606E;
}

.bootstrapWizard li.complete .title,
.bootstrapWizard li.active .title {
    color: #2B3D53;
}

.bootstrapWizard li .title {
    color: #bfbfbf;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 104;
}

.wizard-actions {
    display: block;
    list-style: none;
    padding: 0;
    position: relative;
    width: 100%;
}

.wizard-actions li {
    display: inline;
}

.tab-content.transparent {
    background-color: transparent;
}

/* FUELUX WIZARD */
.fuelux .wizard {
    position: relative;
    overflow: hidden;
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    *zoom: 1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.fuelux .wizard:before,
.fuelux .wizard:after {
    display: table;
    line-height: 0;
    content: "";
}

.fuelux .wizard:after {
    clear: both;
}

.fuelux .wizard ul {
    width: 4000px;
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.fuelux .wizard ul.previous-disabled li.complete {
    cursor: default;
}

.fuelux .wizard ul.previous-disabled li.complete:hover {
    color: #356e35;
    cursor: default;
    background: #f3f4f5;
}

.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
    border-left-color: #f3f4f5;
}

.fuelux .wizard ul li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    color: #999;
    cursor: default;
    background: #ededed;
}

.fuelux .wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4;
}

.fuelux .wizard ul li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: "";
}

.fuelux .wizard ul li.complete {
    color: #468847;
    background: #f3f4f5;
}

.fuelux .wizard ul li.complete:hover {
    cursor: pointer;
    background: #e7eff8;
}

.fuelux .wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8;
}

.fuelux .wizard ul li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}

.fuelux .wizard ul li.active {
    color: #3a87ad;
    background: #f1f6fc;
}

.fuelux .wizard ul li.active .chevron:before {
    border-left: 14px solid #f1f6fc;
}

.fuelux .wizard ul li .badge {
    margin-right: 8px;
}

.fuelux .wizard ul li:first-child {
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
}

.fuelux .wizard .actions {
    position: absolute;
    right: 0;
    z-index: 2;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 46px;
    vertical-align: middle;
    background-color: #eeeeee;
    border-left: 1px solid #d4d4d4;
}

.fuelux .wizard .actions a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 45px;
}

.fuelux .wizard .actions .btn-prev i {
    margin-right: 5px;
}

.fuelux .wizard .actions .btn-next i {
    margin-left: 5px;
}

.fuelux .step-content .step-pane {
    display: none;
}

.fuelux .step-content .active {
    display: block;
}

.fuelux .step-content .active .btn-group .active {
    display: inline-block;
}

/* jarvismetro TILE */
.jarvismetro-tile {
    float: left;
    display: block;
    background-color: #fff;
    width: 100px;
    height: 70px;
    cursor: pointer;
    box-shadow: inset 0px 0px 1px #FFFFCC;
    border: 1px dotted #C5C5C5;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-smooth: always;
    margin: 0 10px 20px 0;
    padding: 5px;
    position: relative;
}

.jarvismetro-tile:hover {
    z-index: 10;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
}

.jarvismetro-tile.big-cubes {
    width: 120px;
    height: 120px;
}

.jarvismetro-tile.double {
    width: 249px;
}

.jarvismetro-tile:active {
    top: 1px;
    left: 1px;
}

.jarvismetro-tile .iconbox {
    text-align: center;
}

.jarvismetro-tile .iconbox i {
    display: block;
    margin: 15px auto 0;
    height: 75px;
}

.jarvismetro-tile .iconbox span {
    display: block;
    text-align: left;
}

.jarvismetro-tile .iconbox span > span {
    position: absolute;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    padding: 5px 5px;
    border: 1px solid #fff;
}

/* SHORT CUT */
#shortcut {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    background-color: #33302F;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 907;
    display: none;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#shortcut ul {
    padding: 15px 20px 10px;
    list-style: none;
    margin: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #423F3F;
}

#shortcut ul li {
    display: inline-block;
    width: auto;
}

#shortcut ul li .jarvismetro-tile {
    margin: 0px 3px 3px;
    border: none;
    border-radius: 0;
}

#shortcut ul li .jarvismetro-tile:hover {
    color: #fff;
    text-decoration: none;
}

#shortcut ul li .jarvismetro-tile:active,
#shortcut ul li .jarvismetro-tile:focus {
    left: 0;
    top: 0;
}

.shortcut-on #response-btn {
    display: none !important;
}

.shortcut-on #main .navbar,
.shortcut-on #left-bar .navbar {
    border: none !important;
}

/* ARROW BOX */
.arrow-box-up:after,
.arrow-box-up:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-up:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    left: 50%;
    margin-left: -7px;
}

.arrow-box-up:before {
    border-color: rgba(131, 131, 131, 0);
    border-bottom-color: #838383;
    border-width: 8px;
    left: 50%;
    margin-left: -8px;
}

/* right */
.arrow-box-up-right:after,
.arrow-box-up-right:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow-box-up-right:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    right: 10px;
    margin-left: -7px;
}

.arrow-box-up-right:before {
    border-color: rgba(131, 131, 131, 0);
    border-bottom-color: #838383;
    border-width: 8px;
    right: 9px;
    margin-left: -8px;
}

/* BOOTSTRAP TOOLTIP */
.tooltip {
    z-index: 1500;
}

.tooltip-inner {
    padding: 5px 10px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-radius: 0;
}

/* SPARKLINE */
.jqstooltip {
    padding: 7px !important;
    border-radius: 3px !important;
    border: none !important;
    background-color: #000000 !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.jqstooltip .jqsfield {
    font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-size: 11px;
}

#sparks li {
    display: inline-block;
    max-height: 44px;
    overflow: hidden;
    text-align: left;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#sparks li h5 {
    color: #555;
    float: left;
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    border: none;
    text-transform: uppercase;
}

#sparks li span {
    color: #636363;
    display: block;
}

#sparks li {
    border-left: 1px dotted #c7c7c7;
    padding: 0 2px 0 10px;
}

#sparks li:last-child {
    padding-right: 0;
}

#sparks li:first-child {
    border-left: none;
    padding-left: 0;
}

.sparks-info {
    min-width: 70px;
}

.sparks-info span {
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    text-transform: none;
}

.sparks-info .sparkline {
    display: block;
    float: right;
    margin: 3px 0 0 20px;
}

/* WEBKIT SCROLLING CSS * Reference: http://stackoverflow.com/questions/10592657/scrollbar-stylesheet
 * GitHub Source: https://gist.github.com/jambu/2004633 */
.custom-scroll::-webkit-scrollbar {
    -webkit-overflow-scrolling: touch;
    height: 10px;
    width: 10px;
}

.custom-scroll::-webkit-scrollbar:hover {
    background-color: #E9E9E9;
    border: 1px solid #dbdbdb;
}

.custom-scroll::-webkit-scrollbar-button:start:decrement,
.custom-scroll::-webkit-scrollbar-button:end:increment {
    background: transparent;
    display: block;
    height: 0;
}

.custom-scroll::-webkit-scrollbar-track {
    background-clip: padding-box;
    border-width: 0 0 0 4px;
    border: solid transparent;
}

.custom-scroll::-webkit-scrollbar-track-piece {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: transparent;
    border-radius: 0;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: rgba(0, 0, 0, 0.2);
    border-width: 0;
    border: none;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

.custom-scroll::-webkit-scrollbar-thumb:vertical,
.custom-scroll::-webkit-scrollbar-thumb:horizontal {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: #bfbfbf;
    border-radius: 0;
}

.custom-scroll::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.44);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.33);
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #959595;
}

/* Typehead */
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.tt-dropdown-menu {
    min-width: 160px;
    margin-top: 2px;
    padding: 5px 0;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
    color: #fff;
    background-color: #0081c2;
}

.tt-suggestion.tt-is-under-cursor a {
    color: #fff;
}

.tt-suggestion p {
    margin: 0;
}

/* Google Maps */
.google_maps {
    width: 100%;
    height: 350px;
    position: relative;
}

.google_maps * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.google_maps img {
    max-width: none;
    /* needed for google map popup*/
}

/* Header btn */
.header-btn {
    margin-top: 5px;
}

/* TREE */
.tree {
    min-height: 20px;
    border-radius: 4px;
}

.tree li {
    list-style-type: none;
    margin: 0;
    padding: 5px;
    position: relative;
}

.tree ul ul li:hover {
    background: rgba(0, 0, 0, 0.015);
}

.tree li:before,
.tree li:after {
    content: '';
    left: -20px;
    position: absolute;
    right: auto;
}

.tree li:before {
    border-left: 1px solid #999;
    bottom: 50px;
    height: 100%;
    top: -11px;
    width: 1px;
    -webkit-transition: "border-color 0.1s ease 0.1s";
    -moz-transition: "border-color 0.1s ease 0.1s";
    -o-transition: "border-color 0.1s ease 0.1s";
    transition: "border-color 0.1s ease 0.1s";
}

.tree li:after {
    border-top: 1px solid #999;
    height: 20px;
    top: 18px;
    width: 25px;
}

.tree li span {
    border: 1px dotted #999;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 8px;
    text-decoration: none;
    -webkit-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
    -moz-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
    -o-transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
    transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
}

.tree li.parent_li > span {
    cursor: pointer;
    padding: 7px;
}

.tree > ul > li:before,
.tree > ul > li::after {
    border: 0;
}

.tree li:last-child::before {
    height: 30px;
}

.tree li.parent_li > span:hover,
.tree li.parent_li > span:hover + ul li span {
    background: #eee;
    border: 1px solid #94a0b4;
    color: #000000;
}

.tree > ul {
    padding-left: 0;
}

.tree ul ul {
    padding-left: 34px;
    padding-top: 10px;
}

.tree li.parent_li > span:hover {
    background-color: #DF8505;
    border: 1px solid #C67605;
    color: #fff;
}

.tree li.parent_li > span:hover + ul li::before {
    border-left-color: #F89406;
}

.tree li.parent_li > span:hover + ul li::after {
    border-top-color: #F89406;
}

.tree li.parent_li > span:hover + ul li span {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #000;
}

/* VECTOR MAP */
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    background: #292929;
    padding: 4px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    border: 1px solid #bfbfbf;
}

.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
    background: #eeeeee;
    border-color: #d9d9d9;
}

.jvectormap-zoomin {
    top: 0;
}

.jvectormap-zoomout {
    top: 24px;
}

.vector-map {
    height: 300px;
    width: 100%;
    padding: 10px;
}

#heat-fill {
    display: block;
    position: relative;
    margin-bottom: 20px;
    background: #5B5B5B;
    height: 7px;
    width: 200px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC);
}

.fill-a,
.fill-b {
    width: 20px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    background: #fff;
    padding-right: 4px;
    position: absolute;
    left: 0;
    margin-top: -7px;
    font-weight: bold;
}

.fill-b {
    text-align: left;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 60px;
    padding-left: 4px;
    padding-right: 0;
}

/* CKEDITOR */
.cke_top {
    background: rgba(248, 248, 248, 0.9) !important;
    background-image: none !important;
}

/* BS Multiselect */
.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.multiselect-container .input-group {
    margin: 5px;
}

.multiselect-container > li {
    padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
    font-weight: bold;
}

.multiselect-container > li > label.multiselect-group {
    margin: 0;
    padding: 3px 20px 3px 20px;
    height: 100%;
    font-weight: bold;
}

.multiselect-container > li > a > label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: normal;
}

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
    margin: 0;
}

.multiselect-container > li > a > label > input[type="checkbox"] {
    margin-bottom: 5px;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/* FORMS: INPUT WITH ICONS */
.input-group .input-group-btn .btn,
.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

.icon-addon:after,
.icon-addon:before {
    display: table;
    content: " ";
}

.icon-addon:after {
    clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fas,
.icon-addon.addon-md .far,
.icon-addon .fas,
.icon-addon .far {
    position: absolute;
    z-index: 2;
    left: 10px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px;
}

.icon-addon.addon-lg .form-control {
    line-height: 1.33;
    height: 46px;
    font-size: 18px;
    padding: 10px 16px 10px 40px;
}

.input-group-lg .icon-addon.addon-lg + .input-group-btn > .btn {
    height: 46px;
}

.icon-addon.addon-sm .form-control {
    height: 30px;
    padding: 5px 10px 5px 28px;
    font-size: 12px;
    line-height: 1.5;
}

.icon-addon.addon-lg .fas,
.icon-addon.addon-lg .far,
.icon-addon.addon-lg .glyphicon {
    font-size: 18px;
    margin-left: 0;
    left: 11px;
    top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
    padding-left: 30px;
    float: left;
    font-weight: normal;
}

.icon-addon.addon-sm .fas,
.icon-addon.addon-sm .far,
.icon-addon.addon-sm .glyphicon {
    margin-left: 0;
    font-size: 12px;
    left: 5px;
    top: -1px;
}

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fas,
.icon-addon .form-control:focus + .far,
.icon-addon:hover .fas,
.icon-addon:hover .far {
    color: #2580db;
}

.icon-addon input:disabled + .glyphicon,
.icon-addon select:disabled + .glyphicon,
.icon-addon input:disabled + .fas,
.icon-addon input:disabled + .far,
.icon-addon select:disabled + .fas,
.icon-addon select:disabled + .far {
    color: #ccc;
}

/* No Padding */
.no-content-padding {
    margin: -10px -14px 0;
    /*used with content >:first-child */
}

.no-padding {
    padding: 0px !important;
}

.no-padding > pre {
    margin: 30px;
}

.no-padding > table,
.no-padding .dataTables_wrapper table {
    border: none !important;
    margin-bottom: 0px !important;
    border-bottom-width: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}


.padding-5 {
    padding: 5px !important;
}

.padding-7 {
    padding: 7px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-gutter {
    padding: 13px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-0 {
    padding-bottom: 0px !important;
}

.padding-top-0 {
    padding-top: 0px !important;
}

.no-padding > table tr td:last-child,
.no-padding > table tr th:last-child,
.no-padding .dataTables_wrapper table tr td:last-child,
.no-padding .dataTables_wrapper table tr th:last-child {
    border-right: none !important;
}

.no-padding > table tr td:first-child,
.no-padding > table tr th:first-child,
.no-padding .dataTables_wrapper table tr td:first-child,
.no-padding .dataTables_wrapper table tr th:first-child {
    border-left: none !important;
}

.no-padding .dataTables_wrapper table tbody tr:last-child td {
    border-bottom: 0;
}

/* Font Weights */
.semi-bold {
    font-weight: 400 !important;
}

.ultra-light {
    font-weight: 300 !important;
}

/* Font Sizes */
/* Margins */
.no-margin {
    margin: 0px !important;
}

.margin-15 {
    margin: 15px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

/* No border */
.no-border,
.well[class*=" bg-"].no-border {
    border-width: 0px !important;
}

.no-border-transparent {
    border-color: transparent !important;
}

.no-border-radius {
    border-radius: 0;
}

/* Inlines */
.display-inline {
    display: inline-block !important;
}

.display-normal {
    display: inline !important;
}

/* CURSORS */
.cursor-pointer {
    cursor: pointer;
}

/* Images */
.hover-transparent {
    opacity: .5;
}

.hover-transparent:hover {
    opacity: 1;
}

/* Forced text alignments */
.text-align-center,
.text-center {
    text-align: center !important;
}

.text-align-left,
.text-left {
    text-align: left !important;
}

.text-align-right,
.text-right {
    text-align: right !important;
}

/* HR */
hr.simple {
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: dashed;
}

/* SHORT CUTS */
.pull-right {
    float: right !Important;
}

.pull-left {
    float: left !Important;
}

/* Air fields * Description: absolute positioned objects */
.air {
    position: absolute;
    z-index: 5;
}

.air-bottom {
    bottom: 0;
}

.air-top {
    top: 0;
}

.air-top-right {
    top: 0;
    right: 0;
}

.air-top-left {
    top: 0;
    left: 0;
}

.air-bottom-left {
    bottom: 0;
    left: 0;
}

.air-bottom-right {
    bottom: 0;
    right: 0;
}

/* Custom Radio and Input * SETUP */
.checkbox input[type="checkbox"].checkbox + span,
.checkbox-inline input[type="checkbox"].checkbox + span,
.radiobox-inline input[type="radio"].radiobox + span,
.radio input[type="radio"].radiobox + span {
    margin-left: -20px;
}

.form-inline .checkbox input[type="checkbox"].checkbox + span,
.form-inline .radiobox input[type="radio"].radiobox + span {
    margin-left: 0;
}

.form-inline .checkbox,
.form-inline .radiobox {
    padding-left: 0;
}

label input[type="radio"].radiobox + span,
input[type="checkbox"].checkbox + span {
    vertical-align: middle;
    line-height: 20px;
}

input[type="checkbox"].checkbox + span,
input[type="checkbox"].checkbox + span:after,
input[type="checkbox"].checkbox + span:before,
input[type="radio"].radiobox + span,
input[type="radio"].radiobox + span:after,
input[type="radio"].radiobox + span:before {
    box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
}

input[type="checkbox"].checkbox,
input[type="radio"].radiobox {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    width: 18px;
    height: 18px;
}

label input[type="checkbox"].checkbox + span,
label input[type="radio"].radiobox + span {
    position: relative;
    z-index: 19;
    display: inline-block;
    margin-right: 5px;
    line-height: 17px;
    min-height: 14px;
    min-width: 14px;
}

label input[type="checkbox"].checkbox + span:hover,
label input[type="radio"].radiobox + span:hover {
    cursor: pointer;
}

label input[type="radio"].radiobox + span:before,
label input[type="checkbox"].checkbox + span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    border-radius: 0;
    content: "\a0";
    /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 1px;
    height: 12px;
    line-height: 12px;
    min-width: 12px;
    margin-right: 5px;
    border: 1px solid #bfbfbf;
    background-color: #f4f4f4;
    margin-top: -1px;
}

/* RADIO */
label input[type="radio"].radiobox + span:before {
    content: "\a0";
    /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
    border-radius: 50%;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

label input[type="radio"].radiobox:checked + span {
    font-weight: bold;
}

/* DEFAULT COLOR */
label input[type="radio"].radiobox:checked + span:before {
    content: "\f111";
    color: #2E7BCC;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* ORANGE COLOR */
label input[type="radio"].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329;
}

/* CHROME COLOR */
label input[type="radio"].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe;
    font-size: 9px;
}

label input[type="radio"].radiobox.style-2:checked + span {
    font-weight: normal;
}

/* Style 1 Radio */
label input[type="radio"].radiobox.style-1 + span:before {
    font-size: 9px;
    background: #fff;
    text-shadow: none;
    box-shadow: none !important;
    border-width: 1px;
    height: 13px;
    line-height: 13px;
    min-width: 13px;
}

label input[type="radio"].radiobox.style-1:checked + span:before {
    font-size: 10px;
    color: #5B5B5B;
    border-color: #5B5B5B;
    background: #fff;
}

label input[type="radio"].radiobox.style-1:checked + span {
    font-weight: normal;
}

/* RADIO:HOVER & ACTIVE STATES */
/* DEFAULT:HOVER radio content --> 2022 */
label:hover input[type="radio"].radiobox + span:before,
label:hover input[type="radio"].radiobox:checked + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC;
}

/* ORANGE:HOVER */
label:hover input[type="radio"].radiobox.style-3 + span:before,
label:hover input[type="radio"].radiobox.style-3:checked + span:before {
    color: #a90329;
    border-color: #a90329;
}

/* CHROME:HOVER */
label:hover input[type="radio"].radiobox.style-2:checked + span:before {
    color: #66665e;
    border-color: #4d90fe;
}

/* METRO:HOVER */
label:hover input[type="radio"].radiobox.style-1:checked + span:before {
    color: #5B5B5B;
    border-color: #5B5B5B;
    background: #fff;
}

label:hover input[type="radio"].radiobox.style-1 + span:before {
    color: #5B5B5B;
    border-color: #5B5B5B;
    background: #fff;
}

/* DEFAULT:ACTIVE */
label:active input[type="radio"].radiobox + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}

/* RADIO:DISABLE STATES */
/* GLOBAL */
label input[type="radio"][disabled].radiobox + span,
label input[type="radio"][disabled].radiobox:checked + span,
label:hover input[type="radio"][disabled].radiobox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed;
}

label input[type="radio"][disabled].radiobox:checked + span:before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

label input[type="radio"][disabled].radiobox:checked + span:before,
label input[type="radio"][disabled].radiobox + span:before,
label:active input[type="radio"][disabled].radiobox:checked + span:before,
label:hover input[type="radio"][disabled].radiobox:checked + span:before {
    background: #eee !important;
    border-color: #CCC !important;
    box-shadow: none;
    color: #A7A7A7;
}

/* CHECKBOX */
label input[type="checkbox"].checkbox + span:before {
    content: "\a0";
    /* we use '\a0'; to simulate a non-breaking-space (http://milov.nl/7029) */
}

label input[type="checkbox"].checkbox:checked + span:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

label input[type="checkbox"].checkbox:checked + span {
    font-weight: bold;
}

/* DEFAULT COLOR */
label input[type="checkbox"].checkbox:checked + span:before {
    color: #2E7BCC;
}

/* RED COLOR */
label input[type="checkbox"].checkbox.style-3:checked + span:before {
    color: #fff;
    border-color: #a90329;
    background: #a90329;
}

/* CHROME */
label input[type="checkbox"].checkbox.style-2 + span:before {
    background: transparent;
    border-color: #c1c1c1;
    box-shadow: none;
}

label input[type="checkbox"].checkbox.style-2:checked + span:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #66665e;
    border-color: #4d90fe;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MUQ0MEM4RUFEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MUQ0MEM4RUJEQUE4MTFFMkEwMjM5NzlCRjAxM0UwRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxRDQwQzhFOERBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxRDQwQzhFOURBQTgxMUUyQTAyMzk3OUJGMDEzRTBGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsD/PVAAAAAQSURBVHjaYv7//78vQIABAAlYA05NMPppAAAAAElFTkSuQmCC) #fff;
}

label input[type="checkbox"].checkbox.style-2:checked + span {
    font-weight: normal;
}

/* METRO COLOR */
label input[type="checkbox"].checkbox.style-1 + span:before {
    color: #5B5B5B;
    background: #fff;
    text-shadow: none;
    box-shadow: none !important;
    border-width: 1px;
    height: 12px;
    line-height: 13px;
    min-width: 12px;
}

label input[type="checkbox"].checkbox.style-1:checked + span:before {
    color: #5B5B5B;
    border-color: #5B5B5B;
}

label input[type="checkbox"].checkbox.style-1:checked + span {
    font-weight: normal;
}

/* CHECKBOX:HOVER & ACTIVE STATES */
label:active input[type="checkbox"].checkbox + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}

/* DEFAULT:HOVER */
label:hover input[type="checkbox"].checkbox + span:before {
    color: #2E7BCC;
    border-color: #2E7BCC;
}

/* RED:HOVER*/
label:hover input[type="checkbox"].checkbox.style-3 + span:before {
    color: #fff;
    border-color: #A90327;
}

/* CHROME:HOVER*/
label:hover input[type="checkbox"].checkbox.style-2 + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2);
}

label:hover input[type="checkbox"].checkbox.style-2:checked + span:before {
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}

/* METRO:HOVER*/
label:hover input[type="checkbox"].checkbox.style-1 + span:before {
    border-color: #5B5B5B;
}

/* DEFAULT:ACTIVE */
label:active input[type="checkbox"].checkbox:checked + span:before {
    color: #fff;
    background: #2E7BCC;
    border-color: #2E7BCC;
}

/* RED:ACTIVE */
label:active input[type="checkbox"].checkbox.style-3:checked + span:before {
    color: #a90329;
    background: #fff;
    border-color: #a90329;
}

/* CHROME:ACTIVE */
label:active input[type="checkbox"].checkbox.style-2:checked + span:before {
    color: #66665e;
    background: transparent;
    border-color: #c1c1c1;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}

label:active input[type="checkbox"].checkbox.style-2 + span:before {
    color: #66665e;
    background: transparent;
    border-color: #c1c1c1;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
}

/* METRO:ACTIVE */
label:active input[type="checkbox"].checkbox.style-1:checked + span:before {
    color: #fff;
    background: #5B5B5B;
    border-color: #5B5B5B;
}

/* CHECKBOX:DISABLE STATES */
/* GLOBAL */
label input[type="checkbox"][disabled].checkbox + span,
label input[type="checkbox"][disabled].checkbox:checked + span,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
    color: #A7A7A7;
    cursor: not-allowed;
}

label input[type="checkbox"][disabled].checkbox:checked + span:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #A7A7A7;
}

label input[type="checkbox"][disabled].checkbox.style-2:checked + span:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

label input[type="checkbox"][disabled].checkbox:checked + span:before,
label input[type="checkbox"][disabled].checkbox + span:before,
label:active input[type="checkbox"][disabled].checkbox:checked + span:before,
label:hover input[type="checkbox"][disabled].checkbox:checked + span:before {
    background: #eee !important;
    border-color: #CCC !important;
    color: #A7A7A7;
    box-shadow: none !important;
}

/* ANIMATED */

/* All dropdowns */
.open > .dropdown-menu {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.active + .ajax-dropdown {
    -webkit-animation-name: "flipInY";
    -moz-animation-name: "flipInY";
    -o-animation-name: "flipInY";
    animation-name: "flipInY";
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* USED WITH DEMO */
.square {
    display: block;
    float: left;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

/* RESET BOOTSTRAP DEFAULT IE FILTER */
[class^="bg-"],
[class*=" bg-"] {
    filter: none !important;
}

/* TEXT COLOR */
.txt-color-blue {
    color: #57889c !important;
}

.txt-color-blueLight {
    color: #92a2a8 !important;
}

.txt-color-blueDark {
    color: #4c4f53 !important;
}

.txt-color-green {
    color: #356e35 !important;
}

.txt-color-greenLight {
    color: #71843f !important;
}

.txt-color-greenDark {
    color: #496949 !important;
}

.txt-color-red {
    color: #a90329 !important;
}

.txt-color-yellow {
    color: #b09b5b !important;
}

.txt-color-orange {
    color: #b19a6b !important;
}

.txt-color-orangeDark {
    color: #a57225 !important;
}

.txt-color-pink {
    color: #ac5287 !important;
}

.txt-color-pinkDark {
    color: #a8829f !important;
}

.txt-color-purple {
    color: #6e587a !important;
}

.txt-color-darken {
    color: #404040 !important;
}

.txt-color-lighten {
    color: #d5e7ec !important;
}

.txt-color-white {
    color: #fff !important;
}

.txt-color-grayDark {
    color: #525252 !important;
}

.txt-color-magenta {
    color: #6e3671 !important;
}

.txt-color-teal {
    color: #568a89 !important;
}

.txt-color-redLight {
    color: #a65858 !important;
}

/* BACKGROUNDS */
.bg-color-blue {
    background-color: #57889c !important;
}

.bg-color-blueLight {
    background-color: #92a2a8 !important;
}

.bg-color-blueDark {
    background-color: #4c4f53 !important;
}

.bg-color-green {
    background-color: #356e35 !important;
}

.bg-color-greenLight {
    background-color: #71843f !important;
}

.bg-color-greenDark {
    background-color: #496949 !important;
}

.bg-color-red {
    background-color: #a90329 !important;
}

.bg-color-yellow {
    background-color: #b09b5b !important;
}

.bg-color-orange {
    background-color: #c79121 !important;
}

.bg-color-orangeDark {
    background-color: #a57225 !important;
}

.bg-color-pink {
    background-color: #ac5287 !important;
}

.bg-color-pinkDark {
    background-color: #a8829f !important;
}

.bg-color-purple {
    background-color: #6e587a !important;
}

.bg-color-darken {
    background-color: #404040 !important;
}

.bg-color-lighten {
    background-color: #d5e7ec !important;
}

.bg-color-white {
    background-color: #fff !important;
}

.bg-color-grayDark {
    background-color: #525252 !important;
}

.bg-color-magenta {
    background-color: #6e3671 !important;
}

.bg-color-teal {
    background-color: #568a89 !important;
}

.bg-color-redLight {
    background-color: #a65858 !important;
}

.page-footer {
    height: 52px;
    padding: 15px 13px 0 233px;
    border-top: 1px solid #CECECE;
    background: #2a2725;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
}

.fixed-page-footer .page-footer {
    position: fixed;
    z-index: 901;
}

.container.fixed-page-footer .page-footer {
    max-width: 1164px;
}

/* GENERAL MOBILE (Applies to all resolutions below 979px) */
@media (max-width: 979px) {
    /* mobile lock x-scroll for menu */
    html.hidden-menu-mobile-lock {
        overflow-x: hidden;
    }

    /* Force content to spread 100% */
    #main {
        width: 100% !important;
    }

    /* Footer */
    .page-footer {
        padding: 15px 14px 0;
    }

    /* Profile Page */
    .profile-pic {
        float: left;
    }

    .profile-pic > img {
        margin-right: 10px;
        width: 110px;
    }

    .profile-pic + div,
    .profile-pic + div + div {
        padding-left: 30px;
        padding-right: 30px;
    }

    #fullscreen > :first-child > a {
        display: none !important;
    }

    body.container {
        border: none !important;
        width: 100% !important;
    }

    .inbox-data-message > :first-child {
        height: 50px;
        overflow: hidden;
    }

    .show-stats .show-stat-buttons > :first-child {
        padding-right: 13px;
    }

    .show-stats .show-stat-buttons > :last-child {
        padding-left: 13px;
    }

    .inbox-checkbox-triggered > .btn-group .btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .inbox-body .table-wrap {
        padding: 0px 5px 0px 5px !important;
    }

    .inbox-nav-bar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .inbox-data-message > :first-child > :first-child {
        display: block !important;
        font-size: 14px;
    }

    .inbox-table-icon > :first-child {
        margin-top: 12px;
    }

    #inbox-table .inbox-table-icon {
        padding-left: 10px !important;
    }

    /* search header */
    .header-search.pull-right {
        margin-left: 0;
    }

    /* dropzone image fix */
    .dropzone .dz-default.dz-message {
        background-size: 100%;
        width: 200px;
        height: 43px;
        margin-left: -112px;
        margin-top: -23.5px;
    }
}

/* MOBILE LAYOUT STARTS HERE */
/* IPAD HORIZONTAL */
@media (min-width: 768px) and (max-width: 979px) {
    #main {
        margin-left: 0;
    }

    /* responsive menu button */
    .btn-header a {
        margin-top: 9px !important;
        width: 40px !important;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    /* Header search */
    .header-search > input[type="text"] {
        margin-top: 9px;
    }
}

/* IPAD VERTICAL */
@media (min-width: 768px) and (max-width: 880px) {
    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    .no-content-padding {
        margin: 0 -14px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    /* responsive menu button */
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

    .btn-header.transparent a:hover {
        color: #a90329;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    /* Header search */
    .header-search > input[type="text"] {
        margin-top: 9px;
    }
}

/* OTHER DEVICES */
@media (max-width: 767px) {
    /* Profile Page */
    .profile-pic > img {
        width: 100px;
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    /* dashboard microcharts */
    .show-stat-microcharts > div {
        margin-top: 0px !important;
        border-right: none !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* padding adjustment */
    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    #header {
        padding-right: 5px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

    .btn-header.transparent a:hover {
        color: #a90329;
    }

    /* responsive menu button */
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    /* fixed ribbon */
    .fixed-ribbon #content {
        padding-top: 52px;
    }

    /* header search */
    .header-search {
        display: none;
    }

}

/* ANDROID */
@media only screen and (min-width: 0px) and (max-width: 679px) {
    /* Profile Page */
    .profile-pic > img {
        width: 90px;
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    /* dashboard microcharts */
    .show-stat-microcharts > div {
        margin-top: 0px !important;
        border-right: none !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* padding adjustment */
    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    /* header color altered and adjusted for mobile view & contrast */
    #header {
        background: #fff;
        padding-right: 5px;
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5;
    }

    #ribbon .breadcrumb a,
    #ribbon .breadcrumb {
        color: #6D6C6C !important;
    }

    #ribbon .breadcrumb > .active,
    #ribbon .breadcrumb li:last-child {
        color: #333 !important;
    }

    /* responsive menu button */
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

    .btn-header.transparent a:hover {
        color: #a90329;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    /* header search */
    .header-search {
        display: none;
    }

}

/* IPHONE */
@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* Hide headings on phones as its not needed*/
    .page-title {
        display: none;
    }

    /* Profile Page */
    .profile-pic {
        text-align: left;
    }

    .profile-pic > img {
        width: 90px;
        margin-left: 0;
        top: -25px;
        margin-right: 0;
    }

    .profile-pic + div > h1 {
        font-size: 20px;
    }

    .profile-pic + div > h1 small {
        font-size: 16px;
    }

    .profile-carousel .carousel-indicators {
        top: 10px;
    }

    #main {
        margin-left: 0;
        overflow-x: hidden;
    }

    /* dashboard microcharts */
    .show-stat-microcharts > div {
        margin-top: 0px !important;
        border-right: none !important;
    }

    .show-stat-buttons {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* padding adjustment */
    #content,
    #ribbon {
        padding-left: 5px;
        padding-right: 5px;
    }

    .no-content-padding {
        margin: 0 -5px !important;
    }

    .inbox-nav-bar.no-content-padding {
        margin-top: -10px !important;
    }

    /* header color altered and adjusted for mobile view & contrast */
    #header {
        background: #fff;
        padding-right: 5px;
    }

    #ribbon {
        border-bottom: 1px solid #CFCFCF;
        border-top: 1px solid #E6E6E6;
        background: #F5F5F5;
    }

    #ribbon .breadcrumb a,
    #ribbon .breadcrumb {
        color: #6D6C6C !important;
    }

    #ribbon .breadcrumb > .active,
    #ribbon .breadcrumb li:last-child {
        color: #333 !important;
    }

    /* spark line top */
    #sparks {
        text-align: center;
        background: #E0E0E0;
        padding: 10px 0;
        margin-bottom: 15px;
    }

    #sparks li {
        padding: 0 10px 0 20px;
    }

    /* responsive menu button */
    .btn-header a {
        margin-top: 5px !important;
        width: 40px !important;
        height: 39px !important;
        line-height: 38px !important;
    }

    /* transparent header button */
    .btn-header.transparent a {
        border: none !important;
        background: none;
        margin-left: 0;
        width: 25px !important;
        box-shadow: none !important;
    }

    .btn-header.transparent a:hover {
        color: #a90329;
    }

    .fixed-ribbon #ribbon {
        left: 0;
    }

    /* #*$^& Bootstrap 3 ! */
    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: inline-block !important;
    }

    /* activity panel */
    .ajax-notifications {
        height: 250px;
    }

    .ajax-dropdown {
        width: 299px;
        height: 320px;
        left: 0;
        top: 49px;
    }

    .ajax-dropdown:before {
        margin-left: -14px;
    }

    .ajax-dropdown:after {
        margin-left: -13px;
    }

    /* header search */
    .header-search {
        display: none;
    }

    /* widget headers width */

}

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

#mobile-profile-img {
    display: none;
}

/* RESPONSIVE */
/* GENERAL MOBILE (Applies to all resolutions below 979px) */
@media (max-width: 979px) {
    nav > ul > li > ul > li > a,
    nav > ul > li > ul > li > ul > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* Map and NY Data on Property Details */
.sticky-band.static-header {
    padding-bottom: 5px !important;
    padding-left: 20px !important;
    margin-left: -20px !important;
}

.static-header + .widget-wrapper {
    margin-top: 206px; /* height of sticky band collapsed + a little extra spacing */
}

@media (max-width: 1200px) {
    .static-header .feature-boxes {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 767px) {
    .sticky-band.static-header {
        padding-right: 0 !important;
        display: none !important;
    }
}

/* Dashboard year filter */
#widgetPage .content-header > .stat-nav + .year-filter-container {
    float: right;
    width: 270px;
    margin-right: 15px;
    margin-top: -8px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}
#widgetPage .content-header > .stat-nav + .year-filter-container > span {
    font-weight: bold;
}
#widgetPage .content-header > .stat-nav + .year-filter-container > .year-filter {
    width: 150px;
}

.map-wrapper .map {
    position: relative;
}

#detailsWrapper > .portlet {
    margin-bottom: 0;
}

.toggle-ny-details {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background-color: white;
    padding: 3px 5px;
}

.toggle-ny-details:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #5B5B5B;
    font-size: 12px;
    margin-right: 7px;
    top: -1px;
    position: relative;
}

.toggle-ny-details.collapsed:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.toggle-ny-details:not(.collapsed):before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.toggle-ny-details:after {
    text-decoration: underline;
}

.toggle-ny-details.collapsed:after {
    content: "View Building Details";
}

.toggle-ny-details:not(.collapsed):after {
    content: "Hide Building Details";
}

.report.custom {
    background-image: url(/assets/images/report_custom.png);
}

.report.custom_new {
    background-image: url(/assets/images/report_custom.png);
}

.report.lien_nb_new {
    background-image: url(/assets/images/report_lien_no_banner.png);
}

.report.lien_new {
    background-image: url(/assets/images/report_lien.png);
}

.report.exec_sum_new {
    background-image: url(/assets/images/executive-summary.png);
}

.report.incheck_exec_new {
    background-image: url(/assets/images/icon-incheck-exec-summary.png);
}

.report.incheck_workflow_new {
    background-image: url(/assets/images/icon-incheck-workflow-report.png);
}

.report.incheck_users_task_new {
    background-image: url(/assets/images/icon-incheck-users-task-report.png);
}

.report.prop_shot_new {
    background-image: url(/assets/images/report_prop_shot.png);
}

.report.port_sum_new {
    background-image: url(/assets/images/empower/report_port_summary.png);
}

.report.port_hpd_new {
    background-image: url(/assets/images/empower/report_port_summary_hpd.png);
}

.report.prop_det_new {
    background-image: url(/assets/images/empower/report_prop_details.png);
}

.report.prop_sum_new {
    background-image: url(/assets/images/empower/report_prop_summary.png);
}

.report.compliance_new {
    background-image: url(/assets/images/report_compliance.png);
}

.report.prop_hpd_new {
    background-image: url(/assets/images/empower/report_prop_hpd.png);
}

.report.prop_dob_new {
    background-image: url(/assets/images/empower/report_prop_dob.png);
}

.report.prop_ecb_new {
    background-image: url(/assets/images/empower/report_prop_ecb.png);
}

.report.prop_dof_new {
    background-image: url(/assets/images/empower/report_prop_dof.png);
}

.report.work_orders_new {
    background-image: url(/assets/images/empower/report_work_orders.png);
}

.status-icon-circle {
    border-radius: 50%;
    color: white;
    height: 18px;
    line-height: 18px !important;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: -1px;
    width: 18px;
}

.status-icon-circle.gray-icon {
    background-color: #B3B3B3;
}

.status-icon-circle.green-icon {
    background-color: #35AA47;
}

.status-icon-circle.orange-icon {
    background-color: #E87E04;
}
.status-icon-circle.red-icon {
    background-color: #d0011b;
}

.color-text-error {
    color: #d0011b;
}

.color-background-error {
    background-color: #fcedef
}
