﻿/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
.text-color {
    background-color: #1E8876;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    /*height: 65px;*/
    background-color: #1E8876;
    /*padding: 24px;*/
    text-align: center;
    font-weight: bold;
    color: #000;
}

@media (min-width: 300px) and (max-width: 768px) {
    footer {
        position: fixed;
        bottom: auto;
        width: 100%;
        /*height: 65px;*/
        background-color: #1E8876;
        /*padding: 24px;*/
        text-align: center;
        font-weight: bold;
        color: #000;
    }
}

body {
    background-color: #fff;
    font-family: Candara, sans-serif;
    color: #7f8c8d;
}

.fondoform {
    padding: 15%;
   /* background-color: white;*/
    /*height: 1800px;*/
}

.form-check-input:checked {
    background-color: #198754;
    border-color: #198754;
}

.form-check .form-check-input {
    float: right;
    margin-left: -1.5em;
}

.form-check-label {
    padding-right: 2.5em;
}
tr.group > td {
    background-color: #1E8876;
    color: #fff;
}


