﻿.main-content-appoint {
    padding: 1pc;
    padding-right: 8pc;
    padding-left: 8pc;
    min-height: 500px;
}

.lab-content {
    padding: 0px 7pc;
}

.lab-mainbox {
    width: 33.3333%;
    float: left;
    padding: 10px;
}

.lab-box {
    border-radius: 5px;
    overflow: hidden;
    border-left: 1px solid #dedcdc;
    box-shadow: 4px 4px 5px #dedcdc;
}

.lab-head {
    height: 8pc;
    background-color: #eaeaea;
    background-size: cover;
}

    .lab-head img {
        height: 8pc;
    }

.lab-body {
    height: 18pc;
    background-color: #fff;
    text-align: left;
    padding: 10px 15px;
    color: #474747;
}

.lab-title {
    font-size: 19px;
    font-weight: 600;
    color: #474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.span-day {
    font-size: 12px;
    text-align: center;
    width: 40px;
    border: 1px solid #ddd;
    margin-right: 5px;
    padding: 5px 0px;
    border-radius: 10px;
}

.mc-pd-l {
    padding-right: 2px;
}

.mc-pd-r {
    padding-left: 2px;
}

.input-icon {
    position: relative;
}

    .input-icon > i {
        color: #535353;
        display: block;
        position: absolute;
        margin: 11px 2px 4px 10px;
        z-index: 3;
        width: 16px;
        font-size: 16px;
        text-align: center;
    }

    .input-icon > .form-control {
        padding-left: 33px;
    }

.nav-tabs {
    border-bottom: 0px;
}

.lnk-btn {
    border: 0px !important;
}

li.active {
    border-bottom: 3px solid #f75f5f;
}

h6 + * {
    margin-top: 0;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
}

.nav > li > span {
    position: relative;
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

.link-selected {
    font-weight: 600;
    text-decoration: none;
}

.input-group-addon {
    background-color: #3398e0;
    border: 1px solid #3398e0;
    cursor: pointer;
}

.div-packageselection {
    border-right: 1px solid #eee;
    margin-top: -20px !important;
    height: 325px;
    overflow-y: auto;
}

.div-calendar {
    overflow-y: auto;
    overflow-x: hidden;
    height: 402px;
    padding: 0 10px;
}

.custom-date {
    padding: 8px 0px !important;
    height: auto !important;
    border: 0px !important;
}

#div_morn_ts {
    border-left: 3px solid #8bc9ff;
    padding: 5px;
    margin-top: 12px;
}

#div_aftn_ts {
    border-left: 3px solid #ff9393;
    padding: 5px;
    margin-top: 10px;
}

#div_even_ts {
    border-left: 3px solid #8ba3ff;
    padding: 5px;
    margin-top: 10px;
}

.custom-date-selected {
    background-color: #3398e0;
    color: #ffffff !important;
}

::-webkit-scrollbar {
    width: 8px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background: #e5e5e5;
}

::-webkit-scrollbar-track {
    background: #f5f5f5;
}

.custom-date {
    margin-left: 3px;
    margin-bottom: 3px;
    color: #474747;
    font-size: 13px;
}

.custom-time-selected {
    border-bottom: 3px solid #3398e0;
}

.bg-color-white {
    border-radius: 10px;
    box-shadow: 4px 4px 5px #dedcdc;
}

.custom-date:hover, .search-test:hover, .pad-time:hover {
    background-color: #d9efff;
}
