body {
    /* Location of the image */
    background-image: url('https://pay.cmt.london/images/insideCab.jpg');
    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;
    /* Background image doesn't tile */
    background-repeat: no-repeat;
    /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
    background-attachment: fixed;
    /* This is what makes the background image rescale based
     on the container's size */
    background-size: cover;
    /* Set a background color that will be displayed
     while the background image is loading */
    background-color: #6B6C6E;
    font-family: "Montserrat", sans-serif;
    color: rgb(85, 84, 84);
    text-align: left;
}
input.largerCheckbox {
    width: 20px;
    height: 20px;
}
.header-outer {
    width: 100%;
    position: relative;
}
.header {
    overflow: auto;
}
.menuIconDiv {
    height: 100%;
    width: 50px;
    color: white;
    position: absolute;
    top: 0;
    right: 16px;
}
.SmallFont {
    font-size: 6px;
    font-weight: 400;
}
.MediumFont {
    font-size: 12px;
    font-weight: 400;
}
.MediumLargeFont {
    font-size: 16px;
    font-weight: 500;
}
.MediumLargeFontResult {
    font-size: 15px;
    font-weight: 500;
}
.MediumFontPS { /* Payment Status Medium Font*/
    font-size: 18px;
    font-weight: 400;
}
.MediumLargeFontPS { /* Payment Status Medium Large Font*/
    font-size: 22px;
    font-weight: 500;
}
.LargeFont {
    font-size: 20px;
    font-weight: 500;
}
.Large2Font {
    font-size: 18px;
    font-weight: 500;
}
.SuperLargeFont {
    font-size: 60px;
    font-weight: 500;
}
.center {
    position: relative;
 /*   width: 90vw;
    height: 80vh;*/
    align: center;
    margin: auto;
    border: 2px solid #6B6C6E;
    padding: 10px;
    background: rgba(245, 245, 245, 0.9);
	min-height: 500px;
	max-width: 1000px;
}
.center-content {
    position: relative;
    bottom: 0;
    left: 0;
}

.text-center {
    text-align: center;
}

.contentDiv {
    min-height: 80vh;
}
.requestPayButton {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #0aa099 5%, #408c99 100%);
    background-color: #599bb3;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 22px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}
.requestPayButton:hover {
    background: linear-gradient(to bottom, #408c99 5%, #0aa099 100%);
    background-color: #408c99;
}
.requestPayButton:active {
    position: relative;
    top: 1px;
}
.payButton {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #0aa099 5%, #408c99 100%);
    background-color: #599bb3;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #3d768a;
}
.payButton:hover {
    background: linear-gradient(to bottom, #408c99 5%, #0aa099 100%);
    background-color: #408c99;
}
.payButton:active {
    position: relative;
    top: 1px;
}

.menuButton {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #0aa099 5%, #408c99 100%);
    background-color: #599bb3;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
	width : 70%;
    text-shadow: 0px 1px 0px #3d768a;
}
.menuButtonYellow {
    box-shadow: 0px 10px 14px -7px #f8b133;
    /*background: linear-gradient(to bottom, #fce000 30%, #f8b133 100%);*/
    background: #f8b133;
    background-color: #f8b133;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 22px;
    margin-bottom: 20px;
    text-decoration: none;
	width : 70%;
    text-shadow: 0px 1px 0px #f8b133;
}
.menuButton:hover {
    background: linear-gradient(to bottom, #408c99 5%, #0aa099 100%);
    background-color: #408c99;
}
.menuButton:active {
    position: relative;
    top: 1px;
}
.menuButtonYellow:hover {
    background: linear-gradient(to bottom, #f8b133 30%, #fce000 100%);
    background-color: #f8b133;
}
.menuButtonYellow:active {
    position: relative;
    top: 1px;
}

.tipInput {
    font-size: 26px;
}
.contactInput {
    font-size: 24px;
}
#footer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.declined {
    background-color: #ff6961;
    border: none;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    font-size: 18px;
}
.approved {
    background-color: #77dd77;
    border: none;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    font-size: 18px;
}
.pending {
    background-color: #ffb347;
    border: none;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 16px;
    font-size: 18px;
}

.statusGreen {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #59e277 5%, #02f706 100%);
    background-color: #00ff48;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
	width : 70%;
    text-shadow: 0px 1px 0px #3d768a;
}

.statusAmber {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #c5b33c 5%, #e3c60a 100%);
    background-color: #dea11e;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
	width : 70%;
    text-shadow: 0px 1px 0px #063302;
}

.statusRed {
    box-shadow: 0px 10px 14px -7px #276873;
    background: linear-gradient(to bottom, #b1383a 5%, #f60000 100%);
    background-color: #f60707;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 22px;
    text-decoration: none;
	width : 70%;
    text-shadow: 0px 1px 0px #810608;
}

.statusMessage {
    display: inline-block;
    cursor: pointer;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px 0px 30px;
    text-decoration: none;
	width : 80%;
}