﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #36454F;
}
a:hover {
  color: rgb(65, 143, 222);
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
    overflow-x: hidden;
  }
}

.page-content {
    background-color: #fff;
    padding: 1rem;
    margin-top: 20px;
}
.page-title {
    font-size: 0.9rem;
    position: relative;
    background-color: #1F386B;
    color: #fff;
    margin-left: -16px;
    margin-bottom: 0.5rem;
    padding: 0.2rem 1rem;
    display: inline-block;
}

.form-control {
    border-radius: 25px!important;
}

    .form-control:read-only {
        background-color: #fff!important;
        opacity: 0.8;
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background: #f5f5f5 !important;
    font-family: "Open Sans", sans-serif;
    max-width: 100%;
    overflow-x: hidden;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.ASSMBLogoMain {
    width: 158px;
    padding: 5px;
    margin-left: -6px;
}

@media screen and (max-width: 1000px) {
    .ASSMBLogoMain {
        display: none;
    }
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgb(65, 143, 222);
}

.nav-link {
    margin-right: 60px;
    margin-left: 10px;
}

@media screen and (max-width: 1300px) {
    .nav-link {
        margin-right: 10px;
    }
}

.fa-2x {
    font-size: 1.5em !important;
}

.nav-item {
    font-size: 14px;
    text-align: center;
}

.dropdown-toggle {
    color: black;
    font-size: 14.5px;
    text-decoration: none !important;
}

@media screen and (max-width: 700px) {
    .dropdown-toggle {
        color: black;
        font-size: 14.5px;
        text-decoration: none !important;
        margin-left: 204px;
    }
}


.showCard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    -moz-box-shadow: 0 0 2px #C8C8C8;
    -webkit-box-shadow: 0 0 2px #C8C8C8;
    box-shadow: 0 0 2px #C8C8C8;
    height: 860px;
    width: 100%;
    margin-right: 20px;
}

@media screen and (max-width: 1300px) {
    .showCard {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: none !important;
        -moz-box-shadow: 0 0 2px #C8C8C8;
        -webkit-box-shadow: 0 0 2px #C8C8C8;
        box-shadow: 0 0 2px #C8C8C8;
        height: auto;
        width: 100%;
        margin-right: 20px;
    }
}

.showSmallerCard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    -moz-box-shadow: 0 0 2px #C8C8C8;
    -webkit-box-shadow: 0 0 2px #C8C8C8;
    box-shadow: 0 0 2px #C8C8C8;
    height: auto;
    width: 100%;
    padding-bottom: 20px;
}

.leftLabelText {
    padding: 20px 20px 0 20px;
    color: #36454F;
}

.rightLabelText {
    padding: 20px;
    color: black;
    font-size: 14px;
}

#labelTextLeft {
    float: left;
    width: 60%
}

#showNoAppImage img {
    width: 105px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#showNoResultsImage img {
    width: 65px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#noResultsImage img {
    width: 65px;
    position: absolute;
    top: 155px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#showNoSharingsImage img {
    width: 75px;
    position: absolute;
    top: 155px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#showNoReceiptsImage img {
    width: 69px;
    position: absolute;
    top: 155px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#centerLabelText {
    text-align: center;
    padding: 45px 0 10px 0;
}

.centerLabelText {
    color: rgb(65, 143, 222);
}

.lowerCenterLabelText {
    color: rgba(0,0,0,.5);
    font-size: 12px;
}

.book-btn {
    background: #f16e00;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 60%;
    border: none !important;
}

.book-btn:hover {
    background: #cc5d01;
    color: #fff;
}

#showHomeImage {
    width: 350px;
    margin-top: 8px;
    margin-left: -4px;
}

@media screen and (max-width: 1200px) {
    #showHomeImage {
        width: 288px;
        margin-top: 8px;
        margin-left: -4px;
    }
}

@media screen and (max-width: 1000px) {
    #showHomeImage {
        width: 206px;
        margin-top: 8px;
        margin-left: -4px;
    }
}

@media screen and (max-width: 600px) {
    #showHomeImage {
        width: 206px;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

#signInText {
    font-size: 21px;
    color: rgb(65, 143, 222);
}

.logInlabelText {
    margin-left: 160px;
    margin-bottom: .4rem !important;
    color: rgb(65, 143, 222);
    font-size: 14px;
}

@media screen and (max-width: 1200px) {
    .logInlabelText {
        margin-left: 118px;
        margin-bottom: .4rem !important;
        color: rgb(65, 143, 222);
        font-size: 14px;
    }
}

input[type=text], input[type=password], input[type=date] {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
    border-radius: 25px;
    height: 34px;
}

input[type=submit] {
    border: none !important;
}

.recoverText {
    margin-left: 160px;
    margin-bottom: .4rem !important;
    color: black;
    font-size: 12px;
}

@media screen and (max-width: 1200px) {
    .recoverText {
        margin-left: 118px;
        margin-bottom: .4rem !important;
        color: black;
        font-size: 12px;
    }
}

.login-btn {
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 50%;
}

.login-btn:hover {
    background: #166ab5;
    color: #fff;
}

.signUpLabelText {
    margin-left: 35px;
    margin-bottom: .4rem !important;
    color: #36454F;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    border-color: rgb(65, 143, 222);
}

.topNav {
    overflow: hidden;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    height: 77px;
    width: 100%;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.ASSMBLogo {
    width: 164px;
    padding: 15px 0 15px 15px;
}

.signUpLogo {
    width: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 600px) {
    #signUpLogo {
        margin-bottom: 130px;
        margin-top: 85px;
    }
}

.signUp-btn {
    background: #E41937;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
}

.signUp-btn:hover {
    background: #C80000;
    color: #fff;
}

.signUpText {
    font-size: 10.8px;
    margin: 0 30px 0 30px;
}

.personalDataText {
    font-size: 13.5px;
    text-align: center;
}

.buttons {
    width: 292px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 7px;
}

.continueButton {
    display: inline-block;
    width: calc(50% - 4px);
    margin: 0 auto;
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
}

.continueButton:hover {
    background: #166ab5;
    color: #fff;
}

.cancelButton {
    display: inline-block;
    width: calc(50% - 4px);
    margin: 0 auto;
    background: hsla(0, 0%, 60%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
    margin-right: 3px;
}

.cancelButton:hover {
    background: #808080;
    color: #fff;
}

.emailText {
    font-size: 15.5px;
    text-align: center;
    color: rgb(171, 174, 173);
}

.custom-select {
    width: 260px;
    border-radius: 25px;
}

.smallSection {
    width: auto;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 60px;
}

.smallLabelText {
    color: rgb(65, 143, 222);
    font-size: 14px;
    width: 280px;
    margin-right: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 770px) {
    .smallLabelText {
        color: rgb(65, 143, 222);
        font-size: 14px;
        width: 185px;
        margin-right: 10px;
        margin-left: 10px;
    }
}

.form-control-select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + -1px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-select:hover {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + -1px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 25px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 1px solid #E41937;
}

.inputLabel {
    margin-left: 15px;
    margin-bottom: .4rem !important;
    margin-top: .4rem !important;
    color: rgb(171, 174, 173);
    font-size: 13.5px;
}
.inputLabel span {
    position: absolute;
    margin-left: 0.1rem;
}

.cardLabelText {
    padding: 0 20px 0 40px;
    color: black;
    font-size: 13px;
    margin-top: -20px;
}

.appLabelText {
    margin-left: 53px;
    margin-bottom: .4rem !important;
    color: rgb(65, 143, 222);
    font-size: 14px;
}

.appCustomSelect {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .4rem !important;
    color: rgb(65, 143, 222);
    font-size: 14px;
}

.continueAppButton {
    display: inline-block;
    width: calc(auto - 8px);
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
    float: right;
}

.continueAppButton:hover {
    opacity: 0.8;
    color: #fff;
}

.searchAppButton {
    display: inline-block;
    width: calc(20% - 4px);
    background: #E41937;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-align: center;
    border: none !important;
    position: absolute;
    padding: 8px 25px;
    margin: 0 auto;
    bottom: 0;
    right: 0;
}

.searchAppButton:hover {
    background: #C80000;
    color: #fff;
}

#appButtons {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.cancelAppButton {
    display: inline-block;
    width: calc(30% - 4px);
    margin: 0 auto;
    background: hsla(0, 0%, 60%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
    position: absolute;
    bottom: 35px;
    left: 36px;
}

.cancelAppButton:hover {
    background: #808080;
    color: #fff;
}

.fa-share-alt:before {
    margin-right: 10px;
    font-size: 1.2em;
    content: "\f1e0";
}

.small-xl pt-3 text-center {
    text-decoration: none;
}

.dropdown-menu {
    top: 60px;
    right: 0px;
    left: unset;
    width: 460px;
    box-shadow: 0px 5px 7px -1px #c1c1c1;
    padding-bottom: 0px;
    padding: 0px;
    font-size: 15px;
}

.dropdown-menu {
    width: 350px;
    height: 300px;
    overflow: auto;
}

.top-text-heading {
    padding: 20px;
    font-size: 14px;
}

.top-text-light {
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    color: black;
}

.icon-box {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f1f3f6 !important;
}

.content-wrap {
    display: inline-block;
}

.physicianName {
    font-size: 18px;
    font-weight: bolder;
    padding-left: 10px;
}

@media screen and (max-width: 880px) {
    .physicianName {
        font-size: 15px;
        font-weight: bolder;
        padding-left: 10px;
    }
}

.availableDate {
    padding-left: 10px;
    font-size: 14px;
}

@media screen and (max-width: 880px) {
    .availableDate {
        padding-left: 10px;
        font-size: 12px;
    }
}

.viewAvailability {
    position: absolute;
    right: 25px;
    bottom: 15px;
    display: inline-block;
    width: calc(23% - 4px);
    margin: 0 auto;
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
}

@media screen and (max-width: 880px) {
    .viewAvailability {
        position: absolute;
        right: 30px;
        bottom: 20px;
        display: inline-block;
        width: calc(40% - 40px);
        margin: 0 auto;
        background: hsla(210.191, 70.4036%, 56.2745%, 1);
        color: #fff;
        border-radius: 50px;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 12px;
        text-align: center;
        border: none !important;
    }
}

#physicianCard {
    overflow-y: scroll;
    height: 355px;
}

@media screen and (max-width: 880px) {
    #physicianCard {
        overflow-y: scroll;
        height: 244px;
    }
}

.appModal {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    padding-top: 30px;
}

.appView {
    padding: 0 18px 10px 33px;
    height: 120px;
}

.smallerLabelText {
    color: rgb(65, 143, 222);
    font-size: 14px;
    width: 227px;
    margin-right: 25px;
    margin-left: 25px;
}

.smallerLabelTextTextArea {
    color: rgb(65, 143, 222);
    font-size: 14px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
}

@media screen and (max-width: 1400px) {
    .smallerLabelTextTextArea {
        color: rgb(65, 143, 222);
        font-size: 14px;
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }
}

.topHeader {
    margin-top: -20px;
}

.createItem {
    font-size: 17px;
}

.noDatapickerimage .ui-datepicker-trigger {
    display: none;
}

.appTopTable {
    font-size: 14px;
    height: 52px;
    text-align: center;
}

.appBottomTable {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.info {
    padding: 20px 40px;
    background: #f1f3f6;
    color: #47536e;
    text-align: center;
    border: 1px solid #fff;
}
.appHistory {
    margin-top: -20px;
    overflow: scroll;
    overflow-x: hidden;
}

h5.title {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.newDocument {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
    position: relative;
}

@media screen and (max-width: 800px) {
    .newDocument {
        display: inline-block;
        width: auto;
        margin: 0 auto;
        background: hsla(210.191, 70.4036%, 56.2745%, 1);
        color: #fff;
        border-radius: 50px;
        padding: 5px 20px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 14px;
        text-align: center;
        border: none !important;
        position: relative;
    }
}

.newDocument:hover {
    background: #166ab5;
    color: #fff;
}

.spaceRow {
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.documents-header {
    margin-top: 43px;
}

h3.titleName {
    margin-left: 23px;
}

.file-drop-area {
    margin-left: 25px;
    margin-top: 30px;
}

label[for=fUpload] {
    background-color: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: white;
    padding: 0.5rem;
    cursor: pointer;
    margin-top: 1rem;
    width: calc(15% - 4px);
    border-radius: 25px;
    text-align: center;
    margin-right: 600px;
    margin-top: -50px;
}

@media screen and (max-width: 700px) {
    #alignBell {
        margin-right: 183px;
    }
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

@media screen and (min-width: 1600px) {
    #rightNavBar {
        margin-right: -170px;
    }
}

@media screen and (max-width: 1000px)  {
    #rightNavBar {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    #rightNavBar {
        display: list-item;
        margin-right: -170px;
    }
}

#codeFormInput .form-control {
    display: block;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    text-align: center;
    font-size: 1.25rem;
    min-width: 0;
    border-radius: 25px;
}

#codeFormInput .form-control:last-child {
    margin-right: 0;
}

.editButton {
    width: calc(11% - 14px);
    margin: 0 auto;
    background: #1F386B;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    text-align: center;
    border: none !important;
}

.editButton:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.85;
}

.shareButton {
    width: calc(11% - 14px);
    margin: 0 auto;
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    text-align: center;
    border: none !important;
}

.shareButton:hover {
    background: #166ab5;
    color: #fff;
}

.passwordShareButton {
    width: calc(11% - 14px);
    margin: 0 auto;
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    text-align: center;
    border: none !important;
}

.passwordShareButton:hover {
    background: #166ab5;
    color: #fff;
}

.deleteButton {
    width: calc(11% - 14px);
    margin: 0 auto;
    background: #dc3545;
    color: #fff;
    border-radius: 50px;
    padding: 5px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 13px;
    text-align: center;
    border: none !important;
}

.deleteButton:hover {
    background: #c82333;
    color: #fff;
}

@media screen and (max-width: 700px) {
    .deleteButton {
        width: calc(11% - 14px);
        margin: 0 auto;
        background: #dc3545;
        color: #fff;
        border-radius: 50px;
        padding: 2px 14px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 11px;
        text-align: center;
        border: none !important;
    }
}

@media screen and (max-width: 1300px) {
    .editButton {
        width: calc(11% - 14px);
        margin: 0 auto;
        color: #fff;
        border-radius: 50px;
        padding: 5px 20px;
        white-space: nowrap;
        transition: 0.3s;
        font-size: 11px;
        text-align: center;
        border: none !important;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 800px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
    }
}

.topInfo {
    margin-top: 40px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    flex: 1;
    justify-content:space-between;
}

.homeHistory {
    margin-top: -10px;
    overflow: scroll;
    font-size: 13px;
    overflow-x: hidden;
}

.showReceiptCard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none !important;
    border-radius: 25px;
    -moz-box-shadow: 0 0 2px #C8C8C8;
    -webkit-box-shadow: 0 0 2px #C8C8C8;
    box-shadow: 0 0 2px #C8C8C8;
    height: 423px;
    width: 100%;
    margin-right: 20px;
}

@media screen and (max-width: 1000px) {
    .showReceiptCard {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: none !important;
        border-radius: 25px;
        -moz-box-shadow: 0 0 2px #C8C8C8;
        -webkit-box-shadow: 0 0 2px #C8C8C8;
        box-shadow: 0 0 2px #C8C8C8;
        height: auto;
        width: 100%;
        margin-right: 20px;
    }
}

.backRightButton {
    display: inline-block;
    width: calc(20% - 4px);
    margin: 0 auto;
    background: hsla(0, 0%, 60%, 1);
    color: #fff;
    border-radius: 50px;
    padding: 8px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
    border: none !important;
    position: absolute;
    bottom: 22px;
    right: 20px;
}

.backRightButton:hover {
    background: #808080;
    color: #fff;
}

.open-close-button {
    border-radius: 25px;
    font-size: 0.9rem;
    min-width: 7rem;
    padding: 0.3rem 1rem;
}
.open-close-button i.fa-lock {
    color: #C80000;
    margin-right: 0.2rem;
}
.open-close-button i.fa-unlock-alt {
    color: #28a745;
    margin-right: 0.2rem;
}


    .list-container {
    display: flex;
    flex-direction: column;
}
    .list-container .list-title {
        display: block;
        text-align: center;
        margin-bottom: 1rem;
    }
        .list-container .list-title::after {
            content: "";
            width: 7rem;
            height: 2px;
            background-color: rgb(65, 143, 222);
            position: relative;
            display: block;
            margin: 0.8rem auto 1rem auto;
        }
    .list-container .list {
        display: flex;
        flex-direction: row;
        flex-wrap:wrap;
        margin-right: -1rem;
        margin-bottom: 2rem;
    }
        .list-container .list .list-item {
            background-color: #fff;
            padding: 2rem;
            margin-right: 1rem;
            width: 31%;
            border-radius: 3px;
            margin-bottom: 1rem;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
            .list-container .list .list-item .list-item-icon {
                width: 3.6rem;
                height: 3.6rem;
                border-radius: 50%;
                background-color: #d7144c;
                display: flex;
            }
            .list-container .list .list-item .list-item-icon img {
                height: 2rem;
                margin: auto;
                margin-top: 0.9rem;
            }
            .list-container .list .list-item.small {
                width: 23%;
                border-radius: 0;
            }
            .list-container .list .list-item .info-column {
                margin-top: 0.5rem;
            }
            .list-container .list .list-item .info-column .info-label {
                font-size: 0.8rem;
            }
            .list-container .list .list-item .info-row {
                display: flex;
                align-items: center;
                margin-bottom: 0.3rem;
            }
            .list-container .list .list-item .info-label {
                font-size: 0.8rem;
                color: rgb(171, 174, 173);
                margin-right: 0.5rem;
            }
            .list-container .list .list-item .info-data {
                word-break: break-word;
                font-size: 1.3rem;
                font-weight: 600;
            }
.actions-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
    .actions-row .editButton {
        width: auto;
        padding: 5px 15px;
        margin-top: 1rem;
    }
    .actions-row .delete-container {
        margin-top: 1rem;
    }
    .actions-row .editButton.icon-btn {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .actions-row .editButton img {
        margin-right: 0.3rem;
        height: 1rem;
    }
    .actions-row .editButton div {
        line-height: 1rem;
    }

/*/Nomenclatures/IndexGestions*/
.single-search-page-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
.page-header-info {
    display: flex;
}
.page-header-info > div {
    flex: 1;
}
.page-header-info h4 {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 500;
}
.table-page-content {
    margin-top: 10px;
    background-color: #fff;
    padding:  0.1rem 1rem 1rem 1rem;
}
.table-responsive.gray-template {
    background-color: transparent;
}
.gray-template thead tr {
    background-color: rgba(0, 0, 0, .05);
}
.gray-template tbody tr {
    margin-top: 1px;
    background-color: #fff!important;
    border-top: 1px solid #C8C8C8;
}
.gray-template tbody tr:first-of-type {
    border-top: none;
}
.gray-template tbody tr:last-of-type {
    border-bottom: 1px solid #C8C8C8;
}
.gray-template tbody tr td {
    border: none;
    background-color: #fff;
    font-size: 0.9rem;
    vertical-align: middle;
}
.gray-template table td {
    padding: 0.5rem 1rem;
}
.gray-template table th {
    padding: 0.5rem 1rem;
    border: none;
    color: #36454F;
    border-bottom: 1px solid #C8C8C8;
}
.active-status {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: flex;
    margin: auto;
}
.active-status img {
    height: 0.8rem;
    margin: auto;
}
.active-status.active-icon {
    background-color: #0ab901;
}
.active-status.inactive-icon {
    background-color: #b90101;
}
@media screen and (max-width: 768px) {
    .single-search-page-header {
        flex-wrap: wrap;
    }
    .filters {
        flex-wrap: wrap;
    }
    .filter-options input {
        flex-grow: 1;
    }
    .search-filters {
        margin: 0.5rem auto;
    }
}



/* Appointments/ConfirmAppointment */
.confirm-appointment {
    display: flex;
    align-items: center;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    border: 1px solid #e5e5e5;
}
    .confirm-appointment .date {
        padding: 0.8rem 0.8rem 0.8rem 1.3rem;
        text-align: right;
    }
        .confirm-appointment .date img {
            height: 2rem;
            margin-bottom: 0.3rem;
        }
        .confirm-appointment .date p {
            margin-bottom: 0;
            font-size: 0.9rem;
        }
            .confirm-appointment .date p:first-of-type {
                font-weight: bold;
            }
            .confirm-appointment .date p:last-of-type {
                color: #808080;
            }
    .confirm-appointment .appointment-info {
        border-left: 1px solid #e5e5e5;
        padding: 0 0.8rem;
        margin: 0.8rem 0;
    }
        .confirm-appointment .appointment-info .app-info-row {
            margin-bottom: 0.8rem;
        }
        .confirm-appointment .appointment-info .app-info-row:last-of-type {
            margin-bottom: 0;
        }
        .confirm-appointment .appointment-info .app-info-row p {
            margin-bottom: 0;
            font-size: 0.9rem;
        }
            .confirm-appointment .appointment-info .app-info-row .app-info-label {
                font-size: 0.8rem;
                color: rgb(65, 143, 222);
            }
.showCard .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 1rem;
}
.section-header div {
    color: rgb(65, 143, 222);
}
.section-header a {
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.5);
}
    .section-header a:hover {
        color: rgb(65, 143, 222);
    }
.app-tile {
    box-shadow: 0 0.15rem 0.65rem rgba(0, 0, 0, .09);
    padding: 1rem;
    margin: 1rem;
    display: flex;
    align-items: center;
}
.app-tile img {
    height: 2.5rem;
    margin-right: 0.5rem;
}
    .app-tile .app-info-column {
        border-left: 1px solid #e5e5e5;
        padding-left: 0.5rem;
    }
    .app-tile .info-box {
        display: flex;
        align-items: center;
    }
    .app-tile .apps-label {
        color: rgb(65, 143, 222);
        font-size: 0.8rem;
        margin-right: 0.3rem;
    }
    .app-tile .apps-info {
        font-size: 0.9rem;
    }

.section-title {
    color: rgb(65, 143, 222);
    padding: 20px;
    font-size: 1.1rem;
}
/* EditReceipt && ReceiptsPtient*/
.visit-info {
    margin: 0 20px;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    justify-content: space-between;
    padding-bottom: 0.7rem;
}
.visit-info .info-row {
    display: flex;
    flex-direction: column;
    padding-right: 1rem;
    margin-bottom: 0.5rem;
}
    .visit-info .info-row .info-label {
        font-weight: bold;
        font-size: 0.8rem;
    }
    .visit-info .info-row .info-data {
        font-size: 0.9rem;
    }
.personal-info {
    margin: 0 20px;
    display: flex;
    padding-bottom: 0.7rem;
}
.personal-info .info-column {
    padding-right: 3rem;
}
    .personal-info .info-column:last-of-type {
        padding-right: 0;
    }
    .personal-info .info-column .info-label {
        font-weight: bold;
        font-size: 0.8rem;
    }
    .personal-info .info-column .info-data {
        font-size: 0.9rem;
    }
#appButtons.relative {
    position: relative;
    text-align: right;
    padding: 20px;
}
    #appButtons.relative a {
        position: relative;
        bottom: auto;
    }

.no-apps {
    width: 70%;
    display: block;
    margin: auto;
}

.table.table-bordered thead th {
    font-weight: 600;
    border-bottom-width: 1px;
    background-color: rgba(65, 143, 222, 0.05);
    font-size: 0.9rem;
}
.table.table-bordered tr td {
    font-size: 0.9rem;
    vertical-align: middle;
}
.container.total-price {
    text-align: right;
    padding-right: 0;
    margin: 1rem 0;
}
.container.total-price div span:first-of-type {
    font-size: 0.9rem;
    min-width: 20rem;
}
.container.total-price div span:last-of-type {
    font-size: 1.1rem;
}
.icon-button img {
    height: 1.2rem;
    margin-right: 0.3rem;
}
.icon-button div {
    display: inline-block;
}

.section-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 25px;
    -moz-box-shadow: 0 0 2px #C8C8C8;
    -webkit-box-shadow: 0 0 2px #C8C8C8;
    box-shadow: 0 0 2px #C8C8C8;
}

@media screen and (max-width: 767px) {
    #appButtons.relative a {
        width: auto;
    }
    .personal-info {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .personal-info .info-column {
        display: flex;
        margin-bottom: 0.2rem;
    }
    .personal-info .info-column .info-label {
        margin-right: 0.3rem;
    }
    .visit-info {
        flex-wrap: wrap;
    }
    .visit-info .info-column {
        width: 50%;
    }
    .visit-info .info-column:nth-last-of-type(odd) {
        padding-right: 0;
    }
    .showCard.responsive-height {
        height: auto;
    }

        .showCard.responsive-height #appButtons {
            position: relative;
        }

            .showCard.responsive-height #appButtons #labelTextLeft {
                float: none !important;
            }

            .showCard.responsive-height #appButtons #labelTextRight {
                float: none !important;
            }

                .showCard.responsive-height #appButtons #labelTextRight .rightLabelText .continueAppButton {
                    width: auto;
                }
}
@media screen and (max-width: 768px) {
    .list-container .list .list-item {
        width: 100%;
    }
    .list-container .list .list-item.small {
        width: auto;
        margin: auto auto 1rem auto;
    }
    .confirm-appointment {
        flex-direction: column;
    }
        .confirm-appointment .date {
            padding: 0.5rem 0.8rem;
            width: 100%;
            text-align: left;
            display: flex;
            align-items: center;
        }
            .confirm-appointment .date img {
                margin-right: 0.5rem;
                height: 2.5rem;
            }
        .confirm-appointment .appointment-info {
            padding: 0.5rem 0.8rem;
            border-top: 1px solid #e5e5e5;
            border-left: 0;
            width: 100%;
            margin: 0;
        }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .responsive-tablet-portrait {
        width: 50% !important;
        max-width: 50%;
    }
    .visit-info {
        flex-wrap: wrap;
    }
    .visit-info .info-column {
        width: 20%;
    }
}
@media (min-width: 769px) and (max-width: 1024px) {
    .list-container .list {
        margin-right: 0;
        justify-content: space-between;
    }
    .list-container .list.small {
        justify-content: flex-start;
    }
    .list-container .list .list-item {
        width: 48%;
        margin-right: 0;
    }
        .list-container .list .list-item.small {
            width: 30%;
            margin-right: 5%;
            margin-bottom: 2rem;
        }
        .list-container .list .list-item.small:nth-child(3n) {
            margin-right: 0;
        }
}
@media screen and (max-width: 1024px) {
    .actions-row {
        justify-content: flex-end;
    }

        .actions-row .editButton {
            margin: 1rem 0 0 1rem;
        }
}

.btn-success:hover {
    color: #fff;
    background-color: hsla(210.191, 70.4036%, 56.2745%, 1);
    border-color: hsla(210.191, 70.4036%, 56.2745%, 1);
}

.btn-success.focus, .btn-success:focus {
    box-shadow: none !important;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.taiat {
    text-decoration: line-through;
}

/* PAGINATION */
.pagination-results {
    margin-top: 1.5rem;
    color: #999;
}

.oa-paginationTable {
    border: none;
    border-collapse: separate;
}

.oa-paginationTable td {
    border: solid 1px #ddd;
    border-right: none;
    background-color: #fff;
}

.oa-paginationTable td:last-child {
    border-right: solid 1px #ddd;
}

.oa-paginationTable tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.oa-paginationTable tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.topHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topPageTitle {
    font-weight: normal;
    font-size: 1.1rem;
}

.addNewButton {
    background-color: #1F386B;
    padding: 6px 25px;
    border-radius: 25px;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff !important;
    border-width: 0;
    font-size: 15px;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
    float: left;
}

.addNewButton:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.85;
}

.printDentalTreatment {
    background-color: #1F386B;
    margin-left: 370px;
    display: inline-block;
    color: #fff;
    border-radius: 50px;
    padding: 6px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 15px;
    text-align: center;
}

.printDentalTreatment:hover {
    opacity: 0.8;
    color: #fff;
}

.saveButton {
    background: hsla(210.191, 70.4036%, 56.2745%, 1);
    padding: 6px 25px;
    border-radius: 25px;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff !important;
    border-width: 0;
    font-size: 15px;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
}

.saveButton:hover {
    opacity: 0.8;
    color: #fff;
}

.detailsButton {
    background-color: #1F386B;
    padding: 0.2em 2rem;
    display: inline-block;
    min-height: 1.4rem;
    border-radius: 25px;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff !important;
    border-width: 0;
    font-size: 0.85rem;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
}

.detailsButton:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.85;
}

#signatureClear {
    background-color: #1F386B;
    padding: 0.2em 2rem;
    display: inline-block;
    min-height: 1.4rem;
    border-radius: 25px;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff !important;
    border-width: 0;
    font-size: 0.85rem;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
    margin-left: 5px;
}

.logoMain {
    height: 56px;
    padding: 5px;
    margin-left: -6px;
}

.greenButton {
    background-color: #4CAF50;
    padding: 0.2rem 0.65rem;
    border-radius: 25px;
    border: none;
    text-transform: none;
    cursor: pointer;
    color: #fff !important;
    border-width: 0;
    font-size: 0.8rem;
    align-items: center;
    text-decoration: none !important;
    transition: 0.3s;
}

    .greenButton:hover {
        background: #46a049;
        color: #fff;
    }

#oa-filterWrapper.search-form-container {
    border-bottom: none;
}

.filters.single {
    background-color: rgba(215, 20, 76, 0.7);
    border-radius: 50px;
    padding: 0.5rem;
    min-width: 60%;
    margin-left: auto;
    flex-grow: unset;
}

.filters.single .search-filters input {
    background-color: #fff;
    border-radius: 25px;
    color: #36454F;
    font-size: 0.8rem;
    font-weight: 500;
}
.filters.single .filter-options input {
    margin-bottom: 0;
    border: none;
    color: #fff;
    padding: 0;
    flex-basis: 80%;
}
input.white-placeholder::placeholder {
    color: rgba(255, 255, 255, 0.7)!important;
    font-size: 0.9rem;  
}
input.white-placeholder {
    border: none;
    margin-right: 1rem;
}
input.white-placeholder:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
input.white-placeholder::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}
.btn.btn-outline-dark {
    border-radius: 25px!important;
}
.filters.single .filter-options input:focus {
    border-color: rgba(255, 255, 255, 0.2);
    outline: 1px solid rgba(255, 255, 255, 0.1);
}
.filters.single .filter-options input::placeholder {
    color: rgba(255, 255, 255, 0.7)!important;
}
    .filters.single .filter-options input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }
    .filters.single .filter-options input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }
    .filters.single .filter-options input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }

.filters {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-grow: 1;
    background-color: rgb(65, 143, 222);
    border-radius: 50px;
    padding: 0.5rem;
    margin: 1rem 0;
    color: #fff;
}

    .filters .filter-options input:focus {
        border-color: rgba(255, 255, 255, 0.2);
        outline: 1px solid rgba(255, 255, 255, 0.1);
    }

    .filters .filter-options input::placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }

.filter-options.multiple {
    justify-content: stretch;
    padding-left: 1rem;
    padding-bottom: 0;
}

.filter-options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    padding: 0.5rem 0;
}

.filter-options.multiple input {
    margin: 0 0 1rem 0;
    flex-grow: 1;
    color: #fff;
}
.filter-options select option {
    padding-bottom: 0;
}

.filter-options input {
    flex-basis: 12%;
    border-left: none;
    border-right: none;
    border-top: none;
    border-width: 1px;
    background-color: transparent;
    border-color: #fff;
    width: auto;
    height: auto;
    border-radius: 0;
    margin-right: 20px;
    margin-left: 22px;
    padding-bottom: 8px;
    margin-bottom: 3px;
    font-size: 14px;
    color: #fff;
}

.search-filters input {
    height: 100%;
    background-color: #fff;
    color: #36454F;
    border: none;
    padding: 0 1rem;
    border-radius: 50px;
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    font-weight: lighter !important;
}

.tabContent {
    padding: 30px;
}

.btn-link {
    font-weight: 400;
    color: #36454F;
    text-decoration: none !important;
}

.accordion {
    width: 100%;
}

.panel-title {
    position: relative;
    margin: 0;
}

.panel-title::after {
    content: "\f107";
    color: #333;
    top: 0;
    right: 0;
    position: absolute;
    font-family: "FontAwesome";
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
    transition: 0.3s;
}

.cardTitle {
    font-weight: bold;
    font-size: 20px;
    color: #5a7dc3;
}

h5 {
    margin-top: .5em;
    margin-bottom: .5rem;
}

.filter-options select {
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: rgba(0, 0, 0, 0.3);
    border-color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
    margin-right: 20px;
    margin-left: 22px;
    padding-bottom: 3px;
    margin-bottom: 3px;
    font-size: 14px;
    color: #fff;
}

.form-control-checkbox {
    height: calc(0.5em + .75rem + 2px);
    width: 30%;
}

.lblText {
    width: 400px;
    line-height: 0;
    text-align: left;
}

.lblText span {
    padding: 0 10px;
    margin: 0 20px;
    background-color: #f5f5f5;
}

.labelText {
    margin-bottom: -30px;
}

/* LAYOUT SIZE */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1800px;
    }
}

.ui-datepicker-trigger {
    display: none;
}

.form-control:read-only {
    background-color:#F8F8F8;
}

.login-container {
    max-width: 1140px !important;
}

.searchResult, .addedElems {
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 2px;
}

.ui-state-active {
    border: 0px !important;
}

.visit-list {
    display: flex;
    flex-wrap: wrap;
}
.SecondaryElem {
    display: flex;
    flex-wrap: wrap;
}
.visit-name-container {
    width: 100%;
    border: 1px dashed #808080;
    margin-top: 10px;
    border-radius: 25px;
    margin: 0 1rem 1rem 0;
    position: relative;
}

.visit-name {
    padding: 11px;
}

.remove-item-icon {
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    border: 1px solid #C8C8C8;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.3rem;
    color: #C8C8C8!important;
}
    .remove-item-icon:hover {
        border: 1px solid #C80000;
        color: #C80000!important;
    }

.removeObj {
    float: right;
    background-image: url('/css/images/remove.png');
    background-size: 25px;
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
}

.officeIcon {
    width: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 3px;
}

@media (min-width: 576px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        width: 1100px;
    }
}

@media (max-width: 576px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        width: 100%;
    }
}

.ui-autocomplete {
    z-index: 9999999 !important;
    min-width: 400px; 
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}

/* IE 6 doesn't support max-height
        * we use height instead, but this forces the menu to always be this tall
        */
* html .ui-autocomplete {
    height: 100px;
}

.table-page-content td {
    border: dashed 1px #ddd;
    border-right: none;
    background-color: #fff;
}

.showPagination {
    border: 1px solid #D3D3D3;
    width: 30px;
    border-style: dashed;
    text-align: center;
    font-size: 12px;
    height: 25px;
    text-decoration: none !important;
}

td.showPagination {
    color: black !important;
}

.table-page-content td:last-child {
    border-right: dashed 1px #ddd;
}

.paragraph {
    font-size: 14px;
    padding-left: 60px;
    padding-right: 55px;
}

.dentalContainer {
    background-color: transparent;
    display: flex;
}

.dentalContainer .fixed {
    background-color: transparent;
    width: 50px;
    text-align: center;
}

.dentalContainer ul {
    padding: 0;
    margin: 0;
    clear: both;
}

.dentalContainer li {
    list-style-type: none;
    list-style-position: outside;
    padding: 10px;
    float: left;
}

.dentalContainer input[type="checkbox"]:not(:checked),
.dentalContainer input[type="checkbox"]:checked {
    position: absolute;
    left: -9999%;
}

.dentalContainer input[type="checkbox"] + label {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: black;
    margin-bottom: 10px;
    border: 1px solid #D3D3D3;
}

.dentalContainer input[type="checkbox"]:checked + label {
    border: 1px solid white;
    color: white;
    background-color: #1F386B;
}

.dentalContainer input[type="checkbox"]:hover + label {
    border: 1px solid black;
    transition: 0.4s;
}

@media print {
    .dentalContainer input[type="checkbox"]:checked + label {
        background-color: #1F386B !important;
        -webkit-print-color-adjust: exact;
    }
}

.cardLabel {
    padding: 20px 10px 10px 20px;
}

.circle-tile {
    margin-bottom: 15px;
    text-align: center;
}

.circle-tile-heading {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    color: #FFFFFF;
    height: 80px;
    margin: 0 auto -40px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}

.circle-tile-heading .fa {
    line-height: 80px;
}

.circle-tile-content {
    padding-top: 50px;
}

.circle-tile-number {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 0 15px;
}

.circle-tile-description {
    text-transform: uppercase;
}

.circle-tile-footer {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.5);
    display: block;
    padding: 5px;
    transition: all 0.3s ease-in-out 0s;
}

.circle-tile-footer:hover {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

.circle-tile-heading.dark-blue:hover {
    background-color: #2E4154;
}

.tile-img {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
}

.dark-blue {
    background-color: #34495E;
}

.dark-gray {
    background-color: #7F8C8D;
}

.text-faded {
    color: #fff;
}

.info {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #d4d9e3;
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.info h2 {
    color: #34495E;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 4px 0 0;
}

.btn-group {
    font-size: 14px;
    padding: 3px 0;
    float: right;
}

.completedIcon {
    width: 40px;
    display: inline-block;
    padding-top: 28px;
    margin-left: 20px;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1rem; 
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.patientLogo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.clearButton {
    background-color: hsla(210.191, 70.4036%, 56.2745%, 1);
    border: none;
    color: white;
    font-size: 15px;
    position: absolute;
    bottom: 6px;
    left: 0;
}

@media (max-width: 1280px) {
    .clearButton {
        background-color: hsla(210.191, 70.4036%, 56.2745%, 1);
        border: none;
        color: white;
        font-size: 15px;
        position: absolute;
        bottom: 6px;
        margin-left: 0;
    }
}

@media (max-width: 791px) {
    .page-header-info h4 {
        display: none;
    }
}