﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/*messenger styles classes*/
.madison-messenger .toast-header {
    background-color: white;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: rgb(247,143,30);
    font-weight: 900;
}

.madison-messenger .hx-messenger-error .toast-body {
    background-color: rgb(237,21,102);
    color: white;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}

.madison-messenger .hx-messenger-information .toast-body {
    background-color: rgb(247,143,30);
    color: white;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}

/*booking information classes*/
.booking-reference-table tbody tr:nth-child(1) {
    font-weight: 500;
}

/*modals classes*/
.attendee-booking-modal-dialog {
    max-width: fit-content !important;
}

.booking-information-modal-dialog {
    max-width: fit-content !important;
}

.booking-information-modal-content {
    width: 900px !important;
}

.booking-information-modal-body {
    padding: 0 !important;
}

.cvent-info-modal-dialog {
    max-width: fit-content !important;
}

.cvent-info-modal-content {
    width: 1200px !important;
}

.cvent-info-modal-body {
    padding: 0 !important;
}

.assign-ownership-modal-dialog {
    max-width: fit-content !important;
}

.assign-ownership-modal-content {
    width: 600px !important;
}

.attendee-notes-modal-body {
    /*padding: 0 !important;*/
}

.attendee-notes-modal-dialog {
    max-width: fit-content !important;
}

.attendee-notes-modal-content {
    width: 900px !important;
}

.assign-ownership-modal-body {
    /*padding: 0 !important;*/
}

.email-modal-dialog {
    max-width: fit-content !important;
}

.email-modal-content {
    width: 1200px !important;
}

.email-modal-body {
    /*padding: 0 !important;*/
}

/*  End of modal classes */

/*notes table classes*/
.notes-table-header-row {
    background-image: linear-gradient(180deg, rgb(236,54,94) 0%, #f26f45 70%);
    color: white;
}

.notes-table-item-row {
}

.notes-table-date-header {
    width: 180px;
}

.notes-table-created-by-header {
    width: 180px;
}

.notes-table-notes-details-header {
    width: 800px;
}

.notes-table-actions-header {
    width: 140px;
}

.notes-table-item {
    height: 40px !important;
    text-align: left;
    text-overflow: ellipsis;
}

.notes-table-action-item {
    text-align: center;
}

.notes-table-pager .page-item.active .page-link {
    background-image: linear-gradient(180deg, rgb(236,54,94) 0%, #f26f45 70%);
}

.page-item.active .page-link {
    border-color: transparent !important;
}

.action-button span:hover {
    border: 2px solid;
    border-color: gray;
    border-radius: 5px;
}

.component-wrapper {
    border: solid 1px #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px -3px rgb(0 0 0 / 20%);
    padding: 15px;
    margin-bottom: 15px;
}

.action-buttons-wrapper {
    text-align: center;
}

.action-button {
    width: 30px !important;
    display: inline-block !important;
    background-color: transparent;
    border: none;
}

.page-header {
    padding: 10px 15px 10px 15px;
    margin-bottom: 20px;
    background-image: linear-gradient(180deg, rgb(236,54,94) 0%, #f26f45 70%);
    color: rgb(237 21 102);
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.page-header-element {
    display: inline-block;
    color: white;
    text-decoration: none;
}

.page-header a:hover {
    color: inherit;
    text-decoration: none;
}

.page-header-left {
    text-align: left;
}

.page-header-right {
    text-align: right;
}

/*cvent info classes*/
.cvent-info-row {
    padding: 5px;
}

.cvent-info-field {
    display: inline;
}

.cvent-info-subtitle {
    font-weight: bold;
    display: inline;
}

.cvent-info-section-header {
    background-color: rgb(237,21,102);
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 0 15px 0 15px;
    font-size: large;
    font-family: 'Raleway', sans-serif;
    /*margin: 15px;*/
}

.cvent-info-sub-section-header {
    background-color: rgb(237 130 21);
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 0 15px 0 15px;
    font-size: large;
    font-family: 'Raleway', sans-serif;
    margin: 10px 10px 10px 10px !important;
    border-radius: 8px;
}

/* assign-owner-table */
.assign-owner-table-type-header {
    width: 60px;
}

.assign-owner-table-name-header {
    width: 140px;
}

.assign-owner-table-owners-header {
    width: 550px;
}

.no-padding-col {
    padding: 0 !important;
}

.gray-background {
    background-color: lightgray;
}

.gray-borders {
    border: solid 2px lightgray;
}

.gray-top-and-bottom-borders {
    border-top: solid 2px lightgray;
    border-bottom: solid 2px lightgray;
}

.division-line {
    border: 1px solid rgb(237,21,102);
}

.division-line-gray {
    border: 1px lightgray;
    border-style: inset; 
}

.verticalLine {
    border: thick solid #ff0000;
}



/* Loading page */
.triangle-container {
    left: calc(-50vw + 50%);
    position: fixed;
    right: calc(-50vw + 50%);
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(180deg, rgb(236,54,94) 0%, #f26f45 70%);
}

.triangles {
    background-image: url("../images/triangles.svg");
    background-size: cover;
    height: 100%;
    bottom: 0;
    left: 0;
    mix-blend-mode: hard-light;
    position: fixed;
    right: 0;
    top: 0;
    background-position: center center;
}

.loading-container {
    position: relative;
    text-align: center;
    background-color: #fff;
    margin: 10% auto 0 auto;
    padding: 20px;
}

.loading-container-main-title {
    color: rgb(237 21 102);
    font-size: 18px;
    margin-top: 15px;
    font-family: 'Raleway', sans-serif;
}


/* ---------  global styles for tables ------------- */
.table-header-row {
    background-image: linear-gradient(180deg, rgb(236,54,94) 0%, #f26f45 70%);
    color: white;
}

.table-item-row {
}

.table-item-row-deleted {
    background-color: rgb(237,61,92) !important;
    color: white !important;
}

.table-pager .page-item.active .page-link {
    background-image: linear-gradient(180deg, rgb(236,54,94) 0%, #f26f45 70%);
}
/* ---------  end of global styles for tables ------------- */

/* ---------  global styles for buttons ------------- */
.confirm-button {
    background-color: rgb(247,143,30) !important;
    color: white !important;
    border-color: transparent !important;
}

.cancel-button {
    background-color: rgb(126,126,126) !important;
    color: white !important;
    border-color: transparent !important;
}

.delete-button {
    background-color: rgb(235,2,2) !important;
    color: white !important;
    border-color: transparent !important;
}
/* ---------  end of global styles for buttons ------------- */


.mud-table-cell-custom-group {
    font-weight: 500;
}

.mud-table-cell-custom-group-footer {
    padding-bottom: 50px;
    text-align: right;
}


.attendee-table-cell {
    font-size: 12px !important;
    padding: 3px !important;
    text-align: center !important;
}

.might-overflow {
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

    .might-overflow:hover {
        text-overflow: clip !important;
        white-space: normal !important;
        word-break: break-all !important;
    }

.spinner {
    text-align: center;
}

.buttons-wrapper {
    text-align: right !important;
    margin-top: 15px !important;
}

.spinner-border {
    color: rgb(236,18,120);
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 600;
}

.hx-grid-sorted .hx-icon {
    color: white !important;
}

.audit-table-action-header {
    width: 150px;
}
