﻿:root {
    --main-blue: #2C3E50;
    --main-red: #e74c3c;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
    max-width: 500px;
}


.btn-header-button {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF5C1A;
    --bs-btn-border-color: #FF5C1A;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #DB4C18;
    --bs-btn-hover-border-color: #DB4C18;
    --bs-btn-focus-shadow-rgb: 82, 167, 224;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2a7aaf;
    --bs-btn-active-border-color: #2772a4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #C1836A;
    --bs-btn-disabled-border-color: #c1836a;
}

/*.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(0, 0, 0, 0.7);
    --bs-navbar-hover-color: #000;
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: #000;
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: #000;
    --bs-navbar-brand-hover-color: #000;
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}*/

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

.full-width {
    max-width: 1200px;
    width: 100% !important;  
}

.textarea-height {
    min-height: 400px;
}

.form-control {
    min-height: 40px;
}

.form-control-tall {
    min-height: 168px !important;
}

.form-group {
    padding-bottom: 10px;
}

.details-header {
    font-size: 22pt;
    color: #BE7D57;
}

.details-header-blue {
    font-size: 18pt;
    color: var(--main-blue);
}

.details-header-red {
    font-size: 18pt;
    color: var(--main-red);
}

.control-label {
    font-weight: bold;
    font-size: 20px;
    color: var(--main-blue);
}
.bottom-padded {
    padding-bottom: 15px;
}

.k-upload .k-upload-files {
    max-height: 600px;
}

.form-control-image {
    /*font-size: 20px;
    color: var(--main-blue);
    height: 400px !important;*/
    display: block;
    max-height: 300px;
    max-width: 300px;
    border: 2px solid var(--bs-gray-700);
    border-radius: 10px
}

.k-button-solid-base {
    border-color: #3498db;
    color: #ffffff;
    background-color: #3498db;
}

.care-plan-section-border {
    border-color: var(--main-blue);
    border-style: solid;
    border-width: 1px;
    margin-bottom: 20px;
    padding: 10px;
}

/*.k-scheduler-dayview .k-scheduler-table td,
.k-scheduler-weekview tr:nth-child(2) .k-scheduler-table td,
.k-scheduler-monthview .k-scheduler-table td {
    height: 150px !important;
}
*/

.thin-button {
    width: 35px !important;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.header-control {
    /*width: 100% !important;*/
    position: relative;
    display: inline-block !important;
}

.material-icons {
    /*font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;*/
    font-size: 18px; /* Preferred icon size */
    /*display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;*/
    /* Support for all WebKit browsers. */
    /*-webkit-font-smoothing: antialiased;*/
    /* Support for Safari and Chrome. */
    /*text-rendering: optimizeLegibility;*/
    /* Support for Firefox. */
    /*-moz-osx-font-smoothing: grayscale;*/
    /* Support for IE. */
    /*font-feature-settings: 'liga';*/
}

.button-spacer {
    margin-left: 20px;
}

.header-info-spacer {
    margin-left: 30px;
}


.form-control-date {
    display: block;
    width: 250px !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.no-wrap-label {
    display: inline-block; max-height: 0; max-width: 0;
}

.mobile-font-size {
    font-size: 9pt !important;
    font-family: "Verdana" !important;
}

.med-qtn-row {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.mobile-section-border {
    margin-top: 20px;
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    padding: 10px;
}

.header-section {
    /*margin-top: 20px;*/
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    border-color:grey;
    padding: 10px;
}

.date-control {
    width: 300px !important;
    height: 35px;
}

.yes-no-dropdown {
    width: 150px !important;
    height: 35px;
}

.header-button {
    margin: 5px;
}

.width-300 {
    width: 300px !important;
    height: 35px;
}

.training-expiring {
    background-color: #FADBD8 !important;
}

.full-border{
    border: 1px solid gray;
    border-radius:10px;
}

.app-table {
    font-size: 1.2rem;
}

.app-table-buttons {
    display:flex;
}

@media screen and (max-width: 600px) {
    .app-table {
        font-size: 0.8rem;
    }
}


.date-picker {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 1rem !important;
    line-height: 24px !important;
    border: 1px solid #ced4da !important;
    padding: 6px 12px !important;
    border-radius: 3px !important;
    outline: none !important;
}

.date-picker:focus {
    border: 1px solid #ffae8d !important;
    box-shadow: 0 0 0 4px #fdd4c4 !important;
}

.number-picker{
    width:100px;
}

.staff-policy-heading {
    text-align: center;
    padding: 15px;
    background: #EDEDED;
       
}

.align-buttons-right {
    text-align: right;
}


/d-flex-button-sizing{
    margin: 10px;
}

.bg-header-layout {
    --bs-bg-opacity: 1;
    background-color: #044C70 !important;
}

pre {
    font-size: 16px;
    font-family: var(--bs-font-sans-serif);
}


.signature-img {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    width: auto;
    max-width: 100%;
    max-height: 150px; /* ensures it’s not tiny but also not too tall */
}

@media (min-width: 992px) {
    .signature-img {
        max-width: 400px; /* on desktop, cap width */
        max-height: 120px;
    }
}

.signature-pad {
    width: 100%;
    height: 150px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .signature-pad {
        max-width: 400px;
        height: 120px;
    }
}

.signature-wrapper {
    display: inline-block;
}