/*
*	BOOTSTRAP
*/
.table-responsive {
  border: 0 none transparent;
}
.table-responsive::-webkit-scrollbar {
  width: 0;
  height: 4px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.table-responsive::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
/*
*	GENERAL
*/
@media (min-width: 1400px) {
  .container {
    max-width: 100%;
    width: 1370px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 100%;
    width: 1640px;
  }
}
/*
*	RESPONSIVE
*/
@media screen and (max-width: 380px) {
  .g-recaptchaBox {
    -webkit-transform: scale(0.8) translateX(-35px);
    -o-transform: scale(0.8) translateX(-35px);
    -moz-transform: scale(0.8) translateX(-35px);
    -ms-transform: scale(0.8) translateX(-35px);
    transform: scale(0.8) translateX(-35px);
  }
}
@media (max-width: 767.9px) {
  form .col-xs-6 {
    width: 100%;
  }
}
/*# sourceMappingURL=responsive.css.map */