.v-login-form {
    max-width: 520px;
    width: 520px;
}

.z-label-error {
    color: #ea2c43 !important;
    font-size: 12px
}

.z-label-copyright {
    position: fixed;
    bottom: 1px;
    left: 1px;
    z-index: 99;
    background-color: #fff;
    opacity: 0.7;
    border-top-right-radius: 5px;
    padding: 1px 6px;
    font-size: 11px;
}

.z-label-copyright-text {
    font-size: 11px;
}

.siderbar {
    background: #00857f;
    height: 100%;
    font-family: CoreSansGS45;
    transition: all 0.3s ease-out 0s;
    width: 260px;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
}

.siderbar-deactive {
    background: #00857f;
    height: 100%;
    font-family: CoreSansGS45;
    transition: all 0.3s ease-out 0s;
    width: 48px;
}

.siderbar .htop, .siderbar-deactive .htop {
    padding-left: 70px;
    background: #00706B;
    width: 100%;
    height: 82px;
    overflow: hidden;
    vertical-align: middle
}

.siderbar .img-home {
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
    transition: all 0.3s linear 0s;
}

.siderbar-deactive .img-home {
    display: none;
    text-align: center;
    cursor: pointer;
    margin-left: 3px
}

.siderbar-deactive .z-menuitem-content {
    width: 40px;
}

.right-block .htop {
    background: #00706B;
    width: 100%;
    height: 62px;
    overflow: hidden;
    vertical-align: middle;
    transition: all 0.3s linear 0s;
}

.htop td {
    vertical-align: middle;
    padding: 4px 2px;
}

.htop .img-closed {
    margin-left: 5px;
    height: 15px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s linear 0s;
}

.htop .img-closed-expand {
    margin-left: 5px;
    height: 15px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s linear 0s;
    transform: rotate(180deg);
}

.main-html .z-hlayout-inner {
    height: 100%;
    transition: all 0.3s linear 0s;
}

/*.main-html .z-hlayout-inner:nth-child(2) {*/
/*width: calc(100% - 267px);*/
/*}*/

/*.main-html-expand .z-hlayout-inner {*/
/*height: 100%;*/
/*}*/

/*.main-html-expand .z-hlayout-inner:nth-child(2) {*/
/*width: calc(100% - 55px);;*/
/*}*/

.right-block {
    margin-left: 7px;
    border-top: 0;
    border-bottom: 0;
    transition: all 0.3s linear 0s;
}

.right-block .z-hlayout-inner {
    height: 100%;
    margin-left: 5px;
    transition: all 0.3s linear 0s;
}

.top-right-block {
    height: 100%;
    vertical-align: middle;
}

.top-left-block {
    height: 100%;
    vertical-align: middle;
}

.htop .z-hbox-separator {
    border: 1px solid #6b5e5e;
    background-color: #6b5e5e;
    border-radius: 2px;
    padding: 0
}

.right-block .htop {
    background-color: #f6f8fa;
    border-bottom: 1px solid #d6d6d6
}

.top-right-block .z-menubar {
    border: 0;
    float: right;
    height: 100%
}

.top-right-block .z-menu-content {
    color: #00706B
}

.top-right-block .z-menu-image {
    border-radius: 20px;
    width: 40px;
    height: 40px;
    max-width: 40px
}

.top-right-block .z-menu-content i {
    display: none
}

.top-left-block .z-menu-content .z-icon-caret-down {
    display: none
}

.top-left-block .z-menubar ul {
    border: 0;
    padding: 0;
    margin-top: 21px;
    font-size: 25px;
    font-weight: bold
}

.top-left-block .z-menubar {
    border: 0;
    float: left;
    height: 100%;
    padding: 0
}

.top-left-block .z-menu-text {
    margin: 0px;
    font-weight: 800
}

.top-left-block .z-menu-content {
    color: #00706B;
    padding: 0px
}

.panel-body {
    padding: 12px 3px 3px 3px;
}

.panel-heading {
    padding: 3px
}

.z-login-box {
    background-color: #fff;
    /*padding-right: 3px;*/
    padding: 5px 15px;
    border-radius: 3px;
}

.siderbar-deactive .z-menuitem-text, .siderbar-deactive .z-menu-text, .siderbar-deactive .z-icon-caret-right {
    display: none !important;
}

.siderbar-deactive li {
    width: 40px;
}

/*.z-bandbox-popup {*/
    /*padding: 0 !important;*/
/*}*/