/*!
 * Version of CSS file v1.0.0
 * Last update date: 13/05/2022
 */

#id-active-prescriptions-panel-heading,
#id-inactive-prescriptions-panel-heading {
    padding-left: 0px;
}

#id-active-prescriptions-panel-heading>h4,
#id-inactive-prescriptions-panel-heading>h4 {
    color: #000000;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
}

#id-active-prescriptions-panel>.panel-heading>.row>.col-sm-9>div>div>button {
    background: #002664 !important;
    border: 2px solid #002664 !important;
    border-radius: 4px;
    width: auto;
    height: 48px;
}

#id-active-prescriptions-panel>.panel-heading>.row>.col-sm-9>div>div>form>button {
    border: 2px solid #6fb3e0 !important;
    border-radius: 4px;
    width: auto;
    height: 48px;
}

#id-active-prescriptions-panel>div>table>thead>tr,
#id-inactive-prescriptions-panel>div>table>thead>tr {
    background-color: transparent;
    border-top: 3px solid #4C4F55;
}

#id-active-prescriptions-panel>div>table>thead>tr>th,
#id-inactive-prescriptions-panel>div>table>thead>tr>th {
    border: 0px solid transparent;
}

#id-active-prescriptions-panel>div>table>tbody>tr:first-child>td,
#id-inactive-prescriptions-panel>div>table>tbody>tr:first-child>td {
    border-top: 1px solid #4C4F55;
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
}

#id-active-prescriptions-panel>div>table>tbody>tr>td,
#id-inactive-prescriptions-panel>div>table>tbody>tr>td {
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
}

#id-active-prescriptions-panel>div>table>tbody>tr>td:last-child,
#id-inactive-prescriptions-panel>div>table>tbody>tr>td:last-child {
    border-bottom: 1px solid #4C4F55;
    border-right: 0px solid white;
}

#id-active-prescriptions-panel>div>table>tbody>tr:nth-of-type(odd),
#id-inactive-prescriptions-panel>div>table>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

#id-active-prescriptions-panel>div>table>tbody>tr:hover,
#id-inactive-prescriptions-panel>div>table>tbody>tr:hover {
    background-color: #f9f9f9;
}

#id-active-prescriptions-panel>div>table>tbody>tr>td>.action-buttons>form>button,
#id-inactive-prescriptions-panel>div>table>tbody>tr>td>.action-buttons>form>button {
    border: 2px solid #d15b47 !important;
    border-radius: 4px;
}

#selected {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
}

#form_group_taking_hint>div>div>textarea {
    border: 1px solid #4C4F55;
    box-sizing: border-box;
    border-radius: 4px !important;
    min-width: 343px;
}

#id-search-results-header {
    color: #FFFFFF;
}

#id-compound-row {
    padding-bottom: 50px;
}

#prescription_form>.panel-footer {
    padding-left: 0px !important;
}

#prescription_form>div>div>div>.btn-primary {
    background: transparent !important;
    border: 2px solid #002664 !important;
    color: #333333 !important;
    text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
    border-radius: 4px;
    width: 120px;
    height: 48px;
}

#prescription_form>div>div>div>.btn-success {
    background: #002664 !important;
    border: 2px solid #002664 !important;
    border-radius: 4px;
    width: 120px;
    height: 48px;
}

#new_taking {
    background-color: transparent !important;
    border: 2px solid #002664 !important;
    border-radius: 4px;
    height: 48px;
    color: #333333 !important;
    text-shadow: 0 0px 0 rgb(0 0 0 / 25%);
}

#id-active-schedule-takings-heading,
#id-inactive-schedule-takings-heading {
    padding-left: 0px;
}

#grid-basic>thead>tr {
    background-color: transparent;
    border-top: 3px solid #4C4F55;
}

#grid-basic>thead>tr>th {
    border-bottom: 0px solid transparent;
    font-weight: bold;
    color: #333333;
    border-color: transparent;
}

#grid-basic>thead>tr>th:first-child {
    border-left-color: transparent;
}

#grid-basic>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

#grid-basic>tbody>tr:first-child>td {
    border-top: 1px solid #4C4F55;
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
    border-left: 1px solid white;
}

#grid-basic>tbody>tr>td {
    border-bottom: 1px solid #4C4F55;
    border-right: 20px solid white;
}

#grid-basic>tbody>tr>td:last-child {
    border-bottom: 1px solid #4C4F55;
    border-right: 1px solid white;
}

#grid-basic>tbody>tr>td:first-child {
    border-left: 1px solid white;
}

#grid-basic>tbody>tr:hover {
    background-color: #f9f9f9;
}

#grid-basic>tbody>tr>td>.btn.btn-xs.confirmaction {
    border-radius: 4px;
}

#myModal>div>div>div>.modal-title {
    color: #FFFFFF;
}

#form_group_hint>div>div>textarea {
    box-sizing: border-box;
    border-radius: 4px !important;
}

#myModal>div>div>.modal-footer>.submission-button {
    background: #002664 !important;
    border: 2px solid #002664 !important;
    border-radius: 4px;
    width: 120px;
    height: 48px;
}

#myModal>div>div>.modal-footer>.btn.btn-default {
    width: 120px;
    height: 48px;
}
