.nume_client_dt {
    width: 15%;
}

.data_rezervarii_dt {
    width: 15%;
}

.ora_rezervarii_dt {
    width: 7.5%;
}

.zona_masa_dt {
    width: 8%;
}

.numar_persoane_dt {
    width: 7.5%;
}

.observatii_dt {
    width: 28%;
}

.status_dt {
    width: 9%;
}

.actiuni_rezervari {
    width: 10%;
}

/* .dataTables_scrollHead {
    overflow: visible !important;
} */

div#m_table_1_filter {
    display: none;
}

div#table_clienti_filter {
    display: none;
}

.text_align_right {
    text-align: right;
}

.nume_client_dt2 {
    width: 25%;
}

.e_mailClient_dt2 {
    width: 25%;
}

.telefon_client_dt2 {
    width: 15%;
}

.rezervari_plasate_dt2 {
    width: 15%;
}

.actiuni_clienti {
    width: 20%;
}

.rezervare_client {
    cursor: pointer;
}

.field {
    margin-bottom: 20px;
}

.field p {
    margin-bottom: 5px;
}

.field input {
    width: 100%;
}

.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    width: 100%;
    background-color: #fff;
}

.tt-suggestion.tt-selectable {
    cursor: pointer;
}

.modal_rezervare_noua {
    max-width: 65%;
}

.info_rezervar1 {
    float: left;
}

.field label {
    padding-left: 0px;
}

.field .form-control-feedback {
    display: none;
}

.field.has-danger .form-control-feedback {
    display: inline-block;
}

.eroare_introducere_rezervare {
    display: none;
}

.eroare_introducere_client {
    display: none;
}

.eroare_introducere_rezervare p {
    text-align: center;
    font-size: 18px;
    color: #f4516c;
}

.eroare_introducere_client p {
    text-align: center;
    font-size: 18px;
    color: #f4516c;
}

td.disabled {
    background-color: rgba(87, 89, 98, 0.1) !important;
    pointer-events: none;
}

.raspuns_rezervare_eroare {
    text-align: center;
    font-size: 18px;
    color: #f4516c;
}

.raspuns_rezervare_succea {
    text-align: center;
    font-size: 18px;
    color: #4bb543;
}

.raspuns_client_eroare {
    text-align: center;
    font-size: 18px;
    color: #f4516c;
}

.raspuns_client_succes {
    text-align: center;
    font-size: 18px;
    color: #4bb543;
}

.informatii_rezervare {
    display: flex;
    flex-wrap: wrap;
}

/* Modificari -  Andrei  - 12.07.2019 */

input.data_rezervare,
select.min_date,
select.max_date,
select.min_persoane_selectate,
select.max_persoane_selectate,
input.cauta_obs,
input.cauta_nc {
    height: 33px;
    width: auto;
}

table#m_table_1,
#table_clienti {
    width: 1218px;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
}

.m-alert-rezervari {
    display: none !important;
}

.password_container {
    display: none;
}

.notification-button {
    width: 100%;
}

.m-widget24__item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.m-widget24__stats {
    margin-top: 0px !important;
}

.m-dropdown__header-title {
    padding: 0px !important;
}

.modal_container {
    padding: 50px;
}

.modal_check,
.modal_image_entry {
    text-align: center;
    display: flex;
    justify-content: center;
}

.modal_check img,
.modal_image_entry img {
    height: 60px;
    width: auto;
}

#alert_content,
#alert_content_entry {
    font-weight: 600;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
}

.modal_despre_noi {
    max-width: 60%;
}

#despre_noi_title {
    font-size: 18px;
}

#despre_noi_content {
    font-size: 16px;
}

.btn_confirma_toate {
    display: none;
}

/* #m_table_1 { */
/* Hack to stop profile-content from cropping Chosen dropdown */
/* padding-bottom: 100px;
    margin-bottom: -100px;  */
/* } */
/* End modificari */

/* Vlad */
.textapp {
    text-align: center;
}

.m-login.m-login--1 .m-login__content {
    padding: 0;
    background-attachment: inherit;
    background-size: cover;
}

.logo_poloniq {
    width: auto;
    height: 70px;
}

.m-portlet__body {
    padding-top: 0px !important;
}

.m-widget24__title {
    margin-top: 0px !important;
    margin: 2rem !important;
}

.m-portlet {
    margin: 0px !important;
}

.m-widget24__stats {
    float: unset !important;
}
/* Custom buttons - Poloniq */

.btn-custom-mov {
    background-color: #551785 !important;
    border-color: #551785 !important;
    color: #fff;
    cursor: pointer;
}

.btn-custom-verde {
    background-color: #62b81a !important;
    border-color: #62b81a !important;
    color: #fff;
    cursor: pointer;
}

.btn-custom-lmov {
    background-color: #a54beb !important;
    border-color: #a54beb !important;
    color: #fff;
    cursor: pointer;
}

.btn-custom-mov:active,
.btn-custom-mov:hover {
    background-color: #390d5c !important;
    border-color: #390d5c !important;
}

.btn-custom-verde:active,
.btn-custom-verde:hover {
    background-color: #4e9612 !important;
    border-color: #4e9612 !important;
}

.btn-custom-lmov:active,
.btn-custom-lmov:hover {
    background-color: #551785 !important;
    border-color: #551785 !important;
}

.extra_flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#m_modal_stergere .modal-content {
    width: 500px;
    margin: 0 auto;
}

.modal {
    padding-right: 0px !important;
}

#m_modal_stergere > .modal_confirma_stergere {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 100%;
    height: 100vh;
    margin: 0;
}

.btn_stergere_rezervare,
.anulare_rezervare_db {
    opacity: 0.5;
    transition: 0.2s;
}

.btn_stergere_rezervare:hover,
.anulare_rezervare_db:hover {
    opacity: 1;
}

/* Styling pentru timeline in dashboard */

.body_container {
    max-width: 560px;
    margin: 20px auto;
}

.timeline_month {
    display: flex;
    overflow: auto;
}

/* Customizare scrollbar pentru timeline */
.timeline_month::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.timeline_month::-webkit-scrollbar-track {
    background: #cccccc;
    border-radius: 20px;
}

.timeline_month::-webkit-scrollbar-thumb {
    background: #390d5c;
    border-radius: 20px;
}

.timeline_scroll > div:first-child {
    margin-left: 0px;
    background-image: none !important;
    /* display: none; */
}

.timeline_scroll > div:last-child {
    margin-right: 0px;
    /* display: none; */
}

.timeline_pillars {
    display: flex;
}

.timeline_per_month {
    width: 100%;
    /* display: flex; */
    text-align: center;
    background-image: linear-gradient(grey 33%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 1px 10px;
    background-repeat: repeat-y;
    margin-left: 4px;
    margin-right: 4px;
    text-align: left;
    padding-left: 5px;
}

.column {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}

.column:hover {
    background: #f6f6f6;
}

.pillar {
    width: 18px;
    height: 100px;
    position: relative;
}

.pillar_prop {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: green;
    border-radius: 2px;
}

.day_of_month {
    padding-top: 5px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.timeline_container {
    display: flex;
    position: relative;
    box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
    padding: 20px;
    flex-direction: column;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.pillar .total_clienti,
.pillar .sum_delivery {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;

    /* Position the tooltip */
    top: 20px;
    left: -8px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pillar:hover .total_clienti,
.pillar:hover .sum_delivery {
    visibility: visible;
}

.month_display {
    padding-left: 5px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.highlight_day {
    background: rgba(57, 13, 92, 0.2);
    border-radius: 2px;
}

.timeline_scroll {
    display: flex;
    padding-bottom: 12px;
}

.timeline_loader {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    bottom: 0;
    background: white;
    align-items: center;
    justify-content: center;
}

.timeline_loader > span {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #62b81a; /* Poloniq green */
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}

.timeline_scroll > .timeline_per_month:first-child > .timeline_pillars {
    justify-content: flex-end;
}

.motiv_anulare_container {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.bold_dashboard {
    font-weight: 500;
    font-size: 12px;
}

.butoane_clienti {
    text-align: center;
}

/* Modificare styling la Datepicker */

.datepicker tbody tr > td.day.old,
.datepicker table tr td.disabled,
.datepicker tbody tr > .new.disabled.disabled-date.day {
    color: #d3d3d3;
}

.meniu_submenu {
    left: 120px !important;
    width: 165px !important;
}

.meniu_menu_item:hover .meniu_submenu {
    display: block !important;
}

.modal_detalii_comanda .modal-dialog {
    max-width: 800px;
}

.total_comanda {
    font-size: 20px;
    font-weight: bold;
}

.SumoSelect {
    width: 100% !important;
}

.stoc_rosu {
    color: darkred;
    font-weight: 500;
}

.button_controls > button {
    margin-left: 5px;
}

.denumire_produs {
    font-weight: 500;
    font-size: 20px;
}

.stoc_curent_group,
.stoc_calculat {
    font-size: 16px;
}

.stoc_calculat {
    text-align: right;
}

.err {
    color: darkred;
    display: none;
    font-size: 12px;
}

.field_descriere_produs #cke_descriere_ckeditor {
    padding: 1px;
    /* border-bottom: 0.5px solid #d1d1d1;
    border-left: 0.5px solid #d1d1d1; */
}

#m_modal_add_produs .modal-dialog {
    max-width: 900px;
}

.enable_edit_data_livrare {
    cursor: pointer;
}

.comanda-edit-data-livrare-text {
    width: 105px;
    display: unset;
}

.comanda_edit_data_livrare {
    float: right;
}

.enable_edit_data_livrare {
    position: relative;
    float: right;
}

.comanda_anuleaza_editare_data {
    margin-left: 10px;
}

/* .reservation-content {
    display: none;
} */

#m_modal_12 .modal-body {
    padding-bottom: 0px;
}

.a-text-white {
    color: white !important;
}

.product_image {
    max-width: 50px;
    max-height: 50px;
}

.sterge_client {
    margin-left: 10px;
}

.delivery_rating {
    max-width: 25px;
    padding-top: 25%;
}

.special-dashboard-item {
    justify-content: space-between;
}

.comanda_tips_transport {
    font-weight: bold;
}

.icon_tips {
    height: 15px;
    margin-right: 20px;
    width: auto;
    color: #62b81a;
}

.notification-background {
    background-color: white !important;
}

.m-topbar
    .m-topbar__nav.m-nav
    > .m-nav__item.m-topbar__notifications.m-topbar__notifications--img.m-dropdown--arrow
    .m-dropdown__arrow {
    color: white;
}

.notification_text_extra > span {
    color: #4c4c4c !important;
}

.notification-button {
    margin-top: 10px;
}

.notification-group .m-dropdown__inner .m-dropdown__header {
    border-radius: 0px;
}

.img_card_type {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_card_type i {
    display: none;
    font-size: 26px;
}

#m_table_2 > thead input,
#m_table_2 > thead select {
    width: 100%;
}

.modal_image_entry img {
    display: none;
    height: 80px;
}

.modal_alert_new_entry {
    z-index: 2000;
}

.modal_alert_new_entry .modal-header {
    border-bottom: 0px;
}

.modal_alert_new_entry_dialog {
    max-width: 1000px;
}

.modal_alert_new_entry_dialog .modal-content {
    width: 800px;
}
.modal_alert_new_entry_dialog .modal-content .modal_container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#alert_content_entry {
    font-size: 45px;
    padding: 60px 25px 60px 25px;
}

#alert_content_entry .second-row-alert-entry {
    font-size: 39px;
}

.button_alert_container a {
    font-size: 26px;
    padding: 30px;
}

.color-rezervare {
    color: #62b81a;
}

.color-comanda {
    color: #551785;
}

.modal_alert_new_entry .modal-header > button {
    font-size: 75px !important;
}

.modal_alert_new_entry .modal-header > button::before {
    font-size: 35px !important;
}

.feedback_rating,
.feedback_mesaj {
    color: darkred;
}

.filtering_status_c .optWrapper {
    width: 130% !important;
}

.modal_alert_new_feedback .modal-content {
    margin: auto auto;
}

/* Modal weekly report */

.modal_weekly_report .modal-header {
    border: 0px;
}

.modal_weekly_report .modal-dialog {
    justify-content: center;
}

.modal_weekly_report .modal-content {
    width: auto;
}

.modal_weekly_report .modal-content .modal-body {
    font-size: 1.55rem;
    text-align: center;
    padding: 50px;
    padding-top: 20px;
    line-height: 1.4;
}

.weekly_data {
    line-height: 2;
    font-size: 1.5rem;
    font-weight: bold;
}

.weekly_data_container {
    margin-top: 10px;
}

/* Customization screen view */

.customize-tab-view {
}

.customize-tab-view .customize-tab-tabs {
    margin: 0px;
}

.customize-tab-view .customize-tab-tabs li {
    height: auto;
}

.customize-tab-view .customize-tab-tabs li > a,
.customize-tab-view .customize-tab-tabs li.active > a {
    padding: 15px 20px;
    display: block;
}

.customize-tab-view .customize-tab-tabs li.active,
.customize-tab-view .customize-tab-tabs li.active a {
    color: white;
    background: #5867dd;
}

.customize-tab-view .customize-tab-tabs li:hover a {
    color: white;
    background: #5867dd;
}

.customize-tab-view .tab-content {
    padding: 20px;
}

.customize-tab-controls {
    text-align: right;
}

.bootstrap-switch-animate {
    transition: 0.5s;
    width: 122px;
}

.bootstrap-switch-on .bootstrap-switch-container {
    margin-left: 0px;
    width: 183px;
}

.bootstrap-switch-off .bootstrap-switch-container {
    margin-left: -61px;
    width: 183px;
}

.btn-customizare-upload-fisier {
    padding: 0.85rem 1rem;
}

.btn-customizare-upload-fisier > i {
    margin-left: 10px;
}

.preference-inline-image {
    height: auto;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
    cursor: pointer;
}
.preference-inline-image.preference-png-image {
    padding: 10px;
}

.preference-inline-image.preference-png-image,
.preference-modal-image.preference-png-image {
    background: #ededed;
}

#modal-customisation-image-big > .modal-dialog {
    max-width: 60vw;
}

#modal-customisation-image-big .modal-body {
    text-align: center;
}

#modal-customisation-image-big .preference-modal-image {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
}

#modal-customisation-image-big .preference-modal-image.preference-png-image {
    padding: 10px;
    max-width: 300px;
}

.meniu_change_location:hover .multivenue_change_location {
    display: block !important;
}

.multivenue_change_location {
    display: block;
    top: 70px;
    right: 215px;
    max-width: 200px;
    left: unset !important;
}

.venue-location-active {
    background: #5867dd;
}

.venue-location-active > span {
    color: white !important;
}

.m-menu__link-text {
    white-space: nowrap;
}

/* Preview landing page on page edit */

.m-content.customizare-preview-container {
    display: flex;
    flex-direction: column;
    padding: 0px;
    margin-left: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: calc(72vh + 3px);
    -webkit-box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
    -moz-box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
    box-shadow: 0 1px 15px 1px rgba(81, 77, 92, 0.08);
}

.iframe-container {
    height: 100%;
    text-align: center;
}

.preview-width-toggle-content {
    background: white;
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
    padding-left: calc(0.45rem + 1px);
    padding-right: calc(0.45rem + 1px);
    display: flex;
}

.preview-width-toggle-content > div {
    padding: 0px;
}

.customizare-preview {
    width: 100%;
    min-height: 100%;
    max-height: 67vh;
    height: 100%;
}

.customizare-preview[preview-toggle="desktop"] {
    width: 100%;
}

.customizare-preview[preview-toggle="mobile"] {
    width: 430px;
}

.customize-tab-view .tab-content {
    max-height: 67vh;
    overflow-y: scroll;
}

.customize-tab-view .tab-content::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.customize-tab-view .tab-content::-webkit-scrollbar-thumb {
    background: #5867dd;
    border-radius: 0px;
}
.customize-tab-view .tab-content::-webkit-scrollbar-thumb:hover {
    background: #390d5c;
}
.customize-tab-view .tab-content::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: inset 7px 10px 12px #d9d9d9;
}

.customize-input-color-container {
    padding-top: calc(0.65rem + 1px);
    padding-bottom: calc(0.65rem + 1px);
}

.customize-input-color {
    width: 100%;
    border: 0px;
    background: white;
    padding: 0px;
    cursor: pointer;
}

.btn-preview-toggle i {
    margin-right: 5px;
}

.field_status_produs > .d-flex {
    padding: 0px;
}

.table_important {
    background-color: #ffcece !important;
}
