/* 
    Document   : test
    Created on : 5/12/2011, 02:36:00 PM
    Author     : Usuario
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}
.contenedor_test 
{
    width: 500px;
    padding: 10px;
    font-family: Verdana, Geneva, sans-serif;
    color: #023759;
    font-size: 11px;
}
.contenedor_test .cajon_texto, .contenedor_test .select
{
    height: 20px;
    border: 1px solid #023759;
    background-color: #CAF0FC;
    color: #023759;
    font-size: 11px;
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
}
.contenedor_test .campo_texto
{
    border: 1px solid #023759;
    background-color: #CAF0FC;
    color: #023759;
    font-size: 11px;
    margin: 0px;
    font-family: Verdana, Geneva, sans-serif;
}
.contenedor_test a
{
    text-decoration: none;
    outline: none;
    color: #023759;
}
.contenedor_test a:hover, .contenedor_test a:active
{
    text-decoration: underline;
}
.subtitulos
{
    font-weight: bold;
    font-size: 14px;
}
.negrilla
{
    font-weight: bold;
}
.descripcion_test
{
    font-style: italic;
    font-size: 13px;
}
.seleccion_multiple
{
    margin-bottom: 20px;
}
.opcion_test
{
    float: left;
}
.casilla
{
    float: left;
    height: 20px;
}
.nombre_casilla
{
    float: left;
    padding-top: 3px;
    margin-left: 10px;
}
.separador_preguntas
{
    border-bottom-color: #CCC;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

/***TEST***/


/***** TEST  Messges  ****/
#NP_messeges
{
    display: none;
    background: linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(50, 0, 0, 0.20) 100%) no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.10)), color-stop(1, rgba(50, 0, 0, 0.20))) no-repeat;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(50, 0, 0, 0.20) 100%) no-repeat;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(50, 0, 0, 0.20) 100%) no-repeat;
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(50, 0, 0, 0.20) 100%) no-repeat;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.0) 0%, rgba(50, 0, 0, 0.20) 100%) no-repeat;
    border-radius: 1px 1px 1px 1px;
    background-color: #c88;
    -webkit-border-radius:  1px 1px 1px 1px;
    -ms-border-radius:  1px 1px 1px 1px;
    -o-border-radius:  1px 1px 1px 1px;
    -moz-border-radius:  1px 1px 1px 1px;
    color:  #F7F8F7;
    font-family: Helvetica Neue,Helvetica,san-serif;
    font-size: 16px;
    letter-spacing: -1px;
    padding: 5px; 
    text-align: center;
    text-shadow: 0 1px 1px rgba(33, 33, 33, 0.8);
    width: 290px;
    left: 50%;
    margin-left: -150px;
    position: absolute;
    top: 31px;
    z-index: 1; 
}

.contenedorPreguntasNuevas
{
    min-height: 30px;
}

.nueva_pregunta_settings
{
    display: none;
    position: absolute;
    width:470px;
    height:auto;
    z-index: 1;
    left: 50%;
    top: 550px;
    margin-left: -241px;
    overflow: inherit;
    -webkit-border-radius : 3px;
    -moz-border-radius : 3px;
    -o-border-radius : 3px;
    border-radius : 3px;
    background-color : rgba(172, 188, 204, 0.8);
    padding: 7px;
    font-family: Helvetica Neue,Helvetica,san-serif;
}

.type_txt{
    display: none;
    padding-top: 5px;
    padding-left: 27px; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: #CCC; 
    padding-bottom: 5px;
}

.type_fuc{
    display: none;
    padding-top: 5px;
    padding-left: 27px; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: #CCC; 
    padding-bottom: 5px;

}

.type_mul{
    display: none;
    padding-top: 5px;
    padding-left: 27px; 
    border-top-width: 1px; 
    border-top-style: solid; 
    border-top-color: #CCC;
}

#optionsDiv{

    background-color: #EEE;
    /* background-color: rgba(192, 208, 224, 0.9); */
    min-height: 80px;
    min-width: 220px;
    border-radius:2px; 
    -moz-border-radius:2px; 
    -webkit-border-radius:2px; 
    float: right; 
}

#optionsData{
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#optionsData li{
    padding-top: 3px;
    padding-left: 5px;

}

#optionsData div{
    float: right; 
    padding-right: 3px; 
    padding-left: 2px;
    cursor: pointer;
}

.listHorizontal {
    padding: 0px;
    margin: 0px;
}

.listHorizontal li{

    display: inline;
    padding-right: 4px;
}

.sugeridaLi{
    color: red;

    -moz-animation-name: resize;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: 2;
    -moz-animation-direction: alternate;
    -moz-animation-timing-function: ease-in-out;

    -webkit-animation-name: resize;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;

    -o-animation-name: resize;
    -o-animation-duration: 1.1s;
    -o-animation-iteration-count: 2;
    -o-animation-direction: alternate;
    -o-animation-timing-function: ease-in-out;

    animation-name: resize;
    animation-duration: 1.1s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.cargando_centrado{
    width: 66px;
    height: 66px;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 500px;
    margin-left: -33px;

}

#sortableList{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.cogidoSort { 
    padding-top: 3px;
    height: 6.5em; line-height: 2.2em;
    background-color: rgba(172, 188, 204, 0.2);
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
}


#variablesNewQuestion{
    /*background-color: rgba(192, 208, 224, 0.3);*/ 
    min-height: 45px;
    min-width: 350px;
    border-radius:2px; 
    -moz-border-radius:2px; 
    -webkit-border-radius:2px; 
}

#varsData{
    padding-left: 17px;
}

.preguntaPre{
    cursor: pointer; 
    border-bottom: 1px dashed #CCCCCC; 
}

.loadingDiv{

    background: none repeat scroll 0 0 rgba(51,51,51,0.5);
    -webkit-border-radius : 9px;
    -moz-border-radius : 9px;
    -o-border-radius : 9px;
    border-radius: 9px;
    color: #FFFFFF;
    float: left;
    height: 100px;
    width: 100px;

    position: absolute;
    z-index: 1;
    left: 50%;
    top: 620px;
    margin-left: -50px;


}
