﻿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;
}

.footerM {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
    background: #FAFAFA;
    border-top: solid 1px #FAFAFA;
    color: black;
    font-size: 12px;
}

.footer p {
    margin-top: 0px;
}

.navbar-custom {
    margin-top: 0px;
    background-color: #CD071E;
    color: white;
    height: 50px;
    font-size: 12px;
}

#tablaClientes tbody tr.selected {
    color: white;
    background-color: #626262;
}

body {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

div.dataTables_wrapper {
    margin: 0 auto;
    width: 98%;
}

.pagination > li > a, .pagination > li > span {
    background-color: white;
    color: #626262;
    height: 30px;
    font-size: 12px;
}

.dataTables_info {
    color: #626262;
    font-size: 12px;
}

div.container {
    width: 80%;
}

.dt-buttons button.dt-button.buttons-excel {
    border: solid #CD071E 1px;
    text-align: left;
    color: #CD071E;
    background-color: rgba(205, 7, 30, 0.05);
    font-size: 12px;
    width: 80px;
    height: 25px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex;
}

.dt-buttons button.dt-button.buttons-copy {
    visibility: hidden;
    height: 2px;
}

.dt-buttons button.dt-button.buttons-csv {
    visibility: hidden;
    height: 2px;
}

.dt-buttons button.dt-button.buttons-pdf {
    visibility: hidden;
    height: 2px;
}

.dt-search {
    border: solid #CD071E 1px;
    background-color: rgba(205, 7, 30, 0.05);
}

    .dt-search input.dt-input {
        height: 25px;
        font-size: 12px;
        border: solid #CD071E 1px;
        background-color: rgba(205, 7, 30, 0.05);
    }

    .dt-search label {
        font-size: 12px;
    }

.dt-paging {
    font-size: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 35px;
}

    .dt-paging .dt-paging-button.current {
        font-size: 12px;
        border: solid #CD071E 1px;
        background-color: rgba(205, 7, 30, 0.05);
        justify-content: center;
        align-items: center;
        display: flex;
        height: 35px;
    }

.botton-opcion {
    font-size: 12px;
    color: #CD071E;
    border: solid #CD071E 1px;
    background-color: rgba(205, 7, 30, 0.05);
    width: 150px;
    height: 25px;
}
