﻿html .bg-dark {
    background-color: #404a4d !important;
}

html .bg-primary {
    background-color: #78c0cc !important;
}

html .btn-primary, .page-item.active .page-link {
    background-color: #0090ad !important;
    border-color: #0090ad !important;
}

html .text-primary, html .page-link {
    color: #2a6982 !important;
}

.page-item.active .page-link {
    color: #fff !important;
}

html .nav-tabs .nav-link {
    background-color: #0090ad !important;
    color: #f8f9fa !important;
    border-color: #78c0cc !important;
    border-bottom: 1px solid;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 0px;
}

html .nav-tabs .nav-link.active {
    color: #2a6982 !important;
    background-color: #f8f9fa !important;
    border-color: #f8f9fa !important;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 0px 8px;
    margin-top: -10px;
    border-bottom: 10px solid #f8f9fa;
}

.nav-tabs {
    border-bottom: 0px solid;
}

.searchbox {
    width: calc(100% + +6rem);
    margin-left: -3rem;
    padding: 1rem 3rem;
    background-color: #fcfadd;
}


td {
    padding-top: 8px !important;
    padding-bottom: 6px !important;
    background-color: white !important;
}

html .tdamount {
    padding-right:20px!important;
}

.dataTables_wrapper .row:first-of-type {
    display:none;
}

.datatable tbody tr {
    
    font-size: 16px;
    font-family: 'Yantramanav';
}

.datatable tbody td {
    border-right: 1px solid #e9e5e5;
}

.badge {
   font-size:13px;
   width:80%;
   margin-left:10%;
}

.datatable tbody tr td:first-of-type {
    border-left: 1px solid #e9e5e5;
}


.upload {
    margin-top: 30px;
    color: transparent;
    width: 160px;
}

.landing .card-header {
    padding: 10px;
    font-weight: 600;
}

.excel {
    color: #0090ad;
    text-decoration: none;
}

.thinMargin  {
    padding: 0px !important;
}

.bg-custom_1 {
    background-color: chocolate;
}

.bg-custom_2 {
    background-color: blue;
}

.bg-custom_3 {
    background-color: #07adaf;
}

.graphics .card {
    margin-bottom: 15px;
}

.card-daily {
    height: 360px !important;
}

.dt-search, .hidden {
    display: none;
}

#clear_filters {
    float: right;
}

.vtabs .nav-pills {
    min-width: 240px !important;
    max-width: 240px !important;
    margin-right: 40px !important;
}

.vtabs .nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #008daa;
    background: #e9e9e9 !important;
}

.vtabs .nav-link.active {
    color: #fff;
    background-color: #0090ad !important;
}

.remarks_ellipsis {
    max-width: 240px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-end .dt-column-title {
    margin-right: 8px;
}

tbody td {
    text-transform:uppercase;
    font-size: 15.5px;
}

table.table.datatable {
    width: 100% !important;
}