﻿
body {
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    color: #666666;
}

.dx-widget {
    /*font-family: 'Lato',sans-serif !important;
    color: #666666 !important;
    font-weight: normal;*/
    font-size: 16px;
}

fieldset {
    margin: 20px 0 0 !important;
}

fieldset.first {
    margin-top: 0 !important;
}

div.first {
    margin-top: 0 !important;
}

.alert-gray {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}