:root {
    --primary-item-color: #06a98f;
    --primary-item-color-hover: #3a8575;
    --primary-button-color: #06a98f;
    --primary-button-color-hover: #3a8575;
    --warning-button-color: #feca00;
    --warning-button-color-hover: #e9bb06;
    --danger-button-color: #f83e3e;
    --danger-button-color-hover: #bb2d3b;
}

div.form-col-container {
    margin-top: 20px;
}

div.form-col-container-error label:first-child {
    color: #ff0000;
}

div.portal_form_inline_calendar_container {
    background: #ffffff;
    border: 1px solid #dee2e6;
    padding: 10px;
    user-select: none;
}

table.portal_form_inline_calendar {
    width: 100%;
}

table.portal_form_inline_calendar tr th {
    background: #f6f3ee;
    color: #505050;
    font-size: 12px;
    text-align: center;
    height: 30px;
}

table.portal_form_inline_calendar tr th a.Navigation {
    color: #505050;
    text-decoration: none;
    font-size: 14px;
}

table.portal_form_inline_calendar tr th a.Navigation:hover {
    color: #808080;
    text-decoration: none;
    font-size: 14px;
}

table.portal_form_inline_calendar tr td {
    background: #ffffff;
    color: #505050;
    font-size: 10px;
    text-align: center !important;
}

table.portal_form_inline_calendar tr td.Today {
    background: #eeeeee;
}

table.portal_form_inline_calendar tr td a.d {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 250px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

table.portal_form_inline_calendar tr td a.dw {
    color: #505050;
    background: #e8f4ea;
}

table.portal_form_inline_calendar tr td a.dh {
    color: #505050;
    background: #f8f7ff;
}

table.portal_form_inline_calendar tr td a.h {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 11px;
    text-align: center !important;
    text-decoration: none;
    display: block;
    font-weight: normal;
    margin: 1px;
}

table.portal_form_inline_calendar tr td a.hf {
    color: #505050;
    background: #e8f4ea;
}

table.portal_form_inline_calendar tr td a.hh {
    color: #505050;
    background: #eeeeee;
}

table.portal_form_inline_calendar tr td a.hs {
    color: #ffffff;
    background: #b7d3c1;
}

table.portal_form_inline_calendar tr td a.hu {
    color: #ffffff;
    background: #fbc4ab;
}

.my-btn-success {
    background-color: var(--primary-item-color);
    color: #ffffff;
}

.my-btn-success:hover {
    background-color: var(--primary-button-color-hover);
    color: #ffffff;
}

.my-btn-primary {
    background-color: var(--primary-item-color);
    color: #ffffff;
}

.my-btn-primary:hover {
    background-color: var(--primary-button-color-hover);
    color: #ffffff;
}

.my-btn-warning {
    background-color: var(--warning-button-color);
    color: #ffffff;
}

.my-btn-warning:hover {
    background-color: var(--warning-button-color-hover);
    color: #ffffff;
}

.my-btn-danger {
    background-color: var(--danger-button-color);
    color: #ffffff;
}

.my-btn-danger:hover {
    background-color: var(--danger-button-color-hover);
    color: #ffffff;
}
