/* Colors */
.rtec-admin-wrap .rtec-yellow-border,
.rtec-eventtable .rtec-yellow-border{
    border-color: #FFD484;
}
.rtec-admin-wrap .rtec-green-border,
.rtec-eventtable .rtec-green-border {
    border-color: #68CDC2;
}
.rtec-admin-wrap .rtec-red-border,
.rtec-eventtable .rtec-red-border {
    border-color: #FC8089;
}
.rtec-admin-wrap .rtec-notice.rtec-action-error-alert,
.rtec-action-error-alert{
    background: #FFAFA7;
    color: #6F0B00;
    border: 1px solid #D75E51;
}

.rtec-admin-wrap .rtec-blue-border,
.rtec-eventtable .rtec-blue-border {
    border-color: #7697D2;
}
.rtec-admin-wrap .rtec-gray-border,
.rtec-eventtable .rtec-gray-border {
    border-color: #ccc;
}

.rtec-admin-wrap .striped .rtec-yellow-bg,
.rtec-admin-wrap .rtec-yellow-bg,
.rtec-eventtable .rtec-yellow-bg {
  background: #f6f7f7;
  color: #2271b1;
}
.rtec-admin-wrap .striped .rtec-green-bg,
.rtec-admin-wrap .rtec-green-bg,
.rtec-eventtable .rtec-green-bg {
    background-color: #BCEFCB;
}
.rtec-admin-wrap .striped .rtec-red-bg,
.rtec-admin-wrap .rtec-red-bg,
.rtec-eventtable .rtec-red-bg {
    background-color: #FDA7AD;
}
.rtec-admin-wrap .striped .rtec-blue-bg,
.rtec-admin-wrap .rtec-blue-bg,
.rtec-eventtable .rtec-blue-bg {
    background-color: #CEDCF7;
}

.rtec-admin-wrap .striped .rtec-l-yellow-bg,
.rtec-admin-wrap .rtec-l-yellow-bg,
.rtec-eventtable .rtec-l-yellow-bg {
    background-color: #FFEECF;
}
.rtec-admin-wrap .striped .rtec-l-green-bg,
.rtec-admin-wrap .rtec-l-green-bg,
.rtec-eventtable .rtec-l-green-bg {
    background-color: #E6F5F9;
}
.rtec-admin-wrap .striped .rtec-l-red-bg,
.rtec-admin-wrap .rtec-l-red-bg,
.rtec-eventtable .rtec-l-red-bg {
    background-color: #FFE4CF;
}
.rtec-admin-wrap .striped .rtec-l-blue-bg,
.rtec-admin-wrap .rtec-l-blue-bg,
.rtec-eventtable .rtec-l-blue-bg {
    background-color: #A1BAE8;
}
.rtec-bold {
    font-weight: 700;
}
.rtec-disabled {
    opacity: .5;
}

.rtec-invisible-initially,
.rtec-hidden{
  visibility: hidden;
}

.rtec-is-processing {
  position: relative;
}
.rtec-is-processing .rtec-spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -19px 0 0 -19px;
}
.rtec-is-processing .rtec-spinner-circle {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 8px solid rgba(15, 84, 104, 0.2);
  border-top-color: #1D6E85;
  -webkit-animation: rtecspin 1s infinite linear;
  animation: rtecspin 1s infinite linear;
}

/* Disabled */
.rtec-read-only {
  opacity: .8;
}

/* Box Shadow */
.rtec-shadow {
  box-shadow: 0 2px 2px rgba(0,0,0,.05), 0 4px 5px rgba(0,0,0,.05);
}
.rtec-blue-highlight {
  background: #E1E5F8;
  border: 1px solid #BBC3E8;
  color: #003544;
}

/* Border Radius */
.rtec-rounded {
    border-radius: 5px;
}

/* Standard Padding */
.rtec-standard-bump-out {
    box-sizing: border-box;
    padding: 20px;
    margin: 20px 0;
}

/* Structural */
.rtec-flex {display: flex;}
.rtec-flex-align-center {
    display: flex;
    align-items: center;
}
.rtec-no-break {display: inline-block;}
.rtec-left {float: left;}
.rtec-right {float: right;}
.rtec-clear:after {
    content: " ";
    display: table;
    clear: both;
    visibility: hidden;
}
.rtec-bump-right { margin-left: 20px; }
.rtec-admin-wrap .rtec-bump-right { margin-left: 25px; }
.rtec-space-below { margin-bottom: 10px; }

.rtec-admin-wrap h5,
.eventForm .rtec-field-options-wrapper h5{
    font-size: 1.2em;
}
.eventForm .rtec-checkbox-row strong,
.eventForm .rtec-checkbox-row label{
    font-size: 13px;
}
.rtec-create-hidden-options .rtec-checkbox-option-wrap label{
    display: inline-block;
    font-weight: normal;
    margin: 7px 0 7px 2px;
}
.rtec-hidden-settings {
    display: none;
}
.rtec-settings-section {
    margin-bottom: 15px;
}
.rtec-settings-section-heading {
    margin-bottom: 8px;
    display: block;
}
.rtec-settings-section-input {
    margin-bottom: 6px;
}
.rtec-aside {
    font-size: 10px;
    color: #777;
}
.rtec-radio-bump {
    margin-left: 1.25rem;
}

/* icons */
.rtec-icon-link {
    text-decoration: none;
}

/* Notices */
.rtec-notice-all-admin {
    display: block;
    margin-top:30px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.rtec-all-admin-error {
    border-left: 4px solid #dc3232;
}
.rtec-notice-all-admin:after {
    display: table;
    clear: both;
    content: "";
}
.rtec-img-wrap {
    display: inline-block;
    float: left;
    width: 100px;
    padding: 10px;
}
.rtec-img-wrap img {
    width: 100%;
}
.rtec-msg-wrap {
    display: inline;
    float: left;
    max-width: 500px;
    padding: 10px;
}
.rtec-msg-wrap p:first-child {
    margin-top: 0px;
}
.rtec-instructions {
    font-weight: bold;
    color: #a00;
}
.rtec-admin-wrap .rtec-notice,
.rtec-notice,
.rtec-tooltip{
  display: inline-block;
  margin: 5px 0 15px;
  padding: 10px 12px;
  border-radius: 5px;
  background: #f6f7f7;
  border: 1px solid #444;
  color: #444;
}
.rtec-tooltip-link.rtec-button-small,
.rtec-box-group .rtec-tooltip-link.rtec-button-small{
  display: inline-flex;
  align-items: center;
}
.rtec-admin-wrap .rtec-notice,
.rtec-notice{
    background: #E6F5F9;
    border: 1px solid #468b9d;
    color: #468b9d;
}
.rtec-notice a,
.rtec-admin-wrap .rtec-notice a{
  color: #1D6E85;
  text-decoration: underline;
}
.rtec-edit-files-notice {
  display: none;
}
.rtec-notice-pill {
    display: inline-block;
    padding: 3px 5px;
    border-radius: 8px;
    background: #CFF7F3;
    border: 1px solid #9EE6DE;
    color: #1D6E85;
}
.rtec-notice p {
    margin: 0;
}
.rtec-top-notice {
  margin-top:20px;
  margin-bottom: 0 !important;
}
.rtec-create-hidden-options .rtec-notice {
    margin-bottom: 10px;
}
.rtec-notice h4 {
    font-size: 16px;
    margin: 10px 0;
}

.rtec-wrapper {
    box-sizing: border-box;
    padding-bottom: 100px;
}
.rtec-toolbar {
    margin-top: 0
}
.rtec-radio-label {
    margin-right: 20px;
}
.rtec-view-selector a{
    display: inline-block;
    margin-right: 15px;
}
.rtec-fade {
    opacity: .7;
}
.rtec-aside {
    font-size: 12px;
    font-style: italic;
    color: #666
}
.rtec-single-event + .rtec-single-event.rtec-single-mvt {
    float: right;
}
/* remove notice */
.rtec-conf-alert {
    margin: 10px 0;
    box-shadow: 2px 2px 3px #ddd;
}
.rtec-individual-available {
    font-size: 16px;
    color: #d54e21;
}
.rtec-mvt-selection {
    max-width: 190px;
}
.mvt-venue-select select {
    max-width: 100%;
}
.rtec-stacked-radio-wrap {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  gap: 5px;
}
.rtec-stacked-radio-heading {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
#rtec-event-details .rtec-field-options-wrapper .rtec-stacked-radio-wrap label,
#wpwrap .rtec-stacked-radio-wrap label{
  font-weight: normal;
}
.mvt-label-wrap label,
.mvt-label-wrap select,
.mvt-label-wrap input{
  width: 100%;
  display: inline-block;
}

@media all and (max-width: 850px) {
  .mvt-type-wrap label {
    line-height: 1.6rem;
  }
}
.rtec-mvt-tabs-nav {
  list-style: none;
  margin: 10px 0 0;
  overflow: auto;
}
.rtec-mvt-tabs-nav li{
    float: left;
    font-weight: bold;
    margin-right: 2px;
    margin-bottom: 0;
    cursor: pointer;
}
.rtec-mvt-tabs-nav li a{
    color: #333;
    padding: 8px 10px;
    display: inline-block;
    text-decoration: none;
}
.rtec-mvt-tabs-nav li a:hover,
.rtec-mvt-tabs-nav li a:active{
    background: #eee;
}
.rtec-mvt-tabs-nav li a:focus{
    box-shadow: none;
}
.rtec-mvt-tabs-nav li.active {
  position: relative;
  background: #ddd;
}
.rtec-mvt-tab-content-wrap {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px;
}
.rtec-mvt-tab-content {
  display: none;
}
.rtec-mvt-tab-content:first-child {
  display: block;
}
div.rtec-d-green-bg,
div.rtec-a-button {
    display: inline-block;
    text-align: center;
}
.rtec-admin-wrap hr {
    margin: 40px 0;
}
.rtec-admin-wrap .rtec-medium-text {
    width: 400px;
}
.rtec-admin-2-columns {
    width: 45.5%;
    display: inline-block;
}
/*
Registrations Tab - Overview
*/
.rtec-overview .rtec-identifier-wrap .rtecbox {
    display: none;
}
.rtec-overview .rtec-identifier-column {
    position: relative;
}
/*
Registrations Tab - Single
*/
.toplevel_page_registrations-for-the-events-calendar-pro #wpfooter {
    position: relative;
}
.rtec-single thead th,
.rtec-single tfoot th{
    position: relative;
}
.rtec-identifier-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.rtec-identifier-top {
  display: flex;
}
.rtec-reg-actions-wrap {
    margin-top: 8px;
}
.rtec-reg-actions-wrap button,
.rtec-action-button {
    position: relative;
    width: 35px;
    margin-right: 6px;
    border-radius: 3px;
}
.rtec-green-button {
  background: #BCEFCB;
  border: 1px solid #00611D;
  color: #00611D;
}
.rtec-yellow-button {
  background: #f6f7f7;
  border: 1px solid #2271b1;
  color: #2271b1;
}
.rtec-red-button {
  background: #FED1D4;
  border: 1px solid #d33828;
  color: #d33828
}
.rtec-blue-button {
  background: #E1E5F8;
  border: 1px solid #034153;
  color: #034153;
}
.rtec-action-button:hover {
    color: #000;
    text-decoration: none;
}
.rtec-action-wrap {
    position: relative;
    display: inline-block;
}
.rtec-reg-actions-wrap button:hover {
    cursor: pointer;
  box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
}
.rtec-reg-actions-wrap button:active,
.rtec-reg-actions-wrap button:focus{
  box-shadow: inset 0 2px 4px rgb(0 0 0 / 15%);
}
.rtec-reg-actions-wrap button:hover .screen-reader-text {
    display: block !important;
    top: -26px;
    left: -1px;
    height: auto;
    width: 175px;
    overflow: hidden;
    clip: initial;
    border: 0;
    word-wrap: initial !important;
    text-align: left;
    clip-path: none;
}
.rtec-reg-actions-wrap .screen-reader-text p {
    background-color: #fff;
    margin-bottom: 0 !important;
    width: auto;
    display: inline-block;
    padding: 1px 3px;
    z-index: 9999;
    border: 1px solid #ccc;
    font-size: 12px;
}
.rtec-identifier {
    font-weight: bold;
    display: inline-block;
}
.rtec-identifier-column .rtec-identifier .rtec-is-connected,
.rtec-legend-wrap .rtec-is-connected {
    color: #26357C;
}
.rtec-identifier-column .rtec-identifier .fa-user,
.rtec-legend-wrap .fa-user{
    color: #1D6E85;
}
.rtec-identifier-column .rtec-identifier .fa-tag,
.rtec-legend-wrap .fa-tag,
#rtec-new-dismiss i{
    color: #ff6600;
}
@media all and (max-width: 880px) {

    .rtec-reg-actions-wrap button{
        display: flex;
        margin: 12px auto;
        padding: 8px 10px;
    }
}
@media all and (max-width: 600px) {
    .wp-core-ui .rtec-admin-wrap .rtec-identifier-top {
        flex-direction:column;

    }
    .wp-core-ui .rtec-admin-wrap .rtec-identifier-column .button-link {
        position: relative;
        height: 18px;
        top: auto;
        right: auto;
        left:auto;
        bottom:auto;
        margin: 5px auto;
        display: block;

    }
    .wp-core-ui .rtec-admin-wrap .rtec-identifier-column .button-link svg {
        height: 18px;
        width: auto;
    }
    .rtec-reg-actions-wrap button{
        display: flex;
        margin: 12px auto;
        padding: 8px 16px;
    }
    .rtec-reg-actions-wrap button i{
        margin-left: -5px;
    }
}

.rtec-connected-fade {
    opacity: .5;
}
/* Data Type Nav */
.rtec-admin-wrap .rtec-subtabs{
    padding: 0;
    margin-left: 1px;
    border-bottom: 0 !important;
    background-color: #f1f1f1;
}
.rtec-admin-wrap .rtec-subtabs a{
    background: none;
    margin: 0;
    padding: 10px 12px;
    border: none;
    font-size: 13px;
    line-height: 20px;
}
.rtec-admin-wrap .rtec-subtabs .nav-tab-active{
    position: relative;
    background: #ccc;
}
/* Nav */
.rtec-data-nav-wrap {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    opacity: .8;
}
.rtec-data-nav-wrap:hover {
    opacity: 1;
    cursor: pointer;
}
.rtec-data-nav-wrap.rtec-right {
    right: -15px;
}
.rtec-data-nav-wrap.rtec-left {
    left: -15px;
}
.rtec-data-nav {
    padding: 5px;
}
.rtec-data-nav i{
    font-size: 20px;
    color: #1D6E85;
}

/* Modal */
.rtec-modal {
    position: fixed;
    width: 50%;
    top: 5%;
    left: 50%;
    right: 50%;
    max-height: 90%;
    margin-left: -25%;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.7);
    box-shadow: 0 5px 15px rgba(0,0,0,.7);
    background: #fcfcfc;
    -webkit-font-smoothing: subpixel-antialiased;
}
.rtec-modal-widen .rtec-modal {
    width: 80%;
    margin-left: -40%;
}
.rtec-modal .button-link.media-modal-close {
    border-left: 1px solid #ddd;
    background: #fff;
}
.wp-core-ui .rtec-admin-wrap .button-link {
    text-align: center;
    color: inherit;
    text-decoration: none;
}
.rtec-admin-wrap .rtec-modal-content .rtec-modal-alert {
    max-width: 660px;
    margin: 5px auto 15px !important;
}
.rtec-modal .rtec-modal-content {
    margin-top: 50px;
    padding: 16px;
    border-top: 1px solid #ddd;
}
.rtec-modal-is-open .rtec-modal {
    opacity: 1;
    pointer-events: auto;
    z-index: 160000;
}
.rtec-modal-is-open .rtec-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 360px;
    background: #000;
    opacity: .7;
    z-index: 159900;
}
.rtec-modal .media-frame-title {
    left: 0;
}
.rtec-modal-is-open .mce-container.mce-panel,
.rtec-modal-is-open .mce-tooltip,
.rtec-modal-is-open #wp-link-wrap{
    z-index: 180000 !important;
}
.rtec-inline-text-field-wrap {
    display: flex;
    align-items: center;
    gap: 10px
}
.rtec-inline-text-field-wrap input {
    max-width: 200px;
}
/* Email Creator */
#rtec-email-creator {
    display: none;
    max-width: 620px;
    margin: auto;
}
.rtec-manual-email-notice {
    width: 100%;
    max-width: 620px;
}
.rtec-manual-email-notice .rtec-flex-column {
    gap: 20px;
}
.rtec-email-creator-options strong {
    display: block;
    margin-bottom: 5px;
}
.rtec-email-creator-options label {
    vertical-align: top;
    margin-right: 10px
}
.rtec-email-creator-to textarea,
#rtec-email-subject,
.rtec-email-creator .rtec-tooltip-table,
.rtec-email-creator-options,
.rtec-email-creator-to {
    width: 100%;
    max-width: 620px;
}
.rtec-email-creator-options,
.rtec-email-creator-to {
    margin: 0 auto 5px;
}
.rtec-email-creator {
    position: relative;
}
.rtec-email-recpients-wrap {
    padding: 10px 0;
}
#rtec-email-recpients .rtec-single-recipient svg {
    height: 14px;
    margin-top: 5px;
    margin-left: 5px;
}
.rtec-single-recipient-remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
}
.rtec-single-recipient-remove:hover {
    cursor: pointer;
}
#rtec-email-recpients .rtec-single-recipient,
#rtec-email-recpients .rtec-single-recipient-identity,
#rtec-email-recpients .rtec-single-recipient-remove {
    display: inline-block;
}
#rtec-email-recpients .rtec-single-recipient {
  position: relative;
  margin-right: 8px;
  margin-bottom: 4px;
  padding: 3px 6px 3px 24px;
  color: #243680;
  background-color: #DBE0F6;
  border: 1px solid #243680;
  font-size: 13px;
  border-radius: 10px
}
/* Edit */
.rtec-edit-form-field {
    margin-bottom: 10px
}
.rtec-edit-form-field label {
    font-weight: bold;
    display: block;
}
.rtec-edit-form-field input[type=text],
.rtec-edit-form-field textarea {
    width: 100%;
}
.rtec-add-edit-wrap {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.rtec-ea-user-select-wrap {
    margin-bottom: 10px;
}
.rtec-ea-user-select-wrap > span {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.rtec-ea-user-no-user label {
    font-style: italic;
}
.rtec-email-search-spinner {
    float: none;
    position: relative;
    display: block;
    visibility: visible;
}
@media all and (max-width: 700px) {
    .rtec-modal {
        width: 90%;
        margin-left: -45%;
    }
    .rtec-modal-widen .rtec-modal {
        width: 90%;
        margin-left: -45%;
    }
}

.rtec-edit-form-options {
    margin-top: 5px;
    gap: 5px;
}
.rtec-icon-button svg {
    height: 14px;
}
.rtec-edit-form-option-add {
    padding: 3px;
    margin-right: 5px;
    line-height: 1;
}
.rtec-edit-form-option-add:hover {
    cursor: pointer;

}
.rtec-three-columns {
    display: flex;
    gap: 20px;
}

.rtec-three-columns.rtec-scrollable {
    max-height: 300px; /* Adjust this value as needed */
    overflow-y: auto;
}

.rtec-column {
    flex: 1;
}

.rtec-column-item {
    margin-bottom: 4px;
    padding: 5px;
}

/* Styling for the scrollbar */
.rtec-three-columns.rtec-scrollable::-webkit-scrollbar {
    width: 8px;
}

.rtec-three-columns.rtec-scrollable::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.rtec-three-columns.rtec-scrollable::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.rtec-three-columns.rtec-scrollable::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@media (max-width: 768px) {
    .rtec-three-columns {
        flex-direction: column;
    }

    .rtec-column {
        width: 100%;
    }

    .rtec-three-columns.rtec-scrollable {
        max-height: none;
        overflow-y: visible;
    }
}
/* Transfer */
.rtec-transfer-search-results-wrap {
    display: none;
    margin-top: 20px;
}
.rtec-transfer-search-results-wrap strong,
.rtec-transfer-start{
    display: block;
    margin-bottom: 20px;
}
.rtec-transfer-search {
    width: 250px;
}
.rtec-do-transfer-list-item {
    padding: 0 0 10px;
}
.rtec-do-transfer-list-item label {
    line-height: 1;
    margin-left: 2px;
}
.rtec-transfer-search-results-wrap strong {
    margin-bottom: 10px;
}
.rtec-transfer-wrap .spinner {
    float: none;
    margin-top: -6px;
}
/* Overview */
.rtec-overview.rtec-overview-grid {
    width: 104%;
    margin-left: -2%;
}
.rtec-overview-2-columns {
    display: inline-block;
    vertical-align: top;
    width: 45.5%;
    margin: 0 2% 4%;
}
.rtec-single-event {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
}
.rtec-single-mvt-pair-wrapper {
    width: 100%;
}
.rtec-single-event.rtec-single-mvt {
    width: 46%;
    float: right;
    margin-right: 2%;
}
.rtec-mvt-list-item {
  position: relative;
  background-color: #E1E5F8;
  color: #1D6E85;
  border: 1px solid #BBC3E8;
}
.rtec-overview-list .rtec-mvt-list-item {
  border: none;
}
.rtec-mvt-list-item .handlediv {
    position: absolute;
    top: 30px;
    right: 0;
    margin-top: -16px;
}

.rtec-next { float: right; }
.rtec-view-all {
    display: block;
    text-align: center;
    padding: 5px;
}
a.rtec-wide {
    display: inline-block;
    width: 100%;
}

@media all and (max-width: 600px) {
    .rtec-overview {
        width: 100%;
        margin-left: 0%;
    }
    .rtec-overview-2-columns {
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    .rtec-single-mvt-pair-wrapper {
        width: 100%;
    }
    .rtec-overview .rtec-single-mvt-pair-wrapper .rtec-single-event {
        margin-bottom: 0;
    }
    .rtec-single-mvt-pair-wrapper {
        margin-bottom: 2%;
    }
    .rtec-overview .rtec-single-event.rtec-single-mvt {
        width: 100%;
        float: none;
        margin-top: 0;
        margin-right: 0;
    }
}

/* Single */
#rtec-back-overview {
    margin-bottom: 20px;
    display: inline-block;
}
.rtec-event-actions,
.rtec-outline {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.rtec-event-actions {
    border-bottom: 1px solid #ccc;
}
.rtec-single-event .rtec-event-meta,
.rtec-single-event .rtec-event-actions,
.rtec-event-actions-top{
    background: #e5e5e5;
}
.rtec-single-event .rtec-mvt-list-item .rtec-event-actions {
    background: #FFEECD;
}
.rtec-single .rtec-single-event .rtec-event-meta .rtec-reg-info {
    position: relative;
    top: 0;
}
.rtec-tool-row-wrap {
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.rtec-event-actions-top {
    display: flex;
    gap: 12px;
    justify-content: right;
}
.rtec-wrapper .rtec-event-actions-top .button {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    min-height: 26px;
    line-height: 1.5;
    height: 26px;
}
.rtec-wrapper .rtec-event-actions-top input {
    min-height: 26px;
    line-height: 1.5;
    height: 26px;
}
#rtec_csv_export_form {
    display: inline-block;
    vertical-align: top;
}
.rtec-event-meta {
    position: relative;
}
.rtec-single-event h3{
    margin: .25em 60px .25em 0;
    padding: .5em 10px 0;
}
.rtec-event-meta a,
.rtec-mvt-list-item a {
    text-decoration: none;
}
.rtec-event-meta a h3:hover,
.rtec-mvt-list-item a h3:hover {
    color: #00a0d2;
}
.rtec-event-meta p,
.rtec-mvt-list-item p,
.rtec-event-meta .rtec-venue-highlight {
    margin: 0;
    padding: .25em 10px;
}
.rtec-single .rtec-event-meta .rtec-reg-info p {
    padding-left: 0;
}
.rtec-single .rtec-event-meta .rtec-reg-info p,
.rtec-single .rtec-event-meta .rtec-reg-info .rtec-pending-tool{
    display: inline-block;
}
.ru-toggle {
  display: none;
}
.ru-bump-down {
  margin-top: 20px;
}
.rtec-venue-highlight,
.widefat  td.rtec-venue-highlight{
    color: #333;
    background-color: #ccc;
}
.rtec-overview-list .widefat  td.rtec-venue-highlight {
  background-color: #ebebeb
}
.rtec-single-mvt-event .rtec-venue-highlight,
.widefat .rtec-single-mvt-event td.rtec-venue-highlight {
  background-color: #E1E5F8;
  color: #1D6E85;
}
.rtec-single-mvt-event p.rtec-venue-highlight {
  background-color: #E1E5F8;
  color: #1D6E85;
  border: 1px solid #BBC3E8;
}
.rtec-admin-wrap .rtec-input-notice {
    background-color: #FFEECD;
    border: 1px solid #D7B46F;
}
.rtec-single .rtec-border-sides,
.rtec-event-meta-connections.rtec-border-sides {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.rtec-event-meta .rtec-reg-info {
    position: absolute;
  top: 4px;
    right: 0;
    z-index: 1;
    padding: .5em 5px 0 0;
    text-align: center;
}
.rtec-event-meta-item-wrap {
    position: relative;
}
.rtec-event-meta-item-wrap .dashicons {
    font-size: 16px;
    width: 16px;
    line-height: 18px;
    position: absolute;
    left: 0;
}
.rtec-event-meta-item-wrap .rtec-event-meta-item {
    display: block;
    margin-left: 20px;
}
.rtec-single .rtec-event-meta .rtec-reg-info {
    position: relative;
    border-radius: 0;
}
.wp-core-ui .rtec-pending-tool a.button {
    min-height: 15px;
    padding: 3px 5px;
    line-height: 1;
}
.rtec-pending-tool .rtec-status-icon.rtec-unconfirmed {
    line-height: 1;
    font-size: 8px;
    padding: 3px;
    vertical-align: top;
    margin-right: 3px;
}
.rtec-pending-count {
    margin-right: 3px;
}
.rtec-primary-button {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799,1px 0 1px #006799,0 1px 1px #006799,-1px 0 1px #006799;
    display: inline-block;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rtec-admin-wrap .rtec-add-field {
    width: 425px;
}
.rtec-single-event table td {
    word-wrap: break-word;
    max-width: 120px;
}
.rtec-wrapper .rtec-admin-secondary-button,
.rtec-wrapper .tablenav a.button {
    margin: 0 0 0 1em;
    display: inline-block;
}
.rtec-wrapper .rtec-admin-secondary-button {
    margin-bottom: 5px;
}
.rtec-overview .rtec-event-actions,
.rtec-event-actions-top{
    text-align: right;
}
.rtec-event-actions {
    text-align: left;
}
.rtec-overview .rtec-admin-secondary-button {
    padding: 3px 5px;
    height: auto;
    margin: 3px 10px 3px 0;
    min-height: 1px;
    line-height: 1;
}
.rtec-wrapper .rtec-admin-secondary-button svg {
    height: 13px;
    margin-bottom: -2px;
    fill: #2271b1;
}
.rtec-overview .rtec-mvt-list-item .rtec-admin-secondary-button  {
  margin: 0;
  border-radius: 0;
  width: 100%;
  border: none;
  border-top: 1px solid #BBC3E8;
  padding: 5px;
}
.rtec-mvt-list-top {
  display: flex;
  justify-content: space-between;
}
.rtec-single-event .rtec-mvt-list-top h3 {
  margin-right: 0;
  margin-bottom: 10px;
}
.rtec-mvt-list-top .rtec-reg-info {
  flex-shrink: 0;

  margin: 0.25em 0;
  padding: 0.5em 0 0;
}
.rtec-overview .rtec-mvt-list-item .rtec-admin-secondary-button svg {
  margin-left: 5px;
}
.rtec-overview .rtec-admin-secondary-button .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
.rtec-admin-wrap .rtec-d-green-bg {
    font-weight: 700;
    background-color: #1D6E85;
    border: none;
    border-radius: 2px;
}
.rtec-admin-wrap .rtec-d-green-bg a,
.rtec-admin-wrap .rtec-d-green-bg span {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
}
.rtec-admin-wrap .rtec-d-green-bg:hover,
.rtec-admin-wrap .rtec-d-green-bg:active,
.rtec-admin-wrap .rtec-d-green-bg:focus {
    opacity: .8;
}

.rtec-admin-wrap .rtec-d-green-bg:focus {
    border-color: #46A99E;
    -webkit-box-shadow: 0 0 3px #46A99E;
    box-shadow: 0 0 3px #46A99E;
}
.rtec-admin-wrap .wp-editor-wrap,
#wp-rtecSingleCustomConfirmation-wrap,
.rtec-top-desc{
  max-width: 620px;
}
.rtec-top-desc {
  margin-bottom: 15px;
}

/** Edit Event page **/
.rtec-hidden-option-wrap {
    margin-bottom: 10px;
}
.rtec-sameline {
    display: inline-block;
}
.eventForm td.rtec-top-label {
  vertical-align: top;
}
.rtec-sameline label {
    margin-right: 10px;
}
.rtec-light-text {
  color: #888;
}
.rtec-hidden-option-wrap code,
#rtec-event-details code{
    line-height: 2.0;
}
.rtec-eventtable h4 {
    font-weight: 400;
}
/* Email Message Post Type */
#rtec-meta-subject-wrap input{
    padding: 3px 8px;
    font-size: 1.7em;
    line-height: 100%;
    height: 1.7em;
    width: 100%;
    outline: 0;
    margin: 0 0 3px;
    background-color: #fff;
}

/* Single */
.rtec-single .rtec-single-event {
    width: 100%;
}
.rtec-single .rtec-reg-info {
    text-align: left;
    padding: 0.25em 10px;
}
.rtec-single table {
    position: relative;
}
.rtec-single .rtec-single-event table td {
    max-width: none;
}
.rtec-single table td input[type="checkbox"] {
    width: auto;
    margin: 0 0 0 8px;
}
.rtec-single table .rtec-checkbox {
    padding: 11px 0 0 3px;
}
.rtec-single .rtec-event-actions {
    padding-top: 1px;
}
.rtec-new-registration input,
.rtec-reg-row input {
    max-width: 100%;
}
.rtec-table-changing {
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}
.rtec-create-hidden-options .rtec-table-changing,
.rtec-create-form-wrapper .rtec-table-changing{
    margin: -10px 0 0 -10px;
}
.rtec-first-data,
.rtec-checkbox {
    position: relative;
}
.rtec-status-icon-wrap {
    position: absolute;
    left: -12px;
    top: 0;
    width: 23px;
}
.rtec-status-icon-wrap .rtec-status-icon:nth-child(2) {
    vertical-align: top;
    padding: 1px 3px;
    font-size: 8px;
    line-height: 1.5em;
    margin-left: 2px;
}
.rtec-status-icon {
    display: inline-block;
    padding: 0 4px;
    border-radius: 50%;
    background: #ff6600;
    color: #fff;
    font-size: 10px;
}
.rtec-reg-payment_status .rtec-status-icon {
    position: relative;
    left: auto;
    top: auto;
}
.rtec-wrapper .striped tbody .rtec-status-icon.rtec-unconfirmed,
.rtec-status-icon.rtec-unconfirmed {
    background: #333;
}
.rtec-wrapper .striped tbody .rtec-reg-row.rtec-waiting,
.rtec-reg-row.rtec-waiting {
    background-color: #DBE0F6;
}
.rtec-status-icon.rtec-unregistered-icon {
    background-color: #F93241;
}
.rtec-status-icon.rtec-waiting-icon {
    background-color: #26357C;
}
.rtec-status-icon.rtec-payment-status-complete {
    background-color: #1D6E85;
}
.rtec-status-icon.rtec-payment-status-canceled {
    background-color: #EB0011;
}
.rtec-status-icon.rtec-payment-status-pending {
    background-color: #F19C00;
}
.rtec-status-icon.rtec-payment-status-none {
    background-color: #777;
}
.rtec-status-icon.rtec-payment-status-refunded {
    background-color: #C2006E;
}
.rtec-status-icon.rtec-waiting-icon {
    font-size: 12px;
}
.rtec-nowshow-icon {
    background: #fff;
    color: #333;
    border: 1px solid #ccc;
    width: 18px;
    height: 18px;
    padding: 0;
}
.rtec-nowshow-icon svg {
    width: 12px;
    position: absolute;
    top: 4px;
    left: 4px;
}
.rtec-field-options-wrapper,
.rtec-availability-options-wrapper {
    position: relative;
    margin-bottom: .5em;
    border: 1px solid #ddd;
    background-color: #fbfbfb;
}
.rtec-field-options-wrapper h4,
.rtec-availability-options-wrapper h4,
.eventForm .rtec-field-options-wrapper h4{
    margin: 0;
    padding: .5em 1em;
    font-size: 1.2em;
    font-weight: 700;
    background: #ddd;
}
.rtec-status-explanation {
    display: none;
    position: absolute;
    z-index: 200;
    padding: 4px 8px 0;
    width: 200px;
    line-height: 1.2;
    right: -216px;
    top: 0;
    background: #fff;
    border: 1px solid #ddd;
}
.rtec-reg-payment_status {
    position: relative;
}
.rtec-reg-payment_status:hover .rtec-status-explanation {
    right: -80px;
}
.rtec-status-icon-wrap:hover .rtec-status-explanation,
.rtec-reg-payment_status:hover .rtec-status-explanation {
    display: block;
}
.rtec-data-cell,
.rtec-reg-actions-wrap,
.rtec-unregistered-attendee-row{
    display: none;
}
.rtec-data-group-1 {
    display: table-cell;
}
@media screen and (max-width: 782px) {
    .rtec-single thead th {
        display: none;
    }
    .rtec-data-nav {
        display: none !important;
    }
}

/* Auto Message */
.rtec-automess-status {
    float: right;
}
.rtec-automess-status span {
    padding: 0 5px;
    float: right;
}
.rtec-recurrence-note {
    font-weight: normal;
    opacity: .8;
}
.rtec-automess-status-send-time-passed {
    background: #FDA7AD !important;
}
.rtec-automess-delete,
.rtec-mvt-field-hide{
    position: absolute;
    top: 1em;
    right: 1em;
}
.rtec-field-options-wrapper .fa {
    font-size: 16px;
}
.rtec-automess-template-wrap > label,
 .rtec-automess-offset-wrap > label {
    display: inline-block;
    width: 100px;
}
.rtec-send-date-type label {
    display: inline-block;
    margin-right: 40px;
}
.rtec-automess-template-wrap {
    margin-bottom: 20px;
}
.rtec-automess-send-date {
    margin: 10px 0 0 100px;
}
.rtec-sameline label {
    vertical-align: text-top;
}

.rtec-admin-wrap .rtec-field-options-wrapper > p {
    padding: 0 1em;
    margin-bottom: 10px;
}
.rtec-admin-wrap .rtec-field-options-wrapper label,
#rtec-event-details .rtec-field-options-wrapper label{
    font-weight: 600;
}
.rtec-reveal-field-atts {
    padding: 0 1em;
    margin: 5px 1em 1em !important;
}
.rtec-field-atts {
    padding: 0 1em;
    display: none;
}
.rtec-field-atts ul {
    list-style: disc inside;
}
#rtec-message-text-wrapper-up,
#rtec-message-text-wrapper-down,
#rtec-message-text-wrapper-other {
    margin-top: 0;
}
.rtec-message-group-wrap {
    box-sizing: border-box;
}
.rtec-message-group-wrap .rtec-admin-2-columns {
    width: 48.75%;
    margin: 0 0 5px;
    vertical-align: top;
}
.rtec-message-group-wrap .rtec-admin-row .rtec-admin-2-columns:first-child {
    margin-right: 1%;
}
.rtec-input-group {
    padding: 1em;
}
.rtec-field-options-wrapper h4 span {
    font-size: 12px;
    font-weight: normal;
}
.rtec-field-options-wrapper .rtec-other-input {
    width: 300px;
}
.rtec-field-options-wrapper .rtec-valid-count-input {
    width: 130px;
}
.rtec-availability-options-wrapper input[type=text] {
    margin-right: 1em;
}
.rtec-custom-field-remove,
.rtec-mvt-field-remove,
.rtec-automess-delete,
.rtec-scheduled-remove {
    background: #FED1D4;
    color: #DE202E;
    border: 1px solid #FDA7AD;
}
.rtec-custom-field-remove,
.rtec-mvt-field-remove,
.rtec-automess-delete {
    position: absolute;
    right: 0;
    top: 0;
    padding: .5em;
    font-size: 1.2em;
}
.rtec-mvt-fields-settings-page .rtec-mvt-field-remove {
  padding: 7px;
}
.rtec-scheduled-remove {
    display: inline-block;
    line-height: 16px;
    padding: 1px 4px 1px 1px;
    border-radius: 6px;
}
.rtec-scheduled-remove .dashicons {
    height: 16px;
    font-size: 16px;
}
.rtec-mvt-custom-time-option > strong,
.rtec-mvt-custom-time-option{
    display: block;
    margin-bottom: 5px;
}
.eventForm .rtec-bump-down,
.rtec-bump-down {
    margin-top: 10px;
}
.mvt-time-restrict {
    margin-bottom: 10px;
}
.rtec-mvt-payment-settings {
    margin-top: 10px;
}
#rtec-event-details .rtec-mvt-field-remove,
.rtec-automess-delete {
    padding: .4em;
}
.rtec-checkbox-row label {
    margin-right: 1em;
}
.rtec-availability-options-wrapper {
    margin: 1.5em 0 .5em;
}
.rtec-confirmation-message-tr td {
    width: 400px;
    vertical-align: top;
}
.rtec-button-wrapper {
    display: block;
}
#rtec_registration_deadline {
    width: 70px;
}
.rtec-admin-wrap .form-table tbody tr td .description {
    display: block;
    width: 415px;
}
.rtec-admin-wrap .form-table th {
    min-width: 200px;
}
.rtec-mvt-field-remove i {
    font-size: 16px;
}

/* Tooltip table */
.rtec-tooltip-table{
    display: block;
    width: 94%;
    margin: 30px 0;
}
#rtec-template-text-meta-box .rtec-tooltip-table {
    width: 100%;
    margin: 0;
}
.rtec-admin-wrap .tablenav {
    height: auto;
}
.rtec-all-fields-wrap .select2-container {
    width: 100%;
    margin-bottom: 20px;
}
.rtec-legend-wrap {
    display: inline-block;
    margin-top: 8px;
    max-width: 400px;
}
.rtec-legend-wrap .rtec-tooltip-table {
    margin-top: 10px;
}
.rtec-tooltip-table .rtec-col-1,
.rtec-tooltip-table .rtec-col-2{
    padding: 4px 1%;
    border-bottom: 1px solid #ddd;
}
.rtec-tooltip-table .rtec-col-1{
    display: inline-block;
    width: 26%;
}
.rtec-tooltip-table .rtec-col-2{
    display: inline-block;
    width: 70%;
}
#rtec-template-text-meta-box .rtec-tooltip-table .rtec-col-1 {
    width: 40%;
}
#rtec-template-text-meta-box .rtec-tooltip-table .rtec-col-2 {
    width: 56%;
}
.rtec-preview-image {
    width: 300px;
}
.rtec-preview-image img {
    max-width: 290px;
}
.wp-core-ui .rtec-media-button {
    padding-left: 5px;
    margin-right: 5px;
    margin-bottom: 4px;
    padding-right: 7px;
}
.rtec-media-button span.wp-media-buttons-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    margin: 0 2px;
}
.rtec-media-button span.wp-media-buttons-icon:before {
    font: 400 18px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
}

.rtec-support-button {
    border: none;
    border-radius: 4px;
    display: inline-block;
    padding: 3px 6px 4px;
    margin-bottom: 1em;
    width: auto;
    background-color: rgba(0, 102, 102, .8);
    color: #fff !important;
    text-decoration: none;
    text-align: center;
}
.rtec-support-button:hover {
    background-color: rgb(0, 102, 102);
}
.rtec-admin-event-registration-options-wrapper {
    width: 100%;
}
.rtec-admin-event-registration-options-wrapper a {
    float: right;
}

/* Select 2 */
.rtec-admin-select2 {
    width: 100%;
}

/** Styles added that can be removed once sortable elements introduced **/
.rtec-identifier-wrap .rtecbox svg {
  height: 12px;
  width: 12px;
}
.rtec-event-options.postbox {
    margin: 0;
    padding: 8px 2px 8px 10px;
    border: 1px solid #ddd;
    background: #e5e5e5;
}
.rtec-hidden-options.postbox {
    background-color: #eee;
}
.rtec-event-options.postbox .handlediv,
.rtec-mvt-list-item .handlediv{
    width: 32px;
    height: 32px;
    margin-top: -8px;
    color: #555;
}
.rtec-identifier-column .handlediv {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    line-height: 1.5em;
}
.rtec-event-options.postbox .hndle,
.rtec-identifier-column .hndle{
    cursor: pointer;
    border-bottom: none;
}
.rtec-event-options .rtec-update-event-options {
    float: left;
    margin: 16px 0 0;
}

@media all and (max-width: 910px) and (min-width: 600px){
    .rtec-overview .rtec-single-event tr td:nth-child(4) {
        display: none;
    }
}

/* List View */
.rtec-registrations-data td {
    max-width: 150px;
}

.rtec-toolbar-secondary {
    max-width: 66%;
    display: inline-block;
}
.rtec-toolbar-primary {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.rtec-search-type-wrap {
    display: flex;
    align-items: center;
}
.rtec-search-type-wrap > span {
    margin-right: 10px;
}
#rtec-search-go {
    vertical-align: top;
    height: auto;
    line-height: 1;
    padding: 3px 8px
}
.rtec-search-type-wrap label {
    vertical-align: top;
}
.rtec-search-result {
    background: #FFEECF !important;
}
.wp-core-ui .rtec-toolbar-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.rtec-highlight {
    background: #ddd;
    font-weight: bold;
}
.rtec-wrapper .striped tbody .rtec-unconfirmed {
    background: #efefef;
}

.rtec-wrapper .striped tbody .rtec-is-user.rtec-status-icon,
.rtec-legend.rtec-is-user i {
    background: #1D6E85;
    color: #fff;
}
.rtec-legend.rtec-is-user i {
    padding: 4px 5px;
}
.rtec-legend i {
    padding: 4px;
    border-radius: 50%;
    font-size: 10px;
}
.rtec-mvt-list-item {
    margin-bottom: 10px;
}
.rtec-unverified {
    background: #FDACB2;
}
.rtec-block {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
    border: 1px solid #333;
}

/* Form Settings */
.rtec-admin-wrap .rtec-box{
  max-width: 600px;
  margin: 10px 0 15px;
  padding: 14px;
  background: #fff;
  border-radius: 5px;
}
.rtec-box-group {
  margin-bottom: 12px;
}
.rtec-box-group .rtec-box-group-label {
  margin-bottom: 4px;
  font-weight:bold;
}
.rtec-box-group .rtec-tooltip-link {
  display: inline-block;
  margin-top: 4px;
}
.rtec-box .rtec-tooltip-table {
  border: 1px solid #ddd;
  margin-top: 12px;
  margin-bottom: 0;
}
.rtec-admin-wrap .rtec-box .rtec-heading{
    display: block;
    margin-bottom: 10px;
}
.rtec-admin-wrap .rtec-form-location-example img {
    float: left;
    margin-right: 10px;
    background: #fff;
}
.rtec_wpml_not_active {
    display: none !important;
}
.rtec-form-location-example p > span {
    font-style: italic;
}

.rtec-list-attendance {
    text-align: center;
}
.rtec-alert {
    display: inline-block;
    float: right;
    clear: right;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    background-color: #fff;
    border-left: 4px solid #ffba00;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.rtec-overview-grid .rtec-overview-nav {
    margin-right: 3%;
}
.rtec-overview-nav {
    margin-bottom: 10px;
}
.rtec-overview-nav a {
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    padding: 10px;
}
.rtec-overview-nav:after {
    clear:both;
    content: "";
    display: table;
}
#rtec-date-picker {
    background-color: #9EE6DE;
    border-color: #46A99E;
}
.tribe-ui-datepicker.ui-datepicker span.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-top: -.25rem;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: none;
}
/** Single **/
/* Email */
.rtec-admin-wrap .rtec-modal-alert.update-nag {
    display: inline-block;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: left;
    margin: 25px 20px 10px 2px;
    background-color: #fff;
    border-left: 4px solid #ffba00;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.rtec-admin-wrap .rtec-modal-alert.updated {
    background: #fff;
    border-left: 4px solid #46b450;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
    margin: 5px 0 15px;
    padding: 1px 12px;
}
.rtec-admin-wrap .rtec-modal-alert.updated p {
    margin: .5em 0;
    padding: 2px;
}
.rtec-admin-wrap .media-frame-title {
    top: 0;
    height: 50px;
    z-index: 200;
    position: absolute;
    right: 0;
}
.rtec-admin-wrap .media-frame-title h1 {
    padding: 0 16px;
    font-size: 22px;
    line-height: 50px;
    margin: 0;
}
.rtec-admin-wrap .media-modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 0;
    z-index: 1000;
    -webkit-transition: color .1s ease-in-out,background .1s ease-in-out;
    transition: color .1s ease-in-out,background .1s ease-in-out;
}
.rtec-admin-wrap .media-modal-icon {
    background-repeat: no-repeat;
}
.rtec-admin-wrap .media-modal-close .media-modal-icon:before {
    content: "\f158";
    font: 400 20px/1 dashicons;
    speak: none;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #666;
}

/* hidden event options */
.rtec-hidden-options .rtec-hidden-mvt {
    margin-top: 10px;
}
.rtec-hidden-options .rtec-field-options-wrapper,
.rtec-admin-wrap .rtec-hidden-option-wrap .rtec-add-mvt,
.rtec-hidden-option-wrap input,
.rtec-hidden-option-wrap select {
    box-sizing: border-box;
    max-width: 100%;
}
.rtec-hidden-option-wrap .rtec-offset-field {
    max-width:80px;
}
.rtec-create-ho-api-key input {
    width: 100%;
}
.rtec-admin-wrap .rtec-hidden-option-wrap .rtec-mvt-fields-select-wrapper .rtec-d-green-bg {
    width: 100%;
    max-width: 430px;
    padding: 0;
}
.rtec-admin-wrap .rtec-hidden-option-wrap .rtec-add-mvt {
    padding: 5px;
}

/* Create */
.rtec-has-changed {
    display: none;
    border: 1px solid;
    padding-left: 5px;
    color: #000;
    font-weight: bold;
}
.rtec-create-form-wrapper {
    position: relative;
}
.rtec-create-form-select {
    display: inline-block;
    width: 50%;
}
.rtec-create-form-select form {
    margin-bottom: 0;
}
.rtec-create-wrapper .rtec-create-form-wrapper,
.rtec-create-wrapper .rtec-create-fields-wrapper {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    width: 52%;
    margin: 2em .5% 2em 1%;
    border-radius: 5px;
}
.rtec-create-wrapper .rtec-create-form-wrapper {
    width: 45%;
    max-width: 530px;
    background: #fff;
    border-radius: 5px;
    padding: 2%;
    border: 1px solid #ccc;
}
.rtec-create-wrapper .rtec-inner-create {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
.rtec-create-wrapper .rtec-create-format {
    outline: 1px solid #BBC3E8;
    border: none;
    padding: 11px 10px 11px 11px;
}
.rtec-all-fields-wrap {
    position: relative;
}
.rtec-create-wrapper a {
    text-decoration: none;
}
.rtec-create-wrapper .rtec-create-duplicate {
    display: inline-block;
    font-size: 12px;
    cursor: default;
    background: none !important;
    border: none;
    font-weight: normal;
}
.rtec-create-duplicate:hover {
    cursor: pointer;
}
.rtec-create-duplicate svg {
    height: 12px;
    margin-right: 4px;
}
.rtec-admin-wrap .rtec-all-fields .rtec-in-use .rtec-create-field.rtec-create-format {
  background: #E1E5F8;
  border: 1px solid #BBC3E8;
  color: #003544;
  padding: 10px;
}
.rtec-all-fields-wrap .tablenav .tablenav-pages {
    float: none;
}
.rtec-in-use .rtec-create-field-options {
    padding: 10px;
}
.rtec-create-fields-wrapper .rtec-create-field.rtec-create-format {
    background: #fff;
}
.rtec-create-fields-wrapper .rtec-create-add {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  max-height: 18px;

  background: #5768ac;
  border: 1px solid #3a4c93;
  color: #fff;
}
.rtec-create-fields-wrapper .rtec-create-add svg {
  height: 16px;
}
.rtec-create-wrapper .rtec-create-form.rtec-create-format {
    padding: 0;
}
.rtec-create-wrapper .rtec-create-form {
    display: flex;
  align-items: center;
    min-width: 300px;
    width: 100%;
    margin: 0 auto 10px;
}
.rtec-create-form-wrapper .rtec-create-label {
    box-sizing: border-box;
    display: inline-block;
  width: calc(100% - 25px);
    font-size: 16px;
    padding: 15px 11px;
}
.rtec-create-label i {
    font-size: 13px;
    margin-right: 7px;
    vertical-align: bottom;
    display: inline-block;
}
.rtec-create-form-wrapper .rtec-create-label:hover {
    cursor: move;
}
.rtec-create-required {
    padding-right: 36px;
}
.rtec-reveal-field-advanced {
    display: block;
    margin-bottom: 10px;
}
.rtec-create-field-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 10px
}
.rtec-create-wrapper .rtec-create-field-container {
    display: inline-block;
    width: 100%;
}
.rtec-create-wrapper .rtec-create-field,
.rtec-create-wrapper .rtec-create-form {
    position: relative;
}
.rtec-create-add {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    vertical-align: top;
    font-size: 18px;
  border-radius: 3px;
}
.rtec-in-use .rtec-create-add {
    display: none;
}
.rtec-in-use .rtec-create-field-container {
    margin-left: 50px;
}
.rtec-create-add i {
    padding: 0px 8px 0 6px;
}
.rtec-create-add:hover {
    cursor: pointer;
}
.rtec-create-hidden-options,
.rtec-hidden-reg-table {
    display: none;
}
.rtec-create-field-options,
.rtec-create-form-remove {
    padding: 11px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
    background: #f6f7f7;
}
.rtec-create-form-remove {
  padding: 15px 11px;
  background: #FED1D4;
  color: #d33828;
}
.rtec-create-form-remove svg {
  height: 15px;
}
.rtec-create-form-wrapper h3:hover .rtec-input-wrap{
    opacity: .5;
}
.rtec-create-form-wrapper .rtec-input-wrap:hover a {
    display: block;
}
.rtec-create-required-group {
    display: block;
    margin-bottom: 2px;
    margin-top: 2px;
}

.rtec-open .rtec-input-wrap{
    display: block;
    opacity: 1 !important;
}
.rtec-create-wrapper,
.rtec-create-hidden-options {
    position: relative;
}
.rtec-create-delete-field,
.rtec-create-delete-form{
    float: right;
    font-size: 17px;
    padding: 5px;
    text-decoration: none;
}
.rtec-create-delete-field,
.rtec-create-delete-form{
  display: flex;
}
.rtec-create-field-options svg {
  height: 15px;
  color: #253785;
}
.rtec-create-field-options:hover svg {
  color: #5768ac;
}
.rtec-create-delete-field svg,
.rtec-create-delete-form svg{
  height: 16px;
  margin-right: 5px;
}
.rtec-changes-saved{
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999999;
  background: #E6F5F9;
  border: 1px solid #468b9d;
  color: #468b9d;
  font-size: 16px;
  width: 114px;
  padding: 18px 0;
  margin: -32px 0 0 -57px;
  border-radius: 4px;
}
.rtec-changes-saved svg{
  height: 16px;
  margin-right: 8px;
}
.rtec-create-form-footer {
    margin-top: 30px;
}
@media all and (max-width: 750px){
    .rtec-create-wrapper .rtec-create-fields-wrapper {
        display: block;
        float: none;
        width: 100%;
        /* clear: left; */
        margin: 2em 2% 2em 0;
    }
    .rtec-create-wrapper .rtec-create-form-wrapper {
        display: block;
        float: none;
        width: 100%;
    }
    .rtec-create-wrapper .rtec-inner-create {
        width: 100%;
        margin: 0;
    }
    .rtec-create-wrapper .rtec-create-form {
        min-width: 200px;
    }
}
div[data-field-type="mailchimp"] .rtec-toggle-bulk-add-display,
div[data-field-type="mailchimp"] .rtec-option-remove,
div[data-field-type="mailchimp"] .rtec-create-ho-extra small,
div[data-field-type="single-checkbox"] .rtec-toggle-bulk-add-display,
div[data-field-type="single-checkbox"] .rtec-option-remove,
div[data-field-type="single-checkbox"] .rtec-create-ho-extra small{
    display: none !important;
}
/* Hidden Options */
.rtec-create-new-field {
    margin: auto;
    display: block;
    width: 100%;
}
.rtec-create-fields-wrapper .rtec-create-new-field {
  box-sizing: border-box;
  padding-left: 50px;
  margin: 0;
  width: calc(100% - 25px);
}
.rtec-create-fields-wrapper .rtec-create-new-field a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.rtec-create-hidden-options {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}
.rtec-create-hidden-options label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}
.rtec-create-hidden-options .rtec-mime-option-wrap label {
    display: inline-block;
    font-weight: normal;
    margin: 7px 0 7px 2px;
}
.rtec-create-hidden-options .rtec-mime-option-wrap .rtec-mime-other {
    display: block;
    margin-left: 20px;
}
.rtec-mime-other input{
    width: 100%;
}
.rtec-create-ho-label label span {
    margin-left:4px;
}
.rtec-create-ho-link-options input {
    width: 100%;
}
.rtec-create-hidden-options .rtec-d-green-bg a {
    display: block;
    padding: 3px 5px;
    margin: auto;
}
.rtec-create-meta-options-wrap,
.rtec-create-ho-section {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
.rtec-create-ho-section {
    padding: 5px;
    background: #eee;
}
.rtec-create-ho-type select,
.rtec-create-ho-label input{
    width: 100%;
}

.rtec-section-heading {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 15px;
}
.rtec-subsection-heading {
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 5px;
}
.rtec-checkbox-wrap {
  display: flex;
  align-items: center;
}
.rtec-create-row .rtec-checkbox-wrap {
  align-items: flex-start;
}
.rtec-create-row .rtec-checkbox-wrap input{
  margin-top:3px
}
.rtec-create-row .rtec-checkbox-wrap span,
.rtec-description{
  display: block;
  font-size: 11px;
  font-style: italic;
  line-height: 1.1;
  margin-top:2px;
}
.rtec-create-row {
  margin-bottom: 5px;
}
.rtec-checkbox-wrap label {
  font-weight: normal;
  margin-left: 5px;
}
.rtec-create-advanced .rtec-create-ho-section {
    padding: 5px 5px 15px;
    border-bottom: 3px solid #fff;
}
.rtec-create-advanced .rtec-create-ho-section:last-child {
    padding: 0;
    border-bottom: none;
}
.rtec-create-meta-options-wrap {
    position: relative;
}
.rtec-create-ho-select-options label {
    display: inline-block;
}
.rtec-toggle-bulk-add-display {
    float: right;
}
.rtec-create-ho-select-options small {
    display: block;
}
.rtec-create-meta-columns > span,
.rtec-create-meta-options-wrap > div {
    box-sizing: border-box;
    display: inline-block;
}
.rtec-op-cost {
    width: 13%;
}
.rtec-meta-column-wide {
    width: 37%;
}
.rtec-meta-column-narrow {
    width: 5%;
}
.rtec-create-meta-options-wrap .rtec-meta-column-wide input {
    display: inline-block;
    width: 100%;
}
.rtec-create-meta-options-wrap .rtec-op-sort { display: none; }
.rtec-sort-toggled .rtec-op-sort {
    display: inline-block;
    position: relative;
    width: 50px;
}
.rtec-sort-toggled .rtec-sortable-wrap{
    margin-top: 18px;
}
.rtec-sort-toggled .rtec-op-sort:hover {
    cursor: move;
}
.rtec-move-toggle {
    float: right;
    line-height: 14px;
}
.rtec-move-toggle svg {
    height: 16px;
    vertical-align: bottom;
}
.rtec-sort-toggled .rtec-op-sort svg {
    position: absolute;
    top: 50%;
    right:50%;
    margin-right: -9px;
    margin-top: -21px;
    width: 18px;
}
.rtec-sort-toggled .rtec-op-preselected,
.rtec-sort-toggled .rtec-op-cost,
.rtec-sort-toggled .rtec-option-remove,
.rtec-sort-toggled .rtec-create-meta-columns{
    display: none !important;
}
.rtec-create-fo-data select,
.rtec-create-fo-data input {
    max-width: 100%;
}
.rtec-create-hidden-options .rtec-checkbox-label {
    display: inline-block;
}
.rtec-create-ho-validation-param-wrap,
.rtec-field-subsetting {
    margin-bottom: 15px;
}
/* Bulk Add */
.rtec-bulk-add-wrap textarea {
    height: 100px;
    margin: 0;
    font-size: 13px;
    width: 100%;
    padding: 3px 6px;
    display: block;
}
/* Recreate Save CSS */
.rtec-create-save-field {
    background: #0085ba;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    width: 120px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: flex-start;
    text-align: center;
}
.rtec-create-save-field:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}
/* My Registrations */
.rtec-my-registrations thead h3 {
    padding: 0;
    display: inline-block;
}
/* Support tab */
.rtec-support-title { font-size: 16px; font-weight: bold; }

/* My Registrations */
.rtec-add-edit-wrap .rtec-hidden-message,
.rtec-add-edit-wrap .rtec-screen-reader,
.rtec-add-edit-wrap .rtec-attendance.tribe-events-notices{
    display: none;
}
.rtec-add-edit-wrap {
    max-width: 700px;
    min-width: 300px;
}
.rtec-add-edit-wrap .rtec-spinner {
    display: none;
    position: absolute;
    top: 50%;
    right: 50%;
    box-shadow: none !important;
}
.rtec-add-edit-wrap .rtec-spinner img{
    border-radius: 0;
    box-shadow: none !important;
    margin: 0;
    padding: 0;
    border: none;
    width: 24px;
    height: 24px;
}
.rtec-unregister-link-wrap .rtec-spinner {
    position: absolute;
    right: 50%;
    top: 50%;
    box-shadow: none !important;
}
.rtec-spinner-outside {
    float: none;
    margin-bottom: 4px;
}
.rtec-add-edit-wrap .rtec-form-wrapper {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto 30px;
    padding: 30px;
    border: 1px solid #ddd;
    background: #eee;
}
.rtec-add-edit-wrap .rtec-register-button {
    position: relative;
    margin-bottom: 30px;
    padding: 12px 40px 12px 16px;
    padding-right: 40px !important;
    font-size: 16px;
}
.rtec-add-edit-wrap .rtec-submit-button{
    float: none;
    padding: 12px 16px;
    font-size: 16px;
}
.rtec-add-edit-wrap .rtec-submit-button:hover {
    cursor: pointer;
}
.rtec-attendance p{
    text-align: center;
    margin: 0 !important;
}
.rtec-add-edit-wrap .rtec-form-field {
    margin-bottom: 30px;
}
.rtec-add-edit-wrap .rtec-input-wrapper {
    position: relative;
}
.rtec-add-edit-wrap input[type="text"],
.rtec-add-edit-wrap input[type="email"],
.rtec-add-edit-wrap input[type="tel"],
.rtec-add-edit-wrap input[type="number"],
.rtec-add-edit-wrap textarea {
    box-sizing: border-box;
    display: inline-block;
    float: none;
    padding: 8px;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.rtec-add-edit-wrap select {
    font-size: 18px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.rtec-add-edit-wrap option {
    padding: 8px;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
}
.rtec-add-edit-wrap input[type="number"] {
    max-width: 100px;
}
.rtec-add-edit-wrap label {
    display: inline-block;
}
.rtec-add-edit-wrap .rtec-checkbox-option-wrap input {
    margin-right: 10px
}
.rtec-add-edit-wrap .rtec-form-buttons {
    text-align: center;
}
.rtec-add-edit-wrap .rtec-form-buttons input{
    margin: 0;
}
.rtec-add-edit-wrap .rtec-custom-hover:hover {
    opacity: .8;
}

.rtec-add-edit-wrap .rtec-valid {
    border: 1px solid rgb(20, 220, 70) !important;
}

.rtec-add-edit-wrap .rtec-error {
    border: 1px solid rgb(255, 92, 51) !important;
}

/* Check for email duplicate */
.rtec-add-edit-wrap .rtec-email-spinner img{
    position: absolute;
    top: 11px;
    right: 11px;
    border-radius: 0;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    width: 24px;
    height: 24px;
}
.rtec-add-edit-wrap .rtec-form-buttons .rtec-email-spinner {
    top: 50%;
    right: 50%;
    margin-top: -12px;
    margin-right: -12px;
}

.rtec-add-edit-wrap .rtec-error-message {
    margin: 0;
    padding: 0 5px;
    font-weight: bold;
    background: rgb(255, 92, 51);
    color: #fff;
    border-radius: 3px;
}
.rtec-add-edit-wrap .rtec-success-message {
    text-align: center;
}

.rtec-mvt-wrapper {
    position: relative;
    padding: 10px;
    margin-bottom: 18px;
    border-radius: 4px;
    background-color: #666;
    color: #fff;
}
.rtec-mvt-wrapper label {
    margin-bottom: 4px;
}
.rtec-mvt-wrapper input {
    vertical-align: middle;
    margin-right: 10px;
}
.rtec-mvt-wrapper .rtec-mvt-label {
    vertical-align: middle;
    margin-right: 18px;
    font-size: 20px;
}
.rtec-mvt-wrapper .rtec-mvt-att {
    display: inline-block;
    vertical-align: middle;
    background-color: #333;
    padding: 2px 8px 4px;
    border-radius: 4px;
    font-size: 14px;
}
.rtec-mvt-att-wrap {
    display: inline-block;
}
.rtec-disabled {
    color: #aaa;
}
.rtec-mvt-wrapper .rtec-error-message {
    bottom: -22px;
    left: 0;
    top: auto
}
.mvt-venue-select .select2-container {
    width: 175px;
}

/* Backup styles */
.tribe-events-notices {
    background: #d9edf7;
    border-radius: 4px;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #fff;
}

/** Payments **/
.rtec-payment-table-wrap {
    margin-bottom: 20px;
}
.rtec-payment-table-wrap table {
    width: 100%;
    margin-bottom: 20px;
    background: #eee;
}
.rtec-payment-table-wrap table tr th:first-child {
    text-align: left;
}
.rtec-payment-table-wrap input[type=submit] {
    float: right;
    margin-bottom: 20px;
}
.rtec-payment-table-wrap input[type=submit]:hover {
    cursor: pointer;
}
.rtec-jstfy-right {
    text-align: right;
}
.rtec-jstfy-center {
    text-align: center;
}
.rtec-payment-total {
    font-weight: bold;
}
.rtec-currency-code {
    padding-left: 5px;
    vertical-align: top;
    font-size: .8em
}
.rtec-payment-table-wrap table {
    border-collapse: collapse;
}
.rtec-payment-table-wrap th,
.rtec-payment-table-wrap td {
    padding: 6px 10px !important;
}
.rtec-payment-table-wrap th {
    font-weight: bold;
}
.rtec-can-wait-link {
    display: inline-block;
    float: right;
    clear: both;
    margin-top: 10px;
}
/* License Notice */

.rtec-license-expired{
    /*float: left;*/
    clear: both;
    width: 96%;
    margin: 10px 0 20px 0;
    background: #F7E6E6;
    padding: 15px 1.5%;
    border: 1px solid #BA7B7B;
    color: #592626;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.rtec-license-expired p{
    /*float: left;*/
    padding: 0;
    margin: 0 5px 0 0;
}
.rtec-license-valid{
    border: 1px solid #5baf2a;
    background: #e2f2d5;
}
#rtec-why-renew{
    clear: both;
    width: 100%;
}
#rtec-why-renew h4{
    /*float: left;*/
    clear: both;
    margin: 15px 0 0 0;
}
#rtec-why-renew p{
    margin: 0;
    clear: both;
}
.rtec-license-countdown{
    background: #fff4c6;
    border: 1px solid #905207;
    color: #905207;
}
/* Re-check button on renew notice */
.rtec-license-expired .rtec-button{
    display: inline-block;
    margin: -5px 0 -4px 15px;
    background: rgba(255,255,255,0.2);

    color: #555;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 26px;
    padding: 0 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);

    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
}
.rtec-license-expired .rtec-button:hover,
.rtec-license-expired .rtec-button:focus{
    border: 1px solid #aaa;
    border: 1px solid rgba(0,0,0,0.3);
    background: rgba(255,255,255,0.9);
}

/* Welcome page */
#rtec-header:after {
    display: table;
    content: " ";
    clear: both;
}
.rtec-welcome .changelog::after{
    display: table;
    content: " ";
    clear: both;
}
.rtec-welcome .rtec-no-bottom.changelog{
  border-bottom: none;
}
.rtec-welcome h1{
    margin: 0.2em 20px 0 0;
}
.rtec-welcome .rtec-welcome-image{
    float: left;
    display: block;
    background: #fff;
    border-radius: 5px;
    margin: 5px 30px 20px 10px;

    box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.05);

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.rtec-welcome .rtec-welcome-image img{
    padding: 5px;
}
.rtec-welcome .rtec-welcome-image:hover{
    margin: 0 25px 15px 5px;

    box-shadow: 0 0 5px 3px rgba(0,0,0,.03);
    -moz-box-shadow: 0 0 5px 3px rgba(0,0,0,.03);
    -webkit-box-shadow: 0 0 5px 3px rgba(0,0,0,.03);

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.rtec-welcome .rtec-welcome-image:hover img{
    padding: 10px;
}
.rtec-welcome .about-text{
    margin: 1em 20px 1em 0;
}
.rtec-welcome .about-description{
    padding-bottom: 20px;
}
.rtec-welcome .changelog{
    border-bottom: 1px solid #ccc;
}
.rtec-welcome .about-wrap .feature-section {
    padding: 0 0 20px;
}
.rtec-welcome .changelog h3{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}
.rtec-welcome .rtec-feature-section-content{
    float: left;
    padding-right: 3%;
    width: 46%;
    box-sizing: border-box;
}
.rtec-welcome .rtec-feature-section-content-two{
    padding-left: 6%;
    width: 50%;
    margin-top: -15px;
}
.rtec-welcome .rtec-feature-section-media{
    float: right;
    text-align: right;
    margin-bottom: 20px;
    width: 51%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rtec-welcome .rtec-feature-section-media img{
    margin: 1px 1px 0 0;
    border: 10px solid #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    box-shadow: 0 0 0 1px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.05);
}
#rtec-admin-tec-welcome .rtec-addon-container {
    display: flex;
}
#rtec-admin-tec-welcome .rtec-addon-icon {
    min-width: 120px;
}
#rtec-admin-tec-welcome .rtec-addon-icon img{
    width: 100%;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#rtec-admin-tec-welcome .rtec-button {
    width: 100%;
    margin-left: 0;
}
.rtec-tec-success button,
.rtec-tec-install .rtec-addon-activate,
.rtec-tec-activate .rtec-addon-install,
.rtec-tec-install .rtec-add-on-status-message,
.rtec-tec-activate .rtec-add-on-status-message{
    display: none;
}
/** Welcome Screen **/

.rtec-welcome-screen {
    padding: 40px;
    max-width: 500px;
    margin: 60px auto;

    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), 0 4px 5px rgba(0, 0, 0, .05);
    color: #003544;
}
.rtec-welcome-text h3 {
    margin-top: 0;
}
.rtec-welcome-text p {
    font-size: 14px;
}
.rtec-addon-container.rtec-standout {
    background-color: #E6F5F9;
}
.rtec-tec-content {
    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: left;
    margin-left: 20px;
}
.rtec-tec-content h4{
    margin-top: 0;
}
.rtec-tec-content .rtec-addon-description {
    font-size: 13px;
    color: #444;
}
#rtec-admin-tec-welcome .rtec-addon-icon {
    max-width: 150px;
    display: inline-block;
    float: left;
}
#rtec-admin-tec-welcome .rtec-addon-icon img{
    width: 100%;
}
#rtec-welcome-license {
    text-align: left;
}
#rtec-welcome-license .rtec-license-field {
    margin-left: 0;
}
#rtec-welcome-license .rtec-addon-manage {
    margin-top: 10px;
}
.rtec-welcome .rtec-feature-section-content li{
    list-style: disc;
    list-style-position: outside;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 20px;
}
.rtec-welcome .rtec-footnote{
    font-size: 12px;
    line-height: 20px;
}
.rtec-welcome .rtec-footnote .dashicons{
    color: #f78c7e;
    margin-right: 5px;
}
.rtec-big-text{
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-right: 20px;
    padding: 6px 10px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 5px;
    font-family: sans-serif;
}
/* Close */
.rtec-welcome .rtec-welcome-close{
    float: right;
    font-size: 22px;
    color: #ccc;
    margin: 0;
}
.rtec-welcome .rtec-welcome-close:focus,
.rtec-welcome .rtec-welcome-close:hover{
    color: #333;
}
.rtec-page-loading{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
/* Disable welcome */
.rtec-redirect-disable {
    float: right;
    font-size: 14px;
}

/* My Registrations */
.rtec-my-registrations .rtec-unregistered-attendee-row {
    background-color: #FFE4CF !important;
}
.rtec-can-wait-link {
    display: inline-block;
    float: right;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 2px solid #68CDC2;
    background: #E6F5F9;
}
#rtec-payment-form .rtec-payment-button {
    float: right;
    margin-bottom: 10px;
    border: 2px solid #68CDC2;
    padding: 10px;
    background: #E6F5F9;
    opacity: .8;
}
.rtec-can-wait-link:hover,
#rtec-payment-form .rtec-payment-button:hover {
    cursor: pointer;
    opacity: 1;
}

/* Reports */
.rtec-reports-section {
    padding: 0 6px;
    margin-bottom: 2em;
}
.rtec-reports-section h3 {
    margin-bottom: .5em;
}
.rtec-reports-section-inputs .rtec-reports-sub-heading {
    display: block;
    margin-bottom: .25em;
    font-weight: bold;
}
.rtec-reports-section #rtec-report-save.button-primary {
    float: right;
    margin-top: 10px;
}
.rtec-input-wrap {
    position: relative;
}
.rtec-input-wrap:hover a {
    display: inline-block;
}
.rtec-reports-section .rtec-input-wrap a {
    top: 0;
}
.rtec-reports-section-inputs,
.rtec-reports-submit-wrap {
    margin-bottom: 1.5em;
}
#rtec_fields_include_all,
#rtec_fields_include_all + label {
    display: inline-block;
    margin-top: .5em;
    margin-bottom: .25em;
}
.rtec-reports-dr-quarterly,
.rtec-reports-dr-custom {
    margin-top: .25em;
}
.rtec-reports-time-wrap > label {
    display: inline-block;
    min-width: 30px;
}

/* Check-in */
.rtec-check-in-col {
    width: 90px !important;
    position: relative;
}
.rtec-check-in-col .rtec-table-changing {
    margin-top: -10px;
    margin-left: -10px;
}
#wpbody-content .rtec-admin-wrap .rtec-admin-check-in {
    margin: 0 5px;
    padding: 5px 5px;
    line-height: 1;
    font-size: 12px;
    min-height: 15px;
    vertical-align: middle;
    max-width: 65px;
}

/** Dash Icons Fall Backs */
/*.fa {
    font-family: dashicons;
    font-style: normal;
    line-height: 1.5;
}*/
.fa-pencil-square-o:before {
    content: "\f464";
}
.fa-trash:before,
.fa-trash-o:before {
    content: "\f182";
}
.fa-envelope-o:before {
    content: "\f465";
}
.fa-chevron-left:before {
    content: "\f341";
}
.fa-money:before,
.fa-flag:before {
    content: "\f227";
}

.rtec-list-checks-wrap {
    margin-top: 10px;
}
.rtec-list-checks-wrap .rtec-list-checkbox {
    display: block;
    margin-bottom: 5px;
}

/* cancel */
.rtec_canceled_pill {
    color: #AE0713;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 5px;
}

/* Bulk Add */
.rtec-p-label {
    margin: 0;
    padding: 8px;
    background: #fff;
}
.rtec-bulk-add-wrap {
    display: none;
    background: #CFF7F3;
    border: 1px solid #9EE6DE;
}
.rtec-toggle-bulk-presets {
    float: right;
}
.rtec-bulk-add-wrap ul {
    display:none;
    margin: 10px 0 0;
    padding: 0 8px;
}
.rtec-bulk-ta-wrap {
    margin-top: 8px;
    padding: 0 8px 8px;
}
.rtec-bulk-add-submit {
    margin-top: 5px;
}
.rtec-bulk-add-submit:hover {
    cursor: pointer;
}

/* Scheduled Messages Summary */
#rtec-scheduled-summary {
    margin-bottom: 20px;
}
.rtec-single-scheduled-summary h3 {
    line-height: 16px;
    margin-bottom: .5em;
}
.rtec-single-scheduled-summary h3 svg {
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
    color: #D74A54;
    vertical-align: bottom;
}

#rtec-scheduled-summary table td {
    padding: 8px 10px;
}
#rtec-scheduled-summary .rtec-scheduled-sent .striped > thead {
    background-color: #CEDCF7;
}
#rtec-scheduled-summary .rtec-scheduled-error .striped > thead {
    background-color: #FFC6C6;
}
#rtec-scheduled-summary .rtec-scheduled-sending .striped > thead {
    background-color: #E6F5F9;
}
#rtec-scheduled-summary .rtec-scheduled-recurrences .striped > thead {
    background-color: #FFE1A8;
}
.rtec-scheduler-schedule {
    display: block;
    opacity: .8;
}
.rtec-radio-event-settings-flex {
    margin-bottom: 4px;
}
/* New Styles */
.rtec-new-styles h1,
.rtec-new-styles h2,
.rtec-new-styles h3,
.rtec-new-styles h4,
.rtec-new-styles p{
    margin-top: 0;
    color: #003544;
}
.rtec-admin-wrap h1 {
  margin: 14px 0 8px;
}

.rtec-new-styles {
    color: #003544;
}
/* Structure */
.rtec-new-styles .rtec-section {
    margin-bottom: 34px;
}
.rtec-new-styles .rtec-standout-section {
    padding: 14px;
    background: #E6F5F9;
    border-radius: 5px;
    border: 1px solid #BEDEE8;
}
.rtec-new-styles .rtec-bump-down {
    margin-top: 14px;
}

/* Typography */
.rtec-new-styles .rtec-heading {
    display: inline-block;
    margin: 0 0 14px;
    font-size: 18px;
}
.rtec-new-styles .rtec-description {
    margin: 0 0 14px;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    color: #6D7282;
}
/** Buttons **/
.rtec-new-styles .rtec-admin-secondary-button svg {
    height: 13px;
    margin-bottom: -2px;
    fill: #2271b1;
}
/** Add Ons Page **/

/* Generic */
.rtec-hide {
    display: none;
}
/* Colors */
.rtec-button {
    background: #1D6E85;
}
.rtec-primary {
    background-color: #1D6E85;
}
.rtec-primary:hover {
    background-color: #468b9d;
  color: #fff;

}
.rtec-primary:focus,
.rtec-primary:active{
    background-color: #156379;
  color: #fff;

}


.rtec-primary-2 {
    background-color: #0E7C2F;
}
.rtec-primary-2:hover {
    background-color: #03933f;
    color: #fff;
}
.rtec-primary-2:focus,
.rtec-primary-2:active{
    background-color: #00702b;
    color: #fff;
}

.rtec-action-svg {
  color: #5768ac;
}
.rtec-alert {
    background-color: #d1972b;
}
.rtec-alert.rtec-casual {
  background-color: inherit;
  color: #d1972b;
  border-left:  none;
  box-shadow: none;
  float: none;
  clear: none;
  padding: 0;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.rtec-alert.rtec-casual span {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.rtec-alert.rtec-casual svg {
  fill: #d1972b;
  height: 14px;
}
.rtec-danger {
    background-color: #d33828;
}
.rtec-danger:hover {
    background-color: #e95948;
}
.rtec-danger:focus,
.rtec-danger:active{
    background-color: #a02217;
}
.rtec-danger-icon {
  color: #d33828;
}
.rtec-danger-icon:hover {
  color: #e95948;
}
.rtec-danger svg,
.rtec-primary svg {
  fill: #fff;
}
.rtec-admin-wrap .rtec-danger-outline {
    border: 1px solid #d33828;
}
.rtec-danger-message {
    margin-top: 4px;

    font-size: 14px;
    line-height: 18px;
    color: #d33828;
}
.rtec-danger-message a {
    color: #7C0A01;
}
.rtec-success-message {
    margin-top: 4px;

    font-size: 14px;
    line-height: 18px;
    color: #03933f;
}
.rtec-success-message a {
    color: #00702b;
}
.rtec-action-disabled {
    position: relative;
    opacity: .9;
}
/* Buttons */
.rtec-button {
  padding: 8px 12px;
  margin-left: 6px;
  line-height: 1.3em;

  border: none;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
}
.rtec-button-small {
  padding: 4px 6px;

  border: 1px solid;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
}
a.rtec-button,
a.rtec-button-small {
  text-decoration: none;
}
a.rtec-button:hover {
  color: #fff;
}
.rtec-button:hover {
  cursor: pointer;
}
.rtec-button:first-child {
  margin-left: 0;
}
.rtec-button svg,
.rtec-button-standard svg{
  height: 14px;
  margin-right: 6px;
}
.rtec-button-small svg {
  height: 12px;
  margin-right: 5px;
}
.rtec-disabled-button {
  background-color: #E1E5F8;
  color: #1D6E85;
}
.rtec-action-disabled:hover,
.rtec-disabled-button:hover{
  cursor: default;
  pointer-events: none;
}
.rtec-secondary-button {
  background-color: #fff;
  color: #1D6E85;
  border: 1px solid #1D6E85;;
}
.rtec-secondary-button:hover {
  background-color: #E1E5F8;
  color: #156379;

}
.rtec-secondary-button:focus,
.rtec-secondary-button:active{
  background-color: #E1E5F8;
  color: #156379;

}
.rtec-action-disabled:hover,
.rtec-disabled-button:hover{
  cursor: default;
  pointer-events: none;
}
.rtec-inline-flex,
.wp-core-ui .rtec-inline-flex{
  display: inline-flex;
  align-items: center;
}
.rtec-vertical-align-flex,
.wp-core-ui .rtec-vertical-align-flex{
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.rtec-flex {
  display: flex;
}
.rtec-flex-center,
.wp-core-ui .rtec-flex-center {
    justify-content: center;
}
.rtec-flex-column {
    flex-direction: column;
}
.rtec-create-min-max-wrap {
  margin-top: 10px;
}
.rtec-create-min-max-sub-wrap {
  gap: 10px
}
.rtec-create-min-max{
  width: 100%;
}
.rtec-create-min-max input{
  width: 100%;
}
.rtec-space-between {
  justify-content: space-between;
}
.wp-core-ui .rtec-no-margin {
  margin-left: 0;
}
.rtec-notice.rtec-no-margin {
  margin: 0;
}
.rtec-admin-notice-banner ul {
    list-style: inside;
}
.rtec-main-wrap .rtec-add-on-status-message {
    margin-top: 6px;
    line-height: 16px;
}
.rtec-main-wrap .rtec-add-on-status-message.rtec-top-message > div {
    background: #fff;
    padding: 10px;

    font-size: 16px;
}
.rtec-add-on-status-message span {
    margin-right: 6px;
}
.rtec-add-on-status-message svg {
    height: 16px;
    vertical-align: top;
}
.rtec-logo img {
    max-height: 150px;
}
.rtec-main-wrap .rtec-add-on-status-message.rtec-top-message .rtec-warning-message,
.rtec-warning-message{
    color: #9e6f1a;
    border: 1px solid #9e6f1a;
    border-left: 3px solid #9e6f1a;
}
.rtec-is-recurring-warning {
    display: block;
}
.rtec-warning-highlight {
  background: #FFE1A8;
}
.rtec-main-wrap .rtec-add-on-status-message.rtec-top-message .rtec-success-message {
    color: #03933f;
    border: 1px solid #03933f;
    border-left: 3px solid #03933f;
}
.rtec-main-wrap .rtec-add-on-status-message.rtec-top-message .rtec-danger-message {
    color: #d33828;
    border: 1px solid #d33828;
    border-left: 3px solid #d33828;
}
.rtec-boxes {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.rtec-doing-ajax {
    pointer-events: none;
}
/* Spinners */
.rtec-spinner-active .rtec-button-text {
    visibility: hidden;
}
.rtec-spinner-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;

    padding: 0 4px;
}
button .rtec-spinner-container {
    display: block;
}
.rtec-spinner-circle {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 4px solid rgba(15, 84, 104, 0.2);
    border-top-color: #1D6E85;
    -webkit-animation: rtecspin 1s infinite linear;
    animation: rtecspin 1s infinite linear;
}
button .rtec-spinner-circle {
    border: 4px solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
}
button .rtec-spinner-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -2px;
}
@keyframes rtecspin {
    100% {
        transform: rotate(360deg);
    }
}

/* Upgrade License */
.rtec-upgrade-license {
    background: #E7FBED;
    color: #10752F;
}
.rtec-upgrade-license a {
    color: #10752F;
}
.rtec-upgrade-license-text,
.rtec-upgrade-license-warning-message,
.rtec-upgrade-license-warning-details span{
    font-weight: 700;
}
.rtec-upgrade-license-banner {
    justify-content: space-between;
}
.rtec-upgrade-license-banner-left,
.rtec-upgrade-license-banner-right{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 1.3em;
}

.rtec-upgrade-license-warning svg{
    fill: #10752F
}
.rtec-upgrade-license-warning-message-wrap {
    font-size: 1.4em;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 12px;
}
.rtec-upgrade-license-warning-details {
    text-align: center;
    margin-bottom: 12px;
}
.rtec-update-upgrade-license-button {
    margin: auto;
    display: block;
}
.rtec-upgrade-license-question {
    font-size: .8em;
}
.rtec-upgrade-license .rtec-upgrade-license-icon img{
    height: 35px;
}
.rtec-upgrade-license-wrap .rtec-action-disabled span {
    visibility: hidden;
}
@media all and (max-width: 950px) {
    .rtec-upgrade-license-banner-left,
    .rtec-upgrade-license-banner-right{
        font-size: 14px;
    }
    .rtec-upgrade-license-question {
        font-size: 12px;
    }
}

/* Add On containers */
.rtec-admin-section {
    max-width: 1100px;
}
.rtec-standout {
    display: flex;
    margin: 20px 0;
}

.rtec-license-container,
.rtec-addon-container {
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;

    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.05), 0 4px 5px rgba(0,0,0,.05);
    color: #003544;
}
.rtec-standout {
    background-color: #E6F5F9;
}
.rtec-standout .rtec-success-message {
    color: #003544;
}
.rtec-addon-container {
    width: calc((100% / 3) - 8px);

    background: #fff;
}
.rtec-addon-container.rtec-full-width {
    width: 100%;
}
.rtec-license-container .rtec-license-field {
    margin-left: 20px;
    margin-top: 10px;
}
.rtec-license-options {
    margin-top: 2px;
}
.rtec-addon-icon svg {
    height: 80px;
}
.rtec-addon-title {
    margin-bottom: 8px;
    margin-top: 12px;

    font-size: 16px;
}
.rtec-addon-description {
    margin-bottom: 16px
}
.rtec-addon-license-wrap {
    margin-top: 22px;
}
.rtec-admin-single-installer {
  max-width: 640px;
}
.rtec-admin-single-installer .rtec-addon-buttons {
  gap: 6px;
}
.rtec-boxes .rtec-addon-license-input,
.rtec-license-container .rtec-addon-license-input{
    width: 74%;
    min-height: 0;
    padding: 7px 12px;
    line-height: 1;

    font-size: 14px;
}
.rtec-boxes .rtec-is-installed .rtec-addon-license-input,
.rtec-license-container .rtec-addon-license-input{
    width: 100%;
}
.rtec-license-container .rtec-addon-license-input{
    margin-bottom: 6px;
}
.rtec-license-container .rtec-addon-buttons button{
    display: none;
    margin-left: 0;
    margin-right: 6px;
}
.rtec-license-container .rtec-license-field-show-activate .rtec-addon-activate {
    display: block;
}
.rtec-license-container .rtec-license-field-show-deactivate .rtec-addon-deactivate {
    display: block;
}
.rtec-license-container .rtec-license-field-show-clear .rtec-addon-clear {
    display: block;
}
.rtec-addon-license-wrap button {
    width: calc(24% - 5px);
    margin-left: 5px;
}
.rtec-boxes .rtec-addon-license-input::placeholder,
.rtec-license-container .rtec-addon-license-input::placeholder{
    color: #7b8f9b;
    font-size: 14px;
}
.rtec-license-options a {
    margin-right: 8px;
}
@media all and (max-width: 850px) {
    .rtec-addon-container {
        width: calc((100% / 2) - 6px);
    }
}

/* Hide last two menu items for welcome pages */
#toplevel_page_registrations-for-the-events-calendar-pro li a[href$="rtec-support"],
#toplevel_page_registrations-for-the-events-calendar-pro li a[href$="rtec-license"]{
  display: none;
}


/** Version Compare Notice **/

.rtec-admin-notices-wrap .rtec-img-wrap {
  width: auto;
}
.rtec-admin-notices-wrap.rtec-admin-notice-banner {
  display: flex;
  max-width: 900px;
  margin-top:30px;
  background: #E6F5F9;
  color: #1D6E85;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 3px 14px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15), 0px 3px 14px rgba(0, 0, 0, 0.12);
  border: none;
}
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-img-wrap,
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-msg-wrap{
  float: none;
}
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-msg-wrap {
  margin-left: 10px;
  max-width: 700px;
}
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-msg-wrap h3 {
  margin: 10px 0 10px;
}
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-msg-wrap h3,
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-msg-wrap div {
  color: #1D6E85;
}
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-msg-wrap div {
  font-size: 14px;
  line-height: 1.4;
}
.rtec-admin-notices-wrap.rtec-admin-notice-banner .rtec-msg-wrap .rtec-button-wrap {
  margin: 20px 0 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.rtec-admin-notices-wrap .rtec-img-wrap svg {
  width: 100%;
  fill: #1D6E85;
}
.rtec-admin-notices-wrap .rtec-svg-wrap {
  border: 3px solid #1D6E85;
  border-radius: 50%;
  padding: 10px;
  height: 50px;
  width: 50px;
  vertical-align: top;
}