@charset "utf-8";

/*************************************************************
ARQUIVOS IMPORTADOS
*************************************************************/
@import  url(     "input.css?version=9.1.900");
@import  url(     "alert.css?version=9.1.900");
@import  url(     "tools.css?version=9.1.900");
@import  url(     "forms.css?version=9.1.900");
@import  url(     "fonts.css?version=9.1.900");
@import  url(     "piker.css?version=9.1.900");
@import  url(     "icons.css?version=9.1.900");
@import  url(      "buss.css?version=9.1.900");
@import  url(     "foots.css?version=9.1.900");
@import  url(      "mini.css?version=9.1.900");
@import  url(     "ddrop.css?version=9.1.900");
@import  url(    "tbless.css?version=9.1.900");
@import  url("customtags.css?version=9.1.900");
/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:ital,wght@0,300;0,400;1,400;1,700&display=swap');
/*************************************************************
RESETS
*************************************************************/
html{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	height: auto;
	font-weight: 400;
}
body{
	min-height: auto;
	transition: 5s ease-in-out background, 5s ease-in-out color;
	-o-transition: 5s ease-in-out background, 5s ease-in-out color;
	-ms-transition: 5s ease-in-out background, 5s ease-in-out color;
	-moz-transition: 5s ease-in-out background, 5s ease-in-out color;
	-webkit-transition: 5s ease-in-out background, 5s ease-in-out color;
}

/*****************************************************************
 HEAD DA AREA DO CLIENTE
 *****************************************************************/
header {
	background: #00497D url(../images/header.png) left center no-repeat;
	margin: 0 auto;
	width: 100%;
	border-top: 1px solid #1e5d8a;
	border-bottom: 1px solid #003158;
}

img {
	background-color: unset !important;
}

header .version {
	background: none;
	position: relative;
	width: 100%;
	margin: 5px auto;

	font-size: 40px;
	font-weight: bold;
	text-align: center;
	display: block;
	color: rgba(204,204,204,1);
}

header .version em {
	font-size: 12px;
	text-align: center;
	display: block;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-weight: normal;
}

header .version i {
	font-size: 8px;
	color: rgba(255,255,255,1);
	letter-spacing: 2px;
	font-weight: normal;
}

header a.icon {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
}
header .version > span {
	font-size: 12px;
	position: absolute;
	bottom: 0.5em;
	right: 1em;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 2px;
	line-height: 12px;
}

.title-line{ display: block; padding: 20px 3px 5px; }

/*****************************************************************
 CONFIG DOS BLOCOS DA PAGINA
 *****************************************************************/
#head, #post, #foot{
	z-index: 0 !important;
}

#poster{
	position: relative;
	padding: 10px !important;
	height: 100%;
}

#post{
	position: relative;
	margin: 10px;
}

.page-head, .page-post, .page-foot, .page-step {
	position: relative;
}

.page-center{
	margin: auto;
}

.page-post{
	background: #FFF;
	padding: 10px;
	/*z-index: 0;*/
	border-width: 0 1px 0 1px;
	border-style: solid;
}

.page-foot{
	position: relative;
	padding: 5px 10px;
	border-radius: 0 0 6px 6px;
	z-index: 0;
	border-width: 1px;
	border-style: solid;
}

.fix-page{
	position: relative;
	width: auto;
	margin: auto;
}
.fix-page-800{ max-width: 800px; }
.fix-page-680{ max-width: 680px; }

.deleted{
	background: #F8EBEB;
}
.deleted, .fatured, .actived, .closed, .onlined, .offline, .lighted, .unlight{
	min-height: 16px;
}

.page-foot.fatured:before{
	background-color: none;
	background-image: url(../icons/ok.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 16px;
	position: absolute;
	display: block;
	left: 10px;
	bottom: 50%;
	margin-bottom: -8px;
	width: 32px;
	height: 10px;
	padding: 3px 0;
	content: 'Faturado';
	text-indent: 32px;
	font-size: 9px;
	font-weight: bold;
	color: #407A20;
	vertical-align: middle;
}

.page-foot.deleted:before{
	background-color: none;
	background-image: url(../images/swich.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 24px;
	position: absolute;
	display: block;
	left: 10px;
	bottom: 50%;
	margin-bottom: -8px;
	width: 32px;
	height: 16px;
	content: '';
}

.page-foot.actived:before{
	background-color: none;
	background-image: url(../images/swich.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 24px;
	position: absolute;
	display: block;
	left: 10px;
	bottom: 50%;
	margin-bottom: -8px;
	width: 32px;
	height: 16px;
	content: '';
}

.page-foot.closed:before{
	background-color: none;
	background-image: url(../images/swich.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px;
	position: absolute;
	display: block;
	left: 10px;
	bottom: 50%;
	margin-bottom: -8px;
	width: 32px;
	height: 16px;
	content: '';
}

.grid-01 { width: 8.3333333333%; }
.grid-02 { width: 16.6666666666%; }
.grid-03 { width: 25%; }
.grid-04 { width: 33.3333333333%; }
.grid-06 { width: 50%; }
.grid-08 { width: 66.6666666666%; }
.grid-09 { width: 75%; }
.grid-10 { width: 83.3333333333%; }
.grid-12 { width: 100%; }
.grid-99 { width: 100%; }

.itens-01 { width: 100%; }
.itens-02 { width: 50%; }
.itens-03 { width: 33.3333333333%; }

.color{
	width: 13px;
	height:  13px;
	margin: 0px 5px;
	position: relative;
	display: block;
	float: left;
	border-radius: 50%;
	border: 1px solid #999;
}

.shadow{
	box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
}

.limit-select{
	position: relative;
	display: block;
	width: 16px;
	height:  10px;
	float: right;
	padding: 1px;
	margin: 1px;
	font-size: 9px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	border-radius: 4px;
	transition: .5s ease-in-out all;
}
.limit-select::after{
	display: block;
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	bottom: 2px;
	border-radius: 2px 0px 0px 2px;
}

.limit-select.L10::after{
	right: 12px;
}
.limit-select.L20::after{
	right: 10px;
}
.limit-select.L30::after{
	right: 7px;
}
.limit-select.L40::after{
	right: 5px;
}
.limit-select.L50::after{
	right: 2px;
	border-radius: 2px 2px 2px 2px;
}

.contrast {
}

.account{
	position: relative;
	margin-left: auto;
	align-items: center;
}

.account-aria{
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.account-content{
	position: relative;
	display: flex;
	width: 100%;
	margin-top: 16px;

	padding: 16px;

	border-radius: 4px;
	-ms-border-radius: 4px;

	background: #FEFEFE;

	box-shadow: 2px 6px 10px -7px rgba(0,0,0,.5);
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.account-img-aria{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.account-img-aria img{
	position: relative;
	display: flex;
	width: 150px;
}

.account-wrap{
	position: relative;
	display: block;
	width: 100%;
}
.account-wrap h3{
	line-height: 26px;
}
.account-wrap p{
	line-height: 20px;
	font-size: 12px;
}

.panel-center{
	position: relative;
	display: block;
	width: 100%;
}

.panel-left{
	position: relative;
	display: block;
	min-height: 1px;
	width: calc(50% - 250px);
}

@media all and (max-width: 640px),
only screen and (max-width: 640px){

	.panel-center{
		width: 100%;

	}

	.panel-left{
		width: 100%;
	}

	.itens-01 { width: 100%; }
	.itens-02 { width: 100%; }
	.itens-03 { width: 100%; }
}

.flex-end{
	display: block;
	align-items: flex-end;
}

.text-left   { text-align:   left !important; }
.text-right  { text-align:  right !important; }
.text-center { text-align: center !important; }

.subtext {
	text-align: right;
}
