﻿.app-header.navbar .navbar-brand {
    width: 240px;
    font-size: 14px;
    padding: 15px 10px;
    background-color: #b4e0fa;
    color: #000000;
}
.reader-form-body {
    display: none;
}
.app-header.navbar .navbar-brand img{
    height: 30px;
    width: 30px;
    position: absolute;
    left: 10px;
}
.app-header.navbar .navbar-brand span{
    position: absolute;
    top: 4px;
    left: 43px;
}
.app-body .sidebar {
    background-color: #FFFFFF;
}

.app-body .sidebar .nav .nav-item a.nav-link {
    font-family: Neue Helvetica Medium, Arial, sans-serif;
    color: #212b36;
    font-size: 14px;
    padding-top: 5px;
    border-radius: 4px;
    height: 32px;
}

.app-body .sidebar .nav .nav-item.nav-dropdown.open .nav-item a.nav-link {
    font-family: Neue Helvetica Regular, Arial, sans-serif;
    color: #637381;
}
.app-body .sidebar .nav .nav-item.nav-dropdown.open .nav-item.open a.nav-link.active {
    font-family: Neue Helvetica Bold, Arial, sans-serif;
}

.app-body .sidebar .nav .nav-item.nav-dropdown.open .nav-item.open a.nav-link {
    color: #212b36;
}

.nav-item.nav-dropdown.open ul {
    width: 180px;
    margin-left: 35px;
}
.nav-item.nav-dropdown.open ul li a {
    padding-left: 10px;
}
.app-body .sidebar .nav .nav-item a.nav-link {
    font-family: Neue Helvetica Medium, Arial, sans-serif;
    font-size: 14px;
    color: #212b36;
}

.app-body .sidebar .nav a.nav-link.switch-link.active,
.app-body .sidebar .nav a.nav-link.home.active {
    font-family: Neue Helvetica Bold, Arial, sans-serif !important;
    font-weight: bold;
    background-color: rgba(0, 122, 206, 0.12);
}

.app-body .sidebar .nav .nav-item form a.dropdown-item {
    font-family: Neue Helvetica Medium, Arial, sans-serif;
    font-size: 14px;
    color: #212b36;
    padding-left: 25px;
}

/*.sidebar .nav-link.active,
.sidebar .navbar .active.dropdown-toggle,
.navbar .sidebar .active.dropdown-toggle {
    background-color: #87B4DE;
}*/



h2 {
    margin-top: 10px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
    )
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

@media (max-width: 480px) {
    .input-group-addon {
        width: 100%;
        box-sizing: content-box;
        white-space: pre-line;
    }
    .input-group-addon.login {
        width: 0;
        box-sizing: border-box;
        white-space: pre-line;
    }
}

.nav-pills .nav-link.active > a {
    color: whitesmoke !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-croshair {
    cursor: crosshair;
}

.cursor-eresize {
    cursor: e-resize;
}

.cursor-move {
    cursor: move;
}

#SearchTypeSelect {
    height: 42px;
    /*box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 0px 1px 0 rgba(0,0,0,.16);*/
}

/*Floating label*/
.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

/* Gobal search filter style*/
.search-filter {
    padding: 10px;
    background-color: #DFE3E8;
    border-radius: 5px;
    margin-right: 5px;
    margin-top:10px;
    margin-bottom:10px;
}

    .search-filter .search_type {
        padding-right:5px;
        font-weight:normal;
    }

    .search-filter .search_content {
        font-weight: bold;
        padding-right:5px;
    }

.close-all-filters {
    padding: 10px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor:pointer;
}

.clear-all-filter-text {
    color: lightgray;
    padding-left: 10px;
}

.filter-close-icon {
    cursor: pointer;
}
/* Gobal order payment status style*/
.order_payment_status_not_paid {
    color: #e61300;
}

.order_payment_status_partialy_paid {
    color: #ffb700;
}

.order_payment_status_paid {
    color: #212b36;
}

.nav-search-icon {
    margin-top: 5px;
    margin-left: 5px;
    width: 24px;
    height: 24px;
}

.dropdown-toggle {
    border-radius: 50%;
}

.dropdown-toggle:hover, .dropdown-toggle:focus, .dropdown-toggle:active {
    border: 1px solid #b4e0fa !important;
}

.user-name {
    font-size: 14px;
    color: rgba(0,0,0,0.75);
}
.patient-basic-section div.row:nth-child(7) {
    margin-bottom: 25px;
    height: 25px;
}
.termsOfService-prod{
    font-size: 12px;
    margin-top: 115px
}
.termsOfService-staging{
    font-size: 12px;
    margin-top: 83px
}
.termsOfService-mobile {
    font-size: 12px;
    margin-top: 20px;
    margin-left: 20%;
    display: none;
}
.termsOfService-prod a, 
.termsOfService-staging a,
.termsOfService-mobile a  {
    color: #ccc;
}
.termsOfService-prod a:hover, 
.termsOfService-staging a:hover {
    color: #fff;
}
.termsOfService-mobile a:hover {
    color: inherit;
}
@media (max-width: 768px){
    .termsOfService-mobile {
        display: block;
    }
}
@media (max-width: 375px){
    .termsOfService-mobile {
        display: block;
        margin-left: 9%;
    }
}
.section-page-title {
    margin-left: -24px !important;
}

.section-page-header {
    margin-bottom: 26px;
}
.section-page-title {
    height: 42px;
}

.section-page-title h1 {
    margin-left: 5px;
    font-size: 42px;
    font-family: Neue Helvetica Medium, Arial, sans-serif;
    margin-bottom: 0;
    height: 53px;
}

.section-action-button {
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-left: -19%;
}

.section-action-button button {
    font-family: Neue Helvetica Regular, Arial, sans-serif;
    background-color: #084e8a;
    color: #ffffff;
    border: 1px solid #084e8a;
    border-radius: 3px;
    width: 138px;
    height: 36px;
    font-size: 14px !important;
}

.switch.switch-text .switch-label {
    width: 35px;
    height: 21px;
    background-color: #d9d9d9;
    border: none;
}

.switch.switch-text .switch-input:checked ~ .switch-handle {
    left: 16px;
}

.switch-primary > :checked.switch-input ~ .switch-label {
    background: #4cd964 !important;
    border: 1px solid #4cd964;
}

.switch.switch-text .switch-handle {
    width: 18px;
    height: 18px;
    margin-top: -1px;
    box-shadow: 0px 3px 1px rgba(0,0,0,0.05), 0px 2px 2px rgba(0,0,0,0.1), 0px 3px 3px rgba(0,0,0,0.05);
}

.switch-primary > :checked.switch-input ~ .switch-label {
    background: #4cd964 !important;
    border: 1px solid #4cd964;
}

.section-action-button button:hover,
.section-action-button button:focus,
.section-action-button button:active {
    background-color: #007ace;
    border: 1px solid #007ace;
}

#userInitialsHeader {
    background-color: #003bd1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding-top: 4px;
}

#searchSpinnerHeader,
#userAvatarHeader,
#userInitialsHeader {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 15px;
}

#searchSpinnerHeader,
#userAvatarHeader {
    display: none;
}

#dropdownMenu1 {
    display: flex;
    align-items: center;
}