﻿
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    max-width: 603px;
}
#schBtnText{
    display: block;
     float: right; 
     padding: 0px; 
     width: auto;
}
#addonButton {
    width: 110px
}
@media (max-width: 780px) {
    .col-custom {
        flex: 0 0 33%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .col-custom {
        flex: 0 0 30%;
        max-width: 100%;
    }
}
@media (max-width:500px) {
    #addonButton {
        width: auto
    }
    .top_bar_title {
        width: 8.5em !important;
    }
    .top_bar_title_intake {
        width: 10.3em !important
    }
    .top_bar button {
        width: auto;
        font-weight: 400;
        margin: unset;
        padding: 0 2px;
        border: 1px solid #fff;
    }
    hospital_page.btn-ehrpull {
        padding: 0;
        width: auto;
    }
    #schBtnText {
        display: none;
    }
}
@media only screen and (max-width: 600px) and (min-width:500px) {
    #addonButton {
        width: auto
    }
    .top_content h2 {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 9em !important
    }

    .top_bar_title {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 16.5em !important;
        font-size: 12px !important;
    }
    .top_bar button {
        width: auto;
        font-weight: 400;
        margin: unset;
        padding: 0 2px;
        border: 1px solid #fff;
    }
    .top_bar_title_intake {
        width: 12.0em !important
    }

    #schBtnText {
        display: none
    }

    #loginForm {
        margin-top: 0px
    }

    .row_icon .img-circle {
        width: 4em;
        height: auto;
    }
}