footer.border-top.footer.text-muted.bg-white {
    background: #e3e4e5 !important;
}
a {
    color: #1ca9e1;
}
.btn-primary {
    color: #fff;
    background-color: #1ca9e1;
    border-color: #1ca9e1;
}
.btn-link {
    color: #1ca9e1;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #1ca9e1;
    border-color: #1ca9e1;
}
.page-link {
    color: #1ca9e1;   
}
span.badge.bg-primary {
    background-color: #1ca9e1 !important;
}
body.bg-light {
    BACKGROUND: #FFF !important;
}
.form-control-yellow {
    background-color: #e5f8ff !important;
}
select.form-control-yellow {
 background-color: #fff !important;
}
.btn-warning {
    background-color: #1ca9e1;
    border-color: #1ca9e1;
}
.border-secondary {
    border-color: #d7d7d7 !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0694cc;
    border-color: #0694cc;
}
.badge {   
    font-size: .55em;  
}
.btn-group-sm>.btn, .btn-sm {
    padding: .40rem .8rem;
    font-size: .875rem;
    border-radius: .8rem;
}
.table>thead {   
    background: #eff2f5;
    border-radius: 64px !important;
}
.table>thead th:first-child {
    padding-left: 13px;
}
table.table th {
    padding: 10px 20px;
}
.table>thead th:first-child {
    padding-left: 13px;
    border-top-left-radius: 9px !important;
    border-bottom-left-radius: 9px !important;
}
 .table>thead th:last-child {
    padding-left: 13px;
    border-top-right-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
}
.table>thead th {
    border: none;
}
.table-sm>:not(caption)>*>* {
    padding: .50rem .90rem;
}

.badge.bg-secondary.rounded-0.p-2 {
    background: transparent !important;
    color: #002e5b;
    font-size: 18px;
    text-align: left;
}
.col-sm-12.col-md-3  .border.border-secondary.rounded.d-flex.flex-column {
    border: none !important;
}
.col-sm-12.col-md-9 .rounded.border.border-secondary.text-center.p-2.col-3.d-flex.flex-column.m-2 {
    border: 1px solid #d7d7d7 !important;
    padding: 27px !important;
    text-align: left !important;
    border-radius: 24px !important;
}
.col-sm-12.col-md-9 h1.col-9 {
    padding-left: 15px;
}

.col-sm-12.col-md-9 span.badge {
    color: #002e5b;
    font-size: 1.5em;
    text-align: left;
    padding-left: .0;
    font-weight: bold;
}
.col-sm-12.col-md-9 span.badge.bg-secondary {
    background: transparent !important;
  
}

.col-sm-12.col-md-9 span.badge.bg-success {   
    background: transparent !important;
    color: rgb(25 135 84);
}
.col-sm-12.col-md-3 {
    border-right: 1px solid #d7d7d7 ;
}
.col-sm-12.col-md-9 h1.col-9 {
    font-size: 1.6em;
    margin-top: 22px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #4a4a4a;
}
.col-sm-12.col-md-9 h5 {
    font-size: 1rem !important;
    font-weight: 700;
    color: #878686;
}
.rounded.border.border-secondary.text-center.p-2.col-3.d-flex.flex-column.m-2 a:hover {background:#4f4848; color:#f1f1f1;}
.rounded.border.border-secondary.text-center.p-2.col-3.d-flex.flex-column.m-2 a {
    background: #f1f1f1;
    padding: 7px 17px;
    color: #4f4848;
    font-weight: bold;
    flex-direction: row;
    width: 93px !important;
    margin-top: 9px;
    border-radius: 20px;
}
h1 {
   font-size: 1.6em;
    font-weight: bold;
    color: #4a4a4a;
}
header.bg-white {
    box-shadow: 0 0 10px #ccc;
}

@media (min-width:767px){
	.col-sm-12.col-md-9 .rounded.border.border-secondary.text-center.p-2.col-3.d-flex.flex-column.m-2 {   
    width: 48%;
}
	.col-sm-12.col-md-9  .d-flex.flex-row.justify-content-evenly.align-items-stretch.flex-wrap {
    justify-content: inherit !important;
    padding-left: 30px;
}
}