/* time picker */
.bootstrap-timepicker-widget.dropdown-menu {
   -webkit-transform: scale(1, 1);
   transform: scale(1, 1);
   -webkit-transition: 0s;
   transition: 0s;
   padding: 6px;
   z-index: 99999999 !important;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
   border-bottom-color: #ebebeb
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
   border-top-color: #ebebeb
}

.bootstrap-timepicker-widget table td input {
   border-radius: 2px;
   border: 1px solid #ebebeb;
   font-size: 14px;
   height: 29px;
   width: 29px;
   line-height: 29px
}

.bootstrap-timepicker-widget table td input:focus {
   outline: none
}

.bootstrap-timepicker-widget table td a {
   color: #8b95a5;
   height: 29px;
   width: 29px;
   line-height: 29px;
   padding: 0
}

.bootstrap-timepicker-widget table td a:hover {
   background-color: #fcfdfe;
   border-color: #ebebeb;
   border-radius: 2px
}


.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
   font-family: 'Fontello';
   content: '\e835';
}

.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
   font-family: 'Fontello';
   content: "\e828";
}

#quote h1 {
   font-size: 52px;
   line-height: 49px;
}

.form-container {
   border: 8px solid #f1f5f6;
   border-top: 0;
   padding: 20px;
 }