﻿.fixed-table-pagination .pagination-detail, .fixed-table-pagination div.pagination {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.danger {
    color: #b92c28 !important
}

.success {
    color: #3e8f3e !important
}

.warn {
    color: #e38d13 !important
}

.footer-azul2 {
    background: none repeat scroll 0% 0% #0042b1;
    padding: 1em 0px;
    max-width: 100%;
    height: 74.96px;
}

.div-loader {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 99999999999999999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 400;
    background-image: url("../img/loading-blue-pipe.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 70px;
}