NG1NDEX
Server IP : 150.95.80.236  /  Your IP : 13.59.114.228
Web Server : Apache
System : Linux host-150-95-80-236 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : social-telecare ( 10000)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/pcu.in.th/sc.pcu.in.th/demo15/src/sass/vendors/plugins/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /var/www/vhosts/pcu.in.th/sc.pcu.in.th/demo15/src/sass/vendors/plugins//_daterangepicker.scss
//
// Bootstrap Daterangepicker plugin customization: https://www.daterangepicker.com
//


// Base
.daterangepicker {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    background-color: $body-bg;
    box-shadow: $dropdown-box-shadow;
    font-family: $font-family-sans-serif;
    z-index: $zindex-dropdown;
    @include border-radius($border-radius);

    &:after,
    &:before {
        display: none;
    }

    td {
        &.off,
        &.off.in-range,
        &.off.start-date,
        &.off.end-date {
            background-color: transparent;
        }
    }

    .modal-open & {
        z-index: $zindex-modal + 1;
    }

    .calendar-table {
        background-color: $body-bg;
        border: 0;
    }

    .ranges {
        @include border-top-start-radius($border-radius);
        background-color: $body-bg;

        ul {
            padding: 1rem 0;
            width: 175px;
        }

        li {
            padding: 0.7rem 1.75rem;
            font-weight: 500;
            font-size: 1rem;
            color: $gray-600;
            transition: $transition-link;

            &:hover {
                background-color: $component-hover-bg;
                color: $component-hover-color;
                transition: $transition-link;
            }

            &.active {
                background-color: $component-active-bg;
                color: $component-active-color;
                transition: $transition-link;
            }
        }
    }

    &.show-calendar {
        .ranges {            
            margin-top: 0;
            height: 297px;
        }
    }

    &.show-ranges {
        &.show-calendar {
            .ranges  {
                border-right: 1px solid $gray-200;
            }
        }

        .drp-calendar.left {
            border-left: 0;
        }
    }

    .drp-buttons {
        padding: 1rem 1.75rem;
        border-top: 1px solid $gray-200;

       .btn {
            font-size: 1rem;
            font-weight: $font-weight-bold;
            padding: 0.5rem 1rem;
        }

        .cancelBtn {
            $color: $light-inverse;
            $icon-color: $light-inverse;
            $border-color: $light;
            $bg-color: $light;

            $color-active: $light-inverse;
            $icon-color-active: $light-inverse;
            $border-color-active: $light-active;
            $bg-color-active: $light-active;

            @include button-custom-variant($color, $icon-color, $border-color, $bg-color, $color-active, $icon-color-active, $border-color-active, $bg-color-active);
        }

        .applyBtn {

        }
    }

    .drp-selected {
        font-size: 0.9rem;
    }

    .drp-calendar {
        &.left,
        &.right {
            padding: 1rem 1rem;
        }

        &.left {
            border-left: 0 !important;
        }

        th,
        td {
            font-size: 1rem;
            font-weight: $font-weight-normal;
            width: 33px;
            height: 33px;

            &.available:hover {
                @include border-radius($border-radius);
                background-color: $component-hover-bg;
                color: $component-hover-color;
            }
        }

        th {
            font-weight: $font-weight-bold;
            color: $gray-800;

            &.month {
                font-weight: $font-weight-bold;
                color: $gray-800;
            }

            &.next,
            &.prev {
                span {
                    border-width: 0 1px 1px 0;
                    border-color: $gray-600;
                }

                &.available:hover {
                    span {
                        border-color: $component-hover-color;
                    }
                }
            }

            &.next {
                span {
                    margin-right: 1px;
                }
            }

            &.prev {
                span {
                    margin-left: 1px;
                }
            }
        }

        td {
            color: $gray-700;

            &.available.off {
                color: $gray-400;
            }

            &.active {
                background-color: $component-active-bg !important;
                color: $component-active-color !important;
                @include border-radius($border-radius);

                &.start-date {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }

                &.end-date {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

                &.start-date.end-date {
                    @include border-radius($border-radius);
                }
            }

            &.today,
            &.today.active {
                background: $component-hover-bg !important;
                color: $component-hover-color !important;
                @include border-radius($border-radius);
            }

            &.in-range.available:not(.active):not(.off):not(.today) {
                background-color: $component-hover-bg;
                color: $component-hover-color;
            }

            &:hover {
                background-color: $component-hover-bg;
                color: $component-hover-color;
            }
        }
    }

    select.ampmselect,
    select.minuteselect,
    select.hourselect,
    select.monthselect,
    select.yearselect {
        padding-top: 0.35rem;
        padding-bottom: 0.35rem;
        @include border-radius($border-radius);
        background: transparent;
        border-color: transparent;
        color: $input-color;
        font-weight: $font-weight-bold;
        outline: 0 !important;

        &:focus {
            background: $gray-100;
        }
    }
}

// Tablet mode
@include media-breakpoint-down(md) {
    .daterangepicker {
        &.show-calendar {
            .ranges {
                float: none !important;
                height: auto !important;

                ul {
                    width: 100%;
                }
            }

            .drp-calendar {
                float: none !important;
                max-width: unset !important;
                display: flex;
                flex-direction: column;
                align-items: center;
            }
        }
    }
}

Anon7 - 2022
AnonSec Team