@charset "UTF-8";
/**
 * Voffice 2.0 Home theme
 * @author TruongTX5
 * @license Viettel Group
 */
/*****************************Variables**************************** */
/**
 * Voffice 2.0 Variables
 * @author TruongTX5
 * @license Viettel Group
 */
/*****************************Variables**************************** */
/*****************************Mix-ins**************************** */
/**
 * Voffice 2.0 Mix-ins
 * @author TruongTX5
 * @license Viettel Group
 */
/**
 * Voffice 2.0 Variables
 * @author TruongTX5
 * @license Viettel Group
 */
/*****************************Variables**************************** */
/*****************************Mix-ins**************************** */
/*****************************Main**************************** */
/*-----------------------------------Header-------------------------------------- */
.main-header {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    overflow: visible;
    cursor: default;
    z-index: 1000;

    /*background:  url(../images/banner/song.png) left top no-repeat, url(../images/banner/banner.png) right top no-repeat;*/
    background:  url(../images/banner/Banner_header.png) right top no-repeat;
    background-size: cover, cover; /* Hoặc 'contain' tùy vào yêu cầu */
}
.main-header .brand-name-name .z-label {
    color: #B9000E;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-header .brand-name-description .z-label {
    color: #2B2B2B;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.main-header .header-left {
    float: left;
    /*background-color: #EE0033;*/
}

.main-header .header-right {
    float: right;
    /*background-color: #EE0033;*/
}

.main-header .header-center {
    border-top: 50px solid #EE0033;
    border-right: 40px solid transparent;
    float: left;
}

.main-header .header-left,.main-header .header-right, .main-header .header-center {
    height: 60px;
    display: table;
}

.main-header .app-logo {
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-header .app-logo>div {
    display: table-cell;
    vertical-align: middle;
}

.main-header .logo-viettel {
    margin: 0 10px;
    height: 40px;
}

.main-header .logo-qltt {
    margin: 0 10px;
    height: 30px;
}

.main-header .app-name {
    margin: 0 10px;
    display: inline-block;
    text-align: right;
}

.main-header .app-name .name {
    font-family: Inter;
    color: #fff;
    font-size: 1.6em;
    position: relative;
}

.main-header .app-name .slogan {
    font-family: Inter;
    color: #fff;
    font-size: 1em;
    font-style: italic;
    text-align: right;
    position: relative;
    bottom: 2px;
}

/* User Info */
.box-user-info {
    background: rgba(255, 255, 255, 0) no-repeat;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.box-user-info:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2) no-repeat;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.box-user-info-container {
    display: table;
    height: 100%;
}

.box-user-info-container>div {
    display: table-cell;
    vertical-align: middle;
}

.box-user-info .profile-image {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0 0;
}

.box-user-info .user-info .z-label {
    color: #ffffff;
}

.box-user-info .user-info .user-name.z-label {
    font-weight: 700;
}

.box-user-info .config-btn {
    padding: 0 10px;
}

.box-user-info .config-btn .font-icon {
    font-size: 1.8em;
    color: #ffffff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* Popup User Info */
.popup-form.popup-user-info {
    top: 62px;
}

.popup-form.popup-user-info.top-arrow:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-width: 10px;
    left: inherit;
    right: 9px;
}

.popup-form.popup-user-info.top-arrow:before {
    border: none;
}

/* User Info Panel */
.user-info-panel {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px 0;
}

.user-info-panel .z-label {
    color: #fff;
}

.user-info-panel-row {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: table;
    height: 30px;
    width: 100%;
    cursor: pointer;
}

.user-info-panel-row div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0 30px 0 20px;
}

.user-info-panel .font-icon:before {
    font-size: 16px;
    vertical-align: middle;
    color: #fff;
    margin-right: 5px;
    width: 20px;
}

/* Quick button */
.quick-button-container {
    position: relative;
}

.quick-button .z-label {
    color: #ffffff;
}

.quick-button {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    width: 44px;
}

.quick-button:hover {
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.quick-button-main-icon {
    font-size: 24px;
}

.quick-button-sub-icon {
    font-size: 1.2em;
    width: 0;
}

.select-language-popup-btn .quick-button-container>img {
    width: 32px;
    height: 24px;
    margin-top: 4px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.box_multiLanguagePanel_row .z-div>img {
    width: 32px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.quick-button-sub-icon:before {
    position: relative;
    bottom: -5px;
    left: -24px;
    text-shadow: 0px 0px 6px #1a75bb;
    width: 0;
}

.quick-button-container .noti-bubble {
    background-color: #e21d1d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    bottom: -5px;
    left: 8px;
    padding: 0 5px;
}

/* Popup Select Theme */
.popup-form.popup-select-theme {
    top: 62px;
    right: 244px;
}

.popup-form.popup-select-theme.top-arrow:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-width: 10px;
    left: inherit;
    right: 14px;
}

.popup-form.popup-select-theme.top-arrow:before {
    border: none;
}

/* Panel Select Theme */
.select-theme-panel {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px;
}

.theme-box {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 30px;
    height: 30px;
    border: 2px #fff solid;
    display: inline-block;
    margin: 5px;
    float: left;
}

.theme-box:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
}

.theme-box.font-icon {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
}

.theme-box.theme-dark-gray {
    background: #424f63;
}

.theme-box.theme-dark-blue {
    background: #3c66a0;
}

.theme-box.theme-dark-green {
    background: #00918d;
}

.theme-box.theme-light-red {
    background: #ec6f5a;
}

.theme-box.theme-light-blue {
    background: #55badf;
}

.theme-box.theme-light-green {
    background: #48c9a9;
}

.theme-box.theme-red-gray {
    background: #EE0033;
}

/* Popup Note */
.popup-form.popup-note {
    top: 62px;
    right: 294px;
}

.popup-form.popup-note.top-arrow:after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-width: 10px;
    left: inherit;
    right: 14px;
}

.popup-form.popup-note.top-arrow:before {
    border: none;
}

/* Panel Note */
.note-panel {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 5px;
    display: table;
}

.note-panel>div {
    display: table-cell;
}

/*-----------------------------------Content-------------------------------------- */
.main-content .z-west {
    z-index: 500;
}

.main-content .z-east,.main-content .z-east-colpsd {
    z-index: 500;
}

.main-content .z-west-splt,.main-content .z-east-splt {
    z-index: 9;
    background: rgba(0, 0, 0, 0.2);
}

/*----------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------- */
/*-----------------------------------EDIT SEP 23, 2015------------------------------------- */
/*----------------------------------------------------------------------------------------- */
/*----------------------------------------------------------------------------------------- */
.app-menu-toggle {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    cursor: pointer;
}

.app-menu-toggle .z-label {
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.app-menu-toggle:hover .z-label {
    font-size: 18px;
}

/*-----------------------------------Home-------------------------------------- */
/*-----------------------------------Main Left-------------------------------------- */
.main-left {
    position: fixed;
    width: 240px;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: 60px;
    z-index: 900;
}

.main-left .app-logo {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 50px;
}

.main-left .app-logo>div {
    vertical-align: middle;
    text-align: left;
}

.app-logo .logo-voffice {
    height: 48px;
    margin: 0 5px 0 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

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

.panel-input .no-border {
    padding: 0;
}

/*-----------------------------------Left Menu-------------------------------------- */
.left-menu {
    overflow: visible !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
}

/*-----------------------------------Left Menu Expand-------------------------------------- */
.left-menu-expand {
    height: 100%;
}

.expand-menu-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
}

.expand-menu-item:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.expand-menu-item.menu-active {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.expand-sub-menu-list {
    overflow: hidden;
}

.expand-menu-name {
    padding: 10px 30px 10px 32px;
    height: 60px;
    display: flex;
    align-items: center;
}

.expand-menu-name:not (.menu-active) {
    cursor: pointer;
}

.expand-menu-name:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 22px;
    width: 0;
    vertical-align: middle;
    position: relative;
    left: -25px;
}

.expand-menu-name-text {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    vertical-align: middle;
    padding-left: 24px;
}

.expand-parent-menu:after {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    line-height: 18px;
    right: 15px;
}

.expand-menu-item:not (.menu-expand ) .expand-parent-menu:after {
    content: "\e910";
}

.expand-menu-item.menu-expand .expand-parent-menu:after {
    content: "\e91B";
}

.expand-sub-menu-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.expand-sub-menu-item:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.expand-sub-menu-item.menu-active {
    background: rgb(255 255 255 / 20%);
    cursor: pointer;
}

.expand-sub-menu-item:not (.menu-active) {
    cursor: pointer;
}

.expand-sub-menu-name {
    padding: 10px 10px 10px 45px;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
}

.expand-sub-menu-name:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 7px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 24px;
}

.expand-sub-menu-name-text {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    vertical-align: middle;
}

/*-----------------------------------Left Menu Collapse-------------------------------------- */
.left-menu-collapse {
    height: 100%;
}

.collapse-menu-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    width: 100%;
    height: 44px;
    margin-top: 8px;
}

.collapse-menu-item:hover,.collapse-menu-item.menu-active {
    background: rgba(0, 0, 0, 0.2);
}

.collapse-menu-icon {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    vertical-align: middle;
}

.collapse-menu-container {
    float: left;
    position: fixed;
    top: 0;
    left: 60px;
    width: 250px;
    z-index: 1000;
}

.collapse-menu-container.left-arrow:after {
    top: 0;
    border-width: 10px;
    margin-top: 10px;
}

.collapse-menu-container.left-arrow:before {
    border: none;
}

.collapse-menu-name {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    min-height: 40px;
    padding: 10px;
    vertical-align: middle;
    cursor: default;
}

.collapse-menu-name-text {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: Inter;
    font-size: 14px;
}

.collapse-sub-menu-list {
    background: rgba(0, 0, 0, 0.2);
    max-height: 300px;
}

.collapse-sub-menu-item {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    padding: 0 0 0 10px;
}

.collapse-sub-menu-item:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.collapse-sub-menu-item.menu-active {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.collapse-sub-menu-item:not (.menu-active) {
    cursor: pointer;
}

.collapse-sub-menu-name {
    padding: 10px 10px 10px 30px;
    vertical-align: middle;
    line-height: 16px;
    position: relative;
}

.collapse-sub-menu-name:before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 4px;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    text-align: center;
    position: absolute;
    left: 16px;
    content: "\f111" !important;
}

.collapse-sub-menu-name-text {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    vertical-align: middle;
}

/*-----------------------------------Main Header-------------------------------------- */
.main-header .collapse-btn {
    background-color: #424f63;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 50px;
    width: 50px;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 40px;
}

.main-header .collapse-btn:before {
    position: relative;
    top: 2px;
    left: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.main-header .collapse-btn:hover {
    cursor: pointer;
}

.main-header .collapse-btn:hover:before {
    left: 10px;
}

.main-header .collapse-btn>div {
    display: table-cell;
    vertical-align: middle;
}

.main-header .collapse-btn .logo-qltt {
    margin: 0 10px;
    height: 30px;
}

.quick-button.c-hamburger {
    width: 54px;
    height: 60px;
}

.quick-button.c-hamburger--htx {
    background: none;
}

.quick-button.c-hamburger:hover {
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.quick-button.c-hamburger span,.quick-button.c-hamburger span::before,.quick-button.c-hamburger span::after
    {
    height: 2px;
}

.quick-button.c-hamburger span {
    display: inline-block;
    width: 20px;
    left: 17px;
    right: 14px;
    top: 24px;
}

.quick-button.c-hamburger span::before {
    top: -7px;
}

.quick-button.c-hamburger span::after {
    bottom: -7px;
}

.quick-button.c-hamburger--htx.is-active span::before {
    top: 0;
}

.quick-button.c-hamburger--htx.is-active span::after {
    bottom: 0px;
}

/*-----------------------------------Main Center-------------------------------------- */
.main-center {
    margin-left: 240px;
    padding: 60px 0 0;
    background-color: #eff0f4;
    height: 100%;
}

.box_multiLanguagePanel_row {
    display: inline-block;
    margin: 0px 5px;
}

.box_multiLanguagePanel_row :hover {
    cursor: pointer;
}

.user-info .user-role {
    font-size: 12px;
}

/*-----------------------------------Comment button-------------------------------------- */
.comment-button .fa-refresh {
    margin: 0;
    background-color: transparent;
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    height: 24px;
    width: 24px;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.comment-button .fa-refresh:hover {
    background-color: #fff;
    color: #1a75bb;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.grid-list.video-conf.z-row  .z-detail-outer {
    border-bottom: none !important;
}

.grid-list .z-grid-empty-body tr td {
    border-top: 0px solid #c4c9cc !important;
}

tr.z-row .z-detail-outer {
    border-bottom: none;
}

.collapse-menu-icon.font-icon.fa-kien-nghi-de-xuat {
    font-size: 22pt;
}

tr.z-listitem-seld div.z-listcell-cnt .labelContentResovle {
    color: #1A75BB !important;
}

.buttonResovleIssueMission .z-hlayout-inner {
    padding-right: 0px !important;
}

#smartOffice_chat_iframe {
    bottom: 15px !important;
    left: 5px !important;
    right: initial;
}

.image_smartoffice_css {
    margin: 0 10px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0 0;
}

.imployee-image {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff no-repeat;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: 0 0;
}

.notification-count {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-20%) translateY(-75%);
    -moz-transform: translateX(-20%) translateY(-75%);
    -ms-transform: translateX(-20%) translateY(-75%);
    -o-transform: translateX(-20%) translateY(-75%);
    transform: translateX(-20%) translateY(-75%);
    transform: translateX(-20%) translateY(-75%);
    text-align: center;
    position: absolute;
    bottom: 0;
    right: -4px;
    background: #f00;
    min-width: 16px;
    height: 18px;
    padding: 2px;
    vertical-align: middle;
    line-height: 16px;
    
    span {
        font-size: 12px !important;
        font-weight: 500 !important;
    }
}

.notification-bell {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(0%) translateY(10%);
    -moz-transform: translateX(0%) translateY(10%);
    -ms-transform: translateX(0%) translateY(10%);
    -o-transform: translateX(0%) translateY(10%);
    transform: translateX(0%) translateY(10%);
    transform: translateX(0%) translateY(10%);
}

p,h1,h2,h3,h4,h5,h6 {
    line-height: 18px;
    margin: 2px 0px;
}

ol,ul,dl {
    line-height: 18px;
    margin: 2px 0px;
}

/*.z-tabs {*/
/*    border: 0; !important;*/
/*}*/

.faTabHeader:before {
    display: none !important;
}

.faTabHeader.faHome:before {
    display: block !important;
}