*{
    margin:0px;
    padding: 0px;
}
.back {
    font-family: Arial, Helvetica, sans-serif;
    background-color:paleturquoise;
    color: gray;
}

/* Modal */

.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
    right: 0;
    bottom: O;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: transparent; 
/*transition: opacity .10s linear;*/
}

.modal-dentro {    
    background-color:#d5ffff;
  margin: 20% auto;
  padding: 2%;
  border: 1px solid #888;
  width: 80%; 
    /*transition: opacity .10s linear;*/
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Fim Modal */

.txt{
    padding: auto;
}
label{
    color: black;
   clear: both;
    text-align: left;
}

.entrada {
  width: 90%;
  padding: 12px 20px;
  margin: 10px 0px  0px 25px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
    clear: both;
}



.submeter {
  background-color:#0098B2;
    border: none;
     display: inline-block;
        text-align: center;
  color: white;
padding: 5px 20px;
  cursor: pointer;
   
}

.submeter1 {
    background-color:#0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
   
}
           option:checked{
        width:100%;
    }
    .selecao{
    width:80%;
    height: 40px;
    background-color: #0098B2;
    border: 1px white solid;
    display: inline-block;
    text-align: center;
    color:#f2f2f2;
    margin: auto 50px;
    cursor: pointer;
    }
.selecao:hover {
  background-color: #b3b3b3;
}
    .submeter2{
    width: 30%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    margin: 5px 0px 5px 52px;
    cursor: pointer;
}
     .submeter2-prof{
      width: 30%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    float: right;
    margin: 5px 52px 5px 0px;
    cursor: pointer;
}

.submeter1:hover {
  background-color: darkgray;
}
.submeter2:hover {
  background-color: darkgray;
}
.submeter2-prof:hover {
  background-color: darkgray;
}
.submeter:hover {
  background-color: darkgray;
}
.h1l{
    color: white;
    text-align: center;
    font-size: 18px;
    margin: 5px auto;
}

.h2l{
    font-size: 40px;
    text-align: center;
    color: #0098B2;
}


.logo{
    width:150px;
    margin-top: 20px;
    
}

.dir{
    float: right;
  align-content: center;
    width: 40%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 5%;
    /* display: block;*/
}
.dir-prof{
    float: right;
  align-content: center;
    width: 40%;
margin-right: 60px;
    margin-top:-15px;
}
.esq{
    float: left;
    align-content:center;
    width: 40%;
    margin-left: 5%;
    /*display: block;*/
}
.esq-dis{
    float: left;
    align-content:center;
    width: 40%;
    margin-left: 40px;
}
.nav{
    width: 88%;
    margin-top: 10px;
    height: auto;
}

.iniciar{
      margin-top: 70px;
    width: 50%;
    right: 0px;
    float: right;
}
.clear{
    width: 100%;
    height: 10px;
}

.escolha{
    color: white;
    background-color: #17a2b8 ;
    width: 100%;
    height: 30px;
    margin-top: 1px;
    margin-bottom: 2px;
}

/* rodape */
footer {
    height: 60px;
    width: 100%;
    clear: both;
}

.rodape {
	text-align:center;
	width:100%;
}
.logo-escola{
     float: left;
    margin-left: 45%;
    margin-bottom: 0px;
    width: 50%;
}

.tabela {
    max-width: 100%;
}
.button{
     background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
    height: -webkit-fill-available;
    margin-right: 1%;
}
.button:hover {
  background-color: darkgray;
}
.direita{
        margin-top: -90px;
    margin-right: 40px;
    float: right;
    
}



/*Inicio do media */

@media only screen and (max-width: 1280px) {
  .logo{
    width:180px;
    margin-top: 20px;
    
}
   .h1l {
    color: white;
    text-align: center;
    font-size: 18px;
    margin-top: 5px auto;
}
    .h2l {
    font-size: 50px;
    text-align: center;
}
   
    
    
    .submeter {
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
}
    .submeter1 {
    background-color:#0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
   
}
            option:checked{
        width:100%;
    }
    .selecao{
    width:80%;
    height: 40px;
    background-color: #0098B2;
    border: 1px white solid;
    display: inline-block;
    text-align: center;
    color:#f2f2f2;
    margin: auto;
    cursor: pointer;
    }
    
    .submeter2{
    width: 45%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    margin: 5px auto;
    cursor: pointer;
}
     .submeter2-prof{
      width: 30%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    float: right;
    margin: 5px 66px 5px 0px;
    cursor: pointer;
}
    
     .iniciar {
    margin-top: 100px;
    margin-right: -140px;
    width:50%;
    float: right;
}

   
    .modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
    right: 0;
    bottom: O;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: transparent; 
/*transition: opacity .10s linear;*/
}
    .modal-dentro {
    background-color: #d5ffff;
    margin: 20% auto;
    padding: 2%;
    border: 1px solid #888;
    width: 80%;
    /* transition: opacity .10s linear; */
}
     .dir-prof {
    float: right;
    align-content: center;
    width: 40%;
   margin-right: 5px;
}
    .esq-dis{
    float: left;
    align-content:center;
    width: 40%;
    margin-left:70px;
}
    .tabela {
    max-width: 100%;
}
        footer {
    height: 60px;
    width: 100%;
    clear: both;
}

.rodape {
	width:100%;
}
.logo-escola {
    float: left;
    margin-left: 45%;
    margin-bottom: 0px;
    width: 50%;
}
 
}
@media only screen and (max-width: 768px) {
    .logo{
    width:150px;
    margin-top: 20px;
    
}
    .h1l {
    color: white;
    text-align: center;
    font-size: 18px;
    margin-top: 5px auto;
}
    .h2l {
    font-size: 40px;
    text-align: center;
}
   
   
    .submeter {
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
}
    .submeter1 {
    background-color:#0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
   
}
        option:checked{
        width:100%;
    }
    .selecao{
    width:100%;
    height: 40px;
    background-color: #0098B2;
    border: 1px white solid;
    display: inline-block;
    text-align: center;
    color:#f2f2f2;
    margin: auto;
    cursor: pointer;
    }
    
    .submeter2{
    width: 50%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    margin: 5px auto;
    cursor: pointer;
}
     .submeter2-prof{
      width: 50%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    float: right;
    margin: 5px auto;
    cursor: pointer;
}

    .iniciar {
    margin-top: 90px;
    margin-right: -100px;
    width: 65%;
    float: right;
}

    .modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
    right: 0;
    bottom: O;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: transparent; 
/*transition: opacity .10s linear;*/
}

.modal-dentro {    
    background-color:#d5ffff;
  margin: 30%;
  padding: 2%;
  border: 1px solid #888;
  width: 80%; 
    /*transition: opacity .10s linear;*/
}
    .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    width: 50%;
    margin-left: 50px;
}
    .dir-prof {
    float: right;
    align-content: center;
    margin-top:-30px;
       margin-right: 50px;
}
    .esq-dis{
    float: left;
    align-content:center;
    margin-top: -15px;
    margin-left: 50px;
}
.logo-escola {
    float: left;
    margin-left: 280px;
    margin-bottom: 0px;
    width: 100%;
}
.tabela {
    max-width: 100%;
}
}
@media only screen and (max-width: 480px) {
   .logo{
    width:150px;
    margin-top: 20px;
    
}
    .h1l {
    color: white;
    text-align: center;
    font-size: 18px;
    margin-top: 5px;
}
    .h2l {
    font-size: 36px;
    text-align: center;
}
   
    .submeter {
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
}
    .submeter1 {
    background-color:#0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px 20px;
    cursor: pointer;
   
}
    .submeter2{
    width: 100%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    margin: 5px auto;
    cursor: pointer;
}
        .submeter2-prof{
    width: 100%;
    background-color: #0098B2;
    border: none;
    display: inline-block;
    text-align: center;
    color: white;
    padding: 5px;
    margin: 5px auto;
    cursor: pointer;
}

    .iniciar {
    margin-top: 90px;
    margin-right: -60px;
    width: 80%;
    float: right;
}
    
    .modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
    right: 0;
    bottom: O;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: transparent; 
/*transition: opacity .10s linear;*/
}

.modal-dentro {    
  margin: 10%;
  padding: 2%;
  border: 1px solid #888;
  width: 80%; 
    /*transition: opacity .10s linear;*/
}
    .modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    width: 50%;
    margin-left: 50px;
}
    .dir-prof {
    float: left;
    align-content: center;
    width: 100%;
    margin-top: auto;
}
    .esq-dis{
    float: left;
    align-content:center;
    width: 100%;
    margin-top: auto;
        margin-left: auto;
}
    option:checked{
        width:100%;
    }
    .selecao{
    width:100%;
    height: 40px;
    background-color: #0098B2;
    border: 1px white solid;
    display: inline-block;
    text-align: center;
    color:#f2f2f2;
    margin: auto;
    cursor: pointer;
    }
    /* horario */
 .my-custom-scrollbar {
position: relative;
height: auto;
width:100%;
overflow: auto;

     
}
.table-wrapper-scroll-x {
display: block;
}
 
.tabela {
    width: 100%;
}
footer {
    height: 60px;
    width: 100%;
    clear: both;
}

.rodape {
	width:100%;
}
.logo-escola {
    margin-left: 150px;
    float: left;
    width: 135%;
}
    .direita{
        margin-top: -100px;
    margin-right: 10px;
    float: right;
    }
    
}