body,
div,
table,
td,
a,
span,
img,
input,
h1,
h2,
h3,
select,
textarea {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    font-size: 12px;
}

div,
input {
    box-sizing: border-box;
}

body {
    padding: 0px 10px;
}

body {
    background-color: #fafafa
}

.login__wrapper {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
}

.login__left {
    float: left;
    width: 60%;
    height: 100vh;
    text-align: center;
}

.login__right {
    float: right;
    background-color: #004BD3;
    width: 40%;
    height: 100vh;
    background-image: url('/img/logowanie__tlo.png');
    background-position: center bottom 80px;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

.login__left__wrapper {
    height: 450px;
    margin-top: calc((100vh - 450px) / 2)
}

.login__logo {
    width: 200px;
    text-align: right;
    margin: 0px auto 60px auto;
}

.login__logo img {
    width: 200px;
    display: block;
}

.login__logo span {
    font-size: 14px;
    color: #A4B6E0;
    display: block;
    margin-top: 0px;
}

.login__error {
    margin-bottom: 20px;
    font-size: 13px;
    color: #DF7A7A;
}

.login__error a {
    color: #063ABA;
}

.login__error a:hover {
    color: #A4B6E0;
}

.login__welcome {
    font-size: 30px;
    margin: 0px auto 30px auto;
    font-weight: 700;
    text-align: center;
    width: 300px
}

.login__form {
    width: 300px;
    margin: 0px auto 50px auto;
}

.login__input {
    width: 100%;
    border-radius: 20px;
    border: 0px;
    background-color: #F4F4F4;
    font-weight: 500;
    padding: 11px 18px;
    margin-bottom: 20px;
}

.login__input::placeholder {
    color: #ADADAD;
    font-weight: 300
}

.login__submit {
    width: 140px;
    border-radius: 8px;
    padding: 7px 10px;
    background-color: #063ABA;
    color: #ffffff;
    border: 0px;
    font-size: 17px;
    margin-top: 10px;
    box-shadow: 4px 4px 8px #8E9EC6;
    font-weight: 600
}

.login__submit:hover {
    background: #2363ff
}

.login__submit:active {
    transform: translateY(2px);
}

.login__reset {
    margin: 0px auto 0px auto;
    font-size: 12px;
    text-align: center;
}

.login__reset a {
    color: #063ABA;
    text-decoration: none;
}

.login__reset a:hover {
    color: #A4B6E0;
}

@media (max-width:650px) {
    .login__wrapper {
        height: auto;
    }
    .login__left {
        width: 100%;
        height: auto;
    }
    .login__right {
        display: none !important;
    }
    .login__left__wrapper {
        height: auto;
        margin-top: 20px;
    }
}

.cookies__wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    background-color: #122759;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    padding: 5px 0px;
}

.cookies__wrapper a {
    color: #ffffff;
}

.cookies__wrapper a:hover {
    color: #A4B6E0;
}

@media (max-width:800px) {
    .cookies__wrapper {
        height: 50px;
    }
}

@media (max-width:480px) {
    .cookies__wrapper {
        height: 70px;
    }
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    overflow-x: clip;
}

.menu__wrapper {
    max-width: 100%;
    width: 100%;
    display: table;
    overflow-x: hidden;
}

.menu__logo {
    width: 160px;
    display: table-cell;
}

.menu__logo img {
    width: 100%;
    border: 0
}

.menu__links {
    display: table-cell;
    vertical-align: top;
    padding-top: 0px;
    padding-left: 30px;
}

.menu__settings {
    display: table-cell;
    min-width: 100px;
    vertical-align: top;
    padding-top: 5px;
    text-align: right;
}

.menu__settings__settings {
    cursor: pointer;
    position: relative;
    display: inline-block;
    z-index:999;
}

.menu__settings__logout {
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.menu__settings img {
    height: 20px;
}

.menu__settings__breaker {
    display: inline-block;
    height: 30px;
    border-right: 2px solid #8F8F8F;
    margin: -5px 5px -5px 5px;
}

.menu__settings__links {
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 30px;
    right: 0px;
    width: 200px;
    background: #ffffff;
    padding: 10px 0px;
    box-shadow: 0 2px 4px -4px #8E9EC6;
}

.menu__settings__links a {
    color: #000000;
    text-decoration: none;
}

.menu__settings__links div {
    padding: 10px 20px;
    text-align: left;
    color: #000000;
    text-decoration: none!important;
}

.menu__settings__links div:hover {
    background: #fafafa
}

.menu__links__one {
    display: inline-block;
    padding: 0px 25px;
    font-size: 13px;
}

.menu__links__one a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.menu__links__one a:hover {
    color: #063ABA;
}

.menu__links__selected a {
    color: #063ABA;
    text-decoration: underline;
    font-weight: 600;
}

.menu__links__selected a:hover {
    color: #000000;
}

.menu__powiadomienia {
    display: inline-block;
    margin-left: 3px;
    background-color: #FFC700;
    color: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-align: center;
}

.menu__powiadomienia__lists {
    background-color:transparent !important;
    border:1px solid #FFC700;
    color:#FFC700
}

.menu__mobile__wrapper {
    display: table-cell;
    position: relative;
}

.menu__mobile {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 100;
    -webkit-user-select: none;
    user-select: none;
    font-size: 12px;
}

.menu__mobile a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

.menu__mobile a:hover {
    color: tomato;
}

.menu__mobile input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

.menu__mobile span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #FFC700;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.menu__mobile span:first-child {
    transform-origin: 0% 0%;
}

.menu__mobile span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.menu__mobile input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

.menu__mobile input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.menu__mobile input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.menu__mobile__links {
    position: absolute;
    top: -100px;
    left: 0px;
    width: 300px;
    margin: 0px 0 0 -300px;
    padding: 50px;
    padding-top: 125px;
    background: #EEF0F4;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 50% 0%;
    transform: translate( 200%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    box-shadow: 0 0px 10px 0px #8E9EC6;
}

.menu__mobile__links li {
    padding: 10px 0;
    font-size: 22px;
    font-size: 12px;
}

.menu__mobile input:checked~ul {
    transform: none;
}

@media (max-width:800px) {
    .menu__links,
    .menu__settings {
        display: none;
    }
}

@media (min-width:801px) {
    .menu__mobile__wrapper {
        display: none;
    }
}

.content__wrapper {
    width: 100%;
    margin-top: 30px;
}

h1 {
    color: #0F275D;
    margin: 0px 0px 15px 10px;
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    display: inline-block;
    position: relative;
}

h2 {
    color: #475B84;
    margin: 5px 0px 5px 0px;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    position: relative;
}

.zlecenie__header {
    color: #000000;
    margin-bottom: 0px;
    margin-left: 20px;
}

.zlecenie__subtitle {
    margin-left: 20px;
    font-size: 13px;
    font-weight: 300;
}

.zlecenie__subtitle a {
    color: #FFC700;
}

.zlecenie__subtitle a:hover {
    color: #0F275D;
}

.filters__wrapper {
    background-color: #EEF0F4;
    border-radius: 10px;
    width: 100%;
    padding: 0px;
    display: table;
}
.filters__row {
    display:table-row;

}

.filters__publish_wrapper {
    background-color: #EEF0F4;
    border-radius: 10px;
    width: 100%;
    padding: 0px;
    display: table;
}

.filters__publish_filter {
    padding-top:10px;
}

.filters__publish_cols {
    display:table-cell;
    padding: 0px 10px;
}
.filters__publish_cols:first-of-type {
    padding-left: 15px;
}
.filters__publish_cols:last-of-type {
    padding-right: 15px;
}

.filters__publish_cols div {
    display:block !important;
}
.filters__publish__checkbox__label { 
    line-height:28px;
    display:block;
    float:left;
    margin-right:12px;
}
.filters__publish__checkbox {
    margin:0px 5px 0px 0px;
    vertical-align: middle;
    width:18px;
    height:18px;
}

.filters__publish_cols:nth-of-type(1) {
    width:30% !important;
}
.filters__publish_cols:nth-of-type(2) {
    width:40% !important;
}
.filters__publish_cols div {margin:10px 0px;}

.harmonogram__filters {
    float:right;
    width:400px;
    max-width:100%;
}

@media (max-width:670px) {
    .harmonogram__filters {
        float:none;
        width:100%;
        max-width:100%;
    }
}

.filters__cell {
    display: table-cell;
    padding: 10px 5px;
}



.filters__cell:first-of-type {
    padding-left: 15px;
}

.filters__select {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    border: 0;
}

.filters__input {
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
    border: 0;
}
.input__inline {
    width:80px; 
    display:inline;
    margin:0px 5px;
}


.filters__submit {
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    padding: 5px 20px;
    background-color: #063ABA;
    color: #ffffff;
    border: 0px;
    font-size: 12px;
    box-shadow: 2px 2px 4px #8E9EC6;
    font-weight: 600;
    text-decoration:none;
    white-space:nowrap
}

.filters__btn_next {
    display: block;
    box-sizing: border-box;
    background: #FFC700;
    box-sizing:border-box;
    text-align:center;
}

.filters__submit:hover {
    background: #2363ff
}

.filters__submit:active {
    transform: translateY(2px);
}

.filters__download {
    width: 40px;
    background-color: #063ABA;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 2px 4px #8E9EC6;
    text-align: center;
    vertical-align: bottom;
}

.filters__download img {
    width: 18px;
}

.filters__download:hover {
    background: #2363ff
}

.filters__download:active {
    transform: translateY(2px);
}

@media (max-width:550px) {
    .filters__wrapper div {
        display: block;
        padding: 5px 10px !important;
        ;
    }
    .filters__publish_cols:nth-of-type(1) {
        width:100% !important;
    }
    .filters__publish_cols:nth-of-type(2) {
        width:100% !important;
    }

    .harmonogram__filters div {
        display: table-cell !important;
        padding: 10px 5px !important;
    }

    .filters__wrapper div:first-of-type {
        padding-top: 10px !important;
    }
    .filters__submit {
        width: 100%;
        margin-bottom: 5px;
    }

    .filters__download {
        display: none !important;
    }
}

.tasks__table {
    display: table;
    width: 100%;
    margin-top: 20px;
}
.tasks__nowrap {
    white-space: nowrap;
}

.tasks__header__row {
    display: table-row;
}

@media (max-width:650px) {
    .tasks__header__row {
        display: none !important;
    }
}

.tasks__header__cell {
    display: table-cell;
    color: #889ECC;
    font-size: 11px;
    font-weight: 300;
    padding: 10px 10px;
    max-width: 50%;
}
.datatables_header {
    color: #889ECC;
    font-size: 11px;
    font-weight: 300;
    padding:0 5px;
}
.tasks__header__cell:first-of-type {
    padding-left: 15px;
}

.tasks__row {
    display: table-row;
    margin: 5px 0px;
    box-shadow: 0 2px 4px -4px #8E9EC6;
}
.datatables_row {
    border-bottom:1px solid #eef0f5;
    padding:5px 5px;
}

.tasks__row__highprio .tasks__cell {
    background-color:#fff0f0 !important;
}

.tasks__row__niekompletne__row {
    display: table-row;
    margin: 5px 0px -5px -0px;
    box-shadow: 0 2px 4px -4px #8E9EC6;
    position: relative;
    height: 25px;
}

.tasks__row__niekompletne__cell {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #DF7A7A;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 300;
    font-size: 11px;
}

.tasks__row__niekompletne__cell {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.tasks__cell__link {
    text-decoration: underline !important;
    color: #0F275D !important;
}

.tasks__cell__link:hover {
    text-decoration: none !important;
}

.tasks__cell:first-of-type {
    border-top-left-radius: 10px;
    padding-left: 15px;
}

.tasks__cell:last-of-type {
    border-top-right-radius: 10px;
}

.tasks__cell:first-of-type {
    border-bottom-left-radius: 10px;
}

.tasks__cell:last-of-type {
    border-bottom-right-radius: 10px;
    padding-right: 15px;
}

.tasks__cell__hide_comment {
    display:none;
}
.tasks__cell__hide_wrapper {
    overflow: hidden;
    width: 30px;
    padding: 7px 0 0!important;
}

.tasks__row__niekompletne div:first-of-type {
    border-top-left-radius: 0px;
}

.tasks__row__niekompletne div:last-of-type {
    border-top-right-radius: 0px;
}

.tasks__row__niekompletne .tasks__cell:first-of-type {
    border-left: 1px solid #DF7A7A;
}

.tasks__row__niekompletne .tasks__cell {
    border-bottom: 1px solid #DF7A7A;
}

.tasks__row__niekompletne .tasks__cell:last-of-type {
    border-right: 1px solid #DF7A7A;
}

.tasks__row__label_new {
    position: absolute;
    top: -6px;
    right: 5px;
    width: 60px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background-color: #FFC700;
    border-radius: 3px;
    text-align: center;
    display: block;
}

@media (max-width:650px) {
    .tasks__row__niekompletne .tasks__cell {
        border-bottom: 0;
        border-left: 1px solid #DF7A7A;
        border-right: 1px solid #DF7A7A;
    }
    .tasks__row__niekompletne .tasks__cell:last-of-type {
        border-bottom: 1px solid #DF7A7A;
    }
    .tasks__cell:first-of-type {
        border-bottom-left-radius: 0px !important;
    }
    .tasks__row__niekompletne .tasks__cell:first-of-type {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }
}

.tasks__cell {
    display: table-cell;
    background-color: #ffffff;
    padding: 10px 10px;
    font-size: 12px;
    font-weight: 500;
    vertical-align: middle;
    font-size: 12px;
    position: relative;
    max-width: 50%;
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.tasks__cell a {
    color: #000000;
    text-decoration: none;
}

.tasks__cell a:hover {
    color: #000000;
    text-decoration: none;
}

.tasks__row__break {
    height: 10px;
}

.tasks__table__priorytet {
    font-size: 11px;
    color: #595959;
    font-weight: 300;
    margin-top: 3px;
}

.tasks__table__labels {
    margin-top: 12px;
    position: relative;
}

.tasks__table__label {
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 300;
    margin-bottom: 5px;
}

.tasks__table__label span {
    display: inline-block;
    padding: 3px 0px 3px 13px;
}

.tasks__table__label__add {
    position: absolute;
    top: 0px;
    left: -30px;
    cursor: pointer;
    display: none;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 300;
    background-color: #00A067;
    color: #ffffff;
    padding: 3px 7px;
}

.tasks__table__label__delete {
    cursor: pointer;
    visibility:hidden;
    display: inline-block;
    margin-left: 1px;
    padding: 3px 1px 3px 2px;
    width: 12px;
    background-color: #DF7A7A;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tasks__table__label__addlist {
    display: none;
    position: absolute;
    top: 0px;
    z-index: 999;
    left: -30px;
    background-color: #EEF0F4;
    border-radius: 5px;
    box-shadow: 4px 4px 8px #e9efff;
    padding: 10px;
}

.tasks__table__label__addlist div {
    border-radius: 5px;
    font-size: 11px;
    font-weight: 300;
    padding: 3px 5px;
    cursor: pointer;
    margin: 3px 0px;
}

.tasks__table__nolabels {
    font-weight:300;
    font-size:11px;
    line-height:21px;
}

.font_green {
    color: #00A067
}

.font_gray {
    color: #475B84;
    font-weight: 300;
}

.font_red {
    color: #DF7A7A;
}

.font_blue_strong {
    color: #065efd !important;
    font-weight: 600;
}

.tasks__cell__publish_link {
    margin-top: 3px;
    font-weight: 300;
}

.tasks__cell__publish_link a {
    color: #595959;
    font-size: 11px;
    text-decoration: none;
    font-weight: 300;
}

.tasks__cell__publish_link a:hover {
    color: #595959;
    font-size: 11px;
    text-decoration: underline;
}

.tasks__cell__quick_actions a, .tasks__cell__quick_actions_btn {
    padding: 2px 8px 2px 5px;
    border: 0px;
    border-radius: 2px;
    margin-right: 5px;
    color: #ffffff;
    cursor:pointer;
    margin-top:5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
}
.tasks__cell__quick_actions_btn:hover {
    color:#000000;
}

.tasks__cell__quick_actions .accept {
    background-color: #00A067;
}

.tasks__cell__quick_actions .reject {
    background-color: #DF7A7A;
}

.tasks__paging__left {
    float: left;
    margin-top: 15px;
    padding-left: 15px;
    font-size: 11px;
    color: #595959;
    line-height: 30px;
}

.tasks__paging__left a {
	color:#063ABA;
}
.tasks__paging__left a:hover {
	text-decoration:none;
}

.tasks__paging__right {
    float: right;
    margin-top: 15px;
    text-align: right;
}

.tasks__paging__right a {
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #FFC700;
    color: #ffffff;
    padding: 7px 15px;
    margin-left: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.attachment_add {
    border-radius: 3px;
    display: inline-block;
    background-color: #FFC700;
    border: 0;
    color: #ffffff;
    padding: 6px 50px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 2px;
    cursor: pointer;
}

.attachment_add:active {
    transform: translateY(2px);
}

@media (max-width:450px) {
    .tasks__paging__left {
        float: right;
        text-align: right;
    }
}

@media (max-width:650px) {
    .tasks__cell {
        display: block !important;
    }
    .tasks__cell:first-of-type {
        border-top-left-radius: 10px !important;
        padding-left: 10px;
    }
    .tasks__cell:first-of-type {
        border-top-right-radius: 10px;
    }
    .tasks__cell:last-of-type {
        border-bottom-right-radius: 10px;
    }
    .tasks__cell:last-of-type {
        border-bottom-left-radius: 10px;
        padding-right: 10px;
    }
    .tasks__table__label__add {
        left: auto;
        right: 0px;
    }
    .tasks__table__label__addlist {
        left: auto;
        right: 0px;
    }
}

.zlecenie__szczegoly__wytyczne {
    margin-top:20px;
}

.simple_table {
    width:100%
}
.simple_table thead td {
    padding:8px 5px;
    color:#889ECC;
}
.simple_table tbody td {
    padding:8px 5px;
    border-top:1px solid #595959;
}
.simple_table tbody td a {
    color:#004BD3;
    text-decoration:underline;
    font-weight:bold;
}
.simple_table tbody td a:hover {
    text-decoration:none;
}
.simple_table tbody td:last-of-type a {
    color:#FFC700;
    font-weight:normal;
}


.zlecenie__szczegoly__wytyczne a {
    position:relative;
    display:inline-block;
    margin-right:10px;
    background-color:#00A067;
    border:1px solid #00A067;
    color:#ffffff;
    border-radius:3px;
    padding:5px 10px;
    text-decoration:none;
    margin-bottom:10px;
}

.zlecenie__szczegoly__wytyczne a:hover {
    background-color:#ffffff;
    color:#00A067;
}

.zlecenie__szczegoly__wytyczne a div {
    position:absolute;
    top:-10px;
    right:-8px;
    font-size:9px;
    width:30px;
    text-align:center;
    color:#ffffff;
    background-color:#FFC700;
    border-radius:2px;
    padding:2px;
}

.zlecenie__szczegoly__wytyczne_edycja {
    margin-top:10px;
    color:#889ECC;
}
.zlecenie__szczegoly__wytyczne_edycja a {
    color:#889ECC;
    display:inline-block;
    margin-left:10px;
}
.zlecenie__szczegoly__wytyczne_edycja a:hover {
    text-decoration:none;
}

.zlecenie__szczegoly__wytyczne_warning {
    margin-bottom:20px;
    font-weight:bold;
    color:#DF7A7A;
    border-bottom:2px solid #DF7A7A;
    padding:5px;
    text-align:center;
    width:calc(100% - 40px);
}


.zlecenie__wrapper {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px -4px #8E9EC6;
}

.zlecenie__info {
    background-color:#ffffff;
    border:2px solid #00A067;
    border-radius:10px;
    margin-bottom:20px;
    margin-top:20px;
    padding:20px;
    text-align:center;
    color:#00A067;
    font-weight:700;
}

.zlecenie__szczegoly__left {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.zlecenie__szczegoly__right {
    float: right;
    width: 50%;
    padding-left: 15px;
}

.zlecenie__szczegoly__label {
    float: left;
    color: #475B84;
    font-weight: 300;
    width: 150px;
    margin-bottom: 15px;
    padding-right: 10px;
}

.zlecenie__szczegoly__value {
    float: left;
    width: calc(100% - 150px);
    margin-bottom: 15px;
    overflow-wrap: break-word;
}

.zlecenie__contents__hidden {
    max-height: 230px;
    overflow: hidden;
    position: relative;
}

.zlecenie__contents__hidden__gradient {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: url('/img/contents__hidden.png');
    background-repeat: repeat-x;
    height: 10px;
}

.zlecenie__contents__hidden__show {
    background: #063ABA;
    width: 24px;
    height: 22px;
    cursor: pointer;
    border-radius: 5px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.zlecenie__contents__hidden__show:hover {
    background: #2363ff
}

.zlecenie__contents__hidden__show:active {
    transform: translateY(2px);
}

.zlecenie__contents__hidden__show_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent;
    margin-left: 8px;
    margin-top: 8px;
}

.lista__buttons {
    position: absolute;
    top: 9px;
    right: -70px;
    margin-top: -10px;
    margin-right: 20px;
}

.lista__buttons__add {
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    background-color: #063ABA;
    width: 28px;
    height: 28px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
}

.lista__buttons__add:hover {
    background: #2363ff
}

.lista__buttons__add:active {
    transform: translateY(2px);
}

.lista__add__wrapper {
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 30px;
    left: 10px;
    width: 250px;
    background: #ffffff;
    padding: 10px 0px;
    box-shadow: 0 2px 4px -4px #8E9EC6;
}

.lista__add__wrapper div a {
    color: #000000;
    text-decoration: none;
}

.lista__add__wrapper div {
    padding: 10px 20px;
}

.lista__add__wrapper div:hover {
    background: #fafafa
}

.zlecenie__buttons {
    float: right;
    margin-top: 0px;
    margin-right: 20px;
    width:200px;
}

.zlecenie__buttons__edit,
.zlecenie__buttons__add_comment,
.zlecenie__buttons__copy,
.zlecenie__buttons__contadu {
    border-radius: 5px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    background-color: #063ABA;
    width: 36px;
    height: 36px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
    background-repeat: no-repeat;
    background-position: center center;
}

.zlecenie__buttons__edit {
    background-image: url('/img/zlecenie__edit.png');
    background-size: 24px 24px;
}

.zlecenie__buttons__copy {
    background-image: url('/img/zlecenie__copy.png');
    background-size: 24px 24px;
}

.zlecenie__buttons__add_comment {
    background-image: url('/img/zlecenie__add.png');
    background-size: 19px 19px;
}

.zlecenie__buttons__contadu {
    background-image: url('/img/zlecenie__contadu.png');
    background-size: 19px 19px;
}

@media (max-width:800px) {
    .zlecenie__szczegoly__left {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
    .zlecenie__szczegoly__right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
}

@media (max-width:500px) {
    .hide_mobile { display:none !important; }
    .zlecenie__buttons {
        float: none !important;
        margin: 0px 0px 5px 0px;
    }
    .zlecenie__buttons__edit,
    .zlecenie__buttons__add_comment {
        width: 26px;
        height: 26px;
        float: none;
        display: inline-block;
    }
    .zlecenie__buttons__edit {
        background-size: 16px 16px;
    }
    .zlecenie__buttons__add_comment {
        background-size: 14px 14px;
    }
}

.zlecenie__historia__usun {
    width: 15px;
    margin-right: -20px;
    background-color: #DF7A7A;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    padding-right: 5px !important;
    padding-left: 5px !important;
}

@media (max-width:650px) {
    .zlecenie__historia__usun {
        width: 100%;
        margin: 0px;
        border-top-right-radius: 0px !important;
        line-height: 10px;
    }
    .zlecenie__header {
        margin-left: 10px;
    }
    .zlecenie__wrapper {
        padding: 10px;
    }
    .zlecenie__subtitle {
        margin-left: 10px;
    }
}

.zlecenie__formularz__input {
    border: 0px;
    border-radius: 5px;
    background: #E5E5E5;
    padding: 5px 10px;
    color: #626262;
    width: 100%;
}

.zlecenie__formularz__select {
    border: 0px;
    border-radius: 5px;
    background: #E5E5E5;
    padding: 5px 10px;
    color: #626262;
    width: 100%;
}

.zlecenie__formularz__label {
    line-height: 30px;
}

.zlecenie__formularz__text {
    border: 0;
    width: calc(100% - 20px);
    height: 300px;
    border-radius: 5px;
    background: #E5E5E5;
    padding: 5px 10px;
    color: #626262;
}

.zlecenie__formularz__submit {
    cursor: pointer;
    display: block;
    margin: 0px 20px 0px auto;
    width: 140px;
    border-radius: 8px;
    padding: 7px 10px;
    background-color: #063ABA;
    color: #ffffff;
    border: 0px;
    font-size: 17px;
    margin-top: 10px;
    box-shadow: 4px 4px 8px #8E9EC6;
    font-weight: 600
}

.zlecenie__formularz__submit:hover {
    background: #2363ff
}

.zlecenie__formularz__submit:active {
    transform: translateY(2px);
}

.formularz__error__input {
    border: 2px solid #DF7A7A
}

.formularz__error__info {
    color: #DF7A7A
}

.harmonogram__table__wrapper {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 220px);
    overflow: scroll;
    position: relative;
}

.harmonogram__notready a {
    color:#889ECC !important;
}
.harmonogram__notready {
    color:#889ECC;
}
.harmonogram__notready span {
    color:#889ECC;
}

.harmonogram__table__wrapper table {
    position: relative;
    border-collapse: separate;
    border-spacing: 0;
    min-width:100%;
}

.harmonogram__table__wrapper td,
.harmonogram__table__wrapper th {
    padding: 5px;
    font-size: 11px;
    font-weight: 500
}
.harmonogram__table__wrapper th a {
    text-decoration:none;
    color:#000000;
    font-size:11px!;
}

.harmonogram__table__wrapper th div {
    font-weight: 300;
    color: #063ABA
}

.harmonogram__table__wrapper th {
    min-width: 70px;
}

.harmonogram__table__wrapper td {
    background: #ffffff;
    z-index: 7
}

.harmonogram__table__wrapper thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #EEF0F4;
    color: #000000;
    border-right: 1px solid #ffffff;
}

.harmonogram__table__wrapper thead th:first-child {
    border-top-left-radius: 10px;
}

.harmonogram__table__wrapper thead th:last-child {
    border-top-right-radius: 10px;
    border-right: 0
}

.harmonogram__specialista {
    background: #063ABA !important;
    color: #ffffff;
    font-weight: 500 !important;
    font-size: 16px !important;
    z-index: 7 !important;
	padding-top:10px !important;
	padding-bottom:10px !important;
}

.harmonogram__zlecenie {
	color:#063ABA !important;
	font-size:14px;
	font-weight:600;
}

.harmonogram__table__wrapper thead th {
    left: 0;
    z-index: 8;
}

.harmonogram__table__wrapper thead th:first-child {
    left: 0;
    z-index: 9;
}

.harmonogram__table__wrapper tbody td:first-of-type {
    position: -webkit-sticky;
    /* for Safari */
    position: sticky;
    left: 0;
    z-index: 7;
}

.harmonogram__table__wrapper thead th div {
    white-space: nowrap;
}

.harmonogram__inputs {
    line-height: 26px;
}

.harmonogram__select_copy {
    border: 0px;
    border-radius: 5px;
    background: #E5E5E5;
    padding: 5px 10px;
    color: #626262;
    width: 100%;
    min-width: 110px;
}

.harmonogram__table__wrapper th:first-of-type {
    min-width: 280px !important;
}

.harmonogram__input_hrs {
    width: 40px;
    border: 0px;
    background: #E5E5E5;
    padding: 2px 5px;
    font-size: 10px;
    text-align: right;
}

.harmonogram__input_deadline {
    width: 70px;
    border: 0px;
    background: #E5E5E5;
    padding: 2px 5px;
    font-size: 10px;
}

.harmonogram__table__wrapper td {
    border-bottom: 1px solid #063ABA;
    font-weight: 300;
    font-size: 10px;
    text-align: center;
    border-right: 1px solid #EEF0F4
}

.harmonogram__table__wrapper td:last-of-type {
    border-right: 0
}

.harmonogram__table__wrapper td:first-of-type,
.harmonogram__table__wrapper td:nth-of-type(3) {
    font-size: 12px;
    text-align: left;
}

.harmonogram__table__wrapper td:first-of-type a {
    font-weight: 600;
    color: #000000;
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}

.harmonogram__table__wrapper td:first-of-type a:hover {
    text-decoration: underline;
}

.harmonogram__selected__empty {
    border: 2px solid #DF7A7A
}

@media (max-width:1200px) {
    .harmonogram__table__wrapper td,
    .harmonogram__table__wrapper th {
        padding: 3px;
        font-size: 10px;
        font-weight: 300
    }
    .harmonogram__table__wrapper th {
        min-width: 50px;
    }
}

.harmonogram__btn__wrapper {
    z-index: 10;
    text-align: center;
    line-height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 250px;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0px #8E9EC6;
}

#harmonogram__error {
    z-index: 10;
    text-align: center;
    line-height: 30px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 450px;
    background-color: #DF7A7A;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0px #8E9EC6;
    color:#ffffff;
    font-size:16px;
    display:none;
}

.harmonogram__btn {
    cursor: pointer;
    width: 100%;
    border-radius: 8px;
    padding: 7px 10px;
    background-color: #063ABA;
    color: #ffffff;
    border: 0px;
    font-size: 17px;
    margin-top: 5px;
    box-shadow: 4px 4px 8px #8E9EC6;
    font-weight: 600
}

.harmonogram__btn:hover {
    background: #2363ff
}

.harmonogram__btn:active {
    transform: translateY(2px);
}

@media (max-width:800px) {
    .harmonogram__table__wrapper td,
    .harmonogram__table__wrapper th {
        padding: 3px;
        font-size: 10px !important;
        font-weight: 300
    }
    .harmonogram__btn__wrapper {
        font-size: 12px;
        padding: 10px;
        bottom: 5px;
        right: 5px;
    }
    .harmonogram__btn {
        font-size: 12px;
    }
    .harmonogram__table__wrapper {
        height: 500px;
        max-height: 500px;
    }
}

@media (max-width:600px) {
    .harmonogram__table__wrapper td,
    .harmonogram__table__wrapper th {
        padding: 2px;
        font-size: 9px !important;
        font-weight: 300
    }
    .harmonogram__table__wrapper th {
        min-width: 50px;
    }
    .harmonogram__table__wrapper th:first-of-type {
        min-width: 150px !important;
    }
}

.tabela {
    width: 100%;
    border-spacing: 0px;
    border-collapse: separate;
}

.tabela thead td {
    color: #889ECC;
    padding: 3px 5px;
}

.tabela tbody td {
    border-top: 1px solid #626262;
    padding: 3px 5px;
}

.zlecenie__formularz__check {
    width: 20px;
}

.zlecenie__formularz__check:before {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    border: 0;
    content: "";
}

.zlecenie__formularz__check:after {
    position: relative;
    display: block;
    left: 0px;
    top: -14px;
    width: 14px;
    height: 14px;
    border: 1px solid #808080;
    border-radius: 2px;
    content: "";
    background: #FFF;
}

.zlecenie__formularz__check:checked:after {
    background-size: 12px 12px;
    background-position: 1px 1px;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAB3RJTUUH5gEIEB0LgIVFhAAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAABH0lEQVQoz5XSMUtdQRAF4O/eyO2SRgi2Gkib/gqSakFMJdqEgGBjE2yEgI1CyB8wf0NE4TXJtsL2FhavSBmER0DsZDFoszesr8l7A8vuzJ7ZM3N2GnNY18cRXuFTOwN42A/wAWv40c7I9BZfqtBF+z8mNDjG6+KPcTIL4zY+Vv63nMKkmWbJKdT+Mq7wsoTOcwqbsND1scEqrnMKt1WJL3BSJd0Vdl0ftdjEJcZdH1dyCgPrRlnwiJ2cwt+hqqbr4x8sFsAvrON3OS+V+KgQPAytLJTGfxbAG5zitkp6xF5O4aHWo80pRHxGLrF3eF9hdnMKN1Xv//5oUHC/iFHbWU5ha1ptaIeXcgrfsVvdTXBkjpn82vXxvuvj4dQEPbMnZdZchRICcxYAAAAASUVORK5CYII=');
}


.user_calendar__left {
    float:left;
    width:60%;
}
.user_calendar__right {
    float: right;
    width: 40%;
    padding-left:20px;
}
@media (max-width:600px) {
    .user_calendar__left, .user_calendar__right {
        width:100%;
    }
    .user_calendar__right {
        margin-top:20px;
        padding-left: 0px;
    }
}
.user_calendar__daynames, .user_calendar__days {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.user_calendar__daynames li {
    display:inline-block;
    background-color: #EEF0F4;
    width:13.4%;
    max-width:13.4%;
    overflow:hidden;
    color:#595959;
    text-align:center;
    padding:10px 5px;
    margin:0px;
    box-sizing:border-box;
    list-style-type: none;
}
.user_calendar__daynames li:nth-of-type(6), .user_calendar__daynames li:nth-of-type(7) {
    background-color:#063ABA;
    color:#FFFFFF;
}
.user_calendar__days {
   
}
.user_calendar__days li {
    display: inline-block;
    background-color: #ffffff;
    width: 13.4%;
    max-width: 13.4%;
    color: #595959;
    text-align: left;
    vertical-align:top;
    padding: 5px 5px;
    height:90px;
    overflow:hidden;
    margin: 0px;
    box-sizing: border-box;
    list-style-type: none;
    border:1px solid #ffffff;
}
.user_calendar__holiday {
    font-size:9px;
    padding:1px;
    border-radius:3px;
    border:1px solid #063ABA;
    background-color:#eaf0ff;
    text-align:center;
    margin-top:2px;
}
.user_calendar__day {
    cursor:pointer;
}
.user_calendar__ownholiday {
    font-size: 9px;
    padding: 1px;
    border-radius: 3px;
    border: 1px solid #FFC700;
    background-color: #fff6d6;
    text-align: center;
    margin-top: 2px;
}
.user_calendar__right__header {
    font-size:16px;
    margin-bottom:30px;
}

@media (max-width:350px) {

    .user_calendar__days li, .user_calendar__daynames li {
        width:13%;
    }
}
@media (max-width:300px) {

    .user_calendar__days li,
    .user_calendar__daynames li {
        width: 12%;
    }
}

.ql-editor {
    font-family: 'Poppins', sans-serif!important;
    font-weight: 500!important;
    font-size: 12px!important;
}

.ql-editor p {
    margin:10px 0!important;
}

#confirm_wrapper {
    z-index: 20;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,80%);
    display:none;
}
#confirm_modal {
    width: 800px;
    max-width:calc(100% - 50px);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0px #8E9EC6;
    margin:100px auto;
    position:relative;
}
#confirm_modal_txt {
    margin:30px 0px 30px;
    height: 300px;
       overflow-y: scroll;
}
#confirm_modal_txt table {
    width:100%;
}
#confirm_modal_txt td {
    border-bottom:1px solid #dedede;
    padding:3px 8px;
    border-right:1px solid #dedede;
}
#confirm_modal_txt td:last-of-type {
    border-right:0;
}
#confirm_modal_txt tr:first-of-type td {
    background-color:#EEF0F4;
    text-align:center;
}
#confirm_modal_txt tr:nth-child(even) td {
    background-color:#f1f1f1;
}
#confirm_close {
    position:absolute;
    top:10px;
    right:20px;
    cursor:pointer;
    font-size:20px;
}