﻿/*Large banner*/

.patientBanner {
    width: 100%;
    height: 90px;
    background-color: #f79239;
    color: #fff;
    margin-right: 5px;
}

    .patientBanner .left {        
        float: left;
        width: 95px;
        height: 85px;
        padding-left: 10px;
        padding-top: 5px;
    }

    .patientBanner .middle {     
        padding-top: 5px;
    }

    .patientBanner .hyperlink {
        font-size: 14px;
        color: inherit;
        text-decoration: underline;
    }

    .patientBanner .patientImage {
        max-width: 80px;
        max-height: 80px;
        width: 100%;
        height: 100%;
        filter: none;
        -webkit-filter: none;
        object-fit: cover;
        border-radius: 50%;
        position: relative;
        z-index: 10;
        box-shadow: 0 0 4px rgba(0,0,0,.28), 0 4px 8px rgba(0,0,0,.28);
    }

    .patientBanner .genderIndicator {
        width: 20px;
        height: 20px;
        border-radius: 50%;        
        bottom: 26px;        
        left: 56px;
        position: relative;
        z-index: 100;
        border: solid 2px #fff;
    }

.edit-patient-banner {
    height: 42px;
    width: 42px;
    margin-bottom: 5px;
}

.edit-alert-banner {
    height: 42px;
    width: 42px;
    margin-bottom: 5px;
}

.edit-notes-banner {
    height: 42px;
    width: 42px;
    margin-bottom: 5px;
}

.edit-attachments-banner {
    height: 42px;
    width: 42px;
    margin-bottom: 5px;
}

.edit-extra-banner {
    height: 42px;
    width: 42px;
    margin-bottom: 5px;
}

/*#patientBannerDetailSection {
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.2);
}*/


/*Mini Banner*/

.patientBannerMini {
    display: table;
    width: 100%;
    height: 70px;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}

    .patientBannerMini .patientImage {
        width: 100%;
        height: 100%;
        filter: none;
        -webkit-filter: none;
        object-fit: cover;
        border-radius: 50%;
        z-index: 10;
        color: #fff;
        /*background-color: grey;*/
        text-align: center;
        line-height: 70px;
        font-size: 22px;
        font-weight: 300;
        float: left;
        width: 5px;
        height: 70px;
        width: 70px;
        box-shadow: 0 0 4px rgba(0,0,0,.28), 0 4px 8px rgba(0,0,0,.28);
    }

    .patientBannerMini .genderIndicator {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        top: 52px;
        left: 52px;
        position: relative;
        z-index: 100;
        border: solid 2px #fff;
    }

    .patientBannerMini .left {
        display: table-cell;
        vertical-align: middle;
        width: 80px;              
    }    

    .patientBannerMini .middle {
        display: table-cell;
        vertical-align: middle;
        padding: 0 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .patientBannerMini .right {
        display: table-cell;
        width: 180px;
        vertical-align: middle;
    }

    .patientBannerMini .rightClosePatient {
        display: table-cell;
        width: 42px;
        vertical-align: middle;
    }

.patientBannerButton {
    width: 42px;
    height: 42px;
    line-height: 45px !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 19px !important;
    display: inline-block;
    border-radius: 50% !important;
}

.alertBannerCloseButton {
    width: 27px;
    height: 27px;
    line-height: 27px !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 19px !important;
    display: inline-block;
}

.patientBannerCircleButton {
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 19px !important;
    display: inline-block;
    border-radius: 50%;
}

.alertCount-badge {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: dodgerblue;
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 5px;
    margin-left: 27px;
}

/* Patient Detail slide out */

.sh-patientDetail-slideout {
    z-index: 1400;
    position: fixed;
    top: 0;
    bottom: 0;
    Right: -550px;
    width: 500px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: -30px 0px 30px -30px rgba(0,0,0,0.2);
    box-shadow: -30px 0px 30px -30px rgba(0,0,0,0.2);
}

.sh-pdfViewer .content {
    position: absolute;
    top: 50px;
    bottom: 0;
    padding: 5px;
}

.sh-pdfViewer-slideout .content .title {
    margin: 10px 0 10px 8px;
}

@media screen and (min-width : 1025px)  { 
    .patientBanner .middle .iPadLandscapeSize {
        display: inline-block;
    }   
}

@media screen and (max-width : 1024px)  { 
    .patientBanner .middle .iPadLandscapeSize {
        display: none;
    }   
}

@media screen and (min-width : 891px)  { 
    .patientBanner .middle .iPadPortraitSize {
        display: inline;
    }
    .patientBanner .middle .arrowCollapsed {
        right: 230px;
    }
}

@media screen and (max-width : 890px)  { 
    .patientBanner .middle .iPadPortraitSize {
        display: none;
    }
    .patientBanner .middle .arrowCollapsed {
        right: 92px;
    }
}

@media screen and (min-width : 541px)  { 
    .patientBanner .middle .mobileSize {
        display: block;
    }   
}

@media screen and (max-width : 540px)  { 
    .patientBanner .middle .mobileSize {
        display: none;
    }   
}
