.botaoAjax {
	background-color: #ff0000;
}


.itemSelecionado {
  background: #e0eef5;
  border: 1px solid #4C99C5;
}

.itemSelecionado dl dt{
  font-weight: bold;
  margin: 0;
  float: left;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  width: 11em;
}

.itemSelecionado dl dd{
  margin: 0;
  height: 25px;
  line-height: 25px;
}


.itemNaoSelecionado{
	background: #fafdfe;
  border: 1px solid #4C99C5;
}

.itemNaoSelecionado dl dt{
  font-weight: bold;
  margin: 0;
  float: left;
  height: 25px;
  line-height: 25px;
  padding-left: 5px;
  width: 11em;
}

.itemNaoSelecionado dl dd{
  margin: 0;
  height: 25px;
  line-height: 25px;
}

.msgErroAjax {
	background: #FF4646;
	color: #FFFFFF;
	font-weight: bold;
}



div.flashMessage_success, div.flashMessage_error, div.flashMessage_notice{
    color: #FFF;
    padding: 1em;
    padding-left: 3em;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: 10px center;
}

div.flashMessage_success{
    background-image: url('../images/msg_success.png');
    background-color: #DFF2BF;
    border: 1px solid #4F8A10;
    color: #4F8A10;
}

div.flashMessage_error{
    background-image: url('../images/msg_error.png');
    background-color: #FFCCBA;
    border: 1px solid #D63301;
    color: #61070B;
}

div.flashMessage_notice{
    background-image: url('../images/msg_warning.png');
    background-color: #FEEFB3;
    border: 1px solid #9F6000;
    color: #9F6000;
}

img {
    border: medium none;
}
input, select {
    padding: 0.25em 0.15em;
}
p {
    margin: 0.5em 0;
}
.main {
    margin: 0.3em;
    min-height: 100%;
    position: relative;
}

div.clear {
    clear: both;
}
.header {
    margin: 0.5em;
}
#buscar {
    background: none repeat scroll 0 0 #E2E2E2;
    border: 2px solid #CCCCCC;
    margin-bottom: 0.5em;
    padding: 0.5em;
}
#buscar select {
    margin-bottom: 0.5em;
}
#content {
    margin: 0;
    padding: 10px;
}
.esconde {
    display: none;
}
div.msgSummary {
    border: 1px solid blue;
    color: black;
    margin-left: 0.2em;
    padding-left: 0.2em;
}
div.errorSummary {
    background: none repeat scroll 0 0 #FFEAEA;
    border: 1px solid red;
    color: red;
    margin-left: 0.2em;
    padding-left: 0.2em;
}
div.errorSummary ul {
    padding-bottom: 0.2em;
    padding-left: 0.2em;
}
div.errorSummary ul li {
    margin-left: 1em;
}
div.form label.rotulo {
    display: inline;
    padding-left: 0.5em;
}
div.form span.rotulo {
    padding-left: 2em;
}
div.form div.panel {
    margin-bottom: 0.8em;
}
div.form .row {
    margin: 0.5em 0;
    width: 100%;
}
div.form .row label {
    display: inline;
}
div.form .row input {
    display: inline;
}
.divlabel {
    display: inline;
}
.note {
    color: red;
    font-size: 0.7em;
}
.buttons {
    margin: auto;
    text-align: center;
}
#footer {
    border-top: 1px solid #333333;
    margin: 1em 0 0;
    padding: 0.5em 0 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.main_menu {
    background-color: #333333;
    border: 1px solid #333333;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 1.06em;
    font-weight: bold;
    list-style: none outside none;
    margin: 1em 0 0;
    padding: 0.5em 0 0.5em 0.5em;
}
.menu {
    margin: 0 0 1em;
    padding: 0;
}
.menu ul {
    border-bottom: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}
.menu ul li {
    background-color: #CCCCCC;
    cursor: auto;
    display: block;
    list-style: none outside none;
    padding: 0.2em;
}
.menu ul li a {
    color: #000000;
    display: block;
    margin-bottom: 0.2em;
    padding: 1em;
    text-decoration: none;
}
.menu ul li a:hover, .menu ul li a:active {
    color: #000000;
    text-decoration: underline;
}
.items {
    color: #000000;
    margin-top: 0.5em;
}
.items .view {
    background: none repeat scroll 0 0 #DDDDDD;
    padding-right: 2px;
    padding-left: 2px;
    border: 0px solid #AAAAAA;
}

.items .update {
    background: none repeat scroll 0 0 #DDDDDD;
    padding-right: 2px;
    padding-left: 2px;
    border: 0px solid #AAAAAA;
}

.item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    background-color: #DDDDDD;
    border: 2px solid #AAAAAA;
    margin-bottom: 0.5em;
    padding: 0.3em;
}
.item .item-header, .item .item-header-card {
    background: url("../images/arrow_up.png") no-repeat scroll right center transparent;
    border-bottom: 1px solid #AAAAAA;
    cursor: pointer;
    font-size: 1em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    padding-right: 1em;
    padding-top: 0.3em;
}
.item .item-header .item-data {
    color: #777777;
}
.closed {
    background: url("../images/arrow_down.png") no-repeat scroll right center transparent !important;
    border-bottom: 0 none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
table.detail-view .null {
    color: #AAAAAA !important;
}
.portlet-decoration {
    background: none repeat scroll 0 0 #333333;
    border-left: medium none;
}
.portlet-title {
    color: #FFFFFF;
}
.portlet-content {
    background: none repeat scroll 0 0 #CCCCCC;
    padding: 0;
}
.portlet-content ul {
    margin: 0;
    padding: 0;
}
.operations li a, .operations li a:visited {
    color: #000000;
    padding: 1em;
}
.operations li a:hover {
    background: none repeat scroll 0 0 #DDDDDD;
}
.label_top {
    background: none repeat scroll 0 0 #DDDDDD;
}
div#submenu {
    margin: 0.5em 0;
}
div#submenu ul li {
    display: inline;
}
div#submenu ul li a {
    background-color: gray;
    color: white;
    font-weight: bold;
    padding: 1em;
}
div#submenu ul li a.active {
    background-color: white;
    color: green;
}
div.form_esquerdo {
    float: left;
}
.itemSelecionado {
    background: none repeat scroll 0 0 #BCD9EA;
}
.alerta {
    color: #FF0000;
}
.item-sub-info {
    font-size: 12px;
    font-style: italic;
}
span.numero {
    display: block;
    padding-right: 0.5em;
    text-align: right;
}
.small_info {
    font-size: 0.8em;
}

span.info_erro{
		color: #FF0000;
		font-weight: bold;
}

.tituloRelatorio{
	background: #AAAAAA;
	font-weight: bold;
	color: #FFFFFF;
	width: 500px;
}

.conteudoRelatorio{
	border-bottom: 0.2px solid #E0E0E0;
	border-collapse: collapse;
	white-space:nowrap; 
}

.rodapeRelatorio{
	background:#E0E0E0;
	font-weight: bold;
}

.alignCenter {
    text-align: center;
}

/* preview de negociacao */
#preview-negociacao caption {
    color: #333;
    font-size: 1.2em;
    font-weight: bold;
}

#preview-negociacao table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#preview-negociacao th,
#preview-negociacao td {
    background: #DAE9FC;
    border: 1px solid #fff;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    width: 50%;
}

#preview-negociacao th {
    background: #7CAFF0;
    color: #fff;
}

.fotoSkuEdit {
    float: left;
    padding: 0 5px;
}

.clear {
    clear: both;
}

dl.editaProduto dd {
    height: auto !important;
}

/* relacionamentos da negociacao */
#alertas-relacionamento {
    background: #ffffcc;
    border: 1px solid #cc6600;
    border-radius: 5px;
    list-style: none;
    margin: 10px 0;
    padding: 10px;
}

#alertas-relacionamento li {
    font-weight: bold;
    line-height: 1.7em;
}

#alertas-relacionamento .adicionados {
    color: #4F8A10;
}

#alertas-relacionamento .removidos {
    color: #D63301;
}