/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Jul-2015, 20:15:33
    Author     : darrencooper
*/

body{
    
}


a{
   color: rgba(0, 173, 243, 0.8);
   text-decoration: none;
}
a:hover{
   color: rgba(0, 173, 243, 1);
   text-decoration: none;
}

.brand{
    font-family: 'Roboto Slab', serif;
    font-size: 48px;
    color: rgba(0, 173, 243, 0.8);
    text-align: right;
    width: 350px;
    float: right;
}

.strap{
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    color: #00adf3;
    color: rgba(0, 173, 243, 0.8);
    text-align: right;
    width: 350px;
    float: right;
    margin-bottom: 10px;
    margin-top: -10px;
}

.right{
    float: right;
    margin-right: 5px;
} 

.dashboard{
    min-height: 600px;
}


.navbar-white{
    background-color: white;
}

.btn-icon{
    font-size: 40px;
    width: 100px;
    height: 100px;
    display: block;
    margin: 15px auto 15px;
    color: rgba(0, 173, 243, 0.8);
    border: 1px solid red;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.btn-icon:hover{
     color: rgba(0, 173, 243, 0.4);
     background: #fff;
     box-shadow: none;
     border: 1px solid rgba(0, 0, 0, 0.3);
}



.btn-icon .lnk{
    font-size: 12px;
    color: rgba(0, 173, 243, 0.8);
    padding: 0px;
    margin : -8px -12px;
    width: 100px;
    display: block;
}

.btn-icon.active{
    color: rgba(0, 173, 243, 0.3);
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
}


.btn-grey{
    color: rgba(0,0,0,0.6);
    border-color: #c0c0c0;    
}

.btn-grey:hover{
    color: rgba(0,0,0,0.3);
    border-color: #c0c0c0;    
}

.btn-grey .lnk{
    font-size: 12px;
    color: rgba(0,0,0,0.6);
    padding: 0px;
    margin : -8px -12px;
    width: 100px;
    display: block;
}
.btn-grey .lnk:hover{
    color: rgba(0,0,0,0.3);
    
}

.btn-orange{
    color: #fff;
    background-color: #ec971f;
    border-color: #e98b39;    
}

.btn-orange:hover{
    color: #fff;
    background-color: #e98b39;
    border-color: #ec971f;    
}
.btn-pad{
    padding: 15px 5px;
}

.btn-blue{
    color: #fff;
    background-color: #0095dd;
    border-color: #f5f5f5;    
}

.btn-blue:hover{
    color: #fff;
    background-color: #00adf3;
    border-color: #002a80;    
}

.btn-green{
    color: #fff;
    background-color: #67b168;
    border-color: #295;    
}

.btn-green:hover{
    color: #fff;
    background-color: #295;
    border-color: #67b168;    
}

a.glyph{
    display: block;
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 5px;
    color: rgba(0,0,0,0.5);    
    width: 80px;
    text-align: center;
}

a.glyph:hover{
    color: rgba(0,0,0,0.3);    
    border: 1px solid rgba(0,0,0,0.3);
    text-decoration: none;
}

a.glyph .glyphicon{

    font-size: 30px;
    width: 50px;
    position: relative;
    margin: 10px;
}

.glyphicon-large{
    font-size: 50px;
}


.logo{
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    padding-bottom: 20px;
    /*color: rgba(0,0,0, 0.1);*/
    color: rgba(0, 173, 243, 0.3);

}

.slogan{
    font-family: 'Montez', cursive;    
    color: #00adf3;
    font-size: 30px;
    
}


.login_box{
    margin-top: 150px;
    padding: 50px;
}

.pad-10{
    padding:10px;
}


.pad-20{
    padding:10px;
}

.required{
    color: red;
}

.beacon{
    font-size: 1.2em;
}

.info{
    font-size: 0.8em;
    margin-top: 5px;
    color: #00adf3;

}

.danger{
    font-size: 0.8em;
    margin-top: 5px;
    color: #E4584C;
    margin-bottom: 5px;

}

.warning{
  margin-top:20px;    
  margin-bottom:20px;    
}

input.disabled{
    color: #f0f0f0;
}


.hide{
    display: none;
}

.show{
    display: block;
}

/* Dashboard */
/*
 * Base structure
 */


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}

.text-statistics{
    font-size: 2.0em;
}

.text-statistics.alert{
    font-size: 2.0em;
    color: #aa0000;
}

.navbar-brand{
    font-family: 'Montez', cursive;    
}

.email-error, .name-error, .discount-error{
    display: none;
}

.blue{
    color: #00adf3;
}
.red{
    color: #E4584C;
}

.green{
    color: #008000;
}

.tools{
    margin: auto;
    text-align: center;
    width: 300px;
}

.icon{
    text-align: center;
    width: 50px;
    height: 50px;
    display: block;
    border: 1px solid #c0c0c0;
    border-radius: 2px;
    padding:5px;
    float: left;
    margin: 5px;
}

.icon:hover{
    color: #00adf3;
    border: 1px solid #00adf3;
}

.icon  span{
    font-size: 0.7em;
}
.icon .glyphicon{

}

.option-text, .placeholder-text{
    border: none;
    outline: none;
    width: 450px;
}

.option-text.small, .placeholder-text.small{
    border: none;
    outline: none;
    width: 250px;
    font-size: 14px;
    line-height: 30px;
}

.placeholder-text.small{
    border: none;
    outline: none;
    width: 350px;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
}

.date{
    display: inline;
}
.formtitle{
    font-weight: bold;
    font-size: 1.2em;
}



/* checkout */
#checkout{
    
}


#checkout .login-box{
    max-width: 480px;
    margin: auto;
}


#checkout .login-box .sign-up{
    margin-top: 20px;
}

#checkout .login-extra{
    margin-top: 10px;
    font-size: 12px;
}

#checkout .has-feedback.register{
    margin-bottom: 20px;
}

#checkout .has-feedback label~.form-control-feedback{
    top: 28px;
}


#checkout .discount-value{
    color:#aa0000;
}


.checkout-form{
    width: 350px;
}

.index-title{
    font-weight: bold;
    line-height: 2.2em;
}

.control-row{
    margin-top: 5px;
    margin-bottom: 5px;
}

.shaded{
    background-color: rgba(254,254,254,0.6);
}


.shaded-dark{
    background-color: rgba(254,254,254,0.9);
}


.control-panel-row{
    margin: 5px auto;
}



.date-selector {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.2em;
  line-height: 20px;
  margin: 20px auto;
}

.date-selector .title{
  color: rgba(0, 173, 243, 0.6);
  font-size: 1.1em;
  margin-bottom: 10px;
}


.nav-tabs>li>a{
  color: rgba(0, 173, 243, 0.3);
  font-size: 1.1em;
  margin-bottom: 10px;    
}

.nav-tabs>li.active>a.tab-title, .nav-tabs>li.active>a.tab-title:focus, .nav-tabs>li.active>a.tab-title:hover
{
  color: rgba(0, 173, 243, 0.6);
  font-size: 1.1em;
  margin-bottom: 10px;
}

.tab-pane-tab{
    margin-top: 20px;
}

.date-selector span{
  color: rgba(0, 173, 243, 0.6);
}

.widgets .btn span{
    padding-top: 5px;
    padding-bottom: 5px;
}

.doforward, .doback{
    cursor: pointer;
}


#gallery, #currentLogo{
    border: 1px dashed rgba(0,0,0,0.2);
    display: block;
    width: 300px;
    min-height: 40px;
    margin-bottom: 20px;
}


.panel-title{
    font-weight: normal;
    font-size: 16px;
    color: #3c8dbc;
}


.panel-white >.panel-heading{
    background: #fff;
}
.container{
    font-size: 16px;
}

@media (max-width: 768px){
.container{
    font-size: 0.8em;
}
}

table{

}

.table>tbody>tr>td{
    vertical-align: middle;   
}

header{
    padding-top: 10px;
}

.spinner{

    display: block;
    
    color:rgba(0,0,0,0.6);
    font-size: 40px;
    line-height: 200px;
}

.dimmed{
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(0,0,0,.8);    
    display:none;
    z-index: 1000;
    overflow:hidden;
    
}

.dimmed .instructions{
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
}


#paypanel
{
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 4px;
  border: 1px solid #fff;
}

#attendeepanel
{
  padding-top: 0px;
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 4px;
  border: 1px solid #fff;
}

#paypanel, #attendeepanel {
  background: #f9f9f9;
  align-items: center;
  justify-content: center;

}

#paypanel form, #attendeepanel form {
  width: 480px;
  margin: 20px 0;
}

#paypanel .group, #attendeepanel .group {
  background: white;
  border-radius: 4px;
}

#paypanel label, #attendeepanel label {
  position: relative;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;

}

#paypanel .group label:not(:last-child), #attendeepanel  .group label:not(:last-child){
  border-bottom: 1px solid #F0F5FA;
}


#paypanel .field, #attendeepanel .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

#paypanel .field::-webkit-input-placeholder,  #attendeepanel .field::-webkit-input-placeholder { color: #CFD7E0; }
#paypanel .field::-moz-placeholder, #attendeepanel .field::-moz-placeholder { color: #CFD7E0; }

#attendeepanel h3{
    font-size: 14px;
    color: #3c8dbc;
    margin-bottom:20px;
}

#paypanel .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

#paypanel .success {
  display: none;
  font-size: 13px;
}

#paypanel .success.visible, .error.visible {
  display: inline;
}

#paypanel .error, #attendeepanel .error {
  color: #E4584C;
}

#paypanel .success {
  color: #666EE8;
}

#paypanel .success .token {
  font-weight: 500;
  font-size: 13px;
}



/* New checkout */
body{
    color: #45494E;
}


.space-area{
    display: block;
    width: 100%;
    height: 20px;
}

.space-area.space-05x{
    height: 10px;
}

.space-area.space-2x{
    height: 40px;
}
.space-area.space-3x{
    height: 60px;
}

input.square{
    border-radius: 0px;
    line-height: 50px;
    height: 50px;
    font-size: 25px;
}




#checkout{
    font-size: 16px;
    line-height: 22px;
    text-justify:auto;
    letter-spacing: 1px;
    font-weight: normal;
}


#checkout h1
{
    
    color: #00adf3;
    
}

#checkout h3{
    font-size: 16px;
    color:#3c8dbc;
    margin-top: 10px;
}



#checkout h1#page-title{ 
    font-size: 28px;
    line-height: 21px;
    margin-bottom: 25px;
}

#checkout .date-section-title{
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    
}


#checkout h2{ /* remove me */
    color:#3c8dbc;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 25px;
}



.box{
    border: 1px solid rgba(0,0,0,0.5);
}

.modal-error-header{
    height: 160px;
    background-color: #E4584C;
    color:#fff;
}

.modal-error-header h4{
    font-size: 26px;
}

.modal-error-text{
    font-size: 16px;
}

.modal-error-button{
    width: 140px;
}

.co-pass-state{
    font-size: 14px;
}
#checkout .co-ele001{
    margin-left: 0px;
}


#checkout .day{
    font-weight: bold;
    text-transform: uppercase;
}

#checkout .month{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
}

#checkout .time{
    font-weight: normal;
}

#checkout .to{
    font-weight: bold;
    font-size: 16px;
    margin-top:10px;
    margin-bottom: 10px;
}

#checkout .date-title{
    font-weight: bold;
    color: #666666;
}


#checkout .table.table-section
{
    margin-top: 0px;    
    margin-bottom: 0px;    
}

#checkout .border-right{
    border-right: 1px solid rgba(0,0,0,0.1);
}

#checkout .border-left{
    border-left: 1px solid rgba(0,0,0,0.1);
}

#checkout .ticket-space{
    vertical-align: middle;    
}

#checkout table .ticket-error{
    border: 1px solid red;
}


#checkout .btn-select{
    color: #fff;
    background-color: #949494;
    border-color: #949494;    
}

#checkout .btn-select:hover{
    color: #fff;
    background-color: #949494;
    border-color: #949494;    
}

#checkout .btn-selected{
    background-color: #67b168;
    border-color: transparent; 
    outline: none;
    color: #fff;    

}


#checkout btn.active, #checkout btn.active:focus{
    color:#fff;
}

#checkout .places label{
    line-height: 30px;
}


#checkout .has-feedback.square-form-group label~.form-control-feedback {
    top: 36px;
}

@media (max-width: 768px) {
    


    #checkout{
        font-size: 15px;
        text-justify:auto;
        letter-spacing: 1px;
        font-weight: normal;
    }
    
    #checkout table{
        font-size: 13px;
    }

    #checkout h1#page-title{ 
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 25px;
    }
    

    #checkout h2{ /* remove me */
        color:#3c8dbc;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }    

    #checkout .date-section-title{
        margin-top: 5px;
        margin-bottom: 5px;
        font-weight: bold;

    }
  
    
    #checkout .btn-select {
        width: 80px;
    }
    #checkout .btn-select.selected {
        width: 80px;
    }    
    #checkout .day{
        font-weight: bold;
        text-transform: uppercase;
    }

    #checkout .month{
        font-weight: normal;
        text-transform: uppercase;
        font-size: 12px;
    }

    #checkout .time{
        font-weight: normal;
        font-size: 10px;
    }

    #checkout .to{
        font-weight: bold;
        font-size: 14px;
        margin-top:10px;
        margin-bottom: 10px;
    }

    #checkout .date-title{

    }

    #checkout .date-icon .fa{

    }
    #checkout .btn{
        font-size:0.9em;
        padding: 6px 6px;
    }    
}

#checkout .trash{
    color:#a00;
}

#checkout .form-group{
    margin-bottom: 0px;
}

#checkout .panel{
    border-radius:0px;
    box-shadow:none;
}



#checkout .policies label a{
}



/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */    
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    color: #fff;
}

.overlay-content p{
    font-size: 20px;
}


.login-box-msg{
    font-size: 20px;
}






#paybox {
   padding-bottom: 20px; 
}

#paybox .wrapper
{
/*  background: #f9f9f9;*/
  padding-top: 20px;
  padding-bottom: 20px;
  /*border: 5px solid #f9f9f9;*/
  border-radius: 10px;
    
}

#paybox form {
  margin: 20px auto;
  /*max-width: 480px*/
}

#subscription{
    
}

#subscription .tos-3{
    margin-bottom: 20px;
}



#subscription .checkbox:nth-of-type(1){
    margin-top: 0px;
    margin-bottom: 10px;
}

#subscription .standard label {
    margin-bottom: 0px;
}

#subscription .standard select{
    margin-left: px;
    margin-bottom:20px
}

#subscription label {
  height: 35px;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 20px;
  font-weight: normal;
  color: rgba(0,0,0,0.8);

}

#subscription .policies label{
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

#subscription .policies label.noleftmargin{
  margin-left: 0px;

}


#subscription .policies label input{
    padding-right: 20px;
}

#subscription .policies label checkbox{
    margin-top: 0px;
    margin-bottom: 0px;
}

#subscription label > select{
  font-weight: normal;
    
}

#subscription label > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  transition: border-bottom-color 200ms ease-in-out;
  cursor: text;
  pointer-events: none;
  color: rgba(0,0,0,0.8);

}

#subscription label > span span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0% 50%;
  transition: transform 200ms ease-in-out;
  cursor: text;
}


.enable-me #subscription label .field.is-focused + span span,
.enable-me #subscription label .field:not(.is-empty) + span span {
  transform: scale(0.68) translateY(-36px);
  cursor: default;
}

#subscription label .field.is-focused + span span,
#subscription label .field:not(.is-empty) + span span {
  font-size:0.68em;
  margin-top: -20px;
  cursor: default;
}




#subscription label .field.is-focused + span {
  border-bottom-color: #00adf3;
}


#subscription .field {
  background: transparent;
  border: 0;
  outline: none;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  transition: opacity 200ms ease-in-out;
}

#subscription .field::-webkit-input-placeholder { 
  color: rgba(0,0,0,0.5);
  font-weight: 300;

}
#subscription .field::-moz-placeholder { 
  color: rgba(0,0,0,0.5);
  font-weight: 300;

}

/* IE doesn't show placeholders when empty+focused */
#subscription .field:-ms-input-placeholder { color: #424770; }

#subscription .field.is-empty:not(.is-focused) {
  opacity: 0;
}

#subscription input.error[placeholder]{
  color: #E4584C;    
}

#subscription input.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #E4584C;    
}
#subscription input.error::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #E4584C;    
   opacity:  1;
}
#subscription input.error::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #E4584C;    
   opacity:  1;
}
#subscription input.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E4584C;    
}
#subscription input.error::-ms-input-placeholder { /* Microsoft Edge */
  color: #E4584C;    
}

#subscription .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 20px;
  text-align: center;
}

#subscription .success, #subscription .error {

}
#subscription .error-box {
  font-size: 12px;
  color: #E4584C;
}

#subscription .success.visible, .error.visible {
  display: inline;
}

#subscription .error {
  color: #E4584C;
}

#subscription .success {
  color: #34D08C;
}

#subscription .success .token {
  font-weight: 500;
  font-size: 15px;
}


#payment{
    
}

#payment .tos-3{
    margin-bottom: 20px;
    padding: 0px 20px 0px 20px;
}

#payment .tos-1{
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #E4584C;
    font-size: 16px;
    text-align: justify;
}


#payment .checkbox:nth-of-type(1){
    margin-top: 0px;
    margin-bottom: 10px;
}

#payment .standard label {
    margin-bottom: 0px;
}

#payment .standard select{
    margin-left: 20px;
    margin-bottom:20px
}

#payment label {
  height: 35px;
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-weight: normal;
  color: rgba(0,0,0,0.8);

}

#payment .policies label{
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
}

#payment .policies label.noleftmargin{
  margin-left: 0px;

}


#payment .policies label input{
    padding-right: 20px;
}

#payment .policies label checkbox{
    margin-top: 0px;
    margin-bottom: 0px;
}

#payment label > select{
  font-weight: normal;
    
}

#payment label > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 32px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  transition: border-bottom-color 200ms ease-in-out;
  cursor: text;
  pointer-events: none;
  color: rgba(0,0,0,0.8);

}

#payment label > span span {
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0% 50%;
  transition: transform 200ms ease-in-out;
  cursor: text;
}

.enable-me #payment label .field.is-focused + span span,
.enable-me #payment label .field:not(.is-empty) + span span {
  transform: scale(0.68) translateY(-36px);
  cursor: default;
}

#payment label .field.is-focused + span span,
#payment label .field:not(.is-empty) + span span {
  font-size:0.68em;
  margin-top: -20px;
  cursor: default;
}




#payment label .field.is-focused + span {
  border-bottom-color: #00adf3;
}


#payment .field {
  background: transparent;
  border: 0;
  outline: none;
  cursor: text;
  display: block;
  width: 100%;
  line-height: 32px;
  padding-bottom: 3px;
  transition: opacity 200ms ease-in-out;
}

#payment .field::-webkit-input-placeholder { 
  color: rgba(0,0,0,0.5);
  font-weight: 300;

}
#payment .field::-moz-placeholder { 
  color: rgba(0,0,0,0.5);
  font-weight: 300;

}

/* IE doesn't show placeholders when empty+focused */
#payment .field:-ms-input-placeholder { color: #424770; }

#payment .field.is-empty:not(.is-focused) {
  opacity: 0;
}

#payment input.error[placeholder]{
  color: #E4584C;    
}

#payment input.error::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #E4584C;    
}
#payment input.error::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #E4584C;    
   opacity:  1;
}
#payment input.error::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #E4584C;    
   opacity:  1;
}
#payment input.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #E4584C;    
}
#payment input.error::-ms-input-placeholder { /* Microsoft Edge */
  color: #E4584C;    
}

#payment .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 20px;
  text-align: center;
}

#payment .success, #payment .error {

}
#payment .error-box {
  font-size: 12px;
  color: #E4584C;
}

#payment .success.visible, .error.visible {
  display: inline;
}

#payment .error {
  color: #E4584C;
}

#payment .success {
  color: #34D08C;
}

#payment .success .token {
  font-weight: 500;
  font-size: 15px;
}

.year.small{
    font-size: 10px;
}


#schedule-box p{
   font-size: 70%;
   margin-top: 10px;
}


.co-bordered{
    border: 1px solid rgba(0,0,0,0.2);
    
}

table .co-bordered tr{
    border: none; 
}


#schedule-table{
    
}

#schedule-table tr{
    
}

#schedule-table tr.item:hover{
    background-color: rgba(0, 173, 243, 0.1);
    cursor: pointer;
}

#schedule-table tr.item:active{
    background-color: rgba(0, 173, 243, 0.3);
    cursor: pointer;
}

#schedule-table tr.item.select{
    background-color: rgba(0, 173, 243, 0.1);
}

#schedule-table tr.item.selected{
    background-color: rgba(0, 173, 243, 0.1);
}


#location-map {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: 300px;
    background-color: grey;
    display:none;
    
}        


#select-details{
    position:relative;
    
}

#select-details.bordered{
    border: 1px solid rgba(0,0,0,0.2);

}

#select-details #details-what{
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 5px 10px;
}

#select-details #details-when, 
#select-details #details-time,  
#select-details #details-space,
#select-details .description-text,
#select-details .section-title

{
    width: 100%;
    display: block;
    padding: 5px 10px;
}

#details-block-space{
    border-bottom: 1px solid rgba(0,0,0,0.2);
    
}

#description-space, #location-space{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

#description-space .section-title, #location-space .section-title{
    font-weight: bold;
}

#cart-select th.what{
    line-height: 32px;
    min-height: 50px;
    }

    
    
    
    
#schedule-box-v2{
    display:block;
    min-height: 300px;
}


#schedule-box-v2 .loading{
    line-height: 300px;
} 


#schedule-box-v2 .schedule-block-no-classes{
    line-height: 300px;
    font-size: 40px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
}


#schedule-box-v2 .schedule-block-no-class-today{
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.4);
}


#schedule-box-v2 .schedule-nav{
    display: flex;
    height: 40px;
    background-color: #e98b39;
    -moz-box-shadow: 2px 2px 5px #908e8e;
    -webkit-box-shadow: 2px 2px 5px #908e8e;
    box-shadow: 2px 2px 5px #908e8e;   
    line-height: 40px;
    color: #fff;
}

#schedule-box-v2 .schedule-block .block-date{
    margin-top: 30px;
    margin-bottom: 10px;
}

#schedule-box-v2 .schedule-block .block{
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    min-height: 40px;
    padding-top:20px;
    padding-bottom:20px;
    border-radius: 5px;
    -moz-box-shadow: 2px 2px 5px #908e8e;
    -webkit-box-shadow: 2px 2px 5px #908e8e;
    box-shadow: 2px 2px 5px #908e8e;    
    margin-top: 10px;
    
display: flex;
  align-items: center;
  justify-content: center
}

#schedule-box-v2 .schedule-block .block-duration{
    color: rgba(0,0,0,0.3);
    font-size: 14px;
}

#schedule-box-v2 .schedule-block .block-time{

}


#schedule-box-v2 .schedule-block .block-name{

}

#schedule-box-v2 .schedule-block .block-location{
   text-align: center;
}

#schedule-box-v2  .navbar-collapse{
    padding-left: 0px;
}

#schedule-box-v2  .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 30px;
    color: #fff;
    background-color: #e98b39;

}

#schedule-box-v2  .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 30px;
    color: #fff;
    background-color: #e98b39;

}




#schedule-box-v2 .navbar.pull-right .navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 30px;
    color: #fff;
    background-color: #e98b39;

}

#schedule-box-v2  .navbar-nav>li.item {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    padding-left: 30px;
}

#schedule-box-v2 .header-box{
    margin-top: 20px;
    margin-bottom: 20px;
}

#schedule-box-v2 .navbar.pull-right .navbar-nav>li>a.end-state {
    color: rgba(255,255,255,0.6);

}

#schedule-box-v2 .locationHide{
    display: none;
}


.table.table-middle td{
    vertical-align: middle;
} 



.button-checkbox input[type="checkbox"], .button-radio input[type="radio"] {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease 0s;
    top: 0;
    z-index: 1;
}


.checkout-subscription-box{
    width: 100%;

}


.checkout-subscription-box-inner{
    border:1px solid #ddd;
    border-radius: 10px;
    margin:5px;  /* and that, will result in a 10px gap */
    font-size: 16px;


}
.checkout-subscription-box-inner.thick{
    border: 6px solid #ddd;
}

@media (min-width: 768px) {
    .checkout-subscription-box{
        display: flex;
        width: 100%;
    
    }
    .checkout-subscription-box-inner{
        border-radius: 10px;
        flex:1 1 auto;
        margin:5px;  /* and that, will result in a 10px gap */
        flex-basis: 0;
    }    
}

.checkout-subscription-box-inner .contract-period, .checkout-subscription-box-inner .tos-1{
    line-height: 3em;   
    font-size: 22px;
    font-weight: bold;
}



.checkout-subscription-box-inner .contract-price{
    font-size: 1.8em;
    line-height: 2.4em;   
    color: #0095dd; 
}


.checkout-subscription-box-inner .contract-detail {
    font-size: 1em;
    margin-top:8px;
    margin-bottom:8px;
}

.contract-seller{
    line-height: 3em;   
    font-size: 22px;
    font-weight: bold;
}

.contract-seller-detail{
    padding-bottom: 100px;

}

.checkout-subscription-box-inner .contract-period-payment{
    line-height: 1.8em;   
    font-size: 1.1em;
}

.checkout-subscription-box-inner label{
    margin-top: 25px;
}


#checkout .checkout-subscription-box-inner h2{
    line-height: 3em;   
    font-size: 22px;
    font-weight: bold;
    color: rgb(69, 73, 78);
    margin: 0 0;
}



.overlay .progress-section{
    display:block;
    width: 100%;
    background-color: rgba(254,254,254,0.1);
    height: 5px;
}
.overlay .progress-section .inner{
    display:block;
    width: 0%;
    height: 5px;
    background-color: rgba(254,254,254,1);

}

#mobileLocationBlock{
    display: none;
}