﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: ##DBECFC;
}
/*
table.dataTable.hover tbody tr:hover td,
table.dataTable.display tbody tr:hover td {
    font-weight: bold;
}*/

/* For mobile phones: */
[class*="td-filtro-"] {
    width: 100% !important;
}

/*
@media only screen and (min-width: 700px) {
    .td-filtro-1 {
        width: 30% !important;
    }

    .td-filtro-2 {
        width: 30% !important;
    }

    .td-filtro-3 {
        width: 30% !important;
    }

    .td-filtro-4 {
        width: 25% !important;
    }

    .td-filtro-5 {
        width: 25% !important;
    }

    .td-filtro-6 {
        width: 25% !important;
    }

    .td-filtro-7 {
        width: 25% !important;
    }
}

@media only screen  and (min-width: 1700px) {
    .td-filtro-1 {
        width: 8% !important;
    }

    .td-filtro-2 {
        width: 34% !important;
    }

    .td-filtro-3 {
        width: 20% !important;
    }

    .td-filtro-4 {
        width: 8% !important;
    }

    .td-filtro-5 {
        width: 10% !important;
    }

    .td-filtro-6 {
        width: 10% !important;
    }

    .td-filtro-7 {
        width: 10% !important;
    }
}
*/

.cbp-rfgrid {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
}

    .cbp-rfgrid li {
        position: relative;
        float: left;
        overflow: hidden;
        width: 14.2857143%;
        width: -webkit-calc(100% / 7);
        width: calc(100% / 7);
    }

        .cbp-rfgrid li a,
        .cbp-rfgrid li a img {
            display: block;
            width: 100%;
            cursor: pointer;
        }

            .cbp-rfgrid li a img {
                max-width: 100%;
            }

            /* Flexbox is used for centering the heading */
            .cbp-rfgrid li a div {
                position: absolute;
                left: 20px;
                top: 20px;
                right: 20px;
                bottom: 20px;
                background: rgba(71,163,218,0.2);
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                display: flex;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
                text-align: center;
                opacity: 0;
            }

            .cbp-rfgrid li a:hover div {
                opacity: 1;
            }

            .cbp-rfgrid li a div h3 {
                width: 100%;
                color: #fff;
                text-transform: uppercase;
                font-size: 1.4em;
                letter-spacing: 2px;
                padding: 0 10px;
            }

.dataTables_wrapper .dataTables_processing {
    color: #1D5288;
    font-weight: 600;
    font-size: 20px;
    font-family: "Segoeui";
    padding: 5px;
    background: #FFF;
    border-radius: 10px;
    border: 2px solid #1D5288;
    margin-top: 10px;
}
/* Example for media query: change number of items per row */

/*@media screen and (max-width: 1190px) {
    .cbp-rfgrid li {
        width: 16.6666667%;
        width: -webkit-calc(100% / 6);
        width: calc(100% / 6);
    }
}

@media screen and (max-width: 945px) {
    .cbp-rfgrid li {
        width: 20%;
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
}

@media screen and (max-width: 660px) {
    .cbp-rfgrid li {
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
}*/

@media screen and (max-width: 1366px) {
    .cbp-rfgrid li {
        width: 33.3333333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 800px) {
    .cbp-rfgrid li {
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 600px) {
    .cbp-rfgrid li {
        width: 100%;
    }
}






.input-group > .input-group-prepend {
    flex: 0 0 145px;
}

.input-group .input-group-text {
    width: 100%;
    background: #e0e0e0
}