﻿:root {
    --header-bg-color: #F6F6F6;
    --primary-color: #42acf0;
}

.bg-content {
    background: white;
    background-color: white;
}

html {
    background: #EFEFEF;
}

.header {
    background: white;
}

.body-LOGIN {
    font-family: 'Roboto', sans-serif;
    background-color: white;
    background: url('../images/login screen background image.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.page-wrapper.toggled .main-content {
    padding-left: 260px;
}

.page-wrapper .main-content {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border: 0;
    background: none;
    border-bottom: 2px solid var(--primary-color);
}

.chip {
    display: inline-block;
    height: 50px;
    margin-top: 20px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border: 2px solid;
    padding: 0 12px;
    text-align: right;
    -webkit-border-radius: 16px;
    border-radius: 25px;
    /*background: grey;*/
    margin-right: 2.5rem;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

    .chip img {
        float: left;
        height: 50px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .chip b {
        /*padding: 5px 55px;*/
        padding-left: 60px;
    }

    .chip .price-top {
        position: absolute;
        margin-top: -35px;
        color: black;
        top: 0px;
        margin-left: -40px;
        font-weight: 600;
    }

.procedure-data {
    width: 200px;
    vertical-align: top;
}

.userpic {
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
    border-radius: 50px;
}

.search-filter span {
    background: none;
    border-right: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-color: #42acf0;
}

.search-filter input, .search-filter .form-control:focus {
    background: none;
    border-left: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: none;
    border-color: #42acf0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff; /* Red */
}

tbody.collapse.in {
    display: table-row-group;
}

.btn-theme {
    background: var(--primary-color);
    color: white;
    ;
}

.fixed-action-btn {
    position: fixed;
    z-index: 998;
    right: 35px;
    bottom: 35px;
    margin-bottom: 0;
    padding-top: 15px;
}

.btn-floating {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
}

.user-input-wrp .inputText {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #777;
    box-shadow: none !important;
}

    .user-input-wrp .inputText:focus {
        border-color: #42acf0;
        border-width: medium medium 2px;
    }

.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 18px;
    left: 15px;
    opacity: 0.5;
    transition: 0.2s ease all;
}

.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: 0px;
    left: 15px;
    font-size: 13px;
    opacity: 1;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.dropright .dropdown-toggle::after {
    display: none;
}

.opacity-50 {
    opacity: 0.5;
}

fieldset {
    border: 1px solid black;
    width: auto;
    border-top: 1px solid black;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: none;
    box-shadow: 0 0 10px #42acf0;
    margin-bottom: 5px;
    position: relative;
}

    fieldset legend {
        margin: auto;
        width: auto;
        max-width: 100%;
        font-size: 16px;
        line-height: 12px;
        vertical-align: top;
        background: white;
        display: table-cell;
        margin-top: -15px;
        height: 13px;
        padding-left: 5px;
        padding-right: 5px;
    }

    fieldset span {
        margin-bottom: -15px;
        position: absolute;
        text-align: center;
        background: white;
        margin-left: 45%;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: 80px;
    }

.horiz-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
}

.procedures-info ol {
    position: relative;
    display: block;
    display: inline-block;
    min-width: 100%;
    height: 4px;
    margin: 60px auto;
    background: var(--primary-color);
}
    /* .procedures-info ol::before,
.procedures-info ol::after {
	content: "";
	position: absolute;
	top: -8px;
	display: block;
	width: 0;
	height: 0;
  border-radius: 10px;
	border: 10px solid var(--primary-color);
} */
    .procedures-info ol::before {
        left: -5px;
    }

    .procedures-info ol::after {
        right: -10px;
        border: 10px solid transparent;
        border-right: 0;
        border-left: 20px solid var(--primary-color);
        border-radius: 3px;
    }

.procedures-info li {
    position: relative;
    display: inline-block;
    width: 200px;
    font: bold 14px arial;
    text-align: center;
    ;
}

    .procedures-info li .diplome {
        position: absolute;
        top: -47px;
        left: 36%;
        color: #000000;
    }

    .procedures-info li .point {
        content: "";
        top: -6px;
        left: 43%;
        display: block;
        width: 16px;
        height: 16px;
        border: 4px solid var(--primary-color);
        border-radius: 10px;
        background: #fff;
        position: absolute;
    }

    .procedures-info li .description {
        padding: 10px;
        margin-top: 20px;
        position: relative;
        font-weight: normal;
        z-index: 1;
    }

.procedures-info .description::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: -5px;
    left: 43%;
}

.procedures-info li:hover {
    cursor: pointer;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.list-patient-procdure {
    float: left;
    /*padding:10px 20px;*/
}


.List-Rx-Status li {
    display: inline-block;
    font-size: 20px;
    padding: 20px;
    /*border: 1px solid;*/
}

.modal.fade.in {
    opacity: 1;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

.modal-backdrop.in {
    opacity: 0.5;
    /* opacity: $modal-backdrop-opacity; (SCSS) */
}

.modal-center-override {
    top: 50% !important;
    transform: translateY(-50%) !important;
    -webkit-transform: translateY(-50%) !important;
    -moz-transform: translateY(-50%) !important;
    -o-transform: translateY(-50%) !important;
}

.dental-chart {
    width: 270px;
    float: left;
}

.pull-left {
    float: left !important;
}

/*.caret {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    display: inline-block;
    margin-left: 0;
    vertical-align: middle;
    width: 0;
}*/

.pull-right {
    float: right !important;
}

.ui-select-toggle.btn {
    border: 1px solid #ced4da;
}

.ui-select-choices.dropdown-menu {
    display: block;
}

.ui-select-match-text {
    max-height: 24px;
}

.ui-select-match.btn-default-focus {
    border-radius: .25rem;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    outline: 0;
}

    .ui-select-match.btn-default-focus > .ui-select-toggle {
        border-color: #80bdff;
    }

.dis-flex {
    display: flex;
}

.AttachmentHistory img {
    width: 100%;
    display: block;
    margin: auto;
}
