html, body {
  border: none;
  margin: 0;
  padding: 0;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, Sans-Serif; }

.hidden {
  display: none; }

.warn-non-chrome {
  position: absolute;
  width: 200px;
  left: 50px;
  top: 100px;
  height: 100px;
  float: left;
  z-index: 20; }

img {
  border: none; }

a, * {
  text-decoration: none; }

p {
  display: inline;
  font-weight: bold; }

.bar {
  height: 30px; }

.fullBar {
  width: 84%;
  height: 30px; }

div.c {
  display: none; }

div.o {
  display: block; }

.white-bg {
  background-color: #FFF; }

div.full-width {
  position: relative;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  float: left; }

div.fixed {
  border: none;
  margin: 0;
  padding: 0;
  position: fixed;
  height: auto;
  background-color: #FFF;
  z-index: 15; }

div.header {
  height: 66px; }
  div.header img.left-logo {
    position: absolute;
    top: 10px;
    width: 120px;
    z-index: 15;
    left: 20px;
    height: 40px; }
  div.header img.right-logo {
    position: absolute;
    top: 15px;
    width: 140px;
    z-index: 15;
    right: 20px;
    height: 50px; }

ul#tabBar {
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  z-index: 15;
  background-color: #fff;
  font: normal normal bold 0.8em Tahoma, Geneva, Sans-Serif;
  height: 30px;
  text-align: center;
  line-height: 30px;
  list-style: none; }
  ul#tabBar li {
    margin: 0px 5px;
    padding: 5px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-repeat: repeat-x;
    background-image: url("../img/bck_ie.jpg");
    background-image: linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
    background-image: -o-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
    background-image: -moz-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
    background-image: -webkit-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
    background-image: -ms-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
    background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #6699cc), color-stop(0.66, #4b7fb3), color-stop(0.9, #336699)); }
    ul#tabBar li a {
      text-decoration: none; }
      ul#tabBar li a img {
        height: 24px; }
  ul#tabBar li:hover {
    background-repeat: repeat-x;
    background-image: url("../img/bck_ie_selected.jpg");
    background-image: linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
    background-image: -o-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
    background-image: -moz-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
    background-image: -webkit-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
    background-image: -ms-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
    background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #c39f89), color-stop(0.66, #b37252), color-stop(0.9, #b55926)); }
  ul#tabBar li.selectedTab {
    background-repeat: repeat-x;
    background-image: url("../img/bck_ie_over.jpg");
    background-image: linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
    background-image: -o-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
    background-image: -moz-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
    background-image: -webkit-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
    background-image: -ms-linear-gradient(top, #a5a5a5 33%, #878787 66%, #6a6a6a 90%);
    background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #a5a5a5), color-stop(0.66, #878787), color-stop(0.9, #6a6a6a)); }
  ul#tabBar li.leftTab {
    float: left; }
  ul#tabBar li.rightTab {
    float: right;
    text-align: center;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    height: 30px;
    line-height: 30px; }

div#modelBar {
  position: relative;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  float: left;
  font: normal normal bold 10px Tahoma, Geneva, Sans-Serif;
  color: #000;
  background-repeat: repeat-x;
  background-image: url("../img/bck_ie.jpg");
  background-image: linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -o-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -moz-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -ms-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #6699cc), color-stop(0.66, #4b7fb3), color-stop(0.9, #336699)); }

#load {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -25px;
  z-index: 20;
  display: none;
  height: 120px; }

#footer {
  position: fixed;
  bottom: 0px;
  width: 10%;
  z-index: 20;
  right: 0;
  display: inline;
  margin: 0;
  text-align: right;
  padding: 0;
  font-style: italic;
  vertical-align: middle;
  color: #FFFFFF; }
  #footer p {
    position: relative;
    height: 25px;
    vertical-align: middle;
    float: right;
    padding-right: 5px;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    font-size: x-small; }
  #footer img {
    position: relative;
    height: 15px;
    float: right;
    border: none;
    margin: 0;
    vertical-align: middle;
    padding-right: 10px; }

div#treeContent {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  display: block;
  border: thin solid #D8D8D8;
  list-style-type: none;
  position: fixed;
  top: 135px;
  width: 15%;
  z-index: 15;
  /*&:hover {
      width: auto;
  }*/ }
  div#treeContent div.treeHeader {
    position: relative;
    top: 0;
    display: block;
    font-size: 13px !important;
    font-style: normal !important;
    color: #000 !important;
    font-weight: bold !important;
    font-family: Tahoma, Geneva, Sans-Serif;
    border-bottom: thin dashed #D8D8D8;
    padding: 5px; }
    div#treeContent div.treeHeader label {
      cursor: pointer; }
  div#treeContent ul.tree.close {
    display: none; }
  div#treeContent ul.tree.open {
    display: block; }
  div#treeContent ul.tree {
    position: relative;
    border-right: thin solid #D8D8D8;
    font-size: 12px !important;
    font-style: normal !important;
    color: #000 !important;
    font-weight: normal !important;
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    list-style-type: none;
    background-color: #FFFFFF;
    font-family: Sans-Serif, Tahoma, Geneva; }
    div#treeContent ul.tree li {
      position: relative;
      float: none;
      text-align: left;
      vertical-align: middle;
      line-height: 30px;
      width: 100%;
      background-color: #FFFFFF; }
      div#treeContent ul.tree li span {
        text-align: left; }
        div#treeContent ul.tree li span label {
          cursor: pointer;
          color: #000; }
          div#treeContent ul.tree li span label.nodeSelected {
            color: #FFA500; }
        div#treeContent ul.tree li span label:hover {
          color: #990000; }
    div#treeContent ul.tree li:hover {
      background-color: #BBBBBB; }
      div#treeContent ul.tree li:hover label {
        color: #990000; }

/*ul#tree { @include fixedElement(fixed, top, 123px, 15%, $secondLayer); }*/
ul#mapPickerBar {
  position: relative;
  width: auto;
  float: left;
  border: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  direction: ltr;
  line-height: 30px; }
  ul#mapPickerBar li {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding-left: 5px; }
    ul#mapPickerBar li select {
      vertical-align: middle;
      height: 20px; }

ul.withTree {
  margin: 0 0 0 16%; }

ul.treeLess {
  margin: 0; }

ul#filterBar {
  position: relative;
  float: right;
  line-height: 30px;
  list-style-type: none;
  display: inline;
  vertical-align: middle; }
  ul#filterBar li {
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 5px;
    vertical-align: middle; }
    ul#filterBar li input {
      width: 80px;
      text-align: right;
      padding: 0 5px; }
    ul#filterBar li label.period {
      padding: 0 5px; }
    ul#filterBar li label.update {
      color: #FFF; }
    ul#filterBar li img {
      cursor: pointer; }
  ul#filterBar li.hide {
    display: none; }
  ul#filterBar li.menu-label {
    float: left;
    text-align: left;
    display: inline; }
  ul#filterBar li.update {
    float: left;
    text-align: left;
    display: inline;
    color: #FFF; }

ul#treePicker {
  position: relative;
  margin: 0 50px 0 16%;
  padding: 0;
  float: left;
  z-index: 15;
  line-height: 30px;
  border: 0;
  height: 30px;
  list-style-type: none;
  display: inline; }
  ul#treePicker li {
    color: #000;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-family: Tahoma, Geneva, Sans-Serif;
    text-align: left;
    float: left; }
    ul#treePicker li label {
      cursor: pointer; }
    ul#treePicker li label.tName {
      font-weight: bold;
      font-variant: normal;
      font-style: normal; }
    ul#treePicker li label.tNode {
      font-style: italic;
      font-weight: normal;
      font-variant: normal;
      text-decoration: underline; }
    ul#treePicker li.leftPad {
      margin-left: 10px;
      float: left; }
    ul#treePicker li.rightAlign {
      margin-right: 40px;
      float: right; }
    ul#treePicker li img {
      cursor: pointer; }

ul#reportPicker {
  position: relative;
  width: 50px;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 30px;
  list-style-type: none;
  height: 30px;
  z-index: 15;
  float: right;
  display: inline; }
  ul#reportPicker li {
    height: 30px;
    display: inline;
    line-height: 28px;
    margin: 0;
    padding: 0;
    border: 0; }
    ul#reportPicker li img {
      cursor: pointer; }

#error-display {
  display: none; }

.validation-summary-errors ul {
  display: none; }

div#auth-box {
  position: absolute;
  padding: 2px;
  width: 330px;
  height: 212px;
  border: 2px solid #7ac0da;
  background-color: #6699cc;
  left: 50%;
  margin-left: -165px;
  top: 50%;
  margin-top: -106px; }

fieldset {
  width: 310px;
  height: 200px;
  margin: 2px;
  padding: 0px;
  background-color: #6699cc;
  border: 1px solid #FFF; }
  fieldset legend {
    display: block;
    font-size: 1.2em !important;
    font-style: normal !important;
    color: #FFF !important;
    font-weight: 600 !important;
    background-color: #6699cc;
    *margin-left: -8px;
    height: 20px;
    width: 130px;
    margin-bottom: 10px; }
  fieldset label {
    margin: 15px 5px;
    font-size: 1em !important;
    font-style: normal !important;
    color: #324B64 !important;
    font-weight: 600 !important; }
  fieldset input {
    border: 1px solid #7ac0da;
    color: #000; }
    fieldset input[type="text"], fieldset input[type="password"] {
      font-size: 1.2em;
      margin: 5px;
      padding: 5px;
      width: 300px; }
    fieldset input[type="text"]:focus, fieldset input[type="password"]:focus {
      border: 1px solid #7ac0da; }
    fieldset input[type="submit"] {
      cursor: pointer;
      border: none;
      text-decoration: none;
      margin-right: 5px;
      margin-bottom: 2px;
      font-size: 0.9em;
      float: right;
      font-weight: 300;
      padding: 7px;
      float: right;
      margin-top: 10px;
      background-color: #d3dce0;
      cursor: pointer;
      text-decoration: none;
      font-weight: 300;
      padding: 7px;
      font-size: 1em; }
    fieldset input[type="submit"]:hover {
      cursor: pointer;
      border: none;
      text-decoration: none;
      margin-right: 5px;
      margin-bottom: 2px;
      font-size: 0.9em;
      float: right;
      font-weight: 300;
      padding: 7px;
      float: right;
      margin-top: 10px;
      background-color: Silver;
      cursor: pointer;
      text-decoration: none;
      font-weight: 300;
      padding: 7px;
      font-size: 1em; }

table.container, table.fixed {
  border-collapse: collapse;
  padding: 0;
  border-spacing: 0;
  border: 0 none;
  font-family: Arial, Helvetica, Sans-Serif; }
  table.container thead th.legenda, table.fixed thead th.legenda {
    background-color: #FFF;
    color: #000;
    font-weight: bold;
    border: 0;
    text-align: left;
    font-style: italic; }
    table.container thead th.legenda label.nheader, table.fixed thead th.legenda label.nheader {
      font-weight: bold;
      font-style: italic;
      color: #000; }
    table.container thead th.legenda label.nota, table.fixed thead th.legenda label.nota {
      font-weight: normal;
      color: #000;
      font-style: italic; }
  table.container thead th, table.fixed thead th {
    /* CHUC ONLY 14px - others $thFontSize*/
    font-size: 14px !important;
    font-style: normal !important;
    color: #FFF !important;
    font-weight: bold !important;
    background-color: #6489AF;
    text-align: center;
    border: 1px solid #D8D8D8; }
  table.container thead th.sort, table.fixed thead th.sort {
    cursor: pointer; }
  table.container tbody td.n, table.fixed tbody td.n {
    cursor: pointer; }
  table.container tbody td, table.fixed tbody td {
    border: 1px solid #D8D8D8; }
    table.container tbody td img.chart, table.fixed tbody td img.chart {
      cursor: pointer; }
	  
	  
	table.container tbody tr.default {
		font-size: 12px !important;
		font-weight: normal !important;
    font-family: Arial, Helvetica, Sans-Serif; 
	}
	  
  table.container tbody tr.root, table.container tbody tr.header, table.fixed tbody tr.root, table.fixed tbody tr.header {
    /* CHUC ONLY 12px others $tdTextSize*/
    background-color: #B8C2D1;
    font-size: 12px !important;
    /*font-style: bold !important;*/
    color: #000 !important;
    font-weight: bold !important;
    font-family: Arial, Helvetica, Sans-Serif; }

  table.container tbody tr.bold, table.fixed tbody tr.bold {
    background-color: #FFF;
    font-size: 12px !important;
    /*font-style: bold !important;*/
    color: #000 !important;
    font-weight: bold !important;
    font-family: Arial, Helvetica, Sans-Serif; }
  table.container tbody tr.parent, table.fixed tbody tr.parent {
    background-color: #F2F2F2;
    font-size: 12px !important;
    /*font-style: bold !important;*/
    color: #000 !important;
    font-weight: bold !important;
    font-family: Arial, Helvetica, Sans-Serif; }
  table.container tbody tr.child, table.fixed tbody tr.child {
    background-color: #FFF;
    font-size: 12px !important;
    /*font-style: normal !important;*/
    color: #000 !important;
    font-weight: normal !important;
    font-family: Arial, Helvetica, Sans-Serif; }
  table.container tbody tr.highlight, table.fixed tbody tr.highlight {
    background-color: #E6B266; }
  table.container tbody tr:hover, table.fixed tbody tr:hover {
    background-color: Silver; }
  table.container tfoot tr, table.fixed tfoot tr {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0; }
    table.container tfoot tr td, table.fixed tfoot tr td {
      background-color: transparent;
      border: none;
      margin: 0;
      padding: 0;
      line-height: 20px;
      height: 20px; }

table.fixed {
  position: fixed;
  z-index: 7; }

table.right {
  left: 16%;
  width: 83%;
  right: 1%; }

table.center {
  left: 2%;
  width: 94%;
  right: 2%; }

table#data-container {
  position: relative; }

div#barrier {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  left: 0;
  background-color: #FFF; }

div#tablePlacer {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 0;
  left: 0;
  background-color: #FFF; }

.modalDialog {
  position: fixed;
  color: #336699;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(102, 153, 204, 0.6);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  pointer-events: none; }
  .modalDialog div {
    position: absolute;
    padding: 0;
    z-index: 99999;
    border-radius: 10px;
    top: 50%;
    margin-top: -100px;
    height: 140px; }
    .modalDialog div div.modalHeader {
      position: absolute;
      margin: 0;
      border: 0;
      padding: 5px 20px 13px 20px;
      left: 0;
      top: 0;
      height: 60px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      background-repeat: repeat-x;
      background-image: url("../img/bck_ie.jpg");
      background-image: linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
      background-image: -o-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
      background-image: -moz-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
      background-image: -webkit-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
      background-image: -ms-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
      background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #6699cc), color-stop(0.66, #4b7fb3), color-stop(0.9, #336699));
      color: #FFF;
      white-space: nowrap; }
    .modalDialog div div.modalBody {
      position: absolute;
      left: 0;
      right: 0;
      top: 78px;
      bottom: 0;
      border: 0;
      padding: 20px 20px 15px 20px;
      margin: 0;
      height: 120px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      background: #FFF;
      text-align: center; }
      .modalDialog div div.modalBody ul {
        margin: 30px 15px 0 15px;
        height: 55px;
        padding: 0; }
        .modalDialog div div.modalBody ul li {
          list-style: none;
          padding: 0px;
          display: inline;
          margin: 0; }
          .modalDialog div div.modalBody ul li button {
            padding: 15px;
            margin: 0;
            background: #E0E0E0;
            color: #6a6a6a;
            white-space: nowrap;
            font-size: 1em;
            font-weight: bold;
            font-style: normal;
            font-stretch: wider;
            cursor: pointer; }
            .modalDialog div div.modalBody ul li button.selected {
              background: #6699cc; }
            .modalDialog div div.modalBody ul li button.leftmost {
              border-top-left-radius: 10px;
              border-bottom-left-radius: 10px;
              box-shadow: 0px 3px 5px #a5a5a5; }
            .modalDialog div div.modalBody ul li button.common {
              border-radius: 0;
              box-shadow: 0px 3px 5px #a5a5a5; }
            .modalDialog div div.modalBody ul li button.rightmost {
              border-top-right-radius: 10px;
              border-bottom-right-radius: 10px;
              box-shadow: 2px 3px 5px #a5a5a5; }
            .modalDialog div div.modalBody ul li button:hover {
              color: #FFF;
              background: #c39f89; }
            .modalDialog div div.modalBody ul li button.leftmost:hover {
              box-shadow: 0px 3px 5px #b37252; }
            .modalDialog div div.modalBody ul li button.rightmost:hover {
              box-shadow: 2px 3px 5px #b37252; }
  .modalDialog:target {
    opacity: 1;
    pointer-events: auto; }

.default div {
  width: 380px;
  left: 50%;
  margin-left: -190px; }
  .default div div.modalHeader {
    width: 285px; }
  .default div div.modalBody {
    width: 285px; }
    .default div div.modalBody button {
      width: 125px; }

.auto div {
  width: 500px;
  left: 50%;
  margin-left: -250px; }
  .auto div div.modalHeader {
    width: 460px; }
  .auto div div.modalBody {
    width: 460px; }
    .auto div div.modalBody button {
      min-width: 120px;
      width: auto; }

.close {
  background: #4b7fb3;
  color: #FFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  z-index: 99999;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow: 1px 1px 3px #000;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000; }

.close:hover {
  background: #c39f89; }

/**********************************\
*									*
*			User Management			*
*									*
\**********************************/
label.pad1 {
  padding-left: 0px; }

label.pad2 {
  padding-left: 15px; }

label.pad3 {
  padding-left: 30px; }

input[type=button].botao {
  height: 30px;
  color: #FFF;
  cursor: pointer;
  moz-border-radius: 10px;
  border-radius: 10px;
  background-repeat: repeat-x;
  background-image: url("../img/bck_ie.jpg");
  background-image: linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -o-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -moz-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -ms-linear-gradient(top, #6699cc 33%, #4b7fb3 66%, #336699 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #6699cc), color-stop(0.66, #4b7fb3), color-stop(0.9, #336699)); }

input[type=button].botao:hover {
  background-repeat: repeat-x;
  background-image: url("../img/bck_ie_selected.jpg");
  background-image: linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -o-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -moz-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -ms-linear-gradient(top, #c39f89 33%, #b37252 66%, #b55926 90%);
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, color-stop(0.33, #c39f89), color-stop(0.66, #b37252), color-stop(0.9, #b55926)); }

div#contentPlacer {
  margin: 0 5%;
  width: 90%;
  padding: 0; }
  div#contentPlacer div.top {
    top: 0;
    float: left;
    width: 920px; }
    div#contentPlacer div.top label.blueish {
      font-size: 16px !important;
      font-style: italic !important;
      color: #4b7fb3 !important;
      font-weight: bold !important; }
    div#contentPlacer div.top label.blackish {
      font-size: 14px !important;
      font-style: normal !important;
      color: #000 !important;
      font-weight: normal !important;
      margin-left: 20px; }
    div#contentPlacer div.top input[type=button] {
      margin-left: 60px; }
  div#contentPlacer div.left {
    top: 0;
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-top: 20px; }
    div#contentPlacer div.left table.tList {
      border: none;
      border-spacing: 0;
      width: 100%; }
      div#contentPlacer div.left table.tList thead th {
        font-size: 16px !important;
        font-style: italic !important;
        color: #4b7fb3 !important;
        font-weight: bold !important; }
      div#contentPlacer div.left table.tList thead th.tLeft {
        text-align: left; }
      div#contentPlacer div.left table.tList thead th.del {
        text-align: right; }
        div#contentPlacer div.left table.tList thead th.del img {
          margin: 2px 10px 0px;
          height: 16px; }
        div#contentPlacer div.left table.tList thead th.del img:hover {
          cursor: pointer; }
      div#contentPlacer div.left table.tList tbody tr td.uName {
        font-style: italic;
        padding: 5px 0px;
        border-top: 1px solid #336699;
        text-align: left;
        padding-left: 5px; }
      div#contentPlacer div.left table.tList tbody tr td.mimic, div#contentPlacer div.left table.tList tbody tr td.edit, div#contentPlacer div.left table.tList tbody tr td.del {
        text-align: center; }
        div#contentPlacer div.left table.tList tbody tr td.mimic img, div#contentPlacer div.left table.tList tbody tr td.edit img, div#contentPlacer div.left table.tList tbody tr td.del img {
          margin: 2px 5px 0 5px;
          height: 20px; }
        div#contentPlacer div.left table.tList tbody tr td.mimic img:hover, div#contentPlacer div.left table.tList tbody tr td.edit img:hover, div#contentPlacer div.left table.tList tbody tr td.del img:hover {
          cursor: pointer; }
      div#contentPlacer div.left table.tList tbody tr.selected {
        background-color: #E6B266; }
      div#contentPlacer div.left table.tList tbody tr:hover {
        background-color: Silver !important; }
  div#contentPlacer div.right {
    top: 0;
    float: left;
    width: 45%;
    margin-right: 5%;
    height: 450px;
    margin-top: 20px; }
    div#contentPlacer div.right div#editUserDock, div#contentPlacer div.right div#addUserDock {
      position: relative;
      top: 0;
      margin: 0;
      padding: 0; }
      div#contentPlacer div.right div#editUserDock ul, div#contentPlacer div.right div#addUserDock ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        border: 0 none; }
        div#contentPlacer div.right div#editUserDock ul li span, div#contentPlacer div.right div#addUserDock ul li span {
          width: 100%; }
        div#contentPlacer div.right div#editUserDock ul li.header, div#contentPlacer div.right div#addUserDock ul li.header {
          font-size: 16px !important;
          font-style: italic !important;
          color: #4b7fb3 !important;
          font-weight: bold !important; }
        div#contentPlacer div.right div#editUserDock ul li.role, div#contentPlacer div.right div#editUserDock ul li.user, div#contentPlacer div.right div#editUserDock ul li.dfault, div#contentPlacer div.right div#addUserDock ul li.role, div#contentPlacer div.right div#addUserDock ul li.user, div#contentPlacer div.right div#addUserDock ul li.dfault {
          margin: 10px; }
          div#contentPlacer div.right div#editUserDock ul li.role label, div#contentPlacer div.right div#editUserDock ul li.user label, div#contentPlacer div.right div#editUserDock ul li.dfault label, div#contentPlacer div.right div#addUserDock ul li.role label, div#contentPlacer div.right div#addUserDock ul li.user label, div#contentPlacer div.right div#addUserDock ul li.dfault label {
            margin: 0 10px;
            font-size: 13px !important;
            font-style: italic !important;
            color: #4b7fb3 !important;
            font-weight: bold !important; }
        div#contentPlacer div.right div#editUserDock ul li.dfault select, div#contentPlacer div.right div#addUserDock ul li.dfault select {
          width: 400px; }
        div#contentPlacer div.right div#editUserDock ul li.user input, div#contentPlacer div.right div#addUserDock ul li.user input {
          float: right;
          right: 0;
          width: 250px;
          margin: 0; }
      div#contentPlacer div.right div#editUserDock ul#uMap, div#contentPlacer div.right div#addUserDock ul#uMap {
        overflow-y: scroll;
        border: 1px solid #4b7fb3;
        margin-top: 20px;
        height: 230px;
        width: 100%; }
        div#contentPlacer div.right div#editUserDock ul#uMap li.root, div#contentPlacer div.right div#addUserDock ul#uMap li.root {
          margin: 5px 0px;
          border-bottom: 2px solid #336699; }
        div#contentPlacer div.right div#editUserDock ul#uMap li.parent, div#contentPlacer div.right div#addUserDock ul#uMap li.parent {
          margin: 2px 0px; }
        div#contentPlacer div.right div#editUserDock ul#uMap li.mapItem, div#contentPlacer div.right div#addUserDock ul#uMap li.mapItem {
          line-height: 20px;
          width: 100%; }
          div#contentPlacer div.right div#editUserDock ul#uMap li.mapItem label, div#contentPlacer div.right div#addUserDock ul#uMap li.mapItem label {
            text-align: left;
            font-size: 13px !important;
            font-style: italic !important;
            color: #4b7fb3 !important;
            font-weight: bold !important; }
          div#contentPlacer div.right div#editUserDock ul#uMap li.mapItem img, div#contentPlacer div.right div#addUserDock ul#uMap li.mapItem img {
            position: relative;
            right: 0;
            float: right;
            height: 18px;
            cursor: pointer; }
        div#contentPlacer div.right div#editUserDock ul#uMap li:hover, div#contentPlacer div.right div#addUserDock ul#uMap li:hover {
          background-color: Silver; }
    div#contentPlacer div.right div#uButton {
      position: relative;
      float: right;
      right: 0;
      margin-top: 20px; }
  div#contentPlacer div.bottom {
    position: relative;
    float: left;
    width: 95%;
    text-align: right;
    margin-top: 20px; }

fieldset.simulacao {
  position: relative;
  left: 50%;
  margin-left: -160px;
  width: 320px;
  border: 2px solid #4b7fb3;
  color: #4b7fb3;
  height: 160px; }
  fieldset.simulacao legend {
    background-color: #FFF;
    color: #4b7fb3 !important;
    width: 318px;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    height: 25px; }
  fieldset.simulacao div.editor-label {
    position: relative;
    float: left;
    width: 318px; }
    fieldset.simulacao div.editor-label label {
      color: #FFF !important; }

/*# sourceMappingURL=app_tab.css.map */
