*:focus {
  outline: none; }

a {
  color: #d88e75;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

a:hover {
  color: #c56b4d; }

.page-item.active .page-link {
  background-color: #d88e75;
  border-color: #d88e75; }

.page-link {
  color: #d88e75;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

.page-link:hover {
  color: #c56b4d; }

.transform-uppercase {
  text-transform: uppercase; }

html, body {
  font-family: "Poppins", sans-serif; }

body {
  background-color: #e0e8f5;
  color: #fff; }

.sbd-primary-btn {
  background-color: #d88e75;
  color: #fff;
  border: solid #d88e75 1px;
  border-radius: unset; }

.sbd-primary-btn:hover, .sbd-primary-btn:active, .sbd-primary-btn:focus {
  background-color: transparent;
  color: #d88e75; }

.sbd-second-btn {
  background-color: #2e4858;
  color: #fff;
  border: solid #2e4858 1px;
  border-radius: unset; }

.sbd-second-btn:hover, .sbd-second-btn:active, .sbd-second-btn:focus {
  background-color: transparent;
  color: #2e4858; }

span.badge {
  background-color: #929ca5;
  color: white; }
  span.badge.active {
    background-color: red; }

#login-box {
  background-color: #fff;
  box-shadow: 0 0 1em #565656;
  color: #2e4858;
  border-radius: 1.5rem; }
  #login-box h1 {
    text-align: center; }

#primary-nav {
  position: fixed;
  z-index: 2000;
  height: 60px;
  width: 100%;
  top: 0px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); }

#primary-nav .start-icon {
  width: 260px;
  height: 100%;
  background-color: #d88e75;
  line-height: 2.5; }

#second-nav {
  background-color: #1f2837;
  border: 0px solid #1f2837;
  padding-top: 50px;
  height: 100%;
  width: 260px; }

#content {
  width: 100%;
  height: 100%;
  color: #2e4858; }

#content.logged-style .logged-content {
  width: 100%;
  margin: 10px 20px 10px 0px;
  padding: 15px 30px; }

.page-title h1 {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 1px solid transparent;
  text-align: left;
  background-color: transparent;
  padding: 32px 22px 10px 0px;
  color: #323232; }

.select2 {
  width: 100% !important; }

.select2-results__option[aria-selected] {
  color: #2e4858 !important; }

.breadcrumb {
  background-color: transparent;
  padding-left: 0px;
  font-size: 0.8rem; }

.box-sortable {
  height: auto;
  min-height: 38px; }
  .box-sortable li {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 5px;
    margin: 3px 0px;
    padding: 0 5px;
    list-style-type: none;
    width: 100%; }

.multiselect-delete a {
  color: #999;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px; }

.multiselect-delete a:hover {
  color: #555; }

.select2-container .select2-selection--single {
  border-radius: unset;
  border-color: #ced4da;
  height: calc(1.5em + .75rem + 2px); }

.select2-results__options .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #495057; }

#select2-categorias-disponibles-results .select2-results__option.select2-results__message {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6C7581;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px; }

.select2-container--default .select2-selection--multiple {
  border-radius: 0px;
  border: 1px solid #ced4da;
  color: #495057; }

.form-required {
  color: red;
  font-size: 0.6rem;
  line-height: 0.8; }

.form-control {
  border-radius: unset; }

.tox-tinymce.is-invalid {
  border: 1px solid #dc3545; }

.tox-tinymce.is-valid {
  border: 1px solid #28a745; }

.dropzone {
  overflow: hidden;
  border: 1px solid #ced4da; }

.dropzone.is-invalid {
  border-color: #dc3545; }

.dropzone.is-valid {
  border-color: #28a745; }

.dz-imgpreview {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer !important;
  border: none; }

#show-password {
  cursor: pointer; }
  #show-password:hover {
    font-weight: bold; }

#texto {
  min-height: 600px; }

div.dataTables_wrapper div.dataTables_filter label input {
  width: 70%; }

@media (max-width: 576px) {
  #second-nav {
    display: none; }

  li.paginate_button {
    display: none; }

  li.paginate_button.next, li.paginate_button.previous {
    display: block; }

  .pagination {
    display: flex;
    justify-content: center !important; }

  div.dataTables_wrapper div.dataTables_filter label {
    text-align: center; } }
@media (min-width: 576px) {
  #second-nav {
    display: none; }

  li.paginate_button {
    display: none; }

  li.paginate_button.next, li.paginate_button.previous {
    display: block; }

  .pagination {
    display: flex;
    justify-content: center !important; }

  div.dataTables_wrapper div.dataTables_filter label {
    text-align: center; } }
@media (min-width: 768px) {
  #second-nav {
    display: none; }

  li.paginate_button {
    display: block; }

  li.paginate_button.next, li.paginate_button.previous {
    display: block; }

  .pagination {
    display: flex;
    justify-content: flex-end !important; }

  div.dataTables_wrapper div.dataTables_filter label {
    text-align: right; } }
@media (min-width: 992px) {
  #second-nav {
    display: block; }

  li.paginate_button {
    display: block; }

  li.paginate_button.next, li.paginate_button.previous {
    display: block; }

  .pagination {
    display: flex;
    justify-content: flex-end !important; }

  #content.logged-style {
    padding: 0 0 0 260px; } }

/*# sourceMappingURL=admin-solobodas.css.map */
