h3 {
	font-size: 1rem;
    font-weight: 400;
}

.slotDiv {
    float: left;
    margin: 10px;
    border: rgb(255, 0, 0);
    border: 2px solid;
    border-radius: 20px;
    padding: 4px;
    background-color: white;
    opacity: .8;
    color:black;
    min-width:346px;
}

.slotTitle {
    font-weight: bold;
    text-align: center;
    margin: 0;
}

.slotTable {
    padding: 4px;
    width:100%;
    margin-bottom:4px;
}

.slotCell {
    padding: 4px;
    border: 1px solid;
}

.nameSignedUp {
    background-color: red;
    color:aliceblue;
}

.nameOpen {
  background-color: aquamarine;
  color:black;
}

.nameCurrentUser {
    background-color: blue;
    color:aliceblue;
}

.slotCellHeading {
    padding: 0px 4px 0px 4px;
    text-align: center;
}

label {
    font-size: larger;
}

.container-header {
    background-image: url(/images/curtain_background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    z-index = 20;
}

body {
    background-image: url(/images/curtain_background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    color: white;

}

.com-users-login.login {
    max-width: 350px;
    margin: auto;
}

main {
  margin:auto;
}

joomla-alert {
    max-width: 400px;
    margin: auto;
    color: black;
}

.alert-message {
    color: black;
}

p.brand {
    margin: 0px;
    font-size: 3rem;
}

a.headerTitle {
    margin: 0px;
    font-size: 3rem;
}
.logoDiv {
    float: left;
}
.mainUserDiv {
    float: left;
    margin: 10px 10px 0px 20px;
    border: rgb(255, 0, 0);
    border: 2px solid;
    border-radius: 20px;
    padding: 4px;
    background-color: #a3dce1;
    opacity: .8;
    color: black;
    max-width:400px;
}
p.please {
    font-size: 1.5rem;
    margin: 0px;
}

p.headerSlogan {
    margin: 0px;
    text-decoration: underline;
}
.grid-child.container-nav {
    padding: 0px;
}

.mainUserDiv p {
    margin: 4px;
}

.messageDiv {
    float: left;
    margin: 0px;
    border: rgb(255, 0, 0);
    border: 2px solid;
    border-radius: 20px;
    padding: 4px;
    background-color: #dde591;
    opacity: .8;
    color:black;
    width:100%;
    min-width:346px;
}

.articleDiv {
    float: left;
    margin: 0px;
    border: rgb(255, 0, 0);
    border: 2px solid;
    border-radius: 20px;
    padding: 4px;
    background-color: #dddddd;
    opacity: .8;
    color:black;
    width:100%;
    min-width:346px;
}

.messageDiv p {
  margin:0px 4px 0px 4px;
}
div#rsfp_thankyou_popup_inner {
    color: black;
}

.com-users-profile__edit.profile-edit legend {
    margin: 0px;
    visibility: collapse;
    height: 0px;
}

.com-users-profile__edit.profile-edit .control-group {
    margin: .5em 0px 0px;
}

.com-users-profile__edit.profile-edit fieldset {
    margin: 0px;
}

.com-users-registration.registration legend {
    visibility: collapse;
    margin: 0px;
    height: 0px;
}

.com-users-registration.registration .control-group {
    margin: 0.5em 0px 0px 0px;
}

.com-users-registration.registration fieldset {
    margin: 0px;
}

:root {
    --secondary-color: #d9d941;
}

.control-label a {
    color: lightblue;
}

.form-check-input:checked {
    background-color: #1879d9;
    border-color: #fff;
}

/*Back top*/
.back-to-top-link.visible {
  position: fixed;
  bottom: 20px;
  right: 30px;
}

.footer {
    background-color: unset;
    background-image: unset;
}

.articleDiv {
    float: left;
    margin: 0px;
    border: rgb(255, 0, 0);
    border: 2px solid;
    border-radius: 20px;
    padding: 20px;
    background-color: #eeeeee;
    opacity: .8;
    color:black;
    min-width:346px;
    max-width:1024px
}

tr.google-visualization-table-tr-even {
    color: black;
}

tr.google-visualization-table-tr-odd {
    color: black;
}

.chartDiv {
  text-align: center;
  max-width:1200px;
}

.bookingForm {
    background-color: #eeeeee;
    opacity: .8;
    color:black;
    max-width: 800px;
}

.bookingForm p {
	margin: 10px 0px 0px 10px;
	font-size: 1.2rem;
    font-weight: bold;
}

.bookingForm td {
    padding-left: 10px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.bookingForm table {
	border-spacing: 0px;
    table-layout: fixed;
    margin-left:auto; 
    margin-right:auto;
}

#moreDetail {
  display:none;
}
.addInfo {
  	text-align:center;
}
.addInfo textarea {
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 90%;
}

.guidelines {
  width:80%;
  margin:auto;
}

@media screen and (max-width: 550px) {
    .bookingForm table {
	width: 90%;
  }
  .radio {
    width:10%;
  }
}


/* Modal Content 
.modal-content {
  background-color: #fefefe;
  margin: 100px auto auto auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
*/

.modal-content {
    max-width: 800px;
    margin: 200px auto auto auto;
}

.modalDiv {
    float: left;
    margin: 0px;
    border: rgb(255, 0, 0);
    border: 2px solid;
    border-radius: 20px;
    padding: 0 20px;
    background-color: #eeeeee;
    color:black;
    min-width:346px;
    max-width:1024px
}

/* The Close Button */
.close {
  color: #aaaaaa;
  font-size: 28px;
  font-weight: bold;
  width: 20px;
  margin: 0 0 0 auto
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* End of Modal */


div#mod-custom121 {
    float: left;
}
div#mod-custom123 {
    float: left;
    margin: 24px 0 0 20px;
}

div#mod-custom126 {
    float: left;
    margin: 5px 0 0 20px;
    a:link, a:visited {
       background-color: #f44336;
       color: white;
       padding: 0px 10px;
       text-align: center;
       text-decoration: none;
       display: inline-block;
       font-size:2rem;
   }
   a:hover, a:active {
       background-color: red;
   }
} 
  
h3.card-header {
  font-weight:800;
}

p.signup {
    font-size: 2rem;
    text-align: center;
    background-color: #f44337;
    margin: auto;
    width: fit-content;
    padding: 0px 10px;
}

a.signupLink {
       padding: 0px 10px;
       text-align: center;
       text-decoration: none;
       display: inline-block;
       font-size:2rem;
       color: white;
}

a.signupLink:link {
       background-color: #f44336;
       color: white;
   }
a.signupLink:hover {
       background-color: red;
   }

.change::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #f00;
}
.change:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f00;
    opacity: 1;
}
.change::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f00;
    opacity: 1;
}
.change:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f00;
}
