* { outline: none !important; }
html {
    height: 100%;
}
body {
    height: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
    /*padding-bottom: 74px;*/
}
var{ font-style: normal; }
a.disabled{ 
    pointer-events: none; 
    cursor: default;
}

.capitalize-text {
    text-transform: capitalize;
}

.capitalize-first-letter::first-letter {
    text-transform: capitalize;
}

.uppercase-text {
    text-transform: uppercase;
}


.btn-outline-success {
    color: #8BC34A;
    border-color: #8BC34A;
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.btn-outline-success {
    color: #8BC34A;
    border-color: #8BC34A;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(139, 195, 74);
}
.btn-success {
    color: #fff;
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.btn-success:hover {
    color: #fff;
    background-color: #8BC34A;
    border-color: #8BC34A;
}
.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34a;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #7fb145;
    border-color: #7fb145;
}

.text-success {
    color: #8BC34A!important;
}
.border-success {
    border-color: #8BC34A!important;
}
.bg-success {
    background-color: #7fb145!important;
}


.text-primary {
    color: #00a2cb!important;
}
.border-primary {
    border-color: #00a2cb!important;
}

.btn-green { background-color: #8BC34A; color: #fff; }
.btn-blue { background-color: #00a2cb; color: #fff; }
.btn-orange { background-color: #fc9d1d; color: #fff; }
.btn-outline-blue { border-color: #00a2cb; color: #00a2cb; background-color: #fff; }
.btn-outline-orange { border-color: #fc9d1d; color: #fc9d1d; background-color: #fff; }

.text-blue{ color: #00a2cb; }
.text-orange{ color: #fc9d1d!important; }

.table td, .table th { vertical-align: middle;}

/* Sidebar */

.control-user-button-wrapper img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.sidebar-container-bg {
    background-color: #444;
    min-height: 100%;
}
.sidebar-container {   
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sidebar__avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.avatar-text {
    font-size: 16px;
    color: white;
}

.list-unstyled {
    width: 100%;
}
.main__nav .nav-tabs {
    border-bottom: #444 !important;
}

.avatar-text p {
    margin-bottom: 0px !important;

}
.avatar-text-name,
.avatar-text-type {
    font-weight: lighter;
}
  
.avatar-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sidebar__options {
    padding-top: 50px;
    width: 100%;
    font-weight: lighter;
    overflow: auto;
}

.sidebar__options .nav {
    width: 100%;
}
.sidebar__options .nav a {
    padding-left: 15px;
}

.sidebar__options .fa-chevron-down,
.sidebar__options .fa-chevron-right {
    margin-left: 10px;
}

.sidebar-offcanvas::-webkit-scrollbar {
    width: 1px;    
}
.sidebar-offcanvas {
    position: fixed;
    height: 100%;
    overflow: auto;
} 
.sidebar-header {
    padding-top: 50px;
    padding-bottom: 10px;
}
.edit-general-color {
    color: #fc9d1d;
    cursor: pointer;
    font-size: 14px;
}

.sidebar-element {
    color: white;
    font-weight: lighter;
    font-size: 14px;
    white-space: nowrap;
    text-transform: uppercase;
    overflow: hidden;
}
.sidebar-element.active {
    border-left: 6px solid #fc9d1d;
}
.sidebar-element:hover {
    color: white;
}
.navbar-element:hover {
    color: #9b9b9b;
}

/** overlay for sidebar */

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

/* Header */

.header__image img {
    width: 100%;
    height: auto;
}

.header__mobile {
    position: absolute;
    /* width: 65%; */
    /* height: 100%; */
    /* top: 0; */
}

.main__nav .nav-link-page {
    color: #9b9b9b;
    text-transform: uppercase !important;
}

.main__nav .nav-link {
    text-transform: uppercase;
}

.main__nav .nav-tabs .nav-item {
/*    box-shadow: -1px -3px 5px 0px #d8d6d6;*/
}

.main{ min-height:calc(100% - 85px); }

.main__nav {
    padding-top: 5px;
    background-color: #444;    
    font-size: 90%;
}

.main__nav .nav-tabs .nav-link {
    border: none; 
    border-top-left-radius: .7rem;
    border-top-right-radius: .7rem;
    background-color: #dadada;    
    font-weight: lighter;
    height: 100%;
}
.main__nav .nav-tabs .nav-item.show .nav-link,
.main__nav .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.main__nav .active {
    color: #fc9d1d !important;
}

/* ADD NEW CASE */

.input-group>.form-control:focus {
    /*background-color: #fc9d1d;*/
}

.resume-work__items {
    /* border: 1px solid #fc9d1d; */
    padding-top: 3px;
    font-style: italic;
    padding-left: 4px;
    padding-bottom: 6px;
}

.category-delete {
    padding-bottom: 2px;
}
.category-icon {
    padding-right: 4px;
}
.category-delete-value {
    background-color: #d8d8d8;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-left: 5px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 14px;
}

.category-delete-value i {
    color: #f95080;
    font-size: 14px;
    padding-left: 3px;
}


/* Customize the label (the container) */
.label-container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .label-container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .label-container input:checked ~ .checkmark {
    background-color: #fc9d1d;
  }
  fieldset:disabled .label-container input:checked ~ .checkmark {
    background-color: #6c757d;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .label-container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .label-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.standard-text {
    margin-bottom: 2px !important;
    color: #4a4a4a;
    font-style: italic;
    font-size: 14px;
}
.content {
    padding-top: 15px;
    /*overflow: auto;*/
    height: calc(100% - 80px);
    padding-bottom: 20px;
}

.add-work__work-elements {
    background-color: white;
    padding-top: 14px;
}
.work-elements__images-list {
    width: 100%;
}

.work-elements-options {
    margin-top: 20px;
    font-size: 12px;
}
.work-elements-options form {
    height: 278px;
    overflow-y: auto;
    padding-left: 12px;
}

.select-resume-work-element {
    border-color: #eeee;
}

.custom-control-input {
    border-radius: 0px !important;
}

.add-work__files {
    background-color: white;
    padding-top: 10px;
}

.add-work__samples {
    background-color: white;
}

.work-elements-options__0 {
    padding-top: 10px;
}

.add-patients button, .add-medics button {
    background-color: #9b9b9b;
    height: 34px;
    width: 30px;
    display: flex;
    justify-content: center;
    border-radius: 0px;
    color: white !important;
}

.files-add-photos button, .add-work__samples button {
    background-color: #fc9d1d !important;
    color: white !important;
    height: 34px;
    width: 30px;
    display: flex;
    justify-content: center;
    border-radius: 0px;
}

.gallery-photo-item {
    border: 1px solid #eeee;
}

.add-work__add-patients-resume-work {
    padding-top: 14px;
}

.add-patients input, .add-medics input, .add-work__samples input {
    height: 34px;
    border-radius: 0px;
    border: none;
}
.fa-times {
    cursor: pointer;
}

.custom-control-label::after {
    cursor: pointer;
}

.category-delete:last-child {
    padding-bottom: 6px;
}
.category-delete p {
    margin-bottom: 0px !important;
}

.files-add-photos, .files-add-stl-file {
    background-color: #efecec;
    height: 60px;
}

.general-form-control {
    background-color: #efecec !important;
    height: 34px;
    border-radius: 0px;
}

.images-list {
    padding: 0px 16px;
}

.uploaded-image {
    height: 48px;
    /*width: 44px;*/
    padding: 4px;
}

.uploaded-image-container {
    cursor: pointer;
}

.uploaded-images-list {
    padding-right: 12px;
    padding-top: 6px;
}
.table-wrapper {
    border: 1px solid #4a4a4a;
}

.images-list img {
    width: 28px;
    height: auto;
    cursor: pointer;
}
.sample-container {
    background-color: #d8d8d8;
    height: 30px;
    width: 230px;
}

.main__other-details {
    background-color:white;
    padding-top: 10px;
}

.other-details-container {
    background-color: #efecec;
    /*height: 34px;*/
    width: 100%;
    border: none;
    padding-left: 10px;
}

/* .other-details-save-btn {
    background-color: #fc9d1d;
    color: white;
    border: none;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 18%;
    font-size: 14px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    padding: 4px;
} */

.other-details-button {
    width: 100%;
}

.other-details-save {
    display: flex;
    flex-flow: row-reverse;
}

.sidebar__options li.active {
    background-color: #585858;
}
.sidebar__options .main-link {    
    font-weight: lighter;
    font-size: 14px;
}

.sidebar__options .nav-item ul li:nth-child(2) {
    margin-top: 7px;
} 

/* .work-elements-options form::-webkit-scrollbar {
    width: 1em;
}
.work-elements-options form::-webkit-scrollbar-track {
    background: #d8d8d8; 
}
  
.work-elements-options form::-webkit-scrollbar-thumb {
  background-color: #fc9d1d;
} */
.general-no-wrap {
    white-space: nowrap;
    font-size: 14px;
}

.general-select-control {
    border-radius: 0px;
}
.fa-check-square {
    color: #fc9d1d;
}
.fa-square {
    color: gray;
}
.fa-minus {
    cursor: pointer;
}

.input-patient-dropdown, .input-medic-dropdown {
    position: absolute;
    z-index: 1;
    background: #fc9d1d;
    top: 35px;
    left: 30px;
    border: 1px solid #fc9d1d;
    max-height: 300px;
    overflow-x: hidden;
    right: 0;
}

.input-patient-option, .input-medic-option {
    cursor: pointer;
}

#calendar {
    max-width: 900px;
    margin: 20px auto;
}

.general-select-color {
    background-color: #fc9d1d;
    color: white;
}

/* CALENDAR */

.calendar-card-wrapper {
    border-radius: 8px;
    /* padding-left: 6px !important; */
    box-shadow: 2px 3px 5px 1px #d8d6d6;
    border: 1px solid lightgray;    
    overflow: hidden;
}

.calendar-card-wrapper-title {
    background-color: #efecec;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* border-radius: 8px; */
}

/* .calendar-element-row-wrapper {
    border-top: 1px solid red;
} */

.calendar-card-table {
    font-size: 13px;
}

.calendar-card-table-head {
    font-weight: bold;
}

/** MODALS **/

.already-selected-date {
    font-size: 12px;
    font-style: italic;
}

.modal-container {
    padding: 0px !important;
    
}
.modal__title {
    background-color: #4a4a4a;
    padding: 5px 0px 5px 20px;
}
.title-p {
    color: #eff0f2;
    margin: 0px !important;
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
}
.modal__information {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #9b9b9b;

}
.general-padding-modal {
    padding: 0px !important;
}
.modal__button-group {
    display: flex;
    flex-direction: column;

}
.button-group-print, .button-group-summary {
    background-color: #fc9d1d;
    color: #eff0f2;
    border: solid 1px #fc9d1d;
    font-size: 14px;
}
.information-list {
    color: #eff0f2;
}
.standard-info {
    margin-bottom: 0px !important;
}
.general-button {
    width: 100%;
    padding: 6px;
    margin-bottom: 10px;
}
.information-buttons {
    padding-top: 10px;
}
.table-step-date {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.production-management__table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 40px;
}
.input-date {
    padding-bottom: 10px;
}
.step-general {
    font-size: 16px;
}
.label-subtext {
    font-size: 12px;
}

.photo-gallery__grid {
    padding-top: 20px;
}

.grid-image-container {
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer !important;
}

.received-works-media {
    width: auto;
    height: 16px;
}

.uploaded-image-container, .images-number {
    cursor: pointer;
}

table {
    width: 100%;
}

.entity-table-information, .entity-table {
    border-collapse: separate !important;
}

.entity-table {
    width: 100%;
    margin: 0px !important;
    font-size: 12px;
    padding-left: 40px;
}
.service-name-general {
    color: #fc9d1d;

}
.general-th {
    font-size: 10px;
}
.category-icon-border {
    border-right: 1px solid #d8d8d8;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 6px;
}

.panel-title {
    /* background-color: #cfd3d6; */
    justify-content: space-between; 
}

/* .service-title-text.active {
    background-color: #eff0f2;
} */

.service-title {
    padding-left: 14px;
}
.service-title-wrapper {
    border-bottom: 1px solid #d8d8d8;
}
.panel-row-color {
    background-color: #dee2e6;
}

.service-element-padding {
    padding: 0px !important;
}

.category-title-wrapper {
    padding-left: 14px;
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
.panel-title-service {
    padding-left: 10px;
    /* background-color: #dee2e6; */
}

.general-padding-panel-default {
    padding-left: 33px;
}
.standard-input {
    border-radius: 0px !important;
    padding: 0px 0px 0px 6px !important;
    font-size: 12px !important;
    background-color: #fc9d1d;
    color: white;
}

.input-date-form-control {
    border-radius: 0px;
}

.date-input-picker {
    width: 100%;
    margin-right: 10px;
}

.production-input-text {
    border-radius: 0px !important;
    height: 92px !important;
}

.date-input-output {
    color: #fc9d1d;
}

.date-table__date {
    margin-bottom: 10px;
}
.general-step {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
}
.table td, .table th{
    /*border: 0 !important;*/
}
.image-container img {
    margin: 0 auto;
    position: absolute;
    /* bottom: px; */
    left: 0;
    right: 0;
    max-width: 65%;
    /* margin-top: 16px; */
}

.modal__button {
    /* background-color: white; */
    display: flex;
    flex-direction: row;
    width: 100%;
    display: flex;
    flex-flow: row-reverse;
    padding-bottom: 20px;
    padding-top: 20px;
}

.select-teeth__button {
    padding-top: 60px;
    padding-bottom: 60px;
}

.button-cancel {
    /* background-color: #a09e9e;
    color: white;
    border: none; */
    font-size: 14px;
    width: 20%;
    /* padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer; */
}


.custom-service-material-input {
    display: none;
}

.button-save {
    margin-left: 12px;
    font-size: 14px;
    width: 20%;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}

.button-close {
    background-color: #fc9d1d;
    color: white;
    border: none;
    margin-left: 12px;
    font-size: 14px;
    width: 20%;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
}

.table-step__label  {
    width: 100% !important;
    padding: 0px !important;
}

.table-step__date {
    padding: 0px !important;
    align-items: center;
}

.modal-footer {
    padding: 0px !important;
}
.no-padding-modal-body {
    padding: 0px 14px 0px 14px !important;
}

.mobile-button-wrapper {
    justify-content: center;
    height: 100%;
    align-items: center;
}

.mobile-button {
    /* width: 56%; */
    /* height: 30%;*/
    height: 90%;
    width: 96%;
    display: flex;
    justify-content: center;
    background-color: transparent;
    /* border: 1px solid white; */
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 3px;
    border: none;
    font-size: 22px;
}

.mobile-button i {
    color: white;
}

.arrow-button-mobile {
    background-color: transparent;
    border-color: transparent;
    cursor: pointer;
    padding: 18px;
}
.arrow-button-mobile i {
    color: white;
}

.mobile-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    display: none;
}

.input-search-button {
    color: white;
    background-color: #fc9d1d;
    border: 1px solid #fc9d1d;
    border-radius: 2px;
    cursor: pointer;
}

.input-search-button .fa-search {
    padding: 2px;
}
.add-medic-button-wrapper .fa-plus {
    color: #fc9d1d;
}

.fa-plus {
    cursor: pointer;
}

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #fc9d1d;
    display: inline-block;
    padding: 4px 8px;
    cursor: pointer;
    background-color: #fc9d1d;
}
.custom-file-upload .fa-plus, .custom-file-upload .fa-calendar-alt{
    color: white;
} 

.input-calendar-wrapper {
    width: 100%;
}

.input-calendar-wrapper input {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

/* LABORATORY STEPS */

.production-steps, .employees-number {
    padding: 40px 20px 0px 20px;
}

.production-steps__title, .employees-number__title {
    color: #fc9d1d;
    font-weight: bold;
    font-size: 24px;
}
.general-text {
    font-weight: bold;
}
.general-active {
    font-weight: bold;
    color: green;
}
.general-inactive {
    font-weight: bold;
    color: red;
}

.standard-button {
    background-color: #fc9d1d;
    color: white;
    border: 1px solid #fc9d1d;
    margin-left: 16px;
    font-size: 14px;
    width: 40%;
    padding-top: 6px;
    padding-bottom: 6px;
    cursor: pointer;
    font-weight: bold;
}
.production-steps-wrapper {
    padding: 30px;
}
.buttons-group {
    display: flex;
    justify-content: center;
}
.service-element-tr {
    border: 1px solid #d8d8d8;
}

.offer-image-wrapper img {
    max-height: 36px;
    cursor: pointer;
}

.laboratory-offer-print-email, .general-table {
    font-size: 12px !important;
}

.offer-choose-tooth-description {
    font-size: 12px;
    font-style: italic;
}

.general-table {
    font-size: 14px;
}

.offer-tooth-title {
    font-size: 9px;
    padding-left: 10px;
}
/*suprascriere*/
.laboratory-offer-category:disabled {
    background-color: white;
    color: black;
}


/* SERVICES */

.custom-services__title {
    color: #9b9b9b !important;
    font-style: italic;
    font-size: 14px;
    /* display: flex;
    flex-direction: column; */
}

.custom-services__table {
    margin-top: 10px;
}
.title-subtext {
    font-size: 10px;
    padding-left: 2px;
}

.general-text-icon {
    text-align: center;
}

.top-text {
    text-align: center !important;
}

.standard-padding {
    padding-left: 40px !important;
}

.fa-check {
    color: #009900;
    cursor: pointer;
}
.fa-edit {
    color: #fc9d1d;
    cursor: pointer;
}
.fa-times {
    color: red;
    cursor: pointer;
}
.add-button {
    height: 34px;
    bottom: 0;
    background-color: #fc9d1d;
    color: white;
    border: none;
    cursor: pointer;
}
.custom-services__input {
    border-radius: 0px;
}

.heading-category .active {
    background-color: #dee2e6;
}

.category-icon-sublevel {
    border-right: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 6px;
}
.no-ancore-style:hover {
    text-decoration: none;
    color: black;
}

.no-ancore-style {
    color: black;
}

.head-table-material-title {
    background-color: #d8d8d8;
    font-size: 12px;
}
.custom-service-title {
    color: #fc9d1d;
}

.select-standard-material, .add-custom-material {
    font-size: 12px;
}
.sub-title-service {
    font-size: 16px;
    
}

.custom-modal-table-head {
    font-size: 16px;
}

.add-new-material-custom-button {
    background-color: #fc9d1d;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 6px;
    width: 100%;
}

/* LABORATORY STEPS */


/* .step-title {
    color: #bbb;
    font-style: italic;
} */

.steps-table tbody tr.active {
    background-color: #fc9d1d;
}

.steps-table tr {
    cursor: pointer;
}

.steps-modal .modal__button {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

/* .steps-modal .modal__button .button-cancel {
    background-color: transparent;
    color: #fc9d1d;
    border: 1px solid #fc9d1d;
} */

.delete-employ {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}

.border-steps-table {
    min-height: 400px;
    border: 1px solid #dee2e6;
    margin-bottom: 15px;
    font-size: 14px;
}

/*.table.general-table tbody.edit-mode input.form-control{
    border: 0 none;
}

.table.general-table thead th {
    vertical-align: initial;
    font-weight: lighter;
}*/

.general-table .td-cod {
    width: 15%;
}

.general-table .td-denumire {
    /* width: 45%; */
}

.general-table .td-categorie {
    width: 15%;
}
.general-table .td-stages {
    width: 10%;
}

.general-table .td-indice {
    width: 10%;
}

.general-table .td-imagine {
    width: 5%;
}

.general-table .td-status {
   width: 5%;
   /* vertical-align: middle; */
}

.general-table .statusInactiv {
    color: red;
}

.table .general-table-header {
    color: #bbb;
    font-style: italic;
    font-size: 12px;
}

.tfoot-status-wrapper {
    vertical-align: middle !important;
}

.general-inputs-edit input.form-control {
  border-color: #fc9d1d;
}

.general-table {
    min-width: 780px;
}

.general-title {
    text-transform: uppercase;
    font-weight: bolder;
    /*font-size: 16px;*/
}

a.general-link {
    text-decoration: underline;
    color: #fc9d1d;
    font-weight: 400;
    text-transform: none;
}


/* LOGIN */

.login-container {
    height: 100%; 
    overflow-y: auto;
    color: #fff;
    
/*    background-color: rgba(49, 58, 71, 1);
    background-image: url('../img/section-miiosmile-line-50.png');*/
    /*background: linear-gradient( rgba(49, 58, 71, 0.9) 100%, rgba(49, 58, 71, 0.9) 10%), url('../img/section-miiosmile-line.png');*/ 
/*    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;*/
}

.btn-360 {
    color: #fff;
    border-radius: 30px;
    min-width: 180px;
}
.btn-360-login {
    background-color: #50ced2!important;
    color: #333;
}
.btn-360-register {
    background-color: #313a47!important;
    color: #fff!important;
}


#logo-image {
    /*width: 70%*/
}

.login-card {
    background-color: white;
}

.register-card {
    background-color: #fc9d1d;

}

.register-card__text {
    font-size: 12px;
}

.register-button {
    color: black;
    background-color: #fc9d1d;
    border: 1px solid black;
    cursor: pointer;
}

.login-button {
    color: black;
    background-color: #fc9d1d;
    border: 1px solid #fc9d1d;
    cursor: pointer;
}

.reset-password-link {
    color: black;
    text-decoration: underline;
}

.reset-password-link:hover {
    color: black;
}

.login-title {
    color: #4e4e4e;
    font-weight: 900;
    font-size: 22px;
}
.login-input-label {
    color: #4e4e4e;
    font-size: 12px;
}

.login-input {
    border-color: #4e4e4e;
}

.register-card-title {
    font-weight: 900;
}

.register-button-wrapper {
    padding-top: 100px;
}

.policy-paragraph {
    text-align: center;
    color: #666666;
    font-size: 12px;
    margin: auto;
    /* margin: 0px !important; */
    margin-bottom: 0px !important;

}

.image-logo-wrapper img {
    /*height: 40px;*/
}


/** RECEIVED WORKS */


/*.general-table-works {
    font-size: 12px;
}*/

.table-header {
    background-color: #444;
    color: white;
    font-size: 12px;
}
.information-help-wrapper {
    font-size: 12px;
    font-style: italic;
}

.information-help-paragraph {
    font-weight: bold;
    padding-top: 8px;
}

.information-help {
    /* height: 100%; */
    background-color: #efecec;
    padding: 6px;
}

/* .information-help-favourite-medics {
    background-color: #fdebcc;
    padding: 6px;
} */

.lognotif-row.active {
    background-color: rgba(252, 157, 29, 0.15);
} 


.lognotif-row:last-of-type {
    border: none;
}
.general-type-button {
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
}

.general-type-button.orange {
    background-color: #fc9d1d;
}
.general-type-button.blue {
    background-color: #19a3ca;
}

.general-type-button.green {
    background-color: #80d136;
}

.general-type-button.gray {
    background-color: #9b9b9b;
}

.general-type-button:disabled, .general-type-button[disabled] {
    opacity: 0.4;
}

 .see-work-buttons-group-wrapper {
    background-color: #f2f2f2;
} 

.general-contact-page {
    background-color: #9b9b9b;
    padding: 6px;
    color: white;
    font-style: italic;
    font-size: 12px;
}

.view-more-messages {
    cursor: pointer;
}

.see-work-print-page {
    height: 400px;
    width: 100%;
    background-color: #eaeaea;
    margin-bottom: 20px;
}


.general-button-icon {
    width: 22px;
    height: 22px;
}


.see-work-button:disabled, .see-work-button[disabled] {
    opacity: 0.4;
}

.print-page-paragraph-wrapper {
    width: 100%;
    
}
.print-page-paragraph {
    justify-content: center;
    width: 100%;
    color: #b7b6b6;
    font-size: 14px;
    text-align: center;
}

.general-link-color {
    color: #fc9d1d;
    font-style: underline;
}

.received-work-line-entity.active{
    background-color: rgb(252, 157, 29, 0.46) !important;
}

.received-work-print {
    width: 100%;
}
.received-work-print-iframe {
    width: 100%;
    height: 100%;
}

.table-received-works {
    white-space: nowrap;
}
.table-received-works tr {
    cursor: pointer;
}

.see-work-add-date-button {
    background-color: #fc9d1d;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 6px;
    width: 100%;
}
.notify-title {
    font-weight: 600;
    font-size: 13px;
}
.notify-text {
    font-size: 12px;
}
.lognotif-row {
    border-bottom: 1px solid lightgray;
    cursor: pointer;
}
.notify-date {
    color: dimgray;
}

.popover-header {
    background-color: #fc9d1d;
    color: white;
    padding: 12px;
}
.popover-body {
    padding: 10px !important;
    overflow: hidden;
}
.bs-popover-auto[x-placement^=right]>.arrow::before, .bs-popover-right>.arrow::before{
    border-right-color: #fc9d1d !important;
}
.bs-popover-auto[x-placement^=left]>.arrow::before, .bs-popover-left>.arrow::before{
    border-left-color: #fc9d1d !important;
}
.bs-popover-auto[x-placement^=top]>.arrow::before, .bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^=top]>.arrow::after, .bs-popover-top>.arrow::after{
    border-top-color: #fc9d1d !important;
}
.bs-popover-auto[x-placement^=bottom]>.arrow::after, .bs-popover-bottom>.arrow::after
.bs-popover-auto[x-placement^=bottom]>.arrow::before, .bs-popover-bottom>.arrow::before{
    border-bottom-color: #fc9d1d !important;
}
/*
.arrow:after {
    border-bottom-color: #fc9d1d !important;
  }*/

.popover-header:before {
    border-bottom: 1px solid #fc9d1d !important;
}
.popover {
    border: 1px solid #fc9d1d;
}
.page-item.active .page-link {
    background-color: #fc9d1d !important;
    border-color: #fc9d1d !important;
}

.page-link {
    color: #fc9d1d;
}

.page-link:hover {
    color: #fc9d1d;
}


/* .page-item.active .page-link {
    background-color: #fc9d1d !important;
    border-color: #fc9d1d !important;
}

.page-link {
    color: #fc9d1d !important;
} 

.page-link.active {
    color: white !important;
} */

/* MESSAGES */ 

.top-messages-conter-container{ display: inline-block; background-repeat: no-repeat; background-position: center; background-size: contain; 
                               width: 24px; height: 24px; background-image: url('../img/ico_msg-notif-inactive.png');}

.container-white-msg {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    /* min-height: 400px; */
    display: flex;
    flex-direction: column;
}

/* .container-white-msg .mesagerie {
    overflow-x: scroll;
} */

.bg-medic-msg {
    background-color: #eaf5f9;
    border-radius: 6px;
    word-break: break-word;
}
.bg-teh-msg {
    background-color: #fdf4e5;
    border-radius: 6px;
    word-break: break-word;
}

.field-write .container-attach {
    background-image: url(../img/ico_files.png);
    height: 36px;
    width: 36px;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
}

.field-write .container-send {
    background-image: url(../img/ico_send-tech.png);
    height: 40px;
    width: 60px;
    background-position: center;
    background-size: 60%;
    background-repeat: no-repeat;
    /* background-color: #fc9d1d; */
    border-radius: 50%;
}

.field-write {
    width: 100%;
}
.mesagerie {
    overflow-y: auto;
    /* max-height: 71vh; */
    max-height: calc(100vh - 250px);
}

.messages-user-avatar-logo {
    width: 6vh;
    height: 6vh;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../img/icons/user.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.container-white-msg {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100%;
    /* min-height: 400px; */
    display: flex;
    flex-direction: column;
}

/* SELECT TEETH */

.select-teeth-content {
    overflow-y: hidden !important;
    overflow-x: auto;
}

/* FAVOURTIES MEDICS */

.general-card-header {
    background-color: #fc9d1d;
}

.collapse-medics-title {
    color: white;
    text-decoration: none !important;
    font-style: italic;
    
}
.collapse-medics-title:hover {
    color: white;
    text-decoration: none;
}

.medics-card-body {
    padding: 0px !important;
}
.works-see-mesages {
    color: white;
    background-color: #fc9d1d;
    border: 1px solid #fc9d1d;
    border-radius: 2px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}

.search-medic-label {
    font-style: italic;
    font-size: 16px;
    color: #4e4e4e;
}

.search-medic-input {
    border: 1px solid #fc9d1d;
    border-radius: 2px;
    width: 100%;
    height: 36px;
    padding-left: 10px;
}

.card-image-container {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
}

.card-image-entity {
    /* background-image: url('../img/dentist-image.png'); */
    height: 72%;
    /* height: 250px; */
    background-size: cover;;
    background-repeat: no-repeat;
    background-position: center;
}

.card-medic-information {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 6px;
    font-size: 12px;
    color: #4a4a4a;
}

.card-medic-name {
    font-weight: bold;
}

.card-search-medics-body {
    padding: 0.5rem !important;
}

.add-favorites-icon {
    height: 26px;
    background-size: contain;
    background-image: url("../img/icons/friends-a.png");
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.add-favorites-icon:hover {
    background-color: #f9f9f9;
}
.friends-both {
  background-image: url("../img/icons/friends-b.png"); }

.friends-from {
  background-image: url("../img/icons/friends-m.png"); }

.friends-to {
  background-image: url("../img/icons/friends-t.png"); }


.add-favorites-title {
    font-size: 14px;
    color: #a09e9e
}

/* LABORATORY OFFER */

.disabled-style {
    background-color: white !important;
}

.edit-percent-mode {
    border: 0 none !important;
}

.save-percent-mode {
    border-color: #fc9d1d !important;
}
.fa-tooth {
    cursor: pointer;
    color: #fc9d1d;
    font-size: 24px;
}


.offer-tooth-image {
    border: 1px solid #b7b6b6;
    padding: 14px;
    margin: 10px;
}

.offer-tooth-image.active {
    border: 1px solid #fc9d1d;
}

.offer-tooth-image img {
    max-height: 100px;
    width: 70px;
}

.container-radio {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
    background-color: #fc9d1d;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
    display: block;
}
  
  /* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fc9d1d;
}


.laboratory-offer-add-service {
    background-color: #fc9d1d;
    color: white;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 8px;
    width: 100%;
}

.offer-tooth-title {
    display: flex;
    justify-content: center;
}

.laboratory-offer-tfoot {
    background-color: #eee;
}

/* PATIENTS */

.patients-table-entity.active {
    background-color: rgb(252, 157, 29, 0.46) !important;
}
.patients-table-entity {
    cursor: pointer;
}

/* LOGOUT */

.logout-button { 
    color: white;

}

.logout-button:hover {
    color: #fc9d1d;
}

.laboratory-offer-help {
    cursor: pointer;
    color: #fc9d1d;
}



/* EMPLOYEES */

.card-employee-name {
    font-size: 14px;
}

.card-employee-details {
    border: 1px solid #dee2e6;
}
.employee-avatar {
    background-image: url('../img/user.png');
    width: 10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.add-employee-icon i {
    color: #ff9800;
}

/* .card-employee-status {
    font-size: 12px;
} */

/* DASHBOARD */

.bold {
    font-weight: bold;
}
.dashboard-mini-card-wrapper {
        
    background-color: #ffffff;
    border-radius: 8px;
    /*padding-left: 6px !important;*/
    box-shadow: 2px 2px 3px 0px #e8e8e8;
    text-decoration: none;
    color: #2d2d2d;
    cursor: pointer;
    border: solid 0.5px #e8e8e8;
}
.dashboard-mini-card-wrapper:hover{ text-decoration: none;  color: #000; }

.dashboard-mini-card-wrapper.delayed {
    border-left: 10px solid red;
}

.dashboard-mini-card-wrapper.finished {
    border-left: 10px solid #80d136;
}

.dashboard-mini-card-wrapper.active {
    border-left: 10px solid #6c757d;
}

.dashboard-mini-card-wrapper.new {
    border-left: 1px solid #efecec;
    padding-left: 9px;
}

.dashboard-cases-number {
    font-size: 40px;
}
.dashboard-cases-name {
    font-size: 15px;
}
.dashboard-cases-help {
    padding-top: 30px !important;
}

.dashboard-cases-help i {
    color: #969090;
    
}


/* PRODUCTION */

.production-stage-case-card {
    border-radius: 8px;
    border: 1px solid lightgray;
}

.production-case-button {
    color: black;
    background-color: white;
    border: 1px solid lightgray;
    font-size: 14px;
    cursor: pointer;
    padding: 6px 20px 6px 20px;
    border-radius: 5px;
}
.production-stage-case-title {
    font-size: 14px;
    font-weight: bold;
}
.production-stage-case-subtitle {
    font-size: 10px;
}

.production-stage-case-description {
    font-size: 15px;
}


/* Media Queries */

@media all and (min-width: 1500px) {
    .elements-superior td {
        background-position: top !important;
    }
    .elements-inferior td {
        background-position: bottom !important;
    }
    .custom-services__title {
        display: flex;
        flex-direction: column;
    }
    .modal-xl {
        max-width: 1200px !important;
    }
}

@media all and (min-width: 1200px) and (max-width: 1500px) {

    .custom-services__title {
        display: flex;
        flex-direction: column;
    }
    .modal-xl {
        max-width: 1100px !important;
    }
}


/* LARGE **/
@media all and (min-width: 992px) and (max-width: 1200px) {

    .modal-xl {
        max-width: 990px !important;
    }
    .elements-inferior td {
        background-size: 60% !important;
    }

    .elements-superior td {
        background-size: 70% !important;
    }

    .sidebar__options {
        /*max-height: 360px;*/
        overflow: auto;
    }

    .mobile-button {
        font-size: 22px;
    }

    .mobile-overlay {
        left: 280px;
    }

    .sidebar-container-bg {
        z-index: 999;
        width: 280px;
    }
    .sidebar__options, .avatar-text {
        font-size: 12px;
    }

    .sidebar__options {
        padding-top: 30px;
    }

    .images-list img {
        width: 26px;
        height: 36px;
    }

    /* .other-details-save-btn {
        width: 22%;
    } */
    .elements-superior td {
        background-position: top !important;
    }
    .elements-inferior td {
        background-position: bottom !important;
    }
}

/* MEDIUM **/
@media all and (min-width: 769px) and (max-width: 991px) { 
    .modal-xl {
        max-width: 750px !important;
    }
    .elements-inferior td {
        background-size: 68% !important;
    }

    .elements-superior td {
        background-size: 68% !important;
    }
    .sidebar__options {
        /*max-height: 360px;*/
        overflow: auto;
    }
    .sidebar__options {
        padding-top: 30px;
    }
    .mobile-overlay {
        left: 280px;
    }
    .sidebar-container-bg {
        z-index: 999;
        width: 280px;
    }
    .grid-image-container {
        height: 150px;
    }
    .nav-option {
        /*font-size: 12px;*/
    }
    .select-teeth__material {
        margin-top: 10px;
    }
    .color-option1 {
        margin-bottom: 10px;
    }
    .main__nav {
        /*font-size: 11px;*/
    }

}


/* SMALL **/
@media all and (min-width: 577px) and (max-width: 769px){

    .modal-xl {
        max-width: 550px !important;
    }
    .sidebar__options {
        /*max-height: 300px;*/
        overflow: auto;
    }
    .sidebar__options {
        padding-top: 20px;
    }
    .sidebar-container-bg {
        z-index: 999;
        width: 280px;
    }
    .mobile-overlay {
        left: 280px;
    }
    /* .other-details-save-btn {
        width: 25%;
        
    } */
    .button-save {
        font-size: 12px;

    }
    .button-cancel {
        font-size: 12px;
    }
    .nav-option {
        /*font-size: 14px;*/
    }
    .select-teeth__material {
        margin-top: 10px;
    }
    .color-option1 {
        margin-bottom: 10px;
    }
    .main__nav {
        /*font-size: 10px;*/
    }
}

@media all and (min-width: 421px) and (max-width: 577px){

    .reset-password-link-wrapper {
        padding-left: 0px !important;
    }
    .sidebar__options {
        /*max-height: 300px;*/
        overflow: auto;
    }
    .sidebar__options {
        padding-top: 20px;
    }

    .sidebar-container-bg {
        z-index: 999;
        width: 230px;
    }
    .mobile-overlay {
        left: 230px;
    }

    .standard-button {
        font-size: 12px;
        width: 26%;
    } 
    .main__nav {
        /*font-size: 8px;*/
    }

	.work-elements__container {
        display: flex;
        flex-direction: column;
    }
    .button-save {
        font-size: 12px;
        width: 20%;

    }
    .button-cancel {
        font-size: 12px;
        width: 20%;
    }

    /* .other-details-save-btn {
        width: 30%;
    }  */
    .grid-image-container {
        height: 400px;
    } 
    .button-close {
        width: 30%;
    }
    .image-container img {
        height: 48px;
    }
    .select-teeth__material {
        margin-top: 10px;
    }
    .color-option1 {
        margin-bottom: 10px;
    }
}

@media all and (max-width: 421px){

    .reset-password-link-wrapper {
        padding-left: 0px !important;
    }

    .sidebar-container-bg {
        z-index: 999;
        width: 200px;
    }
    .mobile-overlay {
        left: 200px;
    }

    .standard-button {
        font-size: 12px;
        width: 26%;
    } 

    .main__nav {
        /*font-size: 5px;*/
    }
    .standard-text {
        font-size: 10px;
    }
    /* .other-details-save-btn {
        width: 35%;
    } */
    .button-save {
        font-size: 12px;
        width: 30%;

    }
    .button-cancel {
        font-size: 12px;
        width: 30%;
    } 

    .grid-image-container {
        height: 300px;
    } 
    .button-close {
        width: 30%;
    }
    .arrow-button-mobile {
        padding: 10px;
    }
    .image-container img {
        height: 40px;
    }
    .sidebar-header {
        padding-top: 20px;
    }
    .sidebar__options {
        padding-top: 20px;
    }
    .general-no-wrap {
        font-size: 12px;
    }
    .sidebar__options {
        /*max-height: 300px;*/
        overflow: auto;
    }
    .select-teeth__material {
        margin-top: 10px;
    }
    .color-option1 {
        margin-bottom: 10px;
    }
}


.fc .fc-toolbar>*>:first-child {
    text-transform: capitalize;
}


/**
OVERWRITE BOOTSTRAP
/**/

.carousel-indicators { bottom: -30px; }
.carousel-indicators li { background-color: rgba(255, 152, 0, .4); }
.carousel-indicators .active{ background-color: #ff9800; }


.modal.modal-help .modal-content{ background-color: transparent; border: 0 none; }
.modal-backdrop.modal-backdrop-help{ background-color: #fff; }
.modal-backdrop.modal-backdrop-help.show { opacity: .9; }


/**print bug fix**/
@media print {
    #section-to-print, .section-to-print{ contain: size; }
}


