*{
	margin: 0px;
	padding: 0px;
}


body{
	background-image:url(IMAGENS/login.jpg);
	background-attachment:fixed;
	background-size:cover;
	color: white;
	font-family:Arial, Helvetica, sans-serif;
}

#logopequeno{
	background-image:url(IMAGENS/logopequeno.png);
	background-repeat:no-repeat;
	height:85px;
	margin: 15px auto 0px 15px;
}

#logo{
	background-image:url(IMAGENS/logo.png);
	background-position:center;
	background-size:500px;
	background-repeat:no-repeat;
	padding: 50px;
}

#linha{
	height: 2px;
	width: 1190px;
	background-color:#FFFFFF;
	margin-bottom:10px;
}


/*
div#corpo{
	width:1000px;
	margin:150px auto 0 auto;
}
*/

#processo{
	text-shadow: 2px 2px 4px #000000;
}

#pagamentos{
	float:left;
}

/*
div#areadetrabalho{
	margin:30px auto 0px auto;
}
*/

a{
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
}

a:hover{
	text-decoration: underline;
}


.menu{
	margin: 15px 15px 10px 15px;
	border-radius: 30px;
	height:30px;
	width:185px;
	border-radius: 30px;
	font-size: 16px;
	color:#FFF;
	text-align:center;
	padding: auto 20px auto 20px;
	background-color: rgba(255,255,255,0.1);
	outline:none;
}

.menu2{
	margin: 15px 15px 10px 15px;
	border-radius: 30px;
	height:20px;
	width:185px;
	border-radius: 30px;
	font-size: 14px;
	text-align:center;
	padding: auto 20px auto 20px;
	background-color: rgba(255,255,255,0.1);
	outline:none;
}

.inputlogin{
	margin: 10px auto 0 auto;
	display:block;
	width:490px; 
	height:55px;
	border-radius: 30px;
	font-size: 16px;
	font-weight:bolder;
	text-align:center;
	padding: auto 20px auto 20px;
	background-color: rgba(255,255,255,0.1);
	outline:none;
}

.inputproc{
	margin-top:10px;
	border-radius: 30px;
	height:30px;
	font-size: 15px;
	background-color: rgba(255,255,255);
	outline:none;
	padding-left:10px;
	border:none;
}


  /* começa  a estilização do  checkbox */
/* The container */
.container {
  position: relative;
  padding-left: 35px;
 /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* termina o checkbox */

/*
.inputlogin[type=submit]{
	background-color: rgba(255,255,255);
	width:490px;
	font-weight:normal;
	cursor:pointer;
}

.inputbotao{
	margin: 30 30 50 auto;
	border-radius: 30px;
	font-size: 14px;
	height:40;
	width:200px;
	text-align:center;
	padding: auto 20px auto 20px;
	background-color: rgba(255,255,255);
	outline:none;
	cursor:pointer;
}

.inputadmin{
	margin: 0 30 0 auto;
	border-radius: 30px;

	font-size: 16px;
	text-align:center;
	padding: auto 20px auto 20px;
	background-color: rgba(255,255,255,0.1);
	outline:none;
	cursor:pointer;
}
*/

	
@media print {

	* {
		margin:0px 20px 20px 10px;

	color:#000 !important;
	text-shadow:none !important;
	filter:none !important;
	-ms-filter:none !important;
	background:none !important;

	}
	
	body {
		
		background-image:url(IMAGENS/logopequeno.png) !important;
		background-position:50% 30px !important;
		background-repeat:no-repeat !important;
		zoom:95%;
	}
	

	
	.print {
	display:block;
	}
	
	.no-print { 
	display:none; 
	}
	
	img {
	max-width: 100%;
	}
	
}
