html,
body {
    background-color: #F5F5F5;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    height: 100vh;
    margin: 0;
    font-size: 1.36vh;
}

input[type="file"] {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 2px 3px;
    cursor: pointer;
}

@media (min-width: 1280px) {
    .container {
        max-width: 100% !important;
    }
}


/* ===== Scrollbar CSS ===== */


/* Firefox */

.my_scrollbar {
    scrollbar-width: auto;
    scrollbar-color: #dbdbdb #F5F5F5;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
}

.my_scrollbar_2,
.my_scrollbar::-webkit-scrollbar,
.my_scrollbar::-webkit-scrollbar-track {
    /*border-radius: 14px;*/
}
.my_scrollbar_2::-webkit-scrollbar{
    width: 15px !important;
}

/* Chrome, Edge, and Safari */

.my_scrollbar::-webkit-scrollbar {
    /* width: 25px; */
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.my_scrollbar::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.my_scrollbar::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 14px;
    border: 5px solid #F5F5F5;
}


/* ===== Scrollbar CSS - KONIEC ===== */


/* ===== Scrollbar - NEW -  CSS ===== */
/* Firefox */

.my_scrollbar_new::-webkit-scrollbar {
    scrollbar-width: thin !important;
}

.tableFixHead .my_scrollbar_new::-webkit-scrollbar-track {
    background: #F5F5F5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.my_scrollbar_new::-webkit-scrollbar-thumb {
    background-color: #9bc2e6;
    border-radius: 5px;
    border: 2px solid #F5F5F5;
}
/* ===== Scrollbar - NEW -  CSS - KONIEC ===== */


ol#li_scrollbar {
    border: 1px solid rgba(252, 250, 250, 0) !important;
}

ol#li_scrollbar:hover {
    border: 1px solid #e1e0e0 !important;
    border-radius: 10px;
    background-color: #f1efef;;
}


/* ====== Edycja - Proces-2  ===== */
link.active {
    color: #fff;
    background-color: #0d6efd;
}

.navbar.proces-2 {
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}
.nav-item.proces-2,
.nav-item.proces-2:active {
    margin: 0 5px;
    border-radius: 0.5rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
    min-width: 3.4rem;
    min-height: 3rem;
}
.nav-link.proces-2 {
    color: white;
    border-radius: 0.5rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
    min-width: 3.4rem;
    min-height: 3rem;
}

#div_navbar-example2 {
    /*scroll-behavior: smooth;*/
    padding: 0 1rem;
}

h4.proces-2 {
    background-color: lightgray;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    margin: 2rem 0;
}

h4.proces-2_fixed {
    position: fixed;
    top: 21vh;
    width: calc(100% - 671px);
    z-index: 100;
}


.proces-2_select-2_add {
    position: absolute;
    text-align: center;
    bottom: 0.7rem;
    left: 23.2rem;
}

input.proces-2_text_inne {
    border: 1px solid rgb(8 8 8 / 8%);
    border-radius: 0.5rem;
    padding: 0.2rem 0.7rem;
    width: 100%;
}
/* ====== KONIEC - Edycja - Proces-2  ===== */

.my_ShowFormFile {
    float: left;
    border: 1px solid silver;
    margin: 5px;
    border-radius: 10px;
}

.my_logo {
    top: 0;
    left: 0;
    position: absolute;
}

.img_logo {
    height: 40px;
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.content {
    text-align: center;
}

.title {
    font-size: 84px;
}

.links>a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}


/* welcome - KONIEC */


/* formularz Logowania */

.my_FormLogin {
    position: fixed;
    right: 0;
    bottom: 28vh;
    z-index: 90;
    width: 45%;
    background-color: rgb(38 38 38);
}

.my_FormLogin_card {
    background-image: linear-gradient(to right, rgba(38,38,38,1), rgba(255,255,255,0) 10%, rgba(255,255,255,0.5) );
}

.my_FormLogin .card-header {
    text-align: center;
    font-size: xx-large;
    background-color: unset;
    border-bottom: 1px solid rgba(38, 38, 38, .125);
    color: whitesmoke;
}

.my_FormLogin label {
    color: whitesmoke;
}

.my_FormLogin .card-body {
    padding-top: 20px;
    padding-bottom: 40px;
}


.my_FormLogin_LeftDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 65vw;
    height: 100vh;
    background-color: #262626;
    padding: 32vh 22vw;
    z-index: 89;
}

.my_FormLogin_RightDiv {
    position: fixed;
    right: 0;
    top: 0;
    width: 35vw;
    height: 100vh;
    background-color: cornflowerblue;
    z-index: 89;
}

.img_logo_login {
    width: 20vw;
}


/* KONIEC - formularz Logowania */

.my_Footer {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 40px;
    border-top: 1px solid rgb(191 191 191 / 10%);
    padding-top: 10px;
    background-color: #262626;
    margin-left: -15px;
    box-shadow: 0 3px 5px 5px gray;
    border-bottom: 1px solid rgb(151 151 151 / 30%);
    z-index: 91;
}


/* menu procesy */

.my_MenuProcesyLista {
    background-color: #FFF;
}

.my_MenuProcesyLista_KO {
    height: 10vh;
}


/* KONIEC - menu procesy */

.vh-99 {
    min-height: 100%;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-right: 0;
}

.my_top_title_div {
    padding: 6px 0;
}

.my_top_title {
    font-size: 1.8rem;
    /* font-family: my_FontHouse; */
}

.my_top_title_text {
    font-size: 1rem;
    font-family: my_FontHouse;
}

.vh-naglowek {
    position: fixed;
    min-height: 55px;
    height: 55px;
    color: #979797;
    background-color: #262626;
    box-shadow: 0px 3px 5px grey;
    border-bottom: 1px solid rgb(151 151 151 / 30%);
    z-index: 91;
}

.vh-tytul {
    top: 55px;
    left: 0;
    position: fixed;
    height: 50px;
    text-align: start;
    background-color: #F5F5F5;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    color: rgba(0, 0, 0, .5);
    z-index: 89;
    padding: 8px;
    font-size: 14px;
    width: calc(100vw - 14%);
}

.my_navbar {
    background-color: #E9ECEF;
    border-radius: 3px;
    border: none;
    padding: 8px;
    height: 36px;
    z-index: 88;
}

.fas,
.fa {
    font-size: 18px;
}

.primary_container {
    margin-top: 90px;
}

.vh-stopka {
    min-height: 50px;
    height: 50px;
    vertical-align: middle;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vcenter_div {
    display: inline;
    vertical-align: middle;
    float: none;
}

.img_div {
    text-align: center;
}

.img-img {
    width: 15rem;
}

.card_margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.card {
    margin: 20px;
    border: 1px solid #7F7F7F;
    -webkit-box-shadow: 0px 0px 2px 2px silver;
    box-shadow: 0px 0px 2px 2px silver;
}

.my_card {
    border: 5px;
}

div.kafelek {
    opacity: 0.9;
}

div.kafelek_hover:hover {
    opacity: 1.0;
    transform: scale(1.03);
}

a.kafelek_hover:hover,
div.kafelek {
    display: block;
    color: inherit;
    text-decoration: none;
}

div.navbar_auth {
    position: fixed;
    top: 0px;
    right: 0px;
    font-size: 10px;
    z-index: 90;
}

div.Menu_standard {
    width: 270px;
    padding: 20px 0;
    font-size: 14px;
    position: fixed;
    right: 0px;
    height: 100vh;
    top: 55px;
    z-index: 90;
}

a.navbar_navigate {
    color: #3e50b4;
    text-decoration: none;
    margin: 0 8px !important;
}

.navbar_navigate {
    margin-top: 10px;
}

a.navbar_navigate:hover {
    color: rgba(0, 0, 0, .7);
}

span.navbar_navigate {
    font-weight: bold;
    color: rgba(0, 0, 0, .8);
    margin-left: 8px !important;
}

i.separator {
    padding-right: 0;
    padding-left: 8px;
    color: #3e50b4;
    font-size: 12px;
}

.menu_nav_button {
    text-align: start;
    /* padding: 0.2rem 0.7rem; */
    text-shadow: 0 0 black;
    font-size: 0.9rem;
}

.my_MenuButtons,
.my_TopMenuButtons {
    color: rgb(250 250 250 / 50%) !important;
    text-decoration: none !important;
}

.nav-link:hover,
.nav-link:active,
.nav-link:visited,
a.nav-link:focus {
    color: #fff !important;
}

.img-img {
    width: 12rem;
}

img.p-5 {
    padding: 1rem!important;
}

a.nav-link-level-2 {
    padding-left: 30px;
}

.div-bordered {
    /* height: 76vh; */
    border: 1px solid #dee2e6;
    padding: 15px 0 0 15px;
}

.border-rounded-top {
    border-top-left-radius: 0.7rem!important;
    border-top-right-radius: 0.7rem!important;
    overflow: auto;
}

#container-before-menu {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tab-content {
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    padding: 0.7rem;
    padding-left: 1rem;
    height: calc(100vh - 210px);
    background-color: #E9ECEF;
}

.tab-content_2,
.tab-content_2a {
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.7rem;
    background-color: #FFFFFF;
}

.tab-content_2 {
    height: calc(100vh - 170px);
}

.tab-content_2a {
    height: calc(100vh - 200px);
}

.tab-content_3,
.tab-content_4 {
    overflow: hidden;
    border: 1px solid silver;
    border-radius: 0.5rem;
    border-top-left-radius: unset;
    padding: 0.7rem;
    padding-left: 1rem;
    height: unset;
    background-color: unset;
}

.tab-content_3 {
    border-top-left-radius: unset;
}

.tab-content_4 {
    border-top-left-radius: 0.5rem;
}

.my_tab-content {
    border: unset !important;
}

.tab-content-noborder {
    overflow: hidden;
    border: none;
    min-height: 72vh;
    padding: 0.7rem;
}

.my_TabContentRounded {
    border-radius: 0.5rem;
    height: calc(100vh - 165px);
}

.div_center {
    text-align: -webkit-center;
}

table.table-proces {
    width: 100%;
}

tr.table-proces {
    border-bottom: 1px solid #dee2e6;
    cursor: pointer;
}

.td-proces {
    padding: 0.1rem 0.5rem;
    font-size: 0.9rem;
}

.my_TabsAppWizard {
    background: #b2b2b2;
    margin-bottom: 0.3rem;
    height: 3rem;
    width: 13rem;
    /* pointer-events: none; */
}

a.my_TabsAppWizard {
    text-decoration: none;
    color: #fff;
}

a.my_TabsAppWizard:hover {
    text-decoration: none;
    color: #fff;
}

.my_TabsAppWizard.active {
    background: #cc8f00c4 !important;
    pointer-events: auto;
}

.my_TabsAppWizard.visited {
    background: #33a7d7;
    pointer-events: auto;
}

a.my_TabsAppWizard:not(a.my_TabsAppWizard.active ~ a):not(a.my_TabsAppWizard.active) {
    background: #33a7d7;
    pointer-events: auto;
}

.my_TabsAppWizard_span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 15rem;
}

span.my_TabsAppWizard_span::after,
span.my_TabsAppWizard_span.active::after,
span.my_TabsAppWizard_span.visited::after {
    content: "";
    /* right: 100%; */
    top: 0;
    border-top: 1.5rem solid transparent;
    border-bottom: 1.5rem solid transparent;
}

a.my_TabsAppWizard span.my_TabsAppWizard_span::after {
    border-left: 1.5rem solid #b2b2b2;
}

a.my_TabsAppWizard.active span.my_TabsAppWizard_span::after {
    border-left: 1.5rem solid #cc8f00c4 !important;
}

a.my_TabsAppWizard.visited span.my_TabsAppWizard_span::after {
    border-left: 1.5rem solid #33a7d7;
}

a.my_TabsAppWizard:not(a.my_TabsAppWizard.active ~ a):not(a.my_TabsAppWizard.active)>span.my_TabsAppWizard_span::after {
    border-left: 1.5rem solid #33a7d7;
}

.my_TabsAppWizard_p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    border-right: 1px solid rgb(255 255 255 / 40%);
}

.my_TabsAppWizard_div_opis {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 10rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.my_TabsAppWizard,
.my_TabsAppWizard.active,
.my_TabsAppWizard.visited {
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

a.sortable_column {
    color: white !important;
}
a.sortable_column:hover {
    color: blue !important;
}

.my-tabs-app {
    border: 1px solid #dee2e6 !important;
    color: black !important;
}

.my-tabs-app:hover {
    background-color: #dee2e6 !important;
    color: black !important;
}

.my-tabs-app.active,
.my-tabs-app.active:active {
    background-color: rgb(91 155 213) !important;
    color: white !important;
}

.my-tabs-app.active:hover {
    background-color: rgb(91 155 213) !important;
    color: white !important;
    box-shadow: inset 0px 0px 3px 0.2rem rgba(255, 255, 255, 1) !important;
}

a.my-tabs-app.focus,
a.my-tabs-app:visited {
    color: black !important;
}

a.my_disabled {
    pointer-events: none;
}

.my-tabs-zasoby,
.my-tabs-srodki {
    border: 1px solid #c8cbcf !important;
    color: #33a7d7 !important;
}

.my-tabs-zasoby:hover,
.my-tabs-srodki:hover {
    background-color: whitesmoke !important;
    color: #33a7d7 !important;
}

.zasoby_nav-tabs,
.srodki_nav-tabs {
    margin: 0;
    border: none;
    color: #33a7d7 !important;
}

.my-tabs-zasoby.active,
.my-tabs-srodki.active,
.my-tabs-zasoby.active:hover,
.my-tabs-srodki.active:hover {
    background: rgb(51 167 215 / 60%) !important;
    color: #fff !important;
}

.table-row {
    cursor: pointer;
}

.table_action {
    white-space: nowrap;
    width: 1px;
}

div.wyszukiwarka {
    padding-bottom: 2rem;
    text-wrap: nowrap;
    display: inline-flex;
    flex-wrap: nowrap;
}

input.wyszukiwarka {
    width: 18rem;
}

tr.tabela-naglowek {
    /* background-color: #f8f9fa; */
    background-color: rgb(51 132 215 / 30%);
}

.card_delete {
    background-color: #dc3545!important;
}

.card_edit {
    background-color: #007bff!important;
}

.card_info {
    background-color: #17a2b8!important;
}

.card_add {
    background-color: #28a745!important;
}

.card_warning {
    background-color: #eea724!important;
}

.card_danger {
    background-color: #DC3545!important;
    color: #FFFFFF !important;
}

.card_add,
.card_edit,
.card_info,
.card_delete {
    opacity: 0.9;
    color: #fff!important;
}

.site_header {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

.site_name {
    margin-top: 0.5vh;
    font-size: 1.6rem;
    font-style: italic;
}

.index-info {
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dee2e6;
    width: -webkit-fill-available;
}

.index-info-input {
    disabled: disabled !important;
    border: none !important;
}

.index-form-info {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: max-content;
}

.btn_table_status {
    opacity: 0.6 !important;
}

.btn_table {
    margin-right: 3px;
}

.btn-position {
    text-align: right;
    margin-top: 1.5vh;
}

.btn-position-2 {
    text-align: right;
    margin-bottom: 1.5vh;
}

.kafelek_ramka {
    overflow: hidden;
    padding: 1.5vh;
    text-align: center;
}

.kafelek_ramka_scroll {
    overflow: hidden;
    padding: 1vh;
    text-align: center;
    overflow-y: auto;
}

.kafelek_ramka_mini_menu {
    overflow: hidden;
    padding: 1.5vh;
    text-align: center;
    background-color: cornsilk;
    border-radius: 15px;
}

.kafelek_1 {
    border: 1px solid #8095aa;
    border-radius: 1vh!important;
    cursor: pointer;
    margin: 1.5vh;
    height: 14vh;
    width: 30vh;
    vertical-align: middle;
    text-align: center;
    padding: 1rem;
    display: inline-block;
    font-size: 2.4vh;
}

.kafelek_2 {
    cursor: pointer;
    margin: 1.5vh;
    height: 14vh;
    width: 30vh;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.kafelek_1:hover,
.kafelek_2:hover {
    box-shadow: 1px 1px 2px rgb(100, 100, 100), 0 0 25px rgb(100, 100, 100), 0 0 5px rgb(100, 100, 100);
    border-radius: 1vh!important;
}

.kafelek_top {
    border: 1px solid #8095aa;
    border-bottom: none;
    border-top-left-radius: 1vh!important;
    border-top-right-radius: 1vh!important;
    height: 4vh;
    padding: 0.8vh;
    background-color: #dee2e6;
    font-weight: bold;
    font-size: 1.4vh;
    text-transform: capitalize;
}

.kafelek_bottom {
    border: 1px solid #8095aa;
    border-bottom-left-radius: 1vh!important;
    border-bottom-right-radius: 1vh!important;
    height: 10vh;
    padding: 0.5vh 1vh;
    font-size: 1.4vh;
    text-align: left;
    background-color: #fff;
}

.kafelek_btn {
    padding-top: 2vh;
    opacity: 1;
    padding: 3.15rem !important;
}

.form_opcja {
    font-size: 0.7rem;
}


/* Kafelki z licznikami */

.kafelek_info_wrap {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    word-wrap: break-word;
    inline-size: 299px;
    min-height: 5rem;
}

.kafelek_info {
    text-align: center;
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
}

.kafelek_info_licznik {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    min-height: 2.5rem;
}

.kafelek_info_opis {
    text-align: center;
    font-size: 1.0rem;
    float: bottom;
}

.kafelek_separator {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}

.font_finish {
    color: #28a745!important;
}

.font_wait {
    color: #dc3545!important;
}

.font_wait_orange {
    color: #dc6335!important;
}

.font_all {
    color: #007bff!important;
}

.my_left_container,
.my_left_container_2_col,
.my_center_container,
.my_primary_container {
    height: calc(100vh - 114px);
}

.my_left_container {
    width: 18vw;
    padding-left: 10px;
}

.my_left_container_2_col {
    width: calc(100vw - 254px);
    padding-left: 15px;
}

.my_center_container {
    width: 68vw;
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 1.2rem;
    line-height: 1rem;
    margin-bottom: 0;
    width: auto;
    padding: 5px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 0.3rem!important;
}

.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 0.3rem!important;
}

.process-uncompleted {
    background-color: #ffc14d !important;
    color: white;
}

.process-completed {
    background-color: deepskyblue !important;
    color: white;
}

.process-none {
    background-color: gainsboro !important;
}

.process-uncompleted,
.process-completed,
.process-none {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 15px 0px 15px 0px;
}


/* Scrolbar - Procesy */

.table-wrapper-scroll-y {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 290px);
}

.proceses_table-wrapper-scroll-y {
    position: relative;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(90vh - 204px);
}

.proces_form_tab_group_div {
    overflow-y: auto;
    height: 125px;
    width: 27rem;
    border: 2px solid #F5F5F5;
    border-radius: 0.5rem;
    margin-right: 15px;
    margin-left: -3px;
    padding-top: 5px;
    padding-right: 1rem;
    padding-left: 3px;
    background-color: #fffacd;

}
.proces_form_tab_group_div-2 {
    overflow-y: none;
    width: 27rem;
    border: 2px solid #F5F5F5;
    border-radius: 0.5rem;
    margin-right: 15px;
    margin-left: -3px;
    padding-top: 5px;
    padding-top: 3rem;
    padding-right: 1rem;
    padding-left: 3px;
    background-color: #fffacd;
}

.uv-logo {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 100;
}


/* Nadpisywanie Klas Bootstrapa */

.card_radius {
    border-radius: 25px !important;
}

.card_radius_header {
    border-top-left-radius: 24px !important;
    border-top-right-radius: 24px !important;
}

.modal-content {
    border-radius: 20px !important;
}

.nav-tabs .nav-link {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
    padding: 8px 20px !important;
    left: -1px;
}

.toggle.btn {
    min-height: 30px;
    height: 2.3rem !important;
}

.table-sm td,
.table-sm th {
    padding: 0.2rem 0.5rem;
    line-height: 1.8rem;
}

.pagination {
    position: fixed;
    right: 300px;
    bottom: 7%;
    z-index: 90;
}

.btn-primary,
.btn-secondary,
.btn-info,
.btn-danger,
.btn-success,
.btn-warning {
    color: #fff;
    opacity: 0.9;
}

a.text-muted,
a.text-muted:hover {
    text-decoration: none;
}

input[type=checkbox],
input[type=radio] {
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    padding: 10px;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover{
    color: #fff;
}

label.form-check-label {
    margin: 0 0.6rem;
    width: max-content;
}

div.form-check {
    margin: 0.2rem 0;
}

div.alert {
    position: absolute;
    /*margin: 10% 30%;*/
    /*padding: 2rem;*/
    z-index: 1001;
    min-width: 20%;
    /*min-height: 6rem;*/
    font-size: 1.5rem;
    right: 270px !important;
    top: 1px !important;
}

div.alert_bg {
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.table {
    font-size: 1.4vh;
}


/*
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #F5F5F5 !important;
}
*/

.table thead th {
    vertical-align: middle !important;
    border: 0px solid #fff !important;
}

.table-hover tbody tr:not(.tr_hover_off):hover {
    /* color: rgb(0 55 255); */
    background-color: rgb(0 55 255 / 15%) !important;
}


/* Button On/Off */

.toggle-on.btn,
.toggle-off.btn {
    padding: 5px;
    border-radius: 0.35rem;
}

.toggle-off.btn {
    border: 1px solid silver;
    background-color: #B2B2B2 !important;
}

.toggle-on.btn {
    /*border: 1px solid silver;
    /*background-color: red !important;*/
}


/* button Info */

.btn-circle {
    width: auto !important;
    border-radius: 50%;
    height: 1.36rem;
    width: 1rem;
    padding: 0.11rem;
    margin-left: 1rem;
    color: honeydew !important;
    text-decoration: none !important;
    transform: scaleY(1);
    /* rozwijamy element do całej jego wysokości */
    -webkit-transform: scaleX(1);
    -webkit-transform-origin: 50% 0;
    transition: 2000ms;
    /* wydłużamy wykonywanie stylów */
}

.btn_info {
    border: 1px solid;
    border-radius: 50%;
    padding: 2px;
    margin-left: 1rem;
}

.btn-primary-light {
    color: #fff;
    background-color: #00b7ff;
    border-color: #00b7ff;
}

input.wartosc_ryzyka {
    width: 50px;
    height: 50px;
    margin: auto;
    font-weight: bold;
    font-size: x-large;
    padding: unset;
}

input.poziom_ryzyka {
    width: 100px;
    height: 50px;
    font-size: large;
    margin: auto;
}


/* card slider */

.card_information {
    top: 55px;
    z-index: 100;
    position: fixed;
    height: 100%;
    background-color: rgba(80, 82, 80, 0.98);
    color: white;
    padding-left: 2rem;
    padding-top: 2rem;
    width: calc(((100vw / 12) * 2) + 20px);
    right: calc(0vw - (((100vw / 12) * 2) + 20px));
}

.MiniPanelMenu {
    top: 55px;
    right: 15px;
    position: fixed;
    /* position: absolute; */
    height: auto;
    padding: 1rem;
    width: 19vw;
    background-color: rgba(80, 82, 80, 0.98);
    color: white;
    display: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#MiniPanelMenu_UserProfil {
    width: 24vw;
}

#info_button_exit {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1rem;
    margin-top: 1rem;
}

.my-custom-scrollbar-zasoby,
.my-custom-scrollbar-srodki {
    position: relative;
    height: 34vh;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: 1rem 2rem;
}

.my-custom-scrollbar-select-all {
    position: relative;
    height: auto !important;
    background-color: #fff;
    border-radius: unset;
    border-bottom: 1px solid silver;
    padding: 1rem 2rem;
    margin-bottom: -8px;
}

.my-custom-scrollbar-select-all div {
    border-bottom: none;
}

.div_proces_zasoby,
.div_proces_srodki {
    padding-left: 2rem;
    justify-content: flex-start !important;
    margin-bottom: 1rem;
}

.fas,
.far {
    margin-right: 1rem;
}

.rotate {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    height: 11rem;
    line-height: 1.2rem;
}

.my_tabela_rejestr p,
.my_tabela_rejestr td,
.my_tabela_rejestr th {
    font-size: 1.3vh;
    line-height: 2vh;
    margin-bottom: 0 !important;
}


/* Tabela Scroll X */

.my_Scroll_Table-x {
    overflow: auto;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap
}

.my_Scroll_Table-y {
    overflow: auto;
    overflow-x: hidden;
    margin: 0 auto;
    white-space: nowrap
}

.my_Scroll_Table-xy {
    overflow: auto;
    margin: 0 auto;
    white-space: nowrap
}

.my_Scroll_div {
    overflow-y: auto;
}

.form-row {
    position: relative;
    padding-left: 1.8rem;
}

.form-check_nie-dotyczy {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    text-align: center;
    vertical-align: middle;
    padding: 3rem;
}

.my_TableButtonAdd {
    right: -100px;
    top: -8px;
}

.active-2 {
    background-color: #f3c17a !important;
}

.my_div-group {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 1rem;
}

.my_checkbox {
    padding-left: 2rem;
    height: 1.5vh;
}

.my_upload-file {
    margin-left: 13px;
    padding-left: 3px;
    padding-top: 3px;
}

.my_container {
    margin-top: 5vh;
}

.my_form_container {
    border: 1 solid silver;
    border-radius: 10px;
    padding: 10px;
    background: #E9ECEF;
}


/* BLACK LAYOUT */

.Menu_standard {
    background-color: #262626;
    color: #979797;
}

.class_menu,
.class_submenu {
    color: #979797;
    border-bottom: 1px solid hsla(0, 0%, 9%, .5);
    box-shadow: 0 1px 0 0 hsl(0deg 0% 100% / 10%);
    cursor: pointer;
    font-size: 1.1rem;
    width: 100%;
    outline: none;
    transition: .3s;
    border-radius: 0 !important;
}

.class_menu.first {
    border-top: 1px solid hsla(0, 0%, 35%, .5);
}

.class_menu.first.back_to_app svg {
    margin-left: -5px !important;
}

.class_submenu {
    background-color: #404040!important;
}

.class_menu:hover,
.class_submenu:hover {
    color: #fff;
    background-color: #171717!important;
    border-radius: 0 !important;
}

a.class_menu.active.active-2 {
    background-color: #262626!important;
    border-radius: 0 !important;
}

a.class_menu.active,
a.class_submenu.active {
    background-color: rgb(202 7 7 / 40%)!important;
    color: #fff;
}

hr.separator_hr {
    border: 1px solid #404040;
}

hr.separator_site {
    border: 1 solid #dee2e6;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
}

hr.form_info {
    border: 1px solid #dee2e6;
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.class_menu_active {
    border: 1px solid rgb(202 7 7 / 40%)!important;
}

.element,
.element_31,
.element_32,
.element_51,
.element_81 {
    margin-top: 0.3rem;
}

.div_inline_block {
    display: inline-block;
}

.my_button_add_div {
    margin-top: 0.5rem;
}

.my_RejestrTable {
    overflow: scroll;
    /* width: calc(100vw - 314px); */
    height: calc(100vh - 295px);
}

.my_RejestrTable_NoScroll {
    max-height: calc(100vh - 365px);
    min-height: calc(100vh - 365px);
}

.my_RejestrTable_NoScroll_25 {
    max-height: calc(61vh - 365px);
    min-height: calc(61vh - 365px);
}

.my_RejestrTable_NoScroll_Print {
    max-height: calc(100vh - 250px);
    min-height: calc(100vh - 250px);
}

.my_RejestrTable_NoScroll_and_search {
    max-height: calc(88vh - 250px);
    min-height: calc(88vh - 250px);
}

.my_proces_active {
    background-color: #f3e97a;
}

.card_add,
.btn-success {
    background-color: #28a74599!important;
}

.card_edit,
.btn-primary {
    /* background-color: #0062ccd6!important; */
    background-color: #0d6efd!important;
}

.card_delete,
.btn-danger {
    background-color: #dc3545bf!important;
}


/* class="form-group form-inline"  - Label oraz imput w jednej linii*/

.my_FormInputModal {
    font-size: 14px;
    padding: 0 5px 0px 5px;
    height: 29px;
}

input.my_FormOptionalInput,
.my_FormInput {
    font-size: 14px;
    padding: 0 5px 0px 5px;
    height: 29px;
    /* margin-left: 8px; */
}

input.my_FormInput {
    width: 60% !important;
}

textarea.my_FormInput {
    width: 60% !important;
    padding: 8px;
}

input.my_FormInput .error {
    border: 1px solid #ff1212 !important;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

input.error {
    border: 1px solid #ff1212 !important;
    box-shadow: 0 0 0 0.2rem #dc35454a !important;
}

select.error {
    border: 1px solid #ff1212 !important;
    box-shadow: 0 0 0 0.2rem #dc35454a !important;
}

textarea.error {
    border: 1px solid #ff1212 !important;
    box-shadow: 0 0 0 0.2rem #dc35454a !important;
}

input.my_CheckBox.error {
    border: none !important;
    box-shadow: none !important;
}

.my_FormLabel {
    font-size: 1.5vh;
    margin-right: 1vh;
    display: inline !important;
    text-align: end;
    width: 30%
}

.my_FormLabelCheckbox {
    margin-top: 1vh;
    font-size: 1.5vh;
    margin-right: 1vh;
    display: inline !important;
    text-align: end;
    width: 30%
}

.my_FormLabel_Checkbox {
    font-size: 1.5vh;
    margin-left: 2vh;
    display: inline !important;
    text-align: start;
    width: 50vh;
}

.my_FormLabel_OptionalInput {
    margin-right: 5vh;
    width: auto !important;
}

.actions ul li {
    background-color: #33A7D7 !important;
}

.actions ul li:hover {
    background-color: #3397D7 !important;
}

.my_FormSelect {
    max-width: 25vh;
    min-width: 25vh;
    width: 25vh !important;
    font-size: 1rem;
}
.my_FormSelect-2 {
    max-width: 84%;
    font-size: 1rem;
}
span.select2-selection__rendered {
    font-size: 1rem;
}

.my_FormFile {
    padding: 0 !important;
}

.menu_nav_button svg {
    margin-right: 15px !important;
}


/* layout sygnalista_start */

.my_navbar_sygnalista {
    margin-top: 10px;
    font-size: 22px;
}

.primary_container_2 {
    margin-top: 90px;
    height: calc(100vh - 170px);
}

.my_Sygnalista_LeftDiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 65vw;
    height: 100vh;
    background-color: #262626;
    padding: 9vh 13vw 9vh 3vw;
    z-index: 89;
}

.my_Sygnalista_Forms {
    position: fixed;
    right: 10vw;
    top: 28vh;
    z-index: 90;
}

.syg_ramka {
    padding: 1rem;
    width: 400px !important;
    border: 1px solid #0b5ed7;
    border-radius: 60px;
    background-color: #0b5ed7;
    color: #FF6;
    margin-top: 2.5rem;
    text-align: center;
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 0px 10px 6px rgba(11, 94, 215, 0.5);
    box-shadow: 0px 0px 10px 6px rgba(11, 94, 215, 0.5);
}

.syg_ramka:hover {
    -webkit-box-shadow: 0px 0px 10px 6px rgba(11, 94, 215, 0.8);
    box-shadow: 0px 0px 10px 6px rgba(11, 94, 215, 0.8);
    border-radius: 60px !important;
    text-decoration: none !important;
}

.my_SygnalistaInfo {
    position: relative;
    border: 1px solid silver;
    border-radius: 1vh;
    padding: 3vh;
    margin: 2vh;
    height: -webkit-fill-available;
    height: 96%;
}

.my_SygnalistaInfo h2 {
    font-size: 2.5vh;
}

.my_SygnalistaInfo li {
    font-size: 1.5vh;
}

.my_SygnalistaZapewnienie {
    position: absolute;
    left: 5vh;
    right: 5vh;
    bottom: 3vh;
    border: 1px solid red;
    padding: 2vh;
    border-radius: 0.8vh;
    font-size: 2vh;
    text-align: center;
}

.my_SygnalistaSeparator {
    border: 1px solid silver;
}

a {
    text-decoration: none !important;
}

a.my_SygnalistaButton {
    padding: 1.5vh;
    border-radius: 1vh;
    width: 100%;
    text-align: center;
    margin-top: 1vh;
    margin-bottom: 1vh;
    font-size: 1.5vh;
    opacity: 0.95;
}

a.my_SygnalistaButton:hover {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    opacity: 1;
}

.my_sygnalista_dane {
    border: 1px solid #DEE2E6;
    border-radius: 10px;
    padding: 20px 10px;
}

.my_FormLabel_Error label.error {
    text-align: center;
    width: 100%;
    margin-top: 1vh;
    color: red;
}

div.my_WizardOpis {
    font-size: 1.7vh;
}

.my_Sygnalista_FullDivEnd,
.my_Sygnalista_FullDivStatus {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #262626;
    z-index: 89;
}

.my_Sygnalista_FullDivEnd {
    padding: 10vh 30vw 20vh 30vw;
}

.my_Sygnalista_FullDivStatus {
    padding: 5vh 2vh;
}

.my_SygnalistaInfoFinish {
    position: relative;
    background-color: #f5ffff;
    border: 1px solid silver;
    text-align: center;
    color: black;
    border-radius: 1vh;
    padding: 3vh;
    margin: 2vh;
    height: -webkit-fill-available;
    height: 96%;
}

.my_SygnalistaInfoStatus {
    position: relative;
    background-color: rgb(252, 250, 250);
    border: 1px solid silver;
    text-align: left;
    color: black;
    border-radius: 1vh;
    padding: 3vh;
    margin: 2vh;
    height: -webkit-fill-available;
}

.my_SygnalistaInfoFinish h2 {
    font-size: 2.5vh;
    font-weight: bold;
}

.my_SygnalistaInfoFinish li {
    font-size: 1.5vh;
    text-align: left;
    margin-bottom: 2vh;
}

.my_SygnalistaToken {
    border-radius: 1vh;
    border: 1px solid red;
    margin-top: 3vh;
    padding: 1vh;
    text-align: center;
}

.my_SygnalistaOpisFinish {
    font-size: 2vh;
    color: rgba(179, 92, 0, 0.946);
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.my_SygnalistaFinish_Buttons,
.my_SygnalistaStatus_Buttons {
    position: relative;
}

.my_SygnalistaFinish_Buttons {
    bottom: -10vh;
    text-align: center;
}

.my_SygnalistaStatus_Buttons {
    bottom: -2vh;
    text-align: right;
}

.my_SygnalistaFormAlert {
    padding: 1vh;
    text-align: center;
    width: 100%;
    margin-bottom: 2vh;
    border-radius: 1vh;
}

.my_SygnalistaStatusLeft,
.my_SygnalistaStatusRight {
    border: 1px solid silver;
    border-radius: 1vh;
    padding: 2vh;
}

.my_SygnalistaStatusTable {
    font-size: 1.3vh;
}

.my_SygnalistaStatusTable th {
    text-align: right;
    border-right: 1px solid silver;
    white-space: nowrap;
    width: 0;
}

.my_SygnalistaStatusTableNoTopBorder {
    border-top: none !important;
}

.my_SygnalistaStatusDiv {
    height: calc(100vh - 333px);
}

.my_SygnalistaSubtitle {
    font-size: 1.5vh;
    font-style: italic;
}

.sygnalista_message_operator,
.sygnalista_message_sygnalista {
    font-size: 1.3vh;
    border-radius: 1vh;
    padding: 1vh;
    margin-bottom: 2vh;
}

.sygnalista_message_operator {
    border: 1px solid rgb(43, 43, 43);
    background-color: #c9fdff;
    margin-right: 12vh;
}

.sygnalista_message_sygnalista {
    border: 1px solid rgb(43, 43, 43);
    background-color: #bdff7c;
    margin-left: 10vh;
    margin-right: 2vh;
}

.sygnalista_message_header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1vh;
    margin-bottom: 1vh;
}

.sygnalista_message_files {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1vh;
    margin-top: 1vh;
}

.sygnalista_message_footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1vh;
    margin-top: 1vh;
    text-align: right;
    font-style: italic;
}

.my_SignallerFormLabel_Checkbox {
    margin-left: 15px;
}

.input_tekst {
    border: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    padding: none;
    width: auto;
    background-color: rgba(255, 255, 255, 0);
}


/* KONIEC - layout sygnalista_start */

.my_NoBg {
    background: none;
}

.my_StatusFrame {
    padding: 2vh;
    border-radius: 1vh;
    border: 1px solid silver;
    margin: 2vh;
}

.my_GroupCheckBoxes {
    padding-top: 15px;
    border-radius: 10px;
    border: 1px solid rgb(255 0 0 / 0%);
    ;
}

.error2 {
    border: 1px solid #ff1212 !important;
    box-shadow: 0 0 0 0.2rem #dc35454a !important;
}

.label_error {
    width: 100%;
    color: red;
    z-index: 2;
    background-color: #fff;
    width: auto;
    position: absolute;
    font-size: small;
    left: 25px;
    bottom: -20px;
    /*
    bottom: -20px;
    border: 1px solid;
    padding: 2px 10px;*/
}

.no_records {
    border: 1px solid silver;
    padding: 6vh;
    border-radius: 2vh;
    font-size: 2vh;
    background-color: #EEF4F9;
}

.HowManyRecords {
    position: absolute;
    font-size: 1rem;
    bottom: 25px;
    margin-left: 1rem;
}

.chart-container {
    width: 50vw !important;
    height: 45vh !important;
    margin: auto;
}

canvas {
    /*background-color: aliceblue;*/
    padding: 1vh;
    border-radius: 1vh;
    /*width: 50vw !important;
    height: 45vh !important;*/
}

.my_stat_accordion_button {
    text-align: left !important;
}

label.my_HalfFrame {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 3px 5px 0px 15px;
    margin: 0 3px 0 0;
    font-size: 14px;
    font-style: italic;
    background-color: #F2F2F2;
}

label.my_HalfFrameSearch {
    padding: 3px 9px 0px 15px;
    margin: 0 -1px 0 0;
}

label.my_HalfFrameFilter {
    margin-left: 8px;
}

label.my_FilterStatus {
    margin-bottom: 4px;
}

.my_FilterStatus,
.my_FilterStatusNone,
.my_FilterStatus.active,
.my_FilterStatus:hover {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.my_FilterStatus {
    padding-bottom: 3px;
    margin-right: 3px;
}

.my_FilterStatus.active {
    border-bottom: 2px solid red;
}

.my_FilterStatus:hover {
    border-bottom: 2px solid red;
}

label.my_FilterStatus:hover {
    border-bottom: 1px solid silver;
}

.my_FilterStatusNone {
    padding-bottom: 3px;
}

span.my_FilterStatus a {
    margin-right: unset !important;
}

.my_checkBoxGroup {
    margin-bottom: 0.5vh;
}

.my_div_proces_uwagi {
    position: absolute;
    bottom: 2rem;
    text-align: center;
}

.my_kafelek_mini_grey,
.my_kafelek_grey {
    background-color: #d9d5d5;
    pointer-events: none;
}

.my_kafelek_mini,
.my_kafelek {
    background-color: #FFFFFF;
}

.my_kafelek,
.my_kafelek_grey {
    position: relative;
    cursor: pointer;
    min-height: 18vh;
    min-width: 18vw;
    max-width: 18vw;
    border-radius: 20px;
    padding: 1vw;
    margin: 1vw;
    display: inline-block;
    font-size: 1.2vw;
    vertical-align: middle;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
}

.my_kafelek_proces,
.my_kafelek_proces_grey {
    position: relative;
    cursor: pointer;
    min-height: 18vh;
    min-width: 18vw;
    max-width: 18vw;
    border-radius: 20px;
    margin: 1vw;
    display: inline-block;
    font-size: 1.2vw;
    vertical-align: middle;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
}

.my_kafelek_mini,
.my_kafelek_mini_grey {
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    padding: 0.3vw;
    margin: 0.3vw;
    display: inline-block;
    font-size: 1.2vw;
    vertical-align: middle;
    text-align: center;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
}

.my_kafelek_mini:hover,
.my_kafelek:hover {
    transform: scale(1.03);
}

.my_kafelekHeader,
.my_kafelekHeaderLicznik,
.my_kafelekHeaderFunkcja,
.my_kafelek_proces_HeaderFunkcja {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px silver;
}

.my_kafelekHeader {
    font-size: 1.5vw;
}

.my_kafelekHeaderLicznik {
    font-size: 1rem;
    white-space: nowrap;
}

.my_kafelekHeaderFunkcja {
    font-size: 1.3rem;
    height: 4rem;
    align-items: center;
}

.my_kafelek_proces_HeaderFunkcja {
    font-size: 1.3rem;
    align-items: center;
}

.my_kafelekOpis {
    font-size: 1.4vh;
    font-style: italic;
    text-align: left;
}

.my_kafelekOpisLicznik {
    font-size: 1vw;
    text-align: center;
}

.my_kafelekOpisModule {
    font-size: 0.7vw;
    font-style: italic;
    text-align: left;
}

.iconWrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.0vw;
    height: 3.0vw;
    border-radius: 50%;
    font-size: 1.5vw;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
	margin-bottom: 1vh;
}

.iconWrapperNavbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
    font-size: 1.5rem;
    position: absolute;
    right: 12px;
    top: 12px;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
}

.iconWrapperMiniMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2vw;
    height: 2vw;
    border-radius: 50%;
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.35);
}

.box {
    display: flex;
    align-items: center;
    /* Vertical */
    justify-content: center;
    /* Horizontal */
}

.my_kafelekOpis ul {
    left: 0;
    list-style: none;
    padding: 0px;
    margin-left: -10px;
}

.my_kafelekOpis ul li:before {
    content: '#';
    margin: 0 1vh;
    /* any design */
}

.my_ModalNoLogin {
    max-width: 60rem !important;
}

.modal-body {
    padding: 3rem !important;
}

.my_modal_dialog {
    max-width: 45vw;
    margin-top: 10vh;
}

.my_modal_alert {
    height: calc(100% - 20vh);
    display: flex;
    align-items: center;
}
}

.color-white {
    color: #fff !important;
}

.my_AddButton {
    padding: 3rem !important;
}

.my_Wizard {
    border: 1px solid #DEE2E6;
    background-color: #DEE2E6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.my_WizardContent {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 2rem;
    background-color: #E9ECEF;
    height: unset !important;
}

.my_WizardSubContent {
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    padding: 15px;
    background: #fff;
    height: 74vh;
}

.my_WizardSubContentHeader {
    padding: 9px 30px 11px;
    background: #33a7d7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: -5px;
    margin-bottom: 1rem;
    color: #fff;
    height: 5vh;
}

.my_TabPane {
    background: #fff;
    height: 66vh;
    margin: -5px;
    margin-top: -11px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-top: 3rem;
}

.my_DivEditButton {
    position: absolute;
    right: 2vw;
    top: 2.5rem;
}

.my_DivNavigateButtons {
    position: absolute;
    bottom: 3rem;
    padding: 0 3rem;
    margin-right: 2rem;
}

.my_GroupCheckBoxes {
    padding-top: 15px;
    border-radius: 10px;
    border: 1px solid rgb(255 0 0 / 0%);
    ;
}

.my_GroupCheckBoxes2 {
    padding: 5px 10px !important;
    border-radius: 5px;
    border: 1px solid rgb(8 8 8 / 8%);
    min-width: 20rem;
    justify-content: flex-start !important;
}

.error2 {
    border: 1px solid red !important;
    padding: 5px 10px !important;
}

.my_CheckBoxErrorOpis {
    position: absolute;
    background-color: #fff;
    width: auto;
    font-size: small;
    left: 2.5rem;
    bottom: -11px;
}

.my_FormLabelError {
    width: auto;
    margin-left: 30%;
    left: 3rem;
    position: relative !important;
    top: -10px;
}

.my_FormLabelError_2 {
    width: auto;
    margin-left: unset;
}

.my_FormLabelErrorData_2 {
    position: absolute;
    bottom: -18px;
    margin-left: unset;
    left: 2rem;
}

.my_FormLabelInputError {
    margin-left: 4rem;
    position: relative;
}

.my_SelectDelete {
    color: #DC3545;
    margin-inline: auto;
}

.my_p_info {
    border: 1px solid silver;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 0 !important;
    background-color: #eef4f9;
    font-size: 1.1rem;
}

/* START - Blokada skrolowania nagłówka tabeli */
.tableFixHead {
    overflow-y: auto !important;
}
.tableFixHead table {
    border: unset;
}
.tableFixHead thead {
    position: sticky;
    top: 0px;
    background-color: #C1DAF3;
    z-index: 1;
}
.tableFixHead thead th { position: sticky; top: 0; z-index: 1; }
.tableFixHead table thead tr th {
    box-shadow: inset 1px 1px 3px 0px rgb(255 255 255);
    padding-top: 4px;
    z-index: 1;
}
/* KONIEC - Blokada skrolowania nagłówka tabeli */

table.table-bordered-scroll>thead>tr>th,
table.table-bordered-scroll>tbody>tr>td {
    border-left: 1px solid #dee2e6 !important;
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.left-top-radius-10 {
    border-top-left-radius: 10px;
}

.left-top-radius-15 {
    border-top-left-radius: 10px;
}

.print_div,
.print {
    display: none;
}

.table_scroll_print {
    overflow-y: scroll;
    width: 97%;
    height: 73vh;
}

.my_alert_no_records {
    padding: 5rem 2rem;
    border-radius: 1rem;
}

p.no_margin {
    margin: unset;
}

.my_proces_lp_select {
    min-width: 35px;
    text-align: center;
    margin: 0 5px;
    background-color: #e9ecef;
    padding: 5px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    font-size: 1rem;
}

.my_proces_lp_select_no_color {
    min-width: 35px;
    text-align: center;
    margin: 0 5px;
    padding: 5px;
    border-radius: 0.25rem;
}

#import_buttons {
    position: absolute;
    right: 3pc;
    bottom: 3pc;
}

.blink {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: blink;
}

.my_row_collor_success {
    background-color: #D2F4EA !important;
    color: #000 !important;
}

.my_row_collor_warning {
    background-color: #FEB272 !important;
    color: #000 !important;
}

.my_row_collor_danger {
    background-color: #EA868F !important;
    color: #000 !important;
}

.my_fa-status-import-file {
    font-size: 2vh;
}

.xform-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.my_check_all {
    margin: 20px 0 !important;
}

.td_separator,
.th_separator {
    width: 1.5vw !important;
    /* background-color: rgb(255 255 255 / 50%) !important;*/
}

.area_require_bg-color {
    background-color: #faebd7 !important;
}

.risk_level_bg-green {
    background-color: green !important;
    color: white !important;
}

.risk_level_bg-orange {
    background-color: orange !important;
    color: white !important;
}

.risk_level_bg-red {
    background-color: red !important;
    color: white !important;
}

.form-control-p {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.min-width {
    width: 1vw;
}

.my_progres_bar {
    height: unset;
    font-size: unset;
}


.chartBox {
    width: 80%;
    padding: 20px;
    border-radius: 10px;
    border: solid 3px rgba(255,26,104,1);
    background: white;
}

.chart td {
    width: 30px;
    height: 35px;
    font-size: large;
}

tr.active_row {
    background-color: rgb(238 232 170) !important;
}
a.anchor {
    /*display: block;
    position: relative;
    top: -23rem;
    visibility: hidden;*/
}


@media screen {

    div.Print_Only {
        visibility: hidden;
        height: 0;
    }
}


/* Wydruk */

@media print {

    html {
        font-size: 10px;
    }
    div.Print_Only {
        visibility: visible;
        height: unset;
        background-color: #fff !important;
    }

    html,body,div {
        background-color: #fff !important;
    }
    h1 {
        font-size: 3.2rem !important;
    }
    h2 {
        font-size: 2.9rem !important;
    }
    h3 {
        font-size: 2.6rem !important;
    }
    h4 {
        font-size: 2.3rem !important;
    }

    hr {
        border-color: #000 !important;
    }
    th {
        page-break-after: avoid;
    }
    th.macierz_graf,
    td.macierz_graf {
        width: 10rem !important;
    }
    table,th,td {
        /* font-size: 2.5rem; */
        padding: 1.5rem !important;
        line-height: 2.5rem !important;
    }
    td {
        page-break-inside: avoid;
    }

    /* wydruk analiza ryzyka raport */
    #analiza_formatka_podpis {
        background-color: #fff !important;
    }
    .podpis_name {
        font-size: 2.2rem !important;
    }
    .podpis {
        font-size: 1.5rem !important;
    }
    .analiza_raport_tabela_dane {
        font-size: 2rem !important;
    }
    td.analiza_raport_tabela_dane {
        padding: 1rem !important;
        line-height: 2rem !important;
    }
    .analiza_raport_lista_procesow h4,
    .analiza_raport_proces {
        font-size: 2.5rem !important;
    }
    .analiza_raport_lista_procesow,
    .analiza_raport {
        font-size: 2rem !important;
    }
    .analiza_raport_legenda {
        font-size: 1.7rem !important;
    }

    .tabela_zabezpieczenia {
        white-space: unset !important;
        min-width: 10vw !important;
    }

    .div_chart {
        height: auto !important;
    }


/*
    html,
    body,
    div,
    hr {
        background-color: #fff !important;
        color: #000 !important;
        border-color: #000 !important;
        font-size: 12px;
    }
    .tabela-naglowek {
        background-color: #fff !important;
        color: #000 !important;
        border: 2px solid #000 !important;
    }
    table {
        border-collapse: collapse !important;
    }
    td {
        background-color: #fff !important;
        border: solid 1px rgb(160, 160, 160) !important;
        padding: 10px !important;
        color: black !important;
        font-size: 12px !important;
    }
    thead {
        background-color: rgb(200, 200, 200) !important;
        padding: 10px !important;
        color: black !important;
    }
    div {
        font-size: 12px;
    }


    td.podpis,
    div.podpis {
        font-size: 2rem;
    }
    h1.podpis {
        font-size: 3.5rem;
    }
    h2.podpis {
        font-size: 3rem;
    }
    h3.podpis {
        font-size: 2.5rem;
    }

*/

    .no_print,
    .noprint {
        display: none;
    }
    .print_div,
    .print {
        display: initial;
    }
    .table_scroll_print {
        overflow-y: unset;
        height: unset;
    }
    .pagebreak {
        /*clear: both; */
        page-break-before: always;
    }
    .pagebreak-after {
        /*clear: both; */
        page-break-after: always;
    }
    p {
        margin: unset;
    }
    body {
        margin-left: 5px;
        margin-right: 5px;
    }






}


@media screen, print {

    /* Raport z Analizy Ryzyka */

    .PoziomRyzyka_1,
    .PoziomRyzyka_2,
    .PoziomRyzyka_3 {
        color: white;
        font-weight: bold;
        font-size: large;
        vertical-align: middle !important;
    }
    .PoziomRyzyka_1 { background-color: green; }
    .PoziomRyzyka_2 { background-color: orange; }
    .PoziomRyzyka_3 { background-color: red; }

    .PoziomRyzyka_pion {
        display: block;
        float: left;
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        padding: 5px;
        line-height: 1.5em;
    }

    .PoziomRyzyka_PS {
        font-size: 14px;
        text-align: center;
        font-weight: bolder;
        font-size: large;
        vertical-align: middle !important;
    }


    .wydruk_formatka_podpis {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    table.no_border,
    tr.no_border,
    th.no_border,
    td.no_border {
        background-color: unset !important;
        border: unset !important;
        padding: 10px !important;
    }



}



@page {
    /*size: unset !important;*/
    /*size: 21cm 28.9cm;*/
    size:  auto;   /* auto portrait landscape */ /* auto is the initial value */
    margin: 1cm 1cm 1cm 1cm;
    /*margin: 0mm;*/



    @bottom-left {
         content: counter(page) "/" counter(pages);
     }

}
