.form-label{
    font-family:Roboto,'Segoe UI',serif;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    color: #797575;
}

input.form-control::placeholder {
    font-family:Roboto,'Segoe UI',serif;
    color: #b9b9b9;      /* your color */
    opacity: 1;       /* important for Firefox (prevents faded look) */
}

.my-dtable thead{
    background-color: #e2e9ee;
}

body{
    font-size:14px;
}

div.dt-buttons > .dt-button:first-child, div.dt-buttons > div.dt-button-split .dt-button:first-child,
div.dt-buttons > .dt-button, div.dt-buttons > div.dt-button-split .dt-button{
    background: white none;
    border-radius: 5px;
    padding: 7px 10px;
    color: #444;
    border: 1px solid #dbdbdb;
    font-size: 14px;
}

div.dt-buttons > .dt-button:first-child:hover, div.dt-buttons > div.dt-button-split .dt-button:first-child:hover,
div.dt-buttons > .dt-button:hover, div.dt-buttons > div.dt-button-split .dt-button:hover {
    background-color: #daeafb !important;
    color: #006ebe;
    border: 1px solid #dbdbdb !important;
}

h1{
    margin-bottom: 0 !important;
}
