@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700,900);

html { overflow: -moz-scrollbars-vertical; overflow-y: scroll; }
body { background: #f5f5f5 !important; }

.step { color: white; font-family: "Montserrat", sans-serif; padding-left: 1px !important; padding-right: 1px !important; margin-bottom: 0px !important; }
.pre { background-color: #FED700; }
.prod { background-color: #1A4782; }
.post-rough { background-color: #46183F; }
.post-fine { background-color: #68245F; }
.startstopbutton { cursor: pointer; text-align: center; padding-top: 10px; padding-bottom: 10px; font-size: 24px; color: white; }
.airpane { background-color: #e8e8e8; /*background: url(http://www.boldcreativemedia.com/images/Airpane.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;*/ }
.airpane2 { background: url(http://www.boldcreativemedia.com/images/Airpane.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.fullDate { color: rgba(0, 0, 0, 0.75); display: block; font-family: inherit; font-size: 0.875rem; height: 2.3125rem; margin: 0 0 1rem 0; padding: 0.5rem; }
.theredcolor { color: #840000; border: 2px solid #840000; margin-bottom: 20px; }
.thegreencolor { color: #006f1e; border: 2px solid #006f1e; margin-bottom: 20px; }
.fullwidth { width: 100%; margin: 0px; margin-left: auto; margin-right: auto; max-width: 100% !important;}
.bcm-select { font-family: "Raleway"; font-weight: 700; font-size: 20px; line-height: 25px; padding: 15px; height: 55px; }

#clientPage { display: none; }
#adminDash  { display: none; }

.button-yes {
	background-color: #007f7a;
	display: inline-block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
	float: left;
}
.button-no {
	background-color: #007f7a;
	display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
	float: left;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

#bcmStepKey { border-bottom: solid #DDDDDD 1px; }
.rightBorder { border-right: solid #DDDDDD 1px; }

/* Expanding Log Div */
.logContainer {
    width:100%;
    /*border:1px solid #d3d3d3;*/
}
.logContainer div {
    /*width:100%;*/
}
.logContainer .logHeader {
    background-color: #FFFFFF;
    padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    cursor: pointer;
    font-weight: bold;
}
.logContainer .logContent {
    display: none;
    padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0.9375rem;
    padding-right: 0.9375rem;
	background-color: #FFFFFF;
}
/* Expanding Log Div */

/* Progress Bar Animation Thing */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  background-color: #eee;
}

.container {
  margin: 0 auto;
}

.checkout-wrap {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

#checkout-bar {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  float: left;
  clear: both;
}

#checkout-bar li {
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
  color: #999;
  text-transform: uppercase;
}

.first {
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 4.5px;
  top: 56.5px;
  left: 37.5px;
  border: 2px solid #ddd;
  background-color: #007f7a;
  border-radius: 100%;
  z-index: 4;
}

#checkout-bar li:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  top: 4.5px;
  left: 50%;
  border: 2px solid #ddd;
  background-color: #fff;
  border-radius: 100%;
  z-index: 4;
}
#checkout-bar.step1-p .step1-p:after,
#checkout-bar.step2-p .step2-p:after,
#checkout-bar.step3-p .step3-p:after,
#checkout-bar.step4-p .step4-p:after {
  background-color: #007f7a;
  -webkit-transition: width 2s;
  /* Safari */
  transition: all 3s;
}

#checkout-bar li span {
  position: relative;
  display: block;
  left: 50%;
}

#checkout-bar:before,
#checkout-bar:after {
  position: absolute;
  content: "";
  top: 50%;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  margin: auto 0;
  background-color: #c3c3c3;
  z-index: 1;
}
#checkout-bar.step0-p:after,
#checkout-bar.step1-p:after,
#checkout-bar.step2-p:after,
#checkout-bar.step3-p:after,
#checkout-bar.step4-p:after {
  width: 0%;
  background-color: #007f7a;
  z-index: 2;
  -webkit-transition: width 2s;
  /* Safari */
  transition: width 2s;
}

#checkout-bar.step1-p:after {
  width: 25%;
  background-color: #007f7a;
}

#checkout-bar.step2-p:after {
  width: 50%;
  background-color: #007f7a;
}

#checkout-bar.step3-p:after {
  width: 75%;
  background-color: #007f7a;
}

#checkout-bar.step4-p:after {
  width: 100%;
  background-color: #007f7a;
}

button {
  border: none;
  background: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-success {
  display: block;
  min-width: 220px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  text-decoration: none;
}

.space {
  width: 100%;
  float: left;
  clear: both;
  height: 25px;
}
/* Progress Bar Animation Thing */