#btn-signUp{
    font-size: 24px;
    color:white;
    float: right;
    margin-left: 5px;
}

.errorForm{
    color: #EE0000;
    font-weight: bold;
    font-size: 11px;
}

.button-top-entry,
#btn-entry{
    font-size: 20px;
}

.button-top-guest{
    font-size: 14px;
    margin-top: -10px;
}

#btn-entry-top{
    padding-top: 3px;
    padding-bottom: 4px;
    float: right;
}

#initial-body section .thumbnail{
    min-height: 354px;
    padding: 20px;
    text-align: center;
    /*box-shadow: 0 0px 7px rgb(0 0 0 / 10%);*/
}

.web-background{
    background: #FAFAFA;
}

div.initial-body{
    background-image: url("/images/decore/tournaments-soccer.png");
    background-repeat:no-repeat;
    /*box-shadow: 0 0px 7px rgb(0 0 0 / 10%);*/
}
.initial-body header{
    cursor:pointer;
}

.drop-shadow {
    -webkit-box-shadow:0 1px 40px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 40px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 40px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.initial-picture{
    text-align: right;
}

.initial_text_1 h1{
    text-shadow:0px 0px 20px rgba(0, 0, 0,1), 0px 0px 20px rgba(0, 0, 0,1), 0px 0px 20px rgba(0, 0, 0,1);
    font-size:50px;
    color:#FFFFFF;
}
.initial_text_1 h2{
    text-shadow:0px 0px 10px rgba(0, 0, 0,1), 0px 0px 10px rgba(0, 0, 0,1), 0px 0px 10px rgba(0, 0, 0,1);
    /*text-shadow:0px 0px 10px rgba(255, 255, 255,1), 0px 0px 1px rgba(0, 0, 0,1), 0px 0px 1px rgba(0, 0, 0,1);*/
    /*color:#90CAFF;*/
    color:#B4DBFF;
}
.initial_text_1 h3{
    text-shadow:0px 0px 10px rgba(255, 255, 255,1), 0px 0px 10px rgba(255, 255, 255,1), 0px 0px 10px rgba(255, 255, 255,1);
    font-weight:bold;
}
.initial_text_1 span.glyphicon{
    text-shadow:0px 0px 1px rgba(0, 0, 0,1), 0px 0px 1px rgba(0, 0, 0,1), 0px 0px 1px rgba(0, 0, 0,1);
    color:#FFFFFF;
    font-size:12px;
}

.initial_text_1 p.text{
    font-size:16px ;
}

.clickable{
    cursor:pointer;
}

.link{
    color: #3f51b5;
    text-decoration: underline;
    cursor:pointer;
}

.c_hidden{
    display:none;
}

.c_center{
    text-align: center;
}

.c_margin_left_15{
    margin-left: 15px;
}


/* ********************************************* TUTORIAL *********************************************  */
.tutorial h2{
    font-size:20px;
}
.tutorial-table-2{
    max-width:490px;
    width:100%;
}
.tutorial-table-2 td{
    width:50%;
}
.tutorial-table-4{
    max-width:490px;
    width:100%;
}
.tutorial {
    padding:15px;
}

#bookmakers img {
    height: 100px;
    float: right;
}

a.bookmaker {
    color: #428bca;
    width: 100%;
    text-decoration: underline;
}

a.bookmaker:hover {
    color: #35354C;
    width: 100%;
    font-weight: bold;
}

.thumbnail:hover{
    background: #F6F6F6;
}

div.centerTable table {
    margin: 0 auto;
    text-align: center;
    /* text-shadow: 0.1em 0.1em 0.2em black; */
    color: #666;
}

.table>thead:first-child>tr:first-child>th {
    background-color: #f0f0f0;
    text-align: center;
    text-shadow: 1px 1px #ffffff;
}

.table-hover>tbody>tr:hover>td {
    background: rgba(150,150,150,0.1) !important;
    color: #000;
}

.table-striped>tbody>tr:nth-child(even)>td {
    background-color: #f9f9f9;
}

.table tr td {
    vertical-align: middle !important;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress {
    margin: 0px;
    box-shadow: 0px 0px 1px 1px #bbb;
    min-width: 60px;
    width: 100%;
    height: 15px;
}
.progress {
    margin-right: auto !important;
    margin-left: auto !important;
}

.progress-bar {
    background-color: #B2D3EF !important;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 15%);
}
.progress-bar {
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    background-color: #72A2CB;
    text-align: left;
}

.table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    background: #FFFFFF;
}

.drop-shadow-small {
    -webkit-box-shadow: 5px 5px 10px rgb(233 233 233 / 50%);
    -moz-box-shadow: 5px 5px 10px rgba(233, 233, 233, 0.5);
    box-shadow: 5px 5px 10px rgb(233 233 233 / 50%);
}

/* ********************************************* COMMON in MODAL *********************************************  */
/* ************************************************************************************************************  */
.modal-title{
    font-size: 22px;
}

.grayscale	 {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    cursor: pointer;
}

.grayscale:hover	 {
    -webkit-transition: all .2s ease;  /* Transition for Webkit browsers */
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter:    grayscale(0);
    -ms-filter:     grayscale(0);
    -o-filter:      grayscale(0);
}
.progress-value {
    position: absolute;
    color: #333;
    font-size: 12px;
    text-shadow: 0px 0px 2px #ffffff;
    padding-left: 5px;
}

.modal-header .close {
    margin-top: -6px;
    color: #dddddd;
    opacity: 1;
    font-size: 32px;
    text-shadow: 1px 1px 1px black;
}

.modal-header .close:hover {
    text-shadow:0px 0px 15px rgba(255, 255, 255,0.75), 0px 0px 15px rgba(255, 255, 255,0.75), 0px 0px 15px rgba(255, 255, 255,0.75);
    color: #FFFFFF !important;
}

.modal-header {
    min-height: 16.43px;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #337ab7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
    text-shadow: 1px 1px 1px black;
}

.modal{
    top: 100px;
}

/* ********************************************* COMMON in HEADER *********************************************  */
/* ************************************************************************************************************  */

.asesor{color:#FFF}
.de{color:#90CAFF}
.apuestas{color:#FFF}

.language-button:hover{
    cursor: pointer;
    box-shadow: 0px 0px 10px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1);
}

#header .link{
    text-decoration: none;
}

.languages{
    padding: 22px;
}

.languages.guess{
    padding: 15px;
}

.signup-form{
    margin-bottom: 0px;
}

.signUpAndRecovery{
    text-align: center;
}

.footer{
    height:200px;
    font-family: 'Open Sans',Helvetica, sans-serif, Arial;
    font-weight: normal;
    font-size: 12px;
    color: #848484;
    text-align: center;
    padding-top: 5px;
}

.footer.link{
    cursor:pointer;
}
.footer.link:hover{
    color:#CCC;
}
img.footer {
    height: 100px;
    opacity: 0.75;
}

img.reflex {
    /*Glow*/
    box-shadow:0px 0px 10px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1);
    background: rgba(255,255,255,0.8);
    border-radius: 50px;
    width:35px;
}
.just-reflex{
    box-shadow: 0px 0px 10px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1), 0px 0px 10px rgba(255,255,255,1);
    background: rgba(255,255,255,0.8);
    border-radius: 50px;
}
.drop-shadow {
    -webkit-box-shadow:0 1px 40px rgba(0, 0, 0, 0.3), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 40px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 40px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
/*#header{*/
    /*height:64px;*/
/*}*/
#mainTitle {
    text-align: center;
    font-family: arial;
    font-size: 7vw;
    font-weight: bold;
    color: rgba(255,255,255,1);
    padding-bottom: 5px;
    padding-top: 18px;
}

/*Iphone 5*/
@media (min-width: 720px){
    #mainTitle {
        font-size: 45px;
    }
}
@media (max-width: 520px){
    #mainTitle {
        font-size: 6vw;
    }
}

/*Iphone 5*/
@media (min-width: 355px){
}

/*Nexus 5*/
@media (max-width: 490px) {

    .tutorial-table-4 td{
        font-size:10px;
    }
}

@media (min-width: 1201px) {

    #icon-title{
        width: 45px;
        margin-top: -8px;
    }
}

@media (min-height: 644px) {
    .footer{
        height: 500px;
    }
}

/****************************************************************************************************
 **************************************** EXTRA SMALL ***********************************************
 ****************************************************************************************************/
@media screen and (max-width:575px){
    .initial-picture{
        text-align: center;
    }
}
/****************************************************************************************************
 ********************************************** SMALL ***********************************************
 ****************************************************************************************************/
@media screen and (min-width:576px) and (max-width: 767px){
    .initial-picture{
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width: 1200px){

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse.collapse.in {
        display: block!important;
    }

    .navbar-collapse.collapsing {
        overflow: hidden;
    }
    .navbar-right {
        float: left!important;
    }
}





