/**********************************
 * http://skyrock.com V4
 * Formulaires admin, inscription, compte
 * *******************************/

.infobulle {
    display: none;
}

.infobulle_active {
    display: inline-block;
    width: auto;
}

fieldset {
    margin-bottom: 0.5em;
}
#frm-accordion .h2,
#widget_sono .h2 {
    padding: 0 0 15px;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
}
.h2 span {
    display: block;
    padding: 10px;
    border: 1px solid #ebebeb;
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background:#f4f4f4 no-repeat 98% 50%;
}
.js .h2 + div {
    display: none;
}
.js .rollin .h2 + div {
    display: block;
}
.js .h2 span {
    cursor: pointer;
    background-image: url(/img/icons/listicos/add-item.png);
}
.js .rollin .h2 span {
    background-image: url(/img/icons/listicos/remove-item.png);
}

.row .col_third.floatleft,
.row .col_quarter.floatleft {/* cible les Labels et les spans qui font office de Label */
    text-align: right;
    padding: 6px 10px 0 0;
}
.main input.text {
    width: 233px;
}
.main select.select {
    width: 255px;
}
.required, #required {
    background: url(/img/icons/required.png) no-repeat;
    padding: 0 0 0 10px;
}

input.day, input.year { width: 7% !important; }
select.month { width: 27% !important; }
input#pcode { width: 4em !important; }

#subscribe select.txt,
#gestioncompte select.txt,
#createblogprofil select.txt {
    width: 55%;
}

select, textarea {
    border: 1px solid #dddce1;
    background: #fff;
    padding: 0.2em 0.1em;
    vertical-align: middle;
}

.row .radio-checkbox {
    text-align: right;
    display: inline-block;
    padding: 5px 10px 0 0;
}
.row .radio-checkbox + .message-container {
    margin: -11px 0 0 0;
}


#subscribe input.txt,
#createblogprofil input.txt {
    width: 308px;
    margin: 3px 0 0 5px;
}

/* Le page Données perso */
#frm-accordion .row, #subscribe .row {
    position: relative;
}
#frm-accordion .infobulle_active, #subscribe .infobulle_active {
    margin: 0;
    position: absolute;
    top: 0;
    right: -180px;
    width: 200px;
}
#subscribe #passwordData .infobulle_active {
    right: 40px;
}

/**************************************
 * partage de données (Facebook)
 * ***********************************/
.shared_user img.avatar {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}

.shared_name {
    display: block;
    font-weight: bold;
    padding-left: 60px;
    padding-bottom: 2px;
}

.shared_options {
    clear: both;
}

#subscribe .fb_connect {
    padding: 0 10px;
}

.fb_subscribe {
    text-align: center;
}
.fb_subscribe img {
    margin: 5px;
}

/**************************************
 * erreurs & warnings
 * ***********************************/
.warning {
    color: #fe0000 !important;
}
.message_confirm {
    color: #298A31 !important;
}
input.highlight_me, select.highlight_me, dd.highlight_me textarea,
dd.highlight_me input, dd.highlight_me select, dd.highlight_me textarea {
    border-color: #AEDBFF !important;
    background-color: #CFEEFF !important;
    color: #000000 !important;
}
.warning input, .warning select, .warning textarea {
    border-color: #fe0000 !important;
    background-color: #ffeae7 !important;
    color: #fe0000 !important;
}
.message_confirm input, .message_confirm select, .message_confirm textarea {
    border-color: #298A31 !important;
    background-color: #ffeae7 !important;
    color: #298A31 !important;
}
.free {
    color: darkgreen !important;
}
input.free,
dd.free input, dd.free select, dd.free textarea {
    background: #e7ffe7 !important;
    border: 1px solid #00fe00 !important;
    color: darkgreen !important;
}
.infos .list a,
.warning .list a,
.message_confirm .list a {
    margin-right: 0.5em;
}
fieldset dd .message {
    display: block;
    background: none;
}