*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: normal;
}
a {
    color:#0d6efd;
    cursor:pointer;
}

a:hover {
    color:#0a58ca;
}
body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size:15px;
}
h1 {
    font-size:1.8em;
    white-space: nowrap;
}
html {
    height:100%;
}
li {
    margin-left:48px;
    padding-left:8px;
}
.action-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.action-bar .tab {
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}


.action-bar .tab.active {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
}

.action-bar .tab:hover {
    border-bottom: 2px solid #8bb9ff;
}

.action-bar .btn {
    margin: 0 8px;
}
.alert-container {
    position:absolute;
    top:0;
    width:100%;
    height:0px;
    overflow:visible;
}


.alert {
    position:relative;
    max-width:500px;
    padding:1rem 1rem;
    margin:1rem auto;
    margin-top: 18px;
    border:1px solid transparent;
    border-radius:.25rem;
    opacity:0.95;
    cursor:pointer;
    z-index: 2000;
}

.alert-primary {
    color:#084298;
    background-color:#cfe2ff;
    border-color:#b6d4fe;
}

.alert-success {
    color:#0f5132;
    background-color:#d1e7dd;
    border-color:#badbcc;
}

.alert-danger {
    color:#842029;
    background-color:#f8d7da;
    border-color:#f5c2c7;
}
.badge {
    display:inline-block;
    padding:.35em .65em;
    font-size:.75em;
    font-weight:700;
    line-height:1;
    color:#fff;
    text-align:center;
    white-space:nowrap;
    vertical-align:baseline;
    border-radius:.25rem;
}

.bg-primary{background-color:#0d6efd!important}
.bg-secondary{background-color:#6c757d!important}
.bg-success{background-color:#198754!important}
.bg-info{background-color:#0dcaf0!important}
.bg-warning{background-color:#ffc107!important}
.bg-danger{background-color:#dc3545!important}
.bg-light{background-color:#f8f9fa!important}
.bg-dark{background-color:#212529!important}
.bg-body{background-color:#fff!important}
.bg-white{background-color:#fff!important}
.bg-transparent{background-color:transparent!important}
.body-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .body-container {
        flex-direction: column;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 1px;
    padding: .375rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-img img {
    pointer-events: none;
}



.btn-img-sm {
    width: 27px;
    height: 27px;
}

.btn-img-sm img {
    width: 14px;
}


.btn-img-xs {
    width: 20px;
    height: 20px;
}

.btn-img-xs img {
    width: 12px;
}






.btn.disabled {
    pointer-events: none;
    opacity: .65;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5c636a;
    border-color: #565e64;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
}

.btn-warning {
    color: #fff;
    background-color: #ffa600;
    border-color: #ffa600;
}

.btn-warning:hover {
    color: #fff;
    background-color: #ff9100;
    border-color: #ff9100;
}

.btn-info {
    color: #fff;
    background-color: #1cc9e4;
    border-color: #0fb8d2
}

.btn-info:hover {
    color: #fff;
    background-color: #18adc4;
    border-color: #0fb8d2
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}


.btn-xs {
    padding: 1px 3px;
    font-size: .75rem;
    border-radius: .2rem;
}

.btn-sm {
    padding: 2px 8px;
    font-size: .875rem;
    border-radius: .2rem;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .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: .25rem;
    opacity: .5;
    cursor: pointer;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}
.container {
    width:100%;
    padding:0 8px;
}

.container-lg {
    width:1200px;
    padding:0 8px;
}

.container-md {
    width:1000px;
    padding:0 8px;
}

.container-sm {
    width:600px;
    padding:0 8px;
}

@media (max-width:1200px){
    .container-lg {
        width:100%;
    }
}

@media (max-width:1000px){
    .container-md {
        width:100%;
    }
}

@media (max-width:600px){
    .container-sm {
        width:100%;
    }
}

.dropdown{
    display:inline-block;
}

.dropdown-toggle{
    white-space:nowrap;
}

.dropdown-toggle::after{
    display:inline-block;
    position:relative;
    top:-2px;
    margin-left:.255em;
    content:"";
    border-top:.3em solid;
    border-right:.3em solid transparent;
    border-bottom:0;
    border-left:.3em solid transparent;
}

.dropdown-menu-container-right {
    display:flex;
    flex-direction: row-reverse;
}


.dropdown-menu {
    display:none;
    position:absolute;
    z-index:1000;
    min-width:10rem;
    padding:0;
    font-size:1rem;
    border:1px solid #ddd;
    border-radius:4px;
    background-color:#fff;
}

.dropdown-item {
    display:block;
    width:100%;
    padding:8px 8px;
    text-decoration:none;
    white-space:nowrap;
    color:#333;
}

.dropdown-item:hover {
    background-color:#eee;
    color:#333;
}
.extracts-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: auto;
    margin-top: 56px;
    width: 100%;
}

.extract {
    display: flex;
    flex-direction: column;
    width: 200px;
    border: 1px solid #ced4da;
    border-radius: 8px;
    background-color:#fff;
}

.extract .title {
    padding: 12px 0 24px;
    font-weight: bold;
    text-align: center;
    height: 30px;
}

.extract .content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px;
    flex: 1;
}

.extract .waited-user {
    display:block;
    width:100%;
    margin:4px 12px;
    padding:2px;
    text-align:center;
    border:1px solid #ecdb40;
    background-color:#fffdde;
    border-radius: 4px;
}

.extract .footer {
    padding: 12px;
    border-top:1px solid #eee;
    text-align: center;
}
.form-type-1 .form-group {
    display:flex;
    flex-flow: row;
    width:100%;
}

.form-type-1 .form-label {
    width:150px;
    padding-top:10px;
    padding-bottom:5px;
}

.form-type-1 .form-control-container {
    width:calc(100% - 150px);
}

.form-type-1 .form-control {
    width:100%;
}


@media screen and (max-width: 767px) {
    .form-type-1 .form-group {
        flex-flow: column;
    }

    .form-type-1 .form-label {
        width:100%;
    }

    .form-type-1 .form-control-container {
        width:100%;
    }
}
.form-type-2 .form-group {
    display:flex;
    flex-flow: column;
    width:100%;
}

.form-type-2 .form-label {
    padding-top:18px;
    padding-bottom:5px;
    font-weight:bold;
    color:#555;
}

.form-type-2 .form-control {
    width:100%;
}

.form-type-2 textarea.form-control {
    height:350px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control[type=file] {
    overflow: hidden
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem;
}

.form-control-short {
    width: 150px !important;
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control:focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}


.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-checkbox-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 4px 8px;
}

.form-checkbox {
    display: inline;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
}

.form-select.is-invalid {
    border-color: #dc3545;
}

.form-select:focus.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25);
}

.form-group {
    margin-bottom: 8px;
}


.form-error {
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}
header {
    display:flex;
    align-items: center;
    justify-content: end;
    height:50px;
    padding:0 12px;
    border-bottom:1px solid #eee;
}


main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 8px;
    padding-bottom: 48px;
    min-height: 100%;
    overflow:auto;
}
.modal-fade {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 1055;
    display: none;
    padding: 0 12px;
    outline: 0;
    background-color: rgba(0, 0, 0, .7)
}

@media (max-width: 768px) {
    .modal-fade {
        padding: 0;
    }
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 32px auto;
    max-height: 80vh;
    overflow: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 0;
        max-height: 100vh;
        border-radius: 0;
    }
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.1em;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 24px;
}

@media (max-width: 768px) {
    .modal-body {
        padding: 8px;
    }
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    padding: 0.5rem;
    border-top: 1px solid #e9ecef;
}

.modal-md {
    max-width: 600px;
}

/*

.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}
.modal.show .modal-dialog{transform:none}
.modal-dialog-scrollable{height:calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}
.modal-dialog-scrollable .modal-body{overflow-y:auto}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}
.modal-content{position:relative;width:100%;pointer-events:auto;background-clip:padding-box;}
.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.5}

.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}
.modal-footer>*{margin:.25rem}
@media (min-width:576px){
    .modal-dialog{max-width:500px;margin:1.75rem auto}
    .modal-dialog-scrollable{height:calc(100% - 3.5rem)}
    .modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}
}



@media (min-width:992px){
    .modal-lg,.modal-xl{max-width:800px}
}
@media (min-width:1200px){
    .modal-xl{max-width:1140px}
}


.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}
.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}
.modal-fullscreen .modal-header{border-radius:0}
.modal-fullscreen .modal-body{overflow-y:auto}
.modal-fullscreen .modal-footer{border-radius:0}
@media (max-width:575.98px){
    .modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}
    .modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}
    .modal-fullscreen-sm-down .modal-header{border-radius:0}
    .modal-fullscreen-sm-down .modal-body{overflow-y:auto}
    .modal-fullscreen-sm-down .modal-footer{border-radius:0}
}
@media (max-width:767.98px){
    .modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}
    .modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}
    .modal-fullscreen-md-down .modal-header{border-radius:0}
    .modal-fullscreen-md-down .modal-body{overflow-y:auto}
    .modal-fullscreen-md-down .modal-footer{border-radius:0}
}
@media (max-width:991.98px){
    .modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}
    .modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}
    .modal-fullscreen-lg-down .modal-header{border-radius:0}
    .modal-fullscreen-lg-down .modal-body{overflow-y:auto}
    .modal-fullscreen-lg-down .modal-footer{border-radius:0}
}
@media (max-width:1199.98px){
    .modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}
    .modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}
    .modal-fullscreen-xl-down .modal-header{border-radius:0}
    .modal-fullscreen-xl-down .modal-body{overflow-y:auto}
    .modal-fullscreen-xl-down .modal-footer{border-radius:0}
}
@media (max-width:1399.98px){
    .modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}
    .modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}
    .modal-fullscreen-xxl-down .modal-header{border-radius:0}
    .modal-fullscreen-xxl-down .modal-body{overflow-y:auto}
    .modal-fullscreen-xxl-down .modal-footer{border-radius:0}
}

*/
nav {
    width: 280px;
    min-height: 100%;
    margin-right: 32px;
    background-color:#fcfcfc;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    nav {
        width: 100%;
        height: auto;
        min-height: auto;
    }
}

.nav-title {
    text-align: center;
    font-size: 1.2em;
    padding: 12px 0;
    border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
    .nav-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 12px;
    }
}



.nav-body {
    overflow:hidden;
    background-color: #fcfcfc;
    transition: height 0.3s ease;
}

@media (max-width: 768px) {
    .nav-body {
        height: 0;
        width:100%;
        position:absolute;
    }
}

.nav-body-toggler {
    display: none;
    width: 20px;
    margin-right: 12px;
}


@media (max-width: 768px) {
    .nav-body-toggler {
        display: block;
    }
}

.nav-element {
    display: block;
    margin: 0 8px;
    padding: 8px;
}

.nav-link {
    display:flex;
    flex-direction:row;
    gap:12px;
    color: #1e2023;
    text-decoration: none;
    transition: all .15s ease-in-out;
    border-radius:4px;
    opacity: 0.7;
}

.nav-link:hover {
    background-color: #f0f0f0;
    color: #1e2023;
    opacity: 1;
}

.nav-link.active {
    background-color: #e1eaff;
}

.nav-link-icon {
    width: 18px;
    height: 18px;
}
.subtitle-container {
    display:flex;
    flex-direction: row;
    align-items: center;
    gap:8px;
}

.subtitle {
    font-size:20px;
    font-weight:bold;
}
.table {
    border-radius: 4px;
    box-shadow: 0 0px 2px #ccc;
}

.table tr th:first-child {
    border-top-left-radius: 4px;
}

.table tr th:last-child {
    border-top-right-radius: 4px;
}

.table th {
    padding: 14px 24px;
    background-color: #ebebeb;
    color: #555555;
    text-transform: uppercase;
    font-size: 0.9em;
    white-space:nowrap;
}



.table td {
    padding: 4px 18px;
    border: 1px solid #efefef;
    border-left: none;
    border-right: none;
    color: #393939;
}

.table tr:last-child td {
    border: none;
}
.title-bar {
    display:flex;
    flex-direction: row;
    align-items:center;
    flex-grow: 0;
    margin-bottom:18px;
}

.title-bar .title-element {
    margin-left:24px;
}

.title-bar .title-element:first-child {
    margin-left:0;
}
.transmission {
    margin-bottom: 24px;
}

.transmission-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.transmission-content {
    margin: 8px 0;
    margin-right: 8px;
    padding: 8px 16px;
    border: 1px solid #d7e9ff;
    border-radius: 4px;
    background-color: #f4faff;
}

.transmission-content p {
    margin: 12px 0;
}

.transmission-content.unsigned {
    border: 1px solid #ffdfa9;
    background-color: #fff0d7;
}

.transmission-content-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 0.8em;
    color: #555;
    margin-bottom: 8px;
}

.transmission-response-form-toggler {
    margin-bottom: 12px;
    padding: 2px 8px;
    font-size: 0.8em;
    cursor: pointer;
}

.hidden {
    display:none;
}
.ql-indent-1{
    margin-left:32px;
}

.ql-indent-2{
    margin-left:64px;
}

.ql-indent-3{
    margin-left:96px;
}

.ql-indent-4{
    margin-left:128px;
}

.ql-align-right {
    text-align:right;
}
