hr.fancy-line {
  border: 0;
  height: 1px;

}

hr.fancy-line:before {
  top: -0.5em;
  height: 1em;
}

hr.fancy-line:after {
  content: '';
  height: 0.5em;
  top: 1px;
}

hr.fancy-line:before,
hr.fancy-line:after {
  content: '';
  position: absolute;
  width: 100%;
}

hr.fancy-line,
hr.fancy-line:before {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 75%);
}

hr.fancy-line:after {
  background: #f4f4f4;
}

.image-fit {
  object-fit: cover;
  object-position: 50% 0%;
}

.btn-app-small {
  border-radius: 3px;
  position: relative;
  padding: 0px 0px;
  margin: 0 0 5px 5px;
  min-width: 40px;
  height: 25px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}

.btn-app-small>.fa,
.btn-app-small>.glyphicon,
.btn-app-small>.ion {
  font-size: 20px;
  display: block;
}

.btn-app-small:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}

.btn-app-small:active,
.btn-app-small:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app-small>.badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

.alert-success-ori {
  padding: 6px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  width: 200px;
}

.alert-danger-ori {
  padding: 6px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  width: 200px;
}

.info-box-icon {
  padding-top: 22px;
}

.table tbody>tr>td {
  vertical-align: middle !important;
}

.table thead>tr>th {
  vertical-align: middle !important;
}

.modal-full {
  width: 95vw;
}

body.modal-open .supreme-container{
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -o-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

.swal2-popup {
  font-size: 1.6rem !important;
}