/*
* Portal Ativ!
*
* Estilo Base
*
* Esta folha de estilos descreve 
* a estrutura base do portal e dos sistemas Ativ!
*
* @project Portal Ativ!
* @version 2.0
* @package WebContent/Compartilhado/CSS
* @author Charles Lennon
* @copyright 2014 MB Solutions
*
*/
/* Cor para botoes com acao de submit */
/* Cor background */
/* Cor para botoes com acao simples (btVoltar, btCancelar..etc) */
/* Fonte default dos sistemas */
/* Cores dos textos do sistema */
body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif !important;
}
.new-li {
  width: 99%;
  display: table;
  padding-bottom: 3px;
  position: relative;
}
.new-col {
  float: left;
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 4px;
}
.new-col input:not([type='checkbox']) {
  width: 98%;
  padding-right: 0;
}
.new-col .new-col-link .z-longbox,
.new-col .new-col-link .z-intbox {
  width: 20%;
  float: left;
  margin-right: 8px;
}
.new-col .new-col-link .z-combobox {
  float: left;
  width: 72%;
}
.new-col .new-col-link .z-bandbox {
  float: left;
  width: 75%;
}
.new-col .new-col-link .z-combobox-inp {
  width: 98%;
}
.new-col .new-col-link .z-bandbox-inp {
  width: 94%;
}
.new-block {
  float: left;
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 4px;
}
.align-y {
  margin-top: 13px;
  float: left;
}
/* Alinhamento e posicionamento dos campos links */
.btn {
  margin: 0;
  background-image: none;
  border-radius: 5px;
  box-shadow: 1px 1px 1px #D8D8D8;
}
.btn-sm {
  padding: 0px 10px;
}
.btn-primary {
  background-color: #189ccf;
}
.btn-primary:hover {
  background-color: #1cade5;
  border-color: #158bb8;
}
.btn-default {
  border-radius: 5px;
  box-shadow: 1px 1px 1px #D8D8D8;
}
.btn-danger {
  background-color: #B95050;
  border-color: #9C3C3C;
}
.btn-danger:hover {
  background-color: #c06262;
}
.countdown {
  height: 15px;
}
.countdown span {
  float: right;
}
.hide-left {
  margin-right: -100px !important;
  z-index: 0 !important;
  width: 0;
}
.titulo {
  text-align: center;
  margin: 15px 0 10px 0;
}
.titulo > span {
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #CFCFCF;
}
.image-upload {
  margin-right: 15px;
  border: 1px solid #E9E9E9;
  width: 150px;
  height: 150px;
  margin-top: 20px;
  position: relative;
  float: left;
}
.image-upload .z-button-cm {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}
.image-upload .z-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(119, 119, 119, 0.43);
}
.image-upload .z-button table tbody tr td {
  background-image: none !important;
}
.image-upload .z-button-over {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  transition: background ease-in 0.1s;
}
.center .new-col {
  margin: 0 auto;
  float: none;
}
/*
 * estilo estrutura do sistema
 */
.topo {
  background-color: #46addd;
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 99;
}
.topo .z-label,
.topo .btn-ativ-sistemas {
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
  color: white;
}
.topo .nome-cliente {
  float: left;
  margin-top: 14px;
  margin-left: 15px;
}
.topo .nome-cliente span {
  font-size: 17px;
}
.topo .right-menu {
  right: 0;
  position: absolute;
}
.topo .right-menu a {
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
}
.topo .right-menu > div {
  display: inline-block;
  position: relative;
}
.topo .right-menu .menu-ativ-sistemas a {
  color: #FFF;
}
.topo .right-menu .menu-ativ-sistemas.open .btn-ativ-sistemas {
  background-color: #2596cb;
}
.topo .right-menu .menu-ativ-sistemas .lista-sistemas {
  background-color: #2596cb;
  border-radius: 0;
  padding: 0;
  margin: -2px 0 0 -72px;
  border: none;
}
.topo .right-menu .menu-ativ-sistemas .lista-sistemas ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.topo .right-menu .menu-ativ-sistemas .lista-sistemas .form {
  padding: 0 10px;
  background-color: #46addd;
}
.topo .right-menu .menu-ativ-sistemas .lista-sistemas a,
.topo .right-menu .menu-ativ-sistemas .lista-sistemas .z-button {
  padding: 15px 0;
  width: 200px;
  background-color: #28a0d7;
  position: relative;
  text-decoration: none;
}
.topo .right-menu .menu-ativ-sistemas .lista-sistemas a:hover,
.topo .right-menu .menu-ativ-sistemas .lista-sistemas .z-button:hover {
  background-color: #28a0d7;
  text-decoration: none;
}
.topo .right-menu .menu-ativ-sistemas .lista-sistemas a .z-button-over tr td,
.topo .right-menu .menu-ativ-sistemas .lista-sistemas .z-button .z-button-over tr td {
  color: #FFF;
}
.topo .right-menu .menu-ativ-sistemas .lista-sistemas .z-button tr td {
  color: #FFF;
}
.topo .right-menu .glyphicon span {
  margin-left: 7px;
  vertical-align: text-bottom;
}
.topo .btn-ativ-sistemas {
  padding: 14px 25px;
  border-radius: 0;
  background-color: #46addd;
  box-shadow: none;
  font-size: 12px;
}
.topo .btn-ativ-sistemas:hover {
  background-color: #2596cb;
  text-decoration: none;
}
.topo .nome-usuario {
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 30px;
  max-width: 500px;
  float: left;
}
.topo .nome-usuario .btn-group {
  position: relative;
  display: flex;
}
.topo .nome-usuario .btn-group > .btn {
  background: none;
  border: none;
  box-shadow: none;
}
.topo .nome-usuario .btn-group > .btn:hover {
  background: #30a3d9;
}
.topo .nome-usuario .btn-group > .btn .caret {
  border-top: 4px solid #FFF;
}
.topo .nome-usuario .dropdown-menu .divider {
  margin: 3px 1px;
  border-bottom: 1px solid #F0F0F0;
}
.topo .nome-usuario .dropdown-menu > li > a .glyphicon {
  padding-bottom: 3px;
}
.topo .nome-usuario .dropdown-menu > li > a:hover {
  background: #46addd;
}
.topo .nome-usuario .dropdown-menu > li > a:hover span.z-label {
  color: #FFF;
}
.topo .nome-usuario .dropdown-menu span.z-label {
  color: #000;
  font-family: Arial, sans-serif;
  vertical-align: text-bottom;
  margin-left: 7px;
}
.topo .nome-usuario .btn-group.open .btn.dropdown-toggle {
  background-color: #2596cb;
}
/* Tamanho do menu vertical */
/* height dos itens do menu */
/* Cor menu vertical */
.menu-vert {
  width: 180px;
  height: calc(100% - 50px);
  left: 0;
  position: fixed;
  background-color: #f1f1f1;
  border-right: 1px solid #D5D5D5;
  margin-top: 50px;
}
.menu-vert .menu-vert-header {
  width: 179px;
  padding: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D5D5D5;
  position: absolute;
  box-shadow: -4px 5px 13px -10px rgba(0, 0, 0, 0.36);
}
.menu-vert .menu-vert-header h2 {
  font-size: 20px;
  margin: 4px 0;
}
.menu-vert .menu-vert-header span {
  font-size: 11px;
}
.menu-vert .menu-vert-content {
  margin-top: 70px;
  overflow: auto;
  padding-top: 3px;
}
.menu-vert .menu-vert-content .z-menubar-ver {
  background: none;
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.menu-vert .menu-vert-content .z-menubar-ver table {
  width: calc(179px);
}
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item {
  height: 40px;
  padding: 0 !important;
}
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu button,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item button {
  cursor: default;
  padding-left: 5px;
  color: #818181;
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
  font-size: 14px;
}
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-body,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-body,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-item-body,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-item-body {
  width: 100% !important;
  height: 100%;
  cursor: default;
}
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-body .z-menu-inner-m,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-body .z-menu-inner-m,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-item-body .z-menu-inner-m,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-item-body .z-menu-inner-m,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-body .z-menu-item-inner-m,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-body .z-menu-item-inner-m,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-item-body .z-menu-item-inner-m,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-item-body .z-menu-item-inner-m {
  text-align: left;
  padding-left: 5px;
  padding-right: 10px;
}
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-body-seld,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-body-seld,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-item-body-over,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-item-body-over {
  background-color: #d8d8d8;
  height: 40px;
}
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-body-seld td,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-body-seld td,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu table.z-menu-item-body-over td,
.menu-vert .menu-vert-content .z-menubar-ver table tr td.z-menu-item table.z-menu-item-body-over td {
  background: none;
}
.z-menu-popup {
  background: none;
  background-color: #B9B9B9;
  border: none;
}
.z-menu-popup .z-menu-popup-cnt {
  background: #f1f1f1;
}
.z-menu-popup .z-menu-popup-cnt .z-menu-item {
  cursor: default;
  height: 40px;
}
.z-menu-popup .z-menu-popup-cnt .z-menu-item button,
.z-menu-popup .z-menu-popup-cnt .z-menu-item a {
  cursor: default;
  color: #818181;
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
  font-size: 14px;
}
.z-menu-popup .z-menu-popup-cnt .z-menu-item .z-menu-item-cl {
  margin-top: 7px;
}
.z-menu-popup .z-menu-popup-cnt .z-menu-item div {
  background: none;
}
.z-menu-popup .z-menu-popup-cnt .z-menu-item-over {
  background: #D3D3D3;
}
.z-menu-popup-shadow {
  -moz-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 10px -4px rgba(0, 0, 0, 0.2);
}
.form .new-col input:not([type='checkbox']),
.form .new-col .z-combobox,
.form .new-col i {
  height: 25px;
}
.form .new-col .z-checkbox {
  position: absolute;
  bottom: 0;
  margin-bottom: 6px;
}
.form .new-col .z-label,
.form .new-col .z-a {
  margin-bottom: 4px;
  display: inline-table;
}
.form .new-col .glyphicon {
  padding: 0 5px;
}
.form .glyphicon {
  padding-bottom: 3px;
}
.form .glyphicon span {
  vertical-align: middle;
  margin-left: 5px;
}
.page {
  min-height: 100%;
  position: relative;
  background: #fcfcfc;
}
.page .content {
  width: calc(100% - 180px);
  min-width: 810px;
  height: 100%;
  margin-left: 180px;
  background: #fcfcfc;
  margin-top: 50px;
}
.page .content .z-tabbox {
  height: 100%;
  margin-left: -1px;
}
.page .content .z-tabbox .z-tabs {
  background-color: #f1f1f1;
}
.page .content .z-tabbox .z-tabpanels {
  height: 100%;
}
.page .content .z-tabbox .z-tabpanels .z-tabpanel {
  border: none;
  height: 100%;
  padding: 0;
}
.page .content .z-tabbox .barra-ferramentas {
  border-bottom: 1px solid #f2f2f2;
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.page .content .z-tabbox .barra-ferramentas ul.nav-pills li {
  margin-left: 0;
}
.page .content .z-tabbox .barra-ferramentas ul.nav-pills li a {
  background: #fcfcfc;
  padding: 35px 5px 10px;
  color: #4D4D4D;
  text-align: center;
  transition: all 0.3s ease;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-right: 2px;
}
.page .content .z-tabbox .barra-ferramentas ul.nav-pills li a:hover {
  color: #46addd;
  border-bottom: 2px solid #46addd;
}
.page .content .z-tabbox .barra-ferramentas ul.nav-pills li a .glyphicon {
  float: left;
  margin-right: 10px;
  margin-top: -40px;
  font-size: 15px;
  text-align: center;
  width: 100%;
}
.page .content .form {
  padding: 0 15px 10px 15px;
  min-width: 855px;
}
.page .content .form .include-header {
  border-bottom: 1px dotted #E2E2E2;
  text-align: left;
  padding: 10px 0;
}
.page .content .form .include-header h1 {
  font-size: 35px;
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
  border-right: 1px dotted #E0E0E0;
  margin-right: 20px;
  padding-right: 20px;
  font-weight: normal;
  color: #CFCFCF;
  display: inline;
}
.page .content .form .include-header > div {
  display: inline-block;
}
.page .content .form .include-header .barra-ferramentas {
  border: none;
}
.page .content .form .include-header .barra-ferramentas a {
  color: #4D4D4D;
  vertical-align: super;
  padding-right: 10px;
}
.page .content .form .include-header .barra-ferramentas a span {
  text-decoration: none;
  font-size: 12px !important;
}
.page .content .form .include-header .barra-ferramentas a:hover {
  color: #46addd;
}
.page .content .form .include-padding {
  padding: 30px 0;
}
.page .content .form .menubar {
  float: left;
  margin-right: 2px;
  margin-top: 7px;
}
.page .content .form .new-col input:not([type='checkbox']),
.page .content .form .new-col .z-combobox,
.page .content .form .new-col i {
  height: 25px;
}
.page .content .form .new-col .z-combobox {
  padding: 0;
  border: none;
}
.page .content .form .new-col .z-combobox-inp {
  width: 85%;
}
.page .content .form .new-col i.z-combobox {
  box-shadow: none;
}
.page .content .form input[type='checkbox'] {
  float: left;
  margin-top: 2px;
}
.page .content .form .z-checkbox-cnt {
  margin-left: 5px;
  margin-right: 10px;
}
.page .content .form .form {
  padding: 0;
}
.page .content .form .form a {
  margin-right: 5px;
  margin-top: 15px;
}
.page .z-window-embedded-cnt-noborder {
  height: 100%;
}
.box {
  float: left;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 15px;
  margin: 10px 10px;
  box-shadow: 1px 1px 2px #D5D5D5;
  background: #FFF;
  max-width: 98%;
}
.box span {
  margin-right: 10px;
}
.box > p {
  border-bottom: 1px solid #EEE;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-size: 15px;
  color: #444;
}
.box .box-content {
  width: 100%;
  margin-left: 0;
  height: 90%;
  overflow: auto;
  background: #FFF;
}
.box canvas {
  margin: 10px auto;
  display: block;
}
.menudrop {
  min-width: 100px;
  background-color: #FFF;
  float: right;
  margin-top: 3px;
}
.menudrop a {
  display: block;
  text-align: center;
  padding: 10px 40px;
}
.form.form-add-sistema {
  height: 160px;
}
.form.form-add-sistema a {
  background: none !important;
}
.form.form-add-sistema a:hover {
  text-decoration: underline !important;
}
.form.form-add-sistema a span {
  margin-left: 5px;
}
.doughnut-legend {
  list-style-type: none;
  margin-left: auto;
  display: table;
  margin-right: auto;
  padding: 0;
}
.doughnut-legend li span {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.bar-legend {
  list-style-type: none;
}
.bar-legend li {
  display: inline;
}
.bar-legend li span {
  display: inline-block;
  height: 10px;
  width: 30px;
  border: 1px solid #8D8D8D;
  margin-left: 10px;
}
.tooltiptext .z-popup-cl {
  border: none;
  background: #3B3B3B;
}
.tooltiptext .z-popup-cl .z-popup-cnt {
  padding: 10px;
}
.tooltiptext .z-popup-cl .z-popup-cnt span {
  color: #FFF;
}
/* Estilo tela senha de liberacao */
.block-scr {
  background-color: rgba(0, 0, 0, 0.61);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  margin-left: -5px;
}
.box-lib {
  height: 301px;
  width: 537px;
  top: 30%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #F0F0F0;
  box-shadow: 0px 0px 10px rgba(54, 54, 54, 0.65);
  color: #ABABAB;
}
.box-lib .locked {
  background-image: url("../../compartilhado/img/icones-geral/portal/locked.png");
  background-repeat: no-repeat;
  height: 301px;
  width: 125px;
  float: left;
}
.box-lib .lib-body {
  margin-top: 10%;
  float: right;
  display: block;
  width: 309px;
  height: 125px;
  margin-right: 6%;
}
.box-lib .lib-body .tt {
  font-size: 33px;
}
.box-lib .lib-body input {
  height: 31px;
  border: 1px solid #D3D3D3;
  color: #8D8D8D;
  text-transform: uppercase;
  font-size: 14px;
  width: 295px;
  border-radius: 7px;
  margin-top: 7px;
  padding-left: 6px;
}
.box-lib .lib-body .lib-senha {
  margin-top: 17px;
}
.box-lib .lib-body .lib-senha span {
  padding-left: 3px;
  font-size: 15px;
}
.box-lib .mensagem-erro {
  position: absolute;
  width: 120px;
  top: 45%;
  left: 94%;
  float: right;
  padding: 10px;
  border-radius: 7px;
}
.box-lib .mensagem-erro span {
  font-weight: 700;
  margin-left: 10px;
}
.lib-bt {
  float: right;
  margin-right: 2px;
  margin-top: 13px;
}
.lib-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 7%;
  margin-bottom: 5px;
}
.lib-footer span {
  font-size: 11px;
}
/* Fim estilo liberacao */
.accordion {
  transition: height .4s;
}
.hide-accordion {
  height: 0 !important;
  overflow: hidden;
  transition: height .4s;
}
.ocultar {
  height: 0;
  visibility: hidden;
  transition: height .7s, visibility .4s;
}
/*
 * @section Mensagem
 */
.mensagem {
  width: 350px;
  border-radius: 6px;
  float: right;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  opacity: 0;
  right: 0;
  z-index: 100;
  position: fixed;
  margin-right: 17px;
  margin-top: 20px;
}
.z-window-modal-cnt .mensagem,
.z-window-overlapped-cnt .mensagem {
  max-width: 371px;
  z-index: 9999;
  position: absolute !important;
}
.z-window-modal .mensagem {
  margin-right: 20%;
}
.mostrar-mensagem {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  visibility: visible;
}
.esconder-mensagem {
  opacity: 0;
  visibility: hidden;
}
.mensagem-sucesso {
  border: 1px solid #a6ca8a;
  background-color: #e9ffd9;
  color: #468847;
}
.mensagem-erro {
  color: #B94A48;
  background-color: #FFC8C8;
  border: 1px solid #B94A48;
}
.mensagem-alerta {
  color: #AC8B08;
  background-color: #FFFCBB;
  border: 1px solid #C9B318;
}
.mensagem-informacao {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #3a87ad;
  /* CORRIGIR A COR */
}
.imagemMensagem {
  background-repeat: no-repeat;
  position: absolute;
  height: 22px;
  width: 28px;
  margin-left: -38px;
  margin-top: 4px;
}
.iconSucesso {
  background-image: url(../img/messagebar/iconSucesso.png);
}
.iconErro {
  background-image: url(../img/messagebar/iconErro.png);
}
.iconAlerta {
  background-image: url(../img/messagebar/iconAlerta.png);
}
.iconInformacao {
  background-image: url(../img/messagebar/iconInformacao.png);
}
/*
 * Personalizando componentes do ZK
 * window Modal 
 */
/*
  * Alterando inputs
  */
#shadow-input {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#shadow-input-focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.z-datebox,
.form-control.z-combobox,
.form-control.z-bandbox {
  padding: 0;
  padding-right: 15px;
  border: none;
}
.form-control.z-datebox.z-datebox-focus .z-datebox-btn,
.form-control.z-combobox.z-datebox-focus .z-datebox-btn,
.form-control.z-bandbox.z-datebox-focus .z-datebox-btn,
.form-control.z-datebox .z-datebox-inp:focus,
.form-control.z-combobox .z-datebox-inp:focus,
.form-control.z-bandbox .z-datebox-inp:focus,
.form-control.z-datebox.z-combobox-focus .z-combobox-btn,
.form-control.z-combobox.z-combobox-focus .z-combobox-btn,
.form-control.z-bandbox.z-combobox-focus .z-combobox-btn,
.form-control.z-datebox .z-combobox-inp:focus,
.form-control.z-combobox .z-combobox-inp:focus,
.form-control.z-bandbox .z-combobox-inp:focus,
.form-control.z-datebox.z-bandbox-focus .z-bandbox-btn,
.form-control.z-combobox.z-bandbox-focus .z-bandbox-btn,
.form-control.z-bandbox.z-bandbox-focus .z-bandbox-btn,
.form-control.z-datebox .z-bandbox-inp:focus,
.form-control.z-combobox .z-bandbox-inp:focus,
.form-control.z-bandbox .z-bandbox-inp:focus {
  border-color: #66AFE9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.z-datebox .z-datebox-btn.z-datebox-btn-over,
.form-control.z-combobox .z-datebox-btn.z-datebox-btn-over,
.form-control.z-bandbox .z-datebox-btn.z-datebox-btn-over,
.form-control.z-datebox .z-combobox-btn.z-combobox-btn-over,
.form-control.z-combobox .z-combobox-btn.z-combobox-btn-over,
.form-control.z-bandbox .z-combobox-btn.z-combobox-btn-over,
.form-control.z-datebox .z-bandbox-btn.z-bandbox-btn-over,
.form-control.z-combobox .z-bandbox-btn.z-bandbox-btn-over,
.form-control.z-bandbox .z-bandbox-btn.z-bandbox-btn-over {
  border: 1px solid #CCC;
  background-position-y: -1px;
}
.form-control.z-datebox .z-datebox-inp,
.form-control.z-combobox .z-datebox-inp,
.form-control.z-bandbox .z-datebox-inp,
.form-control.z-datebox .z-combobox-inp,
.form-control.z-combobox .z-combobox-inp,
.form-control.z-bandbox .z-combobox-inp,
.form-control.z-datebox .z-bandbox-inp,
.form-control.z-combobox .z-bandbox-inp,
.form-control.z-bandbox .z-bandbox-inp {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.z-loading {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  border: none;
}
.z-loading .z-loading-indicator {
  border: none;
  background: none;
  top: 40%;
  left: 40%;
  position: absolute;
  color: #CECCCC;
  line-height: 28px;
}
.z-loading .z-loading-indicator .z-loading-icon {
  width: 120px;
  height: 27px;
  background-image: url(../img/loader.gif);
  margin-right: -25px;
  background-size: 100px;
}
.z-modal-mask {
  background: #000;
}
.z-window-modal,
.z-window-highlighted {
  border-radius: 0;
  -webkit-border-radius: 0;
  border: none;
  -webkit-box-shadow: 1px 1px 15px #000;
  box-shadow: 1px 1px 15px #000;
  cursor: default;
}
.z-window-modal-tl,
.z-window-highlighted-tl {
  height: 0;
}
.z-window-modal-hl,
.z-window-highlighted-hl {
  background-image: none;
  padding-left: 0;
}
.z-window-modal-hr,
.z-window-highlighted-hr {
  background-image: none;
  padding-right: 0;
}
.z-window-modal-hm,
.z-window-highlighted-hm,
.z-window-modal-tr,
.z-window-highlighted-tr {
  background-image: none;
}
.z-window-modal-header,
.z-window-highlighted-header {
  text-align: center;
  padding: 12px 5px;
  cursor: default;
  color: #FFF;
  text-shadow: 0px 1px #000;
  background-color: #46addd;
  border-bottom: 1px solid #35a5da;
}
.z-window-modal-close,
.z-window-highlighted-close {
  margin-top: 2px;
  background: url(../img/glyphiconsWhite.png);
  background-position: 185px 0px;
}
.z-window-modal-close:hover,
.z-window-highlighted-close:hover {
  opacity: .7;
}
.z-window-modal-max,
.z-window-highlighted-max {
  margin-top: 2px;
  background: url(../img/glyphiconsWhite.png);
  background-position: 21px -1px;
}
.z-window-modal-maxd,
.z-window-highlighted-maxd {
  margin-top: 2px;
  background: url(../img/glyphiconsWhite.png) !important;
  background-position: 21px -23px !important;
}
.z-window-modal-cl,
.z-window-highlighted-cl {
  padding-left: 0;
  background: none;
}
.z-window-modal-cr,
.z-window-highlighted-cr {
  padding-right: 0;
  background: none;
}
.z-window-modal-cm,
.z-window-highlighted-cm {
  border: none;
  background: none;
}
.z-window-modal-bl,
.z-window-highlighted-bl {
  height: 0;
}
.z-msgbox-question {
  background-image: url(../img/icones-geral/question-btn.png);
}
tr.z-listitem-seld {
  background: #E9E9E9 !important;
}
.z-window-modal .form {
  margin-left: 5px;
  margin-bottom: 10px;
}
.z-window-modal-cnt-noborder {
  height: 95%;
  overflow: auto;
}
.z-menu-popup-cnt .z-menu-separator-inner {
  background-color: #FFF;
  border-bottom: none;
  display: block;
  font-size: 1px;
  line-height: 1px;
  margin: 0;
  width: auto;
  position: relative;
  left: 0;
  margin-right: 0;
  height: 1px;
}
/*
 * Alterando a listbox
 */
div.z-listbox {
  background: none;
  border: none;
  margin-top: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0);
}
div.z-listbox div.z-listbox-pgi-b {
  border-top: none;
}
div.z-listbox-header tr.z-listhead {
  background: none;
  background-color: #fff;
}
div.z-listbox-header th.z-listheader {
  border: none;
  vertical-align: bottom;
  border-bottom: 1px solid #DDD;
}
div.z-listbox-header th.z-listheader-sort-over {
  background: none;
}
div.z-listbox-header tr.z-auxhead {
  background: none;
}
div.z-listbox-header tr.z-auxhead .z-auxheader {
  padding: 10px 20px 5px 0px;
  border: none;
}
div.z-listbox-header tr.z-auxhead .z-auxheader input {
  width: 100%;
}
div.z-listbox-header tr.z-auxhead .z-auxheader .z-combobox {
  padding-right: 20px;
}
div.z-listbox-header tr.z-auxhead .z-auxheader .z-combobox .z-combobox-inp,
div.z-listbox-header tr.z-auxhead .z-auxheader .z-combobox .z-combobox-btn {
  height: 23px;
}
div.z-listheader-cnt {
  color: #818181;
}
div.z-listbox-body .z-listcell {
  cursor: default;
  border-bottom: 1px solid #DDD;
  padding-left: 1px;
}
div.z-listcell-cnt {
  font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #818181;
  padding: 3px;
}
tr.z-listbox-odd {
  background: #F9F9F9;
}
tr.z-listitem-over {
  background: #F5F5F5;
}
tr.z-listitem-seld {
  background: #F1F1F1 !important;
}
.z-listheader-sort-asc .z-listheader-sort-img {
  background-position: 0 0;
  margin-top: 7px;
  left: 90%;
}
.z-listheader-sort-dsc .z-listheader-sort-img {
  background-position: 0 -5px;
  margin-top: 7px;
  left: 90%;
}
tr.z-listitem a,
.icon {
  color: #1993A9 !important;
  font-weight: bold;
  text-decoration: none;
}
div.z-listbox .z-paging,
.z-paging {
  border-color: #E2E2E2;
  padding: 3px 2px 3px 0px;
  background: #FFF;
  margin-bottom: 11px;
  margin-top: 2px;
}
.z-button .z-button-tl,
.z-button .z-button-tm,
.z-button .z-button-tr,
.z-button .z-button-cl,
.z-button .z-button-cm,
.z-button .z-button-cr,
.z-button .z-button-bl,
.z-button .z-button-bm,
.z-button .z-button-br {
  background: none;
}
/*
 * Alterando Calendario (Datebox)
 */
.z-datebox-pp {
  padding: 0;
  border-radius: 0;
  border-color: #EAEAEA;
  box-shadow: 2px 3px 10px #E0E0E0;
}
.z-datebox-pp .z-calendar {
  padding: 0;
}
.z-datebox-pp .z-calendar .z-calendar-calctrl {
  background: #46addd;
  height: 40px;
}
.z-datebox-pp .z-calendar .z-calendar-calctrl .z-calendar-title .z-calendar-ctrler {
  color: #FFF;
}
.z-datebox-pp .z-calendar .z-calendar-tdl,
.z-datebox-pp .z-calendar .z-calendar-tdr {
  padding: 20px;
  background: #46addd;
}
.z-datebox-pp .z-calendar .z-calendar-tdl .z-calendar-left-icon,
.z-datebox-pp .z-calendar .z-calendar-tdr .z-calendar-left-icon,
.z-datebox-pp .z-calendar .z-calendar-tdl .z-calendar-right-icon,
.z-datebox-pp .z-calendar .z-calendar-tdr .z-calendar-right-icon {
  margin-top: -7px;
  border-right-color: #FFF;
  border-left-color: #FFF;
  border-top-color: #46addd;
  border-bottom-color: #46addd;
}
.z-datebox-pp .z-calendar .z-calendar-calday .z-calendar-caldow {
  border-bottom: 1px solid #F1F1F1;
}
.z-datebox-pp .z-calendar .z-calendar-calday .z-calendar-caldow .z-weekend {
  color: #B1B1B1;
}
.z-datebox-pp .z-calendar .z-calendar-calday .z-calendar-wkend {
  background: #FFF;
}
.z-datebox-pp .z-calendar .z-calendar-calday .z-calendar-wkend .z-outside {
  color: #D8D8D8;
}
.z-datebox-pp .z-calendar .z-calendar-caldayrow .z-calendar-over {
  background: #F1F1F1;
  border-radius: 0;
  text-shadow: 0 0 0 #FFF;
  color: #46addd;
}
.z-datebox-pp .z-calendar .z-calendar-calday td.z-calendar-seld {
  background: #46addd;
  border-radius: 0;
  border: none;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  color: #FFF;
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
