@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.otf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-Bold.eot');
    src: url('../fonts/SourceSansPro-Bold.otf.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-BoldIt.eot');
    src: url('../fonts/SourceSansPro-BoldIt.otf.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-It.eot');
    src: url('../fonts/SourceSansPro-It.otf.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-Light.eot');
    src: url('../fonts/SourceSansPro-Light.otf.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/SourceSansPro-LightIt.eot');
    src: url('../fonts/SourceSansPro-LightIt.otf.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}


html {
    font-size: 100%;
    padding:0;
    -webkit-user-select: none;
}
body {
    line-height: 1;
    font-family: "Source Sans Pro", 'source_sans_proregular', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    background-color: #FAFAFA;
    margin:0;
    padding-top: 48px;
    width: 100%;
    font-size: 20px;
}

* {
    box-sizing: border-box;
}

:root {
    --primary-color: rgb(0, 174, 239);
    --secondary-color: rgb(237, 33, 124);
    --tertiary-color: rgb(251, 175, 59);
}

.bg-specific-primary{
    background-color: var(--primary-color); /* @primary */
    color: white;
}
.text-specific-primary{
    color: var(--primary-color); /* @primary */
}
.border-specific-primary{
    border-color: var(--primary-color); /* @primary */
}
.bg-specific-secondary{
    background-color: rgb(237, 33, 124);
    color: white;
}
.text-specific-secondary{
    color: rgb(237, 33, 124);
}
.border-specific-secondary{
    border-color: rgb(237, 33, 124);
}
.bg-specific-tertiary{
    background-color: rgb(251, 175, 59);
    color: white;
}
.text-specific-tertiary{
    color: rgb(251, 175, 59);
}
.border-specific-tertiary{
    border-color: rgb(251, 175, 59);
}

.th-page {
    overflow-y: auto;
    background-color: #FAFAFA;
}

.scrollable {
    overflow-y:auto;
}

.scrollable:after, .th-page:after{
    clear: both;
    content: "";
    display: block;
}

.card-container.multi > div.card {
  margin-bottom: 10px;
}

div.card {
    background-color: white;
}
div.card > div.card-content {
    padding: 0px 5px;
}
div.card > div.card-title {
    text-align:left;
    width:100%;
    padding: 15px 10px 10px 10px;
    padding-left: 10px !important;
    background-repeat: no-repeat;
    background-size: 32px;
    color: var(--primary-color); /* @primary */ /* @primary */
    font-size: 1em;
    border-bottom: 1px solid #e0e0e0;
    background-position: 5px;
    min-height: 42px;
    display: table;
    line-height: 10px;
}
div.card > div.card-title.with-subtitle {
    padding: 15px 10px 10px 10px;
    background-position: 5px;
}
div.card > div.card-title > div.title-text-vcentered {
    padding-left: 10px;
    line-height: 20px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
}

div.card-title-img {
    border-radius: 50%;
    background-color: var(--primary-color); /* @primary */ /* @primary */
    width: 40px;
    height: 40px;
    margin-right: 5px;
    float:left;
}

div.card-title-img-exercises {
    border-radius: 50%;
    background-color: var(--primary-color); /* @primary */
    width: 40px;
    height: 40px;
    margin-right: 5px;
    float:left;
}

img.card-title-img {
    border-radius: 50%;
    background-color: var(--primary-color); /* @primary */
    width: 40px;
    height: 40px;
    margin-right: 5px;
    float: left;
}

div.card >  div.card-title > div.button {
    border-radius: 5px;
    text-align: center;
    padding:7px;
    white-space: nowrap;
}


div.card > div.card-title > div.title-text-withsub {
}

div.card > div.card-title div.subtitle-text {
    font-style: italic;
    font-size: 0.8em;
}

div.card > div.card-title-map > div.title-text-vcentered {
    height:42px;
    line-height:42px;
}

div.card > div.card-title-error {
    text-align:left;
    width:100%;
    padding: 3px;
    padding-left: 42px;
    padding-top: 8px;
    background-repeat: no-repeat;
    background-size: 32px;
    color: rgb(91, 155, 211); /* @primary */
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    background-position: 5px 5px;
    min-height: 42px;
}
div.card > div.card-title-map {
    text-align:left;
    width:100%;
    padding: 3px;
    padding-left: 42px;
    background-repeat: no-repeat;
    background-size: 32px;
    color: var(--primary-color); /* @primary */ /* @primary */
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
    background-position: 5px 5px;
    min-height: 42px;
    display: table;
}
div.card > div {
    /*margin-top:8px;*/
}
div.card > div.card-smalltext {
    font-style: italic;
    padding: 0px 10px;
    font-size: 12px;
}

div#main-content {
}

div.card-separator {

    text-indent: 10px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 0.4em;
    margin-left: 0.4em;
    padding:10px;
}

div.card.card-important {
    border: solid 1px rgb(237, 33, 124); /* @secondary */
    padding-bottom: 12px;
}
div.card.card-important > div.card-important-title {
    background-color: rgb(237, 33, 124); /* @secondary */
    color:white;
    text-transform: uppercase;
    margin: -3px -8px 0px -8px;
    padding: 3px;
}

div.card-appointment > .card-title > div.card-title-img {
    background-image: url("../img/home_menu_calendar_nobg.svg");
    background-repeat: no-repeat;
}

div.card.card-appointment > div.card-title-map {
    background-image: url("../img/card_locate.svg");
    border-radius: 50%;
    background-color: rgb(91, 155, 211); /* @primary */
}
div.card.card-appointment > div.card-title-error {
    background-image: url("../img/card_no_generic.svg");
    border-radius: 50%;
    background-color: rgb(91, 155, 211); /* @primary */
}
div.card.card-contact > div.card-title {
    background-image: url("../img/card_contact.svg");
    border-radius: 50%;
    background-color: rgb(91, 155, 211); /* @primary */
}

div.card.empty-card {
    padding: 10%;
    text-align: center;
    background-color: #FAFAFA;
}

div.card-actions {
    font-size : 15px;
    font-weight:500;
    width:100%;
    padding:10px;
    border-top: 1px solid #e0e0e0;
    min-height: 4px;
    color: #888;
}
div.card-actions div.action {
    cursor : pointer;
}

div.card-actions div.action > div.action-label-container {
    display:table;
    margin: auto;
}

div.card-actions div.action > div.action-label-container > div {
    display:table-cell;
    vertical-align: middle;
}
div.card-actions div.action > div.action-label-container > div.action-text {
    padding-left:3px;
}
div.card-actions div.action > div.action-label-container > div.action-icon > img {
    width:20px;
}

div.card-actions div.action-generic-followup {
    /*color: rgb(91, 155, 211); /* @primary */
}
div.card-actions.actions-float > div.action.pull-right {
    margin-left:11px;
    float: right;
}
div.card-actions.actions-1-column {
    text-align:center;
}
div.card-actions.actions-2-columns {
    display: table;
    width:100%;
    white-space: nowrap;
    line-height: 1.5;
}
div.card-actions.actions-2-columns > div.actions-left,
div.card-actions.actions-2-columns > div.actions-right{
    display: table-cell;
}
div.card-actions.actions-2-columns > div.actions-left {
    width:90%;
}
div.card-actions.actions-3-columns {
    text-align:center;
    display:table;
    border-collapse:collapse;
}
div.card-actions.actions-3-columns > div.action {
    display:table-cell;
    padding:3px;
}
div.card-actions.actions-3-columns > div.action:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

img.desaturate{
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}

.text-disabled {
    color: #888
}

.bg-disabled {
    background-color: gray;
}

button#btn-phone img {
    height: 37px;
}

div#menu {
    /*height: calc(100% - 48px);*/
    /*margin-top: 48px;*/
    height:100%;
    width:300px;
    position: absolute;
      top: 0px;
      left: -302px;
    -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
    z-index: 62;
}

div#menu-background {
    opacity: 0.5;
    background-color: grey;
    height:100%;
    width:100%;
    position: absolute;
    z-index: 61;
}

div#menu > div.card {
    width:100%;
    height: 100%;
    text-align: center;
    overflow-y: auto;
}
div#menu > div.card > img {
    margin-top:20px;
    width:130px;
}
div#menu > div.card > div.items-container {
    display: table;
    border-collapse: collapse;
    width:100%;
    text-align: left;
}
div#menu > div.card> div.items-container > div {
    display: table-row;
    border-bottom: 1px solid #ccc;
    height:50px;
    cursor: pointer;
}
div#menu > div.card> div.items-container > div > div {
    display: table-cell;
    vertical-align: middle;
}
div#menu > div.card> div.items-container > div > div:not(.as-icon) {
    text-align: left;
    padding-left:10px
}
div#menu > div.card> div.items-container > div > div.as-icon {
    width: 64px;
    padding-left : 20px;
}
div#menu > div.card> div.items-container > div > div.as-icon > div,
span.as-accueil,
span.as-quit {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: var(--primary-color); /* @primary */
}

/* MENU ICONS */

div#menu > div.card> div.items-container > div > div.as-icon > div.as-forms {
    background-image: url("../img/home_menu_forms_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-docs {
    background-image: url("../img/home_menu_docs_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-pathway {
    background-image: url("../img/home_menu_pathway_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-appointments {
    background-image: url("../img/home_menu_calendar_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-goals {
    background-image: url("../img/home_menu_goals_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-messages {
    background-image: url("../img/home_menu_messages_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-measures {
    background-image: url("../img/home_menu_measures_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-about {
    background-image: url("../img/home_menu_about_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-administrative {
    background-image: url("../img/home_menu_administrative_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-preadmit {
    background-image: url("../img/home_menu_administrative_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-preadmission {
    background-image: url("../img/home_menu_administrative_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-hotelServices {
    background-image: url("../img/home_menu_administrative_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-reports {
    background-image: url("../img/home_menu_reports_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-practitionerAlert {
    background-image: url("../img/home_menu_practitioners-alerts_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-practitionerFollowUp {
    background-image: url("../img/home_menu_practitioners_followup_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-practitionerPatientSearch {
    background-image: url("../img/home_menu_practitioners_patient_search_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-iot {
    background-image: url("../img/home_menu_iot_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-faq {
    background-image: url("../img/home_menu_question_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-education {
    background-image: url("../img/home_menu_education_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-treatment {
    background-image: url("../img/home_menu_treatment_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-diet {
    background-image: url("../img/home_menu_diet_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-myNutrition {
    background-image: url("../img/home_menu_my_nutrition_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-notifications {
    background-image: url("../img/home_menu_notification_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-invoices {
    background-image: url("../img/home_menu_invoices_nobg.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

div#menu > div.card> div.items-container > div > div.as-icon > .side-menu-partner-module img {
    width: 100%;
    padding: 7px;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-public-practitioners {
    background-image: url("../img/home_menu_public_practitioners_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-myTeamCircleCare {
    background-image: url("../img/home_menu_my_team_circle_care_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-public-directions {
    background-image: url("../img/home_menu_public_directions_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-public-events {
    background-image: url("../img/home_menu_public_events_nobg.svg");
    background-repeat: no-repeat;
}
div#menu > div.card> div.items-container > div > div.as-icon > div.as-public-contact {
    background-image: url("../img/home_menu_public_contact_nobg.svg");
    background-repeat: no-repeat;
}

div#menu > div.card> div.items-container > div > div.as-icon > div.as-exercises {
    background-image: url("../img/home_menu_exercises_nobg.svg");
    background-repeat: no-repeat;
}

/* TODO Temp log out */
div#menu > div.card> div.items-container > div > div.as-icon > span.fa-stack {
    font-size: 19px;
    color: var(--primary-color); /* @primary */
}

div#menu div.patient-frame {
    color:white;
    padding: 20px 20px 20px 10px;
    text-align: left;
    margin: 20px 10px 5px 0px;
}

div#menu .patient-frame-name {
    font-size: 1.1em;
}

div#menu .patient-frame-dob {
    font-size: 0.7em;
}

div#main-nav {
    font-size: 22px;
    display:table;
    white-space: nowrap;
    padding:4px 4px 1px 4px;
    border-bottom : 4px solid rgb(15, 117, 188);
    width: 100%;
}
div#main-nav > div {
    padding-left:3px;
    padding-right: 3px;
    min-width: 16px;
    display:table-cell;
    vertical-align: middle;
}
div#main-nav > div#screen-title {
    width:calc(100% - 64px);
    text-align: left;
    padding-left: 15px;
}
div#main-nav > div.as-icon {
    text-align: center;
    width: 64px;
    cursor:pointer;
}
div#main-nav > div.as-icon-qr {
    text-align: center;
    width: 25px;
    cursor:pointer;
}
div#main-nav > div.as-icon-qr > i {
    margin-right: -7px;
}
div#main-nav > div#btn-back{
    width: 20px;
    padding-left: 10px;
    padding-top: 5px;
}
div#main-nav > div#btn-back img{
    height: 25px;
}
div#main-nav > div#btn-menu img{
    height: 11px;
}
div#main-nav > div#btn-help img{
    height: 25px;
}
div#main-nav > div#btn-phone img {
    height: 25px;
}
div#main-nav.navbar-fixed-top {
    padding-right: 0;
    padding-left: 0;
    max-height: 340px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 70;
    top: 0;
}
div#main-nav.navbar {
    min-height: 50px;
}

div.navbar-icon div.img-telephone-not-mobile,
div.navbar-icon div.img-telephone {
    height:40px;
    width:40px;
    background: url("../img/menu_telephone.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

div.main-spinner {
    position: absolute;
    z-index:68;
    padding-top: 10px;
    padding-left: 10px;
    color: var(--primary-color); /* @primary */
}

div.main-nav-loading {
    background-color: white; /*rgb(251, 175, 59); /*@tertiary */
    padding-right: 0;
    padding-left: 0;
    height: 2px;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 71;
    top: 51px;
}

div.main-nav-loading.bar1 {
    animation: md-progress-linear-indeterminate-scale-1 4s infinite,
               md-progress-linear-indeterminate-1 4s infinite;
}
div.forms-timeframe-selector.col-container.row {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

div.form-timeframe.col-6.align-items-center {
    display: flex !important;
    align-items: center !important;
    justify-content: center!important;
}
div.col-container:after {
  content: "";
  display: table;
  clear: both;
}

div.col-12 {
    width: 100%;
    float:left;
}
div.col-11 {
    width:92%;
    float:left;
}
div.col-10 {
    width:83%;
    float:left;
}
div.col-9 {
    width:75%;
    float:left;
}
div.col-8 {
    width:66%;
    float:left;
}
div.col-7 {
    width:58%;
    float:left;
}
div.col-6 {
    width:50%;
    float:left;
}
div.col-5 {
    width:42%;
    float:left;
}
div.col-4 {
    width:33%;
    float:left;
}
div.col-3 {
    width:25%;
    float:left;
}
div.col-2 {
    width:17%;
    float:left;
}
div.col-1 {
    width:8%;
    float:left;
}

.invisible {
    visibility: hidden !important;
}

.invisible.forms-external {
    display: none !important;
}

.clickable {
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.clickable:active {
    outline: none;
    opacity: 0.2;
}


.rotate-left {
    transform: rotate(-90deg);
}
.rotate-right {
    transform: rotate(+90deg);
}
.rotate-180 {
    transform: rotate(+180deg);
}

button {
    font-family: 'source_sans_proregular', Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    font-size: 20px;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#canvas {
  /* position: relative;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: .3s ease all;
  transition: .3s ease all;*/
/*  min-height: calc(100vh - 48px);*/
}

#off-canvas {
    position: absolute;
    width:8vw;
    height:100%;
    z-index: 5;
}

#wrapper.show-nav #menu {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);

}

/* Popup */

div#popup-background, div#popup-backgroundFlash {
    opacity: 0.5;
    background-color: grey;
    height:100%;
    width:100%;
    position: fixed;
    top:0;
    z-index: 95;
}

div#popup {
    background-color: white;
    /*box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);*/
    width:70vw;
    margin-left:15vw;
    position: fixed;
    top:0;
    z-index: 100;
    padding: 5%;
    font-size: 0.9em;
}

div#popup.popup-fullscreen {
    width:90vw;
    height:95vh;
    margin-left:5vw;
}

div#popup-title.popup-error,
span.error-message {
    color: red;
}

div#popup-title {
    color: var(--primary-color); /* @primary */
    padding-bottom:5%;
    text-align: center;
    border-bottom: solid 1px #e0e0e0;
    margin-bottom: 10%;
    width:100%;
    padding-top: 15px;
}

div#popup.popup-fullscreen div#popup-content {
    height:60vh;
}

div#popup-content-flashmessage {
    width:100%;
    text-align: center;
    word-wrap: break-word;
}

div#popup-content {
    width:100%;
    text-align: center;
    word-wrap: break-word;
}

.popup-flash-content{
    overflow: hidden;
}

body.layout-landscape .flash-unit #popup-content-flashmessage,
body.layout-landscape .flash-unit #popup-content{
    padding: 10px;
}

.iframeModeStyle {
    padding: 0;
}

.flash-container {
    position:fixed;
    left: 0;
    top:-200vh;
    height: 100vh;
    display: flex;
    align-items: center; 
}

.flash-unit .popup-flash-content > p{
    padding:20px;
}

.flash-unit{
    display: flex;
    align-items: center;
    width:100vw;
    margin-left: 0px;
    padding-left: 1vw;
    padding-right: 1vw;
    border: 30px solid rgba(0,0,0,0);
    background-clip: padding-box;
    font-size: 16px;
    overflow:auto;
    max-height: 100vh;
}

.flash-unit-content {
    background: white;
    width: 500px;
    max-width: 100%;
    height: fit-content;
    max-height: 540px;
    margin: 0 auto;
    padding: 36px;
    overflow-y: auto;
}

.flash-unit-content #popup-content-flashmessage img {
    max-width: 100%;
    max-height: 100%;
}


div.popup-buttons {
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

div.popup-button.popup-button-error {
    background-color: red;
}

.md-button.md-raised.md-red {
    background-color: red;
    color: white;
}

div.popup-button {
    margin:10px 7%;
    padding:10px 20px;
    background-color: var(--primary-color); /* @primary */ /* @primary */
    color:white;
    min-height:30px;
    /*box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);*/
    display:inline-block;

}

.dt {
    display: table;
    width: 100%;
    height: 100%;
}

.dt-row {
    display: table-row;
}
.dt-cell {
    display: table-cell;
}
.vcenter {
    vertical-align: middle;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

body.layout-portrait .embed-responsive-item {
  position: relative;
  right: 0;
  width: 100%;
  height: 50%;
}

body.layout-landscape .embed-responsive-item {
  position: relative;
  left: 15%
}

.center {
    text-align: center;
}

.clearfix::after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
}

.screen-tall-title {
    font-size: 15px;
    padding-left: 3px !important;
}

.screen-tall-title-qrcode {
    font-size: 12px;
    padding-left: 3px !important;
}

.popup-with-shadow {
    box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7);
    margin-top: 5px;
}

div#popup.practitioner-red-alert-popup {
    background-color: #ffb0ac;
}

div#popup.practitioner-orange-alert-popup {
    background-color: #ffd098;
}

div.change-patient-menu {
    text-align: left;
    font-size: 0.75em;
    padding-left: 10px;
    margin-bottom: 10px;
}

div.change-patient-menu img {
    width: 15px;
    margin-right: 5px;
    margin-bottom: -4px;
}

div.change-patient-menu span:hover {
    text-decoration: underline;
    cursor: pointer;
}

span.translate-transform-uppercase {
    text-transform: uppercase;
}

span.translate-transform-capitalize {
    text-transform: capitalize;
}

.popup-flash-timer-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: none;
    box-shadow: 0 0 0 0 rgb(0 174 239 / 34%);
    border-radius: 50%;
    background-color: #00aeef33;
    cursor: pointer;
    -webkit-animation: pulse 1s infinite ease-out;
    -moz-animation: pulse 1s infinite ease-out;
    -ms-animation: pulse 1s infinite ease-out;
    animation: pulse 1s infinite ease-out;
}



@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 174, 239, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 174, 239, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 174, 239, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 174, 239, 0);}}

.popup-flash-timer {
    align-self: center;
    font-weight: 600;
    font-size: 1.2em;
    color: #00aeef;
}

.popup-buttons-container {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;

}

.popup-buttons-item{
    margin: 17px 0%;
    padding: 10px 20px;
    background-color: var(--primary-color); /* @primary */
    color: white;
    min-height: 30px;
    display: flex;
    justify-content: center;
}

md-menu-item.item-viewmode-switch button.seleted-item-invoices.md-button:not([disabled]).md-focused,
md-menu-item.item-viewmode-switch button.seleted-item-reports.md-button:not([disabled]).md-focused,
.md-button.md-default-theme.md-primary.md-fab,
.md-button.md-primary.md-fab,
.md-button.md-default-theme.md-primary.md-raised,
.md-button.md-primary.md-raised {
    color: white;
}

.autoComplete_wrapper {
    width: 100%;
}

.autoComplete_wrapper input.custom-autocomplete {
    box-sizing: border-box;
    width: 100%!important;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
    border-radius: 0px;
    padding: 0 15px;
    font-size: 14px;
    color: rgba(0,0,0,0.87);
    border: 1px solid;
    border-color: #DBD5D4;
    background-color: white;
    -webkit-appearance: none;
}

.autoComplete_wrapper input.custom-autocomplete::placeholder {
    font-size: 14px;
    color: rgb(128 128 128);
}

.autoComplete_wrapper input.custom-autocomplete:invalid {
    border: red solid 1px;
}

.autoComplete_wrapper>ul {
    margin: 0;
}

.autoComplete_wrapper>ul .autocomplete-item-highlight {
    font-weight: bold;
}

.uppercase {
    text-transform: uppercase;
}

.asterisk:after {
    content: " *";
    font-size: 1em;
    vertical-align: top;
}

label.clickable > i, label.clickable > span {
    pointer-events: none;
}

div#main-nav.hide-main-nav {
    display: none;
}

.footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}