﻿/*RadInput*/
/*.RadInput {
    height: 50px !important;
}*/

.RadInput.RadInputHovered .riTextBox, .RadInput.RadInputHovered .riSelect, .RadInput.RadInputHovered .rcSelect, .RadInput_Hover {
    border-color: red !important;
}
.RadComboBox .rcbInner.rcbHovered {
    border-color: red !important;
}
/*RadComboBox
.RadComboBox .rcbEmptyMessage,
.RadInput .riEmpty, .RadInput_Empty {
    font-style: italic !important;
    font-weight: 100 !important;
    color: #A09E9E !important;
}*/

/*.RadButton .rbSkinnedButton {
    content:'';
}*/


/*RadWindow*/
/* remove main borders */
.borderLessDialog iframe {
    display: none;
}

.borderLessDialog.RadWindow {
    border: none;
    padding: 0;
    top: 50px !important;
    /*background-color:transparent !important;*/
}

    /* both selectors below can be replaced with setting VisibleTitlebar="false" */
    /* remove the titlebar widening */
    .borderLessDialog.RadWindow .rwTitleBar {
        margin: 0;
    }

/* remove the titlebar */
.borderLessDialog .rwTitleBar {
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessDialog .rwStatusBar {
    display: none;
}

/* remove the border around the content */
.borderLessDialog.RadWindow .rwContent {
    border: none;
}

/*RadWindow*/
/* remove main borders but leave the title bar */

.borderLessTitleDialog iframe {
    display: block;
}

.borderLessTitleDialog.RadWindow {
    border: none;
    padding: 0;
    top: 50px !important;
    background-color:transparent !important;
}

    /* both selectors below can be replaced with setting VisibleTitlebar="false" */
    /* remove the titlebar widening */
    .borderLessTitleDialog.RadWindow .rwTitleBar {
        margin: 0;
    }

/* remove the titlebar */
.borderLessTitleDialog .rwTitleBar {
    display: none;
}

/* the selector below can be replaced with setting VisibleStatusbar="false" */
/* remove the statusbar */
.borderLessTitleDialog .rwStatusBar {
    display: none;
}

/* remove the border around the content */
.borderLessTitleDialog.RadWindow .rwContent {
    border: none;
}

/*.RadWindow {
     background-color: #e3e3e3; 
}*/

/* Used in Override Validation display script in masterpage */
.validationError {
    border: 1px solid #D82727 !important;
}

.error {
    color: #D82727;
}

.required {
    font-size: .8em !important;
    color: #D82727;
    margin-bottom: 3px;
    text-align: left;
}