*{
    font-family: 'Oswald', sans-serif;
}
body{
    background-color: #f2f2f2;
    font-family: inherit;
}

section{
    background-color: #f2f2f2;
}


h3{
   font-size: 15px; 
    color: gray;
    text-align: center;
    
    font-family: "Helvetica Neue",Arial,sans-serif;
    display: block;
    width: 100%;
    
}

h3 span{
    color: #1c1c22
}

h2{
    font-family: inherit;
    font-size: 15px;
    width: 300px;
    text-align: center;
    margin-top: 10px;
    color: grey;
}

h2 span{
    font-size: 15px;
    color: #1c1c22;
}



#form-login{
    text-align: center;
    
    width: 100%;
}

#form-login input{
    width: 200px;
    height: 40px;
    margin: 5px;
    text-align: center;
}


input [type='radio']{
    width: 2px;
    height: 2px;
    font-size: 12px;
}






a{
    text-decoration: none;
    color: white;
    text-align: center;
}


#content, #content-materias{
 
    padding-bottom: 30px;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    
    
    
}

#contem-content{
    padding-top: 2px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    
    
    


}
.btn-excluir{
    padding: 2px;
    background-color: red;
    
}

.btn-excluir:hover{
    border: 2px solid black;

}


#content form{
    display: block;
    margin: auto;
    color: #253556;
    text-align: center;
}

#content form input[type='number'], input[type='text'], input[type='email']{
    
    width: 200px;
    height: 40px;
    margin: 5px;
    margin-top: 10px;
    text-align: center;
    
}


#content form input[type=checkbox]{
    width: 10px;
    height: 10px;
}

#content .number-add-peca{
    width: 40px;
    height: 40px;
    
}



#form-questao input[type='submit']{
    text-align: center;
}

#form-questao{
    text-align: left;
}


.grafico{
    width: 100px;
    height: 30px;
    background-color: red;
    
}

.certas{
    background-color: green;
    height: 30px;
    
}

li{
    margin: 10px;
}


#myList{
    list-style-type: none;
}

#myList .id_insumo{
    width: 20px;
}

.paginacao{
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    
    width: 200px;
    text-align: center;
}

.btn-pag{
    margin: 10px;
    background-color: #f2f2f2;
    color: black;
    padding: 5px;    
    border-radius: 3px;
    margin-bottom: 10px;
}

.btn-add{
    margin: auto;
    display: block;
    
    width: 100px;
}




.item{
    width: 200px;
    height: 220px;
    
    display: block;
    margin: auto;
        
    margin-top: 10px;
    border: 1px solid gray;

}



.materia-item{
    display: block;
    width: 100%;
    height: 190px;
    font-size: 1em;
    text-align: center;
    
    
}


.materia-item img{
    width: 100%;
    height: 100%;
}


.nome-item a{
    color: black;
}
.nome-item{
    display: block;
    margin: auto;
    width: 100%;
    height: 28px;
    
    background-color: white;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 2px;
    font-family: inherit;
    color: black;
    
    
}

.questao-info{
    border-bottom: 1px solid lightgray;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 15px;
}
.questao-info img{
    float: right;
}
.questao{
    border: 1px solid lightgrey;
    background-color: white;
    width: 80%;
    padding: 4%;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.comentario{
    border-top: 1px solid lightgray;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-bottom: 15px;
    
    
}
.comentario h5{
    display: block;
    margin: auto;
    
    text-align: center;
}
.comentario p{
    width: 80%;
    margin: auto;
    text-align: center;
    
}

.form-add{
    text-align: center;
    background-color: black;
}
.form-add input [type='text'], [type='number'], [type='file'], select{
    width: 600px;
    height: 40px;
    margin-top: 10px;
}

textarea{
    width: 300px;
    height: 100px;
    margin: auto;
    display: block;
    margin-top: 10px;
}
 



#pesquisa{
    height: 20px;
    background-color: white;
    margin: auto;
    border-radius: 10px;
    border: 0;
    padding: 4px;
    width: 210px;
    margin-top: 10px;
    
    
}

#incon-pesquisa{
    margin-top: 3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    float: left;
}

#input-pesquisa{
    display: inline-block;
    float: right;
    border: 0;
    text-align: center;
    margin-top: 1px;
    width: 193px;
    font-size: 15px;
}



#content input[type="submit"], a .btn-acao{
    display: block;
    margin: auto;
    font-size: 1.2em;
    padding: 4px;
    background-color: green; 
    text-align: center;
    width: 200px;
    margin-top: 10px;
    color: white;
    cursor: pointer;
}
#content .btn-acao:hover{
    color: green;
    background-color: white;
    cursor: pointer;

}



@media only screen and (min-width: 640px) {
    #content-materias{
        width: 450px;
    }
    .item{
        width: 220px;
        height: 230px;
        margin-left: 1px;
        display: inline-block;
    }
    .materia-item{
        height: 190px;
    }
    .nome-item{
        height: 38px;
        font-family: inherit;
        color: black;   
    }
    .questao{   
        font-size: 1.1em;
    }
    textarea{
        width: 500px;
        height: 200px;
        
        
    }
}



@media only screen and (min-width: 1280px) {
    #content-materias{
        width: 1000px;
    }
    .item{
        width: 220px;
        height: 230px;
        margin-left: 25px;
        display: inline-block;
    }
    .materia-item{
        height: 190px;
    }
    .nome-item{
        height: 38px;
        font-family: inherit;
        font-size: 1em;
    }
    

    #contem-content{
        margin-top: 70px;   
        
    }
    #content{
        width: 80%;
        margin: auto;
        margin-top: 30px;
        
        
    }

    h3{
        width: 200px;
    }

    h2{
        font-family: inherit;
        font-size: 15px;
        width: 400px;
        text-align: center;
        margin-top: 10px;
        color: grey;
        display: inline-block;
        float: left;
        margin-top: 15px;
    }
    
    h2 span{
        font-size: 15px;
        color: #1c1c22;
    }

   
    .questao{
        
        font-size: 1.3em;
    }

    textarea{
        width: 800px;
        height: 200px;
        margin: auto;
        display: block;
        margin-top: 10px;
    }

}    

@media only screen and (min-width: 1600px) {

    #content-materias{
        width: 1500px;
    }
    .item{
        width: 240px;
        height: 250px;
        margin-left: 45px;
        display: inline-block;
    }
    .materia-item{
        height: 190px;
    }
    .nome-item{
        height: 58px;
        font-family: inherit;
        color: black;   
        font-size: 1.2em;
    }
    .questao{
        
        font-size: 1.5em;
    }
}

.formulario li {list-style: none; text-align: center; margin: 50px auto 10px; font-family: "Helvetica Neue",Arial,sans-serif;}
.formulario {max-width: 400px; margin:10px auto; box-sizing: border-box;}
.formulario li select, .formulario li input {display: block; width: 100%; box-sizing: border-box; margin-left: 0; text-align: left; padding-left: 10px; color:#000;}
.formulario .btnEnviar {display: block; width: 100%; padding: 10px 0; text-align: center; font-size: 15px; background: #000; border-radius: 5px;}
.formulario li label {font-size:20px; font-weight: bold;}

#tabela {margin-top: 30px;}
#tabela ul li {padding: 10px; box-sizing: border-box; border: 3px solid #000; position: relative;}
#tabela ul li .id {display: block; font-size: 30px; font-weight: bold; color:#000; margin-bottom: 10px;}
#tabela ul li span {display: block; max-width:1030px;}
#tabela ul li .btnApagar {position: absolute; right: 50px; top: 50%; transform: translateY(-50%); font-size: 18px; font-weight: bold; text-align: center; background: #000; color: #FFF; width: 180px; padding: 10px 0; border-radius: 5px; cursor: pointer;}
#tabela ul {}
.modalApagar {position: fixed; background: rgba(0,0,0,.5); top: 0; left: 0; width: 100%; height: 100vh}
.modalApagar .container {max-width: 500px; background: #FFF; border-radius: 5px; box-sizing: border-box; padding: 30px; text-align: center; position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%;}
.modalApagar .container span {margin-bottom: 20px; font-size: 20px; font-weight: bold;}
.modalApagar .container .boxBtn {display: flex}
.modalApagar .container .btns {margin: 20px auto 0; cursor: pointer; width: 150px; display: block; color: #FFF; background: #000; padding: 5px 0; border-radius: 5px;}

#replicaMaterias li {list-style: none;}
#replicaMaterias li label {display: block;}
#replicaMaterias li input, #replicaMaterias li select {width: 500px !important; border-radius: 5px;}
.replicar {display: block;}
.replicar a {color: #000; display: block;width: 150px; border-radius: 5px; padding: 5px 0; text-align: center; margin: 0 auto; background: red; color: #FFF;}
#modalReplicar, #sucesso {position: fixed; height: 100vh; width: 100%; top: 0; background: rgba(0,0,0,.5);}
#modalReplicar .container, #sucesso .container {width: 700px; padding: 20px 0; background: #FFF; border-radius: 5px; top: 50%; transform: translate(-50%, -50%); left: 50%; position: absolute;}
#modalReplicar .container .titulo,  #sucesso .container .titulo {text-align: center;}
#modalReplicar .container #materias-select {text-align: center;  box-sizing: border-box;}
#modalReplicar .container #materias-select select{box-sizing: border-box;}
#modalReplicar .container #replicacao, #sucesso .fechar {display: block; max-width: 150px; padding: 5px 0; border-radius: 5px; background: red; color: #FFF; text-align: center; margin: 10px auto 5px; cursor: pointer; box-sizing: border-box;}
#sucesso {text-align: center;}
