﻿@charset "utf-8";
@import url('reset.css');
@import url('http://fonts.googleapis.com/css?family=Open Sans:400,600,700,300');
html {
	overflow-x: hidden;
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	background-color: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
header {
	width: 100%;
	height: 120px;
	min-height: 120px;
	background-color: #ffda00;
	float: left;
	position: fixed;
	display: block;
	z-index: 99;
}
#header-left {
	float: left;
	width: 50%;
}
#header-right {
	float: left;
	width: 50%;
	text-align: right;
	color: #000;
}
#logo {
	/*width: 300px;*/
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 999;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p.num {
	margin-top: 5px;
	font-size: 36px;
}
p.num a {
	color: #000;
	text-decoration: none;
}
p.num a:hover {
	color: #333;
	text-decoration: none;
}
p.sub {
	font-size: 20px;
	margin-top: 30px;
}
.wrap {
	width: 960px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}


/* Push Content down */
.push {
	width: 100%;
	height: auto;
	margin-top: 350px;
	float: left;
	position: relative;
}
.push2 {
	width: 100%;
	margin-top: 166px;
	float: left;
	position: relative;
	height: auto;
}
.push3 {
	width: 100%;
	margin-top: 300px;
	float: left;
	position: relative;
}
/* Other Pages */
#title {
	width: 100%;
	background-color: #333;
	height: 69px;
	float: left;
}
#title h1 {
	color: #fff;
	padding: 22px 0 15px 0;
	font-size: 24px;
	font-weight: 400;
}
article.left {
	width: 70%;
	min-height: 20px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}
article.right {
	width: 70%;
	min-height: 20px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
}
article h2 {
	margin-bottom: 20px;
	font-size: 3vh;
	line-height: 20px;
}
article p {
	line-height: 20px;
	margin-bottom: 10px;
}
aside.left {
	width: 30%;
	min-height: 20px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
}
aside.right {
	width: 30%;
	min-height: 20px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}
aside.left img {
	width: 90%;
	text-align: right;
}
aside.right img {
	width: 90%;
	text-align: right;
}
.fiftypc {
	width: 50%;
	height: auto;
	position: relative;
	float: left;
	min-height: 20px;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: left;
}
/* SECTION ONE */
#section-one {
	width: 100%;
	height: 60%;
	min-height: 60vh;
	background-color: #333;
	background: url('../images/backgrounds/saddleworthbg.jpg') no-repeat left center fixed;*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	float: left;
	position: relative;
}
#section-one h1 {
	text-align: center;
	color: #fff;
	font-size: 6vh;
	font-weight: 400;
	margin-bottom: 2vh;
	line-height: 7vh;
}
#section-one h2 {
	text-align: center;
	color: #fff;
	font-size: 4vh;
	font-weight: 300;
	margin-bottom: 4vh;
	line-height: 5vh;
}
#section-one p {
	text-align: center;
	color: #fff;
	line-height: 4vh;
	font-weight: 400;
}
#section-one-wrap {
	width: 100%;
	height: 100vh;
}
#section-one-top {
	max-width: 960px;
	height: 90%;
	min-height: 90vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#section-one-bottom {
	width: 960px;
	height: 10%;
	min-height: 10vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
/* SECTION TWO */
#section-two {
	height: 100%;
	min-height: 100vh;
	width: 100%;
	background-color: #fff;
	float: left;
	background-image: url('../images/backgrounds/android-booking-app.png');
	background-position: right bottom;
	background-repeat: no-repeat;
}
#section-two h1 {
	text-align: center;
	color: #000;
	font-size: 6vh;
	font-weight: 400;
	margin-bottom: 2vh;
	line-height: 7vh;
text-shadow: 0 0 3px #fff;
}
#section-two h2 {
	text-align: center;
	color: #000;
	font-size: 4vh;
	line-height: 5vh;
	font-weight: 300;
	margin-bottom: 4vh;
text-shadow: 0 0 3px #fff;
-1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}
#section-two p {
	text-align: center;
	color: #000;
	line-height: 4vh;
	margin-bottom: 4vh;
	font-weight: 400;
text-shadow: 0 0 5px #fff;
}
#section-two-wrap {
	width: 100%;
	height: 100vh;
}
#section-two-top {
	max-width: 960px;
	height: 90%;
	min-height: 90vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#section-two-bottom {
	width: 960px;
	height: 10%;
	min-height: 10vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
/* SECTION TWO-CALL */
#section-two-call {
	height: 30%;
	min-height: 10vh;
	width: 100%;
	background-color: #f6871f;
	float: left;
}
.section-two-call-50 {
	width: 50%;
	float: left;
}
#section-two-call h3 {
	text-align: left;
	color: #fff;
	font-size: 1.5vw;
	font-weight: 400;
	margin-bottom: 2vh;
	margin-top: 2vh;
	line-height: 7vh;
}
#section-two-call a {
	text-align: center;
	color: #f6871f;
	line-height: 4vh;
	margin-bottom: 4vh;
	margin-left: 10px;
	font-weight: 400;
	float: right;
	padding: 5px 20px 5px 20px;
	background-color: #fff;
	border: 1px #fff solid;
	text-decoration: none;
	margin-top: 3vh;
	margin-bottom: 3vh;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s; /* ...and now for the proper property */;
	transition: .5s;
border-bottom: solid 2px #d1d1d1;
border-radius: 8px;
}
#section-two-call a:hover {
	background-color: #f6871f;
	border: 1px #fff solid;
	border-bottom: solid 2px #d1d1d1;
	color: #fff;
        border-radius: 8px;
}
/* SECTION THREE */
#section-three {
	height: 100%;
	min-height: 100vh;
	width: 100%;
	background-color: #fff;
	float: left;
}
#section-three h3 {
	text-align: center;
	color: #000;
	font-size: 2vh;
	font-weight: 400;
	margin-bottom: 3vh;
}
#section-three p {
	text-align: center;
	color: #000;
	font-size: 1.5vh;
	font-weight: 300;
	margin-bottom: 3vh;
	margin-left: 3vh;
	margin-right: 3vh;
	line-height: 20px;
}
#section-three-wrap {
	width: 100%;
	height: 100vh;
}
#section-three-top {
	max-width: 960px;
	height: 90%;
	min-height: 90vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#section-three-bottom {
	width: 960px;
	height: 10%;
	min-height: 10vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}
#section-three img {
	width: 11vh;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#section-three span {
	text-align: center;
	width: 100%;
	display: inline-block;
	margin-bottom: 2vh;
}
/* NAVIGATION */
nav {
	margin-top: 120px;
	float: left;
	position: fixed;
	z-index: 99;
}
.nav {
	width : 100%;
	background-color: #f6871f;
}
ul.simple-toggle {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-weight: 400;
	/*text-align: center;*/
}
ul.simple-toggle li {
	display: inline-block;
	text-align: left;
}
ul.simple-toggle li a {
	display: block;
	padding: 15px 10px;
	text-decoration: none;
	color: #000;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s; /* ...and now for the proper property */;
	transition: .5s;
}
ul.simple-toggle li a:hover {
	background-color: #333;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s; /* ...and now for the proper property */;
	transition: .5s;
}

ul.simple-toggle li a.active {
	background-color: #333;
	color: #fff;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s; /* ...and now for the proper property */;
	transition: .5s;
}

.anchor-link {
	display: none;
	padding: 0 1em 0;
	text-align: center;
	padding: 10px 15px;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	float: right;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s; /* ...and now for the proper property */;
	transition: .5s;
}
.anchor-link:hover {
	background-color: #999;
}
#mobile-nav {
	display: none;
}
.play {
	height: 6vh;
}
.jumper {
	height: 4vh;
}
.back-to-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	text-decoration: none;
	font-size: 12px;
	padding: 1em;
	display: none;
}
.back-to-top:hover {
	text-decoration: none;
	z-index: 999;
}
.one-third {
	float: left;
	width: 33.33%;
	padding: 0;
	max-width: 100%;
}
/* FOOTER */
footer {
	width: 100%;
	height: 220px;
	background-color: #333;
	float: left;
	position: relative;
	display: block;
	border-top: 5px #f6871f solid;
	color: #fff;
}
.footer-25 {
	float: left;
	width: 25%;
	padding-top: 30px;
}

.footer-25 li {
	line-height: 22px;
}
.footer-50 {
	float: left;
	width: 50%;
	padding-top: 30px;
}
footer p {
	color: #fff;
	margin-bottom: 10px;
}
footer h4 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 2vh;
}
footer h5 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
}
#footer-bottom {
	width: 100%;
	height: 36px;
	float: left;
	background-color: #000;
	padding-top: 10px;
}
#footer-bottom a {
	color: #fff;
}
#footer-bottom p {
	color: #fff;
	font-size: 10px;
	margin-bottom: 5px;
}
#footer-bottom-left {
	width: 50%;
	float: left;
	text-align: left;
}
#footer-bottom-right {
	width: 50%;
	float: left;
	text-align: right;
}
/* FORM ELIMENTS */
* {
	border: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}


*:focus {
	outline: none;
}
.row {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.center {
	text-align: center;
}
.two-columns {
	width: 50%;
	float: left;
	text-align: left;
	height: auto;
	box-sizing: border-box;
}
input {
	display: block;
	font-family: 'Open Sans';
	border: 1px #999 solid;
	margin: 0 0 10px 0;
	padding: 5px;
	height: 30px;
	width: 90%;
	text-transform: capitalize;
	vertical-align: baseline; *;
	vertical-align: middle;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
input.email {
	text-transform: lowercase;
}
input[type=submit] {
	padding: 15px 25px 15px 25px;
	height: 100%;
	min-width: 120px;
	max-width: 50%;
	text-align: center;
	border: 1px #3667F8 solid;
	text-transform: uppercase;
	color: #fff;
	background-color: #3667F8;
	font-family: 'Open Sans';
	font-weight: 400;
	cursor: pointer;
	font-size: 1.1em;
}
input[type=submit]:hover {
	background-color: #fff;
	border: 1px #3667F8 solid;
	color: #3667F8;
}

.right {
	float: right;
	text-align: left;
}
input:focus {
	border: 1px #0232C2 solid;
	background-color: #f5f5f5;
}
label {
	display: block;
	margin: 20px 0 10px 0;
	width: 90%;
	padding: 0 10px 0px 0px;
	cursor: pointer;
	font-weight: 400;
	text-align: left;
}

textarea {
	resize: none;
	font-family: 'Open Sans';
	height: 235px;
	border: 1px #999 solid;
	margin: 0 auto 20px auto;
	padding: 5px;
	width: 100%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
textarea:focus {
	border: 1px #0232C2 solid;
	background-color: #f5f5f5;
}
.g-recaptcha {
	margin: 0 0 20px 0;
}
select {
	border: 1px #999 solid;
	font-family: 'Open Sans';
	margin: 0 auto 30px auto;
	padding: 5px;
	height: 35px;
	width: 90%;
	line-height: 1;
	color: #000;
	border: 1px #999 solid;
	display: inline-block;
	float: left;
}

select:focus {
	border: 1px #0232C2 solid;
	background-color: #f5f5f5;
}
#farecalc {
	padding: 20px 0 20px 0;
	float: left;
}

#farecalc p {
	font-weight: 300;
	line-height: 20px;
	margin: 0 auto 10px auto;
	width: 90%;
	text-align: center;
}

#farecalc h2 {
	font-size: 1.4em;
	font-weight: 300;
	background-color: #3667F8;
	color: #fff;
	width: 90%;
	padding: 10px 10px 10px 10px;

}

#farecalc h3 {
	font-size: 1.4em;
	font-weight: 300;
	background-color: #3667F8;
	color: #fff;
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0 auto 20px auto;
}


#farecalc h4 {
	font-size: 1.4em;
	font-weight: 300;
	background-color: #FFFF00;
	color: #0232C2;
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin: 20px auto 20px auto;
}

p.fare {
	font-size: 3.8em;
	font-weight: 400;
	margin: 20px 0 20px 0;
	padding: 20px 0 20px 0;
}

p.distance {
	padding: 20px 0 0px 0;
	margin: 0 0 0 0;
}

p.duration {
	padding: 0 0 20px 0;
	margin: 0 0 0 0;
}

p.disclaim {
	font-size: 0.8em;
}

#total p{
line-height: 25px;
}

/* RESPONSIVE CSS */
@media (max-width:48.000em){

#farecalc h2 {
	text-align: center;
	width: 100%;
}

#farecalc h3 {
	text-align: center;
	width: 100%;
}

#farecalc h4 {
	text-align: center;
	width: 100%;
}


.g-recaptcha {
	margin: 0 auto 20px auto;
}

.two-columns {
	width: 100%;
	float: none;
}
.right {
	float: none;
	text-align: left;
	right: 0;
}
input {
	display: block;
	border: 1px #666666 solid;
	margin: 0 auto 0 auto;
	padding: 5px;
	height: 30px;
	width: 90%;
}

input[type=submit] {
	padding: 15px 25px 15px 25px;
	height: 100%;
	min-width: 120px;
	max-width: 90%;
	text-align: center;
	border: 1px #3667F8 solid;
	text-transform: uppercase;
	color: #fff;
	background-color: #3667F8;
	font-family: 'Open Sans';
	font-weight: 400;
	cursor: pointer;
	font-size: 1.1em;
	margin: 0 auto 30px auto;
}

select {
	margin: 0px auto 30px auto;
	display: inline-block;
	text-align: center;
}

label {
	display: block;
	margin: 20px auto 10px auto;
	width: 90%;
	padding: 0 10px 0px 0px;
}
.wrap {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
textarea {
	width: 90%;
	margin: 0 auto 10px auto;
}
header {
	min-height: 150px;
}
#header-left {
	float: none;
	width: 100%;
	text-align: center;
}
#header-right {
	float: none;
	width: 100%;
	text-align: center;
}
#logo {
	height: 60px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
p.sub {
	font-size: 14px;
	margin-top: 0;
}
p.num {
	margin-top: 0px;
	font-size: 20px;
}

p.numtop {
	margin-top: 10px;
}
nav {
	margin-top: 150px;
}
.push {
	width: 100%;
	margin-top: 250px;
	float: left;
	position: relative;
}
.push2 {
	width: 100%;
	margin-top: 187px;
	float: left;
	position: relative;
}
.push3 {
	width: 100%;
	margin-top: 300px;
	float: left;
	position: relative;
}
#title {
	width: 100%;
	height: 69px;
	float: left;
	margin-bottom: 20px;
}
#title h1 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
article.left {
	width: 100%;
	min-height: 20px;
	float: left;
	padding-top: 30px;
	text-align: center;
}
article.right {
	width: 100%;
	min-height: 20px;
	float: left;
	padding-top: 30px;
	text-align: center;
}
article p {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
aside.left {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
}
aside.right {
	width: 100%;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
aside.left img {
	width: 100%;
	text-align: right;
}
aside.right img {
	width: 100%;
	text-align: right;
}
#section-one-top {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#section-one-bottom {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#section-two {
	background-size: 40vw;
}
#section-two-top {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#section-two-bottom {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.section-two-call-50 {
	width: 100%;
	float: none;
}
#section-two-call h3 {
	text-align: center;
	font-size: 6vw;
	font-weight: 400;
	margin-bottom: 2vh;
	margin-top: 2vh;
	line-height: 7vh;
}
#section-two-call a {
	text-align: center;
	line-height: 2vh;
	margin-bottom: 2vh;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
	float: none;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	margin-top: 1vh;
	display: block;
}
.push3 {
	width: 100%;
	margin-top: 40vh;
	float: left;
	position: relative;
}
#section-three-top {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#section-three-bottom {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#section-three p {
	text-align: center;
	font-size: 2.5vh;
	font-weight: 300;
	margin-bottom: 3vh;
	margin-left: 3vh;
	margin-right: 3vh;
	line-height: 3vh;
}
#section-three h3 {
	font-size: 3vh;
}
ul.simple-toggle {
	display: none;
}
.anchor-link, #mobile-nav {
	display: block;
}
ul.open {
	background-color: #333;
	color: #fff;
	display: block;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 500;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s; /* ...and now for the proper property */;
	transition: .5s;
}
ul.open li {
	display: block;
	list-style: none;
	text-align: center;
}
ul.open li a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #0080ff;
	z-index: 500;
}
ul.open li a:hover {
	background-color: #000;
	color: #fff;
}
.one-third {
	float: left;
	width: 100%;
	padding: 0;
	max-width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
footer {
	height: 525px;
}
.footer-25 {
	float: none;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}
.footer-50 {
	float: none;
	width: 100%;
	padding-top: 30px;
	text-align: center;
}
#footer-bottom {
	height: auto;
	padding-bottom: 10px;
}
#footer-bottom-left {
	width: 100%;
	float: none;
	text-align: center;
	padding-bottom: 10px;
}
#footer-bottom-right {
	width: 100%;
	float: none;
	text-align: center;
}
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}