﻿/*------------------------Validation CSS--------------------------*/

.CustomValidatorCalloutStyle div, .CustomValidatorCalloutStyle td {
    background-color: firebrick;
    color: white;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
    text-align: left;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_icon_cell {
    display: none;
}

.CustomValidatorCalloutStyle .ajax__validatorcallout_popup_table {
    width: 90% !important;
}

.imageButton {
    height: 16px;
    width: 16px;
}

