body {
    color: #000;
}

a {
	color: blue;
}
	
b {
    font-weight: bold;
}

p#flash_messages {
    margin: 15px;
	text-align: center;
	font-weight: bold;
}

input.apple-switch {
 position: relative;
 appearance: none; outline: none;
 width: 50px; height: 30px;
 background-color: #ffffff; border: 1px solid #D9DADC;
 border-radius: 50px; box-shadow: inset -20px 0 0 0 #ffffff;
 transition-duration: 200ms;
}

input.apple-switch:after {
 content: ""; 
 position: absolute;
 top: 1px; left: 1px;
 width: 26px; height: 26px;
 background-color: transparent;
 border-radius: 50%; box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

input.apple-switch:checked {
 border-color: #4ED164;
 box-shadow: inset 20px 0 0 0 #4ED164;
}

input.apple-switch:checked:after {
 left: 20px;
 box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}

.orders_form_styling .checkboxes_cont > div {
    float: right;
    width: 33%;
    text-align: center;
}

.checkboxes_cont {
    width: 100%;
    float: right;
}

.en .orders_form_styling .checkboxes_cont > div {
    float: left;
}

.orders_form_styling .inviter_cont {
    float: right;
    width: 100%;
}

.en .orders_form_styling .inviter_cont {
    float: left;
}

.orders_form_styling .inviter_cont input,.orders_form_styling .inviter_cont select {
	width: 95% !important;
	margin: 0 auto;
}
.orders_form_styling .inviter_cont label {
    text-align: center;
}

.orders_form_styling .inviter_cont > div {
    float: right;
    width: 33%;
    text-align: center;
}

.en .orders_form_styling .inviter_cont > div {
    float: left;
}

.orders_form_styling .inviter_cont.two_inputs > div {
    width: 50%;
}

/* new flex css style: */
.orders_form_styling .flex-row.two_inputs,
.flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.orders_form_styling .flex-row.two_inputs > div,
.flex-row.two_inputs > .field {
    width: 48%;
}

.orders_form_styling .checkboxes_cont label {
    text-align: center;
}

.system_inputs{
	height: 62px;
    border-radius: 4px;
    border: solid 1px #d4d5d5;
    text-align: center;
}

.orders_form_styling .field {
    margin-bottom: 20px;
    align-items: center;
}
.price_group_cont {
    background-color: rgb(222 222 222);
    padding: 10px;
    margin: 10px 0;
}
.price_group_cont input.amount {width: 120px; color: #000; text-align: center;}
.price_group_cont .field label {margin-bottom: 0;}
.orders_form_styling .price_group .field  {
    margin-bottom: 0;
}
.price_group {
    margin: 0 0 20px;
    align-items: center;
    max-width: 560px;
    margin: 30px auto 0;
}
.price_group h2 {
    width: 340px;
    max-width: 100%;
    font-size: 1.5em;
}
.price_group label {
	margin: 0 0 0 20px;
}
.price_group input.amount {
	width: 120px;
}
@media only screen and (max-width: 736px) {
    .orders_form_styling .flex-row.two_inputs > div, .flex-row.two_inputs > .field {
        width: 100%;
    }
    .price_group h2 {
        font-size: 1.2em;
    }
    .price_group input.amount {
        width: 100px;
        padding: 5px 5px;
    }
    .price_group label {
        margin: 0 0 0 10px;
    }
    .orders_form_styling .flex-row.two_inputs, .flex {
        flex-wrap: wrap;
    }
    .price_group {
        flex-wrap: nowrap;
    }
}	


label span {
	font-size: 14px;
}

.small_letters {
	font-size: 22px;
}

.full_page footer#footer {
    margin-right: 0;
    margin-top: 0;
}

.full_page #header {
    display: none;
}

span.asterix {
    font-size: inherit;
    color: red;
    font-weight: bold;
}

button#use_coupon {
    font-size: 22px;
    margin-top: 45px;
}

	/* Create a custom checkbox */

.checkbox_cont {
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark {
    position: absolute;
    top: 8px;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkbox_cont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox_cont.is_checked .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox_cont.is_checked .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox_cont .checkmark:after {
    right: 8px;
    top: 4px;
    width: 9px;
    height: 13px;
    border: solid white;
    border-width: 0px 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.en label.checkbox_cont {
    text-align: left;
    padding-left: 35px;
}

.en span.checkmark {
    left: 0;
    right: inherit;
}

.full_page #main {
    margin-right: 0;
}

.en form, .en label {
	text-align: left;
}

.en label {
    font-weight: bold;
}

.inviter_cont.big_cont.other .with_other > div {
    width: 50%;
    float: right;
}

.en .inviter_cont.big_cont.other .with_other > div {
    float: left;
}
input#order_language2,input#order_meetup2,input#shipment2 {
    display: none;
}



.other input#order_language2,.other input#order_meetup2 {
    display: block !important;
}
/*.other input#shipment2 {
    display: block !important;
}*/

.other .order_meetup_cont,.other .order_meetup2_cont {
    width: 50%;
    float: right;
}

.en .other .order_meetup_cont,.en .other .order_meetup2_cont {
    float: left;
}

.field.with_other.big_cont.other > div {
    float: right;
    width: 50%;
}

.en .field.with_other.big_cont.other > div {
	float: left;
}

.select_cont {
    position: relative;
}
.select_cont:before {
    content: "\25bc";
    position: absolute;
    left: 25px;
    top: 25%;

}

.en .select_cont:before {
    right: 25px;
	left: inherit;
}



.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}

.en .upload-btn-wrapper {
    float: left;
}

#footer .copyright li:first-child {
	border: 0;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.field.logo_cont {
    float: right;
    width: 100%;
    text-align: right;
}

.en .field.logo_cont {
    float: left;
}

#lang_id_cont {background: #88b6b4;width: 11em;border-radius: 14px;direction: rtl !important;position: absolute;right: 40px;top: 30px;}

#lang_id_cont a {
    color: #fff;
}

section#add_order {
    position: relative;
    position: relative;
}

#total_amount_cont.show {
    display: block !important;
}

#error_cont {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 18px;
}

.no_header #header{
    display: none;
}

.no_header {
    margin: 0 auto;
}

span.delete_btn {
    position: absolute;
    left: 17px;
    top: 5px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 19px;
    border: solid;
    padding: 0px 13px;
    border-radius: 61px;
	cursor: pointer;
}
.row_filter td .status {
    position: absolute;
    left: 70px;
    font-size: 15px;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    top: 16px;
    padding: 2px 8px;
    line-height: 20px;
    border-radius: 3px;
    background-color: #F2F2F2;
    color: #000;
}
.row_filter td .status.closed {
    background-color: #FF5733;
}
.row_filter td .status.suspended {
    background-color: #F9C64A;
}

td {
    position: relative;
}

#store .price_cont > div {
    float: right;
    width: 20%;
}

#store .price_cont {
    float: right;
    width: 100%;
    margin-bottom: 15px;
}

#store .price_cont input {
    float: left;
    width: 120px;
    text-align: center;
    margin-top: -5px;
    padding: 10px;
}

#loading_now {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000b8;
    z-index: 111;
    color: #fff;
    text-align: center;
    padding-top: 55px;
    font-size: 62px;
}

#headerToggle {display: none;}

.event_cont.cancel {display: none;}
#calendar.cancelled_orders .event_cont.cancel {display: block;}
#calendar.cancelled_orders .event_cont:not(.cancel) {display: none;}

.order_confirmed_btn {
    float: right;
    background: #6bb982;
    color: #fff;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.special_order_btn {
    float: right;
    background: #F9C64A;
    color: #5C2849;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.payment_ended_btn {
    float: right;
    background: #F79781;
    color: #fff;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.order_cancelled_btn {
    float: right;
    background: #FF5733;
    color: #fff;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.need_print_btn {
    float: right;
    background: orange;
    color: #fff;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.has_delivered_btn {
    float: right;
    background: #1fcecb;
    color: #fff;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.approved_recieved_accounting_external_btn {
    float: right;
    background: #5C2849;
    color: #fff;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

.btn_bad_auto {
    float: right;
    background: #000;
    color: #fff;
    padding:  5px 15px;
    border-radius: 8px;
	margin-bottom: 10px;
}

/* .bad_auto {
    background : rgba(251, 10, 10, 0.55);
    border-radius: 10px;
    padding:5px;
} */

.sf-dump {
    text-align: left;
    direction: ltr;
}

.coupon_stats_row {
    margin-bottom: 35px;
    border-bottom: 1px solid #8080805e;
    padding-bottom: 35px;
}

.teimot_month {
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.teimot_month > div {flex-basis: 11em;}

#order_images_cont {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.order_images {
    width: 32%;
    margin: 5px;
}

.order_images img {
    width: 100%;
}

.order_images.file {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid;
}

span.not_machane {
    background: purple;
    color: #fff;
    padding: 5px;
}

#stores .ui-accordion .ui-accordion-content {
    height: auto !important;
}

a.system_btn {
    text-decoration: none;
    border: 3px solid !important;
    padding: 6px 16px;
    background: #000;
    border-radius: 54px;
    color: #fff;
    font-size: 13px;
    margin-right: 5px;
}

#menus_upload .upload-btn-wrapper {
    margin-bottom: 30px;
    border-bottom: solid 1px #00000059;
    float: right;
    width: 100%;
    padding-bottom: 35px;
}

#menus_upload .upload-btn-wrapper:last-child {
    border: 0;
}

#menus_upload input#fileToUpload {
    opacity: 1;
    position: relative;
    font-size: 22px;
}

.accordion > * {
    height: auto !important;
}

.bentzvi .accordion > div {
    background: inherit;
    border: 0;
    height: auto !important;
}

.has_img {
    background: #23ca23;
}

.bentzvi .accordion h3 span {
    display: none !important;
}

#add_store input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

#company input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
}

h3.ui-accordion-header {
    text-align: right;
}

h3.ui-accordion-header > span {
    display: none;
}

.ui-accordion-content {
    height: auto !important;
    background: inherit;
    border: 0;
    padding: 0 !important;
    padding-top: 1em !important;
}

.has_teimot {
    background: green;
    color: white;
}

#menus_upload .accordion .img_cont {float: right;position: relative;}

#menus_upload .accordion .delete_card {
    position: absolute;
    top: -20px;
    left: -20px;
    color: #fff;
    border-radius: 50px;
    background: #000;
    padding: 7px 20px 9px 20px;
    font-size: 30px;
    cursor: pointer;
}

#menus_upload .accordion h2 {
    margin-top: 41px;
    float: right;
    width: 100%;
}

.no_teimot {
    background: red;
    color: white;
}

.select_biz_cont {
    width: 40%;
}

.select_biz_cont select {
    margin-bottom: 15px;
}

.add_biz {
    width: 100px;
    margin: 0 auto;
    background: #000;
    color: #fff;
    padding: 10px;
    border-radius: 25px;
    border: solid;
    cursor: pointer;
}

.selected_stores_cont {
    display: flex;
    justify-content: space-between;
    margin: 2em 0;
}

.selected_stores_cont > div {
    min-height: 100px;
    border: solid;
    width: 25%;
}

.selected_stores_cont > div > div {
    background: #000;
    color: #fff;
    margin: 5px;
    border-radius: 10px;
    padding: 10px;
}

.selected_stores_cont span {
    border: solid;
    color: #fff;
    padding: 0px 5px;
    margin-left: 5px;
    border-radius: 25px;
}

/* modal */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 20px;
} 

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content h3 {
    text-align: center;
    font-size: 42px;
}

.ft_cont {
    margin-bottom: 25px;
    float: right;
    width: 100%;
}

.modal-body {
    float: right;
    width: 100%;
    height: 100%;
}

#order_page ~ .modal-content { 
    display: table;
}

#notify_div b {
    font-size: 22px;
    color: red !important;    
}

.cal_filter_btns_cont {
    display: flex;
    align-items: center;
    float: right;
    margin-left: 15px;
}

.cal_filter_btns_cont input[type='checkbox'] {
    display: block;
    -webkit-appearance: checkbox !important;
}

.disableBtn {
    background: #e3e3e3 !important;
}