 /***********************
 ## Estilização Geral  ##
 ***********************/

@media screen and (max-width:  768px){
	.w20{
	width: 100%;
}

.enviar,.cancelar{
	width: 100%;
}
.form-registro input[type=text],
.form-registro input[type=number],
.form-registro input[type=submit],
.form-registro input[type=password]{
	width: 100% !important;
	flex-direction: column;
}

.form-registro{
	display: flex;
	height: 100%;
}

.box-content form input[type=text],
.box-content form input[type=date],
.box-content form input[type=number],
.box-content form input[type=password],
.box-content form input[type=time]
{

	height: 40px;
}

.box-content{
		padding: 8px 2%;
	}



}




 /*******************************
 ##   estilização  do Header  ##
 ********************************/
 @media screen and (max-width: 768px){

	nav.desktop{
		display: none;
	}
	nav.mobile{
		display: block;
	}

	nav.mobile-single{
		display: block;
	}
	.botao-menu-mobile{
		position: fixed;
		top: 10px;
		right: 3px;
		font-size: 25px;
		cursor: pointer;
		color: white;
	}

	nav.mobile ul{
		top: 55px;
		width: 100%;
		z-index: 3;
		position: absolute;
		left: 0;
		display: none;
		text-align: center;
	}

	nav.mobile li{
		width: 100%;
		display: block;
		background: white;
		border-bottom: 1px solid #ccc;
		font-size: 15px;
		padding: 5px 0;
		position: relative;

	}
	nav.mobile li a{
		display: block;
		color: #444;
		text-decoration: none;
	}

	nav.mobile li:hover{
		background: #ccc;
	}

	nav.mobile-single ul{
	position: relative;
	text-transform: uppercase;
	list-style-type: none;
}

nav.mobile-single li{
	font-weight: 300;
	font-size: 12px;
	padding: 0 8px;
	display: inline-block;
}

nav.mobile-single a{
	color: white;
	text-decoration: none;
}
}








 /*******************************
 ##   estilização  da Tabela  ##
 *******************************/

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


.table {
    border-collapse: collapse;
    width: 100%;
    overflow-x: scroll;
    display: block; 
   }

thead {
     background: #004d40;
}

tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 20px;
     background-color: #EFEFEF;
}
td, th {
	text-align: center;
    min-width: 200px;
    max-width: 200px;
    height: 25px;
    border: solid #004d40;
}

td {
    padding: 5px;
}

 thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky!important;
  top: 0;
  background: #000;
  color: #FFF;
}

thead th:first-child {
  left: 0 !important;
  z-index: 1!important;
}


tbody th {
  position: -webkit-sticky !important; /* for Safari */
  position: sticky;
  left: 0!important;
  background: #FFF!important;
  border-right: 1px solid #CCC!important;
}



}


@media screen and (max-width: 768px){
.table {
  width: 100%;
  max-height: 350px;
  overflow: scroll;
  position: relative;
}

table {
  position: relative; 
   border-collapse: collapse;  
}
tbody {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 20px;
     background-color: #EFEFEF;
}

td,th {
  text-align: center;
    min-width: 180px;
    height: 25px;
    border: solid #0091ea;
    border: solid #0091ea;
}

thead th {
  position: -webkit-sticky; /* for Safari */
  position: sticky!important;
  top: 0;
  background: #000;
  color: #FFF;
}

thead th:first-child {
  left: 0 !important;
  z-index: 0!important;
}

tbody th {
  position: -webkit-sticky !important; /* for Safari */
  position: sticky;
  left: 0!important;
  background: #FFF!important;
  border-right: 1px solid #CCC!important;
   z-index: 1!important;
}



}


/******************************
##  Estlização do Login  	 ##
******************************/
@media screen and (max-width: 768px){
.form-container-login{	
	width: 80%;
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top:  50%;
	max-width: 100%;
	display: wrap;
	
}

}