body {
	background-image: url('img/bg.png');
	background-size: 100% 100%;
	background-repeat: none;
}

.logo {
	background-image: url('img/title1.png');
	width:700px;
	height:125px;
	position:relative;
	left:23%;
}


h1 {

}

h2 {

}

* {
	margin: 0;
	padding: 0;
	font-family: Calibri, Arial, sans-serif;
	outline:none;
}

a {
	text-decoration: none;
	color: #032FAE;
}

a:hover {
	text-decoration: underline;
}

#nav {
	text-align: center;
	border-bottom: 3px #ff0000 solid;
	background: #4c4c4c;
	background: -moz-linear-gradient(top,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%);
	background: -webkit-linear-gradient(top,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	background: linear-gradient(to bottom,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );

}

#nav li {
	display: inline-block;
	height: 20px;
	padding: 9px 0;
}

#nav a {
	margin: 0 6px;
	color: #636363;
	padding: 10px 16px 10px 16px;
	font-weight: bold;
	font-size: 16px;
	cursor:pointer;
}

#nav a:hover {

	color: #FF0000;
	border-bottom: 3px #95080B solid;
	text-decoration: none;
}

#logo {
	height: 135px;
	width: 500px;
	margin-left: 39%;
	background: url("images/logo.png") top center;
}

#content {
	width: 800px;
	margin: auto;
}

#left {
	float: left;
	width: 190px;
	padding: 10px;
}

#center {
	float: right;
	width: 570px;
	padding: 10px;
}

input[type="date"] {
	width: 160px;
}

input[type="time"] {
	width: 160px;
}

input.id {
	width: 97px;
}

input.ip {
	width: 160px;
}

input.acesso {
	width: 150px;
}

select.sexo {
	width: fit-content;
}

input.num {
	width: 60px;
}

ul.menu {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}

li.menu {
	list-style: none;
	margin: 10px;
	display: inline;
}

li.menu a {
	text-decoration: none;
	color: #e28484;
	font-family: monospace;
	font-size: xx-large;
	padding: 5px;
	border-style: solid;
	border-width: medium;
	border-color: #00000000;
}

li.menu a:hover {
	background-color: #0000001f;
	color: #000;
	border-color: #000;
	border-style: solid;
	border-width: medium;
	padding: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px
}

div.painel {
	margin-bottom: 10px;
	padding: 6px;
	border-radius: 6px;
	color:#a64242;
	background-color:#FFF;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 2px solid #67325e;
}
div.table-responsive{
	scrollbar-width: thin;
	scrollbar-color: #000000 #ffffff;
}
div.table-responsive::-webkit-scrollbar {
	width: 1px;
}
div.table-responsive::-webkit-scrollbar-track {
	background: #ffffff;
}
div.table-responsive::-webkit-scrollbar-thumb {
	background-color: #000000;
	border-radius: 10px;
	border: 1px dotted #ffffff;
}
div.titulo {
	padding-left: 6px;
	font-size: 16px;
	color: #67325e;
	border-bottom: 1px #67325e dashed;
	margin-bottom: 4px;
}
div.painel h2 {
	padding-left: 6px;
	font-size: 16px;
	color: #67325e;
	border-bottom: 1px #67325e dashed;
	margin-bottom: 4px;
}

div.painel  p {
	font-size: 12px;
	padding-top: 4px;
}

div.painel h6 {
	margin: 6px 0;
	text-align: right;
}

div.center {
	text-align: center;
}
#message,#login {
	font-size:12px;
}
input,select,option {
	border: 0;
	background: #222;
	color:#FFF;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	padding-left:5px;
}

input.text,select.text,option.text {
	border-radius: 6px;
	padding: 6px;
	margin-top: 4px;
	color: #EEE;
}

input.submit {
	font-size: 12px;
	border-radius: 6px;
	padding: 4px 16px;
	margin-top: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #EEE;
}

input.submit:hover {
	background: #95080B;
}
input:disabled{
	background:red;
}

table.login {
	position:relative;
	top: 120px;
	left:35%;
}
