@font-face {
    font-family: 'AC Muli';
    src: url('acmuli.eot');
    src: url('acmuli.woff2') format('woff2'),
    url('acmuli.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AC Muli2';
    src: url('acmuli.woff') format('woff'),
    url('acmuli.ttf') format('truetype'),
    url('acmuli.svg#Aka-AcidGR-DiaryGirl') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #ffffc2;
    font-family: "AC Muli", "AC Muli2";
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
}

input {
    font-family: "AC Muli", "AC Muli2";
}

select {
    font-family: "AC Muli", "AC Muli2";
}

.wrapper {
    margin: auto;
    padding-top: 80px;
    width: 100%;
}

.container {
    max-width: 900px;
    padding: 3%;
    text-align: center;
    margin: 0 auto;
}

.logo {
    margin: auto;
    width: 250px;
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
}

.welcome {
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 10px 30px 10px 30px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 42px;
}

.info {
    text-align: left;
    margin-top: 40px;
    /*overflow: auto;*/
}

.info .fa {
    margin: 15px;
}

.info .happy {
    text-align: center;
    margin: 40px 0;
}

.info .contact {
    text-align: center;
}

.info .important {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

/************Nav Button Start *****/
.nav-butons {
    height: 36px;
    margin: 40px 0px 60px 0px;
    text-align: center;
    padding-bottom: 50px;
}

.nav-butons .nav-btn {
    background-color: #ffca25;
    border: none;
    border-radius: 5px;
    color: #000000;
    width: 110px;
    height: 36px;
    box-shadow: 3px 3px 5px #888888;
}

.nav-butons .nav-btn:hover {
    background-color: #ff7d27;
    color: #ffffff;
    cursor: pointer;
}

.back-btn {
    margin-right: 20px !important;
}

.next-btn {
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
}

.books-next-btn {
    text-decoration: none;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
}

/************Nav Button End *****/

/*********** Location Start **********/

.location-select input[type="radio"] {
    display: none;
}

.location-select input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}

.location-select input[type="radio"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.location-select label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #20df80;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px #a1aaa6;
    position: relative;
    min-width: 150px;
}

.location-select input[type="radio"]:checked + label {
    background: #20df80;
    color: #ffffff;
    box-shadow: 0px 0px 20px #00ff80
}

.location-select input[type="radio"]:not(:checked) ~ label:hover {
    background-color: #f7e741;
}

.location-select input[type="radio"]:checked + label:after {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 2px solid #1dc973;
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px #000000;
}

.location-box {
    display: inline-block;
    margin: 15px 5px;
}

.location-error p {
    text-align: center;
    color: red;
    font-weight: bold;
}

/*********** Location End **********/

/********** Classes Start *************/

.classes-select input[type="radio"] {
    display: none;
}

.classes-select input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}

.classes-select input[type="radio"]:disabled ~ label {
    color: #bcc2bf;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.classes-select label {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #20df80;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px #a1aaa6;
    position: relative;
    min-width: 150px;
}

.classes-select input[type="radio"]:checked + label {
    background: #20df80;
    color: #ffffff;
    box-shadow: 0px 0px 20px #00ff80
}

.classes-select input[type="radio"]:not(:checked) ~ label:hover {
    background-color: #f7e741;
}

.classes-select input[type="radio"]:checked + label:after {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 2px solid #1dc973;
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px #000000;
}

.classes-box {
    display: inline-block;
    margin: 15px 5px;
}

.classes-error p {
    text-align: center;
    color: red;
    font-weight: bold;
}

/********** Classes End *************/

/********** Groups Start *************/
.group-select input[type="radio"] {
    display: none;
}

.group-select input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}

.group-select input[type="radio"]:disabled ~ label {
    color: grey;
    border-color: #bcc2bf;
    box-shadow: none;
    cursor: not-allowed;
}

.group-select input[type="radio"]:disabled ~ .prog {
    color: #bcc2bf;
}

.group-select label {
    background: white;
    border: 2px solid #20df80;
    border-radius: 20px;
    padding: 15px 5px 5px 5px;
    box-shadow: 0px 3px 10px -2px #a1aaa6;
    position: relative;
    min-width: 300px;
    height: 250px;
    display: block;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.group-select input[type="radio"]:checked + label {
    background: #20df80;
    color: #ffffff;
    box-shadow: 0px 0px 20px #00ff80
}

.group-select input[type="radio"]:not(:checked):not(:disabled) ~ label:hover {
    background-color: #f7e741;
}

.group-select input[type="radio"]:checked + label:after {
    color: #3d3f43;
    font-family: FontAwesome;
    border: 2px solid #1dc973;
    content: "\f00c";
    font-size: 18px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px #000000;
}

.group-select {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.group-box {
    margin: 20px 10px;
    flex-wrap: wrap;
    flex: 1;
}

.group-box p {
    margin: 1px auto;
    /*line-height: 100%;*/
}

.group-box .group-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.group-box .teacher-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.group-box .limit-title {
    font-weight: bold;
    font-size: 18px;
    margin-top: 5px;
}

.group-box table {
    margin: 0px auto;
    font-weight: bold;
    text-align: left;
    color: inherit;
}

.group-error p {
    text-align: center;
    color: red;
    font-weight: bold;
}

/********** Groups End *************/
/********** Rgistration Start *************/
.date-dropdowns {
    display: inline-block;
    margin: 10px 0 5px 0;
}

.registration-table {
    border-collapse: collapse;
}

.center-form-elements {

}

.center-form-elements p {
    margin: 5px 0 15px 0;
    text-align: left;
    color: red;
    font-weight: bold;
}

table tr:nth-child(odd) td {
    /*background-color: darkorange;*/
}

.registration label {

}

.registration input {
    padding: 10px 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    margin: 10px 0 5px 0;
    box-sizing: border-box;
}

.schoolclass-selection {
    padding: 10px 10px;
    width: 100%;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    margin: 10px 0 5px 0;
}

.day {
    padding: 8px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    margin-right: 5px;

}

.month {
    padding: 8px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    margin-right: 5px;

}

.year {
    padding: 8px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;

}

.registration td {
    padding: 5px;
}

.registration {
    text-align: left;
}

.registration form input:focus {
    background-color: #ffe862;

}

.registration form {

}

.student-details {
    color: #3d3f43;
    border: 2px solid #1dc973;
    border-radius: 15px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 2px 5px -2px #000000;
    margin-bottom: 30px;
    min-width: 250px;
    white-space: nowrap;

}

.parent-details {
    color: #3d3f43;
    border: 2px solid #1dc973;
    border-radius: 15px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 2px 5px -2px #000000;
    min-width: 250px;
    white-space: nowrap;
}

.privacy {
    color: #3d3f43;
    border: 2px solid #1dc973;
    border-radius: 15px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 2px 5px -2px #000000;
    min-width: 250px;
}

.required-fields {
    margin: 5px 0 15px 0;
    text-align: left;
    color: red;
    font-weight: bold;
}

.asterisks {
    color: red;
    font-weight: bolder;
    margin-left: 5px;
}

/********** Registration End *************/

/********** Books Start *************/

.inner {
    display: inline-block;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
}

.inner .fa-circle {
    margin-right: 15px;
}

.books-box {
    color: black;
    border: 2px solid #1dc973;
    border-radius: 15px;
    background-color: white;
    box-shadow: 0px 2px 5px -2px #000000;
    margin-bottom: 50px;
    min-width: 250px;
    padding: 4%;

}

.books-box img {
    max-width: 250px;
    max-height: 250px;
    vertical-align: middle;
    margin: 4% 2%;
}

.book-title {
    font-weight: bold;
}

.book-details {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 2% 5%;
    max-width: 300px;
}

/********** Books End *************/

/********** Results Start *************/

.results table {
    margin: auto;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

table tr:nth-child(odd) td {

}

.results td {
    border-bottom: solid 1px;

}

.day-size {
    width: 105px;
    display: inline-block;
    margin: 0;
}

.result-group {
    line-height: 25px;
    min-width: 200px;
    white-space: nowrap;
}

.results-container {
    max-width: 900px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;

}

.results-box {
    color: #3d3f43;
    border: 2px solid #1dc973;
    border-radius: 15px;
    background-color: white;
    padding: 3%;
    box-shadow: 0px 2px 5px -2px #000000;
    margin-bottom: 30px;
    min-width: 250px;
}

.results td {
    padding: 10px 0;
}

/********** Reresults End *************/

/********** Lastpage Start *************/
.lastpage-group-program {
    color: #3d3f43;
    border: 2px solid #1dc973;
    border-radius: 15px;
    background-color: white;
    padding: 3%;
    box-shadow: 0px 2px 5px -2px #000000;
    margin-bottom: 50px;
    min-width: 250px;
}

.group-inner p {
    text-align: center;
    margin: 0;
}

.results-box table {
    margin: auto;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.results-box td {
    border-bottom: solid 1px;

}

.lastpage-group-program .group-inner {
    text-align: right;
    font-weight: bold;
    line-height: 25px;
    margin: auto;
    display: inline-block;
}

.lastpage table {
    margin: auto;
    text-align: left;
    border-spacing: 0;
}

.sendemail input {
    padding: 10px 10px;
    width: 220px;
    border: none;
    border-radius: 5px;
    -moz-box-shadow: 0 0 3px #000;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    margin: 10px;

}

.lastpage form {
    margin-bottom: 20px;
}

.lastpage table {
    margin: 0px auto 50px auto;
    text-align: left;
}

.lastpage td {
    border-bottom: solid 1px;
    padding: 10px 0;
    width: 100%;
    //white-space: nowrap;
}

.results-box li {
    margin: 20px 0;
}

/********** Lastpage End *************/

@media print {
    .dontprint {
        display: none;
    }
}

/*----- Accordion -----*/
.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.accordion {
    overflow: hidden;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    background: #f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    background: #333;
    transition: all linear 0.15s;
    /* Type */
    font-size: 1.200em;
    text-shadow: 0px 1px 0px #1a1a1a;
    color: #fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
    background: #4c4c4c;
    /* Type */
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;
}
