﻿.st0 {
    opacity: 0.5;
    fill: #ffffff;
    enable-background: new;
}

.st1 {
    fill: #65656A;
}





/*Style on file*/
@media print {
    #menu {
        display: none;
    }

    #head {
        display: none;
    }

    .btn-group-vertical {
        display: none !important;
    }

    .footer {
        display: none !important;
    }

    td ul li {
        line-height: 30px;
        padding: 10px;
    }

    ul li ul li {
        line-height: 25px;
        padding: 10px;
    }
}

@-webkit-keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }

    to {
        opacity: 1
    }
}

@keyframes chartjs-render-animation {
    from {
        opacity: 0.99
    }

    to {
        opacity: 1
    }
}

.chartjs-render-monitor {
    -webkit-animation: chartjs-render-animation 0.001s;
    animation: chartjs-render-animation 0.001s;
}

#st-1 {
    font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
    ;
    direction: ltr;
    display: block;
    opacity: 1;
    text-align: center;
    z-index: 94034;
}

    #st-1.st-animated {
        -moz-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        -ms-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        -o-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        -webkit-transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
        transition: o 0.2s ease-in, p 0.2s ease-in, a 0.2s ease-in, c 0.2s ease-in, i 0.2s ease-in, t 0.2s ease-in, y 0.2s ease-in;
    }

    #st-1.st-hidden {
        opacity: 0;
    }

    #st-1.st-hide {
        display: none;
    }

    #st-1 .st-btn {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
        transition: opacity 0.2s ease-in, top 0.2s ease-in;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: none;
        cursor: pointer;
        display: inline-block;
        font-size: 11px;
        height: 32px;
        line-height: 32px;
        margin-right: 8px;
        padding: 0 8px;
        position: relative;
        text-align: center;
        top: 0;
        vertical-align: top;
        white-space: nowrap;
    }

        #st-1 .st-btn:last-child {
            margin-right: 0;
        }

        #st-1 .st-btn > svg {
            height: 16px;
            width: 16px;
            position: relative;
            top: 8px;
            vertical-align: top;
        }

        #st-1 .st-btn > img {
            display: inline-block;
            height: 16px;
            width: 16px;
            position: relative;
            top: 8px;
            vertical-align: top;
        }

        #st-1 .st-btn > span {
            -moz-transition: all 0.2s ease-in;
            -ms-transition: all 0.2s ease-in;
            -o-transition: all 0.2s ease-in;
            -webkit-transition: all 0.2s ease-in;
            transition: all 0.2s ease-in;
            color: #fff;
            display: inline-block;
            font-weight: 500;
            letter-spacing: 0.5px;
            min-width: 60px;
            opacity: 1;
            padding: 0 6px;
            position: relative;
            vertical-align: top;
        }

    #st-1.st-has-labels .st-btn {
        min-width: 120px;
    }

        #st-1.st-has-labels .st-btn.st-remove-label {
            min-width: 50px;
        }

            #st-1.st-has-labels .st-btn.st-remove-label > span {
                display: none;
            }

        #st-1.st-has-labels .st-btn.st-hide-label > span {
            display: none;
        }

    #st-1 .st-total {
        color: #555;
        display: inline-block;
        font-weight: 500;
        line-height: 12px;
        margin-right: 0;
        max-width: 80px;
        padding: 4px 8px;
        text-align: center;
    }

        #st-1 .st-total.st-hidden {
            display: none;
        }

        #st-1 .st-total > span {
            font-size: 16px;
            line-height: 17px;
            display: block;
            padding: 0;
        }

            #st-1 .st-total > span.st-shares {
                font-size: 9px;
                line-height: 9px;
            }

    #st-1.st-justified {
        display: flex;
        text-align: center;
    }

        #st-1.st-justified .st-btn {
            -moz-flex: 1;
            -ms-flex: 1;
            -webkit-flex: 1;
            flex: 1;
        }

    #st-1 .st-btn:hover {
        opacity: .8;
        top: -4px;
    }

    #st-1 .st-btn[data-network='facebook'] {
        background-color: #4267B2;
    }

        #st-1 .st-btn[data-network='facebook'] svg {
            fill: #fff;
        }

        #st-1 .st-btn[data-network='facebook'] > span {
            color: #fff;
        }

    #st-1 .st-btn[data-network='twitter'] {
        background-color: #55acee;
    }

        #st-1 .st-btn[data-network='twitter'] svg {
            fill: #fff;
        }

        #st-1 .st-btn[data-network='twitter'] > span {
            color: #fff;
        }

    #st-1 .st-btn[data-network='line'] {
        background-color: #00c300;
    }

        #st-1 .st-btn[data-network='line'] svg {
            fill: #fff;
        }

        #st-1 .st-btn[data-network='line'] > span {
            color: #fff;
        }

    #st-1 .st-btn[data-network='whatsapp'] {
        background-color: #25d366;
    }

        #st-1 .st-btn[data-network='whatsapp'] svg {
            fill: #fff;
        }

        #st-1 .st-btn[data-network='whatsapp'] > span {
            color: #fff;
        }

    #st-1 .st-btn[data-network='wechat'] {
        background-color: #4EC034;
    }

        #st-1 .st-btn[data-network='wechat'] svg {
            fill: #fff;
        }

        #st-1 .st-btn[data-network='wechat'] > span {
            color: #fff;
        }

[inert] {
    pointer-events: none;
    cursor: default;
}

    [inert], [inert] * {
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }


#Pediatric_Body .cls-1 {
    fill: #ffffff;
    fill-opacity: 0.5;
}

#Pediatric_Body .cls-2 {
    fill: #65656a;
}

.accordian--item--content {
    padding: 0;
}

.page-doctor-profile .doctor__specialty__item {
    padding: 0;
}

table.doctor-time tbody tr td {
    font-size: 0.85rem;
}

span.value-day {
    display: none;
}

span.value-time-start {
    display: none;
}

span.value-time-end {
    display: none;
}

table.doctor-time tbody tr {
    border-bottom: 1px solid #d1d3d3;
}

.pl-5, .px-5 {
    padding-bottom: 0 !important;
}

.pl-5, .px-5 {
    padding-left: 0 !important;
}

.pr-5, .px-5 {
    padding-right: 0 !important;
}

.pt-2, .py-2 {
    padding-top: 0 !important;
}

/*================ Feature Filter Phase 2 ================*/
.dropdown.bootstrap-select.show-tick {
    border: solid 1px gray;
}

.dropdown-menu.show {
    border: solid 1px black;
}

.dateFilterIcon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    margin-right: 5px;
}

.timeFilterIcon::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 5px;
}

.custom-style-btnfilter {
    background-color: darkgray;
    border: solid 1px darkgray;
    color: #fff;
}

.custom-position-lblStep {
    position: absolute;
    top: 35px;
    right: 25px;
    font-size: 0.75rem;
}

.custom-position-step {
    margin-bottom: 10px;
    position: relative;
}

.lblStep-active {
    color: #0bb288;
}

.next-step,
.prev-step {
    background: #6ecbb8;
    color: #fff;
}

.placeholder-bold {
    font-weight: bold;
}

.stepper .nav-tabs > li#presentation_step_1:nth-of-type(1).line-color:after {
    background-color: #34bc9b;
}
.stepper .nav-tabs > li#presentation_step_2:nth-of-type(2).line-color:after {
    background-color: #34bc9b;
}
.stepper .nav-tabs > li#presentation_step_3:nth-of-type(3).line-color:after {
    background-color: #34bc9b;
}

@media only screen and (max-width: 320px) {
    button #btnFilterDoctor_M {
        background-color: #6ecbb8;
    }

    .custom-position-lblStep {
        right: 1.5em;
    }

    .custom-margin-top {
        margin-top: 1em;
    }
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 321px) {
    button#btnFilterDoctor_M {
        background-color: #6ecbb8;
    }

    .custom-margin-top {
        margin-top: 1em;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
    button#btnFilterDoctor_M {
        background-color: #6ecbb8;
    }

    .custom-position-lblStep {
        right: 6.5em;
    }

    .custom-margin-top {
        margin-top: 1em;
    }
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 80%;
    }
}
