

* {
	margin: 0;
	padding: 0;
}
body {
	padding: 10px;
	background: #000000;
	background-image: url('../img/bkg.jpg');
    background-repeat: no-repeat;
    background-size: cover;

	text-align: left;
	font-family: Times;
	font-size: 25px;
	color: #000000;
	
}


.input-class {
	
	width:350px;
	height:100%;
	min-height: 30px;
	max-height: 35px;
  padding: 5px;
  text-transform: capitalize;
  border: 1px solid #6db5f1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin: 10px auto;
  display: block;
    font-size: 20px;
}
 
.input-class:focus {
    box-shadow: 0 0 20px #000000;    
    -moz-box-shadow:  0 0 20px #000000;
    -webkit-box-shadow:  0 0 20px #000000;
  width: 450px;
}
 
.input-class::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize;
  opacity: 1;
}
 
.input-class:-moz-placeholder { /* Firefox 18- */
    color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize;
  opacity: 1;
}
 
.input-class::-moz-placeholder {  /* Firefox 19+ */
    color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize;
  opacity: 1;
}
 
.input-class:-ms-input-placeholder { /* IE10+ */ 
    color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize; 
  opacity: 1;
}

.input-class-mail {
	
	width:350px;
	height:100%;
	min-height: 30px;
	max-height: 35px;
  padding: 5px;
  text-transform: lowercase;
  border: 1px solid #6db5f1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin: 10px auto;
  display: block;
    font-size: 20px;
}
 
.input-class-mail:focus {
    box-shadow: 0 0 20px #000000;    
    -moz-box-shadow:  0 0 20px #000000;
    -webkit-box-shadow:  0 0 20px #000000;
  width: 450px;
}
 
.input-class-mail::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize;
  opacity: 1;
}
 
.input-class-mail:-moz-placeholder { /* Firefox 18- */
    color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize;
  opacity: 1;
}
 
.input-class-mail::-moz-placeholder {  /* Firefox 19+ */
    color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize;
  opacity: 1;
}
 
.input-class-mail:-ms-input-placeholder { /* IE10+ */ 
    color: #999999;
  font-style: italic;
  font-style: bold;
  font-size: 18px;
  text-transform: capitalize; 
  opacity: 1;
}

.container-pai{
	display:table;
	max-width:1000px;
	width:100%;
}


.content-dados {
	float:left;
	padding:10px;
	width: 100%;
	max-width:500px;
	margin-top:20px;
	height: auto;
	background: rgba(30, 30, 30, 0.9);
	border-radius: 10px;	
	text-align: left;
	font-size: 18px; 
	color: #eeeeee;
	border: 1px solid #cccccc;
}

.container-dados{
	float:right;
	margin-top:20px;
	padding:10px;
	width:450px;
	height:auto;
	max-height: 350px;
	 border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.main_title{
	text-align: center;
	color: #dddddd;
}
 
.main_title2{ 
	text-align: center;
	color: #eeeeee;
 	font-size: 24px;
	margin-bottom:10px;
	
}

.radio{ 
	max-width: 150px;
	 width: 100%;  
	 max-height: 40px;
	 height: 100%;
	float:left;
}

progress::-webkit-progress-value {
background: -webkit-linear-gradient(top, #7db9e8 0%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
}
progress[value]::-webkit-progress-bar {
   background: #CDC9C9;
   border-radius: 2px;
 }
 
progress {

  background-color: #ffffff;
  border: solid #CDC9C9 2px;
  border-radius: 5px;
  -moz-box-shadow: 3px 3px 3px #C0C0C0; 
  -webkit-box-shadow: 3px 3px 3px #C0C0C0;
  box-shadow: 3px 3px 3px #C0C0C0;
  padding: 3px;
  width: 150px;
  height: 17px;
  }
  
.botaofim{
	max-width: 150px;
	 width: 100%;  
	 min-height: 40px;
	 height: 100%;
     font-family: verdana;  
	font-size: 15px;
	text-align: center;
	color: #000;   
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}


.botaofim:hover {
	text-decoration: underline;
	cursor: pointer;
}


.botao{
	 width: 120px;  
     height: 40px;  
     font-family: verdana;  
	font-size: 20px;
		text-align: center;
}
.botao1{
	 width: 100%;  
     height: 40px;  
	text-align: center;
	
}

.objetosbotoes{
	 width: 33%;  
     max-height: 40px;  
	float: left;
	text-align: center;
	
}


.container {
	width: 100%;
	max-width: 1000px;
	height: auto;	
	margin: auto;
}
.header {
	margin-bottom: 10px;
	min-height: 100px;
	max-height: 140px;
	width: 100%;
	height:100%;
overflow:auto;
}


.logousuario{
	float:left;
	margin-right:25px;	
	width: 100%;
	max-width: 200px;
	height:100%;
	max-height: 200px;
}

.logousuario img{
	width:100%;
	max-width: 200px;
	height:100%;
	max-height:130px;
	border-radius: 0px;
}

.logocvat{
	float:right;
	width: 100%;
	max-width: 200px;
	height:100%;
	max-height: 200px;
}

.logocvat img {
	width: 100%;
	max-width: 200px;
	height:100%;
	max-height: 130px;
} 



.textologo{			
	display: inline-block;
	width: 100%;
	max-width: 550px;
	height:100%;
	max-height: 200px;
	color:#dddddd;
	border-radius: 15px;	
}

.textologo h1{
	color: #dddddd;
	padding-top: 10px;
	font-size: 30px;
	
}


.content {
	padding:10px;
	min-height: 100px;
	width: 100%;	
	height: auto;
	background: rgba(30, 30, 30, 0.9);
	border-radius: 10px;	
	text-align: left;
		color: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 19px;

}

.contenttexto1{
	width: 100%;
	margin-bottom:20px;
}

.contenttexto2{
	float:left;
	width: 100%;
	max-width: 490px;
	height:100%;
	min-height: 300px;
	margin-left:10px;
}


.contenttexto3{
clear:both;
}
}

.clear{
	clear:both;
}
.tutorial{
	width: 80%;
	max-width: 644px;
	height:80%;
	max-height:408px;
	margin: 10px;
}

.contenttutorial{
	text-align: center;
	font-family: arial;
	font-size: 15px;	
	float:right;	
	width: 100%;
	max-width: 490px;
	height:100%;
	min-height: 50px;
}

.contentfim {
	padding: 35px;
	min-height: 100px;
	

}
.footer {
	padding: 10px;
	text-align: right;

}
.footer a {
	color: #999999;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

.ordem{
		float: left;
		
		
}
.ordem1 {		
		display: table;
		vertical-align: middle;
		margin: 0 0 17px 0;
		max-height: 75px; 
		height: 73px;
	
}
.ordem1 p{		
		display: table-cell;
		vertical-align: middle;	
}

	

/* Sortable ******************/
#sortable { 
	list-style: none; 
	text-align: left; 
}

#sortable li { 
	margin: 0 0 15px 25px;
	height: 73px; 
	background: #dbd9d9;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #333333;
	cursor: move;
	width: 95%;

}

#sortable li:hover{ 
	background: #ffffff;
}


#sortable li div {	
	text-align: left;
	font-family: arial;
	font-size: 20px;	
	width: 80%;	
	padding: 25px;
}



#sortable li h2 {   	
	font-size: 16px;
    line-height: 20px;
}

/* cadastro ******************/
#cadastro { 
	list-style: none; 
	text-align: left; 
}
#cadastro li {
	
	margin: 0 0 10px 0;
	height: 75px; 
	background: #dbd9d9;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #333333;

}

#cadastro li div {
	padding: 5px;
}
#cadastro li h2 {    
	font-size: 16px;
    line-height: 20px;
}
#cadastro imput {    
	font-size: 16px;
    line-height: 40px;
}


/*media query*/
@media screen and (max-width: 680px){
body{
		font-size: 13px;
	}

.header {
	margin-bottom: 0px;
	height: 100%;
	max-height:200px;
	min-height:60px;
	width: 100%;	
}


.logocvat{
	display:none;
}

.logousuario{
	width: 40%;
	max-height: 85px;
	margin-right:10px;
	margin-left: 10px;
	}
.logousuario img{
	max-height:85px;
	margin-top:0px;
}

.textologo{	
	width: 50%;	
	min-height:60px;
	border-radius: 5px 5px 0px 0px;

		}

.textologo h1 {
	font-size:75%;
}
	
.container {	
	width: 100%;
	height: 100%;
}



.content {
	display: table;
	padding-left:0px;
	padding-right:0px;
	padding-top:5px;
	padding-bottom: 5px;
	width: 100%;
	height: 100%;
	border-radius: 3px;	
	text-align: left;
	font-size:10px;
}

.contenttexto1{
	position:relative;
	width: 100%;
	margin-bottom:5px;
}
.contenttexto1 p{
	padding: 15px;
}

.contenttexto2{
	position:relative;
	float:left;
	width: 45%;
}

.contenttexto3{
	clear:none;
	position:relative;
	float:right;
	width:50%;
	margin-bottom:10px;
}


.contenttutorial{
	text-align: center;
	font-family: arial;
	font-size: 12px;	
	width: 50%;
	height:25%;
}
.tutorial{
	width: 90%;
	height:90%;
}
.contentfim {
	padding: 35px;
	min-height: 100px;
	

}

.container-pai{
	width:100%;
	overflow:
	
}

.content-dados {
	width: 100%;
	margin-top:5px;
	max-width:325px;
	height: auto;
	text-align: left;
	font-size: 10px; 
}
.info{
	display:none;
}

.container-dados{	
position:relative;
	margin-top:5px;
	padding-left:5px;
	padding:0px;
	width:350px;
	height:auto;
	max-height: 350px;
	 border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.input-class{	
	width:220px;
	height:100%;
	min-height: 25px;
  padding: 1px;
    font-size: 17px;
}
 
.input-class:focus {

  width: 290px;
}

.input-class-mail{	
	width:220px;
	height:100%;
	min-height: 25px;
  padding: 1px;
    font-size: 17px;
}
 
.input-class-mail:focus {

  width: 290px;
}

 
.main_title2{ 
	text-align: center;
	color: #eeeeee;
 	font-size: 10px;
	margin-bottom:10px;
	
}

.botao{
	 max-width: 80px;  
	 width:100%;
     height: 40px;  
     font-family: verdana;  
	font-size: 14px;
		text-align: center;
}
.botao1{
	 width: 100%;  
	text-align: left;
}

.ordem1 {		
		display: table;
		vertical-align: middle;
		margin: 0px 0 10px 0;
		max-height: 60px; 
		height:73px;
		padding-left:5px;
	
}
.ordem1 p{		
		display: table-cell;
		vertical-align: middle;	
		font-size:15px;
}
#sortable li { 
	margin: 0 0 10px 20px;
	height: 58px; 
	background: #dbd9d9;
	border: 1px solid #999999;
	border-radius: 5px;
	color: #333333;
	width:90%;
}


#sortable li div {	
	text-align: left;
	font-family: arial;
	font-size: 16px;
	padding: 10px;
	width: 80%;
	height: 45px;
}

.radio{ 
margin:25px;
	max-width: 150px;
	 width: 100%;  
	 max-height: 40px;
	 height: 100%;
	float:left;
}

.progress{
width: 25%;
}
}

