.rounded-14 { border-radius: 14px; }
.rounded-12 { border-radius: 12px; }
.rounded-10 { border-radius: 10px; }
.rounded-8 { border-radius: 8px; }
.rounded-6 { border-radius: 6px; }
.rounded-b-0 { border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; }
.rounded-t-0 { border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; }

.stick { display:inline-block; border-radius: 14px; padding: .25rem 10%; }
.stick.stick-sm { padding: .15rem 1rem; line-height: 1.3; }
.stick.stick-outline { border: 1px solid #ccc; }
.stick.stick-outline.stick-blue { border-color: #8db0f9 !important;}

.bg-light-blue { background: #e4edff !important;}
.bg-light-blue.border { border-color: #c8daff !important;}
.bg-light-yellow { background: #fff9e6 !important;}
.bg-light-blue.border { border-color: #ecdfba !important;}

.bd { border: 1px solid #ccc;}
.bdb { border-bottom: 1px solid #ccc;}
.bdt { border-top: 1px solid #ccc;}
.bdb.bd-dark, .bd.bd-dark { border-color: #333;}
.bdb.bd-light-blue, .bd.bd-light-blue { border-color: #bdd1f9;}
.bdb.bd-light-yellow, .bd.bd-light-yellow { border-color: #ecdfba;}
.nobd { border:none !important; }
.nobdb { border-bottom:none !important; }
.nobdt { border-top:none !important; }

.field { display:inline-block; }
.value { display:inline-block; font-weight: 700; }

tr.clicked, .table-clicked tr.clicked td, .table-clicked tr.clicked th { background-color:#ffc107 !important; }
tr.clicked:hover, .table-clicked tr.clicked:hover td, .table-clicked tr.clicked:hover th { background-color:#e0ab0c !important; }


/* @ Media Queries */
.toggle-desktop { display: block; }
.toggle-mobile { display: none; }

@media (max-width: 575px) {  
	.toggle-mobile { display:block; }
	.toggle-desktop { display: none; }
}
@media (max-width: 380px) {  

}