:root {
    --main-font-size: 12px;
    --main-min-width: 1280px;
    --nav-bg-color: #f7f7f7;
    --container-bg-color: #f7f7f7;
}

.login-form-container {
    display: grid;
    align-items: center;
    justify-content: right;
    grid-template-columns: 25em 0.1em;    
}

.login-form {
    max-width: 35em;
    align-items: center;
    display: grid;
    align-items: center;
    justify-content: right;
}

.login-form div{
    width: 25em;
}

footer.footer {
    font-size: 0.75em; 
    position: fixed; left: 0;  
    bottom: 0; 
    height: 1.6em; 
    background-color: #85714d; 
    color: white;
    width: 100%; 
    text-align: center;
}

.app-spinner {
    width: 100%; height: 100%; background-color: rgba(187, 187, 187, 0.6); position: absolute; z-index: 999999;
}

.app-toast {
    z-index: 999999; padding: 4.5em 1em 1em 1em;    
}

.spinner-border {
    opacity: 1; width: 6rem; height: 6rem; position: fixed; z-index: 999999999; margin-top: 6em;    
}

html {
    font-family: Tahoma;
    font-size: var(--main-font-size);
    background-color: var(--container-bg-color);
}

body {
    background-color: var(--container-bg-color);
}

div {
    font-family: Tahoma;
    font-size: var(--main-font-size);
}

textarea {
    font-family: Tahoma;
    font-size: var(--main-font-size);
}

button {
    font-size: var(--main-font-size);
}

.navbar .container-fluid {
    background-color: var(--nav-bg-color);
}
.navbar {
    background-color: var(--nav-bg-color);
}

.container-fluid {
    background-color: var(--container-bg-color);
}

.block-w-5 {
    width: 5em;
}

.block-w-7_5 {
    width: 7.5em;
}

.block-w-10 {
    width: 10em;
}

.block-w-15 {
    width: 15em;
}

.block-w-20 {
    width: 20em;
}

.block-w-25 {
    width: 25em;
}

.block-w-30 {
    width: 30em;
}

.block-w-35 {
    width: 35em;
}

.block-w-40 {
    width: 40em;
}

.block-w-45 {
    width: 45em;
}

.block-w-50 {
    width: 50em;
}

.block-w-55 {
    width: 55em;
}

.block-w-50 {
    width: 50em;
}

.block-w-full {
    width: 100%;
}

div.doc[editor-inline="true"] {
    border-color: #ececec;
    display: block;
    border-radius: 0;
    padding: 0;
}

div[editor-inline="true"] {
    border-width: 1px;
    border-radius: 5px;
    border-color: #ced4da;
    border-style: solid;
    border-width: 1px;
    flex: 1 1 auto;
    display: block;
    padding: 0.5em;
}

.editor-inline {
    border-width: 1px;
    border-radius: 0px 4px 4px 0px;
    border-color: #ced4da;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    margin-left: 2em;
    flex: 1 1 auto;
    display: block;
    padding: 0.2em 1em 0.2em 1em;
}

div.editor-inline-action {
    display: block;
    border-width: 1px 1px 1px 1px;
    border-color: #ced4da;
    border-style: solid;
    border-radius: 4px 0px 0px 4px;
    background-color: #dc3545;
    width: 3em;
}

.btn-inline-action {
    width: 100%; height: 100%; border-radius: 0px;
}

.editor-float-btn:hover {
    color: red;
}

.list-grouping {
    margin-top: 0.5em;
}

.prevent-click {
    pointer-events: none;
}

.stack-view-header {
    height: 2em;
    font-size: 1.5em;
}

.icon-button {
    cursor: pointer;
}

.icon-button.red-hover:hover {
    color: red;
}

.icon-button.red {
    color: red;
}

.icon-button.green {
    color: green;
}

.icon-button.golden {
    color: goldenrod;
}

.icon-button.blue {
    color: blue;
}

.icon-button-group:hover {
    color: red;
}

.icon-button-group {
    vertical-align: middle;
    cursor: pointer;
    width: auto;
    display: inline;
}

@keyframes fadeout {
    from {opacity: 1;}
    to {opacity: 0;}
}

@keyframes fadein {
    from {opacity: 0;}
    to {opacity: 1;}
}

.spinner-content-hide {
    animation: fadeout 0.7s forwards;
}

.spinner-content-show {
    opacity: 0;
    animation: fadein 0.3s forwards;
}

.view-content-show {
    opacity: 0;
    animation: fadein 0.5s forwards;
}

span.menu-container {
    display : flex;
    flex-wrap : wrap;
    justify-content : center;
    align-items : center;
    gap : 0.65em 0.65em;
}

span .table-menu {
    cursor: pointer;
    font-size: 1.1em;
    padding: 0em 0.3em 0em 0.3em;
    background-color: #F0F0F0;
    border-radius: 0.3em;
    border: 1px solid #D1D3D4;
}

span .table-menu.red    { color: #FF2E63; }
span .table-menu.green  { color: #9DC08B; }
span .table-menu.blue   { color: #3F72AF; }
span .table-menu.c1     { color: #F07B3F; }
span .table-menu.c2  { color: #5F6F52; }
span .table-menu.c3  { color: #892CDC; }
span .table-menu.c4  { color: #B68973; }
span .table-menu.c5  { color: #4E6C50; }
span .table-menu.c6  { color: #D14D72; }
span .table-menu.c7  { color: #FF165D; }
span .table-menu.c8  { color: #1FAB89; }
span .table-menu.c9  { color: #30364F; }
span .table-menu.c10 { color: #15173D; }
span .table-menu.c11 { color: #FF9B51; }
span .table-menu.c12 { color: #005F02; }
span .table-menu.c13 { color: #8100D1; }
span .table-menu.c14 { color: #A82323; }
span .table-menu.c15 { color: #84934A; }
span .table-menu.c16 { color: #6A2C70; }
span .table-menu.c17 { color: #594545; }

span .table-menu:hover {
    color: #FF2E63;
}

span .table-menu:nth-child(1) {
    margin-left: 0em;
}

.page-menu {
    pointer-events: none;
}

.tox {
    z-index: 999999999999;
}

i.icon-menu {
    cursor: pointer;
    font-size: 1.2em;
}

i.icon-menu.red {
    color: red;
}

i.icon-menu.blue {
    color: blue;
}

i.icon-menu.green {
    color: green;
}

i.icon-menu:hover {
    color: blue;
}

a .link-menu {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
}

a .link-menu.red {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
    color: red;
}

a .link-menu.green {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
    color: green;
}

a .link-menu.blue {
    text-decoration: none;
    cursor: pointer;
    font-size: 1.2em;
    color: blue;
}

a .link-menu.blue:hover {
    color: black;
}

a .link-menu:hover {
    color: blue;
}

button.btn span {
    pointer-events: none;
}

button.btn i {
    pointer-events: none;
}

.kanban-view {
    display: grid;  
    grid-template-columns: repeat(5, 19%);
    column-gap: 1%;
    grid-template-rows: 100%;
    height: 100%;
}

.kanban-col {
    border: 1px solid rgb(185, 185, 185);
    min-height: 600px;
    display: inline-block;
    border-radius: 0.3em;
    padding: 0.2em;
}

.kanban-child {
    border: 1px solid lightgrey;
    border-radius: 0.3em;
    padding: 0.35em;
    user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0.35em;
    cursor: pointer;
};

.letter-container {
    font-family: Arial;
    font-size: 11px;
    display: grid;
    padding: 1em;
    width: 8.27in;
}

.letter-row {
    display: grid;
    align-content: center;
    grid-template-columns: 1fr 3em 1fr;
}
.letter-col {
    display: grid;
    grid-template-rows: auto;
    text-align: justify;
}
.letter-center {
    text-align: center;
}
.letter-bold {
    font-weight: bold;
}
.letter-col span {
    padding-top: 0.1em;
    padding-bottom: 0.1em;
}
.letter-separator {
    font-size: 0.5em;
}

.letter-separator-signature {
    font-size: 8em;
}

.letter-team-list {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: auto;
}
.letter-team-list div {
    display: flex;
    justify-content: space-between;
    padding-right: 1.5em;
}

.letter-sign-level {
    font-weight: bolder;
}

.letter-header {
    display: grid;
    grid-template-columns: 6em 1em auto;
}

.slideshow {
    display: inline-block;
    width: 100%;
}

.slideshow-item {
    width: 100%;
}

.slideshow-hide {
    animation: fadeout 2s forwards;
};
.slideshow-show {
    animation: fadein 2s forwards;
};

.wizard-hide {
    display: none;
}

.info-login {
    font-size: 1.2em;
    font-family: 'Tahoma';
    font-weight: 100;
}

.info-home {
    font-size: 1em;
    font-family: 'Tahoma';
    font-weight: 100;
}

.mandatory {
    color: rgb(180, 0, 0);
}

.red-note {
    font-size: 0.75em;
    color: rgb(180, 0, 0);
}


.input-group-text-float {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: white;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-left: none;
    border-radius : var(--bs-border-radius);
    cursor: pointer;
}

.input-group-text-float:hover {
    color: #892CDC;
}

.floating-eye {
    border-right: none;
}
