/* CSS para customizações externas de acordo com o cliente. */

.login-page {
  width: 100%;
  height: 100%;
  padding: 8% 0 0;
  margin: 0;
  background-color: #005826;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;    
}


#_header .logo {
  width: 180px;
  height: 51px;
  background-image: url(../img/logo_branca.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  z-index: 9;
}

.item_login {
	border-width: 0px;
    border-bottom-color: #005826 !important;
    border-bottom-width: 2px;
    border-color: #ddd;
    background-color: #fff;
    color: #005826;
    position: relative;
    z-index: 2;    
    margin: -1px;
    padding: 16px;
    border-style: solid;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;    
}

.bar.bar-stable {
    border-color: #666666;
    background-color: #005826;
    background-image: linear-gradient(0deg, #b2b2b2, #b2b2b2 50%, transparent 50%);
    color: #444;
}

.fundo-cor2 {
    background: #00A651;
}


.item-divider {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 30px;
    background-color: #00A651;
    color: #005826;
    font-weight: 500;
}

.item.item-calm {
    border-color: #00A651;
    background-color: #00A651;
    color: #fff;
}

.item-select.item-calm select {
    background: #00A651;
    color: #fff;
}


.i-boletim-table-header th {
    background: #00A651;
    color: #FFF;
    font: 14px 'Gotham HTF Bold';
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    white-space: nowrap;
}


.ui-widget-header {
    border: 1px solid #bccee4;
    background: #00A651;
    color: #eaf5f7;
    font-weight: bold;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #bccee4;
    background: #00A651;
    font-weight: normal;
    color: #ffffff;
}


.item.item-positive {
    border-color: #00A651;
    background-color: #00A651;
    color: #fff;
}

.item-select.item-calm select {
    background: #005826;
    color: #fff;
}

.item {
    color: #26a721;   
}

.button.button-positive {
    border-color: transparent;
    background-color: #005826;
    color: #fff;
}

.button.button-positive {
    border-color: transparent;
    background-color: #005826;
    color: #fff;
}

.button.button-positive.button-clear {
    border-color: transparent;
    background: none;
    box-shadow: none;
    color: #005826;
}

.placeholder-icon {
    color: #005826;
}

.i-content-table-row td.td-more:before {
	background: #4CAF50;
	content: '';
	display: block;
	height: 11px;
	position: absolute;
	right: 0;
	top: 0;
	width: 11px
}

.side-menu-marca {
  background-size: auto;
  background-color: #006C4C;
}

.item-novo {
  background: #006C4C;
}

.menu-azul-bg {
  background: #006C4C;
}

.new_navigation-item .new_navigation-item--link:hover, .new_navigation-item--link.active {
  background-color: #00A651 !important;
  border-color: #FFF;
}

.new_navigation-item .submenu {
  background: #005826 !important;
}

.item-novo:hover {
  background: #00A651 !important;
  color: #26a721 !important;
}

.toggle-left-side-bar-image{
  background-image: url(../img/img_usuario.png);
}