﻿.MenuName{
    font-family: 'Dubai', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #534f4f;
}

.MenuName:active{
    color: maroon;
}

.MenuName:hover{
    background-color: whitesmoke;
}

.MenuNew{
    width:200px;
}

.SubMenuNew{
    padding: 12px !Important;
    background-color: white;
    line-height: 50px;
    border-radius: 10px;
    width:440px;
}
 
 .SubMenuNewLabel{
    font-size: 14px;
    font-weight: bold;
 }
 
 
body.en-US .text-align-left {
    text-align: left !Important;
}

body.ar-AE .text-align-left {
    text-align: right !Important;
}

.CellBorder{
 border-bottom:  1px solid lightgray;   
}
/*
.text-align-right {
    text-align: right;
}

body.ar-AE .text-align-right {
    text-align:: left;
}*/