﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --bs-blue: #4e73df;
    --bs-blue-rgb: 78,115,223;
    --bs-indigo: #6610f2;
    --bs-indigo-rgb: 102,16,242;
    --bs-purple: #6f42c1;
    --bs-purple-rgb: 111,66,193;
    --bs-pink: #e83e8c;
    --bs-pink-rgb: 232,62,140;
    --bs-red: #e74a3b;
    --bs-red-rgb: 231,74,59;
    --bs-orange: #fd7e14;
    --bs-orange-rgb: 253,126,20;
    --bs-yellow: #f6c23e;
    --bs-yellow-rgb: 246,194,62;
    --bs-green: #1cc88a;
    --bs-green-rgb: 28,200,138;
    --bs-teal: #20c9a6;
    --bs-teal-rgb: 32,201,166;
    --bs-cyan: #36b9cc;
    --bs-cyan-rgb: 54,185,204;
    --bs-white: #fff;
    --bs-white-rgb: 255,255,255;
    --bs-gray: #858796;
    --bs-gray-rgb: 133,135,150;
    --bs-gray-dark: #5a5c69;
    --bs-gray-dark-rgb: 90,92,105;
    --bs-primary: #4e73df;
    --bs-primary-rgb: 78,115,223;
    --bs-secondary: #858796;
    --bs-secondary-rgb: 133,135,150;
    --bs-success: #1cc88a;
    --bs-success-rgb: 28,200,138;
    --bs-info: #36b9cc;
    --bs-info-rgb: 54,185,204;
    --bs-warning: #f6c23e;
    --bs-warning-rgb: 246,194,62;
    --bs-danger: #e74a3b;
    --bs-danger-rgb: 231,74,59;
    --bs-light: #f8f9fc;
    --bs-light-rgb: 248,249,252;
    --bs-dark: #5a5c69;
    --bs-dark-rgb: 90,92,105;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
/*.modal {
    position: relative;
}
.modal-dialog {
    position:fixed;
}*/
.modal-dialog {
    margin:initial;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.footer {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium - display 4  */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

/* large - display 6 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(16.666%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-16.666%);
    }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

#body-row {
    margin-left: 0;
    margin-right: 0;
}

#sidebar-container {
    min-height: 100vh;
    padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
    width: 200px;
    max-width:200px;
}

.sidebar-collapsed {
    width: 70px;
    max-width: 70px;
}

/* Menu item*/
/*#sidebar-container .list-group a {
    height: 50px;*/
    /*color: white;*/
/*}*/

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
    /*height: 45px;*/
    padding-left: 30px;
}
#sidebar-container .list-group-item {
    padding: 0.75rem;
    border-color: rgba(0, 0, 0, 0.125);
}

.sidebar-submenu {
    font-size: 0.9rem;
}

/* Separators */
/*.sidebar-separator-title {
    background-color: #333;
    height: 35px;
}

.sidebar-separator {
    background-color: #333;
    height: 25px;
}

.logo-separator {
    background-color: #333;
    height: 60px;
}*/

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
    content: " \f0d7";
    /*font-family: FontAwesome;*/
    font-family: 'Font Awesome\ 5 Free';
    font-weight:900;
    display: inline;
    text-align: right;
    padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    /*font-family: FontAwesome;*/
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    /*font-weight: 900;*/
    display: inline;
    text-align: right;
    padding-left: 10px;
}
#editorDiv_Letter_LetterContent {
    height: 1471.1811023622px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#editorDiv_Communication_Action_Notes {
    height: 200px;
    border-width: 1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion-container {
    padding-bottom: 15px;
}

.accordion-heading {
    font-size: 20px;
    padding: 5px 0;
}

.accordion-question {
    /*background-color: #ffffff;
    font-weight: bold;*/
    padding: 5px;
    border-bottom: 1px solid #ebedf2;
}

    .accordion-question-header:hover {
        background-color: #f4f6f9;
    }

    .accordion-question:first-of-type {
        border-top: 1px solid #ebedf2;
    }

.accordion-question-header {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    min-height: 32px;
}

.accordion-plus-icon {
    height: 10px;
    text-align: right;
    float: left;
    padding-top: 3px;
    cursor: pointer;
    color: #000;
}

.accordion-fix {
    font-weight: normal;
    margin-right: 15.5px;
    font-size: 12px;
}

.accordion-answer {
    /*padding: 20px 0 0 25px;
    font-size: 12px;
    font-weight: normal;*/
    display: none;
    white-space: pre-wrap;
}

.accordion-cursor:hover,
.accordion-question-header:hover {
    cursor: pointer;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0em;
}