body {
  font-family: Arial,sans-serif;
  font-size: .75em;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table td {
  padding: 0.5em 0.3em;
  text-align: left;
}

table tbody td, table tbody th {
  background: white;
}

table tbody th {
  text-align: left;
}

table tbody tr.even td, table tbody tr.even th {
  background-color: #F0F0F0;
}

table tbody tr.inativo td, table tbody tr.inativo th {
  text-decoration: line-through;
}

table.alert {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

table.alert tbody th {
  text-align: center;
  background: rgb(245,227,227); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(245,227,227,1) 0%, rgba(239,207,207,1) 45%, rgba(232,186,186,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,227,227,1)), color-stop(45%,rgba(239,207,207,1)), color-stop(100%,rgba(232,186,186,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(245,227,227,1) 0%,rgba(239,207,207,1) 45%,rgba(232,186,186,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(245,227,227,1) 0%,rgba(239,207,207,1) 45%,rgba(232,186,186,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(245,227,227,1) 0%,rgba(239,207,207,1) 45%,rgba(232,186,186,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(245,227,227,1) 0%,rgba(239,207,207,1) 45%,rgba(232,186,186,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e3e3', endColorstr='#e8baba',GradientType=0 ); /* IE6-9 */
}

table.alert tbody td, table.alert tbody th {
  background: rgb(252,248,248); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(252,248,248,1) 0%, rgba(251,241,241,1) 45%, rgba(249,235,235,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,248,248,1)), color-stop(45%,rgba(251,241,241,1)), color-stop(100%,rgba(249,235,235,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252,248,248,1) 0%,rgba(251,241,241,1) 45%,rgba(249,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(252,248,248,1) 0%,rgba(251,241,241,1) 45%,rgba(249,235,235,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(252,248,248,1) 0%,rgba(251,241,241,1) 45%,rgba(249,235,235,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(252,248,248,1) 0%,rgba(251,241,241,1) 45%,rgba(249,235,235,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcf8f8', endColorstr='#f9ebeb',GradientType=0 ); /* IE6-9 */

}

table#transparent {
  border: 1px solid #ccc;
  width: 80%;
  margin: 0 auto;
}

table#transparent th {
  text-align: right;
}

textarea {
  height: 10em;
  width: 100%;
}

#container {
  display: none;
  margin: 0 auto;
  width: 960px;
  position: relative;
}

#footer {
  clear: both;
  color: #CCC;
  display: none;
  font-size: 0.9em;
  font-style: italic;
  padding: 0.5em;
  text-align: center;
}

#acompanhamento {
  color: green;
  display: inline-block;
  font-weight: bold;
  float: right;
  text-align: right;
}

h1 {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 1.5em;
}

#logo {
  display: block;
  float: left;
  font-size: 3.5em;
  height: 75px;
  text-decoration: none;
  text-indent: -10000em;
  width: 191px;
  margin-top: -2px;
}

#userinfo {
  display: inline-block;
  float: right;
  text-align: right;
}

#pageTitle {
  float: left;
  display: table;
  margin-top: 20px;
}

#message {
  display: table;
  float: right;
  width: 300px;
  min-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#messagem{

  background: rgb(253,252,241); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(253,252,241,1) 0%, rgba(234,221,126,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,252,241,1)), color-stop(100%,rgba(234,221,126,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(253,252,241,1) 0%,rgba(234,221,126,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(253,252,241,1) 0%,rgba(234,221,126,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(253,252,241,1) 0%,rgba(234,221,126,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(253,252,241,1) 0%,rgba(234,221,126,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfcf1', endColorstr='#eadd7e',GradientType=0 ); /* IE6-9 */
  padding: 10px 10px 10px 10px;
  border: 1px solid #eadd7e;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;
}

#alerta{

  background: rgb(254,187,187); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(254,187,187,1) 0%, rgba(254,144,144,1) 100%, rgba(255,92,92,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,187,187,1)), color-stop(100%,rgba(254,144,144,1)), color-stop(100%,rgba(255,92,92,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 100%,rgba(255,92,92,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 100%,rgba(255,92,92,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 100%,rgba(255,92,92,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(254,187,187,1) 0%,rgba(254,144,144,1) 100%,rgba(255,92,92,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febbbb', endColorstr='#ff5c5c',GradientType=0 ); /* IE6-9 */
  padding: 10px 10px 10px 10px;
  border: 1px solid #ff5c5c;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -khtml-border-radius: 8px;

}

.agendamentoDiv{
  left: 300px;
  top: 150px;
  width: 505px;
  height: 300px;
}

.toolbar {
  margin: 0.5em 0;
}

#complementares {
  float: right;
}

.complementar {
  display: none;
}

.complementar input[type="text"] {
  background-color: #FFFFCC;
}

.ui-tabs .ui-icon {
  float: left;
}

.ui-tabs .ui-tabs-active .ui-icon {
  margin-right: 10px;
}

.ui-tabs .ui-tabs-active .ui-tabs-nav li {
  padding-right: 16px;
}

.ui-tabs .ui-tabs-nav li.ui-state-active {
  padding-right: 0;
}

.ui-tabs .ui-tabs-anchor {
  text-indent: -10000em;
}

.ui-tabs .ui-state-active .ui-tabs-anchor {
  text-indent: 0;
}

.ui-tabs-panel .toolbar {
  border-top: none;
  margin-top: -1em;
}

p.info {
  font-style: italic;
}

span.question {
  display: block;
  font-weight: bold;
}

span.answer {
  font-style: italic;
}

.ui-menu {
  width: auto;
}

.displayableMenu {
  display: none;
  position: absolute;
  z-index: 10;
}

.displayableSubMenu {
  display: inline-block;
  width: 250px;
}

#contatoButton {
  font-style: normal;
  right: 0;
  position: fixed;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin:     left top;
  -o-transform-origin:      left top;
  -webkit-transform: rotate(-90deg);
  -moz-transform:    rotate(-90deg);
  -ms-transform:     rotate(-90deg);
  -o-transform:      rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#contatoButton {
    top: 100px;
}

#appVersion {
  top: 0;
  font-size: 0.8em;
  font-style: normal;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
}


.toolbar .ui-state-active a, .toolbar .ui-state-active a:link, .toolbar .ui-state-active a:visited {
    color: #222;
}

.input-error {
    border: 1px solid #ef7d83;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
            
    -webkit-box-shadow: 0px 0px 4px #ef7d83;
        -moz-box-shadow: 0px 0px 4px #ef7d83;
            box-shadow: 0px 0px 4px #ef7d83;
}

.small-error {
    color: #ef7d83;
}

.i-information {
    color: #2c79aa;
}

.pa-2 {
    padding: 8px;
}
