body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #171a21;
}
.error-msg {
    background: #F06070;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.success-msg {
    background: #5cb85c;
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.container {
    max-width: 1200px!important;
    width: 100%;
    margin: 40px auto;
}
.logo-block {
text-align: center;
margin-bottom: 50px;
}
.logo-block p {
    color: #b8b6b4;
}
.logo-block h1 {
font-size: 42px;
color: #fff;
}
.form-control {
    background-color: #101217;
    border: 1px solid #101217;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well {
    background-color: #292D38;
    border: 1px solid #292D38;
    color: #6F7279;
}

.well_help {
    background-color: #101217;
    border: 1px solid #151923;
    color: #6F7279;
}

.well_help a, i{
	color: #FFF;
}

/* #1 */
#result_table {
  color: #FFF !important;
  width: 100%;
}

#result_table th, #result_table td { 
     border-top: none !important;
     padding: 1rem;
 }

#result_table tr:first-child {
  background-color: rgba(0,0,0,.1);
}
#result_table tr:nth-child(2n+3) {
  background-color: rgba(0,0,0,.1);
}

#result_table {
  width: 100%;
}
#result_table td {
  padding: 5px;
}

#result_table tr:hover {
  background-color: rgba(255,255,255,.1);
}

/* #2 */
#resultaten_tabel {
  color: #FFF !important;
  width: 100%;
}

#resultaten_tabel th, #resultaten_tabel td { 
     border-top: none !important;
     padding: 1rem;
 }

#resultaten_tabel tr:first-child {
  background-color: rgba(0,0,0,.1);
}
#resultaten_tabel tr:nth-child(2n+3) {
  background-color: rgba(0,0,0,.1);
}

#resultaten_tabel {
  width: 100%;
}
#resultaten_tabel td {
  padding: 5px;
}

#resultaten_tabel tr:hover {
  background-color: rgba(255,255,255,.1);
}

/* #3 */
#tableau_des_resultats {
  color: #FFF !important;
  width: 100%;
}

#tableau_des_resultats th, #tableau_des_resultats td { 
     border-top: none !important;
     padding: 1rem;
 }

#tableau_des_resultats tr:first-child {
  background-color: rgba(0,0,0,.1);
}
#tableau_des_resultats tr:nth-child(2n+3) {
  background-color: rgba(0,0,0,.1);
}

#tableau_des_resultats {
  width: 100%;
}
#tableau_des_resultats td {
  padding: 5px;
}

#tableau_des_resultats tr:hover {
  background-color: rgba(255,255,255,.1);
}


.result_table {
  color: #FFF !important;
  width: 100%;
}

.result_table th, .result_table td { 
     border-top: none !important;
     padding: 1rem;
 }

.result_table tr:first-child {
  background-color: rgba(0,0,0,.1);
}
.result_table tr:nth-child(2n+3) {
  background-color: rgba(0,0,0,.1);
}

.result_table {
  width: 100%;
}
.result_table td {
  padding: 5px;
}

.result_table tr:hover {
  background-color: rgba(255,255,255,.1);
}

.link {
  color: #FFF !important;
}

.link:hover {
  color: #b5b5b6 !important;
}

/* Spinner */
.loadingicon {
  margin: 10px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: none;
}

.loadingicon > div {
  background-color: #FFF;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.loadingicon .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loadingicon .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.loadingicon .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loadingicon .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* History */
.history-title {
  border-radius: 5px;
    color: #FFF;
    padding-bottom: 1rem;
}

.history-item:first-child {
  border-top-radius: 5px;
}

.history-item:last-child {
  border-bottom-radius: 5px;
}

.history-item {
    background-color: rgba(41, 45, 56, 0.5);
    color: #FFF;
    /* border-radius: 5px; */
    padding: 0.8rem 1.2rem;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: 0.2s;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.history-item:hover {
  background-color: rgba(41, 45, 56, 0.9);
}

.history-item a {
  color: #FFF;
  text-decoration: none;
}