@import url('https://fonts.googleapis.com/css?family=Berkshire+Swash');
.top_menu .row {
    margin-bottom: 0;
}
.centercolumn-inner {
    background: url('../images/sombrablancobot.png') repeat-x bottom;
    max-height: 621px;
    overflow-y: scroll;
}
.centercolumn-explorador {

    background: url('../images/sombrablancotop.png') repeat-x top;
}

.submenutop {
    background: #DFE5C5;
    width: 100%;    
    margin-top: -38px;
}
.submenutop ul {  
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    padding-left: 0; 
    margin-bottom: 0; 
    list-style: none;
}
.submenutop ul li{
    width: 16.66%;
    /*width: 14%;*/
    /*float: left;
    list-style: none;*/
}
.submenutop ul li a {
    line-height: 50px;
    width: 100%;
    border-bottom: 4px solid #DFE5C5;
    color: #81980D;
    text-align: center;
    display: inline-block;
}
.submenutop ul li a:hover, .submenutop ul li.active a {
    border-bottom: 4px solid #81980D;
    font-weight: 700;
    color: #81980D;
    text-decoration: none;
}
.welcome {
    background-image: url('../images/background-explorador-bienvenida.jpg') ;
    width: 100%;
    height: 100%;
}
.centercolumn.welcome {
    width: 100%;
    height: 100%;
    min-height: 200px;
    display: table;
    background-size: auto;
}
.welcometeam{
    height: 100%;
    margin-top: 20%;
}
.welcometeam-wrapper{
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.welcometeam-wrapper-inner{
    /*display: table-cell;
    vertical-align: middle;  */  
}
.welcometeam h2 {
    font-family: 'Berkshire Swash', cursive;
    font-size: 42px;
}
.equipo-indiana .welcometeam h2 {
    color: #A13F2A;
}
.equipo-raider .welcometeam h2 {
    color: #000;
}
.equipo-tuareg .welcometeam h2 {
    color: #16476D;
}
.equipo-amazonas .welcometeam h2 {
    color: #A8781E;
}
.welcometeam p {
    font-size: 20px;
    font-weight: bold; 
}
.otherteams-title p {
    font-size: 20px;
    font-weight: bold; 

}
@media (max-width: 768px){
    .welcometeam{ 
        margin-top: 24px;
    }
    .welcometeam h2{
        font-size: 32px;
    }
}
@media (max-width: 600px){
    .welcometeam{ 
        margin-top: 10px;
    }
    .welcometeam h2{
        font-size: 20px;
    }
}
@media (max-width: 992px){
    .otherteam {
        width: 33%;
        float: left;        
    }
}
.otherteams {
    text-align: center;
}

.binnakle-explorador-reformulaciones .grid-mision img.team-icon {
    max-width: 80px;;
    height: auto;
}
body.explorador .material-form .title {    
    min-height: 100px;
    padding-left: 100px;
}
body.explorador .material-form h1 {
    font-size: 18px;
    color: #000;
    margin: 10px 0 0 0;
}
body.explorador .material-form h2 {
    font-size: 16px;
    color: #000;
    margin: 10px 0 0 0;
}
.binnakle-explorador-reformulaciones .grid-mision .row{
    margin-bottom: 10px;
}
.binnakle-explorador-reformulaciones .grid-reformulaciones input[type=text] {
    margin-bottom: 10px;    
}
.binnakle-explorador-reformulaciones .grid-reformulaciones label {
    font-size: 13px;
}

.binnakle-explorador-reformulaciones .reformulaciones-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}
.binnakle-explorador-reformulaciones .reformulaciones-menu a {
    font-weight: 400;
    color: #000;
    margin-right: 10px;
}
.binnakle-explorador-reformulaciones .reformulaciones-menu a.active, .binnakle-explorador-reformulaciones .reformulaciones-menu a:hover {
    border-bottom: 2px solid #81980D;
    text-decoration: none;
}
body.explorador .material-form h3.ideatipo {
    margin-bottom: 20px;
}
.grid-reformulaciones .ideas-listado {
    padding: 10px;
    height: 120px;
    overflow-y: scroll;
    border: 1px solid rgb(197, 194, 194);
    margin-bottom: 20px;
}
.idea-fields, .ref-fields {
    width: 100%;
    float: left;
}
.idea_mas, .ref_mas {
    text-decoration: none;
    color: #fff;
    background-color: #799900;
    text-align: center;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-top: 6px;
}
.idea_mas:hover, .ref_mas:hover {
    background-color: #799900;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.player-email.selected {
    background-color: #799900;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.idea_mas:focus, .ref_mas:focus {
    outline: none;
    background-color: #799900;
}
.idea-field-input, .ref-field-input {
    float: left;
    width: 90%;
}
.idea-field-buton, .ref-field-buton {
    float: left;
    width: 10%;
}

.idea-agregada {
    width: 100%;
    float: left;
}
.idea-agregada .idealetternumber {
    float: left;
    margin-right: 10px;
}

.idea-agregada a {
    color: #000;
}
.idea-agregada input.idea-agregada {
    float: left;
    width: 75%;
    height: 20px;
    border-bottom: none;
}
.idea-agregada a.idea-action {
    float: right;
    width: 10%;
}

.idea-agregada button.idea-action {
    float: left;
    width: 10%;
    border: none;
    background: none;
}
#ideaslistado_clasica_2, #ideaslistado_clasica_3, #ideaslistado_rompe_2, #ideaslistado_rompe_3 {
    display: none;
}
body.explorador .material-form h3 {
    font-size: 16px;
    color: #000;
    margin: 0px 0 0 0;
}
.btn.verdeclaro {
    background: #DFE5C5;
    color: #799900;
}
.btn.verdeclaro:hover {
    background-color: #799900!important;
    color: #DFE5C5;
}
.bottom-positions {
    width: 100%;
    max-height: 148px;
    /*min-height: 200px;*/
    /*background-image: url('../images/ranking/background-binnakle-ranking.jpg');*/

}
.ranking-bikles {
    /*    width: 100%;
        min-height: 200px!important;
        height: auto;*/
    width: 100%;
    height: 152px;
    background-image: url('../images/ranking/background-binnakle-ranking.jpg') !important;
}
.team {
    width: 19%;
    float: left;
    height: 144px;
}
.team0 {
    width: 24%;
    background-image: url('../images/ranking/ranking-bikles.png');
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 214px;
    margin-top: 8px;
}
.team-left {
    float: left;
    height: 100%;
}
.team-left img {
    vertical-align: middle;
    margin-top: 48px;
}
.team-center {
    float: left;
    text-align: center;
}

.team-score p{
    margin-top: 6px;
    text-align: center;
    margin-left: 4px;
    font-size: 24px;
    font-weight: 700;
}
.team-score p{
    margin-bottom: 16px;
}
.team-image {
    height: 54px; 
}
.team-image img{
    margin-top: -40px; 
}
.team::before {
    overflow: hidden;
}

@media (max-width: 768px){
    .team0 {
        display: none;
    }
    .team {
        width: 25%;
    }
}
@media (max-width: 600px){
    .team {
        width: 50%;
        margin: 0 auto;
    }
    .team-inner {
        margin: 0 auto;
        width: 160px;
    }
}


.modalpreguntas [type="radio"]:not(:checked)+label:before, .modalpreguntas [type="radio"]:not(:checked)+label:after{
    border: 2px solid #799900;
}
.modalpreguntas .modal-footer {
    background: none;    
}

.btn.verdeoscuro {
    background: #799900;
    color: #DFE5C5;
}
@media (min-width: 992px){
    .modalpreguntas {
        background: url('../images/preguntas-fondo.png') no-repeat;
        width: 900px;
        height: 520px;
        box-shadow: none;
    }
    .modalpreguntas .modal-content {
        width: 600px;
        height: 300px;
        margin: 0 auto;
        margin-top: 100px;
    }
    .modal-footer .verdeoscuro {
        margin-right: 100px!important;
    }
}

.timer-clock {
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/timer-clock.png') repeat;
    width: 200px;
    height: 200px;
}

.timer-clock-inner {
    margin-top: 64px;
    margin-left: 48px;
    width: 60px;
    height: 50px;
    text-align: center;
}
.timer-clock p {    
    margin:0px;
    font-size: 42px;
    font-weight: bold;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}


@media (max-width: 991px){
    .modalpreguntas {
        background: url('../images/preguntas-fondo-mobile.png') repeat;
        background-size: 100%;
        box-shadow: none;        
    }
    .modalpreguntas .modal-content {
        padding: 40px;
        margin-right: 160px;
    }
    .modal-footer .verdeoscuro {
        margin-right: 10px!important;
    }
    .timer-clock {
        position: absolute;
        top: 0;
        right: 0;
        background: url('../images/timer-clock.png') repeat;
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 600px){
    .timer-clock {
        position: relative;
        margin: auto;
    }
    .modalpreguntas .modal-content {
        margin-right: 0px;
    }
    .timer-clock-inner {
        padding-top: 64px;
        margin-top: 0px;
    }
}

/*  #################################### Mision 2 #####################################    */

.mision2 .grid-reformulaciones input.reto{
    height: 20px;
}

.ideas-listado {
    border: 1px solid #C0C0C8; 
    height: 158px; 
    overflow-y: scroll; 
    padding: 10px 0px 10px 10px
}

.modalenigma [type="radio"]:not(:checked)+label:before, .modalenigma [type="radio"]:not(:checked)+label:after{
    border: 2px solid #799900;
}
.modalenigma .modal-footer {
    background: none;    
}
@media (min-width: 992px){
    .modalenigma {
        background: url('../images/pergamino-explorador-bienvenido.png') no-repeat;
        width: 900px;
        height: 550px;
        box-shadow: none;
    }
    .modalenigma .modal-content {
        width: 600px;
        height: 300px;
        margin: 0 auto;
        margin-top: 100px;
    }
    .modalenigma .modal-footer .verdeoscuro {
        margin-right: 100px!important;
    }
}

@media (max-width: 991px){
    .modalenigma {
        background: url('../images/pergamino-pantallainicio.png') repeat;
        background-size: 100%;
        box-shadow: none;        
    }
    .modalenigma .modal-content {
        padding: 40px;
        margin-right: 160px;
    }
}

@media (max-width: 600px){    
    .modalenigma .modal-content {
        margin-right: 0px;
    }
}
.modalenigma p {
    text-align: center;
}
.title-centered {
    margin-bottom: 0;
}
.title-centered p{
    text-align: center;
}
.grid-puntos-debiles input {
    height: 1.2rem!important;
    margin-bottom: 10px!important;
    padding: 0 0 10px 10px!important;
}
.punto-debil {
    position: relative;
    margin-top: 1rem;
    height: 30px;
    margin-bottom: 25px;
    border-bottom:1px solid #9e9e9e;
}

.punto-debil p{

    margin-bottom: 10px!important;
    padding: 0 0 10px 10px!important;    
}
.contraresta {
    height: 40px;
}


.modalganador {
    /*background: url('../images/ganador/ganador-gif-raider.gif') no-repeat center;*/
    width: 900px;
    height: 520px;
    box-shadow: none;
}
.modalganador .modal-content {
    width: 600px;
    height: 260px;
    margin: 0 auto;
    margin-top: 100px;
}
.modal-footer .verdeoscuro {
    margin-right: 100px!important;
}

.verganador {
    text-align: center;
    margin: 0 auto;
    width: 200px;
    margin-top: 40px;
}
.ganador {
    position: relative;
    text-align: center;
    color: #CD841D;
    font-weight: 700;
    font-size: 32px;
    width: 100%;
}
.modalganador .responsive-screen {
    display: none;
}
@media (max-width: 900px){
    .modalganador {
        background: url('../images/ganador/fondo-ganador-responsivo.png') repeat-y center;
        width: 100%;
        height: 520px;
        box-shadow: none;
    }
    .modalganador .modal-content {
        width: 90%;
        /*height: 350px;*/
        margin: 0 auto;
        margin-top: 0px;
    }
    .ganador {
        position: relative;
        text-align: center;
        color: #CD841D;
        font-weight: 700;
        font-size: 32px;
        width: 100%;
    }
    .modalganador .responsive-screen {
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }
}

.grid-ideasatacar .ideas-listado {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    height: 180px;
    overflow-y: scroll;
    border: 1px solid rgb(197, 194, 194);
    margin-bottom: 20px;
}
.reformulaciones-menu a {
    cursor: pointer;
}
.binnakle-explorador-reformulaciones .grid-ideasatacar input[type=text] {
    margin-bottom: 10px;
}
#ideaslistado_2, #ideaslistado_3 {
    display: none;
}

/*  ############################ resumen ################################    */
.binnakle-explorador-resumen .nomarginbottom {
    margin-bottom: 5px;
}
.binnakle-explorador-resumen h1 {
    font-size: 18px;
    color: #000;
    margin: 10px 0 0 0;
}
.binnakle-explorador-resumen h2 {
    font-size: 16px;
    color: #000;
    margin: 10px 0 0 0;
}
.binnakle-explorador-resumen h3.color-verde {
    color: #799900;
    font-weight: 700;
    font-size: 18px;
    margin: 10px 0 0 0;
}
.resumen-title {
    font-size: 22px;
    color: #000;
    font-family: 'Berkshire Swash', cursive;
}

.cuadro-link {
    width: 36px;
    height: 36px;
    margin: 0 auto;
}

.cuadro-link-indiana {
    background: #A13F2A;
}
.cuadro-link-tuareg {
    background: #090708;
}
.cuadro-link-amazonas {
    background: #A8781E;
}
.cuadro-link-raider {
    background: #16476D;
}
.mision-name span {
    font-weight: 700;
}
.mision-name {
    margin-bottom: 0;
}
.mision-eye {
    float: left;
    margin-right: 5px;
    color: #799900; 
    height: 20px;
}
.mision-eye a {
    color: #799900; 
}
.mision-eye-title {
    float: left;
    font-size: 14px;
    line-height: 24px;
}
.mision-link {
    width: 100%;
    float: left;
}
.mision-separator {
    width: 100%;
    height: 10px;
    float: left;
}

.resumen-ranking .ranking-title{
    color: #E0BE41;
    font-size: 18px;
    font-weight: 700;
}
.resumen-ranking .team {
    width: 80%;
    float: left;
    height: auto;
}
.resumen-ranking .teamname {
    float: left;
}
.resumen-ranking .teamscore {
    float: right;
    font-weight: 700;
}
.resumen-boton a {
    float: right;
}

/*  ############################## misiÃ³n 4 ###################################   */

body.explorador .material-form h2.verde-binnakle {
    color: #799900;
}

form.form-verde-binnakle textarea:focus {
    border-bottom: 1px solid #799900!important;
    box-shadow: 0 1px 0 0 #799900!important;
}
.help-button {
    margin-top: 40px;
}
.mision4 textarea.materialize-textarea {
    padding:10px 0px 0px 0px;
    margin-bottom: 0px;
}
.mision4 textarea.materialize-textarea:focus+label {
    color: #799900;

}
.textarea-separator {
    height: 60px;
    padding-top: 36px;
}


/*  ######################## ideas cargadas #########################   */
.tabs-tab-title {
    display: none;
}
.ideas-a-votar-title {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
}
.ideas-a-votar {
    padding: 5px 10px;
    border: 2px solid #799900;
    border-radius: 50%;
    margin-left: 10px;
}
.player-email {
    float: left;
    padding: 10px;
    margin: 10px;
    font-size: 12px;
    cursor: pointer;
}
.player-email:hover, .player-email.active {
    color: #799900;
}
.player-email.not-allowed {
    cursor: not-allowed;
}
.tabs-teams {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #799900;
    margin: 0 auto;
    white-space: nowrap;
}
.tabs-teams .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.tabs-teams .tab a.active {
    background: #6b8609;
    color: #fff;
}
.tabs-teams .tab a:hover {
    color: #fff;
}
.tabs .indicator {
    background-color: #fff;
}
.tabs-teams .tab a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease;
}
.tabs_div_content .reformulaciones-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}
.tabs_div_content .reformulaciones-menu a {
    font-weight: 400;
    color: #000;
    margin-right: 10px;
    cursor: pointer;
}
.tabs_div_content .reformulaciones-menu a.active, .tabs_div_content .reformulaciones-menu a:hover {
    border-bottom: 2px solid #81980D;
    text-decoration: none;
}
.modalideascargadas .modal-footer .btn{
    margin: 10px;
}

.team-idea-vote button:hover {
    background-color: #799900;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
}
.team-idea-vote {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}
.column-votes {
    width: 50%;
    float: left;
    padding: 2px;
}

.column-votes p {
    text-align: center;
    font-weight: bold;
    color: #0f480f;
    background-color: #78990017;    
}

@media (max-width:800px){
    .column-votes {
        width: 100%;
    }
}
.team-idea-vote-inner {
    /*max-width: 160px;*/
}
.team-idea-vote p{
    line-height: 20px;
    height: 24px;
    float: left;
    margin: 4px 0 0 0;
}
.team-idea-vote button {
    text-decoration: none;
    color: #fff;
    background-color: #799900;
    text-align: center;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    border-radius: 50%;
    margin-left: 20px;
    float: right;
}
label.vote-add-idea:after {
    /* background-color: #799900!important;
     border-radius: 50%!important;
     border: 2px solid #799900!important;
     width: 24px!important;
     height: 24px!important;*/

}
label.vote-add-idea{
    width: 25px;
    height: 25px;
    content: "+";
    padding-left: 0px;
}
label.vote-add-idea:before{

}

[type="checkbox"].filled-in:checked+label.vote-add-idea:before {
    top: 2px;
    left: 3px;

}
[type="checkbox"].filled-in:not(:checked)+label.vote-add-idea:after {
    background:#9B9B9B url("../images/signomas.png") no-repeat center center;
    background-color: #9B9B9B;
    border: 2px solid #9B9B9B;
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

[type="checkbox"]:checked+label.vote-add-idea:after {
    background: #799900;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 2px solid #799900;
}



/*
.team-idea-vote label:before {
    border: none;
    background-color: #799900;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    content: "+";
    color: #fff;
    line-height: 20px;
    padding: 2px 7px;
}

#indianaContent .team-idea-vote [type="checkbox"]:checked+label:before {
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    content: "+";
    background-color: #A13F2A;
    transform: none;
    top: 0;
    left: 0;
}


label.idea-voted-label:before {
    content: "*"!important;
}
*/
#indianaContent .team-idea-vote button.idea-voted {
    background-color: #A13F2A;
}
#tuaregContent .team-idea-vote button.idea-voted {
    background-color: #16476D;
}
#amazonasContent .team-idea-vote button.idea-voted {
    background-color: #A8781E;
}
#raiderContent .team-idea-vote button.idea-voted {
    background-color: #090708;
}

#team1reformulaciones2, #team2reformulaciones2, #team3reformulaciones2, #team4reformulaciones2 {
    display: none;
}

/*
, #team2reformulaciones2, #team3reformulaciones2, #team4reformulaciones2
.modalideas .tabs-tab-title {
text-align: center;
margin-top: 10px;
color: #799900;
display: none;
}
@media (max-width:800px){
    .modalideas .tabs-tab-title {
        display: block;
    }
}
.modalideas .modal-footer a {
    float: right;
    margin: 0 10px 10px 0
}
.modalideas .tabs .tab a {
    color: #799900;
}
.modalideas .tabs .tab a:hover, .modalideas .tabs .tab a.active {
    color: #799900;
}
.modalideas .tabs .indicator {
    background-color: #799900;
}

*/

.modalresultados {
    width: 95%!important;
    max-height: 90%!important;
}
.modalresultados .resultado-titulo {
    text-transform: uppercase;
}
.modalresultados .modal-footer .btn{
    margin: 10px;
    float: right;
}
/*
.modalresultados input.resultado-idea {
    height: 20px;
    margin-bottom: 10px;
}
.modalresultados .input-field {
    margin-top: 0;
}
*/
input.chk-btn {
    display: none;
}
input.chk-btn + label {
    padding: 5px 8px;
    cursor: pointer;
}
input.chk-btn:not(:checked) + label:hover {
    box-shadow: 0px 1px 3px;
}
input.chk-btn + label:active,
input.chk-btn:checked + label {
    /*box-shadow: 0px 0px 3px inset;*/
    background: #eee;
}
input.chk-btn+label {
    height: 35px;
}
input.chk-btn+label:before {
    display: none;
}
/*
.resultado-indiana input.chk-btn + label:active,
.resultado-indiana input.chk-btn:checked + label {
    background: #A13F2A;
    color: #FFF;
}
.resultado-tuareg input.chk-btn + label:active,
.resultado-tuareg input.chk-btn:checked + label {
    background: #090708;
    color: #FFF;
}
.resultado-amazonas input.chk-btn + label:active,
.resultado-amazonas input.chk-btn:checked + label {
    background: #A8781E;
    color: #FFF;
}
.resultado-raider input.chk-btn + label:active,
.resultado-raider input.chk-btn:checked + label {
    background: #16476D;
    color: #FFF;
}
*/
.modal-testing .modal-footer {
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;    
}
.resultado {
    margin-top: 20px;
}
.resultado .resultado-titulo {
    font-weight: 700;
}
.select-checkbox {
    width: 100%;
    float: left;
}
.reformulaciones-equipo .equipo {
    color: #799900;
}
.vote-data {
    float: left;
}
.vote-actions {
    font-family: "Verdana";
    float: right;
    margin-top: 5px;
}
button.voteaction {
    color: #FFF;
    width: 20px;
    height: 20px;
    font-size: 12px;
    padding: 0px;
}
button.voteaction:focus {
    outline: none;
}
button.team1 {
    background: #A8781E;
    border: 1px solid #A8781E;
    color: #FFF; 
}
button.team1:focus, button.team1.button-selected {
    background: #fff;
    border: 1px solid #A8781E;
    color: #A8781E; 
}
button.team2 {
    background: #090708;
    border: 1px solid #090708;
    color: #FFF; 
}
button.team2:focus, button.team2.button-selected {
    background: #fff;
    border: 1px solid #090708;
    color: #090708; 
}
button.team3 {
    background: #16476D;
    border: 1px solid #16476D;
    color: #FFF; 
}
button.team3:focus, button.team3.button-selected {
    background: #fff;
    border: 1px solid #16476D;
    color: #16476D; 
}
button.team4 {
    background: #A13F2A;
    border: 1px solid #A13F2A;
    color: #FFF; 
}
button.team4:focus, button.team4.button-selected {
    background: #fff;
    border: 1px solid #A13F2A;
    color: #A13F2A; 
}
label.label-checked-1 {    
    background: #A8781E!important;
    color: #FFF;
}
label.label-checked-2 {    
    background: #090708!important;
    color: #FFF;
}
label.label-checked-3 {    
    background: #16476D!important;
    color: #FFF;
}
label.label-checked-4 {    
    background: #A13F2A!important;
    color: #FFF;
}
label.label-checked-indiana {    
    background: #A13F2A!important;
    color: #FFF;
}
label.label-checked-raider {    
    background: #090708!important;
    color: #FFF;
}
label.label-checked-tuareg {    
    background: #16476D!important;
    color: #FFF;
}
label.label-checked-amazonas {    
    background: #A8781E!important;
    color: #FFF;
}
.idea-text label {
    padding: 5px;
}


.modalreformulaciones .modal-header, .modalresultados .modal-header {
    width: 100%;
    float: left;
    border-bottom: 2px solid #ccc;
    padding: 5px 0;
    margin-bottom: 10px;
}
.sombreros {
    width: 360px;
    margin: 0 auto;
}
.sombreros button {
    width: 90px;
    height: 70px;
    border: 1px solid #fff;
    float: left;
}
button.sombrero-indiana:hover, button.sombrero-indiana.active {
    border: 1px solid #A13F2A;
}
button.sombrero-raider:hover, button.sombrero-raider.active {
    border: 1px solid #090708;
}
button.sombrero-tuareg:hover, button.sombrero-tuareg.active {
    border: 1px solid #16476D;
}
button.sombrero-amazonas:hover, button.sombrero-amazonas.active {
    border: 1px solid #A8781E;
}
button.sombrero-indiana {
    background: url("../images/sombreros/sombrero-indiana.png") no-repeat center center;
}
button.sombrero-raider {
    background: url("../images/sombreros/sombrero-raider.png") no-repeat center center;
}
button.sombrero-tuareg {
    background: url("../images/sombreros/sombrero-tuareg.png") no-repeat center center;
}
button.sombrero-amazonas {
    background: url("../images/sombreros/sombrero-amazona.png") no-repeat center center;
}
.vote-data {
    width: 100%;
}
.idea-text {
    float: left;
}
.idea-checkbox {
    float: right;
}
[type="checkbox"].checkbox-indiana.filled-in:checked+label:after {
    border: 2px solid #A13F2A;
    background-color: #A13F2A;
}
[type="checkbox"].checkbox-raider.filled-in:checked+label:after {
    border: 2px solid #090708;
    background-color: #090708;
}
[type="checkbox"].checkbox-tuareg.filled-in:checked+label:after {
    border: 2px solid #16476D;
    background-color: #16476D;
}
[type="checkbox"].checkbox-amazonas.filled-in:checked+label:after {
    border: 2px solid #A8781E;
    background-color: #A8781E;
}


/*  ############################ mision 3b ################################    */

.grid-ideasdefender .ideas-listado {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    height: 180px;
    overflow-y: scroll;
    border: 1px solid rgb(197, 194, 194);
    margin-bottom: 20px;
}
.grid-ideasdefender .ideasdefender-listado {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 10px;
    height: 140px;
    overflow-y: scroll;
    border: 1px solid rgb(197, 194, 194);
    margin-bottom: 0px;
}
#defenderlistado_2, #defenderlistado_3 {
    display: none;
}

.idea-defender-agregada {
    width: 100%;
    float: left;
}

.idea-defender-agregada a {
    color: #000;
}
.idea-defender-agregada input.idea-defender-agregada {
    float: left;
    width: 75%;
    height: 20px;
    border-bottom: none;
}
.idea-defender-agregada a.idea-defender-action {
    float: right;

    cursor: pointer;
}
.idea-defender-agregada button.idea-defender-action {
    float: left;
    width: 10%;
    border: none;
    background: none;
}

.idea-defender-agregada:disabled {
    border-bottom: none!important;
    color: #333!important;
}
input.idea-defender-agregada {
    float: left!important;
    width: 45%!important;
}


/*  ############################## misión 4 ###################################  A8781E */

body.explorador .mision4 .material-form h2.verde-binnakle {
    color: #A8781E;
}

form.form-verde-binnakle textarea:focus {
    border-bottom: 1px solid #799900!important;
    box-shadow: 0 1px 0 0 #799900!important;
}
.help-button {
    margin-top: 40px;
}
.mision4 textarea.materialize-textarea {
    padding:10px 0px 0px 0px;
    margin-bottom: 0px;
}
.mision4 textarea.materialize-textarea:focus+label {
    color: #799900;

}
.textarea-separator {
    height: 60px;
    padding-top: 36px;
}
.mision4 .grid-reformulaciones {
    margin-top: 40px;
}
.carousel-item {
    background: #fff;
    border-top: 1px solid #DFE5C5;
    border-bottom: 1px solid #DFE5C5;
}
body.explorador .material-form .carousel-item h2 {
    background: #799900 !important;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.middle-indicator{
    position:absolute;
    /*top:50%;*/
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
    bottom: 0px;
}

.middle-indicator-text{
    font-size: 4.2rem;
}
a.middle-indicator-text{
    color:#799900 !important;
}
.content-indicator{
    width: 64px;
    height: 64px;
    background: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; 
}
.indicators .indicator-item {
    border: 1px solid #799900;
}
.indicators .indicator-item.active {
    background-color: #799900!important;
}
.carousel-item h2 {
    color:#A8781E;
    margin-top: 40px;
}
.carousel {
    height: 360px!important;
}
.carousel.carousel-slider .carousel-item {
    min-height: 200px!important;
    /*height: 300px;*/
}
.save-button-div {
    margin-top: 20px;
}
.btn.marronoscuro {
    background: #A8781E;
    color: #fff;
}
.mision4 .collapsible-header {
    color: #A8781E;
    text-transform: uppercase;
}

/* TEST ZONE */
.imagen-resumen img{
    height: 270px !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100% !important;
}
.modalideas-title {
    color: #799900;
    font-weight: 700;
    margin-top: 20px;
}

.modalideas .tabs .indicator {
    background-color: #799900;
}

.modalideas .tabs .tab a {
    color: #799900;
}
.modalideas .tabs .tab a.active {
    font-weight: 700;
}
.ataqueydefensa-title {
    width: 100%;    
}
.ataqueydefensa-title-col {
    width: 50%;
    float: left;
    text-align: left;
}
.ataqueydefensa-idea {
    width: 100%;
    float: left;
}
.ataqueydefensa-idea-col {
    width: 45%;
    float: left;
    text-align: left;
}
.ataqueydefensa-idea-action a {
    width: 10%;
    color: #000;
}
.nombre_reto{
    text-align: center;
    color:  #799900;
    font-weight: bold;
    width: 100%;
}

body.explorador-bienvenido {
    background-image: url(../images/fondo-inicio.jpg);
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    height: 100%;
    min-height: 100%;
    background-position-x: center;
    background-position-y: center;
    background-color: #F8FDFF;
}
body.explorador-bienvenido .footer {
    position: fixed;
    bottom: 0;
}
.e-bienvenido-center {
    text-align: center;
}
.inicio_ar{
    background: url('../images/fondo-inicio.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.e-bienvenido-popuptext {
    text-align: center;        
    font-weight: 600;
}
@media (max-width:767px){
    .e-bienvenido-center-popup img {
        display: none;

    }
    .e-bienvenido-popuptext {
        padding: 30px;
        background: url(../images/pergamino-explorador-bienvenido-fondo.png) center center;
    }
}
@media (min-width: 768px){
    .e-bienvenido-popuptext {
        position: relative;
        top: -400px;
        width: 100%;
        padding: 20px 80px;        
        margin: 0 auto;        
    }    
    .e-bienvenido-center-popup {
        height: 550px;
    }
    .e-bienvenido-center-popup img {
        width: 100%;
    }
}
@media (min-width: 868px){
    .e-bienvenido-popuptext {
        top: -450px;
    }
}
@media (min-width: 992px){
    .e-bienvenido-popuptext {
        position: relative;
        top: -450px;
        width: 800px;
        padding: 20px 80px;      
        margin: 0 auto;
    }
    .e-bienvenido-center-popup img {
        width: 900px;
    }
}
h2.verde-binnakle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-top: 4px;
    color: #799900;
}
@media (max-width: 992px){
    body.explorador-bienvenido .footer {
        height: 150px;
        position: relative;
    }
}

/*img.responsive-img, video.responsive-video{
    height: 230px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;

}*/

/*  mision 4b2  */
.grid-reformulaciones {
    background: #799900;
    border-radius: .9rem;
}
.grid-reformulaciones .row{
    margin-bottom: 0px;

}
.col-mision4 {
    /*    height: 50vh;
        overflow-y: scroll;*/
}
.col-mision4.col-idea {
    width: 40%;
    float: left;
}
.col-mision4.col-puntos {
    width: 25%;
    float: left;
}
.col-mision4.col-impacto {
    width: 35%;
    float: left;
}
.col-mision4.col-piloto {
    width: 50%;
    float: left;
}
.col-mision4.col-pitch {
    width: 50%;
    float: left;
}
.m4b-inner {
    margin: 5px;
    padding: 1rem;
    background: #fff;
    border-radius: .7rem;
    position: relative;
    min-height: 320px;
}
.col-mision4.col-piloto .m4b-inner, .col-mision4.col-pitch .m4b-inner {
    margin-top: 0;
}
.col-mision4.col-pitch .m4b-inner {
    margin-left: 0;
}
.col-mision4.col-puntos .m4b-inner {
    margin-left: 0;
    margin-right: 0;
}
body.explorador .material-form .col-mision4 h2 {
    color: #799900;
    margin: 0;
}
.topicon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #799900;
}
.highlighted {
    /*box-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18, 0px 0px 20px rgba(121,153,0,1);*/
    -webkit-box-shadow: 0px 0px 10px 0px #799900;
    -moz-box-shadow: 0px 0px 10px 0px #799900;
    box-shadow: 0px 0px 10px 0px #799900;
}

.highlighted_text {
    text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #49ff18, 0 0 30px #49FF18, 0 0 40px #49FF18, 0 0 55px #49FF18, 0 0 75px #49ff18, 0px 0px 20px rgba(121,153,0,1);
}

.principal-punto-debil {
    position: relative;
}
.principal-punto-debil .topicon {
    position: absolute;
    top: 0;
    right: 0;
    color: #799900;
}
.col-mision4 p {
    margin-bottom: 0;

}
.col-mision4 .materialize-textarea {
    height: 1rem;
    min-height: 1.5rem;
}
.ellipsis{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width:768px){
    .col-mision4{
        width: 100%!important;
    }
    .m4b-inner {
        margin: 5px!important;
        padding: 1rem!important;
    }
}

#modal_memory_board .modal-content{
    width: 90% !important; 
    margin-left: 10% !important;
    height: auto !important;
}

@media (max-width: 600px) {

} 


@media (max-width: 767px) {
    #modal_memory_board .modal-content img{
        width: 90% !important; 
        height: auto !important;
        margin-top: 10px;
    }
} 


@media (min-width: 768px) {
    #modal_memory_board .modal-content img{
        width: 100% !important; 
        height: auto !important;
        margin-top: 14px;
        margin-left: -26px;
    }
}


@media (min-width: 992px) {
    #modal_memory_board .modal-content img{
        width: 96% !important; 
        height: auto !important;
        margin-top: -28px;
    }
}
#grid-reformulaciones_m2 {
    position: relative;
}
#grid-reformulaciones_m2_capa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #efeaea;
    height: 100%;
    opacity: .05;
}
.adversarios-volver {
    padding: 15px;
}
.adversarios-volver a {
    color: #000000;
    font-weight: bold;
}

form.form-verde-binnakle .ideas-listado-m4 input:focus, form.form-verde-binnakle .ideas-listado-m4 textarea:focus {
    /*box-shadow: 0 0 1px #FFF, 0 0 10px #FFF, 0 0 1px #FFF, 0 0 2px #18caff, 0 0 3px #18caff, 0 0 4px #18caff, 0 0 5px #18caff, 0 0 5px #18caff, 0px 0px 2px rgba(121,153,0,1)!important;*/
}
/*
.highlighted-focus {
    -webkit-box-shadow: 0px 0px 2px 0px #18caff;
    -moz-box-shadow: 0px 0px 2px 0px #18caff;
    box-shadow: 0px 0px 2px 0px #18caff;
}
*/