﻿/* 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. */

main {
    padding: 0.5rem 1rem 2.25rem 1rem;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

body.noNavigation {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.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;
}


/*element.style {
    background-color: #f4f3ef;
    background-color: red;
}*/

/* Two Step Auth Code Styles */

.twoStepCode {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    margin: auto;
}

/* Google Maps Responsive Styles */

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:400px;
}

/* Accept Reject Appointment Buttons */
.appointmentButtonsPositionFix {
    margin-top: 0px;
}

@media only screen and (min-width: 992px) {
    .appointmentButtonsPositionFix {
        margin-top: -40px;
    }
}

/* File Uploader */

.custom-file-input ~ .custom-file-label::after {
    content: "Browse";
}

/*link colour medigold*/
/*a {
    color: #094523 !important;
}*/

/*Card Style*/
.card {
    border: 1px solid #094523;
}

.card-header {
    background-color: white;
}


/*MGH Link Colour*/
.mghLink {
    color: #094523 !important;
    cursor: pointer;
}

/*Margin Bottom 10*/
.mb-10 {
    margin-bottom: 6rem !important;
}

.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;   
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.deleted-client, .deleted-client .fas {
    background-color: red;
    color: white;
}


/* Hot Fix for iOS update 12.1.4*/
#consentFormFrame {
    -webkit-overflow-scrolling: touch;
    height: 76vh;
}

.embed-adjust-consentForm {
    margin-top: -8px;
    margin-bottom: -52px;
}

.btn-special-group > .btn:not(:first-child), .btn-special-group > .btn:not(:first-child) > .btn {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.btn-special-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-special-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.custom-control-label::before {
    background-color: #007bff !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}
.custom-control-label::after {    
    width: 1.25rem !important;
    height: 1.25rem !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #28a745 !important;
}
.characterCount {
    color: lightgray;    
    margin-right: 5px;
    text-align: right;
}
.checkboxValidation {
    background-color: red !important;
}
.checkboxValidationError {
    color: #dc3545;
    font-size: 80%;
}

body.grey-background {
    background-color: #f8f9fa;
}
