/*
###############################
PAGE LAYOUT
###############################
*/


.registration_page
{
    background-color: #e2e2e2;
}

.registration_form
{
    background-color: white;
    border: solid black 1px;
    width: 1000px;
    padding: 3%;

    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-shadow: 7px 6px 9px 0px rgba(0,0,0,0.44);
}

.edit_bill_form
{
    background-color: white;
    border: solid black 1px;
    width: auto;
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 1%;

    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-shadow: 7px 6px 9px 0px rgba(0,0,0,0.44);
}

.tool_form
{
    background-color: white;
    border: solid black 1px;
    width: 1000px;
    padding: 3%;

    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}

.form_container
{
    display: block;
    text-align: center;
}

.form_container h1
{
    text-decoration-color: black;
}


/*
###############################
FONTS
###############################
*/

*
{
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

.form_container h1
{
    font-size: 2em;
}

.form_container h2
{
    font-size: 1.5em;
}

.form_container h3
{
    font-size: 1.17em;
}

/*
###############################
TABLES
###############################
*/

.footer_table
{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.edit_registrations_table {
    border-collapse: collapse;
    width: 90%;
    padding: 5%;
}

.edit_registrations_table table, .edit_registrations_table th, .edit_registrations_table td{
    empty-cells: show;
    border: 1px solid rgba(211, 211, 211, 0.44);
}

.edit_registrations_table td {
    width: 15%;
}

.edit_registrations_table td.small
{
    width: 5%;
    text-align: center;
}

.edit_registrations_table th.small
{
    padding-right: 15px;
    width: 5%;
    text-align: right;
}

.edit_registrations_table tr {
    height: 40px;
}


/* -------------------------- */

.show_registrations_table {
    border-collapse: collapse;
    width: 90%;
    padding: 5%;
}

.show_registrations_table table, .show_registrations_table th, .show_registrations_table td{
    empty-cells: show;
    border: 1px solid rgba(211, 211, 211, 0.44);
}

.show_registrations_table td {
    width: 15%;
}

.show_registrations_table td.small
{
    width: 1%;
    text-align: center;
}

.show_registrations_table td.medium
{
    width: 2%;
}

.show_registrations_table th.small
{
    padding-right: 5px;
    width: 1%;
    text-align: right;
}

.show_registrations_table tr {
    height: 40px;
}

.show_registrations_table tbody tr:hover
{
    background-color: lightgrey;
}

/* -------------------------- */

.print_badges_table {
    text-overflow: ellipsis;
    border: 1px black solid;
    border-collapse: separate;
    border-spacing: 0;
}

.print_badges_table td {
    text-align:center;
    padding-left: 5px;
    padding-right: 5px;
}

.print_badges_table div {
    text-align:center;
    overflow: hidden;
    font-size: 14pt;
    font-weight: bold;
    text-overflow: clip;
    /*text-overflow: ellipsis;
    white-space: nowrap;*/

}

.print_badges_table img {
    max-height: 100%;
    max-width: 100%;
}


/* -------------------------- */

.display_overview_table {
    border-collapse: collapse;
    width: 30%;
    padding: 3%;
}

.display_overview_table th, .display_overview_table td{
    empty-cells: show;
    border: 1px solid black;
    border-bottom: none;
    padding-left: 1%;
}

.display_overview_table table{
    empty-cells: show;
    border: 1px solid rgba(211, 211, 211, 0.44);
}

.display_overview_table_color {
    background-color: lightgray;
}

.display_overview_table th {
    border-left: none;
}

.display_overview_table td {
    border-right: none;
    width: 15%;
    padding-left: 2%;
}

.display_overview_table tr {
    height: 30px;
}

.display_overview_table tr:hover
{
    background-color: darkgray;
}

.display_overview_table_color tr:hover {
    background-color: darkgray;
}


/* -------------------------- */

.display_overview_table_attendance {
    border-collapse: collapse;
    width: 90%;
    padding: 2%;
}

.display_overview_table_attendance th, .display_overview_table_attendance td{
    empty-cells: show;
    border: 1px solid black;
    border-bottom: none;
    padding-left: 1%;
}

.display_overview_table_attendance table{
    empty-cells: show;
    border: 1px solid rgba(211, 211, 211, 0.44);
}

.display_overview_table_attendance_color {
    background-color: lightgray;
}

.display_overview_table_attendance td {
    width: 15%;
}

.display_overview_table_attendance tr {
    height: 30px;
}

.display_overview_table_attendance tbody tr:hover
{
    background-color: darkgray;
}

.display_overview_table_attendance_color tr:hover {
    background-color: darkgray;
}


/* -------------------------- */

.activate_table
{
    border-collapse: collapse;
    padding: 5px;
    width: 75%;
}

.activate_table table, .activate_table th, .activate_table
{
    activate_table: show;
}

.activate_table td
{
    padding: 5px;
}

/* -------------------------- */

.warning_table
{
    color: black;
    font-weight: bold;
    padding: 5px;
}

.warning_table .critical_warning
{
    color: red;
}


/* -------------------------- */

.conference_table
{
    border-collapse: collapse;
    padding: 5px;
    width: 50%;
}

.conference_table table, .conference_table th, .conference_table
{
    empty-cells: show;
}

.conference_table tr
{
    height: 40px;
}
/* -------------------------- */

.registration_table {
    border-collapse: collapse;
    width: 100%;
    padding: 5%;
}

.registration_table table, .registration_table th, .registration_table td{
    empty-cells: show;

}

.registration_table td {
    width: 30%;
}

.registration_table tr {
    height: 40px;
}

/* -------------------------- */

.display_table {
    border-collapse: collapse;
    width: 100%;
    padding: 5%;
}

.display_table table, .display_table th, .display_table td{
    empty-cells: show;
    border: 1px solid rgba(211, 211, 211, 0.54);
}

.display_table td {
    width: 30%;
}

.display_table tr {
    height: 40px;
}

/* -------------------------- */

.overview_table
{
    border-collapse: collapse;
}

.overview_table table, .overview_table th, .overview_table td{
    empty-cells: show;
    padding: 5px;
   /* border: 1px solid rgba(211, 211, 211, 0.44); */
}

.overview_table tr {
    height: 30px;
}

.overview_table th
{
    width: 130px;
}

.overview_table td
{
    width: 300px;
}

/* -------------------------- */

.price_table
{
    border-collapse: collapse;
}

.price_table table, .price_table th, .price_table td{
    empty-cells: show;
    padding: 5px;
   /* border: 1px solid rgba(211, 211, 211, 0.44); */
}

.price_table tr {
    height: 30px;
}

.price_table th
{
    width: 130px;
}

.price_table td
{
    width: 150px;
}

/* -------------------------- */

tr.divider
{
    height: 10px;
}

/* -------------------------- */

td.separation_line
{
    border-top: 1px solid black;
}

/* -------------------------- */

.hidden_table {
    display: none;
    visibility: hidden;
}

/* -------------------------- */

.checkbox_table {
    empty-cells: show;
}

.checkbox_table tr {
    height: 30px;
}

.checkbox_table td
{
    padding: 5px;
    vertical-align: bottom;
}

/* -------------------------- */

.editbill_table {
    empty-cells: show;
}

.editbill_table tr {
    height: 30px;
}

.editbill_table td
{
    padding: 5px;
    vertical-align: top;
}

/* -------------------------- */

.payment_table {
    empty-cells: show;
    width: 100%;
}

.payment_table tr {
    height: 100%;
    width: 100%;
}

.payment_table td {
    vertical-align: top;
    width: 20%;
    padding-right: 10px;
}


/* -------------------------- */

.attendance_type_table
{
    empty-cells: show;
}

.attendance_type_table tr
{
    height: 30px;
}

.attendance_type_table td
{
    padding: 5px;
}

/* -------------------------- */

.dates_table td
{
    padding: 5px;
}

/* -------------------------- */

.new_attendance_type_table {
    border-collapse: collapse;
    display: inline;
    empty-cells: show;
}

.new_attendance_type_table td
{
    padding: 5px;
    vertical-align: bottom;
    min-width: 60px;
}

/* -------------------------- */

.new_dropdown_table
{
    border-collapse: collapse;
    display: inline;
    empty-cells: show;
}

.new_dropdown_table td
{
    padding: 5px;
    vertical-align: bottom;
}

/* -------------------------- */

.new_checkbox_table {
    border-collapse: collapse;
    display: inline;
}

.new_checkbox_table td
{
    padding: 5px;
    min-width: 50px;
}

/* -------------------------- */

.header_table td
{
    padding: 5px;
}

.new_header_table td
{
    padding: 5px;
    min-width: 15px;
    vertical-align: bottom;
}

/* -------------------------- */

.user_input_table {
    empty-cells: show;
    width: 100%;
}

.user_input_table tr {
    height: 100%;
    width: 100%;
}

.user_input_table td {
    vertical-align: top;
    width: 20%;
    padding-right: 10px;
}

/*
###############################
INPUT FIELDS
###############################
*/

.radio_buttons_payment
{

}

/* -------------------------- */

.dropdown_menu {
    min-width: 50%;
}

/* -------------------------- */

.disabled
{
    background-color: #EBEBE4;
}

.input_resizable
{
    overflow: auto;
    resize: both;
    height: 100%;
    width: 100%;
    min-height: 10px;
}

input.medium
{
    width:50%;
    height: 25px;
    font-size: 100%;
}

input.checkbox
{
    display:block;
    height:13px;
    line-height:1.4em;
    margin:6px 0 0 3px;
    width:13px;

}

input.form_input_medium
{
    box-shadow: none;
    height: 18px;
    width: 20%;
    min-width: 260px;
}

input.form_input_medium.wrong
{
    border: 2px solid red;
}

input.form_input_large
{
    box-shadow: none;
    height: 18px;
    width: 41%;
    min-width: 540px;
}

input.text
{
    border-bottom:1px solid #ddd;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-top:1px solid #7c7c7c;
    color:#333;
    font-size:100%;
    margin:0;
    padding:2px 0;
}

/* -------------------------- */

select.select
{
    color:#333;
    font-size:100%;
    margin:1px 0;
    padding:1px 0 0;
    background:#fff;
    border-bottom:1px solid #ddd;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    border-top:1px solid #7c7c7c;
}

select.large
{
    min-width: 50%;
    max-width: 90%;
}

select.medium
{
    min-width: 50%;
    max-width: 70%;
}

select.small
{
    min-width: 25%;
    max-width: 40%;
}

/* -------------------------- */

.button_submit
{
    line-height: 1.625;
    font-size: large;
    width:auto;
    height: auto;
    min-width: 90px;
    min-height: 40px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.27);
}

/* -------------------------- */

.button_navigate
{
    line-height: 1.625;
    font-size:93%;
    min-width: 60px;
    width:auto;
    height: auto;
    min-height: 31px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.27);
}

/* -------------------------- */
/* FAKE UPLOAD BUTTON */
/*
input[type="file"]
{
    display: none;
}

.upload
{
    font-family: "Times New Roman", Times, serif;

    font: 400 13px Times;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: buttonface;

    line-height: 1.625;
    font-size:93%;
    min-width: 60px;
    width:auto;
    height: auto;
    min-height: 20px;
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.27);
}
*/


/*
###############################
DIVS
###############################
*/

.annotation
{
    text-align: right;
    font-size: 12px;
    font-style: italic;
}

/* -------------------------- */

.credit_card_form
{
    background-color: white;
    border: solid black 1px;
    width: 1000px;
    padding: 3%;

    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    box-shadow: 7px 6px 9px 0px rgba(0,0,0,0.44);
}

.center
{
    text-align: center;
}

/* -------------------------- */

.create_form_input_block
{
    display: none;
    font-size: 16px;
}

/* -------------------------- */


div.error_message
{
    color: red;
    font-weight: bold;
}


form div.left
{
    display: inline;
    float: left;
    width:auto;
}

/* -------------------------- */

.sidebar
{
    display: table-cell;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 250px;
    background-color: #f1f1f1;
    position: static;
    top: 47px;
    height: 100vh;
    font-weight: bold;
    font-size: 1.10em;
}

.sidebar a {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
}

.sidebar a.active {
    background-color: #555;
    color: white;
}

.sidebar a.deactivated {
    color: #97968c;
}

.sidebar a:hover:not(.active) {
    background-color: #a0a0a0;
    color: white;
}

.sidebar table
{
    padding: 0 !important;
    empty-cells: show;
}

.sidebar td
{
    padding: 0 !important;
    min-width: 20px;
}

.sidebar td a
{
    padding: 10px !important;
}


/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.main-contents-sidebar {
    display: table-cell;
    margin-left: 50px;
    padding: 1px 16px;
}

div.main-contents {
    margin-top: 70px;
    padding: 1px 16px;
    height: 1000px;
    overflow: auto;
}

div.fake_table
{
    display: table;
}


/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar a {float: left;}
    div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}

/*
###############################
LISTS
###############################
*/

form li
{
    display:block;
    margin:0;
    padding:4px 5px 2px 9px;
    position:relative;
}

form li:after
{
    clear:both;
    content:".";
    display:block;
    height:0;
    visibility:hidden;
}

form li div
{
    color:#444;
    margin:0 4px 0 0;
    padding:0 0 8px;
}

/*
###############################
LABELS
###############################
*/

form div label
{
    clear:both;
    color:#444;
    display:block;
    font-size:15px;
    /*line-height:9px;*/
    margin:0;
    padding-top:3px;
    padding-bottom:4px;
}

label {
    margin-bottom: 4px;
}

label.checkbox
{
    color: #444;
    display: block;
    font-size: 100%;
    line-height: 1.4em;
    width: auto;
    margin-top: -1.55em;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 25px;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
}

label.header
{
    font-weight: bold;
    font-size: 100%;
    padding-bottom: 9px;
}

label.required::before
{
    color: red;
    content: "* ";
}


/*
###############################
NAVIGATION
###############################
*/

nav.navigation_bar
{
    font-weight: bold;
    font-size: 16px;
    font-family: "Times New Roman", Times, serif;

    /*position: fixed;
    top: 0;
    width: 100%;
    background-color: black;
    overflow: hidden;
    min-height: 47px;*/
}

nav.navigation_bar ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
}

nav.navigation_bar li
{
    float: left;
}

nav.navigation_bar li a
{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav.navigation_bar li a:hover:not(.active) {
    background-color: #111;
}

nav.navigation_bar .active {
    background-color: #97968c;
}

nav.navigation_bar .deactivated {
    color: #97968c;
}


/*
###############################
MISC
###############################
*/

.status_active
{
    color: limegreen;
    font-weight: bolder;
    font-size: 18px;
}

.status_inactive
{
    color: darkred;
    font-weight: bolder;
    font-size: 18px;
}

.banner
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    max-height: 300px;
}

.footer_logo
{
    width: 100px;
    height: auto;
}







