.routes-actions .btn {
    margin-top: 10px;
    margin-right: 10px;
}

.routes-actions ul {
    float: right;
}

.routes-actions {
    text-align: right;
}

.routes-actions .sparkline {
    display: none;
}

.routes-actions h5 {
    text-align: right;
}

.dataTables_filter .input-group-addon {
    height: 30px;
}


.col-md-2.fare-units {
    line-height: 30px;
    padding-left: 0px;
}

label input[type=checkbox].checkbox:checked+span {
    font-weight: inherit;
}

div.nowrap {
    white-space: nowrap;
}

input.form-control[readonly] {
    border: none;
}

input.form-control.currency.bold {
    font-weight: 700;
    border:  none;
    /* border-bottom: 2px solid; */
    border-top: 2px solid;
}



label.col-md-4.control-label.bold {
    font-weight:  700;
}

input.form-control:focus {
    outline: 3px solid #66afe9 !important;
}

.form-control.select2-container.focus {
    outline:  3px solid #66afe9 !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
/*     border: 1px solid #5897fb; */
    outline: 3px solid #66afe9;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #66afe9;
    border-top-color: transparent;
}


.select2-drop-active {
    border: 1px solid #66afe9;
    border-top: none;
}

.select2-search:before {
    content: none;
}

.form-horizontal #edit-preapprovedrides .control-label {
    text-align: left;
}

.preapproved-div {
    border: 1px solid #ddd;
    margin: 10px 0 0;
}
.preapproved-div .locationTitle {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    background: #efefef;
}

span.label.label-primary.recurring {
    position: relative;
    top: 4px;
}

/* webkit solution */
/* ::-webkit-input-placeholder { text-align:right; } */
/* mozilla solution */
/* input:-moz-placeholder { text-align:right; } */


.monthly_frequency_recurrence {  
  padding-left: 0.5em;
  padding-right: 0.75em;
  display:inline-block;
  width:40%;
}

.monthly_day_recurrence {
  display:inline-block;
  width:40%;
}

.select2-search-choice-close{    
    font-size: 15px !important; 
    background : none !important;
  padding: 3px 3px 2px 1px !important;
  }
.select2-search-choice-close:before {
   color: #a9a9a9 !important;
}

.volunteerTypes {    
  text-align: center;
}

@media (max-width: 767px) { 
.volunteerTypes {    
  padding-left: 1rem;
  padding-top: 1rem;
}             
}

@media (min-width: 768px) and (max-width: 1020px) { 
.volunteerTypes {    
  padding-left: 2rem;
  padding-top: 1rem;
}             
}

@media (min-width: 1021px) and (max-width: 2300px) { 
.volunteerTypes {    
  padding-left: 17rem;
  padding-top: 5rem;
}             
}

@media (min-width: 2301px){ 
.volunteerTypes {    
  padding-left: 12rem;
  padding-top: 5rem;
}             
}

.highlight-row {
  background-color: #ffc6c4 !important;
}
