/*order gate form*/
#lead-form{
  background: url(/images2/order/gate-bg.jpg) no-repeat #dfdfdf top right;
  height: 369px;
  border-top: 8px solid #8bcd4e;
}
#lead-form #content{
  padding: 30px;
}
#lead-form h1{
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 31px;
  margin-top: 43px;
  margin-bottom: 11px;
  padding: 0;
}
#lead-form .form-row{
  background: #fff;
  margin-top: 14px;
  padding: 0;
}
#lead-form input[type="text"]{
  border: none;
  padding: 13px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  width: 72%;
  font-size: 20px;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
#lead-form label{
  font-size: 17px;
  padding: 20px 0px 19px 27px;
  width: 80px;
  display: inline-block;
}
#lead-form label.required:after{
  content: " *";
  color: #8bcd4e;
}
#lead-form .cart-button{
  margin-left: 65px;
}
#lead-form .cart-button input[type="submit"]{
  background: #72b335 url(/images2/order/icons/right-arrow.png) no-repeat -5px 0;
  width: 200px;
  border: none;
  border-bottom: 5px solid #599721;
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
  padding: 19px 45px 19px 60px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
#lead-form .cart-button:hover input[type="submit"]{
  background: #599721 url(/images2/order/icons/right-arrow.png) no-repeat -5px 0;
  border-bottom: 5px solid #508f14;
  cursor: pointer;
}
.heart-balloon:before{
  content: "";
  background: url(/images2/order/icons/heart-balloon.png) no-repeat;
  width: 30px;
  height: 28px;
  display: block;
  float: left;
  vertical-align: bottom;
  margin: 4px 10px 0 0;
}
.heart-balloon p{
  padding: 0;
  margin: 15px 0;
  color: #20201F;
  font-size: 15px;
}
#lead-form #error-msg{
  background: #fff;
  color: rgb(245, 90, 90);
  margin-left: 33px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}
#lead-form #error-msg:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #FFFFFF;
  border-width: 11px;
  margin-top: -11px;
}
#lead-form + .accent-row{
  background: #f1f1f1;
}

/*popups*/

* html #functional-order-popup {
    position: absolute;
}

* html #confirmyn-action {
    position: absolute;
}

#confirmyn, #functional-order-popup {
  width: 276px;
  position: fixed;
  top: 50%;
  left: 40%;
  background: #f4f4f4;
  padding: 30px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #000;
  z-index: 300;
}
#functional-order-popup.top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
}
#confirmyn p{

}
#confirmyn button, #functional-order-popup input[type="button"]{
  font-family: Quicksand, Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 14px;
  background: #8bcd4e;
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  margin: 10px 0;
}
#confirmyn button:hover, #functional-order-popup input[type="button"]:hover{
  background: #72b335;
}
#functional-order-popup label{
  display: block;
}

#functional-order-popup label.req:after{
  content: "*";
  color: #5d942b;
  font-size: 17px;
}
#functional-order-popup input[type="text"]{
  border: none;
  padding: 10px;
  border-radius: 5px;
  margin: 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  width: 100%;
  background: #fff;
}

#removeYN {
  /*background-image: url(/images2/order/white.png);
  padding: 10px;
  height: 280px;*/
  
}

#contentyn>p,
#contentyn-functional>p {
  font-size: 16px;
  text-align: left;
}

#contentyn button {
  margin-right: 12px;
}

#contentyn h3 {
  padding: 10px 0 8px 50px;
  font-family: sans-serif;
  font-size: 12px;
  border-bottom: 1px dotted #c3c3c3;
}

.delconfirm {
  /* text-align: center; */
  /* border-top: 1px dotted #c3c3c3; */
  /* padding-top: 8px; */
  margin-top: 27px;
}

#cart_removed {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  font-size: 10px;
}

.gate-ui .gate-ui-close,
#functional-order-popup .gate-ui-close {
  color: #c9c9c9;
  font-size: 35px;
  padding: 8px;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

/*#functional-order-popup {
    display: none;
    top: 50%;
    left: 50%;
    padding-top: 20px;
    z-index: 99998;
    position: fixed;
    float: left;
}*/

#choose-action-popup {
    display: none;
    top: 50%;
    left: 50%;
    padding-top: 20px;
    z-index: 99999;
    position: fixed;
    float: left;
}


#action-order,  #functional-order {
    /*background-image: url(/images2/order/white.png);*/
    /* background-color: white; */
    /* border: 2px solid black; */
    /* padding: 10px; */
    /* height: 400px; */
}

#exit-action-bttn {
    display: block;
    float: right;
    font-size: 25px;
    font-family: "Arial", sans-serif;
    padding: 10px;
    color: black;
}

#contentyn-action, #contentyn-functional {
    /* margin: 30px; */
}

#contentyn-action button, #contentyn-functional button {
    margin: 0 10px 0 10px;
}

#contentyn-action h3, #contentyn-functional h3{
    padding: 10px 0 8px 0px;
    font-family: sans-serif;
    font-size: 12px;
    border-bottom: 1px dotted #c3c3c3;
}

#confirmyn-action {
    display: none;
    top: 50%;
    left: 50%;
    padding-top: 20px;
    z-index: 99999;
    position: fixed;
    float: left;
}

* html #fade-action, * html #fade-funct-order {
    position: absolute;
}

#fade-action, #fade-funct-order {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .28;
    z-index: 200;
}

#action-order-form label, #functional-order-form label{
    width: 100px;
    display: inline-block;
}

#action-order-form input, #functional-order-form input{
    width: 200px;
    display: inline-block;
}

#action-order-form #action-update-bttn, #action-order-form #action-load-bttn {
    margin: 10px;
}
div.share-option {
    /* float: left; */
}
div.share-option span{
    font-weight: normal;
    font-size: 0.8em;
}

div.share-option label {
    font-weight: bold;
    width: auto !important;
}
#functional-order.results h3{
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #8bcd4e;
}
#functional-order.results h3 > span{
  display: block;
}
#functional-order.results h3 > span.dark{
  color: #20201F;
}
#functional-order.results .share-option{
  margin-bottom: 32px;
}
#functional-order.results label{
  color: #1c6fc7;
  font-size: 17px;
}
#functional-order.results label > span{
  color: #20201F;
}
#functional-order.results input[type="text"].lock{
  background: #fff;
  background-repeat: no-repeat;
  background-position: 6px 5px;
  padding-left: 35px;
}
#functional-order.results input[type="text"].lock.locked{
  background-image: url("/images2/order/icons/locked.png");
  
}
#functional-order.results input[type="text"].lock.unlocked{
  background-image: url("/images2/order/icons/unlocked.png");
}

#functional-order.results input{
    /* width: auto; */
    /* margin: 0px 23px 0px 5px; */
}

.delconfirm {
    text-align: center;
}
.hidden {
    display: none !important;
}

input.share-url {
    display: block !important;
    margin-left: 0px !important;
}

#other-functional {
    /* width: 450px; */
}
.button-group input[type=button]{
    /* float: left !important; */
    /* width: 165px !important; */
    /* margin: 10px 5px 5px 5px; */
}

.gate-ui .order-gate-alert{
  /* width: 276px; */
  font-size: 16px;
  position: absolute;
  background: #FFFFFF;
  padding: 17px 20px;
  color: #000;
  z-index: 300;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.35);
}
.gate-ui .order-gate-alert h3{
  font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
  color: #b83337;
  padding: 0;
  margin: 0;
  font-style: oblique;
  font-weight: 600;
}
.gate-ui .order-gate-alert p{
  margin: 0;
}
