
.ltblue_bar {
	background-color: #1a263c;
    color: #fff;
	font-family:"Barlow Semi Condensed", sans-serif;
    font-weight: 600;
	font-size:22px;
	text-transform:uppercase;
    text-align: center;	
}

.panel-body-ltblue_bar {
    padding: 15px;
    padding-right: 15px;
}

.package-content-static {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding: 10px;
}

.package-container-static {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.package-content-static-or {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 180px;
    padding: 10px;
    font-weight: bold;
    padding-top: 20px;
}

.rcorners-blue {
    border-radius: 25px;
    border: 2px solid #06d;
    padding: 20px;
    width: 200px;
    height: 120px;
    box-shadow: inset 1px 1px 5px 2px rgba(0,0,0,0.4);
}

.rcorners-none {
    border-radius: 25px;
    border: 2px solid #ffff;
    padding: 20px;
    width: 200px;
    height: 120px;
}

.table-db-marketing {
	vertical-align: middle !important;
    text-align: center !important;
    border: 2px solid #ffff;
}

.tr-light-grey {
	background-color: rgba(227, 227, 227, 1);
}

.tr-dark-grey {
	background-color: rgba(200, 200, 200, 1);
}

.tr-selected {
	background-color: rgba(147, 204, 245, 1) !important;
}

.white-bordered {
	vertical-align: middle !important;
	border: 2px solid #ffff;
}
