﻿.box-title {
    display: flex;
    align-items: center;
}
.eye-text-hilight {
    background-color: #0f6860;
    color: #fff;
    padding: 1px 10px;
    border-radius: 2px;
}

.d-sitting-count {
    background-color: #2bbb94;
    padding: 0px 15px;
    font-size: var(--font-size-md);
    color: #fff;
    border-radius: 100px;
}

.b-bottom-1 {
    border-bottom: 1px solid #ddd !important;
}

.revenue-wrap > .table-responsive {
    overflow-x: scroll;
    white-space: nowrap;
}

.fund-bill i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/newiconss/funds-bill-01.svg);
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.fund-bill:hover i {
    background: url(../img/newiconss/funds-billhover-01.svg);
    background-position: center;
    background-size: contain;
}
/*Easy Mode*/
.auto-textarea {
    max-height: 80px;
    overflow: hidden scroll !important;
}

.Diagnosis-Easymode ul li {
    list-style: none;
}

.Diagnosis-Easymode {
    border-bottom: 1px solid #d5d5d5;
}

    .Diagnosis-Easymode ul {
        margin: 0;
    }

ul.liinvestigation > li.tile-header {
    padding-left: 0;
    display: inline-block;
}

ul.liinvestigation > li.diagnosis-blockli {
    display: inline-block;
    background-color: #ececec;
    padding: 10px 15px;
    margin-top: 5px;
    margin-right: 5px;
}

.Diagnosis-Easymode .diag-head {
    color: #1e977c;
    font-size: var(--font-size-2l);
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 19px;
    float: left;
    cursor: pointer;
    margin: 0;
    padding: 0;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Diagnosis-Easymode .diag-span {
    position: relative;
    top: 2px;
    font-weight: 500;
    color: #f57104;
}

.Diagnosis-Easymode .diag-head:before {
    content: "\f0fa"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0.1em; /* same as padding-left set on li */
    width: 1.5em; /* same as padding-left set on li */
}

.Diagnosis-Easymode p {
    color: #757575;
    font-size: var(--font-size-lg);
    font-weight: 500;
}

.detailspatient {
    font-size: var(--font-size-xl);
    font-weight: 600;
}

.appointmentTableThBg tbody tr {
    border-left: 2px solid #eee;
    border-top: 2px solid #f1f3f6;
    border-bottom: 2px solid #f1f3f6;
}

.summary-label .controls {
    display: inline-block;
    float: left;
    position: absolute;
    right: 10px;
    top: 6px;
}
/*Dashboard*/
.iconbox-single {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 16px -2px rgba(0,0,0,.5), 0 0 0 1px rgba(0,0,0,.02);
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    height:116px !important;
}

    .iconbox-single:hover {
        /*box-shadow: 0 4px 16px -2px rgba(43, 187, 148,1), 0 0 0 1px rgba(0,0,0,.02);*/
        background-color: rgba(43, 187, 148, 0.1)
    }

.circle-text h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 31px;
}

.circle-text p {
    font-weight: 500;
    font-size: var(--font-size-sm);
    margin: 0;
}

.iconbox-single .circle-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    float: left;
}

.iconbox-single .circle-icon-Report {
    position: relative;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    display: flex;
    float: left;
}

.iconbox-single h5 {
    margin: 0;
    font-weight: 500;
    font-size: var(--font-size-3l);
}

.opthainvest li {
    display: inline-block;
    background-color: #41a6c2;
    color: #fff;
    padding: 4px 10px 4px 10px;
    border-radius: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .opthainvest li span {
        color: #fff;
    }

/*Medical History*/
.HistoryName {
    padding: 3px;
}

    .HistoryName span {
        font-size: var(--font-size-2l);
        line-height: 29px;
    }

    .HistoryName img {
        width: 35px;
    }

.Historytextbox img {
    height: 30px;
    position: relative;
    top: 3px;
}

.label__checkbox {
    display: none;
}

.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background: white;
    vertical-align: middle;
    margin-right: 20px;
    width: 4em;
    height: 4em;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}

    .label__check i.icon {
        opacity: 0.2;
        font-size: calc(0.9rem + 0.6vw);
        color: transparent;
        -webkit-transition: opacity .3s .1s ease;
        transition: opacity .3s .1s ease;
        -webkit-text-stroke: 3px rgba(0, 0, 0, 0.5);
    }

    .label__check:hover {
        border: 2px solid rgba(0, 0, 0, 0.2);
    }

.label__checkbox:checked + .label__text .label__check {
    -webkit-animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
    animation: check 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) forwards;
}

    .label__checkbox:checked + .label__text .label__check .icon {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0);
        color: white;
        -webkit-text-stroke: 0;
        -webkit-animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
        animation: icon 0.3s cubic-bezier(1, 0.008, 0.565, 1.65) 0.1s 1 forwards;
    }



.checkboxlabel {
    display: inline;
    padding: 0;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.checkboxcenter img {
    position: absolute;
    width: 30px;
    right: 16px;
    top: 2px;
}

@-webkit-keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes icon {
    from {
        opacity: 0;
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes check {
    0% {
        width: 4em;
        height: 4em;
        border-width: 5px;
    }

    10% {
        width: 4em;
        height: 4em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
    }

    12% {
        width: 4em;
        height: 4em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
    }

    50% {
        width: 4em;
        height: 4em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 4em;
        height: 4em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}

@keyframes check {
    0% {
        width: 4em;
        height: 4em;
        border-width: 5px;
    }

    10% {
        width: 4em;
        height: 4em;
        opacity: 0.1;
        background: rgba(0, 0, 0, 0.2);
        border-width: 15px;
    }

    12% {
        width: 4em;
        height: 4em;
        opacity: 0.4;
        background: rgba(0, 0, 0, 0.1);
        border-width: 0;
    }

    50% {
        width: 4em;
        height: 4em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 4em;
        height: 4em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}

.addinvestigation img {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 23px;
}

.modal-content {
    border-radius: 9px !important;
    border-right: none;
}

.modal-header .close {
    margin-top: 10px;
    color: #ff9f9f !important;
    opacity: 0.9;
    font-size: 25px !important;
    position: relative;
}
.AddInvestigations li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
}


    .AddInvestigations li:nth-child(1) {
        margin-left: 0px;
    }

.bill-delete-btn img, .app-bill-add-btn img{
    width: 17px;
}

.word-wrap span {
    word-wrap: break-word;
    word-break: break-word;
}

.summary-label label {
    font-size: var(--font-size-xl);
    padding: 5px;
    margin: 0px;
    width: 100%;
    background-color: #aaeedf;
}

.summary-Investigation label {
    font-size: var(--font-size-2l);
    padding: 10px 0;
}

.select-motility option {
    font-weight: 500;
    font-size: var(--font-size-5l);
    cursor: pointer;
}

.visitR-form {
    float: left;
    padding: 10px;
    width: 20%;
}

.visitReason-form {
    float: left;
    padding: 10px;
    width: 40%;
}

.custom-nav {
    background-color: #fff;
    margin-bottom: 5px;
    box-shadow: 0 1px 0px rgba(0,0,0,0.16), 0 0px 3px rgba(0,0,0,0.23);
}

    .custom-nav li a {
        border-radius: 0;
        font-size: var(--font-size-xl);
        font-weight: 500;
        color: #000;
    }
/*Buttons*/

    .ul-rightside li.active a {
        color: #fff;
    }

.primary-btn {
    color: #fff;
    background-color: #0ed977;
    border-color: #00d466;
}

.warning-btn {
    color: #fff;
    background-color: #ffbc1a;
    border-color: #ffc94d;
}

.blue-btn {
    color: #fff;
    background-color: #00b0ff;
    border-color: #009de6;
}

.danger-btn {
    color: #fff;
    background-color: #f93547;
    border-color: #f81b30;
}

.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active,
.primary-btn.active,
.open .dropdown-toggle.primary-btn {
    color: #fff !important;
    background-color: #0cc069;
    border-color: #0ed977;
}

.danger-btn:hover,
.danger-btn:focus,
.danger-btn:active,
.danger-btn.active,
.open .dropdown-toggle.danger-btn {
    color: #fff !important;
    background-color: #f82036;
    border-color: #fa5263;
}

.warning-btn:hover,
.warning-btn:focus,
.warning-btn:active,
.warning-btn.active,
.open .dropdown-toggle.warning-btn {
    color: #fff !important;
    background-color: #ffb300;
    border-color: #ffbc1a;
}

.blue-btn:hover,
.blue-btn:focus,
.blue-btn:active,
.blue-btn.active,
.open .dropdown-toggle.blue-btn {
    color: #fff !important;
    background-color: #008bcc;
    border-color: #009de6;
}

/*Close Buttons*/
.input-group-addon {
    background-color: #cee8fa;
    border: none;
}

.left-ra-inpur > input.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-addon i {
    color: #2d527c;
}

.count h4 {
    color: #2d527c;
    margin: 5px 0;
    font-size: var(--font-size-md);
}

.summary-reports img, .grayImg-size img {
    width: 210px;
}

.InvestiSelect option {
    padding: 10px;
}

.InvestiSelect ul {
    box-shadow: none;
}

    .InvestiSelect ul li {
        list-style: none;
        background-color: #f1f1f1;
        padding: 5px 37px 5px 10px;
        margin-bottom: 7px;
        float: left;
        border-radius: 5px;
        color: #8ba9b5;
        margin-right: 15px;
    }

        .InvestiSelect ul li.active {
            color: #fff !important;
            background-color: #2bbb94 !important;
        }

.panel-heading ul {
    float: right;
    margin-bottom: 0;
}

.InvestiSelect ul li:first-child {
    margin-left: 0px;
}

.InvestiSelect ul li i.fa-times {
    position: relative;
    left: 20px;
    cursor: pointer;
}

.InvestiSelect ul li i.fa-ellipsis-v {
    position: relative;
    left: 30px;
    cursor: pointer;
}


.pre-ops input, select {
    border: none;
}

.postops-table tr td {
    padding: 0 10px !important;
}

.pre-ops label {
    line-height: 31px;
    margin-bottom: 0px;
}

input::placeholder {
    color: #d5d5d5 !important;
}

/*toggle*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}
/*Settings Navigation*/
.ehnote-navigation ul li {
    cursor: pointer;
    margin: 1px 0;
}

.ehnote-navigation ul li a {
    list-style: none;
    color: #000;
    padding: 10px 9px 10px 10px;
    font-weight: 600;
    display: block;
}
.ehnote-navigation ul li:hover a,
.ehnote-navigation ul li:focus a {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}
.ul-rightside li.active > a,
.ul-rightside li.active:hover > a {
    background-color: #1d5558;
    color: #fff;
}


.dropdown-content span {
    position: absolute;
    font-weight: 500;
    line-height: 8px;
    left: 48px;
}

.dropdown-content i {
    color: #1abc9c;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown > .form__control{
display:block !important;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
    top: 34px;
}

    .dropdown-content a {
        color: black;
        padding: 10px 15px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.PatientInfo {
    position: relative;
    width: 80%;
    float: left;
}

    .PatientInfo label {
        line-height: 35px;
        font-weight: 500;
        font-size: var(--font-size-md);
    }

    .PatientInfo ul li {
        list-style: none;
        margin-bottom: 7px;
    }

        .PatientInfo ul li i {
            font-size: 19px;
            color: #8ba9b5;
        }

        .PatientInfo ul li span {
            position: relative;
            top: 0px;
            right: -7px;
            font-weight: 500;
            font-size: var(--font-size-md);
        }

.page-content {
    position: absolute;
    left: 0;
    margin-left: 5%;
    height: 100%;
    width: 95%;
}

#sidebar_left {
    background-color: #fff;
    width: 5%;
    height: 100vh;
    left: 0;
    top: 5px !important;
    position: fixed;
    z-index: 99;
    box-shadow: 0 4px 20px 1px rgba(0,0,0,.06), 0 1px 4px rgba(0,0,0,.08);
    -webkit-transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
    transition: all 350ms cubic-bezier(0.6, 0.05, 0.28, 0.91);
}

.setting-content {
    left: 0;
    height: 100%;
    width: 99%;
}

md-select-menu.md-default-theme md-content md-option, md-select-menu md-content md-option {
    font-weight: 500 !important;
    color: #414141 !important;
}

md-input-container.md-default-theme .md-input, md-input-container .md-input, md-select.md-default-theme .md-select-value, md-select .md-select-value {
    color: #5b6579;
    border-color: #d4d9e2;
    font-weight: 500;
    font-size: var(--font-size-lg);
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.badge.badge-danger {
    background-color: #DA4F49;
    color: #fff;
}

.badge.badge-warning {
    background-color: #FAA732;
    color: #ecf0f1;
}

.badge.badge-success {
    background-color: #5BB75B;
    color: #ecf0f1;
}

.badge.badge-primary {
    background-color: #337AB7;
    color: #fff;
}

.badge.badge-info {
    background-color: #46C5D1;
    color: #fff;
}

.patientData {
    text-decoration: none;
    padding: 8px 15px;
    display: block;
    height: 58px;
    cursor: pointer;
    float: right;
    outline: none;
}

.patientData .badge {
    width: 22px;
    height: 22px;
}

.patientData ul li a i {
    height: 25px;
    width: 25px;
    display: block;
    vertical-align: middle;
    margin: auto;
    bottom: 0px;
    position: relative;
    top: 18px;
    z-index: 0;
    background-color: #fff;
    border-radius: 50px;
    color: #047ec5;
    line-height: 26px;
    padding-left: 6px;
    font-size: var(--font-size-xl);
}

/*Sidebar*/
#sidebar_left .user-info {
    padding: 25px 7px 0px 7px;
    white-space: nowrap;
    position: relative;
    height: 184px;
    background-color: #232332;
}

    #sidebar_left .user-info .admin-image {
        display: table-cell;
        vertical-align: top;
    }

    #sidebar_left .user-info .admin-action-info > ul li a {
        color: #fff;
        float: left;
        font-size: var(--font-size-3l);
        height: 29px;
        line-height: 29px;
        text-align: center;
        width: 29px;
        padding: inherit;
        background-color: transparent;
        border: none;
    }

    #sidebar_left .user-info .admin-action-info > ul li {
        float: left;
        margin-right: 1px;
    }

    #sidebar_left .user-info .admin-image > img {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        float: left;
        width: 72px;
        height: auto;
    }

    #sidebar_left .user-info .admin-action-info {
        display: table-cell;
        padding-left: 20px;
        vertical-align: middle;
    }

        #sidebar_left .user-info .admin-action-info > span {
            color: #fff;
            float: left;
            font-size: var(--font-size-md);
        }

        #sidebar_left .user-info .admin-action-info h3 {
            color: #fff;
            float: left;
            font-size: var(--font-size-xl);
            font-weight: bold;
            line-height: 22px;
            margin: 0;
            width: 100%;
        }

        #sidebar_left .user-info .admin-action-info > ul {
            float: left;
            list-style: outside none none;
            margin: 5px 0 0 -5px;
            padding: 0;
            width: 100%;
        }

    #sidebar_left .user-info .quick-stats {
        float: left;
        text-align: left;
        width: 100%;
    }

        #sidebar_left .user-info .quick-stats > h5 {
            color: #fff;
            float: left;
            font-size: var(--font-size-md);
            font-weight: normal;
            letter-spacing: 0.3px;
            line-height: 22px;
            margin: 5px 0;
            width: 100%;
            text-transform: uppercase;
        }

        #sidebar_left .user-info .quick-stats > ul {
            list-style: outside none none;
            margin: 0;
            padding: 0;
        }

            #sidebar_left .user-info .quick-stats > ul > li {
                float: left;
                padding: 0 1px;
                width: 33.333%;
            }

                #sidebar_left .user-info .quick-stats > ul > li > span {
                    background: #ffffff none repeat scroll 0 0;
                    -webkit-border-radius: 2px;
                    -moz-border-radius: 2px;
                    -ms-border-radius: 2px;
                    -o-border-radius: 2px;
                    border-radius: 2px;
                    color: #555;
                    float: left;
                    font-size: var(--font-size-2l);
                    padding: 5px 0;
                    text-align: center;
                    width: 100%;
                    font-weight: 700;
                }

                    #sidebar_left .user-info .quick-stats > ul > li > span i {
                        color: #777;
                        float: left;
                        font-size: var(--font-size-md);
                        font-style: normal;
                        letter-spacing: 0.3px;
                        line-height: 14px;
                        width: 100%;
                        font-weight: 500;
                    }

/*Sidebar close*/

.bold-500 {
    font-weight: 500;
}

.bold-600 {
    font-weight: 600;
}
/*Border*/
.br-1 {
    border-right: 1px solid #e5e5e5;
}
.bl-1 {
    border-left: 1px solid #e5e5e5;
}
.bb-1 {
    border-bottom: 1px solid #e5e5e5;
}
.bt-1 {
    border-top: 1px solid #e5e5e5;
}
/*Indent css*/

.b-0 {
    border: none !important;
}

.controls img {
    width: 20px;
}

canvas#eye_canvas {
    background-image: url(img/optha/image-work.png);
    background-position: center;
    background-size: 100% 100%;
}

.pwCanvasPaint canvas:first-child {
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1), -1px -1px 4px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.1), -1px -1px 4px rgba(0,0,0,0.1);
}

.pwColorSelector {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 6px;
}

.pwColor {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}


.undo > button {
    background-color: orange;
    color: white;
    border: none;
    padding: 6px 10px 6px 10px;
    border-radius: 1px;
    float: right;
}

    .undo > button[disabled] {
        background-color: #aaa;
    }


.layout-row label {
    font-size: var(--font-size-lg);
    color: #839098;
    font-weight: 500;
}

.customLabel {
    font-size: var(--font-size-2l);
    color: #463c4c !important;
    font-weight: 500;
}

/*New Screens 30-06-2017*/
.LabelTab label {
    font-size: var(--font-size-sm);
}

.tile-header {
    padding: 5px 15px;
    position: relative;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

    .tile-header .controls, .admission-panel > .controls {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
        list-style: none;
        padding: 0;
        margin: 0;
        height: 100%;
    }

        .tile-header .controls > li > a {
            font-size: var(--font-size-md);
            color: #484848;
            line-height: 2.8;
            font-weight: 600;
            text-decoration: underline;
        }

            .tile-header .controls > li > a > span,
            .tile-header .controls > li > a > i.fa {
                display: inline-block;
                vertical-align: middle;
            }

.controls-new {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    float: right;
    position: relative;
    z-index: initial;
}

    .tile-header .controls > li,
    .controls-new > li,
    .admission-panel > .controls > li {
        display: inline-block;
        height: 100%;
        float: left;
        border-left: 1px solid rgba(0,0,0,.1);
        padding: 0 10px;
        color: #6899ac;
        line-height: 8px;
    }

.LabelVision label {
    font-size: var(--font-size-3l);
    color: #839098;
    font-weight: 500;
}

    .LabelVision label.active {
        color: #fff;
    }

.filter-header {
    padding-bottom: 12px !important;
    border-bottom: 2px solid #1bbc9b;
}
/*HTML 5 */
.tile {
    position: relative;
    margin-bottom: 10px;
    color: #616f77;
    background-color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: opacity .25s ease-out;
}

    .tile.tile-shadow {
        box-shadow: 0 1px 1px rgba(0,0,0,.07);
        border: 1px solid #f1f1f1;
    }

    .tile.tile-rounded {
        border-radius: 3px;
    }

    .tile.collapsed .controls .minimize {
        display: none;
    }

    .tile.collapsed .controls .expand {
        display: inline !important;
    }

    .tile.refreshing {
        filter: alpha(opacity=30);
        opacity: .3;
        cursor: not-allowed;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .tile.refreshing a {
            pointer-events: none;
            cursor: default;
        }

.tile-footer {
    border-top: 1px solid #ddd
}

.tile .tile-body, .tile .tile-footer, .tile .tile-header, .tile .tile-widget, .admission-panel {
    position: relative;
    padding: 8px 15px;
    /*padding-bottom: 5px !important;*/
}

.consl-sc-head > ul > li {
    border: none !important;
    padding: 0 5px !important;
}

.tile.tile-simple .tile-header .controls > li {
    background-color: transparent !important;
}

.sync {
    background-color: #26c09e !important;
}

.EyeThumb {
    background-color: #dbe0e2;
    cursor: pointer;
}

    .EyeThumb:hover {
        outline: 1px solid #f5903f;
        outline-offset: -4px;
    }

.file {
    visibility: hidden;
    position: absolute;
}

.CustomBrowse {
    height: 36px !important;
    text-transform: initial;
    border: 1px solid #dbe0e2 !important;
    background-color: #eeeeee !important;
    font-size: var(--font-size-2l) !important;
}

.CupInput input {
    width: 30px;
    height: 30px;
    padding-left: 5px;
    margin-left: 5px;
}

.CupLabel label {
    display: inline-block;
    bottom: 13px;
    position: relative;
}

.drop-billprofi > ul {
    height: 250px;
    overflow-y: scroll;
    width: 100%;
}

    .drop-billprofi > ul > li {
        display: block;
        border-bottom: 1px solid #ddd;
        cursor: pointer;
    }

        .drop-billprofi > ul > li:hover {
            background-color: #ddd;
        }

            .drop-billprofi > ul > li:hover > div.profile-show div p, .drop-billprofi > ul > li:hover > div.profile-show div label {
                color: #000 !important;
            }

/*Checkbox*/
.checkbox label:after,
.radio label:after {
    content: '';
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    top: 2px;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
        top: 50%;
        left: 20%;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

/*DivOcularMotility Eye*/
.DivOcularMotility {
    max-width: 100%;
    min-height: 255px;
    margin: 0 auto;
    position: relative;
}

.DivOcularMotilityRight ul {
    position: absolute;
    left: 15px;
}

.DivOcularMotilityLeft {
    background: url(../img/optha/om-r.png) no-repeat center right;
    position: relative;
    width: 245px;
    float: right;
    height: 195px;
    background-size: 100% 100%;
    top: 27px;
}

.eye-image-squint {
    position: relative;
    background: none;
    top: 27px;
}

.eye-image-squint-left:after {
    background: url(../img/optha/om-r.png) no-repeat center right;
    position: relative;
    width: 128px;
    float: right;
    height: 116px;
    background-size: 100% 100%;
    top: 56px;
    content: "";
}

.eye-image-squint-right:after {
    background: url(../img/optha/om-l.png) no-repeat center right;
    position: relative;
    width: 128px;
    float: left;
    height: 116px;
    background-size: 100% 100%;
    top: 56px;
    content: "";
}

.DivOcularMotilityRight {
    background: url(../img/optha/om-l.png) no-repeat center right;
    position: relative;
    width: 245px;
    float: left;
    height: 195px;
    background-size: 100% 100%;
    top: 27px;
}

.DivOcularMotility li {
    position: absolute;
    display: block;
    text-decoration: none;
    color: #333;
    list-style: none;
}

.DivOcularMotility label {
    color: #302d2a !important;
    font-weight: 500 !important;
}

.LiOcular-1 {
    width: 160px;
    height: auto;
    top: -20px;
    left: -185px;
}

.LiOcular-2 {
    width: 160px;
    height: auto;
    top: -20px;
    right: -93px;
}

.LiOcular-3 {
    width: 160px;
    height: auto;
    top: 80px;
    left: -185px;
}

.LiOcular-4 {
    width: 160px;
    height: auto;
    top: 180px;
    left: -185px;
}

.LiOcular-5 {
    width: 160px;
    height: auto;
    top: 180px;
    right: 0px;
}
/*Right*/
.LiOcular-6 {
    width: 160px;
    height: auto;
    left: 0;
    top: -20px;
}

.LiOcular-7 {
    width: 160px;
    height: auto;
    right: 277px;
    top: -20px;
    left: 265px;
}

.LiOcular-8 {
    width: 160px;
    height: auto;
    top: 80px;
    left: 265px;
}

.LiOcular-9 {
    width: 160px;
    height: auto;
    top: 180px;
    left: -113px;
}

.LiOcular-c9 {
    width: 160px;
    height: auto;
    top: 80px;
    left: -110px;
}

.LiOcular-10 {
    width: 160px;
    height: auto;
    top: 180px;
    left: 265px;
}

.tabs-header ul {
    text-align: left;
}

.inputgroup-easymode span {
    padding: 0px;
    background: transparent;
}

.inputgroup-easymode input {
    width: 100% !important;
}

/*Responsive*/
@media all and (min-width:1200px) {
    .LabelVision label {
        font-size: var(--font-size-sm);
    }
    .appointment-full-popup > .modal-dialog {
        width: 90%;
    }
}

@media all and (min-width:992px) and (max-width:1300px) {
    .input-easymode label, .custo-easymode label, .group-easymo-label label {
        font-size: 9px;
    }
    .appointment-full-popup > .modal-dialog {
        width: 98%;
        overflow: hidden;
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .appointment-full-popup > .modal-dialog {
        width: 95%;
    }
}

/*Setting Switch*/

.setting-checkb {
    margin-bottom: 0;
}

    .setting-checkb li div label small {
        padding-left: 7px;
    }

.EH-pagination > ul.pagination {
    margin: 0;
}

    .EH-pagination > ul.pagination > li > a:first-child,
    .EH-pagination > ul.pagination > li > a:last-child {
        border-radius: 5px !important;
        color:#1d5558;
    }

    .EH-pagination > ul.pagination > li > a {
        border-radius: 5px;
        margin: 0 5px;
    }
.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff !important;
    background-color: #1d5558 !important;
}

.bshadow-none {
    box-shadow: none !important;
}

.dow-fab {
    padding: 5px;
    border-radius: 50px;
    color: #0f6860;
    border: 1px solid #2bbb94;
}

    .dow-fab:hover {
        color: #fff;
        background-color: #0f6860;
    }

.bg-default {
    background-color: #f1f1f1;
}

.invent-ulli > ul.dropdown-menu > li {
    width: 100% !important;
    float: none !important;
    display: block;
}
/*Inventory*/
.invent-tabs {
    display: inline-block;
    border-bottom: none !important;
    background-color: transparent;
}

    .invent-tabs > li {
        margin-right: 4px;
    }

        .invent-tabs > li > a {
            border: 1px solid #2bbb94;
            padding: 2px 15px;
            border-radius: 100px !important;
            display: inline-block;
            color: #2bbb94;
            font-weight: 600;
            background-color: #fff;
            margin-bottom: 5px;
        }

        .invent-tabs > li.active > a,
        .invent-tabs > li:hover > a {
            background-color: #2bbb94 !important;
            color: #fff;
        }

.font-sm {
    font: smaller !important;
}

/*font weight*/
.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}
/*Bg-Color*/
.apptbn-success {
    display: flex;
}
.apptbn-success > li {
    flex: 1;
    margin: 0 5px;
}

.bg-ehnote-light {
    background-color: #bcf5f1;
    color: #0f6860;
}

    .bg-ehnote-light:hover {
        background: linear-gradient(to right, #0f6860,#2bbb94) !important;
        color: #fff !important;
    }

        .bg-ehnote-light:hover a {
            color: #fff !important;
        }

.apptbn-success > li > a.bookappbt {
    background-color: #0cc069;
}

.apptbn-success > li > a.startapptbn {
    background-color: #0f6860;
}

.apptbn-success > li > a.billingapptbn {
    background-color: #e67e22;
}

.apptbn-success > li > a.fileuploadpatinet {
    background-color: #0f6860;
}

/*Border*/
.progress-wrapper > i.text-blue {
    border: 3px solid #FFA638;
}

.progress-wrapper > i.text-red {
    border: 3px solid #01A994;
}

.progress-wrapper > i.text-green {
    border: 3px solid #ACA188;
}

.progress-wrapper > i.text-softpink {
    border: 3px solid #017BAC;
}

.border-none {
    border: none !important;
}
.border-bottom-none {
    border-bottom: none !important;
}

.break-all {
    word-break: break-all !important;
}

.border {
    border: 1px solid #ddd !important;
}

.border-bottom {
    border-bottom: 1px solid #dcdcdc !important;
}
.border-top {
    border-top: 1px solid #dcdcdc !important;
}
.border-left {
    border-left: 1px solid #dcdcdc !important;
}
.border-right {
    border-right: 1px solid #dcdcdc !important;
}



.border-dot {
    border-bottom: 1px dotted #ddd;
}

.panelBorder {
    border-top: 2px solid #0f6860;
}

/*Radious*/
.br-0 {
    border-radius: 0 !important;
}

.b-r-15 {
    border-radius: 15px !important;
}

.b-r-100 {
    border-radius: 100px !important;
}

.over-scrol-y {
    overflow: auto;
}

.over-hidden {
    overflow-x: hidden !important;
}

.cur-default {
    cursor: default !important;
}

.dis-inline-table {
    display: inline-table !important;
}

.dis-web-inline {
    display: -webkit-inline-box !important;
}

.text-danger {
    color: #d32020 !important;
}

.let-space-3 {
    letter-spacing: 3px;
}

.l-h-45 {
    line-height: 45px !important;
}

.z-index-auto {
    z-index: auto !important;
}

.border-ddd {
    border: 1px solid #ddd !important;
}

.zindex-9 {
    z-index: 9;
}

.resize-none {
    resize: none !important;
}

.word-wrap {
    word-wrap: break-word;
}

.pull-inital {
    float: initial !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.Dashboard_Popup {
    height: 350px;
    overflow: scroll;
}
/*Revenue Details*/
/*setting/consent setting*/

.consent-form-img {
    float: left;
    width: 97%;
}

.delete-icon {
    position: absolute;
    right: 0px;
}
/*setting/investigstion*/
.diagnosis-blockli-li {
    padding: 6px 11px !important;
    border-radius: 15px !important;
}

/*Admin-Dashboard*/
.progress-wrapper {
    position: relative;
    text-align: center;
}

    .progress-wrapper > i {
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }

.bg-dutch {
    background-color: #5FD5E9 !important;
    color: white !important;
}

.bg-drank {
    background-color: #3f4e62 !important;
    color: white !important;
}

.bg-license {
    background-color: #008080 !important;
    color: white !important;
}

.list-group-ul {
    width: 100%;
    padding: 0px 15px 0;
}

    .list-group-ul > ul {
        margin: 15px 0;
        height: 100px;
        overflow: scroll;
    }

        .list-group-ul > ul > li {
            list-style: none;
            color: #747474;
            font-size: var(--font-size-2l);
            line-height: 13px;
            font-weight: 300;
            padding-bottom: 15px;
        }
/*opticals*/

.login-footer-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.login-footer-section {
    background-color: #c6cfd2;
    color: #71878e;
    opacity: 0.8;
}

    .login-footer-section ul li {
        display: inline-block;
        list-style: none;
        padding: 8px;
        padding-bottom: 0px;
    }

        .login-footer-section ul li a, .login-footer-section ul li span {
            color: #445155;
            text-transform: initial;
            text-decoration: none;
            vertical-align: middle;
            font-size: var(--font-size-xl);
            line-height: 40px;
        }

.patient-card {
    overflow: hidden;
    position: relative;
    border: 1px solid #CCC;
    border-radius: 8px;
    text-align: center;
    padding: 0;
    background-color: #eafbf7;
    color: #1e977c;
    cursor: pointer;
}

    .patient-card .header-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        border-bottom: 1px #FFF solid;
        z-index: 1;
        background-color: #6ae2c8;
    }

    .patient-card .avatar {
        position: relative;
        margin-top: 15px;
        z-index: 100;
    }

.patient-content h5 {
    color: #000;
    font-weight: 500;
}

.patient-content h4, .content p {
    color: #000;
}

.patient-card .avatar img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #1e977c;
}

.line-height {
    line-height: 2.3 !important;
}

.Register_Patient_Popup {
    color: #1e977c !important;
    font-weight: 600;
}

.modal-confirm {
    color: #636363;
    width: 525px;
}

    .modal-confirm h4 {
        text-align: center;
        font-size: 26px;
        margin: 55px 0 -15px;
    }

    .modal-confirm .icon-box {
        color: #fff;
        position: absolute;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: -50px;
        width: 95px;
        height: 95px;
        border-radius: 50%;
        z-index: 9;
        background: #0f6860;
        padding: 15px;
        text-align: center;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    }

        .modal-confirm .icon-box i {
            font-size: 58px;
            position: relative;
            top: 3px;
        }

.apptbn-success > li > a {
    color: #fff;
    padding: 10px 10px;
    border-radius: 100px;
    width: 100%;
    /*margin-bottom: 10px;*/
    display: block;
    text-align: center;
}

.Patient-button {
    background-color: transparent;
    color: #00c853;
    border-color: #00c853;
    margin: 6px 8px;
    border-radius: 2px;
}

.model_select_popup {
    max-height: 284px;
    overflow: scroll;
}

.override_margin {
    padding: 3px !important;
    margin: 0px !important;
}
/*Login*/

.branch-ptext > div > h2 {
    font-size: 35px;
    color: #219173;
}

.bran-arrow > input {
    padding-right: 50px !important;
}

.bran-arrow > img {
    width: 30px;
    position: absolute;
    right: 10px;
    top: 28px;
}

.branch-ptext > div > h4 {
    color: #46237A;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.left-branchline:before {
    content: "";
    position: absolute;
    left: -25px;
    right: 0;
    width: 5px;
    height: 75px;
    background-color: #219173;
}

.btn-back {
    background-color: #ecf0f5;
    color: #219173;
    border-radius: 0 !important;
    padding: 20px 35px !important;
    line-height: 5px !important;
}

.btn-begin {
    background-color: #166a61;
    border-radius: 0 !important;
    color: #fff;
    padding: 20px 35px !important;
    line-height: 5px !important;
}

    .btn-begin:hover, .btn-begin:focus {
        color: #fff !important;
    }

.btn-back:hover, .btn-back:focus {
    color: #219173 !important;
}

.overlay-branch {
    padding: 0;
    overflow: hidden scroll;
    height: 300px;
    width: 300px;
}

.overlay-branch li:first-child {
    margin-top: 10px;
}

.overlay-branch li:first-child > b {
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 10px;
}

.overlay-branch li {
    width: 100%;
}

.ovelybr-ticol > p {
    text-align: center;
    line-height: 55px;
    font-size: 25px;
    color: #fff;
    width: 50px;
    height: 50px;
}

.ovelybrac-text {
    display: flex;
    width: 100%;
    padding: 10px 0;
}

.ovelybr-ticol {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #219173;
    border-radius: 10px;
}

.ovelybr-hostile {
    margin-left: 15px;
}

.overlay-branch li {
    display: block;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
    border-left: 5px solid #ddd;
}

    .overlay-branch li > a {
        border: 1px solid transparent;
        display: block;
        padding: 5px 0 0 10px;
    }

    .overlay-branch li:hover > a {
        /*border: 1px solid #9cacbd;*/
        background-color: #ddd;
    }

    .overlay-branch li:hover {
        border-left: 5px solid #219173;
        cursor: pointer;
    }

.Input_group-Search i {
    position: relative;
    top: 0px !important;
    left: 0px !important;
}

.bg-Ehnote strong {
    color: #fff;
}

.bg-ehnote {
    background: #1d5558 !important;
}

.bg-dark-white {
    background-color: #ddd !important;
}

.Transfer_Ventor {
    padding: 1px !important;
    margin: 5px !important;
}

.lh-25 {
    line-height: 25px !important;
}

.lh-15 {
    line-height: 15px !important;
}

/*Dental/consultation-entry /Case History*/
.pr-tab {
    border-bottom: 1px solid #ddd;
}

.tabContent {
    padding-top: 20px;
}

    .pr-tab li > a {
        margin-right: 0;
        border-radius: 2px;
        border: 1px solid #e9e9ea;
        background-color: #fff;
    }

    .pr-tab li.active > a {
        background-color: #2bbb94;
    }

    .pr-tab li > a h6 {
        color: #7d7d7d;
        font-size: var(--font-size-xl);
        margin-top: 0;
        font-weight: bold;
    }

    .pr-tab li.active h6 {
        color: #000;
    }

    .pr-tab li > a p {
        font-size: var(--font-size-xl);
        color: #121212;
        line-height: 20px;
        margin: 0 0 0px;
    }

.pr-tab > li.active > a,
.pr-tab > li.active > a:focus {
    background-color: #e8f7fb;
    border: none;
    margin: 2px 0;
}

    .pr-tab > li.active > a:hover {
        background-color: #E8F7FB !important;
        border: none;
        transition: background 0.5s linear;
        -webkit-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
    }

.pr-tab > li > a:hover {
    background-color: #F1F1F1;
    transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
}


/*Appointment*/
.h5:before {
    background-color: #f8f8f8 !important;
}

.appointmentlist .app-pa-name {
    max-width: 190px;
    vertical-align: middle;
}

span.char.orange {
    background-color: #F37224;
}

#getDateValueList {
    width: 160px;
    padding-right: 5px;
}
/*dENTAL*/
.table-filter .media-photo {
    width: 35px;
}

.table-filter .media-body {
    display: block;
}

.table-filter .media .title {
    color: #2BBCDE;
    font-size: var(--font-size-xl);
    font-weight: bold;
    line-height: 35px;
    margin: 0;
    position: relative;
    top: 2px;
}

.table-filter .media .summary {
    font-size: var(--font-size-xl);
}

.text-dec-none {
    text-decoration: none !important;
}

.b-r-0 {
    border-radius: 0 !important;
}

.fixed-branch {
    height: 240px;
    overflow-y: scroll;
    border-bottom: 1px solid #f5f5f6;
    padding-bottom: 10px;
}

.age-scale h6, .branch h6 {
    font-size: var(--font-size-xl);
}

.clearfix-p {
    color: #333;
    background: #e9eef3;
    box-shadow: 1px 1px 3px rgba(47, 83, 107, 0.3);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.dis-moz-group {
    display: -moz-groupbox !important;
}

.nlyforscrool {
    overflow-y: scroll;
    width: 100.6%;
    position: absolute;
    overflow-x: hidden;
    direction: ltr;
    right: 0px;
    left: 0;
}

.bg-lite {
    background-color: #E4FFDE !important;
}

.dis-content {
    display: contents !important;
}

.table-layout-fix {
    table-layout: fixed !important;
}
.table-layout-auto {
    table-layout: auto !important;
}

.opacity-0 {
    opacity: 0 !important;
}

.light-label {
    font-size: 1em;
}

.searchByResultTEst span {
    margin: 0 6px;
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.width-500 {
    width: 500px !important;
}

.width-170 {
    width: 170px !important;
}

.list-none {
    list-style: none;
}

.ml_1 {
    margin-left: 1%;
}

.top_5 {
    top: -5px !important;
}

.top-2 {
    top: 2px !important;
}

.m_t_20 {
    margin-top: 20%;
}

.text-eh {
    color: #1e977c;
}

.Break-word {
    word-break: break-word;
}

.text-light {
    color: #777;
}

.clearfix_p {
    color: #333;
    background: #e9eef3;
    box-shadow: 1px 1px 3px rgba(47, 83, 107, 0.3);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.z-15 {
    z-index: 15;
}

.z-16 {
    z-index: 16;
}

.z-9999 {
    z-index: 9999;
}

.bg-light-white {
    background: #ebebeb;
}

.border-green {
    border-left: 3px solid #00A65E;
}

.bbottm-none {
    border-bottom: none;
}

.over-elipsis {
    text-overflow: ellipsis
}

.valhist-copy {
    position: absolute;
    z-index: 1;
    top: -3px;
    right: 3%;
}

.inventory-full-popup > .modal-dialog {
    width: 83%;
    margin: 0 auto;
    top: 0px;
    height: 100vh;
}

.inventory-full-popup > .modal-dialog {
    width: 90%;
    position: absolute;
    right: 0;
    left: 0;
}
.appointment-full-popup {
    z-index: 21000; 
}
.appointment-full-popup > .modal-dialog {
    /*width: 80%;*/
    position: absolute;
    right: 0;
    left: 0;
}
.inventory-full-popup > .modal-dialog > .modal-content {
    box-shadow: none !important;
    border: none !important;
}

.investgi-status-instu {
    border-radius: 100px;
    padding: 5px 15px;
    display: inline-block;
    margin: 4px 10px 0 10px;
}

.uib-contact-lens > .panel-group > .panel-default > .panel-heading {
    background-color: #fff
}
.document-editor__editable > div > .btn-group > button {
    border: none !important;
    margin: 0;
    font-weight: 800;
    font-size: var(--font-size-xl);
    padding: 4px 8px;
}
.document-editor__editable > div > .btn-group {
    border-right: 1px solid var(--color-FAECED)
}
.document-editor__editable > div > .btn-group > button.btn-default.active {
    background-color: #1d5558 !important;
}
.document-editor__editable > div > .btn-group:last-child > button.btn-default.active {
    border: none;
}