/*Topbar*/
/* Topbar Profile */
/*Sidebar*/
/*Footer*/
html {
    height: 100%;
    font-size: 14px;
}

body {
    font-family: "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 12px;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #f4f4f4;
}

a {
    text-decoration: none;
    color: #5d2f92;
}

.layout-wrapper .layout-mask {
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background-color: #212121;
}

.layout-wrapper .layout-topbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 64px;
    width: 100%;
    background-color: #5d2f92;
    background-image: -webkit-gradient(linear, left top, right top, from(#5d2f92), to(#5d2f92));
    background-image: -webkit-linear-gradient(to right, #5d2f92, #5d2f92);
    background-image: -moz-linear-gradient(to right, #5d2f92, #5d2f92);
    background-image: -ms-linear-gradient(to right, #5d2f92, #5d2f92);
    background-image: -o-linear-gradient(to right, #5d2f92, #5d2f92);
    background-image: linear-gradient(to right, #5d2f92, #5d2f92);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d2f92", endColorstr="#5d2f92", gradientType="1");
}
.layout-wrapper .layout-topbar .logo-container {
    height: 64px;
    color: #ffffff;
    padding-top: 12px;
    padding-left: 12px;
    width: 554px;
    float: left;
}
.layout-wrapper .layout-topbar .logo-container img {
    height: 40px;
    width: auto;
    vertical-align: middle;
    border: 0 none;
}
.layout-wrapper .layout-topbar .logo-container .app-name {
    font-weight: bold;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 12px;
}
.layout-wrapper .layout-topbar .topbar-content {
    float: left;
    height: 64px;
    text-align: center;
    width: calc(100% - 555px);
}
.layout-wrapper .layout-topbar .topbar-content:after {
    content: "";
    display: table;
    clear: both;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-sidebar-button {
    float: left;
    color: #f4f4f4;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-sidebar-button:hover {
    background-color: rgba(244, 244, 244, 0.24);
}
.layout-wrapper .layout-topbar .topbar-content #topbar-sidebar-button i {
    line-height: inherit;
    font-size: 24px;
}
.layout-wrapper .layout-topbar .topbar-content .search-input {
    height: 32px;
    width: 180px;
    position: relative;
    margin-top: 16px;
    float: left;
}
.layout-wrapper .layout-topbar .topbar-content .search-input .icon-search {
    color: #ffffff;
    top: 8px;
    left: 10px;
    position: absolute;
}
.layout-wrapper .layout-topbar .topbar-content .search-input input {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 14px;
    color: #ffffff;
    background-color: transparent;
    border: 0 none;
    padding: 6px 6px 6px 28px;
    border-bottom: 1px solid #f4f4f4;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.layout-wrapper .layout-topbar .topbar-content .search-input input:focus {
    outline: 0 none;
    border-bottom-color: #ffffff;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-quickmenu-button {
    display: none;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons {
    height: 64px;
    display: inline-block;
    list-style: none;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul {
    margin: 0;
    padding: 0;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li {
    display: inline-block;
    position: relative;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a {
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a:hover {
    background-color: rgba(244, 244, 244, 0.24);
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a:hover + .layout-quickmenu-tooltip {
    display: block;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a i {
    width: auto;
    font-size: 24px;
    line-height: inherit;
    text-align: left;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a i.topbar-icon-plane {
    color: #ffffff;
    width: 24px;
    height: 24px;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a i.topbar-icon-calendar {
    color: #ffffff;
    width: 24px;
    height: 24px;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a i.topbar-icon-notes {
    color: #ffffff;
    width: 24px;
    height: 24px;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a i.topbar-icon-settings {
    color: #ffffff;
    width: 24px;
    height: 24px;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul li a .icon-label {
    display: none;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul .layout-quickmenu-tooltip {
    display: none;
    padding: 0 5px;
    position: absolute;
    top: 70px;
    left: -37px;
    line-height: 1;
    width: 128px;
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul .layout-quickmenu-tooltip .layout-quickmenu-tooltip-text {
    padding: 6px 8px;
    font-weight: 600;
    background-color: #212121;
    color: #c8c8c8;
    min-width: 75px;
    white-space: nowrap;
    text-align: center;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.layout-wrapper .layout-topbar .topbar-content .topbar-icons ul .layout-quickmenu-tooltip .layout-quickmenu-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    top: 0;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-width: 0 5px 5px 5px;
    border-bottom-color: #212121;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu-button {
    float: right;
    top: 0;
    padding: 14px 12px 14px 12px;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu-button img {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    border: 0 none;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu-button span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
    margin-left: 4px;
    color: #ffffff;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu-button:hover {
    background-color: rgba(244, 244, 244, 0.24);
}
.layout-wrapper .layout-topbar .topbar-content #topbar-right-panel-button {
    float: right;
    color: #f4f4f4;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-right-panel-button:hover {
    background-color: rgba(244, 244, 244, 0.24);
}
.layout-wrapper .layout-topbar .topbar-content #topbar-right-panel-button i {
    line-height: inherit;
    font-size: 36px;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu {
    background-color: #eaeaea;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 199px;
    text-align: left;
    position: absolute;
    list-style-type: none;
    top: 64px;
    right: 17px;
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu.topbar-profile-menu-active {
    display: block;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li > a {
    color: #333333;
    padding: 8px 12px;
    display: block;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li > a i {
    color: #a6a6a6;
    font-size: 16px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li > a:hover {
    background-color: #d0d0d0;
    color: #333333;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li > a:hover i {
    color: #333333;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li.menuitem-active > a {
    background-color: #ba98e2;
    color: #422a5d;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li.menuitem-active > a i {
    color: #422a5d;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li ul {
    padding: 0;
    display: none;
    list-style-type: none;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu li ul li a {
    padding-left: 30px;
}
.layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu.profile-menu-active {
    display: block;
}

@media (max-width: 1024px) {
    .layout-wrapper .layout-topbar {
        height: 128px;
        text-align: center;
    }
    .layout-wrapper .layout-topbar .logo-container {
        float: none;
        margin: 0 auto;
        padding: 0;
        display: block;
        padding-top: 12px;
        width: auto;
    }
    .layout-wrapper .layout-topbar .logo-container .app-name {
        display: none;
    }
    .layout-wrapper .layout-topbar .topbar-content .topbar-icons {
        display: none;
        width: 100%;
        height: auto;
        text-align: left;
        position: fixed;
        top: 128px;
        left: 0;
        background-color: #5d2f92;
        background-image: -webkit-gradient(linear, left top, right top, from(#5d2f92), to(#5d2f92));
        background-image: -webkit-linear-gradient(to right, #5d2f92, #5d2f92);
        background-image: -moz-linear-gradient(to right, #5d2f92, #5d2f92);
        background-image: -ms-linear-gradient(to right, #5d2f92, #5d2f92);
        background-image: -o-linear-gradient(to right, #5d2f92, #5d2f92);
        background-image: linear-gradient(to right, #5d2f92, #5d2f92);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d2f92", endColorstr="#5d2f92", gradientType="1");
    }
    .layout-wrapper .layout-topbar .topbar-content #topbar-sidebar-button {
        float: none;
        position: absolute;
        top: 0;
        left: 0;
    }
    .layout-wrapper .layout-topbar .topbar-content .search-input {
        text-align: left;
        position: absolute;
        top: 64px;
        left: 12px;
        float: none;
    }
    .layout-wrapper .layout-topbar .topbar-content .search-input input {
        width: 125px;
    }
    .layout-wrapper .layout-topbar .topbar-content #topbar-quickmenu-button {
        display: block;
        position: absolute;
        right: 24px;
        top: 96px;
        color: #ffffff;
        font-size: 16px;
    }
    .layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu-button {
        position: absolute;
        float: none;
        right: 64px;
    }
    .layout-wrapper .layout-topbar .topbar-content #topbar-profile-menu-button span {
        display: none;
    }
    .layout-wrapper .layout-topbar .topbar-content #topbar-right-panel-button {
        position: absolute;
        float: none;
        right: 0;
        top: 0;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons {
        display: block;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul {
        padding: 0;
        margin: 0;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li {
        display: block;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li a {
        color: #ffffff;
        width: 100%;
        text-align: left;
        height: auto;
        padding: 0 20px;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li a i {
        vertical-align: middle;
        display: inline-block;
        width: auto;
        height: auto;
        margin-right: 20px;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li a .icon-label {
        vertical-align: middle;
        display: inline-block;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li a:hover + .layout-quickmenu-tooltip {
        display: none;
    }
    .layout-wrapper.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li .layout-quickmenu-tooltip {
        display: none;
    }
}
.layout-wrapper .layout-sidebar {
    position: fixed;
    width: 224px;
    height: 100%;
    top: 64px;
    left: 0;
    z-index: 999;
    background-color: #eaeaea;
}
.layout-wrapper .layout-sidebar .layout-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a {
    color: #333333;
    font-weight: 600;
    display: block;
    cursor: pointer;
    outline: none;
    user-select: none;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a i {
    color: #a6a6a6;
    vertical-align: bottom;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a .layout-menuitem-toggler {
    float: right;
    left: auto;
    margin-right: 0;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a:hover {
    background-color: #d0d0d0;
    color: #333333;
}
.layout-wrapper .layout-sidebar .layout-menu > li > a:hover i {
    color: #333333;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a {
    background-color: #ba98e2;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a span {
    color: #422a5d;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a i {
    color: #422a5d;
}
.layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a i.layout-menuitem-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.layout-wrapper .layout-sidebar .layout-menu > li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #f4f4f4;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li a {
    color: #333333;
    font-weight: 600;
    display: block;
    padding: 8px;
    cursor: pointer;
    outline: none;
    user-select: none;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li a i {
    vertical-align: bottom;
    color: #a6a6a6;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li a i.layout-menuitem-toggler {
    float: right;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li a.rotated-icon .layout-menuitem-icon {
    transform: rotate(90deg);
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li a .layout-menuitem-toggler {
    float: right;
    left: auto;
    margin-right: 0;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li a:hover {
    background-color: #d0d0d0;
    color: #333333;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li a:hover i {
    color: #333333;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li.active-menuitem > a {
    background-color: #eaeaea;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li.active-menuitem > a span {
    color: #422a5d;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li.active-menuitem > a i {
    color: #422a5d;
}
.layout-wrapper .layout-sidebar .layout-menu > li ul li.active-menuitem > a i.layout-menuitem-toggler {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.layout-wrapper .layout-sidebar .layout-menu {
    padding-bottom: 120px;
}

@media (max-width: 1024px) {
    .layout-wrapper #topbar-sidebar-button {
        display: block;
    }
    .layout-wrapper .layout-sidebar {
        left: -224px;
        top: 128px;
        overflow: auto;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-transition: left 0.3s;
        -o-transition: left 0.3s;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li {
        border-bottom: 1px solid #d0d0d0;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li > a {
        padding: 12px 30px 12px 12px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li > a i {
        font-size: 20px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li > a i:first-child {
        margin-right: 8px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li .layout-menu-tooltip {
        display: none;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li ul li a {
        padding: 8px 30px 12px 24px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li ul li a i:first-child {
        margin-right: 8px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li ul li a i.layout-menuitem-toggler {
        font-size: 20px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li ul li ul li a {
        padding-left: 40px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li ul li ul li ul li a {
        padding-left: 56px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li ul li ul li ul li ul li a {
        padding-left: 72px;
    }
    .layout-wrapper .layout-sidebar .layout-menu > li ul li ul li ul li ul ul li a {
        padding-left: 88px;
    }
    .layout-wrapper .layout-main {
        margin-left: 0;
    }
    .layout-wrapper.layout-menu-mobile-active .layout-sidebar {
        left: 0;
    }
    .layout-wrapper.layout-menu-mobile-active .layout-sidebar .layout-menu {
        padding-bottom: 184px;
    }
    .layout-wrapper.layout-menu-mobile-active .layout-mask, .layout-wrapper.topbar-icons-active .layout-mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 998;
        display: block;
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1025px) {
    .layout-wrapper.layout-menu-static #topbar-sidebar-button, .layout-wrapper.layout-menu-overlay #topbar-sidebar-button {
        display: block;
        margin-right: 16px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar, .layout-wrapper.layout-menu-overlay .layout-sidebar {
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-transition: left 0.3s;
        -o-transition: left 0.3s;
        -webkit-transition: left 0.3s;
        transition: left 0.3s;
        overflow: auto;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li {
        border-bottom: 1px solid #d0d0d0;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li > a, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li > a {
        padding: 12px 30px 12px 12px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li > a i, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li > a i {
        font-size: 18px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li > a i:first-child, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li > a i:first-child {
        margin-right: 8px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li > a i.layout-menuitem-toggler, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li > a i.layout-menuitem-toggler {
        float: right;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li .layout-menu-tooltip, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li .layout-menu-tooltip {
        display: none;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li ul li a, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li ul li a {
        padding: 8px 30px 12px 24px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li ul li a i:first-child, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li ul li a i:first-child {
        margin-right: 8px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li ul li a i.layout-menuitem-toggler, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li ul li a i.layout-menuitem-toggler {
        font-size: 20px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li a, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li a {
        padding-left: 40px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li ul li a, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li ul li a {
        padding-left: 56px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li ul li ul li a, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li ul li ul li a {
        padding-left: 72px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li ul li ul ul li a, .layout-wrapper.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li ul li ul ul li a {
        padding-left: 88px;
    }
    .layout-wrapper.layout-menu-static .layout-sidebar {
        left: 0;
    }
    .layout-wrapper.layout-menu-static .layout-main {
        -moz-transition: margin-left 0.3s;
        -o-transition: margin-left 0.3s;
        -webkit-transition: margin-left 0.3s;
        transition: margin-left 0.3s;
        margin-left: 224px;
    }
    .layout-wrapper.layout-menu-static.layout-menu-static-inactive .layout-sidebar {
        left: -224px;
    }
    .layout-wrapper.layout-menu-static.layout-menu-static-inactive .layout-main {
        margin-left: 0;
    }
    .layout-wrapper.layout-menu-overlay .layout-sidebar {
        left: -224px;
    }
    .layout-wrapper.layout-menu-overlay .layout-main {
        margin-left: 0;
    }
    .layout-wrapper.layout-menu-overlay.layout-menu-overlay-active .layout-sidebar {
        left: 0px;
    }
    .layout-wrapper.layout-menu-slim #topbar-sidebar-button {
        display: none;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar {
        width: 64px;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-transition: width 0.3s;
        -o-transition: width 0.3s;
        -webkit-transition: width 0.3s;
        transition: width 0.3s;
        overflow: visible;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li {
        border-bottom: 1px solid #d0d0d0;
        position: relative;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a {
        width: 100%;
        padding: 16px;
        overflow: hidden;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a span {
        display: none;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a:hover + .layout-menu-tooltip {
        display: block;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i {
        font-size: 24px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i:first-child {
        font-size: 24px;
        width: 32px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > a i.layout-menuitem-toggler {
        display: none;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li.active-menuitem > a {
        background-color: #f4f4f4;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li.active-menuitem > a i {
        color: #a6a6a6;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul {
        position: absolute;
        top: -1px;
        left: 64px;
        min-width: 200px;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul a {
        padding: 8px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul a i:first-child {
        margin-right: 8px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul a i.layout-menuitem-toggler {
        font-size: 20px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li > a {
        padding-left: 8px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li a {
        padding-left: 24px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li a {
        padding-left: 40px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li li a {
        padding-left: 56px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li li li a {
        padding-left: 72px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li li li li a {
        padding-left: 88px;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu > li.active-menuitem > a:hover + .layout-menu-tooltip {
        display: none;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip {
        display: none;
        padding: 0 5px;
        position: absolute;
        left: 64px;
        top: 14px;
        line-height: 1;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
        padding: 6px 8px;
        font-weight: 600;
        background-color: #212121;
        color: #ffffff;
        min-width: 75px;
        white-space: nowrap;
        text-align: center;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #212121;
    }
    .layout-wrapper.layout-menu-slim .layout-sidebar .layout-menu {
        width: 100%;
        padding-bottom: 0;
    }
    .layout-wrapper.layout-menu-slim .layout-main {
        margin-left: 64px;
    }
    .layout-wrapper.layout-menu-horizontal #topbar-sidebar-button {
        display: none;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar {
        width: 100%;
        height: auto;
        top: 64px;
        left: 0;
        z-index: 99;
        border-bottom: 1px solid #d0d0d0;
        position: fixed;
        overflow: visible;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu {
        margin: 0;
        width: 100%;
        padding-bottom: 0;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li {
        width: auto;
        padding: 0;
        height: 44px;
        position: relative;
        float: left;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a {
        height: 44px;
        padding: 12px 8px;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i {
        margin-right: 8px;
        float: none;
        position: static;
        vertical-align: middle;
        margin-top: 0;
        top: auto;
        right: auto;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i:last-child {
        display: inline-block;
        margin-top: 2px;
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > a span {
        vertical-align: bottom;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul {
        top: 44px;
        left: 0;
        width: 230px;
        position: absolute;
        padding: 0;
        margin: 0;
        z-index: 100;
        overflow: auto;
        max-height: 450px;
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i {
        margin-right: 8px;
        float: none;
        position: static;
        margin-top: 0;
        top: auto;
        right: auto;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i:last-child {
        display: inline-block;
        float: right;
        margin-top: 2px;
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li a {
        padding-left: 20px;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li ul li a {
        padding-left: 40px;
    }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .layout-menu .layout-menu-tooltip {
        display: none;
    }
    .layout-wrapper.layout-menu-horizontal .layout-main .route-bar {
        padding-top: 44px;
    }
}
.layout-wrapper .layout-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 100vh;
    padding-top: 64px;
}
.layout-wrapper .layout-main .route-bar {
    background-color: #eaeaea;
    border-bottom: 1px solid #d0d0d0;
}
.layout-wrapper .layout-main .route-bar:after {
    content: "";
    display: table;
    clear: both;
}
.layout-wrapper .layout-main .route-bar .route-bar-breadcrumb {
    display: inline-block;
    padding: 14px;
}
.layout-wrapper .layout-main .route-bar .route-bar-breadcrumb a {
    color: #333333;
}
.layout-wrapper .layout-main .route-bar .route-bar-breadcrumb i {
    font-size: 16px;
    color: #a6a6a6;
}
.layout-wrapper .layout-main .route-bar .route-bar-breadcrumb span {
    font-size: 14px;
    color: #a6a6a6;
}
.layout-wrapper .layout-main .route-bar .route-bar-breadcrumb li {
    list-style: none;
    display: inline-block;
}
.layout-wrapper .layout-main .route-bar .route-bar-menu {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.layout-wrapper .layout-main .route-bar .route-bar-menu li {
    height: 100%;
    display: inline-block;
}
.layout-wrapper .layout-main .route-bar .route-bar-menu li a {
    font-size: 14px;
    display: block;
    height: 100%;
    padding: 14px 16px 13px 16px;
    text-align: center;
    color: #333333;
}
.layout-wrapper .layout-main .route-bar .route-bar-menu li a i {
    font-size: 16px;
    color: #333333;
    margin-right: 6px;
    vertical-align: bottom;
}
.layout-wrapper .layout-main .route-bar .route-bar-menu li a:hover {
    background-color: #c8c8c8;
    color: #212121;
}
.layout-wrapper .layout-main .layout-content {
    flex: 1 1 0;
    padding: 25px;
    background-color: #f4f4f4;
}

@media (max-width: 1024px) {
    .layout-wrapper .layout-main {
        padding-top: 128px;
    }
    .layout-wrapper .layout-main .route-bar .route-bar-menu li a {
        padding: 14px 11px;
    }
    .layout-wrapper .layout-main .route-bar .route-bar-menu li a i {
        margin-right: 0px;
    }
    .layout-wrapper .layout-main .route-bar .route-bar-menu li a span {
        display: none;
    }
}
.layout-wrapper .layout-footer {
    background-color: #212121;
    padding: 24px;
    color: #ffffff;
    width: 100%;
    float: right;
}
.layout-wrapper .layout-footer .logo-container img {
    height: 48px;
    vertical-align: middle;
}
.layout-wrapper .layout-footer .logo-container .app-name {
    font-weight: 700;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 14px;
    color: #ffffff;
}
.layout-wrapper .layout-footer .footer-icons {
    list-style: none;
    float: right;
}
.layout-wrapper .layout-footer .footer-icons ul {
    margin: 0;
    padding: 0;
}
.layout-wrapper .layout-footer .footer-icons ul li {
    display: inline-block;
}
.layout-wrapper .layout-footer .footer-icons ul li a {
    color: #ffffff;
    display: inline-block;
    height: 64px;
    width: 64px;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
}
.layout-wrapper .layout-footer .footer-icons ul li a i {
    width: auto;
    font-size: 24px;
    line-height: inherit;
    text-align: left;
}

/* Utils */
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.card {
    border-radius: 0px;
    background: #ffffff;
    padding: 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.card:last-child {
    margin-bottom: 0;
}
.card .card-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.card .card-subtitle {
    color: #737373;
    font-weight: 600;
    margin: -1rem 0 1rem 0;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}
@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

#layout-right-panel {
    width: 300px;
    right: -300px;
    background-color: #ffffff;
    position: fixed;
    transition: right 0.3s;
    overflow: auto;
    z-index: 999;
    top: 64px;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}
#layout-right-panel .right-panel-scroll-content {
    padding-bottom: 150px;
}
#layout-right-panel.layout-right-panel-active {
    right: 0;
}
#layout-right-panel .ui-tabs {
    padding: 0;
}
#layout-right-panel .ui-tabs .ui-tabs-nav {
    padding: 0;
    border: 0 none;
}
#layout-right-panel .ui-tabs .ui-tabs-nav li {
    padding: 0;
    top: 0;
    margin: 0;
    width: 33.3%;
    border-left-color: transparent;
    border-top-color: transparent;
}
#layout-right-panel .ui-tabs .ui-tabs-nav li a {
    padding: 1rem;
    text-align: center;
    width: 100%;
    display: inline-block;
}
#layout-right-panel .ui-tabs .ui-tabs-nav:last-child {
    border-right-style: transparent;
}
#layout-right-panel .ui-tabs .ui-tabs-panels {
    padding: 0;
    margin: 0;
    border: 0 none;
}
#layout-right-panel .ui-tabs .ui-tabs-panels .ui-tabs-panel {
    padding: 1rem;
    margin: 0;
}
#layout-right-panel .submenu-content.messages ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#layout-right-panel .submenu-content.messages ul li {
    padding: 8px 0;
    width: 100%;
    border-bottom: solid 1px #c8c8c8;
    position: relative;
    overflow: hidden;
}
#layout-right-panel .submenu-content.messages ul li span {
    display: block;
    font-size: 12px;
    color: #212121;
}
#layout-right-panel .submenu-content.messages ul li span.messager-name {
    font-weight: 600;
    margin-top: -4px;
}
#layout-right-panel .submenu-content.messages ul li span.message-text {
    width: 67%;
    float: left;
}
#layout-right-panel .submenu-content.messages ul li span.time-stamp {
    color: #80848b;
    position: absolute;
    display: inline-block;
    margin-left: 5px;
}
#layout-right-panel .submenu-content.messages ul li img {
    float: left;
    margin-right: 6px;
    width: 32px;
    height: 32px;
}
#layout-right-panel .submenu-content.messages ul li .message-actions {
    position: absolute;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 0;
}
#layout-right-panel .submenu-content.messages ul li .message-actions i {
    font-size: 16px;
    margin-right: 6px;
}
#layout-right-panel .submenu-content.messages ul li .message-actions i:hover {
    cursor: pointer;
}
#layout-right-panel .submenu-content.messages ul li .message-actions i.delete {
    color: #e4018d;
}
#layout-right-panel .submenu-content.messages ul li .message-actions i.delete:hover {
    color: #b60070;
}
#layout-right-panel .submenu-content.messages ul li .message-actions i.check {
    color: #00b395;
}
#layout-right-panel .submenu-content.messages ul li .message-actions i.check:hover {
    color: #008f77;
}
#layout-right-panel .submenu-content.settings .status-box {
    text-align: left;
    height: 120px;
    padding: 7px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
#layout-right-panel .submenu-content.settings .status-box:hover {
    -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
}
#layout-right-panel .submenu-content.settings .status-box .box-icon {
    padding-bottom: 4px;
    font-size: 18px;
    border-bottom: 1px solid #a6a6a6;
}
#layout-right-panel .submenu-content.settings .status-box span {
    display: block;
}
#layout-right-panel .submenu-content.settings .status-box .icon-details {
    padding-bottom: 4px;
    font-size: 18px;
    float: right;
    border-bottom: 0 none;
    color: #a6a6a6;
}
#layout-right-panel .submenu-content.settings .status-box .status-name {
    font-weight: bold;
    letter-spacing: 0.5px;
    padding-top: 10px;
    font-size: 14px;
}
#layout-right-panel .submenu-content.settings .status-box .status {
    font-size: 13px;
    font-weight: 700;
    text-align: left;
}
#layout-right-panel .submenu-content.settings .status-box .progress-bar {
    margin-top: 8px;
    height: 12px;
    width: 98px;
    background-color: #eaeaea;
}
#layout-right-panel .submenu-content.settings .status-box .progress-bar .progress {
    height: 12px;
    width: 64px;
    background-color: #e4018d;
}
#layout-right-panel .submenu-content.settings .status-box.wireless-status .box-icon {
    color: #00b395;
}
#layout-right-panel .submenu-content.settings .status-box.wireless-status .status {
    color: #00b395;
}
#layout-right-panel .submenu-content.settings .status-box.cooling-systems .box-icon {
    color: #007ad9;
}
#layout-right-panel .submenu-content.settings .status-box.cooling-systems .status {
    color: #00b395;
}
#layout-right-panel .submenu-content.settings .status-box.hq-security .box-icon {
    color: #ffba01;
}
#layout-right-panel .submenu-content.settings .status-box.hq-security .status {
    color: #e4018d;
}
#layout-right-panel .submenu-content.settings .status-box.help-desk-load .box-icon {
    color: #e4018d;
}
#layout-right-panel .submenu-content.settings .status-box.meeting-intensity .box-icon {
    color: #9d3f7c;
}
#layout-right-panel .submenu-content.settings .status-box.meeting-intensity span {
    color: #666666;
}
#layout-right-panel .submenu-content.settings .status-box.meeting-intensity .status {
    color: #00b395;
}
#layout-right-panel .submenu-content.settings .status-box.energy-backup .box-icon {
    color: #0078d7;
}
#layout-right-panel .submenu-content.settings .status-box.energy-backup span {
    color: #666666;
}
#layout-right-panel .submenu-content.settings .status-box.energy-backup .progress-bar .progress {
    width: 23px;
}
#layout-right-panel .submenu-content.notes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#layout-right-panel .submenu-content.notes ul li {
    padding: 8px;
}
#layout-right-panel .submenu-content.notes ul li span {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #a6a6a6;
}
#layout-right-panel .submenu-content.notes ul li span.note-reminder {
    font-size: 18px;
    text-align: left;
    color: #666666;
    padding-bottom: 24px;
}
#layout-right-panel .submenu-content.notes ul li span.note-reminder span {
    font-size: 17px;
    text-align: left;
    color: #666666;
    font-weight: bold;
    display: inline-block;
}
#layout-right-panel .submenu-content.notes ul li span.note-header {
    color: #666666;
    display: inline-block;
}
#layout-right-panel .submenu-content.notes ul li span.note-date {
    color: #a6a6a6;
}
#layout-right-panel .submenu-content.notes ul li span.note-details {
    color: #666666;
    font-weight: normal;
}
#layout-right-panel .submenu-content.notes ul li .note-add-more {
    margin-top: 12px;
}
#layout-right-panel .submenu-content.notes ul li .note-seperator {
    height: 2px;
    width: 240px;
    background-color: #eaeaea;
    margin: 12px 0 12px 0;
}
#layout-right-panel .submenu-content.notes ul li button {
    font-size: 12px;
    font-weight: 600;
    border: 0 none;
    margin-right: 12px;
    padding: 0.5rem;
}
#layout-right-panel .submenu-content.notes ul li button span {
    padding: 0;
    color: #ffffff;
}
#layout-right-panel .submenu-content.notes ul li button.important {
    background-color: #00b395;
}
#layout-right-panel .submenu-content.notes ul li button.work {
    background-color: #e4018d;
}
#layout-right-panel .submenu-content.notes ul li button.school {
    background-color: #ffba01;
}
#layout-right-panel .submenu-content.notes ul li i {
    margin-right: 6px;
}
#layout-right-panel .submenu-content.notes ul li i.important {
    color: #00b395;
}
#layout-right-panel .submenu-content.notes ul li i.work {
    color: #e4018d;
}
#layout-right-panel .submenu-content.notes ul li i.school {
    color: #ffba01;
}

@media screen and (max-width: 1024px) {
    .layout-right-panel {
        margin-top: 0;
    }
}
.layout-dashboard .intro-text img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.layout-dashboard .intro-text span {
    font-size: 16px;
    text-align: left;
    color: #666666;
    margin-left: 8px;
    line-height: 22px;
    vertical-align: middle;
}
.layout-dashboard .intro-calendar .ui-calendar {
    float: right;
}
.layout-dashboard .knobs .ui-panel-content {
    text-align: center;
    padding: 42px 0;
    min-height: 297px;
}
.layout-dashboard .knobs .ui-panel-content .knob-label {
    margin-top: 42px;
}
.layout-dashboard .knobs .ui-panel-content .knob-label span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
    display: inline-block;
    margin-bottom: 6px;
}
.layout-dashboard .knobs .ui-panel-content .knob-label span.change {
    color: #767676;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid #c8c8c8;
}
.layout-dashboard .knobs .ui-panel-content .knob-label i {
    margin-left: 6px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #a6a6a6;
}
.layout-dashboard .knobs .ui-panel-content .knob-label i.issue {
    color: #00b395;
}
.layout-dashboard .knobs .ui-panel-content .knob-label i.commit {
    color: #ffba01;
}
.layout-dashboard .knobs .ui-panel-content .knob-label i.comment {
    color: #e4018d;
}
.layout-dashboard .knobs .knob-container {
    text-align: center;
    padding: 0;
}
.layout-dashboard .knobs .knob-container .knob {
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border: 9px solid #00b395;
    border-left-color: #4dffe1;
    transform: rotate(-45deg);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.layout-dashboard .knobs .knob-container .knob .knob-number {
    padding-top: 24px;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    display: block;
    color: #666666;
}
.layout-dashboard .knobs .knob-container .knob span {
    margin: 0;
    font-size: 12px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    color: #a6a6a6;
    line-height: 22px;
    transform: rotate(45deg);
}
.layout-dashboard .knobs .knob-container .knob.issue {
    border: 9px solid #00b395;
    border-right-color: #ccefe9;
    border-bottom-color: #ccefe9;
}
.layout-dashboard .knobs .knob-container .knob.commit {
    border: 9px solid #ffba01;
    border-right-color: #ffeab2;
    border-bottom-color: #ffeab2;
    border-left-color: #ffeab2;
}
.layout-dashboard .knobs .knob-container .knob.comment {
    border: 9px solid #e4018d;
    border-right-color: #f6b2dc;
}
.layout-dashboard .weekly-progress {
    padding: 0;
}
.layout-dashboard .weekly-progress .ui-panel-content {
    padding: 8px 14px;
}
.layout-dashboard .weekly-progress ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.layout-dashboard .weekly-progress ul li img {
    margin: 12px 8px 12px 8px;
}
.layout-dashboard .weekly-progress ul li .member-avatar {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.layout-dashboard .weekly-progress ul li .team-member {
    vertical-align: middle;
    display: inline-block;
}
.layout-dashboard .weekly-progress ul li .team-member .member-name {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #333333;
    display: block;
}
.layout-dashboard .weekly-progress ul li .team-member .member-role {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
    color: #a6a6a6;
    display: block;
}
.layout-dashboard .weekly-progress .progressbar {
    height: 21px;
    margin-top: 16px;
}
.layout-dashboard .weekly-progress .progressbar .progress-status {
    height: 21px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}
.layout-dashboard .weekly-progress .progressbar .progress-status.issue {
    background-color: #00b395;
    margin-left: -4px;
    color: #ccefe9;
}
.layout-dashboard .weekly-progress .progressbar .progress-status.commit {
    background-color: #ffba01;
    margin-left: -4px;
    color: #ffeab2;
}
.layout-dashboard .weekly-progress .progressbar .progress-status.comment {
    background-color: #e4018d;
    margin-left: -4px;
    color: #f6b2dc;
}
.layout-dashboard .stats-box {
    color: #ffffff;
    padding-top: 8px;
}
.layout-dashboard .stats-box span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-left: 8px;
    line-height: 22px;
    vertical-align: middle;
}
.layout-dashboard .stats-box span.statistics-header {
    margin: 16px;
}
.layout-dashboard .stats-box span.statistics {
    padding: 16px 0 27px 8px;
    font-size: 24px;
    display: block;
    letter-spacing: normal;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.layout-dashboard .stats-box span.statistics-info {
    font-size: 10px;
    letter-spacing: normal;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.layout-dashboard .stats-box img {
    float: right;
    margin-right: 8px;
}
.layout-dashboard .stats-box i {
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.layout-dashboard .stats-box.sales {
    background-color: #0ff0b3;
    background-image: -webkit-gradient(linear, left top, right top, from(#0ff0b3), to(#036ed9));
    background-image: -webkit-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: -moz-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: -ms-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: -o-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: linear-gradient(to right, #0ff0b3, #036ed9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ff0b3", endColorstr="#036ed9", gradientType="1");
}
.layout-dashboard .stats-box.sales .statistics-info-bg {
    background-color: #11606b;
}
.layout-dashboard .stats-box.views {
    background-color: #fad961;
    background-image: -webkit-gradient(linear, left top, right top, from(#fad961), to(#f76b1c));
    background-image: -webkit-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -moz-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -ms-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -o-linear-gradient(to right, #fad961, #f76b1c);
    background-image: linear-gradient(to right, #fad961, #f76b1c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad961", endColorstr="#f76b1c", gradientType="1");
}
.layout-dashboard .stats-box.views .statistics-info-bg {
    background-color: #945821;
}
.layout-dashboard .stats-box.users {
    background-color: #c53364;
    background-image: -webkit-gradient(linear, left top, right top, from(#c53364), to(#036ed9));
    background-image: -webkit-linear-gradient(to right, #c53364, #036ed9);
    background-image: -moz-linear-gradient(to right, #c53364, #036ed9);
    background-image: -ms-linear-gradient(to right, #c53364, #036ed9);
    background-image: -o-linear-gradient(to right, #c53364, #036ed9);
    background-image: linear-gradient(to right, #c53364, #036ed9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c53364", endColorstr="#036ed9", gradientType="1");
}
.layout-dashboard .stats-box.users .statistics-info-bg {
    background-color: #2b2c66;
}
.layout-dashboard .stats-box.checkins {
    background-color: #f5515f;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5515f), to(#a1051d));
    background-image: -webkit-linear-gradient(to right, #f5515f, #a1051d);
    background-image: -moz-linear-gradient(to right, #f5515f, #a1051d);
    background-image: -ms-linear-gradient(to right, #f5515f, #a1051d);
    background-image: -o-linear-gradient(to right, #f5515f, #a1051d);
    background-image: linear-gradient(to right, #f5515f, #a1051d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5515f", endColorstr="#a1051d", gradientType="1");
}
.layout-dashboard .stats-box.checkins .statistics-info-bg {
    background-color: #7e1824;
}
.layout-dashboard .tasks .ui-panel-content {
    min-height: 298px;
}
.layout-dashboard .tasks ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.layout-dashboard .tasks ul li {
    padding: 12px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.layout-dashboard .tasks ul li:last-child {
    border-bottom: 0 none;
}
.layout-dashboard .tasks ul li .ui-chkbox {
    vertical-align: middle;
    margin-right: 6px;
}
.layout-dashboard .tasks ul li > span {
    vertical-align: middle;
    color: #333333;
    text-align: left;
}
.layout-dashboard .tasks ul li i {
    font-size: 16px;
    width: 16px;
    height: 16px;
    color: #a6a6a6;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}
.layout-dashboard .resolution-center {
    padding-bottom: 1px;
}
.layout-dashboard .resolution-center .ui-panel-content {
    min-height: 298px;
}
.layout-dashboard .resolution-center .ui-inputfield {
    display: block;
    width: 100%;
    margin-top: 5px;
}
.layout-dashboard .resolution-center .ui-outputlabel {
    vertical-align: middle;
}
.layout-dashboard .my-contacts .ui-panel-content {
    min-height: 298px;
}
.layout-dashboard .my-contacts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.layout-dashboard .my-contacts ul li {
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #eaeaea;
}
.layout-dashboard .my-contacts ul li:after {
    content: "";
    display: table;
    clear: both;
}
.layout-dashboard .my-contacts ul li:last-child {
    border-bottom: 0 none;
}
.layout-dashboard .my-contacts ul li .team-box {
    display: inline-block;
    vertical-align: middle;
}
.layout-dashboard .my-contacts ul li span {
    font-size: 10px;
    float: right;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #666666;
    margin-left: 8px;
    line-height: 22px;
}
.layout-dashboard .my-contacts ul li span.team-member {
    text-align: left;
    display: block;
    float: none;
    font-size: 14px;
    color: #333333;
}
.layout-dashboard .my-contacts ul li span.team-member-role {
    font-size: 10px;
    font-weight: 700;
    float: none;
    letter-spacing: 0.2px;
    text-align: left;
    color: #a6a6a6;
}
.layout-dashboard .my-contacts ul li img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    display: inline-block;
}
.layout-dashboard .my-contacts ul li a {
    display: block;
    float: right;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 6px;
    margin-top: 4px;
}
.layout-dashboard .my-contacts ul li a i {
    line-height: inherit;
    font-size: 14px;
}
.layout-dashboard .my-contacts ul li a i.twitter {
    color: #005f4f;
}
.layout-dashboard .my-contacts ul li a i.slack {
    color: #64003e;
}
.layout-dashboard .my-contacts ul li a i.google {
    color: #654900;
}
.layout-dashboard .my-contacts ul li a.twitter {
    background-color: #00b395;
    margin-left: 0;
}
.layout-dashboard .my-contacts ul li a.google {
    background-color: #ffba01;
}
.layout-dashboard .my-contacts ul li a.time-indicator {
    width: 80px;
    margin-left: 0;
}
.layout-dashboard .my-contacts ul li a.time-indicator span {
    font-size: 10px;
    vertical-align: middle;
    float: left;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #666666;
    margin-top: 7px;
    margin-left: 16px;
    line-height: 22px;
}
.layout-dashboard .global-sales .ui-panel-content {
    padding: 0;
}
.layout-dashboard .global-sales table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.layout-dashboard .global-sales thead {
    text-align: right;
    background-color: #eaeaea;
    border-bottom: solid 1px #c8c8c8;
}
.layout-dashboard .global-sales thead th {
    padding: 5px 0;
    padding-right: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: right;
    color: #666666;
}
.layout-dashboard .global-sales tbody td {
    border-color: transparent;
    padding: 8px 16px;
}
.layout-dashboard .global-sales tbody td .ui-button {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.layout-dashboard .global-sales tbody td .ui-button span {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}
.layout-dashboard .global-sales tr {
    border-bottom: 1px solid #eaeaea;
}
.layout-dashboard .global-sales tr th {
    font-weight: 700;
    font-size: 12px;
}
.layout-dashboard .global-sales td {
    text-align: right;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #666666;
}
.layout-dashboard .global-sales td:first-child {
    text-align: left;
}
.layout-dashboard .global-sales td img {
    width: 48px;
    height: 48px;
    padding: 8px;
    vertical-align: middle;
}
.layout-dashboard .global-sales td .pi-angle-up {
    color: #00b395;
    font-size: 28px;
    padding-right: 10px;
}
.layout-dashboard .global-sales td .pi-angle-down {
    color: #e81123;
    font-size: 28px;
    padding-right: 10px;
}
.layout-dashboard .global-sales .country-info {
    padding: 15px 24px;
}
.layout-dashboard .global-sales .country-info span {
    font-size: 14px;
    color: #a6a6a6;
}
.layout-dashboard .global-sales .country-info .ui-commandlink {
    float: right;
    font-size: 14px;
}
.layout-dashboard .live-map .ui-panel-content {
    padding: 24px;
    height: 405px;
    width: 100%;
    background-image: url("/javax.faces.resource/images/dashboard/image-map.png.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout");
    background-size: cover;
}
.layout-dashboard .live-map .weather {
    width: 295px;
    height: 107px;
    padding: 13px 18px 19px 23px;
    background-color: #ffffff;
    opacity: 0.9;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.layout-dashboard .live-map .weather .indicator {
    margin-bottom: 6px;
}
.layout-dashboard .live-map .weather .change {
    float: right;
}
.layout-dashboard .live-map .weather .degree {
    font-size: 15px;
    text-align: left;
    vertical-align: text-bottom;
    color: #333333;
}
.layout-dashboard .live-map .weather .degree span {
    font-size: 15px;
    font-weight: 700;
    vertical-align: text-bottom;
    margin: 0;
}
.layout-dashboard .live-map .weather .degree-detail {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    vertical-align: text-bottom;
    color: #333333;
    margin-top: 6px;
}
.layout-dashboard .live-map .weather .degree-detail span {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    vertical-align: text-bottom;
}
.layout-dashboard .chat .ui-panel-content {
    padding: 0;
    padding-top: 18px;
}
.layout-dashboard .chat .day-indicator {
    margin: 18px 24px;
    padding: 4px 12px;
    font-size: 12px;
    color: #333333;
    background-color: #f4f4f4;
}
.layout-dashboard .chat ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.layout-dashboard .chat ul li {
    padding: 12px 24px;
    width: 100%;
    display: inline-block;
}
.layout-dashboard .chat ul li .message-meta {
    width: 48px;
    display: inline-block;
    height: 60px;
    border-bottom: 12px solid #00b395;
}
.layout-dashboard .chat ul li .message-meta.available {
    border-bottom: 12px solid #00b395;
}
.layout-dashboard .chat ul li .message-meta.away {
    border-bottom: 12px solid #ffba01;
}
.layout-dashboard .chat ul li .message-meta.busy {
    border-bottom: 12px solid #e4018d;
}
.layout-dashboard .chat ul li .message-meta img {
    height: 48px;
    width: 48px;
}
.layout-dashboard .chat ul li .message {
    background-color: #f4f4f4;
    width: calc(100% - 66px);
    padding: 12px 18px;
    margin-left: 18px;
    float: right;
}
.layout-dashboard .chat ul li .message span {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #333333;
    vertical-align: middle;
}
.layout-dashboard .chat ul li .message .time {
    font-size: 12px;
    color: #a6a6a6;
    float: right;
}
.layout-dashboard .chat ul li .message .time .status {
    font-size: 8px;
    color: #00b395;
}
.layout-dashboard .chat .reply-box {
    background-color: #f4f4f4;
    border-top: solid 1px #c8c8c8;
    padding: 16px 24px 15px 31px;
}
.layout-dashboard .chat .reply-box img {
    width: 32px;
    height: 32px;
    margin-right: 18px;
    vertical-align: middle;
}
.layout-dashboard .chat .reply-box .ui-inputfield {
    font-size: 14px;
    vertical-align: middle;
    color: #666666;
    width: calc(100% - 146px);
}
.layout-dashboard .chat .reply-box button {
    border-radius: 50%;
    border-color: #c8c8c8;
    padding: 0;
    width: 32px;
    height: 32px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    line-height: 32px;
    display: inline-block;
    background-color: #c8c8c8;
}
.layout-dashboard .chat .reply-box button span {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}
.layout-dashboard .profile .ui-panel-titlebar {
    display: none;
}
.layout-dashboard .profile .ui-panel-content {
    padding: 0;
    border: 0 none;
}
.layout-dashboard .profile .ui-panel-content .cover {
    background: url("/javax.faces.resource/images/dashboard/bg-cover.png.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout") no-repeat;
    width: 100%;
    height: 230px;
    background-size: cover;
    position: relative;
}
.layout-dashboard .profile .ui-panel-content img {
    width: 100%;
}
.layout-dashboard .profile .ui-panel-content img.profile-avatar {
    width: 64px;
    height: 64px;
    bottom: -28px;
    left: 32px;
    position: absolute;
}
.layout-dashboard .profile .ui-panel-content .profile-name {
    font-size: 17px;
    color: #ffffff;
    position: absolute;
    bottom: 4px;
    text-align: left;
    margin-left: 8px;
    line-height: 22px;
    vertical-align: middle;
    left: 95px;
}
.layout-dashboard .profile .ui-panel-content .profile-info {
    padding: 8px;
    background-color: #f4f4f4;
    border: solid 1px #c8c8c8;
    height: 36px;
    padding-left: 102px;
    color: #737373;
}
.layout-dashboard .profile .ui-panel-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.layout-dashboard .profile .ui-panel-content ul li {
    padding: 18px 16px 18px 24px;
    border: solid 1px #c8c8c8;
    background-color: #ffffff;
    margin-top: -1px;
    position: relative;
}
.layout-dashboard .profile .ui-panel-content ul li span {
    font-size: 14px;
    text-align: left;
    color: #737373;
    margin-left: 8px;
}
.layout-dashboard .profile .ui-panel-content ul li .menu-arrow {
    color: #737373;
    float: right;
    position: absolute;
    height: 16px;
    right: 20px;
    margin-top: -8px;
    top: 50%;
}
.layout-dashboard .profile .ui-panel-content ul li .menu-item-icon {
    font-size: 16px;
    width: 16px;
    color: #737373;
}
.layout-dashboard .profile .ui-panel-content ul li:hover {
    background-color: #f4f4f4;
}
.layout-dashboard .profile .ui-panel-content ul li:hover span {
    color: #212121;
}
.layout-dashboard .inventory .ui-panel-titlebar {
    display: none;
}
.layout-dashboard .inventory .ui-panel-content {
    padding: 0;
    border: 0 none;
}
.layout-dashboard .latest-activities .ui-panel-content {
    padding: 0;
}
.layout-dashboard .latest-activities ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.layout-dashboard .latest-activities ul li {
    border-bottom: solid 1px rgba(166, 166, 166, 0.2);
    padding: 0;
    position: relative;
    height: 80px;
}
.layout-dashboard .latest-activities ul li :last-child {
    border-bottom: none;
}
.layout-dashboard .latest-activities ul li .activity-link {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 41px;
}
.layout-dashboard .latest-activities ul li .activity-link.runway-link {
    background-color: #ffba01;
}
.layout-dashboard .latest-activities ul li .activity-link.management-link {
    background-color: #00b395;
}
.layout-dashboard .latest-activities ul li .activity-link.announcement-link {
    background-color: #e4018d;
}
.layout-dashboard .latest-activities ul li .activity-logo {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 10px;
    background-color: transparent;
    position: absolute;
    left: 21px;
    top: 50%;
    margin-top: -21px;
}
.layout-dashboard .latest-activities ul li .activity-logo i {
    font-size: 24px;
    display: block;
}
.layout-dashboard .latest-activities ul li .activity-logo i.runway {
    color: #654900;
}
.layout-dashboard .latest-activities ul li .activity-logo i.management {
    color: #005f4f;
}
.layout-dashboard .latest-activities ul li .activity-logo i.announcement {
    color: #64003e;
}
.layout-dashboard .latest-activities ul li .activity-logo.runway {
    background-color: #ffba01;
    vertical-align: middle;
}
.layout-dashboard .latest-activities ul li .activity-logo.management {
    background-color: #00b395;
    vertical-align: middle;
}
.layout-dashboard .latest-activities ul li .activity-logo.announcement {
    background-color: #e4018d;
    vertical-align: middle;
}
.layout-dashboard .latest-activities ul li .activity-detail {
    font-size: 14px;
    display: inline-block;
    color: #333333;
    line-height: 16px;
    padding: 20px 0 0 76px;
}
.layout-dashboard .latest-activities ul li .activity-detail span {
    font-weight: 700;
    color: #0078d7;
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.layout-dashboard .latest-activities ul li .activity-detail span.time {
    font-size: 12px;
    color: #666666;
    padding: 0 2px;
    margin-top: 5px;
    width: 20%;
    text-align: center;
    display: block;
    background-color: #eaeaea;
}

@media screen and (max-width: 40.063em) {
    .layout-dashboard .intro-calendar .ui-calendar input {
        width: 120px;
    }
    .layout-dashboard .knobs .ui-panel-content {
        text-align: center;
        padding: 42px 0;
    }
    .layout-dashboard .knobs .ui-panel-content .knob-label {
        margin-top: 14px;
        margin-bottom: 42px;
    }
    .layout-dashboard .knobs .ui-panel-content .knob-container:last-child .knob-label {
        margin-bottom: 0;
    }
    .layout-dashboard .weekly-progress .progressbar {
        margin-top: 0;
        margin-bottom: 24px;
    }
}
.layout-wrapper.layout-rtl #layout-right-panel {
    left: -300px;
    direction: rtl;
    transition: left 0.3s;
}
.layout-wrapper.layout-rtl #layout-right-panel.layout-right-panel-active {
    left: 0;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.messages ul li span.message-text {
    float: right;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.messages ul li span.time-stamp {
    margin-right: 5px;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.messages ul li img {
    float: right;
    margin-left: 6px;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.messages ul li .message-actions {
    left: 0;
    right: auto;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.messages ul li .message-actions i {
    margin-left: 6px;
    margin-right: 0;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.settings .status-box {
    text-align: right;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.settings .status-box .icon-details {
    float: left;
    transform: rotate(180deg);
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.settings .status-box .status {
    text-align: right;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.notes ul li span {
    text-align: right;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.notes ul li span.note-reminder {
    text-align: right;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.notes ul li span.note-reminder span {
    text-align: right;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.notes ul li button {
    margin-left: 12px;
    margin-right: 0;
}
.layout-wrapper.layout-rtl #layout-right-panel .submenu-content.notes ul li i {
    margin-left: 6px;
}
.layout-wrapper.layout-rtl .layout-sidebar {
    right: 0;
    left: auto;
    direction: rtl;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li > a .layout-submenu-toggler {
    float: left;
    right: auto;
    margin-left: 0;
}
.layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li ul li a .layout-submenu-toggler {
    float: left;
    right: auto;
    margin-left: 0;
}
.layout-wrapper.layout-rtl .layout-main {
    margin-right: 224px;
    margin-left: 0;
}
.layout-wrapper.layout-rtl .layout-topbar {
    right: 0;
}
.layout-wrapper.layout-rtl .layout-topbar .logo-container {
    padding-right: 0;
    float: right;
}
.layout-wrapper.layout-rtl .layout-topbar .logo-container .app-name {
    margin-right: 12px;
    float: left;
    position: relative;
    top: 5px;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content {
    float: right;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-sidebar-button {
    float: right;
    margin-left: 16px;
    margin-right: 0;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content .search-input {
    float: right;
    direction: rtl;
    text-align: right;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content .search-input .icon-search {
    right: 10px;
    left: auto;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content .search-input input {
    text-align: right;
    padding: 6px;
    padding-right: 28px;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content .topbar-icons ul li a i {
    text-align: right;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content .topbar-icons ul .layout-quickmenu-tooltip {
    right: -37px;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content .topbar-icons ul .layout-quickmenu-tooltip .layout-quickmenu-tooltip-arrow {
    right: 50%;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-profile-menu-button {
    float: left;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-profile-menu-button span {
    text-align: right;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 10px;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-right-panel-button {
    float: left;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-profile-menu {
    text-align: right;
    direction: rtl;
    left: 27px;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-profile-menu li > a i {
    margin-left: 8px;
}
.layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-profile-menu li ul li a {
    padding-right: 15px;
}
.layout-wrapper.layout-rtl .route-bar {
    direction: rtl;
}
.layout-wrapper.layout-rtl .route-bar .route-bar-menu {
    float: left;
    direction: rtl;
}
.layout-wrapper.layout-rtl .route-bar .route-bar-menu li a i {
    margin-left: 6px;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .layout-wrapper.layout-rtl .layout-sidebar {
        right: -224px;
        -moz-transition: right 0.3s;
        -o-transition: right 0.3s;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
    }
    .layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li > a i:first-child {
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li ul li a {
        padding-right: 24px;
        padding-left: 12px;
    }
    .layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li ul li a i:first-child {
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li ul li ul li a {
        padding-right: 40px;
    }
    .layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li ul li ul li ul li a {
        padding-right: 56px;
    }
    .layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li ul li ul li ul li ul li a {
        padding-right: 72px;
    }
    .layout-wrapper.layout-rtl .layout-sidebar .layout-menu > li ul li ul li ul li ul ul li a {
        padding-right: 88px;
    }
    .layout-wrapper.layout-rtl .layout-main {
        margin-right: 0;
        margin-left: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-mobile-active .layout-sidebar {
        right: 0px;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-mobile-active .layout-mask, .layout-wrapper.layout-rtl.topbar-icons-active .layout-mask {
        right: 0;
        left: auto;
    }
    .layout-wrapper.layout-rtl .layout-topbar .logo-container {
        float: none;
    }
    .layout-wrapper.layout-rtl .layout-topbar .topbar-content .topbar-icons {
        text-align: right;
        right: 0;
        left: auto;
    }
    .layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-sidebar-button {
        right: 0;
        left: auto;
    }
    .layout-wrapper.layout-rtl .layout-topbar .topbar-content .search-input {
        text-align: right;
        right: 12px;
        left: auto;
    }
    .layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-quickmenu-button {
        left: 24px;
        right: auto;
    }
    .layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-profile-menu-button {
        left: 64px;
        right: auto;
    }
    .layout-wrapper.layout-rtl .layout-topbar .topbar-content #topbar-right-panel-button {
        left: 0;
        right: auto;
    }
    .layout-wrapper.layout-rtl.topbar-icons-active .layout-topbar .topbar-content .topbar-icons {
        direction: rtl;
    }
    .layout-wrapper.layout-rtl.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li a {
        text-align: right;
    }
    .layout-wrapper.layout-rtl.topbar-icons-active .layout-topbar .topbar-content .topbar-icons ul li a i {
        margin-left: 20px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl .route-bar .route-bar-menu li a i {
        margin-left: 0px;
    }
}
@media (min-width: 1025px) {
    .layout-wrapper.layout-rtl.layout-menu-static #topbar-sidebar-button, .layout-wrapper.layout-rtl.layout-menu-overlay #topbar-sidebar-button {
        margin-left: 16px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar {
        -moz-transition: right 0.3s;
        -o-transition: right 0.3s;
        -webkit-transition: right 0.3s;
        transition: right 0.3s;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar .layout-menu > li > a i:first-child, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar .layout-menu > li > a i:first-child {
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar .layout-menu > li ul li a, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar .layout-menu > li ul li a {
        padding-right: 24px;
        padding-left: 12px;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar .layout-menu > li ul li a i:first-child, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar .layout-menu > li ul li a i:first-child {
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li a, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li a {
        padding-right: 40px;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li ul li a, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li ul li a {
        padding-right: 56px;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li ul li ul li a, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li ul li ul li a {
        padding-right: 72px;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar .layout-menu > li ul li ul li ul li ul ul li a, .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar .layout-menu > li ul li ul li ul li ul ul li a {
        padding-right: 88px;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-sidebar {
        right: 0;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-static .layout-main {
        -moz-transition: margin-right 0.3s;
        -o-transition: margin-right 0.3s;
        -webkit-transition: margin-right 0.3s;
        transition: margin-right 0.3s;
        margin-right: 224px;
        margin-left: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-static.layout-menu-static-inactive .layout-sidebar {
        right: -224px;
    }
    .layout-wrapper.layout-rtl.layout-menu-static.layout-menu-static-inactive .layout-main {
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-overlay .layout-sidebar {
        right: -224px;
    }
    .layout-wrapper.layout-rtl.layout-menu-overlay .layout-main {
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-overlay.layout-menu-overlay-active .layout-sidebar {
        right: 0px;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul {
        right: 64px;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul a i:first-child {
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li > a {
        padding-right: 8px;
        padding-left: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li a {
        padding-right: 24px;
        padding-left: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li a {
        padding-right: 40px;
        padding-left: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li li a {
        padding-right: 56px;
        padding-left: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li li li a {
        padding-right: 72px;
        padding-left: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu > li > ul > li li li li li li a {
        padding-right: 88px;
        padding-left: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip {
        right: 64px;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-sidebar .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
        right: 0;
        left: auto;
        border-width: 5px 5px 5px 0;
        transform: rotate(180deg);
    }
    .layout-wrapper.layout-rtl.layout-menu-slim .layout-main {
        margin-right: 64px;
        margin-left: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar {
        right: 0;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li {
        float: right;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i {
        margin-left: 8px;
        margin-right: 0;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i:last-child {
        margin-left: 0;
        margin-right: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > a i.layout-submenu-toggler {
        float: none;
        margin-left: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul {
        right: 0;
        left: auto;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i {
        margin-left: 8px;
        margin-right: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li a i:last-child {
        float: left;
        margin-right: 8px;
        margin-left: 0px;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li a {
        padding-right: 20px;
        padding-left: 8px;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-sidebar .layout-menu > li > ul li ul li ul li a {
        padding-right: 40px;
        padding-left: 0;
    }
    .layout-wrapper.layout-rtl.layout-menu-horizontal .layout-main {
        margin-right: 0;
        margin-left: 0;
    }
}
.landing-body .landing-wrapper #header {
    background: url("/javax.faces.resource/images/landing/asset-hero-image.jpg.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout");
    height: 630px;
    padding: 21px 145px;
    background-size: cover;
}
.landing-body .landing-wrapper #header .header-top .logo {
    height: 64px;
    color: #ffffff;
    padding-top: 12px;
    padding-left: 12px;
    width: 225px;
    float: left;
}
.landing-body .landing-wrapper #header .header-top .logo img {
    height: 40px;
    width: auto;
    vertical-align: middle;
}
.landing-body .landing-wrapper #header .header-top .logo .app-name {
    font-weight: bold;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 12px;
}
.landing-body .landing-wrapper #header .header-top .menu-button-mobile {
    display: none;
}
.landing-body .landing-wrapper #header .header-top #landing-menu {
    padding: 0;
    list-style-type: none;
    float: right;
}
.landing-body .landing-wrapper #header .header-top #landing-menu li {
    display: inline-block;
}
.landing-body .landing-wrapper #header .header-top #landing-menu li a {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 42px;
}
.landing-body .landing-wrapper #header .header-top #landing-menu li a:hover {
    color: #ffb900;
}
.landing-body .landing-wrapper #header .header-top #landing-menu li i {
    display: none;
}
.landing-body .landing-wrapper #header .header-content {
    padding: 115px 0;
    width: 50%;
}
.landing-body .landing-wrapper #header .header-content h1 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}
.landing-body .landing-wrapper #header .header-content h2 {
    font-size: 17px;
    text-align: left;
    font-weight: 400;
    color: #ffffff;
}
.landing-body .landing-wrapper #header .header-content button {
    margin-top: 36px;
    color: #333333;
    background-color: #ffb900;
    border-color: #ffb900;
}
.landing-body .landing-wrapper #features {
    padding: 72px 140px;
    background-color: #ffffff;
}
.landing-body .landing-wrapper #features .features-content {
    text-align: center;
    padding: 24px 15px;
    background-color: #ffffff;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.landing-body .landing-wrapper #features .features-content h3 {
    font-size: 21px;
    font-weight: 600;
    color: #3c4161;
}
.landing-body .landing-wrapper #features .features-content p {
    font-size: 15px;
    color: #333333;
}
.landing-body .landing-wrapper #features .features-content:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.landing-body .landing-wrapper #news {
    background-color: #fad961;
    background-image: -webkit-gradient(linear, left top, right top, from(#fad961), to(#f76b1c));
    background-image: -webkit-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -moz-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -ms-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -o-linear-gradient(to right, #fad961, #f76b1c);
    background-image: linear-gradient(to right, #fad961, #f76b1c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad961", endColorstr="#f76b1c", gradientType="1");
    padding: 53px 340px;
}
.landing-body .landing-wrapper #news .news-content {
    text-align: center;
}
.landing-body .landing-wrapper #news .news-content h2 {
    font-size: 28px;
    font-weight: normal;
    color: #212121;
}
.landing-body .landing-wrapper #news .news-content p {
    opacity: 0.9;
    font-size: 17px;
    color: #212121;
}
.landing-body .landing-wrapper #news .news-content button {
    background-color: #4b7ecf;
    background-image: -webkit-gradient(linear, left top, right top, from(#4b7ecf), to(#8e70ee));
    background-image: -webkit-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: -moz-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: -ms-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: -o-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: linear-gradient(to right, #4b7ecf, #8e70ee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b7ecf", endColorstr="#8e70ee", gradientType="1");
}
.landing-body .landing-wrapper #pricing {
    background-color: #ffffff;
    padding: 72px 142px;
}
.landing-body .landing-wrapper #pricing .price-type {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.landing-body .landing-wrapper #pricing .price-type .price-header {
    background-color: #4b7ecf;
    background-image: -webkit-gradient(linear, left top, right top, from(#4b7ecf), to(#8e70ee));
    background-image: -webkit-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: -moz-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: -ms-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: -o-linear-gradient(to right, #4b7ecf, #8e70ee);
    background-image: linear-gradient(to right, #4b7ecf, #8e70ee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4b7ecf", endColorstr="#8e70ee", gradientType="1");
    font-size: 21px;
    padding: 11px 32px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
}
.landing-body .landing-wrapper #pricing .price-type .price-header h3 {
    margin: 0;
    font-weight: normal;
}
.landing-body .landing-wrapper #pricing .price-type .price-header .price-for {
    opacity: 0.9;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    color: #ffffff;
}
.landing-body .landing-wrapper #pricing .price-type .pricing-bottom {
    padding: 27px 32px;
    min-height: 383px;
    text-align: center;
    position: relative;
}
.landing-body .landing-wrapper #pricing .price-type .pricing-bottom ul {
    list-style-type: none;
    padding: 0;
    text-align: left;
}
.landing-body .landing-wrapper #pricing .price-type .pricing-bottom ul li {
    font-size: 17px;
    color: #333333;
    padding-bottom: 12px;
}
.landing-body .landing-wrapper #pricing .price-type .pricing-bottom ul li i {
    font-size: 17px;
    color: #00b395;
    margin-right: 12px;
}
.landing-body .landing-wrapper #pricing .price-type .pricing-bottom button {
    border-color: #ffb900;
    background-color: #ffb900;
    position: absolute;
    bottom: 20px;
    width: 120px;
    left: 50%;
    margin-left: -60px;
}
.landing-body .landing-wrapper #pricing .price-type .pricing-bottom button .ui-button-text {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    width: 100%;
}
.landing-body .landing-wrapper #multimedia {
    padding: 36px 0 67px 0;
    text-align: center;
    background-color: #ee71e9;
    background-image: -webkit-gradient(linear, left top, right top, from(#ee71e9), to(#8e64f7));
    background-image: -webkit-linear-gradient(to right, #ee71e9, #8e64f7);
    background-image: -moz-linear-gradient(to right, #ee71e9, #8e64f7);
    background-image: -ms-linear-gradient(to right, #ee71e9, #8e64f7);
    background-image: -o-linear-gradient(to right, #ee71e9, #8e64f7);
    background-image: linear-gradient(to right, #ee71e9, #8e64f7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee71e9", endColorstr="#8e64f7", gradientType="1");
}
.landing-body .landing-wrapper #multimedia .video-header {
    margin-bottom: 70px;
}
.landing-body .landing-wrapper #multimedia .video-header h2 {
    font-size: 28px;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
}
.landing-body .landing-wrapper #multimedia .video-header span {
    opacity: 0.9;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
}
.landing-body .landing-wrapper #multimedia .video-container iframe {
    width: 580px;
    height: 330px;
}
.landing-body .landing-wrapper #footer {
    background-color: #333333;
    padding: 71px 146px;
}
.landing-body .landing-wrapper #footer .logo {
    height: 64px;
    color: #ffffff;
    padding-top: 12px;
    padding-left: 12px;
    width: 225px;
    float: left;
}
.landing-body .landing-wrapper #footer .logo img {
    height: 40px;
    width: auto;
    vertical-align: middle;
}
.landing-body .landing-wrapper #footer .logo .app-name {
    font-weight: bold;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 12px;
}
.landing-body .landing-wrapper #footer span {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}
.landing-body .landing-wrapper #footer #landing-menu-footer .landing-box {
    text-align: left;
}
.landing-body .landing-wrapper #footer #landing-menu-footer .landing-box span {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #c8c8c8;
    display: block;
}
.landing-body .landing-wrapper #footer #landing-menu-footer .landing-box a {
    margin-top: 8px;
    display: block;
    color: #ffffff;
}
.landing-body .landing-wrapper #footer #landing-menu-footer .landing-box a > a {
    opacity: 0.9;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
}
.landing-body .landing-wrapper #footer #landing-menu-footer .landing-box .icon-link {
    display: inline-block;
    margin-top: 30px;
}
.landing-body .landing-wrapper #footer #landing-menu-footer .landing-box .icon-link .icon {
    color: #ffffff;
    font-size: 22px;
    margin-right: 32px;
}

@media screen and (max-width: 768px) {
    .landing-body .landing-wrapper #header {
        padding: 42px 25px;
    }
    .landing-body .landing-wrapper #header .header-top .logo-container {
        text-align: center;
    }
    .landing-body .landing-wrapper #header .header-top .logo-container .logo {
        float: none;
        padding-top: 12px;
        padding-left: 12px;
        text-align: center;
    }
    .landing-body .landing-wrapper #header .header-top .logo-container .logo img {
        height: 40px;
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .landing-body .landing-wrapper #header .header-top .logo-container .logo .app-name {
        font-weight: bold;
        color: #ffffff;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 12px;
    }
    .landing-body .landing-wrapper #header .header-top .menu-button-mobile {
        display: block;
        text-align: center;
        padding: 17px;
    }
    .landing-body .landing-wrapper #header .header-top .menu-button-mobile i {
        display: inline-block;
        font-size: 24px;
        color: #ffffff;
    }
    .landing-body .landing-wrapper #header .header-top #landing-menu {
        display: none;
        position: relative;
    }
    .landing-body .landing-wrapper #header .header-top #landing-menu.landing-menu-active {
        margin: 0;
        display: block;
        position: absolute;
        top: 120px;
        left: 0;
        width: 100%;
        background-color: #212121;
        z-index: 100;
    }
    .landing-body .landing-wrapper #header .header-top #landing-menu.landing-menu-active > li {
        display: block;
        padding: 24px;
    }
    .landing-body .landing-wrapper #header .header-top #landing-menu.landing-menu-active > li a {
        display: inline-block;
        color: #c8c8c8;
    }
    .landing-body .landing-wrapper #header .header-top #landing-menu.landing-menu-active > li i {
        display: inline-block;
        float: right;
        color: #c8c8c8;
    }
    .landing-body .landing-wrapper #header .header-top #landing-menu.landing-menu-active > li:hover a {
        color: #ffb900;
    }
    .landing-body .landing-wrapper #header .header-top #landing-menu.landing-menu-active > li:hover i {
        color: #ffb900;
    }
    .landing-body .landing-wrapper #header .header-content {
        padding: 115px 0;
        width: 100%;
        text-align: center;
    }
    .landing-body .landing-wrapper #header .header-content h1 {
        text-align: center;
    }
    .landing-body .landing-wrapper #header .header-content h2 {
        text-align: center;
    }
    .landing-body .landing-wrapper #features {
        padding: 72px 52px;
    }
    .landing-body .landing-wrapper #features .features-content {
        margin-bottom: 50px;
    }
    .landing-body .landing-wrapper #news {
        padding: 61px 36px;
    }
    .landing-body .landing-wrapper #pricing {
        padding: 72px 52px;
    }
    .landing-body .landing-wrapper #pricing .price-type {
        margin-bottom: 70px;
    }
    .landing-body .landing-wrapper #multimedia {
        padding: 36px 14px;
    }
    .landing-body .landing-wrapper #multimedia .video-container {
        width: 100%;
    }
    .landing-body .landing-wrapper #multimedia .video-container iframe {
        width: 350px;
        height: 220px;
    }
    .landing-body .landing-wrapper #footer {
        padding: 71px 47px;
    }
    .landing-body .landing-wrapper #footer .footer {
        padding: 0;
    }
    .landing-body .landing-wrapper #footer .footer .logo {
        float: none;
        width: 100%;
        text-align: center;
    }
    .landing-body .landing-wrapper #footer .footer span {
        text-align: center;
    }
    .landing-body .landing-wrapper #footer .landing-menu-footer .landing-box {
        text-align: center;
    }
    .landing-body .landing-wrapper #footer .landing-menu-footer .landing-box span {
        text-align: center;
    }
    .landing-body .landing-wrapper #footer .landing-menu-footer .landing-box a {
        text-align: center;
        display: block;
    }
    .landing-body .landing-wrapper #footer .landing-menu-footer .landing-box a:last-child {
        margin-bottom: 50px;
    }
    .landing-body .landing-wrapper #footer .landing-menu-footer .landing-box .landing-box {
        text-align: center;
        margin-bottom: 50px;
    }
    .landing-body .landing-wrapper #footer .landing-menu-footer .landing-box .icon-link {
        text-align: center;
    }
    .landing-body .layout-mask {
        position: fixed;
        top: 120px;
        left: 0;
        z-index: 99;
        display: block;
        width: 100%;
        height: 100%;
        background-color: #212121;
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
    .landing-body.landing-masked {
        overflow: hidden;
    }
}
.login-body {
    background: url("/javax.faces.resource/images/template/image-bg.svg.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.login-body .logo {
    position: relative;
    padding: 50px 154px;
    text-align: center;
}
.login-body .logo img {
    height: 40px;
    width: auto;
    vertical-align: middle;
}
.login-body .logo .app-name {
    font-weight: bold;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 12px;
    color: #ffffff;
}
.login-body .login-panel {
    position: relative;
    background-color: #f4f4f4;
    height: 444px;
    width: 760px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}
.login-body .login-panel .mobile {
    display: none;
}
.login-body .login-panel .left-part {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 36px 75px 36px 36px;
}
.login-body .login-panel .left-part .login-panel-header {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #333333;
}
.login-body .login-panel .left-part .login-panel-subheader {
    font-size: 17px;
    display: block;
    text-align: left;
    color: #666666;
    margin-top: 6px;
}
.login-body .login-panel .left-part .ui-inputfield {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 24px;
    display: block;
}
.login-body .login-panel .left-part button {
    padding: 6px 14px;
}
.login-body .login-panel .right-part {
    float: right;
}

@media screen and (max-width: 768px) {
    .login-body {
        background-size: inherit;
    }
    .login-body .logo {
        padding: 50px 80px;
    }
    .login-body .login-panel {
        width: 308px;
        height: 528px;
    }
    .login-body .login-panel .mobile {
        display: block;
        width: 100%;
    }
    .login-body .login-panel .left-part {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 24px 17px;
    }
    .login-body .login-panel .left-part .login-panel-header {
        font-size: 21px;
    }
    .login-body .login-panel .left-part .login-panel-subheader {
        font-size: 15px;
    }
    .login-body .login-panel .right-part {
        float: none;
        width: 100%;
    }
    .login-body .login-panel .right-part img {
        display: none;
    }
}
.exception-body {
    background: url("/javax.faces.resource/images/template/image-bg.svg.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.exception-body .logo {
    position: relative;
    padding: 50px 154px;
}
.exception-body .logo img {
    height: 40px;
    width: auto;
    vertical-align: middle;
    background-size: cover;
}
.exception-body .logo .app-name {
    font-weight: bold;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 12px;
    color: #ffffff;
}
.exception-body .exception-panel {
    position: relative;
    background-color: #f4f4f4;
    height: 444px;
    width: 760px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}
.exception-body .exception-panel .mobile {
    display: none;
}
.exception-body .exception-panel .left-part {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 36px 42px 36px 36px;
}
.exception-body .exception-panel .left-part .exception-panel-header {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: #333333;
}
.exception-body .exception-panel .left-part .exception-panel-subheader {
    font-size: 17px;
    display: block;
    text-align: left;
    color: #666666;
    margin-top: 14px;
}
.exception-body .exception-panel .left-part button {
    margin-top: 260px;
    padding: 6px 14px;
}
.exception-body .exception-panel .right-part {
    float: right;
}

@media screen and (max-width: 768px) {
    .exception-body {
        background-size: inherit;
    }
    .exception-body .logo {
        padding: 50px 80px;
    }
    .exception-body .exception-panel {
        width: 308px;
        height: 528px;
    }
    .exception-body .exception-panel .mobile {
        display: block;
        width: 100%;
    }
    .exception-body .exception-panel .left-part {
        float: none;
        width: 100%;
        padding: 24px 17px;
    }
    .exception-body .exception-panel .left-part .exception-panel-header {
        font-size: 21px;
    }
    .exception-body .exception-panel .left-part .exception-panel-subheader {
        font-size: 15px;
    }
    .exception-body .exception-panel .left-part button {
        width: 100%;
    }
    .exception-body .exception-panel .right-part {
        float: none;
        width: 100%;
    }
    .exception-body .exception-panel .right-part img {
        display: none;
    }
}
.layout-config {
    width: 16em;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    padding: 1rem;
    overflow: auto;
    background: #ffffff;
    z-index: 999;
    border-left: 0 none;
    transform: translateX(100%);
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.layout-config.layout-config-active {
    transform: translateX(0);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.layout-config.layout-config-active .layout-config-content .layout-config-button i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.layout-config .ui-selectoneradio td {
    padding: 0.5rem;
}
.layout-config p {
    line-height: 1.5rem;
    color: #737373;
}
.layout-config .layout-themes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.layout-config .layout-themes > div {
    padding: 0.25rem;
}
.layout-config .layout-themes a {
    width: 2rem;
    height: 2rem;
    border-radius: 0px;
    display: block;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.layout-config .layout-themes a img {
    width: 2rem;
    height: 2rem;
}
.layout-config .layout-themes a i {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    color: var(--primary-color-text);
}
.layout-config .layout-themes a:hover {
    transform: scale(1.1);
}

.layout-config-button {
    display: block;
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #5d2f92;
    color: #ffffff;
    text-align: center;
    top: 50%;
    right: 0;
    margin-top: -1.5rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    box-shadow: -0.25rem 0 1rem rgba(0, 0, 0, 0.15);
}
.layout-config-button i {
    font-size: 2rem;
    line-height: inherit;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: transform 1s;
    -o-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}
.layout-config-button:hover {
    background: #6935a5;
}

.layout-rtl .layout-config {
    right: auto;
    left: 0;
    transform: translate3d(-240px, 0px, 0px);
}
.layout-rtl .layout-config.layout-config-active {
    transform: translate3d(0px, 0px, 0px);
}
.layout-rtl .layout-config-button {
    left: 0;
}

.help-page p {
    margin: 0;
}
.help-page .help-search {
    background: url("/javax.faces.resource/images/pages/bg-help.png.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout") repeat;
    padding: 0;
    text-align: center;
}
.help-page .help-search .help-search-content {
    padding: 5rem 12rem;
}
.help-page .help-search .search-container {
    font-size: 1.5rem;
    padding: 1rem;
    position: relative;
}
.help-page .help-search .search-container input {
    appearance: none;
    font-size: 1.5rem;
    text-indent: 2.5rem;
    padding: 0.5rem;
    width: 100%;
}
.help-page .help-search .search-container i {
    color: #333333;
    width: 2rem;
    position: absolute;
    margin-left: 1rem;
    top: 50%;
    margin-top: -0.5rem;
}
.help-page .status-bars {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
}
.help-page .status-bars .status-bar {
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    background: #8BC34A;
    height: 50px;
    margin-right: 0.25rem;
    transition: transform 0.3s;
}
.help-page .status-bars .status-bar:last-child {
    margin-right: 0;
}
.help-page .status-bars .status-bar.status-bar-failure {
    background: #EC407A;
}
.help-page .status-bars .status-bar:hover {
    transform: scale(1.1);
}
.help-page .status-bar-footer {
    padding: 1rem 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.help-page .blog-post {
    height: 150px;
    border-radius: 4px;
    margin: 3rem 2rem;
    position: relative;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.help-page .blog-post:last-child {
    margin-bottom: 1rem;
}
.help-page .blog-post img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.help-page .blog-post .blog-text {
    position: absolute;
    left: 20px;
    top: 30px;
}
.help-page .blog-post .blog-text h1 {
    font-size: 1.25rem;
    color: #ffffff;
    margin-bottom: 1rem;
    font-weight: 700;
}
.help-page .blog-post .blog-text span {
    color: #ffffff;
    font-weight: 600;
}
.help-page .blog-post .blog-profile {
    position: absolute;
    top: -25px;
    left: -25px;
}
.help-page .blog-post .blog-profile img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.help-page .blog-post:nth-child(1) {
    background-image: url("/javax.faces.resource/images/pages/help/blog1.jpg.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout");
}
.help-page .blog-post:nth-child(2) {
    background-image: url("/javax.faces.resource/images/pages/help/blog2.jpg.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout");
}
.help-page .blog-post:nth-child(3) {
    background-image: url("/javax.faces.resource/images/pages/help/blog3.jpg.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout");
}

@media screen and (max-width: 1024px) {
    .help-page .help-search .help-search-content {
        padding: 6rem 2rem;
    }
}
.invoice {
    padding: 2rem;
}
.invoice .invoice-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.invoice .invoice-company .logo-image {
    width: 75px;
    margin-bottom: 0.5rem;
}
.invoice .invoice-company div {
    margin-bottom: 0.5rem;
}
.invoice .invoice-company .company-name {
    font-weight: 700;
    font-size: 1.5rem;
}
.invoice .invoice-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    text-align: right;
}
.invoice .invoice-details {
    width: 15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.invoice .invoice-details > div {
    width: 50%;
    margin-bottom: 0.5rem;
}
.invoice .invoice-details .invoice-label {
    text-align: left;
    font-weight: 700;
}
.invoice .invoice-details .invoice-value {
    text-align: right;
}
.invoice .invoice-to {
    margin-top: 1.5rem;
    padding-top: 2rem;
    border-top: 1px solid #d8dae2;
}
.invoice .invoice-to .bill-to {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.invoice .invoice-to .invoice-to-info div {
    margin-bottom: 0.5rem;
}
.invoice .invoice-items {
    margin-top: 2rem;
    padding-top: 2rem;
}
.invoice .invoice-items table {
    width: 100%;
    border-collapse: collapse;
}
.invoice .invoice-items table tr {
    border-bottom: 1px solid #d8dae2;
}
.invoice .invoice-items table th {
    font-weight: 700;
}
.invoice .invoice-items table th, .invoice .invoice-items table td {
    padding: 1rem;
    text-align: right;
}
.invoice .invoice-items table th:first-child, .invoice .invoice-items table td:first-child {
    text-align: left;
}
.invoice .invoice-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2.5rem;
    padding-top: 2.5rem;
}
.invoice .invoice-summary .invoice-value {
    font-weight: 700;
}

@media print {
    .invoice {
        padding: 0;
        margin: 0;
        background: #ffffff;
        color: #424242;
    }
}
h1, h2, h3, h4, h5, h6 {
    margin: 1.5rem 0 1rem 0;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

mark {
    background: #FFF8E1;
    padding: 0.25rem 0.4rem;
    border-radius: 0px;
    font-family: monospace;
}

blockquote {
    margin: 1rem 0;
    padding: 0 2rem;
    border-left: 4px solid #90A4AE;
}

hr {
    border-top: solid #dee2e6;
    border-width: 1px 0 0 0;
    margin: 1rem 0;
}

p {
    margin: 0 0 1rem 0;
    line-height: 1.5;
}
p:last-child {
    margin-bottom: 0;
}

.widget-stats-box {
    color: #ffffff;
    padding-top: 8px;
}
.widget-stats-box span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2.3px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-left: 8px;
    line-height: 22px;
    vertical-align: middle;
}
.widget-stats-box span.statistics-header {
    margin: 16px;
}
.widget-stats-box span.statistics {
    padding: 16px 0 27px 8px;
    font-size: 24px;
    display: block;
    letter-spacing: normal;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.widget-stats-box span.statistics-info {
    font-size: 10px;
    letter-spacing: normal;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.widget-stats-box img {
    float: right;
    margin-right: 8px;
}
.widget-stats-box i {
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.widget-stats-box.sales {
    background-color: #0ff0b3;
    background-image: -webkit-gradient(linear, left top, right top, from(#0ff0b3), to(#036ed9));
    background-image: -webkit-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: -moz-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: -ms-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: -o-linear-gradient(to right, #0ff0b3, #036ed9);
    background-image: linear-gradient(to right, #0ff0b3, #036ed9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0ff0b3", endColorstr="#036ed9", gradientType="1");
}
.widget-stats-box.sales .statistics-info-bg {
    background-color: #11606b;
}
.widget-stats-box.views {
    background-color: #fad961;
    background-image: -webkit-gradient(linear, left top, right top, from(#fad961), to(#f76b1c));
    background-image: -webkit-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -moz-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -ms-linear-gradient(to right, #fad961, #f76b1c);
    background-image: -o-linear-gradient(to right, #fad961, #f76b1c);
    background-image: linear-gradient(to right, #fad961, #f76b1c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fad961", endColorstr="#f76b1c", gradientType="1");
}
.widget-stats-box.views .statistics-info-bg {
    background-color: #945821;
}
.widget-stats-box.users {
    background-color: #c53364;
    background-image: -webkit-gradient(linear, left top, right top, from(#c53364), to(#036ed9));
    background-image: -webkit-linear-gradient(to right, #c53364, #036ed9);
    background-image: -moz-linear-gradient(to right, #c53364, #036ed9);
    background-image: -ms-linear-gradient(to right, #c53364, #036ed9);
    background-image: -o-linear-gradient(to right, #c53364, #036ed9);
    background-image: linear-gradient(to right, #c53364, #036ed9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c53364", endColorstr="#036ed9", gradientType="1");
}
.widget-stats-box.users .statistics-info-bg {
    background-color: #2b2c66;
}
.widget-stats-box.checkins {
    background-color: #f5515f;
    background-image: -webkit-gradient(linear, left top, right top, from(#f5515f), to(#a1051d));
    background-image: -webkit-linear-gradient(to right, #f5515f, #a1051d);
    background-image: -moz-linear-gradient(to right, #f5515f, #a1051d);
    background-image: -ms-linear-gradient(to right, #f5515f, #a1051d);
    background-image: -o-linear-gradient(to right, #f5515f, #a1051d);
    background-image: linear-gradient(to right, #f5515f, #a1051d);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5515f", endColorstr="#a1051d", gradientType="1");
}
.widget-stats-box.checkins .statistics-info-bg {
    background-color: #7e1824;
}

.widget-global-sales table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.widget-global-sales thead {
    text-align: right;
    background-color: #eaeaea;
    border-bottom: solid 1px #c8c8c8;
}
.widget-global-sales thead th {
    padding: 5px 0;
    padding-right: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: right;
    color: #666666;
}
.widget-global-sales tbody td {
    border-color: transparent;
    padding: 8px 16px;
}
.widget-global-sales tbody td .ui-button {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.widget-global-sales tbody td .ui-button span {
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}
.widget-global-sales tr {
    border-bottom: 1px solid #eaeaea;
}
.widget-global-sales tr th {
    font-weight: 700;
    font-size: 12px;
}
.widget-global-sales td {
    text-align: right;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #666666;
}
.widget-global-sales td:first-child {
    text-align: left;
}
.widget-global-sales td img {
    width: 48px;
    height: 48px;
    padding: 8px;
    vertical-align: middle;
}
.widget-global-sales td .pi-angle-up {
    color: #00b395;
    font-size: 28px;
    padding-right: 10px;
}
.widget-global-sales td .pi-angle-down {
    color: #e81123;
    font-size: 28px;
    padding-right: 10px;
}
.widget-global-sales .country-info {
    padding: 15px 24px;
}
.widget-global-sales .country-info span {
    font-size: 14px;
    color: #a6a6a6;
}
.widget-global-sales .country-info a {
    float: right;
    font-size: 14px;
}

.widget-live-map .live-map-content {
    padding: 24px;
    height: 405px;
    width: 100%;
    background-image: url("/javax.faces.resource/images/dashboard/image-map.png.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout");
    background-size: cover;
}
.widget-live-map.card {
    padding: 0;
}
.widget-live-map.card h4 {
    padding-top: 16px;
    padding-left: 16px;
}
.widget-live-map .weather {
    width: 295px;
    height: 107px;
    padding: 13px 18px 19px 23px;
    background-color: #ffffff;
    opacity: 0.9;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.widget-live-map .weather .indicator {
    margin-bottom: 6px;
}
.widget-live-map .weather .change {
    float: right;
}
.widget-live-map .weather .degree {
    font-size: 15px;
    text-align: left;
    vertical-align: text-bottom;
    color: #333333;
}
.widget-live-map .weather .degree span {
    font-size: 15px;
    font-weight: 700;
    vertical-align: text-bottom;
    margin: 0;
}
.widget-live-map .weather .degree-detail {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    text-align: left;
    vertical-align: text-bottom;
    color: #333333;
    margin-top: 6px;
}
.widget-live-map .weather .degree-detail span {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    vertical-align: text-bottom;
}

.widget-resolution-center {
    padding-bottom: 1px;
}
.widget-resolution-center .ui-inputfield {
    display: block;
    width: 100%;
    margin-top: 5px;
}
.widget-resolution-center .ui-outputlabel {
    vertical-align: middle;
}

.widget-my-contacts.card {
    min-height: 298px;
}
.widget-my-contacts ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-my-contacts ul li {
    padding: 10px 0 9px 0;
    border-bottom: 1px solid #eaeaea;
}
.widget-my-contacts ul li:after {
    content: "";
    display: table;
    clear: both;
}
.widget-my-contacts ul li:last-child {
    border-bottom: 0 none;
}
.widget-my-contacts ul li .team-box {
    display: inline-block;
    vertical-align: middle;
}
.widget-my-contacts ul li span {
    font-size: 10px;
    float: right;
    vertical-align: middle;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #666666;
    margin-left: 8px;
    line-height: 22px;
}
.widget-my-contacts ul li span.team-member {
    text-align: left;
    display: block;
    float: none;
    font-size: 14px;
    color: #333333;
}
.widget-my-contacts ul li span.team-member-role {
    font-size: 10px;
    font-weight: 700;
    float: none;
    letter-spacing: 0.2px;
    text-align: left;
    color: #a6a6a6;
}
.widget-my-contacts ul li img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    display: inline-block;
}
.widget-my-contacts ul li a {
    display: block;
    float: right;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 6px;
    margin-top: 4px;
}
.widget-my-contacts ul li a i {
    line-height: inherit;
    font-size: 14px;
}
.widget-my-contacts ul li a i.twitter {
    color: #005f4f;
}
.widget-my-contacts ul li a i.slack {
    color: #64003e;
}
.widget-my-contacts ul li a i.google {
    color: #654900;
}
.widget-my-contacts ul li a.twitter {
    background-color: #00b395;
    margin-left: 0;
}
.widget-my-contacts ul li a.google {
    background-color: #ffba01;
}
.widget-my-contacts ul li a.time-indicator {
    width: 80px;
    margin-left: 0;
}
.widget-my-contacts ul li a.time-indicator span {
    font-size: 10px;
    vertical-align: middle;
    float: left;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.2px;
    color: #666666;
    margin-top: 7px;
    margin-left: 16px;
    line-height: 22px;
}

.widget-latest-activities .ui-panel-content {
    padding: 0;
}
.widget-latest-activities ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.widget-latest-activities ul li {
    border-bottom: solid 1px rgba(166, 166, 166, 0.2);
    padding: 0;
    position: relative;
    height: 80px;
}
.widget-latest-activities ul li :last-child {
    border-bottom: none;
}
.widget-latest-activities ul li .activity-link {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 41px;
}
.widget-latest-activities ul li .activity-link.runway-link {
    background-color: #ffba01;
}
.widget-latest-activities ul li .activity-link.management-link {
    background-color: #00b395;
}
.widget-latest-activities ul li .activity-link.announcement-link {
    background-color: #e4018d;
}
.widget-latest-activities ul li .activity-logo {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    padding: 10px;
    background-color: transparent;
    position: absolute;
    left: 21px;
    top: 50%;
    margin-top: -21px;
}
.widget-latest-activities ul li .activity-logo i {
    font-size: 24px;
    display: block;
}
.widget-latest-activities ul li .activity-logo i.runway {
    color: #654900;
}
.widget-latest-activities ul li .activity-logo i.management {
    color: #005f4f;
}
.widget-latest-activities ul li .activity-logo i.announcement {
    color: #64003e;
}
.widget-latest-activities ul li .activity-logo.runway {
    background-color: #ffba01;
    vertical-align: middle;
}
.widget-latest-activities ul li .activity-logo.management {
    background-color: #00b395;
    vertical-align: middle;
}
.widget-latest-activities ul li .activity-logo.announcement {
    background-color: #e4018d;
    vertical-align: middle;
}
.widget-latest-activities ul li .activity-detail {
    font-size: 14px;
    display: inline-block;
    color: #333333;
    line-height: 16px;
    padding: 20px 0 0 76px;
}
.widget-latest-activities ul li .activity-detail span {
    font-weight: 700;
    color: #0078d7;
    margin: 0;
    font-size: 14px;
    text-align: left;
}
.widget-latest-activities ul li .activity-detail span.time {
    font-size: 12px;
    color: #666666;
    padding: 0 2px;
    margin-top: 5px;
    width: 20%;
    text-align: center;
    display: block;
    background-color: #eaeaea;
}

.widget-knobs {
    text-align: center;
    padding: 21px 0 42px 0;
    min-height: 297px;
}
.widget-knobs .knob-label {
    margin-top: 42px;
}
.widget-knobs .knob-label span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
    display: inline-block;
    margin-bottom: 6px;
}
.widget-knobs .knob-label span.change {
    color: #767676;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid #c8c8c8;
}
.widget-knobs .knob-label i {
    margin-left: 6px;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #a6a6a6;
}
.widget-knobs .knob-label i.issue {
    color: #00b395;
}
.widget-knobs .knob-label i.commit {
    color: #ffba01;
}
.widget-knobs .knob-label i.comment {
    color: #e4018d;
}
.widget-knobs .knob-container {
    text-align: center;
    padding: 0;
}
.widget-knobs .knob-container .knob {
    width: 105px;
    height: 105px;
    line-height: 105px;
    font-size: 24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    border: 9px solid #00b395;
    border-left-color: #4dffe1;
    transform: rotate(-45deg);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
}
.widget-knobs .knob-container .knob .knob-number {
    padding-top: 24px;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    display: block;
    color: #666666;
}
.widget-knobs .knob-container .knob span {
    margin: 0;
    font-size: 12px;
    display: block;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: center;
    color: #a6a6a6;
    line-height: 22px;
    transform: rotate(45deg);
}
.widget-knobs .knob-container .knob.issue {
    border: 9px solid #00b395;
    border-right-color: #ccefe9;
    border-bottom-color: #ccefe9;
}
.widget-knobs .knob-container .knob.commit {
    border: 9px solid #ffba01;
    border-right-color: #ffeab2;
    border-bottom-color: #ffeab2;
    border-left-color: #ffeab2;
}
.widget-knobs .knob-container .knob.comment {
    border: 9px solid #e4018d;
    border-right-color: #f6b2dc;
}

.widget-weekly-progress {
    padding: 8px 14px;
}
.widget-weekly-progress ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.widget-weekly-progress ul li img {
    margin: 12px 8px 12px 8px;
}
.widget-weekly-progress ul li .member-avatar {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.widget-weekly-progress ul li .team-member {
    vertical-align: middle;
    display: inline-block;
}
.widget-weekly-progress ul li .team-member .member-name {
    margin: 0;
    font-size: 14px;
    text-align: left;
    color: #333333;
    display: block;
}
.widget-weekly-progress ul li .team-member .member-role {
    margin: 0;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-align: left;
    color: #a6a6a6;
    display: block;
}
.widget-weekly-progress .progressbar {
    height: 21px;
    margin-top: 16px;
}
.widget-weekly-progress .progressbar .progress-status {
    height: 21px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
}
.widget-weekly-progress .progressbar .progress-status.issue {
    background-color: #00b395;
    margin-left: -4px;
    color: #ccefe9;
}
.widget-weekly-progress .progressbar .progress-status.commit {
    background-color: #ffba01;
    margin-left: -4px;
    color: #ffeab2;
}
.widget-weekly-progress .progressbar .progress-status.comment {
    background-color: #e4018d;
    margin-left: -4px;
    color: #f6b2dc;
}

.widget-chat.card {
    padding: 0;
    padding-top: 18px;
}
.widget-chat.card h4 {
    padding-left: 24px;
}
.widget-chat .day-indicator {
    margin: 18px 24px;
    padding: 4px 12px;
    font-size: 12px;
    color: #333333;
    background-color: #f4f4f4;
}
.widget-chat ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget-chat ul li {
    padding: 12px 24px;
    width: 100%;
    display: inline-block;
}
.widget-chat ul li .message-meta {
    width: 48px;
    display: inline-block;
    height: 60px;
    border-bottom: 12px solid #00b395;
}
.widget-chat ul li .message-meta.available {
    border-bottom: 12px solid #00b395;
}
.widget-chat ul li .message-meta.away {
    border-bottom: 12px solid #ffba01;
}
.widget-chat ul li .message-meta.busy {
    border-bottom: 12px solid #e4018d;
}
.widget-chat ul li .message-meta img {
    height: 48px;
    width: 48px;
}
.widget-chat ul li .message {
    background-color: #f4f4f4;
    width: calc(100% - 66px);
    padding: 12px 18px;
    margin-left: 18px;
    float: right;
}
.widget-chat ul li .message span {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.29;
    text-align: left;
    color: #333333;
    vertical-align: middle;
}
.widget-chat ul li .message .time {
    font-size: 12px;
    color: #a6a6a6;
    float: right;
}
.widget-chat ul li .message .time .status {
    font-size: 8px;
    color: #00b395;
}
.widget-chat .reply-box {
    border-top: solid 1px #c8c8c8;
    padding: 16px 24px 15px 31px;
}
.widget-chat .reply-box img {
    width: 32px;
    height: 32px;
    margin-right: 18px;
    vertical-align: middle;
}
.widget-chat .reply-box .ui-inputfield {
    font-size: 14px;
    vertical-align: middle;
    color: #666666;
    width: calc(100% - 146px);
}
.widget-chat .reply-box .ui-button {
    border-radius: 50%;
    border-color: #c8c8c8;
    padding: 0;
    width: 32px;
    height: 32px;
    margin: 0 0 0 10px;
    vertical-align: middle;
    line-height: 32px;
    display: inline-block;
    background-color: #c8c8c8;
}
.widget-chat .reply-box .ui-button span {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.widget-profile {
    padding: 0;
    border: 0 none;
}
.widget-profile .cover {
    background: url("/javax.faces.resource/images/dashboard/bg-cover.png.htm;jsessionid=c2a7a5644cebeb5ad1773f41ad57?ln=harmony-layout") no-repeat;
    width: 100%;
    height: 230px;
    background-size: cover;
    position: relative;
}
.widget-profile img {
    width: 100%;
}
.widget-profile img.profile-avatar {
    width: 64px;
    height: 64px;
    bottom: -28px;
    left: 32px;
    position: absolute;
}
.widget-profile .profile-name {
    font-size: 17px;
    color: #ffffff;
    position: absolute;
    bottom: 4px;
    text-align: left;
    margin-left: 8px;
    line-height: 22px;
    vertical-align: middle;
    left: 95px;
}
.widget-profile .profile-info {
    padding: 8px;
    background-color: #f4f4f4;
    border: solid 1px #c8c8c8;
    height: 36px;
    padding-left: 102px;
    color: #737373;
}
.widget-profile ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.widget-profile ul li {
    padding: 18px 16px 18px 24px;
    border: solid 1px #c8c8c8;
    background-color: #ffffff;
    margin-top: -1px;
    position: relative;
}
.widget-profile ul li span {
    font-size: 14px;
    text-align: left;
    color: #737373;
    margin-left: 8px;
}
.widget-profile ul li .menu-arrow {
    color: #737373;
    float: right;
    position: absolute;
    height: 16px;
    right: 20px;
    margin-top: -8px;
    top: 50%;
}
.widget-profile ul li .menu-item-icon {
    font-size: 16px;
    width: 16px;
    color: #737373;
}
.widget-profile ul li:hover {
    background-color: #f4f4f4;
}
.widget-profile ul li:hover span {
    color: #212121;
}

/* Add your customizations of layout here */

.searchtable > table{
    margin-top: 50px;
}
body .ui-datatable .ui-datatable-data > tr.ui-state-cleared {
    background: #9f88bb;
    color: #000;
}

.voided {
    color: red;
    text-decoration: line-through; 
}
body .ui-datatable .ui-datatable-data > tr.ui-state-withdrawn{
    background: #b78b8b;
    color: #000;
}
.bold{
    font-weight: 600;
    font-size: 13px;
}
body .ui-inputfield {
    width: 100%;
}