body {
    background-color: #eeeeee;
}
.navbar-default {
    background-color: #fff;
}
.navbar-brand {
    padding-top: 7px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
}
/*.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #777;
}*/
/*.navbar-default .navbar-brand {
    color: #383838;
}*/
table {
    border-color: #ddd;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
tr.clickable.event:hover {
    background-color: #f2f2f2;
}
tr.strikeout td a {                     
    text-decoration: line-through;
}
tr.faded td {
    opacity: 0.55;
}
tr.faded:hover td {
    opacity: 1.0;
}

td {
    padding: 10px;
}
.breadcrumb {
    border: 1px solid #f3f3f3;
    background-color: transparent;
}
.alert {
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    font-weight: bold;
}
.progress {
    margin: 0;
}
.progress .capacity {
    font-size: 10px;
    font-weight: bold;
}


.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
}
.dot-success {
    background-color: #5cb85c;
}
.dot-danger {
    background-color: #d9534f;
}
.dot-info {
    background-color: #5bc0de;
}
.dot-primary {
    background-color: #337ab7;
}
.dot-default {
    background-color: #777;
}
.dot-warning {
    background-color: #f0ad4e;
}

.upper {
    text-transform: uppercase;
}
.margin-bottom-1x {
    margin-bottom: 5px;
    display: inline-block;;
}
.margin-bottom-2x {
    margin-bottom: 10px;
    display: inline-block;;
}
.margin-bottom-3x {
    margin-bottom: 15px;
    display: inline-block;;
}

.panel-row-4 {
    height: 240px;
}
.panel-body .body-title,
.panel-body .body-title {
    color: #9a9a9a;
}
.panel-body.stats h6 {
    color: #767676;
}
.panel-body.stats {
    min-height: 120px;
}
.panel-body.stats.tall-2x {
    min-height: 240px;
}
.panel-grey {
    background-color: #f2f2f2;
}
.linkify {
    cursor: pointer;
}
.linkify:hover {
    background-color: var(--clickable-box-hover-color);
}

.room-schedule .table > thead > tr > th, 
.room-schedule .table > tbody > tr > th, 
.room-schedule .table > tfoot > tr > th, 
.room-schedule .table > thead > tr > td, 
.room-schedule .table > tbody > tr > td, 
.room-schedule .table > tfoot > tr > td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.room-schedule .label {
    padding: 6px; 
    font-size: 13px; 
    display: block; 
    color: #fff;
}
.room-schedule th.day {
    
    text-align: center;
    background-color: #ddd;
}
.room-schedule th.time {

    text-align: center;
    background-color: #ddd;
}
.room-schedule tr td.time {

    text-align: center;
    background-color: #f3f3f3;
    font-size: 17px;
    font-weight: bold;
}
.room-schedule tr td.time .end {
    font-size: 12px;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.clickable{
    cursor: pointer;   
}

.panel-stats {
    min-height: 240px;
}
.data-retention .graph-frame {
    background-color: transparent;
    width: 100%;
    border: 2px solid #ddd; 
    overflow: scroll;
    -moz-box-shadow:    inset -20px 0px 18px -15px #000;
    -webkit-box-shadow: inset -20px 0px 18px -15px #000;
    box-shadow: inset -20px 0px 18px -15px #000;
}

.data-engagement .panel-mustard,
.data-engagement .panel-lime,
.data-engagement .panel-green,
.data-engagement .panel-orange,
.data-engagement .panel-red,
.data-engagement .panel-black {
    border-bottom: 4px solid #eeeeee;
}
.data-engagement .panel-mustard {
    border-bottom-color: #d6df21;
}
.data-engagement .panel-lime {
    border-bottom-color: #8dc83e;
}
.data-engagement .panel-green {
    border-bottom-color: #3ab549;
}
.data-engagement .panel-orange {
    border-bottom-color: #f2592b;
}
.data-engagement .panel-red {
    border-bottom-color: #c11e2f;
}
.data-engagement .panel-black {
    border-bottom-color: #333;
}
.data-engagement .progress {
    height: 40px;
    margin: 0px 0px 20px 0px;
    border-radius: 20px;
}
.data-engagement .progress span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
}

.event-view .eventName {
    font-size: 15px;
    padding: 0;
}
.event-view .programName {
    font-size: 24px;
    text-align: center;
}

@media (max-width: 670px) {
    .event-view .icon.time {
        display: none;
    }
}

.org-referral-offer-index .row.cover-bg,
.org-referral-offer-view .row.cover-bg {
    background-image: url('../img/golds.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    position: relative;
    /* This is important for the ::before to work properly */
}
.org-referral-offer-index .row.cover-bg::before {
    content: "";
    /* Essential for the pseudo-element to be generated */
    display: block;
    /* Makes sure it's a block-level element */
    position: absolute;
    /* Takes the pseudo-element out of the normal flow */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* These 4 zero values stretch the pseudo-element to cover the parent completely */
    background-color: rgba(0, 0, 0, 0.3);
    /* Translucent black. The last value, 0.3, sets the opacity to 30% */
    z-index: -1;
    /* Pushes it behind the actual content */
}
.refer-friend {
    display: flex;
    /* Using Flexbox for easy centering */
    justify-content: center;
    /* Centers content horizontally */
    align-items: flex-end;
    /* Positions content at the bottom */
    height: 100%;
    /* Gives a little space at the bottom */
    color: #FFFFFF;
    /* Assuming you want white text color, but adjust as needed */
    font-size: 60px;
    /* Set your desired font size */
    font-weight: bold;
}