﻿body{
    background-color: gainsboro;
}
.container{
    background-color: white;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    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;
}

.login {
    min-height: 100vh;
}

.bg-image {
    background: url('img/ProFact_Logo.png') no-repeat center center;
    background-size: contain;
    background-position: center center;
}

@media screen and (max-width: 500px) {
    .bg-image {
        min-height: 10vh;
        background: url('img/ProFact_Logo.png') no-repeat center center;
        background-size: contain;
        background-position: center center;
        display: none;
    }
}

.block {
    background: url('img/separador-login.png') no-repeat center center;
    background-size: contain;
    display: flex !important;
    flex: 1 1 200px;
    align-content: center;
}
.fil0:hover {
    fill: #4B4B4B;
}

.fnt0 {
    font-size: 15.5rem;
    font-family: 'Segoe UI Semibold', 'Segoe UI';
    text-decoration: none;
}

.table-pager > td {
    padding-top: 10px;
}

    .table-pager > td > a {
        background-color: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 3px 7px;
        text-decoration: none;
    }

        .table-pager > td > a:hover {
            background-color: #f0f0f0;
        }

.custom-file-input ~ .custom-file-label::after {
    content: "Buscar";
}
