/* CSS Document */
HTML, BODY
{
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Martel-Regular, sans-serif;
    font-size: 13px;
    color: #000000;
    cursor: default;
}

TABLE
{
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.00em;
    text-align: center;
}

TH, TD
{
    padding: 0;
    vertical-align: middle;
}

P
{
    margin: 0;
}

A:link
{
    text-decoration: none;
    font-weight: normal;
    color: #006699;
}

A:hover
{
    text-decoration: underline;
    font-weight: normal;
    color: #006699;
}

A:visited
{
    text-decoration: none;
    font-weight: normal;
    color: #006699;
}

A:active
{
    text-decoration: none;
    font-weight: normal;
    color: #006699;
}

IMG
{
    border-style: none;
}

I.material-icons, I.fas, I.fa
{
    font-size: 18px;
    color: #666666;
}

I.fa
{
    padding-right: 5px;
}

/* CSS Document advanced */
.content {
  position: relative;
  z-index: 1;
}

.back_panel
{
    padding: 0 0 12px;
}

.separation_line
{
    font-size: 0.65em;
}

.group_description, .statistics_panel, .specification, .info_description, .location_specification
{
    color: #666666;
}

.location_specification
{
    font-size: 0.85em;
}

.statistics_panel, .back_panel
{
    font-size: 0.90em;
}

.statistics_number
{
    color: #990000;
    font-weight: bold;
}

.partition
{
    color: #c8c8c8;
}

.td_overview_of_departments, .td_overview_of_dates, .td_notification
{
    padding: 3px 2px;
    vertical-align: top;
}

.td_overview_of_dates
{
    font-size: 0.95em;
}

.box_current_activity, .box_current_deactivity, .box_previous_activity, .box_onlydatefrom_activity, .box_passive_notification, .box_passive_date, .box_title_detail, .passive_warning_panel, .box_warning_notification
{
    border-style: solid;
    border-width: 1px;
    border-color: #ccffcc;
    background-color: #ccffcc;
    border-radius: 3px;
    padding: 1px 6px 0;
    display: inline-block;
}

.box_current_activity, .box_current_deactivity, .box_previous_activity, .box_onlydatefrom_activity, .box_passive_date
{
    width: 95px;
}

.box_title_detail
{
    border-color: #efefef;
    background-color: #efefef;
}

.box_title_section
{
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    border-radius: 3px;
    padding: 1px 6px 0;
    display: inline-block;
}

.box_previous_activity, .box_onlydatefrom_activity, .box_passive_notification
{
    border-color: #dbdbdb;
    background-color: #dbdbdb;
}

.box_onlydatefrom_activity
{
    background-color: transparent;
}

.box_passive_date
{
    border-color: #e6e6fa;
    background-color: #e6e6fa;
}

.box_current_deactivity
{
    border-color: #ffcccc;
    background-color: #ffcccc;
}


/* docasne style-s 'passive_warning_panel', 'box_warning_notification' */

.passive_warning_panel
{
    border-color: #ffcccc;
    background-color: #ffcccc;
    padding: 8px 12px 6px;
    display: block;
    font-size: 16px;
}

.box_warning_notification
{
    border-color: #ff9900;
    background-color: #ffcc00;
}
