
table thead {
    border: none !important;
}
table thead th {
    border-right: 1px solid #ecf0f1 !important;
    padding: 6px !important;
    text-align: center !important;
    background-color: #154360 !important;
    color: #fff !important;
}

table thead th:last-child {
    border-right: none !important;
}


table tbody tr td {
    border: 1px solid #ecf0f1 !important;
    padding: 6px !important;
}

table tbody tr td:first-child {
    border-left: 2px solid red;
}

.custom_styling {
    border: 1px solid #154360 !important;
    border-left: 2px solid #154360 !important;
    border-top: none !important;
}

/* Add "animated-icon" class to the icon */
.animated-icon {
    transition: transform 0.2s ease-in-out;
}

.animated-icon.fa-plus {
    transform: rotate(0deg);
}

.animated-icon.fa-minus {
    transform: rotate(0deg);
}
.line-break {
    border-bottom: 1px solid lightgray;
    margin-top: 2px;
}
button.submit_btn:hover{
    background-color:#f79800 !important;
}

#expandAllBtn:focus, #collapseAllBtn:focus {

    border: inherit !important;
    outline: 0 !important;
    box-shadow: none !important;

}

/* #accordion .collapse {
            transition: 10s linear;
        } */