html *
{
    font-family: calibri !important;
}

body
{
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
}

*:focus
{
    outline: 0 !important;
}

.btn:focus
{
    outline: none !important;
}

span:focus
{
    outline: none !important;
}

.login_alert
{
    position: absolute !important;
    margin-top: 50px !important;
}

.dropdown-menu
{
    display: none;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.open>.dropdown-menu
{
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    display: block;
    margin-top: 0;
}

.overlay
{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.close_bab_alert
{
    order: 2;
    font-size: 2.5rem;
    margin: -1.2rem 0 -1rem;
    margin-left: 22px;
    padding: 0.3rem;
    display: inline-block;
    cursor: pointer;
}

#loader_submit_modal_click
{
    right: 0;
    left: 0;
    top: 42%;
    position: absolute;
    display: none;
    z-index: 1000001;
}

.bab_form
{
    border-radius: .3rem;
    height: 40px;
}

.deleter_text
{
    margin-top: 9px;
    font-size: large;
}

.deleter_text_rel
{
    font-size: large;
    font-weight: 700;
}

.bab_form_error
{
    border-radius: 0;
    height: 40px;
    animation: fade-out-div 1s ease-in-out;
    -webkit-animation: fade-out-div 1s ease-in-out;
    -moz-animation: fade-out-div 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 6s;
}

.error_password.alert.alert-danger.form-control
{
    height: 50px;
}

.error_page_div
{
    position: absolute;
    top: 45%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 430px;
}

.twig_error_bab
{
    width: 347px;
    padding-bottom: 30px;
}

.alert_bab_container
{
    position: relative;
    width: 100%;
    display: flex;
    z-index: 100001;
    justify-content: center;
    animation: fade-out-div 0.4s ease-in-out;
    -webkit-animation: fade-out-div 0.4s ease-in-out;
    -moz-animation: fade-out-div 0.4s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 6s;
}

.alert_bab_container .alert
{
    display: flex;
    align-items: center;
}

.alert_bab
{
    position: absolute;
    margin-top: 112px;
    max-width: 349px;
    word-wrap: break-word;
    text-align: left;
}

.table_superadmin .td_table_file:not(.td_table_file_icon)
{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes fade-out-div
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
}

@-webkit-keyframes fade-out-div
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
}

@-moz-keyframes fade-out-div
{
    from
    {
        opacity: 1;
    }

    to
    {
        opacity: 0;
        visibility: hidden;
        position: absolute;
    }
}