﻿/* Put css styles for home view here */
.home-view p {
	padding: 5px;
}

.userWelcomeText{
    padding: 15px;
    font-size: 2.5em;
    font-weight: 300;    
}

.patientDetailBanner {    
    width: 535px; color: #fff; cursor: pointer; opacity: 1;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -ms-transition: opacity 150ms;
    transition: opacity 150ms;
}

/*.patientDetailBanner.loaded {
    opacity: 1;
}*/

.patientDetailBanner:active {
    opacity: 0.5; 
}

.my-appointments .myAppointmentsText {
    padding-bottom: 10px;
}

.cards-layout-box {
    position: absolute; 
    top: 120px; 
    bottom: 0; 
    left: 0px; 
    height: auto;
    width: 470px;
}

.scheduler-layout-box {
    position: absolute; 
    top: 120px; 
    bottom: 0px; 
    left: 460px; 
    right: 340px; 
    height: auto; 
    background-color: #fff; 
    box-shadow: 0px 2px 5px 0px lightgray; 
    padding: 15px;
}

.clinics-layout-box {
    background-color: #fff; 
    box-shadow: 0px 2px 5px 0px lightgray; 
    position: absolute; 
    top: 120px;
    bottom: 0;
    right: 20px; 
    height: auto; 
    width: 310px; 
}

.noBookingsCover {
    position: absolute;
    top: 120px;
    left: 20px;
    right: 340px;
    bottom: 0;
    background-color: #fff;    
    z-index: 10;
}

@media screen and (max-width:950px) {
    .cards-layout-box {
        display: none;
    }
    .scheduler-layout-box {
        left: 20px;
        right: 20px;
    }
    .clinics-layout-box {
        display: none;
    }    
}
@media screen and (max-width:1500px) {
    .scheduler-layout-box {
        right: 20px;
    }

    .noBookingsCover {
        right: 20px;
    }

    .clinics-layout-box {
        display: none;
    }    
}

.next-patient-card {
    background-color: #fff; height: 340px; margin: 0 15px 10px 15px; padding: 15px; position: relative; box-shadow: 0px 2px 5px 0px lightgray;
}