    .DataRow.Header
{
    font-weight: bold;
    border-bottom: 2px solid #000;
}


.Green
{
    color: #035701;
}


.Red
{
    color: #570101;
}


.DataSpan
{
    display:none;
}

.DataTable.Count .DataSpan.Count
{
    display:block;
}

.DataTable.Renevue .DataSpan.Renevue
{
    display:block;
}

.DataTable.Visits .DataSpan.Visits
{
    display:block;
}

.DataTable.CTR .DataSpan.CTR
{
    display:block;
}

.DataTable.CPC .DataSpan.CPC
{
    display:block;
}

.DataTable.HideMarks i.fas 
{
    display: none;
}


/*** Custom CSS ***/
.main-logo {
    mix-blend-mode: multiply;
}
.alfix-navi a {
    line-height: 21px;
    font-size: 12px;
}
.row.gap-1 {
    gap: .5rem;
    margin: 0;
}
.row.gap-1 > * {
    padding: 0;
    flex-grow: 1;
    max-width: 100%;
}
.rounded-2 .select2-selection.select2-selection--single,
.rounded-2 ~ .select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple,
.rounded-2 ~ .select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice,
.rounded-2 {
    border-radius: .75rem !important;
}
.rounded-4 {
    border-radius: 1rem;
}
.rounded-t-4 {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.rounded-b-4 {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.bg-white-20 .select2-selection.select2-selection--single,
.bg-white-20 ~ .select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple,
.bg-white-20 ~ .select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice,
.bg-white-20 {
    background-color: rgba(248, 249, 250, .2) !important;
    color: white !important;
    border-color: transparent !important;
}
.bg-white-20 ~ .select2.select2-container.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice {
    font-size: 14px;
}
.bg-white-20::placeholder,
.bg-white-20 ~ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.bg-white-20 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white !important;
    font-size: 14px;
}
.bg-white-20 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent;
}
.font-bold {
    font-weight: bold;
}
.row.DomainRow:hover {
    background-color: #fafafa !important;
}
#l_LoadingIndicator {
    background: url(../img/gear.svg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 4px 0 !important;
}
.contentHeader,
.DomainRow {
    white-space: nowrap;
    flex-wrap: nowrap;
}
.bg-white-20 label[for] {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bg-white-20 label[for] input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.bg-white-20 label[for] .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    border-radius: 5px !important;
    background-color: rgba(248, 249, 250, .2) !important;
}
.bg-white-20 label[for] .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.bg-white-20 label[for] input:checked ~ .checkmark:after {
    display: block;
}
.bg-white-20 label[for] .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bg-white .DataTable {
    font-size: 14px;
}
.bg-white .DataRow.Header {
    font-weight: bold;
    border-bottom: 0px solid #000;
}
.bg-white .table .DataRow.Header td {
    padding: 4px 3px 15px;
    white-space: nowrap;
}
.bg-white .table .DataRow td {
    padding: 4px 3px;
}
.bg-white .table td, 
.bg-white .table th {
    border-top: 0px solid #dee2e6;
}
.bg-white .table-hover tbody tr:hover {
    background-color: #fafafa !important;
    border-radius: .75rem !important;
}
.bg-white .DataRow.Header td:nth-child(n+3),
.bg-white .table .DataRow td .DataSpan {
    text-align: right;
    white-space: nowrap;
}
.bg-white .table .fa, 
.bg-white .table .fas {
    font-size: 10px;
}
.bg-white .table .fa.Red, 
.bg-white .table .fas.Red {
    color: orangered;
}
.bg-white .table .fa.Green, 
.bg-white .table .fas.Green {
    color: limegreen;
}
.alfix-navi .btn-primary.bg-light {
    background-color: rgba(255, 255, 255, 0.35) !important;
}
.alfix-navi .btn-primary.bg-light:hover {
    background-color: rgba(255, 255, 255, 0.40) !important;
}
.alfix-navi .btn-primary.bg-dark {
    background-color: rgba(0, 0, 0, 0.20) !important;
}
.alfix-navi .btn-primary.bg-dark:hover {
    background-color: rgba(0, 0, 0, 0.40) !important;
}
.alfix-navi .custom-select {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23fff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}