html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFFFFF;
}
body, td, th, input, select, textarea, option, optgroup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
img {
  border: 0;
}

.icones{
  background-size: 25px auto;
}


input[type='text'] {
	padding: 2px;
}
select {
	padding: 1px;
}
textarea {
	padding: 2px;
}
a, a:visited {
	color: #003366;
	cursor: pointer;
    text-decoration: none;
}
form {
	margin: 0;
	padding: 0;
}
  #header {
	height: 56px;
	padding: 0 25px 0 13px;
    background-color:#276576;
 	background:-webkit-gradient(linear, right top, right bottom, from(#276576), to(#3A98B1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#276576', endColorstr='#3A98B1'); /* for IE   */
    background: -moz-linear-gradient(top,  #276576,  #3A98B1); /*  for firefox 3.6+ */
	min-width: 900px;
}
.header {
    background:url(./imagens/box.png) repeat-x;
	position: relative;
	z-index: 1;
	height: 40px;
	clear: both;
	width: 100%;
    color:#fff;
    padding: 10px;
    border: #A6D5E2 1px solid;
    border-radius:2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;


}
.mes_ano{
	float:right;
	color:#CD0000;
	font-size:12px;
	font-weight:bold;
	padding:8px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #FAF0E6;
	position:relative;
	top:-20px;
	left:20px;

}

#header .div1 {
	color: #FFFFFF;
	padding: 7px 0 0;
	float: left;
}
#header .div2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 14px 0px 0px 0px;
	float: right;
}
#header .div2 span {
	font-weight: bold;
}
#menu {
	background: #333;
	position: relative;
	z-index: 1;
	height: 34px;
	clear: both;
	min-width: 900px;
}
.menu {
	background: #000;
	position: relative;
	z-index: 1;
	height: 0px;
	clear: both;
	min-width: 900px;
    top:-10px;
}
ul.left {
	float: left;
}
ul.right {
	float: right;
}
.nav {
	position: relative;
	margin: 0;
	padding: 0;
}
.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('../imagens/transparent.png');
}
.nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px;
}
.nav > li + li {
	background: url('../imagens/split.png') center left no-repeat;
}
.nav .top, .nav li li.sfhover {
	padding: 10px 15px 9px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
.nav ul li {
	padding: 2px;
}
.nav .selected .top {
	background: url('../imagens/selected.png') repeat-x;
	color: #FFFFFF;
}
.nav .selected:hover a.top, .nav .sfhover a.top {
}
.nav .parent {
	background: url('../imagens/arrow_right.png') 95% center no-repeat;
}
.nav li {
	float: left;
	list-style: none;
}
.nav li ul {
	position: absolute;
}
.nav li li {
	clear: both;
}
.nav li ul a {
	color: #FFFFFF;
	height: 15px;
	width: 145px;
}
.nav li ul ul {
	margin: -27px 0 0 157px;
}
.nav li li:hover, .nav li li.sfhover {
	background: #333;
	color: #000000;
}
#div_filtro{
	width:50%;
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content {
    background: url("../imagens/background.png") repeat-x scroll 0 1px #FFFFFF;
    min-width: 900px;
    padding: 15px 15px 0;
}
#container {
	height: 100%;
}
body > #container {
	height: auto;
	min-height: 100%;
}
#footer {
	background: #FFFFFF url('../imagens/footer.png') repeat-x;
	height: 25px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	color: #333;

    bottom:0px;
    width:100%;

	clear: both;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
.breadcrumb, .breadcrumb a {
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}
.success {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 12px;
	text-align: center;
}
.warning {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 12px;
	text-align: center;
}
.attention {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #FEFBCC;
	border: 1px solid #E6DB55;
	font-size: 12px;
	text-align: center;
}
.box {
	margin-bottom: 15px;
    border-bottom-radius:10px;
}
.box > .heading {
	height: 40px;
	background: -webkit-gradient(linear, right top, right bottom, from(#276576), to(#3A98B1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#276576', endColorstr='#3A98B1'); /* for IE */
    background: -moz-linear-gradient(top,  #276576,  #3A98B1); /* for firefox 3.6+ */
	margin-bottom: 0px;
    border-radius: 8px 8px 0px 0px;
    border-top:1px solid #C4E3EC;
    border-right:1px solid #3a98b1;
    border-left:1px solid #3a98b1;
}

.box > .left {
	float: left;
	width: 7px;
	height: 40px;

}
.box > .right {
	float: right;
	width: 7px;
	height: 40px;

}
.heading h1 {
	background-position:  2px 9px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 11px 0px 11px 30px;
	color: white;
	font-size: 16px;
	float: left;
}
.box > .heading .buttons {
	float: right;
	padding-top: 8px;
}

.box > .content {
	padding: 7px;
    border-left: 1px solid #3A98B1;
	border-right: 1px solid #3A98B1;
	border-bottom: 1px solid #3A98B1;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;

}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../imagens/button_left.png') top left no-repeat;
}
.button span {
	color: #FFF;
	display: block;
	padding: 5px 10px 5px 2px;
	background: url('../imagens/button_right.png') top right no-repeat;
}

.button:hover {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../imagens/button_lefth.png') top left no-repeat;
}
.button:hover span {
	color: #FFF;
	display: block;
	padding: 5px 10px 5px 2px;
	background: url('../imagens/button_righth.png') top right no-repeat;
}



.list2 {
	border-collapse: collapse;
	width: 100%;
	border-top: 0px solid #DDDDDD;
	border-left: 0px solid #DDDDDD;
	margin-bottom: 20px;
}
.list2 td {
	border-right: 0px solid #DDDDDD;
	border-bottom: 0px solid #DDDDDD;
}
.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid #A6D5E2;
	border-bottom: 1px solid #A6D5E2;
    border-left: 1px solid #A6D5E2;
}
.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody a {
	text-decoration: none;
}
.list tbody td {
	vertical-align: middle;
	/* padding: 0px 5px; */
	padding: 0;
}
.list tbody tr:odd {
	background: #FFFFFF;
}
.list tbody tr:even {
	background: #E4EEF7;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 3px;
}
.list .asc {
	padding-right: 15px;
	background: url('../imagens/asc.png') right center no-repeat;
}
.list .desc {
	padding-right: 15px;
	background: url('../imagens/desc.png') right center no-repeat;
}
.list .filter td {
	padding: 5px;
	background: #3A98B1;
    color:white;
    border:1px solid #a6d5e2;
}
.pagination {
	margin-top: 30px;
	border-top: 1px solid #EEEEEE;
	background: #F8F8F8;
	display: inline-block;
	width: 100%;
}
.pagination .links, .pagination .results {
	padding: 9px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 200px;
}
.form > * > * > td {
	padding: 10px;
	color: #000000;
	border-bottom: 1px dotted #CCCCCC;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
}
#msg_erro {
    color: #F00;
    font-weight: bold;
    text-align: center;
}
.errorimg{
    left: 2px;
    position: relative;
    top: 2px;
}
.errortxt {
    float: right;
    margin: 6px 0 0;
    width: 20px;
}


.error {
    /*display: block;
    float: left;*/
    font-size: 12px;
    font-weight: normal;
    padding-top: 3px;
}

.scrollbox {
	border: 1px solid #CCCCCC;
	width: 350px;
	height: 100px;
	background: #FFFFFF;
	overflow-y: scroll;
}
.htabs {
	padding: 0px 0px 0px 2%;
	height: 30px;
   	margin-bottom: 20px;
    text-align:center;
    border-bottom:1px solid #DDD;
    font-weight:bold;

}
.htabs a:hover {

    	background: #FFFFFF url('../imagens/tabs.png') repeat-x;

}
.htabs a {

   border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right:1px solid #DDD;

    border-radius:10px 10px 0px 0px;
	background: #FFFFFF url('../imagens/tab.png') repeat-x;
    padding:8px 10px 5px 10px;

	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

	text-decoration: none;

	color: #A2A2A2;
	margin-right: 2px;
}
.htabs a.selected {
	background: #FFFFFF url('../imagens/tabs.png') repeat-x;
    color:#3A98B1;
    border:1px solid #3A98B1;
    border-bottom:1px solid white;
    padding-bottom:5px;
}
.vtabs {
	width: 180px;
	padding: 10px 0px;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDDDDD;
}
.vtabs a {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #000000;
}
.vtabs a.selected {
	padding-right: 15px;
	background: #FFFFFF;
}
.vtabs_page {
	margin-left: 195px;
}
.scrollbox div {
	padding: 3px;
}
.scrollbox div input {
	margin: 0px;
	padding: 0px;
	margin-right: 3px;
}
.scrollbox div.even {
	background: #FFFFFF;
}
.scrollbox div.odd {
	background: #E4EEF7;
}
 .window2 {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}
.window3 {
  position:absolute;
  width:404px;
  height:218px;
  display:none;
  z-index:9999;
  padding:20px;
}
#mask_content {

  border-radius:10px;
  padding:3px;
  background-color:#fff;
}
#mask_login_content {
  border-radius:10px;
  padding:3px;
  background-color:#fff;
}
.window > .box{

  height:368px;
  border-radius:10px;

}
#mask_content_tabela {
  width:700px;
  text-align: center;
  padding:0px;
  background-color:#fff;

}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#mask_login {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
#div_loading {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  text-align: center;
  padding:150px 0px 0px 0px;
}
.imagens_loading {
  position:fixed;
  top:25%;
  z-index:9001;
  background-color:#000;
  text-align: center;
}
.user{
  float:right;
  text-align: right;
  padding: 15px 0px 0px 0px;
}
.legendas{
  border-top: 1px solid #DDDDDD;
}
#div_cliente{
  background:url("../imagens/back.jpg.png") repeat-x;
  position:fixed;
  bottom:0px;
  width:100%;
  text-align:center;
  padding: 10px 0px 10px 0px;
}
.semborda{
  border-right:0px;
  border-bottom:0px;
}
#div_help{
  display:none;
  position:absolute;
  width:500px;
  background:#fff;
  z-index:999;
  padding:10px 10px 10px 10px;
  border-radius:10px;
  border:1px solid #000;
}

.acord td{
  line-height: 20px;

}

.opcoes {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFEFEF', endColorstr='#fdfdfd'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#fdfdfd)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #EFEFEF,  #fdfdfd); /* for firefox 3.6+ */
  /* background: #EFEFEF; */
  height: auto;
  padding: 10px;
  text-align:right;
  margin: 0 -5px;
  border-top: 1px solid #DDD;
}
.opcoes2 {

  height: auto;
  padding: 10px;
  text-align:right;
  margin: 0 -5px;
  border-top: 1px solid #DDD;
}
.div_qtd_minima{

}

.div_qtd_red{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#990000', endColorstr='#990000'); /* for IE */
  background: -webkit-gradient(linear, right top, right bottom, from(#990000), to(#990000)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #990000,  #990000); /* for firefox 3.6+ */

}
.div_qtd_yellow{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fee300', endColorstr='#fee300'); /* for IE */
  background: -webkit-gradient(linear, right top, right bottom, from(#fee300), to(#fee300)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #fee300,  #fee300); /* for firefox 3.6+ */

}
.div_qtd_green{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#488c51', endColorstr='#488c51'); /* for IE */
  background: -webkit-gradient(linear, right top, right bottom, from(#488c51), to(#488c51)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #488c51,  #488c51); /* for firefox 3.6+ */

}

.div_qtd_blue{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aed7f1', endColorstr='#6ab5e5'); /* for IE */
  background: -webkit-gradient(linear, right top, right bottom, from(#aed7f1), to(#6ab5e5)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #aed7f1,  #6ab5e5); /* for firefox 3.6+ */

}
.div_qtd_gray{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1cbca', endColorstr='#d1cbca'); /* for IE */
  background: -webkit-gradient(linear, right top, right bottom, from(#d1cbca), to(#d1cbca)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #d1cbca,  #d1cbca); /* for firefox 3.6+ */

}
.div_qtd_forn{
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b2a48', endColorstr='#AD3050'); /* for IE */
  background: -webkit-gradient(linear, right top, right bottom, from(#9b2a48), to(#AD3050)); /* for webkit browsers */
  background: -moz-linear-gradient(top,  #9b2a48,  #ad3050); /* for firefox 3.6+ */

}

.ledverde{
   margin: 5px auto;
  width: 12px;
  height: 12px;
  background-color: #690;
  border-radius: 50%;
  box-shadow: gray 0 -1px 7px 1px, inset #460 0 -1px 9px, #7D0 0 2px 12px;
  display:block;


}
.ledamarelo{
   margin: 5px auto;
  width: 12px;
  height: 12px;
  background-color: #FFBB11;
  border-radius: 50%;
  /*box-shadow: #efefef 0 -1px 7px 1px, inset #460 0 -1px 9px, #7D0 0 2px 12px;*/
  box-shadow: gray 0 -1px 7px 1px, inset #660 0 -1px 9px, #FFBB11 0 2px 12px;
  display:block;


}
.ledvermelho{
   margin: 5px auto;
  width: 12px;
  height: 12px;
  background-color: #940;
  border-radius: 50%;
  box-shadow: gray 0 -1px 7px 1px, inset #600 0 -1px 9px, red 0 2px 12px;
  display:block;


}
.ledbranco{
   margin: 5px auto;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: gray 0 -1px 7px 1px, inset #fff 0 -1px 9px, white 0 2px 12px;
  display:block;


}

.button desativado{
backgroung-color: #f8f8f8;
}

.legenda {
font-size:10px;

}

.menu_vert {
  height: 38px;
  margin-top:5px;
  width: 100%;
  float:left;
}

.menu_vert img {
  margin-left: 10px;
  float:left;
}

.menu_vert p {
  margin: 13px 0 0 10px;
  padding:0;
  float:left;
}

.informativo {
  background-color:#c4e3ec;
  border:1px solid #6bbace;
  width: 80%;
  padding:18px;
  color:#3a98b1;
  border-radius:8px;
}

#div_meio {
  width: 76%;
  float: right;
}
fieldset input {
	display: block;
	float: left;
}

fieldset label {
	padding-left: 5px;
	padding-top: 5px;
    display: block;


}

fieldset {
    padding: 5px;
    border:none;
}

fieldset br {
	clear: left;
}

fieldset hr{
  border-color:#3A98B1;
  border-top:none;
}


.check-select-multiple label {display:block;}
.check-select-multiple {border: 2px inset #DDD; background: white; height: 60px; overflow-y: scroll; width: 270px;}

legend{

  font-variant: small-caps;
  font-size: 13px;
}

input[type=text]:disabled{
  background-color:#DDD;
  border:1px solid #DDD;
}
.minibox {
	margin-bottom: 15px;
    margin-left:0px;
    border-bottom-radius:10px;
    width:310px;
    float:left;


}
.minibox > .miniheading {
	height: 25px;
	background: url(../imagens/box_center.png) repeat-x;
	margin-bottom: 0px;
}

.minibox > .minileft {
	float: left;
	width: 7px;
	height: 25px;
	background: url('../imagens/box_left.png') no-repeat;
}
.minibox > .miniright {
	float: right;
	width: 7px;
	height: 25px;
	background: url('../imagens/box_right.png') no-repeat;
}
.minibox > .minicontent {
    height:480px;
	border-left: 1px solid #3A98B1;
	border-right: 1px solid #3A98B1;
	border-bottom: 1px solid #3A98B1;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
     background-color:#F5FAFC;

}
.miniheading h3 {
	background-position:  2px 9px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 3px 0px 0px 5px;
	color: white;
	font-size: 18px;
	float: left;
    font-variant:small-caps;
    font-weight:normal;
}

.table2 td{
  border: 0;
}

.table2 label{
  display:block;
  margin-top: 5px
}

