@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');

ul.tab {
    width: 18%;
    float: left;
    list-style: none;
    margin: 0;
    position: absolute;
    background: #647dee;
    padding: 4px;
    top: 9px;
    right: 7px;
    border-radius: 65px;
}

    ul.tab li {
        display: block;
        width: 50%;
        float: left;
    }

.login_h {
    margin: 0;
    font-size: 21px;
    text-align: center;
    line-height: 3;
}

ul.tab li a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    transition: all .2s;
}

    ul.tab li a:focus, ul.tab li a.active {
        background: #fff;
        color: #647dee;
        border-radius: 11px;
    }

.tabcontent {
    display: none;
    margin-top: 8%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Cabin', sans-serif;
}

label {
    font-weight: 100 !important;
    font-size: 15px !important;
    color: #00468c !important;
}

#lblCompSite {
    font-weight: 100 !important;
}

.m-b {
    margin-bottom: 30px !important;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 4px 0 !important;
    margin-top: 1px\9;
    line-height: normal;
}

table thead tr {
    background: rgba(0, 140, 0, 1);
    color: #f7f7f7;
    letter-spacing: 2px;
}

input#ContentPlaceHolder1_txtReviewNo, #ContentPlaceHolder1_ddlSubtype, input#ContentPlaceHolder1_txtoldDocNo, input#ContentPlaceHolder1_txtTrainingCompleteDate, input#ContentPlaceHolder1_txtReleasedDate, input#ContentPlaceHolder1_txtReviewDate, input#ContentPlaceHolder1_txtObsoleteDate, input#ContentPlaceHolder1_txtExpiredDate {
    width: 100%;
    display: block;
    padding: 5px 12px;
}

input#ContentPlaceHolder1_txtFileTitle, input#ContentPlaceHolder1_txtdescription, input#ContentPlaceHolder1_txtDocTitle {
    width: 100%;
    display: block;
    padding: 5px 12px;
}

.import_table {
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
    min-height: auto;
    margin-bottom: 50px !important;
}

.my-table {
    margin-bottom: 20px;
}

footer {
    position: absolute;
    width: 100%;
    bottom: -7%;
    left: 0;
    z-index: 999;
}

a:focus, button:focus {
    outline: none;
}

#myalert {
    z-index: 10 !important;
}

.modal-header .close {
    outline: none !important;
}

.pass_word {
    position: relative;
}

#togglePassword {
    position: absolute;
    top: 33px;
    right: 20px;
    cursor: pointer;
    font-size: 22px;
}

html {
    font-size: 62.5%;
}

body {
    background: #ebebeb !important;
}

.login-right .logo-bci {
    /* padding: 1rem 0 4rem; */
    position: center;
    bottom: 2%;
    right: 3%;
    float: right;
}

    .login-right .logo-bci img {
        float: right;
        width: 33%;
    }

.footer {
    width: 100%;
    background: #00468c;
    float: left;
    text-align: center;
    color: #fff;
}

    .footer h3 {
        font-size: 15px;
    }
/* login page  css */
/* custom radio button start  css */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.my-radio {
    margin-left: 0px !important;
}

    .my-radio input[type=radio] {
        margin-left: 0px !important;
    }

/* Hide the browser's default radio button */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
/* Calender  */
.my_cal {
    width: 20px;
    position: absolute;
    right: 5px;
    top: 6px;
}

    .my_cal + table {
        width: 100% !important;
        position: absolute;
        background: #fff;
        box-shadow: 0px 6px 8px 0px #999;
        z-index: 3;
    }

        .my_cal + table tbody tr:first-child > td {
            background-color: hsl(210deg 100% 27%) !important;
            color: #fff;
            font-size: 22px;
            line-height: 1;
            margin-bottom: 10px;
        }

        .my_cal + table tbody tr:nth-child(2) > th {
            text-align: center;
            line-height: 29px;
            color: #00458a;
        }

        .my_cal + table tbody tr:first-child > td {
            background-color: hsl(210deg 100% 27%) !important;
            color: #fff;
            font-size: 22px;
            line-height: 1;
            margin-bottom: 10px;
        }

        .my_cal + table tbody tr:nth-child(2) > th {
            text-align: center;
            line-height: 29px;
            color: #00458a;
        }

        .my_cal + table tbody tr:first-child > td > a {
            color: #fff !important;
            width: 25px;
            display: block;
            text-align: center;
            font-size: 26px;
        }

        .my_cal + table td, .my_cal + table th {
            border: 1px solid #00458a;
            padding: 6px 7px !important;
        }

            .my_cal + table td:hover {
                background: #00458a;
                color: #fff;
            }
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
/* custom radio button end  css */
.login-area {
    width: 100vw;
    height: 100vh;
    background-image: url(../img/LoginBackground.jpg);
    background-size: 100% 100%;
    position: relative;
}

    .login-area::before {
        content: '';
        top: 0;
        left: 0;
        background: rgba(0, 140, 0, 1);
        width: 100%;
        height: 100%;
        position: absolute;
    }

.login-part {
    position: relative;
    width: 60%;
    height: calc(100vh - 20vh);
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 7px 0px rgb(223, 223, 245);
    -moz-box-shadow: 0px 0px 7px 0px rgb(223, 223, 245);
    box-shadow: 0px 0px 7px 0px rgb(223, 223, 245);
}

.login-left {
    width: 50%;
    float: left;
    background-color: rgba(0, 140, 0, 1);
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px 0px 0px 10px;
}

.my-slide {
    text-align: center;
}

.menuopt {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100%;
    position: relative;
    margin-top: 10px;
    padding: 3px;
    cursor: pointer;
    font-size: 23px !important;
    color: #0083c0;
}

    .menuopt:hover {
        color: #000;
    }

.login-left h1 {
    color: #fff;
    font-size: 5rem;
    margin-top: 10px;
}

.login-left h4 {
    color: #fff;
    font-size: 3rem;
}
.login-left h3 {
    color: #fff;
    font-size: 3rem;
}
.login-left .logo {
    background: #fff;
    width: 120px;
    height: 120px;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-left .logo img {
        width: 100%;
    }

.login-right {
    display: flex;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: inherit;
    padding: 10px;
}


    .login-right h2 {
        color: rgba(0, 140, 0, 1);
        font-size: 5rem;
        font-weight: bold;
        margin: 14% 14% 13%;
        text-align: center;
    }

    .login-right form {
        position: relative;
        width: 100%;
        padding: 0 20px;
        height: inherit;
        margin-bottom: 11%;
    }

    .login-right .my-input {
        font-size: 17px;
        width: 100%;
        height: 40px;
        margin: 10px 2px;
        padding: 10px 10px 10px 40px;
        outline: none;
        border: 1px solid #999;
        border-radius: 6px;
    }

        .login-right .my-input:focus {
            border: 2px solid rgb(0, 140, 0);
            box-shadow: 0px 0px 5px -1px #0f218b;
        }

            .login-right .my-input:focus ~ .usr {
                color: rgba(0, 140, 0, 1);
            }

            .login-right .my-input:focus ~ .pwd {
                color: rgba(0, 140, 0, 1);
            }

.inp-control {
    position: relative;
    width: 100%;
    display: flex;
}

.usr, .pwd {
    position: absolute;
    top: 16px;
    left: 11px;
    font-size: 3rem !important;
    color: #999;
}

.login-right .login-btn {
    background-color: rgba(0, 140, 0, 1);
    padding: 15px 70px;
    font-size: 2rem;
    margin-bottom: 10px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    color: #fff;
    width: 92%;
    position: absolute;
    bottom: 0;
}

.login-btn:hover {
    opacity: 0.6;
}

#has-error_usr, #has-error_psd {
    color: red;
    visibility: hidden;
}

/* my dashboard */
/* width */
::-webkit-scrollbar {
    width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0, 140, 0);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgb(0, 140, 0);
    }




.set {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 60px;
}
/* ====================================================header CSS ===================================================*/
header {
    width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.5% 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 0px 4px 1px #0A56A2;
}

    header .logo {
        width: 100%;
        float: left;
    }

        header .logo img {
            width: 70px;
        }

    header .bar {
        float: right;
        text-align: right;
        width: 100%;
        padding: 0 2%;
    }

    header .baar {
        position: relative;
        float: right;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 4px;
        border-radius: 8px;
        padding: 5px 5px;
    }

        header .baar:hover {
            background: #f7f7f7;
        }

        header .baar .my_1 {
            background: transparent;
            border: none;
            /* height: 5px; */
            font-size: 20px;
            padding: 0px 8px;
            cursor: pointer;
            color: #999;
            line-height: 37px;
        }




.drop1 {
    display: block !important;
}

header .baar .drop {
    display: none;
    position: absolute;
    top: 100%;
    right: 13px;
    padding: 0;
    margin: 0;
    width: 180px;
    background: #fff;
    text-align: left;
    border-top: 2px solid #00bfe9;
    box-shadow: 0 0px 4px 1px #999;
}

    header .baar .drop li {
        display: block;
        width: 100%;
        float: left;
    }

        header .baar .drop li a {
            color: #797979;
            font-size: 14px;
            padding: 15px 10px;
            border-bottom: 1px solid #ebebeb;
            width: 100%;
            float: left;
        }

            header .baar .drop li a i {
                display: inline-block;
                padding-right: 10px;
            }

            header .baar .drop li a:hover {
                color: #000;
            }

a.fa-user:hover {
    color: #797979 !important;
    cursor: auto;
    text-decoration: none;
}

header .baar .drop .caret_m {
    line-height: 20px;
    color: #00bfe9;
    font-size: 25px;
    position: absolute;
    right: 0%;
    top: -18px;
}

header .baar .my_1:hover {
    color: #222;
}
/* ====================================================side menu CSS ===================================================*/
.set .part_1 {
    float: left;
    position: relative;
    height: 100%;
}

.set .mynav.hoverme {
    width: 6%;
}

    .set .mynav.hoverme + .part_2 {
        width: 95%;
    }

    .set .mynav.hoverme .menu-content:hover .set .mynav.hoverme {
        width: 17%;
    }

        .set .mynav.hoverme .menu-content:hover .set .mynav.hoverme .nav-side-menu {
            width: 16%;
        }

        .set .mynav.hoverme .menu-content:hover .set .mynav.hoverme + .part_2 {
            width: 84%;
        }

        .set .mynav.hoverme .menu-content:hover .set .mynav.hoverme .nav_min {
            display: block;
        }

        .set .mynav.hoverme .menu-content:hover .set .mynav.hoverme .nav-side-menu li a i {
            font-size: 15px;
            line-height: 3.5;
            padding-right: 10px;
            width: 50px;
        }

    .set .mynav.hoverme .nav_min {
        display: none;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .set .mynav.hoverme .nav-side-menu {
        overflow: hidden;
        font-size: 12px;
        font-weight: 200;
        background-color: rgb(0, 140, 0);
        position: fixed;
        top: 58px;
        width: 6%;
        height: 92%;
        bottom: 50%;
        color: #e1ffff;
        box-shadow: 3px 0px 4px 1px #999;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        .set .mynav.hoverme .nav-side-menu ul, .nav-side-menu li {
            float: left;
            width: 100%;
            list-style: none;
            padding: 0px;
            margin: 0px;
            line-height: 54px;
            cursor: pointer;
        }

        .set .mynav.hoverme .nav-side-menu ul {
            border-bottom: 1px solid #0e6c81;
        }

        .set .mynav.hoverme .nav-side-menu li {
            padding-left: 0px;
            border-left: 3px solid transparent;
            border-bottom: 1px solid transparent;
        }

            .set .mynav.hoverme .nav-side-menu li a {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
            }

                .set .mynav.hoverme .nav-side-menu li a i {
                    font-size: 25px;
                    padding-left: 20px;
                    width: 61px;
                    padding-right: 12px;
                    float: left;
                    line-height: 2;
                }

            .set .mynav.hoverme .nav-side-menu li:hover {
                border-left: 3px solid rgba(255,255,255,0.6);
                background-color: rgba(0,0,0,0.3);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

            .set .mynav.hoverme .nav-side-menu li.active {
                border-left: 3px solid rgba(255,255,255,0.6);
                background-color: rgba(0,0,0,0.3);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

        .set .mynav.hoverme .nav-side-menu .menu-list .menu-content {
            display: block;
        }
/*  navmy{}**/
.set .mynav + .part_2 > .footer2 {
    left: 16%;
    width: 84%;
}

.set .mynav {
    width: 17%;
}

    .set .mynav .nav-side-menu {
        width: 16%;
    }

    .set .mynav + .part_2 {
        width: 84%;
    }

    .set .mynav .nav-side-menu li a i {
        font-size: 15px;
        line-height: 3.5;
        padding-right: 10px;
        width: 50px;
    }

    .set .mynav .nav_min {
        display: block;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        line-height: 2;
        margin-top: 12px;
    }

    .set .mynav .nav-side-menu {
        overflow: auto;
        font-size: 12px;
        font-weight: 200;
        background-color: rgb(0, 70, 140);
        position: fixed;
        top: 58px;
        width: 16%;
        height: 92%;
        bottom: 50%;
        color: #e1ffff;
        box-shadow: 3px 0px 4px 1px #999;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

        .set .mynav .nav-side-menu ul, .set .mynav .nav-side-menu li {
            float: left;
            width: 100%;
            list-style: none;
            padding: 0px;
            margin: 0px;
            line-height: 54px;
            cursor: pointer;
        }

        .set .mynav .nav-side-menu ul {
        }

        .set .mynav .nav-side-menu li {
            padding-left: 0px;
            border-left: 3px solid transparent;
            border-bottom: 1px solid transparent;
        }

            .set .mynav .nav-side-menu li a {
                text-decoration: none;
                color: #fff;
                font-size: 14px;
                position: relative;
                width: 100%;
                float: left;
                border-bottom: 1px solid #00466F;
                outline: none;
            }

                .set .mynav .nav-side-menu li a.active {
                    background: #021a33;
                    outline: none;
                }

                .set .mynav .nav-side-menu li a i {
                    font-size: 25px;
                    padding-left: 20px;
                    width: 61px;
                    padding-right: 12px;
                    float: left;
                    line-height: 2;
                }

            .set .mynav .nav-side-menu li:hover {
                border-left: 3px solid rgba(255,255,255,0.2);
                background-color: rgba(0,0,0,0.1);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

            .set .mynav .nav-side-menu li.active {
                border-left: 3px solid rgba(255,255,255,0.2);
                background-color: rgba(0,0,0,0.1);
                -webkit-transition: all 1s ease;
                -moz-transition: all 1s ease;
                -o-transition: all 1s ease;
                -ms-transition: all 1s ease;
                transition: all 1s ease;
            }

        .set .mynav .nav-side-menu .menu-list .menu-content {
            display: block;
        }

.has-sub > a > .holder {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

    .has-sub > a > .holder::before {
        display: block;
        position: absolute;
        content: "\f0d7";
        font-family: FontAwesome;
    }

.has-sub.open > a > .holder::before {
    display: block;
    position: absolute;
    content: "\f0d8";
    font-family: FontAwesome;
}

.set .mynav .nav-side-menu .sub_menu .nav_min {
    font-size: 12px;
}

.set .mynav .nav-side-menu .sub_menu i {
    font-size: 20px;
    width: 54px;
    line-height: 49px;
    padding-left: 23px;
}

ul.sub_menu > li > ul {
    background: rgba(0,0,0,0.6);
}

.mynav #my {
    display: block;
}

.mynav #my1 {
    display: block;
}

.hoverme #my {
    display: block;
}

.hoverme #my1 {
    display: block;
}







.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.admin_mainview {
    width: 100%;
    float: left;
    padding: 23px 14px 7px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.img_user {
    width: 45px;
    float: left;
    height: 45px;
}

    .img_user img {
        width: 100%;
        height: 100%;
        border-radius: 100px;
        border: 2px solid #ebebeb;
    }

.admin_view {
    width: 124px;
    float: left;
    padding: 6px 14px;
}

    .admin_view h1 {
        font-size: 13px;
        margin: 0;
        font-weight: bold;
    }

    .admin_view p {
        font-size: 11px;
        padding: 3px 0px;
    }

.msg {
    position: absolute;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    padding: 12px 15px;
    bottom: 1%;
    left: 0;
    box-shadow: 2px 3px 13px -3px #999;
    color: #fff;
}

    .msg h4 {
        margin: 0;
        color: #fff;
        font-size: 13px;
    }

#p1 {
    display: none;
}

.nav-side-menu li > .sub_menu {
    background-color: rgba(0,0,0,0.1);
    display: none;
}

    .nav-side-menu li > .sub_menu ul {
        display: none;
    }

.mynav.hoverme .nav-side-menu li > .sub_menu {
    background-color: rgba(0,0,0,0.1);
    display: none;
}

    .mynav.hoverme .nav-side-menu li > .sub_menu ul {
        display: none;
    }

/* ====================================================Dashboard CSS ===================================================*/
.set .part_2 {
    min-height: calc(100vh - 61px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    padding: 0% 1% 0% 1%;
    clear: both;
    float: right;
    position: relative;
    width: 95%;
}

.item > img {
    width: 100% !important;
    height: 70vh !important;
}

.overview {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #222;
    padding: 2% 1%;
    margin: 10px 0;
    border-radius: 10px;
    padding-bottom: 46px;
}

td, td {
    padding: 10px 11px !important;
    white-space: nowrap;
}

#actual-btn {
    visibility: hidden;
    display: none;
}

#file-chosen {
    margin-right: 0.3rem;
    font-family: sans-serif;
}

.plant_name {
    font-size: 15px;
    margin-left: auto;
}

.user_name {
    font-size: 15px;
}

.plant_cnt {
    font-size: 15px;
}

.user_cnt {
    font-size: 15px;
}

.mobile_signout {
    display: none;
}

/* page responsive */
@media only screen and (max-width:600px) {
    .menuopt {
        display: none !important;
    }

    .mobile_signout {
        display: block;
    }

    .plant_name {
        font-size: 13px;
        margin-left: auto;
    }

    .user_name {
        font-size: 13px;
    }

    .plant_cnt {
        font-size: 15px;
    }

    .user_cnt {
        font-size: 15px;
    }

    .login-part {
        width: 93%;
        height: calc(100vh - 5vh);
    }

    .login-left {
        display: none;
    }

    .login-right {
        width: 100%;
    }

    .baar {
        display: none;
    }

    .nav-side-menu {
        display: none;
        z-index: 9;
        width: 10%;
    }

    .set .part_2 {
        width: 100%;
    }

    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav-side-menu li a {
        font-size: 12px;
    }

        .nav-side-menu li a i {
            font-size: 14px;
            padding-left: 10px;
            width: 20px;
            padding-right: 20px;
        }

    .navbar-toggle .icon-bar {
        background: #999;
    }

    .navbar-toggle {
        background-color: #ebebeb;
    }

    .set .part_1:hover {
        width: 30vh;
    }

        .set .part_1:hover + .part_2 {
            width: 100%;
        }

    .set .part_1 .nav_min {
        display: block;
        line-height: 35px;
        margin: 0;
    }

    .set .part_1 .nav-side-menu li a i {
        font-size: 14px;
        padding-left: 10px;
        width: 20px;
        padding-right: 20px;
        line-height: 35px;
    }

    .set .mynav {
        width: 30vh;
    }

    .set .part_1 {
        float: left;
        position: absolute;
        height: 100%;
    }

    .set .mynav .nav-side-menu {
        z-index: 99;
        position: fixed;
        top: 58px;
        width: 50%;
        height: 92%;
        left: 0;
    }

    .has-sub > a > .holder {
        top: -9px;
    }

    .set .mynav + .part_2 {
        width: 100%;
    }

    .set .mynav .nav-side-menu .sub_menu .nav_min {
        font-size: 11px;
    }
}

@media(min-width:601px) and (max-width:1040px) {
    .set .mynav .nav-side-menu {
        width: 25vw;
    }

    .set .mynav + .part_2 {
        width: 75vw;
    }
}

@media (max-width:860px) {
    .login-part {
        width: 97%;
        height: calc(100vh - 5vh);
    }
}

#lblmsg {
    width: 100%;
    float: left;
    line-height: 2;
    color: #fff;
    background: #bb3535;
    border-radius: 6px;
    padding: 0px 10px;
    /*text-indent: 10px;*/
}
/*.ad-color{ color:#f39c12 !important;}*/
.mylocation {
    border-left: 3px solid rgba(255,255,255,0.6);
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    display: block;
}
/*table issue design mannual */
.dataTables_length, .dataTables_filter {
    width: 50%;
    float: left;
}

    .dataTables_length select, .dataTables_filter input {
        outline: none;
        height: 33px;
        border: 1px solid #ccc;
        padding: 3px 10px;
    }

.dataTables_paginate {
    float: right;
}

    .dataTables_paginate a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #777;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #ddd;
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        color: #337ab7;
        text-decoration: none;
    }

        .dataTables_paginate a:hover {
            text-decoration: none;
            background: #337ab7;
            color: #fff;
        }

.paginate_button.disabled {
    cursor: not-allowed;
    color: #999;
}

.paginate_button.current {
    background: #337ab7;
    color: #fff;
}

.tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #0e1215;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 4%;
    right: 5%;
    margin-left: -60px;
    padding: 3px 20px !important;
    line-height: 32px;
}

.set .mynav .nav-side-menu li a .tooltiptext::after {
    content: "";
    position: absolute;
    top: 24%;
    left: -14%;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #0e1215 transparent transparent;
}

.set .mynav .nav-side-menu li a:hover .tooltiptext {
    visibility: visible;
}

/* 27 july ui change*/
.btn {
    font-size: 15px !important;
    width: 10rem;
    padding: 1rem 0rem !important;
}

input[value="Add File/Document"], input[value="Generate Issuance No."] {
    font-size: 15px !important;
    width: 19rem;
    padding: 1rem 0rem !important;
}

span.ellipsis {
    display: none;
}

table tr th label {
    color: #fff !important;
    margin: 0;
    font-family: inherit;
}

body {
    font-family: 'Cairo' !important;
}

.my_cal + table td, .my_cal + table th {
    border: 1px solid #00458a;
    padding: 0 !important;
}

    .my_cal + table td a {
        display: block !important;
        height: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 6px 7px !important;
    }

.pageloaddiv {
    width: 100%;
    display: flex;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 85%;
    left: 2%;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .pageloaddiv img {
        width: 7rem;
    }

    .pageloaddiv p {
        font-size: 3rem;
        color: #fff;
        line-height: 12rem;
        text-transform: capitalize;
        font-weight: bold;
        letter-spacing: .3rem;
    }

.my-table {
    margin-bottom: 20px;
    width: 100%;
    overflow-x: auto;
}

.topApp {
    font-size: 1.6rem;
    text-align: left;
    color: #00466F;
    font-weight: bold;
    letter-spacing: .2rem;
    margin: 0;
    line-height: 4.8rem;
    margin-left: -17%;
}

.footer {
    width: 100%;
    background: #00468c;
    float: left;
    text-align: center;
    color: #fff;
}

footer {
    position: absolute;
    width: 100%;
    bottom: -46px;
    left: 0;
    z-index: 9;
}

.overview:last-child {
    width: 100%;
    float: left;
    background: #fff;
    box-shadow: 0px 0px 5px 0px #222;
    padding: 2% 1% 8%;
    margin: 8px 0 3%;
    border-radius: 10px;
}

.set .mynav .nav-side-menu li a:hover i {
    opacity: 1;
}

.set .mynav .nav-side-menu .sub_menu i {
    font-size: 20px;
    width: 54px;
    line-height: 49px;
    padding-left: 23px;
    opacity: 0.6;
}

li.mylocation i {
    opacity: 1;
}

.no-left-padding {
    padding-left: 0% !important;
}

.my-list table {
    height: 150px;
    overflow: auto
}

td > table td > a, td > table td > span {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #777;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ddd;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
}

td > table td {
    padding: 0 !important;
}

    td > table td > span {
        background: #337ab7;
        color: #fff;
    }

    td > table td > a:hover {
        background: #337ab7;
        color: #fff;
    }

td > table {
    position: absolute;
    bottom: 6%;
    right: 3%;
}

.table > thead > tr > th {
    white-space: nowrap !important;
}

.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
    height: 20px;
}

.form-table-view {
    width: 100%;
    overflow: scroll;
}

    .form-table-view td > table {
        position: relative !important;
        bottom: 0 !important;
        right: 0 !important;
    }

ul.link_btn {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: flex-start;
    align-items: center;
}

    ul.link_btn li {
        margin-right: 10px;
    }

        ul.link_btn li a {
            background: #fff;
            color: #1a73e8;
            padding: 1rem 1rem;
            letter-spacing: .1rem;
            border-radius: .5rem;
            /* border: 1px solid #ccc; */
            box-shadow: inset 0 0 0 1px #dadce0;
        }

            ul.link_btn li a:hover, ul.link_btn li a:active, ul.link_btn li a:focus {
                outline: none !important;
                background: #f2f5f9;
                text-decoration: none;
            }

.no-padding {
    padding: 15px 0px !important;
}

.table tr th label {
    color: #fff !important;
    margin: 0;
    font-family: inherit;
    font-weight: bold !important;
}

.ui-datepicker table {
    width: 100%;
    font-size: 15px;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
/*edit Css 03-June-(mukesh)*/
.usr, .pwd {
    position: absolute;
    top: 20px;
    left: 11px;
    font-size: 2rem !important;
    color: #999;
}

.login-area {
    background-image: url('../img/LoginBackground.jpg');
}

.bg-img {
    background-image: url('../img/LoginBackground.jpg');
    min-height: 200px;
    background-size: cover;
}

.login-area::before {
    background: rgba(0, 0, 0, 0.2);
}

.login-left {
    background-color: rgba(0,140,0,1);
}

    .login-left .logo img {
        width: 90%;
    }

    .login-left .logo {
        background: #fff;
        width: 100%;
        height: 350px;
        padding: 20px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.login-right h2 {
    color: rgb(0, 140, 0);
}

.login-right .login-btn {
    background-color: rgb(0, 140, 0);
    margin-top: 10px;
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.login-right .my-input:focus {
    border: 2px solid rgb(0, 131,192);
    box-shadow: 0px 0px 5px -1px #0083c0;
}

    .login-right .my-input:focus ~ .usr {
        color: rgb(0, 131, 192);
    }

    .login-right .my-input:focus ~ .pwd {
        color: rgb(0, 131, 192);
    }

.login-right .my-input {
    font-size: 17px;
    width: 100%;
    height: 40px;
    margin: 10px 2px 10px;
    padding: 10px 10px 10px 40px;
    outline: none;
    border: 1px solid #999;
    border-radius: 6px;
}

.login-right {
    position: relative;
}

.version {
    position: absolute;
    bottom: 0;
    left: 5px;
    color: #999;
}

.login-right .logo-bci img {
    float: right;
    width: 60%;
}

header .logo {
    width: 100%;
    float: left;
    height: 47px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    header .logo img {
        width: 100px;
        height: 55px;
    }

.set .mynav .nav-side-menu, .set .mynav.hoverme .nav-side-menu {
    background-color: rgb(0, 140, 0);
}

    .set .mynav .nav-side-menu li a.active, .set .mynav.hoverme .nav-side-menu li a.active {
        background: rgba(0,0,0,0.3);
    }

    .set .mynav .nav-side-menu li a, .set .mynav.hoverme .nav-side-menu li a {
        border-bottom: 1px solid #119bcd;
    }

.footer {
    width: 100%;
    background-color: rgb(0, 140, 0);
    float: left;
    text-align: center;
    color: #fff;
    margin: 2% 0 0;
}

.d-none {
    display: none !important;
}
/*Vijay added Dashboard css*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300&display=swap');
/* Color Variables */
/* #eff3f6 */
/* Styles */
body {
    background: #e3e5e6;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
}

.text-red {
    color: red !important;
}

.text-green {
    color: green !important;
}

.text-orange {
    color: orange !important;
}

.text-blue {
    color: blue !important;
}
/* buttons */
.btn-red {
    background: red;
    color: white;
    font-size: xx-small;
}

    .btn-red:hover, .btn-red:focus {
        background: #d60000;
        color: white;
    }

.btn-grayblue {
    background: #acb6c4;
    color: white;
    font-size: xx-small;
}

    .btn-grayblue:hover, .btn-grayblue:focus {
        background: #97a4b5;
        color: white;
    }
/* Custom scrollbar */
.main ::-webkit-scrollbar {
    width: 5px;
}

.main ::-webkit-scrollbar-track {
    border-radius: 10px;
}

.main ::-webkit-scrollbar-thumb {
    background: green;
    border-radius: 10px;
}

    .main ::-webkit-scrollbar-thumb:hover {
        background: green;
    }
/* Left Menu */
.left {
    width: 57px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #0d5a2e;
    position: fixed;
    transition: all 0.5s;
}

    .left:hover {
        width: 200px;
    }

        .left:hover ul li.menu-heading {
            opacity: 1;
        }

    .left ul {
        padding-left: 0;
    }

        .left ul li {
            list-style-type: none;
        }

            .left ul li.active a {
                background: #0d5a2e;
                color: white;
            }

                .left ul li.active a:hover {
                    background: #0d5a2e;
                }

            .left ul li a {
                display: flex;
                align-items: center;
                background: #0d5a2e;
                color: white;
                padding: 15px 10px;
                font-size: 13px;
                width: 200px;
                border-bottom: 1px solid #fff;
            }

                .left ul li a:hover {
                    background: #0d5a2e;
                    text-decoration: none;
                }

                    .left ul li a:hover i.fa {
                        color: #00b300;
                    }

                .left ul li a:focus {
                    text-decoration: none;
                }

                .left ul li a i.fa {
                    width: 50px;
                    text-align: center;
                    padding-right: 15px;
                    transition: all 1s;
                }

        .left ul .menu-heading {
            opacity: 0;
            padding: 10px 5px 10px 10px;
            color: #b3b300;
            font-size: smaller;
            border-bottom: 1px solid #2b3443;
            transition: all 0.5s;
        }
/* Right Content */
.right {
    transition: all 0.5s;
    margin-left: 72px;
    /* Overview */
    /* Performance */
    /* Analytics */
    /* Landing */
    /* Projects */
    /* User Profile */
    /* Candidates */
    /* Invoices */
    /* Single Invoice */
    /* Browse */
}

    .right #overview .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #overview .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #overview .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #overview .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #overview .header ul li .btn-group i.fa-user-o, .right #overview .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #overview .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #overview .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #overview .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #overview .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #overview .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #overview .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #overview .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #overview .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #overview .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #overview .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #overview .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #overview .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #overview .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #overview .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #overview .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #overview .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #overview .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #overview .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #overview .content {
        padding: 0 30px 15px 15px;
    }

        .right #overview .content .row.graph-cards {
            margin-top: 20px;
        }

            .right #overview .content .row.graph-cards .col-sm-4 div {
                background: white;
                padding: 15px;
            }

                .right #overview .content .row.graph-cards .col-sm-4 div h4, .right #overview .content .row.graph-cards .col-sm-4 div h2 {
                    color: #354052;
                }

                    .right #overview .content .row.graph-cards .col-sm-4 div h4 small, .right #overview .content .row.graph-cards .col-sm-4 div h2 small {
                        color: #7f8fa4;
                        font-size: small;
                    }

                .right #overview .content .row.graph-cards .col-sm-4 div h2 {
                    line-height: 85%;
                }

                .right #overview .content .row.graph-cards .col-sm-4 div img {
                    width: 100%;
                    height: 150px;
                    object-fit: contain;
                }

            .right #overview .content .row.graph-cards .col-sm-4:last-child img {
                height: 220px;
            }

        .right #overview .content .row.project-cards {
            margin-top: 20px;
        }

            .right #overview .content .row.project-cards .col-sm-3 .card {
                background: white;
                padding: 0;
            }

                .right #overview .content .row.project-cards .col-sm-3 .card img {
                    width: 100%;
                }

                .right #overview .content .row.project-cards .col-sm-3 .card h5 {
                    padding: 15px 30px;
                    border-bottom: 1px solid #e6e6e6;
                }

                .right #overview .content .row.project-cards .col-sm-3 .card .row {
                    padding: 0 15px;
                    margin-left: 0;
                    margin-right: 0;
                }

                    .right #overview .content .row.project-cards .col-sm-3 .card .row .col-sm-6 {
                        padding: 15px;
                    }

        .right #overview .content .row.invoice-task {
            margin-top: 20px;
        }

            .right #overview .content .row.invoice-task .col-sm-6 .invoice, .right #overview .content .row.invoice-task .col-sm-6 .tasks {
                background: white;
            }

                .right #overview .content .row.invoice-task .col-sm-6 .invoice h5, .right #overview .content .row.invoice-task .col-sm-6 .tasks h5 {
                    color: black;
                    padding: 15px;
                }

                    .right #overview .content .row.invoice-task .col-sm-6 .invoice h5 small a, .right #overview .content .row.invoice-task .col-sm-6 .tasks h5 small a {
                        color: #7f8fa4;
                        font-size: xs-small;
                        margin-top: 5px;
                        display: block;
                    }

                .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td, .right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td {
                    font-size: small;
                    border-top-color: #e6e6e6;
                    padding: 15px;
                }

                    .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(1), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(3) {
                        color: #7f8fa4;
                    }

                    .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(4) .btn {
                        font-size: xx-small;
                    }

                    .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(1), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(2), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(3), .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td:nth-child(5) {
                        padding-top: 20px;
                    }

                    .right #overview .content .row.invoice-task .col-sm-6 .invoice .table tbody tr td .checkbox {
                        margin: 5px 0 0;
                    }

                    .right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox {
                        margin: 5px 0 0 0;
                    }

                        .right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox:hover label {
                            text-decoration: line-through;
                            color: #999;
                        }

                            .right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox:hover label input {
                                opacity: 0.5;
                            }

                        .right #overview .content .row.invoice-task .col-sm-6 .tasks .table tbody tr td .checkbox label input {
                            margin-top: 2px;
                        }

    .right #performance .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #performance .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #performance .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #performance .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #performance .header ul li .btn-group i.fa-user-o, .right #performance .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #performance .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #performance .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #performance .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #performance .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #performance .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #performance .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #performance .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #performance .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #performance .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #performance .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #performance .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #performance .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #performance .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #performance .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #performance .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #performance .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #performance .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #performance .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #performance .content {
        margin: 0 30px 15px 15px;
    }

        .right #performance .content .flex {
            display: flex;
            justify-content: center;
            align-items: center;
            background: white;
            margin-left: -30px;
            margin-right: -30px;
        }

            .right #performance .content .flex .col-sm-2 .info-card {
                padding: 20px;
            }

                .right #performance .content .flex .col-sm-2 .info-card h3 {
                    margin-top: 10px;
                }

                    .right #performance .content .flex .col-sm-2 .info-card h3 small {
                        font-size: small;
                    }

        .right #performance .content .world {
            padding-top: 15px;
        }

            .right #performance .content .world .col-sm-6:first-child {
                padding-left: 0;
            }

            .right #performance .content .world .col-sm-6:last-child {
                padding-right: 0;
            }

            .right #performance .content .world .col-sm-6 .world-card, .right #performance .content .world .col-sm-6 .product-card {
                background: white;
            }

                .right #performance .content .world .col-sm-6 .world-card h4, .right #performance .content .world .col-sm-6 .product-card h4 {
                    padding: 15px;
                }

                .right #performance .content .world .col-sm-6 .world-card img, .right #performance .content .world .col-sm-6 .product-card img {
                    width: 100%;
                    height: 280px;
                    object-fit: contain;
                }

                .right #performance .content .world .col-sm-6 .product-card h4 {
                    margin-bottom: 0;
                }

                .right #performance .content .world .col-sm-6 .product-card .custom-progress {
                    padding: 9px 15px 15px;
                }

                    .right #performance .content .world .col-sm-6 .product-card .custom-progress h6 i.fa {
                        padding-right: 10px;
                    }

                    .right #performance .content .world .col-sm-6 .product-card .custom-progress h6 small {
                        font-size: small;
                    }

                    .right #performance .content .world .col-sm-6 .product-card .custom-progress .progress {
                        height: 15px;
                        border-radius: 10px;
                        margin-bottom: 0;
                        background: #e7eaee;
                    }

                        .right #performance .content .world .col-sm-6 .product-card .custom-progress .progress .progress-bar {
                            border-radius: 10px;
                        }

        .right #performance .content .stats {
            margin-top: 15px;
        }

            .right #performance .content .stats .col-sm-4:first-child {
                padding-left: 0;
            }

            .right #performance .content .stats .col-sm-4:last-child {
                padding-right: 0;
            }

            .right #performance .content .stats .col-sm-4 .stats-card {
                background: white;
            }

                .right #performance .content .stats .col-sm-4 .stats-card h4 {
                    padding: 15px;
                }

                    .right #performance .content .stats .col-sm-4 .stats-card h4 small:first-child {
                        font-size: xx-large;
                        color: black;
                    }

                .right #performance .content .stats .col-sm-4 .stats-card img {
                    width: 100%;
                    height: 150px;
                    object-fit: contain;
                }

                .right #performance .content .stats .col-sm-4 .stats-card .row {
                    padding: 0 15px;
                }

                    .right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-6 h6 {
                        display: inline-block;
                        font-size: 80%;
                        color: #7f8fa4;
                    }

                        .right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-6 h6 small {
                            font-size: small;
                            color: black;
                            padding-left: 10px;
                        }

                    .right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 h6 {
                        font-size: x-small;
                    }

                    .right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 .progress {
                        height: 10px;
                        background: #e7eaee;
                        border-radius: 10px;
                    }

                        .right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-10 .progress .progress-bar {
                            border-radius: 10px;
                        }

                    .right #performance .content .stats .col-sm-4 .stats-card .row .col-sm-2 h4 {
                        margin-top: 10px;
                        font-weight: bold;
                    }

            .right #performance .content .stats .col-sm-4 .customers .row {
                padding: 0 30px;
            }

                .right #performance .content .stats .col-sm-4 .customers .row .col-sm-4 h6 {
                    font-size: smaller;
                }

            .right #performance .content .stats .col-sm-4 .customers .p-bars {
                padding-bottom: 50px;
            }

                .right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 h6 {
                    font-size: large;
                    font-weight: bold;
                }

                    .right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 h6 small {
                        font-size: small;
                    }

                .right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 .progress {
                    height: 10px;
                    border-radius: 10px;
                    background: #e6e6e6;
                }

                    .right #performance .content .stats .col-sm-4 .customers .p-bars .col-sm-4 .progress .progress-bar {
                        border-radius: 10px;
                    }

            .right #performance .content .stats .col-sm-4 .profit {
                padding-bottom: 30px;
            }

                .right #performance .content .stats .col-sm-4 .profit .table tbody tr td {
                    font-size: smaller;
                    border-top-color: #e6e6e6;
                    padding: 15px;
                }

                    .right #performance .content .stats .col-sm-4 .profit .table tbody tr td i.fa {
                        padding-right: 10px;
                    }

                .right #performance .content .stats .col-sm-4 .profit .table tbody tr:first-child td {
                    border-top: none;
                }

    .right #analytics .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #analytics .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #analytics .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #analytics .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #analytics .header ul li .btn-group i.fa-user-o, .right #analytics .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #analytics .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #analytics .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #analytics .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #analytics .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #analytics .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #analytics .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #analytics .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #analytics .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #analytics .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #analytics .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #analytics .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #analytics .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #analytics .content {
        margin: 0 30px 15px 15px;
    }

        .right #analytics .content .revenue, .right #analytics .content .active-clients {
            background: white;
            padding: 15px;
            margin-top: 20px;
        }

            .right #analytics .content .revenue h4, .right #analytics .content .active-clients h4 {
                margin-bottom: 20px;
            }

            .right #analytics .content .revenue img, .right #analytics .content .active-clients img {
                width: 100%;
                height: 418px;
                object-fit: contain;
            }

        .right #analytics .content .active-clients, .right #analytics .content .tasks {
            background: white;
        }

            .right #analytics .content .active-clients h6, .right #analytics .content .tasks h6 {
                font-weight: bold;
                line-height: 150%;
            }

                .right #analytics .content .active-clients h6 small, .right #analytics .content .tasks h6 small {
                    font-size: small;
                }

            .right #analytics .content .active-clients .table, .right #analytics .content .tasks .table {
                margin-bottom: 0;
            }

                .right #analytics .content .active-clients .table tbody tr td, .right #analytics .content .tasks .table tbody tr td {
                    border-top: 0;
                    font-size: small;
                }

                    .right #analytics .content .active-clients .table tbody tr td .progress, .right #analytics .content .tasks .table tbody tr td .progress {
                        height: 5px;
                        border-radius: 10px;
                        background: #e6e6e6;
                        margin-top: 10px;
                        margin-bottom: 10px;
                    }

                        .right #analytics .content .active-clients .table tbody tr td .progress .progress-bar, .right #analytics .content .tasks .table tbody tr td .progress .progress-bar {
                            border-radius: 10px;
                        }

        .right #analytics .content .tasks {
            margin-top: 15px;
            padding: 15px;
        }

        .right #analytics .content .total-stats {
            margin-top: 20px;
        }

            .right #analytics .content .total-stats .col-sm-3:nth-child(3) .stats-card h3 small i.fa {
                padding: 2px 4px 0;
            }

            .right #analytics .content .total-stats .col-sm-3 .stats-card {
                background: white;
                padding: 15px;
            }

                .right #analytics .content .total-stats .col-sm-3 .stats-card span {
                    display: inline-block;
                    border-radius: 50%;
                    vertical-align: bottom;
                }

                    .right #analytics .content .total-stats .col-sm-3 .stats-card span i.fa {
                        border: 1px solid white;
                        padding: 20px 17px;
                        border-radius: 50%;
                        color: white;
                    }

                .right #analytics .content .total-stats .col-sm-3 .stats-card .orange-chart {
                    background: #ffa705;
                    border: 5px solid #ffa705;
                }

                .right #analytics .content .total-stats .col-sm-3 .stats-card .purple-chart {
                    background: #b300b3;
                    border: 5px solid #b300b3;
                }

                .right #analytics .content .total-stats .col-sm-3 .stats-card .red-chart {
                    background: #f33;
                    border: 5px solid #f33;
                }

                .right #analytics .content .total-stats .col-sm-3 .stats-card .green-chart {
                    background: #00b300;
                    border: 5px solid #00b300;
                }

                .right #analytics .content .total-stats .col-sm-3 .stats-card h3 {
                    display: inline-block;
                    font-weight: bold;
                    padding-left: 20px;
                }

                    .right #analytics .content .total-stats .col-sm-3 .stats-card h3 small {
                        font-size: small;
                    }

                        .right #analytics .content .total-stats .col-sm-3 .stats-card h3 small i.fa {
                            background: #b6c0d0;
                            color: white;
                            vertical-align: super;
                            border-radius: 50%;
                            padding: 0 4px 2px;
                        }

        .right #analytics .content .income-customers {
            margin-top: 20px;
            background: white;
        }

            .right #analytics .content .income-customers .table-responsive h4 {
                padding: 15px;
            }

                .right #analytics .content .income-customers .table-responsive h4 small {
                    font-size: small;
                }

            .right #analytics .content .income-customers .table-responsive table {
                margin-bottom: 0;
            }

                .right #analytics .content .income-customers .table-responsive table tbody tr td {
                    vertical-align: middle;
                    font-size: smaller;
                    padding: 15px;
                }

                    .right #analytics .content .income-customers .table-responsive table tbody tr td img {
                        width: 30px;
                    }

    .right #landing .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #landing .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #landing .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #landing .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #landing .header ul li .btn-group i.fa-user-o, .right #landing .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #landing .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #landing .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #landing .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #landing .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #landing .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #landing .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #landing .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #landing .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #landing .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #landing .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #landing .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #landing .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #landing .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #landing .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #landing .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #landing .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #landing .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #landing .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #landing .content {
        margin: 0 30px 15px 15px;
    }

        .right #landing .content h3.text-center {
            padding: 2em;
        }

        .right #landing .content .card-4 {
            background: white;
            padding: 50px;
        }

            .right #landing .content .card-4 p {
                padding: 2em;
                margin-bottom: 0;
                font-weight: bold;
            }

        .right #landing .content .col-sm-6:nth-child(2) .card-6 {
            padding: 0;
        }

        .right #landing .content .card-6 {
            background: white;
            padding: 15px;
        }

            .right #landing .content .card-6 .row .col-sm-4 h4 {
                font-weight: bold;
            }

                .right #landing .content .card-6 .row .col-sm-4 h4 small {
                    font-size: small;
                    margin: 10px 0;
                }

            .right #landing .content .card-6 .row .col-sm-4 img {
                width: 100%;
                height: 150px;
                object-fit: cover;
            }

            .right #landing .content .card-6 .row .col-sm-3 h5 {
                font-weight: bold;
            }

                .right #landing .content .card-6 .row .col-sm-3 h5 small {
                    font-size: small;
                    margin: 10px 0;
                }

            .right #landing .content .card-6 .row .col-sm-3 .progress {
                height: 5px;
            }

            .right #landing .content .card-6 .table-responsive {
                overflow-x: unset;
            }

                .right #landing .content .card-6 .table-responsive .table {
                    margin-bottom: 0;
                }

                    .right #landing .content .card-6 .table-responsive .table tr:first-child td {
                        border-top: 0;
                    }

                    .right #landing .content .card-6 .table-responsive .table tr td {
                        vertical-align: middle;
                        padding: 15px;
                    }

                        .right #landing .content .card-6 .table-responsive .table tr td img {
                            height: 45px;
                        }

    .right #projects .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #projects .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #projects .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #projects .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #projects .header ul li .btn-group i.fa-user-o, .right #projects .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #projects .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #projects .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #projects .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #projects .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #projects .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #projects .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #projects .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #projects .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #projects .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #projects .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #projects .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #projects .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #projects .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #projects .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #projects .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #projects .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #projects .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #projects .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #projects .content {
        margin: 20px 30px 15px 15px;
    }

        .right #projects .content .row {
            padding-left: 15px;
            padding-right: 15px;
        }

            .right #projects .content .row .col-sm-3:first-child {
                padding-left: 0;
            }

                .right #projects .content .row .col-sm-3:first-child .card-3 {
                    background: #4d5d77;
                }

            .right #projects .content .row .col-sm-3:nth-child(2) .card-3 {
                background: #00bd00;
            }

            .right #projects .content .row .col-sm-3:nth-child(3) .card-3 {
                background: #e69500;
            }

            .right #projects .content .row .col-sm-3:last-child {
                padding-right: 0;
            }

                .right #projects .content .row .col-sm-3:last-child .card-3 {
                    background: #f33;
                }

            .right #projects .content .row .col-sm-3 .card-3 {
                background: white;
                padding: 15px;
                color: white;
                border-radius: 5px;
            }

                .right #projects .content .row .col-sm-3 .card-3 h3 {
                    margin-top: 0;
                    margin-bottom: 25px;
                    font-weight: bold;
                }

                    .right #projects .content .row .col-sm-3 .card-3 h3 small {
                        font-size: small;
                        line-height: 3em;
                        color: rgba(255, 255, 255, .8);
                    }

                    .right #projects .content .row .col-sm-3 .card-3 h3 span i.fa {
                        color: rgba(255, 255, 255, .3);
                    }

        .right #projects .content .row {
            margin-top: 20px;
        }

            .right #projects .content .row .responsive-table {
                background: white;
                border: 1px solid #e6e6e6;
            }

                .right #projects .content .row .responsive-table h3 {
                    color: #354052;
                    padding: 30px 15px;
                    border-bottom: 1px solid #e6e6e6;
                    margin: 0;
                }

                    .right #projects .content .row .responsive-table h3 small {
                        font-size: small;
                        color: #7f8fa4;
                    }

                    .right #projects .content .row .responsive-table h3 i.fa {
                        color: #7f8fa4;
                        cursor: pointer;
                    }

                        .right #projects .content .row .responsive-table h3 i.fa:hover {
                            color: #00b300;
                        }

                .right #projects .content .row .responsive-table table {
                    font-size: small;
                    color: #354052;
                    margin-bottom: 0;
                }

                    .right #projects .content .row .responsive-table table thead tr th {
                        color: #7f8fa4;
                        font-weight: normal;
                        border-bottom-color: #e6e6e6;
                        padding: 15px;
                    }

                    .right #projects .content .row .responsive-table table tbody tr td {
                        border-top-color: #e6e6e6;
                        padding: 15px;
                    }

                        .right #projects .content .row .responsive-table table tbody tr td small {
                            color: #7f8fa4;
                            font-size: xx-small;
                        }

                        .right #projects .content .row .responsive-table table tbody tr td i.fa {
                            padding-right: 10px;
                        }

                        .right #projects .content .row .responsive-table table tbody tr td .btn-group .btn {
                            color: #354052;
                            font-size: small;
                        }

                        .right #projects .content .row .responsive-table table tbody tr td .btn-group .dropdown-toggle i.fa {
                            padding-right: 0;
                        }

                        .right #projects .content .row .responsive-table table tbody tr td .btn-group .dropdown-menu {
                            padding: 0;
                            right: 0;
                            left: inherit;
                            box-shadow: none;
                            border-color: #d9d9d9;
                        }

                            .right #projects .content .row .responsive-table table tbody tr td .btn-group .dropdown-menu li a {
                                color: #354052;
                                font-size: small;
                                border-bottom: 1px solid #e6e6e6;
                                padding: 10px 20px;
                            }

                    .right #projects .content .row .responsive-table table tbody tr .img-team {
                        display: flex;
                        align-items: center;
                    }

                        .right #projects .content .row .responsive-table table tbody tr .img-team img {
                            height: 40px;
                        }

                        .right #projects .content .row .responsive-table table tbody tr .img-team p {
                            padding-left: 10px;
                            margin-bottom: 0;
                        }

                    .right #projects .content .row .responsive-table table tbody tr.danger {
                        border-left: 2px solid red;
                    }

                        .right #projects .content .row .responsive-table table tbody tr.danger td {
                            background: white;
                        }

    .right #user-profile .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #user-profile .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #user-profile .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #user-profile .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #user-profile .header ul li .btn-group i.fa-user-o, .right #user-profile .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #user-profile .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #user-profile .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #user-profile .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #user-profile .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #user-profile .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #user-profile .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #user-profile .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #user-profile .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #user-profile .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #user-profile .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #user-profile .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #user-profile .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #user-profile .content {
        margin: 0 30px 15px 15px;
    }

        .right #user-profile .content .row {
            padding-top: 20px;
        }

            .right #user-profile .content .row .card-7, .right #user-profile .content .row .card-5 {
                background: white;
            }

                .right #user-profile .content .row .card-7 .nav-tabs {
                    border-bottom: 0;
                    border: 1px solid #ddd;
                }

                    .right #user-profile .content .row .card-7 .nav-tabs li {
                        border-bottom: 2px solid transparent;
                        margin-bottom: -2px;
                    }

                        .right #user-profile .content .row .card-7 .nav-tabs li a {
                            color: #495871;
                            padding-top: 20px;
                            padding-bottom: 20px;
                        }

                        .right #user-profile .content .row .card-7 .nav-tabs li:hover a {
                            color: black;
                            border-bottom: 0;
                            background: transparent;
                        }

                        .right #user-profile .content .row .card-7 .nav-tabs li.active {
                            font-weight: bold;
                            border-bottom: 2px solid #00b300;
                        }

                            .right #user-profile .content .row .card-7 .nav-tabs li.active a {
                                border: 0;
                                color: black;
                            }

                .right #user-profile .content .row .card-7 .tab-content .tab-pane {
                    padding: 20px 15px;
                    border: 1px solid #ddd;
                    border-top: 0;
                }

                    .right #user-profile .content .row .card-7 .tab-content .tab-pane ul {
                        padding-left: 25px;
                        padding-right: 50px;
                        margin-bottom: 40px;
                    }

                        .right #user-profile .content .row .card-7 .tab-content .tab-pane ul small.title {
                            margin-left: -25px;
                            color: #999;
                            font-weight: bold;
                        }

                        .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li {
                            list-style-type: none;
                            position: relative;
                            color: black;
                            margin-bottom: 20px;
                        }

                            .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:before {
                                content: '';
                                position: absolute;
                                top: 8px;
                                left: -25px;
                                width: 12px;
                                height: 12px;
                                border-radius: 50%;
                                background: #7f8fa4;
                            }

                            .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:nth-child(2):before {
                                background: orange;
                            }

                            .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:nth-child(3):before {
                                background: green;
                            }

                            .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li:nth-child(4):before {
                                background: red;
                            }

                            .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 {
                                line-height: 30px;
                            }

                                .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 span {
                                    display: block;
                                    padding: 5px 15px;
                                    border: 1px solid #ddd;
                                    border-radius: 5px;
                                }

                                    .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 span.imgs {
                                        border: none;
                                    }

                                        .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 span.imgs img {
                                            height: 60px;
                                            display: inline-block;
                                            margin-right: 5px;
                                        }

                                .right #user-profile .content .row .card-7 .tab-content .tab-pane ul li h6 small {
                                    font-size: inherit;
                                }

            .right #user-profile .content .row .card-5 {
                padding: 15px;
                margin-bottom: 20px;
            }

                .right #user-profile .content .row .card-5 .profile {
                    width: 100%;
                    text-align: center;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                }

                    .right #user-profile .content .row .card-5 .profile img {
                        height: 100px;
                    }

                    .right #user-profile .content .row .card-5 .profile h4 {
                        font-weight: bold;
                        line-height: 40px;
                    }

                        .right #user-profile .content .row .card-5 .profile h4 small {
                            font-size: small;
                            display: block;
                            line-height: 20px;
                        }

                            .right #user-profile .content .row .card-5 .profile h4 small:nth-child(1) {
                                color: black;
                            }

                            .right #user-profile .content .row .card-5 .profile h4 small:nth-child(2) {
                                color: #7f8fa4;
                            }

                .right #user-profile .content .row .card-5 .dtls .col-sm-3 h5 {
                    font-weight: bold;
                    color: black;
                }

                    .right #user-profile .content .row .card-5 .dtls .col-sm-3 h5 small {
                        color: #999;
                        line-height: 30px;
                    }

                .right #user-profile .content .row .card-5 .fb, .right #user-profile .content .row .card-5 .drop, .right #user-profile .content .row .card-5 .link {
                    margin: 30px 0;
                }

                    .right #user-profile .content .row .card-5 .fb span, .right #user-profile .content .row .card-5 .drop span, .right #user-profile .content .row .card-5 .link span {
                        width: 35px;
                        height: 35px;
                        border-radius: 50%;
                        text-align: center;
                        padding-top: 9px;
                        margin-right: 20px;
                    }

                        .right #user-profile .content .row .card-5 .fb span i.fa, .right #user-profile .content .row .card-5 .drop span i.fa, .right #user-profile .content .row .card-5 .link span i.fa {
                            color: white;
                        }

                    .right #user-profile .content .row .card-5 .fb h5, .right #user-profile .content .row .card-5 .drop h5, .right #user-profile .content .row .card-5 .link h5 {
                        color: black;
                        font-weight: bold;
                    }

                    .right #user-profile .content .row .card-5 .fb span {
                        background: green;
                        padding-top: 7px;
                    }

                    .right #user-profile .content .row .card-5 .drop span {
                        background: purple;
                    }

                    .right #user-profile .content .row .card-5 .link a {
                        font-size: small;
                        color: #9da9b9;
                    }

            .right #user-profile .content .row .billing .billing-row {
                font-size: small;
                margin-bottom: 20px;
            }

                .right #user-profile .content .row .billing .billing-row .col-sm-6 i.fa {
                    padding-right: 10px;
                    color: purple;
                }

                .right #user-profile .content .row .billing .billing-row .col-sm-3.text-gray {
                    color: #999;
                }

            .right #user-profile .content .row .table tbody tr td {
                padding: 10px 5px;
                border-top: 0;
                font-size: small;
                color: #8c8c8c;
            }

                .right #user-profile .content .row .table tbody tr td:first-child {
                    color: black;
                    width: 40%;
                }

                .right #user-profile .content .row .table tbody tr td:last-child {
                    text-align: right;
                }

    .right #candidates .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #candidates .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #candidates .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #candidates .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #candidates .header ul li .btn-group i.fa-user-o, .right #candidates .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #candidates .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #candidates .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #candidates .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #candidates .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #candidates .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #candidates .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #candidates .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #candidates .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #candidates .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #candidates .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #candidates .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #candidates .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #candidates .content {
        margin: 0 30px 15px 15px;
    }

        .right #candidates .content .row {
            margin-top: 20px;
        }

            .right #candidates .content .row .candid-card .card-4 {
                background: white;
                padding: 15px;
            }

                .right #candidates .content .row .candid-card .card-4 .main-img {
                    width: 100%;
                }

                .right #candidates .content .row .candid-card .card-4 .row {
                    margin-top: 10px;
                }

                    .right #candidates .content .row .candid-card .card-4 .row .col-sm-10 img {
                        margin-top: -40px;
                        margin-right: 15px;
                    }

                    .right #candidates .content .row .candid-card .card-4 .row .col-sm-10 h5 {
                        font-weight: bold;
                    }

                        .right #candidates .content .row .candid-card .card-4 .row .col-sm-10 h5 small {
                            font-size: small;
                            line-height: 30px;
                        }

                    .right #candidates .content .row .candid-card .card-4 .row .col-sm-2 {
                        margin-top: 10px;
                    }

                        .right #candidates .content .row .candid-card .card-4 .row .col-sm-2 a {
                            color: #bfbfbf;
                        }

    .right #invoices .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #invoices .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #invoices .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #invoices .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #invoices .header ul li .btn-group i.fa-user-o, .right #invoices .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #invoices .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #invoices .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #invoices .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #invoices .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #invoices .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #invoices .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #invoices .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #invoices .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #invoices .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #invoices .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #invoices .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #invoices .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #invoices .content {
        margin: 0 30px 15px 15px;
    }

        .right #invoices .content .row.invoice {
            margin-top: 20px;
        }

            .right #invoices .content .row.invoice .summary-card {
                background: white;
                padding: 15px;
            }

                .right #invoices .content .row.invoice .summary-card h5 {
                    display: inline-block;
                    font-weight: bold;
                }

                    .right #invoices .content .row.invoice .summary-card h5 small {
                        color: #7f8fa4;
                    }

                .right #invoices .content .row.invoice .summary-card .dropdown i.fa {
                    margin-top: 15px;
                    color: #7f8fa4;
                    cursor: pointer;
                }

                .right #invoices .content .row.invoice .summary-card .row .col-sm-4:nth-child(2) .bg-cir {
                    background: red;
                    padding: 2px 3px 1px 4px;
                }

                .right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 {
                    position: relative;
                }

                    .right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 small {
                        font-size: x-small;
                        font-weight: bold;
                    }

                    .right #invoices .content .row.invoice .summary-card .row .col-sm-4 h3 .bg-cir {
                        position: absolute;
                        bottom: 35px;
                        font-size: x-small;
                        background: green;
                        color: white;
                        padding: 0 3px 3px 4px;
                        border-radius: 10px;
                    }

                .right #invoices .content .row.invoice .summary-card .cust-img {
                    height: 135px;
                    width: 100%;
                    object-fit: contain;
                }

        .right #invoices .content .table-invoice .table-in-card {
            background: white;
        }

            .right #invoices .content .table-invoice .table-in-card h3 {
                color: black;
                font-weight: bold;
                padding: 15px;
            }

            .right #invoices .content .table-invoice .table-in-card .table thead tr th, .right #invoices .content .table-invoice .table-in-card .table tbody tr td {
                vertical-align: middle;
                font-size: smaller;
            }

            .right #invoices .content .table-invoice .table-in-card .table thead tr th {
                color: #999;
                border-bottom: 0;
            }

            .right #invoices .content .table-invoice .table-in-card .table tbody tr td {
                padding: 20px 10px;
            }

                .right #invoices .content .table-invoice .table-in-card .table tbody tr td:last-child a {
                    color: #999;
                }

    .right #single-invoice .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #single-invoice .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #single-invoice .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #single-invoice .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #single-invoice .header ul li .btn-group i.fa-user-o, .right #single-invoice .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #single-invoice .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #single-invoice .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #single-invoice .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #single-invoice .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #single-invoice .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #single-invoice .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #single-invoice .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #single-invoice .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #single-invoice .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #single-invoice .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #single-invoice .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #single-invoice .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #single-invoice .content {
        margin: 0 30px 15px 15px;
    }

        .right #single-invoice .content .s-inv-card {
            background: white;
            margin-top: 20px;
            padding: 10rem 10rem 3rem;
            box-shadow: 0 0 10px #cad0d9;
        }

            .right #single-invoice .content .s-inv-card .row {
                margin-bottom: 8rem;
            }

                .right #single-invoice .content .s-inv-card .row:last-child {
                    margin-bottom: 2rem;
                }

                .right #single-invoice .content .s-inv-card .row small {
                    line-height: 25px;
                }

                .right #single-invoice .content .s-inv-card .row .s-inv-header .col-sm-3 h4 {
                    margin-top: 4rem;
                }

                .right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-3 h4 small {
                    line-height: 50px;
                }

                .right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table {
                    border: 1px solid #e6e6e6;
                    margin-bottom: 5px;
                }

                    .right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table tr td, .right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table tr th {
                        font-size: small;
                        padding: 15px;
                        border-bottom: 1px;
                        border-top: 1px solid #e6e6e6;
                    }

                    .right #single-invoice .content .s-inv-card .row .s-inv-body .col-sm-9 table thead tr th {
                        color: #7f8fa4;
                    }

    .right #browse .header {
        background: white;
        display: block;
        border: 1px solid #e6e6e6;
        padding: 15px 30px;
        margin-left: -15px;
    }

        .right #browse .header h4 {
            display: inline-block;
            color: #354052;
        }

        .right #browse .header ul {
            right: 0;
            left: inherit;
            max-width: 350px;
        }

            .right #browse .header ul li {
                display: inline-block;
                padding-left: 20px;
            }

                .right #browse .header ul li .btn-group i.fa-user-o, .right #browse .header ul li .btn-group i.fa-bell-o {
                    color: #b3b3b3;
                    font-size: 24px;
                    cursor: pointer;
                }

                    .right #browse .header ul li .btn-group i.fa-user-o:nth-child(1):after, .right #browse .header ul li .btn-group i.fa-bell-o:nth-child(1):after {
                        content: '3';
                        background: orange;
                        color: white;
                        font-size: small;
                        padding: 4px 7px;
                        border-radius: 50%;
                        position: absolute;
                        top: -8px;
                        left: 10px;
                    }

                .right #browse .header ul li .btn-group i.fa-angle-down {
                    cursor: pointer;
                }

                .right #browse .header ul li .btn-group .dropdown-menu {
                    padding: 0;
                }

                    .right #browse .header ul li .btn-group .dropdown-menu li {
                        padding-left: 0;
                        display: block;
                        border-bottom: 1px solid #e6e6e6;
                    }

                        .right #browse .header ul li .btn-group .dropdown-menu li:nth-child(1) .alert-card i.fa {
                            color: #00b300;
                        }

                        .right #browse .header ul li .btn-group .dropdown-menu li:nth-child(2) .alert-card i.fa {
                            color: #b300b3;
                        }

                        .right #browse .header ul li .btn-group .dropdown-menu li:nth-child(3) .alert-card i.fa {
                            color: #354052;
                        }

                        .right #browse .header ul li .btn-group .dropdown-menu li:last-child {
                            border-bottom: none;
                        }

                        .right #browse .header ul li .btn-group .dropdown-menu li a {
                            padding-top: 10px;
                            padding-bottom: 10px;
                        }

                            .right #browse .header ul li .btn-group .dropdown-menu li a:hover {
                                background: #e5e8ee;
                            }

                            .right #browse .header ul li .btn-group .dropdown-menu li a .alert-card {
                                display: flex;
                            }

                                .right #browse .header ul li .btn-group .dropdown-menu li a .alert-card img, .right #browse .header ul li .btn-group .dropdown-menu li a .alert-card i.fa {
                                    height: 40px;
                                    margin-right: 15px;
                                }

                                .right #browse .header ul li .btn-group .dropdown-menu li a .alert-card p {
                                    color: #354052;
                                    margin-bottom: 0;
                                }

                                    .right #browse .header ul li .btn-group .dropdown-menu li a .alert-card p small {
                                        color: #7f8fa4;
                                        width: 100%;
                                        white-space: pre-line;
                                    }

                .right #browse .header ul li .dropdown-avatar img {
                    height: 35px;
                }

                .right #browse .header ul li .dropdown-avatar i.fa {
                    padding-left: 8px;
                }

    .right #browse h5.search {
        background: white;
        padding: 30px;
        margin-left: -15px;
        margin-top: 0;
    }

    .right #browse .content {
        margin: 0 30px 15px 15px;
    }

        .right #browse .content .browse .card {
            background: white;
            padding: 15px;
        }

            .right #browse .content .browse .card img {
                width: 60px;
            }

            .right #browse .content .browse .card h5 {
                display: inline-block;
                vertical-align: middle;
            }

.left:hover + .right {
    margin-left: 215px;
}

.strike {
    color: #999;
}

hr {
    border-top: 1px solid #e6e6e6;
    margin: 10px 0;
}

.py-15 {
    padding: 15px 0;
}