/* Responsive */
@media ( max-width: 35em) {
    .table-header {
        margin: 2px !important;
        float: left;
    }

    .number-col {
        text-align: left;
    }

    .ui-column-title {
        font-weight: bold;
    }

    div.label label {
        text-align: left !important;
        float: left !important;
    }
}

.nav-button {
    width: 100px !important;
    font-size: .8rem;
    font-weight: bold;
    float: right;
    margin-top: 7px;
    margin-bottom: 2px;
}

.action-button {
    width: 100px !important;
    font-weight: bold;
    float: right;
}

h3 {
    margin-bottom: 0px;
    color: #01579b;
}

.logo:before {
    content: ' ';
    display: inline-block;
    vertical-align: bottom;
    height: 55px;
}

.logos {
    padding: 5px;
    margin-top: 30px;
    margin-left: 15px;
    font-size: 1em !important;
    margin-right: 15px;
    background: #445f7a;
    color: white !important;
    text-align: center;
    width: 100%;
}

.logos .text {
    margin-top: -20px;
}

.logos a {
    color: lightyellow;
    text-decoration: none;
}

.logos a:hover {
    color: yellow;
    text-decoration: underline;
    font-size: 1em !important;
}

.about-text a {
    color: #0277bd;
    text-decoration: none;
}

.about-text ul {
    list-style: none;
}

.about-text li:before {
    content: "➜ ";
    padding-right: 5px;
    font-weight: bold;
    color: #01579b;
}

.about-text-desc p {
    margin-bottom: 1px;
}

.button-text {
    color: #01579b;
}

.body-format {
    font-family: "latoregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: .8rem;
}

.bhsai-logo {
    font-size: 3rem;
    color: #0277bd;
    text-decoration: none;
}

.bhsai-logo a {
    color: #0277bd;
    text-decoration: none;
}

.bhsai-copyright {
    color: #0277bd;
    text-decoration: none;
}

.db-subtitle {
    font-size: 1.1rem;
    margin-right: 3px;
    color: #0277bd;
    text-decoration: none;
}

.db-subtitle a {
    color: #0277bd;
    text-decoration: none;
}

.bhsai-subtitle {
    font-size: 1.1rem;
    margin-left: 50px;
    margin-right: 3px;
    color: #0277bd;
    text-decoration: none;
}

.bhsai-subtitle a {
    color: #0277bd;
    text-decoration: none;
}

.ui-growl {
    left: 50%;
    margin-left: -125px;
}

.ui-growl-item-container {
    background: #2399E5;
    border-color: #186ba0;
    opacity: 0.75 !important;
}

.ui-growl-message {
    width: 80% !important;
}

.main-content {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.detail {
    width: 95%;
    padding-left: 25px;
}

.last-input-row {
    margin-bottom: 7px;
}

.ui-autocomplete-input-token {
    width: 100%;
}

.ui-autocomplete-input-token input {
    width: 100% !important;
}

.ui-autocomplete-emptyMessage {
    font-style: italic;
}

.ui-autocomplete-multiple-container {
    width: 100% !important;
}

.drug-input .ui-autocomplete-multiple-container {

}

.adrs-input .ui-autocomplete-multiple-container {

}

label span {
    align-items: center;
    margin-top: 5px;
    margin-right: 10px;
    text-align: right;
    float: right;
}

.number-col {
    text-align: right;
}

.table-header {
    margin: 5px;
    float: left;
}

.ui-datatable th.ui-state-default {
    background: #ebedf0 !important;
    border-color: #d9d9d9 !important;
}

.ui-datatable th.ui-state-active {
    background: #186ba0 !important;
    border-color: #d9d9d9 !important;
}

.ui-datatable th.ui-state-hover {
    background: #d3d5d8 !important;
    border-color: #d9d9d9 !important;
}

body .ui-panelgrid .ui-panelgrid-cell {
    padding: 4px 10px;
}

body .ui-datatable .ui-paginator {
    padding: 2px;
}

body .ui-button {
    margin-right: .1em;
}