﻿    header {
        background-color: #01adee !important;
        padding: 0px;
        position: relative;
    }

    .navbar .navbar-brand {
        padding: 0px;
    }

    header::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 0px;
        margin-top: -2px;
    }

    header .headermenu {       
        display: flex;
    }

        header .headermenu > li {
            position: relative;
            display: flex;
            align-items: center;
            margin: 0px;
            padding: 0 6px !important;
            text-transform: uppercase;
            border-top: 3px solid transparent;
        }

    header .headermenu > li > a {
        color: #fff !important;
        text-align: center;
        font-size: 11px;
        padding: 19px 5px !important;
        font-weight: 600;
    }
        /*
header .headermenu-left > li > ul > li > .nav-link {
    text-align: center;
    font-size: 11px;
}

header .headermenu-left ul .nav-link {
    color: #232323 !important;
    width: 100%;
}*/

    header .headermenu > li::before {
        content: "";
        width: 1px;
        height: 20px;
        background: #fff;
        position: absolute;
        right: 0px;
        top: 50%;
        margin-top: -10px;
    }

    header .headermenu > li:last-child::before {
        width: 0px;
    }

    header .headermenu li.active, header .headermenu li:hover {
        background: #1cb4ee;
        border-top: 3px solid #fff;
    }

    /*header .headermenu-left ul .nav-item.active, header .headermenu-left ul .nav-item:hover {
    background: #1cb4ee;
    border-top: 0px;
}*/

    header .headermenu > li.active a, header .headermenu > li:hover a {
        font-weight: 600 !important;
        color: #fff !important;
        flex: 1 1;
    }

/*header .headermenu-left .nav-item.active ul li a, header .headermenu-left .nav-item:hover ul li a.nav-link {
    font-weight: 600 !important;
    color: #232323 !important;
}*/

.user-btn {
    background: none !important;
    width: 60px;
}
/* profile name bug fix change- TJ*/
.user-profile-icon {
    background: #fff;
    color: #005B94;
    font-weight: bold;
    border: 0px;
    width: 35px;
    height: 35px;   
    border-radius: 50%;    
    display: flex;
    align-items: center;
    justify-content: center;    
    font-size: 14px;
    text-transform: uppercase;
}
.user-btn.dropdown-toggle::after {
    border-top: 0.4em solid #fff;
    top: 18px;
    right: 0;
    position: absolute;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
    content: "";
}
.user-role-text {
    font-size: 0.75em;
    padding-left: 8px;
}
.navbar-nav.menu-2 {
    margin-left: auto !important;
    max-width: 200px;
    justify-content: end;
    margin-top: 8px;
}
/*header .headermenu.menu-2 > li {
    text-transform:initial;
}*/
    .menu-2 .nav-item:hover {
    background: transparent !important;
    border-top: 0px;
}

    .navbar-nav.menu-2 > li {
        display: flex;
        align-items: center;        
        justify-content: end;
        line-height:1em;
    }
.navbar-nav.menu-2 .dropdown-menu > li:first-child > a {
    cursor: default;
}
.navbar-nav.menu-2 .nav-item > a {
    padding: 8px;
    color: #005B94 !important;
}
 .user-btn .usericon {
    background: #fff;
    color: #005B94;
    font-weight: bold;
    border: 0px;
}


/* profile name bug fix change- TJ*/


.user-btn + .dropdown-menu {
    padding: 0px;
    font-family: sans-serif;
}
        .user-btn + .dropdown-menu li{
            width:100%;
        }
        .user-btn + .dropdown-menu li a {
            font-size: .8rem;
            color: #232323 !important;
            text-transform:initial;
        }

        .user-btn .usericon + span {
            color: #fff;
        }
        .user-btn .usericon + span .rolename {
            color: #fff;
            font-size:10px;
            margin-top:-2px;
        }
    /*
header .form-select {
    font-size: 12px !important;
    border: 0px;
    padding: .1px 2rem 1px 7px;
    min-height: 24px;
}

.navbar-nav.headermenu.menu-2 {
    margin-left: auto !important;
}

    .navbar-nav.headermenu.menu-2 > li {
        display: flex;
        align-items: center;
        padding: 0px;
    }

.navbar-nav .dropdown-menu {
    top: 100%;
    margin-top: 0px !important;
    left: 50%;
    margin-left: -80px;
}*/
.titleHeader, .pagetitle.secd, .pagetitle {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}


header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top:0;
}


header + main {
    padding: 85px 40px 25px 40px;
}

button#searchUserDetail {
    height:31px;
}

.statusbadge {
    white-space:nowrap;
}

body {
    margin-bottom: 30px;
}

.action-cell {
    min-width:80px;
}


#TblCategoryMaster_wrapper.dataTables_wrapper div.dataTables_info {
    display: inline-block;
}

#TblCategoryMaster_wrapper.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
    float: right;
}

#tblToken_wrapper.dataTables_wrapper div.dataTables_info {
    display: inline-block;
}

#tblToken_wrapper.dataTables_wrapper div.dataTables_paginate {
    display: inline-block;
    float: right;
    padding-top: 7px;
}