body {
  margin: 0;
  display: flex;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

header {
  background: rgb(44, 44, 44);
  width: 100vw;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .left {
  padding-left: 10px;
  display: flex;
}
header .left .reload {
  padding: 2px;
  background-color: rgb(131, 131, 131);
  cursor: pointer;
}
header .left .reload:hover, header .left .reload:hover i {
  background-color: white;
}
header .left .path {
  display: flex;
  align-items: center;
  background: white;
  padding: 2px;
  padding-left: 0;
  box-shadow: 1px 1px 3px black;
}
header .left .path span {
  cursor: pointer;
  display: flex;
  height: 100%;
  align-items: center;
  padding-bottom: 4px;
  padding-left: 2px;
}
header .left .path span:hover {
  background-color: red;
}
header .left .path i {
  margin-left: 5px;
  margin-right: 5px;
}
header .right {
  padding-right: 10px;
}
header a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.btn {
  display: flex;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 5px;
  color: #FFFFFF;
  font-size: 14px;
  box-shadow: 1px 1px 3px black;
}
.btn:disabled {
  background: rgba(76, 175, 80, 0.6901960784) !important;
}
.btn:disabled:hover {
  box-shadow: 1px 1px 3px black;
}
.btn:hover {
  box-shadow: 1px 1px 3px black inset;
}

.wrap {
  display: flex;
  flex-direction: row;
}
.wrap nav, .wrap main {
  height: calc(100vh - 50px);
}
.wrap nav {
  width: 200px;
  background: green;
}
.wrap main {
  flex: 1;
  background-color: rgb(235, 235, 235);
  overflow: auto;
}
.wrap main table {
  width: 100%;
  display: block;
  border-collapse: collapse;
}
.wrap main table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  background-color: #ebebeb;
}
.wrap main table thead th {
  padding-right: 10px;
  padding-left: 10px;
  text-align: inherit;
  border-right: 1px solid grey;
}
.wrap main table thead th:last-child {
  width: 100%;
  border-right: 0px solid black;
}
.wrap main table tbody tr td {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.wrap main table tbody tr td:first-child {
  display: flex;
  align-items: center;
  overflow-x: hidden;
  min-width: 110px;
}
.wrap main table tbody tr td a {
  display: flex;
  align-content: center;
  align-items: center;
  text-decoration: none;
  color: black;
}
.wrap main table tbody tr td a.download {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 3px black;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: rgb(32, 107, 32);
}
.wrap main table tbody tr td a.download:hover {
  box-shadow: 1px 1px 3px black inset;
}
.wrap main table tbody tr:hover {
  background-color: rgb(167, 166, 166);
}
.wrap main table tbody tr:nth-child(2n+2) {
  background-color: rgb(207, 207, 207);
}
.wrap main table tbody tr:nth-child(2n+2):hover {
  background-color: rgb(167, 166, 166);
}

.content-hidden .group-input {
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
}
.content-hidden .group-input div {
  padding: 2px;
  width: calc(50% - 4px);
}

#connect, .content-hidden {
  display: none;
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
#connect.show, .content-hidden.show {
  display: flex;
  background: grey;
}
#connect.show form, .content-hidden.show form {
  display: flex;
  box-shadow: 0 0 5px;
  flex-direction: column;
  padding: 45px;
  background: white;
}
#connect.show form span.essaie, .content-hidden.show form span.essaie {
  color: grey;
  font-size: 13px;
}
#connect.show form span.title, .content-hidden.show form span.title {
  color: white;
  font-weight: bold;
  margin-bottom: 2.5px;
}
#connect.show form input, .content-hidden.show form input {
  margin-bottom: 10px;
}
#connect.show form input.hidden, .content-hidden.show form input.hidden {
  display: none;
}
#connect.show form input[type=text], #connect.show form input[type=password], #connect.show form input[type=email], .content-hidden.show form input[type=text], .content-hidden.show form input[type=password], .content-hidden.show form input[type=email] {
  outline: 0;
  background: #dfdfdf;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
#connect.show form button[type=submit], .content-hidden.show form button[type=submit] {
  cursor: pointer;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
}
#connect.show + table, #connect.show + table + .lds-facebook, .content-hidden.show + table, .content-hidden.show + table + .lds-facebook {
  display: none !important;
}

img.captcha {
  height: 24px;
  aspect-ratio: 63/24;
  width: 63px;
}

.flex {
  display: flex;
}

label.captcha {
  background: grey;
  height: 24px;
  display: flex;
  color: white;
  align-items: center;
  padding-left: 3px;
  padding-right: 3px;
}

.infinite360 {
  transition: all 2s;
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none !important;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#all_popup {
  position: absolute;
  top: 25px;
  right: 25px;
}
#all_popup .popup {
  max-width: 300px;
  min-width: 200px;
  margin-bottom: 10px;
  background-color: rgb(103, 47, 194);
  box-shadow: 0 0 5px black;
  border-radius: 5px;
}
#all_popup .popup h3.title {
  margin: 0;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#all_popup .popup h3.title span {
  flex: 1;
}
#all_popup .popup h3.title span.close {
  cursor: pointer;
}
#all_popup .popup h3.title span.close i::before {
  cursor: pointer;
  font-size: 5px !important;
}
#all_popup .popup .desc {
  padding: 10px 5px;
  font-size: 14px;
}
#all_popup .popup .timer {
  width: calc(100% - 2px);
  height: 5px;
  background: white;
  padding: 1px;
}
#all_popup .popup .timer .couldown {
  height: 100%;
  background-color: black;
  -webkit-animation: 5s infinite width100;
          animation: 5s infinite width100;
}

@-webkit-keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */