﻿body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    min-height: 240px;
    min-width: 250px;
}

.title {
    float: left;
    padding: 1px 4px 2px;
    font-size: 2.2em;
}

.expandedPanel .title {
    display: none;
}

.mainMenu {
    float: right !important;
    margin: 4px 0 4px;
}

.expandedPanel .mainMenu {
    width: 100%;
}

.grid,
.grid .dxgvHSDC,
.grid .dxgvCSD {
    text-align: center;
    border-left-style: none !important;
    border-left-color: inherit !important;
    border-left-width: 0 !important;
    border-right-style: none !important;
    border-right-color: inherit !important;
    border-right-width: 0 !important;
    border-bottom-style: none !important;
    border-bottom-color: inherit !important;
    border-bottom-width: 0 !important;
   
    
}
.newfont {
    font-family: 'Simplified Arabic' !important;
    font-size: large !important;
}