@charset "UTF-8";

@media only screen and (max-width: 575px) {
  html {
    overflow-x: hidden;
    overflow-y: visible;
    height: -webkit-fill-available;
  }

  footer {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  footer p {
    margin: 0px;
    font-size: 13px;
  }

  footer a {
    margin-left: 7px;
  }

  main,
  #app {
    min-height: calc(100vh - 240px);
  }

  body {
    background: #ffffff;
    padding-top: 90px;
  }

  body.template-login {
    overflow: visible;
    overflow-x: hidden;
  }

  body.template-login main,
  body.template-login #app {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    height: auto;
  }

  body.template-login header {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
  }

  .login-module.store-login {
    padding-right: 15px;
    padding-top: 64px;
    padding-bottom: 50px;
    padding-left: 15px;
  }

  header a#logo-main img {
    height: 34px;
  }

  body.template-login header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .login-module h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .login-module.store-login {
    min-height: 100vh;
  }

  .login-module .meta-footer-links {
    bottom: 0px;
    padding: 0 15px 34px;
    z-index: 3;
  }

  .login-module .btn-link,
  .login-module p {
    font-size: 14px;
  }

  .login-module .form-group.submit {
    margin-top: 0px;
  }

  .login-module form .mt-40 {
    margin-top: 30px;
  }

.card .card-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    justify-content: flex-start !important;
    flex-wrap: wrap;
    padding-bottom: 22px;
    font-size: 22px;
}

  .card .card-header .card-actions {
    margin-top: 7px;
    width: 100%;
  }

  .card .card-body {
    padding: 0px;
  }

  footer .justify-content-between {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  footer .justify-content-between .col,
  footer .justify-content-between .col-12,
  footer .justify-content-between .col p,
  footer .justify-content-between .col-12 p {
    min-width: 100%;
    text-align: center !important;
  }

  footer .justify-content-between .col {
    margin-top: 6px;
  }

  header a#logo-main {
    overflow: hidden;
    width: 42px;
  }

  .auth-full {
    float: left;
    position: relative;
    height: calc(100vh - 240px);
    margin-top: 0px;
  }

  body.template-login .login-module form {
    position: relative;
    z-index: 4;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .template-login header a#logo-main {
    width: auto;
  }

  .template-login header a#logo-main {
    width: auto;
  }

  .auth-full.select-area {
    height: auto;
    margin-top: 30px;
  }

  .auth-full.select-area .panel-30 {
    padding: 0px;
  }

  .auth-full.select-area .row > div:last-of-type {
    margin-top: 15px;
  }

  a#burgerMenu {
    display: block;
  }

  header ul.menu {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: #ffffff;
    padding: 30px;
    padding-top: 100px;
    right: 0px;
    transform: translateX(100%);
    opacity: 0;
    margin: 0px !important;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex: 1;
    flex-direction: column;
  }

  header ul.menu.active {
    transform: translateX(0%);
    opacity: 1;
  }

  header ul.menu li {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 13px 0;
    clear: both;
  }

  header ul.menu li.cta {
    position: absolute;
    top: 100px;
  }

  header ul.menu.store-nav {
    padding-top: 165px;
  }

  header ul.menu li.cta {
    margin-top: auto !important;
  }

header ul.menu li a:not(.btn) {
    margin: 0px;
    font-size: 18px;
}

.card .card-header .card-title {
    margin-bottom: 7px;
    font-size: 20px;
    width: 100%;
}

footer .justify-content-between .col-lg-3 {
    margin-bottom: 5px;
}

  .card .card-header .card-actions a.btn {
    margin: 0px;
    font-size: 14px;
    height: 40px;
    padding: 14px 20px;
  }

  .modal {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .modal-dialog .modal-content,
  .modal.show .modal-dialog {
    max-height: 100vh;
    border-radius: 0px;
    width: 100vw;
  }

  .modal-dialog .modal-content .modal-body {
    max-height: calc(100vh - 84px);
    width: 100vw;
  }

  .modal-dialog {
    width: 100vw;
    margin: 0px;
    max-width: none;
    background: #ffffff;
    border-radius: 0px;
  }

  .modal-backdrop {
    background: white;
  }

  .modal {
    align-items: start;
  }

  .modal {
    align-items: start;
  }

  .tabs-top {
    position: relative;
  }

  .tabs-top:before {
    content: "Please scroll right to see more options";
    font-family: "Quicksand";
    font-size: 14px;
    letter-spacing: -0.02em;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    display: block;
    margin-top: -4px;
  }

  .tabs-top:after {
    content: "\F178";
    position: absolute;
    right: 0px;
    top: -7px;
    font-size: 18px;
    font-weight: 400;
  }

  #notificationDisplay {
    right: -60px;
    width: 315px;
  }

  ul.nav-tabs {
    white-space: nowrap;
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow-x: scroll;
    position: relative;
    border: none;
  }

  ul.nav-tabs li a:after {
    height: 3px;
    background: rgba(153, 158, 161, 0.42);
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    content: "";
  }

  .work-panel .mobile-buttons > .col {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
  }

  .work-panel .mobile-buttons {
    margin-bottom: -15px;
  }

  .work-panel .mobile-buttons .btn {
    width: 100%;
  }

  .breadcrumb .breadcrumb-item {
    padding-left: 0px;
    padding-right: 10px;
  }

.breadcrumb {
    margin-top: 6px;
    margin-bottom: 6px;
    display: none;
}

  .modal-dialog .modal-content .modal-body .card-body .work-panel .bookings .col {
    min-width: 100%;
    max-width: 100%;
  }

  .notification-outer .notification {
    flex-wrap: wrap;
  }

  .notification-outer .notification .content {
    width: 100%;
    padding-right: 0px;
    padding-top: 4px;
  }

  .notification-outer .notification .btn {
    margin-top: 24px;
  }

  .notification-outer .notification {
    flex-wrap: wrap;
    align-items: start !important;
  }

  .selectize-control .selectize-input input {
    width: initial !important;
    displaY: none !important;
  }

  div.dataTables_wrapper div.dataTables_info {
    width: 100%;
  }

  #app .dataTables_wrapper .dataTables_paginate {
    float: right;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .ui-widget.ui-widget-content {
    max-width: calc(100vw - 30px);
  }

  .full-width-mobile > .col {
    min-width: 100%;
  }

  .col.profile-day-rates {
    min-width: 100%;
    flex-grow: 0;
  }

  .request-available .send-to .icon {
    width: 45px;
    height: 45px;
  }

  .request-available .send-to {
    padding-left: 99px;
  }

  .request-available .send-to h3 {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .request-available .send-to b {
    margin-bottom: 5px;
  }

  .request-available .col-12:nth-of-type(2) {
    order: 3;
  }

  .request-available .col-12:nth-of-type(3) {
    order: 2;
  }

  .request-available .col-12:nth-of-type(4) {
    order: 4;
  }

  .request-available .col-12 {
    width: 100%;
    min-width: 100%;
  }

  #workSchedule .col-xl-12 {
    max-width: 100%;
  }

  header ul.menu li.has-dropdown > a {
    display: none;
  }

  header ul.menu li .dropdown-menu {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0px;
    box-shadow: none;
    background: none;
    width: 100%;
    z-index: 2;
  }

  header ul.menu li .dropdown-menu a.dropdown-item {
    font-family: "Wes FY";
    color: #1e2d35;
    -webkit-text-stroke: #1e2d35;
    -webkit-text-stroke-width: 0.5px;
    margin: 0px;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 13px;
    letter-spacing: 0.02em;
  }

  header ul.menu li .dropdown-menu a.dropdown-item:last-of-type {
    margin: 0px !important;
  }

  .login-module .align-items-center {
    min-height: 426px;
  }

  .login-module {
    min-height: 100vh;
    z-index: 99;
  }

  .login-module form {
    max-width: 320px;
  }

  .login-module .meta-footer-links p:nth-of-type(2) {
    display: none;
  }

  .unlimited-access ul.styled-checkboxes li {
    margin-bottom: 15px;
  }

  .unlimited-access ul.styled-checkboxes {
    margin-bottom: 25px;
  }

  .template-register .card {
    padding-left: 15px;
    padding-right: 15px;
  }

.unlimited-access .price {
    width: 100% !important;
    height: auto;
    padding: 17px 26px;
    border-radius: 25px;
    font-size: 20px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    display: block !important;
}

.unlimited-access .price strong:before {
    height: 120%;
    width: 100%;
    left: 0px;
    top: -10%;
}

.unlimited-access .price strong {
    float: none;
    margin-top: 5px;
    margin-bottom: 0px;
}

  #dashboardCard table.table tbody tr td.child table tr:nth-of-type(2) {
    min-width: 100%;
  }

  .markerControl {
    z-index: 9999 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  #dashboardCard table.table tbody tr td.child table tr:nth-of-type(3) td:first-of-type,
  #dashboardCard table.table tbody tr td.child table tr:nth-of-type(4) td:first-of-type {
    display: none;
  }

  #dashboardCard .card-actions {
    flex-wrap: wrap;
  }

  #dashboardCard .card-actions #locum-dashboard-filter-container {
    width: 100%;
    float: left;
    min-width: 100%;
    margin-bottom: 13px;
    margin-top: 10px;
  }

  footer {
    display: block !important;
    left: 0px;
  }

  .daterangepicker .drp-calendar {
    margin-left: auto;
    margin-right: auto;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .daterangepicker.show-calendar .drp-buttons {
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 92px;
    float: left;
    min-width: 100%;
    flex: 0 0 100%;
  }

  .daterangepicker .drp-buttons .drp-selected {
    min-width: 100%;
    margin: 0 0 20px 0;
    justify-content: center;
  }

  .daterangepicker {
    top: 0px !important;
    left: 0px !important;
    transform: none !important;
    min-width: 100vw;
    min-height: -webkit-fill-available;
    height: 100%;
    box-shadow: none;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0px;
    padding-bottom: 0px;
  }

  .daterangepicker.show-calendar .drp-buttons button.cancelBtn {
    margin-right: 0px;
  }

  nav[aria-label="Pagination Navigation"] > div:last-of-type {
    display: none;
  }

  .addressContainer .form-group {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100%;
    max-width: 100%;
  }

  form#locumDashboardFilters .form-group {
    min-width: 50%;
    max-width: 50%;
  }

  form#locumDashboardFilters .form-group.col-3 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  form#locumDashboardFilters .form-group.col-4 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }


  ul.nav-tabs li a {
    font-size: 14px;
    padding: 2px 25px 16px;
  }

  form#locumDashboardFilters .form-group label {
    display: block;
  }

  #work-preferences .form-check label {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
  }

  #work-preferences .form-group > label {
    margin-bottom: 20px;
  }

  .comments-list .card-list .card-list-title .float-right {
    margin-left: auto;
  }

  .comments-list .card-list label {
    position: relative;
    margin: 5px 0 10px 0;
  }

  .mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls {
    justify-content: center;
  }

  .mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .cal-header-picker {
    margin-right: 0px;
  }

  .mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .cal-header-nav {
    min-width: calc(100% - 150px);
  }

.mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .mbsc-calendar-button.cal-header-prev, .mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .mbsc-calendar-button.cal-header-next {
    margin-top: 15px;
}

.mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .mbsc-calendar-button.cal-header-prev {
	margin-right:auto;
}

.mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .mbsc-calendar-button.cal-header-next  {
	margin-left:auto;
}

.mbsc-calendar-marks {
    min-height: 10px;
}

.mbsc-calendar-day-inner {
    min-height: 86px;
}

  .mbsc-calendar-wrapper {
    margin-left: -29px;
    width: calc(100% + 59px);
  }

  .mbsc-calendar-wrapper .mbsc-calendar-header {
    padding: 0 29px;
  }

#notificationDisplay {
    max-height: calc(100vh - 128px);
    overflow-x: hidden;
    overflow-y: auto;
}

#notificationDisplay .card-body .card-title {
    padding-right: 54px;
}

#notificationDisplay .card-body {
    padding: 15px 17px;
}

#notificationDisplay .card-body .remove-notification {
    top: 24px;
    left: auto;
    right: 16px;
}

.notification-outer .notification .content.unread {
    max-width: 100%;
}
  
 
header ul.menu li a.btn.btn-icon i {
    width: 36px;
    height: 36px;
}

header ul.menu li a.btn.btn-icon {
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    padding: 16px 20px;
    padding-right: 55px;
} 

.request-available .send-to p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
}

table.table tbody tr td a:not(.btn)[data-element=showLocumCard] {
    white-space: break-spaces;
}

#storeProfileCard .row.mb-20 .form-group {
    min-width: 100%;
}

#usersCard .card-header .card-title, #usersCard .card-header .card-actions {
    width: auto;
}

#usersCard .card-header .card-actions {
    margin-left: auto;
}

table.table tbody tr td.child table tr td:first-of-type {
    font-size: 12px;
    font-weight: 700;
    padding-bottom: 0px;
}

table.table tbody tr td.child table tr td:last-of-type {
	padding-top:5px;
}

table.table tbody tr td.child table tr td {
    max-width: 100%;
    min-width: 100%;
    border: none !important;
}

#calendarCard .card-header .card-title {
    margin-bottom: 0px;
}

.mbsc-calendar-label-text {
    white-space: normal;
    font-size: 9px;
    line-height: 1.4;
    word-break: break-word;
    letter-spacing: -0.02em;
}

.mbsc-calendar-text {
    height: 56px;
    padding: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    align-items: center;
}

body .mbsc-material.mbsc-popover-list .mbsc-event {
    font-size: 13px;
}

body .mbsc-material.mbsc-popover-list .mbsc-event .mbsc-event-time {
    margin-top: 1px;
}

.mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .cal-header-nav button.mbsc-calendar-button span, body .mbsc-popup .mbsc-popup-body .mbsc-calendar-controls .mbsc-calendar-picker-button-wrapper button span {
    float: left;
    font-size: 16px;
    line-height: 1;
    padding: 0 10px 0 0;
    font-weight: 600;
}

.mbsc-calendar-wrapper .mbsc-calendar-header .mbsc-calendar-controls .cal-header-nav button.mbsc-calendar-button .mbsc-icon.mbsc-material, body .mbsc-popup .mbsc-popup-body .mbsc-calendar-controls .mbsc-calendar-picker-button-wrapper button span.mbsc-icon.mbsc-material {
    top: 8px;
}

body .mbsc-material.mbsc-popover-list .mbsc-event .title {
    font-size: 12px;
    font-weight: 700;
    margin-top: 0px;
}

.unlimited-access ul.styled-checkboxes li {
    min-width: 100%;
    max-width: 100%;
}

.unlimited-access ul.styled-checkboxes {
    margin-bottom: 6px;
}

.mbsc-material .mbsc-event-list .mbsc-ltr .mbsc-event-group > .mbsc-event .mbsc-event-content .company {
    text-align: left;
}
  
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  html {
    overflow-x: hidden;
    overflow-y: visible;
  }

  body {
    background: #ffffff;
    padding-top: 90px;
  }

  body.template-login {
    overflow: visible;
    overflow-x: hidden;
  }

  body.template-login main,
  body.template-login #app {
    min-height: 100vh;
    height: auto;
  }

  body.template-login header {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
  }

  .login-module.store-login {
    padding-right: 15px;
    padding-top: 110px;
    padding-bottom: 110px;
    padding-left: 15px;
  }

  header a#logo-main img {
    height: 34px;
  }

  body.template-login header .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .login-module h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .login-module.store-login {
    min-height: 100vh;
  }

  .login-module .meta-footer-links {
    bottom: 0px;
    padding: 0 15px 34px;
    z-index: 3;
  }

  .login-module .form-group.submit {
    margin-top: 0px;
  }

  .login-module form .mt-40 {
    margin-top: 30px;
  }

  .card .card-header {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
  }

  .card .card-body {
    padding: 0px;
  }

  header a#logo-main {
    overflow: hidden;
    width: 42px;
  }

  .auth-full {
    float: left;
    position: relative;
    height: calc(100vh - 60px);
    margin-top: 0px;
  }

  .tabs-top {
    position: relative;
  }

  .tabs-top:before {
    content: "Please scroll right to see more options";
    font-family: "Quicksand";
    font-size: 14px;
    letter-spacing: -0.02em;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    display: block;
    margin-top: -4px;
  }

  .tabs-top:after {
    content: "\F178";
    position: absolute;
    right: 0px;
    top: -7px;
    font-size: 18px;
    font-weight: 400;
  }

  .template-login header a#logo-main {
    width: auto;
  }

  .auth-full.select-area {
    height: auto;
    margin-top: 30px;
  }

  .auth-full.select-area .panel-30 {
    padding: 0px;
  }

  a#burgerMenu {
    display: block;
  }

header ul.menu {
    position: fixed;
    top: 90px;
    width: 100vw;
    height: calc(100vh - 90px);
    z-index: -1;
    background: #ffffff;
    padding: 30px;
    padding-top: 10px;
    right: 0px;
    transform: translateX(100%);
    opacity: 0;
    margin: 0px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: start;
    overflow-x: hidden;
    overflow-y: auto;
}

#notificationDisplay {
    max-height: calc(100vh - 128px);
    overflow-x: hidden;
    overflow-y: auto;
}

#notificationDisplay .card-body .card-title {
    padding-right: 54px;
}

#notificationDisplay .card-body {
    padding: 15px 17px;
}

#notificationDisplay .card-body .remove-notification {
    top: 24px;
    left: auto;
    right: 16px;
}

  header ul.menu.active {
    transform: translateX(0%);
    opacity: 1;
  }

header ul.menu li {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 13px 0;
    order: 2;
}

  header ul.menu li.has-dropdown {
    width: 100%;
    margin-bottom: 0px;
  }

header ul.menu li a:not(.btn) {
    margin: 0px;
    font-size: 18px;
}

  .card .card-header .card-title {
    margin-bottom: 7px;
    font-size: 22px;
  }

ul.nav-tabs li a {
    font-size: 14px;
    padding: 2px 20px 20px;
    white-space: nowrap;
}

main, #app {
    min-height: calc(100vh - 240px);
}

footer p {
    text-align: center !important;
}

footer .col-lg-3 p {
    margin-bottom: 7px;
}

  .modal {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .modal-dialog .modal-content,
  .modal.show .modal-dialog {
    max-height: 100vh;
    border-radius: 0px;
  }

  .modal-dialog .modal-content .modal-body {
    max-height: calc(100vh - 84px);
  }

  .modal-dialog {
    width: 100vw;
    margin: 0px;
    max-width: none;
    background: #ffffff;
    border-radius: 0px;
  }

  .modal-backdrop {
    background: white;
  }

  .modal {
    align-items: start;
  }

  #notificationDisplay {
    right: -60px;
    width: 370px;
  }

  .modal-dialog .modal-content .modal-body .card-body .work-panel .bookings .col {
    min-width: 50%;
    max-width: 50%;
  }

  .notification-outer .notification {
    flex-wrap: wrap;
  }

  .notification-outer .notification .content {
    width: 100%;
    padding-right: 0px;
    padding-top: 4px;
  }

  .notification-outer .notification .btn {
    margin-top: 24px;
  }

  .notification-outer .notification {
    flex-wrap: wrap;
    align-items: start !important;
  }

  .selectize-control .selectize-input input {
    width: initial !important;
  }

  .full-width-mobile > .col {
    min-width: 100%;
  }

  .col.profile-day-rates {
    min-width: 50%;
    flex-grow: 0;
  }

  .request-available .send-to .icon {
    width: 45px;
    height: 45px;
  }

  .request-available .send-to {
    padding-left: 99px;
  }

  .request-available .send-to h3 {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .request-available .send-to b {
    margin-bottom: 5px;
  }

  .request-available .col-12:nth-of-type(2) {
    order: 3;
  }

  .request-available .col-12:nth-of-type(3) {
    order: 2;
  }

  .request-available .col-12:nth-of-type(4) {
    order: 4;
  }

  .request-available .col-12 {
    width: 100%;
    min-width: 100%;
  }

  .selectize-control .selectize-input input {
    width: initial !important;
    displaY: none !important;
  }

  #workSchedule .col-xl-12 {
    max-width: 50%;
  }

  header ul.menu li.has-dropdown > a {
    display: none;
  }

  header ul.menu li .dropdown-menu {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0px;
    box-shadow: none;
    background: none;
    z-index: 2;
  }

header ul.menu li .dropdown-menu a.dropdown-item {
    font-family: "Wes FY";
    color: #1e2d35;
    -webkit-text-stroke: #1e2d35;
    -webkit-text-stroke-width: 0.5px;
    margin: 0px;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    width: 100% !important;
    float: left;
    clear: none;
}

  header ul.menu li .dropdown-menu a.dropdown-item:last-of-type {
    margin: 0 0 15px !important;
  }

  header ul.menu li.has-dropdown .dropdown-menu {
    width: 100% !important;
  }
  
header ul.menu li.cta {
    clear: both;
    margin-top: 0px !important;
    position: relative;
    right: 0px;
    top: 0px;
    order: 1;
    min-width: 100%;
    margin-bottom: 23px !important;
}

.notification-outer .notification .content.unread {
    padding-left: 47px;
    max-width: 100%;
}

  .login-module {
    min-height: 100vw;
  }

  .login-module form {
    max-width: 320px;
  }

  .login-module .meta-footer-links p:nth-of-type(2) {
    display: none;
  }

  .unlimited-access ul.styled-checkboxes li {
    margin-bottom: 15px;
  }

  .unlimited-access ul.styled-checkboxes {
    margin-bottom: 32px;
  }

  .unlimited-access ul.styled-checkboxes li {
    min-width: 100%;
  }

.unlimited-access ul.styled-checkboxes li:before {
    left: 15px;
    top: 4px;
}

.unlimited-access h4 {
    margin-bottom: 24px;
}

  .unlimited-access .price {
    font-size: 17px;
    font-weight: 500;
    height: 50px;
    padding: 0 30px;
    width: 100% !important;
    justify-content: center;
  }

  .unlimited-access .price strong:before {
    height: 50px;
  }

  .template-register .card {
    padding-left: 15px;
    padding-right: 15px;
  }

  #dashboardCard table.table tbody tr td.child table tr:nth-of-type(1) td:first-of-type,
  #dashboardCard table.table tbody tr td.child table tr:nth-of-type(2) td:first-of-type {
    display: none;
  }

  #dashboardCard table.table tbody tr td.child table tr {
    max-width: 50%;
  }

  .markerControl {
    z-index: 9999 !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  #dashboardCard.card .card-header {
    flex-wrap: wrap;
  }

  #dashboardCard.card .card-header .card-actions {
    min-width: 100%;
    flex-wrap: wrap;
    float: left;
    margin-top: 10px;
  }

  footer {
    display: block !important;
    left: 0px;
  }

  .daterangepicker .drp-calendar {
    margin-left: auto;
    margin-right: auto;
  }

.daterangepicker .drp-calendar.right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    float: right;
    display: block !important;
}

  .daterangepicker.show-calendar .drp-buttons {
    justify-content: space-between;
    margin-bottom: 30px;
    min-height: 92px;
    float: left;
    min-width: 100%;
    flex: 0 0 100%;
  }

  .daterangepicker .drp-buttons .drp-selected {
    min-width: 100%;
    margin: 0 0 20px 0;
    justify-content: center;
  }

  .daterangepicker {
    top: 0px !important;
    left: 0px !important;
    transform: none !important;
    min-width: 100vw;
    min-height: -webkit-fill-available;
    height: 100%;
    box-shadow: none;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0px;
    padding-bottom: 0px;
  }

  .daterangepicker.show-calendar .drp-buttons button.cancelBtn {
    margin-right: 0px;
  }

  .addressContainer .form-group {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100%;
    max-width: 100%;
  }

  .card .card-header .card-actions a.btn {
    margin-left: 0px;
    margin-right: 30px;
  }

  .card .card-header .card-actions a.btn:last-of-type {
    margin-right: 0px;
  }

  form#locumDashboardFilters .form-group {
    min-width: 50%;
    max-width: 50%;
  }

  form#locumDashboardFilters .form-group.col-4 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  form#locumDashboardFilters .form-group.col-3 {
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  form#locumDashboardFilters .form-group label {
    display: block;
  }
  
ul.nav-tabs {
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow-x: scroll;
    position: relative;
    border: none;
}

ul.nav-tabs li a:after {
    height: 3px;
    background: rgba(153, 158, 161, 0.42);
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    content: "";
}

.request-available .send-to p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
} 

#storeProfileCard .row.mb-20 .form-group.col {
    min-width: 50%;
}

.mbsc-calendar-day-inner {
    min-height: 90px;
}

.mbsc-calendar-label-text {
    padding: 4px 3px;
    white-space: normal;
    font-size: 11px;
    line-height: 1.3;
}

.mbsc-calendar-day-inner {
    min-height: 92px;
}


.mbsc-calendar-text {
    height: 67px;
}
.breadcrumb {
	display:none;
}

header ul.menu li a.btn.btn-icon i {
    width: 36px;
    height: 36px;
}

header ul.menu li a.btn.btn-icon {
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    padding: 16px 20px;
    padding-right: 55px;
}

.mbsc-material.mbsc-calendar-marks {
    min-height: 10px;
}

.unlimited-access .price {
    font-size: 20px;
    height: auto;
    padding: 11px 23px;
    display: block !important;
    text-align: center;
    line-height: 1.5;
}

.unlimited-access .price strong:before {
    top: -5%;
    height: 108%;
    width: 106%;
    left: -6%;
}

.unlimited-access ul.styled-checkboxes li {
    max-width: 10%;
    min-width: 100%;
}
}

/* Media Queries Iphones Landscape */

/* iphone plus weird bug fix */

/* iphone x fixes */

/* iphone x fixes */

/* iphone 11 pro max fixes */

@media only screen and (max-height: 700px) {
  body.template-login header {
    padding-top: 25px;
  }

  body.template-login .login-module form {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

body {
    padding-top: 140px;
}

.mbsc-calendar-day-inner {
    min-height: 80px;
}

.mbsc-calendar-marks {
    min-height: 10px;
}

.mbsc-calendar-text {
    height: 25px;
    font-size: 11px;
    padding: 2px 5px;
}

.container {
    width: 100%;
    max-width: 750px;
}

 a#burgerMenu {
    display: block;
  }

header ul.menu {
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100vh;
    z-index: -1;
    background: #ffffff;
    padding: 30px;
    padding-top: 110px;
    right: 0px;
    transform: translateX(100%);
    opacity: 0;
    margin: 0px !important;
}

  header ul.menu.active {
    transform: translateX(0%);
    opacity: 1;
  }
  
  header ul.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    align-content: start;
}

header ul.menu li {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 17px 0;
}

footer p {
    white-space: nowrap;
}

  header ul.menu li.has-dropdown {
    width: 100%;
    margin-bottom: 0px;
  }

header ul.menu li a:not(.btn) {
    margin: 0px;
    font-size: 18px;
}
  
  header ul.menu li .dropdown-menu {
    position: relative !important;
    top: 0px !important;
    left: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 0px;
    box-shadow: none;
    background: none;
    z-index: 2;
}

header ul.menu li.has-dropdown .dropdown-menu {
    width: 100% !important;
}

header ul.menu li .dropdown-menu a.dropdown-item {
    font-family: "Wes FY";
    color: #1e2d35;
    -webkit-text-stroke: #1e2d35;
    -webkit-text-stroke-width: 0.5px;
    margin: 0px;
    font-size: 18px;
    padding: 0px;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    width: 100% !important;
    float: left;
    clear: none;
}

header ul.menu li.has-dropdown > a.dropdown-toggle {
    display: none;
}

.card .card-header, .modal-dialog .modal-content .modal-header, .ui-dialog .ui-dialog-titlebar {
    font-size: 24px;
}

ul.nav-tabs li a, .daterangepicker.show-ranges .ranges ul li {
    font-size: 14px;
    padding: 2px 20px 20px;
}

.card .card-header, .modal-dialog .modal-content .modal-header, .ui-dialog .ui-dialog-titlebar {
    padding: 24px 30px 30px;
}



.card .card-body, .modal-dialog .modal-content .modal-body {
    padding: 30px;
    padding-top: 0px;
}

header ul.menu li:first-of-type {
    display: none;
}

header ul.menu li {
    float: left;
    margin-right: 26px;
    order: 2;
}

header ul.menu li.cta {
    width: 100%;
    order: 1;
    margin-bottom: 20px !important;
}

.modal-dialog {
    max-width: 700px;
}

.modal-dialog .modal-content .modal-header, .ui-dialog .ui-dialog-titlebar {
    padding: 20px 22px 28px;
}

.modal-dialog .modal-content .modal-body {
	padding:22px;
	padding-top:0px;
}

.request-available .send-to p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}	

.row.request-available .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
}

.request-available .send-to h3 {
    font-size: 19px;
    margin-bottom: 15px;
    padding-top: 3px;
}

.request-available .send-to b {
    margin-bottom: 2px;
}

.col.profile-day-rates {
    min-width: 33%;
    flex-grow: 0;
}

header ul.menu li a.btn.btn-icon i {
    width: 36px;
    height: 36px;
}

header ul.menu li a.btn.btn-icon {
    font-size: 14px;
    font-weight: 600;
    height: 44px;
    padding: 16px 20px;
    padding-right: 55px;
}

.daterangepicker .drp-calendar.right {
    margin-left: 30px;
    margin-top: 0px;
}

.daterangepicker.show-calendar .drp-buttons button {
    height: 40px;
}

.daterangepicker.show-calendar .drp-buttons button {
    margin: 0 9px 0 0;
}




.notification-outer .notification {
    justify-content: start !important;
	flex-wrap:wrap;
}

.notification-outer .notification .btn {
    margin-right: auto;
    margin-top: 20px;
}

.notification-outer .notification .content.unread {
    max-width: 100%;
}

.notification-outer .notification .remove-notification {
    top: 0px;
}

.notification-outer .notification .content {
    max-width: 100%;
    flex: 1;
    min-width: 100%;
}

#workSchedule .col-xl-12 {
    max-width: 33%;
    flex: 0 0 33%;
}

.workSchedule {
    margin-bottom: 0px;
}

main, #app {
    min-height: calc(100vh - 290px);
}

.daterangepicker {
    width: 610px;
}

.login-module h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

.login-module .no-padding {
    display: none;
}

.login-module .justify-content-center {
    min-width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.unlimited-access .price {
    font-size: 20px;
    height: 60px;
    padding: 0 40px;
}

.unlimited-access .price strong:before {
    top: -15px;
    height: 59px;
}

.unlimited-access ul.styled-checkboxes li {
    max-width: 10%;
    min-width: 100%;
}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	
body {
    padding-top: 140px;
}


.login-module h1 {
    font-size: 30px;
    margin-bottom: 40px;
}

.daterangepicker {
    width: 610px;
}

main, #app {
    min-height: calc(100vh - 290px);
}

.container {
    width: 100%;
    max-width: 960px;
}

.card .card-header, .modal-dialog .modal-content .modal-header, .ui-dialog .ui-dialog-titlebar {
    font-size: 24px;
}

ul.nav-tabs li a, .daterangepicker.show-ranges .ranges ul li {
    font-size: 14px;
    padding: 2px 20px 20px;
}

.card .card-header, .modal-dialog .modal-content .modal-header, .ui-dialog .ui-dialog-titlebar {
    padding: 24px 30px 30px;
}

.daterangepicker .drp-calendar.right {
    margin-left: 16px;
}

.card .card-body, .modal-dialog .modal-content .modal-body {
    padding: 30px;
    padding-top: 0px;
}

header ul.menu li:first-of-type {
    display: none;
}

header ul.menu li {
    float: left;
    margin-right: 26px;
}

.modal-dialog .modal-content .modal-header, .ui-dialog .ui-dialog-titlebar {
    padding: 20px 22px 28px;
}

.modal-dialog .modal-content .modal-body {
	padding:22px;
	padding-top:0px;
}

.request-available .send-to p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

}