@font-face {
  font-family: "Boehringer Forward Head Regular";
  src: url("/fonts/boehringer-forward/BoehringerForwardHead.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Boehringer Forward Head Regular Italic";
  src: url("/fonts/boehringer-forward/BoehringerForwardHead-It.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Boehringer Forward Head Bold";
  src: url("/fonts/boehringer-forward/BoehringerForwardHead-Bd.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Boehringer Forward Head Semi Bold";
  src: url("/fonts/boehringer-forward/BoehringerForwardHead-Md.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Boehringer Forward Head Semi Bold Italic";
  src: url("/fonts/boehringer-forward/BoehringerForwardHead-MdIt.ttf");
}
@font-face {
  font-family: "Boehringer Forward Text Regular";
  src: url("/fonts/boehringer-forward/BoehringerForwardText.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Boehringer Forward Text Semi Bold";
  src: url("/fonts/boehringer-forward/BoehringerForwardText-Md.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Boehringer Forward Text Bold";
  src: url("/fonts/boehringer-forward/BoehringerForwardText-Bd.ttf");
  font-weight: 700;
}
@font-face {
  font-family: "Boehringer Forward Text Regular Italic";
  src: url("/fonts/boehringer-forward/BoehringerForwardText-It.ttf");
  font-weight: 400;
}
* {
  font-family: "Boehringer Forward Text Regular", sans-serif;
}

h1, h2 {
  font-family: "Boehringer Forward Head Bold'", sans-serif;
}

h3, h4, h5, h6 {
  font-family: "Boehringer Forward Head Semi Bold'", sans-serif;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  background: #08312a;
}
#sidebar-wrapper .sidebar-heading {
  padding: 1.25rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
  width: 13rem;
}
#sidebar-wrapper .list-group-item {
  color: #08312a;
}
#sidebar-wrapper .list-group-item:hover {
  background-color: #E5E3DE;
}

img {
  width: 150px;
}

.page-item.active .page-link {
  color: white;
  background-color: #08312a !important;
  border-color: #08312a !important;
}

.page-link {
  color: #08312a;
}
.page-link:focus {
  box-shadow: none !important;
}
.page-link:hover {
  color: #08312a !important;
}

.text-gray h3 {
  color: #FFFFFF;
}

#tabla-tasks {
  width: 100%;
  background-color: white;
}

#logs-table {
  background-color: white;
}

button#createButton {
  background-color: white;
  color: #08312a;
  border: 2px solid;
  padding: 0.5rem 0.5rem;
}
button#createButton:hover {
  border-color: #08312a;
  background-color: #EFEEEB;
}
button#createButton:focus {
  border-color: #08312a;
  background-color: white;
  box-shadow: none;
}

body {
  overflow-x: hidden;
  background-color: #F6F5F3;
}

#page-content-wrapper {
  min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}

.done {
  color: green;
}

.min-loader {
  height: 15px;
  width: 15px;
}

.trash {
  color: red;
}

.eye {
  color: gray;
}

.modal-dialog {
  max-width: 900px;
}

.container {
  margin-left: 0Px;
  margin-right: 0Px;
}

.task-scrollable {
  overflow: auto;
}

#tabla-tasks_wrapper {
  max-width: 100%;
}

#tabla-tasks_length {
  display: inline-block;
  margin-right: 20px;
}
#tabla-tasks_length label {
  margin-right: 10px;
}

#tabla-tasks_filter {
  display: inline-block;
  margin-right: 20px;
}
#tabla-tasks_filter label input {
  padding: 4px;
}

.edit-task {
  padding: 5px 10px;
  background-color: #008CBA;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
}
.edit-task:hover {
  background-color: #006A8E;
}

.delete-task {
  padding: 5px 10px;
  background-color: #008CBA;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
}
.delete-task:hover {
  background-color: #006A8E;
}

.run_again-task {
  padding: 5px 10px;
  background-color: #008CBA;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
}
.run_again-task:hover {
  background-color: #006A8E;
}

.report-task {
  padding: 5px 10px;
  background-color: #008CBA;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 5px;
}
.report-task:hover {
  background-color: #006A8E;
}

.jumbotron {
  padding: 2rem 2rem;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.form-control {
  display: inline;
}

label {
  width: 20%;
  text-align: right;
}

#amountOfPages {
  margin-left: 5px;
}

.form-text.text-muted {
  text-align: left;
  margin-left: 21%;
}

.message-url-valid {
  border: 1px solid green;
  padding-top: 10px;
  position: relative;
}

.message-valid {
  position: absolute;
  top: -15px;
  z-index: 99;
  color: green;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  padding: 0px 10px;
  display: none;
}

.message-url-invalid {
  border: 1px solid red;
  padding-top: 10px;
  position: relative;
}

.message-invalid {
  position: absolute;
  top: -15px;
  z-index: 99;
  color: red;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  padding: 0px 10px;
  display: none;
  white-space: nowrap;
}

#credenciales-url {
  display: none;
  margin-top: 5px;
}

#credenciales-test-url {
  display: none;
  margin-top: 5px;
}

.url-input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.url-validation-icon {
  display: inline-block;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.test-url-validation-icon {
  display: inline-block;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.alias-validation-icon {
  display: inline-block;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.action-validation-icon {
  display: inline-block;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.pagesLimit-validation-icon {
  display: inline-block;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.url-validation-icon.loading {
  background-image: url("../../images/preloader.gif");
}

.test-url-validation-icon.loading {
  background-image: url("../../images/preloader.gif");
}

.url-validation-icon.success {
  background-image: url("../../images/ok.jpeg");
}

.test-url-validation-icon.success {
  background-image: url("../../images/ok.jpeg");
}

.alias-validation-icon.success {
  background-image: url("../../images/ok.jpeg");
  background-image: url("../../images/error.png");
}

.pagesLimit-validation-icon.success {
  background-image: url("../../images/ok.jpeg");
  background-image: url("../../images/error.png");
}

.url-validation-icon.error {
  background-image: url("../../images/error.png");
}

.action-validation-icon.error {
  background-image: url("../../images/error.png");
}

.test-url-validation-icon.error {
  background-image: url("../../images/error.png");
}

.login .brand .full-brand {
  width: 300px;
}
.login h1 {
  color: #08312a;
}
.login .links {
  max-width: 300px;
  margin: 2rem auto 0;
}

.btn.btn-alternative {
  background-color: #00E47C !important;
  border-color: none;
  min-width: 150px;
  border-radius: 25px;
  padding: 10px;
  color: #08312a;
}
.btn.btn-alternative:hover {
  background-color: #66EFB0 !important;
  color: #08312a !important;
}
.btn.btn-alternative:active {
  background-color: #00E47C !important;
  color: #08312a !important;
}
.btn.btn-alternative:focus {
  background-color: #00E47C !important;
  box-shadow: none;
  color: #08312a !important;
}

.cookie-form {
  display: none;
  margin-top: 5px;
}

.cookie-form-name {
  display: none;
}

@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }
  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}

/*# sourceMappingURL=app.css.map */
