.card-header-actions .card-header {
  height: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.card-header-actions .card-header .dropdown-menu {
  margin-top: 0;
  top: 0.5625rem !important;
}
.card-header-actions-left{
    justify-content: space-between;
}




#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}

.footer-admin {
  height: 5rem;
  display: flex;
  align-items: center;
}
.footer-admin.footer-dark {
  color: rgba(255, 255, 255, 0.6);
}
.footer-admin.footer-light {
  color: #a7aeb8;
}

.footer-admin a {
  --bs-text-opacity: 1;
  color: inherit !important;
}




.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.5625rem 1rem;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.35rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.alert-icon button.btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
}


.preloader{

  width: 84px;
  height: 84px;

}








.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}





.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active{

  color: #fff;
  background-color: #198754;
  border-color: #198754;

}
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active{

    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active{

    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;

}



.btn-outline-dark {
  color: #212832;
  border-color: #212832;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212832;
  border-color: #212832;
}

.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212832;
  border-color: #212832;
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212832;
  background-color: transparent;
}




.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #4e73df;
  border-color: #fff;
}

.bstreeview .list-group-item:hover {
  z-index: 2;
  color: #fff;
  background-color: #4e73df;
  border-color: #fff;
}




@media (max-width: 1150px) {
  #detect_settings_card {

    height: 109px;
  }
/*}*/

/*@media (max-width: 768px) {*/
/*  .card-header {*/
/*    font-size: 1.1em;*/
/*    padding: 0.8em;*/
/*  }*/
}

    .btn-custom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 5px;
    }
    .btn-custom .btn-text {
      flex-grow: 1;
      text-align: center;
      margin: 0 5px;
    }

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: none;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: none;
}



/* блок для интерактивного периода START*/

#timeline {
    position: relative;
    width: 100%;
    height: 70px;
    background: #eee;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.period {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    cursor: move;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.resize-handle-left, .resize-handle-right {
    width: 5px;
    height: 10px;
    cursor: ew-resize;
    z-index: 1;
    position: absolute;
    top: -10px;
}
.resize-handle-left {
    left: 0;
}
.resize-handle-right {
    right: 0;
}
.tooltip {
    position: fixed;
    padding: 5px;
    background: #333;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
}
#time-scale {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: -20px;
    font-size: 12px;
}
#time-scale div {
    text-align: center;
    transform: translateX(-50%);
}
/* блок для интерактивного периода END */

.rounded-right {
    border-radius: 0 0.25rem 0.25rem 0;
}

.rounded-left {
    border-radius: 0.25rem 0 0 0.25rem;
}

.no-select {
    user-select: none;
}

#fixation_wrapper{
    margin-top: 3px;
}
