﻿
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}


.invisible {
    display: none !important;
}

.float-r {
    float: right;
}

.divLista {
    max-height: 300px;
    overflow-y: auto;
}

.tituloTh {
    background-color: #3A3434;
    color: #fff;
}

.tituloTh2 {
    background-color: #C0C0C0;
    color: #000;
}

div > .overlay, .overlay-wrapper > .overlay, div > .loading-img, .overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div .overlay, .overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255,255,255,0.7);
    border-radius: 3px;
}

.textarea {
    height: 70px;
    width: 373px;
    resize: none;
}

.bgTrSel {
    background: #ccc;
}

.vertical-offset-100 {
    padding-top: 100px;
    padding-right: 250px;
}

.videoFondo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.imgFondo {
    background: url('imagenes/background.png') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* Podemos eliminar este estilo si no queremos que se adapte al ancho máximo */
.delimitador {
    width: 560px; /* Ancho máximo */
    margin: auto; /* Centramos el vídeo */
}
/* El contenedor con el padding-top crea el tamaño del vídeo */
.contenedor {
    height: 100%;
    width: 100%;
    padding-top: 56.25%; /* Relación: 16/9 = 56.25% */
    position: relative;
}
    /* El iframe se adapta al tamaño del contenedor */
    .contenedor #vidAyudaAsesor {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }


.contenedorimg {
    height: 80%;
    width: 100%;
    padding-top: 20.25%; /* Relación: 16/9 = 56.25% */
    position: relative;
}

    .contenedorimg img {
        position: absolute;
        height: 80%;
        width: 100%;
        top: 0px;
        left: 0px;
    }

.contenedorgoogle {
    height: 100%;
    width: 100%;
    padding-top: 80%; /* Relación: 16/9 = 56.25% */
    position: relative;
}

    .contenedorgoogle img {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }

.contenedormodal {
    height: 100%;
    width: 15%;
    padding-top: 50%; /* Relación: 16/9 = 56.25% */
    position: relative;
}

    .contenedormodal img {
        position: absolute;
        height: 90%;
        width: 100%;
        top: 0px;
        left: 0px;
    }

.logoEmpresas {
    width: 28px;
    height: 28px;
}

/*.tblJugadas tbody tr:last-child {
	color: #000;
    font-weight:bold;
}*/



.tblganadores tbody {
    display: block;
    height: 200px;
    overflow: auto;
}

    .tblganadores thead, .tblganadores tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed; /* even columns width , fix width of table too*/
    }

.tblganadores thead {
    width: calc( 100% - 1em ); /* scrollbar is average 1em/16px width, remove it from thead width */
}

.tblganadores {
    width: 100%;
}

.videoFondo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}


/*invitaciones*/
.invitacion {
   position:relative;
}
.invitacion[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-10px;
   right:-10px;
   font-size:.6em;
   background-color:red;
   color:white;
   width:18px;height:18px;
   text-align:center;
   line-height:18px;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}