.modal-footer {   
    border-top: 0px;
}
body{
    background-color: #f2f2f2;
    background-image : url("../img/wallpaper-index.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.modal-content{
    position            : relative;
    /* background          : none repeat scroll 0 0 rgba(255, 255, 255, 0.5); */
    background          : none repeat scroll 0 0 rgb(20, 20, 20, 0.8);
    /* border              : 1px solid rgba(0, 0, 0, .2); */
    border-radius       : 3px;
    outline             : 0;
    box-shadow          : 0 6px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow  : 0 6px 9px rgba(0, 0, 0, 0.5);
    overflow            : hidden;
    padding             : 30px 40px;
    margin-top          : 20%;
}

.text-header{
    font-family     : 'Segoe UI', 'Lucida Sans', 'Open Sans', sans-serif;
    font-size       : 30px;
    font-weight     : 700; 
    text-transform  : uppercase;
    color: #fff;
}   

.bs-callout-info {
    border-left-color: #5BC0DE;
}
.bs-callout {
    padding: 20px;
    margin: 20px 0px;
    border-width: 1px 1px 1px 5px;
    border-style: solid;
    border-color: #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 3px;
}

a:link, a:visited, a:hover, a:active
{
	text-decoration:none;
}

a:hover {
	cursor : pointer;
}

td.center{
	margin: 0 auto;
	text-align:center;
}

.panel-footer{
    background: none repeat scroll 0 0 #202020;
    border: medium none;
    bottom: 0;
    min-width: 974px;
    padding: 5px 0 10px 50px;
    position: fixed;
    width: 100%;
    border-top  : none!important;
    font-weight: normal;
    line-height: 14px;
    margin-left: auto;
    margin-right: auto;
}

.footer-index{    
    color           : #FFFFFF;
    font-size       : 14px;
    font-weight     : bold;
    line-height     : 14px;
}

.footer-index li > a{
    color: #FFFFFF;     
}

.footer-index span{
    color       : #FFFFFF;  
    font-weight : normal;
}

.panel-footer-wrapper{
    clear           : both;
    display         : inline-block;
    vertical-align  : middle;
    width           : 100%;
    padding-left    : 25px;
    padding-right   : 25px;
    padding-top     : 15px;
}

.imageIndex{
    margin-top: 10%;
    z-index : 1;
}

#copyright{
    border: medium none;
    float: none;
    line-height: 17px;
    margin-top: 4px;
    margin-right: 0;
    padding-right: 0;
    color: #fff;
    display: inline-block!important;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-bottom: 5px;
}
#liCopyright{
    margin-right: 20px;
}

#nav-legal {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    vertical-align: middle;
    list-style: outside none none;
    border: 0 none;
}

div .imageIndex img{
    margin: 0 auto;
    width :  319px;
    height : 118px;
    cursor : pointer;
}

.img-index{
    /* position    : absolute;
    z-index     : 999999;
    float       : left;
    margin      : 0 auto; */
    /* position: fixed; */
    margin: 0 auto;
}

div .imageIndex img:hover{ 
    opacity: 0.8;
}
.logoOverflash{
    position    : absolute;
    left        : 85%;
    top         : 30%;
    width       : 190px;
    height      : 35px;
    cursor      : pointer;
}

.logoOverflash:hover{ 
    opacity: 0.8;
}

.ul-branco{
	color 	: #fff;
}

.a-branco{
	color 	: #fff;
}
.a-branco:hover{
	color 	: #000000;
}
.a-branco:visited{
	color 	: #fff;
}

@media (max-width: 1100px) {
    div .imageIndex img{
       display:  none; 
    }
}

@media (max-width: 1100px) {
    .logoOverflash{
       width       : 90px;       
       height      : 20px; 
       left        : 85%;
       top         : 40%;
    }
    div .imageIndex img{
       display:  none; 
    }
    body{
        overflow: hidden;
    }    
}

@media (max-width: 1100px) and (max-height: 585px) {
    div .imageIndex img{
       display:  none; 
    }
    #dvFooter{
        display:  none;
    }
}

.btn-index{
    font-weight: bold;
}

#login-logo {
    background: url("../img/logo.png") top center no-repeat;
    width: 100%;
    height: 50px;
    float: left;
    margin-bottom: 10px;
  }

.modal-header{
    padding: 0px!important;
}
