body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  padding-top: 50px;
  font-size: 13px;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300 !important;
}

a {
  color: #999999;
}

a .navbar-brand {
  color: green;
}

button[name="log"] {
  background-color: #f3ac4d;
}

.form-section {
  margin: 30px 0px 25px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
}

.page-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 13px;
  margin-left: 15px;
}

#navbar-top {
  border-color: #e0e0e0;
  background: #FBFBFB;
}

#sidebar-menu {
  background-color: #FBFBFB;
  border-right: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  width: 100% !important;
  float: left;
  margin-bottom: 15px;
  overflow: scroll;
  z-index: 1;
}

#page-content {
  padding-left: 20px;
  padding-top: 600px;
}

@media (min-width:600px) {
  #sidebar-menu {
    width: 220px !important;
    height: 100%;
    position: fixed;
  }

  #page-content {
    padding-left: 0px;
    margin-left: 230px;
    padding-top: 10px;
    margin-top: 10px;
  }

}

#sidebar-menu .active {
  border-right: 4px solid #fff;
}

#sidebar-menu .active a {
  padding-right: 11px;
}

#sidebar-menu .nav-pills>li>a {
  border-radius: 0px;
}

#sidebar-menu .nav-pills .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

#sidebar-menu .nav-pills .sub-menu li a {
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  display: block;
  text-decoration: none;
}

#sidebar-menu .nav-pills .sub-menu li {
  padding-left: 40px;
  background-color: #FBFBFB;
  border: thin 1px;
}

#sidebar-menu .nav-pills .sub-menu li:hover {
  background-color: #FBFBFB;
}

#sidebar-menu .nav-pills>li>a {
  font-size: 13px;
}

#sidebar-menu .nav-pills>li>a>i {
  font-size: 18px;
}

#sidebar-menu .active .sub-menu .active {
  background-color: #eee;
  border-right: none;
}

#sidebar-menu .active .sub-menu {
  display: block;
  display: none; /* a enlever en cas de soucis */
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  background-color: #FBFBFB;
  color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav>.dropdown>a .caret:hover,
.navbar .nav > li > a:hover {
  color: #999999;
}

.nav .nav-pills li [class^="fa-"],
li [class*=" fa-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

@media (min-width:992px) {
  .players {
    width: 70%;
  }

}

.infos {
  margin-left: 30px;
}

.infos tr {
  height: 50px;
}

.infos th {
  width: 150px;
}

.breadcrumb {
  border-top: solid 1px #e7e7e7;
  border-bottom: solid 1px #e7e7e7;
  border-radius: 0px;
}

#fond {
  position: relative;
  margin: 0px auto;
  width: 929px;
  background: #E5EDF0;
  z-index: 10;
  height: 50px;
}

.ruban {
  background: #63828F;
  height: 50px;
  width: 460px;
  position: relative;
  left: -16px;
  top: 30px;
  float: left;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
  z-index: 100;
}

.ruban h2 {
  font-size: 25px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 10px;
}

.ruban_gauche {
  border-color: transparent #42565F transparent transparent;
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: relative;
  left: -31px;
  top: 65px;
  z-index: -1;  /*s'affichera sous le rectangle  */
}

.ruban_droit {
  border-color: transparent transparent transparent #42565F;
  border-style: solid;
  border-width: 15px;
  height: 0px;
  width: 0px;
  position: relative;
  left: 430px;
  top: 35px;
  z-index: -1;
}

.chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 15px solid transparent;
  border-right: 0;
  border-left: 10px solid #d4d4d4;
}

.chevronActive {
  position: absolute;
  top: 0;
  right: -12px;
  z-index: 1;
  display: block;
  border: 15px solid transparent;
  border-right: 0;
  border-left: 12px solid #82DE82;
}

.chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 16px solid #ededed;
  content: "";
}

.steps {
  margin: 0px;
  padding: 0px;
  list-style: none outside none;
}

.step {
  color: #292929;
  cursor: default;
  background: none repeat scroll 0% 0% #EDEDED;
  padding: 0px 20px 0px 30px;
  position: relative;
  height: 30px;
  float: left;
  font-size: 16px;
  line-height: 30px;
}

.stepActive {
  background: none repeat scroll 0% 0% #82DE82;
  color: #292929;
  cursor: default;
  padding: 0px 20px 0px 30px;
  position: relative;
  height: 30px;
  float: left;
  font-size: 16px;
  line-height: 30px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  border-radius: 9px;
}

.wizard {
  border: 1px solid #D4D4D4;
  background-color: #F9F9F9;
  overflow: hidden;
  max-width: 1350px;
}

.labelWizard {
  float: left;
  line-height: 28px;
  margin-right: 5px;
  width: 120px;
  text-align: center;
}

.yesSelected {
  color: green;
  font-size: 1.5em;
}

.noSelected {
  color: red;
  font-size: 1.5em;
}

td textarea {
  height: 100%;
  width: 100%;
}

.form-horizontal .text-label {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}

.glyphicon-refresh.spinning {
  transform-origin: 48% 50%;
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }

}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }

}

.fade-out-element {
  transition-timing-function: ease-in;
  animation-duration: 10s;
  animation-fill-mode: both;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }

}

.alert {
  position: absolute;
  top: 20%;
  left: 40%;
  min-width: 250px;
  z-index: 10;
}

.alert.msg {
  top: 30% !important;
}

.cron-read {
  margin: 2em;
}

.crontab-content {
  clear: both;
  margin: 2em;
  padding: 4em 0;
  width: 60%;
}

.scheduler-button {
  width: 25px;
  height: 25px;
  border-radius: 25px;
  margin-right: 2em;
}

.scheduler-button.active {
  background-image: linear-gradient(greenyellow, darkgreen);
}

.scheduler-button.inactive {
  background-color: gainsboro;
}

.button-row {
  display: flex;
  justify-content: space-between;
}

.overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}

.overlay.data {
  color: black;
  top: 0;
  left: 0;
  float: left;
  padding-top: 2em;
  overflow: auto;
  opacity: .90;
}

.overlay-center {
  margin: auto;
}

.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #F7A600;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }

}

.msg {
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 10;
  clear: both;
  min-width: 250px;
  width: 250px;
  color: white;
  font-weight: bold;
  padding: 1em 2em;
}

.msg.success {
  background-color: green;
}

.msg.failure {
  background-color: red;
}

.flex-section {
  display: flex;
}

.increase-readability {
  color: black;
  font-size: larger;
}

@media (max-width:991px) {
  .flex-section {
    flex-direction: column;
  }

}

.popup {
  background-color: white;
  border-radius: 16px;
  border: 1px solid lightgrey;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
  position: absolute;
  left: -400px;
  top: -150px;
  padding: 1em;
}

.list {
  list-style-type: none;
  padding-inline-start: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

.list-row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .25em 0;
}

.list-row.header {
  margin-bottom: .5em;
  border-bottom: 1px solid grey;
  font-weight: bold;
  font-style: italic;
}

.list-field,
.list-header {
  font-size: smaller;
  margin: 0;
  margin-right: .5em;
}

.w1 {
  width: 70px;
}

.w2 {
  width: 150px;
}
