/* new.css */

.no-pad {
    position:relative;
    display:block;
    margin-top:-120px;
    margin-bottom:10px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.blank-hr {
    margin-top:10px;
    margin-bottom:20px;
    position:relative;
    display:block;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.gradient-hr {
    margin-top:10px;
    margin-bottom:10px;
    position:relative;
    display:block;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.bg-checkout {
    position:relative;
    margin:0;
    padding:0;
    background: #ffffff;
    background: -moz-linear-gradient(45deg, #ffffff 0%, #eef7f9 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%,#eef7f9 100%);
    background: linear-gradient(45deg, #ffffff 0%,#eef7f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eef7f9',GradientType=1 );
}

.bg-checkout h1 {
    font-family:'Source Sans Pro',sans-serif;
    text-align:center;
    padding:30px;
    font-weight:300;
    color:#A2A2A2;
}

.checkout-container {
    min-height:500px;
    width:956px;
    position:relative;
    margin:0px auto;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    padding:0px;
    background-color:#fff;
    border:1px solid #d9e2e6;
}

#base {
    width:956px;
    position:relative;
    margin:0px auto;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    padding:0px;
}

#base .plans-buttons {
    height:43px;
    margin-left:5px;
    padding:0;
}

#base .plans-buttons .button {
    height:43px;
    margin-right:0px;
    margin-left:-4px;
    border-right:1px solid #c6ced2;
    width:238px;
    text-align:center;
    position: relative;
    display:inline-block;
    background: #f9f9f9;
    background: -moz-linear-gradient(left,  #f9f9f9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left,  #f9f9f9 0%,#ffffff 100%);
    background: linear-gradient(to right,  #f9f9f9 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=1 );
    border-bottom:2px solid #E9E9E9;
}

#base .plans-buttons .button:first-of-type {
    -moz-border-radius-topleft:20px;
    border-top-left-radius:20px;
    margin-left:-5px;
    -webkit-border-top-left-radius:20px;
}

#base .plans-buttons .button:last-of-type {
     border-right:0px solid #c6ced2;
     -moz-border-radius-topright:20px;
     border-top-right-radius:20px;
     -webkit-border-top-right-radius:20px;
}

#base .plans-buttons .active {
    background: #fff;
    border-bottom:2px solid #79CF4F;
}

#base .plans-buttons .button span {
    font-family:'Open Sans',sans-serif;
    text-align:center;
    padding:30px;
    letter-spacing: 0.03125em;
    line-height:41px;
    font-weight:700;
    font-size:20px;
    color: #5b686b;
}

#base .plans-buttons .active span {
    color:#79CF4F;
}

#base .plan-details {
    height:90px;
    width:954px;
    margin-top:10px;
    background-color:#F6FBFF;
    border-bottom:1px solid #d9e2e6;
    padding:0;
}

#base .plan-details .plan-name {
    text-align:center;
    margin-top:5px;
}

#base .plan-details .plan-name span {
    font-family:'Open Sans',sans-serif;
    text-align:center;
    letter-spacing: 0.01125em;
    line-height:55px;
    font-weight:700;
    font-size:30px;
    color: #6E7377;
}

#base .plan-details .plan-name p {
    font-family:'Open Sans',sans-serif;
    text-align:center;
    letter-spacing: 0.06125em;
    font-weight:400;
    line-height:0px;
    font-size:20px;
    color: #6E7377;
}


.macros-box {
    margin-bottom:-6px;
}

.macros-box-row {
    height:50%;
    position:relative;

}

.macros-type-column {
    font-family:'Open Sans',sans-serif;
    font-weight:600;
    color: #8F9DAA;
    line-height:45px;
    text-align:right;

}

.macros-type-column-two {
    font-family:'Open Sans',sans-serif;
    font-weight:600;
    color: #8F9DAA;
    line-height:23px;
    text-align:right;

}

.macros-column {
    line-height:45px;
    text-align:center;

}

.macros-column p {
    color: #8F9DAA;
    font-family:'Varela Round',sans-serif;
    text-align:center;
    font-size:13px;
    position: relative;
    display:inline-block;
}

.macros-column label {
    box-shadow: 0px 1px 1px rgba(110,110,110, 0.5);
    font-family:'Raleway',sans-serif;
    font-weight:700;
    line-height:43px;
    text-shadow: 1px 1px 0px rgba(100, 100, 100, 1);
    color:#fff;
    font-size:13px;
    border-radius:20px;
    display:inline;
}

.macros-column label.carbs {
    padding: 4px 5px 4px 4px;
    background: #ffa2f7;
    background: -moz-linear-gradient(-45deg, #ffa2f7 0%, #db57e7 100%);
    background: -webkit-linear-gradient(-45deg, #ffa2f7 0%,#db57e7 100%);
    background: linear-gradient(135deg, #ffa2f7 0%,#db57e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2f7', endColorstr='#db57e7',GradientType=1 );
}

.macros-column label.protein {
    padding: 4px 5px 4px 5px;
    background: #60ecff;
    background: -moz-linear-gradient(-45deg, #60ecff 0%, #4fc4ff 100%);
    background: -webkit-linear-gradient(-45deg, #60ecff 0%,#4fc4ff 100%);
    background: linear-gradient(135deg, #60ecff 0%,#4fc4ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ecff', endColorstr='#4fc4ff',GradientType=1 );
}

.macros-column label.fat {
    padding: 4px 5px 4px 5px;
    background: #ffc843;
    background: -moz-linear-gradient(-45deg, #ffd75d 0%, #ffa625 100%);
    background: -webkit-linear-gradient(-45deg, #ffd75d 0%,#ffa625 100%);
    background: linear-gradient(135deg, #ffd75d 0%, #ffa625 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf8e', endColorstr='#ffab69',GradientType=1 );
}

.macros-breakfast-column {

}

.macros {
    text-align:center!important;
}
.macros-breakfast-column p {
    color: #8F9DAA;
    font-family:'Varela Round',sans-serif;
    font-size:12px;
    position: relative;
    display:inline;
    text-align:center;
}

.macros-breakfast-column label {
    font-family:'Raleway',sans-serif;
    font-weight:700;
    color:#fff;
    font-size:13px;
    line-height:23px;
    padding: 4px 4px 4px 4px;
    border-radius:20px;
    display:inline;
}

.macros-breakfast-column label.carbs {
    padding: 4px 5px 4px 4px;
    color: #DB57E7;
    box-shadow: inset 0 0 4px #DB57E7;
}

.macros-breakfast-column label.protein {
    padding: 4px 5px 4px 5px;
    color: #4FC4FF;
    box-shadow: inset 0 0 4px #4FC4FF;
}

.macros-breakfast-column label.fat {
    padding: 4px 5px 4px 5px;
    color: #FFAB69;
    box-shadow: inset 0 0 4px #FFAB69;
}

.macro-percentages {
    position:relative;
    height: 35px;
    margin-top:-10px;
    width:955px;
}

.trad-carbs-percentage {
    margin-top:20px;
    width:45%;
    height:5px;
    background: #ffa2f7;
    background: -moz-linear-gradient(-45deg, #ffa2f7 0%, #db57e7 100%);
    background: -webkit-linear-gradient(-45deg, #ffa2f7 0%,#db57e7 100%);
    background: linear-gradient(135deg, #ffa2f7 0%,#db57e7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2f7', endColorstr='#db57e7',GradientType=1 );
    display:inline-block;
}
.trad-carbs-percentage label {
    text-align:center;
    margin-top:-30px;
    font-size:16px;
    color: #ce5be7;
    font-family:'Open Sans',sans-serif;
    font-weight:700;
}

.trad-protein-percentage {
    width:30%;
    height:5px;
    background: #60ecff;
    background: -moz-linear-gradient(-45deg, #60ecff 0%, #4fc4ff 100%);
    background: -webkit-linear-gradient(-45deg, #60ecff 0%,#4fc4ff 100%);
    background: linear-gradient(135deg, #60ecff 0%,#4fc4ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60ecff', endColorstr='#4fc4ff',GradientType=1 );
    display:inline-block;
    margin-left:-5px;

}

.trad-protein-percentage label {
    text-align:center;
    margin-top:-30px;
    font-size:16px;
    color: #397fdd;
    font-family:'Open Sans',sans-serif;
    font-weight:700;
}

.trad-fat-percentage {
    width:25%;
    height:5px;
    background: #ffc843;
    background: -moz-linear-gradient(-45deg, #ffd75d 0%, #ffa625 100%);
    background: -webkit-linear-gradient(-45deg, #ffd75d 0%,#ffa625 100%);
    background: linear-gradient(135deg, #ffd75d 0%, #ffa625 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf8e', endColorstr='#ffab69',GradientType=1 );
    display:inline-block;
    margin-left:-5px;

}

.trad-fat-percentage label {
    text-align:center;
    margin-top:-30px;
    font-size:16px;
    color: #ffa652;
    font-family:'Open Sans',sans-serif;
    font-weight:700;
}



/* DAYS SELECTION */

.meals-per-day-selection {
    height:auto;
    margin:39px auto 0px;
    width:900px;
    padding: 50px 20px 50px 20px;
    position: relative;
    display:block;
}

.meals-per-day-selection h2 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:30px;
    font-weight:600;
    text-align:center;
    color:#8492A0;
}

.meals-per-day-selection-box {
    background-color:#fff;
    margin-top:25px;

}

.meals-per-day-selection-box-shadow {
    width:auto;
    border-radius:20px;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
}
.meals-per-day-selection-box-inside-top {
    height:169px;
    background-color: #F6F7FB;
    width:201px;
    border-radius: 20px 20px 0px 0px;
}

.meals-per-day-selection-box-inside-bottom {
    height:31px;
    background-color:#fff;
    width:201px;
    border-radius: 0px 0px 20px 20px;
}

.meals-per-day-selection-box-inside-bottom label {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:600;
    text-align:center;
    line-height:27px;
    color:#8F9DAA;
}

.price-container {
    padding:20px 10px 10px 10px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align:center;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    width:200px;
    height:auto;
    border:5px solid #fff;
}

.price-per-day p {
    color:#76D146;
    font-weight:700;
    font-size:40px;
    position:relative;
    display:inline-block;
}

.price-per-day label {
    line-height:20px;
    color:#BDBDBD;
    font-size:20px;
    position:relative;
    display:inline-block;
}

.price-per-meal p {
    color:#767676;
    font-weight:700;
    font-size:14px;
    position:relative;
    display:inline-block;
}

.price-per-meal label {
    color:#BABABA;
    font-size:14px;
    position:relative;
    display:inline-block;
}

.meals-per-day-container {

}

.meals-per-day p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align:center;
    color:#657584;
    font-weight:700;
    line-height:45px;
    font-size:40px;
}

.meals-per-day-label p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align:center;
    color:#657584;
    line-height:20px;
    font-size:15px;
}

.more-meals-message {
    position:relative;
    display:block;
}

.more-meals-message p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:14px;
    text-align: center;
    color:#B8C4CA;
}






.days-per-week-selection {
    height:auto;
    margin:-66px auto 50px;
    width:900px;
    padding: 50px 20px 50px 20px;
    position: relative;
    display:block;
}

.days-per-week-selection h2 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:30px;
    font-weight:600;
    text-align:center;
    color:#8492A0;
}

.days-per-week-selection-box {
    background-color:#fff;
    margin-top:25px;

}

.days-per-week-selection-box-shadow {
    width:auto;
    border-radius:20px;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
}
.days-per-week-selection-box-inside-top {
    height:169px;
    background-color: #F6F7FB;
    width:201px;
    border-radius: 20px 20px 0px 0px;
}

.days-per-week-selection-box-inside-bottom {
    height:31px;
    background-color:#fff;
    width:201px;
    border-radius: 0px 0px 20px 20px;
}

.days-per-week-selection-box-inside-bottom label {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:600;
    text-align:center;
    line-height:27px;
    color:#8F9DAA;
}


.days-per-week-container {

}

.days-per-week p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align:center;
    color:#657584;
    font-weight:700;
    line-height:120px;
    font-size:80px;
}

.days-per-week-label p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align:center;
    color:#657584;
    line-height:0px;
    font-weight:300;
    font-size:30px;
}





.breakfast-selection {
    height:auto;
    margin:-116px auto 50px;
    width:900px;
    padding: 50px 20px 50px 20px;
    position: relative;
    display:block;
}

.breakfast-selection p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:14px;
    margin-top:10px;
    font-weight: 600;
    text-align: center;
    color:#B8C4CA;
}

.breakfast-selection h2 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:30px;
    font-weight:600;
    text-align:center;
    color:#8492A0;
}

.breakfast-selection-box {
    background-color:#fff;
    margin-top:25px;
}

.breakfast-selection-box-shadow {
    width:auto;
    border-radius:20px;
    box-shadow: 0px 2px 5px rgba(0,0,0, 0.2);
}
.breakfast-selection-box-inside-top {
    height:60px;
    background-color: #F6F7FB;
    width:201px;
    border-radius: 20px 20px 0px 0px;
}

.breakfast-selection-box-inside-bottom {
    height:31px;
    background-color:#fff;
    width:201px;
    border-radius: 0px 0px 20px 20px;
}

.breakfast-selection-box-inside-bottom label {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size:14px;
    font-weight:600;
    text-align:center;
    line-height:27px;
    color:#8F9DAA;
}



.breakfast-label p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    text-align:center;
    color:#657584;
    line-height:60px;
    font-weight:500;
    font-size:25px;
}

/* old stuff */

.reveal-if-active {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.glyphicon-remove{
    color:red!important;
    margin-right: 4px;
}
.glyphicon-ok{
    color:#18bc9c!important;
    margin-right: 4px;
}
.popover-content {
    color: red;
    font-size: 10px;
}
.popover{
    max-width: 135px;
}
.popover-title { display: none; }
.error_text {
    color: red;
    font-size :12px;
    float: right;
    position: relative;
    top:-20px;
}
.reveal-if-active label {
    display: block;
    margin: 0 0 3px 0;
}

.reveal-if-active input[type=text] {
    width: 100%;
}
input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active {
    opacity: 1;
    max-height: 100px;
    padding: 10px 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: visible;
}

.reveal-if-active-two {
    opacity: 0;
    max-height: 0;
    padding:0;
    overflow: hidden;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.reveal-if-active-two label {
    display: block;
    margin: 0 0 3px 0;
}
.reveal-if-active-two input[type=text] {
    width: 100%;
}
input[type="radio"]:checked ~ .reveal-if-active-two, input[type="checkbox"]:checked ~ .reveal-if-active-two {
    opacity: 1;
    max-height: 2000px;
    padding: 10px 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    overflow: visible;
}

label {
    color: #000;
}

label span {
    color: #82858c !important;
}

body .dropdown {
    position: absolute;
    left: 50%;
    top: 25%;
    width: 200px;
    margin-left: -100px;
}
body .dropdown span {
    padding: 0.75em;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    border:2px solid #c3c3c3;
    moz-border-radius:10px;
    font-weight:600;
    border-radius:10px;
    o-border-radius:10px;
    -webkit-border-radius:10px;
    color: #c3c3c3;
    display: block;
}
body .dropdown span:after {
    content: '';
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid rgba(0,0,0,0.2);
}
body .dropdown span:hover {
    cursor: pointer;
}

body .dropdown span.active {
    background:#fff;
}
body .dropdown span.active:after {
    content: '';
    display: block;
    float: right;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid rgba(0,0,0,0.2);
    border-top: 0px solid transparent;
}
body .dropdown .dropdown-list {
    position: absolute;
    top: 100%;
    left: -18px;
    width: 100%;
    display: none;
    border:2px solid #c3c3c3;
    moz-border-radius:10px;
    border-radius:10px;
    o-border-radius:10px;
    -webkit-border-radius:10px;
    margin-top:5px;
    z-index: 9999;
    max-height: 240px;
    overflow-y: scroll;
}
body .dropdown .dropdown-list li {
    padding: 1em;
    font-weight:600;
    font-size: 16px;
    background-color: rgb(255, 255, 255);
    border-bottom:1px solid #e0e0e0;
    color: #c3c3c3;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
body .dropdown .dropdown-list li:hover {
    color: #6abc3c;
    cursor: pointer;
}

.drink-selector-box {
    padding:5px;
    display:block;
    position:relative;
}

.drink-selector {
    padding: 15px;
    border: 2px solid #eaeaea;
    height: 200px;
    border-radius: 10px;
    display: block;
    cursor: pointer;
    text-align:left;
}

.drink-selector:hover {
    border: 2px solid #66b83d;
}

.drink-selector label {
    margin-top:15px;
}
.danger1{
    border-color:red!important
}

.danger1{
    border-color:red!important
}

.search-input {
    padding-left: 3px; background-color: #fafafa !important; border-radius: 0 !important; height: 2.3125rem;
}
.row form .row {margin-left: 0px; margin-right: 10px}

form input[type=checkbox].checkbox {
    display: inline-block;
    width: 4.2% !important;
    text-align: left;
    height: 20px;
}

.logo_a{
    display: block;
    margin: 0 auto;
    text-align: center;
}
