﻿* {
    padding: 0px;
    margin: 0px;
    font-family: Arial;
}

body {
    width: 100%;
    height: 100%;
    float: left;
    background: #181b2a;
}

ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: inherit;
    line-height: inherit;
}

/* SCROLL-BAR*/
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #898a90 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #898a90 !important;
    -webkit-box-shadow: inset 0 0 6px #898a90 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #898a90 !important;
    }
/*****
*   main
*****/
.wrapper {
    display: flex;
    align-items: stretch;
}

.right_content {
    width: calc(100% - 70px);
    transition: 0.3s;
}

.menu {
    background: #1b1e2f;
}

/***
*   header
***/
header {
    padding: 10px 45px;
    display: flex;
    align-items: center;
    background: #232639;
    height: 54px;
}

    header > p {
        font-size: 20px;
        font-weight: bold;
        color: #5088f5;
        text-transform: uppercase;
    }

    header .rightHeader {
        margin-left: auto;
        display: flex;
        align-items: center;
    }


/*****
*   article
*****/
article {
    padding: 10px 45px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}


/****
*   login form
****/
.divMainUser {
    display: flex;
    align-items: center;
    position: relative;
}

#lbUsername {
    text-transform: uppercase;
    font-weight: bold;
}

.divMainUser i {
    font-size: 30px;
}

.mainIcon {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}

    .mainIcon .fa-check-circle {
        position: absolute;
        font-size: 12px;
        border-radius: 50%;
        display: block;
        color: #7a99f6;
        bottom: 0px;
        right: 0px;
    }

.hidePopupUser .divPopupUser {
    display: none;
    transition: 0.2s;
}

.divPopupUser {
    position: absolute;
    width: 100px;
    height: 50px;
    background: #fff;
    bottom: -63px;
    left: 0;
    transition: 0.2s;
    z-index: 1;
}

#hrefLogout {
    margin-left: 40px;
    font-size: 14px;
}

#loginForm {
    float: left;
    margin-left: 135px;
    margin-top: -28px;
}

    #loginForm a {
        padding: 5px 10px;
        background: #00d404;
        border-radius: 3px;
        color: #003d07;
    }

#inputLogin {
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.mainLogin {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapperLogin {
    width: 650px;
    height: 415px;
    padding: 45px 320px 45px 45px;
    background: #181b2a;
    position: relative;
    box-shadow: 0 0 30px rgba(13, 13, 13, 0.6);
}

#inputLogin .irow {
    background: #232639;
    position: relative;
    margin-bottom: 2px;
}

    #inputLogin .irow input {
        height: 50px;
        border-radius: 0;
        background: transparent;
        position: relative;
        padding: 20px 15px 6px;
        color: #fff;
        font-size: 14px;
        width: 100%;
    }

#inputLogin .focusFormLogin input {
    border-left: 2px solid #4e5b87;
}

#inputLogin .irow p {
    position: absolute;
    color: #48547a;
    font-size: 16px;
    left: 15px;
    top: 15px;
    transform: translate(0, 0);
    transition: 0.2s;
}

#inputLogin .focusFormLogin p {
    font-size: 10px;
    transform: translate(0, -6px);
    transition: 0.2s;
}

#inputLogin h2 {
    font-size: 16px;
    font-weight: bold;
    color: #7a96f7;
}

.wrapperLogin > p {
    margin: 10px 0 45px;
}

.divActionLogin {
    margin: 25px 0;
    display: flex;
}

    .divActionLogin p {
        margin-left: auto;
    }

#btnCancel {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}

.dvBtnLogin {
    display: flex;
    justify-content: flex-end;
}

#btnLogin {
    width: 50%;
    text-align: center;
    padding: 10px;
    background: #7a98f8;
    border-radius: 2px;
}

    #btnLogin:hover {
        background: #5a79dc;
        transition: 0.3s;
    }

.bg_login {
    position: absolute;
    width: 43%;
    right: 5%;
    top: 24%;
}

/******
*   style checkbox
*******/
/* The container */
/* The container */
.divActionLogin label {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .divActionLogin label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #7a98f8;
}

.divActionLogin label:hover input ~ .checkmark {
    background-color: #7a98f8;
}

.divActionLogin label input:checked ~ .checkmark {
    background-color: #7a98f8;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.divActionLogin label input:checked ~ .checkmark:after {
    display: block;
}

.divActionLogin label .checkmark:after {
    left: 3px;
    top: -2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#logout {
    display: none;
}



/****
*	style Menu
******/
#menu .dvActionMenu a {
    cursor: pointer;
}

#menu img {
    vertical-align: middle;
}

#menu .dvActionMenu img {
    width: 20px;
}

#menu {
    background: #1b1e2f;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.dvActionMenu {
    margin-bottom: 20px;
}

.hideMenu {
    width: 70px;
    transition: 0.3s;
}

    .hideMenu .acHideMenu {
        display: none;
    }

.showMenu, #menu:hover {
    width: 240px;
    transition: 0.3s;
}

    .showMenu .acShowMenu {
        display: none;
    }

#cssmenu img {
    width: 17px;
    margin-right: 10px;
}

#cssmenu a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding: 13px 0 12px 12px;
    margin-bottom: 10px;
    border-radius: 0 22px 22px 0;
    width: 100%;
    position: relative;
}

#cssmenu > ul {
    margin-left: -12px;
}

    #cssmenu > ul > li {
        position: relative;
    }

        #cssmenu > ul > li:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: -10px;
            /*background: #7a98f8;*/
            width: 10px;
            display: none;
        }

#cssmenu .active a {
    background: #7a98f8;
}

.hideMenu #cssmenu a {
    border-radius: 22px 22px 22px 22px;
}

#cssmenu > ul > li {
    position: relative;
}

    #cssmenu > ul > li:hover > a, #cssmenu > ul > li > ul > li:hover > a {
        background: #7a98f8;
        transition: 0.5s;
    }

    #cssmenu > ul > li:hover > ul {
        display: block !important;
        transition: 2s;
    }

        #cssmenu > ul > li:hover > ul > li {
            margin-left: 20px;
        }


.showMenu #cssmenu .active:before,
.showMenu #cssmenu > ul > li:hover:before,
#menu:hover #cssmenu .active:before,
#menu:hover #cssmenu > ul > li:hover:before {
    display: block !important;
}

#menu:hover #cssmenu > ul > li > a {
    border-radius: 0 20px 20px 0 !important;
}

.footer {
    transform: translate(0,40px);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 10px 0;
    width: 236px;
    overflow: hidden;
}

.showMenu .footer, #menu:hover .footer {
    transform: translate(0, 0) !important;
    transition: 0.3s;
    transition-delay: 0.1s;
    color: #474852;
}

.lblcount {
    color: #fff;
}

.d-flex {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1366px) {
    .divWrapBox {
        width: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .divContentBox {
        padding: 20px;
    }
}
