/* *** CSS RESET *** */

:focus {
    outline: 0
}

a {
    outline: none;
    text-decoration: none;
    color: #333 !important;
}

a, img {
    border: 0;
}

b {
    font-weight: bold;
}

button {
    cursor: pointer;
}

body {
    overflow-y: hidden;
}

body {
    overflow-x: hidden;
}

    /* *** GLOBAL *** */


    body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin: 0;
        margin-top: 0;
    }

    body p {
        margin-bottom: 25px;
        margin-top: 0;
    }

    body h2 {
        font-size: 20px;
        margin-bottom: 25px;
        margin-top: 0;
    }

    body ol {
        padding-left: 20px;
        margin-bottom: 25px;
        margin-top: 0;
    }

    body .bx-wrapper {
        z-index: 1;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: none;
    }

html {
    margin-right: 0 !important;
    /*    overflow: visible !important;
*/
}

iframe {
    border: none;
}

input:disabled, textarea:disabled {
    background: #efefef;
}

figure {
    margin: 0;
}

@media (min-width: 1200px) {
    body .container-1 {
        width: 100%;
        padding: 0 3%;
        max-width: 100%;
        min-height: 20.5px;
    }

    body .container-footer {
        width: 100%;
        padding: 8px 7px;
        max-width: 100%;
        min-height: 20.5px;
    }

    body .container-2 {
        padding: 0 2%;
    }
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    color: #002451;
    background: #fff;
    line-height: 1.3;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hide {
    display: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background: transparent;
}

.content-box {
    float: left;
    width: 100%;
}

.table-cell {
    width: 1000px;
    display: table-cell;
    vertical-align: middle;
}

.styledCheckbox input {
    display: block !important;
    opacity: 0;
    filter: alpha(opacity = 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
}

.styledCheckbox {
    position: relative;
}

/* *** HEADER *** */

header {
    background: url('../img2/img01.jpg') center center;
    background-size: 100% 100%;
    position: relative;
    z-index: 99999;
    display: flex;
    height: fit-content;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.header-box {
    width: 100%;
}

header .logo {
}

    header .logo img {
        float: left;
        height: 35px;
        padding: 5px;
    }

.user-box {
    float: right;
    color: #fff;
    cursor: pointer;
    min-width: 160px;
}

    .user-box .dropdown {
        display: inline-block;
    }

    .user-box .txt {
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
        text-align: right;
    }

    .user-box figure {
        vertical-align: middle;
        display: inline-block;
        padding: 3px;
        border-radius: 50%;
        overflow: hidden;
        background: #fff;
        height: 35px;
        cursor: pointer;
    }

        .user-box figure img {
            border-radius: 50%;
        }

    .user-box .dropdown-menu {
        padding: 0;
        border: none;
        border-radius: 0;
        margin-top: 20px;
        box-shadow: 0 5px 10px rgba(0,0,0,0.1);
        background: #efefef;
        position: relative;
        transform: translate3d(0px, 45px, 0px) !important;
        font-size: 13px;
    }

.dropdown-item {
    position: relative;
    padding: 7px 27px 6px 27px;
    text-align: left;
    background: #efefef !important;
    color: #4d4d4d !important;
}

.user-box .dropdown-menu:after {
    width: 30px;
    height: 12px;
    display: block;
    position: absolute;
    top: -12px;
    left: 33%;
    margin-left: -18px;
    content: "";
    background: url('../img2/icons/img11.png') center center no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

.dropdown-item:hover {
    color: #54b848 !important;
    background: white !important;
}

/* *** MENU BOX *** */

.menu-box {
    float: left;
    width: 100%;
    background: #e7e7e7;
    margin-bottom: 5px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .main-menu ul li {
        position: relative;
        float: left;
        list-style: none;
    }

        .main-menu ul li a {
            color: #002451;
            display: block;
            text-align: center;
            width: 90px;
            padding: 5px;
        }

    .main-menu ul .current a {
        color: #54b848;
        background: #fff;
    }

    .main-menu ul li:hover a {
        color: #54b848;
    }

.ic {
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: 25px auto;
}

    .ic img {
        width: 25px;
        height: 25px;
    }

.main-menu .ic {
    position: relative;
    padding: 4px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

    .main-menu .ic:after {
        width: 100%;
        height: 100%;
        content: "";
        background: #fff;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

ul.main-menu-1 li.current img, ul.main-menu-1 li:hover img {
    filter: invert(56%) sepia(84%) saturate(373%) hue-rotate(66deg) brightness(97%) contrast(80%);
}

.small-ic-1 {
    position: absolute;
    top: 4px;
    right: 6px;
    height: 15px;
}

    .small-ic-1 img {
        height: 60%;
    }

/* *** HOME *** */

.main-content {
    min-height: calc(100vh - 263px);
}

.btn-bottom-container {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    z-index: 1000;
    align-items: center;
}

.btn-bottom-functions {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background-size: 20px;
    flex-shrink: 0;
}

.btn-add {
    background: #002451 url('../img2/icons/img10.png') center center no-repeat;
    background-size: 15px;
}

    .btn-add:hover {
        background-color: #54b848;
    }

.btn-export {
    background: #002451;
}

    .btn-export:hover {
        background-color: #54b848;
    }

.export-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: transparent;
}

.export-menu-popup {
    position: fixed;
    bottom: 60px;
    right: 45px;
    z-index: 1001;
}

.export-menu-paper {
    min-width: 120px;
    max-width: 150px;
    padding: 4px;
}

.export-menu-list {
    padding: 0;
}

.export-menu-item {
    min-height: 32px;
    font-size: 12px;
}

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

.export-button-icon .mud-icon {
    color: white !important;
    font-size: 18px !important;
}

.export-button-icon .mud-icon svg {
    color: white !important;
    fill: white !important;
}

.btn-timetracker {
    background: #002451 url('../img2/icons/timetracker.png') center center no-repeat;
    background-size: 20px;
}

    .btn-timetracker:hover {
        background-color: #54b848;
    }

.btn-disabled, .btn-disabled:hover {
    cursor: auto;
    background-color: #d5d5d5 !important;
}

.button-disabled {
    filter: contrast(5%) brightness(115%);
}

.btn-excel {
    background: #002451 url('../img2/icons/imgExcel.png') center center no-repeat;
    background-size: 14px;
    transition: 0s linear;
}

    .btn-excel:hover {
        background: #002451 url('../img2/icons/imgExcel-hover.png') center center no-repeat;
        background-color: #54b848;
        background-size: 14px;
        transition: 0s linear;
    }

.btn-excel-disabled, .btn-excel-disabled:hover {
    cursor: auto;
    background: #d5d5d5 url('../img2/icons/imgExcel-hover.png') center center no-repeat;
    background-size: 17px;
    transition: 0s linear;
}

.btn-pdf {
    background: #002451;
    transition: 0s linear;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-pdf:hover {
        background-color: #54b848;
        transition: 0s linear;
    }

.btn-pdf-disabled, .btn-pdf-disabled:hover {
    cursor: auto;
    background: #d5d5d5;
    transition: 0s linear;
}

.btn-user-many {
    background: #002451 url('../img2/icons/visibility3.png') center center no-repeat;
    background-size: 21px;
    transition: 0s linear;
}

    .btn-user-many:hover {
        background: #002451 url('../img2/icons/visibility1.png') center center no-repeat;
        background-size: 21px;
        transition: 0s linear;
        background-color: #54b848;
    }

.btn-convert-to-work {
    background: #002451 url('../img2/icons/img02-white.png') center center no-repeat;
    background-size: 21px;
    transition: 0s linear;
}

    .btn-convert-to-work:hover {
        background: #002451 url('../img2/icons/img02-white.png') center center no-repeat;
        background-size: 21px;
        transition: 0s linear;
        background-color: #54b848;
    }


.btn-user-one {
    background: #002451 url('../img2/icons/visibility1.png') center center no-repeat;
    background-size: 21px;
    transition: 0s linear;
}

    .btn-user-one:hover {
        background: #002451 url('../img2/icons/visibility2.png') center center no-repeat;
        background-size: 21px;
        transition: 0s linear;
        background-color: #54b848;
    }

.btn-user-one-for-task {
    background: #002451 url('../img2/icons/visibility1.png') center center no-repeat;
    background-size: 21px;
    transition: 0s linear;
}

    .btn-user-one-for-task:hover {
        background: #002451 url('../img2/icons/visibility3.png') center center no-repeat;
        background-size: 21px;
        transition: 0s linear;
        background-color: #54b848;
    }

.btn-user-out {
    background: #002451 url('../img2/icons/visibility2.png') center center no-repeat;
    background-size: 21px;
    transition: 0s linear;
}

    .btn-user-out:hover {
        background: #002451 url('../img2/icons/visibility3.png') center center no-repeat;
        background-size: 21px;
        transition: 0s linear;
        background-color: #54b848;
    }


.btn-bottom-standard {
    background: #002451;
    background-size: 17px;
    transition: 0s linear;
    color: white !important;
    position: relative;
}

    .btn-bottom-standard:hover {
        background-color: #54b848;
        background-size: 17px;
        transition: 0s linear;
    }

.btn-bottom-standard-disabled, .btn-bottom-standard-disabled:hover {
    cursor: auto;
    background: #d5d5d5;
    background-size: 17px;
    transition: 0s linear;
}

.btn-standard-text {
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

.btn-pagination {
    background: #002451 center center no-repeat;
    background-size: 17px;
    color: white !important;
    display: flex;
    align-items: center;
    text-align: center;
}

    .btn-pagination > p {
        margin: 0;
        width: 100%;
    }

    .btn-pagination:hover {
        background-color: #54b848;
    }

.btn-active {
    background-color: #54b848 !important;
}


/* Deprecated: Button positioning now handled by .btn-bottom-container flexbox */
/*
.btn-position-1 {
    right: 0px;
}

.btn-position-2 {
    right: 45px;
}

.btn-position-3 {
    right: 90px;
    bottom: 0;
}

.btn-position-4 {
    right: 135px;
    bottom: 0;
}

.btn-position-5 {
    right: 180px;
    bottom: 0;
}

.btn-position-6 {
    right: 225px;
    bottom: 0;
}

.btn-position-7 {
    right: 270px;
    bottom: 0;
}

.btn-position-8 {
    right: 315px;
    bottom: 0;
}
*/

.btn-right {
    background: #002451 url('../img2/icons/right-white.png') 16px center no-repeat;
    background-size: 8px;
}

    .btn-right.disabled {
        cursor: auto;
        background: #d5d5d5 url('../img2/icons/right-white.png') 16px center no-repeat;
        background-size: 8px;
    }

        .btn-right.disabled:hover {
            cursor: auto;
            background: #d5d5d5 url('../img2/icons/right-white.png') 16px center no-repeat;
            background-size: 8px;
        }

    .btn-right:hover {
        background-color: #54b848;
    }

.btn-invoice-open {
    background: #002451 url('../img2/icons/invoice-open.png') 10px center no-repeat;
    background-size: 15px;
}

    .btn-invoice-open.disabled {
        cursor: auto;
        background: #d5d5d5 url('../img2/icons/invoice-open.png') 10px center no-repeat;
        background-size: 15px;
    }

        .btn-invoice-open.disabled:hover {
            cursor: auto;
            background: #d5d5d5 url('../img2/icons/invoice-open.png') 10px center no-repeat;
            background-size: 15px;
        }

    .btn-invoice-open:hover {
        background-color: #54b848;
    }

.btn-invoice-close {
    background: #002451 url('../img2/icons/invoice-close.png') 10px center no-repeat;
    background-size: 15px;
}

    .btn-invoice-close.disabled {
        cursor: auto;
        background: #d5d5d5 url('../img2/icons/invoice-close.png') 11px center no-repeat;
        background-size: 20px;
    }

        .btn-invoice-close.disabled:hover {
            cursor: auto;
            background: #d5d5d5 url('../img2/icons/invoice-close.png') 11px center no-repeat;
            background-size: 20px;
        }

    .btn-invoice-close:hover {
        background-color: #54b848;
    }

.btn-left {
    background: #002451 url('../img2/icons/left-white.png') 12px center no-repeat;
    background-size: 8px;
}

    .btn-left:hover {
        background-color: #54b848;
    }


.btn-down {
    background: #002451 url('../img2/icons/down-white.png') 8px 14px no-repeat;
    background-size: 19px;
}

    .btn-down.disabled {
        cursor: auto;
        background: #d5d5d5 url('../img2/icons/down-white.png') 17px center no-repeat;
    }

        .btn-down.disabled:hover {
            cursor: auto;
            background: #d5d5d5 url('../img2/icons/down-white.png') 17px center no-repeat;
        }

    .btn-down:hover {
        background-color: #54b848;
    }


.btn-right:hover {
    background-color: #54b848;
}

.btn-img {
    width: 16px;
    filter: invert(1) saturate(0) brightness(2);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-open {
    content: url('/img2/icons/close-button.png');
}

/*.btn-open:hover {
        content: url('/img2/icons/open-button.png');
    }*/

.btn-lock {
    content: url('/img2/icons/open-button.png');
}

/*.btn-close:hover {
        content: url('/img2/icons/close-button.png');
    }*/

.btn-success-color {
    filter: invert(64%) sepia(50%) saturate(552%) hue-rotate(66deg) brightness(87%) contrast(90%);
}
/* *** FOOTER *** */

footer {
    float: left;
    width: 100%;
    background: #fff;
    color: #b7b7b7;
    font-size: 11px;
    padding: 3px 0;
    height: 40px;
    position: fixed;
    bottom: 0;
}

#footer-login {
    background: initial;
    color: white;
    border-top: initial;
}


.created {
    float: right;
}

.copyright {
    float: left;
}

footer a {
    color: #000;
}

    footer a:hover {
        color: #b41b1e;
    }

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;
    float: left;
}

    .select .chosen-container {
        width: 100% !important;
    }

    .select ul {
        margin: 0 4px 4px 0 !important;
        padding: 0 0 0 4px !important;
    }

    .select .chosen-search {
        display: none;
    }

    .select .chosen-container-single .chosen-single {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding: 0 0 0 10px;
        height: 29px;
        border: none;
        border-radius: 0;
        background: #fff;
        border: 1px solid #aaa;
        box-shadow: none;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        white-space: nowrap;
        line-height: 27px;
    }

    .select .chosen-drop ul li {
        background-image: none !important;
        height: auto !important;
    }

    .select .chosen-container-single .chosen-single div {
        width: 32px;
        /*background: url('../img/select-arrow.png') center no-repeat;*/
    }

    .select .chosen-container .chosen-results li.active-result {
        background: #fff;
        color: #000;
    }

    .select .chosen-container .chosen-results li:hover {
        background: #ec008d;
        color: #fff;
    }

.chosen-container-single .chosen-drop {
    top: 0px !important;
}
/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    overflow: auto;
    z-index: 101;
    width: 100%;
    padding: 10px 0;
    height: 70px;
    background-size: 100% 100%;
    background: url(../img2/img01.jpg) center center;
    box-shadow: rgba(0,0,0,0.2) 0px 2px 3px;
    display: none;
}

    .header-rsp .container {
        position: relative;
    }

    .header-rsp .logo-rsp {
        height: 50px;
        width: 140px;
        display: table-cell;
        vertical-align: middle;
    }

        .header-rsp .logo-rsp img {
            max-width: 100%;
            max-height: 100%;
            margin-bottom: -3px;
        }

.hamburger {
    position: absolute;
    top: 0;
    right: 6px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #fff;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

    .data-rsp a {
        font-size: 11px;
    }

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;
}

    .menu-rsp .opacity-rsp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
        opacity: 0.4;
    }

    .menu-rsp .ic {
        display: none;
    }

    .menu-rsp nav {
        float: left;
        width: 100%;
        background: #fff;
        max-height: 100%;
        position: relative;
        z-index: 5;
        overflow: auto;
    }

    .menu-rsp > nav > ul:first-child {
        -webkit-box-shadow: #666 0px 2px 3px;
        -moz-box-shadow: #666 0px 2px 3px;
        box-shadow: #666 0px 2px 3px;
    }

    .menu-rsp nav ul {
        float: left;
        width: 100%;
        margin: 0;
        position: relative;
        z-index: 2;
        background: #fff;
        padding: 0;
    }

    .menu-rsp nav li {
        position: relative;
        list-style: none;
        float: left;
        border: none;
        width: 100%;
        height: auto;
        border-top: 1px solid #dcdcdc
    }

    .menu-rsp nav > ul > li:first-child {
        border-top: none;
    }

    .menu-rsp nav a {
        line-height: normal;
        height: auto;
        color: #002451;
        font-size: 16px;
        float: left;
        width: 100%;
        padding: 15px 15px 14px 15px;
    }

        .menu-rsp nav a:hover {
            background-color: #f7f7f7;
            color: #002451;
        }

            .menu-rsp nav a:hover .btn-slide-down {
                color: #323232;
            }

    .menu-rsp .fas {
        display: none;
    }

    .menu-rsp .btn-slide-down {
        background: transparent;
        color: #fff;
        line-height: 55px;
        border-color: #636363;
    }

    .menu-rsp nav ul .li-submenu > a {
        padding-right: 53px;
    }

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid #000;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
}


    .menu-rsp nav ul ul a {
        padding-left: 30px;
    }

    .menu-rsp nav ul ul ul a {
        padding-left: 45px;
    }

.icheckbox, .iradio {
    float: left;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    background: url('../img2/icons/checkbox.png') 0 0 no-repeat;
    border: none;
    cursor: pointer;
}

    .icheckbox.checked, .iradio.checked {
        background: url('../img2/icons/checkbox.png') 0 -15px no-repeat;
    }

/* *** LOG *** */

.log-content {
    position: relative;
    height: calc(100vh);
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .log-content:after {
        background: url('../img2/bg-1.png') center center no-repeat;
        background-size: 100% 100%;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

.log-box {
    position: relative;
    z-index: 2;
}

.form-logo {
    margin-bottom: 60px;
}

.page-1 {
    padding-top: 0;
}

.form-box {
    position: relative;
    z-index: 1;
    width: 340px;
}

    .form-box label {
        color: #fff;
        text-align: left;
        display: block;
    }

.input-box {
    margin-bottom: 20px;
}

    .input-box input {
        height: 40px;
        background: #fff;
        width: 100%;
        padding: 0 15px;
        color: #002451;
        font-size: 16px;
        border: none;
    }

.btn-1 {
    height: 45px;
    background: #54b848;
    width: 100%;
    padding: 0 15px;
    padding-top: 1px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border: none;
}

    .btn-1:hover {
        background: #4ba740;
    }

.form-box .btn-1 {
    margin: 15px 0;
}

.btn-0, .btn-2, .btn-3, .btn-4 {
    color: #fff;
    font-size: 15px;
    padding-left: 25px;
    display: inline-block;
}

    .btn-0:hover, .btn-2:hover, .btn-3:hover, .btn-4:hover {
        color: #fff;
        opacity: 0.9;
    }

.btn-2 {
    background: url('../img2/icons/img12.png') left center no-repeat;
}

.btn-3 {
    background: url('../img2/icons/img13.png') left center no-repeat;
}

.btn-4 {
    background: url('../img2/icons/img14.png') left center no-repeat;
}

.log-content:after {
    opacity: 0.9;
}

/* *** RWD *** */

@media only screen and (max-width: 1199px) {
    .main-menu ul li a {
        width: auto;
        padding: 0 20px;
    }
}

@media only screen and (min-width: 992px) {
    .menu-rsp {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .table-search-container {
        display: none;
    }

    .header-rsp {
        display: block;
    }

    .header-box {
        padding: 10px 0;
    }

    .search-box {
        width: 100%;
    }

    .header-right-box {
        width: 100%;
    }

    .search {
        width: 100%;
    }

    header .langs-box {
        display: none;
    }

    .banner-full-screen {
        height: calc(100% - 72px);
    }

    .main-content {
        min-height: 10px;
    }

    footer {
        height: auto;
        padding: 20px 0 18px 0;
    }

    header {
        height: auto;
    }

    footer {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .log-box img {
        width: 150px;
    }

    .form-box {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 100%;
    }

    .log-content {
        height: 100vh;
    }

    .form-buttons > div {
        width: 100%;
    }

        .form-buttons > div:first-child {
            margin-bottom: 5px;
        }

    .log-content-1 {
        display: block;
        padding: 50px 0;
        /*height: auto;*/
        min-height: 10px;
    }
}

/* *** CZ. 2 *** */

.belt-box {
    background: #fff;
    float: left;
    width: 100%;
}


.link-1 {
    color: #57b94c;
    padding: 5px 0;
    padding-left: 30px;
    display: inline-block;
    background: url('../img2/icons/left.png') 8px 5px no-repeat;
    background-size: 10px;
}

    .link-1:hover {
        opacity: 0.8;
        color: #54b848;
    }

.nav-tabs-1 {
    position: relative;
    width: 100%;
    margin-left: 40px;
}

    .nav-tabs-1 ul {
        position: relative;
        z-index: 2;
        padding: 0;
        margin: 0;
        list-style: none;
    }

.nav-tabs-1 li {
    float: left;
}

    .nav-tabs-1 li a {
        padding: 7px 30px;
        align-items: center;
        display: flex;
        text-align: center;
        color: #002451;
    }

.nav-tabs-1 a:hover {
    color: #54b848;
}

.nav-tabs-1 .current a {
    background: #fff;
    color: #54b848
}

.main-menu .current a .ic img {
    opacity: 1;
}

.main-menu .current a .ic:after {
    opacity: 0;
}

.cont-boxes, .a-cont-boxes {
    float: left;
    width: 100%;
}

.cont-box, .a-cont-box {
    float: left;
    width: 100%;
    display: none;
    padding-top: 15px;
    padding-bottom: 5px;
}

.a-cont-box {
    padding-top: initial;
}

@media only screen and (min-width: 1199px) {
    .modal .modal-width-1190 {
        max-width: 1190px !important;
    }
}

.modal-title {
    font-size: 17px;
}

.modal-header .close {
    opacity: 1;
    color: #002451;
}

    .modal-header .close:hover {
        color: #54b848;
    }

.modal-header {
    border-bottom: none;
}

.modal-header, .modal-footer, .modal-body {
    padding: 25px 28px;
}

    .modal-header .close {
        font-size: 30px;
        padding: 15px 20px;
    }

.modal-content {
    border-radius: 0px;
}

.modal-footer {
    text-align: center;
    border-top: none;
    justify-content: right;
}

    .modal-footer button {
        float: none;
        display: inline-block;
    }

.btn-5 {
    height: 40px;
    background: #54b848;
    display: inline-block;
    padding: 0 15px;
    padding-top: 1px;
    color: #fff;
    min-width: 150px;
    width: auto;
    font-weight: bold;
    font-size: 18px;
    border: none;
}

    .btn-5:hover {
        background: #4ba740;
    }

.label-box label {
    margin: 0;
    color: #7a7a7a;
}

.form-1 .label-box {
    height: 45px;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.form-1 .txt {
    height: 45px;
    display: flex;
    width: 100%;
    margin: 0;
    color: #7a7a7a;
    align-items: center;
}

.form-1 .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .form-1 .row > div {
        padding: 0 10px;
    }

.form-control {
    border-radius: 0;
    padding: initial;
    font-size: 12px;
}

textarea.form-control {
    padding: 10px 15px;
    resize: none;
    overflow: auto;
}

.form-1 textarea {
    height: 110px;
}


.form-1 .row {
    padding: 7px 0;
}

    .form-1 .row .row {
        padding: 0;
    }

.modal-header {
    padding-bottom: 0;
}

.bootstrap-select > .dropdown-toggle {
    color: #002451;
    font-size: 18px;
    border-radius: 0;
    height: 45px;
    border: none;
    line-height: 48px;
    background: #f7f7f7 !important;
    padding: 0 15px;
}

.bootstrap-select .dropdown-item {
    padding-top: 10px !important;
}

.bootstrap-select .btn, .bootstrap-select .btn div,
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle,
body .bootstrap-select .dropdown-toggle:focus {
    overflow: hidden;
    box-shadow: none !important;
    outline: 0 !important;
    border: none !important;
}

input, textarea {
    box-shadow: none !important;
    outline: 0 !important;
}

.bootstrap-select .dropdown-menu {
    margin: 0 !important;
}

.bootstrap-select {
    width: 100% !important;
}

.form-2 .input-box-1 {
    margin-bottom: 20px;
}

    .form-2 .input-box-1 input {
        border: 2px solid #dddddd;
        font-size: 16px;
        background: none;
    }

.button-box {
    text-align: center;
    padding: 10px 0;
    float: left;
    width: 100%;
}

.checkbox-content-2 {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.checkbox-2 {
    margin-bottom: 15px;
    position: relative;
    padding-left: 65px;
}

    .checkbox-2 label {
        background: #f7f7f7;
        display: block;
        margin: 0;
        cursor: pointer;
        padding: 14px 15px 10px 15px;
        min-height: 45px;
    }

    .checkbox-2 .icheckbox {
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;
        background: #f7f7f7;
    }

        .checkbox-2 .icheckbox.checked {
            background: #f7f7f7 url('../img/icons/img16.png') center center no-repeat;
        }

.arrow-right label {
    padding-right: 30px;
    background: #f7f7f7 url('../img/icons/img17.png') calc(100% - 15px) 20px no-repeat;
}

.checkbox-3 .icheckbox {
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    width: 22px;
    height: 22px;
    border: 2px solid #dadada;
}

.checkbox-3 {
    padding-top: 1px;
    position: relative;
    padding-left: 30px;
}

    .checkbox-3 label {
        margin: 0;
    }

.checkbox-content-3 .checkbox-3 {
    margin-bottom: 15px;
}

.checkbox-3 .icheckbox.checked:after {
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px;
    background: #002451;
}

.checkbox-content-3 {
    padding: 0 0 0 82px;
}

    .checkbox-content-3 .checkbox-content-3 {
        padding-left: 30px;
    }

.checkbox-content-3 {
    display: none;
}

/* Dodatkowe style */
.dataTables_wrapper .dataTables_info {
    display: none;
}

.checkbox-content-3 .checkbox-content-3 {
    display: block !important;
}

/* *** RWD *** */

@media only screen and (max-width: 1199px) {
    .label-box label, .form-1 .txt {
        font-size: 14px;
    }

    .nav-tabs-1 li a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .form-1 .label-box.text-right {
        text-align: left !important;
    }

    .form-1 .label-box {
        display: block;
        height: auto;
        padding-bottom: 5px;
    }

    .btn-5 {
        min-width: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .checkbox-2 {
        padding-left: 55px;
    }

    .checkbox-content-3 {
        padding-left: 0;
    }
}

/*Dodatkowe tabela*/

table.dataTable thead {
    background: #57b94c;
    color: #113360;
}

    table.dataTable thead > tr > th {
        background: #57b94c;
        color: #113360;
    }

    table.dataTable thead > tr > th {
        border-bottom: initial;
        font-weight: normal;
    }

    table.dataTable thead .sorting {
        /*background-image: url("../images/sort_asc.png");*/
        /*background: white;*/
        color: white;
        font-weight: initial;
    }

.sort-col-new.fa.fa-sort-asc.fs15, .sort-col-new.fa.fa-sort-desc.fs15 {
    color: white;
    font-weight: initial;
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png");
    /*background: white;*/
    color: #113360;
}


table.dataTable thead .sorting {
    background: initial !important;
}

table.dataTable thead > tr > th {
    padding-left: 7px;
}

table.dataTable-blue thead > tr > th {
    background: #113360;
    color: white;
}

table.dataTable-green thead > tr > th {
    background: #54b848;
    color: white;
}

table.dataTable tbody > tr > td {
    word-break: break-word;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: initial !important;
}

/*table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}*/

table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
    text-align: left;
}

.main-tab-container {
    background: #e7e7e7;
}

.table-search-container {
    height: auto;
    background: #e7e7e7;
    float: left;
}

.table-search-icon {
    position: absolute;
    right: 52px;
    height: 24px;
    padding-top: 4px;
}

.table-work-info-container {
    position: relative;
    background: #fff;
    float: left;
    width: 100%;
    margin-top: -19px;
    margin-bottom: 5px;
    padding-top: 7px;
    padding-right: 22px;
    height: 40px;
    padding-left: 53px;
}


.table.dataTable thead th, table.dataTable thead td {
    border-bottom: initial;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: initial;
}

/*Dodatkowe modal*/
.modal-dialog {
    margin: 5.5rem auto;
}

/*Helper*/
.hide {
    height: 1px;
}

.text-time-right {
    text-align: right;
    padding-right: 28px !important;
}

/* Czyszcz�cy si� input */
.clearable {
    background: #fff url("/img2/icons/xnew.png") no-repeat right -15px center;
    padding: 3px 28px 3px 4px; /* Use the same right padding (18) in jQ! */
}

    .clearable.x {
        background-position: right 5px top;
        background-position-y: 7px;
    }
    /* (jQ) Show icon */
    .clearable.onX {
        cursor: pointer;
    }
    /* (jQ) hover cursor style */
    .clearable::-ms-clear {
        display: none;
        width: 0;
        height: 0;
    }
/* Remove IE default X */

/* Textarea */

input {
    color: #002451;
}

textarea {
    color: #002451;
}


/* Wyszukiwarka */
table.dataTable .highlight {
    /*text-decoration: underline;*/
    background: #FFFE71;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 8px 10px;
}

/* Validation */
.input-validation-error {
    border-color: #f63030;
}

.required {
    background: #FFFE71;
}

    .required ~ div {
        background: #FFFE71 !important;
    }

#table-container .btn:focus {
    border: 1px solid #EFDC0F;
    transition: initial;
}

.work-day-of-week {
    vertical-align: middle;
}

.date-container {
    background: white;
    height: 100%;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    padding: 1px 0;
}

/* �adowanie AJAX */
.modal-loading {
    display: none;
    position: fixed;
    z-index: 1040;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(182, 182, 255, 0.3) url('../img/loading-color.gif') 50% 50% no-repeat;
}

body.loading {
    /*overflow: hidden;*/
}

    body.loading .modal-loading {
        display: block;
        z-index: 999999;
        /*        backdrop-filter: blur(1px);*/
    }

.information-textbox {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

    .information-textbox:focus {
        outline: none;
    }

.dropdownMenuLink {
    font-size: 12px;
}

a:hover {
    color: inherit;
}

table.dataTable {
    /*width: 99.8% !important;*/
    margin: initial;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
    padding: 0px !important;
}

.dataTables_scrollBody {
    width: 100.1% !important;
}

/* unvisited link */
a:link, a:visited, a:hover, a:active {
    color: #002451;
}

.work-order-link:link,
.work-order-link:visited,
.work-order-link:hover,
.work-order-link:active {
    color: #002451;
}

.work-order-link:hover {
    text-decoration: underline;
}

.text-green {
    color: #54b848 !important;
}

.content-under-breadcroumb {
    margin-top: -20px !important;
}

/* Table pagination */

.pagination > li > a:not(.separator), .pagination > li > span:not(.separator) {
    cursor: pointer;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 5px;
    color: #8e8e93;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    line-height: 1.42857;
    position: relative;
    text-decoration: none;
}

.pagination {
    border-radius: 4px;
    margin: 5px 0;
    padding-left: 0;
}

.sort-col {
    cursor: pointer;
}

table .sort-col i {
    margin-left: 5px;
}

table .openInvoice {
    color: red;
}

.green {
    color: #54b848 !important;
}

.grey {
    color: grey !important;
}

.pl-100px {
    padding-left: 100px !important;
}

.width-130px {
    width: 130px;
}

.textRed {
    color: red !important;
}

.border-red {
    border-color: red !important;
}

.text-bold {
    font-weight: bold;
}

.table-container {
    height: 10em;
}

.container-breadcrumb {
    background: #e7e7e7;
}

    .container-breadcrumb .tab {
        display: inline-block;
        background: white;
        padding-top: 1px;
        padding-right: 15px;
        padding-bottom: 1px;
        padding-left: 5px;
    }

.text-bold {
    font-weight: bold !important;
}

.textbox-disabled {
    background: #efefef !important;
}

.ms-ctn .ms-sel-item {
    background: white;
    width: 100%;
}

table .ms-ctn .ms-sel-ctn input {
    height: 25px;
    /*min-width: 150px !important;*/
}

table .ms-res-ctn .ms-res-item-active, table .ms-res-ctn .ms-res-item {
    line-height: 22px;
}

table .ms-ctn-focus,
table textarea:focus,
table input:focus,
.form-control:focus,
.popup-form .ms-ctn-focus {
    border: 1px solid #EFDC0F;
}

table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: 1px solid white;
}

table.dataTable.display tbody tr > td,
table.dataTable.display tfoot tr > td,
table.dataTable.order-column.hover tbody tr > td {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    vertical-align: initial;
}


table.dataTable.display tbody tr:hover > td,
table.dataTable.order-column.hover tbody tr:hover > td {
    border-bottom: 1px solid #959698;
    border-top: 1px solid #959698;
}


.display-none {
    display: none !important;
}

.pagination-list-container {
    position: absolute;
    max-height: 100px;
    bottom: 60px;
    right: 41px;
    overflow-y: auto;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .pagination-list-container::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }

ul.pagination-list {
    margin: 0;
    padding: 2px;
    text-decoration: none;
    background: #54b848;
    color: white;
    margin-right: 17px;
    width: 43px;
}

.pagination-list li {
    list-style-type: none;
    padding: 2px 10px;
    cursor: pointer;
    text-align: center;
}

    .pagination-list li.active {
        cursor: default;
    }

    .pagination-list li:hover {
        background: white;
        color: #54b848
    }

    .pagination-list li.active {
        background: white;
        color: #54b848
    }

a.link {
    color: #54b848 !important;
    transition: none;
}

.notification-counter {
    color: white;
    background: url("/img2/icons/img11.svg") no-repeat;
    background-size: auto;
    height: 18px;
    background-size: cover;
    padding: 1px;
    height: 15px;
    width: 15px;
    font-size: 10px;
}

#work-container .ms-ctn-2 .ms-sel-item-2 {
    padding: 2px 5px 1px 5px;
}

.ms-sel-ctn-2 .ms-sel-item-2:not(.ms-sel-item-multiselect-2), .ms-sel-ctn-2 .ms-sel-item-2.ms-sel-item-multiselect-2:not(.ms-sel-item-multiselect-2):hover {
    border: none;
}

#work-container .ms-ctn-2 .ms-sel-item-2.ms-sel-item-multiselect-2 {
    padding: 2px 5px 2px 5px;
}

.login-field-icon {
    float: right;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    right: 10px;
}

table tr.editable td:not(:last-child):not(:first-child) {
    padding-right: 1px;
    padding-left: 1px;
}

.selecting-table {
    background: #e7e7e7;
}

#work-report label {
    margin-bottom: 0px;
}

#work-report #filter-container td {
    padding-right: initial;
}

#work-report #filter-container .main-btn.popup-footer-btn {
    padding: 4px;
    margin-top: 19px;
    padding-left: 12px;
    padding-right: 12px;
}

#work-report #filter-container input {
    padding-left: 12px;
}

.dataTable-auto-size {
    min-width: initial;
}

textarea {
    resize: none;
    overflow: hidden;
    min-height: 27px;
    line-height: 1.3;
}

#filter-container .ms-sel-item-2 {
    line-height: 23px;
}

#filter-container .control-label {
    text-align: left;
    width: 100%;
    padding-left: 4px;
    padding-bottom: 2px;
}

/*#basic-information table.dataTable.display tbody tr:hover > td,
#basic-information table.dataTable.order-column.hover tbody tr:hover > td {
    border-bottom: initial;
    border-top: initial;
}

#basic-information table.dataTable.display tbody td:hover,
#basic-information table.dataTable.order-column.hover tbody td:hover {
    border-bottom: 1px solid #959698;
    border-top: 1px solid #959698;
}*/

#basic-information table.dataTable.display tbody tr:hover > td,
#basic-information table.dataTable.order-column.hover tbody tr:hover > td {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}

#basic-information table.dataTable.display tbody td:hover,
#basic-information table.dataTable.order-column.hover tbody td:hover {
    border-bottom: 1px solid #959698 !important;
    border-top: 1px solid #959698 !important;
}

table.dataTable tbody tr.display td {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.dataTable thead th, table.dataTable thead td {
    padding-right: 10px;
}

.invoice-comment-box > td {
    border-top: 1px rgb(17, 51, 96) solid;
    border-bottom: 1px rgb(17, 51, 96) solid;
}

.dataTable .table-summary {
    font-weight: bold;
}

#work-container #summary {
    padding-bottom: 20px;
}

#basic-information {
    padding-top: 13px;
}

    #basic-information .form-control {
        min-height: 26px;
        padding: 0 12px 0 12px;
        font-size: 13px;
        line-height: 1.42857143;
        color: #002451;
        background-image: none;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        display: inline-block;
        width: 70%;
        text-align: left;
    }

        #basic-information .form-control:disabled {
            background: initial;
        }

    #basic-information label {
        color: #223d32;
        font-weight: 300;
        display: inline-block;
        width: 16%;
        text-align: right;
        margin-right: 20px;
        padding: 3px 0px;
        vertical-align: top;
    }

    #basic-information.bi-employee label {
        color: #223d32;
        font-weight: 300;
        display: inline-block;
        width: 25%;
        text-align: right;
        margin-right: 20px;
        padding: 3px 0px;
        vertical-align: top;
    }

    #basic-information .field {
        font-size: 12px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    #basic-information.bi-employee .field {
        font-size: 12px;
        margin-top: 0px;
        margin-bottom: 2px;
    }

hr {
    border-top: 1px solid rgb(17, 51, 96);
}

.form-control[readonly] {
    background-color: white;
}

.form-control:disabled {
    background-color: #efefef;
}


#datatable img:hover {
    filter: invert(63%) sepia(59%) saturate(480%) hue-rotate(66deg) brightness(88%) contrast(87%);
}

#datatable img.disable-hover:hover {
    filter: initial;
}

.bold {
    font-weight: bold;
}

.text-red {
    color: red !important;
}

.text-blue {
    color: #113360 !important;
}

.color-red {
    color: red;
}

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

.blink {
    animation: blink-animation 1s steps(20, start) infinite;
    -webkit-animation: blink-animation 1s steps(20, start) infinite;
}

@keyframes blink-animation {
    to {
        -ms-opacity: 0.01;
        opacity: 0.01;
    }
}

@-webkit-keyframes blink-animation {
    to {
        -ms-opacity: 0.01;
        opacity: 0.01;
    }
}

/* Timetracker */
#work-container .work-timetracker {
    color: red;
}

    #work-container .work-timetracker > .work-timetracker-icon {
        display: inline-block;
        font-size: 14px;
        margin-right: 5px;
    }


#table-container .action-buttons {
    padding-left: 2px;
    text-align: right;
}

.timetracker-container {
    background: #e7e7e7;
    position: fixed;
    width: 200px;
    height: 40px;
    bottom: 0;
    left: 50%;
    margin-left: -100px;
    z-index: 1000;
    cursor: pointer;
}

    .timetracker-container a {
        top: 50%;
        position: absolute;
        margin-top: -9px;
        font-size: 18px;
        text-align: center;
        width: 100%;
    }

input[type="color"] {
    padding: 0;
    /* Declare the color variable */
    --color: black;
    /* We will control height and width of input from here. */
    border: none;
    position: relative;
    cursor: pointer;
}

    /* Create the pseudo class and add styling */
    input[type="color"]::before {
        content: '';
        /* Used to center it on top of the input. */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /* This allows you to click on the main input. */
        pointer-events: none;
        /* Set height and width more than that of input. */
        width: 150%;
        height: 150%;
        /* Implement the background using css varible. */
        background: var(--color);
        /* All the above styles add basic functunality. We can add further styling below. */
        border-radius: 50%;
    }

.tableFixHead {
    overflow-y: auto;
    /*height: 100px;*/
    min-width: 1400px;
}

    .tableFixHead thead, .tableFixHead thead th {
        position: sticky;
        top: 0;
    }

    .tableFixHead tfoot {
        position: sticky;
        bottom: 0;
        background: white;
        z-index: 100;
    }

.table-footer-fixed {
    position: fixed;
    bottom: 20px;
    padding: 0px 7px;
}

.breadcrumb-second-row {
    margin-bottom: 5px;
    background: #e7e7e7;
}

.container {
    max-width: 100%;
    width: 100%;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 18px;
}

#timetracker-counter img {
    filter: initial;
}

tr.border-bottom td {
    border-bottom: 1px solid #57b94c !important;
}

.upside-down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.background-blue th {
    background-color: rgb(17, 51, 96) !important;
    color: white !important;
}

    .background-blue th:not(:last-child) {
        border-right: solid #ddd 1px;
    }

.background-blue-2 th {
    background-color: rgb(17, 51, 96) !important;
    color: white !important;
}

th.border-right-white {
    border-right: solid #ddd 1px !important;
}

td.border-right-gray {
    border-right: solid #ddd 1px;
}

.hover-underline-pointer:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* UPRAWNIENIA */

/* Modu�y */

.main-module-block {
    color: white;
    font-size: 16px !important;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin: 10px 0 0 !important;
}

.children-modules-container {
    display: none;
}

#roles-checkboxes ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#roles-checkboxes li {
    margin: 0 0 10px 0;
    clear: both;
    overflow: hidden;
    zoom: 1.0;
}

    #roles-checkboxes li input {
        height: initial;
    }

#roles-checkboxes ul {
    padding-left: 10px !important;
}

input::placeholder {
    color: #002451;
    opacity: 1;
}

.report-task-default {
    color: #113360;
    border: #e7e7e7 1px solid !important;
}

.report-task-blue {
    color: #113360;
    border: #113360 1px solid !important;
}

.report-task-red {
    color: red;
    border: 1px red solid !important;
}

.report-task-orange {
    color: orange;
    border: 1px orange solid !important;
}

.report-task-lightgreen {
    color: #319626;
    border: #319626 1px solid !important;
}

.task-report table.dataTable.display tbody tr.even td {
    background-color: #ffffff !important;
}
.task-report table.dataTable.display tbody tr.odd td {
    background-color: #f9f9f9 !important;
}

.menu-disabled {
    color: gray !important;
    cursor: default;
}

.notification-template-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid;
}

.notification-template-content-edit {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 5px;
}

.background-gray > td {
    background: #e7e7e7 !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 5000;
    float: left;
    min-width: 10rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    font-size: inherit;
    padding: initial;
    border-radius: initial;
}

/* Podgl�d faktury � 100 % szeroko�ci, wysoko�� automatyczna */
.preview-wrapper img {
    width: 100%;
    height: auto;
    max-height: initial !important;
    display: block; /* usuwa dodatkowe bia�e piksele pod obrazkiem */
    border: 1px solid #ddd;
    border-radius: 4px;
}

.input-placeholder::placeholder {
    color: #d3d3d3 !important; /* Zmienna na dowolny kolor */
    opacity: 1 !important; /* Dla kompatybilno�ci z Firefoxem */
}

.invoice-editor-container {
    position: relative;
}

.invoice-buttons-fixed {
    background: #ffffff;
    padding: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    z-index: 100;
    margin-top: -10px;
}

.invoice-button {
    background-color: #002451;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

/* SignalR User Activity Status */
.fa-circle.green {
    color: #28a745 !important;
}

.fa-circle.gray {
    color: #6c757d !important;
}

    .invoice-button:hover {
        background-color: #0056b3;
    }


