.form_fix_footer_bottom
{
    margin-bottom: 60px;
    max-width:     calc(100vw - 2em);
}

td, th
{
    vertical-align: inherit !important;
}

.noselect
{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select:   none; /* Safari */
    -khtml-user-select:    none; /* Konqueror HTML */
    -moz-user-select:      none; /* Firefox */
    -ms-user-select:       none; /* Internet Explorer/Edge */
    user-select:           none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.no_margin
{
    margin: 0 !important;
}

.modal_dialog_info_superadmin
{
    width: 420px;
}

.list_superadmin_subdivli_title
{
    display:      inline-block;
    font-weight:  bolder;
    margin-right: 10px;
}

.list_superadmin_subdivli_value
{
    display: inline-block;
}

.list_no_style
{
    list-style: none;
    padding:    0 0 0 5px;
}

.on_hover_pointer:hover
{
    cursor: pointer;
}

.footer
{
    --footer-height: 43px;

    position:        absolute;
    bottom:          0;
    width:           100%;
    height:          var(--footer-height);
}

.footer .container
{
    height: var(--footer-height);
}

.date_table_size
{
    width: 150px !important;
}

.icon_table_width
{
    width: 1px !important;
}

.min_table_size
{
    min-width: 110px !important;
}

.lateral_table_spacing_size
{
    width:   1px !important;
    padding: 0 !important;
}

.border_bottom_table_bab
{
    border-bottom: 1px solid !important;
}

header.base_header
{
    --base_header-height: 70px;
    height: var(--base_header-height);
}

header.base_header::before
{
    /*content: '';*/
    display: inline-block;
    height:  var(--base_header-height);
    width:   100vw;
}

.error_container_main
{
    position:   absolute;
    top:        28%;
    left:       0;
    bottom:     0;
    right:      0;
    margin:     auto;
    width:      465px;
    height:     auto;
    text-align: left;
}

.babylon_logo_base
{
    margin:      0 auto;
    width: 300px !important;
    padding-top: 75px;
}

.bab_primary_button
{
    width:              95px;
    height:             49px;
    border-radius:      0;
    font-weight:        600;
    text-transform:     capitalize;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition:    300ms ease-in-out;
    transition:         300ms ease-in-out;
}

.bab_danger_button
{
    width:              95px;
    height:             49px;
    border-radius:      0;
    font-weight:        600;
    text-transform:     capitalize;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition:    300ms ease-in-out;
    transition:         300ms ease-in-out;
}

.bab_round_input
{
    border-radius: 30px !important;
}

.bab_button_superadmin
{
    min-width:     184px !important;
    border-radius: 15px;
    height:        35px !important;
}

.bab_button_modal_light
{
    border-radius: 20px;
    min-width:     35px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
    .bab_button_superadmin
    {
        margin-top: -28px;
    }
}

.data_margin
{
    margin-bottom: 15px;
}

.btn-primary.bab_primary_button
{
    background-image: none !important;
}

.btn-danger.bab_danger_button
{
    background-image: none !important;
}

.loader_page_text
{
    position:   absolute;
    right:      0;
    left:       0;
    top:        62%;
    z-index:    99999999;
    text-align: center;
}

.progress_download_open_bar
{
    height:     18px;
    width:      240px;
    font-size:  12px;
    position:   relative;
    margin-top: 10px;
    display:    inline-block;
}

.download_open_bar_text
{
    display:        inline-block;
    z-index:        3;
    position:       relative;
    pointer-events: none;
}

.download_open_bar_status
{
    height:             inherit;
    max-width:          100%;
    min-width:          0;
    position:           absolute;
    z-index:            0;
    top:                0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    transition:         all 0.2s linear;
}

.downloadmanager
{
    position:           absolute;
    bottom:             20px;
    left:               20px;
    border-radius:      5px;
    width:              466px;
    display:            none;
    z-index:            1000001;
    overflow-y:         auto;
    max-height:         193px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

.container_title_download_manager
{
    display:    inline-block;
    width:      100%;
    margin-top: 5px;
}

#title_download_manager
{
    display:            inline-block;
    margin-left:        39px;
    font-size:          initial;
    font-weight:        bold;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    transition:         all 0.2s ease-in-out;
}

#remove_download_manager
{
    float:        right;
    display:      none;
    cursor:       pointer;
    margin-right: 8px;
    margin-top:   3px;
}

#remove_img_downloader
{
    width: 59%;
}

#filestodownload
{
    float:         left;
    font-size:     16px;
    line-height:   16px;
    padding:       0;
    margin:        5px 5px 5px 10px;
    white-space:   nowrap;
    overflow:      hidden;
    overflow-wrap: break-word;
    width:         calc(100% - 17px);
}

.fileindownload_error_remainder
{
    width:         100%;
    height:        16px;
    position:      relative;
    margin-bottom: 5px;
    margin-top:    5px;
}

.fileindownload
{
    width:         100%;
    height:        16px;
    position:      relative;
    margin-bottom: 5px;
    margin-top:    5px;
}

.fileindownload_name
{
    float:         left;
    width:         50%;
    text-align:    left;
    height:        inherit;
    white-space:   nowrap;
    overflow:      hidden;
    font-family:   serif;
    text-overflow: ellipsis;
    cursor:        default;
}

.progress_download_bar
{
    height:    inherit;
    float:     right;
    width:     50%;
    font-size: 12px;
}

.fileindownload_bar_text
{
    display:        inline-block;
    z-index:        3;
    position:       relative;
    pointer-events: none;
}

.bar_download_bar_status
{
    height:             inherit;
    max-width:          50%;
    min-width:          0;
    position:           absolute;
    z-index:            0;
    top:                0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    transition:         all 0.2s linear;
}

.fixed_superadmin_header
{
    width:  100%;
    height: 40px;
}

.superadmin_table_margin_top
{
    height:     calc(100% - 40px);
    overflow-y: auto;
}

.superadmin_table_margin_top_billsmanager
{
    height:     calc(100% - 86px);
    overflow-y: auto;
}

.superadmin_table_style
{
    /*border-radius:   14px;*/
    text-align:      left;
    position:        relative;
    /*overflow:        hidden;*/
    border-collapse: separate !important;
}

.th_superadmin_style_sticky
{
    background-color: white !important;
    position:         sticky !important;
    position:         -webkit-sticky !important;
    top:              -1px !important;
    z-index:          1;
}

.noselect_border_bottom
{
    border-top: 0 !important;
}

.noselect_border_bottom_empty
{
    border-bottom: 1px solid transparent !important;
    border-top:    0 !important;
}

.next_table
{
    padding: 0 !important;
}

.search_style_superadmin
{
    border-radius: 21px !important;
    height:        35px !important;
}

.search_div_superadmin_margin
{
    margin-left:  10px !important;
    margin-right: 10px !important;
}

#filefolder_tbody
{
    border: 0 !important;
}

.label_for_search
{
    display:     inline-block;
    font-weight: bold;
}

.container_check_babylon
{
    position:            relative;
    padding-left:        33px;
    margin-top:          10px;
    margin-left:         15px;
    margin-bottom:       0 !important;
    font-size:           14px;
    font-family:         calibri, serif !important;
    line-height:         26px;
    -webkit-user-select: none;
    -moz-user-select:    none;
    -ms-user-select:     none;
    user-select:         none;
}

.container_check_babylon_history_bill
{
    position:            relative;
    padding-left:        33px;
    margin-top:          -2px;
    margin-right:        45px;
    margin-bottom:       0 !important;
    font-size:           14px;
    font-family:         calibri, serif !important;
    line-height:         26px;
    -webkit-user-select: none;
    -moz-user-select:    none;
    -ms-user-select:     none;
    user-select:         none;
}

.container_check_babylon input, .container_check_babylon_history_bill input
{
    position: absolute;
    opacity:  0;
    cursor:   pointer;
    height:   0;
    width:    0;
}

.checkmark_check_babylon
{
    position: absolute;
    top:      0;
    left:     0;
    height:   25px;
    width:    25px;
}

.container_check_babylon:hover input ~ .checkmark_check_babylon, .container_check_babylon_history_bill:hover input ~ .checkmark_check_babylon
{
    cursor: pointer;
}

.container_check_babylon:hover, .container_check_babylon_history_bill:hover
{
    cursor: pointer;
}

.checkmark_check_babylon:after, .container_check_babylon_history_bill:after
{
    content:  "";
    position: absolute;
    display:  none;
}

.container_check_babylon input:checked ~ .checkmark_check_babylon:after, .container_check_babylon_history_bill input:checked ~ .checkmark_check_babylon:after
{
    display: block;
}

.container_check_babylon .checkmark_check_babylon:after, .container_check_babylon_history_bill .checkmark_check_babylon:after
{
    left:              10px;
    top:               6px;
    width:             5px;
    height:            10px;
    border:            solid;
    border-width:      0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform:     rotate(45deg);
    transform:         rotate(45deg);
}

.table_babylon th
{
    text-align: center;
    border:     0 !important;
}

.table_babylon
{
    text-align: center;
}

.table_babylon td
{
    border:           0 !important;
    white-space:      pre;
    background-color: white !important;

}

.monthdate
{
    vertical-align: center !important;
}

.historyCalendar, ::-webkit-calendar-picker-indicator
{
    height:       19px;
    padding-left: 2px;
}

.historyCalendar
{
    vertical-align: top;
    line-height:    1.42857143 !important;
    width:          120px;
    align-content:  end;
    margin-left:    39px;
}

.monthdate
{
    background-color: white !important;
}

.modal_table_overflow
{
    max-height: 400px;
    overflow:   auto;
}

.first_border_row
{
    border-top: 1px solid #E9ECEF;
}

.heart
{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition:    all 0.2s ease-in-out;
    transition:         all 0.2s linear;
}

.heart_selected
{
    color:   red !important;
    opacity: 1 !important;
}

.superadmin_subtabletd_services_style
{
    border-top: 0 !important;
}

.group_history_bills_title
{
    background-color: #D9E5BB !important;
}

.navbar_goto_button_div
{
    display:       inline-block;
    float:         right;
    padding:       27px 9px 0;
    margin-right:  -14px !important;
    padding-right: 0 !important;
}

.navbar_goto_button
{
    border-radius: 58px !important;
    height:        35px;
    width:         67px;
}

.browseIcon
{
    width:  22px;
    height: 22px;
}

.inherit-100
{
    width: inherit;
    height: 100%;
}

@media screen and (max-width: 700px), screen and (max-height: 510px)
{
    .downloadmanager
    {
        bottom:     -57px;
        left:       10px;
        width:      395px;
        max-height: 145px;
    }
}

@media screen and (max-height: 720px), screen and (max-width: 720px)
{
    .navbar_goto_button_div
    {
        padding: 20px 9px 0;
    }
}

@media screen and (max-height: 720px)
{
    .superadmin_table_margin_top
    {
        height: calc(100% - 27px);
    }

    .superadmin_table_margin_top_billsmanager
    {
        height: calc(100% - 85px);
    }
}