body {
  background: #EAEDED;
}

.form-auth {
  width: 100%;
  max-width: 320px;
  padding: 1rem;
  margin: 2rem auto;
}

.form-auth_captcha {
  margin: -0.5rem 0 0.5rem 0;
  position: relative;
  width: 100%;
  z-index: -1;
}

.form-auth .form-control + .form-control, .change-password .form-control + .form-control {
  margin-top: 0.5rem;
}

.header {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

.navbar-dark {
  background-color: #232f3e;
  z-index: 3;
  position: relative;
}

.navbar-brand {
  font-weight: 700;
}

.navbar-nav + .navbar-nav {
  margin-left: auto;
}

.navbar .container {
  padding: 0;
}

.row:first-child {
  margin-top: 1rem;
}

.btn-group__block {
  width: 100%;
}

.btn-group__block input {
  position: absolute;
  left: -9999px;
}

.btn-group__block input:checked + .btn {
  color: #fff;
  background-color: #3A8637;
  border-color: #3A8637;
}

.btn-group__block > .btn:nth-child(2) {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.table .thead-dark th {
  color: #fff;
  background-color: #232f3e;
  border-color: #454d55;
  position: sticky;
  top: -1px;
  z-index:2;
}

.table__reports th:first-child {
  width: 1%;
}

.table__reports th:last-child {
  width: 1%;
  text-align: center;
}

.table__reports a.btn {
  margin-top: -20px;
  margin-bottom: -1rem;
}

.btn-group__table {
  margin-top: -20px;
  margin-bottom: -1rem;
}

.table__reports .custom-checkbox {
  padding-left: 1rem;
}

.table__reports .custom-control-label::before {
  left: -1rem;
}

.table__reports .custom-control-label::after {
  left: -1rem;
}

.table__reports td > label {
  padding: .75rem;
  cursor: pointer;
  margin: -0.75rem;
  display: block;
}

.table-sm.table__reports td > label {
  padding: .3rem;
  margin: -0.3rem;
}

.col__btn label {
  display: none;
}

.custom-control-label {
  cursor: pointer;
}

.btn-toolbar {
  justify-content: center;
}

.confirm-price {
  font-size: 1.5rem;
}

.faq-wrapper p {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.table-responsive {
  margin-bottom: 1rem;
  overflow-y: hidden;
}

.table-responsive .table {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }

  .container {
    padding: 0 30px;
  }

  .col__btn label {
    display: inline-block;
  }

  .only-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
    padding: 0 15px;
  }
}

@media (max-width: 1199px) {
  .nav-item.dropdown .dropdown-menu {
    display: block;
  }

  .menu-first-item {
    display: none;
  }

  .navbar .container {
    padding: 0 15px !important;
  }

  .container {
    max-width: inherit !important;
  }

  .navbar-collapse {
    position: fixed;
    top: 57px;
    left: 0px;
    right: 0px;
    background: #232f3e;
    padding: 0 15px 7px 15px;
  }
}

@media (max-width: 991px) {
  .ticket-messages {
    bottom: 181px !important;
  }

  .table-responsive th {
    white-space: pre;
  }

  .table-responsive td {
    white-space: pre;
  }

  .table-responsive .form-check-cell {
    white-space: normal;
  }

  .confirm-price {
    font-size: 1.25rem;
  }

  .btn-group {
    flex-wrap: wrap;
  }
}

.logo-image {
	height: 32px;
	margin-top: -3px;
}

.ticket-form {
  background: #fff;
  border-top: 1px solid #ced4da;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
}

.ticket-form textarea {
  resize: none;
}

.ticket-messages {
  bottom: 143px;
  top: 57px;
  left: 0;
  right: 0;
  position: fixed;
  overflow-y: scroll;
}

.ticket-messages .btn-toolbar {
  margin: 1rem 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-body pre {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  margin-bottom: 0;
  white-space: pre-line;
  font-size: 1rem
}

.card__bg-gray .card-body {
  background: rgba(0,0,0,.125);
}

.info-cell {
  white-space: pre;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
}

.btn-group__lookup {
  margin-top: -3px;
  margin-bottom: -3px;
}

.info-cell-admin {
  overflow: hidden;
  width: 300px;
  height: 52px;
  line-height: 1.25;
}

.form-check-table {
  margin-bottom: 0;
  padding-left: 0;
  width: 1rem;
}

.form-check-table .form-check-input {
  margin-left: 0;
}

.form-check-table .form-check-label {
  height: 24px;
  width: 16px;
  display: block;
  position: relative;
  z-index: 1;
}

.form-check, .form-check > * {
  user-select: none;
  cursor: pointer;
}

.page-link {
  color: #3A8637;
}

.page-link:hover {
  color: #33742F;
  background-color: #eaf0ea;
  border-color: #dfe7df;
}

.page-link:focus {
  color: #33742F;
  background-color: #eaf0ea;
  box-shadow: 0 0 0 .25rem rgba(59,134,55,.25)
}

.page-item.active .page-link {
  background-color: #3A8637;
  border-color: #3A8637
}

.btn-primary {
  background-color: #3A8637;
  border-color: #3A8637;
}

.btn-primary:hover {
  background-color: #33742F;
  border-color: #33742F
}

.btn-primary:focus {
  background-color: #2C6629;
  border-color: #2C6629;
  box-shadow: 0 0 0 .25rem rgba(59,134,55,.5)
}

.btn-primary:active {
  background-color: #2C6629;
  border-color: #2C6629
}

.btn-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(59,134,55,.5)
}

.btn-link {
  color: #3A8637;
}

.btn-link:hover {
  color: #2C6629
}

.btn:focus {
  box-shadow: 0 0 0 .25rem rgba(59,134,55,.5) !important
}

.form-check-input:focus {
  border-color: #3A8637;
  box-shadow: 0 0 0 .25rem rgba(59,134,55,.5)
}

.form-check-input:checked {
  background-color: #3A8637;
  border-color: #3A8637;
}

.form-control:focus {
  border-color: #3A8637;
  box-shadow: 0 0 0 .25rem rgba(59,134,55,.5)
}

a {
  color: #3A8637;
}

a:hover {
  color: #2C6629
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  color: #3A8637;
}

.navbar-toggler:focus + .navbar-collapse {
  display: block;
}

.navbar-collapse:active {
  display: block;
}

.mt-8px {
  margin-top: 8px;
}

.w-1 {
  width: 1% !important;
}

.w-100 {
  width: 100% !important;
}

.h-110px {
  height: 110px;
}

.ticket-badge {
  color: #ffc107;
}