﻿body 
{
}
.vertical-center 
{
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}
.home-page-jumbotron 
{
    background-color: #C5D9FC;
    font-family: "Open Sands Light";
    border-radius: 0px;
    padding-top: 10px;
    margin-bottom: 0px;
    height: 75px;
}
/* -------Header Text-------*/
#headertext 
{
    color:black;
    text-decoration:solid;
}
/* -------NAV BAR-------*/
.navbar .navbar-nav .nav-link 
{
    /* background-color: #5161ce; */
    color: #A8B0E7;
    font-size: 1.2em;    
    height: 50px;
    transition: all 0.5s;  
}
.navbar .navbar-nav .nav-link:hover 
{
     /*background: linear-gradient(90deg, #FFC0CB 50%, #00FFFF 50%);*/
     background-color: #FFFFFF;
     border-top-left-radius: 15px;
     border-top-right-radius: 15px;       
     /*border: 1px black solid; */
     overflow: hidden;
     color: #5161ce;
     /*border-bottom: 10px solid #000000;*/
}
.mainmenu 
{
    background-color: #5161ce;
    /*margin-left: 100px;*/
    /*margin-right: 100px;*/
}
@media only screen and (min-width: 960px) 
{
    .navbar 
    {
        padding-bottom: 0px;
        padding-right: 50px;        
    }
    .navbar-expand-lg .navbar-nav
    {
        margin-left: 175px;
    }
    .navbar-light .navbar-brand {
        /*padding-bottom: 15px;*/
    }
    .navbar .navbar-nav .nav-item .nav-link 
    {
        padding: 5px 0.5em;
    }    
    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link 
    {
        border-right: 0px solid #000000;
    }
    .dropdown-item
    {
        color: #A8B0E7;
    }
    .dropdown-item:hover 
    {
        background-color: #FFFFFF;
        color: #5161ce;
    }
    .dropdown-hover:hover .dropdown-hover-menu 
    {
        background-color: #5161ce;
        display: block;
        margin-top: 0;
    }
    .dropdown-hover-profile-menu 
    {
        background-color: #5161ce;
        margin-top: 10px;
    }
    .dropdown-hover:hover .dropdown-hover-profile-menu 
    {
        background-color: #5161ce;
        display: block;
        margin-top: 10px;
    }
    .dropdown-hover:hover .dropdown-toggle::after {
        border-bottom: 0.3em solid;
        border-top: 0;
    }
    .dropdown-hover-profile-menu:before {
        position: absolute;
        top: -7px;
        /*right: 9px;*/
        left: 18px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: #5161ce;
        content: '';
    }
}
.dropdown-hover.show .dropdown-toggle::after
{
    border-bottom: 0.3em solid;
    border-top: 0;
}

/* -------Logout Button-------*/
.LogoutButton 
{
    width: 50px;
    border: none !important;
    outline: none !important;
}
.table-bordered
{

}
.Searchtextbox
{
    border-right: 0px;    
}
.ExpenseVendortextbox 
{
      width:208px;
}
.table th {
    background-color: #5B9BD5;
    color: #fff; 
}
.table tbody tr:hover
{
    background-color:azure !important;    
}
.table tbody tr:nth-child(odd) {
    background-color: #D2DEEF;
}
.table tbody tr:nth-child(even) {
    background-color: #EAEFF7;
}
.tablecolorless
{
    border-bottom: none !important;
}
.tablecolorless th {
    background-color: #FFF;
    color: #fff;
    border-bottom:none !important; 
}

.tablecolorless tbody tr:hover {
    background-color: #FFF !important;   
}

.tablecolorless tbody tr:nth-child(odd) {
    background-color: #FFF;
    color: #203864;
}

.tablecolorless tbody tr:nth-child(even) {
    background-color: #FFF;
    color: #203864;
}
.tablecolorless tr {
    border-top-color: #fff !important;
    border-bottom-color: #000 !important;
}
.tablecustomer th {
        background-color: #2EC4B6;
        color: #fff;
    }

.tablecustomer tbody tr:hover {
    background-color: azure !important;
}

.tablecustomer tbody tr:nth-child(odd) {
    background-color: #CEF3EF;
    color: #20887E;
}

.tablecustomer tbody tr:nth-child(even) {
    background-color: #8CE3DA;
    color: #20887E;
}

.tablevendor th {
    background-color: #E56B6F;
    color: #fff;
}

.tablevendor tbody tr:hover {
    background-color: azure !important;
}

.tablevendor tbody tr:nth-child(odd) {
    background-color: #F6CBCC;
    color: #e02228;
}

.tablevendor tbody tr:nth-child(even) {
    background-color: #F0A8A9;
    color: #e02228;
}
.messagealert 
{
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 100000;
    padding: 0;
    font-size: 15px;
}

.Datalistcheckbox 
{
    padding: 2px;
    padding-left: 6px;
    border-spacing: 0px;
    width: 300px;
    color:black;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid;
    border-color: #DDE4EC;
    background-color: #ADD8E6;
}

/* -------For Mobile Screen-------*/
@media only screen and (max-width: 600px) 
{
    .headerlabel 
    {
        font-weight: bold;        
        font-size:medium;        
    }
}
.headerlabel 
{
    font-weight: 700;
    font-size: 18px;
    color: #A8B0E7;
}
.dataTables_wrapper .dataTables_filter 
{
    float: left;
    text-align: left;
}
.customwidth 
{
    width: 100px !important;
}
.customwidthtop 
{
    width: 98px !important;
}
.customwidthbottom 
{
    width: 200px !important;
}
.emailprintcustomwidth 
{
    width: 100px !important;
}
.select2
{
    width:235px;
}
.select2-container .select2-selection--single 
{
padding-top:4px;
height: 38px !important;
}
.select2-container--default .select2-selection--single 
{
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.select2-selection__arrow 
{
    padding-top: 40px;
}
.Expenseselect2 
{
    width: 255px;
}
.Expenseselect2-container .Expenseselect2-selection--single {
    padding-top: 4px;
    height: 38px !important;
}
.Expenseselect2-container--default .Expenseselect2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.Expenseselect2-selection__arrow {
    padding-top: 40px;
}
.Expenseselect2vd {
    width: 247px;
}
.Expenseselect2vd-container .Expenseselect2-selection--single {
    padding-top: 4px;
    height: 38px !important;
}
.Expenseselect2vd-container--default .Expenseselect2-selection--single {
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.Expenseselect2vd-selection__arrow {
    padding-top: 40px;
}
.searchdropdown
{
    width: 200px;
}
.searchdropdownicon
{
    left:2px;
}
.msggridviewicons {
    width: 35px;
    height: 35px;
}
.labelbox 
{
    width: 350px;
    color: #465C71;
    font-weight: bold;
    font-size: 17px;
}
.ReportsIElabel
{
    font-weight: bold;
    font-size: 18px;
}
.UserNamelabel 
{
    font-weight: bold;
    font-size: 23px;
}

/* -------Sidebar-------*/

#accordian {
    background: #5161ce;
    width: 250px;
    padding: 10px;
    float: left;
    height: 100vh;
    overflow-x: hidden;
    position: relative;
    padding-right: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;   
}
.main-navbar 
{
    position: relative;
}
#accordian li 
{
    list-style-type: none;
}
#accordian ul li a 
{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    font-size: 15px;
    line-height: 45px;
    display: block;
    padding: 0px 20px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}
#accordian > ul > li.active > a 
{
    color: #5161ce;
    background-color:aqua;
    transition: all 0.7s;
}
#accordian a:not(:only-child):after 
{
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10%;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}
#accordian .active > a:not(:only-child):after 
{
    transform: rotate(90deg);
}
/* ---------------------*/

.locationheaderlabel 
{
    font-weight: 700;
    font-size: 20px;
    color: #A8B0E7;
}
.locationlist {
    font-weight: 700;
    font-size: 14px;
    color: #A8B0E7;
    cursor: pointer;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;    
}
    .locationlist:hover {
        background-color: #FFFFFF;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        /*border: 1px black solid; */
        overflow: hidden;
        color: #5161ce;
        width:240px;
    }
/* --------Accordion Menu Bar-------------*/
.accordionmenu {
    width: 115%;
    max-width: 384px;
    margin: 0px auto 20px -40px;
    background: #5161CE;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
}

    .accordionmenu .link {
        cursor: pointer;
        display: block;
        padding: 15px 15px 15px 42px;
        color: #A8B0E7;
        font-size: 14px;
        font-weight: 700;
        /*border-bottom: 1px solid #CCC;*/
        position: relative;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .accordionmenu li:last-child .link {
        border-bottom: 0;
    }

    .accordionmenu li i {
        position: absolute;
        top: 16px;
        left: 12px;
        font-size: 18px;
        color: #A8B0E7;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        .accordionmenu li i.fa-chevron-down {
            right: 12px;
            left: auto;
            font-size: 16px;
        }

    .accordionmenu li.open .link {
        color: #A8B0E7;
    }

    .accordionmenu li.open i {
        color: #A8B0E7;
    }

        .accordionmenu li.open i.fa-chevron-down {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.accordionsubmenu {
    display: none;
    background: #5161CE;
    border: 2px solid #A8B0E7;
    border-radius:8px;
}

    .accordionsubmenu li  
    {
         margin-left:-40px;
        /*border-bottom: 2px solid #4b4a5e;*/
    }

    .accordionsubmenu a {
        
        text-decoration: none;
        color: #d9d9d9;
        padding: 12px;
        padding-left: 42px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .accordionsubmenu a:hover 
        {
            background: #fff;
            color: #5161CE;            
        }
#accordiansidemenu 
{
    background: #5161ce;
    width: 250px;
    padding: 10px;
    float: left;
    height: 150vh;
    overflow-x: hidden;
    position: relative;
    padding-right: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-right:20px;
}
#accordiansidemenu li 
{
        list-style-type: none;
}
    #accordiansidemenu ul li a {
        text-decoration: none;
        font-size: 15px;
        line-height: 45px;
        display: block;
        padding: 0px 20px 0px 60px;
        transition-duration: 0.1s;
        /*transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);*/
        position: relative;
    }

/* --------------------------------*/
.sidebarpin 
{
    margin-top: -20px;
    font-size: 25px;
    margin-left: 210px;
    display: inline-block;
    margin-bottom: -10px;
    color: #A8B0E7;
}
.sidebarpin:hover 
{
        color: #FFF;
}
.TaskPending 
{
    /*margin-right: 700px;*/
    font-weight: bold;
    font-size: large;
}
.TaskPendingno 
{
    color: #007BFF;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}
.onofftable
{    
    margin-top: 50px;
}
.onofftableborder 
{
    border: 2px solid #465C71;
    height: 100px;
}
.onofftablelable 
{
    padding-left: 40px;
}
.onofftablebutton
{
    padding-left: 300px;
}
.cmargin 
{
    margin-left: 300px;
}
.editgridviewicons 
{
    width: 35px;
    height: 35px;
    margin-left: 15px;
}
.tabbuttons
{
    width: 150px !important;
    
}
.tabbuttons1 {
    background-color: #F5F9FC;
    color: #ABA7AE;
    border: 0px;
    border-right: 2px solid #E2E6EC;
}
    .tabbuttons1:hover {
        background-color: #FFFFFF;
        color: #98A0AC;
        border-right: 2px solid #E2E6EC;
        /*border-left: 2px solid #E2E6EC;*/
    }
/*.tabbuttons1:active, .tabbuttons1:focus 
{
        background-color: #007BFF !important;
        color: #FFF3FF;
        border-right: 2px solid #E2E6EC;     
        box-shadow:none;
}*/  
.lasttabbuttons 
{
    background-color: #F5F9FC;
    color: #ABA7AE;
    border: 0px;
    
}
.lasttabbuttons:hover 
{
    background-color: #FFFFFF;
    color: #98A0AC;
    
}
/*.lasttabbuttons:active, .lasttabbuttons:focus 
{
        background-color: #007BFF !important;
        color: #FFF3FF;
        border-right: 0px;
}*/
.SiteMap {
    font-weight: bold;
    font-size: 20px;
}
a:not([href]):not([class]) {
    color: #007BFF;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: #007BFF;
    text-decoration: none;
}