/* Jason RF Styling, edited by myke */

.rf-card.card-full.order-summary-card .card-controls::before {
    content: "Download Invoice(s)";
    color: #fff;
    display: inline-block;
    margin-right: 8px;
}

.rf-card.card-full.order-summary-card .card-controls {
    margin-top: 6px;
}

.rf-card.card-full.order-summary-card .card-controls .rfSI {
    margin-top: -3px;
}

.rf-card .card-header .card-header-title {
    color: #ffffff;
}


/* Icon colors inside card buttons */
.rf-card .mdBtnR .rfSI svg {
    fill: #fff !important;
}

/* Order summary icon inside no background button */
.order-summary-card .rfSI svg {
    fill: #76b900 !important;
}


.rf-card{
    max-width: none;
}
.purchased-regcodes.grid-table {
    display: none;
}

.label-text{
    color: #1a1a1a !important;
}

.wf-form-element-div {
    width: 65%;
    margin: auto;
}

.rf-textarea {
    padding-bottom: 34px;
}

.rf-radio-container {
    padding-bottom: 17px;
}

/* jillian's edits */
.rf-workflow-body-content .attendee-dash-welcome {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
}

.attendeedash .rf-card .card-header .card-header-title {
    color: #fff;
}
.attendeedash .rf-card .card-header .card-controls .rfSI svg {
    fill: #fff;
}
/* end jillian's edits */


/* Myke Overrides 3.20.20 */

.attendeedash .rf-card .card-header {
    background-color: #666;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.attendeedash .rf-card .card-header:before,
.attendeedash .rf-card .card-header:after {
    display: none;
}

.attendeedash .rf-card .card-header .card-header-title {
    order: 1;
    padding: 7px 0 0 !important;
}

.attendeedash .rf-card .card-header .card-controls {
    order: 2;
}

.rf-card .mdBtnR .rfSI {
    display: none;
}

.all-sessions-card .rfSI svg {
    fill: #fff !important;
}

.rf-card .rf-pill-blue {
    fill: #fff;
    background-color: #76b900;
    border-color: #76b900;
    color: #fff;
}

.rf-pill .rf-pill-text {
    line-height: 11px;
}

.my-survey-list-card .card-body > div {
    padding: 20px;
}

.my-survey-list-card .card-body .card-survey-incomplete,
.my-survey-list-card .card-body .card-survey-completed {
    padding: 0;
}


.rfwf-full-panel .rfwf-panel-interior {
    width: 95%;
    max-width: 1280px;
}

.rf-table-container .rf-table .table-body .table-row>div {
    color: #76b900;
	font-size:16px;
}

@media (min-width: 769px) {
    .rfwf-full-panel .rfwf-panel-interior {
        padding: 0 5px;
    }
}


/* Hover over affects */
.rfSI:hover svg {
    fill: #76d300 !important;
}
.mdBtnR:hover {
    border: #76d300;
    background-color: #76d300;
}

.rfwf-dashboard .all-sessions-card a:hover h6 {
    color: #76d300;
}

.rf-table-container .rf-table .table-body .table-row:hover,
.rf-table-container .rf-table .table-body .table-row.active {
    background: rgba(118, 185, 0, 0.1);
}


/* END Myke Overrides 3.20.20 */

/* Sean's edits remove view catalog button */
.rf-card.recommended-sessions-card button.mdBtnR.mdBtnR-sm {
    display: none;
}
.rf-card.sessions-attended-card button.mdBtnR.mdBtnR-sm {
    display: none;
}
/* Sean's edit, make text uppercase for Order card */
::before {
    text-transform: uppercase;
}
/*div#customnav {
    padding-left: 90px;
}*/
.card-survey-incomplete .rf-table-container .rf-table{min-width:auto;}
