/* TICO */


/* main */

:root {
    --color-1: #42BD41;
    --color-2: #009788;
    --color-3: #8BC24A;
    --color-4: #CDDC39;
    --color-5: #FFEB3C;
    --color-6: #FF9700;
    --color-7: #FFC928;
    --color-8: #FE5722;
    --color-9: #E74E40;
    --color-10: #D01715;
    --color-11: #3F51B5;
    --color-12: #5778FD;
    --color-13: #03A9F5;
    --color-14: #00BCD5;
    --color-15: #7E57C2;
    --color-16: #673BB7;
    --color-17: #607D8B;
    --color-18: #9E9E9E;
    --color-19: #795547;
    --color-20: #4D342F;

}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #FAFAFA;
}

.version {
    font-size: 11px;
}
.label {
    font-size: 0.7em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-standard {
    border-radius: 50px;
    border-width: 2px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 600;
    font-size: .9em;
    padding: .5em 1.5em .5em 1.5em;
}

    .btn-standard i {
        margin-right: 6px;
    }

.btn-white {
    background-color: #ffffff;
    ;
}

.btn:focus {
    box-shadow: none;
}

.title {
    font-weight: 700;
    text-transform: uppercase;
}

.card {
    border-radius: .5em !important;
}

.card-header:first-child {
    border-radius: calc(.5rem - 1px) calc(.5rem - 1px) 0 0;
}

.card-body {
    border-radius: 0 0 calc(.5rem - 1px) calc(.5rem - 1px);
}

.card-title {
    margin-bottom: 0;
}

    .card-title i {
        margin-right: 6px;
    }

.pagination-sm .page-link {
    font-size: .7em;
    color: #000000;
}

.page-item.active .page-link {
    background-color: #ccc;
    border-color: #ccc;
}

/* end main */

/*Styles for EventItem*/
.input-rounded {
    border-radius: .5rem !important;
}

.add-btn {
    background-color: var(--color-2) !important;
    color: white;
    border: none;
}

.list-item-b0 {
    border: none !important;
}
/*End of tyles for EventItem*/
/* sortable arrows */
th a,
td a {
    display: block;
    width: 100%;
}

th a.sort-by {
    padding-right: 18px;
    position: relative;
}

a.sort-by:before,
a.sort-by:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}

a.sort-by:before {
    border-bottom-color: #666;
    margin-top: -9px;
}

a.sort-by:after {
    border-top-color: #666;
    margin-top: 1px;
}

/* colors */

.bg-color-1 .card-header {
    background-color: var(--color-1);
}

.categories .bg-color-1.is-expanded .card-body {
    border-color: var(--color-1);
}

.bg-color-1 .event-tile.active .card-body {
    background-color: var(--color-1);
}

.circular-chart.bg-color-1 .circle {
    stroke: var(--color-1);
}

.bg-color-2 .card-header {
    background-color: var(--color-2);
}

.categories .bg-color-2.is-expanded .card-body {
    border-color: var(--color-2);
}

.bg-color-2 .event-tile.active .card-body {
    background-color: var(--color-2);
}

.circular-chart.bg-color-2 .circle {
    stroke: var(--color-2);
}

.bg-color-3 .card-header {
    background-color: var(--color-3);
}

.categories .bg-color-3.is-expanded .card-body {
    border-color: var(--color-3);
}

.bg-color-3 .event-tile.active .card-body {
    background-color: var(--color-3);
}

.circular-chart.bg-color-3 .circle {
    stroke: var(--color-3);
}

.bg-color-4 .card-header {
    background-color: var(--color-4);
}

.categories .bg-color-4.is-expanded .card-body {
    border-color: var(--color-4);
}

.bg-color-4 .event-tile.active .card-body {
    background-color: var(--color-4);
}

.circular-chart.bg-color-4 .circle {
    stroke: var(--color-4);
}

.bg-color-5 .card-header {
    background-color: var(--color-5);
}

.categories .bg-color-5.is-expanded .card-body {
    border-color: var(--color-5);
}

.bg-color-5 .event-tile.active .card-body {
    background-color: var(--color-5);
}

.circular-chart.bg-color-5 .circle {
    stroke: var(--color-5);
}

.bg-color-6 .card-header {
    background-color: var(--color-6);
}

.categories .bg-color-6.is-expanded .card-body {
    border-color: var(--color-6);
}

.bg-color-6 .event-tile.active .card-body {
    background-color: var(--color-6);
}

.circular-chart.bg-color-6 .circle {
    stroke: var(--color-6);
}

.bg-color-7 .card-header {
    background-color: var(--color-7);
}

.categories .bg-color-7.is-expanded .card-body {
    border-color: var(--color-7);
}

.bg-color-7 .event-tile.active .card-body {
    background-color: var(--color-7);
}

.circular-chart.bg-color-7 .circle {
    stroke: var(--color-7);
}

.bg-color-8 .card-header {
    background-color: var(--color-8);
}

.categories .bg-color-8.is-expanded .card-body {
    border-color: var(--color-8);
}

.bg-color-8 .event-tile.active .card-body {
    background-color: var(--color-8);
}

.circular-chart.bg-color-8 .circle {
    stroke: var(--color-8);
}

.bg-color-9 .card-header {
    background-color: var(--color-9);
}

.categories .bg-color-9.is-expanded .card-body {
    border-color: var(--color-9);
}

.bg-color-9 .event-tile.active .card-body {
    background-color: var(--color-9);
}

.circular-chart.bg-color-9 .circle {
    stroke: var(--color-9);
}

.bg-color-10 .card-header {
    background-color: var(--color-10);
}

.categories .bg-color-10.is-expanded .card-body {
    border-color: var(--color-10);
}

.bg-color-10 .event-tile.active .card-body {
    background-color: var(--color-10);
}

.circular-chart.bg-color-10 .circle {
    stroke: var(--color-10);
}

.bg-color-11 .card-header {
    background-color: var(--color-11);
}

.categories .bg-color-11.is-expanded .card-body {
    border-color: var(--color-11);
}

.bg-color-11 .event-tile.active .card-body {
    background-color: var(--color-11);
}

.circular-chart.bg-color-11 .circle {
    stroke: var(--color-11);
}

.bg-color-12 .card-header {
    background-color: var(--color-12);
}

.categories .bg-color-12.is-expanded .card-body {
    border-color: var(--color-12);
}

.bg-color-12 .event-tile.active .card-body {
    background-color: var(--color-12);
}

.circular-chart.bg-color-12 .circle {
    stroke: var(--color-12);
}

.bg-color-13 .card-header {
    background-color: var(--color-13);
}

.categories .bg-color-13.is-expanded .card-body {
    border-color: var(--color-13);
}

.bg-color-13 .event-tile.active .card-body {
    background-color: var(--color-13);
}

.circular-chart.bg-color-13 .circle {
    stroke: var(--color-13);
}

.bg-color-14 .card-header {
    background-color: var(--color-14);
}

.categories .bg-color-14.is-expanded .card-body {
    border-color: var(--color-14);
}

.bg-color-14 .event-tile.active .card-body {
    background-color: var(--color-14);
}

.circular-chart.bg-color-14 .circle {
    stroke: var(--color-14);
}

.bg-color-15 .card-header {
    background-color: var(--color-15);
}

.categories .bg-color-15.is-expanded .card-body {
    border-color: var(--color-15);
}

.bg-color-15 .event-tile.active .card-body {
    background-color: var(--color-15);
}

.circular-chart.bg-color-15 .circle {
    stroke: var(--color-15);
}

.bg-color-16 .card-header {
    background-color: var(--color-16);
}

.categories .bg-color-16.is-expanded .card-body {
    border-color: var(--color-16);
}

.bg-color-16 .event-tile.active .card-body {
    background-color: var(--color-16);
}

.circular-chart.bg-color-16 .circle {
    stroke: var(--color-16);
}

.bg-color-17 .card-header {
    background-color: var(--color-17);
}

.categories .bg-color-17.is-expanded .card-body {
    border-color: var(--color-17);
}

.bg-color-17 .event-tile.active .card-body {
    background-color: var(--color-17);
}

.circular-chart.bg-color-17 .circle {
    stroke: var(--color-17);
}

.bg-color-18 .card-header {
    background-color: var(--color-18);
}

.categories .bg-color-18.is-expanded .card-body {
    border-color: var(--color-18);
}

.bg-color-18 .event-tile.active .card-body {
    background-color: var(--color-18);
}

.circular-chart.bg-color-18 .circle {
    stroke: var(--color-18);
}

.bg-color-19 .card-header {
    background-color: var(--color-19);
}

.categories .bg-color-19.is-expanded .card-body {
    border-color: var(--color-19);
}

.bg-color-19 .event-tile.active .card-body {
    background-color: var(--color-19);
}

.circular-chart.bg-color-19 .circle {
    stroke: var(--color-19);
}

.bg-color-20 .card-header {
    background-color: var(--color-20);
}

.categories .bg-color-20.is-expanded .card-body {
    border-color: var(--color-20);
}

.bg-color-20 .event-tile.active .card-body {
    background-color: var(--color-20);
}

.circular-chart.bg-color-20 .circle {
    stroke: var(--color-20);
}



.orange .card-header {
    background-color: #FAB526;
}

.categories .orange.is-expanded .card-body {
    border-color: #FAB526;
}

.orange .event-tile.active .card-body {
    background-color: #FAB526;
}

.circular-chart.orange .circle {
    stroke: #FAB526;
}



.red .card-header {
    background-color: #E6530F;
}

.categories .red.is-expanded .card-body {
    border-color: #E6530F;
}

.red .event-tile.active .card-body {
    background-color: #E6530F;
}

.circular-chart.red .circle {
    stroke: #E6530F;
}

.green .card-header {
    background-color: #00A872;
}

.categories .green.is-expanded .card-body {
    border-color: #00A872;
}

.circular-chart.green .circle {
    stroke: #00A872;
}






/* end colors */


/* header */

header {
    background-color: #1A2AA4;
    padding-right: 3%;
    padding-left: 3%;
}

.top-panel {
    background-color: #009DE0;
    text-transform: uppercase;
}

    .top-panel h2 {
        font-size: 1.8em;
    }

        .top-panel h2 span {
            font-weight: 700;
        }

.logotypy {
    gap: 20px;
}

    .logotypy img {
        padding-top: .5em;
        padding-bottom: .5em;
    }



.dropbtn {
    padding: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border-radius: 8px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 1em;
}

    .dropdown-content a {
        color: #212529;
        font-size: .9em;
        padding: .7em;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            font-weight: 600;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.user-name i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 8px;
}

.user-menu-dropdown {
    min-width: 200px;
}

.available-panels i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 4px;
}
.hamburger-menu-icon {
    display:inline-block;
    margin-bottom:1.5px;
}
.available-panels-dropbtn {
    text-align: center;
    padding: 16px 0 16px 0;
    border: none;
    cursor: pointer;
    width: 275px !important;
}
.available-panels-dropdown-content {
    width: 275px !important;
}

/*Time*/
.parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
}
.div1 {
    grid-area: 1 / 1 / 2 / 2;
    top: 100px;
    min-height: 20px;
}

.div2 {
    grid-area: 1 / 2 / 4 / 5;
    min-height: 20px;
}
.timeline-background {
    min-height: 35rem;
    background-color: #ffffff;
    border-radius: 10px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom:10px;
}
.timeline-placeholder {
    background-color: #FAFAFA;
    border: 1px solid #ddd;
    width: 100%;
    height: 35rem;
    border-radius: 10px;
}
.event-timeline {
    list-style: none;
    overflow-y: auto;
    border-radius: 10px;
    padding:0;
}
.event-time-tile {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    background-color:#fff;
    border-radius: 15px;
    padding: 5px;
    cursor: pointer;
}
    .event-time-tile:hover {
        background-color: #fefefe;
        border: 1px solid black;
    }
.event-time-tile > p {
    padding: 0;
    margin: 0;
}
.event-tile-trash {
    color:black;
    width:20px;
}
.time-picker {
    width:200px;
    float:left;
}
.edited-dot {
    background-color: red;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
.dot {
    background-color: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-right: 6px;
}
.tile-date-separator {
    float: left;
    padding: 8px;
}
.tile-top-padding {
    padding: 8px 5px 8px 5px;
}

.flexcontainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .flexcontainer div {
        font-size: 1em;
        align-items: center
    }
.event-name-picker {
    width:175px !important;
}

.event-name {
    width: 150px !important;
}

.session-list {
    list-style: none;
    background-color: #FAFAFA;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px;
    margin-bottom:15px;
}
/*.selected {
    background-color: #ff4444;
}*/
@media screen and (max-width:1440px) {
    .top-panel h2 {
        font-size: 1.6em;
    }

    header {
        font-size: .9em;
    }

        header .btn-standard {
            border-width: 1px;
            letter-spacing: 0;
            font-weight: 500;
            font-size: .8em;
            padding: .5em 1.5em .5em 1.5em;
        }
}

@media screen and (max-width:1280px) {
    header .user-name {
        display: none;
    }

    .top-panel h2 {
        font-size: 1.5em;
    }
}

@media screen and (max-width:1140px) {

    .top-panel h2 {
        font-size: 1.3em;
    }
}

@media screen and (max-width:992px) {

    header {
        padding: 0;
    }

    .logotypy {
        order: 1;
    }

    .right-panel {
        order: 2;
    }

    .top-panel {
        order: 3;
        padding: 10px 10% 10px 10%;
    }

        .top-panel .status {
            justify-content: center !important;
            gap: 10px;
        }
}

@media screen and (max-width:600px) {

    .head {
        flex-direction: column;
    }

    .logotypy, .right-panel {
        justify-content: center !important;
    }

    .right-panel {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo-majorel {
        display: none !important;
    }
}



/* end header */

/* main section */

.main-section, .activity, .cases {
    padding: 2em 10% 4em;
}

.top-widgets {
    padding: 2em 0 1em;
    max-width: 1360px;
}

.logged-table {
    padding: 0 0 1em;
    max-width: 1600px;
}
/* active panel */

.time-register {
    font-size: 3.5em;
    font-weight: 700;
}

.date-register, .clock-register {
    font-size: 1.3em;
    font-weight: 600;
    line-height: 2em;
}

    .date-register i, .clock-register i {
        font-size: .8em;
        color: #999999;
        padding-right: 4px;
        vertical-align: middle;
    }

.work-btn i {
    font-size: 1.4em;
    vertical-align: middle;
}

/* end active panel */

/* news panel */

.break-info {
    font-size: 0.8em;
    text-transform: uppercase;
    padding-bottom: 1em;
}

.news-card {
    background-color: #f7f7f7;
    padding: 12px 12px 12px 20px;
    border-radius: 6px;
    font-size: .8em;
    border: 1px solid #f0f0f2;
    margin-bottom: 1em;
}

    .news-card.break {
        border-left: 6px solid #00A872;
    }

    .news-card.changes {
        border-left: 6px solid #E5F20D;
    }

    .news-card.alert {
        border-left: 6px solid #E6530F;
    }

    .news-card.mini .news-meta {
        display: none;
    }

    .news-card.mini .news-body {
        display: none;
    }

.news-title {
    display: flex;
    justify-content: space-between;
}

    .news-title h5 {
        font-size: 1.1em;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 0;
    }

.news-meta {
    font-size: .8em;
    color: #999999;
}


/* end news panel */

@media screen and (max-width:1440px) {
    .main-section, .activity, .cases {
        padding: 2em 5% 4em;
    }
}

@media screen and (max-width:1280px) {
    .work-btn .btn-standard {
        font-size: .8em;
        letter-spacing: 0;
    }
}

@media screen and (max-width:1140px) {

    .work-btn .btn-standard i {
        display: none;
    }

    .work-btn .btn-standard {
        line-height: 1;
        padding-top: .8em;
        padding-bottom: .8em;
    }
}

@media screen and (max-width:767px) {
    .work-btn .btn-standard i {
        display: inline-block;
    }
}

@media screen and (max-width:600px) {

    .work-btn {
        flex-wrap: wrap;
    }

        .work-btn .btn {
            margin-bottom: 1em;
        }

    .date-register, .clock-register {
        font-size: 1em;
    }
}

/* end main-section */

/* activity */

.activity-title {
    display: flex;
    justify-content: space-between;
}

.card-header {
    border-bottom: 0;
}

.categories {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
}

    .categories .category-wrapper {
        transition: all 0.2s ease-in-out;
        margin: 15px;
        width: calc((100% / 4) - 30px);
    }


    .categories .category-tile {
        width: 100%;
        position: relative;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
    }


    .categories .is-expanded .category-tile .card-body {
        border-width: 0 6px 6px 6px;
        border-style: solid;
    }

    .categories .is-collapsed .category-tile:hover {
        transform: scale(1.05);
    }

    .categories .event-tile {
        margin: 15px;
        width: calc((100% / 4) - 30px);
        position: relative;
    }

        .categories .event-tile.active {
            color: #ffffff;
        }


    .categories .event-tile--with-cases {
        height: 500px;
    }

    .categories .category-events {
        width: 100%;
        min-height: 200px;
        position: relative;
        padding: 10px;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        border-radius: 8px;
    }

    .categories .category-wrapper.is-collapsed .category-tile:after {
        content: "";
        opacity: 0;
    }

    .categories .category-wrapper.is-collapsed .category-events {
        max-height: 0;
        min-height: 0;
        overflow: hidden;
        margin-top: 0;
        opacity: 0;
        display: none;
    }

    .categories .category-wrapper.is-expanded .category-tile:after {
        content: "";
        opacity: 1;
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        bottom: calc(-1 * 30px);
        left: calc(50% - 15px);
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #fff;
        z-index: 999;
    }

    .categories .category-wrapper.is-expanded .category-events {
        max-height: 2000px;
        min-height: 200px;
        overflow: visible;
        margin-top: 30px;
        opacity: 1;
        display: flex;
        background: #ffffff;
    }




.activity .card-title {
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}

.activity .card-header {
    padding-top: .7em;
    padding-bottom: .7em;
}


.category-events .card-title {
    font-size: 1em;
    font-weight: 500;
}

.category-events .counter-numbers {
    font-size: 1.5em;
}

.category-events .flex-wrapper {
    justify-content: center;
}

    .category-events .flex-wrapper .btn {
        font-size: 2.4em;
    }

.category-events .event-tile.active .flex-wrapper .btn {
    color: #ffffff;
}

.category-events .flex-wrapper .stop {
    color: #dc3545;
    padding: 4px;
}

    .category-events .flex-wrapper .stop.disabled,
    .category-events .flex-wrapper .start.disabled {
        display: none;
        /* opacity:.3;
    padding:4px; */
    }

.category-events .flex-wrapper .start {
    color: #198754;
    padding: 4px;
}



.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    width: 50%;
}

.single-chart {
    width: 100%;
    justify-content: space-around;
}

.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}



.percentage {
    fill: #3F3E3E;
    font-size: .6em;
    text-anchor: middle;
    font-weight: 700;
}

.counter-numbers {
    font-size: 1.8em;
    font-weight: 700;
}


@media screen and (min-width: 992px) {

    .categories .category-wrapper:nth-of-type(4n+2) .category-events {
        margin-left: calc(-100% - 30px);
    }

    .categories .category-wrapper:nth-of-type(4n+3) .category-events {
        margin-left: calc(-200% - 60px);
    }

    .categories .category-wrapper:nth-of-type(4n+4) .category-events {
        margin-left: calc(-300% - 90px);
    }

    .categories .category-wrapper:nth-of-type(4n+4) {
        clear: left;
    }

    .categories .category-events {
        width: calc(400% + 90px);
    }
}

@media screen and (max-width:1440px) {

    .counter-numbers {
        font-size: 1.5em;
    }
}

@media screen and (max-width:992px) {

    .counter-numbers {
        font-size: 1.8em;
    }

    .categories .category-wrapper {
        width: calc((100% / 3) - 30px);
    }

    .categories .event-tile {
        width: calc((100% / 3) - 30px);
    }
}


@media screen and (min-width: 768px) and (max-width: 991px) {

    .categories .category-wrapper:nth-of-type(3n+2) .category-events {
        margin-left: calc(-100% - 30px);
    }

    .categories .category-wrapper:nth-of-type(3n+3) .category-events {
        margin-left: calc(-200% - 60px);
    }

    .categories .category-wrapper:nth-of-type(3n+3) {
        clear: left;
    }

    .categories .category-events {
        width: calc(300% + 60px);
    }
}


@media screen and (max-width:767px) {

    .categories .category-wrapper {
        width: calc((100% / 2) - 30px);
    }

    .categories .event-tile {
        width: calc((100% / 2) - 30px);
    }

    .activity-title {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

        .activity-title .end-buttons {
            width: 100%;
            text-align: center;
            margin-top: 1em;
        }

    .end-buttons .btn {
        font-size: .8em;
        letter-spacing: 0;
        margin-bottom: 1em;
        margin-right: 0 !important;
    }
}


@media screen and (min-width: 540px) and (max-width: 767px) {

    .categories .category-wrapper:nth-of-type(2n+2) .category-events {
        margin-left: calc(-100% - 30px);
    }

    .categories .category-wrapper:nth-of-type(2n+3) {
        clear: left;
    }

    .categories .category-events {
        width: calc(200% + 30px);
    }
}




@media screen and (max-width: 539px) {

    .categories .category-wrapper {
        width: 100%;
    }

    .categories .event-tile {
        width: 100%;
    }

    .categories .category-wrapper:nth-of-type(2n+2) .category-events {
        margin-left: 0;
    }

    .categories .category-wrapper:nth-of-type(2n+3) {
        clear: left;
    }

    .categories .category-events {
        width: 100%;
    }
}



/* end activity */


/* cases */

.cases .card-title {
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
}

.cases .card-header {
    padding-top: .7em;
    padding-bottom: .7em;
    background-color: #E5E5E5;
}

ul.statistics {
    list-style-type: none;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding-left: 0;
    gap: 15px;
}

    ul.statistics li {
        width: 200px;
        border: 1px solid #ddd;
        border-radius: .3em;
        padding: 10px 20px;
        text-transform: uppercase;
        font-weight: 500;
    }

        ul.statistics li strong {
            float: right;
        }

        ul.statistics li i {
            margin-right: 10px;
        }

.cases table {
    width: 100%;
}

    .cases table th {
        font-weight: 400;
        text-transform: uppercase;
        color: #999999;
        font-size: .8em;
        padding: 14px;
    }

    .cases table tr td {
        background-color: #f4f4f4;
        border-top: 5px solid #ffffff;
        padding: 14px;
        font-size: .9em;
    }

/* end cases */

/* login */

.login {
    background: url(../assets/login-background.svg);
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-position: bottom;
}

    .login .container {
        max-width: 600px;
        width: 90%;
    }


.login-card {
    border: 0;
    border-radius: 27.5px;
    box-shadow: 0 10px 30px 0 rgb(172 168 168 / 43%);
    overflow: hidden;
}

    .login-card .card-body {
        padding: 85px 60px 60px;
    }

.brand-wrapper {
    margin-bottom: 19px;
}

    .brand-wrapper .logo {
        height: 37px;
    }

.login-card-description {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    margin-bottom: 23px;
}



.login-card .forgot-password-link {
    font-size: 14px;
    color: #919aa3;
    text-align: center;
    display: block;
}

.login-card-footer-text {
    font-size: 16px;
    color: #0d2366;
    margin-bottom: 60px;
}

.remember input {
    vertical-align: middle;
    margin-right: 6px;
}

/* end login */

/* error */

.error h1 {
    font-size: 170px;
    font-weight: 700;
}

/* end error */

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    height: 150px;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #ffffff;
    border-top: 8px solid #09f;
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* managers panel - top-widgets */

.top-widgets .card-body {
    padding: 1.3em 1.5em;
}

.top-widgets h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .top-widgets h3 i {
        margin-right: 10px;
        margin-left: 5px;
    }

.top-widgets .card {
    min-height: 230px;
}

.project {
    width: 20%;
}



.reports {
    width: 22%;
}

.single-circle .circular-chart {
    max-width: 78%;
}

.logged-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
}

.logged ul {
    padding-left: 0;
    list-style-type: none;
    width: 100%;
    margin-bottom: 0;
}

    .logged ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: .7em;
        text-transform: uppercase;
        font-weight: 500;
    }

        .logged ul li .number {
            font-size: 1.5em;
            font-weight: 700;
        }


.bg-color-1 .dot {
    background-color: var(--color-1);
}

.bg-color-1 .number {
    color: var(--color-1);
}

.bg-color-2 .dot {
    background-color: var(--color-2);
}

.bg-color-2 .number {
    color: var(--color-2);
}

.bg-color-3 .dot {
    background-color: var(--color-3);
}

.bg-color-3 .number {
    color: var(--color-3);
}

.bg-color-4 .dot {
    background-color: var(--color-4);
}

.bg-color-4 .number {
    color: var(--color-4);
}

.bg-color-5 .dot {
    background-color: var(--color-5);
}

.bg-color-5 .number {
    color: var(--color-5);
}

.bg-color-6 .dot {
    background-color: var(--color-6);
}

.bg-color-6 .number {
    color: var(--color-6);
}

.bg-color-7 .dot {
    background-color: var(--color-7);
}

.bg-color-7 .number {
    color: var(--color-7);
}

.bg-color-8 .dot {
    background-color: var(--color-8);
}

.bg-color-8 .number {
    color: var(--color-8);
}

.bg-color-9 .dot {
    background-color: var(--color-9);
}

.bg-color-9 .number {
    color: var(--color-9);
}

.bg-color-10 .dot {
    background-color: var(--color-10);
}

.bg-color-10 .number {
    color: var(--color-10);
}

.bg-color-11 .dot {
    background-color: var(--color-11);
}

.bg-color-11 .number {
    color: var(--color-11);
}

.bg-color-12 .dot {
    background-color: var(--color-12);
}

.bg-color-12 .number {
    color: var(--color-12);
}

.bg-color-13 .dot {
    background-color: var(--color-13);
}

.bg-color-13 .number {
    color: var(--color-13);
}

.bg-color-14 .dot {
    background-color: var(--color-14);
}

.bg-color-14 .number {
    color: var(--color-14);
}

.bg-color-15 .dot {
    background-color: var(--color-15);
}

.bg-color-15 .number {
    color: var(--color-15);
}

.bg-color-16 .dot {
    background-color: var(--color-16);
}

.bg-color-16 .number {
    color: var(--color-16);
}

.bg-color-17 .dot {
    background-color: var(--color-17);
}

.bg-color-17 .number {
    color: var(--color-17);
}

.bg-color-18 .dot {
    background-color: var(--color-18);
}

.bg-color-18 .number {
    color: var(--color-18);
}

.bg-color-19 .dot {
    background-color: var(--color-19);
}

.bg-color-19 .number {
    color: var(--color-19);
}

.bg-color-20 .dot {
    background-color: var(--color-20);
}

.bg-color-20 .number {
    color: var(--color-20);
}

.logtime .time {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.1;
}

.progress {
    border-radius: 20px;
    height: .8em;
}

.logtime .card-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.logtime .label {
    margin-bottom: 5px;
}

.logtime ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    margin-bottom: 0;
}

    .logtime ul li {
        width: 48%;
        margin-bottom: 6px;
    }

.logtime .time-label {
    font-size: .7em;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

    .logtime .time-label .nazwa {
        font-weight: 500;
    }

    .logtime .time-label .time-procent {
        font-weight: 700;
    }

.bg-color-1 .progress-bar {
    background-color: var(--color-1);
}

.bg-color-2 .progress-bar {
    background-color: var(--color-2);
}

.bg-color-3 .progress-bar {
    background-color: var(--color-3);
}

.bg-color-4 .progress-bar {
    background-color: var(--color-4);
}

.bg-color-5 .progress-bar {
    background-color: var(--color-5);
}

.bg-color-6 .progress-bar {
    background-color: var(--color-6);
}

.bg-color-7 .progress-bar {
    background-color: var(--color-7);
}

.bg-color-8 .progress-bar {
    background-color: var(--color-8);
}

.bg-color-9 .progress-bar {
    background-color: var(--color-9);
}

.bg-color-10 .progress-bar {
    background-color: var(--color-10);
}

.bg-color-11 .progress-bar {
    background-color: var(--color-11);
}

.bg-color-12 .progress-bar {
    background-color: var(--color-12);
}

.bg-color-13 .progress-bar {
    background-color: var(--color-13);
}

.bg-color-14 .progress-bar {
    background-color: var(--color-14);
}

.bg-color-15 .progress-bar {
    background-color: var(--color-15);
}

.bg-color-16 .progress-bar {
    background-color: var(--color-16);
}

.bg-color-17 .progress-bar {
    background-color: var(--color-17);
}

.bg-color-18 .progress-bar {
    background-color: var(--color-18);
}

.bg-color-19 .progress-bar {
    background-color: var(--color-19);
}

.bg-color-20 .progress-bar {
    background-color: var(--color-20);
}

.form-check-label {
    font-size: .8em;
}

.logged-num {
    display: none;
}


@media screen and (max-width:1440px) {
    .project {
        width: 20%;
    }

    .reports {
        width: 25%;
    }
}



@media screen and (max-width:1270px) {



    .top-widgets h3 {
        font-size: 1em;
    }

    .top-widgets .card {
        min-height: 320px;
    }

    .reports-btn {
        flex-direction: column;
    }

    .reports {
        width: 25%;
    }

    .project {
        width: 25%;
    }

    .logged-content {
        flex-direction: column;
    }

        .logged-content .col {
            width: 100%;
        }

    .logged .single-circle {
        display: none;
    }

    .logged-num {
        display: block;
        font-size: 2em;
        font-weight: 700;
    }


    .logtime .time {
        font-size: 2em;
        line-height: 1.5;
    }

    .logtime .label {
        margin-bottom: 1rem;
    }

    .logtime ul li {
        width: 100%;
    }
}

@media screen and (max-width:992px) {

    .reports {
        width: 50%;
    }

    .project {
        width: 50%;
    }

    .logged.col {
        flex: 0 0 auto;
        width: 50%;
    }

    .top-widgets .card {
        min-height: 280px;
        margin-bottom: 2em;
    }
}

@media screen and (max-width:539px) {

    .top-widgets .card {
        min-height: auto;
        margin-bottom: 2em;
    }

    .reports {
        width: 100%;
    }

    .project {
        width: 100%;
    }

    .logged.col {
        width: 100%;
    }
}


/* end managers panel - top-widgets */

/* managers panel table */


.logged-table table {
    width: 100%;
}

    .logged-table table th {
        font-weight: 400;
        text-transform: uppercase;
        color: #999999;
        font-size: .7em;
        padding: 14px;
    }

        .logged-table table th:nth-child(n+7) {
            text-align: center;
        }

    .logged-table table tr td {
        background-color: #f7f7f7;
        border-top: 5px solid #ffffff;
        padding: 10px 14px;
        font-size: .8em;
    }

        .logged-table table tr td:nth-child(n+7) {
            background-color: #f0f0f0;
            text-align: center;
        }

        .logged-table table tr td:nth-child(2) {
            text-transform: uppercase;
            font-weight: 600;
        }

        .logged-table table tr td:nth-child(4) {
            text-transform: uppercase;
            font-size: .7em;
        }

.logged-table .square {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.bg-color-1 .square {
    background-color: var(--color-1);
}

.bg-color-2 .square {
    background-color: var(--color-2);
}

.bg-color-3 .square {
    background-color: var(--color-3);
}

.bg-color-4 .square {
    background-color: var(--color-4);
}

.bg-color-5 .square {
    background-color: var(--color-5);
}

.bg-color-6 .square {
    background-color: var(--color-6);
}

.bg-color-7 .square {
    background-color: var(--color-7);
}

.bg-color-8 .square {
    background-color: var(--color-8);
}

.bg-color-9 .square {
    background-color: var(--color-9);
}

.bg-color-10 .square {
    background-color: var(--color-10);
}

.bg-color-11 .square {
    background-color: var(--color-11);
}

.bg-color-12 .square {
    background-color: var(--color-12);
}

.bg-color-13 .square {
    background-color: var(--color-13);
}

.bg-color-14 .square {
    background-color: var(--color-14);
}

.bg-color-15 .square {
    background-color: var(--color-15);
}

.bg-color-16 .square {
    background-color: var(--color-16);
}

.bg-color-17 .square {
    background-color: var(--color-17);
}

.bg-color-18 .square {
    background-color: var(--color-18);
}

.bg-color-19 .square {
    background-color: var(--color-19);
}

.bg-color-20 .square {
    background-color: var(--color-20);
}

.logged-table td .procent {
    font-weight: 600;
    padding-left: 10px;
}

/* end managers panel table */

/* managers panel breaks */



.przerwy .form-check .form-check-input {
    float: none;
}

.przerwy .form-switch .form-check-input {
    width: 3em;
    height: 1.4em;
}


.przerwy .on-break {
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.przerwy .break-all {
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.przerwy .break-waiting {
    font-size: 2.3em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}


.przerwy-tab table {
    width: 100%;
}

    .przerwy-tab table th {
        font-weight: 400;
        text-transform: uppercase;
        color: #999999;
        font-size: .7em;
        padding: 14px;
    }

    .przerwy-tab table tr td {
        background-color: #f4f4f4;
        border-top: 5px solid #ffffff;
        padding: 10px 14px;
        font-size: .8em;
    }

        .przerwy-tab table tr td:nth-child(4),
        .przerwy-tab table tr th:nth-child(4) {
            text-align: center;
        }

        .przerwy-tab table tr td:nth-child(4),
        .przerwy-tab table tr td:nth-child(5) {
            font-weight: 600;
        }

        .przerwy-tab table tr td:nth-child(5),
        .przerwy-tab table tr th:nth-child(5) {
            text-align: center;
        }

.przerwy-tab .btn-small {
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 0.8em;
    letter-spacing: .5px;
}

.btn-small {
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .7em;
    padding: .5em;
}

.btn-rounded {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

@media screen and (max-width:1270px) and (min-width:767px) {

    .przerwy .btn-standard {
        font-size: .8em;
        border: 0;
    }

    .przerwy .on-break, .przerwy .break-waiting {
        font-size: 1.8em;
    }

    .przerwy .break-all {
        font-size: 2em;
    }

    .przerwy .card-body {
        padding: 2rem 1rem !important;
        ;
    }
}

.bg-primary-custom{
    background: #1A2AA4;
}

.popup-header {
    height: 4rem;
    background: #1A2AA4;
    color:whitesmoke;
    border-radius:0 !important;
}

/* end managers panel breaks */

/* manager bottom widgets */

table.manager-table {
    width: 100%;
}

    table.manager-table th {
        font-weight: 400;
        text-transform: uppercase;
        color: #999999;
        font-size: .7em;
        padding: 14px;
    }

    table.manager-table tr td {
        background-color: #f4f4f4;
        border-top: 5px solid #ffffff;
        padding: 10px 14px;
        font-size: .8em;
    }


/* end manager bottom widgets */

.flag-icon.flag-icon-squared {
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    height: 24px;
}

.flags-menu .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border-radius: 8px;
    min-width: 50px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: .5em;
}

.toast {
    display: none;
    color: #fff;
    z-index: 1;
    width: 25rem;
    top: 5rem;
    border-radius: 1rem;
    float: right;
}

.toast-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
    padding-top: 13%; 
}

.toast-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.toast-body p {
    margin-bottom: 0;
}

.toast-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

