﻿.panelContenedor 
{
    margin-bottom: 10px
}

.titulo
{
    font-weight: bold; 
}

.campo_texto
{
    padding: 5px;
    margin: 5px 0;
    width: 159px;
    height: auto;
    color: #313749;
    border: 1px solid #cccccc;
    vertical-align: middle;
}

.datetime
{
    padding: 10px;
    margin: 5px 0;
    color: #353535;
}

.textarea
{
    padding: 5px;
    color: #313749;
    border: 1px solid #cccccc;
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 0px;
    height: 80px;
    resize: none;
}

.validatorError 
{
    font-size: small;
    padding-left: 5px;
}

.bottom10
{
    padding-bottom: 10px;   
}


/* Padding-left */
.left5
{
    padding-left: 5px;
}

.left10
{
    padding-left: 10px;
}

.left20
{
    padding-left: 20px;
}

.left40
{
    padding-left: 40px;
}

.left60
{
    padding-left: 60px;
}

/* Margin-left */
.marginleft5
{
    margin-left: 5px;
}

.marginleft10
{
    margin-left: 10px;
}

.marginleft20
{
    margin-left: 20px;
}

.marginleft40
{
    margin-left: 40px;
}

.marginleft60
{
    margin-left: 60px;
}

/* Instancias */
.buttonInstancia
{
    width: 50px;
    background-color: white;
    border: 1px solid black;
}

.tablaInstancia
{
    display: table;
    margin: auto;
    width: 50%;
}

.celdaInstancia
{
    display: table-cell;
    width: 50%;
}

.lineaInstancia
{
    display: block;
    overflow: hidden;
    border: 1px inset black;
    top: -3px;
    position: relative;
}

.agrupacion 
{
    border-radius: 5px;
    box-shadow: 0px 0px 22px -5px rgba(0,0,0,0.3);   
    margin: 20px 40px 5px 38px;
    border: 1px solid white;
    padding-bottom: 20px;
    color: #666;
    max-width: 750px;
}

.agrupacion input 
{
    padding: 10px;
    margin: 5px 0;
    color: #353535;
}

.agrupacion .parrafo_formu > .titulo
{
    text-transform: uppercase;
    font-size: 0.8em;
    border-bottom: 1px dashed grey;
    padding-bottom: 5px;
    padding-left: 0px;
    color: #000;
    margin:0px 20px 40px;
    clear: initial;
}

.agrupacion .parrafo_formu > span.caja_texto_alertas
{
    font-weight: bold;
} 

.agrupacion .parrafo_formu input[type=submit] {
    position: relative;
    margin: -10px 20px -10px auto;
    border-radius: 50%;
    border: 0;
    display: block;
    background-color: #ffffff;
    background-image: url(../imagenes/web/eliminar.png);
    background-size: cover;
    background-position: center;
    width: 36px;
    height: 35px;
    padding: 0;
    font-size: 0;
    float: none;
    cursor: pointer;
    transition: all .2s;
}

.agrupacion .parrafo_formu input[type=submit]:hover,
.agrupacion .parrafo_formu input[type=submit]:focus {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
}

.agrupacionNuevo {
    margin-left: 38px;
}

.agrupacionNuevo [type=submit] {
    width: 46px;
    height: 36px;
    background-color: #000000;
    background-image: url(../imagenes/web/mais-transparente.png);
    background-size: cover;
    border: 0;
    border-radius: 5px;
    font-size: 0;
    cursor: pointer;
    transition: all .2s;
}

.agrupacionNuevo [type=submit]:hover,
.agrupacionNuevo [type=submit]:focus {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
    background-color: #555555
}

.botones_formulario .boton_right {
    overflow: visible;
}

.botones_formulario .boton_right > div {
    border: 0;
    padding: 0;
    background-color: transparent !important;
}

.botones_formulario .boton_right img {
    display: none;
}

.botones_formulario .boton_right [type=submit] {
    border: 1px solid #017f86;
    font-size: 1.1em;
    line-height: 35px;
    height: 37px;
    padding: 0 30px;
    min-width: 125px;
    text-align: center;
    border-radius: 5px;
}

.botones_formulario .boton_right [type=submit]:hover,
.botones_formulario .boton_right [type=submit]:focus {
    box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.3);
}

.botones_formulario .boton_right .boton_con_estilo_form_off1 [type=submit],
.botones_formulario .boton_right .boton_con_estilo_form_on1 [type=submit] {
    background-color: #017f86;
    color: #ffffff;
}

.botones_formulario .boton_right .boton_con_estilo_form_off1 [type=submit]:hover,
.botones_formulario .boton_right .boton_con_estilo_form_off1 [type=submit]:focus,
.botones_formulario .boton_right .boton_con_estilo_form_on1 [type=submit]:hover,
.botones_formulario .boton_right .boton_con_estilo_form_on1 [type=submit]:focus {
    background-color: #0d6f77;
}

.botones_formulario .boton_right .boton_con_estilo_form_off2 [type=submit],
.botones_formulario .boton_right .boton_con_estilo_form_on2 [type=submit] {
    background-color: #ffffff;
    color: #017f86;
}

.botones_formulario .boton_right .boton_con_estilo_form_off2 [type=submit]:hover,
.botones_formulario .boton_right .boton_con_estilo_form_off2 [type=submit]:focus,
.botones_formulario .boton_right .boton_con_estilo_form_on2 [type=submit]:hover,
.botones_formulario .boton_right .boton_con_estilo_form_on2 [type=submit]:focus {
    background-color: rgba(1, 127, 134, 0.05);
}