body {
    overflow: hidden;
}

.page-container {
    width: 100%;
    position: relative;
}
.page-content {
    position: relative;
    display: flex;
}
.sidebar-box {
    flex: 0 0 197px;
    vertical-align: top;
    color: #fff;
    position: relative;
    z-index: 1;
}
.content-wrapper {
    flex: 0 0 calc(100% - 197px);
    vertical-align: top;
    position: relative;
    width: 100%;
    /*z-index: 99;*/
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

/* *** header style *** */
.header-box {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.header-top {
    width: calc(100% - 197px);
    height: 52px;
    background-color: #ebf4fc;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    color: #226ed5;
    font-size: 14px;
    position: fixed;
    top: 0;
    z-index: 99;
}
.header-top span.item-header-top {
    padding: 17px 15px;
    border-left: 2px solid rgba(34, 110, 213, 0.6);
}
.header-top span.item-header-top:last-child {
    border: none;
}

.header-top .btn-show-menu {
    flex: 1;
    padding: 10px 15px !important;
}
.header-top .license-status {
    flex: 20;
    text-align: right;
    font-weight: 100;
}
.header-top .license-status a {
    color: #226ed5;
    font-weight: 700;
}
.header-top .introduce-friends {
    flex: 1;
}
.header-top .question {
    flex: 1;
    padding: 15px 15px;
}
.header-top .user-account {
    flex: 0 0 245px;
    display: flex;
    flex-direction: row;
    align-items: center;
    vertical-align: middle;
    padding: 11px 30px !important;
}
.header-top .user-account a.user-profile-img {
    flex: 0 0 10%;
}
.header-top .user-account a.user-profile-img img {
    width: 20px;
    height: 20px;
}
.header-top .user-account i {
    flex: 0 0 76%;
    font-style: normal;
}
.header-top .user-account a.user-profile-img:first-child {
    border: 1.3px solid rgba(34, 110, 213, 0.6);
    border-radius: 50%;
    padding: 6px;
}
.display-none { display: none !important; }
.items-user-account {
    display: flex;
    flex-direction: column;
    align-content: center;
    vertical-align: middle;
    width: 240px;
    background-color: #ebf4fc;
    border: solid 1px rgba(34, 110, 213, 0.6);
    font-size: 12px;
    text-align: right;
    position: absolute;
    top: 53px;
    left: 8px;
    z-index: 99;
}
.items-user-account a {
    flex: 0 0 100%;
    border-bottom: solid 1px rgba(34, 110, 213, 0.6);
    padding: 20px;
    margin: 0 4px;
}
.items-user-account a:last-child {
    border: none;
}
.items-user-account a span {
    padding: 0 20px 0 0;
}

.header-button {
    width: 100%;
    height: 29px;
    background-color: #e8e8e8;
    font-size: 11px;
    margin-bottom: 30px;
    position: absolute;
    top: 52px;
}
/* *** end header style *** */


/* *** menu style *** */
.sidebar-menu {
    width: 197px;
    height: 100%;
    background-color: #1e70ae;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: transparent transparent;
    position: fixed;
    right: 0;
}

@-moz-document url-prefix() {
}

.sidebar-menu .AbrestanLogotype {
    height: 83px;
    align-items: center;
    vertical-align: middle;
    padding: 17px 25px;
    border-bottom: 2px solid rgba(235, 244, 252, 0.3);
    margin: 0 5px;
    z-index: 1;
}
.sidebar-menu .sidebar {
    width: 197px;
    margin-bottom: 40px;
}
.sidebar-menu .sidebar ul {
    padding: 0 !important;
    width: 100%;
}
.app-version {
    width: 100%;
    height: 18px;
    text-align: center;
}
.sidebar-menu .sidebar .active:first-child {
    color: #0091ff !important;
}
.sidebar li.menu-items-first-li {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
}
.sidebar a.menu-items-first-a {
    border-bottom: 2px solid rgba(235, 244, 252, 0.3);
    padding: 20px 25px;
    margin: 0 5px;
    font-size: 12px;
}
.sidebar a:hover {
    background-color: unset !important;
    color: #0091ff !important;
}
.sidebar a.menu-items-first-a:before {
    content: "\f107";
    display: block;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
}
.sidebar a.menu-items-first-a[aria-expanded="true"]:before {
    content: "\f106";
    display: block;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
}
.sidebar li.active a.non-icon-arrow:before {
    content: none;
}
.sidebar a.non-icon-arrow:before {
    content: none;
}
.sidebar a.menu-items-first-a img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.sidebar li.menu-items-first-li div.menu-items-second-div {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
}
.sidebar li.menu-items-first-li div.menu-items-second-div li.menu-items-second-li {
    padding: 10px 30px;
}
.sidebar li.menu-items-first-li div.menu-items-second-div .menu-items-second-a {
    display: inline-block;
    padding: 0;
    width: 80%;
}
.sidebar li.menu-items-first-li div.menu-items-second-div li.menu-items-second-li:hover {
    background-color: unset !important;
    color: unset !important;
}
.sidebar li.menu-items-first-li div.menu-items-second-div .menu-items-second-a:last-child {
    width: 17%;
    text-align: left;
}
.sidebar li.menu-items-first-li div.menu-items-second-div a.icon-arrow:before {
    content: "\f107";
    display: block;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
}
.sidebar li.menu-items-first-li div.menu-items-second-div a.icon-arrow[aria-expanded="true"]:before {
    content: "\f106";
    display: block;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 20px;
}
.sidebar li.menu-items-first-li div.menu-items-second-div li.menu-items-third-li {
    padding: 10px 0 10px 0;
    margin: 10px 0;
}
.sidebar li.menu-items-first-li div.menu-items-second-div .menu-items-third-a {
    display: inline-block;
    padding: 0;
    width: 80%;
}
.sidebar li.menu-items-first-li div.menu-items-second-div li.menu-items-third-li:hover {
    background-color: unset !important;
    color: unset !important;
}

.page-content-items .sidebar-box {
    flex: 0 0 108px !important;
}
.page-content-items .content-wrapper {
    flex: 0 0 calc(100% - 108px) !important;
}
.page-content-items .header-top {
    width: calc(100% - 108px) !important;
}
.sidebar-box-icon .sidebar-menu {
    width: 108px !important;
}
.sidebar-box-icon .sidebar {
    width: 108px !important;
}
.sidebar-box-icon a.menu-items-first-a {
    text-align: center !important;
}
.sidebar-box-icon a.menu-items-first-a span {
    display: none !important;
}
.sidebar-box-icon a.menu-items-first-a:before {
    content: none !important;
}
.sidebar-box-icon a.menu-items-first-a img {
    width: 30px !important;
    height: 30px !important;
    margin-left: 0 !important;
}

/*#HideMenu {
    display: block;
}*/
#ShowMenu {
    display: none;
}
/* *** end menu style *** */





/* *** report menu *** */
.title-report-top {
    padding: 0 5px 15px 5px;
    border-bottom: 1px solid #dfe0e1;
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 400;
}
.row-items-report {
    padding: 0 40px;
}
.title-report {
    padding: 15px 0;
    margin-bottom: 10px;
}
.title-report img {
    margin-left: 5px;
}
.title-report span {
    font-size: 16px;
    font-weight: 400;
}
.items-report {
    margin-bottom: 100px;
}
.items-report ul {
    padding: 0;
}
.items-report ul li {
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 12px;
}

.header-top-responsive {
    display: none;
}

.show-menu-responsive {
    display: none;
    width: 32px;
}
/* *** end report menu *** */

.sidebar-menu-box-mobile {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    z-index: 9999;
}
.sidebar .sidebar__inner {
    background: #FFF;
    width: 287px;
    height: 100%;
    z-index: 9999;
    position: relative;
    transition: transform .3s ease 0s;
    transform: translate3d(100%, 0, 0);
    overflow-x: hidden;
    overflow-y: auto;
}


.main-box {
    display: block;
    position: relative;
    margin-top: 120px;
    height: 84vh;
}









/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .header-top {
        font-size: 12px;
    }
    .header-top .introduce-friends {
        display: none;
    }
    .header-top .question {
        display: none;
    }
    .header-top .user-account {
        flex: 0 0 240px;
        padding: 9px 15px !important
    }
    .items-user-account {
        width: 240px;
        left: 2px;
        font-size: 10px;
    }
    .breadcrumb {
        margin-top: 0 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #HideMenu {
        display: none !important;
    }
    /*#ShowMenu {
        display: none !important;
    }*/
    .hide-menu-responsive {
        display: none !important;
    }
    .show-menu-responsive {
        display: block !important;
    }
    .sidebar-box {
        flex: 0;
        width: 0;
    }
    .sidebar-menu {
        width: 0;
        width: 197px;

    }
    .sidebar-menu .AbrestanLogotype {
        width: 100%;
        position: relative;
        margin: 0;
        border: none;
    }
    /*.sidebar-menu .AbrestanLogotype a:first-child {
        display: inline-block !important;
        width: calc(100% - 36px);
    }
    .sidebar-menu .AbrestanLogotype a:last-child {
        display: inline-block !important;
        width: 32px;
        text-align: left;
    }*/
    .sidebar a.menu-items-first-a[href*="dashboard"] {
        border-top: 2px solid rgba(235, 244, 252, 0.3);
    }
    .content-wrapper {
        flex: 0 0 100%;
        width: 100%;
    }
    .header-top {
        width: 100%;
    }
    .nav-tabs>li>a {

    }
    .modal {
        margin: 30px;
    }

    .header-top span.item-header-top {
        padding: 10px 15px;
    }
}

@media only screen and (max-width : 860px) {
    .header-top span.item-header-top {
        padding: 16px 15px;
    }
}

@media only screen and (max-width : 541px) {
    .header-top span.item-header-top {
        padding: 0px 15px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .header-top .user-account {
        display: none;
    }
    .header-top .license-status {
        border: none !important;
    }

    .header-top-responsive {
        display: flex;
        flex-direction: row;
        align-items: center;
        vertical-align: middle;
        width: 100%;
        height: 52px;
        border-top: 2px solid rgba(34, 110, 213, 0.6);
        text-align: center;
        background-color: #ebf4fc;
        color: #226ed5;
        font-size: 12px;
        position: fixed;
        top: 52px;
        z-index: 99;
    }
    .header-top-responsive .user-account {
        flex: 0 0 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        vertical-align: middle;
        padding: 11px 30px !important;
    }
    .header-top-responsive .items-user-account {
        width: 99%;
        left: 2px;
        top: 52px;
    }

    .header-button {
        top: 104px;
    }
    .main-box {
        margin-top: 172px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}