@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/* ================================================= */
html {
	height: 100%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/***************************************
 TELA DE LOGIN
 ***************************************/
#login_screen {
	/*background: #0074d9;
	background: -moz-linear-gradient(top,  #0074d9 0%, #004b8d 45%, #00305a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0074d9), color-stop(45%,#004b8d), color-stop(100%,#00305a));
	background: -webkit-linear-gradient(top,  #0074d9 0%,#004b8d 45%,#00305a 100%);
	background: -o-linear-gradient(top,  #0074d9 0%,#004b8d 45%,#00305a 100%);
	background: -ms-linear-gradient(top,  #0074d9 0%,#004b8d 45%,#00305a 100%);
	background: linear-gradient(to bottom,  #0074d9 0%,#004b8d 45%,#00305a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0074d9', endColorstr='#00305a',GradientType=0 );*/
	background: #4984b4;
	background: -moz-linear-gradient(top,  #4984b4 0%, #205889 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4984b4), color-stop(100%,#205889));
	background: -webkit-linear-gradient(top,  #4984b4 0%,#205889 100%);
	background: -o-linear-gradient(top,  #4984b4 0%,#205889 100%);
	background: -ms-linear-gradient(top,  #4984b4 0%,#205889 100%);
	background: linear-gradient(to bottom,  #4984b4 0%,#205889 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4984b4', endColorstr='#205889',GradientType=0 );
}

#login_screen #wrapper {
	margin: 5% auto 0px;
	width: 470px;
	height: 350px;
	position: relative;
}

#login_screen #wrapper #box {
	position: relative;
	display: block;
	width: 100%;
	height: 250px;
	margin: 20px auto 0;
	-webkit-box-shadow: 0 0 50px #1c4c75;
	-moz-box-shadow: 0 0 50px #1c4c75;
	box-shadow: 0 0 50px #1c4c75;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #feffff;
	background: -moz-linear-gradient(top,  #feffff 0%, #e9ebec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#e9ebec));
	background: -webkit-linear-gradient(top,  #feffff 0%,#e9ebec 100%);
	background: -o-linear-gradient(top,  #feffff 0%,#e9ebec 100%);
	background: -ms-linear-gradient(top,  #feffff 0%,#e9ebec 100%);
	background: linear-gradient(to bottom,  #feffff 0%,#e9ebec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e9ebec',GradientType=0 );
}

#login_screen #wrapper #box #login_error {
	position: absolute;
	top: 10px; left: 35px;
	right: 35px;
	text-align: center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: #F2CCD4;
	border: 1px solid #E599AA;
	padding: 10px;
	color: #80001C;
}

.login_form {
	padding: 40px 0 20px;
}

.login_form .input_box {
	background-color: #fff;
	background-image: url(../images/sprite-icons.png);
	background-repeat: no-repeat;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	height: 30px;
	width: 70%;
	margin: 20px auto 0;
	padding: 7px 7px 0 43px;
	border: 3px solid #2c3e50;
}

.user {
	background-position: 10px -215px;
	width: 24px;
	height: 24px;
}

.pass {
	background-position: 10px -67px;
	width: 24px;
	height: 24px;
}

.login_form .remember_box {
	float: left;
	margin: 20px 0 0 35px;
}

.remember_box label {
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	height: 30px;
	vertical-align: middle;
	padding: 0 0 0 10px;
	text-align: left;
	color: #3f3e3e;
}

#user_info {
	width: 300px;
	height: auto;
	position: fixed;
	clear: both;
	padding: 0;
	bottom: 0;
	right: 0;
	margin: 0 5px;
	color: #000;
	border: 3px solid #316897;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	z-index: 10;
	background-color: white;
}

#user_info .header {
	float: right;
	width: auto;
	height: 30px;
	display: block;
	margin: -40px -3px 0 0;
	padding: 7px 20px 3px 15px;
	cursor: pointer;
	color: white;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1;
	background-color: #316897;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	border-top-left-radius: 10px;	
	border-top-right-radius: 10px;
}

#user_info .content {
	min-height: 90px;
	margin: 0 0 30px 0;
	padding: 5px 0 0 10px;
	border: 0;
	display: block;
	color: #444;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

#user_info h3 {
	font-weight: bold;
	font-size: 16px;
}

#user_info b {
	font-weight: bold;
}

#user_info > .content > a {
	margin-right: 10px;
}
/********************************************************
TABELAS
*********************************************************/
.table-box {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.table-box table {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
}
.table-box table th {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.table-box table th:first-child{
	padding-left:20px;
}
.table-box table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
.table-box table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
.table-box table tr{
	text-align: center;
	padding-left:20px;
}
.table-box table tr td:first-child{
	padding-left:20px;
	border-left: 0;
}
.table-box table tr td {
	padding: 18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;	
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.table-box table tr:nth-child(odd) td{
	background: #fff;
}
.table-box table tr:last-child td{
	border-bottom:0;
}
.table-box table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.table-box table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.table-box table tr:hover td{
	color: #000;
	background: #e4e4e4;
	background: -webkit-gradient(linear, left top, left bottom, from(#e4e4e4), to(#e2e2e2));
	background: -moz-linear-gradient(top,  #e4e4e4,  #e2e2e2);	
}
.table-box table a:link, table a:visited {
	color: #3b73af;
	text-decoration:none;
}
.table-box table a:active, table a:hover {
	text-decoration:underline;
	cursor: pointer;
}
/* Personalizaçao para o Table Sorter */
.table-box table th.header {
	cursor: pointer;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
.table-box table thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
.table-box table thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}

article div#loader {
	position: relative;
	margin: 10px;
	height: 80px;
	text-align: center;
}
article div#message{
	display: none;
	margin: 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #6A6A6A;
}
/********************************************************
 FORMULÁRIOS
 *********************************************************/
.login_form input[type='text'], .login_form input[type='password'] {
	border: 0;
	background-color: #fff;
	width: 100%;
	outline: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #2c3e50;
	margin: 0;
}

.login_form input[type='checkbox'] {
	opacity: 0;
	cursor: pointer;
}

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	margin-top: 60px;
	color: #c09853;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-info {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert .close {
position: relative;
top: -2px;
right: -21px;
line-height: 18px;
}

.btn_black {
	display: block;
	outline: none;
	cursor: pointer;
	padding: 0 10px;
	height: 30px;
	/*min-width: 85px;*/
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	border: 1px solid #212121;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #3b3b3b;
	background: -moz-linear-gradient(top,  #3b3b3b 0%, #202021 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b3b3b), color-stop(100%,#202021));
	background: -webkit-linear-gradient(top,  #3b3b3b 0%,#202021 100%);
	background: -o-linear-gradient(top,  #3b3b3b 0%,#202021 100%);
	background: -ms-linear-gradient(top,  #3b3b3b 0%,#202021 100%);
	background: linear-gradient(to bottom,  #3b3b3b 0%,#202021 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#202021',GradientType=0 );
}

.btn_blue {
	width: 85px;
	height: 30px;
	float: right;
	margin: 5px 10px 10px;
	font-size: 14px;
	color: #fefeff;
	line-height: 1.385;
	text-align: center;
	text-shadow: 0.5px 0.866px 2px rgb( 0, 0, 0 );
	border: 1px solid #436edd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(9,105,203) 0%, rgb(62,173,234) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(9,105,203) 0%, rgb(62,173,234) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(9,105,203) 0%, rgb(62,173,234) 100%);
	outline: none;
	cursor: pointer;
}

.btn_blue:hover {
	background: #4192d9;
	background: -moz-linear-gradient(top,  #4192d9 0%, #004b8d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4192d9), color-stop(100%,#004b8d));
	background: -webkit-linear-gradient(top,  #4192d9 0%,#004b8d 100%);
	background: -o-linear-gradient(top,  #4192d9 0%,#004b8d 100%);
	background: -ms-linear-gradient(top,  #4192d9 0%,#004b8d 100%);
	background: linear-gradient(to bottom,  #4192d9 0%,#004b8d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4192d9', endColorstr='#004b8d',GradientType=0 );
}

.menu-op a.btn_blue, .menu-op a.btn_black {
	width:130px;
	height: 20px;
	padding:7px 10px 3px;
}

.btn_white {
	display: inline-block;
	outline: none;
	padding: 4px 10px 4px;
	margin-bottom: 0;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	cursor: pointer;
	color: #333;
	text-shadow: 0 0 0 rgba(0, 0, 0, .5);
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 100%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 100%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 100%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%,#e6e6e6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.btn_white:link, a.btn_white:visited, a.btn_white:hover {
	color: #333;
	text-decoration: none;
}

a.del:hover {
	color: #fff;
	border: 1px solid #812200;
	background: #9e2a00;
	background: -moz-linear-gradient(top,  #9e2a00 0%, #812200 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9e2a00), color-stop(100%,#812200));
	background: -webkit-linear-gradient(top,  #9e2a00 0%,#812200 100%);
	background: -o-linear-gradient(top,  #9e2a00 0%,#812200 100%);
	background: -ms-linear-gradient(top,  #9e2a00 0%,#812200 100%);
	background: linear-gradient(to bottom,  #9e2a00 0%,#812200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2a00', endColorstr='#812200',GradientType=0 );
}

/********************************************************
 Cabeçalho
 *********************************************************/
body {
	background: #EBF0F3;
}

header {
	/*opacity:0.95;*/
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.03);

	background-color: #396998;
	height: 85px;

	/* background-image:-moz-linear-gradient(bottom,#396998,#2c5687);
	background-image:-o-linear-gradient(bottom,#396998,#2c5687);
	background-image:-webkit-gradient(linear,left top, left bottom,from(#396998),to(#2c5687));
	background-image:-webkit-linear-gradient(bottom,#396998,#2c5687);
	background-image:linear-gradient(to bottom,#2c5687,#396998);
	background-image:linear-gradient(bottom,#396998,#2c5687); */

	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:100 !important;
}

header nav {
	display: block;
	float: right;
	margin: 0 10px;
}

header nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
}

header nav ul li {
	display: inline-block;
	position: relative;
	line-height: 13px;
	padding: 35px 25px;
	border-radius: 0;
}
header nav ul li a {
	font-family: "Abel", Arial, sans-serif;
	font-size: 20px;
	text-shadow: none;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

header nav li:hover {
	filter:none;
	color:rgb(255, 255, 255);
	background-color: #5886bd;
	background-image:none;
}

header nav ul li.active {
	filter:none;
	color: #fff;
	background-color: #c93782;
	background-image:none;
}

/* ITEM COM DROP DOWN */
header nav ul li.dropdown ul {
  padding: 0;
  position: absolute;
  top: 80px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
  background: #555; 
}

header nav ul li.dropdown ul li { 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  padding: 20px 0;
}

header nav ul li.dropdown ul li a {
	padding: 10px;
}

header nav ul li.dropdown:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

small { font-size: 70%; }
strong { font-weight: bold }

/********************************************************
 Conteúdos
 *********************************************************/

section {
	width: 90%; /*950px;*/
	min-height: 710px;
	margin: 85px auto 0;
	padding: 15px 15px;
	display: block;
	position: relative;
	-webkit-box-shadow: 0px 3px 3px gray;
	-moz-box-shadow: 0px 3px 3px gray;
	box-shadow: 0px 3px 3px gray;
	background-color: #fff;
}

article {
	width: 100%;
	display: block;
}

aside {
	width: 300px;
	height: 100%;
}

.fixar {
	position: fixed;
	top: 10;
}

aside > ul {
	margin-left: 35px;
}

aside > ul > li > a {
	color: #2c9ab7;
	text-decoration: none;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
}

aside > ul > li > a:hover {
	text-decoration: underline;
}

#guide {
	float: right;
	display: block;
	width: 630px;
	position: relative;
}

h2{
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	margin-bottom: 25px;
	padding: 2px 10px;
	color: #000;
	border-bottom: 3px solid #4774a1;
}

h3 {
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 2px 10px;
	color: #797C69;
	border: none;
}

article p {
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	text-indent: 35px;
	margin-bottom: 15px;
}

article p.last {
	margin-bottom: 40px;
}

footer {
	height: 40px;
	width: 90%; /*950px;*/
	margin: 0 auto;
	padding: 20px 15px;
	background-color: #fdfdfd;
	color: gray;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 14px;
	display: block;
	position: relative;
	bottom: 0;
	overflow: hidden;
	border-top: 1px solid #d6d6d6;
	-webkit-box-shadow: 0px 3px 3px gray;
	-moz-box-shadow: 0px 3px 3px gray;
	box-shadow: 0px 3px 3px gray;
}

.menu-op {
	width: 100%;
	margin: 30px 50px 30px 0;
	height: 60px;
}

.menu-op div.options {
	width: 975px;
	margin-bottom: 10px;
	float: right;
}

.menu-op #reportrange {
	width: 170px;
	float: right;
	background-color: #fff;
	cursor: pointer;
	padding: 6px 25px 6px 10px;
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: url(../images/arrow.png) no-repeat right;
}

.menu-op #reportrange span {
	margin: 0;
	color: inherit;
	text-align: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.daterangepicker .btn {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.daterangepicker .btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.daterangepicker .btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.daterangepicker .btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.daterangepicker th { font-weight: bold; }
.daterangepicker tbody>tr>td {
	display: table-cell;
	vertical-align: inherit;
	padding-top: 5px;
}

.search input[type='text'] {
	float: right;
	margin: 0 5px;
	padding: 2px 10px;
	outline: none;
	height: 24px;
	line-height: 24px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.search button[type='submit'] {
	float: right;
	/*margin-left: 5px;*/
	min-width: 40px;
	height: 28px;
	font-size: 16px;
	border: none;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #3b3b3b;
	color: #fff;
}

.search input[type='submit']:hover {
	background-color: #202021;
}


/********************************************************
OUTROS ELEMENTOS
*********************************************************/
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
}

.checkoff {
	background-image: url(../images/sprite-icons.png);
	float: left;
	cursor: pointer;
	background-position: 0 -148px;
	width: 24px;
	height: 24px; 
}

.left {
	float: left;
}

.right {
	float: right;
}

.results-status {
	text-align: right;
	margin: 0 0 10px;
	color: #666;
}

#growl_box {
	/*z-index: 900;*/
	display: none;
	min-width: 70px;
	height: auto;
	min-height: 60px;
	right: 15px; top: 65px;
	position: absolute;
	border: none;
	padding: 5px;
	opacity: .8;
	cursor: pointer;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#growl_box.good {
	background: url(../images/sucess_growl.png) center left no-repeat;
	background-position: 10px 5px;
	background-color: #000;
}

#growl_box.bad {
	background: url(../images/error_growl.png) center left no-repeat;
	background-position: 10px 5px;
	background-color: #000;
}

#growl_box p, span {
	color: white;
	margin: 20px 5px 10px 80px;
	text-align: left;
	text-indent: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
}

#growl_box span {
	margin: 0;
	font-size: 12px;
}

/********************************************************
REVEAL PLUGIN
*********************************************************/
.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 950;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 10px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee url(modal-gloss.png) no-repeat -200px -80px;
	position: absolute;
	z-index: 951;
	padding: 30px 40px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}
	
.reveal-modal.small 	{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 	{ width: 400px; margin-left: -240px;}
.reveal-modal.large 	{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 	{ width: 700px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}
/********************************************************
SLIDE FORM
*********************************************************/
.reveal-modal #wrapper {
	-moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#fff;
    width:600px;
    overflow:hidden;
}
.xlarge #wrapper { width: 700px; }
#steps{
    width:600px;
    overflow:hidden;
}
.xlarge #steps { width: 700px; }
.step{
    float:left;
    width:600px;
}
.xlarge .step { width: 700px; }
#navigation{
    height:55px;
    background-color:#dbe2ec;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
    list-style:none;
	float:left;
	margin-left:22px;
}
#navigation ul li{
	float:left;
    position:relative;
	margin:0px 2px;
}
#navigation ul li a{
    display:block;
    height:40px;
    color:#000;
    outline:none;
    font-weight:bold;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration:none;
    line-height:45px;
    padding:5px 33px 11px 18px;
    background-color:#dbe2ec;
    background: url(../images/steps.png) bottom right no-repeat;
    background-position: bottom right;
}
#navigation ul li.selected a{
    background:#dbe2ec;
    color:#fff;
    background: url(../images/steps.png) bottom right no-repeat;
    background-position: top right;
}
span.checked{
    background:transparent url(../images/checked.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    background:transparent url(../images/error.png) no-repeat top left;
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
#steps form fieldset{
    border:none;
    padding-bottom:20px;
}
#steps form legend{
    text-align:left;
    color:#fff;
    font-size:38px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    float:left;
    width:100%;
    padding:5px 0px 5px 10px;
    margin:0;
    border: 1px solid #316897;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #4774a1;
    background: -moz-linear-gradient(top,  #4774a1 0%, #2c5687 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4774a1), color-stop(100%,#2c5687));
    background: -webkit-linear-gradient(top,  #4774a1 0%,#2c5687 100%);
    background: -o-linear-gradient(top,  #4774a1 0%,#2c5687 100%);
    background: -ms-linear-gradient(top,  #4774a1 0%,#2c5687 100%);
    background: linear-gradient(to bottom,  #4774a1 0%,#2c5687 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4774a1', endColorstr='#2c5687',GradientType=0 );
}
#steps form p{
    float:left;
    clear:both;
    margin:5px 0 5px 10px;
    width:auto;
    text-indent: 0;
}
#steps form label{
    width:120px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#5a5a5a;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
}
#steps label.error {
	font-size: 12px;
	font-weight: lighter;
	width: 235px;
	color: #FF0000;
	text-align: left;
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
    line-height:2;
}
#steps label.sucess {
	background: url(../images/valid.png) no-repeat 0px 0px;
	background-position: 0 5px;
}
#steps form input:not([type=submit]),
#steps form textarea,
#steps form select, .menu-op form select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 200px;
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    float:left;
}
#steps form textarea {
	max-width: 420px;
	max-height: 150px;
}
#steps form input:focus,
#steps form textarea:focus,
#steps form select:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    background-color:#F9F9F9;
}
#steps form input.success,
#steps form textarea.success,
#steps form select.success{
    -moz-box-shadow:0px 0px 5px #55FF6B;
    -webkit-box-shadow:0px 0px 5px #55FF6B;
    box-shadow:0px 0px 5px #55FF6B;
    border: 1px solid #BBFFCE;
    background-color: #F3FFF6;
}
#steps form input.warning,
#steps form textarea.warning,
#steps form select.warning{
    -moz-box-shadow:0px 0px 5px #F9FF55;
    -webkit-box-shadow:0px 0px 5px #F9FF55;
    box-shadow:0px 0px 5px #F9FF55;
    border: 1px solid #FFD500;
    background-color: #FFF9F3;
}
#steps form select, .menu-op form select {
	width: 212px;
	padding: 5px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background: url(../images/arrow.png) no-repeat right;
}
#steps form input[type=radio] {
	display: none;
}
#steps form input[type=radio] + .lradio {
	height:20px;
	width: 50px;
	margin: 5px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:14px;
	color: #000;
	font-weight: normal;
	vertical-align:middle;
	cursor:pointer;
}
#steps form input[type=radio]:checked + .lradio {
	background-position: 0 -20px;
}
#steps form input.strip {
	border: 1px solid #fff;
	padding-bottom: 3px;
}
#steps form input.strip:focus {
	border: 1px solid #3a6594;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}
#steps form textarea.strip { border: none; resize: none; }
#steps form textarea.strip:focus {
	background-color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#steps form input.strip[readonly]:focus {
	border: 1px solid #fff;
	background-color: #fff;
}
#steps p.shop > p,
#steps p.prod_ent > p {
	padding-top: 10px;
	margin: 5px 0 5px 5px;
	background-image: url(../images/back-legend.png);
	background-repeat: no-repeat;
	background-position: 15px -4px;
}
#steps p.prod_ent > p { background-image: url(../images/back-legend-ent.png); }
/*.xlarge:not(#formOrdens) #steps p.shop > p { background-image: url(../images/back-legend-compra.png); }*/
.lradio {
	background-image:url(../images/radio.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
}

#dialog_box {
	/*position: fixed;
	left: 35%;
	top: 25%;*/
	position: absolute;
	display: none;
	width: 362px;
	height: auto;
	border: 5px solid rgba( 0, 0, 0, 0.5 );
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 2px 9px 0px rgb( 0, 0, 0 );
	background-color: #fff;
	opacity: 0.97;
	z-index: 800; 
}
#dialog_box .header {
	width: auto;
	height: 46px;
	position: relative;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 1px #585a5d;
	-moz-box-shadow: inset 0 1px 1px #585a5d;
	box-shadow: inset 0 1px 1px #585a5d;
	background: #444548;
	background: -moz-linear-gradient(top,  #444548 0%, #2a2b2d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444548), color-stop(100%,#2a2b2d));
	background: -webkit-linear-gradient(top,  #444548 0%,#2a2b2d 100%);
	background: -o-linear-gradient(top,  #444548 0%,#2a2b2d 100%);
	background: -ms-linear-gradient(top,  #444548 0%,#2a2b2d 100%);
	background: linear-gradient(to bottom,  #444548 0%,#2a2b2d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444548', endColorstr='#2a2b2d',GradientType=0 );
}
#dialog_box .header span {
	width: 27px;
	height: 21px;
	position: relative;
	float: right;
	cursor: pointer;
	margin: 10px;
	color: #8a8a8a;
	font-family: sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	-webkit-box-shadow: inset 0 1px 2px #000;
	-moz-box-shadow: inset 0 1px 2px #000;
	box-shadow: inset 0 1px 2px #000;
	opacity: 0.75;
}
#dialog_box .content {
	width: auto;
	padding: 15px 0;
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #5e95a0;
	line-height: 1.3;
	text-align: center;
}
hr {
	width: auto;
	height: 1px;
	border: 0;
	color: #d5d9dc;
	background-color: #d5d9dc;
	opacity: 0.902;
	box-shadow: 0px 1px 0px 0px #ffffff;
}

.payment span {
	font-size: 14px;
	color: #000;
	text-indent: 0;
	margin: 0 0 0 10px;
}

/********************************************************
DIFERENCIAÇÃO DE ITENS RESERVADOS E REQUISITADOS
*********************************************************/
.res a.del_prod, .res input, .res select { color: #0D6E9C; }
.req a.del_prod, .req input, .req select { color: #0DA125; }

/********************************************************
TOOLTIP FEATURE
*********************************************************/
.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:normal;letter-spacing:normal;line-break:auto;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;word-wrap:normal;font-size:12px;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;right:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}

@media print {
	@page { margin: .3cm .5cm 1cm .7cm; }
	
	* {
		color: #000;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 12px;
	}

	h2 {
		font-family: Verdana, Geneva, sans-serif;
		border: none;
	}

	header, div.menu-op, #user_info, div.backup,
	table > thead > tr > th:last-child:not(.log),
	table > tbody > tr > td:last-child:not(.log) {
		display: none;
	}

	.table-box, section {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}

	table {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
		border-spacing: 2px;
		border-collapse: collapse;
		display: table;
		border-color: gray;
		box-sizing: border-box;
	}

	table thead {
		display: table-header-group;
		vertical-align: middle;
		border-color: inherit;
	}

	table thead th {
		font-weight: bold;
		font-size: 18px;
		padding: 8px;
		line-height: 1.42857143;
		border-top: 0;
		vertical-align: bottom;
		border-bottom: 2px solid #ddd;
	}

	table tr {
		display: table-row;
		vertical-align: inherit;
		border-color: inherit;
	}

	table tbody {
		display: table-row-group;
		vertical-align: middle;
		border-color: inherit;
	}

	table tr td {
		text-align: center;
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}

	footer {
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		padding: 0;
	}
}