﻿body {
    font-size: 15px;
     background-color: #FFFFFF;
    
}

.fa-logo-survey {
    background-image: url('https://es.amersol.edu.pe/uploaded/themes/default/images/logo.svg');
    background-repeat: no-repeat;
    background-size: 400px;
    margin-top: -8px;
    margin-bottom: -30px;
    margin-left:-25px;
    height: 110px;
    width: 430px;
}


.form-control {
    font-size: 15px;
    border-color: #353535;
}

/* Menu */
.site-nav a.active-link {
    color: #747373;
    background: #ffffff;
    /*background: url('../img/template/ie8_opacity_dark_40.png');*/
    /*background: rgba(0, 0, 0, 0.4);*/
}


.themed-background-ligth {
    background-color: #ffffff;
}

header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 25px 0;
    color: #ffffff;
    background: #ffffff;
    z-index: 1000;
    -webkit-transition: all ease-out 0.25s;
    transition: all ease-out 0.25s;
}

.media-container > .site-section {
    z-index: 200;
    background: #ffffff;   
    text-shadow: 0 0 0;
}

input[type=radio] {
    transform: scale(1.5);
    padding: 7px;
}

input[type=checkbox] {
    transform: scale(1.5);  
    margin-left: -20px !important;
}

.radio-lg, .checkbox-lg {
    margin-top: 10px;
    margin-bottom: 10px;    
    padding-top: 2px !important;
}

.site-section-top {
    padding-top: 24px;
}
.media-container {
    height: 100px;
}

p, .table, .alert, .carousel {
    margin-bottom: 5px;
}

.site-content {
    /*background-color: rgba(0, 38, 100, 0.9);*/
    background-color: #FFFF;
    padding-bottom: 1px;
}


.site-section {
    padding: 25px 0;
}


.media-container-section {
    height: 30px;
}

.site-section-header {
    background-color: rgba(0, 38, 100, 0.9);
    padding-bottom: 1px;
}


.site-section-foot {
    background-color: #d3222a;
    padding-bottom: 1px;
}
