.mlp-service-loader {
    position: fixed;z-index: 10000;width: 100%;height: 100%;
    background-image: url("../../img/ajax-loader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;

    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
    top: 0px;
}

.mlp-service-loader .mlp-service-loader-texto{
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    color: #000000;
}

.mlp-service-overlay {
    position: fixed;z-index: 1200;width: 100%;height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #273947;
    opacity:0.7;
    filter:alpha(opacity=80); /* For IE8 and earlier */
    top: 0px;
    display: none;
}
.mlp-service-modal{
    background-color: #C51215;
    display: none;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    z-index: 2000;
    top: 50%;
    position: fixed;
}


table.dataTable thead tr {
    background-color: #E9F5DF;
}

table.dataTable thead th, table.dataTable tfoot th {
    /*font-weight: normal !important;*/ 
}