﻿@font-face {
    font-family: 'Amplitude Regular';
    src: url('../fonts/Amplitude-Regular-Regular.ttf');
}

@font-face {
    font-family: 'Amplitude Medium';
    src: url('../fonts/Amplitude-Medium-Regular.ttf');
}

@font-face {
    font-family: 'Amplitude Light';
    src: url('../fonts/Amplitude-Light-Regular.ttf');
}

:root {
    --special-character-font-file-url: ../css/fonts/Arial.ttf;
    --special-character-font-file-url-bold: ../css/fonts/Arial-Bold.ttf;
    --special-character-font-file-url-italic: ../css/fonts/Arial-Italic.ttf;
    --special-character-font-file-url-bold-italic: ../css/fonts/Arial-Bold-Italic.ttf;
    --special-character-font-file-url-amplitude-regular: ../css/fonts/Amplitude-Regular-Regular.ttf;
    --special-character-font-file-url-amplitude-bold-regular: ../css/fonts/Amplitude-Bold Regular.ttf;
    --special-character-font-file-url-amplitude-medium: ../css/fonts/Amplitude-Medium-Regular.ttf;
    --special-character-font-file-url-amplitude-light: ../css/fonts/Amplitude-Light-Regular.ttf;
}

.k-grid .grid-search {
    max-width: 25.7em;
    width: 100%;
    float: right;
    padding-left: 5px;
}

.top-panel-container {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 15px;
    justify-content: space-between;
    width: 100%;
    gap: 10px
}

.inner-container {
    padding-left: 0;
    max-width: 25.7em;
    width: 100%;
}

.widget-buttons-container {
    text-align: right;
    min-width: fit-content;
}

.search-input-icon {
    width: calc(16px + 0.75rem);
    height: 2.25rem;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#moreInfoDialog.presenter-tab {
    padding: 0 8px;
}

#moreinfo-agenda-detail-window-table-view {
    position: relative;
}

.moreinfo-presenter-detail li {
    margin-top: 4px;
}

.moreinfo-presenter-detail .k-grid .k-hierarchy-col {
    width: 20px;
}

.moreinfo-presenter-grid {
    border: none;
}

/*Text overflow ellipsis for cells with overflow*/
.moreinfo-presenter-grid tr {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*Show all text on table row hover*/
.moreinfo-presenter-grid tr:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-word;
}

.moreinfo-presenter-grid thead .k-hierarchy-cell.k-header {
    vertical-align: middle;
}

.moreinfo-presenter-grid .k-detail-cell {
    padding: 0;
}

.moreinfo-presenter-grid .k-grid-toolbar {
    background-color: inherit;
}

.moreinfo-presenter-detail .contact-header {
    font-weight: bold;
}

#moreinfo-agenda-date {
    width: 290px;
}

#moreinfo-agenda-track {
    width: 190px;
}

#moreinfo-agenda-detail-window .agenda-search {
    width: 15.7em;
    float: right;
}

#moreinfo-agenda-detail-window .agenda-panel-head h4 {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

#moreinfo-agenda-details-content {    
    padding: 8px;
}

#moreinfo-agenda-details-content.printing {
    width: 210mm !important;
}

#moreinfo-agenda-detail-window .contact-name {
    /*font-weight: bold;*/
}

#moreinfo-agenda-detail-window .contact-title {
    font-style: italic;
}

#moreinfo-contacts-details-content .moreinfo-contact-panel .contact-img {
    display: inline-block;
    margin: 25px 15px 5px 5px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}

#moreinfo-contacts-details-content .moreinfo-contact-panel-details h2 {
    font-size: 1.4em;
    font-weight: normal;
    margin-bottom: 0;
}

#moreinfo-contacts-details-content .moreinfo-contact-panel-details {
    display: inline-block;
    vertical-align: top;
}

kendo-pdf-document td {
    overflow: hidden;
    white-space: normal;
}

.k-pdf-export .k-icon.k-i-expand,
.k-pdf-export .k-icon.k-i-collapse,
.k-pdf-export .k-header-column-menu,
.k-pdf-export .k-grid-filter,
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap {
    display: none;
}

.k-pdf-export .k-grid-header {
    padding-right: 0px !important;
}

.k-pdf-export .k-grid-content {
    overflow-y: hidden;
}

.pull-bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 15px;
    margin-right: 15px;
}

#addToScheduleButton a {
    background-color: #006de3;
    font-family: arial, sans-serif;
    color: #ffffff;
}

#removeFromScheduleButton a {
    font-family: arial, sans-serif;
    color: #ffffff;
}

.page-template {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-template .header {
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
}

.page-template .footer {
    position: absolute;
    height: 10px;
    bottom: 30px;
    left: 20px;
    right: 20px;
}

.agenda-custom-footer, .agenda-printed-custom-footer {
    width: 100%;
}

.agenda-custom-footer.print, .agenda-printed-custom-footer.print {
    margin-top: auto;
}

.pres-landscape-printh {
    min-height: 580px;
}

.pres-portrait-printh {
    min-height: 905px;
}

label {
    font-weight: normal;
}

/* bootstrap overwrite */
.row-m-none {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0 !important;
}

.bts-photo {
    max-width: 100px;
    height: 100%;
    max-height: 100px;
}

.bts-photo-frame {
    height: 110px;
    min-width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* IE 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .moreinfo-presenter-grid .presenter-widget-print-button {
        display: none;
    }

    #moreinfo-agenda-detail-window #moreinfo-agenda-print {
        display: none;
    }
}

.visually-hidden {
    border: 0;
    clip-path: path('M 0 0');
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*Agenda settings*/

table[id^="agenda-table"].multiTrackTable {
    min-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

table[id^="agenda-table"].oneTrackTable {
    min-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

table[id^="agenda-table"] td {
    border: 0px solid #000000;
    border-right: none;
    border-bottom: none;
    white-space: normal;
    padding: 5px;
    color: #000000;
    font-family: arial, sans-serif;
    vertical-align: top;
    text-align: left;
}

table[id^="agenda-table"] td:last-child {
    border-right: 0px solid #000000;
}

table[id^="agenda-table"] tr:last-child td {
    border-bottom: 0px solid #000000;
}

table[id^="agenda-table"] th:not(.tableHeader) {
    border: 0px solid #000000;
    border-right: none;
    border-bottom: none;
    font-family: arial, sans-serif;
    font-weight: normal;
    padding: 5px;
    white-space: normal;
}

table[id^="agenda-table"] th:last-child {
    border-right: 0px solid #000000;
}

table[id^="agenda-table"] .font-bold {
    font-weight: bold;
}

.timeSlotColumn {
    vertical-align: top;
    font-family: Arial, sans-serif;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}

.oneTrackWidth {
    width: 20%;
}

.print-agenda-button {
    background-color: var(--btn-print-agenda-button-color, #004B8D);
    font-family: arial, sans-serif;
    color: var(--btn-print-agenda-button-text-color, #ffffff);
    border-radius: 6px;
    position: absolute;
    right: 0px;
}

.print-agenda-button:focus, .print-agenda-button:hover, .print-agenda-button:active {
    color: #ffffff !important;
}

.clickable:hover {
    cursor: pointer;
}

.requested {
    background-color: lightblue;
}

table[id^="agenda-table"] td[rowspan] {
    page-break-inside: avoid !important;
    page-break-after: avoid !important;
}

.agenda-print-header {
    font-family: arial, sans-serif;
}

.tableHeaderText, .printedTableHeaderText {
    padding-bottom: 12px;
}

.agendaSearch {
    margin-right: 0;
    padding-left: 10px;
}

.agendaDateFilter,
.agendaTrackFilter {
    padding-left: 0;
    padding-right: 10px;
}

#moreinfo-agenda-details-table-content .btn.float-end {
    background: transparent;
    color: black;
}

.tableHeaderText > table, .printedTableHeaderText > table {
    width: 100% !important;
}

.w-inline-label {
    width: 4.5rem;
}

.popover.popover-small {
    min-width: 400px;
}
.popover.popover-medium {
    min-width: 500px;
}
.popover.popover-large {
    min-width: 700px;
}
