body{
    background: transparent url('../img/background.jpg') center center no-repeat;
    background-size: cover;
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;    
}
.centro{
    width: 420px;
    height: 310px;    
    position: absolute;
    top:50%;
    left: 50%;
    margin-left:-210px;    
    margin-top:-155px;       
}
.transparencia{
    background: rgba(255,255,255,0.7);
    position:absolute; 
    z-index:-1; 
    top:0; 
    left:0; 
    right:0; 
    bottom:0; 
    opacity:0.6;    
}

.edit{
    background: #fdfdfd;
    vertical-align: middle;
    border-radius: 2px;
    padding: 8px 7px 5px;
    box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    color: #333;
    width: 90%;    
}

.button{
    background-color: #2672ae;
    background-image: -webkit-linear-gradient(top, #2672ae 0%,#1e4f7e 100%);
    box-shadow: 0 1px 3px rgba(0,0,0,0.25);
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    margin: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.35);
    border-radius: 3px;
    padding: 0 15px;
    height: 34px;
    line-height: 32px;    
    box-sizing: border-box;
    font-size: 16px;
    color: #fff;
    border-color: #1b5480;
    display: inline-block;    
    width: 90%;
}

.mListagem {    
    list-style: none;
}
.mListagem li{
    padding-top: 15px;
}

.logo-container{   
    background: url('../img/logo-cyclops.JPG') scroll no-repeat top left transparent;
    margin-top: 0px;
    
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    height: 86px;
    width: 375px;    
}
#dialog-loading{
    display: none;
}

.msg{
    color: #ff0000;
    font-family: Arial,sans-serif;
    padding: 1px;
    font-size: 12px;
}