.bg-cycro-color {
	background-color: #e9f7bb;
}

div.stripedRows > div:nth-of-type(odd){
	background-color: rgba(0,0,0,.05);
}

select option:disabled {
	background-color: lightgrey;
}

input.noArrow.form-control {
	-webkit-appearance: none;
	-moz-appearance: textfield;
    -webkit-inner-spin-button, 
    -webkit-outer-spin-button { 
      -webkit-appearance: none;
      margin: 0; 
    }
}
