@import 'https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css';
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Book.woff') format('woff');
  font-style: normal;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Demi.woff') format('woff');
  font-style: normal;
  font-weight: 700;
}
body,
html {
  height: 100%;
  padding: 0;
  font-family: Futura, Arial, Helvectica, sans-serif;
}
a {
  color: #8bb611;
}
a:hover {
  color: #7CA30F;
}
.wrapper {
  position: relative;
  min-height: 100%;
}
.wrapper div {
  font-size: 17px;
}
.wrapper p {
  font-size: 17px;
}
.wrapper h5 {
  font-size: 20px;
}
.wrapper .btn-link {
  color: #8bb611;
}
.wrapper .btn-success {
  background-color: #8bb611;
  border-color: #8bb611;
}
.wrapper .btn-success:hover {
  background-color: #7CA30F;
  border-color: #7CA30F;
}
.wrapper .panel {
  border-radius: 0;
}
.wrapper .mb-1 {
  margin-bottom: 1rem;
}
.wrapper .content {
  padding-bottom: 280px;
}
.wrapper .label {
  border-radius: 0;
}
.wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .form-control {
  border-color: transparent;
  border-bottom-color: #8bb611;
}
.wrapper .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .form-control:focus {
  border-color: transparent;
  border-bottom-color: #8bb611;
}
.wrapper .bootstrap-select.open > .dropdown-toggle {
  border-color: #8bb611 !important;
}
.header-border {
  position: relative;
}
.header-border:before {
  content: '';
  position: absolute;
  right: 100%;
  top: calc(100% + 1rem);
  width: 100%;
  height: 3px;
  background-color: #000000;
}
.navbar {
  background-color: #ffffff;
  padding: 1rem 0;
  border-bottom: 3px solid #d90327;
}
.navbar .navbar-brand {
  display: inline-block;
  width: 100px;
  height: 50px;
  margin-right: 1rem;
  font-size: 0;
  background: url('images/epark_logo.svg') center no-repeat;
  background-size: contain;
}
.navbar .navbar-nav li {
  color: #000000;
}
.navbar .navbar-nav li a {
  font-size: 18px;
  color: #000000;
}
.navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #d90327;
}
.navbar .navbar-nav li.active {
  color: #d90327;
}
.navbar .navbar-auth li a {
  color: #666666;
}
.navbar .navbar-auth li a:hover {
  color: #000000;
}
.navbar.navbar-fixed-top {
  position: static;
}
.navbar.navbar-fixed-top--fixed {
  position: fixed;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar.subnavbar {
  margin: 0;
  padding: 1rem 0;
  background-color: #f2f2f2;
  position: static;
  border: none;
  display: flex;
  align-items: center;
}
.navbar.subnavbar .container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .navbar.subnavbar .container {
    margin-right: 0;
  }
}
.navbar.subnavbar--fixed {
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .navbar {
    position: static;
  }
  .navbar.navbar-fixed-top {
    margin-top: 0;
  }
}
.main-index {
  margin-top: 70px;
  min-height: calc(100vh - 450px);
  background: url(images/sign-bg2.png) center center no-repeat;
  background-size: contain;
}
@media (max-width: 699px) {
  .main-index {
    min-height: 324px;
  }
}
@media (max-width: 515px) {
  .main-index {
    margin-top: 0;
  }
}
@media (max-width: 320px) {
  .main-index {
    min-height: 195px;
  }
}
.buttons--main-index {
  margin: 30px auto;
  text-align: center;
}
.buttons--main-index .button {
  min-width: 300px;
  padding: 5px 30px;
}
@media (max-width: 420px) {
  .buttons--main-index .button {
    width: 100%;
  }
}
.email {
  color: #1e528b;
}
/*Form*/
.form {
  border: 1px solid #c6c6c6;
}
.form--search {
  border: none;
}
.form--search .form-group {
  display: flex;
  flex-wrap: none;
}
.form--license {
  border: none;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.form-title {
  margin-bottom: 30px;
}
.form-input,
.form-textarea,
.bs-actionsbox .form-control,
.bs-donebutton .form-control,
.bs-searchbox .form-control,
.bootstrap-select.open .dropdown-menu.open,
.bootstrap-select .btn,
.bootstrap-select .form-control,
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).open .dropdown-menu.open,
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .form-control,
#userlist_wrapper .form-control,
#spaces_wrapper .form-control,
#whitelist_wrapper .form-control,
#licensetable_wrapper .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 2px solid #8bb611;
  border-radius: 0;
  box-shadow: none;
}
.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #7CA30F;
  box-shadow: none;
}
.form-input.input-validation-error,
.form-textarea.input-validation-error {
  border-color: #d90327;
}
.form-input:disabled,
.form-textarea:disabled {
  background-color: #eef1f2;
  cursor: not-allowed;
  color: #9ea0a0;
}
.form-input:disabled + .input-group-addon,
.form-textarea:disabled + .input-group-addon {
  cursor: not-allowed;
  color: #c4c3c3;
  background-color: #eef1f2;
}
.form-input + .input-group-addon,
.form-textarea + .input-group-addon {
  border-radius: 0 !important;
  color: #62a629;
  background-color: transparent;
}
.form-input--datepicker,
.form-textarea--datepicker {
  border-right: none;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  top: 50% !important;
}
.buttons-select-all,
.buttons-select-none,
.button--custom-table {
  padding: 5px 20px !important;
  font-size: 16px !important;
  margin: 0 4px;
}
.buttons-select-all:hover,
.buttons-select-none:hover,
.button--custom-table:hover {
  text-decoration: none;
}
.buttons-select-all.disabled,
.buttons-select-none.disabled,
.button--custom-table.disabled {
  opacity: 0.5;
}
.buttons-select-all.disabled:hover,
.buttons-select-none.disabled:hover,
.button--custom-table.disabled:hover {
  color: #000000;
}
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #7CA30F;
}
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  background-color: #DFEBBE;
  color: #000000;
}
table.dataTable .link {
  color: #8bb611;
}
table.dataTable .link:hover {
  color: #7CA30F;
}
.dataTables_filter label {
  position: relative;
}
.dataTables_filter label:after {
  position: absolute;
  content: '';
  display: inline-block;
  left: 18px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url('images/magnify-icon.png') center no-repeat;
  transform: translate(-50%, -50%);
}
.dataTables_filter input[type="search"].form-control {
  padding-left: 30px !important;
}
.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 18px;
}
.form-group .field-validation-error {
  position: absolute;
  bottom: -20px;
  width: 100%;
  color: #d90327;
}
.form-group .field-validation-error:after {
  position: absolute;
  top: -33px;
  right: -30px;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(images/alert-icon.png) no-repeat;
}
.form-group--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-group--last {
  margin-bottom: 0;
}
.form-group__item {
  width: 47%;
}
.form-group__title {
  font-size: 18px;
  line-height: 1.45;
}
.form-section {
  padding: 40px 70px 25px 70px;
}
.form-section--footer {
  border-top: 1px solid #c6c6c6;
  background-color: #f2f4f5;
}
.form-section--second {
  padding: 20px 70px;
}
.form-section--column {
  display: flex;
}
.form-section--devider {
  border-top: 1px solid #c6c6c6;
}
.form-section__second {
  width: 30%;
  text-align: right;
  padding-right: 50px;
}
.form-section__main {
  width: 42%;
}
.form-section__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
  color: #9B9B9B;
  font-weight: bold;
}
.form-switcher {
  border: 1px solid #d1d1d1;
  padding: 0 5px;
  line-height: 40px;
}
.form-switcher--active {
  border-color: #b4caa3;
  background-color: #d8eaca;
  color: #577f3b;
}
.form-label,
.form-group__title {
  font-size: 18px;
  line-height: 1.45;
  width: 100%;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.checkbox input[type=checkbox] {
  display: none;
}
.checkbox--hidden,
.radio--hidden {
  display: none;
  margin-right: 1rem;
}
.checkbox-custom,
.radio-custom {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  border-radius: 2px;
  cursor: pointer;
}
.checkbox-custom:hover,
.radio-custom:hover {
  border-color: #c6c6c6;
}
.checkbox-custom--color {
  width: 30px;
  height: 30px;
  margin-bottom: 0.5rem;
  border-radius: 50%;
}
.radio-custom {
  border-radius: 50%;
}
.checkbox-custom,
.radio-custom {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.checkbox:checked ~ .checkbox-custom,
.radio:checked ~ .radio-custom {
  border-color: #8bb611;
}
.checkbox:checked ~ .checkbox-custom::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background: #8bb611;
  transform: translate(-50%, -50%);
}
.checkbox:checked ~ .checkbox-custom::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.radio:checked ~ .radio-custom::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  background-color: #8bb611;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.checkbox:disabled ~ .checkbox-custom:hover,
.radio:disabled ~ .radio-custom:hover {
  border-color: #c6c6c6;
}
.checkbox:disabled ~ .checkbox-custom,
.radio:disabled ~ .radio-custom {
  background: #c6c6c6;
}
/*Btn*/
.button,
.buttons-select-all,
.buttons-select-none,
.button--custom-table,
.input-toggle li a,
#userlist_wrapper .paginate_button a,
#spaces_wrapper .paginate_button a,
#whitelist_wrapper .paginate_button a,
#licensetable_wrapper .paginate_button a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #c6c6c6;
  padding: 9px 20px;
  font-size: 20px;
  color: #000000;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ffffff;
}
.button:hover {
  color: #8bb611;
  text-decoration: none;
}
.button:focus {
  color: #8bb611;
  text-decoration: none;
}
.button:active {
  color: #8bb611;
  text-decoration: none;
}
.button--primary {
  color: #ffffff;
  background-color: #8bb611;
  border-color: #8bb611;
}
.button--primary .icon:before,
.button--primary .icon:after {
  background-color: #ffffff;
}
.button--primary:hover {
  color: #ffffff;
  background-color: #7CA30F;
  border-color: #7CA30F;
}
.button--primary:focus {
  color: #ffffff;
  text-decoration: none;
}
.button--primary:active {
  color: #ffffff;
  text-decoration: none;
}
.button--big {
  padding: 14px 28px;
}
.button .icon {
  margin-right: 14px;
}
.button--input-h {
  padding: 7px 20px;
}
.button--small {
  padding: 0 0.5rem;
  font-size: 12px;
  line-height: 1.5;
}
.btn {
  border-radius: 0;
}
.icon {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 12px;
}
.icon-plus:before,
.icon-plus:after {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50%);
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000000;
}
.icon-plus:after {
  transform: rotate(-270deg);
  transition: all 0.4s;
}
.link {
  color: #1e528b;
}
.link:hover {
  color: #226fca;
  text-decoration: none;
}
.link:focus {
  text-decoration: none;
}
/*Layout*/
.sign-row {
  background: url('images/sign-bg.png') left center no-repeat;
}
@media (max-width: 1199px) {
  .sign-row {
    background: url(images/sign-bg.png) -32% center no-repeat;
  }
}
@media (max-width: 991px) {
  .sign-row {
    background: none;
  }
}
#loginForm {
  margin-top: 50px;
}
.loginForm__main {
  background-color: #ffffff;
}
.loginForm__footer {
  border-top: 1px solid #c6c6c6;
  background-color: #f2f4f5;
}
.sign-up {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  max-width: 50%;
  margin-left: auto;
  margin-bottom: 0;
}
.sign-up .sign-up__text,
.sign-up a {
  text-align: right;
  width: 100%;
}
.page-title {
  margin-bottom: 30px;
}
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 140px;
  background-color: #000000;
  color: #ffffff;
  padding: 30px 0;
  font-size: 16px;
}
.footer p,
.footer div {
  font-size: 15px;
}
.footer .container {
  display: flex;
  align-content: stretch;
}
.footer .container > div {
  padding: 0 15px;
}
.footer .q-park {
  width: 25%;
}
.footer .service {
  width: 25%;
}
.footer .service .copyright {
  margin-top: 3rem;
}
.footer h5 {
  margin: 0 0 2rem 0;
}
.footer p {
  margin-bottom: 0.5rem;
}
.footer .footer__copyright {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer .footer__copyright .logo {
  display: flex;
  margin: 3rem 0 1rem 0;
}
.footer .footer__copyright p {
  color: #9F9E9E;
}
.footer .footer__copyright .links {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 0;
}
.footer .footer__copyright .links li {
  list-style: none;
}
.footer .footer__copyright .links a {
  color: #d3d3d3;
  text-decoration: none;
}
.footer .footer__copyright .links a:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .footer .footer__copyright .links,
  .footer .footer__copyright p {
    display: none;
  }
}
.footer .footer__copyright--mobile {
  display: none;
  order: 4;
}
@media (max-width: 992px) {
  .footer .footer__copyright--mobile {
    display: block;
  }
  .footer .footer__copyright--mobile .links,
  .footer .footer__copyright--mobile p {
    display: flex;
  }
}
@media (max-width: 992px) {
  .footer {
    position: static;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer .container .q-park {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .footer .container .service {
    width: 100%;
    order: 3;
    text-align: center;
  }
  .footer .container .footer__copyright {
    width: 100%;
    order: 1;
    align-items: center;
  }
  .footer .container .footer__copyright--mobile {
    margin-top: 2rem;
    order: 4;
    display: flex;
  }
  .footer .container .footer__copyright--mobile .links,
  .footer .container .footer__copyright--mobile p {
    display: flex;
    justify-content: center;
  }
  .footer .container .footer__copyright--mobile .links {
    flex-direction: column;
    align-items: center;
  }
}
/*Bootstrap-select && bootstrap*/
.bootstrap-select .dropdown-toggle {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: transparent;
  background-image: none;
  border: 1px solid #c6c6c6;
  border-radius: 0;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  border-color: #71b0eb !important;
  background-color: transparent;
}
.bootstrap-select .dropdown-toggle .caret {
  color: #000;
}
.bootstrap-select .dropdown-menu {
  box-shadow: 0px 3px 10px 0px rgba(34, 34, 34, 0.15);
}
.bootstrap-select.open > .dropdown-toggle {
  outline: none;
  border-color: #c6c6c6 !important;
  background-color: transparent;
}
.bootstrap-select.btn-group {
  height: auto;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  outline: none;
  padding: 10px 20px;
}
.bootstrap-select.btn-group .dropdown-menu li a .text-muted {
  color: #000000;
}
.bootstrap-select.btn-group .dropdown-menu li a .check-mark {
  margin-top: 11px !important;
}
.bootstrap-select.btn-group .dropdown-menu li.selected a {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.bootstrap-select.btn-group .dropdown-menu li.no-results {
  margin: 0;
  padding: 10px 20px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 500px;
  overflow-y: auto;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 0;
}
.bs-actionsbox .form-control:focus,
.bs-donebutton .form-control:focus,
.bs-searchbox .form-control:focus {
  outline: none;
  border-color: #71b0eb;
  box-shadow: none;
}
.bootstrap-select.open .dropdown-menu.open {
  padding: 0;
  box-shadow: 0px 3px 10px 0px rgba(34, 34, 34, 0.15);
}
.bootstrap-select.open .dropdown-menu.open:focus {
  outline: none;
  border-color: #71b0eb;
  box-shadow: none;
}
.bootstrap-select .bs-searchbox {
  padding: 0;
}
.bootstrap-select .form-control:focus {
  border-color: #71b0eb;
  box-shadow: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).open .dropdown-menu.open {
  padding: 0;
  box-shadow: 0px 3px 10px 0px rgba(34, 34, 34, 0.15);
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).open .dropdown-menu.open:focus {
  outline: none;
  border-color: #71b0eb;
  box-shadow: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn:focus {
  outline: none;
  border-color: #71b0eb;
  box-shadow: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .bs-searchbox {
  padding: 0;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .form-control:focus {
  outline: none;
  border-color: #71b0eb;
  box-shadow: none;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.input-toggle {
  display: flex;
  padding: 0;
  margin: 0;
}
.input-toggle li {
  padding: 0;
  list-style: none;
}
.input-toggle li a:hover {
  text-decoration: none;
}
.input-toggle li a:focus {
  text-decoration: none;
}
.input-toggle li.active a {
  background-color: #8bb611;
  color: #ffffff;
}
.toggle-wrapper {
  display: flex;
  justify-content: space-between;
}
.toggle-wrapper .form-input {
  padding-left: 30px;
}
.toggle-wrapper .tab-item {
  display: none;
}
.toggle-wrapper .tab-item .form-input {
  display: none;
}
.toggle-wrapper .tab-item.active {
  display: block;
}
.toggle-wrapper .tab-item.active .form-input {
  display: block;
}
.accordion__title {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  margin: 10px 0;
}
.accordion__title:before,
.accordion__title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 45%;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #2d5d92;
}
.accordion__title:after {
  transform: rotate(0);
  transition: all 0.4s;
}
.accordion__title.collapsed:after {
  transform: rotate(-270deg);
  transition: all 0.4s;
}
/*Table*/
.main-table {
  width: 100%;
}
.main-table th {
  padding: 12px 0;
  background-color: #f7f7f7;
}
.main-table th:first-child {
  padding-left: 10px;
}
.main-table tr:hover td {
  opacity: 0.7;
}
.main-table td {
  padding: 20px 0;
  border-bottom: 1px solid #c6c6c6;
  font-size: 14px;
}
.main-table td:first-child {
  padding-left: 10px;
}
#userlist_wrapper .main-table,
#spaces_wrapper .main-table,
#whitelist_wrapper .main-table,
#licensetable_wrapper .main-table {
  width: 100% !important;
}
#userlist_wrapper select.form-control,
#spaces_wrapper select.form-control,
#whitelist_wrapper select.form-control,
#licensetable_wrapper select.form-control {
  display: inline-block;
  width: 75px;
}
#userlist_wrapper .form-control,
#spaces_wrapper .form-control,
#whitelist_wrapper .form-control,
#licensetable_wrapper .form-control {
  min-width: 300px;
  margin: 0;
}
#userlist_wrapper .form-control:focus,
#spaces_wrapper .form-control:focus,
#whitelist_wrapper .form-control:focus,
#licensetable_wrapper .form-control:focus {
  outline: none;
  border-color: #71b0eb;
  box-shadow: none;
}
#userlist_wrapper .top,
#spaces_wrapper .top,
#whitelist_wrapper .top,
#licensetable_wrapper .top,
#userlist_wrapper .bottom,
#spaces_wrapper .bottom,
#whitelist_wrapper .bottom,
#licensetable_wrapper .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
#userlist_wrapper .top .dataTables_filter,
#spaces_wrapper .top .dataTables_filter,
#whitelist_wrapper .top .dataTables_filter,
#licensetable_wrapper .top .dataTables_filter,
#userlist_wrapper .bottom .dataTables_filter,
#spaces_wrapper .bottom .dataTables_filter,
#whitelist_wrapper .bottom .dataTables_filter,
#licensetable_wrapper .bottom .dataTables_filter,
#userlist_wrapper .top .dataTables_info,
#spaces_wrapper .top .dataTables_info,
#whitelist_wrapper .top .dataTables_info,
#licensetable_wrapper .top .dataTables_info,
#userlist_wrapper .bottom .dataTables_info,
#spaces_wrapper .bottom .dataTables_info,
#whitelist_wrapper .bottom .dataTables_info,
#licensetable_wrapper .bottom .dataTables_info {
  margin-right: auto;
  text-align: left;
  width: 35%;
}
#userlist_wrapper .top .dataTables_paginate,
#spaces_wrapper .top .dataTables_paginate,
#whitelist_wrapper .top .dataTables_paginate,
#licensetable_wrapper .top .dataTables_paginate,
#userlist_wrapper .bottom .dataTables_paginate,
#spaces_wrapper .bottom .dataTables_paginate,
#whitelist_wrapper .bottom .dataTables_paginate,
#licensetable_wrapper .bottom .dataTables_paginate {
  min-width: 35%;
}
@media (max-width: 767px) {
  #userlist_wrapper .top,
  #spaces_wrapper .top,
  #whitelist_wrapper .top,
  #licensetable_wrapper .top,
  #userlist_wrapper .bottom,
  #spaces_wrapper .bottom,
  #whitelist_wrapper .bottom,
  #licensetable_wrapper .bottom {
    flex-wrap: wrap;
  }
  #userlist_wrapper .top .dataTables_filter,
  #spaces_wrapper .top .dataTables_filter,
  #whitelist_wrapper .top .dataTables_filter,
  #licensetable_wrapper .top .dataTables_filter,
  #userlist_wrapper .bottom .dataTables_filter,
  #spaces_wrapper .bottom .dataTables_filter,
  #whitelist_wrapper .bottom .dataTables_filter,
  #licensetable_wrapper .bottom .dataTables_filter,
  #userlist_wrapper .top .dataTables_info,
  #spaces_wrapper .top .dataTables_info,
  #whitelist_wrapper .top .dataTables_info,
  #licensetable_wrapper .top .dataTables_info,
  #userlist_wrapper .bottom .dataTables_info,
  #spaces_wrapper .bottom .dataTables_info,
  #whitelist_wrapper .bottom .dataTables_info,
  #licensetable_wrapper .bottom .dataTables_info {
    width: 100%;
    text-align: center;
  }
  #userlist_wrapper .top .dataTables_filter,
  #spaces_wrapper .top .dataTables_filter,
  #whitelist_wrapper .top .dataTables_filter,
  #licensetable_wrapper .top .dataTables_filter,
  #userlist_wrapper .bottom .dataTables_filter,
  #spaces_wrapper .bottom .dataTables_filter,
  #whitelist_wrapper .bottom .dataTables_filter,
  #licensetable_wrapper .bottom .dataTables_filter {
    margin-bottom: 20px;
  }
}
#userlist_wrapper .top,
#spaces_wrapper .top,
#whitelist_wrapper .top,
#licensetable_wrapper .top {
  margin-bottom: 20px;
}
#userlist_wrapper .bottom,
#spaces_wrapper .bottom,
#whitelist_wrapper .bottom,
#licensetable_wrapper .bottom {
  margin-top: 20px;
}
#userlist_wrapper .bottom .dataTables_info,
#spaces_wrapper .bottom .dataTables_info,
#whitelist_wrapper .bottom .dataTables_info,
#licensetable_wrapper .bottom .dataTables_info {
  padding: 0;
}
#userlist_wrapper .paginate_button a,
#spaces_wrapper .paginate_button a,
#whitelist_wrapper .paginate_button a,
#licensetable_wrapper .paginate_button a {
  padding: 10px 14px;
}
#userlist_wrapper .paginate_button.active a,
#spaces_wrapper .paginate_button.active a,
#whitelist_wrapper .paginate_button.active a,
#licensetable_wrapper .paginate_button.active a {
  color: #ffffff;
  background-color: #A6A6A6;
  border-color: #A6A6A6;
}
#userlist_wrapper .paginate_button.previous a,
#spaces_wrapper .paginate_button.previous a,
#whitelist_wrapper .paginate_button.previous a,
#licensetable_wrapper .paginate_button.previous a,
#userlist_wrapper .paginate_button.next a,
#spaces_wrapper .paginate_button.next a,
#whitelist_wrapper .paginate_button.next a,
#licensetable_wrapper .paginate_button.next a {
  max-width: 44px;
  color: #ffffff;
}
#userlist_wrapper .paginate_button.previous a:before,
#spaces_wrapper .paginate_button.previous a:before,
#whitelist_wrapper .paginate_button.previous a:before,
#licensetable_wrapper .paginate_button.previous a:before,
#userlist_wrapper .paginate_button.next a:before,
#spaces_wrapper .paginate_button.next a:before,
#whitelist_wrapper .paginate_button.next a:before,
#licensetable_wrapper .paginate_button.next a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 50%;
  background: url('images/chevron.png') no-repeat center;
  transform: translate(50%, 0%);
}
#userlist_wrapper .paginate_button.next a:before,
#spaces_wrapper .paginate_button.next a:before,
#whitelist_wrapper .paginate_button.next a:before,
#licensetable_wrapper .paginate_button.next a:before {
  transform: translate(50%, 0%) rotate(180deg);
}
#userlist_wrapper thead,
#spaces_wrapper thead,
#whitelist_wrapper thead,
#licensetable_wrapper thead {
  position: relative;
}
#userlist_wrapper thead .sorting:after,
#spaces_wrapper thead .sorting:after,
#whitelist_wrapper thead .sorting:after,
#licensetable_wrapper thead .sorting:after,
#userlist_wrapper thead .sorting_asc:after,
#spaces_wrapper thead .sorting_asc:after,
#whitelist_wrapper thead .sorting_asc:after,
#licensetable_wrapper thead .sorting_asc:after,
#userlist_wrapper thead .sorting_desc:after,
#spaces_wrapper thead .sorting_desc:after,
#whitelist_wrapper thead .sorting_desc:after,
#licensetable_wrapper thead .sorting_desc:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url('images/arrow-order.png') center no-repeat;
  opacity: 1;
}
#userlist_wrapper thead .sorting:after,
#spaces_wrapper thead .sorting:after,
#whitelist_wrapper thead .sorting:after,
#licensetable_wrapper thead .sorting:after {
  opacity: 0.3;
}
#userlist_wrapper thead .sorting_desc:after,
#spaces_wrapper thead .sorting_desc:after,
#whitelist_wrapper thead .sorting_desc:after,
#licensetable_wrapper thead .sorting_desc:after {
  transform: rotate(180deg);
}
#userlist_wrapper thead th,
#spaces_wrapper thead th,
#whitelist_wrapper thead th,
#licensetable_wrapper thead th {
  padding-left: 14px;
  border-bottom: 1px solid #c6c6c6;
  border-top: 1px solid #c6c6c6;
}
#userlist_wrapper thead th:first-child,
#spaces_wrapper thead th:first-child,
#whitelist_wrapper thead th:first-child,
#licensetable_wrapper thead th:first-child {
  padding-left: 24px;
}
#userlist_wrapper thead th:first-child.sorting:after,
#spaces_wrapper thead th:first-child.sorting:after,
#whitelist_wrapper thead th:first-child.sorting:after,
#licensetable_wrapper thead th:first-child.sorting:after,
#userlist_wrapper thead th:first-child.sorting_asc:after,
#spaces_wrapper thead th:first-child.sorting_asc:after,
#whitelist_wrapper thead th:first-child.sorting_asc:after,
#licensetable_wrapper thead th:first-child.sorting_asc:after,
#userlist_wrapper thead th:first-child.sorting_desc:after,
#spaces_wrapper thead th:first-child.sorting_desc:after,
#whitelist_wrapper thead th:first-child.sorting_desc:after,
#licensetable_wrapper thead th:first-child.sorting_desc:after {
  left: 10px;
}
#userlist_wrapper thead th:hover.sorting:after,
#spaces_wrapper thead th:hover.sorting:after,
#whitelist_wrapper thead th:hover.sorting:after,
#licensetable_wrapper thead th:hover.sorting:after {
  opacity: 1;
}
#userlist_wrapper .dataTables_empty,
#spaces_wrapper .dataTables_empty,
#whitelist_wrapper .dataTables_empty,
#licensetable_wrapper .dataTables_empty {
  height: 437px;
  background: url('images/no-results.png') center 40px no-repeat;
  border: none;
  font-size: 10px;
  padding-top: 260px;
}
#whitelist_wrapper .form-control {
  min-width: 240px;
  max-width: 240px;
}
#licensetable_wrapper .bottom {
  flex-wrap: wrap;
}
#licensetable_wrapper .bottom .dataTables_length {
  order: 1;
  margin-right: auto;
}
#licensetable_wrapper .bottom .dataTables_paginate {
  order: 2;
  margin-left: auto;
}
#licensetable_wrapper .bottom .dataTables_info {
  order: 3;
  width: 100%;
}
/*Output*/
.output {
  width: 100%;
  height: 100%;
  position: relative;
}
.output__subtitle {
  display: flex;
}
.output__subtitle span {
  margin-left: 5px;
  width: 17px;
  height: 17px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  font-weight: bold;
  color: #c6c6c6;
}
.output__list {
  margin-top: 100px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 20px;
  right: 0;
  padding: 0;
  overflow: hidden;
}
.output__list-item {
  padding: 10px 0;
  border-top: 1px solid #c6c6c6;
  list-style: none;
}
.output__list-item p:not(:last-child) {
  margin-bottom: 10px;
}
.output__list-item p:last-child {
  margin-bottom: 0;
}
.output-table {
  position: relative;
  display: flex;
  margin: 70px 0;
  min-height: 400px;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
.output-table .top {
  width: 100%;
  position: absolute;
  top: -60px;
}
.output-table .bottom {
  width: 100%;
  position: absolute;
  bottom: -110px;
}
.output-table .main-table {
  margin-top: 0 !important;
}
.output-table .main-table th {
  border-bottom: 1px solid #c6c6c6;
}
.output-table .popover {
  width: 250px;
}
.output-table .popover.right {
  margin-left: 20px;
}
.output-table__main {
  width: 70%;
}
.output-table__output {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  padding: 20px 25px 5px 25px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  background-color: #f7f7f7;
}
.only-text {
  padding-left: 110px;
}
@media only screen and (max-width: 576px) {
  .only-text {
    padding-left: 0;
  }
}
.panel-primary {
  border-color: #c6c6c6;
}
.panel-primary > .panel-heading {
  border-color: #c6c6c6;
  background-color: #f5f5f5;
  color: #000000;
}
.input-group-addon {
  border-radius: 0;
  border-width: 2px;
}
/*Output*/
/*Media*/
@media only screen and (max-width: 1200px) {
  .form-section__main {
    width: 70%;
  }
  .form-section__second {
    width: 23%;
    padding-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .form-section {
    padding: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .form-section--footer .button {
    width: 100%;
    margin-bottom: 5px;
  }
  .form-section--column {
    display: flex;
    flex-wrap: wrap;
  }
  .form-section__second {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .form-section__main {
    width: 100%;
  }
  .form-group__item {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer .container {
    flex-wrap: wrap;
  }
  .footer .container .footer-column {
    width: 100% !important;
    text-align: center;
  }
  .footer .container .footer-devider {
    display: none;
  }
  .wrapper .content {
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 992px) {
  .wrapper .content {
    padding-bottom: 20px;
  }
}
.definitions-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.definitions-list dt,
.definitions-list dd {
  padding: 10px 0;
  border-bottom: 1px solid #c6c6c6;
}
.definitions-list dt {
  width: 200px;
  padding-left: 15px;
  background-color: #f2f4f5;
  word-wrap: break-word;
}
@media (max-width: 468px) {
  .definitions-list dt {
    width: 140px;
  }
}
.definitions-list dd {
  width: calc(100% - 200px);
  padding-left: 15px;
}
.main-content {
  margin: 50px 0;
}
.search-full {
  padding: 20px 20px 10px 20px;
  background-color: #f7f7f7;
}
.page__title {
  text-transform: uppercase;
  color: #d90327;
  font-size: 22px;
  margin: 10px 0;
}
.page__subtitle {
  text-transform: none;
  color: #000000;
  font-size: 22px;
  margin: 10px 0;
}
.select {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  margin-right: -15px;
  width: 100%;
  max-width: 170px;
  color: #cccccc;
  text-align: left;
  user-select: none;
  -webkit-touch-callout: none;
  z-index: 1999;
}
.select .placeholder {
  position: relative;
  display: block;
  background-color: transparent;
  z-index: 1;
  padding: 0 2rem 0 0;
  border-radius: 2px;
  cursor: pointer;
}
.select .placeholder:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'FontAwesome';
  content: '\f078';
  z-index: 10;
}
.select.is-open .placeholder:after {
  content: '\f077';
}
.select.is-open ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.select ul {
  display: none;
  position: absolute;
  overflow: hidden;
  overflow-y: auto;
  background: #fff;
  border-radius: 2px;
  top: 100%;
  right: 0;
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  z-index: 100;
  max-height: 120px;
}
.select ul li {
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  color: #999;
  cursor: pointer;
  border: 1px solid #d3d3d3;
}
.select ul li:first-child {
  border-bottom: none;
}
.select ul li:hover {
  background: #7CA30F;
  color: #fff;
}
@media (max-width: 768px) {
  .select {
    margin-right: 0;
  }
}
