.menulink{
    color: #FFF!important;
}
table {
    border: 1px;
    display: table;
    border-color: grey;
    border-collapse: collapse;
    box-sizing: border-box;
}
.sticky-wrap td, .sticky-wrap th {
    box-sizing: border-box;
}
th {
    background-color: #044b97;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}
td, th {
    padding: 0.75em 1.5em;
    text-align: center;
}
.tableLine:nth-child(even) {
    background-color: #FFFFFF;
}
.tableLine:nth-child(odd) {
    background-color: #b4d6fa;
}
.bookedCourt {
    background-color: #FCF6B7;
    border: 1;
    border-collapse: collapse;
    border-color: #b4d6fa;

}
.card-header {
    background-color: #044b97;
    color: #FFFFFF;
}
.admin-icons {
    font-size: 90px; 
    color: Dodgerblue; 
    text-align: center;
}
.social-login {
display: flex;
flex-direction: column;
background-color: white;
justify-content: center;
width: 400px;
height: 220px;
max-width: 50vw;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
}
.social-login h2 {
margin: 20px 0 20px;
padding: 0;
text-transform: uppercase;
color: #000;
position: relative;
text-align: center;
}
.social-button--facebook {
list-style: none;
background-color: transparent;
border-width: 2px;
border-style: solid;
border-color: #3A5998;
color: #3A5998;
cursor: pointer;
font-size: 14px;
padding: 15px;
display: flex;
border-radius: 5px;
align-items: center;
text-decoration: none;
text-transform: uppercase;
transition: background-color 250ms ease-out, color 250ms ease-out;
font-weight: 700;
position: relative;
margin: 10px 0;
z-index: 0;
will-change: background-color, color;
user-select: none;
-webkit-font-smoothing: antialiased;
}
.social-button--facebook:focus, .social-button--facebook:hover {
background-color: #bac8e4;
}
.social-icon--facebook {
color: white;
font-size: 18px;
}
.social-icon--facebook:after {
content: "";
background-color: #3A5998;
position: absolute;
width: 50px;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.social-button--google {
list-style: none;
background-color: transparent;
border-width: 2px;
border-style: solid;
border-color: #DB4437;
color: #DB4437;
cursor: pointer;
font-size: 14px;
padding: 15px;
display: flex;
border-radius: 5px;
align-items: center;
text-decoration: none;
text-transform: uppercase;
transition: background-color 250ms ease-out, color 250ms ease-out;
font-weight: 700;
position: relative;
margin: 10px 0;
z-index: 0;
will-change: background-color, color;
user-select: none;
-webkit-font-smoothing: antialiased;
}
.social-button--google:focus, .social-button--google:hover {
background-color: #fae6e4;
}
.social-icon--google {
color: white;
font-size: 18px;
}
.social-icon--google:after {
content: "";
background-color: #DB4437;
position: absolute;
width: 50px;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
.social-text {
width: 100%;
text-align: center;
}
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}


/* Google */
.loginBtn--google {
  /*font-family: "Roboto", Roboto, arial, sans-serif;*/
  background: #DD4B39;
}
.loginBtn--google:before {
  border-right: #BB3F30 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_google.png') 6px 6px no-repeat;
}
.loginBtn--google:hover,
.loginBtn--google:focus {
  background: #E74B37;
}
.cursorForbidden {
  cursor: not-allowed;
}
.widerLines {
  line-height: 3em;
}
/*-- //Responsive design --*/
