﻿/* Override label alignment
-------------------------------------------------------------- */
div.forms dl dt > span, div.forms dl dt > a, div.forms dl dt > label, 
dl.form dt > span, dl.form dt > a, dl.form dt > label, 
dl.form dd .label, dl.form dd .hyperlink, dl.form.labels dd > *,
div.controls .label, div.controls .hyperlink {
    margin-top: 8px;
}

img.hint {
    margin: 10px 0 0 10px;
}

/* Fix checkbox and radiobutton (and list versions) layout
-------------------------------------------------------------- */
.checkbox.dxeBase_Moderno label, .radiobutton.dxeBase_Moderno label, .checkboxlist.dxeCheckBoxList_Moderno label, .radiobuttonlist.dxeRadioButtonList_Moderno label {
    cursor: pointer;
} /* Cursor for checkbox & radiobutton labels */
.checkbox.dxeBase_Moderno.dxeReadOnly_Moderno label, .radiobutton.dxeBase_Moderno.dxeReadOnly_Moderno label, .checkboxlist.dxeCheckBoxList_Moderno.dxeReadOnly_Moderno label, .radiobuttonlist.dxeRadioButtonList_Moderno.dxeReadOnly_Moderno label {
    cursor: default;
} /* Cursor for disabled checkbox & radiobutton labels */
span.checkbox.dxeBase_Moderno, span.radiobutton.dxeBase_Moderno, table.checkbox.dxeBase_Moderno td:first-child, table.radiobutton.dxeBase_Moderno td:first-child, table.checkboxlist.dxeCheckBoxList_Moderno table td table td:first-child, table.radiobuttonlist.dxeRadioButtonList_Moderno table td table td:first-child {
    padding: 5px 9px 4px 0 !important;
} /* Line up checkboxes & radiobuttons with other controls (height & width 35px) */
table.checkbox.dxeBase_Moderno td:last-child, table.radiobutton.dxeBase_Moderno td:last-child, table.checkboxlist.dxeCheckBoxList_Moderno table td table td:last-child, table.radiobuttonlist.dxeRadioButtonList_Moderno table td table td:last-child {
    padding: 0 10px 1px 0 !important;
} /* Line up checkbox, checkboxlist radiobutton and radiobuttonlist labels with other controls */

/* Fix menu images
-------------------------------------------------------------- */
.dxmLite_Moderno .dxm-horizontal .dxm-image-l .dxm-hasText .dxm-image, .dxmLite_Moderno .dxm-popup .dxm-image {
    margin: 0 10px 0 0;
}
.dxm-hovered {
    border-width: 0 !important;
}