/******************
    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
*/
h1.survey-name.text-center {
    font-size: 41px;
    margin-bottom: 10px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    background: #8d2152;
    padding: 20px;
    letter-spacing: 1px;
}

.unidades table.ls-answers {
    width: 35%;
    margin: 0 auto;
}


/*tabla unidades*/
.unidades tr.ls-heading {
    background: #8d2152;
    border: transparent;
}

.unidades .table-bordered>tbody>tr>td, .unidades .table-bordered>tbody>tr>th, .unidades .table-bordered>tfoot>tr>td, .unidades .table-bordered>tfoot>tr>th, .unidades .table-bordered>thead>tr>td, .unidades .table-bordered>thead>tr>th {
    border: 0px solid #ddd;
}

.unidades .table-bordered {
    border: 2px solid #8d2152;
}

.unidades tr.total {background:#8d21524d}

.survey-welcome.h4.text-primary {
    background: #8d215217;
}


.list-with-comment textarea.form-control {
    resize: none;
    max-width: 65px !important;
}

/*enlaces marrones*/

a {
    color: #57312b;
}

/*Mediación*/
.comunidad .question-title-container.col-xs-12 {
    display: none;
}

.comunidad .ls-answers.checkbox-list.answers-list.row {
    padding-top: 0;
}

.multiple-opt.comunidad {
    margin-top: -30px;
}



/*imprimir*/
.url-wrapper.url-wrapper-survey-print {
    margin-bottom: 25px;
    margin-top: 25px;
}

a.ls-print {
    background: #8d2152;
    padding: 10px 25px;
    margin-bottom: 25px !important;
    color: white;
    border-radius: 5px;
}