ul.nav {

    display: block !important;
}
.navbar-nav {

    display: inline !important ;
    font-size: 1.4em; 

}

nav.navbar {
    padding-bottom: 0 !important;
}

.planner {
    padding-bottom: 30px;
}

#footer-top {
    font-size: 1.4em !important;
}

#footer-top h3 {
    font-size: 1.6em;
    margin-top: 12px;
}

mark {
    color: #89d700 !important;
    background-color: transparent !important;
    font-weight: 600 !important;

}

.btn-date-primary {
    z-index: 0;
 }
 
 .ReactModal__Content {
     height: 330px !important;
 }
 
 #rc-anchor-container {
     align-items: center;
 }
 
 .dropdown-menu {
 
     top: 50px !important ;
     font-size: 1.1em !important;
 
 }

 #header-top a {
     font-size: 1.4em !important;
 }

 .toast {
     font-size: 3em !important;
     min-width: 40% !important;
 }

 .ReactModal__Overlay {
     z-index: 20;
 }

 .react-datepicker-wrapper input {
    font-size: 14px !important;
 }

 .planner-select {
    font-size: 14px !important;
}

.planner-select, .alert-planner {
    font-size: 14px !important;
}

nav.navbar-default {
    padding-top: 0px !important;
}


.toast {
    font-size: 3em !important;
    min-width: 40% !important;
}

.ReactModal__Overlay {
    z-index: 20;
}

.react-datepicker-wrapper input {
   font-size: 14px !important;
   height: 2.4em !important;
}

select:before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(90deg, rgba(255,255,255,1) 92%, rgba(137,215,0,1) 92%, rgba(137,215,0,1) 100%);
  }

  select {
      background-color: rgba(0, 0, 0, 0) !important;
      background: url('/static/design2016/img/option-arrow.png') !important;
      background-position: right top !important;
      background-repeat: no-repeat !important;
      background-size: 2.4em !important;
    }

#exampleCheck1 {
    position: relative;
    left: -5px;
}

.button-pricing {
    padding: 6px !important;
    text-align: center;
    font-size: 14px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

