﻿.cropStageCalendar-container {
    position: relative;
}

    .cropStageCalendar-container .date_cell {
        padding: 3px 6px;
    }

    .cropStageCalendar-container .currentDate {
        z-index: 1000;
        /* background: rgb(158, 158, 158); */
        border-radius: 2px;
        border: 3px solid rgb(131 214 151);
    }

    .cropStageCalendar-container .slick-track {
        display: flex;
    }

    .cropStageCalendar-container .photo {
        width: 80px;
        height: 80px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
    }

    .cropStageCalendar-container .slick-list {
        overflow: hidden !important;
    }

    .cropStageCalendar-container .rev_slider {
        /* padding: 5px 20px 20px 5px; */
        padding-top: 80px;
        border-radius: 6px;
    }

    .cropStageCalendar-container .left {
        left: 45px;
        border-radius: 6px;
        width: 42px;
        height: 42px;
        background: url(icons/cropStageCalendar/Right.svg);
        cursor: pointer;
        z-index: 50;
    }

    .cropStageCalendar-container .right {
        right: 45px;
        border-radius: 6px;
        width: 42px;
        height: 42px;
        background: url(icons/cropStageCalendar/Left.svg);
        cursor: pointer;
        z-index: 50;
    }

    .cropStageCalendar-container .prev-stage {
        border-radius: 6px;
        width: 42px;
        height: 42px;
        background: url(icons/cropStageCalendar/Left.svg);
        cursor: pointer;
    }

    .cropStageCalendar-container .next-stage {
        border-radius: 6px;
        width: 42px;
        height: 42px;
        background: url(icons/cropStageCalendar/Right.svg);
        cursor: pointer;
    }

    .cropStageCalendar-container .current-stage {
        font-weight: 700;
        font-size: 16px;
        line-height: 16px;
    }

    .cropStageCalendar-container .calendar {
        /* padding: 15px; */
        font-weight: 700;
    }

    .cropStageCalendar-container .selected {
        /* transition-duration: 0.3s; */
    }

    .cropStageCalendar-container .over {
        transition-duration: 0.3s;
        background: #EAEAEA !important;
        /* color: white !important; */
    }

    .cropStageCalendar-container .over:hover {
        cursor: pointer;
    }

.cropStageCalendar-container td {
}

.cropStageCalendar-container table {
    border-spacing: 0 15px;
    width: 100%;
    margin: auto;
}

    .cropStageCalendar-container td, .cropStageCalendar-container th {
        max-width: 50px;
        max-height: 30px;
        height: 30px;
        width: 50px;
        text-align: center;
    }

.cropStageCalendar-container th {
    font-weight: bold;
}

    .cropStageCalendar-container .stages_calendar_label {
        text-transform: uppercase;
        font-weight: 700;
        text-align: center;
        margin: 25px 0px 0px 0px;
    }

    .cropStageCalendar-container .stages-arrows-label {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                    not supported by any browser */
    }

        .cropStageCalendar-container .stages-arrows-label span {
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Chrome/Safari/Opera */
            -khtml-user-select: none; /* Konqueror */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                    not supported by any browser */
        }

@media only screen and (min-width:520px) {
    .cropStageCalendar-container .left-btn {
        left: 45px;
        width: 238px;
        height: 42px;
        cursor: pointer;
        background: #41BB70;
        border: #41BB70;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        transition: ease all .5s;
    }

    .cropStageCalendar-container .right-btn {
        right: 45px;
        width: 122px;
        height: 42px;
        cursor: pointer;
        background: #0079FE;
        border: #0079FE;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        transition: ease all .5s;
    }
}

@media only screen and (max-width: 520px) and (min-width:400px) {
    .cropStageCalendar-container .left-btn {
        left: 45px;
        width: 138px;
        height: 42px;
        cursor: pointer;
        background: #41BB70;
        border: #41BB70;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
        transition: ease all .5s;
    }

    .cropStageCalendar-container .right-btn {
        right: 45px;
        width: 72px;
        height: 42px;
        cursor: pointer;
        background: #0079FE;
        border: #0079FE;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
        transition: ease all .5s;
    }
}

@media screen and (max-width:400px) {
    .cropStageCalendar-container .wrapper {
        position: relative;
        padding: 185px 5px 0px 5px;
        background: #FFFFFF;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        height: 700px;
        max-height: 700px;
    }

    .cropStageCalendar-container .left, .right {
        position: absolute;
        top: 122px;
    }

    .cropStageCalendar-container .left-btn, .right-btn {
        position: absolute;
        top: 0px;
    }

    .cropStageCalendar-container .left-btn {
        top: 18px;
        right: 17px;
        width: 138px;
        height: 42px;
        cursor: pointer;
        background: #41BB70;
        border: #41BB70;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
        transition: ease all .5s;
    }

    .cropStageCalendar-container .right-btn {
        right: 17px;
        top: 77px;
        width: 72px;
        height: 42px;
        cursor: pointer;
        background: #0079FE;
        border: #0079FE;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 6px;
        font-weight: 700;
        font-size: 12px;
        color: #FFFFFF;
        transition: ease all .5s;
    }

    .cropStageCalendar-container .left {
        left: 17px !important;
        border-radius: 6px;
        width: 42px;
        height: 42px;
        background: url(icons/cropStageCalendar/Right.svg);
        cursor: pointer;
    }

    .cropStageCalendar-container .right {
        right: 17px !important;
        border-radius: 6px;
        width: 42px;
        height: 42px;
        background: url(icons/cropStageCalendar/Left.svg);
        cursor: pointer;
    }
}

@media only screen and (max-width: 430px) and (min-width: 400px) {
    .cropStageCalendar-container .slide {
        width: 100%;
        max-height: 400px;
        height: 400px;
        padding: 5px;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin: 15px !important;
    }

    .cropStageCalendar-container .stages_calendar_label {
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 400px) {
    .cropStageCalendar-container .stages-btn {
        margin-top: 10px;
        text-align: center;
        width: 100%;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                        not supported by any browser */
    }

    .cropStageCalendar-container .stages-arrows-label {
        padding: 0px 15px 0px 15px !important;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                        not supported by any browser */
    }

        .cropStageCalendar-container .stages-arrows-label span {
            -webkit-touch-callout: none; /* iOS Safari */
            -webkit-user-select: none; /* Chrome/Safari/Opera */
            -khtml-user-select: none; /* Konqueror */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                        not supported by any browser */
        }

    .cropStageCalendar-container .stages-arrows-left {
        height: 42px;
        width: 42px;
        left: 45px;
        top: 740px;
        position: absolute;
    }

    .cropStageCalendar-container .stages-arrows-right {
        height: 42px;
        width: 42px;
        right: 45px;
        ;
        top: 740px;
        position: absolute;
    }

    .cropStageCalendar-container .slide {
        padding: 5px;
        max-height: 400 !important;
        height: 400 !important;
        background: #FFFFFF;
        /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); */
        border-radius: 10px;
    }
}

@media only screen and (min-width: 400px) {
    .cropStageCalendar-container .stages-btn {
        text-align: center;
        width: 100%;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Chrome/Safari/Opera */
        -khtml-user-select: none; /* Konqueror */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                        not supported by any browser */
    }

    .cropStageCalendar-container .stages-arrows {
        height: 42px;
        display: inline-block;
    }

    .cropStageCalendar-container .left-btn, .right-btn {
        position: absolute;
        top: 18px;
    }

    .cropStageCalendar-container .slide {
        padding: 5px;
        width: 350px;
        max-height: 400px;
        height: 400px;
        background: #FFFFFF;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        margin: 5px auto;
    }

    .cropStageCalendar-container .wrapper {
        position: relative;
        padding: 125px 5px 0px 5px;
        background: #FFFFFF;
        box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        height: 720px;
        max-height: 720px;
    }

    .cropStageCalendar-container .left, .cropStageCalendar-container .right {
        position: absolute;
        top: 19px;
    }

    .cropStageCalendar-container .left-btn, .cropStageCalendar-container .right-btn {
        position: absolute;
        top: 18px;
    }
}

@media screen and (max-width:320px) {
    .cropStageCalendar-container .calendar {
    }

    .cropStageCalendar-container .slide {
        padding: 5px;
        max-height: 400px !important;
        height: 400px !important;
    }
}

.cropStageCalendar-container .span {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 50px;
}

    .cropStageCalendar-container .span span {
        padding: 4;
        font-size: 14px;
        font-weight: 700;
    }

.cropStageCalendar-container .center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 19px;
    position: absolute;
    width: 40px;
    z-index: 100;
}

.cropStageCalendar-container .disabledLeft {
    background: url(icons/cropStageCalendar/LeftDisabled.png) !important;
    cursor: not-allowed;
}

.cropStageCalendar-container .disabledRight {
    background: url(icons/cropStageCalendar/RightDisabled.png) !important;
    cursor: not-allowed;
}

.cropStageCalendar-container .tooltip {
    position: relative;
}

    /* Tooltip text */
    .cropStageCalendar-container .tooltip .tooltiptext {
        visibility: hidden;
        background-color: #616161;
        color: #fff;
        text-align: center;
        font-size: 10px !important;
        padding: 4px 0;
        border-radius: 6px;
        width: 80px;
        top: 120%;
        left: 50%;
        margin-left: -40px; /* Use half of the width (120/2 = 60), to center the tooltip */
        /* Position the tooltip text - see examples below! */
        position: absolute;
        z-index: 1;
        transition-delay: 500ms;
    }

    .cropStageCalendar-container .tooltip .tooltiptextHidden {
        display: none !important;
    }

    .cropStageCalendar-container .tooltip .tooltiptext {
        visibility: visible !important;
    }
