﻿.Table_Coverages {
    background: transparent;
    border: 0;
    border-spacing: 0;
    color: #4d4d4d;
    empty-cells: show;
    margin: 0;
    padding: 0;  
    table-layout: fixed;
    width: 100%;
}
    
.Table_Coverages .Table_Header,
.Table_Coverages .Table_Footer {
    background: transparent;
    color: #002664;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 10px;
    text-align:left;
    vertical-align: middle;
}

.Table_Coverages thead tr:last-child .Table_Header {
    border-bottom: 1px solid #002664;
}

.Table_Coverages .Table_Header.Option,
.Table_Coverages .Table_Footer.Option,
.Table_Coverages .Table_Row.Option {
    background-color: #F2F2F2;
    text-align: right;
}

.Table_Coverages .Table_Header.Option,
.Table_Coverages .Table_Footer.Option {
    font-size: 18px;
    font-weight: 700;
}    

.Table_Coverages thead tr:first-child .Table_Header.Option.First {
    border-top-left-radius: 10px;
}

.Table_Coverages tfoot tr:first-child .Table_Footer.Option.First {
    border-bottom-left-radius: 10px;
}

.Table_Coverages .Table_Header.Option:not(:last-child),
.Table_Coverages .Table_Footer.Option:not(:last-child),
.Table_Coverages .Table_Row.Option:not(:last-child) {
    border-right: 1px dotted #002664;
}

.Table_Coverages thead tr:last-child .Table_Header.Option:last-child {
    border-top-right-radius: 10px;
}

.Table_Coverages tfoot tr:last-child .Table_Footer.Option:last-child {
    border-bottom-right-radius: 10px;
}

.Table_Coverages tfoot tr:not(:first-child) .Table_Footer.Option {
 border-top: 1px solid #c2c2c2;
}

.Table_Coverages tbody tr td {
    border-bottom: 1px solid #c2c2c2;
    padding: 5px 10px;
}

.Table_Coverages .Table_Header.AlignCenter,
.Table_Coverages .Table_Footer.AlignCenter,
.Table_Coverages .Table_Row.AlignCenter {
    text-align: center;
}

.Table_Coverages .Table_Header.AlignRight,
.Table_Coverages .Table_Footer.AlignRight,
.Table_Coverages .Table_Row.AlignRight {
    text-align: right;
}

.Table_Coverages .Table_Header.AlignLeft,
.Table_Coverages .Table_Footer.AlignLeft,
.Table_Coverages .Table_Row.AlignLeft {
    text-align: left;
}

/**** RESPONSIVE ****/
.Table_Coverages.Table_Generated .Table_Row.Option {
    text-align: left;
}

.Table_Coverages.Table_Generated thead tr:first-child .Table_Header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 20px;
}

.Table_Coverages.Table_Generated .Table_Header {
    line-height: 30px;
}

.Table_Coverages.Table_Generated .Table_Header.Option {
    text-align: center;
}


.Table_Generated thead th::after {
    text-align: center;
    content: attr(data-label);
    display: block;
    margin-top: 15px;
    font-size: .8em;
}

.Table_Generated tfoot th::before {
    text-align: right;
    content: attr(data-label);
    display: block;
    margin-top: 15px;
    font-size: .8em;
}

.Table_Generated td::before {
    font-weight: 700;
    text-align: left;
    content: attr(data-label);
    display: block;
    margin-bottom: 15px;
    font-size: 1em;
}
  
.Table_Generated td:not(.Option) {
    display: none;
}

.Group_Table_Coverages .Table_Generated:not(last-child) {
    margin-bottom: 20px;
}