/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/


.captcha-page {
    
    margin-top: 10%;
    
}

.custom_fruity{
    margin-left: 2%;
}

/**** CUSTOM COLORS ****/

.navbar-fixed-top {
     margin-left: 10px;
     margin-right: 15px;
}

.fruity .btn-primary{
    background-color: #034588;
    border: 1px solid #034588;
}

.fruity .progress-bar{
    background-color: #034588;
}

.fruity .btn-default{
    border: 1px solid #034588;
    color: #034588;
}

.fruity .btn-primary{
    border: 1px solid #034588;
    background-color: #034588;
}


.fruity .btn-primary.active{
    background-color: #20293e;
    border: 1px solid #20293e;
    
}

.fruity .btn-primary:hover{
     background-color: #20293e;
}

.fruity .btn-primary:focus{
     background-color: #20293e;
}

.fruity .btn-default:hover{
    border: 1px solid #20293e;
    color: #20293e;
}

.fruity .btn-default:focus{
    border: 1px solid #20293e;
    color: #20293e;
}

.fruity .form-control:focus{
    border:1px solid #034588;
}

.fruity .text-primary{
    color: #034588;
}

.fruity .text-info {
    color: #31708f !important;
}


.fruity .navbar a.animate:after {
    background-color: #034588 !important;   
}

.fruity a {
    color: #034588;
}

.navbar-default .navbar-nav>li>a {
    color: #034588;
}

.fruity .nav .open>a{
    background-color: #20293e;
}

.fruity .nav .open>a:hover{
    
     background-color: #20293e;
}

.fruity .nav .open>a:focus{
    
     background-color: #20293e;
}

.index-item:hover{
     background-color: #20293e;
    
} 

.index-item:focus{
     background-color: #20293e;
} 

.fruity .dropdown-menu>li>a:hover {
    
    background-color: #20293e;
}



/**** end colors *****/

#surveyListFooter {

   position:absolute;
   bottom:0;
   width:100%;
   height:60px;   /* Height of the footer */
}

/*** estadísitcas avanzadas cuadre de etiquetas ***/
@media(min-width: 1200px) .col-lg-8 {
    width: 50% !important;
}

.logo-container>img{	
	max-height:120px !important;
}


