@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700,300,400,500);


/* CORPO DA PAGINA */
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 13px;
    background-color: #f2f2f2;
}

/* GERAL */
.clear{
    clear: both;
}

.clear-mobile{
    display: none;
}

/* Preloader */
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* cor do fundo  - branco */
    z-index:999999999; /* ficar sempre no top dos layers  */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../images/loader.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


.faxiausera {
    width: 96%;
    display: table;
    color: #525252;
    text-align: center;
    margin: 0 auto;
}

.cabeza {
    text-align: center;
    margin: 0 auto;
    display: table;
}


.nomecabeza {
    float: left;
    font-size: 14px;
    line-height: 60px;
    text-align: right;
}

.perfilcabeza {
    float: left;
    font-size: 14px;
    line-height: 60px;
    text-align: left;
}



.titulopage{
    text-align: center;
    margin: 50px auto 0px;
    padding: 0px 30px;
    font-size: 32px;
    font-weight: 300;
    opacity: 0.7;
}

/* datatable */
.button-datatable-grid{
    color: rgba(80,83,82,0.95) !important;
    font-size: 18px;
    text-decoration: none;
}

.button-novo-lista{
    background-color: #0068B3;
    opacity: 0.8;
    border-radius: 4px;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    padding: 13px;
    color: #FFFFFF;
    text-decoration: none;
}

.div-button-novo-lista{
    margin: 30px 11px;
    text-align: right;
}


/* responsivo  */

@media screen and (max-width: 760px){

    .cellferramenta{
        float: none;
        width: 100%;
    }

}

/* Mensagem Home */
.alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

.failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
}

