﻿* {
    font-family: 'Lato', sans-serif;
}

.form-control {
    color: #1e1e1e !important;
    background-color: #f8f9fa !important;
}
.form-control:disabled {
    background-color: #e9ecef !important;
}

/*Back to top.*/
.back-to-top {
    position: fixed;
    bottom: -100px;
    right: 10px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    z-index:10;
}

.page-wrapper {
    min-height: 100vh;
}

input[type=text], input[type=password], .input-group {
    min-width: 130px !important;
}

body {
    color: #1e1e1e;
}

.background {
    background-color: white;
    border-radius: 5px;
    /*box-shadow: 2px 2px 12px grey;*/
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 25%);
    -o-box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);
    -ms-box-shadow: 0 5px 10px 0 rgba(0,0,0,.25);
}

.container {
    background-color: white;
    border-radius: 5px;
}

.loginContainer {
    background-color: initial;
}

th {
    background: #E6E6E6;
    color: #1678B7;
}

.progress {
    margin-top: 5px;
}

span.title {
    font-size: 23px;
}

.white-popup, .white-popup-600,
.white-popup-alert {
    position: relative;
    padding: 5px;
    width: auto;
    max-width: 400px;
    margin: 20px auto;
}

.dentalBlueColor {
    color: #239ae0 !important;
}

.loginStaffText {
    font-size: 15px;
    line-height: 19px;
}

.loginStaffText a.dentalBlueColor {
    text-decoration: underline;
}

.footerBottom {
    position: fixed;
    bottom: 0;
}

.white-popup-600,
.white-popup-alert {
    max-width: 600px;
}

.white-popup, .white-popup-600,
.loading-container, .loginSuggestions,
.white-popup-alert {
    background: #FFF;
}

.admin_page_table {
    background: white;
    width: auto;
    padding: .5rem !important;
}

.table-striped {
    border: 1px solid #e6e6e6;
}

.table {
    margin-bottom: 0px;
}

.delete_Button {
    background-color: transparent;
    border: none;
    font-size: 18px;
    color: #da4c79;
}

.admin_page_table.table.table-striped .delete_Button {
    width: 100%;
}

button.delete_Button:focus,
button.delete_Button:active {
    outline: none;
}

button.close {
    float: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -1%; /* Needs to be half the height of the element (21/2) */
}

div#the_form .form-input-wide select,
div#the_form .form-input-wide input:not([type=button]),
div#the_form textarea,
div.patientInfoForm input:not([type=button]):not([type=submit]),
div.patientInfoForm .custom-file,
div.patientInfoForm select,
.input-group {
    max-width: 300px;
}

.inner-content-2 {
    background: white;
    border-radius: 4px;
}

.footer {
    padding: 2.5em 2em 1em 2em;
}

header {
    height: 120px;
}

.titles-container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
}

.header {
    margin: 0;
    display: table;
    width: 100%;
    height: 120px;
}

    .header .inner-header {
        padding: 0.25em 2em 0.25em;
        display: table-cell;
        vertical-align: middle;
    }

.header-title {
    font-size: 24px;
}

.header-sub-title {
    margin: 10px 0px;
    font-size: 16px;
    letter-spacing: 2px;
}

.header-sub-title-2 {
    margin: 10px 0px;
    font-size: 14px;
    letter-spacing: 2px;
}

.logo-container, .inline-container {
    display: inline-block;
}

#officeName {
    font-size: 24px;
    font-weight: bold;
}

div.title, #popupForm div.title, span.title {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
}

div.wrapTitle, #popupForm div.title {
    margin-bottom: 15px;
}

div.completedFormDate {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    color: #7C8081;
}

label.form-label-top {
    margin-bottom: 0px;
    padding: 10px 10px 0 0;
}

/* Logo size */
.logoExtraSmall {
    max-height: 80px !important;
}

.logoSmall {
    max-height: 100px !important;
}

.logoMedium {
    max-height: 120px !important;
}

.logoLarge {
    max-height: 140px !important;
}

.logoExtraLarge {
    max-height: 160px !important;
}

.jSignature {
    background: white;
    border: 4px dotted #239ae0 !important;
}

div[data-type="signature-image"] > * {
    background: white;
    border: 4px dotted #239ae0 !important;
}

.patient-info-image {
    object-fit: cover;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.dialogContent {
    padding: 5px 30px 5px 30px;
}

span.first-letter {
    text-transform: lowercase;
}

span.first-letter::first-letter {
    text-transform: uppercase;
}

/*.page-wrapper .page-content > div.content {
    padding: 20px 0px;
}*/

.officePoliciesHeight {
    max-height: 330px;
    overflow-y: auto;
    background-color: #e9ecef;
    padding: 15px;
}

.text-transform-none {
    text-transform: none !important;
}

div#signature > canvas,
div[data-type="signature-image"] > img,
div[data-type="signature"] > canvas {
    max-width: 500px;
    width: 100% !important;
    height: 150px;
}
@media only screen and (max-width: 650px) {
    div[data-type="signature"] > canvas {
        max-width: 330px !important;
    }
}

.btn-primary {
    border:none;
}

.btn.btn-primary:hover, 
.btn.btn-primary:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
    background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    border:none;
}

.btn-secondary {
    background: #E6E6E6;
    border: 1px solid #E6E6E6;
    color: #000 !important;
}

    .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus,
    .btn-secondary:active, .btn-secondary.disabled, .btn-secondary:disabled,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle,
    .btn-secondary:not(:disabled):not(.disabled):active:focus,
    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
        background: rgba(230,230,230,1);
        border: 1px solid rgba(230,230,230,1);
        background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(202,202,202,1) 99%, rgba(230,230,230,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(99%, rgba(202,202,202,1)), color-stop(100%, rgba(230,230,230,1)));
        background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(202,202,202,1) 99%, rgba(230,230,230,1) 100%);
        background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(202,202,202,1) 99%, rgba(230,230,230,1) 100%);
        background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(202,202,202,1) 99%, rgba(230,230,230,1) 100%);
        background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(202,202,202,1) 99%, rgba(230,230,230,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#e6e6e6', GradientType=0 );
    }

a:no-button {
    color: #0090c5;
}

.content {
    line-height: 1.6em;
}

legend label, legend span {
    font-size: 16px;
}

legend {
    display: block;
    width: 100%;
    padding: .3em 0;
    margin-bottom: .3em;
    color: #333;
    /*border-bottom: 1px solid #e5e5e5;*/
    font-weight: bold;
}

.rating-wrapper {
    direction:rtl;
}

.rating {
    padding: 1rem 1rem 1rem 0px;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
}

.rating-wrapper label {
    height: 30px;
    width: 50px;
    cursor: pointer;
    position: relative;
}

.rating-wrapper input {
    display: none;
}

.rating-wrapper label:before {
    content: "\2605";
    position: absolute;
    font-size: 50px;
    display: inline-block;
    top: 0;
    left: 0;
}

.rating-wrapper label:after {
    content: "\2605";
    position: absolute;
    font-size: 50px;
    display: inline-block;
    top: 0;
    left: 0;
    color: #ffc107;
    opacity:0;
}

.rating-wrapper label:hover:after,
.rating-wrapper label:hover ~ label:after,
.rating-wrapper input:checked ~ label:after {
    opacity: 1;
}

.display-language.dropdown ul.dropdown-menu.show {
    min-width: 100px;
    text-align: center;
    top: -4px !important;
}

.display-language a:first-child {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 4px 13px;
    color: #7C8081;
}

#displayeLanguage {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 5px 13px;
    color: #7c8081;
}

a.dropdown-toggle {
    background-color: #FFF;
}

.initialBackground {
    background: initial;
}

#inputFile.spanish label.custom-file-label::after {
    content: "Vistazo";
}

#the_form .form-label-top{
    min-width: 300px;
}

div.input-group {
    flex: unset !important;
}

span[readonly="readonly"] {
    width: 100% !important;
    height: 100% !important;
    white-space: pre-wrap !important;
}

#next .btnNo, #next .btnYes {
    width: 120px;
}

.dentalStuffLogin {
    background-color: #fff;
}

.online-form {
    font-size: 20px;
}

.btn-insurance {
    background-color: #f59d5c;
}

.btn-insurance:hover {
    filter: brightness(80%);
    transition: filter .15s
}

.fas.fa-times {
    color: #da4c79;
}

/*Phone number plug in formatin*/
.iti {
    min-width: 337px;
    display: flex !important;
}
.iti input {
    width: 100%;
}

@media only screen and (max-width: 635px) {
    .iti {
        display: block !important;
    }

    .iti__country-container:has(~ .error-box:not(.error-box[style*="display: none"])) {
        bottom: initial !important;
        height: 37px;
    }
}

@media only screen and (max-width: 480px) {
    .content {
        padding: 0 0.75em;
    }
    .inner-content {
        padding: 1em 0.5em;
    }
}

@media (max-width: 48em) {
    .inner-header {
        text-align: center;
    }
    .header {
        padding-top: 5px;
    }
    .titles-container {
        margin-left: 0;
    }
}

@media screen and (min-width: 1500px) {
    div.multipleFieldsContainer > div.multipleFields:not(:first-of-type) > div.multipleFieldItem > label {
        display: none;
    }

    div.multipleFieldsContainer i.fas.fa-times-circle {
        float: left;
    }

        div.multipleFieldsContainer i.fas.fa-times-circle:not(:first-of-type) {
            margin-top: 11px;
        }

        div.multipleFieldsContainer i.fas.fa-times-circle:first-of-type {
            margin-top: 40px;
        }

    div.multipleFieldsDuplicateButton > button {
        margin-left: 29px;
    }
}