html {
    font-size: 14px;
}

/*@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

table {
    font-size: 0.8em;
}

    table thead {
        background-color: #DDDDDD;
    }

.inputLoad {
    padding: 5px 10px;
    background: #9D2449;
    color: #fff;
    border: 2px solid #9D2449;
    width: 160px;
}

    .inputLoad:hover {
        color: #9D2449;
        background: #fff;
    }

.error {
    color: red;
}

/*Select 2*/
.select2-selection__rendered {
    line-height: 37px !important;
}



.select2-selection {
    height: 39px !important;
}