@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');
/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
  background-color: #fff;
  border: 1px solid #e4e7ea !important;
}

.bootstrap-select.show>.dropdown-menu>.dropdown-menu {
  display: block;
  box-shadow: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden{
  display:none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a{
  display: block;
  width: 100%;
  padding: 6px .65rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a[aria-selected="true"] {
  background-color: #f2f2f2;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
  background-color: #321fdb;
  text-decoration: none;
  color: #ebedef;  
}

.dropdown-menu > li.active > a {
  color: #fff !important;
  background-color: #321fdb !important;
}

.bootstrap-select .check-mark::after {
  content: "✓";
}

/* Make filled out selects be the same size as empty selects */
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline !important;
}

.divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.lang-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  text-align: center;
}

.lang-link li {
  float: left;
}

.lang-icon {
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  height: 1.09375rem;
  font-size: 2rem;
  text-align: center;
  transition: 0.25s;
  fill: currentColor;
}

td.details-control {
    background: url('images/details_open.png') no-repeat;
    cursor: pointer;
    background-position: center;
    background-position-y: 0.75rem;
}
tr.shown td.details-control {
    background: url('images/details_close.png') no-repeat;
    background-position: center;
    background-position-y: 0.75rem;    
}

.no-border-right {
  border-right: none;
}

.file-height {
  min-height: 95vh !important;
  overflow: scroll;
}

.mt-half {
  margin-top: 0.5rem;
}

.mb-half {
  margin-bottom: 0.5rem;
}
.p-half {
  padding: .65rem !important;
}
.custom-padding {
  padding: .375rem .15rem !important;
}
.bg-label {
  background-color: #e4e7ea !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  opacity: 0.85;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(40% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5846f9;
  border-top-color: #e7e4fe;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-text {
  width: 90px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 75px); 
  text-align: center;
}
.x-select {
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  outline: 0;
  padding: 0.65em 2.5em 0.55em 0.75em; 
}
.small-font, .small-font button {
    font-size: .700rem !important;
}
.x-table th, .x-table td {
    padding: .50rem;
}
.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.datepicker-inline{
    border: 1px solid #dddddd;
}
.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
}
.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background: #eee;
    background-color: rgb(238, 238, 238);
    cursor: pointer;
}
.datepicker table tr td, .datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
}
.modal {
    overflow-y: auto !important;
}
.text-logo{
    font-family: 'Alex Brush', cursive;
}