﻿.section_ClaimsList .claims-request-details.in
{
    border: 1px solid Black;
    box-shadow: rgba(0,0,0,0.3) .2em .2em;
    padding: 1em;
}
.section_ClaimsList .claims-request-line:nth-child(2n)
{
    background-color: #f0f0f0;
}
.section_ClaimsList .row.claims-request-line.in
{
    background-color: lightyellow;
    font-weight: bold;
}
.section_ClaimsList .product-header
{
    background-color: #f0f0f0;
    padding: .3em;
}
.section_ClaimsList table
{
    margin-top: .5em;
    border: 1px solid #808080;
}
.section_ClaimsList thead
{
    background-color: #808080;
    color: white;
}
.section_ClaimsList td, th
{
    padding: .4em;
}
.section_ClaimsRegister .step.active
{
    background-color: lightyellow;
}
.section_ClaimsRegister .step-container table th td
{
    padding: .2em;
}
.section_ClaimsRegister .step-container table tr:nth-child(even)
{
    background-color: #f0f0f0;
}
.section_ClaimsRegister .step-container[data-step-current='ClaimInfo'] .item
{
    padding: .5em;
}
.section_ClaimsRegister .step-container[data-step-current='ClaimInfo'] .item:nth-child(even)
{
    background-color: #f0f0f0;
}
.section_ClaimsRegister .step-container .invalid
{
    border: 2px solid Red;
}
.section_ClaimsRegister .step-container *[data-invalidfield-descriptor-for]
{
    color: red;
    font-weight: bold;
}

.section_ClaimsRegister .step-nav .btn-nav.is-disabled
{
    display:none;
}

.section_ClaimsList .claim-col, .section_ClaimsRegister .claim-col 
{
    padding: 10px;
    border-collapse: collapse;
    border-right: 1px solid #aaa;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100px;
    width: 15%;
    font-size: 12px
}

.section_ClaimsList .claim-col:last-child, .section_ClaimsRegister .claim-col:last-child 
{
    border-right: none
}

.section_ClaimsList .claim-col.status, .section_ClaimsRegister .claim-col.status 
{
    width: 20%;
    min-width: 150px
}

.section_ClaimsList .claim-col.tab, .section_ClaimsRegister .claim-col.tab 
{
    min-width: 50px;
    width: 5%
}

.section_ClaimsList .claim-col.tab a, .section_ClaimsRegister .claim-col.tab a 
{
    text-align: center;
    width: 100%;
    padding: 15px 5px
}

.section_ClaimsList .claim-col.tab a img, .section_ClaimsRegister .claim-col.tab a img
{
    display: block;
    margin: 0 auto;
    width: 12px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .4s ease;
}

.table-wrapper
{
    width: 100%;
    overflow: auto;
    overflow-y: visible;
    padding: 0;
}

.claims-container
{
    position: relative;
}

.claims-table
{
    max-width: 98%;
}

.section_ClaimsList .row.claims-request-list-header, .section_ClaimsRegister .row.claims-request-list-header
{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.claims-request-list-header
{
    font-weight: bolder;
    border-bottom: 1px solid black;
}

.section_ClaimsRegister .claim-col
{
    border: none;
}

.section_ClaimsList .row.claims-request-line, .section_ClaimsRegister .row.claims-request-line
{
    display: flex;
}

.section_ClaimsList .claim-col.tab, .section_ClaimsRegister .claim-col.tab
{
    min-width: 50px;
    width: 5%;
}

.section_ClaimsList .claim-col, .section_ClaimsRegister .claim-col
{
    border-collapse: collapse;
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    width: 15%;
    font-size: 12px;
}