p {
    margin: 0;
}
input::placeholder,
textarea::placeholder {
    color: #cacaca !important;
}
#login .authentication-main .auth-innerright .card-body .theme-form {
    width: 100%;
}
#login .cont {
    max-width: 900px;
    width: unset;
}
.login_h4 {
    margin-top: 40px;
}
.my_wrap_inp {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 20px;
    margin-top: -1px;
}
#search_before {
    position: absolute;
    left: 30px;
    top: 25px;
    color: #898989;
    border: none;
    background-color: transparent;
}
.search-full.open .my_wrap_inp {
    visibility: visible;
}

#my_form.search-full.open {
    padding-bottom: 100px;
    background: #ffffff;
    /* webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; */
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px;
}
.main_search_type {
    margin-right: 15px;
    margin-left: 15px;
}

.page-main-header .main-header-right .nav-right .dropdown .dropdown-toggle::after {
    display: none !important;
}

.my_drop .badge {
    top: -14px;
}

.my_drop:before {
    display: none;
}

.page-body {
    padding-top: 60px !important;
}
.flex-justify-end {
    display: flex;
    justify-content: flex-end;
}

#my_header .left-menu-header {
    width: 65%;
    flex-basis: unset;
}

#my_header .right-menu {
    width: 26%;
    flex-basis: unset;
}
.hide_scroll::-webkit-scrollbar {
    display: none;
}

.hide_scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.customizer-links {
    display: none;
}

.modal_but button {
    margin: 0 auto;
    width: 100%;
}

[main-theme-layout="rtl"] .my_wrap_inp {
    direction: rtl;
    text-align: right;
}

.my_table td img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
}
.flex-space-around {
    display: flex;
    justify-content: space-around;
}
.flex-space-between {
    display: flex;
    justify-content: space-between;
}
form.dropzone.form.theme-form {
    background: unset;
    width: 100%;
    border: 0;
}

.dropzone {
    padding: 10px;
    min-height: 100px;
    margin-bottom: 0 !important;
}

.dropzone.dz-clickable {
    text-align: unset !important;
}

.dropzone .dz-message {
    text-align: center !important;
}
.border-tab.nav-tabs .nav-item .nav-link.active, .border-tab.nav-tabs .nav-item .nav-link.show, .border-tab.nav-tabs .nav-item .nav-link:focus{
    border-radius: 0;
}
#add_event_modal {
    z-index: 1070;
}
table.dataTable.stripe tbody tr.odd.invalid_row, table.dataTable.display tbody tr.odd.invalid_row {
    background-color: #ffdfdf;
}
table.dataTable.stripe tbody tr.even.invalid_row, table.dataTable.display tbody tr.even.invalid_row {
    background-color: #ffeded;
}
table.dataTable.stripe tbody tr.odd.success_row, table.dataTable.display tbody tr.odd.success_row {
    background-color: #dfffe3;
}
table.dataTable.stripe tbody tr.even.success_row, table.dataTable.display tbody tr.even.success_row {
    background-color: #f0ffed;
}


/*Requests, orders table colors*/
/*pickup*/
table.dataTable.stripe tbody tr.odd.pickup_row, table.dataTable.display tbody tr.odd.pickup_row {
    background-color: #92d6a4;/*green*/
}
table.dataTable.stripe tbody tr.even.pickup_row, table.dataTable.display tbody tr.even.pickup_row {
    background-color: #92d6a4;/*green*/
}

/*delivery*/
table.dataTable.stripe tbody tr.odd.pickup_row, table.dataTable.display tbody tr.odd.delivery_row {
    background-color: #a7d3fa;/*blue*/
}
table.dataTable.stripe tbody tr.even.pickup_row, table.dataTable.display tbody tr.even.delivery_row {
    background-color: #a7d3fa;/*blue*/
}

/*company_delivery*/
table.dataTable.stripe tbody tr.odd.pickup_row, table.dataTable.display tbody tr.odd.company_delivery_row {
    background-color: #fcdb9d;
}
table.dataTable.stripe tbody tr.even.pickup_row, table.dataTable.display tbody tr.even.company_delivery_row {
    background-color: #fcdb9d;
}

/*courier_company*/
table.dataTable.stripe tbody tr.odd.pickup_row, table.dataTable.display tbody tr.odd.courier_company_row {
    background-color: #facfea;/*pink*/
}
table.dataTable.stripe tbody tr.even.pickup_row, table.dataTable.display tbody tr.even.courier_company_row {
    background-color: #facfea;/*pink*/

}

/*return_only*/
table.dataTable.stripe tbody tr.odd.pickup_row, table.dataTable.display tbody tr.odd.return_only_row {
    background-color: #c6c4ff;/*violet*/
}
table.dataTable.stripe tbody tr.even.pickup_row, table.dataTable.display tbody tr.even.return_only_row {
    background-color: #c6c4ff;/*violet*/
}

/*delivery_only*/
table.dataTable.stripe tbody tr.odd.pickup_row, table.dataTable.display tbody tr.odd.delivery_only_row {
    background-color: #82d1cf;/*marine*/
}
table.dataTable.stripe tbody tr.even.pickup_row, table.dataTable.display tbody tr.even.delivery_only_row {
    background-color: #82d1cf;/*marine*/
}


/* ============= */

@media only screen and (max-width: 450px) {
    .nav-menus-left.open {
        flex-wrap: wrap;
        height: 150px !important;
    }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
li,
a,
button,
select,
input,
th,
td,
tr {
    font-family: 'Rubik';
}
@-moz-document url-prefix() {
    body,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    small,
    li,
    a,
    button,
    select,
    option,
    input,
    th,
    td,
    tr {
        font-family: 'Rubik';
    }
}

.error .help-block {
    color: #dc3545;
}

.text_white {
    color: white !important;
}
.text_white:hover {
    color: grey !important;
}

.custom_dropzone {
    padding: 10px;
    min-height: 100px;
    margin-bottom: 20px;
    border: 2px dashed #158df7;
    border-radius: 15px;
    -o-border-image: none;
    border-image: none;
    background: rgba(21, 141, 247, 0.2);
}

.custom_dropzone.dz-clickable {
    text-align: unset !important;
}

.custom_dropzone .dz-message {
    text-align: center !important;
}
.custom_dropzone i {
    font-size: 50px;
    color: #158df7;
}
.custom_dropzone .dropzone-previews .dz-preview .dz-details {
    width: 200px;
    height: auto;
}
.profile_image {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.block_user_switch:checked ~ .ban_switch_label::before {
    background-color: #dc3545;
    border-color: transparent;
}
.block_user_switch ~ .ban_switch_label::before {
    background-color: #28a745;
    border-color: transparent;
}

.custom_dropzone .dz-error-mark
{
    display: none !important;
}
textarea {
    min-height: 2rem;
}

#excel_button_container .buttons-excel {
    background-image: none !important;
    background-color: #158df7 !important;
    border-color: #158df7 !important;
    color: white !important;
}

.starrr {
    display: inline-block;
}
.starrr a {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #FFD119;
    text-decoration: none;
}

.radio-primary .help-block{
    position: absolute;
}

.dataTable td a,
.dataTable td button {
    white-space: nowrap;
}

.table_upper_button {
    margin-bottom: 15px;
}


.fc-day:hover {
    background-color: #d6d6d6;
}
.calendar-wrap .fc-event {
    margin-botton: 5px;
}

.reminder_picker,
.date_picker,
.date_range_picker,
.date_time_picker,
.form-control {
    font-size: inherit;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
    color: #eee;
}
.dataTable {
    overflow-x: auto;
}

.edit_button {
    margin: 2px;
}

.external-events {
    margin-bottom: 15px;
}
.calendar-wrap div.fc-events-container {
    margin-top: 0;
    margin-bottom: 15px;
    min-height: 100px;
}
.calendar-wrap .fc-event {
    margin-top: 5px;
    margin-bottom: 5px;
}
.external_events_header {
    margin: 10px auto;
}
.card_header_button {
    padding-left: 15px;
    padding-right: 15px;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 7px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.price_wrap {
    margin-top: 15px;
    margin-bottom: 15px;
}


.similar_product {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.remove_sim_product_td {
    text-align: center;
}

.select2-selection__rendered {
    top: 4px;
    left: 2px;
    position: relative;
    width: 97% !important;
}

.similar_products td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.similar_product_wrap {
    margin-top: 10px;
}

#product_add_block {
    margin-top: 15px;
    margin-bottom: 15px;
}
.product_img_small {
    width: 45px;
    height: 45px;
    margin: 0 auto;
    display: block;
}

#total_package_price {
    font-weight: bold;
}
.added_product_row {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.added_product_row td, .my_disable_row td  {
    padding: 10px 4px;
}
.added_products {
    width: 650px;
}
.product_price {
    text-align: center;
}
.added_product_qty {
    width: 65px;
}
.added_products_wrap {
    /*overflow-x: auto;*/
}
#added_products_message {
    margin-top: 10px;
    margin-bottom: 10px;
}
.no_price_product {
    background-color: #ffeded;
}
.no_price {
    background-color: #ffeded;
}
.warning_product {
    background-color: #ffefb9;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none !important;
}

.logo-wrapper {
    text-align: center;
}
.sidebar-logo {
    width: 120px;
}
#similar_products_modal h5 {
    font-size: 16px;
}
.unaval_modal_headline_wrap {
    display: flex;
}
.unaval_modal_headline_wrap .left_part {
    flex-basis: 40%;
    padding: 5px;
}
.unaval_modal_headline_wrap .right_part {
    flex-basis: 60%;
    align-self: center;
    padding: 5px;
}
.unaval_center_headline {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
#similar_products_table_modal {
    /*display: flex;
    justify-content: center;*/
}
.unaval_modal_headline_wrap {
    /*border: 1px solid black;*/
}
.sim_modal_row {
    display: flex;
    margin: 10px auto;
}
.sim_modal_main_product {
    max-width: 30%;
    min-width: 350px;
}
.sim_modal_sim_products_block {
    width: 100%;
}
.sim_modal_sim_products_block td,
.sim_modal_sim_products_block th {
    text-align: center;
    padding: 4px;
    border: 1px solid #b6b6b6;
}
.deficit_product_modal_image {
    width: 300px;
    height: 300px;
}
.deficit_product_modal_row {
    margin: 5px;
}
.sim_product_modal_image {
    width: 150px;
    height: 150px;
}
.similar_product_modal_name {
    padding: 4px;
}
#similar_products_modal .modal-dialog {
    max-width: 90% !important;
}
#similar_products_modal_warning .modal-dialog {
    max-width: 90% !important;
}
.added_products_wrap {

}
.added_products_wrap::-webkit-scrollbar {
    display: none;
}

.added_products_wrap {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide_scroll::-webkit-scrollbar {
    display: none;
}

.hide_scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.product_table_image {
    width: 150px !important;
    height: 150px !important;
}
.company_table_image {
    width: 150px !important;
    height: 150px !important;
}
.client_table_image {
    width: 150px !important;
    height: 150px !important;
}
.header_avatar {
    width: 50px;
    height: 50px;
}
.cal_popover_p_button {
    margin: 2px 0;
}
.cal_popover_button {
    padding: 4px 8px;
}
.img-100 {
    width: 100px;
    height: 100px;
}

.dropdown-menu-center {
    left: 50% !important;
    : 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 36px) !important;
}

#payment_form .input-group-text {
    padding: 0 3px;
}
.form_radio_input {
    margin-left: 5px;
    margin-right: 5px;
}
.media-body {
    color: black;
}

.notification-icons {
    color: white;
}

#system_notification_prev {
    max-height: 80vh;
    overflow-y: auto;
}

.system_notification_item,
.notification_item {
    padding: 0 !important;
}
.notification-icons {
    align-self: center;
}

.mark_as_read_sys,
.mark_as_read {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 14px;
    cursor: pointer;
}
.comment_input {
    width: 100%;
}
.comment_button_row {
    margin-top: 10px;
    margin-bottom: 10px;
}
.comment_block {
    border: 1px solid #efefef;
    border-radius: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.comment_headline {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.comment_author_name {
    text-align: left;
}
.comment_date_add {
    text-align: right;
}
.comment_content {
    position: relative;
}
.comment_text {
    font-family: inherit;
    background-color: inherit;
}
.comment_buttons {
    display: flex;
    margin-top: 3px;
    margin-bottom: 8px;
}
.comment_buttons > div {
    margin-right: 3px;
    margin-left: 3px;
}

.comment_button:hover {
    cursor: pointer;
}
.comment_edit_button:hover {
    color: #fb740d;
}
.comment_edit_confirm_button:hover {
    color: #51bb25;
}
.comment_edit_cancel_button:hover {
    color: #fb2e63;
}
.comment_text {
    padding-right: 20px;
}

.comment_edit_button:hover {
    cursor: pointer;
    color: #fb740d;
}
.comments_modal {
    max-width: 80%;
}
.bg-requests {
    background-color: #5FB1FA !important;

}
.bg-orders {
    background-color: #3d39ff !important;
}
.bg-products {
    background-color: #FC9F58 !important;
}
.bg-reports {
    background-color: #62AB48 !important;
}
.dashboard_card,
.dashboard_card .media-body{
    color: #ffffff;
}
.dashboard_card.card-body {
    padding: 20px;
}
.flat-badge-light.font-success {
    color: #51bb25 !important;
}
.bg-success .tag-card .tag-hover-effect.tag-content-light.tag-light svg {
    color: #51bb25;
}
.card .card-header.add_goal_header {
    padding: 0;
}
.goal_card_icon svg {
    right: -10px !important;
}
.sales-product-table table tbody tr td img {
    max-width: 150px;
}
.orders_chart_tooltip {
    padding: 10px;
}
*[aria-invalid="true"] {
    border-color: red;
}
.dataTable .input-group.date {
    min-width: 220px;
}
.delivery_list_row {
    margin: 10px 5px;
}
.delivery_list_item {

}
#goal_cards_row .tag-card .tag-hover-effect.tag-content-primary {
    cursor: default;
}
.goal_badge {
    position: absolute;
    left: 0;
}
.popular_product_image {
    width: 50px;
}
.popular_product_qty {
    font-size: 14px;
}
.popular_product_name {
    font-size: 14px;
}
.popular_product_qty_cell {
    text-align: center;
}
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    background-image: none;
}
.send_email_modal_dialog {
    width: 800px;
    max-width: 80%;

}
.send_email_modal_dialog {
    margin: 0 auto;
}
.table-responsive {
    padding-bottom: 10px;
}
.flex_wrap {
    flex-wrap: wrap;
}
#main_search_form {
    height: 100px;
}
form .mx-2 {
    margin-bottom: 4px;
}
.page-sidebar.iconcolor-sidebar.open .logo-wrapper {
    opacity: 0;
}
.button.dt-button, div.dt-button, a.dt-button {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}
.table-responsive .mx-2 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.admin_notification:not(:last-of-type) {
    margin-bottom: 10px;
}
.admin_notification_headline {
    font-size: 18px;
}
.admin_notification_content {
    font-size: 14px;
}
.admin_notification_date {
    font-size: 12px;
}
.full_period_rent_price {
    margin-left: 1px;
    margin-right: 1px;
}
.custom_product_row td {
    padding: 10px 4px;
}
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_justify_around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.flex_justify_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.show_package_info {
    margin-left: 2px;
    margin-right: 2px;
    color: #242934;
    font-size: 14px;
}

.package_info_block {
    width: 100%;
    background-color: white;
    text-align: initial;
}

.product_table_info {
    position: relative;
}
.added_order_products_wrap {
    overflow: auto;
}
.added_order_products {
    min-width: 1100px;
}
.dataTables_wrapper button.refund_order {
    font-size: 12px;
}
#order_print_modal {
}
#order_print_modal .modal-dialog {
    max-width: none;
    width: 1100px;
}
#print_frame {
    width: 1000px;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.mask-currency-minus {
    direction: ltr;
}
#invoices_list_modal_inner {
    max-width: 700px;
}
.invoice_table_modal {
    width: 100%;
}
.invoice_table_modal td {
    margin: 5px;
    padding: 3px;
}
.dataTables_wrapper button.btn.btn-sm {
     font-size: 12px;
 }
.order_payments_wrap {
    margin-top: 5px;
    margin-bottom: 10px;
}
.review_right_column {
    text-align: right;
}
[data-toggle="collapse"] {
    cursor: pointer;
}
.edit_review,
.delete_review {
    text-transform: uppercase;
    font-weight: bold;
 }
.add_items_header_block a {
    margin-bottom: 4px;
}
#tasks_modal {
    max-width: 1300px;
    left: 10%;
}
#tasks_modal .modal-dialog {
    max-width: 1300px !important;
}
.modal_autocomplete {
    z-index: 1501;
}
.ui-autocomplete-term {
    font-weight: bold;
    color: blue;
}
.form_info {
    font-size: 12px;
    color: #6e7e96;
    margin-top: 5px;
    display: block;
    letter-spacing: 1px;
}
#refund_modal {
    overflow-y: auto;
}
.chart_button_wrap {
    margin-right: 3px;
    margin-left: 3px;
}
.chart_button_wrap:hover {
    color: red;
}
#yellow_requests_1,
#yellow_requests_2 {
    background-color: #FFFFB3;
}
.edit_button_sm {
    padding-left: .75rem;
    padding-right: .75rem;
}
.chart_button_wrap {
/*
    opacity: 0 !important;
    display: none !important;
*/
}
.input_separator {
    padding: 0.275rem 0.75rem;
}

.payments_table th,
.payments_table td {
    padding: 5px;
    text-align: center;
}
.last_comment {
    position: relative;
    overflow: hidden;
    max-width: 200px;
}
.last_comment.last_comment_closed {
    max-height: 40px;
}
.comment_opener {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    cursor: pointer;
}
.light_error {
    transition: .5s;
    background-color: rgba(255, 223, 223, .3);
}
#invoices_table td {
    padding: 3px;
    text-align: center;
}
.reminder_message_row {
    margin-top: 3px;
    margin-bottom: 3px;
}
.btn-sm {
    font-size: 12px;
    padding: 0.2rem 1rem;
}
.dropdown-item_filter {
    font-size: 14px;
    cursor: pointer;
}
.dropdown-item_filter:hover {
    background-color: #158df7;
    color: white;
}

.package_info_inner_table td,
.package_info_inner_table th
{
    border: 1px solid black;
}

@media (min-width: 576px) {
    .add_task_modal {
        max-width: 700px;
    }
}
@media (max-width: 350px) {
    .main-header-right #system_notification_button + .dropdown-menu-center{
        transform: translate(-60%, 36px) !important;
    }
}
@media (max-width: 650px) {
    .sim_modal_row {
        flex-direction: column;
    }
    .ck.ck-toolbar-dropdown .ck.ck-toolbar .ck.ck-toolbar__items {
        flex-wrap: wrap !important;
    }
}
@media (max-width: 1450px) {
    .dashboard_card.card-body {
        height: 120px;
    }
}
@media (max-width: 990px) {
    .dashboard_card.card-body {
        height: auto;
    }
}
@media print {
    .page-sidebar,
    .page-main-header,
    .card-footer {
        display: none !important;
    }
    .page-body {
        margin-top: 0 !important;
    }
}
@media (min-width: 1200px) {
    #add_task_modal {
        max-width: 100%;
    }
    #tasks_list_modal {
        max-width: 100%;
    }
}


