/* COREUI-ASE override */

:root {
    --aside-menu-width: 330px
}

body {
    background: white;
}

a, button, input {
    outline: none !important;
}

a, .btn-link {
    color: #5f5f5f;
    font-weight: 500;
}

a:hover, .btn-link:hover {
    color: inherit;
}

.sidebar .nav-link .nav-icon {
    color: #9aa3ad;
}

.app-header .navbar-brand {
    width: auto !important;
}

ol, ul, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ase-spinner svg path, .ase-spinner svg rect {
    fill: #5FA6E3;
}

.ase-spinner svg.spinner-circle-3 {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  width: 50px;
  height: 50px;
}
.spinner-circle-3 .path {
  stroke: #E3E3E3;
  stroke-linecap: round;
  -webkit-animation: dash 1.5s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite;
}

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

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.ase-spinner .slow-message {
    position: absolute;
    color: #666;
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: 32px;
}

.tab-content {
    background: inherit;
}

.app-breadcrumb {
    margin-top: 0;
}

@media only screen and (max-width: 990px) {
    .app-breadcrumb {
        margin-top: 55px;
    }
}

.app-header {
    top: 0;
    border-bottom: 1px solid #EFEFEF;
}

.breadcrumb {
    min-height: 64px;
    padding: 1.2rem 1.6rem 1.03rem;
    border-bottom: 2px solid #EFEFEF;
}

.breadcrumb h5 {
    color: #4E4E4E;
}

.breadcrumb h5.ase-title {
    font-weight: bold;
}

.btn-secondary {
    background-color: #eaeaea;
}

.btn-info {
    color: white;
    background-color: #5ea6e2;
    border: 0;
}

.table th, .table td {
    border-top: 1px solid #efefef;
}

.card {
    border: 1px solid #e3e3e3;
}

.card > .card-header {
    background-color: #F3F3F3;
    border-bottom: 1px solid #E3E3E3;
    color: #5d5d5d;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.003em;
}

.card > .card-body table tbody tr:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.card > .card-footer {
    background-color: #f6f6f6;
}

#document-data {
    max-width: 80%;
}

#document-data .editable-input input {
    width: 25rem;
}

@media only screen and (max-width: 375px) {
    #document-info > #document-icon, #documenttype-info > #documenttype-icon, .header-icon {
        font-size: 0.4em;
        width: 6%;
    }

    #document-info > #document-data, #documenttype-info > #documenttype-data, #metadatatype-info > #metadatatype-data, #header-info > #header-data .header-data {
        width: 88%;
    }
}

@media only screen and (min-width: 576px) {
    #document-icon .fal {
        font-size: 2.5em;
    }
}

@media only screen and (min-width: 855px) {
    #document-icon .fal {
        font-size: 3.5em;
    }
}

@media only screen and (min-width: 935px) {
    #document-icon .fal {
        font-size: 4em;
    }
}

@media only screen and (min-width: 1065px) {
    #document-icon .fal {
        font-size: 4.5em;
    }
}

@media only screen and (min-width: 1200px) {
    #document-icon .fal {
        font-size: 5em;
    }
}

#document-info > #document-icon i, #documenttype-info > #documenttype-icon i, #serie-info > #serie-icon i, .header-icon {
    color: #ADB5BD;
}

#documenttype-info > #documenttype-data > #documenttype-title, #serie-info > #serie-data > #serie-title, #metadatatype-info > #metadatatype-data > #metadatatype-title, #header-info > #header-data > #header-title, .header-text {
    font-size: 1.235em;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.004em;
}

#documenttype-info > #documenttype-data > #documenttype-series, #metadatatype-info > #metadatatype-data > #metadatatype-series, #header-info > #header-data > #header-objects-list, .header-text {
    line-height: 13px;
}

#documenttype-info > #documenttype-data > #documenttype-series li, #metadatatype-info > #metadatatype-data > #metadatatype-series li, #header-info > #header-data > #header-objects-list li, .header-link {
    display: inline;
    font-size: 0.9em;
}

#documenttype-info > #documenttype-data > #documenttype-series a, #metadatatype-info > #metadatatype-data > #metadatatype-series a, #header-info > #header-data > #header-objects-list a, .header-link-color a {
    color: #999;
}

.header-link-color:hover {
    color: #999;
}

#document-info > #document-data, #documenttype-info > #documenttype-data, #header-info > #header-data, .header-data {
    max-width: 90%;
}

#document-info > #document-data::before {
    margin-left: 3px;
}

#document-info > #document-data a.ase-serie {
    color: #3373C1;
    line-height: 12px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: bold;
}

#document-info > #document-data a.ase-title {
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 26px;
}

#document-info > #document-data > div#document-other-info {
    font-size: 0.9em;
    color: #a9a9a9;
    line-height: 20px;
    top: -3px;
    position: relative;
}

#document-info > #document-data > #document-other-info a {
    font-weight: 600;
    color: inherit;
}

.documenttype-link, .header-link-color {
    color: #999;
    font-size: 0.9em;
}

#document-tags {
    position: relative;
    top: -2px;
    padding: 5px 0;
}

#document-tags li {
    display: inline;
}

.ase-user {
    font-size: 2.24rem;
}

.ase-user.ase-unknown {
    opacity: 0.4;
}

.row.ase-title-header {
    margin-left: 1.05rem;
}

@media (max-width: 991.98px) {
    .row.ase-title-header {
        margin-left: 0.5rem;
    }
}

#document-info > #document-data > #document-other-info span {
    font-weight: 300;
}

span.ase-small {
    font-size: 11px;
}

ol.ase-document-data {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 10px;
}

ol.ase-document-data > li {
    display: inline;
}

.card.ase-document-card, .card.ase-card {
    border: 1px solid #f3f3f3;
    border-left: 3px solid #5FA6E3;
    background: transparent;
    min-height: 50px;
}

.card.ase-card.no-border {
    border: 0;
}

.card.ase-document-card > .card-header, .card.ase-card > .card-header {
    background: none;
    border: none;
    padding-bottom: 0;
}

.card.ase-document-card > .card-header a {
    font-weight: 600;
    letter-spacing: 0.004rem;
}

.badge.ase-badge {
    padding: 0.3em 0.6em;
}

.badge.badge-email, .badge.badge-attachment{
    margin-left: 2px;
    color: #fff;
}

.badge.badge-email {
    background-color: #f59b5a;
}

.badge.badge-attachment {
    background-color: #48b520;
}

#document-tags .badge.ase-badge {
    padding: 0.6em;
}

.badge.ase-badge.ase-gray {
    background-color: #EBEBEB;
    color: #898989;
}

.badge.ase-badge.ase-blue {
    background-color: #5BC0DE;
    color: white;
}

.badge.ase-badge.ase-green {
    background-color: #5CB85C;
    color: white;
}

.badge.ase-badge.ase-red {
    background-color: #F86C6B;
    color: white;
}

.ase-toolbar {
    text-align: right;
    float: right;
    margin-bottom: 1em;
}

.ase-toolbar button.btn, .ase-toolbar a.btn {
    padding: 3px 7px;
    margin-right: 7px;
    color: #666;
    font-size: 1.18rem;
    color: #888;
}

.ase-toolbar button.btn:hover, .ase-toolbar a.btn:hover {
    background-color: #5bc0de;
    color: white;
}

.ase-toolbar .btn.ase-btn-label {
    font-size: 0.8rem;
}

.ase-toolbar button.btn.ase-btn-label:hover, .ase-toolbar a.btn.ase-btn-label:hover {
    transform: none;
    -webkit-transform: none;
    -o-transform: none;
}

#footer a {
    font-size: 0.9em;
}

.ase-scrollbox {
    position: relative;
    overflow: auto;
    max-height: 78vh;
    background: #FFF no-repeat;
    background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 100%;
    background-size: 100% 14px;
}

.ase-scrollbox:before,
.ase-scrollbox:after {
    content: "";
    position: relative;
    z-index: 0;
    display: block;
    height: 32px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
}

.ase-scrollbox:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
}

.nav-tabs {
    border-bottom: 2px solid #DCEFD2;
}

.nav-fill .nav-link.active {
    border-top: none !important;
}

.nav-tabs > .nav-item, .nav-tabs > .nav-item > .nav-link, .tab-content {
    border: 0;
}

.nav-tabs > .nav-item > .nav-link.active {
    background-color: #DCEFD2;
}

.tab-content {
    border: 0;
    padding: 0.46rem 0;
}

#column-finder {
    font-size: 0.9em;
}

#documents_list_wrapper .btn, #doctype-documents-list_wrapper .btn, #button-column-finder.btn {
    font-size: 0.9em;
    background-color: #EEE;
}

table.dataTable tbody tr.selected {
    background-color: #5ea6e2;
}

table.dataTable tbody tr.selected a {
    color: white;
}

.dt-buttons {
    text-align: left !important;
}

div#documents_list_wrapper div.dataTables_processing {
    position: absolute;
    top: 9.3rem;
    left: 100px;
    right: 0;
    height: 100%;
    width: inherit;
    margin-top: -26px;
    text-align: center;
    padding: 3% 0;
    background-color: white;
    z-index: 100;
    border: 0;
    opacity: 0.6;
}

.page-item .page-link {
    color: #5ea6e2;
}

.page-item.active .page-link {
    background: #5ea6e2;
    border-color: #5ea6e2;
}

.ase-spinner {
    text-align: center;
}

.VS-search {
    font-family: inherit;
}

.VS-search .VS-search-box {
    border-color: #efefef;
    border-radius: 5px;
    min-height: 32px;
    border: 2px solid #efefef;
    box-shadow: none;
    width: 100%;
    /*transition: 0.3s;*/
    /*width: 60%;*/
}

.VS-search .VS-search-box.VS-focus {
    /*width: 100%;*/
    /*transition: 0.3s;*/
    /*box-shadow: none;*/
    border-color: #5ea6e2;
}

.visual-search-label {
    width: 6rem;
    vertical-align: top;
    top: 5px;
    color: #8a8a8a;
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block !important;
}

.visual-search {
    display: inline-block;
}

#file-button-search-visual-search {
    margin-top: -1.5rem;
}

.VS-search-inner {
    padding-top: 3px;
    font-size: 0.9em;
}

.VS-search-inner .search_facet_input_container {
    padding-top: 1px;
}

.VS-icon .VS-icon-search, .VS-icon .VS-icon-cancel .VS-cancel-search-box {
    top: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #CCC;
}

::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5ea6e2;
}

.select2-selection--single, .select2-dropdown, .select2-selection--multiple {
    border: 1px solid #e4e7ea !important;
}

.edit-inline {
    border-bottom: dashed 1px #0088cc;
}

.metadatas-container label {
    color: #4f4f4f;
}

.metadata-container-itable {
    padding-bottom: 16px;
}

#metadata-panel-container {
    margin: 0 16px;
}

.ase-brand-logo {
    height: 60%;
}

.modal-xxl {
    min-width: 95%;
}

.modal-xxl .modal-content {
    min-height: 90vh;
}

.mw-25 {
    max-width: 25% !important;
}

.mw-50 {
    max-width: 50% !important;
}

.mw-75 {
    max-width: 75% !important;
}

.vw-25 {
    width: 25vw !important;
}

.vw-50 {
    width: 50vw !important;
}

.vw-75 {
    width: 75vw !important;
}

.vh-50 {
    height: 50vh;
}

.vh-75 {
    height: 75vh;
}

.vh-70 {
    height: 70vh;
}

.vh-25 {
    height: 25vh;
}

.mvh-75 {
    max-height: 75vh;
}

.ase-spinner .spinner-border {
    border-width: .20em;
    color: #5FA6E3;
    border-bottom: 0;
}

.aside-menu.ase-aside-menu {
    width: var(--aside-menu-width);
    border-left: 2px solid #eee !important;
}

.aside-menu.ase-aside-menu .nav-tabs {
    border: 0;
}

.aside-menu.ase-aside-menu .tab-content {
    border-top: 1px solid #eee;
}

html:not([dir=rtl]) .aside-menu {
    margin-right: calc(var(--aside-menu-width) * -1);
}

html:not([dir=rtl]) .aside-menu-lg-show.aside-menu-fixed .main {
    margin-right: var(--aside-menu-width);
}

.addon-field-help {
    font-size: 0.83em;
    color: #999;
    text-overflow: ellipsis;
    margin: 10px 0;
    position: relative;
    line-height: 16px;
    display: inline-block;
}

.documentation-info {
    color: #DADADA;
}

.card-documentation {
    color: #78877d;
    font-style: italic;
}


.highlighted_links {
    color: #20A8D8;
}

.required {
    color: #F86C6B;
    font-size: smaller;
}

.dropdown-button-style-header {
    background: #e0e0e0;
    color: grey;
    border-radius: 50%;
    padding-right: 0.20em !important;
    padding-left: 0.20em !important;
    font-size: 0.75em;
}

.dropdown-menu-style-header {
    max-height: 15em !important
}

.dropdown-item:hover {
    background-color: #5ea6e3 !important;
    color: white !important;
}

.dropdown-item {
    border-bottom: 0 !important;
}

.dropdown-item:hover i, .dropdown-item.text-danger:hover {
    color: white !important;
}

.info-modal-title {
    color: #777 !important;
    font-size: .875rem !important;
}

.overflow-scroll-x {
    overflow-x: auto;
}

.table-sticky th {
    margin-top: -1px;
    background: #fff;
    position: sticky;
    top: -1px;
    z-index: 1;
}

/* ASE panels */
.ase-panels {
    background: #cccccc30;
    width: 45px;
    margin: 4px 1px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-left: 2px solid #CCC;
}

.nav.panels .nav-item {
    overflow: hidden;
    position: relative;
    z-index: 999;
    width: 44px;
}

.nav.panels .nav-item:hover {
    overflow: visible;
}

.nav.panels .nav-item .nav-link {
    padding: .75rem 0;
    width: 250px;
}

.nav.panels .nav-link .nav-icon {
    color: #9aa3ad;
    margin: 0 .5rem 0 0;
    font-size: .875rem;
    text-align: center;
}

.nav.panels .nav-item:hover > .nav-link, .nav.panels .nav-item:hover > .nav-link.active {
    background: #20a8d8;
    border-radius: 8px;
}

.nav.panels .nav-item:hover > .nav-link {
    color: #fff;
    text-decoration: none;
}

.nav.panels .nav-item > .nav-link.active {
    background: #e6e6e6;
    border-radius: 8px;
}

.nav.panels .nav-link:hover .nav-icon {
    color: #fff;
}

.nav.panels .nav-item > .nav-link .nav-icon {
    display: block;
    float: left;
    width: 45px;
    font-size: 18px;
    top: 2px;
    position: relative;
}

.nav.panels .nav-item > .nav-link span {
    overflow: hidden;
    display: block;
    height: 24px;
    width: 185px;
    text-overflow: ellipsis;
}

.text-prewrap {
    white-space: pre-wrap;
}

.loading-skeleton h1, .loading-skeleton h2, .loading-skeleton h3, .loading-skeleton h4, .loading-skeleton h5, .loading-skeleton h6,
.loading-skeleton p, .loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
    color: transparent;
    appearance: none;
    -webkit-appearance: none;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
    border-radius: 5px;
}
.loading-skeleton h1::placeholder, .loading-skeleton h2::placeholder, .loading-skeleton h3::placeholder, .loading-skeleton h4::placeholder, .loading-skeleton h5::placeholder, .loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder, .loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
    color: transparent;
}

@keyframes loading-skeleton {
  from {
        opacity: 0.3;
  }
  to {
        opacity: 1;
  }
}
.loading-skeleton {
      pointer-events: none;
      animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
    filter: grayscale(100) contrast(0%) brightness(1.8);
}
