*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;

}

html,body{ 	
	height: 100%;
	background: #1de9b6;

}

.body{
	height: 800px;
	background: white;
}


.center{	
	padding: 0 2%;
	margin: 0 auto;
	
}

.left{
	float: left;
}

.right{
	float: right;
}

.w100{
	width: 99%;
}

.w50{
	width: 50%;
}

.clear{
	clear: both;
}


.content{
	width:100%;
	max-height: 800px;
	position: relative;	
	/*margin-top: 133.73px;*/	
	/*overflow: auto;*/
	background: #1de9b6;
	
}

.box-content{
	background: #1de9b6;
	/*padding: 30px;*/
	margin-bottom: 25px;
padding-left: 1%;
}

.box-content .form-group{
	margin:10px 0;
	
}


.box-content form input[type=submit]{
	width: 100px;
	height: 40px;
	cursor: pointer;
	margin-top: 10px;
	font-size: 16px;
	background: #00bfa5;
	color: white;
	border: 0;
}

.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 select,
.box-content form input[type=time]
{
	margin-top:8px;
	font-size: 15px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 40px;
	border: 2px solid #ccc;
	padding-left: 8px;
}

.box-content input[type=radio]{
	margin: 10px 0 0 0;
	width: 6%;
	height: 6%;
	font-weight: normal;
	color: black;	
	height: 25px;
	border: 3px solid #ccc;

}
.box-content form{
	margin:30px 0;
}

.box-content form textarea{
	margin-top:8px;
	font-size: 16px;
	font-weight: normal;
	color: black;
	width: 100%;
	height: 100px;
	border: 2px solid #ccc;
	padding: 8px;
	resize: vertical;
}


.box-content form label{
	padding-top:  15px;
	font-size: 17px;
	font-weight: 300;
	color: black;
	display: block;
}

/*****************************
 ##  Estilização do Header  ##
 ****************************/

header{	
	width: 100%;
	padding: 10px 0;
	background: #004d40;




}

header .logo{
	font-size: 23px;
	font-weight: 300;
	text-transform: uppercase;
	color: white;

}

.mobile{
	display: none;
}

.mobile-single{
	display: none;
}

nav.desktop ul{
	position: relative;
	text-transform: uppercase;
	list-style-type: none;
	margin: 0;
}

nav.desktop li{
	font-weight: 300;
	font-size: 15px;
	padding: 0 5px;
	display: inline-block;
	border: 2px solid #ccc;

}

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

nav.desktop li:hover{
	border: 2px solid red;
}
nav.desktop a:hover{
	color: red;

}

/**********************
 ##    Estilo Icons  ##
 **********************/
.box-content i{
	font-size: 50px;
	color: #00c853;
	/*background: #b2dfdb;*/
}


/**************************
##  Estilização do Login ##
***************************/

.box-login{
	width: 100%;
	padding: 2px;
	background: white;
}


.box-login img{
	margin-top: 25%;
	width: 100%;
	height: 50%;

}



.form-container-login{	
	transform: translate(-50%,-50%);
	position: absolute;
	left: 50%;
	top:  50%;
	max-width: 100%;
	display: wrap;
	
}

.form-login{
	background-color: #388e3c   ;
	width: 100%;
	padding: 30px;
	max-width: 500px;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.form-login input[type=text],
.form-login input[type=password]{
	width: 100%;
	height: 40px;
	padding-left: 10px;
	box-shadow:  0px 3px 1px #D3D8E067;
	border: 1px solid #EBEBEB;
	margin: 10px 0;
}

.form-login input[type=submit]{
	width: 100%;
	height: 40px;
	color: white;
	cursor: pointer;
	background: #444294  0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 1px #2B2962;
	border-radius: 10px;
}


.form-login a{
	border: 2px solid #444294;
	border-radius: 10px;
	display: block;
	width: 100%;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	color: #444294;
}





/**********************************
## Estilização Tela de Cadastro ##
***********************************/

.form-registro input[type=text],
.form-registro input[type=password]{
	width: 33%;
	height: 40px;
	padding-left: 10px;
	box-shadow:  0px 3px 1px #D3D8E067;
	border: 1px solid #EBEBEB;
	margin: 10px 0;
	text-transform: capitalize;

}

.form-registro input[type=submit]{
	width: 100%;
	height: 40px;
	color: white;
	cursor: pointer;
	background: #444294  0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 1px #2B2962;
	border-radius: 10px;
}

.form-registro{
	background-color: #388e3c   ;
	width: 100%;
	height: 100%;
	padding: 30px;	
	
}



/**********************************
## Estilização da Tela de Busca ##
***********************************/


.busca{
	margin: 5px 0;
	width: 100%;
	padding: 4px 5px;
	background: #004d40;
}

.busca form{
	margin: 0;
}

.busca h4{
	font-size: 25px;
	color: white;
}


.pdd{
	margin-top: 0;
}

.enviar{
	margin-top: 20px;
	margin-bottom: 20px;
	width:250px;
	height: 50px;
	background:#00c853;
	text-align: center;
	padding: 15px 2%;
	color: white;
	
}

.cancelar{
	margin-top: 20px;
	margin-bottom: 20px;	
	width:250px;
	height: 50px;
	background:red;
	text-align: center;
	padding: 15px 2%;
	color: white;
	
}
.enviar .cancelar a{
	font-size: 20px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}


.container{
	width: 100%;	
	margin: 0 auto;

}


/*header div.imagem{
	width: 30%;
	float: left;	
	height: 150px;
	text-align: left;
	padding: 10px 0 0 20px;
	display: inline-flex;

	
} */


.imagem-usuario{
	width: 50%;
	height: 50%;
}
.imagem-usuario img{
	position: relative;
	left: 0;
	top: 0;
	width: 50%;
	height: 50%;
	border-radius: 50%;
	
}

.nome-usuario{
	text-align: left; 
	margin-top: 15px;
}

.nome-usuario p{
	color: white;
	font-size: 15px;
	font-weight: normal;
}


.menu-active{
	background: #6495ed;
}

.menu-active::before{
	content:'► ';
	/*
		Adicionar Seta para qd estiver selecionado.
	*/
}



.overlay-loading{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgb(0,0,0,0.3);
}
.overlay-loading img{
	width: 80px;
	height: 80px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}


.overlay-loading{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: rgb(0,0,0,0.3);
}
.overlay-loading img{
	width: 80px;
	height: 80px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

/*table tr:hover td{
  background: green;
 }*/


/**********************************
## Estilização da Assinatura     ##
***********************************/

   .wrapper {
  background: #ccc;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  position: relative;
  border: 2px blue solid;
  border-radius: 2%;
  width: 300px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrapper-top{
  position: relative;
  background: #ccc;
}
.wrapper-middle{
  background: #ccc;
  position: relative;
  display: flex;
  border-bottom: 2px blue solid;
  border-top: 2px blue solid;
  
}


.wrapper-botton{
  background: #ccc;
  position: relative;
 
  
}
.signature-pad {
  background: white;
  padding-top: 2px;
  margin-top: 2px;
  position: relative;
  left: 0;
  top: 0;
  width:296px;
  height:120px;
}


.box-externa{
	position: relative;
	border: 3px solid black;	
	width: 100%;
	max-width: 980px;
	margin: 10px;
	background: white;
}