﻿:root {
    --main-page-background-color: #fafafa;
    --wrapper-margin-top: 56px;

    --top-navi-color:  #333;
    --top-navi-background-color: #ffffff;
    --top-navi-color-hover: #fff;
    --top-navi-background-color-hover: #0018A8;
    --top-navi-brand-image: url('../images/db/db-logo-2.png');
    --top-navi-brand-image-margin-left: 15px;
    --top-navi-brand-image-margin-right: 15px;
    --top-navi-brand-padding: 0px 64px;
  
    --top-nav-a-selected-color: #1C1C1C;
    --top-nav-selected-border-bottom: 4px solid #0018A8;

    --btn-primary-background-color: #0c2340;
    --btn-primary-btn-outline: #0c2340;
    --btn-primary-hover-background-color: #0098db;
    --btn-primary-active-background-color: #123561;
    --btn-primary-active-hover-background-color: #123561;
    
    --tab-background-color-hover: #333;
    --k-grid-header-background-color: #0c2340;
    --k-grid-tr-k-alt-background-color: white;
    --k-header-color: white;
    --k-window-titlebar-k-header-background-color: #0c2340;
    
    --bts-red: #a94442;
    --btn-default-background: #ffffff;
    --btn-default-border: 1px solid #a9a9a9;
    
    --btn-success-background-color: #0098db;
    --btn-success-border-color: #0098db;
    --btn-success-hover-background-color: #0098db;

    --my-interest-filter-button-margin-left:0px;

    --button-group-partial-hr-display:none;
}

#grid-listview.k-grid td, #grid-analysts.k-grid td {
    border-width: 0px 0px 1px 0px !important;
    border-color: rgba(0,0,0,0.15) !important;
    padding: 22px 12px !important;
}

.moreinfo-presenter-grid.k-grid tr.k-alt {
    background-color: #f3f4f5 !important;
}

.bts-photo-sm2 {
    max-width: 42px !important;
    max-height: 42px !important;
    margin-right: 8px;
}

.list-view-pName {
    font-weight: 600 !important;
}

.list-view-dateStart {
    font-weight: 600 !important;
}

table[id^="agenda-table"].multiTrackTable {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

table[id^="agenda-table"].oneTrackTable {
    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;
    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 {
    background-color: #0C2340;
    border: 0px solid #000000;
    border-right: none;
    border-bottom: none;
    color: #ffffff;
    font-family: arial;
    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 {
    font-weight: bold;
    vertical-align: top;
    font-family: Arial;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}

.oneTrackWidth {
    width: 30%;
}

.print-agenda-button {
    background-color: #0C2340;
    font-family: arial;
    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;
}

.tableHeaderText {
    padding-bottom: 12px;
}
