body {
  font-family: "Ubuntu", sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 0;
  -moz-font-feature-settings: "kern" 0;
  -ms-font-feature-settings: "kern" 0;
  font-feature-settings: "kern" 0;
  -webkit-font-smoothing: antialiased; /** prevenir webkit de distorcer **/
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body.wallpaper {
  background: url(../images/misc/wallpaper.jpg);
  background-size: 100% 100%;
}
body.loading-wait {
  cursor: wait !important;
}

#wrapper {
  display: none;
}

#dialog-idletimeout {
  display: none;
  z-index: 999999999;
}
#dialog-idletimeout .dialog-idle-icon {
  float: left;
}
#dialog-idletimeout .dialog-idle-text {
  float: left;
  padding-top: 15px;
  padding-left: 20px;
  font-size: 13px;
  text-align: left;
}

ul.errors-validacao-modal {
}
ul.errors-validacao-modal li {
  list-style: disc inside;
}
/** DESKTOP --------------------------------------------------------------------------------------------------------------------- **/
.window_main,
.window_main .data a {
  color: inherit;
}
.window_main .data .conteudo-janela {
  position: relative;
  height: 100%;
  min-height: 100%;
}
/** /DESKTOP -------------------------------------------------------------------------------------------------------------------- **/
#bar_top a {
  color: #000;
}
#bar_top .telefones-uteis {
  position: relative;
  display: inline-block;
}
#bar_top .telefones-uteis ul {
}
#bar_top .telefones-uteis ul li {
  float: none;
  margin: 0;
}
#bar_top .telefones-uteis ul li a {
  font-size: 11px;
}
#bar_top .metas-periodos {
  display: inline-block;
}
#bar_top .metas-periodos a {
  text-decoration: none;
}
#bar_top .metas-periodos .dropdown-menu {
  width: 930px;
}
/** UPLOAD DE ARQUIVOSL --------------------------------------------------------------------------------------------------------- **/
.file-upload {
  margin: 5px 0;
}
.file-upload .file-upload-name {
  margin: 5px 0;
}
.file-upload .file-upload-name .delete {
  background: url(../../imagens/delete.png);
  display: inline-block;
  height: 24px;
  overflow: hidden;
  text-indent: -9999px;
  vertical-align: middle;
  width: 24px;
}
.file-upload .uploadifive-button,
.file-upload .uploadifive-button input[type="file"] {
  cursor: pointer;
}
/** fix problema com autocomplete do Chosen quando usa estrutura do fancyForm **/
.chosen-container-single .chosen-search input[type="text"] {
  float: none !important;
}
#steps .chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../images/misc/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/misc/chosen-sprite.png") no-repeat 100% -20px,
    -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url("../images/misc/chosen-sprite.png") no-repeat 100% -20px,
    -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("../images/misc/chosen-sprite.png") no-repeat 100% -20px,
    -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("../images/misc/chosen-sprite.png") no-repeat 100% -20px,
    -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url("../images/misc/chosen-sprite.png") no-repeat 100% -20px,
    linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-results li {
  /** forçar resultados do chosen a não ficarem com float left **/
  float: none !important;
}
/** fix problema com painéis do jqxNavigation com chosen **/
.jqx-navigationbar .jqx-expander.with-chosen {
  z-index: 101 !important;
}
.jqx-navigationbar .jqx-expander.with-chosen.expander-open {
  z-index: 102 !important;
}
/** MENSAGENS ------------------------------------------------------------------------------------------------------------------- **/
#prompt {
  display: none;
  z-index: 999999999999;
  height: auto;
}
#prompt .icone-prompt {
}
#prompt .corpo-prompt {
  /*background: url("/sistema/imagens/informacao.png") no-repeat left center;
  padding-left: 55px;*/
  text-align: left;
  font-size: 13px;
}
#prompt .mensagem {
  padding: 0 0 5px;
}
#prompt textarea {
  padding: 5px;
  resize: none;
  width: 100%;
}
/** /MENSAGENS ------------------------------------------------------------------------------------------------------------------ **/
/** BANNERS --------------------------------------------------------------------------------------------------------------------- **/

.banner-aviso {
  display: none;
  z-index: 9999;
}
.banner-aviso .banner-conteudo {
  width: 100%;
  padding: 20px 10px 10px 10px;
  line-height: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.banner-aviso .banner-conteudo p {
  margin: 1em 0;
}
.banner-aviso .banner-conteudo img {
}

/** /BANNERS -------------------------------------------------------------------------------------------------------------------- **/
/** JANELAS MODAL JQXWINDOW ----------------------------------------------------------------------------------------------------- **/
.modal-window {
  display: none;
}
.modal-window-noscroll {
  overflow: visible;
}
.modal-window .modal-window-content {
  padding: 10px;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.modal-window .modal-window-content.container-fluid {
  margin: 0;
  width: auto;
}
.modal-window-noscroll .modal-window-content {
  overflow: visible;
}
.modal-window .bootstrap.jqx-window-content {
  padding: 0;
}
/** /JANELAS MODAL JQXWINDOW ---------------------------------------------------------------------------------------------------- **/
/** MODAI JQUERY UI ------------------------------------------------------------------------------------------------------------- **/
.ui-dialog-content {
  text-align: left;
}
.ui-dialog-content .loading {
  margin: 5px 0;
}
.ui-dialog-content .loading div {
  display: inline-block;
  padding: 5px 5px 5px 50px;
  background: url(/sistema/imagens/carregando1.gif) no-repeat left center;
}
.ui-dialog-content .mensagem {
  padding: 5px 0 10px;
}
.ui-dialog .bootstrap .chosen-container {
  padding: 0;
  background: transparent;
}
/** /MODAI JQUERY UI ------------------------------------------------------------------------------------------------------------ **/
/** JQXGRID --------------------------------------------------------------------------------------------------------------------- **/
.jqx-grid-load {
  cursor: wait !important;
}
/** /JQXGRID -------------------------------------------------------------------------------------------------------------------- **/
/** GERAL ----------------------------------------------------------------------------------------------------------------------- **/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.boxsizingBorder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.link1 {
  color: #000;
  text-decoration: underline;
}
option.selected {
  background-color: Highlight;
  color: HighlightText;
}

.html2canvasreset {
  height: auto !important;
  max-height: auto !important;
  overflow: visible !important;
  width: auto !important;
}
/* Centralizando verticalmente e horizontalmente */
.content-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;

  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;

  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

#mensageria-banner-preview-hint {
  position: fixed;
  width: 100%;
  display: none;
}

/** /GERAL ---------------------------------------------------------------------------------------------------------------------- **/
/** JQUERY UI ------------------------------------------------------------------------------------------------------------------- **/
/** DIALOGS --------------------------------------------------------------------------------------------------------------------- **/
.ui-dialog,
.ui-dialog-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/** /DIALOGS -------------------------------------------------------------------------------------------------------------------- **/
.ui-autocomplete {
  text-align: left;
}
/** /JQUERY UI ------------------------------------------------------------------------------------------------------------------ **/

/** BOOTSTRAP ------------------------------------------------------------------------------------------------------------------- **/
.bootstrap {
}
.bootstrap * {
  text-shadow: none; /** bug OSX **/
  -webkit-font-smoothing: antialiased; /** prevenir webkit de distorcer **/
  font-smoothing: antialiased;
  text-rendering: auto;
  -webkit-font-feature-settings: normal;
  -moz-font-feature-settings: normal;
  -ms-font-feature-settings: normal;
  font-feature-settings: normal;
}
.bootstrap.modulo-conteudo {
  height: 100%;
  min-height: 100%;
  padding: 10px;
  position: relative;
  text-align: left;
}
.bootstrap .form-filters {
  margin: 0 0 20px;
}
.bootstrap .form-filters .form-inline {
}
.bootstrap .form-filters .separador {
  background: url(../../imagens/novos/barra30.png) no-repeat;
  display: inline-block;
  height: 32px;
  margin: 0 10px;
  vertical-align: middle;
  width: 2px;
}
.bootstrap label,
.bootstrap button {
  cursor: pointer;
}
.bootstrap textarea {
  resize: none;
}
.bootstrap .control-label {
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}
.bootstrap .form-navigation {
}
.bootstrap .form-navigation .jqx-expander-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap .form-navigation .jqx-expander-content .inner {
  padding: 10px;
}
.bootstrap .tabs {
}
.bootstrap .tab-navigation {
  margin: 0 0 0 20px;
}
.bootstrap .jqx-tabs-header,
.bootstrap .jqx-tabs-header * {
  box-sizing: content-box;
}
.bootstrap .jqx-tabs-header,
.bootstrap .tab-navigation .jqx-tabs-title {
  height: auto !important;
  vertical-align: middle;
}
.bootstrap .tab-item {
  display: none;
  position: relative;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap .jqwidgets-tabs {
}
.bootstrap .jqwidgets-tabs ul {
  list-style: none;
  margin: 0;
}
.bootstrap .jqwidgets-tabs ul li {
  list-style: none;
  margin: 0;
}
.bootstrap .jqx-expander-content.navigation-title {
  font-size: 11px;
}
.bootstrap .jqx-expander-content.navigation-content {
  box-sizing: content-box;
  padding: 10px;
}
.bootstrap .font-10 {
  font-size: 10px;
}
.bootstrap .font-11 {
  font-size: 11px;
}
.bootstrap .font-12 {
  font-size: 12px;
}
.bootstrap .font-13 {
  font-size: 13px;
}
.bootstrap .font-14 {
  font-size: 14px;
}
.bootstrap .font-16 {
  font-size: 16px;
}
.bootstrap .font-18 {
  font-size: 18px;
}
.bootstrap .font-20 {
  font-size: 20px;
}
.bootstrap .font-24 {
  font-size: 24px;
}
.bootstrap .font-26 {
  font-size: 26px;
}
.bootstrap .font-30 {
  font-size: 30px;
}
.bootstrap .font-32 {
  font-size: 32px;
}
.bootstrap .table th {
  font-weight: 700;
}
.bootstrap .input-70 {
  width: 70px;
}
.bootstrap .input-80 {
  width: 80px;
}
.bootstrap .input-90 {
  width: 90px;
}
.bootstrap .input-100 {
  width: 100px;
}
.bootstrap .input-120 {
  width: 120px;
}
.bootstrap .input-140 {
  width: 140px;
}
.bootstrap .input-150 {
  width: 150px;
}
.bootstrap .input-180 {
  width: 180px;
}
.bootstrap .input-200 {
  width: 200px;
}
.bootstrap .tipsy {
  position: relative;
  z-index: inherit;
}
.bootstrap ul,
.bootstrap ul li {
  list-style: disc inside;
}
.bootstrap ol,
.bootstrap ol li {
  list-style: decimal inside;
}
.bootstrap li {
  margin: 5px 0;
}
.bootstrap li:first-child {
  margin-top: 0;
}
.bootstrap ul.dropdown-menu,
.bootstrap ul.dropdown-menu li,
.bootstrap ol.dropdown-menu,
.bootstrap ul.dropdown-menu li {
  list-style: none;
}
.bootstrap .form-control-width-auto {
  width: auto;
}
/* Correcao para jqwidgets - talvez precise arrumar para ficar mais especifico para outros casos */
.bootstrap .jqx-widget ul,
.bootstrap .jqx-widget ul li,
.bootstrap .jqx-widget ol li,
.bootstrap .jqx-widget ol {
  list-style: none;
}
.bootstrap .jqx-widget ul li,
.bootstrap .jqx-widget ol li {
  margin: 0;
}
.bootstrap .radio input[type="radio"],
.bootstrap .checkbox input[type="checkbox"] {
  margin-top: 0;
}
.bootstrap .file-upload .uploadifive-button {
  float: none;
  min-height: 40px;
  position: relative;
}
.bootstrap .file-upload .uploadifive-queue-item .progress {
  margin-bottom: 0;
}
.bootstrap .chosen-container.chosen-small-text .chosen-results li {
  font-size: 11px;
}
.bootstrap .uploadifive-button {
  display: inline-block;
}
.bootstrap .modal-window-content {
  padding: 10px 15px;
  font-size: 11px;
}
.bootstrap .caret.up {
  border-bottom: 4px solid;
  border-top: 4px solid transparent;
  margin-top: -4px;
}
.bootstrap .caret.right {
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
.bootstrap .caret.down {
}
.bootstrap .caret.left {
  border-right: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}
#mensagemConfirmacao .bootstrap .texto {
  padding-left: 0;
}
#mensagemConfirmacao .jqx-window-content {
  padding: 10px 0;
}
.bootstrap .alert .text {
  display: inline-block;
}
.bootstrap .form-inline .form-horizontal .form-group {
  display: inherit;
}
.bootstrap .col-xs-offset-right-12 {
  margin-right: 100%;
}
.bootstrap .col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.bootstrap .col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.bootstrap .col-xs-offset-right-9 {
  margin-right: 75%;
}
.bootstrap .col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.bootstrap .col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.bootstrap .col-xs-offset-right-6 {
  margin-right: 50%;
}
.bootstrap .col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.bootstrap .col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.bootstrap .col-xs-offset-right-3 {
  margin-right: 25%;
}
.bootstrap .col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.bootstrap .col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.bootstrap .col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .bootstrap .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .bootstrap .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .bootstrap .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .bootstrap .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .bootstrap .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .bootstrap .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .bootstrap .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .bootstrap .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .bootstrap .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .bootstrap .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .bootstrap .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .bootstrap .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .bootstrap .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .bootstrap .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .bootstrap .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .bootstrap .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .bootstrap .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .bootstrap .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .bootstrap .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .bootstrap .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .bootstrap .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .bootstrap .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .bootstrap .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .bootstrap .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .bootstrap .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .bootstrap .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .bootstrap .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .bootstrap .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .bootstrap .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .bootstrap .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .bootstrap .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .bootstrap .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .bootstrap .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .bootstrap .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .bootstrap .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .bootstrap .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .bootstrap .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
/** /BOOTSTRAP ------------------------------------------------------------------------------------------------------------------ **/
