﻿/* REGISTRATION FORM CSS */


/* VALIDATOR CALLOUTS ICON */
.registration .ajax__validatorcallout div, .registration .ajax__validatorcallout td { background-color:#fff2ca; border-color:#5a5a5a; }
.registration .ajax__validatorcallout_icon_cell img { visibility:hidden; }
.registration td.ajax__validatorcallout_icon_cell {
    background-image: url(../images/info.png);
    background-repeat: no-repeat;
    background-position: center center;
}

/* RUBRIQUES ENCADREES */
.TitreRubriqueBo, .step2 .AbstractTitle {
    background-color: White;
    text-align: left;
    color: #252525;
    height: 25px;
    font-weight: bold;
    border-bottom: solid 3px #000000;
}
.step2 .AbstractTitle { margin-top:9px; display:block; }
.step2 .AbstractRegistration {
    border:none;
    background-color: #F1F1F1;
}
.RubriqueSpan {
    display: block;
    background-color: #F1F1F1;
    margin-bottom: 15px;
    padding-bottom:15px;
}

/* LABELS */
.registration .lblc { text-align:right; }
.registration table.ItemTypeRADIO { margin-left:155px; }
.FormWtrMrk { color:#626262; }

/* SCHEDULER TELERIK*/

#example .demo-container .schedulerPositioning {
    display: inline;
}
 
#example .demo-container .schedulerPositioning .RadScheduler {
    min-width: 280px;
}
 
#example .demo-container .divRadios {
    margin-bottom: 15px;
}
 
#example .demo-container .background {
    background: url("Images/arrows.png") no-repeat scroll 0 0 transparent;
    padding: 115px 0 0 0;
    margin-left: 45px;
}
 
#example .demo-container .divTree {
    float: left;
}

.RadWindow div.rwDialogPopup  a.rwPopupButton,
.RadWindow div.rwDialogPopup  a.rwPopupButton span {
    float: none;
    text-align: center;
}
 
.RadWindow div.rwDialogPopup  a.rwPopupButton {
    float: left;
    margin: 24px 10px 24px 20px !important;
    width: 70px;
}