﻿.heading, h1, h3 {
    font-family: 'MuseoSlab',Arial;
    font-size: 100%;
    font-weight: 400;
}



hgroup > .heading span {
    font-size: 40px;
}

hgroup > .heading2 span {
    font-size: 30px;
    font-weight: 600;
}


.menu-heading {
    font-size: 115%;
    font-weight: 600;
    background-color: #e6dddd;
    padding: 5px 5px;
    text-transform: uppercase;
    text-align: center;
}

    .menu-heading.la {
        text-align: left;
    }

.message-success {
    border: 1px;
    border-color: #16573a;
    background-color: #d5f3e6;
    margin: 10px 0px;
    padding: 10px;
    text-align: center;
    font-size: 1.15em;
}

.submit_button {
    padding-top: 8px;
    padding-bottom: 6px;
}

.submit_button_small {
    font-size: 0.85em;
    padding-top: 8px;
    padding-bottom: 7px;
}

.first {
    padding-left: 15px;
}

.last {
    padding-right: 15px;
}

.float-left {
    float: left;
    margin-right: 10px;
}

.float-right {
    float: right;
    margin-left: 10px;
}

.dn-section {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: lavender;
    width: 100%;
    border: 1px solid #8c8c8c;
}

#relationReductionMechelenform dn-dropdown,
#reductionMechelenform .dn-dropdown {
    width: 75%;
    margin-bottom: 0px;
}

#reductionMechelenform #email {
    width: 62%;
    margin-bottom: 0px;
}

#relationReductionMechelenform input.form_field_text,
#reductionMechelenform input.form_field_text {
    width: 75%;
}


/*#relationReductionMechelenform input.form_field_text,
#relationReductionMechelenform .dn-dropdown,
#relationReductionMechelenform p {
    width: 75%;
    margin-bottom: 25px;
}*/

.dn-dropdown,
.dn-textbox {
    border: 1px solid #8c8c8c;
    padding: 5px 5px;
    font-size: 1em;
    width: 75%;
    /*max-width: 40%;*/
    margin-bottom: 10px;
}

.dn-textbox-bucke,
.dn-dropdown-bucke {
    border: 1px solid #8c8c8c;
    padding: 5px 5px;
    font-size: 1em;
    width: 100%;
    margin-bottom: 10px;
}

.dialog-hidden {
    display: none;
}

.ui-dialog.alert > .ui-dialog-titlebar {
    background: crimson;
    color: white;
}

/*.form_field_select{
    width: 60%;
}*/


/* Multiple select box */
.multiselectable {
    margin-top: 25px;
}

    .multiselectable select {
        margin: 7px 0px;
        width: 100%;
        min-height: 7em;
    }

.m-selectable-from,
.m-selectable-to {
    width: 37%;
    float: left;
    margin-right: 30px;
}


.m-selectable-controls {
    float: left;
    margin-right: 30px;
    margin-top: 1.25em;
}

    .m-selectable-controls button {
        max-width: 50px;
        margin-top: 5px;
    }


select.form_field_select {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #8c8c8c;
    color: #242424;
    font-size: 100%;
    max-width: 100%;
    width: 60%;
    padding: 3px 5px;
}

.form_row .form_rightcol input.form_field_text,
.form_row .form_leftcol input.form_field_text {
    padding: 3px 5px;
}

.form_row .form_rightcol textarea {
    width: 100%;
}



/* medical info specifics */
.element-title {
    margin-right: 10px;
}

#medical-record-detail .section {
    margin: 25px 0px;
}

.debug-configuration {
    margin-top: 15px;
    background-color: coral;
    font-weight: bold;
    padding: 10px;
}

/* Webform */
.webform-section {
    margin: 25px 0px;
}

.dialog-row {
    margin: 10px 0px 20px 0px;
}

.dialog-input {
    border: solid 1px;
    min-height: 30px;
    min-width: 450px;
}

.dialog-label {
    float: left;
    width: 135px;
}

    .dialog-label .wide {
        width: 350px;
        margin-bottom: 10px;
    }

/*page layout when editing*/
.hide-when-edit {
    display: none;
}

.wide-when-edit {
    width: 750px !important;
}

#main div.basicpagecontainer {
    background-color: inherit;
}

/* pointer icons on dynamically loaded image links*/
img.link-icon-edit:hover,
img.link-icon-delete:hover,
img.link-reservation-document-icon-edit:hover,
img.link-reservation-document-icon-delete:hover {
    cursor: pointer;
}

.icon {
    width: 24px;
}


#overview-medical-record-table .medical-record,
#overview-medical-record-table .reservation-document-record {
    vertical-align: top;
}

#overview-medical-record-table .missing {
    color: #FF0000;
    font-style: italic;
    font-weight: bolder;
}

#overview-medical-record-table img.link-icon-edit,
#overview-medical-record-table img.link-reservation-document-icon-edit {
    float: left;
    margin-right: 20px;
}

#webform-control-table img.link-icon-edit,
#webform-control-table img.link-icon-delete {
    margin-left: 20px;
}

#webform-control-table td {
    vertical-align: top;
    padding: 10px 10px;
}

#webform-control-table img.icon {
    padding: 0px;
    margin: 0px 0px 0px 20px;
}

#menu-author a {
    font-weight: bold;
}

/*td span.medical-record {
    margin-right: 10px;
}*/


div.reservation-product-document {
    padding-left: 10px;
    font-style: italic;
}

div.reservation-camp:not(:first-of-type) {
    border-top: solid 1px
}

div.reservation-camp {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px
}

    div.reservation-camp .icon {
        height: 20px
    }


.swimschool-group-header td {
    font-weight: bold;
}

#person-swimschool-table,
#reservation-table,
#overview-medical-record-table,
#child-camp-table {
    background-color: white;
}

td.reservation-price,
td.total-amount-value {
    text-align: right;
    min-width: 75px;
}

/*nekki reservation*/

.main form .section_left {
    width: 50%;
    margin-top: 15px;
    float: left;
}

.main form .section_right {
    width: 50%;
    margin-top: 15px;
    float: right;
}

@media (min-width: 481px) {
    .form_row .form_rightcol input.textinput.nekki-reservation,
    .form_row .form_rightcol input.form_field_text.nekki-reservation,
    .form_row .form_rightcol input.form_field_password.nekki-reservation,
    .form_row .form_rightcol textarea.nekki-reservation {
        width: 90%;
    }

    .form_row .form_leftcol input.textinput.nekki-reservation,
    .form_row .form_leftcol input.form_field_text.nekki-reservation,
    .form_row .form_leftcol input.form_field_password.nekki-reservation,
    .form_row .form_leftcol textarea.nekki-reservation {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .layout.v213.flf > .group2 {
        float: left;
        width: 250px;
        margin-left: -250px;
    }
}

select.nekki-reservation {
    width: 100%;
    min-height: 35px;
}

.inline-label {
    padding-top: 7px;
    float: left;
    width: 25%;
}



/*Event reservation stuff*/
.event-note {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid orange;
    background: #f6ebdb
}

#RTData, #RTCode {
    max-width: 40%;
}

input.qtyplus,
input.qtyminus,
input.remove {
    width: 35px;
    height: 35px;
    border: 1px solid #8c8c8c;
    background: #a9a9a9;
    box-sizing: border-box;
    font-size: 100%;
}

input.table_textbox.vouchercode {
    width: 35%;
}

input.qty {
    width: 20%;
    padding: 8px 15px;
    border: 1px solid #8c8c8c;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 100%;
    color: #242424;
    -webkit-appearance: none;
    border-radius: 0;
}

td.productdescription {
    width: 50%;
    padding: 8px 15px;
    font-size: 100%;
}

input.vouchercode {
    width: 55%;
    padding: 8px 15px;
    border: 1px solid #8c8c8c;
    background: #ffffff;
    box-sizing: border-box;
    font-size: 100%;
    color: #242424;
    -webkit-appearance: none;
    border-radius: 0;
    float: right;
}

.terms-and-conditions {
    margin-bottom: 25px;
}

.submit_button_small.disabled,
.submit_button_small.disabled:hover,
.submit_button.disabled,
.submit_button.disabled:hover {
    background-color: grey;
}

/*fix for layout of submit button on login form*/
.main form .section.end input.submit_button {
    padding-top: 6px;
    padding-bottom: 4px;
    float: right;
}



#login-buttons, #submit-buttons {
    width: 60%;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}

.info-icon.right {
    float: right;
    height: 25px;
}

.tooltip-class {
    /*display: none;*/
    background: black !important;
    font-size: 0.9em !important;
    line-height: 1.25em !important;
    /*height: 10px;*/
    max-width: 300px;
    padding: 10px;
    color: #fff !important;
    z-index: 99;
    bottom: 10px;
    border: 2px solid white;
    /* for IE */
    filter: alpha(opacity=80);
    /* CSS3 standard */
    opacity: 0.8;
}


/*
.nav.subTree > ul > li,
.nav.subTree > li,
.nav.subTree > li > ul,
.nav.subTree > ul > li > ul > li {
    list-style: none;
}

ul {
    margin-left: 20px;
}
ul ul {
    margin-left: 20px;
}
    */


/* nav menu styles */
#nav li {
    list-style: none;
}

#nav {
    display: block;
    width: 200px;
    margin: 0 auto;
    -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
    -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
    box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
}

    #nav > li > a {
        display: block;
        padding: 5px 9px;
        font-size: 1.1em;
        font-weight: bold;
        color: #d4d4d4;
        text-decoration: none;
        border-bottom: 1px solid #212121;
        background-color: #343434;
        background: -webkit-gradient(linear, left top, left bottom, from(#343434), to(#292929));
        background: -webkit-linear-gradient(top, #343434, #292929);
        background: -moz-linear-gradient(top, #343434, #292929);
        background: -ms-linear-gradient(top, #343434, #292929);
        background: -o-linear-gradient(top, #343434, #292929);
        background: linear-gradient(top, #343434, #292929);
    }

        #nav > li > a:hover, #nav > li > a.open {
            color: #e9e9e9;
            border-bottom-color: #384f76;
            background-color: #6985b5;
            background: -webkit-gradient(linear, left top, left bottom, from(#6985b5), to(#456397));
            background: -webkit-linear-gradient(top, #6985b5, #456397);
            background: -moz-linear-gradient(top, #6985b5, #456397);
            background: -ms-linear-gradient(top, #6985b5, #456397);
            background: -o-linear-gradient(top, #6985b5, #456397);
            background: linear-gradient(top, #6985b5, #456397);
        }

/*Orderhistory*/
.table td.no-border,
.table .no-border {
    border: none;
    padding: 5px;
}

table.small {
    font-size: 0.75em;
}

    table.small td,
    table.small th {
        padding: 7px 5px;
    }


/*Submenu*/
#nav li ul {
    display: none;
    background: #4a5b78;
}

    #nav li ul li a {
        display: block;
        background: none;
        padding: 10px 0px;
        padding-left: 20px;
        font-size: 1.1em;
        text-decoration: none;
        font-weight: bold;
        color: #e3e7f1;
        text-shadow: 1px 1px 0px #000;
    }

        #nav li ul li a:hover {
            background: #394963;
        }

/*POPPER tooltip stuff*/
/*
  i wish this required CSS was better documented :(
  https://github.com/FezVrasta/popper.js/issues/674
  derived from this CSS on this page: https://popper.js.org/tooltip-examples.html
  */

.popper,
.tooltip {
    position: absolute;
    z-index: 9999;
    background: #FFC107;
    color: black;
    width: 150px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
    padding: 10px;
    text-align: center;
}

.style5 .tooltip {
    background: #1E252B;
    color: #FFFFFF;
    max-width: 200px;
    width: auto;
    font-size: .8rem;
    padding: .5em 1em;
}

.popper .popper__arrow,
.tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
    border-color: #FFC107;
}

.style5 .tooltip .tooltip-arrow {
    border-color: #1E252B;
}

.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
    margin-bottom: 5px;
}

    .popper[x-placement^="top"] .popper__arrow,
    .tooltip[x-placement^="top"] .tooltip-arrow {
        border-width: 5px 5px 0 5px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        bottom: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
    }

.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
    margin-top: 5px;
}

    .tooltip[x-placement^="bottom"] .tooltip-arrow,
    .popper[x-placement^="bottom"] .popper__arrow {
        border-width: 0 5px 5px 5px;
        border-left-color: transparent;
        border-right-color: transparent;
        border-top-color: transparent;
        top: -5px;
        left: calc(50% - 5px);
        margin-top: 0;
        margin-bottom: 0;
    }

.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
    margin-left: 5px;
}

    .popper[x-placement^="right"] .popper__arrow,
    .tooltip[x-placement^="right"] .tooltip-arrow {
        border-width: 5px 5px 5px 0;
        border-left-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
        left: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
    }

.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
    margin-right: 5px;
}

    .popper[x-placement^="left"] .popper__arrow,
    .tooltip[x-placement^="left"] .tooltip-arrow {
        border-width: 5px 0 5px 5px;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        right: -5px;
        top: calc(50% - 5px);
        margin-left: 0;
        margin-right: 0;
    }


.validation-summary-errors{
    background-color: red;
    font-weight:bold;
    color: white;
    margin: 10px 0px;
    padding: 10px 5px;
}

.sub-section {
    /*margin: 10px 10px;*/
}

table.sub-table {
    border: 0px;
}

.sub-table th {
    color: black;
    background: none;
    border: 0px;
}

.sub-table td.productdescription {
    border-left: none;
}