body{
    font-size: 80%;
    background: #ddd;
    background-image: url('../images/banners/playgroup-bg.jpg');
    background-size: cover;
    font-family:'Kristen ITC', sans-serif;
}

h2.header-text{
    color: #fff;
    background: #2ab14c;
    padding: 20px;
}

.hidden{
    display: none;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Kristen ITC', sans-serif;
}

.sec{
    padding:10px 20px;
    background-color: #fff;
    margin-bottom: 20px;
}

.sec .row{
    margin-bottom: 10px;
}

.sec h4{
    color: blue;
}
 
.schedule_item{
    position: relative;
    min-height: 60px;
    box-sizing: border-box;
    padding-top: 20px;
}

.schedule_item label{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;			
}

.schedule_item input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 0;
}			

.main{
    padding: 20px 10px 50px 10px;
}

.reg-page textarea{
    height: 70px;
}

.single-item{
    margin-top: 20px;
    clear: both;
}

.has-ctrl .single-item:first-child .btn-remove{
    display: none;
}

.has-ctrl .btn-remove{
    background: red;
    float: right;
}

button{
    font-size: 11px;
    border-radius: 5px;
    padding: 5px 10px;
}

table.schedule_table{
    collapse: collapse;
    margin-bottom: 20px;
}

table.schedule_table td{
    vertical-align: middle;
    padding:0 10px;
    text-align: center;
    border: 1px solid #ddd;
}

table.schedule_table tr:nth-child(1){
    background: #666;
    color: #fff;
}

table.schedule_table tr:nth-child(2){
    background: rgb(255,251,199);
}

table.schedule_table tr:nth-child(3){
    background: rgb(186,230,249);
}

table.schedule_table tr:nth-child(4){
    background: rgb(255,231,205);
}

table.schedule_table tr:nth-child(5){
    background: rgb(186,233,215);
}

table.schedule_table tr:nth-child(6){
    background: rgb(224,195,221);
}

.sch_hide{
    display: none;
}

.sec label{
    margin-top: 2em;
}

.booking-package-select a[href] h3{
    color: red;
}