﻿html {
    text-size-adjust: none !important;
}

/*common styles*/

.button {
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 13px;
    outline: none;
    display: inline-block;
}

.button:hover {
    cursor: pointer;
}

.button.primary {
    background-color: #428bca;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.button.primary:not(.disabled):hover {
    background-color: #5a97c9;
}

.button.secondary {
    color: #666d78;
    border: 1px solid #ddd;
    background-color: #f2f2f2;
    box-shadow: none;
    padding: 9px 15px;
}

.button.secondary:not(.disabled):hover {
    background-color: #f7f7f7;
}

.button.disabled {
    opacity: 0.8;
    cursor: not-allowed;
}
.button:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.floatClear {
    clear: both;
}

.noPadding {
    padding: 0px !important;
}

.fullWidth {
    width: 100%;
}

.errorMessage {
    color: #ff2222;
    margin-bottom: 0px;
    display: none;
    font-size: 14px;
    margin-top: 2px;
}

.errorMessage.showError {
    display: block;
}

.formOptionalLabel, .formLoadingLabel {
    margin-bottom: 0px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 2px;
}

.dropdown.open .caret {
    border-top: none;
    border-bottom: 4px solid #fff;
}

.control-label.text-left {
    text-align: left !important;
}

/*element specific styles*/

body {
    background-color: #fff !important;
}

label {
    font-weight: normal;
}

input[type=checkbox] {
    margin-left: -20px;
    margin-right: 4px;
}

.dropdown-menu input[type=checkbox] {
    margin-left: 0px;
}

.dropdown.open #navbarMenuBtn .caret {
    border-bottom: 4px solid #666d78;
}

#downloadBar {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #6a98dd;
    text-align: center;
    z-index: 3;
}

#downloadBar a {
    font-size: 14px;
    color: #fff;
    line-height: 48px;
    font-weight: 500;
}

#navbar {
    background-color: #fff;
    padding: 10px 30px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 3;
    border-bottom: 1px solid #d6d3d3;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.25);
}

#navbarLogo {
    width: 100px;
    float: left;
    margin-top: 0px;
}

#patientSearchBar {
    width: 400px;
    float: left;
    margin-left: 90px;
    position: relative;
    border-collapse: separate;
}

#patientSearchBarInput {
    width: 210px;
    height: 34px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#patientSearchCriteria {
    display: table-cell;
    padding: 0px;
    height: 34px;
    vertical-align: middle;
}

#patientSearchBarButton{
    border-bottom-width: 1px;
    border-bottom-color:buttonface
}

#navbarRight {
    float: right;
}

#bodyContainer {
    padding-top: 60px;
    height: 100%;
}

.navbarLink {
    margin: 0px 15px;
    padding-bottom: 2px;
}

.navbarLink:hover {
    border-bottom: 1px solid #666d78;
}

.navbarLink a {
    font-weight: normal;
    color: #666D78 !important;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

#navbarMenuBtn {
    color: #666D78 !important;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
}

#navbarMenuContainer {
    padding: 0px;
    font-size: 14px;
    min-width: 160px;
    font-weight: 500;
}

.navbarMenuLink:not(.noBorder) {
    border-bottom: 1px solid #eeeded;
}

.navbarMenuLink {
    color: #666d78;
    padding: 10px 15px;
    display: block;
}

.navbarMenuLink:hover {
    background-color: #fafafa;
}

#navbarHam {
    float: right;
    font-size: 24px;
    padding: 7px 0px;
    cursor: pointer;
    display: none;
}

#navbarMobileMenu {
    margin-top: 10px;
    display: none;
}

#navbarMobileMenu .errorMessage {
    font-size: 13px;
}

.navbarMobileMenuLink a {
    display: block;
    padding: 10px 0px;
    border-top: 1px solid #eeeded;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 13px;
}

#loginContainer {
    display: inline-block;
    margin-left: 15px;
}

#loginFormContainer {
    padding: 15px;
    width: 300px;
}

#loginContainer label {
    margin-bottom: 15px;
}

#loginContainer .form-group {
    margin-bottom: 15px;
}

#loginFormError {
    margin-top: 10px;
}

#mainPanel {
    width: calc(100% - 238px);
    margin-left: 238px;
    padding: 20px;
    background-color: #fff;
}
#mainPanelFull {
    width: 100%;
    margin-left: 238px;
    padding: 0 !important;
}
#footer {
    background-color: #2d2d2d;
    padding: 20px 30px;
    padding-left: 221px;
}

.footerLink a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.footerLink a:hover {
    color: #6a98dd;
}

#rolesModal .modal-body {
    padding: 0px;
}

.rolesImage {
    width: 100%;
    height: 370px;
}

#rolesCarousel .carousel-indicators {
    bottom: 0px !important;
}

#rolesCarousel .carousel-control {
    opacity: 1 !important;
}

#rolesCarousel .carousel-caption {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#rolesCarousel .carousel-control.left, #rolesCarousel .carousel-control.right {
    background-image: none !important;
}

#rolesCarousel .carouselLeftArrow, #rolesCarousel .carouselRightArrow {
    color: #6a98dd;
    position: absolute;
    top: calc(50% - 22px);
    font-size: 45px;
}

#rolesCarousel .carouselLeftArrow {
    left: calc(50% - 8px);
}

#rolesCarousel .carouselRightArrow {
    right: calc(50% - 8px);
}

#noShowRolesContainer {
    margin-bottom: 0px;
    float: left;
}

#noShowRolesContainer label {
    font-weight: 400;
    font-size: 14px;
}

#noShowRoles {
    position: relative;
    top: 2px;
    margin-left: 0px;
}

#toggleSideBar {
    position: fixed;
    left: 240px;
    top: calc(50% - 11px);
    background-color: #d6d3d3;
    color: rgba(0, 0,0, 0.65);
    padding: 5px;
    padding-right: 7px;
    font-size: 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.breadcrumb {
    font-weight: normal;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #eeeded;
}

.breadcrumb a {
    color: rgba(0, 0, 0, 0.65);
}

.breadcrumb a:hover {
    color: #000;
}

.breadcrumb>.active {
    color: #6a98dd;
}

.addRemoveRefillProduct {
    margin-bottom: 20px;
    margin-right: 20px;
}

#refillsTable tbody td {
    vertical-align: middle;
}

.openRefillButton {
    display: block;
    margin: auto;
}

.menuDownArrow {
    position: absolute;
    right: 10px;
    top: 21px;
    font-size: 12px;
}

#sideBar {
    position: fixed;
    width: 240px;
    border-right: 1px solid #d6d3d3;
    height: calc(100% - 55px);
    background-color: #fff;
    overflow-y: auto;
    z-index: 1;
}

#sideBar li a {
    color: rgba(0, 0,0, 0.65) !important;
}

#sideBar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#sideBar::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#sideBar::-webkit-scrollbar-thumb
{
	background-color: #a4a4a4;
}

.sideBarLink a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d6d3d3;
    color: rgba(0, 0,0, 0.65);
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
}

.sideBarLink a:hover {
    background-color: #f2f2f2;
}

.sideBarLink a i {
    margin-right: 10px;
}

#sideBar ul {
    list-style-type: none;
}

#sideBar li span {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #d6d3d3;
    display: block;
    color: rgba(0, 0,0, 0.65);
    text-align: left;
    padding-left: 40px;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

#sideBar .menuSubmenu li span {
    font-size: 12px;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
} 

#sideBar .menuSubmenu li span.menuSubmenuHeader {
    font-weight: bold;
    text-transform: uppercase;
    cursor: default;
}

#sideBar .menuSubmenu li span.menuSubmenuHeader:hover {
    background-color: #f2f2f2;
}

#sideBar li span i:not(.menuDownArrow) {
    position: absolute;
    left: 15px;
    top: 18px;
}

#sideBar li span:hover {
    background-color: #f2f2f2;
}

#sideBar .menuSubmenu li span:hover {
    background-color: #e6e6e6;
}

#sideBar ul {
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.menuSubmenu {
    background-color: #f2f2f2;
    display: none;
    border-bottom: 1px solid #d6d3d3;
}

.labSelectLink {
    color: #6a98dd;
    text-decoration: underline;
    cursor: pointer;
}

html, body {
    min-width: 1100px;
}

.pointerCursor {
    cursor: pointer;
}

.hfreg {
    margin-top: 10px;
    text-align:center;
    border-bottom: 1px solid transparent;
}

@media only screen and (max-width:1380px) {
    #patientSearchBar{        
    width: 200px;
    float: left;
    margin-left: 20px
}
}

@media only screen and (max-width:1100px) {
    #navbarSearchContainer {
       width: 160px;
    }
}

@media only screen and (max-width:600px) {
    .navbarLink {
        display: none;
    }
    #nikshayHomepageInnerContainer .navbarLink {
        display: block;
    }
    #navbarSearchContainer {
        width: 320px;
    }
}

.radio {    
    display: table;
}