﻿@font-face {
    src: url(../fonts/Lucida-Sans-Unicode.ttf.woff));
}

html,
body {
    -webkit-app-region: drag;
    background-color: #d9d9d9 !important;
}

.no-drag {
    -webkit-app-region: no-drag;
}

.max-height {
    min-height: 100vh;
}

.max-width {
    min-width: 100%;
}

.col-white {
    color: white !important;
}

.note {
    position: relative;
}

    .note:after { /* Magic Happens Here!!! */
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        display: block;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-top: 10px solid #f00;
    }

.extClsStaffTab {
    border: 1px solid #ddd;
    text-align: center !important;
    font-size: x-small;
    /**/
    line-height: 10px;
    /**min-width: 48px !important;**/
    /*max-width: 48px !important;*/
    padding: 1px !important;
    width: 35px !important;
    /**/
}

@media all and (min-width: 1800px) {
    .extClsStaffTab {
        width: 48px !important;
    }
}



#worktimes-table th,
#worktimes-table td {
    /**padding: 2px !important;**/
    /**width: 34px !important;**/
}

.pulsarek {
    width: 100%;
    height: 100%;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0% {
        background-color: #FFF;
    }

    35% {
        background-color: #FF4136;
    }

    65% {
        background-color: #FF4136;
    }

    100% {
        background-color: #FFF;
    }
}

.tableFixHead {
    overflow-y: auto;
    height: 200px;
}

    .tableFixHead thead th {
        position: sticky;
        background-color: black;
        top: 0px;
    }

.without_ampm::-webkit-datetime-edit-ampm-field {
    display: none;
}

.rcpDefaultTooltip + .tooltip > .tooltip-inner {
    background-color: lightgray;
    color: black;
}

.rcpDefaultTooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: lightgray;
    color: black;
}

.buttonGoogleMaps {
    background: url(/images/google_maps.png) no-repeat;
    background-size: 20px 20px;
    cursor: pointer;
    border: none;
    width: 25px;
}

.users-legend-row {
    margin-top: 3px;
    color: gray;
    font-size: 11px;
}

.users-legend-row-not-act {
    width: 30px;
    background-color: #d5d6ea !important;
}

.users-legend-row-log-dis {
    width: 30px;
    background-color: #d7ecd9;
}

.users-legend-row-no-card {
    width: 30px;
    background-color: #9ec1cf;
}

.users-legend-row-no-term {
    width: 30px;
    background-color: #ffa500;
}

.users-legend-row-no-struct {
    width: 30px;
    background-color: #fcfab6;
}

.users-legend-row-not-act-tr {
    background-color: #d5d6ea !important;
}

.users-legend-row-log-dis-tr {
    background-color: #d7ecd9 !important;
}

.users-legend-row-no-card-tr {
    background-color: #9ec1cf !important;
}

.users-legend-row-no-term-tr {
    background-color: #ffa500 !important;
}

.users-legend-row-no-struct-tr {
    background-color: #fcfab6 !important;
}

.lightLegend {
    color: white !important;
    border: 1px solid white !important;
}

.tableBackBl tbody tr:hover {
    background-color: #A2C5EA !important;
}

.readcomposed-log-records {
    border-bottom-color: white !important;
    border-bottom: 0px solid white !important;
}

    .readcomposed-log-records thead tr {
        background-color: black !important;
        color: white;
    }


    .readcomposed-log-records tbody tr {
        background-color: #f2f2f2 !important;
    }

        .readcomposed-log-records tbody tr:hover {
            background-color: #A2C5EA !important;
        }

.rcpcomposed-more-info {
    border-left: 1px solid black !important;
    border-right: 1px solid black !important;
    /* border-bottom: 1px solid black !important; */
    background-color: white !important;
}

.change-view {
    cursor: pointer;
    /* 
        padding-top: 5px;
        padding-right: 40px;
    */
}

    .change-view:hover {
        /* color: #555d66; */
    }


tr.rcpSaturdayRecord {
    background-color: #42a5f5 !important;
    color: white;
}

    tr.rcpSaturdayRecord:hover {
        background-color: #80c6ff !important;
    }


tr.rcpSundayRecord {
    background-color: #f7727e !important;
    color: white;
}

    tr.rcpSundayRecord:hover {
        background-color: #f7b5bb !important;
    }

span.rcpSundayRecord {
    color: #c41425 !important;
    font-weight: bold;
}

span.rcpSaturdayRecord {
    color: #42a5f5 !important;
    font-weight: bold;
}


.grid-paper-table tr td {
    border: 2px solid black !important;
    padding: 5px;
}

.saturday-header {
    font-size: 18px;
    color: #42a5f5;
    text-transform: uppercase;
    font-weight: bold
}

.sunday-or-holyday-header {
    font-size: 18px;
    color: #c41425;
    text-transform: uppercase;
    font-weight: bold
}


.paper-card-statuses {
    padding-left: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    min-width: 50px;
    max-width: 380px;
    min-height: 140px;
    background-image: url('/images/paper3.jpg');
    color: black;
    font-family: 'Courier New';
}


.stamp {
    transform: rotate(12deg);
    color: #555;
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    text-align: center;
    -webkit-mask-image: url('/images/rubber-stamp/bg.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

    .stamp.is-not-completed {
        color: #595959;
        border: 4px dashed #595959;
        transform: rotate(1deg);
        -webkit-mask-position: 2rem 3rem;
        padding: 10px;
        font-size: 12px;
    }

    .stamp.no-data {
        color: #D23;
        border: 4px double #D23;
        transform: rotate(-3deg);
        -webkit-mask-position: 2rem 3rem;
        font-size: 1.3rem;
    }

    .stamp.is-late {
        color: #D23;
        border: 4px solid #D23;
        padding: 10px;
        border-radius: 50%;
        -webkit-mask-position: 2rem 3rem;
        font-size: 13px;
    }

    .stamp.is-not-enough-hours {
        color: #ba0011;
        border: 4px dashed #ba0011;
        transform: rotate(1deg);
        -webkit-mask-position: 2rem 3rem;
        padding: 10px;
        font-size: 12px;
    }

    .stamp.is-absence {
        color: #005ce6;
        border: 4px inset #005ce6;
        transform: rotate(3deg);
        -webkit-mask-position: 2rem 3rem;
        font-size: 2rem;
    }

.rcpcomposed-status {
}

    .rcpcomposed-status.is-not-completed {
        color: #595959;
    }

    .rcpcomposed-status.no-data {
        color: black;
    }

    .rcpcomposed-status.is-late {
        color: #D23;
    }

    .rcpcomposed-status.is-not-enough-hours {
        color: #ba0011;
    }

    .rcpcomposed-status.is-absence {
        color: #005ce6;
    }


.paper-card-day-to-print {
    font-weight: bold;
    font-size: 16px;
    text-align: right;
}

.paper-card-hours-to-work {
    margin-top: 10px;
    padding-bottom: 10px;
    background-image: url('/images/norm.png');
}

.paper-card-main-container {
    position: relative;
    font-family: 'Courier New';
    /*
        margin-right: 15px;
    margin-top: 15px;

    */
}

.fs-14px {
    font-size: 14px;
}

.vacation-tab-padd {
    padding: 20px !important;
}

.vacation-tab-marg {
    margin-top: 20px !important;
}

.vacation-tab-header {
    padding: 10px;
    width: 15%;
    text-align: center;
}

.vacation-tab-row {
    padding: 5px;
    width: 15%;
    text-align: center;
}

.paper-bottom {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 10px 0 -5px #eee, 0 10px 1px -4px rgba(0,0,0,0.15), 0 20px 0 -10px #eee, 0 20px 1px -9px rgba(0,0,0,0.15);
    padding: 10px;
}

.paper-top {
    background: #fff;
    box-shadow: 0 -1px 1px rgba(0,0,0,0.15), 0 -10px 0 -5px #eee, 0 -10px 1px -4px rgba(0,0,0,0.15), 0 -20px 0 -10px #eee, 0 -20px 1px -9px rgba(0,0,0,0.15);
    padding: 10px;
}

.paper-padding {
    padding: 10px;
}


.paper-card-main-container .paper-number {
    font-weight: bold;
    font-size: 30px;
    float: right
}

.paper-card-main-container .paper-card-type-of-range {
    font-size: 35px;
    border-left: 0 !important
}


.container-for-card-papers {
    background-image: url('/images/paper-desk.jpg');
    background-repeat: repeat;
    background-position: center center;
    padding-bottom: 15px !important;
}


.container-for-card-papers-statuses {
    background-image: url('/images/paper-desk.jpg');
    background-repeat: repeat;
    background-position: center center;
    padding-bottom: 15px !important;
}

.container-for-card-papers-single-employee {
    background-image: url('/images/paper-desk.jpg');
    background-repeat: repeat;
    background-position: center center;
    padding-bottom: 15px !important;
}


.text-rotate {
    transform-origin: 50% 50%;
    transform: rotate(-90deg)
}


span.go-to-user-catalogue {
    cursor: pointer;
}

    span.go-to-user-catalogue:hover {
        cursor: pointer;
        color: #337ab7;
    }


.grid-paper-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
    background-color: none !important;
    color: black !important;
    font-size: 13px;
}


    .grid-paper-table .row-to-show {
        cursor: pointer;
    }

        .grid-paper-table .row-to-show:hover {
            background-color: #A2C5EA !important;
        }

.table .thead-dark {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.fc-time {
    display: none;
}

.fc-title {
    font-size: 11px !important;
    color: gray;
    font-weight: bold !important;
}

.specClsEv {
    /*color: white !important;*/
}

.marginTopEv {
    margin-top: 6px !important;
}

.marginEw {
    margin-top: 6px !important;
}

input[type=time]::-webkit-clear-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    margin: -10px;
}

.fa-clock-o + .tooltip > .tooltip-inner {
    background-color: #90ee90;
    color: black;
    border: 1px solid #222c31;
    padding: 7px;
    font-size: 12px;
}

.fa-clock-o + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid #90ee90;
}

.fa-clock-o + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #90ee90;
}

.fa-clock-o + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #90ee90;
}

.fa-clock-o + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #90ee90;
}


.fa-circle + .tooltip > .tooltip-inner {
    background-color: lightgray;
    color: black;
    border: 1px solid lightgray;
    padding: 7px;
    font-size: 12px;
}

.fa-circle + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid lightgray;
}

.fa-circle + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid lightgray;
}

.fa-circle + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid lightgray;
}

.fa-circle + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid lightgray;
}


.extras-abs {
    max-width: 1700px !important;
    z-index: 90000 !important;
    background-color: #222c31 !important;
    border-radius: 0px;
    margin-left: 20px;
    max-width: 900px;
    padding: 7px;
    color: white;
    font-size: 12px;
}

.form-default h4 {
    margin-left: 15px;
    color: #50a0e5;
}

.form-group-extras {
    padding: 0 !important;
    background-color: #d9d9d9 !important;
}

.staff-color {
    color: black;
}

.wtr-legend-cal-hour {
    border: 1px solid black;
    width: 36px;
    background-color: white;
    display: inline-block;
}

.wtr-legend-cal-over {
    border: 1px solid #d4fad4;
    width: 36px;
    background-color: #d4fad4;
    display: inline-block;
}

.wtr-legend-cal-below {
    border: 1px solid #ffc9c9;
    width: 36px;
    background-color: #ffc9c9;
    display: inline-block;
}

.wtr-legend-cal-unknown {
    border: 1px solid #b7e9f7;
    width: 36px;
    background-color: #b7e9f7;
    display: inline-block;
}

.wtr-legend-cal-other {
    border: 1px solid black;
    width: 36px;
    background-color: white;
    display: inline-block;
}

.wtr-legend-row {
    margin-top: 3px;
    color: gray;
    font-size: 11px;
}

.form-default-extra {
    background-color: transparent !important;
    color: black !important;
    /* padding-top: 15px !important; */
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* padding-bottom: 15px !important; */
    border-radius: 0 !important;
}

.form-def-ext {
    background-color: #d9d9d9 !important;
}

.form-default .form-group label span.required-label {
    margin-left: 5px;
    color: red;
}


.container-site {
    display: flex;
    min-height: 100%;
    /*  clear: both; */
}

.container-sidebar {
    position: relative;
    display: inline;
    float: left;
    height: 42px;
    width: 45px;
    margin-right: 20px;
    z-index: 1001;
    transition: opacity 0.5s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
}

.menu-box,
.menu-box2 {
    /*

        position: relative;
    display: inline-block;
    float: left;
    z-index: 1002;

            width: 180px;
   */
    background-color: #222d32;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    /*min-height: 100vh;*/
    /*margin-right: 45px;*/
}

.main-sidebar,
.main-sidebar2 {
    /*

        display: inline;
     float: left;
        
         max-width: 170px;
    */
    width: 170px;
    padding-top: 10px;
    z-index: 1000;
    font-size: 13px;
    background-color: #222d32 !important;
}

.menu-button-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: red;
    padding: .25rem;
    z-index: 1000;
}

@media screen and (max-width: 540px) {
    .menu-box,
    .menu-box2 {
        z-index: 1002;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        overflow-y: auto;
        width: 100%;
        padding: 0 0 2rem 0;
    }

    .main-sidebar,
    .main-sidebar2 {
        width: 100%;
        overflow-y: auto;
    }
}

.normal-text {
    text-decoration: none !important;
}

.right-toolbar {
    float: right;
}




.header {
    padding-top: 10px !important;
    margin-top: 15px !important;
    padding-bottom: 10px !important;
    margin-bottom: 8px !important;
}

.user-status {
    padding-top: 150px !important;
}



.sidebar-menu:hover {
    overflow: visible;
}

.sidebar-menu li > a {
    position: relative;
    color: #337ab7;
}

.sidebar-divider {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .sidebar-menu > li {
        overflow: hidden;
        position: relative;
        margin: 0;
        padding: 0;
    }

        .sidebar-menu > li > a {
            padding: 5px 5px 5px 5px;
            display: block;
        }

    .sidebar-menu:hover {
        overflow: visible;
    }

    .sidebar-menu li > a {
        position: relative;
    }

    .sidebar-menu > li.header {
        overflow: hidden;
        text-overflow: clip;
    }


.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.container-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.visibleExtras {
    visibility: visible !important;
}

.container-box {
    min-height: 670px;
    /* padding-top: 30px; */
    overflow: hidden;
    flex: 1;
}

.req-status-wait {
    width: 30px;
    background-color: #d5d6ea !important;
}

.req-status-wait-row {
    background-color: #d5d6ea !important;
}

.req-status-accept {
    width: 30px;
    background-color: #d7ecd9 !important;
}

.req-status-accept-row {
    background-color: #d7ecd9 !important;
}

.req-status-rej {
    width: 30px;
    background-color: #ff4c4c !important;
}

.req-status-rej-row {
    background-color: #ff4c4c !important;
}

.container-menu > li.box-shadow-linear-gradient {
    color: white;
    font-weight: bold;
    overflow: hidden;
    text-overflow: clip;
    padding-left: 10px !important;
    min-height: 50px;
}


    .container-menu > li.box-shadow-linear-gradient div.header-img {
        width: 15%;
        float: left;
    }

    .container-menu > li.box-shadow-linear-gradient div.header-text {
        cursor: pointer;
        width: 80%;
    }

.container-menu > li.box-shadow-linear-gradient {
    color: white;
    font-weight: bold;
    overflow: hidden;
    text-overflow: clip;
    padding-left: 10px !important;
    min-height: 50px;
}


.container-menu > li.header div.header-img {
    width: 15%;
    float: left;
}

.container-menu > li.header div.header-text {
    cursor: pointer;
    width: 80%;
}

.container-menu > li {
    text-decoration: none;
    overflow: hidden;
    text-overflow: clip;
    padding-left: 10px;
}

@media (min-width: 1668px) {
    .ppolicy {
        padding-left: 30%;
        padding-right: 30%;
    }
}

@media (max-width: 1268px) {
    .ppolicy {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media print {
    .main-sidebar {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .container-sidebar {
        position: absolute;
        left: 150px;
    }

    .container-box {
        /* margin-left: 215px; */
    }
}

@media (min-width: 767px) {
    .container-sidebar {
        position: relative;
    }

    .container-sidebar-content {
        overflow-y: no-display;
    }
}


.child-container {
    list-style-type: none;
    padding: 0px;
}

.new-tasks {
    float: right;
    margin-right: 10px;
}

.open-tasks {
    float: right;
    margin-right: 2px;
}

.tasks-sidebar {
    float: right;
    margin-right: 10px;
}



.sidebar-tasks-list {
    display: flex;
    width: 100% !important;
    overflow: hidden;
}

.sidebar-tasks-scheduler-list {
    display: flex;
    width: 100% !important;
    overflow: hidden;
}

.width-30-percentage {
    width: 30%;
}

.width-70-percentage {
    width: 70%;
}

#main-container-content {
    min-height: calc(100% - 20px);
    /*

        min-width: 100%;
    float: left;
   */
}

.table > .table-header {
    background-color: #212529;
    color: white;
}

#loader {
    min-width: 100%;
    min-height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    display: none;
    background-color: black;
    z-index: 2000;
}

    #loader img {
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -100px;
    }

.search-top-menu {
    /*margin-bottom: 5px;*/
}

.container-sidebar-content {
    display: none;
}

.tasks-containers-box {
    height: 50px;
    padding: 15px;
    width: 100%;
}

.tasks-containers-box-breadcrumb {
    width: 100%;
    padding: 5px;
    margin: 0px;
}

.tasks-container-selector {
    width: 100%;
    padding: 3px;
    border-radius: 5px;
}

.table tbody tr {
    background-color: white;
}

.tasks-container-selector > ul {
    list-style-type: none;
}

    .tasks-container-selector > ul li {
        list-style-type: none;
        margin-left: -20px;
        margin-top: 3px;
        width: 100% !important;
    }

.custom-radio-button {
    opacity: 0;
    position: absolute;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.hide-sections .przerwij {
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.sections-show-hide-btn {
    border-radius: 15px;
    cursor: pointer;
    margin: 15px;
    text-align: center;
    -webkit-transition: background-color 0.2s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.2s;
}

    .sections-show-hide-btn:hover {
        background-color: #d9d9d9;
        border-radius: 15px;
        color: #50a0e5;
    }

.disable-html-element {
    pointer-events: none;
    opacity: 0.4;
}

.delete-attachment {
    padding-right: 10px;
    cursor: pointer;
    color: red;
}

.delete-tasks-schedular-attachment {
    padding-right: 10px;
    cursor: pointer;
    color: red;
}

.char-limit {
    font-size: 10px;
}

.comment-container {
    background-color: white;
    color: black;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 15px !important;
    margin-left: 15px !important;
}

    .comment-container .comment-author {
        font-style: italic;
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 11px;
        border-bottom: 1px solid black;
    }

.no-comments {
    font-style: italic;
    margin-left: 15px;
}

#fast-search, #enter-searching, #enter-searching-terms {
    /* width: 100%; */
}

.form-control {
    border-radius: 4px !important;
}

.fast-search-container {
    margin-bottom: 10px;
    margin-top: 10px;
}

    .fast-search-container > .left-container {
        padding-right: 0;
    }

    .fast-search-container > .right-container {
        padding-left: 0;
    }

    .fast-search-container > .left-container > .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: 3px solid #212529;
    }

    .fast-search-container > .right-container > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: white;
    }

.search-by-status {
    text-align: center;
    cursor: pointer;
}

.search-top-menu > .row > button {
    margin-top: 5px;
}

.right {
    float: right;
}

.no-content-for-user {
    padding-top: 20px;
    padding-left: 30px;
    font-size: 15px;
    font-style: italic;
}

.logout {
    color: white;
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

    .logout:hover {
        color: lightgray;
    }

    .logout > i {
        color: #50a0e5;
    }

.no-padding {
    padding: 0 !important;
}

.pointer {
    cursor: pointer;
}

.countdown-container {
    font-weight: bold;
    float: right;
    margin-bottom: 5px;
    color: #337ab7;
    display: table;
}

.countdown-container {
    font-weight: bold;
    float: right;
    margin-bottom: 5px;
    color: #337ab7;
    display: table;
}

    .countdown-container > .countdown {
        text-align: center;
        vertical-align: middle;
        color: #7f7f7f;
        font-size: 16px;
        display: table-cell;
        text-align: center;
    }

    .countdown-container > .countdown-icon {
        cursor: pointer;
        display: table-cell;
        padding-right: 5px;
    }

.container-menu > li:last-child {
    padding-bottom: 20px !important;
}

.download-printout {
    color: red;
    font-size: 10px !important;
    cursor: pointer;
}

.child-container > li {
    height: 20px !important;
}

    .child-container > li > a {
        height: 20px !important;
    }

.sidebar-tasks-list > div > input[type='checkbox'] {
    margin: 0 !important;
    cursor: pointer;
}

.sidebar-tasks-list > div > label {
    margin: 0;
    cursor: pointer;
    font-weight: normal;
}

.container-list-attr {
    font-weight: bold;
    cursor: pointer;
}

.text-bold {
    font-weight: bold;
}

.tab-pane {
    margin-top: 10px;
}


.no-radius-border {
    border-radius: 0 !important;
}

.tab-content {
    color: white;
    /*
        margin-left: 15px !important;
    margin-right: 15px;
    */
    margin-top: -15px !important;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.tab-pane {
    padding-top: 20px !important;
}

.add-btn-ekstra {
    background-color: #ffa500 !important;
    color: black !important;
    border: 3px solid #ffa500 !important;
}

fieldset.scheduler-border {
    color: black;
    border: 2px solid black !important;
    /* padding: 0 1.4em 1.4em 1.4em !important;
        margin: 0 0 1.5em 0 !important;
    */
    padding: .75rem .5rem .75rem .5rem;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

fieldset.scheduler-border-2 {
    /*color: white;*/
    /*border: 1px solid white !important;*/
    /* padding: 0 1.4em 1.4em 1.4em !important; */
    /* margin: 0 0 1.5em 0 !important; */
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.bordBlack {
    border: 1px solid black !important;
}

.fast-search-extra {
    width: 180px !important;
    margin-left: auto;
    /* float: right; */
}

.btn:hover {
}

.exportBtnCls {
    color: black;
    /* width: 100%; */
    background-color: #222c31 !important;
    border: 1px solid #222c31;
    padding: 10px;
}

.exportBtnBoldCls {
    font-size: x-small;
}

.exportBtnCCls {
    font-size: x-small;
    padding-left: 30px;
    color: white;
}

.extRepoBack {
    background-color: #222c31 !important;
    color: white !important;
    border-radius: 5px;
}

legend.scheduler-border {
    color: black !important;
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 5px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    margin-bottom: 5px;
}

legend.scheduler-border-2 {
    /*color: white !important;*/
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 5px; /* To give a bit of padding on the left and right */
    border-bottom: none;
    margin-bottom: 5px;
}

.right-bordered-section {
    border-right: 1px solid white;
    margin-bottom: 20px;
}

i.back-to-list {
    margin-right: 10px;
    cursor: pointer;
}

#search-task-reset {
    padding-right: 5px;
}

.show-on-small-displays {
    display: none;
}

.form-default {
    min-width: 700px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    /*max-width: 900px;*/
}


.half-width {
    width: 50%;
}

@media (max-width: 1100px) {
    .form-default {
        min-width: 50px;
        font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
    }
}

@media (max-width: 991px) {
    .make-buttons-margin {
        margin-top: 10px !important;
    }

    .right-bordered-section {
        border-right: 0;
    }

    .half-width {
        width: 100%;
    }
}

@media (max-width: 906px) {
    .make-buttons-margin {
        margin-top: 10px !important;
    }

    .right-bordered-section {
        border-right: 0;
    }

    .nav-tabs > li > a {
        margin-right: 0;
        border-radius: 0;
    }

    .custom-tab-style {
        text-align: center;
        width: 100%;
    }
}

.input-group.first {
    z-index: 1000;
}

.show-more-text {
    padding-left: 25px;
}

    .show-more-text:hover {
        color: #50a0e5;
    }

.container-for-some-data {
    padding-left: 5px;
    cursor: pointer;
}

#my-account {
    cursor: pointer;
}

#powershell-console-arrow {
}

#powershell-console-content {
}

#ps-arrow-down {
}

#ps-arrow-top,
#ps-arrow-down {
    font-size: 16px;
}

.bottom-navbar {
    box-sizing: border-box !important;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 24px;
    width: 100%;
    padding: 0 .25rem 0 .25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-navbar-content {
    position: fixed;
    bottom: 24px;
    height: 175px;
    width: 100%;
    color: black;
    background: white;
    overflow: auto;
}

@media all and (min-width: 576px) {
    .bottom-navbar-content,
    .bottom-navbar {
        width: calc(100% - 170px); /* 100% szerokośći strony - szerokość sidebara */
    }
}

.main-container-content-console {
    min-height: 100%;
    min-width: 100%;
    float: left;
}

#ascroll {
    font-size: small;
    font-weight: 100;
}

.ddlfW80 {
    width: 80px !important;
}

#popup_box {
    display: none; /* Hide the DIV */
    position: fixed;
    _position: absolute; /* hack for internet explorer 6 */
    height: 300px;
    width: 600px;
    background: #FFFFFF;
    left: 300px;
    top: 150px;
    z-index: 100; /* Layering ( on-top of others), if you have lots of layers: I just maximized, you can change it yourself */
    margin-left: 15px;
    /* additional features, can be omitted */
    border: 2px solid #ff0000;
    padding: 15px;
    font-size: 15px;
    -moz-box-shadow: 0 0 5px #ff0000;
    -webkit-box-shadow: 0 0 5px #ff0000;
    box-shadow: 0 0 5px #ff0000;
}

#container {
    background: #d2d2d2; /*Sample*/
    width: 100%;
    height: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
}

/* This is for the positioning of the Close Link */
#popupBoxClose {
    font-size: 20px;
    line-height: 15px;
    right: 5px;
    top: 5px;
    position: absolute;
    color: #6fa5e2;
    font-weight: 500;
}

.borderWhite {
    border: 1px solid white !important;
}

.colorFontBlack {
    color: black;
}

#businessOut {
    display: none;
    text-align: center;
    padding: 20px;
}

#privateOut {
    display: none;
    text-align: center;
    padding: 20px;
}

#break {
    display: none;
    text-align: center;
    padding: 20px;
}

.staffWorkNormHeader {
    font-weight: normal;
    text-align: center;
    margin: 0px;
}

.staffWorkNormHour {
    font-weight: 900;
    font-size: larger;
}

.staffWorkNormWidth {
    width: 100px;
}

@media all and (min-width: 1800px) {
    .staffWorkNormWidth {
        width: 150px;
    }
}

.staffWorkNormSummMark {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.staffWorkHourSum {
    text-align: center;
    font-weight: bold;
    font-size: 9px;
}

@media all and (min-width: 1800px) {
    .staffWorkHourSum {
        font-size: 14px;
    }
}

.raportsDefault {
    background-color: rgb(216,216,216);
    padding-top: 15px;
    border-radius: 5px;
    padding-bottom: 15px;
}

/*new style*/

.nav-tabs > li > a {
    /* padding: 6px 22px 6px 22px; */
    border-radius: 0px;
    background-color: transparent;
    /* border: 1px solid white !important; */
    color: white;
}

    a:hover,
    .nav-tabs > li.active > a,
    .nav-tabs > li > a:hover
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        background-color: white;
        border-bottom-color: transparent !important;
    }

.zero-border {
    border: 0;
    border-radius: 0 !important;
}

.box-shadow-radial-gradient {
    /* z-index: 90000; */
    background-color: #222c31;
    border-radius: 0px;
    /*  margin-left: 20px; */
    /* max-width: 900px; */
    /* padding: 7px; */
    color: white;
    font-size: 14px;
    /* padding-bottom: 15px !important; */
}

.box-shadow-linear-gradient {
    background: #1a2226 !important;
    overflow: visible !important;
    color: #4b646f;
    font-weight: 100;
}

.extras-box {
    background: none !important;
    /* padding-left: 20px; */
    font-size: 28px;
    font-weight: 500;
    color: black;
}

.container-box-radial-gradient {
    /* min-height: 950px; */
    margin-right: 0px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif !important;
}

#up, #down {
    color: white;
}

.table-max-width-1000 {
    max-width: 1000px;
}

.table-max-width-900 {
    max-width: 900px;
}

.table-max-width-950 {
    max-width: 950px;
}

.menu-transform-header {
    padding: 10px !important;
}

.table-max-width-1600 {
    max-width: 1600px;
}

.table-max-width-1050 {
    max-width: 1050px;
}

.table-max-width-700 {
    max-width: 700px;
}

.table-max-width-500 {
    max-width: 500px;
}

.table-max-width-400 {
    max-width: 400px;
}

.table-max-width-1200 {
    max-width: 1200px;
}

.fa-plus {
    padding-left: 5px;
    color: #d4af37;
}

.fa-search {
    /*padding-left: 5px;*/
    color: #0062cc;
}

.fa-question-circle-o {
    /*  padding-left: 5px; */
    color: #dae0e5;
}

.fa-times {
    padding-left: 5px;
    color: #bd2130;
}

.modal-content {
    border-radius: 0px !important;
}

.btn-standard-tcs {
    padding: 6px 12px 6px 12px;
    border-radius: 5px;
    background-color: black;
    border: 3px solid black;
    color: white;
    font-size: 14px;
}

    .btn-standard-tcs:hover {
        /*padding: 6px 22px 6px 22px;
        border-radius: 5px;
        background-color: #38474f;
        border-color: #38474f;
        color: white;*/
    }

.btn-standard-tcs-ex {
    padding: 1px 22px 1px 22px;
    border-radius: 5px !important;
    background-color: #50a0e5;
    border: 1px solid #50a0e5 !important;
    color: white;
}

.btn-standard-tcs-ex:hover {
    padding: 1px 22px 1px 22px;
    border-radius: 5px !important;
    background-color: #3379b7;
    border-color: #3379b7;
    color: white;
}

.btn-standard-tcs-2 {
    padding: 6px 22px 6px 22px;
    border-radius: 5px !important;
    background-color: #50a0e5;
    border: 1px solid #50a0e5 !important;
    color: white;
}

.btn-standard-tcs-2:hover {
    padding: 6px 22px 6px 22px;
    border-radius: 5px !important;
    background-color: #3379b7;
    border-color: #3379b7;
    color: white;
}

.search-top-menu-extras {
    background-color: #d9d9d9 !important;
    padding-bottom: 3px !important;
    /* margin-top: 1rem; */
}

.search-top-menu-extras-2 {
    background-color: transparent !important;
    padding-bottom: 3px !important;
}

.btn-standard-tcs-border {
    /*border: 1px solid white !important;*/
}

.btn-standard-tcs-border:hover {
    /*border: 1px solid white !important;*/
    background-color: #555d66;
    border: 3px solid #555d66 !important;
}

.show-details-readcomposed:hover, .go-to-user-catalogue:hover {
    color: #555d66;
}

.active-record {
    background-color: black !important;
    color: white !important;
    border: 1px solid black !important;
}

.prevent-hover {
    background-color: black !important;
}

.pagination > li > .non-active {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.pagination > li > a:hover {
    background-color: #eeeeee !important;
}

.table-header-yellow {
    background-color: black;
    color: white;
    font-size: 14px;
}

.table > thead > tr > th {
    border-bottom: none;
}

.table-border-bottom {
    border-bottom: 1px solid #ddd !important;
    border-top: 0px solid #ddd !important;
}

.table-border-bottom-header {
    border-bottom: 1px solid white !important;
}

.color-transparent-table-rows {
    background-color: transparent !important;
}

hr {
    height: 1px;
    background-color: white;
    border: none;
}

.btn {
    border-radius: 5px !important;
}

textarea, input {
    border-radius: 0 !important;
}

.fa-sort {
    /*display: none !important;*/
}

#groupedOpt1, #groupedOpt2 {
    padding: 0px 10px 0px 0px !important;
    margin: 0px !important;
}

.spec-yellow-bord-right {
    border-right: 1px solid white !important;
}

.absence-tab-format {
    min-height: 130px;
}

#absence-table {
    margin-bottom: 13px;
}

.absence-tab-format-inner {
    margin-top: 5px;
    font-size: 14px;
}

.table-max-width-1700 {
    max-width: 1700px;
}

.cell-hover {
    border-style: dotted;
    border-color: black;
    border-width: 1px;
    color: black;
    font-size: 10px;
    padding: 10px 3px 10px 3px !important;
    width: 40px;
}

    .cell-hover:hover {
        border: 2px solid black;
    }

#absence-table > tbody > tr {
    background: transparent;
}

#absence-table > tbody > tr:hover {
    background: transparent;
}

#inTdLab {
    font-weight: 100;
    padding-left: 14px;
    border: 1px solid white;
    padding: 5px;
}

#logoMain {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.title_container {
    position: relative;
    padding-top: 25px;
    padding-bottom: 5px;
    display: block;
}

.title {
    background: url("img/hash_light.png");
    border: 1px solid #c8c8c8;
    padding: 15px;
    z-index: 10;
    width: -moz-calc(100% - 16px);
    width: -webkit-calc(100% - 16px);
    width: -o-calc(100% - 16px);
    width: calc(100% - 16px);
    margin-top: 8px;
    margin-left: 8px;
    overflow: hidden;
}

.hook_bottom_left {
    position: absolute;
    left: 0;
    bottom: 90px !important;
    bottom: 0px;
    width: 40px;
    height: 40px;
    display: none;
}

/*dashboard*/
label.ex1:hover {
    background-color: transparent;
    color: white !important;
}

.ex2 {
    color: black;
    font-weight: 100;
}

.scroll-2 {
}

.scroll-2::-webkit-scrollbar-track {
    border: 1px solid gray;
    padding: 2px 0;
    background-color: white;
}

.scroll-2::-webkit-scrollbar {
    width: 10px;
}

.scroll-2::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #737272;
    border: 1px solid #000;
}

.dash-simple-border {
}

.ui-tooltip {
    background-color: #50a0e5 !important;
    color: #FFFFFF !important;
    border: 1px solid #222c31 !important;
    padding: 7px !important;
    font-size: 12px !important;
    opacity: 1 !important;
}

.rcpSaturday {
    /**width: 40px !important;**/
    text-align: center !important;
}

.rcpSunday {
    /*width: 40px !important;**/
    text-align: center !important;
}

/*------------TOOLTIP-------------*/
.rcpSaturday + .tooltip > .tooltip-inner {
    background-color: #50a0e5 !important;
    color: #FFFFFF;
    border: 1px solid #222c31;
    padding: 7px;
    font-size: 12px;
}

.rcpSaturday + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid #50a0e5 !important;
}

.rcpSaturday + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #50a0e5 !important;
}

.rcpSaturday + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #50a0e5 !important;
}

.rcpSaturday + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #50a0e5 !important;
}

.rcpSunday + .tooltip > .tooltip-inner {
    background-color: #ff4c4c;
    color: #FFFFFF;
    border: 1px solid #222c31;
    padding: 7px;
    font-size: 12px;
}

.rcpSunday + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid #ff4c4c;
}

.rcpSunday + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #ff4c4c;
}

.rcpSunday + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #ff4c4c;
}

.rcpSunday + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #ff4c4c;
}

.rcpNormalDay + .tooltip > .tooltip-inner {
    background-color: white;
    color: black;
    border: 1px solid #222c31;
    padding: 7px;
    font-size: 12px;
}

.rcpNormalDay + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid white;
}

.rcpNormalDay + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid white;
}

.rcpNormalDay + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid white;
}

.rcpNormalDay + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid white;
}

.fa-question-circle + .tooltip > .tooltip-inner {
    background-color: #50a0e5;
    color: #FFFFFF;
    border: 1px solid #222c31;
    padding: 7px;
    font-size: 12px;
}

.fa-question-circle + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid #50a0e5;
}

.fa-question-circle + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #50a0e5;
}

.fa-question-circle + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #50a0e5;
}

.fa-question-circle + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #50a0e5;
}



.warTimeCls + .tooltip > .tooltip-inner {
    background-color: #50a0e5;
    color: #FFFFFF;
    border: 1px solid #222c31;
    padding: 7px;
    font-size: 12px;
}

.warTimeCls + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid #50a0e5;
}

.warTimeCls + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #50a0e5;
}

.warTimeCls + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid #50a0e5;
}

.warTimeCls + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #50a0e5;
}


.fa-minus-square + .tooltip > .tooltip-inner {
    background-color: red;
    color: #FFFFFF;
    border: 1px solid #222c31;
    padding: 7px;
    font-size: 12px;
}

.fa-minus-square + .tooltip.top > .tooltip-arrow {
    border-top: 2px solid red;
}

.fa-minus-square + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid red;
}

.fa-minus-square + .tooltip.left > .tooltip-arrow {
    border-left: 5px solid red;
}

.fa-minus-square + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid red;
}

/*-------------------------*/

.dash-block-one {
    /*border: 2px solid #337ab7 !important;*/
    height: 350px;
    /*border-style: none dashed dashed none !important;*/
}

.light-block-h {
    height: 400px !important;
}

.dash-block-one-a {
    font-size: 16px !important;
    text-align: center !important;
    border-bottom: 1px solid #337ab7 !important;
    padding-bottom: 10px !important;
}

.dash-block-one-b {
    font-size: 16px !important;
    text-align: center !important;
}

.dash-block-one-c {
    font-size: 16px !important;
    text-align: center !important;
    padding-bottom: 10px !important;
}

.dash-block-one-d {
    width: 100% !important;
    border-bottom: 1px solid #337ab7 !important;
}

.dash-block-two {
    /*border: 2px solid #337ab7 !important;*/
    /*border-style: none none dashed none !important;*/
    height: 350px !important;
}

.dash-block-three {
    /*border: 2px solid #337ab7 !important;*/
    /*border-style: none none dashed none !important;*/
    height: 350px !important;
}

.dash-block-four {
    /*border: 2px solid #337ab7 !important;*/
    /*border-style: none none dashed none !important;*/
    height: 350px !important;
}

.dash-text-format {
    text-align: center !important;
}

.dash-100 {
    width: 100%;
    border-bottom: 1px solid #337ab7;
}

.dash-table-100 {
    width: 100%;
}

.dash-scroll-box {
    display: block;
    min-height: 230px;
    max-height: 230px;
    overflow-y: auto;
    margin-top: 8px;
}

.dash-scroll-box-2 {
    display: block;
    min-height: 230px;
    max-height: 240px;
    overflow-y: auto;
    margin-top: 8px;
}

.dash-scroll-box-3 {
    display: block;
    min-height: 212px;
    max-height: 212px;
    overflow-y: auto;
}

.dash-scroll-box-4 {
    display: block;
    min-height: 160px;
    max-height: 160px;
    overflow-y: auto;
}

.dash-scroll-box-5 {
    display: block;
    min-height: 230px;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 8px;
    /*  width: 220px !important; */
}

.box-2x-left {
    text-align: left;
    width: 98% !important
}

.box-2x-left-b {
    text-align: left;
    width: 83% !important
}

.box-right {
    text-align: right
}

.box-x {
    text-align: right;
    padding-right: 8px;
}

.box-left-45 {
    text-align: left;
    width: 45% !important;
}

.box-left-20 {
    text-align: left;
    width: 20% !important
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: black !important;
    border-color: transparent !important;
    color: white !important;
}

.pagination > li > a:focus, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: black !important;
    background-color: white !important;
    border-color: none !important;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px !important;
    background-color: white !important;
    color: black !important;
}

.form-group {
    margin-bottom: 5px !important;
}

.my-e-driver {
    margin-bottom: 5px;
}

.browse-extra {
    height: 32px !important;
}

    .browse-extra :hover {
        background-color: red !important;
    }

.table-header-extra {
    /*border: 1px solid white;*/
}

#worktimes-table th {
    position: sticky;
    top: 0;
}

#worktimes-table {
    position: relative;
}

.row {
    padding-bottom: 5px !important;
}

.staff-txt-color {
    color: black !important;
}

.dialogAttCls {
    position: fixed !important;
    top: 10% !important;
    left: 50% !important;
    margin-top: -50px !important;
    margin-left: -100px !important;
    z-index: 99999 !important;
    background-color: dodgerblue;
}

.dialogRightOk {
    float: right;
}

.cap {
    text-transform: capitalize;
}

.wtrMain {
    background-color: white;
    padding-top: 10px;
    /* margin-left: 20px; */
}


.switch-view {
    /*  float: right; */
    /*  margin-left: -10px; */
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    border: 1px solid black;
    width: 47px;
    background-position: center;
    padding: 29px 20px 19px 20px;
    cursor: pointer;
    background-size: 108%;
    background-repeat: no-repeat;
    background-image: url('../../images/switchView.png')
}

.switch-view-staff {
    /* float: right; */
    font-family: "Poppins", sans-serif;
    background-color: transparent;
    border: 1px solid black;
    width: 25px;
    background-position: center;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    background-size: 80%;
    background-repeat: no-repeat;
    background-image: url('../../images/switchView.png');
}

#calendarWTR {
    margin-top: -10px;
}

.margArw {
    padding-top: 3px;
}


.start-worktime {
    font-size: 18px !important;
    color: lawngreen;
    padding: 10px;
    cursor: pointer;
}

    .start-worktime:hover {
        color: #00b300;
    }

.disable-btn {
    color: darkgray !important;
}

.stop-worktime {
    font-size: 18px !important;
    color: red;
    padding: 10px;
    cursor: pointer;
}

    .stop-worktime:hover {
        color: #b30000;
    }


.pause-worktime {
    font-size: 18px !important;
    color: yellow;
    padding: 10px;
    cursor: pointer;
}

    .pause-worktime:hover {
        color: #cccc00;
    }


.buttons-worktime-timer {
    width: 100%;
    text-align: center;
    background-color: black !important;
    border: 1px solid black;
}


.container-for-worktimer-timer {
    margin-top: 15px;
    /*border: 1px solid white;*/
}

.fa-clock-info-ext {
    float: right;
    padding-right: 4px;
    margin-top: -8px;
}

.counter .digit[number="9"] .segment:nth-child(1),
.counter .digit[number="9"] .segment:nth-child(2),
.counter .digit[number="9"] .segment:nth-child(3),
.counter .digit[number="9"] .segment:nth-child(4),
.counter .digit[number="9"] .segment:nth-child(6),
.counter .digit[number="9"] .segment:nth-child(7), .counter .digit[number="8"] .segment:nth-child(1),
.counter .digit[number="8"] .segment:nth-child(2),
.counter .digit[number="8"] .segment:nth-child(3),
.counter .digit[number="8"] .segment:nth-child(4),
.counter .digit[number="8"] .segment:nth-child(5),
.counter .digit[number="8"] .segment:nth-child(6),
.counter .digit[number="8"] .segment:nth-child(7), .counter .digit[number="7"] .segment:nth-child(1),
.counter .digit[number="7"] .segment:nth-child(2),
.counter .digit[number="7"] .segment:nth-child(3), .counter .digit[number="6"] .segment:nth-child(1),
.counter .digit[number="6"] .segment:nth-child(3),
.counter .digit[number="6"] .segment:nth-child(4),
.counter .digit[number="6"] .segment:nth-child(5),
.counter .digit[number="6"] .segment:nth-child(6),
.counter .digit[number="6"] .segment:nth-child(7), .counter .digit[number="5"] .segment:nth-child(1),
.counter .digit[number="5"] .segment:nth-child(3),
.counter .digit[number="5"] .segment:nth-child(4),
.counter .digit[number="5"] .segment:nth-child(6),
.counter .digit[number="5"] .segment:nth-child(7), .counter .digit[number="4"] .segment:nth-child(2),
.counter .digit[number="4"] .segment:nth-child(3),
.counter .digit[number="4"] .segment:nth-child(4),
.counter .digit[number="4"] .segment:nth-child(6), .counter .digit[number="3"] .segment:nth-child(1),
.counter .digit[number="3"] .segment:nth-child(2),
.counter .digit[number="3"] .segment:nth-child(3),
.counter .digit[number="3"] .segment:nth-child(6),
.counter .digit[number="3"] .segment:nth-child(7), .counter .digit[number="2"] .segment:nth-child(1),
.counter .digit[number="2"] .segment:nth-child(2),
.counter .digit[number="2"] .segment:nth-child(5),
.counter .digit[number="2"] .segment:nth-child(6),
.counter .digit[number="2"] .segment:nth-child(7), .counter .digit[number="1"] .segment:nth-child(2),
.counter .digit[number="1"] .segment:nth-child(3), .counter .digit[number="0"] .segment:nth-child(1),
.counter .digit[number="0"] .segment:nth-child(2),
.counter .digit[number="0"] .segment:nth-child(3),
.counter .digit[number="0"] .segment:nth-child(4),
.counter .digit[number="0"] .segment:nth-child(5),
.counter .digit[number="0"] .segment:nth-child(7) {
    opacity: 1;
    box-shadow: 0 0 50px rgba(255, 0, 0, 0.7);
    animation: tcsfadein 200ms linear;
    /*transition: opacity ease-in-out 150ms;*/
}
/*.counter > .digit > .segment {
    transition: opacity linear 150ms;
    -webkit-transition: opacity linear 150ms;
    -ms-transition: opacity linear 150ms;
    -moz-transition: opacity linear 150ms;
    -o-transition: opacity linear 150ms;
    opacity: .1;
}*/

@keyframes tcsfadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.worktime-timer {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    background-color: black;
}

    .worktime-timer > .counter {
        /*border: 1px solid white;*/
        margin: 0px 10px;
        padding-top: 8px;
    }


        .worktime-timer > .counter > .digit {
            width: 8px;
            height: 40px;
            margin: 0 2px;
            position: relative;
            display: inline-block;
        }

            .worktime-timer > .counter > .digit .segment {
                background: #c00;
                border-radius: 5px;
                position: absolute;
                opacity: 0.2;
                /* transition: opacity linear 0.2s;
            -webkit-transition: opacity linear 0.2s;
            -ms-transition: opacity linear 0.2s;
            -moz-transition: opacity linear 0.2s;
            -o-transition: opacity linear 0.2s;*/
            }

                .worktime-timer > .counter > .digit .segment.on, .separator {
                    opacity: 1;
                    box-shadow: 0 0 50px rgba(255,0,0,0.7);
                    /*transition: opacity 0s;
                -webkit-transition: opacity 0s;
                -ms-transition: opacity 0s;
                -moz-transition: opacity 0s;
                -o-transition: opacity 0s;*/
                }

        .worktime-timer > .counter > .first-separator {
            width: 3px;
            height: 3px;
            background: #c00;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            top: -24px;
        }

        .worktime-timer > .counter > .second-separator {
            width: 3px;
            height: 3px;
            background: #c00;
            border-radius: 50%;
            display: inline-block;
            position: relative;
            top: -13px;
            margin-left: -7px;
        }

        .worktime-timer > .counter > .digit .segment:nth-child(1) {
            top: 1px;
            left: 0px;
            right: 0px;
            height: 2px;
        }

        .worktime-timer > .counter > .digit .segment:nth-child(2) {
            top: 3px;
            right: -2px;
            width: 2px;
            height: 15px;
        }

        .worktime-timer > .counter > .digit .segment:nth-child(3) {
            bottom: 5px;
            right: -2px;
            width: 2px;
            height: 15px;
        }

        .worktime-timer > .counter > .digit .segment:nth-child(4) {
            top: 3px;
            left: -2px;
            width: 2px;
            height: 15px;
        }

        .worktime-timer > .counter > .digit .segment:nth-child(5) {
            bottom: 5px;
            left: -2px;
            width: 2px;
            height: 15px;
        }

        .worktime-timer > .counter > .digit .segment:nth-child(6) {
            top: 18px;
            left: 0px;
            right: 0px;
            height: 2px;
        }

        .worktime-timer > .counter > .digit .segment:nth-child(7) {
            bottom: 4px;
            left: 0px;
            right: 0px;
            height: 2px;
        }

.modal-dialog-wtr {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out
}

.modal-content-wtr {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-header-wtr {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    /* margin-top: -2px */
}

.modal-title-wtr {
    margin: 0;
    line-height: 1.42857143
}

.modal-body-wtr {
    position: relative;
    padding: 15px
}

.modal-header-wtr:before,
.modal-header-wtr:after,
.modal-footer-wtr:before,
.modal-footer-wtr:after {
    display: table;
    content: " ";
}

.modal-wtr.fade-wtr .modal-dialog-wtr {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}

.modal.in .modal-dialog-wtr {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-wtr {
    position: relative;
    width: auto;
    margin: 10px;
}

@media (min-width: 768px) {
    .modal-dialog-wtr {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content-wtr {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

.dash-block-1 {
    /*height: 100px !important;*/
    border-left: 4px solid #ff0000 !important;
    background-color: white !important;
}

.dash-block-1a {
    /* float: right !important; */
    padding-right: 5px !important;
    padding-top: 5px !important;
    color: gray !important;
}

.dash-block-1b {
    padding-left: 20px !important;
    color: black !important;
    font-size: 27px !important;
}

.dash-block-1c {
    /*padding-top: 20px !important;*/
    color: gray !important;
    font-size: 15px !important;
}

.dash-block-1d {
    color: #ff0000 !important;
    /*
    font-size: 40px !important;
        padding-top: 5px !important;
    */
}

.dash-block-2 {
    /*  height: 100px !important; */
    border-left: 4px solid #ff5500 !important;
    background-color: white !important;
}

.dash-block-2d {
    /* padding-top: 5px !important;
    font-size: 40px !important;*/
    color: #ff5500 !important;
}

.dash-block-3 {
    /* height: 100px !important; */
    border-left: 4px solid #3cc701 !important;
    background-color: white !important;
}

.dash-block-3d {
    /*    padding-top: 5px !important;
    font-size: 40px !important;*/
    color: #3cc701 !important;
}

.dash-block-4 {
    /*  height: 100px !important; */
    border-left: 4px solid #2b61f6 !important;
    background-color: white !important;
}

.dash-block-4d {
    /*padding-top: 5px !important;
    font-size: 40px !important;*/
    color: #2b61f6 !important;
}

.dash-block-back {
    height: 400px !important;
    background-color: white !important;
}

.dash-block-back-2a {
    height: 195px !important;
    background-color: white !important;
}

.dash-block-back-2b {
    margin-top: 5px !important;
    height: 200px !important;
    background-color: white !important;
}

.ext-block-cls {
    font-size: 20px;
    color: black;
    /*  margin-left: 10px; */
}

.small-dash-block {
    height: 50%;
}

.workers-table {
    width: 100%;
}

    .workers-table tr:nth-child(even) {
        background-color: #f7f7f7;
    }

.workers-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 330px;
    overflow-y: auto;
}

.width-1 {
    width: 1rem;
}

.no-scroll {
    overflow: hidden !important;
}

.overflow-y {
    overflow: auto;
}

.flex-gap-1 {
    gap: .25rem;
}

.flex-gap-2 {
    gap: .5rem;
}

.flex-gap-3 {
    gap: .75rem;
}

.flex-gap-4 {
    gap: 1rem;
}

.flex-gap-5 {
    gap: 1.25rem;
}

.flex-gap-6 {
    gap: 1.5rem;
}

.text-menu-label {
    font-size: 12px;
}

/*.border-right {
    border-right: solid 1px white;
}*/
.darker {
    background-color: #2c373c;
}

.darker-even:nth-child(even) {
    background-color: #2c373c;
}

li.darker-even:nth-child(even) {
    background-color: #f2f2f2;
}

.darker-even2:nth-child(even) {
    background-color: #f2f2f2;
}

.border-right-responsive {
    border-bottom: solid 1px white;
}

@media all and (min-width: 992px) {
    .border-right-responsive {
        border-bottom: none;
        border-right: solid 1px white;
    }
}

.nav-wo-border-bottom a {
    border-bottom: transparent !important;
}

.nav-tabs-gap {
    column-gap: .1rem;
    row-gap: .25rem;
}

ol.fingerprint-list {
    margin-bottom: 0;
}

    ol.fingerprint-list > li::marker {
        font-weight: bold;
    }

@media all and (max-width: 576px) {
    .w-100-xs {
        width: 100% !important;
    }
}

/*

.dropdown {
    margin-top: .1rem !important;
}
*/


.tab-content-margin-fix {
    margin-top: -10px !important;
}

.fs-16px {
    font-size: 16px;
}

.fs-10px {
    font-size: 10px;
}

.fs-11px {
    font-size: 11px;
}

.p-nav-responsive {
    padding: .5rem;
}

@media all and (min-width: 576px) {
    .p-nav-responsive {
        padding: 5px;
    }
}

.change-view-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    /* height: 100%; */
}

    .change-view-btn > i {
        padding: .63rem 1.2rem .63rem 1.2rem;
    }

.exp-btn {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0;
    width: 8.5rem;
}

    .exp-btn.exp-btn-year {
        background-image: url(/images/export/rrrr.png);
    }

    .exp-btn.exp-btn-month {
        background-image: url(/images/export/mm.png);
    }

    .exp-btn.exp-btn-day {
        background-image: url(/images/export/dd.png);
    }

    .exp-btn.exp-btn-hour {
        background-image: url(/images/export/hh.png);
    }

    .exp-btn.exp-btn-minute {
        background-image: url(/images/export/min.png);
    }

    .exp-btn.exp-btn-second {
        background-image: url(/images/export/ss.png);
    }

    .exp-btn.exp-btn-separator {
        background-image: url(/images/export/x.png);
    }

    .exp-btn.exp-btn-idk {
        background-image: url(/images/export/idk.png);
    }

    .exp-btn.exp-btn-nr {
        background-image: url(/images/export/nr.png);
    }

    .exp-btn.exp-btn-50 {
        background-image: url(/images/export/50o.png);
    }

    .exp-btn.exp-btn-nc {
        background-image: url(/images/export/nc.png);
    }

    .exp-btn.exp-btn-depart {
        background-image: url(/images/export/depart.png);
    }

    .exp-btn.exp-btn-ee {
        background-image: url(/images/export/ee.png);
    }

    .exp-btn.exp-btn-cccc {
        background-image: url(/images/export/cccc.png);
    }

    .exp-btn.exp-btn-nm {
        background-image: url(/images/export/nm.png);
    }

    .exp-btn.exp-btn-sr {
        background-image: url(/images/export/sr.png);
    }

    .exp-btn.exp-btn-email {
        background-image: url(/images/export/em.png);
    }

    .exp-btn.exp-btn-label {
        background-image: url(/images/export/lab.png);
    }

    .exp-btn.exp-btn-del {
        background-image: url(/images/export/del.png);
    }

.lh-28 {
    line-height: 2.8rem;
}

.border-box-responsive {
    border-top: solid 1px white;
    border-bottom: solid 1px white;
}

@media all and (min-width: 992px) {
    .border-box-responsive {
        border-left: solid 1px white;
        border-right: solid 1px white;
    }
}

.f-1 {
    flex: 1;
}

@media all and (max-width: 992px) {
    .flex-md-1 {
        flex: 1;
    }
}

.select-border,
.selectpicker {
    border: 1px solid #ced4da !important;
}

.mt-01 {
    margin-top: .1rem !important;
}

.btn-android {
    color: limegreen;
    text-decoration: none;
    background-color: #222d32;
}

    .btn-android:hover {
        color: limegreen;
        background-color: #222d32;
    }

.bg-main {
    background-color: #222d32;
}

.h-30px {
    height: 30px;
}

.color-gainsboro {
    color: Gainsboro !important;
}

.fs-100px {
    font-size: 100px !important;
}

.fs-200px {
    font-size: 200px !important;
}

.fs-230px {
    font-size: 230px !important;
}

.v-hidden {
    visibility: hidden;
}

.color-transparent {
    color: transparent;
}

.fs-x-small {
    font-size: x-small;
}

.fs-x-large {
    font-size: x-large;
}

.br-right {
    border-radius: 5px 0px 0px 5px !important;
    border-radius: 5px 0px 0px 5px !important;
}

.br-left {
    border-radius: 0px 5px 5px 0px !important;
    border-radius: 0px 5px 5px 0px !important;
}

.text-lightblue {
    color: lightblue;
}

.text-darkorange {
    color: darkorange;
}

.text-lawngreen {
    color: lawngreen;
}

.text-gainsboro {
    color: gainsboro;
}

.table-breaks {
    font-size: 14px;
}

    .table-breaks .darker-even:nth-child(even) {
        background-color: #f2f2f2;
    }

.console-navbar {
    background-color: rgb(20,169,204);
    z-index: 1000;
}

.w-80px {
    width: 80px;
}

.worktime-menu {
    display: flex;
    flex-flow: column nowrap;
}

    .worktime-menu > .worktime-menu-item {
    }

    .worktime-menu > .worktime-menu-item-wider {
        /*  flex: 1; */
    }

@media all and (max-width: 768px) {
    .worktime-menu-item {
        width: 100% !important;
    }

    .worktime-menu-item-mobile-first {
        order: -2;
    }
}

@media all and (min-width: 768px) {
    .worktime-menu {
        flex-flow: row wrap;
    }
}

@media all and (max-width: 1700px) {

    .worktime-menu > .worktime-menu-item {
        width: 50%;
        margin-top: .5rem;
    }

    .worktime-menu > .worktime-menu-item-wider {
        order: -1;
        width: 100%;
    }
}

.btn-tcs {
    padding: .35rem 1rem .35rem 1rem;
    color: black;
    cursor: pointer;
    border-radius: .25rem;
    border: solid 2px transparent;
}

    .btn-tcs.btn-tcs-light {
        background-color: rgb(239, 239, 239);
        border-color: rgb(239, 239, 239);
    }

        .btn-tcs.btn-tcs-light.active {
            border-color: black;
        }


input.form-control:focus,
select.form-control:active,
select.form-control:focus {
    box-shadow: 0 0 6px !important;
}

.btn-dark:focus,
.btn-dark:active {
    box-shadow: 0 0 0 3px rgba(66, 70, 73, 0.5) !important;
}

.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-check:focus + .btn-outline-dark {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5) !important;
}

.btn-close:focus {
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25) !important;
}

.btn-outline-secondary:focus,
.btn-outline-seconary:active,
.btn-secondary:focus,
.btn-seconary:active {
    box-shadow: 0 0 0 3px rgba(108, 117, 125, 0.5) !important;
}

/* fix dla selectów */
.dropdown-item.active,
.dropdown-item:active,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected="true"] {
    background-color: #50a0e5 !important;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.table-header-sticky {
    position: fixed;
    top: 0;
    background-color: black;
}

.select-remove-icon {
    /*background-image: none !important;*/
    padding: .25rem !important;
    font-size: .78rem !important;
    background-position: 95% center !important;
}

.page-spinner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    transition: opacity 200ms ease-in-out;
}

    .page-spinner .spinner-border {
        width: 7rem;
        height: 7rem;
    }

.print-absence-pdf {
    width: 48px;
    height: 48px;
}

    .print-absence-pdf:hover {
        background-color: transparent;
    }

.tableFixHead thead td.dash-managed-row,
.tableFixHead thead tr td.dash-managed-row,
td.dash-managed-row {
    background-color: #222c31 !important;
    border-bottom-color: #222c31 !important;
    color: #ffffff !important;
}

.dash-month-1 {
    background: linear-gradient(135deg, #deb887 0%, #deb887 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    border-top: none !important;
    border-right: 2px solid #222c31 !important;
}

.dash-month-2 {
    background: linear-gradient(135deg, #a52a2a 0%, #a52a2a 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    border-top: none !important;
}

.dash-month-3 {
    background: linear-gradient(135deg, #ff7f50 0%, #ff7f50 100%) !important;
    color: white !important;
    font-weight: 700 !important;
    border-top: none !important;
}

.dash-month-empty {
    background-color: #d9d9d9 !important;
}
