@font-face {
    font-family: Heebo;
    src: url('Heebo-Regular.ttf');
}

@font-face {
    font-family: ShadowsIntoLightTwo;
    src: url('ShadowsIntoLightTwo-Regular.ttf');
}

table td,
table th {
    padding: 5px
}

.bgGray {
    background-color: #f0f0f0;
}

.bgBlue {
    background-color: #190671;
    color: #fff;
}

.bgBlue svg,
.bgBlue .select2-selection,
.bgBlue .select2-selection__rendered,
.bgBlue .selection .select2-selection__arrow b {
    border-color: white transparent !important;
    color: #fff !important;
    background-color: transparent !important;
}

form p {
    text-align: right !important;
}

.alertMargin {
    margin-right: 200px;
}

.materialert {
    position: relative;
    min-width: 150px;
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: all 0.1s linear;
    webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #190671;
    color: white;
}

.materialert span {
    margin-right: 25px;
}

table-centered

/* ממרכז את הטקסט אופקית ואנכית בכל תאי הכותרת ותאי המידע */
.table-centered th,
.table-centered td {
    text-align: center;
    vertical-align: middle !important;
}

.table-centered td input {
    margin: 0 !important;
}

.materialert .material-icons {
    margin-right: 10px;
}

.materialert .close-alert {
    -webkit-appearance: none;
    border: 0;
    cursor: pointer;
    color: inherit;
    background: 0 0;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
    filter: alpha(opacity=40);
    margin-bottom: -5px;
    position: absolute;
    top: 16px;
    right: 5px;
}

html,
body {
    height: 100%;
}

*:not(i, span.glyphicon) {
    font-family: Heebo !important;
}

table th,
table td {
    text-align: center;
    color: #190671;
    vertical-align: top;
}

.table-sticky th {
    position: sticky;
    top: 0;
    /* ננעל בדיוק בראש המסך */
    background-color: #f8f9fa;
    /* חובה להגדיר צבע רקע כדי שהנתונים בגלילה לא ייראו מאחורי הטקסט */
    z-index: 100;
    /* דואג שהכותרת תמיד תהיה בשכבה העליונה מעל הנתונים */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    /* אופציונלי: מוסיף קו צל עדין מתחת לכותרת בזמן הגלילה */
}

/* אם יש לטבלה מסגרת (Border), הקוד הזה שומר שהיא לא תיעלם בגלילה */
.table-sticky {
    border-collapse: separate;
}

.floating-save-btn {
    position: fixed;
    bottom: 90px !important;
    /* מרחק של 30 פיקסלים מתחתית המסך */
    left: 15px;
    /* מרחק של 30 פיקסלים מצד שמאל (מתאים לעברית) */
    z-index: 999;
    /* מוודא שהכפתור יצוף מעל כל הנתונים והטבלאות */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    /* מוסיף צל עדין כדי להבליט אותו כצף */
}

.userIcon {
    width: 100%;
    float: right;
    color: #190671;
    margin-top: 20px;
    text-align: center;
    height: 190px;
}

.userIcon .glyphicon-user {
    font-size: 115px;
}

.borderMeal {
    border: 5px solid white !important;
    box-shadow: 2px 2px 5px black !important;
    line-height: 49px !important;
}

/*form*/
[type="checkbox"]+span:not(.lever):before,
[type="checkbox"]:not(.filled-in)+span:not(.lever):after {
    left: unset;
    right: 0;
}

[type="checkbox"]+span:not(.lever) {
    padding-left: 0 !important;
    padding-right: 25px;
}

[type="checkbox"]:checked+span:not(.lever):before {
    left: unset;
    right: 10px;
}

.checkboxgroup label {
    margin-left: 15px;
}

.width13 {
    width: 13%;
}

.flr {
    float: right;
}

.fll {
    float: left;
}

.width100 {
    width: 100%;
}

.width98 {
    width: 98%;
}

.dropdown-content li {
    text-align: unset;
}

[type="radio"]+span:not(.lever):before,
[type="radio"]:not(.filled-in)+span:not(.lever):after {
    left: unset;
    right: 0;
}

[type="radio"]+span:not(.lever) {
    padding-left: 0 !important;
    padding-right: 25px;
}

[type="radio"]:checked+span:not(.lever):before {
    left: unset;
    right: 10px;
}

.bgFFFFFF {
    background-color: #ffffff;
}

.bg63FF42 {
    background-color: #63FF42;
}

.bgFFFFE0 {
    background-color: #FFFFE0
}

.bgFFEB31 {
    background-color: #FFEB31
}

.bg312BFF {
    background-color: #312BFF
}

.bgB0FFE7 {
    background-color: #B0FFE7
}

.bgFF42DB {
    background-color: #FF42DB
}

.bg97C7FF {
    background-color: #97C7FF
}

.bgFFEBB8 {
    background-color: #FFEBB8
}

.bgFF5026 {
    background-color: #FF5026
}

.container {
    max-width: 100% !important;
    width: 100% !important;
}

.select-wrapper svg.caret {
    top: 50%;
    left: 0;
    right: unset;
}

.dropdown-content.select-dropdown {
    padding-inline-start: unset;
}

.sidenav.sidenav-fixed {
    right: 0;
}

li.greenbox a {
    color: #190671 !important;
    text-align: center;
    font-weight: bold !important;
    font-size: 27px !important;
    font-family: ShadowsIntoLightTwo !important;
}

@media screen {

    header,
    main,
    footer {
        padding-right: 200px;
    }

    #pastData header,
    #pastData main,
    #pastData footer {
        padding-right: 0 !important;
    }
}

header,
main,
footer {
    padding-left: 0 !important;
}

main {
    padding-bottom: 60px;
}

footer {
    position: fixed;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
    background-color: #f9f9f9 !important;
    z-index: 1;
}

header ul.sidenav.sidenav-fixed {
    height: 100%;
    border-left: 2px solid rgba(0, 0, 0, 0.14);
    border-right: none;
}

header ul.sidenav.sidenav-fixed li a {
    font-size: 16px;
}

ul.sidenav {
    width: 200px;
}

.form-group .btn {
    background-color: #190671 !important;
    color: #fff !important;
}

.form-group .btn:hover,
.btn:hover,
.btn:focus,
.btn-large:hover,
.btn-small:hover {
    background-color: rgb(0, 0, 0, 0.7) !important;
    color: #fff;
}

div.row div.col {
    float: right;
}

button:focus {
    background-color: #190671 !important;
}

.mt25 {
    margin-top: 25px;
}

main {
    margin-top: 10px;
}

.ml4 {
    margin-left: 4px;
}

.ml80 {
    margin-left: 80px;
}

.mt4 {
    margin-top: 4px;
}

.mt9 {
    margin-top: 9px;
}

.mt13 {
    margin-top: 13px;
}

.pointer {
    cursor: pointer
}

.bold {
    font-weight: bold;
}

.line .col.input-field {
    margin: 0
}

.modal {
    background-color: #fafafa;
    bottom: unset;
}

.dropdown-content li {
    text-align: unset;
}

.ht48 {
    height: 2rem;
    line-height: 2rem;
}

.ht30 {
    height: 30px !important;
    line-height: 30px;
}

.mt_15 {
    margin-top: -15px;
}

.fnt1_5 {
    font-size: 1.5rem;
}

.borderDotted {
    border-bottom: 2px dotted #190671;
}

.table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.table.middleValign td,
.table.middleValign th {
    vertical-align: middle;
}

ul.dropdown-content li {
    text-align: unset;
}

.line input.select-dropdown {
    text-align: center;
}

h1.header span {
    font-size: 2.5rem;
}

.border {
    border: 1px solid lightgray;
}

.dropdown-content label {
    color: #190671;
}

.language {
    cursor: pointer;
    margin: 0 0 0 5px;
}

.modal .modal-close {
    padding: 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
    margin-top: 13px;
}

.modal {
    overflow: visible !important;
}

.flexbox {
    display: flex;
    flew-wrap: wrap;
    justify-content: center;
}

.collapsible-body ul li a {
    padding-right: 20px;
}

.wrpIndexBtn.form-group .btn {
    white-space: normal;
    display: table-cell;
    line-height: normal;
    width: 17vw;
    height: 68px;
    font-size: 23px;
}

.wrpIndexBtn table {
    width: auto;
    margin: auto;
}

.wrpIndexBtn td {
    padding: 10px;
}

.wrpIndexBtn tr {
    border: 0;
}

.input-field>label:not(.label-icon).active {
    transform: translate(0, -14px) scale(0.8, 0.8) !important;
    transform-origin: 100% 0 !important;
}

.input-field.col label {
    left: unset !important;
    right: .75rem;
}

.input-field.col label.search {
    right: unset !important;
    left: 1rem !important;
    top: 1rem;
}

.disabled {
    pointer-events: none;
}

.dropdown-content li {
    text-align: unset;
}

.mr_5 {
    margin-right: -5px;
}

.mr5 {
    margin-right: 5px !important;
}

.mt10 {
    margin-top: 10px;
}

.pr75rem {
    padding-right: 0.75rem !important;
}

div.input-field i.prefix {
    width: 2rem;
    text-align: right;
}

.userdata-form .wrpInputs .form-group {
    padding-right: 2.5rem;
}

.form-group label {
    font-size: 1rem;
}

.colorRed {
    color: red;
}

.colorGreen {
    color: green;
}

.l1_5 {
    width: 12.5%
}

.wrpRawMaterial [type="radio"]+span:not(.lever):before,
.wrpRawMaterial [type="radio"]:not(.filled-in)+span:not(.lever):after {
    margin-top: 15px;
}

.mr40 {
    margin-right: 40px;
}

.width45 .day {
    float: right;
    width: 10px;
    margin-top: 10px;
}

.width45 {
    width: 45%;
    float: right;
}

.mb10 {
    margin-bottom: 10px;
}

.input-field label {
    z-index: -1;
}

.mt20 {
    margin-top: 20px;
}

.fnt0_8 {
    font-size: 0.8rem;
}

.wrpAllData .select-dropdown {
    font-size: 13px !important;
}

.checkboxList .col {
    padding: 0 0.5rem !important;
}

.delIcon {
    position: absolute;
    background: white;
    padding: 3px;
    top: -10px;
    right: 0;
    border-radius: 13px;
    border: 2px solid #190671;
    cursor: pointer
}

.formImg {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    background: white;
    border: 3px solid #190671;
    padding: 5px;
}

.smallMeals {
    display: none;
}

.mealTbl {
    width: auto;
    display: inline;
}

.mealTbl tr {
    border: 0
}

.pb30 {
    padding-bottom: 30px;
}

@media (max-width: 376px) {
    .largeMeals {
        display: none;
    }

    .smallMeals {
        display: inline;
        font-size: 10px;
    }

    .smallMeals .btn-small {
        font-size: 10px;
    }
}

@media (max-width: 640px) {
    h1 {
        font-size: 2.2rem !important;
    }

    .borderMeal {
        border-width: 2px !important;
    }

    #wrpCustomerLogin {
        min-width: 100%;
    }

    .greenboxDark {
        width: 100%;
    }
}

.navbar-header {
    float: left;
}

.greenboxDark {
    color: green;
    margin-top: -70px;
    padding: 0 10px 0 0 !important;
    width: 650px;
    float: right;
}

.nav>li>a {
    font-size: 16px;
    padding-right: 8px;
    padding-left: 8px;
}

/*.navbar{background:#581365}*/
.navbar-inverse .navbar-nav>li>a {
    color: #D8D8D8;
}

.navbar-inverse {
    background-color: #190671;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

.msg {
    font-size: 18px;
    display: inline;
    position: absolute;
    top: 10px;
    text-align: center;
    left: 5px;
    padding: 5px;
    border-radius: 10px;
    line-height: normal;
    color: red;
    font-weight: bold;
    width: 165px;
    animation: myBg 1s infinite;
}

/* קוד ה-CSS */
.terms-container {
    max-height: calc(100vh - 200px);
    /* הגבלת הגובה המקסימלי של התיבה */
    overflow-y: auto;
    /* הוספת גלילה אנכית רק אם הטקסט ארוך מהגובה */
    border: 1px solid #dcdcdc;
    /* מסגרת עדינה סביב התיבה */
    padding: 15px;
    /* מרווח פנימי כדי שהטקסט לא יידבק לקצוות */
    background-color: #f9f9f9;
    /* רקע בהיר שמפריד את התיבה משאר העמוד */
    border-radius: 4px;
    /* עיגול פינות קל למראה מודרני */

    /* הגדרות קריאות חשובות לטקסט משפטי: */
    font-size: 14px;
    line-height: 1.6;
    /* רווח קצת יותר גדול בין השורות לקריאה נוחה */
    color: #333333;
    /* צבע טקסט כהה מספיק אך לא שחור מוחלט ומעייף */
    text-align: right;
    /* יישור לימין (עבור עברית) */
}

/* עיצוב פס הגלילה (Scrollbar) שייראה עדין יותר בדפדפנים מודרניים */
.terms-container::-webkit-scrollbar {
    width: 8px;
}

.terms-container::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 4px;
}

/* עיצוב כללי לאזור */
.terms-section {
    direction: rtl;
    /* עבודה מימין לשמאל */
    text-align: right;
    font-family: sans-serif;
    line-height: 1.6;
}

/* כותרת הסעיף הראשי */
.terms-section h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
}

/* הסרת העיצוב המובנה של רשימות */
.numbered-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* הגדרת כל שורה ברשימה כרכיב גמיש */
.numbered-list li {
    display: flex;
    align-items: flex-start;
    /* יישור הטקסט והמספר לחלק העליון */
    margin-bottom: 12px;
    /* מרווח קבוע בין סעיף לסעיף */
}

/* טור המספר - רוחב קבוע למניעת תזוזות */
.numbered-list .num {
    min-width: 40px;
    /* הרווח שיוקצה למספר, מבטיח הזחה אחידה */
    font-weight: bold;
    flex-shrink: 0;
    /* מונע מהמספר להתכווץ בשורות ארוכות */
}

/* טור התוכן */
.numbered-list .content {
    flex-grow: 1;
    /* תופס את שאר מרחב השורה */
}

/* כותרת המסמך הראשית */
.terms-section .main-title {
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    /* קו תחתי עדין מתחת לכותרת הראשית */
    padding-bottom: 10px;
}

/* פסקאות המבוא והפתיח */
.terms-section .intro-paragraph {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 18px;
    /* מרווח נעים בין הפסקאות במקום להשתמש ב-br */
    color: #333333;
}

td a {
    margin: 0 5px;
    font-size: 16px;
    text-decoration: none;
}

/* צביעה לפי ה-Title של הקישור */
td a[title="עדכון"] {
    color: #2980b9;
}

td a[title="פרוט הערות"],
td a[title="פורמולות"] {
    color: #27ae60;
}


td a[title="עדכונים"],
td a[title="סיכום מטופל"] {
    color: #f39c12;
}


td a[title="הגדרות"],
td a[title="העברת מטופל"] {
    color: #8e44ad;
}

/* סגול */
td a[title="כמות סועדים לתאריך"] {
    color: #c0392b;
}

/* אדום */
td a[title="הזמנת כיבודים"] {
    color: #d35400;
}


td a[title="אנשים במחלקה"],
td a[title="כמויות לתפריט"] {
    color: #2c3e50;
}

/* כחול כהה/אפור */
td a[title="עדכון"] {
    color: #2980b9;
}

/* כחול */
td a[title="מחק"] {
    color: #c0392b;
}

/* אדום (התראת מחיקה) */
td a[title="שכפל"] {
    color: #16a085;
}

/* טורקיז/ירוק */
td a[title="חיפוש מתכון"] {
    color: #34495e;
}

/* אפקט ריחוף */
td a:hover {
    filter: brightness(85%);
}

.sumNumPortions {
    border: 1px solid #190671;
    display: inline-block;
    border-radius: 10px;
    padding: 0 15px;
}

.sticky {
    position: sticky;
}

@keyframes myBg {
    from {
        background-color: #190671;
    }

    to {
        background-color: #5e509b;
    }
}

/*.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

nav > .container {
	max-width:1233px;
}

.wrap > .container {
    padding: 160px 15px 20px;
	max-width:1263px;
	width:100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}


a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.institutions-view label{margin-left:13px;}
.boxesTbl{width:100%;}
.boxesTbl td,.boxesTbl th{width:48px;padding:3px;text-align:center;border-collapse:collapse;white-space:nowrap;border-bottom:1px solid #190671;}
.boxesTbl tr:last-child td,.boxesTbl  tr:last-child th{border-bottom:0;}
.navbar{background:#581365}
.navbar-inverse .navbar-nav > li > a{color:#D8D8D8;}
.cityPortions{width:100%;float:right;direction:rtl;text-align:center}
.cityPortions table th{text-align:center;}
.flr{float:right;}

.width13{width:13%;}
.width20{width:20%;}
.ml10{margin-left:10px;}
.ml30{margin-left:30px;}
.ml2{margin-left:2px;}
.mr4{margin-right:4px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.ltr{direction:ltr;}
.fnt16{font-size:16px;}
.fnt25{font-size:25px;}
.mt2{margin-top:2px;}

.mt15{margin-top:15px;}
.site-upload{min-height:450px;}
.u{text-decoration:underline;}
.prpl{color:#581365;font-weight:bold;}
.width23{width:23.5%;float:right;margin-left:2%}
.width23:last-child{margin-left:0;}
.lh31{line-height:31px;}
.mt24{margin-top:24px;}
.boxes_in_use label{margin-left:10px;}
.wideRow .rowTD{display:inline-block;margin-left:10px;}
.wideRow label{display:inline-flex;margin-left:3px;}
.inline{display:inline-block;}
.hideUpdate{display:none;}
.IncNumInBox{float:right;margin:-10px 0 15px;}
.eventTitle {color:white; font-size:15px;font-weight:bold;border:2px solid #581365;cursor:pointer;direction:rtl;}
.eventTitleIndex {color:white !important;outline:0; font-size:15px;font-weight:bold;border:0;margin-top:9px;text-align:center;border-radius:10px;width:20px;background-color:purple;}
.wrap {background: #e9e0eb;}
.dataTable, .boxingTbl, .calendar .fc-view-container, .kv-grid-table, .table-bordered{background:#fff;}
.profile-link{color:#190671;text-decoration:underline;}

.mt5{margin-top:5px;}
.width90{width:90%;}
.width96{width:96%;}
.navbar-header{float:left;}

.greenboxDark{color:green; margin-top:-70px; padding:0 10px 0 0 !important; width:650px;float:right;}
.nav > li > a{font-size:16px;padding-right:8px;padding-left:8px;}
.ownerDetails{background:white;padding:15px;margin-top:25px;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset;}
.wrpNumPortionsChanged{float:right;width:50px;margin-left:10px;}
.fc-day-grid-event > .fc-content{white-space:normal;}
.btnArrow{font-size:50px;font-weight:bold;line-height:30px;color:green;cursor:pointer;float:right;}
#wrpInstitutions{width:100%;float:right;min-height:250px;}
#wrpInstitutions select{width:150px;}
#wrpInstitutions select.smlSelect{width:110px;}
.partOfClass{width:100%;display:inline-block;padding-right:5%;}
.wideRow{width:100%;float:right;}
.rowTD{float:right;}
.wrpChangingNumPortions{display:none;margin-bottom:15px;}
.wrpInput{float:right;width:70px;float:right;margin:5px 0 0 10px;text-align:center;}
.wrpRadiosDay div{float:right;margin-top:7px;}
input[type='radio'].radio{float:right;margin:10px 20px 0 4px;}
.auto{width:auto;}

.mt7{margin-top:7px;}

.ml12{margin-left:12px;}
table{border-collapse:unset;}
.wrpMtc{height:26px;display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;}
.wrpCitiesChbs{margin-bottom:10px;}
.wrpCitiesChbs > label{margin-left:1.4%;width:15%;}
.wrpAmountDays{width:auto;display:inline-block;float:right;margin:7px 0 0 3px;}
.amountDaysTxt{float:right;margin:7px 3px 0;}
.plusCls,.likePlusCls{float:right;padding:0 7px 7px;}
.wrpIns{width:100%; float:right;margin-bottom:10px;}
.width85{width:85%;}
.left{text-align:left;}
.pd10{padding:10px 0 15px 0;}
.pd5{padding:5px;}
.prpl{color:purple;}
.center{text-align:center;}
.wrpUrgency{margin-top:7px;float:left;width:71%;}
.wrpUrgency label{margin-left:15px;float:right;}
.glyphicon-share-alt{float:right;margin:3px 0 0 5px;cursor:pointer}
.calendarIndex{float:right;margin:0 0 0 5px;}
.delete{color:red;font-weight:bold;float:right;margin-left:5px;cursor:pointer;}
.text{float:right;cursor:pointer;width:89%;text-align:right;}
#wrpReminders{color:#190671;float:right;overflow-y:overlay;height:132px;width:100%;}
#wrpReminders .width100{margin-bottom:2px;}
#wrpAllReminders{min-height:204px;float:right;position:relative;width:100%;}
#wrpInsertReminder{position:absolute;bottom:-39px;text-align:right;}
#date{width:95px;background:#f5f5f5;}
#btnReminder{font-size:16px; margin-top:1px; padding:3px 15px;}
.mt30{margin-top:30px;}
.closePop{position:absolute;right:-15px;top:-15px;padding: 0 7px;color:green;background:#fff;border:3px solid;border-radius:22px;font-size: 18px;font-weight: bold;cursor:pointer;}
#wrpCateringAnswer{display:none;background:white;border:3px solid;border-radius:5px;float:right;padding:30px 30px 15px;width:500px;position:relative;z-index:1;top:5px;}
#wrpCateringAnswer .btn{padding:5px 10px;float:left;}
#messageCustomer{width:71%;float:left;text-align:right;}
.wrpMsg{float:left;margin-top:21px;text-align:center;width:100%;}
.fc-time{display:none;}
.rel{position:relative;}
.h3Reminder{float:right;border-bottom:2px solid #190671;text-align:right;margin:-7px 0 0 0;}
#wrpCustomerLogin{min-width:500px;margin:0 auto;display:inline-block;}
.widthHalf {width:47%}
.wrpCategory{border:3px groove;float:right;margin-top:10px;padding:10px 15px 15px;width:100%;}
.wrpCategory input{direction:ltr;float:left;}
.wrpCategory .descInput{float:left;margin:0 3px 0 4px;line-height:34px;}
.meChb{float:right !important;margin-top:11px !important;}
.menu_event_name{width:220px;display:inline-block;float:right;margin:7px 5px 0 0;}
.wrpPopular{width:100%;float:right;margin-top:10px;}
.lnk_popular{float:right;font-weight:bold;outline:0 !important;}
.outline{outline:0 !important;}
.p{padding: 3px 15px !important;white-space:normal !important;width:150px;}
.ht10{height:10px;}
#wrpCategoryForm,#wrpSupplierForm,#wrpNutForm,#wrpNeighborhoodForm,#wrpRmCategoryForm,#wrpCityForm
,#wrpDriverForm,#wrpIrrForm,.popInsertRow{z-index:2;background:#e9e0eb;border:3px solid #581365;border-radius:5px;padding:20px;position:absolute;}
.popInsertRow iframe{border:0;}
.closeNewRecord{position:absolute;right:-12px;top:-12px;padding: 0 6px;color:#581365;background:#e9e0eb;border:3px solid #581365;border-radius:22px;font-size: 16px;font-weight: bold;cursor:pointer;}

.mb50{margin-bottom:50px;}
.amount{width:30px;}
.invitationTbl{width:100%;}
.invitationTbl th, .invitationTbl td{padding:6px;}
.bgGray{background-color: #D0D0D0;}
#wrpBeforeInvite{background:white;border:3px solid purple;border-radius:5px;left:30%;padding:10px;position:absolute;top:200px;width:40%;z-index:3;display:none;}
.widthThird{width:31.3%}
.widthThird .menu_event_name{width:94%;}
#naglaTitle{float:right;margin:19px 10px 0 0}
#naglaTitle input{width:100px;font-size:15px;display:inline;}
.wrpAdditionRules input.radio{margin:5px 5px 0 2px;}
.wrpAdditionRules input[type="text"]{height:26px;}
.wrpAdditionRules .wrpRadiosDay div{margin-top:4px;}
.ruleDesign{float:right;margin-right:18px;font-weight:bold;text-decoration:underline;}
.additionName{width:180px;float:right;}
.additionName label{margin:0;}
.constant_irregular{float:right;margin:5px !important;}
.margin0{margin:0 0 0 15px !important;}
#wrpSubuserLogout{float:right;padding:15px 12px;color:#D8D8D8;}
#wrpSubuserLogout.#190671{color:#190671;}
.badge{width:20px;height:20px;border:1px solid #190671;}
#wrpHistoryData .descInput{float:right;margin: 6px 6px 0 6px;line-height: 20px;}
#wrpHistoryData .width100 h4{width:50px;float: right;font-weight:bold;margin:6px 0 0 0;}
#wrpHistoryData h4.title{width:100%;float: right;font-weight:bold;margin:20px 0 0 0;text-decoration-style: dotted;text-decoration-line: underline;}
#wrpHistoryData input{float:right;width:62px;}
.ttlBoxes{font-size: 1.5em;font-weight: bold;text-align: right;background-color: #ECE7E7;}
.width50{width:50%;}
#validateUpload{width:auto;float:right;direction:ltr;}
#validateUpdate{width:auto;float:right;direction:ltr;}
#uploadPass .btn{float:right;margin-right:4px;background:lightgray;}
#updatePass .btn{float:right;margin-right:4px;background:lightgray;}
#wrpSubCategories{display:inline-block;margin-right:30px;font-size:20px;}
#wrpSubCategories input{width:50px;}
#wrpSubCategories .btn{padding:2px 12px;margin-bottom:4px;background:purple;color:#fff;}
.sumMenuUnits{margin:0 auto 10px ;border:2px solid red;width:60px}
#wrpBrMt div{width:130px;}
.crowdedCol .wrpSubAdditions{width:100%;float:right;}
.crowdedCol .wrpSubAdditions div{width:100%;margin-top:3px;}
.crowdedCol .amountAddition{float:left;margin-left:15px;}
.crowdedCol .wrpBoxes{width:100%;float:right;}
.crowdedCol .wrpBoxes div{width:100%;margin-top:3px;}
.crowdedCol .amountGas{float:left;margin-left:15px;}
.wrpBoxes label{direction:ltr;}
.wrpRadioGroup span{float:left;}
@media (max-width: 640px)
{
	#wrpCustomerLogin{min-width:100%;}
	.greenboxDark {width:100%;}
}
.datepicker-orient-right{right: 290px !important;left: 750px !important;}*/