//created by Eric 5th Jan 2:41PM
//Description: general purpose css

// margins
.m-xxs {
  margin: 2px 4px;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-xl {
  margin: 50px;
}
.m-n {
  margin: 0 !important;
}
.m-l-none {
  margin-left: 0 !important;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-xl {
  margin-left: 40px;
}
.m-l-xxl {
  margin-left: 50px;
}
.m-l-n-xxs {
  margin-left: -1px;
}
.m-l-n-xs {
  margin-left: -5px;
}
.m-l-n-sm {
  margin-left: -10px;
}
.m-l-n {
  margin-left: -15px;
}
.m-l-n-md {
  margin-left: -20px;
}
.m-l-n-lg {
  margin-left: -30px;
}
.m-l-n-xl {
  margin-left: -40px;
}
.m-l-n-xxl {
  margin-left: -50px;
}
.m-t-none {
  margin-top: 0 !important;
}
.m-t-xxs {
  margin-top: 1px;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-xl {
  margin-top: 40px;
}
.m-t-xxl {
  margin-top: 50px;
}
.m-t-n-xxs {
  margin-top: -1px;
}
.m-t-n-xs {
  margin-top: -5px;
}
.m-t-n-sm {
  margin-top: -10px;
}
.m-t-n {
  margin-top: -15px;
}
.m-t-n-md {
  margin-top: -20px;
}
.m-t-n-lg {
  margin-top: -30px;
}
.m-t-n-xl {
  margin-top: -40px;
}
.m-t-n-xxl {
  margin-top: -50px;
}
.m-r-none {
  margin-right: 0 !important;
}
.m-r-xxs {
  margin-right: 1px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-xl {
  margin-right: 40px;
}
.m-r-xxl {
  margin-right: 50px;
}
.m-r-n-xxs {
  margin-right: -1px;
}
.m-r-n-xs {
  margin-right: -5px;
}
.m-r-n-sm {
  margin-right: -10px;
}
.m-r-n {
  margin-right: -15px;
}
.m-r-n-md {
  margin-right: -20px;
}
.m-r-n-lg {
  margin-right: -30px;
}
.m-r-n-xl {
  margin-right: -40px;
}
.m-r-n-xxl {
  margin-right: -50px;
}
.m-b-none {
  margin-bottom: 0 !important;
}
.m-b-xxs {
  margin-bottom: 1px;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-xl {
  margin-bottom: 40px;
}
.m-b-xxl {
  margin-bottom: 50px;
}
.m-b-n-xxs {
  margin-bottom: -1px;
}
.m-b-n-xs {
  margin-bottom: -5px;
}
.m-b-n-sm {
  margin-bottom: -10px;
}
.m-b-n {
  margin-bottom: -15px;
}
.m-b-n-md {
  margin-bottom: -20px;
}
.m-b-n-lg {
  margin-bottom: -30px;
}
.m-b-n-xl {
  margin-bottom: -40px;
}
.m-b-n-xxl {
  margin-bottom: -50px;
}
.m-h-auto {
  margin-left: auto;
  margin-right: auto;
}
.w-xxs {
  width: 60px;
}
.w-xs {
  width: 90px;
}
.w-sm {
  width: 150px;
}
.w {
  width: 200px;
}
.w-md {
  width: 240px;
}
.w-lg {
  width: 280px;
}
.w-xl {
  width: 320px;
}
.w-xxl {
  width: 360px;
}
.w-full {
  width: 100% !important;
}
.w-md-prcen {
  width: 75% !important;
}
.w-prcen {
  width: 50% !important;
}
.w-auto {
  width: auto;
}

.wrapper-n {
  padding: 0px;
}
.wrapper-xs {
  padding: 5px;
}
.wrapper-sm {
  padding: 10px;
}
.wrapper {
  padding: 15px;
}
.wrapper-md {
  padding: 20px;
}
.wrapper-lg {
  padding: 30px;
}
.wrapper-xl {
  padding: 50px;
}

.float-left {
  float:left;
}

.float-right {
  float:right;
}

.panel-header {
  height: 40px;
  position: relative;
  border-bottom: #d5d5d5 1px solid;
  margin: auto 20%;
}

.panel-header span {
  font-size: 20px;
  color: #656565;
  text-transform: uppercase;
}

.search-panel {
  max-width: 522px;
}

.search-panel input, input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  height: 45px;
  border-radius: 4px;
  border: #979797 1px solid;
}


.search-panel #name {
  background: url("../img/icon/icon-user.png") no-repeat 14px 12px;
  padding-left: 45px;
}

.search-panel #location_name {
  background: url("../img/icon/icon-location.png") no-repeat 14px 12px;
  padding-left: 45px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-style: none;
  height: 45px;
}

.search-panel #get_location {

  cursor: pointer;
  padding-top: 10px;
  border: #979797 0.5px solid;
  background-color: transparent;
  border-left-style: none;
  border-right-style: none;
  color: #747474;
  height: 45px;
}

.search-panel #proximity {
  border-radius: 0px;
  border-left-color: #ededec;
  border-right-color: #ededec;
  height: 45px;
}

.search-panel #distance-unit {
  border: #979797 1px solid;
  border-radius: 4px;
  background-color: transparent;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left-style: none;
  color: #747474;
  height: 45px;
}

.search-tab {
  text-transform: uppercase;
  color: black;
  cursor: pointer;
}

.search-tab.active {
  color: #4ccad9;
}

.search-tab img {
  margin-right: 14px;
}

.white-bg {
  background-color: white;
}

.grey-bg {
  background-color: #f5f5f5;
}

.gsd_icon {
  width: 20px;
  height: 20px;
  float: left;
}

.gsd_icon.icon_distance {
  background: url("../img/icon/icon-distance.png") no-repeat top left;
}

.no-padder {
  padding: 0px !important;
}

.padder {
    padding: 20px!important;
}

.padder-xs {
    padding: 10px!important;
}

.padder-xxs {
    padding: 5px!important;
}

.gd-btn-primary, .gd-btn-primary:hover, .gd-btn-primary:active, .gd-btn-primary:focus {
  color: white;
  background-color: #6dc7d8;
  height: 37px;
  border-style: none;
}

.gd-btn-secondary, .gd-btn-secondary:hover, .gd-btn-secondary:active, .gd-btn-secondary:focus {
  padding: 6px 12px;
  color: white;
  background-color: #4ccad9;
  border-width: 0px !important;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
}

.gd-btn-lg, .gd-btn-lg:hover, .gd-btn-lg:active, .gd-btn-lg:focus {
  padding: 6px 12px;
  color: white;
  border-width: 0px !important;
  border-radius: 12px !important;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #4ccad9;
}

.gd-btn-lg:disabled {
  cursor: not-allowed;;
}

.bg-grey, .bg-grey:hover, .bg-grey:active, .bg-grey:focus {
  background-color: #CCCCCC;
}

.bg-gd-blue {
  background-color: #4ccad9;
}

.text-available {
  color: #00b099;
}

.text-on-request {
  color: #f68428;
}

.text-muted {
  color: #c4c4c4;
}
.text-dark-muted {
  color: #858585;
}

.text-cursor-default {
  cursor: default;
}

.booking-panel {
  max-width: 622px;
  border: #4bc4d5 1px solid;
  border-radius: 2px;
}

.form-label {
  color: #999;
}

.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.text {
  font-size: 16px;
}
.text-md {
  font-size: 18px;
}
.text-lg {
  font-size: 20px;
}
.text-xl {
  font-size: 22px;
}
.text-25px {
  font-size: 25px;
}
.text-center {
  text-align: center;
}
.font-weight-bold{
  font-weight: bold;
}
.font-weight-bolder{
  font-weight: bolder;
}
.h-full {
  height: 100%;
}

.panel-container {
  border: 1px solid #4bc4d5;
  border-radius: 10px;
  padding: 10px;
  overflow: auto;
}

#doctor_hours ul {
  padding: 0px;
  margin: 0px;
}

#doctor_hours li {
  width: 25%;
  float: left;
  list-style: none;
  text-align: center;
  line-height: 35px;
}

.modal-content .close {
  min-height: 0px;
}

.modal-dialog {
  z-index: 1500;
}

.container .title {
  text-align: center;
  position: relative;
  color: #4ccad9;
  font-size: 22px;
  padding-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}

.container .title h2:after, #search_filter h2:after {
  border-bottom: 4px solid #4ccad9;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: rgb(76, 202, 217);
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 58px;
}

#total_result {
  font-size: 17px;
}

#loadData .item {
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #4ccad9;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#loadData .item .img_doctor img {
    border: 1px solid #4ccad9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 100px;
    width: 100px;
}

#search_result .listData .box2 h3 a {
    font-size: 24px;
}

#search_result .listData h3 a {
    font-size: 16px;
    color: #4ccad9;
    line-height: 1.5em;
}

#search_result .listData .box2 p, #search_result .listData .box3 p {
    color: #6d6f6f;
}


.enquire-clinic-wrap .button {
  padding: 0px !important;
  font-size: 14px;
}
.button {
  border-radius: 10px !important;
  color: #fff !important;
  float: right;
  font-size: 17px;
  margin-top: 5px !important;
  padding: 10px 0;
  min-width: 130px;
  min-height: 30px !important;
}

.button.button-blue {
    background: none repeat scroll 0 0 #4dd9ac;
    border: 1px solid #4dd9ac !important;
}

.button.button-grey {
  background: none repeat scroll 0 0 #CCCCCC;
  border: 1px solid #CCCCCC !important;
  cursor: default;
  float: none;
  padding: 5px 20px !important;
  font-size: 14px;
}

.button-clear {
  min-height: 0!important;
}

.clinic-insurance-title {
    font-size:14px;
    margin-top: 10px;
}

.clinic-insurance-title strong {
    color: #000000 !important;
}

.ifclinic-openhouses .row label, .clinic-openhouses .row label, #list_opening_hours .row label {
  width: 100px;
}

.ifclinic-openhouses .row, .clinic-openhouses .row, #list_opening_hours .row {
  margin: 0px;
  color: #6d6f6f;
}

.pac-container {
  z-index: 2000;
}

@media screen and (max-width: 992px) {
  .button.button-blue,.button.button-grey {

    width: 100%;

  }
}

@media screen and (max-width: 750px) {
  .search-panel {
    max-width: 300px;
  }
}

@media screen and (max-width: 992px){
  #clinic_detail{
    display: none;
  }
}

.modal-header {
    border-radius: 5px 5px 0 0;
    color: #fff;
    background: #4CCAD9;
}

.font-weight-500{
    font-weight: 500;
}

.noleft {
    padding-left: 0;
}
.noright {
    padding-right: 0;
}
.p-l-none {
  padding-left: 0 !important;
}
.p-l-xs {
  padding-left: 5px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l {
  padding-left: 15px;
}
.p-l-md {
  padding-left: 20px;
}
.p-l-lg {
  padding-left: 30px;
}
.p-l-xl {
  padding-left: 40px;
}
.p-r-none {
  padding-right: 0 !important;
}
.p-r-xs {
  padding-right: 5px;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r {
  padding-right: 15px;
}
.p-r-md {
  padding-right: 20px;
}
.p-r-lg {
  padding-right: 30px;
}
.p-r-xl {
  padding-right: 40px;
}
.p-t-none {
  padding-top: 0 !important;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t {
  padding-top: 15px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-xl {
  padding-top: 40px;
}
.p-b-none {
  padding-bottom: 0 !important;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b {
  padding-bottom: 15px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 30px;
}
.p-b-xl {
  padding-bottom: 40px;
}

.relative {
    position: relative;
}

.message-bubble-notification {
    color: white;
    padding: 2px 6px;
    background-color: red;
    border-radius: 8px;
    display: block;
    position: absolute;
    top: -5px;
    right: 10px;
}

.calendar-button-container {
    min-width: 64px;
}

.calendar-buttons img { height: 52px;}


.b-t-none {
    border-top-style: none;
}

.b-l-none {
    border-left-style: none;
}

.b-r-none {
    border-right-style: none;
}

.b-b-none {
    border-bottom-style: none;
}

.page_booking #list_doctors .m-l-sm{
  margin-left: 10px;
}

.page_booking #doctor_hours {
  margin: auto !important;
  border: 1px solid #4dcad9;
  border-radius: 10px;
  padding: 10px;
}

#doctor_hours_note {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.page_booking #doctor_hours ul li{
    width: 25% !important;
}

.not-active {
   pointer-events: none;
}

.clinic-openhouses .row label {
    width: 88px !important;
}

.border-box{
  border: 1px solid #58c1cf;
  border-radius: 10px;
  height:250px;
}
#patient-list-table {
  border-spacing: 10px;
  border-collapse: separate;
}

#patient-list-table .w-33 td {
  width : 33.333%;
}

#patient-list-table .textarea-disable{
  width:100%;
  max-height:130px;
  border:none;
  background-color:white;
  text-align:justify;
}

#patient-list-table .textarea-enable{
  width:100%;
  resize: vertical;
  max-height:130px;
  background-color:#F6F6F6;
  border-radius: 5px;
  text-align:justify;
}

.doctor-page .container {
    /*margin: 0px !important;*/
    /*max-width: 1366px !important;*/
}

.side-panel {
    padding: 0px;
    border-right: 1px #eee solid;
}

.btn-primary-inverted {
    border: 1px solid #4ccad9;
    border-radius: 10px;
    padding: 15px 100px;
    background-color: transparent;
    color: #4ccad9;
}

.gd-search-bar {
    min-height: 45px;
    border-radius: 0px!important;
    border-style: none!important;
    border-bottom: 1px #eee solid!important;
    /*color: #4ccad9!important;*/
    padding-left: 45px;
}

/*.gd-search-bar::-webkit-input-placeholder
{
    color: #4ccad9!important;
}

.gd-search-bar::-moz-placeholder
{
    color: #4ccad9!important;
}

.gd-search-bar:-ms-input-placeholder
{
    color: #4ccad9!important;
}

.gd-search-bar:-moz-placeholder
{
    color: #4ccad9!important;
}*/

.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-item {
    flex-shrink: 1;
}

.border-grey {
    border: 1px #eee solid;
}

.button-accessory {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-end {
    align-items: flex-end;
}

.service-nav-tabs .nav-tab-offsets {
    width: 5%;
    border-bottom: 1px #eee solid;
}

.service-nav-tabs .nav-tab {
    width: 30%;
    border-bottom: 1px #eee solid;
    text-align: center;
    cursor: pointer;
    color: #b6b6b6;
}

.service-nav-tabs .nav-tab {
    width: 30%;
    border: 1px #eee solid;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    background-color: #f5f5f5;
}

.service-nav-tabs .nav-tab.active {
    padding: 15px;
    background-color: white;
    border-bottom-style: none;
    color: #4ccad9!important;
}

.bg-light-grey {
    background-color: #f5f5f5;
}

.text-blue {
    color: #4ccad9!important;
}

.avatar-full {
    width: 100%;
    height: auto;
}

.treatment-show-more {
    cursor: pointer;
    font-size: 0.9em;
}

.b-l{
  border-left: 1px solid;
}
.b-r{
  border-right: 1px solid;
}
.b-t{
  border-top: 1px solid;
}
.b-b{
  border-bottom: 1px solid;
}
.b-f{
  border: 1px solid;
}
.b-none{
  border: none;
}
.b-color-grey{
  border-color: #ebebeb;
}
.b-radius-2{
  border-radius: 2px;
}
.b-radius-5{
  border-radius: 5px;
}
.b-radius-2{
  border-radius: 2px;
}

.appointment-tag {
	position: relative;
    background: #307da8;
    color: white;
    padding: 5px 8px;
    border-radius: 3px;
    margin: 0 3px;
}
.appointment-tag.getdocplus-tag {
	margin-right: 6px;
	background: #2cb89b !important;
}
.appointment-confirmed-square {
    background: #00c854;
    color: white;
    padding: 5px;
    border-radius: 3px;
}
.appointment-attended-square {
    background: #4240b1;
    color: white;
    padding: 5px;
    border-radius: 3px;
}
.appointment-cancelled-square {
    background: #999999;
    color: white;
    padding: 5px;
    border-radius: 3px;
}
.appointment-pending-square {
    background: #e76f33;
    color: white;
    padding: 5px;
    border-radius: 3px;
}
.appointment-no-show-square {
    background: #cc0000;
    color: white;
    padding: 5px;
    border-radius: 3px;
}

.nav-appointment li:hover a,
.nav-appointment li:focus a {
    background-color: #34B2C2;
    border-bottom: none;
}

.vertical-padder {
    padding: 10px 0px;
}

.text-black {
    color: black !important;
}

.hidden {
   display: none;
}
.image-overlay{
  background: rgba(8, 1, 1, 0.3);
  position: absolute;
  margin: 10px;
  height: 100px;
  width: 100px;
  padding-top: 40px;
  text-align: center;
}

.image-overlay-text{
   width: 32px;
   height: 22px;
   font-family: Lato;
   font-weight: bold;
   font-style: normal;
   font-stretch: normal;
   line-height: normal;
   letter-spacing: normal;
   text-align: left;
   color: #ffffff;
   cursor: pointer;
}
.thumbnail-notes{
  border:1px solid #ebebeb;
  cursor: pointer;
  height: 100px;
  width: 100px;
}

.btn-green{
  background: #00b099;
  color: white;
}

.btn-green:hover{
  background: #00b099;
  color: black !important;
}
.not-clickable{
  pointer-events:none;
  cursor: default;
  border: none;
}
.sticky-success{
  padding: 20px 0;
  text-align: center;
  background: #FFBF00;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.6px;
}
.sticky{
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}

.has-feedback-left input.form-control {
    padding-left: 34px; /* @input-height-base; */
    padding-right: 12px; /* @padding-base-horizontal */
}

.has-feedback-left .form-control-feedback {
    left: 0;
}
.form-horizontal .has-feedback-left .form-control-feedback {
    left: 12px; /* @grid-gutter-width / 2 */
}

.has-feedback-left input.input-sm {
  padding-left: 30px;  @input-height-small;
}
.has-feedback-left input.input-lg {
  padding-left: 46px;  @input-height-large;
}
#showpass { display: block; position: relative; padding: 5px 0 0 10px; cursor: pointer; font-size:12px; }
#passcheck { display: inline-block; opacity: 1; }
