﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 580px;
}


.biginput {
    width: 900px;
    max-width: 900px;
    min-width: 900px;
}

.tallinput {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
}

.travelCalendarMatrix {
    color: #ffffff;
    font-weight:bold;
}

.travelCalendarMatrix-0 {
    background-color: #003193;
}
.travelCalendarMatrix-1 {
    background-color: #0053A8;
}
.travelCalendarMatrix-2 {
    background-color: #007185;
}
.travelCalendarMatrix-3 {
    background-color: #009658;
}
.travelCalendarMatrix-4 {
    background-color: #00BA2D;
}
.travelCalendarMatrix-5 {
    background-color: #69B34C;
}
.travelCalendarMatrix-6 {
    background-color: #ACB334;
}
.travelCalendarMatrix-7 {
    background-color: #FAB733;
}
.travelCalendarMatrix-8 {
    background-color: #FF8E15;
}
.travelCalendarMatrix-9 {
    background-color: #FF4E11;
}
.travelCalendarMatrix-10 {
    background-color: #FF0D0D;
}

.thinRow {
}

.thinRow td {
    padding-bottom: 0px;
}

.tags {
    cursor: pointer;
    margin-left: 2px;
    user-select: none;
}

.emailOutput {
    /*font-size: 13pt;*/
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: small;
    line-height: 1.5;
    font-family: sans-serif;
}

.pricingContainer {
    
    padding-top: 15px;
    padding-bottom: 5px;
}

.pricingContainerA {
    border: 2px solid #00855f;
    box-shadow: 0 7.84314px 19.6078px rgb(0 184 132 / 30%);
}
.pricingContainerB {
    border: 2px solid #fc3f93;
    box-shadow: 0 7.84314px 19.6078px rgb(253 113 175 / 30%);
}
.pricingContainerC {
    border: 2px solid #5c4dbc;
    box-shadow: 0 7.84314px 19.6078px rgb(123 104 238 / 30%);
}

.pricingHeader {
    font-size: 40px;
}
.pricingPrice {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 0px;
}
.pricingTerms {
    font-size: 10px;
    color: #aaaaaa;
    margin-top: 0px;
    margin-bottom: 20px;
}
.pricingButton {
    margin-top:25px;
    margin-bottom:40px;
}

.pricingButtonA {
    color: #fff;
    background-color: #00855f;
    border-color: #00855f;
}

.pricingButtonB {
    color: #fff;
    background-color: #fc3f93;
    border-color: #fc3f93;
}

.pricingButtonC {
    color: #fff;
    background-color: #5c4dbc;
    border-color: #5c4dbc;
}

.pricingFeatures {
    /*font-size:14px;*/
    margin-top: 15px;
    margin-bottom: 15px;
}

.pricingFinePrint {
    margin-top:20px;
    font-weight:bold;
    margin-bottom:25px;
}

.container {
    width: 960px !important;
}