
hr {
    border: 0.8px dotted #e3e3e3;
    margin: 15px 0 15px 0;
}

.rota_this_week {
    border-spacing: 6px 6px;
    width: 100%;
    table-layout:fixed;
    margin-top: 1%;
}
.rota_this_week a {
    text-decoration: none;
}
.rota_this_week td {
    box-shadow: rgba(0, 0, 0, 0.079) 0px 2px 7px, rgba(0, 0, 0, 0.015) 0px 2px 1px;
    background-color: #eeeeeec7;
    border-radius: 5px;
    padding: 1% 1% 1% 1%;
    width: 94%;
    cursor: pointer;
    transition: all 0.3s ease 0s;    
}
.app {
    width: 100%;
    table-layout:fixed;
    margin-top: 0%;
}
.app a {
    text-decoration: none;
}
.app td {
    text-align: center;
    padding: 1% 1% 1% 1%;
    font-size: 5px;
    width: 100%;
    transition: all 0.3s ease 0s;    
    border-bottom: #dcdcdc dotted 1px;
}
.app th {
    background-color: rgba(229,0,113,1);
    border-radius: 5px;
    text-shadow: 0.6px 0.6px 0.6px rgb(132, 2, 67);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 12px;
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px, rgba(0, 0, 0, 0.083) 0px 2px 1px;
    padding: 1%;
    width: 100%;
}
#tba {
    background-color:  #c7ceea5b;
    transition: 0.5s ease-in-out;
}

#tba:hover {
    background-color:  #acb4d6c7;
    transition: 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px inset, rgba(0, 0, 0, 0.083) 0px 2px 1px inset;
}
#rest {
    background-color: #e2f0cb;
    transition: 0.5s ease-in-out;
}
#rest:hover {
    background-color:  #d2dfbe;
    transition: 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px inset, rgba(0, 0, 0, 0.083) 0px 2px 1px inset;
}
#al {
    background-color:  #ffdac1;
    transition: 0.5s ease-in-out;
}
#al:hover {
    background-color:  #f3c8ac;
    transition: 0.5s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px inset, rgba(0, 0, 0, 0.083) 0px 2px 1px inset;
}
#today {
    background-color: #c1c1c1ea;
    color: red !important;
    box-shadow: rgba(0, 0, 0, 0.083) 2px 8px 7px inset, rgba(0, 0, 0, 0.083) 0px 2px 1px inset;
}
#today a{
    color: #FFFFFF!important;
}
#today:hover {
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px inset, rgba(0, 0, 0, 0.083) 0px 2px 1px inset;
    background-color: #c1c1c1ea;
    color: #FFFFFF!important;
}
.rota_this_week td:hover {
    transition: 0.5s ease-in-out;
    background-color: #c1c1c190;
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px inset, rgba(0, 0, 0, 0.083) 0px 2px 1px inset;

}
.rota_this_week th {
    background-color: rgba(229,0,113,1);
    border-radius: 5px;
    text-shadow: 0.6px 0.6px 0.6px rgb(132, 2, 67);
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px, rgba(0, 0, 0, 0.083) 0px 2px 1px;
    padding: 1%;
    width: 100%;
}
.duty {
    font-size: 3vw;
    font-weight: bold;
    color: #000000;
    text-align: center;
    padding: 1%;
    margin-top: 2%;

}
.dow {
    font-size: 16px;
    color: #5e5e5e;
    text-align: center;
    vertical-align: top;
}
.date {
    font-size: 2vw;
    color: #000000;
    text-align: center;
}
.time {
    font-size: 1vw;
    color: #5e5e5e;
    text-align: center;
}
.down {
    color: rgba(229,0,113,1);
    font-weight: bold;
}

/**Only display icon on mobiles **/
@media only screen and (max-width: 700px) {
    .dow {
        font-size: 3vw;
        color: #5e5e5e;
        text-align: center;
        vertical-align: top;
    }
    .duty {
        font-size: 3vw;
        text-align: center;    
    }
    .date {
        font-size: 2vw;
        text-align: center;
        color: #000000;
    }
    .time {
        font-size: 2vw;
        text-align: center;
        color: #5e5e5e;
    }
    .down {
        color: rgba(229,0,113,1);
        font-weight: bold;
    }
  }
 
  .openBtn {
    display: flex;
    justify-content: left;
  }
  .loginPopup {
    position: relative;
    text-align: center;
    width: 100%;
  }
  .formPopup {
    display: none;
    position: fixed;
    left: 0%;
    top: 50px;
    width: 100%;
    background: rgba(5, 50, 110, 0.983);
    height: calc(100vh - 50px);
    border: 0px dotted #999999;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 2px 7px, rgba(0, 0, 0, 0.083) 0px 2px 1px;
    z-index: 9;
    transition: all 0.9s;
  }
  .formContainer {
    width: 80%;
    min-width: 600px;
    padding: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.083) 0px 2px 7px, rgba(0, 0, 0, 0.083) 0px 2px 1px;
    margin: 3% 0% 0% 10%;
    transition: all 0.9s;
    border-radius: 5px;
  }
  .formContainer a {
    color: #ffffff;
  }
  @media only screen and (max-width: 700px) {
   .formContainer {
       margin: 20px auto;
    width: 50%;
    min-width: 320px;

   }
  }
  .icon_popup {
    margin: 0% auto;
    transition: background-color 1s;
    align-items: center;
    text-align: center;
    padding: 3%;
  }
  .icon_popup a {
    text-align: center;
    color: #05326e;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.9s ease 0s;
  }
  .icon_popup a:hover{
    transition: all 0.6s ease 0s;
    color: #e50071;
    text-decoration: none;
  }
.pbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(354deg, #e50071, transparent) #05326e;
    font-family: inherit;
    color: #fff;
    text-decoration: none;
    transition: background-color 1s;
    place-content: center;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.168);
    width: 100%;
    height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.168);
    cursor: pointer;
    outline: none;
}
.pbtn a {
    text-decoration: none;
}

.pbtn:hover {
  background-color: #e91e63;
  color: #fff;
}
.pbtnc {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(354deg, #1f1f1f, transparent) #2a2a2a;
    font-family: inherit;
    color: #fff;
    text-decoration: none;
    transition: background-color 1s;
    place-content: center;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.168);
    width: 100%;
    height: 45px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.168);
    cursor: pointer;
    outline: none;
}
.pbtnc a {
    text-decoration: none;
}

.pbtnc:hover {
  background: #e91e63;
  color: #fff;
}