﻿
html{
  
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    
   
}
body{
    width: 100%;
    height: 80%;
    background-image: linear-gradient( rgba(255,255,255,.7) 0%,rgba(0,0,0,.8) 100%), url('../img/Fachada Atual.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    overflow:auto;
}

.card-header{
    border:0px solid;
    background-color: #66bbff;
    font-weight:bold;
    font-size:18px;
    
   
}
.card-body{
    font-size:15px;
    font-weight:500;
}

.card{
   box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.7);
   border:0px solid;
}


.scrollToTop:hover{
  -webkit-transform:scale(1.2);
  transform:scale(1.2);
}

.voltar{
    z-index:1;
    background-image:url("../Img/voltar.png");
    background-size:contain;
    background-repeat:no-repeat;
    width:60px;
    height:60px;
    opacity:0.9;
    position:fixed;
    top:10px;
    left:10px;
   

  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


footer {
   
    background-color:rgba(192,192,192, .2);
    color:#aaa;
    height:25px;    
    width:100%;
    position: fixed;
    bottom: 0px;
    left: 0;  
}

footer span{
    vertical-align:middle;
}

.menu{
    
    text-align:center;
    font-size:30px;  
}
.menu ul{
    padding:0px;
    margin:0px;
    list-style:none;
    
}



table {
    width: 100%; 
    border-collapse: collapse;
    border:1px solid #aaa;    
}

thead, th {
    border: 1px solid #aaa; 
    text-align:center; 
    vertical-align:middle;
    padding:2px;
    font-size:20px;
    background-color:#eee;    
}

td{
    font:15px Noto Sans, sans-serif; 
    border:1px solid #aaa; 
    text-align:left;
    padding: 2px;
    vertical-align:middle;

}

.logado{
    background-color:transparent;
    color:white;
    font-size:30px;
    height:80px;    
    width:100%;
    position:fixed;
    bottom: 0;
    left: 0;  
}

.card-body{
    
    margin:0 auto;
    
}

.card { 
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
}


main {
        height: 450px;
        width: 100%;
        overflow-y: auto;
    }


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .modal-dialog {
        width: 100%;
    }

    main {
        height: 500px;
        width: 100%;
        overflow-y: auto;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .modal-dialog {
        width: 100%;
    }

    main {
        height: 500px;
        width: 100%;
        overflow-y: auto;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .modal-dialog {
        width: 100%;
    }

    main {
        height: 500px;
        width: 100%;
        overflow-y: auto;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .modal-dialog {
        width: 100%;
    }

    main {
        height: 500px;
        width: 100%;
        overflow-y: auto;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {
    .modal-dialog {
        width: 100%;
    }

    main {
        height: 768px;
        width: 100%;
        overflow-y: auto;
    }
}


a{
    text-decoration:none;
    color:white;
}
a:hover{
    color:azure;
}











