body {
    margin: 0;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Oxygen,
        Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    height: 100%;
    background-color: #f2f2f2;
}
html {
    height: 100%;
}
#sapper {
    height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 0.5em 0;
    font-weight: 400;
    line-height: 1.2;
}

h1 {
    font-size: 2em;
}

a {
    color: inherit;
}

code {
    font-family: menlo, inconsolata, monospace;
    font-size: calc(1em - 2px);
    color: #555;
    background-color: #f0f0f0;
    padding: 0.2em 0.4em;
    border-radius: 2px;
}

@media (min-width: 400px) {
    body {
        font-size: 14px;
    }
}

.form-control {
    height: 30px !important;
    font-size: 0.9rem;
    line-height: 25px;
    padding-bottom: 5px;
    padding-top: 2px;
}
.btn {
    border-radius: 3px !important;
    padding: 3px 15px 3px 15px !important;
}
.btn-primary {
    background-color: #f76e00 !important;
    border-color: #f76e00 !important;
}
.btn-primary:hover {
    background-color: #de6605 !important;
}

.accion {
    cursor: pointer;
    width: 20px;
    text-align: center;
    padding: 3px;
    border-radius: 50%;
}

.accion:hover {
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

label {
    margin-top: 1rem !important;
    margin-bottom: 0px !important;
}
