.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #FF5E00;
}

.btn-primary{
    background-color: #245c91 !important;
}

#ClaimsTable thead tr {
    background-color: #023260 !important;
}

.af-warning{
    display:none !important;
}

/* OT360 Reports Shared Token CSS - BLOCK START */

 .dt-search {
        display: none;
    }

    .report-header-footer {
        background-color: #30568f;  /* OT360 Blue */
        color: white;
    }

    .btn-Excel{
        background-color: #008000 !important;
        color: white !important;
    }

.report-renderer-module-Report-name{
    margin-top: 0px !important;
    font-weight: bold !important;
}
#DataTables_Table_0_wrapper table tr th span{
	font-size:11px;
}
#DataTables_Table_0_wrapper table tbody tr td{
	font-size:11px;
    text-transform: capitalize !important;
}
.dt-scroll-footInner table tr td span{
	font-size:11px;
}
/* OT360 Reports Shared Token CSS - BLOCK END */






