@charset "utf-8";
/*
FILE: CSS exclusively for COVID-19 Offender Info file.
BY: Wendy Skains-McLeod, TDCJ Web Services
DATE: March 30, 2020
UPDATED: April 7, 2020
*/

.total {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 3px;
    border-bottom: 5px;
    border-bottom-style: solid;
}

.total_employee {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    /*margin-bottom: 3px;*/
    border-bottom: 5px;
    border-bottom-style: solid;
}

.total_lockdown {
    font-size: 16px;
    font-weight: bold;
    /*text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 3px;
    border-bottom: 5px;
    border-bottom-style: solid;*/
}

table.offender {
    width:100%;
    border-collapse: collapse;
}

table.employee {
    width:100%;
    margin-top: 3px;
    border-collapse: collapse;
}

.div_for_table {
    padding: 0px 5px 5px 5px;
}

.div_panel {
    margin: 0px 11px 5px 0px;
    height: auto;
    width: 128px; 
    float: left;
    border-style: solid;
    border-width: 10px;
}

.div_panel_lockdown {
    margin: 0px 11px 5px 0px;
    height: auto;
    width: auto; 
    float: left;
    border-style: solid;
    border-width: 10px;
}

.div_box {
    margin: 0px 11px 5px 0px;
    height: auto;
    width: 95%; 
    float: left;
    border-style: solid;
    border-width: 10px;
}



.pending {border-color: #ccdeec; }
.negative {border-color: #9ac8ec;}
.positive {border-color: #679dcc;}
.med_res {border-color: #ffcc00;}
.med_iso {border-color: #ff9600;}
.lockdown {border-color: #679dcc; margin-left: 10px;}
.blue_border {border-color: #679dcc; margin-left: 10px;}


/* make IE play nice with SVG graphic */
.svg-flex-inner {
  position: relative;
  padding-top: 45%;
}

.svg-flex svg {
  position: absolute;
  margin-top: -45%;
  width: 100%;
  height: 100%;
}

.background_yellow {
    background-color: #FFF9A5;
}

.div_container_employee {
    width: auto;
    height: auto;
    margin-bottom: -14px;
}

.dashboard_button {
    background-color: #002859;
    width: 200px;
    height: 40px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    align-content: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    font-size: 18px;
    text-transform: capitalize;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 40px;
}
