.state-text {
  font-family: 'DigitalClock';
  font-size: 20px;
  color: #006F9E;
  padding-top: 50px; }

@media (max-width: 1366px) {
  .state-text {
    padding-top: 70px; } }

.selected_option {
  background-color: #006f9e !important;
  color: #FFFFFF !important; }

.not-selected-option {
  background-color: #F4F4F4 !important; }

.not-selected-option:hover {
  background-color: #F4F4F4 !important; }

.stateControl .md-button:not([disabled]).md-raised:active, .stateControl .md-button:not([disabled]).md-fab:active {
  box-shadow: none; }

.stateControl .md-button.md-raised:not([disabled]) {
  box-shadow: none; }

.stateControl .md-button:not([disabled]).md-raised:active:hover {
  background-color: #F4F4F4; }
