
body{   height: 100%;
    width: 100%;
}
html{
    height:100%;
    width: 100%;
    margin: auto;
}
label{
    font-size: small;
}
a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
/* unvisited link ftp.kuhner.com.br  kuhner1 eduok2015   */
a:link {
  color: black;
  text-decoration:none;
  cursor:pointer;
}

/* visited link */
a:visited {
color: black;
text-decoration:none;
cursor:pointer;
}

/* mouse over link */
a:hover {
  color: green;
text-decoration:none;
cursor:pointer;
}

::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px white; 
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(250,250,250,0.30);; 
  border-radius: 2px;
}
::-webkit-scrollbar-corner{
  background: rgb(250,250,250,0.30);; 
  border-radius: 2px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
/* selected link */
.a:active {
  color:blacksmoke;
text-decoration:none;
cursor:pointer;
}
.toastpos{
    position: fixed;
    margin: auto;
    top: 35%;
    left: 45%;
    transition: 3s;
}
menuarea{
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, RGB(255,255,255,0.10), RGB(255,255,255,0.90) );
  overflow-x: hidden; /* Disable horizontal scroll */
   /* Place content 60px from the top */
  transition: 2s; /* 0.5 second transition effect to slide in the sidebar */
  overflow-y: hidden;
}
menuitem{
    margin-left: 10px;
    background-color:rgb(255,255,255,0.10);
}
logo{
    width: 160px;
    height: auto;
    margin: 3px;
}

.textos{
    border-bottom-color:black;
    border-bottom-style:solid;
    border-left-style:none;
    border-top-style:none;
    border-right-style:none;
}


navback{
    background-color: rgb(60,100,100,.10);
    font-family:Calibri,Helvetica;
    font-size:13px;
    color:black;
    position: fixed;
    top: 0;
    left: 0;
}
navback:hover{
    background-color:rgb(60,100,100,.10);
    font-family:Calibri,Helvetica;
    font-size:13px;
    color:black;
    text-decoration:none;    
}

sidebar {
  background-color:rgb(60,100,100,0.70);
  width:auto; /* 0 width - change this with JavaScript */
  padding: 5px; 
  z-index: 100; /* Stay on top */
  margin-top:0px;
  font-family:Calibri,Helvetica;
  font-size:14px;
}
wrapper{
    height:auto; 
    background-color:rgb(60,100,100,0.70);
 
}

@media screen and (min-width: 320px) and (max-width: screen.width()) {
    body{
        height: auto;
        width: auto;
        background-size: 100% 100%;
        margin: auto;
    }
    html{
        height:100%;
        width: 100%;
        
    }
}
