
.avatar_iniciar{
 position: relative; 
 left: 7%; 
 margin-top: 3%
}
.student-thumbnail {
    background: none;
    border: none;
    width: 150px;
    margin-left: -10px;
}

.msg_team_name{
    margin-top: 150px;
    color: #FFFFFF;
    font-size: 26px;
}

.inp_team_name > input {
    margin-top: 20px;
    width: 400px;
    display: inline;
}
.teamNamesTable{
    margin-top: 50px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.votar_col{
    text-align: right;
}
.progressbarVotes{
    color:black; 
    white-space:nowrap;
}
.avatar_1{
    position: relative;
    margin-left: 12.2%;
    margin-top:0%;
    z-index:2;
}
.avatar_2{
    position: relative;
    margin-left: 47.5%;
    margin-top: 0%;
    z-index:2;
}
.avatar_3{
    position: relative;
    margin-left: 12.2%;
    margin-top: 28.5%;
    z-index:2;
}
.avatar_4{
    position: relative;
    margin-left: 47.5%;
    margin-top: 28.5%;
    z-index:2;
}
.avatar_seleccionador{
    position: absolute;
    z-index: 3;
}
.cientificos{
    max-height: 100%;
    width: 170px;
    margin-top: 10px;
    cursor: pointer;
}
.cientificosContainer{
    width: 170px;
    margin-left: auto;
    margin-right: auto;
}
.videoCenter{
    width: 750px;
    margin: 0 auto;
    margin-top:6%;
    display: block;
}
#videoContainer{
    background-color: rgba(234, 238, 239, .8); 
    border-radius:12px; 
    position:absolute; 
    z-index:5; 
    margin-top:3%;
}
/*Animaciones*/
@-webkit-keyframes bounceInDown { 
   0% { 
       opacity: 0; 
        -webkit-transform: translateY(-2000px); 
    } 
    60% { 
        opacity: 1; 
        -webkit-transform: translateY(30px); 
    } 
    80% { 
        -webkit-transform: translateY(-10px); 
    } 
    100% { 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes bounceInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-2000px); 
    } 
    60% { 
        opacity: 1; 
        transform: translateY(30px); 
    } 
    80% { 
        transform: translateY(-10px); 
    } 
    100% { 
        transform: translateY(0); 
    } 
} 

.bounceInDown { 
    -webkit-animation-name: bounceInDown; 
    animation-name: bounceInDown; 
}

@-webkit-keyframes bounceOut { 
    0% { 
        -webkit-transform: scale(1); 
    } 
    25% { 
        -webkit-transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: scale(.3); 
    } 
} 
@keyframes bounceOut { 
    0% { 
        transform: scale(1); 
    } 
    25% { 
        transform: scale(.95); 
    } 
    50% { 
        opacity: 1; 
        transform: scale(1.1); 
    } 
    100% { 
        opacity: 0; 
        transform: scale(.3); 
    } 
} 
.bounceOut { 
    -webkit-animation-name: bounceOut; 
    animation-name: bounceOut; 
}
#printThis{
    display: none;
}

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }
    #doNotPrint{
        display: none;
    }
    #printThis{
        display: inline;
    }
    #printSection, #printSection * {
        visibility: visible;
    }
    #printSection{
        position: absolute;
        left: 0;
        top:0;
    }
}

.menSign{
    width: 17px;
    height: 32px;
}
.barraSano{
    background-color: #3AA935;
}
.barraEnfermo{
    background-color: #FFD400;
}
.barraMuerto{
    background-color: #1C1C1B;
}
.angular-ui-tree-handle {
    background: #f8faff;
    border: 1px solid #dae2ea;
    color: #7c9eb2;
    padding: 10px 10px;
}

.angular-ui-tree-handle:hover {
    color: #438eb9;
    background: #f4f6f7;
    border-color: #dce2e8;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}
.tree-node-content {
    margin: 10px;
}
.tree-handle {
    padding: 10px;
    background: #428bca;
    color: #FFF;
    margin-right: 10px;
}

.angular-ui-tree-handle:hover {
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.posAvatar_0{
    position: absolute;
    margin-left: 25%;
    margin-top: 1%;
    height: auto;
    width: 150px;
    cursor:pointer;
}
.posAvatar_1{
    position: absolute;
    margin-left: 55%;
    margin-top: 1%;
    height: auto;
    width: 150px;
    cursor:pointer;
}
.posAvatar_2{
    position: absolute;
    margin-left: 25%;
    margin-top: 22%;
    height: auto;
    width: 150px;
    cursor:pointer;
}
.posAvatar_3{
    position: absolute;
    margin-left: 55%;
    margin-top: 22%;
    height: auto;
    width: 150px;
    cursor:pointer;
}
.avatarContinuar{
    margin-top: 48%;
}
hr.cartaMotiv {
    margin-left:5%; 
    margin-right:5%;
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}
hr.cartaMotiv:after {
    content: "Agradecimiento";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 2.2em;
    font-weight: bold;
    padding: 0 0.30em;
    background: #d5c9b1;
}
.iconos_redes{
        width: 30px;
    }
    #fondoBlancoInicio{
        background-color:white;
        height:630px;
        opacity: .85;
        margin-top:2%;
        position: relative;
    }
    #elementosInicio{
        margin-top:2%;
        position: absolute;
        z-index: 1;
    }
    #logoInicio{
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 35%;
    }
    
    #bannerInicio{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    #fondoInicio{
        max-height: 100vh;
        margin: 0 auto;
        position: absolute;
        opacity: 0.6;
        width: 100%;
    }
#fondoAmarilloInicio{
    position: absolute;
    background-repeat: no-repeat;
    height: 101vh;
    width: 100%;
    background-size: cover;
    background-image: url('/modules/alumnos/img/inicio.jpg');
    left: 0;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
