html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 10px;
}

.flex{
    display:flex;
}


.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.center {
    text-align: center !important;
    display: inline-block;
}
.left {
    text-align: left !important;
    display: inline-block;
}
.right {
    text-align: right !important;
    display: inline-block;
}

.tr-selected {
    background-color: blanchedalmond;
    color: saddlebrown;
}

.link {
    cursor: pointer;
}

    .link:hover {
        text-decoration: underline;
    }

.color-gray {
    color: #808080 !important;
}
.color-green {
    color: #459765 !important;
}
.color-red {
    color: red !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: .5rem !important;
}

.m-2 {
    margin: 1rem !important;
}

.m-3 {
    margin: 1.5rem !important;
}

.m-4 {
    margin: 2rem !important;
}


.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: .5rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mt-3 {
    margin-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 2rem !important;
}

.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: .5rem !important;
}
.ml-2 {
    margin-left: 1rem !important;
}
.ml-3 {
    margin-left: 1.5rem !important;
}
.ml-4 {
    margin-left: 2rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: .5rem !important;
}

.mr-2 {
    margin-right: 1rem !important;
}

.mr-3 {
    margin-right: 1.5rem !important;
}

.mr-4 {
    margin-right: 2rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: .5rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}


.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: .5rem !important;
}

.p-2 {
    padding: 1rem !important;
}

.p-3 {
    padding: 1.5rem !important;
}

.p-4 {
    padding: 2rem !important;
}


.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: .5rem !important;
}

.pt-2 {
    padding-top: 1rem !important;
}

.pt-3 {
    padding-top: 1.5rem !important;
}

.pt-4 {
    padding-top: 2rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: .5rem !important;
}

.pl-2 {
    padding-left: 1rem !important;
}

.pl-3 {
    padding-left: 1.5rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: .5rem !important;
}

.pb-2 {
    padding-bottom: 1rem !important;
}

.pb-3 {
    padding-bottom: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 2rem !important;
}

.beidge-state {
    border: 1px solid #808080;
    border-radius: .2rem;
    font-size: 10pt;
    display: inline-block;
    padding-left: .3rem;
    padding-right: .3rem;
    margin-top: .3rem;
    margin-bottom: .3rem;
    margin-left: 0;
}
.beidge-state-deleted {
    border: 1px solid red;
    color:red;
}
.beidge-state-archived {
    border: 1px solid red;
    color: red;
}
.beidge-state-published {
    border: 1px solid darkgreen;
    color: darkgreen;
}
.beidge-state-nopublished {
    border: 1px solid #808080;
    color: #808080;
}

li.nav-item {
    background-color: #eeeeee;
    color: #888;
    margin-right: .5rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

    li.nav-item active {
        background-color: #FFF;
    }



a.nav-link{
    color:#808080;
}
a.nav-link active{
    color:#222222;
}

.tab-page {
    margin-top:0;
    border-left: 1px solid #CCC;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: .5rem;
}

.comment {
    border: 1px solid orange;
    padding: .4rem;
    background-color: ghostwhite;
    border-radius: .2rem;
}
.comment-attr{
    font-size:7.5pt;
    color:#826235
}

.big {
    font-size: 120% !important;
}
.superbig{
    font-size:140% !important;
    text-transform:capitalize !important;
}
.small {
    font-size: 80% !important;
}
.micro {
    font-size: 70% !important;
}

.card {
    padding: .5rem;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
}
.form-row {
    display: flex;
    margin-bottom: .2rem !important;
}
    .form-row label {
        min-width: 30% !important;
    }
.form-row-buttons {
    margin-top: .5rem !important;
    padding-top: .5rem !important;
    border-top: 1px solid #AAA;
    text-align: center !important;
    display: inline-block;
}
.w-10{
    width:10% !important;
}

.w-25 {
    width: 25% !important;
}
.w-50 {
    width:50% !important;
}
.w-75 {
    width: 75% !important;
}

.f-bold {
    font-weight: 900 !important;
}

.f-color-gray {
    color: #808080 !important;
}

.f-small {
    font-size: 9pt !important;
}
.f-micro {
    font-size: 8pt !important;
}
.f-normal {
    font-size: 11pt !important;
}
.position-vertical-center {
    align-items: center !important;
}


.collab-accesstype {
    font-size: .72rem;
    font-weight: 700;
    padding: .2rem .55rem;
    border-radius: 999px;
    border: 1px solid transparent;
}

    .collab-accesstype.collab-shared {
        background: rgba(85, 89, 126, 0.14);
        color: #1F8810;
        border-color: #1F8810;
    }

    .collab-accesstype.collab-prived {
        background: rgba(192,101,74,.10);
        color: var(--adm-terracotta);
        border-color: rgba(192,101,74,.30);
    }

.collab-menuitem-num {
    font-size: 12pt;
    font-weight: bold;
    width: 2rem;
}

.collab-menuitem-name {
    font-size: 12pt;
    font-weight: bold;
}

.collab-menuitem-descr {
    font-size: 10pt;
    font-weight: normal;
}
