/*Button Cookie*/

/*#Button*/

.cookie-notice-container {
  padding: 16px !important;
}

.cn-close-icon {
  display: none !important;
}

.aligncenter {
  text-align: center;
}

.btn {
  line-height: 1.6em !important;
  border-radius: 4px;
}

.btn:focus {
  box-shadow: none;
  outline: 0 !important;
}

.btn:active:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.btn:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #a8a8a8;
  cursor: not-allowed;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

.btn-46px {
  height: 46px !important;
  padding: 8px 20px !important;
  display: inline-block !important;
  font-size: 19px !important;
}

.btn-38px {
  min-height: 38px !important;
  padding: 5px 20px !important;
  display: inline-block !important;
}

#cg_users_upload_submit {
  line-height: 1.6em !important;
  border-radius: 4px;
  padding: 9px 20px !important;
  color: #fff !important;
  background-color: #00B5EB !important;
  border: 0px !important;
  border-color: #00B5EB !important;
  padding: 10px 15px !important;
  line-height: 1em !important;
  height: 38px;
  font-size: 1rem;
}

#cg_users_upload_submit:hover {
  background-color: #5FC9E9 !important;
  border-color: #5FC9E9 !important;
}

#cg_users_upload_submit:active {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

#cg_users_registry_check {
  line-height: 1.6em !important;
  border-radius: 4px;
  padding: 9px 20px !important;
  color: #fff !important;
  background-color: #00B5EB !important;
  border: 0px !important;
  border-color: #00B5EB !important;
  padding: 10px 15px !important;
  line-height: 1em !important;
  height: 38px;
  font-size: 1rem;
}

#cg_users_registry_check:hover {
  background-color: #5FC9E9 !important;
  border-color: #5FC9E9 !important;
}

#cg_users_registry_check:active {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

#cg_user_login_check {
  line-height: 1.6em !important;
  border-radius: 4px;
  padding: 9px 20px !important;
  color: #fff !important;
  background-color: #00B5EB !important;
  border: 0px !important;
  border-color: #00B5EB !important;
  padding: 10px 15px !important;
  line-height: 1em !important;
  height: 38px;
  font-size: 1rem;
}

#cg_user_login_check:hover {
  background-color: #5FC9E9 !important;
  border-color: #5FC9E9 !important;
}

#cg_user_login_check:active {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

.btn-group-lg > .btn {
  height: 46px !important;
  font-size: 19px;
  line-height: 1.5em !important;
}

.btn-lg {
  height: 46px !important;
  font-size: 19px;
  line-height: 1.5em !important;
}

.btn-dark {
  background-color: #181818;
}

.btn-dark:hover {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
}

.btn-dark:focus {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.btn-dark:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.btn.btn-outline-primary {
  line-height: 1.6em;
  padding-left: 15px;
  padding-right: 15px;
}

.btn.btn-outline-dark {
  border-color: #181818;
  color: #181818;
}

.btn.btn-outline-dark:hover {
  background-color: #353535;
  border-color: #353535;
  color: #fff;
}

.btn.btn-outline-dark:focus {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.btn.btn-outline-dark:active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff;
}

.btn-outline-primary:hover {
  border-color: #5FC9E9;
  background-color: #5FC9E9;
  border-color: #5FC9E9;
}

.btn-outline-primary:focus {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

.btn-outline-primary:active {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

.btn-outline-primary:disabled {
  color: #A8A8A8;
  border-color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

.btn-primary:hover {
  background-color: #5FC9E9;
  border-color: #5FC9E9;
}

.btn-primary:active {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

.btn-primary:focus {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

.wpcf7 input[type=submit]:hover {
  background-color: #5FC9E9;
  border-color: #5FC9E9;
}

.wpcf7 input[type=submit]:active {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

.wpcf7 input[type=submit]:focus {
  background-color: #00A6D8 !important;
  border-color: #00A6D8 !important;
  color: #fff;
}

.btn-outline-dark:disabled {
  color: #A8A8A8;
  border-color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}

@media (min-width: 992px) {
  .cn-button.bootstrap {
    width: 45px;
    height: 30px;
    background: #F8F8F8 !important;
    color: #000 !important;
    text-shadow: none;
    padding: 5px 10px;
    margin: 2px 15px !important;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Open sans, sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    border: 0;
    border-radius: 4px;
  }

  .cn-button.bootstrap:hover {
    background: #FFFFFF !important;
    color: #000;
  }

  .cn-button.bootstrap:focus {
    background: #FFFFFF !important;
    color: #000;
  }

  .cn-button.bootstrap:disabled {
    background: #EEEEEE !important;
    color: #A8A8A8;
  }
}

@media (max-width: 991px) {
  .cn-button.bootstrap {
    width: 60px;
    height: 30px;
    background: #F8F8F8 !important;
    color: #000 !important;
    text-shadow: none;
    margin: 15px 15px 9px 15px !important;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Open sans, sans-serif;
    font-weight: normal;
    line-height: 1.6em;
    border: 0;
    border-radius: 4px;
  }

  .cn-button.bootstrap:hover {
    background: #FFFFFF !important;
    color: #000 !important;
  }

  .cn-button.bootstrap:focus {
    background: #FFFFFF !important;
    color: #000 !important;
  }

  .cn-button.bootstrap:disabled {
    background: #EEEEEE !important;
    color: #A8A8A8 !important;
  }
}