.logo-lg {
  display: block;
}

.logo-lg img {
  max-height: 42px !important;
}

.logo-mini img {
  max-height: 42px !important;
  max-width: 42px !important;
}

.login-logo img {
  max-height: 60px;
}

.main-body {
  padding: 15px;
}

.card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}

.h-100 {
  height: 100% !important;
}

.shadow-none {
  box-shadow: none !important;
}

.toggle-mode {
  display: block;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: white;
  background-color: #c8102e;
  height: 20px;
  width: 20px;
  border-radius: 20px;
}

.table-overflow {
  overflow-x: scroll !important;
}

.toggle-lang {
  display: block;
  margin: 0 6px;
}

.login-page {
  background-size: cover;
  background-image: url(/public/imgs/fondo.jpg);
}

.login-box-body {
  height: 8cm;
}

.table-title {
  background: #c8102e;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
}

.table-title h2 {
  margin: 5px 0 0;
  font-size: 24px;
}

.table-title .btn-group {
  display: block;
  float: right;
}

table.table.fit tr th,
table.table.fit tr td {
  padding: 6px 7px;
  font-size: 1.2rem;
}

.table-title .btn {
  color: #fff;
  float: right;
  font-size: 13px;
  border: none;
  min-width: 50px;
  border-radius: 2px;
  border: none;
  outline: none !important;
  margin-left: 10px;
}

.table-title .btn i {
  float: left;
  font-size: 21px;
  margin-right: 5px;
}

.table-title .btn span {
  float: left;
  margin-top: 2px;
}

table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
  padding: 12px 15px;
  vertical-align: middle;
}

table.table tr th:first-child {
  width: 60px;
}

table.table tr th:last-child {
  width: 100px;
}

table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}

table.table-striped.table-hover tbody tr:hover {
  background: #f5f5f5;
}

table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}

table.table td:last-child i {
  opacity: 0.9;
  font-size: 18px;
  margin: 0 2px;
}

table.table td button {
  font-weight: bold;
  color: #566787;
  background-color: transparent;
  border: none;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
  padding: 0;
}

table.table td button:hover {
  color: #2196f3;
}

table.table td button.edit {
  color: #ffc107;
}

table.table td button.delete {
  color: #f44336;
}

table.table td a {
  font-weight: bold;
  color: #566787;
  display: inline-block;
  text-decoration: none;
  outline: none !important;
}

table.table td a:hover {
  color: #2196f3;
}

table.table td a.edit {
  color: #ffc107;
}

table.table td a.delete {
  color: #f44336;
}

table.table td i {
  font-size: 19px;
}

table.table .avatar {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.hint-text {
  float: left;
  margin-top: 10px;
  font-size: 13px;
}

.skin-midnight .form-control[readonly] {
  border-color: gray;
}

.skin-midnight .form-group input[readonly] {
  border-color: gray;
}

.treeview-menu > li > a {
  padding: 12px 5px 12px 15px;
}

.select2 {
  width: 100% !important;
}

.skin-midnight .box > .box-header .btn {
  background-color: #353c42;
  border-color: gray;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  display: none;
}

.modal-content {
  border-radius: 4px;
}

.modal-footer {
  border-radius: 0 0 4px 4px;
}

.modal-header {
  border-radius: 4px 4px 0 0;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
  min-height: 100vh;
}

.modal-default .modal-header {
  background-color: #c8102e;
  color: #fff;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

.modal-fullscreen .wrapper {
  max-width: 85%;
  margin: 0 auto;
  background-color: transparent;
}

/* .modal-fullscreen .modal-body .wrapper {
  overflow-x: scroll;
  
} */

.skin-midnight .modal-fullscreen .wrapper {
  max-width: 70%;
  margin: 0 auto;
  background-color: transparent;
}

button.checklist-check-row {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-overflow: "";
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 auto;
  line-height: 20px;
}

select.checklist {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  width: 25px;
  height: 25px;
  padding: 0;
  padding-left: 4px;
  line-height: 25px;
}

.swal-button {
  background-color: #c8102e;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  margin: 0;
  cursor: pointer;
}

.swal-button:not([disabled]):hover {
  background-color: gray;
}

.swal-icon--warning {
  border-color: red;
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@keyframes pulseWarning {
  0% {
    border-color: red;
  }
  100% {
    border-color: red;
  }
}

.swal-icon--warning__body,
.swal-icon--warning__dot {
  position: absolute;
  left: 50%;
  background-color: red;
}

.swal-icon.swal-icon--warning {
  border-color: red;
}

.swal-title {
  color: black;
  font-weight: 600;
  text-transform: none;
  position: relative;
  display: block;
  padding: 13px 16px;
  font-size: 27px;
  line-height: normal;
  text-align: center;
  margin-bottom: 0;
}

.swal-text {
  font-size: 16px;
  position: relative;
  float: none;
  line-height: normal;
  vertical-align: top;
  text-align: left;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-weight: 400;
  color: black;
  max-width: calc(100% - 20px);
  overflow-wrap: break-word;
  box-sizing: border-box;
}

.embed-stylish {
  border-bottom: solid 2px #c8102e;
}

.skin-midnight .embed-stylish {
  border-bottom: solid 2px #075383;
}

/* ::-webkit-scrollbar {
  min-width: 8px;
  min-height: 8px;
  max-width: 12px;
  max-height: 12px;
  width: 1.8vmin;
  height: 1.8vmin;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #c8102e;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
} */

.skin-midnight::-webkit-scrollbar-thumb {
  background-color: #075383;
}

.skin-midnight::-webkit-scrollbar-track {
  background-color: #353c42;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
  border-radius: 10px !important;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  border-radius: 10px !important;
}

/* box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%); */

/*########## IMAGE GRID ##########*/
/*########## IMAGE GRID ##########*/
/*########## IMAGE GRID ##########*/
.image-grid-row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.image-grid-column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.image-grid-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.skin-midnight .required-label {
  color: white;
}

.required-label {
  color: #dd4b39;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .image-grid-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .image-grid-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
