﻿@font-face {
    font-family: "GothamRounded-Medium";
    src: url('font/gotham-rounded/GothamRounded-Medium.ttf')format('truetype');
}
body input.dxeEditArea {
    color: #575757;
}
.dx-datagrid-text-content {
    font-size: 11px;
    font-style: normal;
    font-family: 'GothamRounded-Medium';
    font-weight: bold;
}

.dx-dashboard-fullscreen-mode.dx-dashboard-container {
    background-color: transparent !important;
}

.dx-dashboard-item-header {
    background-color: transparent !important;
}

.dx-datagrid-content {
    font-size: 11px;
    font-style: normal;
    font-family: 'GothamRounded-Medium';
    background-color: ghostwhite;
}
.dx-dashboard-item-header-text
{
    text-align:center;
}
.dx-dashboard-item-header-text-caption {
    font-size: 12px;
    font-style: normal;
    font-family: 'GothamRounded-Medium';
    font-weight: bold;
}
.dx-widget
{
    font-size: 11px;
}
.dx-datagrid-text-content
{
    text-align:center;

}
.dxeOutOfRWarn {
    border: none;
    -webkit-box-shadow: none ;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.dxeCalendarDETS {
     max-width: 428px!important;
}