/* WhizKidz Potato Center */
html {
    overflow-y: scroll; /* make scrollbars always appear */
}
p {
    line-height: 150%;
}
h2 {
    margin-top: 10px;
}
h3 {
    margin-top: 10px;
}
.std-font {
    font-family: 'Segoe UI', Helvetica, sans-serif;
}
.nowrap {
    white-space: nowrap;
}
.em {
    font-style: italic;
}
.highlight {
    font-style: italic;
    font-weight: bold;
    color: #662c00;
}
.strong {
    font-weight: bold;
}
.light-strong {
    font-weight: bold;
    color: #444;
}
.note {
    font-weight: normal;
    color: #d100d1; /* purple */
}
.field {
    font-weight: bold;
}
.field2, .tag {
    color: #007a62; /* dark turquoise */
}
.center {
    text-align: center;
}
.gap {
    margin-top: 15px !important;
}
.thin-line {
    border-top: 1px solid #CCCCCC;
}
.indent {
    margin-left: 30px;
}
.indent ol, .indent ul {
    margin-bottom: 15px;
}
.list-text {
    font-weight: bold;
    margin-bottom: 0;
}
.hide {
    display: none;
}
.class-list {
    margin-left: 30px;
}
.course-name-hl {
    font-weight: bold;
    color: #8f4700;
}

.account-title {
    color: #ff6600 !important; /* WK orange */
    font-size: 30pt;
}

.banner {
    text-align: center;
    color: black;
    background-color: #ffda8f;
    border-radius: 5px;
    padding: 3px 10px;

}

.box-text {
    color: green;
    font-size: 11pt;
    font-weight: bold;
}

.rounded-box {
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 5px 10px;
}

@media(print) {
    /* Undo bootstrap's setting and don't print link info. */
    body a:link:after, body a:visited:after {
        display: none;
        content: "";
    }

    .no-print, .cart {
        display: none !important;
    }
}

#summer-page {
    /*background: url(../images/wallpaper-summer.jpg);*/
    background-color: #fefcf0;
}

#winter-page {
    background: url(../images/bg_winter.jpg);
}

#login-btn {
    color: white !important;
    background-color: #ff6600;
    border-radius: 5px;
}
#login-btn:hover {
    background-color: #ff8822 !important;
}

.button-link {
    display: inline-block;
    margin: 0;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-bottom: 2px solid #ffac47;
    border-right: 2px solid #ffac47;
    border-radius: 4px;
    padding: 5px 10px;
    background-color: #fe8b00;
    color: #fff;
    text-decoration: none;
}
.button-link:hover {
    background-color: #ff7300;
    color: #fff;
    text-decoration: none;
}
.button-link:link {
    color: #fff;
    text-decoration: none;
}
.button-link:disabled {
    background-color: #888;
    border-color: #eee;
}

.button-link2, .button-link2:link, .button-link2:hover { /* purple rounded button link */
    color: #e9e9e9 !important;
    background-color: #863ce7;
	border: 2px solid #e9e9e9;
    border-radius: 4px;
	padding: 5px 10px;
    text-decoration: none !important; /* override ".promo a" */
}

.links {
    padding: 10px 35px;
    margin-left: 600px;
}
.links li {
    display: block;
    border: 0;
    background: url(../images/p.png) no-repeat left 6px;
    margin: 0 0 0 35px;
    padding: 0 0 10px 7px;
}
.links li a {
    color: #008bce;
    text-decoration: none;
}
.links li a:hover {
    color: #008bce;
    text-decoration: underline;
}
.picFloat {
    float: left;
    padding: 0 20px 10px 0;
}


/* Header */
#logo {
    padding: 10px 0 0 0;
}
#logo a {
    text-decoration: none;
}
.wk-info {
    font-size: 13px;
    color: #004b92; /* WK blue */
    white-space: nowrap;
}

#header {
    position: relative;
}
#header .submenu {
    padding: 15px 0 20px 0;
}
#header .submenu ul {
}
#header .submenu li {
    list-style: none;
    float: left;
    padding-right: 15px;
}
#header .submenu li a {  /* Login button */
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    border: none;
    padding: 4px 10px 4px 10px;
    height: 26px;
    color: #707070;
    text-decoration: none;
}
#header .submenu li a:hover {
    color: #d01818;
    background: none;
}


/* Shopping cart */
.cart {
    visibility: hidden;
}
.cart-img {
    float: right;
    margin-right: 5px;
    border: 1px dotted #fff; /* include to avoid jitter when hovering */
}
.cart-img:hover {
    border: 1px dotted #444; /* add dotted border */
}
.cart-count {
    float: right;
    margin-right: -30px;
    margin-top: -5px;
    border-radius: 50%;
    padding: 0 5px;
    color: #fff;
    background-color: #ff00e1; /* purplish */
}
.cart-item-delete {
    margin-top: -2px;
    border: 1px dotted #fff; /* include to avoid jitter when hovering */
}
.cart-item-delete:hover {
    border: 1px dotted #444; /* add dotted border */
}
#coupon-section {
    display: none;
}
#update-btn:hover {  /* copied from Bootstrap's btn_primary */
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.removing {
    font-style: italic; /* italicized when a row is about to be removed */
}

@media(max-width:539px) { /* non-standard */
    .wk-info { /* hide address but info is also in footer */
        display: none;
    }
    .cart {
        margin-top: -130px; /* move cart up to WhizKidz logo */
    }
    .cart-count {
        margin-top: -135px;
        margin-right: 10px;
    }
    #header .submenu {
        padding: 10px 0 0 0; /* reduce gap */
    }
}


/* Receipt */
.thank-you {
    font-size: 16pt;
    font-style: italic;
    text-align: center;
    color: #ff00b7;
}


/* Footer */
#footer {
    font-size: smaller;
    padding: 0 10px;
    border-top: 1px solid #CCCCCC;
    /*background-color: #f5f5f5;*/
}
#copyright {
    float: left;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 32px;
}
.footer-wk-info {
    padding-left: 20px;
}
#ssl-seal {
    float: right;
    margin-top: 5px;
}
#social {
    float: right;
    margin-top: 5px;
}


/* Promotion */
.promo-box {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 7px 15px 0 15px;
    background-color: #e9e9e9;
}
.promo {
    color: #000;
    font-weight: normal;
    font-size: 11pt;
}
.promo a {
    text-decoration: underline;
}
.promo-hl {
    border-radius: 5px;
    padding: 2px 4px;
    color: #eee;
    background-color: #cb1a1a;
}
.promo-hl a {
    color: #eee;
    text-decoration: none;
}
.promo-sched {
    font-size: 13px;
    font-family: "Lucida Console", Monaco, monospace;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.promo-sched dt {
    font-weight: normal;
    margin-top: 15px;
    margin-left: 25px;
    color: #d100d1; /* magenta */
}
.promo-sched dd {
    margin-left: 40px;
    color: #70f; /* purple */
}
.promo-section {  /* use <legend> */
    font-size: 18px;
    font-weight: normal;
    color: #004b92; /* WK blue */
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Home */
.three-boxes {
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: #e9e9e9;
}
.three-boxes dd, .three-boxes li {
    color: #222;
    font-size: 13px;
    line-height: 1.6;
}
.box {
    padding: 10px 20px;
}
.box h1 {
    color: #ff6600;
    padding: 0;
    font-size: 21px;
    font-weight: bold;
}
#announce-list dd {
    margin-left: 40px;
}

#why-whizkidz-list li {
    color: #222;
    margin-bottom: 5px;
}

.hl {
    color: black;
    font-weight: bold;
    font-style: italic;
}

.hover-link {
    text-decoration: none;
    color: #004ff2;
}
.hover-link:hover {
    text-decoration: underline;
}
.hover-link:visited {
    text-decoration: underline;
    color: #004ff2;
}

.headline-center {
    text-align: center;
    position: relative;
}


/* Course table */
.course-table {
    border: 1px solid black;
    border-collapse: collapse;
    margin-bottom: 10px;
    width: 100%;
}
.course-table td {
    padding: 6px 10px;
    vertical-align: top;
}
.course-table td li {
    margin-left: 30px;
}
.course-table p {
    font-family: Arial, Helvetica, sans-serif;
}
.course-info {
    vertical-align: top;
    background-color: #ffffc7;
}
.course-desc {
    background-color: #cbeaef;
}

.course-table2 {
    border: 1px solid #aaa;
    border-radius: 4px;
    border-collapse: separate;
    overflow: hidden; /* so background color will respect border-radius */
    margin-bottom: 10px;
    width: 100%;
}
.course-table2 .sess-header {
    background-color: #d5e1a3; /* greenish */
}
.course-table2 th {
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-weight: normal;
}
.course-table2 td {
    border-top: 1px solid #aaa;
    padding: 6px 15px;
    vertical-align: top;
}
.course-table2 td li {
    margin-left: 30px;
}
.course-table2 p {
    font-family: Arial, Helvetica, sans-serif;
}

.course-table2 .day-time { /* older style */
    border-right: 1px solid #aaa;
    border-bottom: 0;
    vertical-align: top;
    background-color: #ffffd7; /* yellow, for backwards-compatibility */
}
.course-table2 .day-time1 {
    border-bottom: 0;
    vertical-align: top;
}
.course-table2 .day-time-gap {
    border-top: 0;
}
.course-table2 .day-time-type1 {
    background-color: #ffffd7; /* yellow */
}
.course-table2 .day-time-type2 {
    background-color: #ffefd7; /* peach */
}
.course-table2 .next1 {
    border-top: 2px solid #444;
}

.course-table2 .sess-key {
    text-transform: uppercase;
    color: #d100d1; /* magenta */
}
.course-table2 .course-info {
    border-right: 1px solid #aaa;
    vertical-align: top;
    background-color: #ffffc7;
}
.course-table2 .course-desc {
    background-color: #cbeaef;
    display: none;
    max-height: 13px;
    overflow: hidden;
}

.course-table2-enh {
    border-collapse: collapse;
}
.course-table2-enh th {
    border-top: 4px solid #444;
}

.course-table3 {
    border: 1px solid #aaa;
    border-radius: 4px;
    border-collapse: separate;
    overflow: hidden; /* so background color will respect border-radius */
    margin-bottom: 10px;
    width: 100%;
}

.hyperlink {
    text-decoration: underline;
    color: #004ff2;
}
.hyperlink:hover {
    cursor: pointer;
}

.course-w0, .width5 {
    width: 5%;
}
.width8 {
    width: 8%;
}
.course-w1, .course-meetings, .width10 {
    width: 10%;
}
.course-w2, .course-action, .width15 {
    width: 15%;
}
.course-w3, .width20 {
    width: 20%;
}
.width22 {
    width: 22%;
}
.width23 {
    width: 23%;
}
.course-w4, .course-info-data, .course-day-time, .course-dates, .width25 {
    width: 25%;
}
.course-w5, .width30 {
    width: 30%;
}
.width35 {
    width: 35%;
}
.width40 {
    width: 40%;
}

.tip span {
    float: right;
    color: #00f; /* standard link color */
    text-decoration: none;
    border-bottom: 1px dashed #00f;
    font-size: 90%;
}
.tip span + span {
    display: none;
}
.tip span:hover + span {
    position: absolute;
    display: inline;
    font-size: 9pt;
    color: #444;
    background-color: #fff;
    margin-left: 35px;
    margin-top: 18px;
    padding: 1px 2px;
    border: 1px solid black;
    box-shadow: 4px 4px 2px -1px #888888;
}

.sess-header {
    font-weight: normal;
    background-color: #d5e1a3;
}
.sess-info {
    background-color: #fff;
}
.sess-info2 {
    background-color: #f8f8f8;
}

.added-item {  /* Used when item is added to cart by cart.js */
    position: absolute;
    display: none; /* will fade this in and out */
    font-size: 9pt;
    color: #444;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -25px;
    padding: 1px 2px;
    border: 1px solid black;
    box-shadow: 4px 4px 2px -1px #888888;
}

.side {
    float: right;
    margin-top: -10px;
}


/* After School Program */
.as-note {
    text-indent: -5px; /* indent after */
    margin-left: 5px;  /* first line */
    margin-top: 20px;
    font-style: italic !important;
}
.as-asterisk {
    font-size: 6pt !important;
    color: #377476;
    vertical-align: top;
}
.schedule-heading {
    /*background-color: #c5def1 !important;*/
    background-color: #d5e1a3 !important; /* greenish */
    padding: 5px 15px;
}
.daily-heading {
    font-weight: normal;
    margin: 10px 0 10px 10px;
    padding: 0px 10px 2px 5px;
    color: #555e31;
}
.daily-schedule {
    margin-top: 10px;
    margin-bottom: 15px;
}
.daily-schedule li {
    font-weight: normal;
    margin-left: 40px;
    color: #912227;
}
.holiday-schedule {
    margin: 10px 0 10px 10px;
    border-collapse: collapse;
}
.holiday-schedule td {
    font-weight: normal;
    padding: 0 10px 2px 5px;
    color: #555e31;
}
.start-end {
    font-style: italic;
    color: #912227 !important;
}
.as-save {
    font-size: 90%;
    font-style: italic;
}
.hours-table th {
    padding-left: 5px;
    width: 100px;
}
.hours-table td {
    font-weight: normal;
    padding: 0 10px 2px 5px;
    color: #586232; /* moss green */
}

.table-width-auto {
    width: auto !important;
    margin: 0 auto;
}


/* Content panel */
#content {
    /*background-color: #fdfdfd;*/
    padding: 0;
}
#content-title {
    color: #ff6600; /* WK orange */
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 27px;
}
#content-title2, #content-subtitle {
    color: #00660a; /* green */
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#content-subtitle {
    font-size: 12pt; /* change to a smaller font */
}
#content-panel-title {  /* use as alternative to #content-title */
    font-size: 16pt;
    font-weight: bold;
    color: #444;
    /*background-color: #5e9fc9; /* blue */
    /*background-color: #d5e1a3; /* moss green */
    background-color: #e9d8b4; /* tan */
    padding: 5px;
    margin-bottom: 15px;
}
.content-section {
    color: #f600ff;
    font-size: 14pt;
    margin-top: 15px;
}
.content-type {
    color: green;
    font-size: 12pt;
    margin-left: 15px;
    margin-bottom: 3px;
}
.content-type + ul {
    margin-left: 45px;
}

.summary {
    color: #000;
    background-color: #ffd1ad; /* peach */
    margin: 0;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
}
.content-sep {
    border-left: 1px solid #aaa;
    min-height: 400px;
}
@media(max-width:767px) {
    .content-sep {
        border-left: 0;
    }
}

.notice-title {
    margin-bottom: 25px;
    color: #f79001; /* "Scratch" orange */
    font-size: 21px;
    font-weight: bold;
}
.notice {
    border: 1px solid #004b92; /* WK blue */
    border-radius: 5px;
    padding: 10px 20px;
    color: #ad2600; /* brownish */
    background-color: #f0f7ff;
    overflow: hidden; /* not include floated items */
}
.notice2 { /* lighter than 'notice' */
    border: 1px solid #d6ebff;
    border-radius: 5px;
    padding: 10px 20px;
    color: #ad2600; /* brownish */
    background-color: #f4fff0;
    overflow: hidden; /* not include floated items */
}

/* Form - see also above in Bootstrap section, .form-* */
#content label, input {
}
.required {
    color: brown;
}

/* Hide up/down arrows for number input field. */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}


#error-section {
    display: none;
    color: white;
    background-color: #ff3d3d;
    margin: 5px 30px 0 30px;
    padding: 5px;
    border-radius: 5px;
}
.error-text {
    color: red;
    font-style: oblique;
}


/* About */
.about-title {  /* replaces content-title */
    margin-top: 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 27px;
    color: #004b92; /* WK blue */
}
.about-logo {
    padding-left: 10px;
}
.about-section {
    margin-top: 25px;
    font-size: 22px;
    color: #00573a; /* dark green */
}
.about-info {
    color: #57004b;
}

/* Team */
.team-heading {
    margin-top: 0;
    color: purple;
}


/* Why WhizKidz? */
.about-desc {
    margin-left: 10px;
}
.about-list li {
    margin-left: 25px;
    margin-bottom: 15px;
}

.list-title {
    font-size: 14pt;
    color: #00573a; /* dark green */
}


/* Our Message */
.fourc {
    font-size: 120%;
    font-style: bold;
    text-decoration: underline;
    color: #d100d1; /* purplish */
}
.signature {
    font-family: 'Kaushan Script', cursive, Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #004b92; /* WK blue */
    margin-top: 20px;
}
.signature-title {
    font-size: 16px;
    font-style: oblique;
    color: #004b92; /* WK blue */
}


/* Contact */
.contact-well {
    margin-right: -15px; /* override col-*-# - padding-right: 15px; */
    margin-bottom: 0; /* override .well - margin-bottom: 20px */
    padding-top: 0; /* override .well-sm - padding-top: 9px; */
}
.contact-icon {
    font-size: 22px !important;
    color: #36a0ff;
    padding-top: 4px;
}


/* Header note */
.header-note {
    margin-top: 15px;
    padding-left: 10px;
    border: 2px solid gray;
    background-color: #fbf5b9;
}
.header-box {
    margin-top: 15px;
}
.header-box a img {
    box-shadow: 5px 5px 3px #888;
}
.header-box a:hover img {
    opacity: 0.8;
}
.header-title {
    font-size: 16px;
    font-weight: bold;
    color: #ff6600; /* WK orange */
}
.header-text {
    font-size: 14px;
    color: #2448a0;
}


/* Payment */
.left-gutter {
    margin-left: -15px;
}

/* Checkout done */
.payment-msg {
    font-size: 16px;
}


/* Student page */
#student-title {
    color: #ff6600;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.student-section {
    color: #008f6b;
    font-size: 12pt;
    margin-top: 15px;
    margin-bottom: 0;
}

.student-list, .student-list ul {
    margin-left: 35px;
}
.student-list > li {
    margin-top: 5px;
}
.student-text {
    font-size: 12pt;
}
.course-name {
    font-weight: bold;
}

.wizards-of-tomorrow {
    background: linear-gradient(#ff0000, #0000ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}


