@import url('../../bower_components/zeedhi-frontend/assets/css/styles/styles-pebbian.css');
.splash {
  background: url(../images/splash.svg) no-repeat center center #558854 !important;
}
.navbar-default .navbar-toggle .icon-logo {
  background: url(../images/favicon.png) no-repeat center center !important;
}

.zh-business-color-footer-menu {
    background-image: none !important;
}

*:not(input):not(textarea) {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

/* Remove white color on the menu search - Init */
input.zh-input-search-menu {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-width: 0 0 1px 0;
    padding: 3px 25px 3px 6px;
    width: 100%;
    color: #cccccc;
    font-size: 1.5em;
}

.zh-container-search-menu::before, .zh-container-search-menu::after {
    content: '';
    height: 7px;
    width: 0px;
    border-right: solid 1px #ffffff;
    position: absolute;
    top: 20px;
}
.zh-container-search-menu::before {
    left: 0;
}
.zh-container-search-menu::after {
    right: 0;
}

.zh-container-search-menu .clear-button > svg * {
    fill: #ffffff;
}
/*Remove white color on the menu search - End */

.zh-business-color-footer-menu {
    background: #67a965;
    border-right: solid 2px #558854;
}

.zh-scheduler .zh-icon svg * {
	fill: #67a965 !important;
}

.zh-icon-calendar .calendar .day.grid .week .day div.today {
	background-color: #67a965 !important;
}

.zh-icon-calendar nav.calendar-navigation .week-days .day.highlighted,
.zh-icon-calendar .calendar .day.grid .week .day.has-events {
	color: #67a965 !important;
}

.zh-scheduler div.current-week div.days div.day div.content.selected {
    color: #67a965 !important;
}

td .grid-align-right {
    text-align: right !important;
}

.zh-chart-title, .zh-chart-subtitle {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #666666;
  font-family: "open_sanslight", sans-serif;
  font-size: 1.4em;
  position: unset;
  left: 0;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zh-chart-container {
	overflow: hidden;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
.hideCheckBoxPai .grid-checkbox-column{
visibility:hidden!important;
}

.showCheckBoxFilho .grid-checkbox-column{
visibility:visible !important;
}

.row-cinza > .td > span {
    color: #b8babc;
}

.row-verde > .td > span {
    color: #059b01;
}

.row-vermelho > .td > span {
    color: #dd0202;
}

.row-vermelho-2 > .td > span {
    color: #dd0202;
}

.hideCheckBoxCanc .grid-checkbox-column{
visibility:hidden;
}

.hideCheckBoxFat .grid-checkbox-column{
visibility:hidden;
}