html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary
	{
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio
:not
 
(
[
controls
]
 
){
display
:
 
none
;

	
height
:
 
0
}
[hidden],template {
	display: none
}

a {
	background: 0 0
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg
:not
 
(
:root
 
){
overflow
:
 
hidden


}
figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

*,:after,:before {
	box-sizing: border-box
}

html {
	-webkit-font-smoothing: antialiased
}

.hidden {
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	padding: 0
}

body {
	width: 100%
}

body:after,body:before {
	content: "";
	display: table
}

body:after {
	clear: both
}

html {
	background-image: url(../img/login/bg.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	font-family: 'Open Sans', sans-serif;
	font-weight: lighter
}

body {
	position: relative
}

main {
	width: 100%;
	position: relative;
	display: table;
	height: 100vh
}

.center-area {
	width: 1000px;
	height: 470px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 20px
}

.info {
	width: 394px
}

.info p {
	font-size: 18px;
	line-height: 1.6;
	color: #666
}

.info p.small {
	margin-top: 40px;
	font-size: 14px
}

h1 {
	color: #c50000;
	font-size: 48px;
	font-weight: lighter
}

.lists-content {
	width: 500px;
	float: right;
	height: 440px
}

.links-list {
	float: left;
	width: 48px;
	margin-top: 10px;
	height: 287px
}

.links-list a {
	width: 46px;
	height: 40px;
	margin-bottom: 1px;
	float: right;
	position: relative;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	z-index: 9;
	-webkit-transition: width .15s ease-out;
	transition: width .15s ease-out
}

.links-list a.active,.links-list a:hover {
	width: 48px;
	z-index: 11;
	-webkit-transition: width .15s ease-out;
	transition: width .15s ease-out
}

.links-list a:hover:before {
	position: absolute;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	right: 58px;
	top: 5px;
	padding: 0 10px;
	background: #424242;
	content: attr(title);
	white-space: nowrap;
	border-radius: 4px
}

.links-list a:hover:after {
	position: absolute;
	right: 54px;
	top: 15px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent #424242
}

.links-list a .sp {
	display: block;
	position: absolute;
	top: 0;
	background-image: url(../img/login/sp.png);
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.links-list a .sp.user {
	background-position: 0 0;
	width: 21px;
	height: 21px
}

.links-list a .sp.cart {
	background-position: -1px -42px;
	width: 21px;
	height: 21px
}

.links-list a .sp.pies {
	background-position: -2px -82px;
	width: 21px;
	height: 21px
}

.links-list a .sp.loop {
	background-position: -1px -127px;
	width: 22px;
	height: 14px
}

.links-list a .sp.bars {
	background-position: -3px -165px;
	width: 19px;
	height: 21px
}

.links-list a .sp.clip {
	background-position: -4px -204px;
	width: 16px;
	height: 22px
}

.links-list a .sp.data {
	background-position: -4px -247px;
	width: 17px;
	height: 21px
}

.links-list a .sp.file {
	background-position: -1px -289px;
	width: 21px;
	height: 18px
}

.links-list a .sp.brfc {
	background-position: -1px -330px;
	width: 21px;
	height: 17px
}

.links-list a .sp.rckt {
	background-position: -1px -370px;
	width: 21px;
	height: 21px
}

.user-area {
	background: #fff
}

.cart-area {
	background: #fa0
}

.pies-area {
	background: #8bd237
}

.loop-area {
	background: #30a4ba
}

.bars-area {
	background: #a46cc5
}

.clip-area {
	background: #d067be
}

.data-area {
	background: #a78956
}

.rckt-area {
	background: #c85a00
}

.list-contents {
	width: 450px;
	float: left;
	z-index: 10;
	position: relative;
	border-radius: 3px;
	height: 430px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .35)
}

.list-contents .contents {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 30px;
	opacity: 0;
	border-radius: 3px;
	z-index: 3;
	display: table
}

.list-contents .contents.active {
	z-index: 10;
	opacity: 1
}

.list-contents .contents .content-inner {
	display: table-cell;
	width: 96%;
	vertical-align: middle
}

.list-contents .contents .content-inner.tac {
	text-align: center
}

.list-contents .contents h2 {
	margin: 0 0 10px;
	font-size: 40px;
	font-weight: lighter;
	color: #fff
}

.list-contents .contents h3 {
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 10px
}

.list-contents .contents h3.gray {
	margin-top: 0;
	color: #9a9a9a
}

.list-contents .contents input[type=text],.list-contents .contents input[type=email],.list-contents .contents input[type=password] {
	background: #fff;
	border: 1px solid #d4d4d4;
	width: 254px;
	clear: both;
	margin: 0 auto 5px;
	height: 42px;
	line-height: 42px;
	padding: 0 8px;
	border-radius: 3px
}

.list-contents .contents input[type=submit] {
	clear: both;
	width: 254px;
	margin: 0 0 5px;
	background: #e60000;
	border: none;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out
}

.list-contents .contents input[type=submit]:hover {
	background: #f60000;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out
}

.list-contents .contents .esqueci-senha {
	clear: both;
	width: 66%;
	font-size: 12px;
	text-align: left;
	display: inline-block;
	margin-left: 3px;
	color: #9b9b9b;
	text-decoration: none
}

.list-contents .contents .esqueci-senha:hover {
	text-decoration: underline
}

.list-contents .contents ul {
	margin: 0;
	padding-left: 20px
}

.list-contents .contents li {
	font-size: 13px;
	color: #fff;
	line-height: 18px
}

.list-contents.popup .contents {
	
}

.list-contents.popup {
	width: 315px;
	height: 320px;
	box-shadow: 0 9px 10px rgba(0, 0, 0, .35);
}

.list-contents.popup .contents li {
	color: #000;
	list-style-type: none;
}

.list-contents.popup .contents input {
	margin: 0 auto 5px;
}

::-webkit-input-placeholder {
	color: #b0b0b0
}

:-moz-placeholder {	
	color: #b0b0b0;
	opacity: 1
}

::-moz-placeholder {
	color: #b0b0b0;
	opacity: 1
}

:-ms-input-placeholder {
	color: #b0b0b0
}
.hide{
	display: none;
}

ul.conteudo_form {
    clear: both;
    margin-top: 7px;
    float: left;
    position: relative;
}

ul.conteudo_form li {
    float: left;
    padding-bottom: 10px;
    font: 11px Verdana;
}

.modal h2 {
    background: url(img/global/info.png) 0 50% no-repeat;
    margin: 0px;
    padding: 10px 0 10px 45px;
    border-bottom: 1px solid #333;
    font-size: 20px;
}

input.botao {
    background: url(../img/bt/botao_seta.png) no-repeat;
    width: 219px;
    height: 32px;
    float: left;
    margin: 11px 0 0 0;
    border: 0;
    padding-right: 25px;
}
input.botaoinsert {
    background: url(../img/bt/botao_seta.png) no-repeat;
    width: 219px;
    height: 32px;
    float: left;
    margin: 11px 0 0 0;
    border: 0;
    color:white;
    font-weight: bold;
    padding-right: 25px;
}
input.botaofechar {
    width: 140px;
    height: 32px;
    float: left;
    margin: 11px 0 0 0;
    border: 0;
    color:white;
    background-color: #E2161E;
    border-radius: 10px;
    font-weight: bold;
    margin-left: 25px;
}

input.buscacustomizada{
	background-color: #f4f4f4; 
    border: 1px solid #999999;
    border-radius: 5px; 
    margin-top:10px;
}

.fonteaviso{
	font-family: Verdana;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none solid rgb(226, 22, 30);
	text-align: left;
	word-spacing: 0px;
	background-color:  #FFFFFF;
	background-position: 0% 0%;
	color:  #E2161E
}
.botoes {
    display: flexbox; 
}

.botao {
    cursor: pointer;
    height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Arial Black";
}


ol, ul {
    list-style: none;
}