﻿
.sidebar-wrapper1 {
    width: 260px;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: 255px !important;
    z-index: 999;
    border-left: 1px solid blue;
}

.sidebar-wrapper li img {
    width: 20px;
    margin-right: 14px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-menu li:hover {
    border: 1px solid white;
    background: white;
}

.sidebar-menu li:hover {
    border: 1px solid white;
    background: white;
}

    .sidebar-menu li:hover a {
        color: var(--primary-color) !important;
    }

body {
    font-family: 'Roboto', sans-serif;
    background: #EFEFEF;
}

.page-wrapper.toggled .main-content {
    padding-left: 280px;
}

.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;
}

.table td,
.table th {
    vertical-align: middle;
    padding: 0px;
}

.rounded-border {
    border-radius: 50%;
}

.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: 35px;
    margin-top: 20px;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
    border: 2px solid;
    padding: 0 12px;
    text-align: right;
    -webkit-border-radius: 16px;
    border-radius: 25px;
    margin-right: 0.5rem;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}


.chip {
    background-color: rgba(0,0,0,.1);
}

    .chip.collapsed {
        background-color: white;
    }

    .chip .content {
        background-color: #42acf0;
        color: white;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .chip img {
        float: left;
        height: 25px;
        margin-left: 10px !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }


    .chip b {
        padding-left: 45px;
        font-weight: 400;
    }

    .chip .price-top {
        position: absolute;
        margin-top: -35px;
        color: black;
        top: 0px;
        margin-left: -40px;
        font-weight: 600;
    }

.chip-options {
    display: inline-block;
    background-color: white;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 15px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: 8px 18px;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-border-radius: .125rem;
    border-radius: 20px;
    cursor: pointer;
    word-wrap: break-word;
}

.procedure-options {
    z-index: 99;
}

    .procedure-options img,
    .user-options img {
        width: 16px;
        display: block;
    }

.rounded-circle {
    border-radius: 50%;
}

.bg-blue {
    background: blue;
}

.bg-green {
    background: green;
}

.bg-red {
    background: red;
}

.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 */
}

.dropright {
}

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;
    line-height: 47px;
    text-align: center;
    color: white !important;
    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;
}

.waves-effect {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.btn-outline-primary {
    color: #4285f4 !important;
    background-color: transparent !important;
    border: 2px solid #4285f4 !important;
}


.btn.btn-lg {
    padding: 1rem 2.4rem;
    font-size: .94rem
}

    .btn.btn-lg .fa {
        font-size: 1rem
    }

.btn.btn-md {
    padding: .7rem 1.6rem;
    font-size: .7rem
}

    .btn.btn-md .fa {
        font-size: .8rem
    }

.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: 0.9rem
}

    .btn.btn-sm .fa {
        font-size: .7rem
    }

.btn-rounded {
    border-radius: 10em !important;
}

.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;
    }

.patient-row {
    /* border: 1px solid grey;
    border-radius: 30px;
    margin-bottom: 10px; */
    border: 1px solid #EFEFEF;
    border-radius: 20px;
}

.horiz-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 40px;
}

.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;
    margin-right: 10px;
}

    .procedures-info li .diplome {
        position: absolute;
        /*float:left;*/
        top: -47px;
        margin:auto;
        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 {
        border: 1px solid black;
        padding: 10px;
        margin-top: 20px;
        position: relative;
        font-weight: normal;
        z-index: 1;
        border-radius: 20px;
        overflow: auto;
        white-space: initial;
        height:120px;
    }

.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;
}

/*.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}*/

.switch-field label {
    display: inline-block;
    background-color: white;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: none;
    padding: 6px 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.procedure-chip {
    margin-bottom: 10px;
    position: relative;
    margin-top:5px;
}

.note-data {
    background-color: #F6F6F6;
    border-radius: 20px;
}

.note-content {
    border-bottom: 1px solid grey;
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    -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);
}

.radio-field {
    overflow: hidden;
}

    .radio-field input {
        position: absolute !important;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        width: 1px;
        border: 0;
        overflow: hidden;
    }

    .radio-field label {
        color: black;
        text-align: left;
    }

    /*.radio-field li {
        padding-left: 0px;
    }*/

        .radio-field li img {
            width: 25px;
            height: 25px;
            margin-right: 20px;
        }

    .radio-field input:checked + label {
        background-color: var(--primary-color);
        color: white;
        font-weight: bold;
    }

.list-table-data tr td, .list-table-data tr th{
    padding: 10px;
}
h6.pat-name{
    width:150px;
}