html {
  font-size:10px;
}

.myDiv-1 {
  width: 100%;
  max-width: 1000px;
  border: 0px solid red;
  padding: 30px 10px 0px 10px;
  margin: auto;
  overflow: scroll;
}

.myEventArchive {
  overflow: auto;
}

.TableNav {
  position: relative;
  width: 100%;
}

.myBtn {
  border-style: none;
  font-weight: 700;
  font-size: 1.2em;
  padding: 0.4em 1.0em;
  margin: 0 auto;
  /* background-color: #6230EE;  */
  background-color: grey;
  
  color: azure;
  border-radius: 20px;
}

.myBtn:hover {
  background-color: black;
  /* color: aliceblue;  */
  color: red !important; 
} 

.BtnModifySaisonPlan {
  text-align: right; 
  padding-right: 42px;
  font-size: 2.0em;
  padding: 0;
}

.BtnSaveSaisonPlan, .BtnCancelSaisonPlan {
  border-style: none;
  font-weight: 700;
  font-size: 1.75em;
  padding: 0.2em 1.2em;
  margin: 0 8.5em;
  background-color: white;
  color: black;
  border-radius: 20px;
  cursor: pointer;
  text-shadow:  2px 2px 8px rgb(128 128 128);
}

.BtnSaveSaisonPlan {
  background-color: chartreuse;
}

.BtnCancelSaisonPlan {
  background-color: burlywood;
}

.BtnSaveSaisonPlan:hover, .BtnCancelSaisonPlan:hover {
  color: crimson;
  background-color: rgb(163, 163, 163);
}

.myListItem {
  /* border: 1px solid grey;  */
  border-bottom: 1px solid lightgray;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 0px 0px 3px 0px;
}

.mytablestyle1 {
  border-collapse: collapse;
  border: 0px solid black;
  width: 100%;
  font-weight: 600;
  font-size: 1.0em;
  margin: 0 !important;
  line-height: 140% !important;
}

.mytablestyle1 td {
  padding: 0 1px 0 0 !important;
}

.mytablestyle2 {
  border-collapse: collapse;
  border: 0px solid blue;
  text-align: left;
  font-size: 1.0em;
  font-weight: 600;
  margin: 0 !important;
  width: auto !important;
  line-height: 140% !important; 
}

.mytablestyle2 td {
  border-collapse: collapse;
  border: 0px solid blue;
  width: auto !important;
}

.TableStatus {
  text-align: center;
  border-collapse: collapse;
  border: 0px solid black;
  font-size: 1.5em;
  margin: auto;
  padding: 0;
}

.editName {
  font-size: 1.5em
}

.mytablestyle3 {
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-weight: 400 !important;
  font-size: 1.0em;
  width: 90%;
  margin: 0 0 6px 0 !important;
}

.mytablestyle3 th {
  border: 1px solid #ddd;
  text-align: center;
  width: 15%;
  min-width: 70px;
  padding: 3px 2px 0 2px !important
}

.mytablestyle3 th {
  font-weight: 600 !important;
}


.mytablestyle3 td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 3px 0 0 0 !important;
}

.mytablestyle4 {
  border-collapse: collapse;
  border: 0px solid blueviolet;
  text-align: center;
  width: 100%;	
  margin: 0 !important;
}
.mytablestyle4 td {
  padding: 0 8px 0 0 !important;
  margin: 0 !important;
}


.mytablestyle5 {
  border-collapse: collapse;
  border: 0px solid blue;
  text-align: left;
  font-size: 1.0rem;
  margin: 0;
}

.mytablestyle5 th {
  background-color: rgb(165, 189, 211);
  border: 1px solid #ddd;
  text-align: left;
  position: sticky;
  top: 0px;
}

.mytablestyle5 td {
  padding: 0 0 0 20px !important;
  border: 1px solid #ddd;
  text-align: left;
}

.mytablestyle5 tr:nth-child(even) { 
  background-color: rgb(214, 216, 218);  
  /* color: #000;  */
}

.myTableLogo {
  width: 4em;
  display: inline-block;
  margin: auto;
}

.myTableIcons { 
  width: 1.0em;
  display: inline-block;
}

.divEditSaisonPlan {
  border: 0px solid blueviolet;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(211, 211, 211, 0.5);
  text-align: center;
  font-size: 1.0em;
}

.divModifySaisonPlan {
  border: 0px solid blueviolet;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 3.0em;
  font-size: 3.0em;
}

.TableBtnEditSaisonPlan, .TableBtnModifySaisonPlan {
  width: 100%;
  max-width: 1000px;
  text-align: center;
  padding: 3px 0;
}

.myfontawesome {
	cursor: pointer;
  font-size: 40px;
}
.myfontawesome:hover {
	font-weight: bold;
	color: darkred;
}

.myArchiveFilter {
  position: relative; 
  left: 0;
  margin: 0.5rem auto 1rem auto;
  font-size: 1rem;
}

.myArchiveSelectBox {
  font-size: 1rem;
  width: 10rem;
  padding: 1px 35px 1px 5px;
}

.myArchiveBox {
  white-space: nowrap;
  display:inline-block;
  margin-right: 20px;
  margin-top: 5px;
}

.myArchiveLabelBox {
  white-space: nowrap;
  width:70px;
  display:inline-block;
}

@media (max-width: 767px) {

  .myBtn {
    font-size: 1.0em;
  }  

  .mytablestyle1 {
    font-size: 0.8em;
  }

  .mytablestyle2 {
    font-size: 0.8em;
  }

  .mytablestyle3 {
    font-size: 0.7em;
  }
  
}

@media (max-width: 590px) {

  .myBtn {
    font-size: 0.8em;
  }  

  .BtnModifySaisonPlan {
    font-size: 1.5em;
  }

  .mytablestyle1 {
    font-size: 0.8em;
  }

  .mytablestyle2 {
    font-size: 0.8em;
    margin: 0.2em 0 !important;
  }

  .mytablestyle3 {
    font-size: 0.8em;
  }
  .mytablestyle3 th {
    min-width: 45px;
  }
  
}

@media (max-width: 480px) {

  .myBtn {
    font-size: 0.5em;
  }  

  .BtnModifySaisonPlan {
    font-size: 1.2em;
    padding: 10px 5px !important;
  }

  .mytablestyle1 {
    font-size: 0.7em;
  }

  .mytablestyle2 {
    font-size: 0.7em;
    margin: 0 !important;
  }

  .mytablestyle3 {
    font-size: 0.65em;
  }
  .mytablestyle3 th {
    min-width: 35px;
  }

  .myfontawesome {
  font-size: 20px;
}

}

