
<link href="https://fonts.googleapis.com/css?family=Dosis&display=swap" rel="stylesheet">

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

body {
  font-family: Dosis;
  width: 100%; 
  overflow-x: hidden;
  overflow-x: auto; 
  margin: 0 auto;
  min-height: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: center;
  padding: 2px;
  font-family: Dosis;
  font-size: 15;
  color: #ffffff;
}

tr.trfooter{
  height: 75px;
}

.tableHeader {
   background-color: #1c1b2c;
   font-family: Dosis;
   font-size: 15;
   color: #ffffff;  
}

.logo {
  width: 150px;
  vertical-align:middle;
}

.logoStore {
  width: 100px;
  vertical-align:middle;
}

.logoFooter {
  width: 180px;
  vertical-align: middle;
}

.logoFooter_f {
  width: 120px;
  vertical-align: middle;
}

.imgPhone {
  width: 15%;
  vertical-align:middle;
}

.imgEmail {
  width: 15%;
  vertical-align:middle;
}

.imgFB {
  width: 14%;
  vertical-align:middle;
}

.imgInsta {
  width: 40px;
  vertical-align:middle;
}

.loginPage {
   width: 30%;
   height:330px;
   margin-top: 10px;
   padding:0px;
   border-radius: 2px;
   border: 0px solid lightgrey;
   background-color: white;
   font-family: Dosis;
   font-size: 15;
   color: #1C1B2B;
}

.loginPage2 {
   width: 55%;
   height:370px;
   margin-top: 10px;
   padding:0px;
   border-radius: 2px;
   border: 1px solid lightgrey;
   background-color: white;
   font-family: Dosis;
   font-size: 15;
   color: #ffffff;
}

.sendPwd {
   width: 30%;
   height:350px;
   margin-top: 5px;
   margin-bottom: 0px;
   padding:0px;
   border-radius: 2px;
   border: 0px solid lightgrey;
   background-color: white;
   font-family: Dosis;
   font-size: 15;
   color: #ffffff;
}

.login {
  height: 70%;
  width:85%;
  border-radius: 4px;
  background-color: #1C1B2B;
  color: #ffffff;
  padding: 2px;
  border: 0px solid #1c1b2c;
}

.payment
{
    border-radius: 4px;
    background-color: white;
    border: 1px solid #1c1b2c;
    padding: 0px;
    width: 600px;
    height: auto;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-family: Dosis;
    color: #ffffff;
}

a.copyright:link {
  color: white;
  font-size: 15px;
}

a.copyright:visited {
  text-decoration: none;
  color: white;
}

a.copyright:hover {
  color: white;
}

a.copyright_colored:link {
  color: #1c1b2c;
}

a.copyright_colored:visited {
  text-decoration: none;
  color: #1c1b2c;
}

a.copyright_colored:hover {
  color: #1c1b2c;
}

.horizontal-menu {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #1c1b2c;
    background-color: #1c1b2c;
    font-family: Dosis;
}

.menu-left {
    width: 100%;
    height: 100%;
    padding: 0px;
    overflow-y: auto;
    border-radius: 1px;
    text-align: left;
    border: 1px solid #1c1b2c;
    background-color: #1c1b2c;
    font-family: Dosis;
}

.footer {
    width: 100%;
    overflow-y: auto;
    border-radius: 1px;
    text-align: center;
    vertical-align:middle;
    border-top: 0px solid #ffffff;
    background-color: #1c1b2c;
    font-family: Dosis;
}

.footer_colored {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 4px;
    text-align: center;
    vertical-align:middle;
    border: 1px solid #1c1b2c;
    background-color: #ffffff;
    font-family: Dosis;
}


#mapBigScreen {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    border-radius: 1px;
    border: 0px solid #1c1b2c;
    text-align: left;
}

#calendar {
    max-width: 100%;
    height: 100%;
    text-align: left;
    margin: 10 auto;
    overflow-y: auto;
}

.booking_list {
  width: 40%;
margin: auto;
color: Main Text Color;
font-size: Main Text Size;
overflow-y: auto;
float: center;
border-radius: 4px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}

#map {
padding: 0;
margin: 20;
height: 100%;
width: 100%
}
#panel {
width: 30px;
font-family: Dosis;
font-size: 13px;
float: bottom;
margin: 10px;
}
#gps {
width: 30px;
font-family: Dosis;
font-size: 13px;
float: bottom;
margin: 10px;
}
#color-palette {
clear: both;
}
.color-button {
width: 14px;
height: 14px;
font-size: 0;
margin: 2px;
float: left;
cursor: pointer;
}
#delete-button {
margin-top: 5px;
}

/*[type="file"] {
background-color: #1c1b2c;
border: 1px solid white;
border-radius: 4px;
color: white;
padding: 1px 2px;
cursor: pointer;
display: inline-block;
font-family: Dosis;
font-size: 14px;
font-weight: bold;
margin-bottom: 1rem;
outline: none;
padding: 1rem 50px;
position: relative;
transition: all 0.3s;
vertical-align: middle;

&:hover {
background-color: darken(#f15d22, 10%);
}
*/

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
 }

/* Example stylistic flourishes */

.fileContainer {
    background: #1c1b2c;
    border-radius: 4px;
    float: center;
    padding: 7px 8px;
    border: 1px solid white;
    color: white;
    font-family: Dosis;
    font-size: 15;
}

.fileContainer [type=file] {
    cursor: pointer;
}
}

&.btn-1 {
background-color: #f79159;
box-shadow: 0 6px darken(#f79159, 10%);
transition: none;

&:hover {
box-shadow: 0 4px darken(#f79159, 10%);
top: 2px;
}
}

&.btn-2 {
background-color: #99c793;
border-radius: 50px;
overflow: hidden;

&::before {
color: #fff;
content: "\f382";
font-family: "Font Awesome 5 Pro";
font-size: 100%;
height: 100%;
right: 130%;
line-height: 3.3;
position: absolute;
top: 0px;
transition: all 0.3s;
}

&:hover {
background-color: darken(#99c793, 30%);

&::before {
right: 75%;
}
}
}

&.btn-3 {
background-color: #ee6d9e;
border-radius: 0;
overflow: hidden;

span {
display: inline-block;
height: 100%;
transition: all 0.3s;
width: 100%;
}

&::before {
color: #fff;
content: "\f382";
font-family: "Font Awesome 5 Pro";
font-size: 130%;
height: 100%;
left: 0;
line-height: 2.6;
position: absolute;
top: -180%;
transition: all 0.3s;
width: 100%;
}

&:hover {
background-color: darken(#ee6d9e, 30%);

span {
transform: translateY(300%);
}

&::before {
top: 0;
}
}
}
}

.buttonWaiver {
background-color: #1c1b2c;
color: white;
padding: 5px 4px;
margin: 1px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15;
cursor: pointer;
border: 0px solid white;
font-family: Dosis;
border-radius: 4px;
}

.buttonWaiver:hover
{
background-color: white;
color: #ffffff;
font-weight: bold;
border: 1px solid #ffffff;
}

#datepicker,
.ui-datepicker,
.ui-datepicker-header,
.ui-datepicker-calendar {
width: auto;
}
.ui-datepicker th {
	color: black;
}

#datepicker2,
.ui-datepicker,
.ui-datepicker-header,
.ui-datepicker-calendar {
width: auto;
}

/*ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}

li {
  float: left;
  text-align:center;
}

ul ul ul {
  left: 100%;
  top: 0;
}

li a, .dropbtn {
  font-family: Dosis;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
  background-color: transparent;
}

li.dropdown {
  font-family: Dosis;
  display: inline-block;
  float: left;
}

li.dropdownRight {
  font-family: Dosis;
  display: inline-block;
  float: right;
}

.dropdown-content {
  font-family: Dosis;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9999999;
}

.dropdown-content a {
  color: #2e3b4e;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #1c1b2c;
  color: white;
}
.dropdown:hover .dropdown-content {
  display: block;
}*/

.button {
background-color: #1c1b2c;
border: none;
color: white;
padding: 6px 6px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15px;
margin: 4px 2px;
cursor: pointer;
border: 1px solid white;
font-family: Dosis;
}

.button2:hover {
background-color: #1c1b2c;
color: #ffffff;
border: 1px solid #ffffff;
text-decoration: none;
}

.button2
{
background-color: #ffffff;
color: #1c1b2c;
padding: 4px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15;
margin: 4px 2px;
cursor: pointer;
border: 1px solid #1c1b2c;
font-family: Dosis;
font-weight: normal;
border-radius: 4px;
width: auto;
}

.button1{border-radius: 12px;}
.button1:hover
{
background-color: white;
color: #ffffff;
font-weight: bold;
}

.button3
{
background-color: #1c1b2c;
border: none;
color: white;
padding: 8px 16px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15;
margin: 4px 2px;
cursor: pointer;
border: 0px solid green;
font-family: Dosis;
font-weight: normal;
border-radius: 4px;
}

.button3:hover
{
background-color: white;
color: black;
border: 1px solid #1c1b2c;
}

.buttonDelete:hover {
background-color: white;
color: black;
border: 1px solid red;
}

.buttonDelete
{
background-color: red;
border: none;
color: white;
padding: 4px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15;
margin: 4px 2px;
cursor: pointer;
border: 1px solid white;
font-family: Dosis;
font-weight: normal;
border-radius: 4px;
width: auto;
}

.buttonOnline:hover {
background-color: white;
color: black;
border: 1px solid green;
}

.buttonOnline
{
background-color: green;
border: none;
color: white;
padding: 4px 8px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 15;
margin: 4px 2px;
cursor: pointer;
border: 1px solid white;
font-family: Dosis;
font-weight: normal;
border-radius: 4px;
width: auto;
}


/* Optional: Makes the sample page fill the window. */
html, body {
height: 100%;
margin: 0;
padding: 0;
}
.archive {
height: 500px;
overflow-y: auto;
}
.archive2 {
height: 80px;
overflow-y: auto;
}
.vertical-menu2 {
width: 160px;
height: 200px;
overflow-y: auto;
}
.vertical-button {
width: 250px;
height: 30px;
overflow-y: auto;
}
.vertical-menu2 a {
background-color: #eee;
color: black;
display: block;
padding: 2px;
text-decoration: none;
}
.vertical-menu2 a:hover {
background-color: red;
color: white;
}
.vertical-menu2 a.active {
background-color: #1c1b2c;
color: white;
}
.vertical-menu2 a.active2 {
background-color: #A3CCFF;
}
.vertical-menu2 a.activelogout {
background-color: white;
color: red;
}
.vertical-menu2 a.activeadmin {
background-color: #0B0B61;
color: white;
}
.vertical-menu2 a.activeb {
background-color: red;
color: white;
}
#rcorners1 {
border-radius: 15px;
background-color: #2e3b4e;
padding: 2px;
width: 160px;
height: 30px;
color:white;
font-size: 14px;
text-decoration: none;
text-align: center;
font-family: Dosis;
}
#rcorners2
{
width: 300px;
height: 150px;
overflow-y: auto;
float: center;
border-radius: 15px;
color: white;
font-size: 14px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}
#rcorners3
{
width: 300px;
height: 160px;
overflow-y: auto;
float: center;
border-radius: 15px;
color:white;
font-size: 14px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}
#rcorners4
{
width: 300px;
height: 100px;
overflow-y: auto;
float: center;
border-radius: 15px;
color:white;
font-size: 14px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}

.mapZone {
width: 100%;
height: 790px;
text-align: center;
overflow-y: auto;
border-radius: 4px;
border: 0px solid #1c1b2c;
background-color: white;
font-family: Dosis;
}
.vertical-menu3 {
width: 50%;
height: 100%;
font-size: 14px;
overflow-y: auto;
float: center;
border-radius: 15px;
vertical-align: center;
color:white;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}
.vertical-menu-poi {
width: 800px;
height: 100%;
color:white;
font-size: 14px;
overflow-y: auto;
float: center;
border-radius: 15px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}
.vertical-menu-archive {
width: 50%;
margin: auto;
overflow-y: auto;
float: center;
border-radius: 4px;
border: 1px solid #ffffff;
border-bottom: 2px solid #ffffff;
border-left: 2px solid #ffffff;
background-color: #1c1b2c;
font-family: Dosis;
font-size: 15;
color: #ffffff;

}
.vertical-menu-booking {
width: 40%;
margin: auto;
color: Main Text Color;
font-size: Main Text Size;
overflow-y: auto;
float: center;
border-radius: 4px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}
.vertical-menu-notification {
width: 80%;
margin: auto;
color: Main Text Color;
font-size: Main Text Size;
overflow-y: auto;
float: center;
border-radius: 4px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}

.vertical-menu4 {
width: 30%;
height: 180px;
color:white;
font-size: 14px;
overflow-y: auto;
float: center;
border-radius: 15px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
}
.vertical-menu-table {
width: 100%;
height: 800px;
margin: auto;
overflow-y: auto;
border-radius: 4px;
border: 1px solid #1c1b2c;
background-color: white;
font-family: Dosis;
font-size: 15;
color: #ffffff;
}

.table-Waiver {
/*width: calc(px - 55px);*/
height: auto;
margin: 0;
overflow-x: auto;
overflow-y: visible;
border-radius: 4px;
border: 1px solid #1c1b2c;
background-color: white;
font-family: Dosis;
font-size: 15;
color: #ffffff;
text-decoration: none;
text-align: center;
}

.table-schedule {
/*width: calc(px - 55px);*/
height: 600px;
margin: 0;
overflow-x: auto;
overflow-y: visible;
border-radius: 4px;
border: 0px solid #1c1b2c;
background-color: white;
font-family: Dosis;
font-size: 15;
color: #ffffff;
text-decoration: none;
text-align: center;
}

.tableFixHead thead th { 
  position: sticky; top: 0; 
  background-color: #1c1b2c;
  font-family: Dosis;
  font-size: 15;
  color: #ffffff;  
}

.tableFixHead td { 
  background-color: #FFFFFF;
  font-family: Dosis;
  font-size: 15;
  color: #000000;  
}

.table-Chart {
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vertical-menu-poi-type {
width: 60%;
height: 100%;
margin: auto;
overflow-y: auto;
border-radius: 4px;
border: 1px solid #1c1b2c;
background-color: white;
font-family: Dosis;
font-size: 15;
color: #ffffff;
}

.vertical-menu-waiver1 {
width: 100%;
margin: auto;
margin-bottom: 6px;
overflow: auto;
float: center;
text-align: left;
border-radius: 3px;
border: 1px solid #ffffff;
background-color: #1c1b2c;
font-family: Dosis;
font-size: 15;
color: #ffffff;
}

.vertical-menu-signature {
width: 100%;
height: 355px;
margin: auto;
overflow: auto;
border-radius: 4px;
border: 1px solid #1c1b2c;
background-color: #1c1b2c;
font-family: Dosis;
color: #ffffff;
}
.vertical-button {
width: 250px;
height: 30px;
overflow-y: auto;
}
.vertical-menu a {
color: black;
display: block;
padding: 1px;
text-decoration: none;
}
.vertical-button a {
color: black;
display: block;
padding: 1px;
text-decoration: none;
}
.vertical-menu a:hover {
background-color: #2e3b4e;
color: white;
}
.vertical-menu a.active {
color: white;
}
.vertical-menu a.activeOverTime {
color: red;
}
.vertical-menu a.active2 {
background-color: #A3CCFF;
}
.vertical-menu a.activelogout {
background-color: white;
color: red;
}
.vertical-menu a.activeadmin {
background-color: #0B0B3B;
color: white;
}
.vertical-menu a.activeb {
background-color: red;
color: white;
}
.vertical-button a.activeb {
background-color: red;
color: white;
}
.textPOI {
-webkit-appearance: none;
width: 90%;
padding: 6px 5px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
border: 1px solid #2e3b4e;
}

.textDate {
-webkit-appearance: none;
width: 51%;
padding: 6px 5px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
border: 1px solid #2e3b4e;
}


.textWaiver {
width: 400px;
padding: 6px 5px;
margin: 3px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
border: 1px solid #2e3b4e;
font-size: 15 px;
}

.textMulti {
width: 400px;
padding: 6px 5px;
margin: 3px 0;
display: inline-block;
border-radius: 0px;
border: 0px solid #2e3b4e;
font-size: 15 px;
}

.textPrice {
width: 200px;
padding: 6px 5px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
box-sizing: border-box;
border: 1px solid #2e3b4e;
font-size: 15px;
}
input[type="color"] {
-webkit-appearance: none;
border: none;
width: 90%;
height: 32px;
padding: 3px 2px;
margin: 8px 0;
display: inline-block;
border-radius: 4px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
padding: 0;
}
input[type="color"]::-webkit-color-swatch {
border: none;
}

.buttonMenu
{
background-color: white;
width: 50%;
color: #1c1b2c;
padding: 11px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border: 1px solid white;
font-family: Dosis;
font-weight: bold;
border-radius: 4px;
}
.buttonMenu:hover
{
background-color: white;
color: #ffffff;
font-weight: bold;
border: 1px solid #1c1b2c;
}

.buttonIdent
{
-webkit-appearance: none;
background-color: #1c1b2c;
width: 100%;
color: #ffffff;
padding: 11px 0px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: auto;
cursor: pointer;
border: 1px solid #ffffff;
font-family: Dosis;
font-weight: none;
border-radius: 4px;
overflow: auto;
}
.buttonIdent:hover
{
  -webkit-appearance: none;
background-color: #ffffff;
width: 100%;
color: #1c1b2c;
padding: 11px 0px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: auto;
cursor: pointer;
border: 1px solid #1c1b2c;
font-family: Dosis;
font-weight: none;
border-radius: 4px;
overflow: auto;
}
.formTable{
width:70%;
border-collapse:collapse;
}

.tableMap{
width:100%;
}

.tableMap td {
  padding: 2px;
}

.title td {
  color: #000000;
  font-weight: none;
  font-family: Dosis;
  font-size: 20px;
}

.tableHeader td{
  color: #ffffff;
}

.tableHeader2 td{
  background-color: #FFFFFF;
  color: #000000;
}

.hoverTable{
width:70%;
border-collapse:collapse;
}
.hoverTable td{
padding:1px; border:#1c1b2c 1px solid;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
background-color: #2e3b4e;
color: white;
}
.hoverTable th {
padding:1px; border:#1c1b2c 1px solid;
background-color: #1c1b2c;
color: ;
}
.hoverTable th:hover {
background-color: none;
color: ;
}
.hoverTable a {
text-decoration: none;
color: black
}
.hoverTable a:hover
{
text-decoration: none;
color: white;
}
hoverTable a:visited {
text-decoration: none;
}

.hoverTablePOI{
width:90%;
border-collapse:collapse;
}
.hoverTablePOI td{
padding:1px; border:#4e95f4 1px solid;
}
/* Define the hover highlight color for the table row */
.hoverTablePOI tr:hover {
background-color: #2e3b4e;
color: white;
}
.hoverTablePOI th {
padding:1px; border:#4e95f4 1px solid;
background-color: #1c1b2c;
color: ;
}
.hoverTablePOI th:hover {
background-color: none;
color: ;
}
.hoverTablePOI a {
text-decoration: none;
color: black
}
.hoverTablePOI a:hover
{
text-decoration: none;
color: white;
}
hoverTablePOI a:visited {
text-decoration: none;
}

.hoverTablePOIType{
width:50%;
border-collapse:collapse;
}
.hoverTablePOIType td{
padding:1px; border:#4e95f4 1px solid;
}
.hoverTablePOIType th {
padding:1px; border:#4e95f4 1px solid;
background-color: #1c1b2c;
color: ;
}

a.table {
  text-decoration: none;
  color: #ffffff; 
  font-weight:none;
}

a.table:visited {
  text-decoration: none;
  color: #ffffff;
}

a.table:hover {
  text-decoration: none;
  color: #ffffff;
}

a.table:active {
  text-decoration: none;
  color: #1c1b2c;
}

a {
text-decoration: none;
}
a:hover
{
text-decoration: none;
}
a:visited {
text-decoration: none;
}

a.admin {
  color: #1c1b2c;
}
a.admin:visited {
  color: #1c1b2c;
  text-decoration: none;
}
a.admin:hover {
  color: #1c1b2c;
  text-decoration: none;
}

a.link {
  color: #000000;
  font-weight: bold;
}
a.link:visited {
  color: #000000;
  text-decoration: none;
}
a.link:hover {
  color: #000000;
  text-decoration: none;
}

a.ticket {
  color: #ffffff;
  font-size: 16px;
  padding: 6px 20px;
  border-style: solid;
  border-radius: 4px;
  border: 1px solid #ffffff;
  font-family: Dosis;
  background-color: #1c1b2c}
a.ticket:visited {
  color: #ffffff;
  text-decoration: none;
}
a.ticket:hover {
  color: #1c1b2c;
  text-decoration: none;
  border: 1px solid #1c1b2c;
  background-color: #ffffff}

a.live {
  color: #ffffff;
}
a.live:visited {
  color: #ffffff;
  text-decoration: none;
}
a.live:hover {
  color: red;
  text-decoration: underline;
}

a.activeOverTime:link {
color:red;
text-decoration: none;
}
a.activeOverTime:hover
{
  color:red;
text-decoration: none;
}
a.activeOverTime:visited {
text-decoration: none;
color:red;
}

a.user:link {
  text-decoration: none;
  font-weight: normal;
  color: black;
}
a.user:hover
{
  color:black;
  text-decoration: none;
  font-weight: none;
}
a.user:visited {
  text-decoration: none;
  font-weight: normal;
  color: black;;
}

a.header {
  text-decoration: none;
  color: white; 
  font-weight:none;
}

a.header:visited {
  text-decoration: none;
  color: white;
}

a.header:hover {
  text-decoration: none;
  color: #30bedd;
}

a.header:active {
  text-decoration: none;
  color: #4fc2e0;
}

th.adminActif
{
color: white;
background-color:#1c1b2c;
}
th.adminActif:hover {color: white;background-color:#2e3b4e;}
th.adminInactif {background-color:white;}
th.adminInactif:hover {color: white;background-color:#2e3b4e;}
.btn-group .button {
background-color: #C1DEFF;
border: none;
color: black;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
cursor: pointer;
float: left;
border-radius: 12px;
width: 25%;
}
.btn-group .button:hover {
background-color: #000080;

.active {
background-color: #4CAF50;
}