select.vehicle-select {
  margin-bottom: 1em;
}

textarea#service-notes {
  width: 100%;
  border-radius: 4px;
  resize: none;
}

.date-picker,
.date-container {
    position: relative;
    display: inline-block;
    width: 100%;
    color: rgb(75, 77, 78);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.date-container {
    padding: 0px 40px;
}

.date-picker h2, .date-picker h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
}

.date-container{
    text-align: center;
}
.date-picker span.fa {
    position: absolute;
    cursor: pointer;
}
.date-picker span.fa[data-method="subtract"] {
    left: 0px;
}
.date-picker span.fa[data-method="add"] {
    right: 0px;
}


@media (min-width: 768px) and (max-width: 1010px) {
    .date-picker h2{
        font-size: 1.5em;
        font-weight: 400;
    }
    .date-picker h4 {
        font-size: 1.1em;
    }
    .date-picker span.fa {
        font-size: 3em;
    }
}

.left {
    margin-top: -12px;
    position: absolute;
    left: 0px;
    cursor: pointer;
}

.right {
    margin-top: -12px;
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.text-white {
    color: #f7f7f7;
}

.ua {
    background-color: #d3d3d3;
    color: #808080;
}

.av {
    background-color: #006699;
    color: #fff;
}


.agenda {  }

/* Dates */
.agenda .agenda-date {
    width: 100%;
    color: #333;
}

.agenda .agenda-date .dayofmonth {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    float: left;
    text-align: center;
}

.agenda .agenda-date .dayofweek {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    float: left;
    text-align: center;
}

.agenda .agenda-date .shortdate {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    float: left;
    text-align: center;
}


/* Times */
.agenda .agenda-time {
    width: 140px;
}

}

.table-responsive {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid #428BCA;
}

.table-responsive-org {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    border: 1px solid #FF6600;
}

th.otherdays {
    background-color: #428BCA;
    color: #fff;
}
th.todayhighlight {
    background-color: #FF6600;
    color: #fff;
}

.calendar-text {
    padding-top: 3px;
}

.cal-day {
    display: block;
    font-size: 12px;
    padding-top: 22px;
}

.cal-month {
    display: block;
    font-size: 12px;
    line-height: 12px;
}

.calendar {
    margin-bottom: 0;
    border: 0;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}


select, ul.scroll-list {
max-height: 200px !important;
overflow-y: scroll !important;
border: 2px solid #428bca;

}

ul.scroll-list {
list-style-type: none;
margin: 0;
padding: 5px;
}

li.list-items {
margin: 0;
padding: 1px;
}

li.next a {
  color:white;
  font-weight:bold;
  background-color:#FFBC64;
}

label.list-label {
display: block;
color: WindowText;
background-color: Window;
margin: 0;
padding: 0;
width: 100%; }

label:hover.list-label {
background-color: #FFBC64;
color: HighlightText;
}

.panel-heading a:after {
    font-family:'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: grey;
}
.panel-heading a.collapsed:after {
    content:"\e080";
}

.pkg-price {
	margin-left:40px;
	font-weight: bolder;
	font-size: 22px;
	color: #428bca;
}
.tax {
	font-weight: bolder;
	font-size: 10px;
	color: #428bca;
}
.insp-title{
	font-weight: bolder;
}
.insp-items {
	font-size: 10px;
	color: #4D4E50;
}
.package-alert{
	font-size: 11px;
	color: #408D0D;

}
.scroll-arrows{
	float:right;
	height:100px;
	width:30px;
	padding-top:14px;
	}
.scroll-spacer {
	height:75px;
	}

/* Transportation Radio */
.rad-label {
  display: flex;
  align-items: center;

  border-radius: 100px;
  margin: 5px 0;

  cursor: pointer;
  transition: .3s;
}

.rad-label:hover,
.rad-label:focus-within {
  background: hsla(0, 0%, 80%, .14);
}

.rad-input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  z-index: -1;
}

.rad-design {
  width: 22px;
  height: 22px;
  border-radius: 100px;

  background: #428bca;
  position: relative;
}

.rad-design::before {
  content: '';

  display: inline-block;
  width: inherit;
  height: inherit;
  border-radius: inherit;

  background: hsl(0, 0%, 90%);
  transform: scale(1.1);
  transition: .3s;
}

.rad-input:checked+.rad-design::before {
  transform: scale(0);
}

.rad-text {
  color: hsl(0, 0%, 60%);
  margin-left: 14px;
  font-size: 15px;

  transition: .3s;
}

.rad-input:checked~.rad-text {
  color: hsl(0, 0%, 40%);
}

/* Review Table */
.appt-verify tr {
  height:80px;
}

/* Review Icon Styling */
  .circle-icon {
      background: #d0e2f1;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      text-align: center;
      vertical-align: middle;
      padding: 10px;
  }
