/* For color codes:
https://www.quackit.com/css/css_color_codes.cfm */
/*Part: 0: General Rules, starting from top of html to botton*/
/*
 * HEADER
*/

/* Spinner */
#fountainG {
  position: relative;
  width: 450px;
  height: 54px;
  margin: auto;
}

.fountainG {
  position: absolute;
  top: 0;
  background-color: rgb(0, 0, 0);
  width: 54px;
  height: 54px;
  animation-name: bounce_fountainG;
  -o-animation-name: bounce_fountainG;
  -ms-animation-name: bounce_fountainG;
  -webkit-animation-name: bounce_fountainG;
  -moz-animation-name: bounce_fountainG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  border-radius: 36px;
  -o-border-radius: 36px;
  -ms-border-radius: 36px;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
}

#fountainG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#fountainG_2 {
  left: 56px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -ms-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#fountainG_3 {
  left: 113px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#fountainG_4 {
  left: 169px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -ms-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#fountainG_5 {
  left: 225px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#fountainG_6 {
  left: 281px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -ms-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#fountainG_7 {
  left: 338px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#fountainG_8 {
  left: 394px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -ms-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}

@keyframes bounce_fountainG {
  0% {
    transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-o-keyframes bounce_fountainG {
  0% {
    -o-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -o-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-ms-keyframes bounce_fountainG {
  0% {
    -ms-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -ms-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-webkit-keyframes bounce_fountainG {
  0% {
    -webkit-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -webkit-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

@-moz-keyframes bounce_fountainG {
  0% {
    -moz-transform: scale(1);
    background-color: rgb(0, 0, 0);
  }

  100% {
    -moz-transform: scale(0.3);
    background-color: rgb(255, 255, 255);
  }
}

/* .loader {
  display: relative;
  margin: 8px auto;
  width: 80px;
  height: 80px;
  border: 3px solid #33c3f0;
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
} */

h1 {
  text-align: center;
  color: firebrick;
  color: #33c3f0;
}

h6 {
  text-align: center;
  color: #d9534f;
}

.numberTotalOfVideos {
  color: black;
}

/*h1 Second Style*/
.decoText {
  color: Black;
  font-size: 4.2em;
  font-weight: 600;
  font-family: Helvetica;
  /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15); */
  margin-top: 10px;
  margin-bottom: 0;
}

/*
 * Buttons: user interface
*/

.containerCheckbox {
  display: flex;
  align-items: center;
}
.noDisplay {
  display: none;
}
.bContainer {
  display: flex;
  align-items: middle;
  justify-content: center;
}
.checkBoxCss {
  width: 32px;
  height: 26px;
  cursor: pointer;
}

.link {
  text-decoration: none;
  color: red;
  font-size: 1em;
}

.link.archiv {
  color: #f0ad4e;
  /* color: #5bc0de; */
  /* color: #292b2c; */
  /* color: #5cb85c; */
}

button:hover {
  color: #0fa0ce;
}

.openClose {
  /* visibility: hidden; */
  display: none;
}

/*toolTip*/
/* .tooltip {
  /* position: relative;
  display: inline-block;
} */

.tooltip .tooltiptext {
  font-size: 0.8em;
  visibility: hidden;
  color: #5cb85c;
  /* color: #0FA0CE; */
  text-align: left;
  padding: 30px 0 0 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

button {
  padding: 0 25px;
  margin: 2px;
  cursor: pointer;
}

.reload {
  background: url("../icons/reload.svg") no-repeat;
  background-color: white;
  background-position: center;
  /* border: 1px solid black; */
  margin-bottom: 0;
}
.goUp {
  background: url("../icons/goUP.svg") no-repeat;
  background-color: white;
  background-position: center;
  /* border: 1px solid black; */
  /* margin-bottom: 0; */
}

.reload:hover,
.goUp:hover {
  background-color: #0fa0ce;
}

/*
 * Messages to the user
*/
/* used to be the ivon symbol. Used to detect when the user have clicked here */
img {
  cursor: pointer;
  height: 64px;
  width: 48px;
}

/* standard for messages */
.success,
.error {
  color: white;
  font-size: 2.5rem;
}

/* success message */
.success {
  background: green;
  /* background: #33C3F0; */
  background: seaGreen;
  text-align: center;
}

/* error message */
.error {
  background: red;
  text-align: center;
}

/*
 * FORM: input data
*/
.container {
  max-width: 100%;
}

form {
  margin-bottom: 0;
}

label {
  font-size: 2.7rem;
}

input {
  font-size: 2rem;
}

/* Making the video Date & Time format as from skeleton */
.videoDate,
.videoTime {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

#submit {
  font-size: 20px;
  height: 50px;
}

/*
 * TABLE: list of videos (we will use in fact flexbox here)
*/
table thead {
  font-size: 2rem;
  color: #33c3f0;
  color: black;
}

tbody tr:nth-child(even) {
  background-color: #9da3b0;
  background-color: #33c3f0;
  /* font-weight: bold; */
  /* color: white; */
}

tbody tr:nth-child(odd) {
  background-color: white;
  /* font-weight: bold; */
}

tbody tr {
  font-size: 2rem;
}

tbody {
  border: 1px solid black;
}

table,
th,
td {
  border: 1px solid #33c3f0;
  border: 1px solid saddlebrown;
  border: 1px solid RosyBrown;
  border: 1px solid Peru;
  border: 1px solid RosyBrown;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* Flexbox was very important here to be able to let the video in the middle+
center of the table */
.videoFlex {
  /* width: 320px; */
  display: flex;
  justify-content: center;
  align-content: center;
  align-self: center;
}

/* we use flex 1 to be able to stretch the video! */
td video {
  flex: 1;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
  text-align: center;
  color: black;
  /* border-top: 1px solid #33C3F0; */
}
