/**
  * bootstrap-switch - Turn checkboxes and radio buttons into toggle switches.
  *
  * @version v3.3.4
  * @homepage https://bttstrp.github.io/bootstrap-switch
  * @author Mattia Larentis <mattia@larentis.eu> (http://larentis.eu)
  * @license Apache-2.0
  */

.sidebar-menu > li.active > a > span:nth-child(1) {
    color: #37bc9b !important;
}
.sub-nav > li:hover a > span {
    color: #37bc9b !important;
}
.sidebar-menu > li > ul > li.active > a > span:nth-child(1), .sidebar-menu > li > ul > li > a.menu-open > span:nth-child(1) {
    color: #37bc9b !important;
}
.sidebar-menu > li > ul > li.active > a:after, .sidebar-menu > li > ul > li > a.menu-open:after {
    background: #37bc9b !important;
}   

/* /* Sub-Menu Item - Border Color:hover */
.sidebar-menu > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li:focus > a:after {
  background: #37bc9b !important;
} */

.admin-form.theme-primary .section-divider span, .admin-form.theme-primary .tagline span, .admin-form.theme-primary .theme-link {
    color: #37bc9b !important;
}

.tab-block .tabs-border.nav-tabs > li.active > a {
    margin-top: -1px;
    border-top: 2px solid #37bc9b !important;
}

::placeholder{
	color: #B8B8B8 !important;
}
::-webkit-input-placeholder {
	color: #B8B8B8 !important;
} 
::-moz-placeholder {
	color: #B8B8B8 !important;
}
input[type=date]:invalid::-webkit-datetime-edit {
	color: #B8B8B8 !important;
}
.gui-input::placeholder {
	color: #B8B8B8 !important;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
*/