.horizontal-app-menu-item-active {
    border-bottom: 2px solid #dc7c45!important;
}
.btn-complete, .btn-complete:focus {
    background-color: #dc7c45;
    border-color: #dc7c45;
}
.btn-complete.active, .btn-complete:active, .btn-complete.active:focus, .btn-complete:active:focus,
.btn-complete.active:hover, .btn-complete:active:hover, .show .dropdown-toggle.btn-complete {
    background-color: #ce692e;
    border-color: #ce692e;
}
.btn-complete:hover {
    background-color: #ee8e57;
    border-color: #ee8e57;
}
.login-wrapper .bg-pic > img {
    opacity: 1;
}
.loginLogo {
    background-repeat: round;
    width: 100%;
    margin-top: 70px;
}
#loginCreditsLogoContainer {
    display: none!important;
}
.col-sm-9 {
    width: 100%;
}
.left-sidebar-menu-item-active {
    border-right: 2px solid #dc7c45!important;
}
.cc-background {
    background-color: white;
    padding-left: 20px;
}
.cc-head-title {
    text-transform: uppercase;
    padding-left: 3px;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    font-family: 'Montserrat' !important;
}
.cc-sub-head {
    padding-left: 3px;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 10px;
    font-family: 'Montserrat' !important;
}
#usernameInput-error, #passwordInput-error {
    display: none !important;
}
.red {
    color: red;
}
.DTTT_button_xls {
    background-color: #27ae60!important;
    color: white!important;
}
.checkbox input[type=checkbox][disabled] + label {
    opacity: 1;
}
.checkbox input[type=checkbox]:checked + label::before {
    border-color: #dc7c45;
}
#FFollowupByImplantFieldsContainter > div {
    padding-top: 20px;
}
.secondary-sidebar, #CursorGImplantsComponentHeader, #CursorFImplantComponentHeader,
#CursorGProsthesisTypesComponentHeader, #CursorGProsthesesComponentHeader,
#CursorFFollowupByImplantComponentHeader, #CursorGFollowupByImplantComponentHeader, #CursorFQuestionnaireComponentHeader,
#CursorFProsthesisComponentHeader, #CursorGImplantsByProsthesisComponentHeader {
    padding-left: 20px;
}
#CursorGUsersComponentHeader, #CursorGFollowupTypesComponentHeader, #CursorFFollowupTypeComponentHeader,
#CursorGLingueComponentHeader, #CursorGStringheComponentHeader, #CursorGTraduzioniComponentHeader,
#CursorFUserComponentHeader, #CursorFAccountComponentHeader {
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
#CursorFFollowupByImplantComponentHeader {
    border-bottom: none;
}

.table thead tr th{
    color: #000;
}

#LanguageNamespaceContainer ul{
    display: none;
}

.card-title{
    padding-top: 15px;
    padding-left: 15px;
}

.nav-tabs-simple > li.active > a:after, .nav-tabs-simple > li > a:hover:after {
    height: 3px;
    background-color: #dc7c45 !important;
}

.table-hover>tbody>tr:hover {
    background-color: #efb39129;
}

.table.table-hover tbody tr:hover > td {
    background: #efb39129 !important;
}

.column_group_cell{
    font-weight: bold!important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: auto;
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 11px;
}

/*chart*/
.chart-header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
    min-height: 90px;
    padding-left: 15px;
    padding-right: 15px;
}

.chart-filter-container{
    display: flex;
    gap: 25px;
}

.chart-filter-container label{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat' !important;
}

.chart-filter-input{
    min-width: 200px;
}

canvas{
    font-family: 'Montserrat' !important;
}

#reportsPage label{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat' !important;
    padding: 15px;
}

.chart-patient{
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat' !important;
    text-align: center;
}

.chart-patient-numbers{
    display: flex;
    margin-bottom: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 20px;
    background-color: #F0F2F3;
    border-radius: 5px;
    justify-content: center;
    color: #223645;
}

.chart-patient-numbers p{
    font-size: 36px;
    font-weight: 600;
}

.prosthesis-list 
{
    white-space: pre;
}

.implant-header-prostheses-list {
    list-style-type: none;
    padding: 0;
}

.prosthesis-item {
    font-size: 0.95em;
    color: #444;
}

.prosthesis-item:last-child {
    border-bottom: none;
}