﻿
.top_menubar_color {
    background-color: #edbd13;
}

.sidemenu_color {
    background-color: #161a25;
}

.menu_bar_icon_color{
    color:black!important;
   
}

.dropdown_menucolors{
    background-color:white;
    color:black;
}

.them_items:hover {
    background-color:#edbd13;
    color:#161a25;
}
.drop_labels{
    color:silver;
    font-size:small;
    font-weight:bold;
    padding:20px;
}

.my_sidebar_header_color {
    background-color: white;
}

.side_menu_item ul li, .side_menu_item ul li ul li a {
    color: #c5cad4;
}

    .side_menu_item ul li a, .side_menu_item ul li a:hover {
        color: #c5cad4;
    }


.accord_ion_list label:hover {
    background-color: #282828;
}

.nav_item:hover:hover {
    background-color: #282828;
}


/*color for panel*/
.panelhead_color {
    background-color: #161a25;
}
.paneltitle_color{
    color:white;
}

.panel_content {
    
    background-color: white;
}
/*color for panel*/

/*employee profile class*/
.children_dropmenu_bgcolor{
    background-color:white;
    z-index:2;
}
.work_expbox_backcolor{
    background-color:#e9e9e9;
}
/*employee profile class*/

/*class for myleaverequest*/
.actions_droplist > div:hover {
    background-color:#e5e2e2;
}

.color_silver{
    color:silver;
}
/*class for my leave requrest*/
/*class for modal*/
.modal_bodycolor{
    background-color:white;
}

.leaveconcerns_backcolor{
    background-color:rgba(247,62,62,0.3);
}

.Alert_backcolorinfo {
    background-color: rgba(7,161,211,0.2);
}

.othersiteinfo_backcolor{
    background-color: #E6F5FC; /*rgba(62,100,200,0.3);*/
    
}
/*class for modal*/
/*colors for alert*/
.myinfoalert {
    width: 100%;
    background-color: rgba(11, 173, 234, 0.15);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(82, 82, 82,0.1);
    cursor: pointer;
    margin-bottom: 20px;
}

.alertinfo_icon_color {
    color: rgb(11 173 234)!important;
}



.mydangeralert {
    width: 100%;
    background-color: rgba(238, 10, 18,0.15);
    padding: 15px;
    border-radius: 8px;
    border: 1px solid rgba(82, 82, 82,0.1);
    cursor: pointer;
    margin-bottom: 20px;
}

.alertdanger_icon_color {
    color: rgb(238 100 50)!important;
}
.ConfirmAletHeadColor {
    background-color: #edbd13;
    color: white;
}
.ConfirmAletBodyColor {
    background-color: white;
}
/*colors for alert*/




.alet_headingInfo {
    background-color: #1462ad;
    color: white;
   
}

.alet_headingdanger {
    background-color: #931010;
    color: white;
}

.TableHeadBackcolor th {
    background-color: #edbd13;
    color: Black;
}

.BorderColorYellow {
    border-bottom: 1px solid #edbd13
}

.ModalBodyColor {
    background-color: white;
}