﻿.outage_map #outage_table {
    /* min-height: 120px;
    max-height: 150px;
    overflow-y: auto;
    overflow-x: auto; */
    margin-top: 0px;
    margin-bottom: 10px;
	padding-bottom: 10px;
}

.outage_map #outage_table img {
    padding-right: 5px;
    float:left;
}

.outage_map .table_header
{
    vertical-align: top;
    line-height:32px;
    float:left;
    padding-left: 5px;
}

.outage_map #outage_table A:link {
    color:#3475ce;
    text-decoration: none;
}

.outage_map #outage_table A:visited {
    color:#3475ce;
    text-decoration: none;
}

.outage_map #outage_table A:active {
    color:#3475ce;
    text-decoration: none;
}

.outage_map #outage_table A:hover {
    color:#3475ce;
    text-decoration: underline;
}

.outage_map #outage_table table {
    border-spacing: 0px;
    width: 100%;
}

.outage_map #outage_table tr:first-of-type th:first-of-type,
.outage_map #outage_table tr:first-of-type th:last-of-type {
    text-align: left;
    vertical-align: bottom;
}

.outage_map .visible {
    display: table-row !important;
}
        
.outage_map .area_link {
    color: #000000;
    cursor:pointer;
}

.outage_map .outage_table .sub_area div, 
.outage_map .outage_table .sub_area span {
    width:95px; 
    /*overflow:hidden;*/
    white-space: pre;           
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.outage_map .outage_table .table-fold-icon {
    width: 24px;
    height: 24px;
    flex: 0 1 28px;
    color: #004F83;
}

.outage_map .outage_table .totals_row {
    padding-top: 1em;
}

.outage_map .outage_table td div {
    line-height: 26px;
}

.outage_map .box_sizing {
    -moz-box-sizing:    border-box;
    -webkit-box-sizing: border-box;
    box-sizing:        border-box;
}



.outage_table .td-flex {
    display: flex;
    align-items: center;
}

.outage_table .td-flex > * {
    flex: 1;
}

/* .outage_table .td-flex > .more_button,
.outage_table .td-flex > .less_button {
    flex: 0 1 28px;
} */

.outage_table .table {
    table-layout: fixed;
}

.outage_table .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.outage_table .wordbreak {
    word-break: break-word;
}

.outage_table .th-flex-column {
    display: flex;
    flex-direction: column;
}

.outage_table td,
.outage_table th {
    padding: 0 0.5rem;
    margin: 0;
}

.outage_table .th-font-small {
    font-size: 12px;
    font-weight: 400;
}

.outage_table tr {
    background-color: #FFFFFF;
    background: #FFFFFF;
}

.outage_table .hide-icon {
    display: none;
}
