/*----------------------------------------------------------------------
  * Stream Dashboard
  * Copyright 2018 Htmlstream (https://htmlstream.com)
  * Licensed under MIT
------------------------------------------------------------------------*/
.alert {
  background-color: #fff;
  display: block;
  line-height: 1;
  padding: 1rem;
  text-align: center;
}
.alert.alert-danger {
  border-color: #e1000f;
  color: #e1000f;
}
.alert.alert-info {
  border-color: #2972fa;
  color: #2972fa;
}
.alert.alert-light {
  color: #8693a4;
}
.alert.alert-success {
  border-color: #0dd157;
  color: #0dd157;
}
.alert.alert-warning {
  border-color: #fab633;
  color: #fab633;
}

nav ol.breadcrumb {
  background: transparent;
  font-size: 0.703125rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
nav ol.breadcrumb li.breadcrumb-item {
  color: #000;
}
nav ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  color: #8693a4;
}
nav ol.breadcrumb li.breadcrumb-item a {
  color: #8693a4;
  text-decoration: underline;
}

#sidebar.mini.action .u-sidebar-nav-menu__link {
  justify-content: center;
}
#sidebar.mini.action li.menu-section-header {
  font-size: 0;
  padding: 1rem 0.5rem 0.5rem;
  text-align: center;
}
#sidebar.mini.action li.menu-section-header::after {
  content: attr(data-short);
  display: block;
  font-size: 0.75rem;
  letter-spacing: -0.01rem;
  line-height: 1.5;
}
#sidebar.mini.action li.menu-section-header .badge,
#sidebar.mini.action li.menu-section-header span {
  display: none;
}
#sidebar .u-sidebar-inner {
  left: 0;
  padding: 0.25rem;
}
#sidebar .u-sidebar-inner li.menu-section-header {
  font-weight: bold;
  overflow: hidden;
  padding: 0.75rem 0.75rem 0.5rem;
  white-space: nowrap;
}
#sidebar .u-sidebar-inner li.u-sidebar-nav-menu__item {
  margin-bottom: 0.25rem;
}
#sidebar .u-sidebar-inner li.u-sidebar-nav-menu__item .u-sidebar-nav-menu__link {
  padding: 0.75rem;
}
#sidebar .u-sidebar-inner li.u-sidebar-nav-menu__item .u-sidebar-nav-menu__item-icon {
  margin-right: 0;
  text-align: center;
  width: 1rem;
}
#sidebar .u-sidebar-inner li.u-sidebar-nav-menu__item .u-sidebar-nav-menu__item-title {
  margin-left: 0.75rem;
}

#sidebar-toggle {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  color: gray;
  cursor: pointer;
  display: flex;
  height: 24px;
  justify-content: center;
  left: calc(15rem - 2px);
  position: fixed;
  top: 9rem;
  transform: translateX(-50%);
  transition: left 0.3s ease;
  width: 24px;
  z-index: 1001;
}

.side-nav-on-action #sidebar-toggle {
  left: 4.19rem;
}
.side-nav-on-action #sidebar-toggle i::before {
  display: inline-block;
  transform: scaleX(-1);
}

.u-header-middle li i {
  color: #8693a4;
}
.u-header-middle li:hover {
  background-color: rgba(0, 0, 145, 0.1);
}
.u-header-middle li:hover a.link-dark {
  color: #1b1e24;
}
.u-header-middle li:hover i {
  color: #000091;
}
.u-header-middle li.active {
  background-color: #000091;
}
.u-header-middle li.active a.link-dark {
  color: #fff;
}
.u-header-middle li.active i {
  color: #fff;
}

.card .card-header {
  font-weight: bold;
  padding: 0.75rem 1rem 0.5rem;
}
.card .card-header h1, .card .card-header h2, .card .card-header h3, .card .card-header h4 {
  margin-bottom: 0;
}

.btn-danger {
  background: #FFF;
  border: 2px solid #e1000f;
  color: #e1000f !important;
}
.btn-danger:hover {
  background: #e1000f;
  color: #FFF !important;
}

.btn-primary {
  border: 2px solid #000091;
}
.btn-primary:hover {
  background: #1212ff;
  border-color: #1212ff;
}

.btn-outline-secondary {
  background: #fff;
  border: 2px solid #000091;
  color: #000091;
}
.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background: #ececfe;
  border: 2px solid #000091;
  color: #000091;
}

.btn-secondary {
  background: #fff;
  border-color: #fff;
  border-width: 2px;
  color: #000091;
}
.btn-secondary:active, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  background: #ececfe;
  border-color: #ececfe;
  color: #000091;
}
.btn-secondary.btn-danger {
  border-color: transparent;
  color: #e1000f !important;
}
.btn-secondary.btn-danger:active, .btn-secondary.btn-danger:hover, .btn-secondary.btn-danger:not(:disabled):not(.disabled):active, .btn-secondary.btn-danger:not(:disabled):not(.disabled).active {
  background: #ffeaeb;
  border-color: #ffeaeb;
}

.btn-group > .btn-outline-secondary + .btn-outline-secondary {
  margin-left: -2px;
}

.dropdown-menu-outline-secondary {
  border: 2px solid #000091;
}
.dropdown-menu-outline-secondary .dropdown-item {
  color: #000091;
}
.dropdown-menu-outline-secondary .dropdown-item:active {
  color: #FFF;
}

.btn-warning,
.btn-success,
.btn-info {
  color: #fff !important;
}

.col-form-label.required::after,
label.required::after {
  content: "*";
  color: #ff5050;
  font-size: 1.1em;
}

tr.disabled td,
tr.disabled th {
  text-decoration: line-through;
}

.jumbotron-warning {
  border: none;
  background-color: rgba(251, 147, 49, 0.0509803922);
  padding: 1rem 1rem;
  border-radius: 10px;
}

.jumbotron-stats {
  background-color: rgba(49, 35, 102, 0.0901960784);
  margin-left: 0;
  margin-right: 0;
  color: #352063;
}

.div-admin {
  display: inline-block;
  border: 1px dashed #f0ad4e;
  padding: 5px;
  margin: 5px;
  float: right;
}

.label-admin {
  position: relative;
  float: right;
  top: -15px;
  right: -10px;
  display: inline;
  margin-bottom: 5px;
}

.date-filters {
  color: #312366;
}

.folder-rapport > i,
.folder-closed > i,
.folder-totalCounter > i {
  font-size: clamp(5rem, 10vw, 12rem);
}

.folder-rapport > i {
  color: #23b7e5;
}

.folder-closed > i {
  color: #23c054;
}

.folder-totalCounter > i {
  color: #312366;
}

.folder-total > h1 {
  margin-bottom: 0;
}

.folder-closed > div,
.folder-rapport > div,
.folder-totalCounter > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}

.folder-total > h1 {
  font-weight: bold;
  margin-top: 1rem;
}

.folder-total > span {
  font-size: 10pt;
  font-weight: bold;
}

.overall h2 {
  color: #312366;
}

.stats-buttons {
  background: #e3e4ed;
  margin: 0.1em;
  border: transparent;
  border-radius: 5px;
}

.overall .folder-rapport, .overall .folder-closed {
  border-left: 0.1em solid #312366;
  border-radius: 3px;
}

.border-left-stats {
  border-left: 1px solid #312366 !important;
}

.media-show {
  max-width: 100%;
  max-height: 300px;
  margin: 10px;
}

.media-thumbnail {
  max-width: 200px;
  max-height: 200px;
  margin: 10px auto;
  background: lightgrey;
}

.logo-head-menu {
  max-height: 75px;
  margin: auto;
}

.media-responsive {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-rows: minmax(230px, auto);
  gap: 20px;
  padding-left: 15px;
}

.dataTables_wrapper .dataTables_info {
  padding-top: 0.5rem;
}
.dataTables_wrapper table.dataTable {
  clear: both;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child::before, .dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child::before {
  background-color: #000091;
  border-radius: 50%;
  box-shadow: none;
  color: #fff;
  font-size: 1rem;
  height: 1rem;
  line-height: 1rem;
  width: 1rem;
}
.dataTables_wrapper table.dataTable.dtr-inline.collapsed > tbody > tr {
  cursor: pointer;
}
.dataTables_wrapper table.dataTable thead th {
  font-size: 80%;
  line-height: 1;
}
.dataTables_wrapper .btn.btn-outline-primary {
  color: #6b15b6 !important;
}
.dataTables_wrapper .btn.btn-outline-primary:hover {
  color: #FFF !important;
}
.dataTables_wrapper .btn-group-dataTables .btn-dataTables {
  margin-right: -2px;
}
.dataTables_wrapper .pagination .page-item + .page-item .page-link {
  margin-left: -2px;
}
.dataTables_wrapper .pagination .page-item .page-link {
  color: #000091;
  border: 2px solid #000091;
  background: #fff;
}
.dataTables_wrapper .pagination .page-item .page-link:hover {
  background: #ececfe;
  color: #000091;
}
.dataTables_wrapper .pagination .page-item.active .page-link {
  background: #000091;
  color: #fff;
}
.dataTables_wrapper .pagination .page-item.disabled .page-link {
  border-color: #8693a4;
  color: #8693a4;
}

.form-control:focus,
.ts-wrapper.focus .ts-control {
  border-color: #ececfe;
  box-shadow: 0 0 0 0.2rem #ececfe;
}

.ts-wrapper .ts-control {
  border: 1px solid #d9e4ec;
  padding: 0.35rem 0.75rem;
}

.form-group {
  margin-bottom: 0.5rem;
}
.form-group label {
  font-size: 0.8203125rem;
  margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #f7f9fd;
}

#page-title {
  background: #fff;
  border-bottom: 1px solid #eaf2f9;
  padding: 1.25rem 0.9375rem;
}
#page-title .card-header-title {
  min-width: 0;
}
#page-title .card-header-title h1 {
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  #page-title {
    padding: 1rem 1.875rem;
  }
}
.note-editor.note-frame .note-editing-area .note-editable {
  padding-top: 25px;
}

.panel-letter .note-editor.note-frame .note-editing-area .note-editable {
  padding-top: 0;
}

.ts-wrapper.multi .ts-control::after {
  border-color: #8693a4 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  content: " ";
  display: block;
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}
