



@keyframes rubberBand{
    from{
        transform: scale3d(1, 1, 1);
    }
    30%{
        transform: scale3d(1.25, 0.75, 1);
    }
    40%{
        transform: scale3d(0.75, 1.25 , 1);
    }
    50%{
        transform: scale3d(1.15, 0.85, 1);
    }
    65%{
        transform: scale3d(.95, 1.05, 1);
    }
    75%{
        transform: scale3d( 1.05, .95, 1);
    }
    to{
        transform: scale3d(1, 1, 1);
    }
}

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

body {
    padding: 0;
    background-color: #e4e6e9;
    min-height: 100%;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #393939;
    line-height: 1.5;
}

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

.z-a,
.z-button,
.z-label,
.z-menu-text,
.z-menuitem-text,
.z-nav-text,
.z-navitem-text {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
}

.z-a > [class*="icon-"] {
    margin-right: 5px;
}

.z-a[disabled] {
    color: #669FC7;
}

.link.z-a:hover {
    text-decoration: underline;
}

.z-caption {
    min-height: 38px;
    padding-left: 3px;
    font-size: 18px;
}

.z-caption.small {
    min-height: 31px;
    padding-left: 10px;
}

.z-caption.small .z-caption-content {
    line-height: 30px;
    font-size: 15px;
}

.z-caption-content {
    padding: 0;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    line-height: 32px;
}

.z-caption-content [class*="z-icon-"] {
    margin-right: 5px;
}

.z-caption .z-button {
    margin: 3px 8px;
}

.z-caption .z-button:after {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    font-size: 13px;
    color: #ffffff;
    content: "\f107";
    margin-left: 2px;
}

.z-separator-horizontal-bar {
    position: relative;
    height: 64px;
    background-image: none;
}

.z-separator-horizontal-bar:before {
    display: block;
    width: 100%;
    height: 0;
    content: "";
    border-width: 0;
    border-top: 1px dotted #E3E3E3;
    position: absolute;
    top: 32px;
}

.double16.z-separator-horizontal-bar {
    height: 16px;
}

.double16.z-separator-horizontal-bar:before {
    height: 3px;
    border-bottom: 1px dotted #E3E3E3;
    top: 6px;
}
.solid.z-separator-horizontal-bar:before {
    border-style: solid;
}

.z-scrollbar.z-scrollbar-vertical {
    width: 7px;
    background: #FFFFFF;
    color: #3AA4C3;
}

.z-scrollbar.z-scrollbar-vertical .z-scrollbar-up,
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-down,
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-icon,
.z-scrollbar.z-scrollbar-vertical .z-scrollbar-rail {
    display: none;
}

.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper {
    top: 0;
}

.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper .z-scrollbar-indicator {
    background-image: none;
    	 border-radius:	0;
    ;
    background-color: #999;
    border: 0;
}

.z-scrollbar.z-scrollbar-vertical .z-scrollbar-wrapper .z-scrollbar-rail {
    background-color: transparent;
}

.z-drop-ghost .z-drop-content {
    width: auto;
    height: auto;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    border: 1px solid #CCC;
}

.z-tree {
    background: #FFFFFF;
    border: 0px;
}

.z-tree-body {
    background: #FFFFFF;
    border-radius: 5px;
}

.z-treerow .z-treecell {
    border-top: none;
    border-radius: 5px;
}

.z-treecell-content {
    background: #FFFFFF;
    border-radius: 5px;
    color: #0A222D;
    padding: 10px;
    transition: 0.1s;
}

.z-treecell-text {
    vertical-align: middle;
    margin-left: 0;
    font-size: 10pt !important;
}

.z-treecell:first-child .z-treecell-content {
    display: flex;
    align-items: center;
    justify-content: start;
}

.z-treecell:first-child .z-treecell-icon {
    order: 1;
}

.z-treecell-content:hover {
    background: #A7C9F3;
}

.z-treerow-selected > .z-treecell > .z-treecell-content {
    background: #A7C9F3;
    border-radius: 5px;
}

.z-treerow .z-treerow-selected > .z-treecell > .z-treecell-content {
    background: #A7C9F3;
    border-radius: 5px;
}

.z-treerow-selected > .z-treecell > .z-treecell-content {
    background: #A7C9F3 !important;
    border-radius: 5px;
    font-size: 10pt !important;
    font-weight: bold;
}

.z-treerow.z-treerow-selected>.z-treecell>.z-treecell-content {
    background: #A7C9F3 !important;
    border-radius: 5px;
}

.z-icon-caret-right:before {
    content: "\f105";
    color: #0A222D;
    font-size: 10pt !important;
}

.z-icon-caret-down:before {
    content: "\f107";
    color: #0A222D;
    font-size: 10pt !important;
}

.z-tree-icon {
    font-size: 10pt !important;
    color: #0A222D;
    text-align: center;
    cursor: pointer;
    margin-top: 3px;
    margin-right: 10px;
}

.z-treecell-content:hover .z-icon-caret-down:before {
    color: #0A222D !important;
}

.z-treerow-selected > .z-treecell > .z-treecell-content .z-icon-caret-down:before{
    color: #0A222D !important;
}

.z-treecell-content:hover .z-icon-caret-right:before {
    color: #0A222D !important;
}

.z-treerow-selected > .z-treecell > .z-treecell-content .z-icon-caret-right:before{
    color: #0A222D !important;
}

.z-icon-caret-right:before{
    color: #0A222D !important;
}

.z-treerow[aria-level="2"] .z-treecell-content{
    border-bottom: 0.5px solid #EEEEEE;
    font-size: 10pt !important;
}

.z-treerow[aria-level="2"] .z-treecell-content:hover{
    background: #D2E5F9 !important;
}

.z-treerow[aria-level="3"] .z-treecell-content{
    border-bottom: 0.5px solid #EEEEEE;
    font-size: 10pt !important;
}

.z-treerow[aria-level="3"] .z-treecell-content:hover{
    background: #D2E5F9 !important;
}

.z-treerow[aria-level="4"] .z-treecell-content{
    border-bottom: 0.5px solid #EEEEEE;
    font-size: 10pt !important;
}

.z-treerow[aria-level="4"] .z-treecell-content:hover{
    background: #D2E5F9 !important;
}

.z-treerow[aria-level="5"] .z-treecell-content{
    border-bottom: 0.5px solid #EEEEEE;
    font-size: 10pt !important;
}

.z-treerow[aria-level="5"] .z-treecell-content:hover{
    background: #D2E5F9 !important;
}

.fav-hover {
    width: 15px;
    height: 15px;
    transition: transform .2s;
}

.fav-hover:hover {
    transform: scale(1.5);
}

.icon-hover {
    transition: transform .2s;
}

.icon-hover:hover {
    transform: scale(1.5);
}

.blue {
    color: #478FCA!important;
}

.green {
    color: #69AA46 !important;
}

.grey {
    color: #777 !important;
}

.purple {
    color: #A069C3 !important;
}

.red {
    color: #DD5A43 !important;
}

.orange {
    color: #FF892A !important;
}

.lighter {
    font-weight: lighter;
}

.sign > [class*="z-icon-"] {
    margin: 0 8px;
}

.sign-group div + div {
    border-left: 1px solid #E3E3E3;
}

.icon-2x {
    font-size: 2em;
}

.icon-mr8 {
    margin-right: 8px;
}

.bigger-130 {
    font-size: 130%;
}

.bigger-110 {
    font-size: 110%;
}

.bigger-120 {
    font-size: 120%;
}

.navbar {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border: none;
    	 box-shadow:	none;
    ;
    border-radius: 0;
    min-height: 45px;
    position: relative;
    background: #000000;
}

.navbar .navbar-brand {
    color: #ffffff;
    background-color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
    color: #ffffff;
}

.nav-user > div > a,
.nav-user > div .user-menu {
    background-color: #2e6589;
    color: #FFF;
    display: block;
    line-height: 25px;
    height: 45px;
    /*border-left: 1px solid #DDD;*/
    text-align: center;
    height: 100%;
    margin-top: 12px;
    margin-right: 4px;
    width: auto;
    min-width: 25px;
    padding: 0 8px;
    position: relative;
}

.nav-user > div > a .z-menu-selected,
.nav-user > div .user-menu .z-menu-selected {
    color: #FFF !important;
}

.nav-user > div > a.grey,
.nav-user > div .user-menu.grey {
    background-color: #555555 ! important;
}

.nav-user > div > a.grey.open,
.nav-user > div .user-menu.grey.open,
.nav-user > div > a.grey:hover,
.nav-user > div .user-menu.grey:hover,
.nav-user > div > a.grey:focus,
.nav-user > div .user-menu.grey:focus,
.nav-user > div > a.grey .z-menu-selected,
.nav-user > div .user-menu.grey .z-menu-selected {
    background-color: #4b4b4b ! important;
}

.nav-user > div > a.purple,
.nav-user > div .user-menu.purple {
    background-color: #892e65 ! important;
}

.nav-user > div > a.purple.open,
.nav-user > div .user-menu.purple.open,
.nav-user > div > a.purple:hover,
.nav-user > div .user-menu.purple:hover,
.nav-user > div > a.purple:focus,
.nav-user > div .user-menu.purple:focus,
.nav-user > div > a.purple .z-menu-selected,
.nav-user > div .user-menu.purple .z-menu-selected {
    background-color: #762c59 ! important;
}

.nav-user > div > a.green,
.nav-user > div .user-menu.green {
    background-color: #2e8965 ! important;
}

.nav-user > div > a.green.open,
.nav-user > div .user-menu.green.open,
.nav-user > div > a.green:hover,
.nav-user > div .user-menu.green:hover,
.nav-user > div > a.green:focus,
.nav-user > div .user-menu.green:focus,
.nav-user > div > a.green .z-menu-selected,
.nav-user > div .user-menu.green .z-menu-selected {
    background-color: #2c7659 ! important;
}

.nav-user > div > a.light-blue,
.nav-user > div .user-menu.light-blue {
    background-color: #62a8d1 ! important;
}

.nav-user > div .user-menu.dark-blue {
    background-color: #444444 ! important;
}

.nav-user > div > a.light-blue.open,
.nav-user > div .user-menu.light-blue.open,
.nav-user > div > a.light-blue:hover,
.nav-user > div .user-menu.light-blue:hover,
.nav-user > div > a.light-blue:focus,
.nav-user > div .user-menu.light-blue:focus,
.nav-user > div > a.light-blue .z-menu-selected,
.nav-user > div .user-menu.light-blue .z-menu-selected {
    background-color: #579ec8 ! important;
}

.nav-user > div > a.margin-4,
.nav-user > div .user-menu.margin-4 {
    margin-left: 4px;
}

.nav-user > div > a.margin-3,
.nav-user > div .user-menu.margin-3 {
    margin-left: 3px;
}

.nav-user > div > a.margin-2,
.nav-user > div .user-menu.margin-2 {
    margin-left: 2px;
}

.nav-user > div > a.margin-1,
.nav-user > div .user-menu.margin-1 {
    margin-left: 1px;
}

.nav-user > div > a.no-border,
.nav-user > div .user-menu.no-border {
    border: none !important;
}

.nav-user > div .badge {
    position: relative;
    top: -4px;
    left: 2px;
    padding-right: 5px;
    padding-left: 5px;
}

.nav-user > div > a:hover,
.nav-user > div > a:focus {
    background-color: #2c5976;
}

.nav-user > div .user-menu.z-menubar {
    padding: 0;
    border: 0;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-left: 1px solid #DDD;
}

.nav-user > div .user-menu.z-menubar img {
    margin: -4px 8px 0 0;
    	 border-radius:	100%;
    ;
    border: 2px solid #FFF;
    max-width: 40px;
}

.nav-user > div .user-menu.z-menubar .z-menu-content {
    line-height: 45px;
    height: 45px;
    border: 0;
    padding: 0 8px;
}

.nav-user > div .user-menu.z-menubar .z-menu-content [class*="z-icon-"] {
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

.nav-user > div .user-menu.z-menubar .z-menu:hover,
.nav-user > div .user-menu.z-menubar .z-menu-content:hover,
.nav-user > div .user-menu.z-menubar .z-menu:focus,
.nav-user > div .user-menu.z-menubar .z-menu-content:focus {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav-user > div .user-menu.z-menubar .z-menu {
    margin: 0;
}

.nav-user > div .user-menu.z-menubar .z-menu-selected > .z-menu-content,
.nav-user > div .user-menu.z-menubar .z-menu-content:active {
    border: 0;
    	 box-shadow:	none;
    ;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.nav-user > div .user-menu.z-menubar .z-menu-text {
    max-width: 80px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: left;
    vertical-align: top;
    line-height: 15px;
    position: relative;
    top: 6px;
    color: #FFF;
    font-size: 13px;
}

.nav-user > div .user-menu.z-menubar .z-menu-icon {
    top: 0;
    right: 8px;
}

.nav-user > div .user-menu.z-menubar .z-menu-text {
    text-shadow: none;
}

.nav-user > div [class*="z-icon-"] {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    width: 10px;
    text-align: center;
}

.nav-user > div:first-child > a {
    border-left: none;
}

.sidebar-collapse {
    width: 0px;
    float: left;
    position: relative;
    border: 1px solid #cccccc;
    border-width: 0 1px 0 0;
    background-color: #f2f2f2;
}

.sidebar {
    width: 240px;
    float: left;
    position: relative;
    border: 1px solid #cccccc;
    border-width: 0 1px 0 0;
    background-color: #f2f2f2;
}

.sidebar:before {
    content: "";
    display: block;
    width: 240px;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: #E5E5E5;
    border: 1px solid #cccccc;
    border-width: 0 1px 0 0;
}

.nav-list.z-navbar > ul > li {
    border-bottom: 1px solid #555555;
    position: relative;
}

.nav-list.z-navbar > ul > li:first-child,
.nav-list.z-navbar > ul > li:first-child > a {
    border-top: none;
}

.nav-list.z-navbar > ul > li > a {
    border-width: 0;
    height: 38px;
    line-height: 36px;
    padding: 0 16px 0 7px;
    background-color: #3a3a3a;
    color: #aaaaaa;
    text-shadow: none !important;
    font-size: 13px;
    text-decoration: none;
}

.nav-list.z-navbar > ul > li > a > [class*="z-icon-"] {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
    margin-right: 2px;
    height: auto;
}

.nav-list.z-navbar > ul > li > a:focus {
    background-color: #f9f9f9;
    color: #1963aa;
}

.nav-list.z-navbar > ul > li > a:hover {
    background-color: #444444;
    color: #ffffff;
}

.nav-list.z-navbar > ul > li > a:hover:before {
    display: block;
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    width: 3px;
    max-width: 3px;
    height: auto;
    overflow: hidden;
    background-color: #3382af;
}

.nav-list.z-navbar > ul > .z-nav > ul {
}

.nav-list.z-navbar > ul > .z-nav-open > a {
    color: #ffffff;
}

.nav-list.z-navbar > ul > .z-nav-open > a,
.nav-list.z-navbar > ul > .z-nav-open > a:hover,
.nav-list.z-navbar > ul > .z-nav-open > a:focus {
    background-color: #444444;
}

.nav-list.z-navbar > ul .z-nav-selected > .z-nav-content {
    background-color: #444444;
}

.nav-list.z-navbar > ul .z-nav-selected > .z-nav-content > .z-nav-text {
    color: #ffffff;
}

.nav-list.z-navbar > ul .z-nav-selected > .z-nav-content:before {
    display: none;
}

.nav-list.z-navbar > ul > .z-nav-selected > .z-nav-content > .z-nav-text,
.nav-list.z-navbar > ul > .z-navitem-selected > .z-navitem-content > .z-navitem-text {
    font-weight: bold;
}

.nav-list.z-navbar > ul .z-nav-selected:after,
.nav-list.z-navbar > ul > .z-navitem-selected:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: -2px;
    top: -1px;
    bottom: 0;
    z-index: 1;
    border: 2px solid #2b7dbc;
    border-width: 0 2px 0 0;
}

.nav-list.z-navbar > ul .z-nav-selected > .z-nav-content:after,
.nav-list.z-navbar > ul .z-navitem-selected > .z-navitem-content:after {
    display: block;
    content: "";
    position: absolute !important;
    right: 0;
    top: 4px;
    border: 8px solid transparent;
    border-width: 14px 10px;
    border-right-color: #2b7dbc;
}

.nav-list.z-navbar > ul .z-nav-selected.z-nav-open > .z-nav-content:after {
    display: none;
}

.nav-list.z-navbar > ul .z-navitem-selected {
    background-color: #ffffff;
}

.nav-list.z-navbar > ul .z-navitem-selected > .z-navitem-content,
.nav-list.z-navbar > ul .z-navitem-selected > .z-navitem-content:hover,
.nav-list.z-navbar > ul .z-navitem-selected > .z-navitem-content:focus {
    background-color: #4a4a4a;
    color: #ffffff;
}

.nav-list.z-navbar > ul .z-navitem-selected > .z-navitem-content > .z-navitem-text {
    font-size: 13px;
}

.nav-list.z-navbar > ul .z-navitem-selected > .z-navitem-content:hover:before {
    display: none;
}

.nav-list.z-navbar > ul .z-navitem-selected > .submenu > li:before {
    border-top-color: #8eb3d0;
}

.nav-list.z-navbar > ul .z-navitem-selected > .submenu:before {
    border-left-color: #8eb3d0;
}

.nav-list.z-navbar > ul .z-nav-info {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    padding: 1px 6px 3px 6px;
    position: absolute;
    top: 9px;
    right: 28px;
    opacity: 0.88;
    filter: alpha(opacity=88);
    background-color: #006298;
    line-height: 15px;
    display: inline-block;
    min-width: 10px;
    height: 19px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    	 border-radius:	10px;
    ;
}

.nav-list.z-navbar > ul .z-nav:hover > .z-nav-content .z-nav-info {
    opacity: 1;
    filter: alpha(opacity=100);
}

.sidebar-collapse {
    background-color: #FFFFFF;
    text-align: center;
    padding: 3px 0;
    position: relative;
}

.sidebar-collapse > a [class*="z-icon"] {
    display: inline-block;
    font-size: 14px;
    color: #aaaaaa;
    border: 1px solid #bbbbbb;
    padding: 0 5px;
    line-height: 18px;
    border-radius: 16px;
    background-color: #474747;
    position: relative;
    margin-right: 0;
}

.sidebar-collapse:before {
    content: "";
    display: inline-block;
    height: 0;
    border-top: 1px solid #919191;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 13px;
}

.shortcuts {
    background-color: #fafafa;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    line-height: 39px;
    max-height: 41px;
    margin-bottom: 0;
}

.shortcuts-expanded {
    padding-bottom: 4px;
}

.shortcuts-expanded > .z-button {
    width: 41px;
    line-height: 24px;
    margin-top: -2px;
    padding: 0;
    border-width: 4px;
    text-align: center;
}

.shortcuts-expanded > .z-button > [class*="z-icon-"] {
    margin: 0;
}

.sidebar-min {
    width: 43px;
}

.sidebar-min .shortcuts-collapsed {
    display: block;
}

.sidebar-min .shortcuts {
    position: relative;
}

.sidebar-min .shortcuts-expanded {
    display: none;
    position: absolute;
    z-index: 20;
    top: -1px;
    left: 42px;
    width: 182px;
    padding: 0 2px 1px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    border: 1px solid #cccccc;
}

.sidebar-min .shortcuts:hover .shortcuts-expanded {
    display: block;
}

.sidebar-min .nav-list.z-navbar > ul {
    width: 42px;
}

.sidebar-min .nav-list.z-navbar > ul > li {
    background-color: #f9f9f9;
}

.sidebar-min .nav-list.z-navbar > ul > li:hover > a:before {
    width: 2px;
}

.sidebar-min .nav-list.z-navbar > ul > .z-nav > .z-nav-content > .z-nav-info,
.sidebar-min .nav-list.z-navbar > ul > .z-nav > .z-nav-content > .z-nav-info:after {
    display: none;
}

.sidebar-min .nav-list.z-navbar > ul > .z-nav-selected > .z-nav-content:after,
.sidebar-min .nav-list.z-navbar > ul > .z-navitem-selected > .z-navitem-content:after {
    border-width: 10px 6px;
    top: 8px;
}

.sidebar-min .nav-list.z-navbar > ul .z-nav-selected.z-nav-open > .z-nav-content:after {
    display: inline-block;
}

.sidebar-min .sidebar-collapse:before {
    left: 5px;
    right: 5px;
}

.shortcuts-collapsed {
    display: none;
    font-size: 0;
    width: 42px;
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #ffffff;
}

.shortcuts-collapsed > .z-button {
    border-width: 0 !important;
    font-size: 0;
    line-height: 0;
    padding: 8px !important;
    margin: 0 1px;
    min-height: 0;
    	 border-radius:	0;
    ;
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.z-nav-text-popup,
.z-navitem-text-popup {
    width: 174px;
    height: 40px;
    min-width: 174px;
    line-height: 38px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    border: 1px solid #dddddd;
    padding: 0 0 0 12px;
}

.z-nav-text-popup {
    border-top-color: #e5e5e5;
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
}

.z-nav-text-popup.z-nav-text:after {
    display: none;
}

.z-nav-popup {
    border: 0;
    width: 176px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 2px 1px 2px 0 rgba(0,0,0,0.2);
    padding-bottom: 2px;
}

.z-nav-popup .z-nav > .z-nav-content,
.z-nav-popup .z-navitem > .z-navitem-content {
    border-width: 1px 0 0 0;
    background-color: #ffffff;
}

.nav-list.z-navbar > ul > .z-nav > ul,
.z-nav-popup {
    position: relative;
}

.nav-list.z-navbar > ul > .z-nav > ul > li,
.z-nav-popup > li {
    margin-left: 0;
    position: relative;
}

.nav-list.z-navbar > ul > .z-nav > ul > li a,
.z-nav-popup > li a {
    background-color: #4a4a4a;
    line-height: normal;
    display: block;
    color: #aaaaaa;
    padding: 7px 0 9px 37px;
    margin: 0;
    border: 0;
    border-top: 1px dotted #666666;
}

.nav-list.z-navbar > ul > .z-nav > ul > li a:focus,
.z-nav-popup > li a:focus {
    text-decoration: none;
}

.nav-list.z-navbar > ul > .z-nav > ul > li a:hover,
.z-nav-popup > li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #555555 !important;
}

.nav-list.z-navbar > ul > .z-nav > ul > li a img,
.z-nav-popup > li a img {
    display: none;
}

.nav-list.z-navbar > ul > .z-nav > ul > li > a > i,
.z-nav-popup > li > a > i {
    display: none;
    width: 18px;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 11px;
    z-index: 1;
}

.nav-list.z-navbar > ul > .z-nav > ul > li.open,
.z-nav-popup > li.open {
    border-bottom-color: #e5e5e5;
}

.nav-list.z-navbar > ul > .z-nav > ul > li .z-navitem-selected,
.z-nav-popup > li .z-navitem-selected {
    background-color: #ffffff;
}

.nav-list.z-navbar > ul > .z-nav > ul > li:before,
.z-nav-popup > li:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 7px;
    left: 20px;
    top: 17px;
    border-top: 1px dotted #9dbdd6;
    z-index: 1;
}

.nav-list.z-navbar > ul > .z-nav > ul > li:hover > a > i,
.z-nav-popup > li:hover > a > i,
.nav-list.z-navbar > ul > .z-nav > ul > .z-nav-selected > a > i,
.z-nav-popup > .z-nav-selected > a > i,
.nav-list.z-navbar > ul > .z-nav > ul > .z-navitem-selected > a > i,
.z-nav-popup > .z-navitem-selected > a > i {
    display: inline-block;
}

.nav-list.z-navbar > ul > .z-nav > ul > .z-navitem-selected:hover > a > i,
.z-nav-popup > .z-navitem-selected:hover > a > i {
    color: #ffffff;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-nav-selected > .z-nav-content,
.z-nav-popup .z-nav-selected > .z-nav-content {
    background-color: #555555;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-nav-selected > .z-nav-content > .z-nav-text,
.z-nav-popup .z-nav-selected > .z-nav-content > .z-nav-text {
    color: #ffffff;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-nav-selected > .z-nav-content:before,
.z-nav-popup .z-nav-selected > .z-nav-content:before {
    display: none;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-navitem-selected,
.z-nav-popup .z-navitem-selected {
    background-color: #ffffff;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-navitem-selected > .z-navitem-content,
.z-nav-popup .z-navitem-selected > .z-navitem-content,
.nav-list.z-navbar > ul > .z-nav > ul .z-navitem-selected > .z-navitem-content:hover,
.z-nav-popup .z-navitem-selected > .z-navitem-content:hover,
.nav-list.z-navbar > ul > .z-nav > ul .z-navitem-selected > .z-navitem-content:focus,
.z-nav-popup .z-navitem-selected > .z-navitem-content:focus {
    background-color: #555555;
    color: #ffffff;
}

.nav-list.z-navbar > ul > .z-nav > ul:before,
.z-nav-popup:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 0;
    bottom: 0;
    border: 1px dotted #777777;
    border-width: 0 0 0 1px;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-nav li,
.z-nav-popup .z-nav li {
    background-color: #4a4a4a;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-nav li > a,
.z-nav-popup .z-nav li > a {
    margin-left: 20px;
    padding-left: 22px;
}

.nav-list.z-navbar > ul > .z-nav > ul .z-nav .z-nav li > a,
.z-nav-popup .z-nav .z-nav li > a {
    padding-left: 38px;
}

.z-nav-popup {
    border: 1px solid #e5e5e5;
    border-top-width: 0;
}

.z-nav-text:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    font-size: 18px;
    color: #aaaaaa;
    content: "\f107";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    right: 11px;
    top: 11px;
    padding: 0;
}

.notify.z-navitem > .z-navitem-content > .z-navitem-text:after {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    font-size: 16px;
    color: #FD4423;
    content: "\f071";
    padding: 0 6px;
    position: absolute;
    top: 2px;
    right: 16px;
    opacity: 0.88;
    filter: alpha(opacity=88);
}

.breadcrumbs {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    min-height: 41px;
    line-height: 40px;
    padding: 0 12px 0 0;
}

.breadcrumb {
    background-color: transparent;
    display: inline-block;
    line-height: 24px;
    margin: 0 22px 0 12px;
    padding: 0;
    color: #333;
    	 border-radius:	0;
    ;
}

.breadcrumb > .z-a {
    color: #4C8FBD;
}

.breadcrumb > .z-a:hover,
.breadcrumb > .z-a:focus {
    text-decoration: underline;
}

.breadcrumb > .z-a + .z-label {
    padding-right: 4px;
}

.breadcrumb > .z-a + .z-label:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    font-size: 14px;
    color: #b2b6bf;
    content: "\f105";
    margin-right: 2px;
    padding: 0 5px 0 2px;
    position: relative;
    top: 1px;
}

.breadcrumb .z-label,
.breadcrumb .home-icon {
    color: #555;
}

.breadcrumb .home-icon {
    margin-left: 4px;
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 2px;
    cursor: default;
}

.nav-search {
    position: absolute;
    top: 6px;
    right: 22px;
    line-height: 24px;
}

.nav-search .z-bandbox-input {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    width: 152px;
    height: 28px;
    border: 1px solid #6FB3E0;
    	 border-radius:	4px;
    ;
    padding-left: 24px;
    padding-right: 6px;
}

.nav-search .z-bandbox-input:focus {
    	 box-shadow:	none;
    ;
}

.nav-search .z-bandbox-button {
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 3px;
    min-width: 19px;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    line-height: auto;
    padding: 0;
}

.nav-search .z-bandbox-button,
.nav-search .z-bandbox-button:hover,
.nav-search .z-bandbox-button:focus,
.nav-search .z-bandbox-button:active {
    background-color: transparent;
    border: 0;
    	 box-shadow:	none;
    ;
}

.nav-search .z-bandbox-button [class*="z-icon-"] {
    font-size: 12px;
    color: #6fb3e0;
    line-height: 24px;
}

.z-button {
    border :1px solid #a9a9a9;
    position: relative;
    padding: 3px 12px;
    	 border-radius:	0;
    ;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    min-height: 0;
    color: #FFF !important;
    	 transition:	all ease 0.15s 0;
    ;
}

.z-button,
.z-button:hover,
.z-button:focus,
.z-button:active {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.z-button > [class*="z-icon-"] {
    display: inline;
    margin-right: 4px;
}

.z-button > .icon-only[class*="z-icon-"] {
    margin: 0;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.btn1 {
    color: #FFF !important;
    padding: 5px 5px;
    width:10px;
    height:10px;
}

.btn {
    color: #FFF !important;
    padding: 5px 5px;
    width:40px;
    height:40px;
}

.btn-sm {
    border-width: 4px;
    font-size: 13px;
    padding: 5px 10px;
    line-height: 1.39;
}

.btn-xs {
    border-width: 3px;
}

.btn-minier {
    padding: 0 4px;
    line-height: 18px;
    border-width: 2px;
    font-size: 12px;
}

.btn-primary-bulat,
.btn-primary-bulat:focus {
    	 border-radius:	100%;
    ;
    background-color: #428bca !important;
    border-color: #428bca;
}

.btn-black,
.btn-black:focus {
    background-color: #272727 !important;
    border-color: #272727;
    border-bottom: 0 none;
    border:0 none;
}

.btn-primary-putih,
.btn-primary-putih:focus {
    background-color: #ffffff !important;
    border-color: #ffffffF;
}

.btn-primary2,
.btn-primary2:focus {
    background-color: #006298 !important;
    border-color: #006298;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-primary,
.btn-primary:focus {
    background-color: #006298 !important;
    border-color: #006298;
    border-radius: 3px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-primary-login,
.btn-primary-login:focus {
    background-color: #006298 !important;
    border-color: #006298;
    border-radius: 3px;
}

.btn-primary:hover,
.btn-primary.open {
    background-color: #1b6aaa !important;
    border-color: #428bca;
    border-radius: 3px;
}

.btn-primary-login:hover,
.btn-primary-login.open {
    background-color: #1b6aaa !important;
    border-color: #428bca;
    border-radius: 3px;
}

.btn-primary.no-border:hover {
    border-color: #1b6aaa;
}

.btn-primary.no-hover:hover {
    background-color: #006298 !important;
}

.btn-knowledge,
.btn-knowledge:focus {
    background-color: #ffffff !important;
    border-color: #ffffff;
}

.btn-knowledge:hover,
.btn-knowledge.open {
    background-color: #ffffff !important;
    border-color: #ffffff;
}

.btn-knowledge.no-border:hover {
    border-color: #ffffff;
}

.btn-knowledge.no-hover:hover {
    background-color: #ffffff !important;
}

.btn-info-bulat,
.btn-info-bulat:focus {
    	 border-radius:	100%;
    ;
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;
}

.btn-info,
.btn-info:focus {
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;
    border-radius: 3px;
}

.btn-info:hover,
.btn-info.open {
    background-color: #4f99c6 !important;
    border-color: #6fb3e0;
    border-radius: 3px;
}

.btn-info.no-border:hover {
    border-color: #4f99c6;
}

.btn-info.no-hover:hover {
    background-color: #6fb3e0 !important;
}

.btn-success-bulat,
.btn-success-bulat:focus {
    	 border-radius:	100%;
    ;
    background-color: #87b87f !important;
    border-color: #87b87f;
}

.btn-success,
.btn-success:focus {
    background-color: #84BD00 !important;
    border-color: #84BD00;
    border-radius: 3px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-success:hover,
.btn-success.open {
    background-color: #629b58 !important;
    border-color: #87b87f;
    border-radius: 3px;
}

.btn-success.no-border:hover {
    border-color: #629b58;
}

.btn-success.no-hover:hover {
    background-color: #87b87f !important;
}

.btn-warning-bulat,
.btn-warning-bulat:focus {
    	 border-radius:	100%;
    ;
    background-color: #ffb752 !important;
    border-color: #ffb752;
}

.btn-warning,
.btn-warning:focus {
    background-color: #ffb752 !important;
    border-color: #ffb752;
    border-radius: 3px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-warning:hover,
.btn-warning.open {
    background-color: #e59729 !important;
    border-color: #ffb752;
    border-radius: 3px;
}

.btn-warning.no-border:hover {
    border-color: #e59729;
}

.btn-warning.no-hover:hover {
    background-color: #ffb752 !important;
}

.btn-back-bulat,
.btn-back-bulat:focus {
    	 border-radius:	100%;
    ;
    background-color: #ffb752 !important;
    border-color: #ffb752;
}

.btn-back,
.btn-back:focus {
    background-color: #ffb752 !important;
    border-color: #ffb752;
    border-radius: 3px;
}

.btn-back:hover,
.btn-back.open {
    background-color: #e59729 !important;
    border-color: #ffb752;
    border-radius: 3px;
}

.btn-back.no-border:hover {
    border-color: #e59729;
}

.btn-back.no-hover:hover {
    background-color: #ffb752 !important;
}

.btn-danger-bulat,
.btn-danger-bulat:focus {
    	 border-radius:	100%;
    ;
    background-color: #d15b47 !important;
    border-color: #d15b47;
}

.btn-danger,
.btn-danger:focus {
    background-color: #d15b47 !important;
    border-color: #d15b47;
    border-radius: 3px;
}

.btn-danger:hover,
.btn-danger.open {
    background-color: #b74635 !important;
    border-color: #d15b47;
    border-radius: 3px;
}

.btn-danger.no-border:hover {
    border-color: #b74635;
}

.btn-danger.no-hover:hover {
    background-color: #d15b47 !important;
}

.btn-inverse,
.btn-inverse:focus {
    background-color: #555555 !important;
    border-color: #555555;
}

.btn-inverse:hover,
.btn-inverse.open {
    background-color: #303030 !important;
    border-color: #555555;
}

.btn-inverse.no-border:hover {
    border-color: #303030;
}

.btn-inverse.no-hover:hover {
    background-color: #555555 !important;
}

.btn-pink,
.btn-pink:focus {
    background-color: #d6487e !important;
    border-color: #d6487e;
}

.btn-pink:hover,
.btn-pink.open {
    background-color: #b73766 !important;
    border-color: #d6487e;
}

.btn-pink.no-border:hover {
    border-color: #b73766;
}

.btn-pink.no-hover:hover {
    background-color: #d6487e !important;
}

.btn-yellow {
    color: #996633 !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4) !important;
}

.btn-yellow,
.btn-yellow:focus {
    background-color: #fee188 !important;
    border-color: #fee188;
}

.btn-yellow:hover,
.btn-yellow.open {
    background-color: #f7d05b !important;
    border-color: #fee188;
}

.btn-yellow.no-border:hover {
    border-color: #f7d05b;
}

.btn-yellow.no-hover:hover {
    background-color: #fee188 !important;
}

.btn-sm > [class*="z-icon-"] {
    margin-right: 3px;
}

.btn-sm > [class*="z-icon-"].icon-on-right {
    margin-right: 0;
    margin-left: 3px;
}

.btn-xs > [class*="z-icon-"],
.btn-minier > [class*="z-icon-"] {
    margin-right: 2px;
}

.z-button.btn-no-border {
    border-width: 0 !important;
}

.label {
    	 border-radius:	0;
    ;
    text-shadow: none;
    font-weight: normal;
    display: inline-block;
    background-color: #abbac3 !important;
}

.badge {
    text-shadow: none;
    font-size: 12px;
    padding-top: 1px;
    padding-bottom: 3px;
    font-weight: normal;
    line-height: 15px;
    background-color: #abbac3 !important;
}

.label-grey,
.badge-grey {
    background-color: #a0a0a0 !important;
}

.label-info,
.badge-info {
    background-color: #3a87ad !important;
}

.label-primary,
.badge-primary {
    background-color: #006298 !important;
}

.label-success,
.badge-success {
    background-color: #82af6f !important;
}

.label-danger,
.badge-danger {
    background-color: #d15b47 !important;
}

.label-important,
.badge-important {
    background-color: #d15b47 !important;
}

.label-inverse,
.badge-inverse {
    background-color: #333333 !important;
}

.label-warning,
.badge-warning {
    background-color: #f89406 !important;
}

.label-pink,
.badge-pink {
    background-color: #d6487e !important;
}

.label-purple,
.badge-purple {
    background-color: #9585bf !important;
}

.label-yellow,
.badge-yellow {
    background-color: #fee188 !important;
}

.label-light,
.badge-light {
    background-color: #e7e7e7 !important;
}

.badge-yellow,
.label-yellow {
    color: #996633 !important;
    border-color: #fee188;
}

.label.arrowed,
.label.arrowed-in {
    position: relative;
    z-index: 1;
}

.label.arrowed:before,
.label.arrowed-in:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-right-color: #abbac3;
}

.label.arrowed-in:before {
    border-color: #abbac3;
    border-left-color: transparent !important;
}

.label.arrowed-right,
.label.arrowed-in-right {
    position: relative;
    z-index: 1;
}

.label.arrowed-right:after,
.label.arrowed-in-right:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-left-color: #abbac3;
}

.label.arrowed-in-right:after {
    border-color: #abbac3;
    border-right-color: transparent !important;
}

.label-info.arrowed:before {
    border-right-color: #3a87ad;
}

.label-info.arrowed-in:before {
    border-color: #3a87ad;
}

.label-info.arrowed-right:after {
    border-left-color: #3a87ad;
}

.label-info.arrowed-in-right:after {
    border-color: #3a87ad;
}

.label-primary.arrowed:before {
    border-right-color: #006298;
}

.label-primary.arrowed-in:before {
    border-color: #006298;
}

.label-primary.arrowed-right:after {
    border-left-color: #006298;
}

.label-primary.arrowed-in-right:after {
    border-color: #006298;
}

.label-success.arrowed:before {
    border-right-color: #82af6f;
}

.label-success.arrowed-in:before {
    border-color: #82af6f;
}

.label-success.arrowed-right:after {
    border-left-color: #82af6f;
}

.label-success.arrowed-in-right:after {
    border-color: #82af6f;
}

.label-warning.arrowed:before {
    border-right-color: #f89406;
}

.label-warning.arrowed-in:before {
    border-color: #f89406;
}

.label-warning.arrowed-right:after {
    border-left-color: #f89406;
}

.label-warning.arrowed-in-right:after {
    border-color: #f89406;
}

.label-important.arrowed:before {
    border-right-color: #d15b47;
}

.label-important.arrowed-in:before {
    border-color: #d15b47;
}

.label-important.arrowed-right:after {
    border-left-color: #d15b47;
}

.label-important.arrowed-in-right:after {
    border-color: #d15b47;
}

.label-danger.arrowed:before {
    border-right-color: #d15b47;
}

.label-danger.arrowed-in:before {
    border-color: #d15b47;
}

.label-danger.arrowed-right:after {
    border-left-color: #d15b47;
}

.label-danger.arrowed-in-right:after {
    border-color: #d15b47;
}

.label-inverse.arrowed:before {
    border-right-color: #333333;
}

.label-inverse.arrowed-in:before {
    border-color: #333333;
}

.label-inverse.arrowed-right:after {
    border-left-color: #333333;
}

.label-inverse.arrowed-in-right:after {
    border-color: #333333;
}

.label-pink.arrowed:before {
    border-right-color: #d6487e;
}

.label-pink.arrowed-in:before {
    border-color: #d6487e;
}

.label-pink.arrowed-right:after {
    border-left-color: #d6487e;
}

.label-pink.arrowed-in-right:after {
    border-color: #d6487e;
}

.label-purple.arrowed:before {
    border-right-color: #9585bf;
}

.label-purple.arrowed-in:before {
    border-color: #9585bf;
}

.label-purple.arrowed-right:after {
    border-left-color: #9585bf;
}

.label-purple.arrowed-in-right:after {
    border-color: #9585bf;
}

.label-yellow.arrowed:before {
    border-right-color: #fee188;
}

.label-yellow.arrowed-in:before {
    border-color: #fee188;
}

.label-yellow.arrowed-right:after {
    border-left-color: #fee188;
}

.label-yellow.arrowed-in-right:after {
    border-color: #fee188;
}

.label-light.arrowed:before {
    border-right-color: #e7e7e7;
}

.label-light.arrowed-in:before {
    border-color: #e7e7e7;
}

.label-light.arrowed-right:after {
    border-left-color: #e7e7e7;
}

.label-light.arrowed-in-right:after {
    border-color: #e7e7e7;
}

.label-grey.arrowed:before {
    border-right-color: #a0a0a0;
}

.label-grey.arrowed-in:before {
    border-color: #a0a0a0;
}

.label-grey.arrowed-right:after {
    border-left-color: #a0a0a0;
}

.label-grey.arrowed-in-right:after {
    border-color: #a0a0a0;
}

.label {
    font-size: 12px;
    line-height: 1.15;
    height: 20px;
}

.label.arrowed {
    margin-left: 5px;
}

.label.arrowed:before {
    left: -10px;
    border-width: 10px 5px;
}

.label.arrowed-in {
    margin-left: 5px;
}

.label.arrowed-in:before {
    left: -5px;
    border-width: 10px 5px;
}

.label.arrowed-right {
    margin-right: 5px;
}

.label.arrowed-right:after {
    right: -10px;
    border-width: 10px 5px;
}

.label.arrowed-in-right {
    margin-right: 5px;
}

.label.arrowed-in-right:after {
    right: -5px;
    border-width: 10px 5px;
}

.label-sm {
    padding: 0.2em 0.4em 0.3em;
    font-size: 11px;
    line-height: 1;
    height: 18px;
}

.label-sm.arrowed {
    margin-left: 4px;
}

.label-sm.arrowed:before {
    left: -8px;
    border-width: 9px 4px;
}

.label-sm.arrowed-in {
    margin-left: 4px;
}

.label-sm.arrowed-in:before {
    left: -4px;
    border-width: 9px 4px;
}

.label-sm.arrowed-right {
    margin-right: 4px;
}

.label-sm.arrowed-right:after {
    right: -8px;
    border-width: 9px 4px;
}

.label-sm.arrowed-in-right {
    margin-right: 4px;
}

.label-sm.arrowed-in-right:after {
    right: -4px;
    border-width: 9px 4px;
}

.label > span,
.label > [class*="z-icon-"] {
    line-height: 1;
    vertical-align: bottom;
}

.infobox-container {
    text-align: center;
    font-size: 0;
}

.infobox {
    display: inline-block;
    width: 210px;
    height: 66px;
    	 box-shadow:	none;
    ;
    	 border-radius:	0;
    ;
    color: #555;
    background-color: #FFF;
    margin: -1px 0 0 -1px;
    padding: 8px 3px 6px 9px;
    border: 1px dotted;
    border-color: #D8D8D8 !important;
    vertical-align: middle;
    text-align: left;
    position: relative;
}

.infobox > .infobox-icon {
    display: inline-block;
    vertical-align: top;
    width: 44px;
}

.infobox > .infobox-icon > [class*="z-icon-"] {
    display: inline-block;
    height: 42px;
    margin: 0;
    padding: 1px 1px 0 2px;
    background-color: transparent;
    border: none;
    text-align: center;
    position: relative;
    	 border-radius:	100%;
    ;
    	 box-shadow:	1px 1px 0 rgba(0,0,0,0.2);
    ;
}

.infobox > .infobox-icon > [class*="z-icon-"]:before {
    color: #FFF;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    padding-top: 2px;
    width: 40px;
    text-align: center;
    	 border-radius:	100%;
    ;
    background-color: rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
}

.infobox .infobox-content {
    color: #555;
}

.infobox .infobox-content:first-child {
    font-weight: bold;
}

.infobox > .infobox-data {
    display: inline-block;
    border: none;
    border-top-width: 0;
    font-size: 13px;
    text-align: left;
    line-height: 21px;
    min-width: 130px;
    padding-left: 8px;
    position: relative;
    top: 0;
}

.infobox > .infobox-data > .infobox-data-number {
    display: block;
    font-size: 22px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.infobox > .infobox-data > .infobox-text {
    display: block;
    font-size: 16px;
    margin: 2px 0 4px;
    position: relative;
    text-shadow: none;
}

.infobox.no-border {
    border: none !important;
}

.infobox-purple {
    color: #6f3cc4;
    border-color: #6f3cc4;
}

.infobox-purple > .infobox-icon > [class*="z-icon-"] {
    background-color: #6f3cc4;
}

.infobox-purple.infobox-dark {
    background-color: #6f3cc4;
    border-color: #6f3cc4;
}

.infobox-pink {
    color: #cb6fd7;
    border-color: #cb6fd7;
}

.infobox-pink > .infobox-icon > [class*="z-icon-"] {
    background-color: #cb6fd7;
}

.infobox-pink.infobox-dark {
    background-color: #cb6fd7;
    border-color: #cb6fd7;
}

.infobox-blue {
    color: #6fb3e0;
    border-color: #6fb3e0;
}

.infobox-blue > .infobox-icon > [class*="z-icon-"] {
    background-color: #6fb3e0;
}

.infobox-blue.infobox-dark {
    background-color: #6fb3e0;
    border-color: #6fb3e0;
}

.infobox-blue2 {
    color: #3983c2;
    border-color: #3983c2;
}

.infobox-blue2 > .infobox-icon > [class*="z-icon-"] {
    background-color: #3983c2;
}

.infobox-blue2.infobox-dark {
    background-color: #3983c2;
    border-color: #3983c2;
}

.infobox-red {
    color: #d53f40;
    border-color: #d53f40;
}

.infobox-red > .infobox-icon > [class*="z-icon-"] {
    background-color: #d53f40;
}

.infobox-red.infobox-dark {
    background-color: #d53f40;
    border-color: #d53f40;
}

.infobox-orange {
    color: #f79263;
    border-color: #f79263;
}

.infobox-orange > .infobox-icon > [class*="z-icon-"] {
    background-color: #f79263;
}

.infobox-orange.infobox-dark {
    background-color: #f79263;
    border-color: #f79263;
}

.infobox-green {
    color: #9abc32;
    border-color: #9abc32;
}

.infobox-green > .infobox-icon > [class*="z-icon-"] {
    background-color: #9abc32;
}

.infobox-green.infobox-dark {
    background-color: #9abc32;
    border-color: #9abc32;
}

.infobox-grey {
    color: #999999;
    border-color: #999999;
}

.infobox-grey > .infobox-icon > [class*="z-icon-"] {
    background-color: #999999;
}

.infobox-grey.infobox-dark {
    background-color: #999999;
    border-color: #999999;
}

.infobox-dark {
    margin: 1px 1px 0 0;
    border-color: transparent !important;
    border: none;
    color: #FFF;
    padding: 4px;
}

.infobox-dark > .infobox-icon > [class*="z-icon-"],
.infobox-dark > .infobox-icon > [class*="z-icon-"]:before {
    background-color: transparent;
    	 box-shadow:	none;
    ;
    text-shadow: none;
    	 border-radius:	0;
    ;
    font-size: 30px;
}

.infobox-dark > .infobox-icon > [class*="z-icon-"]:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.infobox-dark .infobox-content {
    color: #FFF;
}

.infobox > .infobox-progress {
    padding-top: 0;
    display: inline-block;
    vertical-align: top;
    width: 44px;
}

.infobox > .infobox-chart {
    padding-top: 0;
    display: inline-block;
    vertical-align: text-bottom;
    width: 44px;
    text-align: center;
}

.infobox > .infobox-chart > .sparkline {
    font-size: 24px;
}

.infobox > .infobox-chart canvas {
    vertical-align: middle !important;
}

.infobox > .stat {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 11px;
    text-shadow: none;
    font-size: 13px;
    color: #ABBAC3;
    font-weight: bold;
    padding-right: 18px;
    padding-top: 3px;
}

.infobox > .stat:before {
    display: inline-block;
    width: 8px;
    height: 11px;
    content: "";
    background-color: #ABBAC3;
    position: absolute;
    right: 4px;
    top: 7px;
}

.infobox > .stat:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 1px;
    top: -8px;
    border: 12px solid transparent;
    border-width: 8px 7px;
    border-bottom-color: #ABBAC3;
}

.infobox > .stat.stat-success {
    color: #77C646;
}

.infobox > .stat.stat-success:before {
    background-color: #77C646;
}

.infobox > .stat.stat-success:after {
    border-bottom-color: #77C646;
}

.infobox > .stat.stat-important {
    color: #E4564F;
}

.infobox > .stat.stat-important:before {
    background-color: #E4564F;
    top: 3px;
}

.infobox > .stat.stat-important:after {
    border-top-color: #E4564F;
    border-bottom-color: transparent;
    bottom: -6px;
    top: auto;
}

.infobox.infobox-dark > .stat {
    color: #FFF;
}

.infobox.infobox-dark > .stat:before {
    background-color: #E1E5E8;
}

.infobox.infobox-dark > .stat:after {
    border-bottom-color: #E1E5E8;
}

.infobox.infobox-dark > .stat.stat-success {
    color: #FFF;
}

.infobox.infobox-dark > .stat.stat-success:before {
    background-color: #D0E29E;
}

.infobox.infobox-dark > .stat.stat-success:after {
    border-bottom-color: #D0E29E;
}

.infobox.infobox-dark > .stat.stat-important {
    color: #FFF;
}

.infobox.infobox-dark > .stat.stat-important:before {
    background-color: #FF8482;
    top: 3px;
}

.infobox.infobox-dark > .stat.stat-important:after {
    border-top-color: #FF8482;
    border-bottom-color: transparent;
    bottom: -6px;
    top: auto;
}

.infobox > .badge {
    position: absolute;
    right: 20px;
    top: 11px;
    	 border-radius:	0;
    ;
    text-shadow: none;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    height: 16px;
    padding: 0 1px;
}

.infobox.infobox-dark > .badge {
    color: #FFF;
    background-color: rgba(255, 255, 255, 0.2) !important;
    border: 1px solid #F1F1F1;
    top: 2px;
    right: 2px;
}

.infobox.infobox-dark > .badge.badge-success > [class*="z-icon-"] {
    color: #C6E9A1;
}

.infobox.infobox-dark > .badge.badge-important > [class*="z-icon-"] {
    color: #ECB792;
}

.infobox.infobox-dark > .badge.badge-warning > [class*="z-icon-"] {
    color: #ECB792;
}

.infobox-small {
    width: 135px;
    height: 52px;
    text-align: left;
    padding-bottom: 5px;
}

.infobox-small > .infobox-icon,
.infobox-small > .infobox-chart,
.infobox-small > .infobox-progress {
    display: inline-block;
    width: 40px;
    height: 42px;
    max-width: 40px;
    line-height: 38px;
    vertical-align: middle;
}

.infobox-small > .infobox-data {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    max-width: 72px;
    min-width: 0;
}

.infobox-small > .infobox-chart > .sparkline {
    font-size: 14px;
    margin-left: 2px;
}

.percentage {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.infobox-small .percentage {
    font-size: 13px;
    font-weight: normal;
    margin-top: 2px;
    margin-left: 2px;
}

.alert.z-window {
    	 border-radius:	0;
    ;
}

.alert.z-window .z-caption {
    min-height: 0;
}

.alert.z-window .z-caption-content,
.alert.z-window .z-caption .z-label {
    float: none;
}

.alert.z-window .z-label {
    font-size: 14px;
}

.alert.z-window .z-window-content {
    display: none;
}

.alert.z-window .z-window-icon.z-window-close {
    position: absolute;
    top: 20px;
    right: 15px;
    border: 0;
    opacity: 0.2;
    filter: alpha(opacity=20);
    color: #000;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.alert.z-window .z-window-icon.z-window-close:hover,
.alert.z-window .z-window-icon.z-window-close:focus,
.alert.z-window .z-window-icon.z-window-close:active {
    background-color: transparent;
}

.alert.z-window .z-window-icon.z-window-close:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.alert-success.z-window .z-window-header {
    color: #468847;
    padding: 0;
}

.infobox-container .z-hlayout,
.rtab .z-hlayout {
    white-space: normal;
}

.ie8 .z-panel-icon {
    background-color: #FFF;
}

.z-panel-head {
    	 border-radius:	0;
    ;
    padding: 0;
    border-top-color: #CCC;
    border-left-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #DCE8F1;
}

.z-panel-header {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0;
    background: #F7F7F7;
}

.z-panel .z-caption {
    color: #669FC7;
}

.z-panel.transparent .z-panel-head {
    border: 0;
    	 box-shadow:	none;
    ;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.z-panel.transparent .z-panel-head .z-panel-header {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border-bottom: 1px solid #DCE8F1;
    color: #4383B4;
}

.z-panel.transparent .z-panel-head .z-caption {
    background: transparent;
    color: #669FC7;
}

.z-panel-icon {
    width: 35px;
    height: 37px;
    border: 0;
    	 border-radius:	0;
    ;
    padding: 0 10px;
    position: relative;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: transparent;
    border-color: #CCC;
}

.z-panel-icon,
.z-panel-icon:hover,
.z-panel-icon:focus,
.z-panel-icon:active {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: transparent;
}

.z-panel-icon > i {
    font-size: 14px;
    color: #aaaaaa;
}

.z-panel-icon .z-icon-caret-up:before {
    content: "\f077";
}

.z-panel-icon .z-icon-caret-down:before {
    content: "\f078";
}

.z-panel-icon:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0;
}

.traffic .z-panelchildren {
    padding: 9px;
}

.rcaption.z-a {
    font-size: 17px;
    cursor: default;
}

.rcaption.z-a > [class*="z-icon-"] {
    margin-right: 8px;
}

.rtab.z-tabbox {
    position: absolute;
    top: 0;
}

.rtab.z-tabbox .z-tabs-content {
    border-bottom-color: #DCE8F1;
    padding: 0 10px 0 3px;
}

.rtab.z-tabbox .z-tab {
    float: right;
    border: 0;
    	 border-radius:	0;
    ;
    padding-top: 0;
    font-family: 'Arial', sans-serif;
}

.rtab.z-tabbox .z-tab,
.rtab.z-tabbox .z-tab:hover,
.rtab.z-tabbox .z-tab:focus,
.rtab.z-tabbox .z-tab:active {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: transparent;
}

.rtab.z-tabbox .z-tab-selected {
    border-width: 2px 1px 0 1px;
    border-color: #DCE8F1;
    border-top-color: #4C8FBD;
    border-style: solid;
}

.rtab.z-tabbox .z-tab-selected .z-tab-text {
    font-weight: normal;
}

.rtab.z-tabbox .z-tabpanel {
    border: 0;
    padding: 8px 6px;
}

.rtab.z-tabbox .rcaption {
    display: block;
    width: auto;
    height: 18px;
    margin: 10px 0;
    font-size: 17px;
    line-height: normal;
}

.rtab.z-tabbox .z-tab:first-child.z-tab-selected + .z-tab {
    	 box-shadow:	none;
    ;
}

.ie8 .z-row:hover > .z-row-inner {
    background: transparent;
}

.ie8 .z-listitem:hover > .z-listcell {
    background-color: transparent;
}

.ie8 .z-listitem.z-listitem-selected .z-listcell {
    background-color: transparent;
}

.ie8 .z-listitem.z-listitem-selected:hover > .z-listcell {
    background-color: transparent;
}

.z-grid,
.z-listbox {
    border: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.z-listbox-header{
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.z-listbox-odd.z-listitem,
.z-listbox-odd.z-listitem:hover {
    background-color: transparent;
    background-image: none;
}

.z-listcell-content {
    font-size: 13px;
    padding: 7px 16px !important;
}

.z-listitem,
.z-listitem:hover {
    background-color: transparent;
    background-image: none;
}

.z-listitem > .z-listcell,
.z-listitem:hover > .z-listcell {
    background-color: transparent;
    background-image: none;
}

.z-listitem.z-listitem-selected > .z-listcell,
.z-listitem.z-listitem-selected:hover > .z-listcell {
    background-color: transparent;
    background-image: none;
}

.z-grid .z-row > .z-row-inner,
.z-grid .z-row > .z-cell {
    background-image: none;
}

.z-grid .z-row:hover > .z-row-inner,
.z-grid .z-row:hover > .z-cell {
    background-image: none;
    background-color: transparent;
}

.z-grid .z-column-content {
    padding: 8px;
    line-height: 1.5;
}

.z-grid .z-row.z-grid-odd > .z-row-inner,
.z-grid .z-row.z-grid-odd > .z-row-inner:hover {
    background-color: transparent;
}

.z-grid .z-grid-header,
.z-grid .z-column {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.z-grid .z-column-content {
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    color: #707070;
}

.z-grid .z-column-content [class*="z-icon-"] {
    margin-right: 2px;
}

.domain.z-grid .z-row > .z-row-inner {
    background-color: #F9F9F9;
    border-color: #DDD;
}

.domain.z-grid .z-row.z-grid-odd > .z-row-inner,
.domain.z-grid .z-row.z-grid-odd > .z-row-inner:hover {
    background-color: transparent;
}

.domain.z-grid .z-row + .z-row > .z-row-inner {
    border-top: 1px solid #DDD;
}

.domain.z-grid .red {
    text-decoration: line-through;
}

.domain.z-grid .green {
    font-weight: bold;
}

.task.z-listbox {
    border-bottom: 1px solid #DDD;
}

.task.z-listbox .z-listitem:hover .z-listitem-checkable {
    border-color: #FF893C;
}

.task.z-listbox .z-listitem-checkbox {
    width: 28px;
    height: 28px;
}

.task.z-listbox .z-listitem {
    border: 1px solid #DDD;
    border-left-width: 3px;
}

.task.z-listbox .z-listitem-selected {
    /*color: #8090A0;
    background-color: #F4F9FC;*/
}

.task.z-listbox .z-listitem-selected > .z-listcell,
.task.z-listbox .z-listitem-selected:hover > .z-listcell {
    background-image: none;
}

.task.z-listbox .z-listitem-selected .z-listcell.text .z-listcell-content {
    /*text-decoration: line-through;
    color: #8090A0;*/
}

.task.z-listbox .z-listitem .z-listcell + .z-listcell {
    border-left: 0;
}

.task.z-listbox .z-listitem .z-listcell-content {
    padding: 9px;
    height: 45px;
}

.task.z-listbox .z-listitem-icon {
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 0;
}

.task.z-listbox .z-listitem .z-listitem-icon.z-icon-check:before {
    content: "\f00c";
}

.task.z-listbox .z-listitem,
.task.z-listbox .z-listitem:hover {
    border-left-width: 3px;
}

.task.z-listbox .task-orange {
    border-left-color: #e8b110;
}

.task.z-listbox .task-red {
    border-left-color: #d53f40;
}

.task.z-listbox .task-green {
    border-left-color: #9abc32;
}

.task.z-listbox .task-blue {
    border-left-color: #4f99c6;
}

.task.z-listbox .task-pink {
    border-left-color: #cb6fd7;
}

.task.z-listbox .task-grey {
    border-left-color: #a0a0a0;
}

.task.z-listbox .task-default {
    border-left-color: #abbac3;
}

.task.z-listbox .task-0 {
    border-left-color: #e8b110;
    border-right-color: #e8b110;
}

.task.z-listbox .task-1 {
    border-left-color: #d53f40;
    border-right-color: #d53f40;
}

.task.z-listbox .task-2 {
    border-left-color: #9abc32;
    border-right-color: #9abc32;
}

.task.z-listbox .task-3 {
    border-left-color: #4f99c6;
    border-right-color: #4f99c6;
}

.task.z-listbox .task-4 {
    border-left-color: #cb6fd7;
}

.task.z-listbox .task-5 {
    border-left-color: #a0a0a0;
}

.task.z-listbox .task-6 {
    border-left-color: #abbac3;
}

.task.z-listbox .task-7 {
    border-left-color: #4fffc6;
}

.task.z-listbox .task-8 {
    border-left-color: #9abcaa;
}

.task.z-listbox .task-9 {
    border-left-color: #00b110;
}

.z-listheader-content{
    font-size: 10pt !important;
}

.z-listitem-checkable {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 18px;
    color: #0093F9;
    border: 1px solid #D9D9D9;
    background: #FFFFFF;
    vertical-align: text-top;
    margin-right: 8px;
    padding-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    left: 0;
}

.z-listcell-content{
    font-size: 10pt !important;
}

.z-label{
    font-size: 10pt !important;
}

.z-tab-text{
    font-size: 10pt !important;
}

.conversation.z-panel .z-caption {
    padding-left: 12px;
}

.conversation.z-panel .z-caption-content {
    font-size: 17px;
    line-height: 36px;
}

.conversation.z-panel .body > .text {
    padding-left: 0px;
    padding-bottom: 0px;
}

.conversation.z-panel .body > .text:after {
    display: none;
}

.conversation.z-panel .action {
    border-top: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    padding: 10px 12px 12px 12px;
}

.conversation.z-panel .action .z-textbox {
    height: 25px;
    font-family: 'Arial', sans-serif;
    	 border-radius:	0;
    ;
    color: #858585;
    border: 1px solid #D5D5D5;
    padding: 5px 4px;
    line-height: 1.2;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.conversation.z-panel .action .z-textbox:hover {
    border-color: #B5B5B5;
}

.conversation.z-panel .action .z-textbox:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #696969;
    border-color: #F59942;
    outline: none;
}

.conversation.z-panel .action .z-button {
    height: 34px;
}

.user {
    display: inline-block;
    width: 42px;
}

.user > .z-image {
    	 border-radius:	100%;
    ;
    border: 2px solid #C9D6E5;
    max-width: 40px;
}

.userabsen {
    display: inline-block;
    width: 42px;
}

.userabsen > .z-image {
    	 border-radius:	100%;
    ;
    border: 2px solid #00FF00;
    max-width: 40px;
}

.userList > .z-image {
    	 border-radius:	100%;
    ;
    border: 2px solid #C9D6E5;
    max-width: 70px;
}

.body {
    position: relative;
    width: auto;
    margin-right: 12px;
}

.body > .name {
    display: block;
}

.body > .name:hover {
    text-decoration: underline;
}

.body > .text {
    display: block;
    position: relative;
    margin-top: 2px;
    padding-bottom: 19px;
    padding-left: 7px;
    font-size: 13px;
}

.body > .text > [class*="z-icon-quote-"]:first-child {
    color: #DCE3ED;
    margin-right: 4px;
}

.body > .text:after {
    display: block;
    content: '';
    height: 1px;
    font-size: 0px;
    overflow: hidden;
    position: absolute;
    left: 16px;
    right: -12px;
    margin-top: 9px;
    border-top: 1px solid #e4ecf3;
}

.body > .tools {
    right: 9px;
    bottom: 10px;
}

.time {
    display: block;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    right: 9px;
    top: 0;
    cursor: default;
}

.time [class*="z-icon-"] {
    font-size: 14px;
    color: #666666;
    margin-right: 4px;
}

.comments.z-grid .user > .z-image {
    border-color: #5293C4;
}

.comments.z-grid .z-row:hover .tools {
    display: inline-block;
}

.comments.z-grid .z-row-content {
    padding: 0;
    min-height: 66px;
    position: relative;
}

.dialog.z-grid {
    border-spacing: 12px;
}

.dialog.z-grid:before {
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    content: "";
    left: 30px;
    max-width: 3px;
    background-color: #E1E6ED;
    border: 1px solid #D7DBDD;
    border-width: 0 1px;
}

.dialog.z-grid .z-grid-body > table {
    border-collapse: separate;
    border-spacing: 3px 12px;
}

.dialog.z-grid .z-row-inner {
    vertical-align: top;
    overflow: visible;
}

.dialog.z-grid .z-row-content {
    padding: 0;
    overflow: visible;
}

.dialog.z-grid .z-grid-body {
    padding: 9px 9px 0 9px;
}

.dialog.z-grid .z-row {
    min-height: 66px;
    position: relative;
}

.dialog.z-grid .z-row:hover .tools {
    display: inline-block;
}

.dialog.z-grid .body {
    position: relative;
    width: auto;
    padding: 5px 8px 8px;
    border: 1px solid #DDE4ED;
    border-left-width: 2px;
    margin-right: 1px;
}

.dialog.z-grid .body > .name {
    display: block;
}

.dialog.z-grid .body > .name:hover {
    text-decoration: underline;
}

.dialog.z-grid .body .tools {
    bottom: 4px;
    	 border-radius:	36px;
    ;
    margin: 1px 0px;
}

.dialog.z-grid .body:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -7px;
    top: 11px;
    border: 2px solid #DDE4ED;
    border-width: 2px 0 0 2px;
    background-color: #FFF;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tools {
    position: absolute;
    right: 5px;
    display: none;
    bottom: 4px;
}

.tools .btn {
    	 border-radius:	36px;
    ;
    margin: 1px 0;
}

.action a {
    margin: 0 3px;
    display: inline-block;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.action a:hover {
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.member.z-div {
    width: 175px;
    height: 64px;
    padding: 2px;
    margin: 3px 0px;
    border-bottom: 1px solid #E8E8E8;
}

.member.z-div > .user {
    position: absolute;
    left: 0;
}

.member.z-div > .user > img {
    border-color: #DCE3ED;
}

.member.z-div > .body {
    margin-left: 50px;
}

.member.z-div > .body > .time {
    position: static;
}

.member.z-div > .body > .name {
    line-height: 18px;
    height: 18px;
    margin-bottom: 0;
}

.member.z-div > .body > .name > a {
    display: inline-block;
    max-width: 100px;
    max-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.member.z-div > .body .relin {
    display: inline-block;
    position: relative;
}

.z-popup,
.z-menupopup {
    	 box-shadow:	0 2px 4px rgba(0, 0, 0, 0.2);
    ;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #FFF;
}

.z-popup-content,
.z-menupopup-content {
    padding: 5px 0;
}

.z-popup:before,
.z-menupopup:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    right: 9px;
    position: absolute;
    top: -7px;
}

.z-popup:after,
.z-menupopup:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -6px;
}

.z-popup {
    overflow: visible;
}

.menu.z-popup .z-popup-content {
    padding: 0;
}

.menu.z-popup .z-popup-content .header {
    padding: 0 8px;
    display: block;
    background-color: #ECF2F7;
    border-bottom: 1px solid #BCD4E5;
    color: #8090A0;
    font-weight: bold;
    line-height: 34px;
    cursor: default;
}

.menu.z-popup .z-popup-content .z-vlayout-inner {
    padding: 0 8px;
}

.menu.z-popup .z-popup-content .z-vlayout-inner:hover {
    background-color: #FFFFFF;
    #background-color: #F4F9FC;
    color: #555;
}

.menu.z-popup .z-popup-content .z-vlayout-inner .z-a {
    display: block;
    padding: 10px 2px;
    color: #555;
    border-bottom: 1px solid #E4E6E9;
}

.menu.z-popup .z-popup-content .z-vlayout-inner .z-a .z-label {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
}

.menu.z-popup .z-popup-content .z-vlayout-inner .z-a .z-progressmeter {
    margin-top: 4px;
}

.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a {
    border-bottom-width: 0;
    border-top: 1px dotted transparent;
    color: #4F99C6;
    text-align: center;
}

.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a:hover {
    text-decoration: underline;
}

.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a:hover [class*="z-icon-"] {
    text-decoration: none;
}

.menu.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a [class*="z-icon-"] {
    margin-left: 6px;
    color: #555;
}

.menu.z-popup .z-popup-content .msg-photo {
    margin-right: 6px;
    max-width: 42px;
}

.menu.z-popup .z-popup-content .msg-body {
    display: inline-block;
    line-height: 20px;
    white-space: normal;
    vertical-align: middle;
    max-width: 170px;
    font-size: 12px;
}

.menu.z-popup .z-popup-content .msg-title {
    display: inline-block;
    line-height: 14px;
}

.menu.z-popup .z-popup-content .msg-time {
    display: block;
    font-size: 11px;
    color: #777;
}

.menu.z-popup .z-popup-content .msg-time > [class*="z-icon-"] {
    font-size: 14px;
    color: #555555;
    margin-right: 2px;
}

.menu.z-popup .z-popup-content .header{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.menu-pink.z-popup .z-popup-content .header {
    background-color: #F7ECF2;
    border-bottom: 1px solid #E5BCD4;
    color: #B471A0;
}

.menu-pink.z-popup .z-popup-content .header > [class*="z-icon-"] {
    color: #C06090;
}

.menu-pink.z-popup .z-popup-content .z-vlayout-inner:hover {
    #background-color: #FCF4F9;
    background-color: #FFFFFF;
}

.menu-pink.z-popup .z-popup-content .z-vlayout-inner .z-a {
    border-bottom: 1px solid #F3E4EC;
}

.menu-pink.z-popup .z-popup-content .z-vlayout-inner:last-child > .z-a {
    color: #4F99C6;
}

.z-menupopup {
    padding: 0;
    width: 160px;
}

.z-menupopup * {
    text-shadow: none;
    background-image: none;
    border: 0;
}

.z-menupopup .z-menuitem:hover,
.z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menuitem:active,
.z-menupopup .z-menuitem-content:active {
    background-image: none;
    	 box-shadow:	none;
    ;
}

.z-menupopup .z-menupopup-separator {
    display: none;
}

.z-menupopup .z-menuitem-content {
    padding: 4px 11px;
    margin: 1px 4px;
    line-height: 14px;
    color: #333;
}

.z-menupopup .z-menuitem-content:hover,
.z-menupopup .z-menuitem-content:focus {
    background-color: #FEE188;
    color: #444;
    	 border-radius:	0;
    ;
}

.z-menupopup .z-menuitem-content [class*="z-icon-"] {
    margin-right: 6px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}

.z-menupopup .z-menuseparator {
    margin: 9px;
}

.z-menupopup .z-menupopup-content {
    padding: 5px 0;
    margin: 2px 0 0;
}

.date.z-popup .z-listbox .z-listitem:hover .z-listcell-content {
    background-color: #EFEFEF;
}

.date.z-popup .z-listbox .z-listitem-selected .z-listcell-content,
.date.z-popup .z-listbox .z-listitem-selected:hover .z-listcell-content {
    background-color: #EFEFEF;
    color: #478FCA;
}

.date.z-popup .z-listbox .z-listitem-selected .z-listcell-content:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    display: inline-block;
    width: 14px;
    height: 14px;
    content: "\f0da";
    position: absolute;
    line-height: 14px;
    font-size: 14px;
    left: 11px;
    top: 9px;
}

.date.z-popup .z-listbox .z-listcell-content {
    padding: 3px 11px 3px 25px;
    margin: 1px 0;
}

.cog.z-popup {
    margin-left: 4px;
}

.cog.z-popup .z-a {
    display: block;
    padding: 3px 11px;
    margin: 1px 4px;
}

.cog.z-popup .z-a.open,
.cog.z-popup .z-a:hover,
.cog.z-popup .z-a:focus {
    background-color: #FEE188;
}

.cog.z-popup .z-a [class*="z-icon-"] {
    width: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 0;
}

.tooltip {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.tooltip-success.tooltip > .tooltip-content > .tooltip-inner {
    background-color: #629b58;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(60, 100, 20, 0.3);
    	 border-radius:	0;
    ;
}

.tooltip-success.tooltip.right .tooltip-arrow {
    border-right-color: #629b58;
}

.tooltip-success.tooltip.left .tooltip-arrow {
    border-left-color: #629b58;
}

.tooltip-error.tooltip > .tooltip-content > .tooltip-inner {
    background-color: #c94d32;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(100, 60, 20, 0.3);
    	 border-radius:	0;
    ;
}

.tooltip-error.tooltip.right .tooltip-arrow {
    border-right-color: #c94d32;
}

.tooltip-error.tooltip.left .tooltip-arrow {
    border-left-color: #c94d32;
}

.tooltip-warning.tooltip > .tooltip-content > .tooltip-inner {
    background-color: #ed9421;
    color: #FFF;
    text-shadow: 1px 1px 0 rgba(100, 90, 10, 0.3);
    	 border-radius:	0;
    ;
}

.tooltip-warning.tooltip.right .tooltip-arrow {
    border-right-color: #ed9421;
}

.tooltip-warning.tooltip.left .tooltip-arrow {
    border-left-color: #ed9421;
}

.cal.tooltip {
    margin-left: -22px;
}

.cal.tooltip > .tooltip-content > .tooltip-inner {
    font-weight: bold;
}

.z-progressmeter {
    height: 9px;
    border: 0;
    background-image: none;
    background-color: #DADADA;
}

.z-progressmeter-image {
    display: inline-block;
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #2A91D8;
}

.z-progressmeter.striped .z-progressmeter-image {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.z-progressmeter.active .z-progressmeter-image {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progressmeter-danger .z-progressmeter-image {
    background-color: #ca5952;
}

.progress-striped .progressmeter-danger .z-progressmeter-image {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progressmeter-success .z-progressmeter-image {
    background-color: #59a84b;
}

.progress-striped .progressmeter-success .z-progressmeter-image {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progressmeter-warning .z-progressmeter-image {
    background-color: #f2bb46;
}

.progress-striped .progressmeter-warning .z-progressmeter-image {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.easy-pie-chart {
    position: relative;
    text-align: center;
}

.easy-pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.jqstooltip,
.legendColorBox div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.legendLabel {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 20px;
    font-size: 10px;
}

.navbar {
    margin: 0;
    padding: 0px;
    border: 0;
    min-height: 45px;
    height: 50px;
    position: relative;
    background: #ffffff url('../images/Pallet_Header.png') 240px 0px;
    	 border-radius:	0;
    ;
}

.navbar-brand {
    color: #ffffff;
    font-size: 20px;
    text-shadow: none;
    padding-top: 20px !important;
    padding-bottom: 20px;
    height: 90px;
    letter-spacing: 1px;
    background: #f5f5f5;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #ffffff;
}

.page-content {
    background: #fff;
    margin: 0;
    padding: 8px 20px 24px;
}

.page-header {
    margin: 0 0 12px;
    border-bottom: 1px dotted #E2E2E2;
    padding-bottom: 16px;
    padding-top: 7px;
}

.page-header .z-label {
    padding: 0;
    margin: 0 8px;
    font-size: 24px;
    font-weight: lighter;
    color: #2679B5;
}

.page-header .subtitle {
    font-size: 14px;
    cursor: default;
}

.page-header .subtitle,
.page-header .subtitle i {
    margin: 0 6px;
}

.page-header .subtitle,
.page-header .subtitle:hover,
.page-header .subtitle:focus {
    color: #8089A0;
}

.z-center {
    border: 0px solid #CFCFCF !important;
}

.z-groupbox-3d>.z-groupbox-header {
    background: #006298 !important;
    border: 1px solid #006298 !important;
    padding-top: 8px !important;
}

.z-groupbox-3d>.z-groupbox-header .z-caption-content {
    padding: 7px !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 15px;
}

.z-listheader {
    background: #006298 !important;
    padding: 3px 0 !important;
}


.z-listheader-content {
    color: #ffffff !important;
}

.z-listheader {
    border: 0px !important;
}

.z-listcell {
    border: 0px !important;
}

.z-listitem:nth-child(odd) {
    background-color: #e5eefa;
}

.z-listitem:nth-child(even) {
    background-color: #fff;
}

.z-listitem-selected {
    background: #A3B2FF !important;
}

.z-east-header, .z-window-header {
    background: #006298 !important;
    padding: 5px 5px !important;
    color: #ffffff !important;
    height: 35px !important;
    border: 1px solid #006298 !important;
}

.parentTree{
    background: #aaa !important;
}

.z-vlayout-inner {
    padding-bottom: 0px !important;
}
.z-window-content {
    padding: 0px;
}

.z-messagebox-btn {
    background: #f78d1d;
    color: #fef4e9;
    font-size: 14px !important;
    padding: .2em 1em .275em;
    height: 30px;
    width: 65px;
}

.z-messagebox-btn {
    color: #fef4e9;
    background: #f78d1d;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    height: 30px;
    width: 65px;
}

.z-messagebox-btn {
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffac53), to(#fe7d1e));
    background: -moz-linear-gradient(top,  #ffac53,  #fe7d1e);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac53', endColorstr='#fe7d1e');
    padding: 3px 5px 3px 5px;
    height: 30px;
    width: 65px;
}

.z-messagebox-btn:hover {
    color: #fef4e9;
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe7d1e), to(#ffac53));
    background: -moz-linear-gradient(top,  #fe7d1e,  #ffac53);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7d1e', endColorstr='#ffac53');
    padding: 4px 5px 2px 5px;
    height: 30px;
    width: 65px;
}

.z-messagebox-btn.z-button .z-button-cm {
    color: #fef4e9;
    background: #f47c20;
    background-image: none;
    color: red;
    font-weight : bolder;
}

.z-messagebox-btn.z-button .z-button-tm, .z-button .z-button-bm {
    color: #fef4e9;
    background: #f47c20;
    background-image: none;
}

.z-messagebox-btn.z-button .z-button-cl, .z-button .z-button-cr {
    color: #fef4e9;
    background: #f47c20;
    background-image: none;
}


/* ----------------------------------------------------------------------------------------------- */
/*  Button			  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.myMessagebox .z-button {
    -moz-box-shadow: 0px 10px 14px -7px #cf866c;
    -webkit-box-shadow: 0px 10px 14px -7px #cf866c;
    box-shadow: 0px 10px 14px -7px #cf866c;
    background: #fef4e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top, #faa51a, #f47a20);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    display: inline-block;
    cursor: pointer;
    color: #fef4e9;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 5px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
    border: medium none;
}

.myMessagebox .z-window-close,.z-window-icon:hover {
}

.myMessagebox .z-window-icon {
    border: medium none;
    height: 26px;
    padding-top: 10px;
    width: 29px;
}

.myMessagebox .z-window-icon .z-icon-times:before {
    content: none;
}

.z-toolbar a, .z-toolbar a:visited, .z-toolbar a:hover {
    background-color:transparent;
    border:0 none;
}
.vista {
    background:white url("assets/img/bar-white.png") repeat-x 0 0;
    color:white;
    padding-top:1px;
}

.p-vista .z-panel-children {
    background-color: white;
    border-bottom: 0 none;
}

.z-calevent-body {
    background: #7EAAC6;
    background-color: rgb(126, 170, 198);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    zoom: 1;
}

.z-calevent {
    color: white;
    cursor: pointer;
}

.z-calevent-inner {
    margin: 0 1px;
    margin-top: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
    margin-left: 1px;
    border-left: 1px solid white;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: white;
    border-right: 1px solid white;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: white;
}

.z-calevent-inner .z-calevent-cnt {
    background: #ACD5EE;
    background-color: rgb(172, 213, 238);
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    font-size: 11px;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    padding-left: 1px;
    padding-right: 1px;
    line-height: 14px;
    color: white;
}

.z-calendars-daylong-evt .z-calevent-text, .z-calevent-daylong-month .z-calevent-text, .z-calpp .z-calevent-text, .z-calpp-month .z-calevent-text, .z-calendars-evt-faker-dd .z-calevent-text {
    height: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.tbmandatory.z-textbox {
    border: 1px solid red !important;
}

.combomandatory.z-combobox .z-combobox-input {
    border: 1px solid red !important;
}

.combomandatory.z-combobox .z-combobox-button {
    border: 1px solid red !important;
}

.combomandatory2.z-combobox .z-combobox-input {
    border: 1px solid red !important;
}

.combomandatory2.z-combobox .z-combobox-button {
    border: 1px solid red !important;
}

.spinnermandatory.z-spinner .z-spinner-input {
    border: 1px solid red !important;
}

.spinnermandatory.z-spinner .z-spinner-button {
    border: 1px solid red !important;
}

.doublespinnermandatory.z-doublespinner .z-doublespinner-input {
    border: 1px solid red !important;
}

.doublespinnermandatory.z-doublespinner .z-doublespinner-button {
    border: 1px solid red !important;
}

.dateboxmandatory.z-datebox .z-datebox-input {
    border: 1px solid red !important;
}

.dateboxmandatory.z-datebox .z-datebox-button {
    border: 1px solid red !important;
}

.tbnotmandatory.z-textbox {
    border: 1px solid #CECECE !important;
}

.combonotmandatory.z-combobox .z-combobox-input {
    border: 1px solid #CECECE !important;
}

.spinnernotmandatory.z-spinner .z-spinner-input {
    border: 1px solid #CECECE !important;
}

.doublespinnernotmandatory.z-doublespinner .z-doublespinner-input {
    border: 1px solid #CECECE !important;
}

.dateboxnotmandatory.z-datebox .z-datebox-input {
    border: 1px solid #CECECE !important;
}

.timeboxmandatory.z-timebox .z-timebox-input {
    border: 1px solid red !important;
}

.bandmandatory.z-bandbox .z-bandbox-input {
    border: 1px solid red !important;
}

.bandnotmandatory.z-bandbox .z-bandbox-input {
    border: none !important;
}

.bandmandatory.z-bandbox .z-bandbox-button {
    border: 1px solid red !important;
}

.doubleboxmandatory.z-doublebox {
    border: 1px solid red !important;
}

.decimalboxmandatory.z-decimalbox {
    border: 1px solid red !important;
}


/* Perubahan ZK9 */
.z-window {
    overflow: hidden;
    zoom: 1;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 0px;
    background-color: #F9FCFF;
}

.z-north-body, .z-south-body, .z-west-body, .z-center-body, .z-east-body {
    line-height: 16px;
    padding: 0px;
    color: rgba(0,0,0,0.9);
}

.z-listheader-content, .z-listcell-content, .z-listgroup-content, .z-listgroupfoot-content, .z-listfooter-content {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.9);
    line-height: 1.3em;
    overflow: hidden;
    padding: 7px 16px;
}

.z-column-content, .z-row-content, .z-group-content, .z-groupfoot-content, .z-footer-content {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: rgba(0,0,0,0.9);
    line-height: 24px;
    overflow: hidden;
    padding: 5px 2px;
}

.z-grid-body table {
    border-spacing: 0;
}

.z-combobox-input {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.9);
    width: 100%;
    height: 25px;
    border: 1px solid #717171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0 6px;
    line-height: 16px;
    background: #FFFFFF;
}

.z-comboitem, .z-comboitem a, .z-comboitem a:visited {
    font-size: 12px;
    font-weight: normal;
    color: rgba(0,0,0,0.9);
    text-decoration: none;
}

.z-combobox-button {
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 25px;
    height: 25px;
    border: 1px solid #717171;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 6px 8px 0;
    line-height: 16px;
    background: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

.z-doublespinner {
    display: inline-block;
    height: 25px;
    font-size: 16px;
    line-height: normal;
    white-space: nowrap;
    position: relative;
}

.z-doublespinner-input {
    font-family: "Helvetica Neue", Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.9);
    width: 100%;
    height: 25px;
    border: 1px solid #717171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0 8px;
    line-height: 16px;
    background: #FFFFFF;
}

.z-timebox-button>a, .z-spinner-button>a, .z-doublespinner-button>a {
    display: block;
    color: rgba(0,0,0,0.9);
    border: none;
    height: 10px !important;
    padding: 0px !important;
    overflow: hidden;
    text-decoration: none;
}

.z-doublespinner-button{
    height: 25px;
    border: 1px solid #505050;
    font-size: 12px;
    padding: 0px 0px 0px 10px;
}

.z-datebox-input {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.9);
    width: 100%;
    height: 25px;
    border: 1px solid #717171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: 0;
    padding: 0 8px;
    line-height: 16px;
    background: #FFFFFF;
}

.z-datebox-button{
    height: 25px;
    border: 1px solid #505050;
}
.z-datebox-icon z-icon-calendar [class^="z-icon-"], [class*=" z-icon-"]{
    margin-top: -10px;
}

.z-a, .z-button, .z-label, .z-menu-text, .z-menuitem-text, .z-nav-text, .z-navitem-text {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
}

.z-tab {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    display: block;
    border-bottom: 2px solid transparent;
    margin: 0;
    line-height: 30px;
    background: #FFFFFF;
    text-align: center;
    position: relative;
    cursor: pointer;
    float: left;
    padding: 10px 16px;
}

.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.9);
    width: 100%;
    height: 25px;
    border: 1px solid #717171;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 8px;
    line-height: 16px;
    background: #FFFFFF;
    max-width: auto;
}

.z-combobox-input:hover, .z-combobox-button:hover {
    border-color: #424242;
}

.z-datebox-input:hover, .z-datebox-button:hover {
    border-color: #424242;
}

.z-textbox:hover, .z-decimalbox:hover, .z-intbox:hover, .z-longbox:hover, .z-doublebox:hover {
    border-color: #424242;
}

.z-textbox:focus, .z-decimalbox:focus, .z-intbox:focus, .z-longbox:focus, .z-doublebox:focus {
    border-color: #424242;
}

.z-grid .z-row > .z-row-inner, .z-grid .z-row > .z-cell {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.z-grid-body table {
    border-spacing: 0;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.z-groupbox-content {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.9);
    background: #ffffff;
    display: block;
    height: inherit;
    border: 1px solid #D9D9D9;
    border-top: 0;
    padding: 8px 16px 16px;
    overflow: hidden;
    zoom: 1;
}


input[type="checkbox"]:checked {
    background-color: #0097ff;
    color: #FFFFFF;
    outline : #FFFFFF;
}

.z-listhead-bar {
    background: #d2e5f9;
    border-left: 1px solid #d2e5f9;
    border-bottom: 1px solid #d2e5f9;
}


.z-loading-indicator {
    display : none !important;
}

input[type="checkbox"] {
    margin: 0px 0px 0px -1px;
    height: 15px;
    width: 15px;
    border: 1px solid #000;
    font-size : 12px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #fff;
    outline-offset: -0px;
}

input[type="radio"] {
    width: 16px;
    height: 16px;
}

input[type="radio"]:before {
    width: 9px;
    height: 9px;
}

*{
    scrollbal-width: thin;
    scrollbal-color: #c1c1c1;
}

*::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
    width: 12px;
    background-color: #c1c1c1;
    border-radius: 20px;
    border: 3px ;
}

.invisible-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.z-groupbox-3d>.z-groupbox-content {
    padding: 5px;
}

.z-combobox-popup, .z-bandbox-popup, .z-datebox-popup, .z-timebox-popup {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: rgba(0,0,0,0.9);
    display: block;
    border: 1px solid #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px;
    background: #FFFFFF;
    position: absolute;
}

.z-combobox-open .z-combobox-input{
    border-color: #606569;
}

.z-combobox-open .z-combobox-button, .z-bandbox-open .z-bandbox-button, .z-datebox-open .z-datebox-button {
    border-color: #606569;
}

.z-combobox-button:focus {
    border-color: #606569;
}

.z-combobox-input:focus {
    border-color: #606569;
}

.z-combobox-input:focus+.z-combobox-button {
    border-left: 1px solid #606569;
    border-color: #606569
}

.z-datebox-input:focus {
    border-color: #606569;
}

.z-datebox-input:focus+.z-datebox-button {
    border-left: 1px solid #606569;
    border-color: #606569
}


.z-spinner-input {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgba(0,0,0,0.9);
    width: 100%;
    height: 34px;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 3px 0 0 3px;
    margin: 0;
    padding: 4px 2px;
    line-height: 14px;
    background: #FFFFFF;
}

.z-timebox-button>a, .z-spinner-button>a, .z-doublespinner-button>a {
    display: block;
    color: rgba(0,0,0,0.9);
    height: 16px;
    padding: 1px;
    width: 24px;
    overflow: hidden;
    text-decoration: none;
}

.z-timebox-button, .z-spinner-button, .z-doublespinner-button {
    width: 24px;
    padding: 0;
}

.z-spinner-button {
    font-size: 13px;
    color: rgba(0,0,0,0.9);
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 28px;
    height: 34px;
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    line-height: 16px;
    background: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}

.z-menupopup .z-menuitem-content {
    padding: 5px 10px;
    margin: 1px 4px;
    line-height: 0px;
    color: #333;
}


.z-textbox[readonly], .z-decimalbox[readonly], .z-intbox[readonly], .z-longbox[readonly], .z-doublebox[readonly] {
    border-color: #e6e6e6;
    background: #fafafa;
}

.z-groupbox-3d>.z-groupbox-header .z-caption, .z-groupbox-3d>.z-groupbox-header .z-groupbox-title{
    padding : 0px 0px;
}

.z-button[disabled]{
    background : linear-gradient(to bottom, #fefefe 0%, #eeeeee 100%);
    opacity : .6;
    box-shadow : none;
    cursor : default;

}

.btn-success, .btn-success:focus {
    background-color: #fff !important;
    border-color: #5fc3ba;
    border-radius: 5px;
    color: #5fc3ba !important;
}

.btn-success:hover, .btn-success.open {
    background-color: #5fc3ba !important;
    border-color: #5fc3ba;
    border-radius: 5px;
    color: #fff !important;
}

.btn-success2, .btn-success2:focus {
    background-color: #fff !important;
    border-color: #5fc3ba;
    border-radius: 5px;
    color: #5fc3ba !important;
}

.btn-success2:hover, .btn-success2.open {
    background-color: #5fc3ba !important;
    border-color: #5fc3ba;
    border-radius: 5px;
    color: #fff !important;
}

.btn-success3, .btn-success3:focus {
    background-color: #5fc3ba !important;
    border-color: #5fc3ba;
    border-radius: 5px;
    color: #fff !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-success3:hover, .btn-success3.open {
    background-color: #fff !important;
    border-color: #fff;
    border-radius: 5px;
    color: #5fc3ba !important;
}

.btn-back, .btn-back:focus {
    background-color: #fff !important;
    border-color: #ffb752;
    border-radius: 5px;
    color: #ffb752 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-back:hover, .btn-back.open {
    background-color: #ffb752 !important;
    border-color: #ffb752;
    border-radius: 5px;
    color: #fff !important;
}

.btn-warning, .btn-warning:focus {
    background-color: #fff !important;
    border-color: #ffb752;
    border-radius: 5px;
    color: #ffb752 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-warning:hover, .btn-warning.open {
    background-color: #ffb752 !important;
    border-color: #ffb752;
    border-radius: 5px;
    color: #fff !important;
}

.btn-warning2, .btn-warning2:focus {
    background-color: #fff !important;
    border-color: #ffb752;
    border-radius: 5px;
    color: #ffb752 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-warning2:hover, .btn-warning2.open {
    background-color: #ffb752 !important;
    border-color: #ffb752;
    border-radius: 5px;
    color: #fff !important;
}

.btn-primary2, .btn-primary2:focus {
    background-color: #fff !important;
    border-color: #006298;
    border-radius: 5px;
    color: #006298 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-primary2:hover, .btn-primary2.open {
    background-color: #006298 !important;
    border-color: #006298;
    border-radius: 5px;
    color: #fff !important;
}

.btn-primary3, .btn-primary3:focus {
    background-color: #fff !important;
    border-color: #006298;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 2px rgba(193,162,162,0.25);
    margin: 5px;
    color: #006298 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-primary3:hover, .btn-primary3.open {
    background-color: #006298 !important;
    border-color: #006298;
    margin: 5px;
    box-shadow: 0px 0px 3px 2px rgba(193,162,162,0.25);
    border-radius: 5px;
    color: #fff !important;
}


.btn-primary, .btn-primary:focus {
    background-color: #fff !important;
    border-color: #006298;
    border-radius: 5px;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
    color: #006298 !important;
    text-align: center;
}

.btn-primary:hover, .btn-primary.open {
    background-color: #006298 !important;
    border-color: #006298;
    border-radius: 5px;
    color: #fff !important;
}


.btn-info, .btn-info:focus {
    background-color: #fff !important;
    border-color: #6fb3e0;
    border-radius: 5px;
    color: #6fb3e0 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-info:hover, .btn-info.open {
    background-color: #6fb3e0 !important;
    border-color: #6fb3e0;
    border-radius: 5px;
    color: #fff !important;
}

.btn-danger2, .btn-danger2:focus {
    background-color: #fff !important;
    border-color: #d15b47;
    border-radius: 5px;
    color: #d15b47 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-danger2:hover, .btn-danger2.open {
    background-color: #d15b47 !important;
    border-color: #d15b47;
    border-radius: 5px;
    color: #fff !important;
}

.btn-danger, .btn-danger:focus {
    background-color: #fff !important;
    border-color: #d15b47;
    border-radius: 5px;
    color: #d15b47 !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

.btn-danger:hover, .btn-danger.open {
    background-color: #d15b47 !important;
    border-color: #d15b47;
    border-radius: 5px;
    color: #fff !important;
}

.z-checkbox-toggle-off > .z-checkbox-mold {
    background-color: white;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.39);
    border: 1px solid #000;
}

.z-checkbox-toggle-on > .z-checkbox-mold {
    background-color: green;
    width: 15px;
    height: 15px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.39);
    outline : #000;
}

.z-checkbox-toggle-off>.z-checkbox-mold:focus {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    -ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    transition: unset;
}

.z-checkbox-toggle-on>.z-checkbox-mold:focus {
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    -o-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    -ms-box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.39), 0 1px 0px 2px #FFFFFF;
    transition: unset;
}

.z-colorpicker-button{
    position: absolute !important;
    top: 90px;
    background: #0093F9;
}

.z-colorpicker-button:hover{
    background: #0093F9;
}

textarea.z-textbox {
    max-width: 100%;
}

#zk_proc[role="alert"]{
    display: none !important;
}

.bg-black {
    background: #000000;
}

.bg-white {
    background: #FFFFFF;
}

.bg-grey {
    background: #00000050;
}

.bg-blue {
    background: #1F4690;
}

.black {
    color: #000000;
}

.white {
    color: #FFFFFF;
}

.grey {
    color: #00000050;
}

.blue {
    color: #1F4690;
}

.gold {
    color: #FFD700;
}

.primary {
    color: #1F4690;
}

.box-menu {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: -2px -2px 4px rgba(31, 70, 144, 0.15), 2px 2px 4px rgba(31, 70, 144, 0.15);
    padding: 10px;
    transition: .35s;
}

.box-menu:hover {
    background: #E8F2FC;
}

.box-menu-selected {
    background: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #1F4690;
    transition: 0.3s;
    padding: 10px;
}

.box-bandbox {
    border-radius: 5px;
    padding: 5px;
    cursor: pointer;
    transition: .35s;
}

.box-bandbox:hover {
    background: #E6E6E6;
}

.box {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: -2px -2px 4px rgba(31, 70, 144, 0.15), 2px 2px 4px rgba(31, 70, 144, 0.15);
    padding: 10px;
}

.box-hover {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: -2px -2px 4px rgba(31, 70, 144, 0.15), 2px 2px 4px rgba(31, 70, 144, 0.15);
    padding: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.box-hover:hover {
    background: #F5F5F5;
}

.box-icon-hover {
    background: #FFFFFF;
    border-radius: 5px;
    box-shadow: -2px -2px 4px rgba(31, 70, 144, 0.15), 2px 2px 4px rgba(31, 70, 144, 0.15);
    padding: 7px 10px;
    cursor: pointer;
}

.box-icon-hover:hover {
    background: #F5F5F5;
}

.pointer {
    cursor: pointer;
}

.gap-1 {
    gap: 1px;
}

.gap-2 {
    gap: 2px;
}

.gap-3 {
    gap: 3px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.gap-20 {
    gap: 20px;
}

.gap-25 {
    gap: 25px;
}

.gap-30 {
    gap: 30px;
}

.p-0 {
    padding: 0px;
}

.p-3 {
    padding: 3px;
}

.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.horizontal {
    position: relative;
    display: flex;
}

.h-top-left {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
}

.h-top-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

.h-top-right {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: start;
}

.h-left {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: start;
}

.h-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.h-bottom-left {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: end;
}

.h-bottom-center {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.h-bottom-right {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
}

.vertical {
    position: relative;
    display: flex;
    flex-direction: column;
}

.v-left-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.v-left-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.v-left-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
}

.v-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.v-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.v-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}

.v-right-top {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}

.v-right-center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}

.v-right-bottom {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
}

.size-7 {
    font-size: 7pt !important;
}

.size-8 {
    font-size: 8pt !important;
}

.size-9 {
    font-size: 9pt !important;
}

.size-10 {
    font-size: 10pt !important;
}

.size-11 {
    font-size: 11pt !important;
}

.size-12 {
    font-size: 12pt !important;
}

.size-13 {
    font-size: 13pt !important;
}

.size-14 {
    font-size: 14pt !important;
}

.size-15 {
    font-size: 15pt !important;
}

.size-16 {
    font-size: 16pt !important;
}

.size-17 {
    font-size: 17pt !important;
}

.size-18 {
    font-size: 18pt !important;
}

.size-19 {
    font-size: 19pt !important;
}

.size-20 {
    font-size: 20pt !important;
}

.size-21 {
    font-size: 21pt !important;
}

.size-22 {
    font-size: 22pt !important;
}

.size-23 {
    font-size: 23pt !important;
}

.size-24 {
    font-size: 24pt !important;
}

.size-25 {
    font-size: 25pt !important;
}

.bold {
    font-weight: 600;
}

.ai-s {
    align-items: start;
}

.ai-c {
    align-items: center;
}

.ai-e {
    align-items: end;
}

.jc-s {
    justify-content: start;
}

.jc-c {
    justify-content: center;
}

.jc-e {
    justify-content: end;
}

.jc-sb {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-se {
    justify-content: space-evenly;
}

.btn-bottom {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-top: 1px solid #CCCCCC;
    overflow: auto;
}

.box-knowledge {
    background: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: -2px -2px 4px rgba(31, 70, 144, 0.15), 2px 2px 4px rgba(31, 70, 144, 0.15);
    padding: 10px;
    gap: 15px;
    cursor: pointer;
    transition: .3s;
}

.box-knowledge:hover {
    background: #EBEBEB;
}

.lbl-bg {
    background: #01629925;
    color: #016299;
    font-weight: 600;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 100px;
    text-align: center;
    white-space: nowrap;
}

.menu-notif-default {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding-bottom: 5px;
    color: #849096;
    border-bottom: 1px solid #F4F6F9;
}

.menu-notif-default:hover {
    padding-bottom: 5px;
    color: #222222;
    border-bottom: 1px solid #849096;
}


.menu-notif-focus {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding-bottom: 5px;
    color: #016299;
    font-weight: 600;
    border-bottom: 1px solid #016299;
}


.count-notif-menu {
    background: #016299;
    color: #FFFFFF;
    padding: 3px 5px;
    border: 3px solid #FFFFFF;
    border-radius: 100px;
    font-size: 7pt !important;
    font-weight: bold;
}

.count-notif-menu-all {
    background: #FFFFFF;
    color: #1F4690;
    padding: 3px 5px;
    border: 2px solid #1F4690;
    border-radius: 100px;
    font-size: 7pt !important;
    font-weight: bold;
    position: absolute;
    bottom: 11px;
    left: 11px;
}

.filter-column.z-column-hover .z-column-button {
    display: none;
}