/* filters -----------------------------------------------------------------*/

fieldset.filter {
    margin:         0 0.5em;
    border:         1px solid gray;
}

fieldset.filter legend {
    font-weight:    bold;
}

fieldset.filter ul {
    padding:        0 0 0 1em;
    margin:         0;
}

fieldset.filter li {
    list-style:     none;
}

.member-1 {
    color:          green;
    font-weight:    bold;
}



/* Simuar formulario */
.simulate-form-wrapper {
    padding:        5px;
}

.simulate-form-widget {
    display:        block;
    margin-left:    17em;
}

.simulate-form-label {
    display:        block;
    float:          left;
    text-align:     right;
    width:          16em !important;
}

.simulate-form-widget > p {
    margin:         0px;
}



/* Titulo con el texto en vertical */
.vertical-left-title {
    float:              left;
    background-color:   #669966;
    text-align:         center;
    height:             25em;
    width:              2.5em;
    margin:             3em 1em 0 -1em;
    border:             #F2F5A9 solid 2px;
    border-radius:      0 1em 1em 0;
    -moz-border-radius: 0 1em 1em 0;
    box-shadow:         1px 1px 10px #669966;
    -moz-box-shadow:    1px 1px 10px #669966;
    -webkit-box-shadow: 1px 1px 10px #669966;
}

.s90deg-text {
    transform:          rotate(-90deg);
    -ms-transform:      rotate(-90deg); /* IE 9 */
    -webkit-transform:  rotate(-90deg); /* Safari and Chrome */
    -o-transform:       rotate(-90deg); /* Opera */
    -moz-transform:     rotate(-90deg); /* Firefox */
    color:              white;
    height:             2em;
    width:              25em;
    margin-left:        -12em;
    margin-top:         7.5em;
    font-size:          1.5em;
}

div.vertical-left-title + div.column-right {
    width:              96%;
}



/* Correo eliminado */
.user-inactive {
    text-decoration:    line-through;
    color:              gray;
}

.adduser {
    display:            none;
}