body {
    font-family: 'Lato', sans-serif;
}

.container.demo {
    padding-top: 50px;
}
a:hover {
    text-decoration: none;
}
.panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default>.panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #D4DEE1;
        border-color: #D4DEE1;
    }

    .panel-title {
        font-size: 14px;
    }

    .title-acord {
        font-size: 15px;
        font-family: 'Lato', sans-serif !important;
        font-weight: 700 !important;
    }
    
    .panel-title a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
    .panel-title a i {
        transform: rotate(0deg);
        font-size: 20px;
        transition: .8s ease;
        color: #767676;
    }
    .panel-title a.collapsed i {
        transform: rotate(-90deg);
        font-size: 20px;
        transition: .8s ease;
    }
    .more-less {
        float: right;
        color: #212121;
    }
    .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border-top-color: #EEEEEE;
    }
    
    .common-table {
        border-collapse: initial;
        border: 1px solid #e1e1e1;
        margin-bottom: 0;
    }

    .common-table td {
        font-size: 13px;
        font-weight: 500;
        border-left: 1px solid #e1e1e1;
    }

    .common-table th {
        font-size: 13px;
    }

    .content-more {
        width: 100%;
    }
    .content-more a.read-more {
        background: #d2eeff;
        text-align: center;
        padding: 7px;
        margin-bottom: 20px;
        font-weight: 400;
        display: block;
        width: 100%;
    }

    .accordion-button {
        background: #D4DEE1 !important;
        color: #333;
        width: 100%;
        text-align: left;
        border: none;
        margin: 0px;
        min-height: 42px;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-icon {
        display: inline;
        width: 30px;
        margin-right: 20px;
    }

    .accordion-button {
        border-bottom: 2px solid #fff;
        background: #D4DEE1;
        padding: 0px 15px 0px 15px;
    }

    .claims-Data-table td {
        text-align: left !important;
        padding: 15px;
    }

    h2.accordion-header {
        margin: 0px !important;
        font-size: 14px;
    }

    .total-claims {
        padding: 0 0 15px;
        display: block;
    }

    .down-arrow {
        background: url(images/down-arrow.svg) no-repeat;
        display: inline;
        float: right;
        width: 30px;
        height: 30px;
        float: right;
        position: relative;
        top: -35px;
        right: 5px;
    }
    .items-table {
        padding: 5px 0 0;
    }
    .single-box {
        background-color: #f4f4f4;
        padding: 10px;
        margin-top: 15px;
    }
    .items-table h5 {
        margin-top: 0;
        font-weight: 600;
        font-size: 15px;
    }
    .mob{display: none;}
    .table>thead>tr>th {border-bottom: 0;}
    [type="date"] {
        border: 1px solid #E1DFE5;
        padding: 5px;
        float: right;
    }
    .date-sec {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .btn-filter {
        background-color: #1293fb;
        border-radius: 3px;
        font-size: 13px;
        height: 35px;
        padding: 8px 10px;
        color: #fff;
    }
    a.btn-filter:hover {
        background: #50adf7;
        color: #fff;
    }
    select.form-control {
        width: 200px;
    }



    @media(max-width:768px){
        .mob {
            display: block;
        }
        .desk {
            display: none;
        }
    }   