﻿body {
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bg-body-tertiary {
    background-color: #17A185 !important;
    color: #ffffff;
}

.block {
    width:100%;
    border: 1px solid #c0c0c0;
    padding: 20px;
    color: #808080;
    background-color: #f4f4f4;
}

.metodo table th{
    background-color: #f3f3f3 !important;
}

.lista-referencias {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
    .lista-referencias {
        max-height: 300px;
    }
}