.bd-blue-100 {
    background-color: #cfe2ff !important;
}

.bd-blue-200 {
    background-color: #9ec5fe !important;
}

.bd-blue-300 {
    background-color: #6ea8fe !important;
}

.bd-blue-400 {
    background-color: #3d8bfd !important;
}

.bd-blue-500 {
    background-color: #0d6efd !important;
}

.bd-blue-600 {
    background-color: #0a58ca !important;
}

.bd-blue-700 {
    background-color: #084298 !important;
}

.bd-blue-800 {
    background-color: #052c65 !important;
}

.bd-blue-900 {
    background-color: #031633 !important;
}
.container-fluid.bg-info {
    margin-top: 70px;
    margin-left: 260px;
    transition: ease-out 0.3s;
    width: 86%;
}
.w-120{
    width: 120px;
}
#yearToDateClaimsChart path:first-child, 
#monthToDateChart path:first-child, 
#yearToDateChart path:first-child, 
#monthToDateClaimChart path:first-child,
#yearToDateClaimChart path:first-child{
    fill: #027BFF;
}
span.imageuploadify-message {
    display: none !important;
}
i.bx.bxs-cloud-upload {
    display: none;
}
.imageuploadify {
    min-height: auto;
    border: 0;
}
.imageuploadify .imageuploadify-images-list .imageuploadify-container {
    width: 70px;
    height: 70px;
    margin-top: .5rem;
}
.imageuploadify .imageuploadify-images-list button.btn-default {
    margin: 0;
    border-radius: .5em;
}
.btn-custom {
    background-color: #002e5b; /* Navy blue color */
    color: white;
  }
  .btn-custom:hover {
    background-color: #001f40;
    color: white;
  }
  .table th, .table td {
    vertical-align: middle;
    text-align: center;
  }
label.col-form-label {
    color: #000;    
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #02c27a;
}
#member-sheet td:nth-child(even),#member-sheet th:nth-child(even) {
    background-color: #eedad6;
  }
  
#member-sheet td.purple-cell {
    background: #8080FF;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    #dash-button,.logo-icon img,#hide-top-bar{
        display: none;
    }
    main#main-wrapper{
        width: 100%;
    }
  
}
@media screen and (min-width: 1199px) {
    .sidebar-wrapper,.btn-toggle{
        display: none;
        width: 0;
    }
    .toggled .top-header .navbar,.toggled .page-footer{
        left: 0;
    }
    .toggled .main-wrapper{
        margin-left: 0;
    }
    .logo-icon img{
        width: 50px;
    }
    
    
}