﻿@import url('../open-iconic/font/css/open-iconic-bootstrap.min.css');

/* timesheets Style */
.timesheets {
    padding: 10px;
}

.timesheets-table {
    width: 100%;
    background-color: #f3f2f1;
    text-align: center;
}

    .timesheets-table thead {
        background-color: white;
    }

    .timesheets-table .day {
        width: 125px;
        height: 100px;
        min-width: 125px;
        margin: 2px;
        border-radius: 5px;
        background-color: white;
        padding: 5px;
        cursor: pointer;
    }

    .timesheets-table td {
        padding: 3px;
    }


.current-day {
    border: 2px solid #0078d4;
    color: #0078d4;
}

.selected-day {
    border: 2px solid #004578;
    color: #004578;
    background: #c7e0f4 !important;
}

.day .day-event {
    font-size: 10px;
    padding: 5px;
}


@media (max-width: 900px) {
    .timesheets-table .day {
        width: 100%;
        height: 50px;
        min-width: auto;
    }

    .day .day-event {
        display: none;
    }
}

/* Colors */
.red-orange {
    background: #da3b01;
    color: white;
}

.magenta {
    background: #881798;
    color: white;
}

.pink-red {
    background-color: #750b1c;
    color: white;
}

.yellow {
    background: #fce100;
    color: black;
}

.yellow-green {
    background: #8cbd18;
    color: black;
}

/* timesheets day section */

.timesheets-toolbar {
    background: #0078d4;
    color: white;
}

.toolbar-button {
    background: #0078d4;
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    outline: none;
    font-size: 25px;
    font-weight: 100;
    color: white;
    border: none;
}

    .toolbar-button:hover {
        background: #004578;
    }

    .toolbar-button:focus {
        border: none;
        outline: none;
    }

/* Input Style */
.fluent-input {
    display: block;
    width: 100%;
    padding: 3 7px;
    margin: 10px 0;
    border: 1px solid #3b3a39;
}

    .fluent-input:focus {
        outline: none;
        border: 2px dashed #0078d4;
    }

.card-content {
    padding: 3px;
}

.event {
    border-radius: 5px;
    margin: 10 5px;
    padding: 5px;
}

.card {
    margin: 10px;
}




.datepicker-input {
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    opacity: 0;
    cursor: pointer;
    box-sizing: border-box;
}

    .datepicker-input::-webkit-calendar-picker-indicator {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

.datepicker-toggle {
    display: inline-block;
    position: relative;
    width: 2.5rem;
    top: 6px;
}

.datepicker-toggle-button {
    position: absolute;
    left: 10px;
    top: 0;
    /* width: 0.2rem; */
    /* height: 100%; */
    padding: 1px 0px 0px 6px;
    /* border: 1px solid #EDEDE6; */
    color: rgba(212, 212, 212, 0.81);
}

.datepicker-toggle-previus {
    border: 1px solid #EDEDE6;
    border-radius: 9px 0px 0px 9px;
    padding: 8px 6px 8px 10px;
    cursor: pointer;
}

.datepicker-toggle-next {
    border: 1px solid #EDEDE6;
    border-radius: 0px 9px 9px 0px;
    padding: 8px 8px 7px 11px;
    cursor: pointer;
}

.datepicker-toggle-header {
    display: inline-block;
}

.datepicker-toggle-title {
    padding: 10px;
    font-size: 0.8rem;
    font-weight: 600;
}

.datepicker-toggle-add {
    margin-top: 0.6rem
}


/** table sheets day ***/


.responsive-table {
    padding: 25px 30px;
}

    .responsive-table li {
        border-radius: 4px;
        padding: 25px 30px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .responsive-table .table-header {
        background-color: #95A5A6;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.03em;
    }

    .responsive-table .table-row {
        background-color: #ffffff;
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
    }

    .responsive-table .col-1 {
        flex-basis: 10%;
    }

    .responsive-table .col-2 {
        flex-basis: 40%;
    }

    .responsive-table .col-3 {
        flex-basis: 25%;
    }

    .responsive-table .col-4 {
        flex-basis: 25%;
    }

@media all and (max-width: 767px) {
    .responsive-table .table-header {
        display: none;
    }

    .responsive-table li {
        display: block;
    }

    .responsive-table .col {
        flex-basis: 100%;
    }

    .responsive-table .col {
        display: flex;
        padding: 10px 0;
    }

        .responsive-table .col:before {
            color: #6C7A89;
            padding-right: 10px;
            content: attr(data-label);
            flex-basis: 50%;
            text-align: right;
        }
}

.ex3 {
    height: 38rem;
    overflow: auto;
}

.infoTime {
    font-size: 0.78rem;
    margin-left: 2rem;
    font-weight: 700;
    position: relative;
    color: gray;
}

/* PANEL activities CSS */
.activity ul {
    margin: 0;
    margin-top: 15px;
    list-style: none;
    position: relative;
    padding: 1px 65px;
    font-size: 20px;
}

    .activity ul:before {
        content: "";
        width: 1px;
        height: 100%;
        position: absolute;
        border-left: 3px solid #86b7e7;
        border-radius: 4px 0px 0px 4px;
    }

    .activity ul li {
        position: relative;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 10px 0 22px 0;
        border-radius: 6px;
        box-shadow: 0 0 4px rgb(0 0 0 / 12%), 0 2px 2px rgb(0 0 0 / 8%);
    }

        .activity ul li:hover {
            box-shadow: 0 0 11px rgba(33,33,33,.2);
            cursor: pointer;
        }

            .activity ul li:hover .btn-panel {
                visibility: visible;
            }

        .activity ul li:not(:first-child) {
            margin-top: 60px;
        }

        .activity ul li > span {
            width: 1px;
            height: 100%;
            left: -7px;
            top: 0;
            position: absolute;
            /*background: #86b7e7;*/
        }

            .activity ul li > span:before, .activity ul li > span:after {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 50%;
                border: 2px solid #fff;
                position: absolute;
                background: #86b7e7;
                left: -5px;
                top: 0;
            }

        .activity ul li span:after {
            top: 92%;
        }

        .activity ul li > div {
            margin-left: 10px;
        }

.activity div .title {
    font-weight: 600;
    font-size: 12px;
}

.activity div .label {
    font-weight: 700;
    font-size: 10px;
    display: block;
    color: #024EC0;
    text-transform: uppercase;
    text-align: left;
}

.activity div .type {
    font-weight: 600;
    font-size: 11px;
    color: black;
}

.activity div .notes {
    top: 10px;
    font-weight: 600;
    font-size: 11px;
    color: black;
}

    .activity div .notes .text {
        height: 6rem;
        overflow: auto;
    }

.activity div .info {
    font-weight: 300;
    font-size: 11px;
    color: gray;
}

.activity div > div {
    margin-top: 5px;
}

.activity span.number {
    height: 90%;
}

    .activity span.number span {
        position: absolute;
        font-size: 10px;
        left: -70px;
        font-weight: bold;
        color: #024EC0;
    }

        .activity span.number span:first-child {
            top: 0;
        }

        .activity span.number span:last-child {
            top: 86%;
        }

.taskToBillActive {
    color: cornflowerblue;
    background-color: gainsboro;
    padding: 3px 6px 5px 7px;
    position: relative;
    border-radius: 50%;
}

.taskToBill {
    color: white;
    background-color: gainsboro;
    padding: 3px 6px 5px 7px;
    position: relative;
    border-radius: 50%;
}

.info-container {
    position: absolute;
    top: 78%;
    right: 0px;
    text-align: right;
}

.info {
    background-color: #ddd;
    border-radius: 3px;
    height: 5px;
    width: 100%;
}

    .info::after {
        border-radius: 3px;
        background-color: #2A265F;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 5px;
        width: 66%;
    }

.info-text {
    font-size: 9px;
    font-weight: 600;
    opacity: 0.8;
    display: block;
}

.info-label {
    font-size: 9px;
    font-weight: 700;
    color: #024EC0;
    text-transform: uppercase;
}


.btn-panel-container {
    position: absolute;
    top: 5px;
    right: 0px;
    text-align: right;
}

.btn-panel {
    width: 22px;
    height: 22px;
    background-color: #024EC0;
    margin: 5px;
    padding: 1px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 10px;
    line-height: 22px;
    text-transform: uppercase;
    float: right;
    visibility: hidden;
}

    .btn-panel:hover {
        opacity: 0.50;
        -moz-opacity: .50;
        filter: alpha (opacity=50);
    }

    .btn-panel a {
        color: #fff;
        text-decoration: none;
        padding: 5px 5px 5px 0;
    }



.tooltip-wrapper {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

    .tooltip-wrapper span {
        visibility: hidden;
        position: absolute;
        width: 100px;
        bottom: 120%;
        font-size: 0.52rem;
        left: 140%;
        margin-left: -59px;
        background-color: #363636;
        color: #fff;
        text-align: center;
        padding: 0px 10px;
        border-radius: 5px;
        z-index: 10;
    }

        .tooltip-wrapper span::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    .tooltip-wrapper:hover span {
        visibility: visible;
    }
