﻿html {
    background-color: #e5e5e5;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    font-family: Helvetica, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.header_container {
    line-height: 2.5em;
}

.navbar {
    padding: 0;
}

.navbar-headline {
}

.navbar-logo {
    display: inline-block;
    color: white;
    vertical-align: middle;
}

a.navbar-brand {
    color: #0154A2 !important;
    font-size: 1.3em;
    vertical-align: middle;
    margin-left: 5px;
    text-align: left;
    width: 130px;
    word-break: break-word;
    white-space: wrap;
}

.nav-item {
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}

.navbar-nav .nav-item {
    min-height: 65px;
}

.navbar-nav .nav-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link {
    text-decoration: none;
    color: #fff !important;
    background: #0154A2;
    transition: background-color ease 0.4s;
}

a.nav-link:hover,
a.nav-link:focus {
    color: #fff !important;
    background: #007bff !important;
}

.nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #595959;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.dropdown-menu {
    min-width: 0;
    padding: 0;
    margin: 0;
    text-align: center;
    border: none;
    border-top: 1px solid rgba(0,0,0,.15);
    font-size: 0.9rem;
}

a {
    color: #333;
    outline: none;
    /*padding-left: 3px;
    padding-right: 3px;*/
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

table.dataTable tr td span a {
    display: none !important;
}

table.dataTable th {
    font-size: 1em;
}

table.dataTable td {
    font-size: 1em;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

#NavUserInfo {
    font-size: 0.8em;
    color: #0154A2;
    text-align: right !important;
    font-weight: bold;
}

/* Sticky footer styles
-------------------------------------------------- */

@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 .25em .75em rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1em;
    line-height: inherit;
}

footer {
    clear: both;
    background-color: #e5e5e5;
    color: #595959;
    font-size: 0.8em;
    height: 50px;
    padding-top: 10px;
    margin-top: 1.5em;
}

/* custom */

.btn.disabled {
    color: #000 !important;
    background-color: #d6d6d6 !important;
    cursor: default !important;
}

.btn-primary {
    border: none;
    color: #fff;
    background-color: #0154A2;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #007bff;
    }

.btn:focus {
    box-shadow: none;
}

.btn-green {
    border: none;
    color: #fff;
    background-color: #0a6e31;
}

    .btn-green:hover {
        color: #fff;
        background-color: #50be87;
    }

.btn-orange {
    border: none;
    color: #000;
    background-color: #ffb400;
}

    .btn-orange:hover {
        color: #000;
        background-color: #ffd400;
    }

.form-control:focus {
    border-color: #595959 !important;
    box-shadow: 0px 0px 0px 0.2em rgba(0,123,255,0.5) !important;
}

label.control-label {
    /*min-width: 80px;*/
    color: #fff;
    background-color: #515151;
    padding: 3px 10px;
    font-size: 1em;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 0;
}

input.enabled {
    background: #fff;
    pointer-events: auto;
}

input.disabled {
    background: #ddd;
    pointer-events: none;
}

.inputText:not(:disabled):not(:read-only):hover,
.inputText.datepicker:not(:disabled):hover,
.inputTextarea:not(:disabled):hover,
.inputSelect:not(:disabled):hover {
    border: 1px solid #595959;
    box-shadow: 0px 0px 0px 0.2em rgba(0,123,255,0.5);
    margin: 0;
}

inputText:not(:disabled):not(:read-only):hover {
    margin: 1px;
}

.inputText.datepicker:not(:disabled):hover,
.inputTextarea:not(:disabled):hover,
.inputSelect:not(:disabled):hover {
    margin: 0;
}

.inputText {
    padding: 1px;
    box-sizing: border-box;
    text-align: center;
    height: 1.85em;
    line-height: 1.5em;
    vertical-align: middle;
}

.inputTextarea {
    line-height: 1.5em;
    min-height: 3em;
    box-sizing: border-box !important;
    padding: 0.1em 0.4em;
}

.inputSelect {
    border: 1px solid #595959 !important;
    height: 1.75em !important;
    display: inline-block;
    outline: none !important;
    vertical-align: middle;
}

.inputText:read-only {
    background-color: #f0f0f0;
    border: 1px solid #777;
}

.inputText.datepicker:read-only {
    background-color: #fff;
    border: 1px solid #999;
}

.onTop {
    z-index: 1000 !important;
}

#pageLoader {
    width: 100%;
    margin: 1.5em 0;
    text-align: center;
    display: none;
}

.dataTable {
    table-layout: fixed;
    word-wrap: break-word;
}

.fa-chevron-up:before {
    content: "\f077";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #fff;
}

.scroller {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

#submitButton {
    margin: 0 1.2em;
}

.clearFilterArea {
    text-align: right;
    display: none;
}

#SearchFilterArea {
    display: block !important;
    border-radius: 7px !important;
    background: #f6f6f6 !important;
}

    #SearchFilterArea btn {
        margin-left: 5px;
    }

    #SearchFilterArea p:last-child,
    #SearchFilterArea p:last-child > label {
        margin-bottom: 0 !important;
    }



[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 100%;
}

.dataTables_empty {
    /*border-bottom: 1px solid #000;*/
    border-bottom: none;
}

.dataTables_processing {
    z-index: 100;
}

:not([class*=col-]):not(.input-group-btn):not([class*=form-control]).bootstrap-select {
    width: auto !important;
}

.dropdown-item {
    font-family: Helvetica, Arial, Sans-Serif !important;
    color: #000 !important;
    width: auto !important;
}

.bs-searchbox input {
    padding-left: 0;
    padding-right: 0;
}

.page-item.active .page-link {
    color: #000;
    background-color: #0154A2;
    border-color: #0154A2;
}

.page-link:focus {
    box-shadow: 0px 0px 0px 0.2rem rgba(0,123,255,0.5) !important;
}

.dataTables_filter {
    height: 1.5em;
    margin-bottom: 1em;
}

    .dataTables_filter:hover {
        box-shadow: none !important;
    }

    .dataTables_filter input {
        line-height: 1.5em;
        height: 1.5em;
        border: 1px solid #000;
        text-align: center;
        margin-left: 0.5em !important;
    }

.dataTables_processing {
    color: #007bff !important;
}

.dataTables_wrapper .dataTables_paginate {
    font-size: 0.85rem;
    padding-top: 0.5rem;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        border: 1px solid transparent !important;
        background: #0154A2;
        border-radius: 0.25rem;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        border: 1px solid transparent !important;
        background: #c6c6c6;
        border-radius: 0.25rem;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            border: 1px solid transparent !important;
            background: #8f8f8f;
            color: #fff !important;
            border-radius: 0.25rem;
        }

.dataTables_wrapper .dataTables_info {
    font-size: 0.85rem;
    padding-top: 1.55rem;
}

.dataTable > tbody > tr:nth-child(even) {
    background-color: #f0f0f0;
}

.btn-primary.btn_toggled {
    color: #000 !important;
    background-color: #c6c6c6 !important;
}

    .btn-primary.btn_toggled:hover {
        color: #fff !important;
        background-color: #595959 !important;
    }

.btn-primary:disabled {
    color: #000 !important;
    background-color: #c6c6c6 !important;
}

    .btn-primary:disabled:hover {
        color: #000 !important;
        background-color: #c6c6c6 !important;
    }

.migrate_button {
    width: 120px;
}

.table tr th,
.table tr td {
    text-align: center;
    vertical-align: middle;
}

    .table tr td textarea {
        vertical-align: middle;
    }

.migr_newmonthlyfee {
    width: 100px;
    text-align: center;
}

.migr_newdatefrom {
    width: 100px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #595959;
}

input.migr_newcontractlength {
    width: 80px;
    text-align: center;
}

#Migrations select.migr_newcontractlength {
    width: 66px;
    padding-left: 20px !important;
    text-align: center;
}

    #Migrations select.migr_newcontractlength:focus {
        outline: none !important;
    }

.migr_msisdn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

input.migr_msisdn {
    width: 160px;
}

.migr_processtype, .migr_newrateplan {
    width: 100%;
    /*height: 1.75em;*/
    line-height: 1em;
}

#newContractButton {
    margin: 1em 0;
}

#CalcResultWrapper {
    margin-top: 1.5em;
    padding: 1em;
}

#CalcResultText {
    text-align: center;
    font-size: 1.5em;
    padding: 0;
    position: relative;
}

.resultPositive {
    background: #b8ebd6;
}

.resultNegative,
.resultError {
    background: #ffe8f7;
}

.resultMissing {
    background: #f0f0f0
}

.resultNone {
    display: none;
}

select.form-control {
    height: 2em !important;
    padding: 0 0 0 2px !important;
    display: inline-block;
    outline: none !important;
    width: auto !important;
    border: 1px solid #595959;
}

input.migr_control {
    height: 1.6em !important;
}

.migr_msisdn_info {
    color: #0154A2;
    cursor: default;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
}

.migr_msisdn_info_table tr td {
    padding: 5px 10px;
}

    .migr_msisdn_info_table tr td:first-child {
        text-align: left;
        border-right: 1px solid #8f8f8f;
        width: 150px;
    }

    .migr_msisdn_info_table tr td:nth-child(2) {
        min-width: 150px;
    }

.migr_msisdn_info_table tr:not(:first-child) {
    border-top: 1px solid #8f8f8f;
}

.migr_msisdn_info_table tr:first-child td {
    border-right: 0;
    font-weight: bold;
    padding-top: 1px;
}

.tooltip-inner {
    max-width: 400px;
}

input[type="text"].disabled {
    background: #f0f0f0 !important;
    border: 1px solid #8f8f8f !important;
    color: #000 !important;
}

.contractLineTable {
    width: 100%;
}

    .contractLineTable > tbody > tr {
        background-color: transparent !important;
    }

        .contractLineTable > tbody > tr > td {
            border: none;
            padding: 0;
        }

        .contractLineTable > tbody > tr:not(:first-child) {
            border-top: 1px solid #d6d6d6;
        }

.container {
    max-width: 1190px !important;
}

.colorLinks a {
    color: #007bff;
    text-decoration: underline;
}

.loader {
    height: 1em;
}

.inputError {
    border: 2px solid #f00 !important;
    box-shadow: none !important;
}

.btn-medium {
    min-width: 60px;
    padding: .33em 1.2em;
}

.btn-gray {
    color: #000;
    background: #d6d6d6;
    border-color: #d6d6d6;
}

#PatientModal .modal-dialog {
    max-width: 600px;
}

#TreatmentModal .modal-dialog {
    max-width: 400px;
}

#ParamConfigModal .modal-dialog {
    max-width: 760px;
}

#ChoiceConfigModal .modal-dialog {
    max-width: 800px;
}

.formModal .modal-content {
    width: auto;
}

.formModalTable tbody tr td:first-child {
    font-weight: bold;
    width: auto !important;
}

    .formModalTable tbody tr td:first-child label {
        width: 97%;
        margin-right: 10px;
    }

.formModalTable .inputText,
.formModalTable .inputSelect {
    width: 450px;
}

.formModalTable .inputTextarea {
    width: 100%;
}

.formModalTable .int_field2,
.formModalTable .decimal_field {
    width: 200px;
}

.formModalTable tbody tr td {
    padding: .25em .1em;
    vertical-align: top;
}


.formModal .modal-header {
    padding: 0.5em 1em;
}

.formModal .modal-footer {
    padding: 0.75em 1em;
}

.formModalTable .form-control-file {
    padding-top: 0.2em;
}

.simpleModalTable {
    margin-bottom: 0;
    margin-top: -1rem;
}

    .simpleModalTable tbody tr td {
        vertical-align: top;
    }

.form-control-file {
    height: 2em;
}

.offerTable .inputText {
    width: 70px;
}

.offerTable tr td,
.offerTable tr th {
    border-left: 1px solid #c6c6c6;
}

    .offerTable tr td:first-child,
    .offerTable tr th:first-child {
        border-left: 1px solid #000;
    }

.offerTable tr:first-child td,
.offerTable tr:first-child th {
    border-top: 1px solid #000;
}

.offerTable tr td:last-child,
.offerTable tr th:last-child {
    border-right: 1px solid #000;
}

.offerTable tr:nth-child(2) th:nth-child(5) {
    border-right: none;
}

.offerTable tr td:nth-child(3),
.offerTable tr td:nth-child(5),
.offerTable tr td:nth-child(8),
.offerTable tr:first-child th:nth-child(3),
.offerTable tr:first-child th:nth-child(4),
.offerTable tr:first-child th:nth-child(5),
.offerTable tr:nth-child(2) th:nth-child(1),
.offerTable tr:nth-child(2) th:nth-child(3) {
    border-left: 1px solid #000;
}

.offerTable tr td:nth-child(2) {
    font-size: 0.95em;
}

.offerCard,
.summaryCard,
.configCard {
    margin: 1.5em 0;
    display: block !important;
    border-radius: 7px !important;
    background: #f6f6f6 !important;
}

    .offerCard .card-title,
    .summaryCard .card-title,
    .configCard .card-title {
        text-decoration: underline;
        font-weight: bold;
        font-size: 1.25em;
    }

        .offerCard .card-title:not(:first-child) {
            margin-top: 0.5em;
        }

        .summaryCard .card-title:not(:first-child) {
            margin-top: 0.75em;
        }


    .offerCard .card-body,
    .summaryCard .card-body,
    .configCard .card-body {
        padding: 0.75em 1.25em 1.25em 1.25em;
    }

.configSubcard {
    margin-top: 1em;
}

    .configSubcard .card-body {
        padding: 0.5em 1.25em 1em 1.25em;
    }

    .configSubcard .card-title {
        text-decoration: none;
        margin-bottom: 0.25em;
    }

.summarySubcard .card-title {
    text-decoration: none;
    margin: 0.75em 0;
}

.summarySubcard .card-body {
    padding: 0 1.25em;
}

.card-header {
    background-color: #d6d6d6;
}

    .card-header h4,
    .card-header h5 {
        margin-bottom: 0;
    }

.emptySummary.card-body {
    padding: 1.25em;
}

.emptySummary h4 {
    margin: 0;
}

.summaryTable {
    border-collapse: collapse !important;
}

/*.summaryTable tr td,
    .summaryTable tr th {
        border: 1px solid black;
    }

    .summaryTable thead tr {
        border-bottom: 2px solid #000;
    }*/

.tableBorderBottom tfoot tr {
    border-bottom: 1px solid #dee2e6;
}

/*.summarySubcard .card-body div:first-child table tfoot tr {
    border-bottom: 1px solid #dee2e6;
}*/

.summaryTable tfoot tr td:not(:first-child) {
    font-weight: bold;
}

#serviceSummarySubcard .card-body {
    padding-top: 0;
}

.tableBorderTopNone thead tr th {
    border-top: none;
}

.badge {
    font-size: 1em !important;
    font-weight: normal !important;
}

.badge-dark {
    color: #fff !important;
    background-color: #595959 !important;
}

#OfferSheet .card-header {
    position: relative;
}

#ShowDocumentsButton {
    position: absolute;
    right: 1em;
    top: calc(0.5em - 1px);
    color: #000 !important;
    background-color: #ffd200 !important;
    font-size: 1.1em;
}

#DocumentModal .modal-header {
    color: #000;
    padding: 0.75rem 1rem;
}

#DocumentModal .modal-body {
    padding: 0 1rem;
}

.link-orange {
    color: #0154A2 !important;
}

.paramsTable tbody tr td:first-child {
    padding-left: 2em;
    font-weight: bold !important;
    text-align: left;
    width: 25%;
}

.paramsTable tbody tr td:nth-child(2) {
    text-align: center;
}

.paramsTable label {
    margin: 0;
}

.info-error {
    background-color: #ffe8f7;
    color: #000;
}

.info-ok {
    background-color: #b8ebd6;
    color: #000;
}

.checkbox-container {
    display: block;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 30px;
        width: 30px;
        z-index: 1;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: 30px;
    background-color: #eee;
    z-index: 0;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #0154A2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 7px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card-header-narrow {
    padding: .5rem 1.25rem !important;
}

.form-control {
    height: 2.5rem !important;
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #e0e0e0;
    }

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link {
        border-radius: 7px;
        margin: 3px 0;
    }

.nav-link i,
.navbar-brand i {
    margin-right: 7px;
}

.dataTables_paginate {
    margin-top: 10px;
}

.bootbox-small .modal-dialog {
    max-width: 420px;
}

.custom-control-label::before {
    top: 0.23rem;
    width: 2.5rem !important;
}

.custom-switch .custom-control-label {
    cursor: pointer;
    padding-left: 10px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0154A2;
    background-color: #0154A2;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,0.5);
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.3rem) !important;
}

#PatientTable > tbody > tr,
.paramTable > tbody > tr {
    background-color: #f0f0f0;
}

    #PatientTable > tbody > tr > td:not(:last-child) {
        cursor: pointer;
    }

    #PatientTable > tbody > tr:not(:first-child) > td {
        border-top: 1px solid #777;
    }

#PatientTable_filter {
    display: none;
}


#PatientTable > thead > tr:first-child > th {
    font-size: 0.9em;
}

td.details-control {
    font-size: 1.5em !important;
    color: #007bff;
}

tr.shown td.details-control {
    color: #595959;
}

div.slider {
    display: none;
}

#TreatmentTable > tbody > tr.hospitalizationRow {
    color: #000;
    background-color: rgba(0,123,255,0.2);
    transition: background-color 0.3s ease;
}

    #TreatmentTable > tbody > tr.hospitalizationRow:hover {
        background-color: rgba(0,123,255,0.5);
    }

#TreatmentTable > tbody > tr.followUpRow {
    color: #000;
    background-color: #b8ebd6;
    transition: background-color 0.3s ease;
}

    #TreatmentTable > tbody > tr.followUpRow:hover {
        background-color: #50be87;
    }

#TreatmentTable > tbody > tr > td:not(:last-child) {
    cursor: pointer;
}

#TreatmentTable > tbody > tr > td {
    border-bottom: 1px solid #777;
}

.cursor-pointer {
    cursor: pointer;
}

.fa-medium {
    font-size: 1.2em;
}

.filterRow:focus {
    outline: none;
}

.detailsRow > td {
    padding: 0 0 0.5rem 0 !important;
}

.clearButton {
    color: #515151;
}

#FormGroupAccordion > .card > .card-header {
    color: #fff;
    background-color: #0154A2;
    transition: background-color ease 0.4s;
}

    #FormGroupAccordion > .card > .card-header:hover {
        background-color: #007bff;
    }

#FormGroupAccordion > .card > div > .card-body {
    padding: 0;
}

#LabSequenceAccordion > .card {
    border: none;
}

    #LabSequenceAccordion > .card > .collapse {
        border-left: 1px solid rgba(0,0,0,.125);
    }

    #LabSequenceAccordion > div:not(:empty):last-child) > .collapse {
        border-top: 1px solid #777
    }

    #LabSequenceAccordion > .card > .card-header {
        font-weight: bold;
        color: #000;
        background-color: #ddd;
        transition: background-color ease 0.4s;
        border: 1px solid #777;
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

        #LabSequenceAccordion > .card > .card-header:hover {
            background-color: #ccc;
        }

        #LabSequenceAccordion > div:last-child > .card-header {
            margin-bottom: 0;
            border-radius: calc(.25rem - 1px);
        }

#LabSequenceAccordion .dataTables_info {
    margin-left: 1em;
    padding-top: 1.1em;
}

#LabSequenceAccordion .dataTables_paginate {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-top: 0;
}

#LabSequenceAccordion .labSequenceTable {
    border-bottom: 1px solid #777;
}

#nav-all-results .paramTable {
    border-left: 1px solid rgba(0,0,0,.125);
}

.labSequenceTable > thead > tr:first-child > th,
.labSequenceTable > tbody > tr:first-child > td {
    border-top: none;
}

.paramTable > thead > tr > th {
    border-bottom: 1px solid #777 !important;
}

.paramTable > tbody > tr:not(.rowHidden) > td {
    border-bottom: 1px solid #777;
}

.bootstrap-select .filter-option {
    white-space: normal;
}

.preloader {
    align-items: center;
    background-color: transparent;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    transition: opacity 0.3s linear;
    width: 100%;
}

.resultListRow {
    background-color: rgba(0,123,255,0.2) !important;
    font-size: 0.9em;
}

    .resultListRow > td {
        padding-bottom: 0;
    }

    .resultListRow .dataTables_wrapper .dataTables_info {
        padding-top: 0.5em;
    }

    .resultListRow .dataTables_wrapper .dataTables_paginate {
        padding-top: 0;
        padding-bottom: 0.3rem;
        margin-top: 5px;
    }

.resultTable {
    border-bottom: 1px solid #777;
}

    .resultTable > thead > tr > th {
        border-bottom: 1px solid #777;
    }

.rowHidden {
    display: none;
}

#OptimedIdTable tbody tr:first-child td {
    padding-top: 0;
}

.btn-small {
    font-size: 0.8em;
    padding: 0.3rem 0.6rem;
}

.color-yellow {
    color: #ff7900;
}

.custom-file {
    width: 40%;
    height: auto;
}

.custom-file-input {
    height: 1.875em;
}

.custom-file-label {
    line-height: 1.75em;
    height: 1.875em;
    border-radius: 0;
    padding: 0 .625em;
    margin-bottom: 0;
    overflow: hidden;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #595959 !important;
    box-shadow: 0px 0px 0px 0.2em rgba(0,123,255,0.5) !important;
}

.custom-file-input:lang(pl) ~ .custom-file-label::after {
    content: "Przeglądaj";
    line-height: 1.75em;
    height: 1.875em;
    border-radius: 0;
    padding: 0 .625em;
}

nav[data-toggle="toc"] {
    top: 20px;
}

    nav[data-toggle="toc"] .nav > li > a:focus, nav[data-toggle="toc"] .nav > li > a:hover {
        border-left: none;
        padding-left: 20px;
    }

    /* small screens */
    @media (max-width: 768px) {
        /* override stickyness so that the navigation does not follow scrolling */
        nav [data-toggle="toc"] {
        margin-bottom: 20px;
        position: static;
    }

        /* PICK ONE */
        /* don't expand nested items, which pushes down the rest of the page when navigating */
        nav[data-toggle="toc"] .nav .active .nav {
            display: none;
        }
    /* alternatively, if you *do* want the second-level navigation to be shown (as seen on this page on mobile), use this */
    /*
  nav[data-toggle='toc'] .nav .nav {
    display: block;
  }
  */
}

nav[data-toggle="toc"] .nav-link.active,
nav[data-toggle="toc"] .nav-link.active:focus,
nav[data-toggle="toc"] .nav-link.active:hover {
    border-left: none;
    background-color: #007bff;
}

.help-screen {
    margin-left: 3em;
    margin-bottom: 2em;
}

.form-extra-padding {
    padding: 5px 20px;
}

.lab-results-tab-padding {
    margin-left: 1rem;
    margin-top: 3px;
}

.modal-open {
    overflow: scroll;
}