﻿html * {
    font-family: Calibri, Arial;
    font-size: large;
}

a:link {
    text-decoration: none;
    color: red;
}

a:visited {
    text-decoration: none;
    color: red;
}

a:hover {
    text-decoration: underline;
    color: red;
}

a:active {
    text-decoration: none;
    color: red;
}

.link_white {
    text-decoration: none;
    color: white;
}

.table_background {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: lightblue;*/
    box-shadow: 0px 0px 10px rgba(114, 114, 113, 0.5);
    border-radius: 15px;
}

fieldset {
    border: 0;
}

.GymName {
    font-family: Calibri, sans-serif;
    font-weight: bold;
    font-size: x-large;
}

.UserName {
    font-family: Calibri, sans-serif;
    font-weight: normal;
    font-style: italic;
    font-size: small;
}

table {
    font-family: Calibri, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    background-color: whitesmoke;
    min-width: 500px;
 }

textarea {
    resize: none;
}

.label_red_small {
    color: red;
    font-size: small;
}

.label_red_large {
    color: red;
    font-size: large;
    font-weight: bold;
}

.label_black_large {
    color: black;
    font-size: large;
    font-weight: bold;
}

.label_info_grey {
    color: grey;
    font-style: italic;
    font-size: small;
}

.label_info_blue {
    color: blue;
    font-style: italic;
    font-size: small;
}


.tc_light_bottom_border_only {
    border-top: none;
    border-bottom: 1px solid silver;
    border-left: none;
    border-right: none;
}

.tc_light_bottom_and_right_border {
    border-top: none;
    border-bottom: 1px solid silver;
    border-left: none;
    border-right: 1px solid silver;
}

.tc_light_top_and_right_border {
    border-top: 1px solid silver;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid silver;
}

.tc_light_right_border_only {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid silver;
}

.tc_group_header {
    border-bottom: 1px solid silver;
    vertical-align: bottom;
    font-weight: bold;
}

.select { 
    font-size: medium;
    padding: 10px;
}

.select option {
    font-size: medium;
}


.EventType {
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}

.EventTypeNotAvailable {
    color: white;
    text-decoration: none;
    background-color: red;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}

.EventTypeConsultation {
    color: black;
    text-decoration: none;
    background-color: lightgreen;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}

.EventTypeAvailable {
    color: black;
    text-decoration: none;
    background-color: yellow;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}

.EventTypePTSession {
    color: black;
    background-color: powderblue;
    text-decoration: none;
    border-color: darkblue;
    border-width: 3px;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}

.EventTypeGroupClass {
    color: black;
    text-decoration: none;
    background-color: orange;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}
.EventTypeAthletics {
    color: black;
    text-decoration: none;
    background-color: lightcoral;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}
.EventTypeClientCase {
    color: black;
    text-decoration: none;
    background-color: lightgray;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}
.EventTypeTeamMeeting {
    color: black;
    text-decoration: none;
    background-color: lightyellow;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}
.EventTypeOneOnOne {
    color: black;
    text-decoration: none;
    background-color: tan;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}
.EventTypeFloor {
    color: black;
    text-decoration: none;
    background-color: teal;
    border-radius: 10px;
    vertical-align: middle;
    font-size: large;
}

.EventStatusNA {
    text-decoration: none;
    width: 30px;
    height: 100%;
    background-color: inherit;
    border-radius: 10px;
}

.EventStatusCancelled {
    text-decoration: none;
    width: 30px;
    background-color: red;
    color: white;
    border-radius: 10px;
}

.EventStatusBooked {
    text-decoration: none;
    height: 100%;
    width: 10px;
    background-color: lime;
    border-radius: 10px;
}

.EventStatusConfimred {
    text-decoration: none;
    width: 10px;
    background-color: darkgreen;
    color: white;
    border-radius: 10px;
}

.EventStatusNoShow {
    text-decoration: none;
    width: 10px;
    background-color: darkorange;
    border-radius: 10px;
}

.EventStatusClosed {
    text-decoration: none;
    width: 10px;
    background-color: blue;
    color: white;
    border-radius: 10px;
}


.HourFormat {
    font-size: x-large;
    font-weight: 700;
    color: black;
}

.MinuteFormat {
    font-size: inherit;
    font-weight: 300;
    color: darkgray;
}

.MinuteFormat_Mini {
    font-size: smaller;
    font-weight: 300;
    color: darkblue;
}

.Alert_Icon {
    height: 25px;
    width: 25px;
    vertical-align: middle;
}

.Icon_16x16 {
    height: 16px;
    width: 16px;
    vertical-align: middle;
    text-align: right;
}


.Action_Icon {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}


/*.fadeout_on {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;*/ /*background-color: gray;*/
/*opacity: .5;
            filter: alpha(opacity=50);
        }

        .fadeout_off {
            position: absolute;
            top: 0%;
            left: 0%;
            width: 100%;
            height: 100%;
            opacity: 1;
            filter: alpha(opacity=100);
        }*/

.button_round_corners {
    border-radius: 12px;
}
.button_round_corners_wraptext {
    border-radius: 12px;
    white-space: normal;
    word-wrap: break-word;
    padding: 6px 12px; /* optional: improves readability */
}

/* Scale up the checkbox and bump the label font size */
.big-checkbox input[type="checkbox"] {
    transform: scale(1.7);
    transform-origin: top left;
    margin-right: 1em;
}

.big-checkbox label {
    font-size: 1.1em;
    vertical-align: middle;
    cursor: pointer;
}


/* Hide images with no src attribute */
img:not([src]) {
    display: none;
}
/* Hide images whose src is the empty string */
img[src=""] {
    display: none;
}

