/* 
    Created on : 22/06/2015, 08:54:37
    Author     : x16478343
*/

.painelLogin{
    box-shadow: 0px 0px 1em #666; 
    background-color: #e2e2e2;
}

.preloader {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: #000;
    opacity: 0.5;
    z-index: 1;
}

.login{
    margin-top: 18%
}

.espaco{
    margin-right: 15px; 
}

.alarga{
    margin-bottom: 10px !important;
}

.centraliza{
    float: none;
    margin: 2% auto;
}

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 60px;
    background-color: #f5f5f5;
}   

.fimPage{
    margin-bottom: 70px;
}

.table.table-hover{
    margin-bottom: 5px !important;
}

a.table-action{
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.table-edit{
    background: url("../fonts/edit.png");
}

.table-pass{
    background: url("../fonts/pass.png");
}

.table-delete{
    background: url("../fonts/delete.png");
}

.table-visual{
    background: url("../fonts/visual.jpg"); 
}

.imgLoading{
    background: url("../fonts/loading.gif");
    z-index: 1000;
    height: 200px;
    background-repeat: no-repeat;
}
