/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*font-family: 'Cabin', sans-serif;*/

*,
html,
body {
  font-family: "Cabin", sans-serif;
}
/*icomoon start*/

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ees8xk");
  src: url("../fonts/icomoon.eot?ees8xk#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?ees8xk") format("truetype"),
    url("../fonts/icomoon.woff?ees8xk") format("woff"),
    url("../fonts/icomoon.svg?ees8xk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logout:before {
  content: "\e90a";
  color: #fff;
}
.icon-voucher:before {
  content: "\e909";
  color: #fff;
}
.icon-banner-icon:before {
  content: "\e900";
  color: #fff;
}
.icon-cross-icon .path1:before {
  content: "\e901";
  color: rgb(235, 28, 36);
}
.icon-cross-icon .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-document:before {
  content: "\e903";
  color: #fff;
}
.icon-food:before {
  content: "\e904";
  color: #fff;
}
.icon-order:before {
  content: "\e905";
  color: #fff;
}
.icon-searchicon:before {
  content: "\e906";
  color: #fff;
}
.icon-stakeholders:before {
  content: "\e907";
  color: #fff;
}
.icon-user-icon:before {
  content: "\e908";
  color: #fff;
}
/*icomoon end*/

.wrapper {
  height: 100vh;
  /*min-height: 1000px;*/
  overflow-y: auto;
}
.btn,
a,
button,
.upload-btn,
.custom_form .form-control {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus {
  outline: 0px;
  text-decoration: none;
}
.wrapper .left-aside {
  width: 20%;
  float: left;
  display: block;
  background: #37b34a;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  position: absolute;
  overflow-y: auto;
  height: 100%;
}
.wrapper .right-aside {
  width: 80%;
  float: left;
  display: block;
  background: #ffffff;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  position: absolute;
  overflow-y: auto;
  height: 100%;
  left: 20%;
}
.left-aside nav ul {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0;
}
.left-aside nav ul li {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "Cabin", sans-serif;
  padding: 0px;
}
.left-aside nav ul li a {
  padding: 22px 10px 22px 20px;
  display: block;
  position: relative;
  background: #4dc15f;
  border-bottom: 2px solid #37b34a;
  font-weight: 500;
}
.left-aside nav ul li a span {
  padding-right: 10px;
  font-size: 20px;
}
.left-aside nav ul li a,
.left-aside nav ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.left-aside nav ul li a.submenue + ul {
  display: none;
}
.left-aside nav ul li a.submenue:after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.left-aside nav ul li a.preactive.submenue:after {
  transition: none;
}
.left-aside nav ul li a.active.submenue:after,
.left-aside nav ul li a.preactive.submenue:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.left-aside nav ul li ul li a {
  display: block;
  background: #2fa341;
  border-bottom: 2px solid #37b34a;
  padding-left: 50px;
}
.left-aside nav ul li ul li a.active {
  background: #247f31;
}
.left-aside nav ul li a:not(.submenue).active {
  background: #247f31;
}
.left-aside .logo {
  padding: 22px 0px 0px 16px;
  display: block;
}
.left-aside footer {
  padding: 17px 22px 20px 16px;
  font-size: 13px;
  color: #fff;
}
.left-aside footer a {
  color: #fff;
}
.menues_sub {
  background: #e3e3e3;
  /*padding: 44px 33px 90px 50px;*/
  padding: 44px 33px 10px 50px;
}
.menues_sub h4 {
  font-family: "Cabin", sans-serif;
  font-size: 26px;
  color: #333333;
  border-bottom: 1px solid #ababab;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
.right-aside .menues_sub {
  width: 35%;
  float: left;
  display: block;
  position: absolute;
  left: 0;
  height: 100%;
}
.right-aside .main_content {
  width: 65%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: absolute;
  left: 35%;
  height: 100%;
}
.main_content_wrap {
  padding-top: 125px;
  padding-bottom: 20px;
}
.menues_sub .menue li a {
  color: #6d6d6d;
  font-size: 13px;
  border-bottom: 1px solid #d7d7d7;
  padding: 12px 10px 12px 22px;
  display: block;
  text-decoration: none;
}
.menues_sub .menue li a.active {
  background: #ababab !important;
  color: #fff !important;
}
.menues_sub .menue li a.active-sub {
  background: #c5c3c3 !important;
  color: #fff !important;
}
.menues_sub .menue li a:hover {
  background: #eeeeee;
  color: #8a8a8a;
}
.menues_sub .menue li {
  list-style: none;
}
.menues_sub .menue {
  padding: 0 0 0 0;
  margin-top: 28px;
  background: #fff;
  border-radius: 25px 25px 0px 0px;
  border: 1px solid #d7d7d7;
  overflow: hidden;
}
.btn_cus.btn {
  border-radius: 21px;
  color: #fff;
  font-size: 15px;
  padding: 7px 15px;
  height: 37px;
  line-height: 22px;
  border: 1px solid #12818e;
  margin-right: 11px;
  min-width: 120px;
}
.btn.btn-150 {
  min-width: 150px;
}
.btn_cus.btn:hover,
.custom_form .upload-btn:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
}
.btn_cus.btn:focus {
  outline: 0px;
}
.btn_cus i {
  font-family: "Cabin", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  padding-right: 8px;
  line-height: 6px;
  display: inline-block;
}
.btn_cus.btn-deep-blue {
  background-color: #379ad2;
  border: 1px solid #12818e;
}
.btn_cus.btn-green {
  background-color: #37b34a;
  border: 1px solid #288236;
}
.btn_cus.btn-orange {
  /*border: 1px solid #c21d24;*/
  background-color: #f6842e !important;
  border: 1px solid #d87428 !important;
}
.btn_cus.btn-blue {
  background-color: #3eaeed;
  border: 1px solid #12818e;
}
.btn_cus.btn-red {
  background-color: #ec1c24;
  border: 1px solid #c21d24;
}
.btn_cus.btn-red-light {
  background-color: #d9504e;
  border: 1px solid #c21d24;
}
.btn_cus.btn-width-160 {
  min-width: 160px;
}
.btn.btn-sm {
  font-size: 13px;
  padding: 0px 14px;
  min-width: auto;
  height: 24px;
}
.btn_group {
  display: inline-block;
  float: right;
  margin-top: 6px;
}
.btn_group .btn_cus.btn {
  margin-right: 1px;
}
.btn_gap_top_20 {
  margin-top: 20px;
}
.btn.btn-lh {
  height: auto;
  min-width: auto;
  width: 125px;
  line-height: 19px;
  word-break: break-word;
  white-space: inherit;
}
.btn.btn-lh-2 {
  height: 52px;
  min-width: auto;
  width: 117px;
  line-height: 19px;
  word-break: break-word;
  white-space: inherit;
}
.btn_group .btn_cus.btn:last-child {
  margin-right: 0px;
}
.white-popup-block {
  background: #fff;
  padding: 20px 0px;
  text-align: left;
  max-width: 800px;
  margin: 40px auto;
  position: relative;
  min-height: 600px;
}
.custom_form label {
  text-align: right;
  /*width: 30%;*/
  /*float: left;*/
  /*display: block;*/
  /*line-height: 32px;*/
  line-height: normal;
  /*padding-right: 30px;*/
  margin-bottom: 0px;
  padding-top: 3px;
}
.custom_form .form-control {
  /*width: 60%;*/
  /*float: left;*/
  display: block;
  border-radius: 21px;
  border: 1px solid #37b34a;
  height: 32px;
  font-size: 13px;
  font-weight: 400;
}
.custom_form .form-control:focus,
.custom_form textarea.form-control:focus,
.ms-options-wrap > button:focus,
.ms-options-wrap.ms-active > button,
.search.form-control:focus {
  background: rgba(77, 193, 95, 0.14901960784313725);
  color: #37b34a;
  outline: 0px;
  box-shadow: none;
  border: 1px solid #37b34a;
}
select.custom_select:focus,
input[readonly].custom_select:focus,
.custom_form select.form-control:focus {
  background-image: url(../img/select_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.custom_form textarea.form-control {
  height: 78px;
}
.custom_form .form-group {
  margin-bottom: 20px;
}
/*login page*/

.login_sec h3 {
  font-size: 26px;
  color: #333333;
  font-family: "Cabin", sans-serif;
  display: block;
  border-bottom: 1px solid #ababab;
  padding-bottom: 15px;
  text-align: center;
  margin: 100px 0 0 0;
}
.login_sec .custom_form {
  background: #f6f6f6;
  border: 1px solid #4cb344;
  border-radius: 20px;
  max-width: 470px;
  margin: 0 auto;
  margin-top: 38px;
  padding: 27px 5px 23px 5px;
}
.custom_chk label {
  padding: 0 0 0 0;
  display: block;
  position: relative;
  padding-left: 23px;
  text-align: left;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
}
.max-515 {
  max-width: 515px;
  margin: auto;
}
.checkbox_valu_input_body_wrap label.side-lbl {
  padding-top: 7px;
  padding-left: 0px;
}
.custom_chk label .chkobtn {
  content: "";
  display: inline-block;
  background: #bebec1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.custom_chk label .chkobtn:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
  position: absolute;
  top: 2px;
  color: #fff;
  left: 2px;
  visibility: hidden;
}
.custom_chk label input:checked ~ .chkobtn {
  background-color: #37b34a;
}
.custom_chk label input:checked ~ .chkobtn:after {
  visibility: visible;
}
.login_sec .custom_form h4 {
  text-align: center;
  font-size: 16px;
  color: #858585;
  font-weight: 700;
  margin-bottom: 46px;
}
.login_sec .custom_form label {
  padding-right: 15px;
}
.login_sec .btn_cus.btn-blue {
  margin-right: 18px;
}
.login_sec .remember.custom_chk {
  margin-left: 22px;
  margin-top: 12px;
}
.login_sec .inut_wrap {
  padding-left: 0px;
  padding-right: 32px;
}
select.custom_select,
input[readonly].custom_select,
.dropdown-look,
.form-search.log_report input[type="date"].dropdown-look {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 52px;
}
.custom_form select.multi_select {
  height: auto;
}
select.custom_select::-ms-expand {
  display: none;
}
/* target Internet Explorer 9 to undo the custom arrow */

.school_add_edit div {
  margin: 4px 0 0 0;
}

.school_add_edit div input[type="radio"] {
  float: left;
  margin: 2px 5px 0 0;
}
.school_add_edit div p {
  float: left;
  padding: 0 20px 0 0;
}

@media screen and (min-width: 0\0) {
  select.custom_select {
    background-image: none\9;
    padding: 5px\9;
  }
}
.white-popup-block {
  /*background: rgba(238, 238, 238, 0.95);*/
  background: transparent;
}
.mfp-bg {
  background: rgba(238, 238, 238, 0.95);
  opacity: 1;
}
.white-popup-block h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Cabin", sans-serif;
  color: #333333;
  margin-bottom: 14px;
}
.white-popup-block h2:after {
  content: "";
  width: 70%;
  display: block;
  margin: 0 auto;
  background: #ababab;
  height: 1px;
  position: relative;
  bottom: -15px;
}
.white-popup-block h2.no_underline:after {
  display: none;
}
.mfp-close-btn-in .mfp-close,
.mfp-close-cus {
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 44px;
  height: 44px;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Baskerville, monospace;
  color: #fff;
  background: #ec1c24;
  opacity: 1;
  border-radius: 50%;
  font-size: 42px;
  line-height: 8px;
  position: fixed;
  right: 48px;
  top: 11px;
}
.mfp-close-btn-in .mfp-close:hover {
  opacity: 0.8;
}
ul.list_add {
  list-style: none;
  padding-top: 42px;
  padding-left: 0px;
}
ul.list_add li {
  background: #e3e3e3;
  padding: 7px 5px 7px 23px;
  text-align: left;
  font-size: 13px;
  color: #000000;
  margin-bottom: 15px;
  border-radius: 20px;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul.list_add li .paneltext {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
  padding: 7px 5px 7px 23px;
}
ul.list_add li:hover .paneltext,
ul.list_add li:hover {
  background-color: #ababab;
}
.white-popup-block ul.list_add li {
  padding: 9px 5px 9px 23px;
}
ul.list_add li a {
  position: absolute;
  right: 0px;
  color: #37b34a;
  height: 100%;
  top: 0;
  font-size: 17px;
  width: 47px;
  padding-top: 8px;
  padding-left: 10px;
}
ul.list_add li a.full_wrap {
  position: relative;
  right: 0px;
  color: #37b34a;
  height: 100%;
  top: 0;
  font-size: 17px;
  width: auto;
  display: block;
  padding-top: 8px;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  padding: 0px;
}
ul.list_add li a.full_wrap:hover {
  text-decoration: none;
}
ul.list_add li a i.fa {
  position: absolute;
  right: 0px;
  color: #37b34a;
  height: 100%;
  top: 0;
  font-size: 17px;
  width: 47px;
  padding-top: 1px;
  padding-left: 10px;
}
.list_bullet {
  padding-left: 0px;
  list-style: none;
  padding-top: 22px;
}
/*.half_body_wrap .list_bullet {
    max-width: 203px;
    margin: 0 auto;
}*/

.list_bullet li {
  margin-bottom: 20px;
}
.half_body_wrap .half_body {
  width: 35%;
  float: left;
  display: block;
  text-align: center;
}
.half_body_wrap .half_body .list_bullet {
  padding-left: 32%;
}
.half_body_wrap .half_body:first-child {
  margin-left: 14%;
}
.half_body_wrap .half_body .btn_cus.btn {
  margin-right: 0px;
}
.gap-top-55 {
  margin-top: 55px;
}
.gap-top-25 {
  margin-top: 25px;
}
.search {
  height: 35px;
  border-radius: 30px;
  padding-right: 41px;
  border-color: #d7d7d7;
}
.search-btn {
  width: 41px;
  height: 35px;
  background-image: url(../img/search-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  display: inline-block;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.form-search {
  position: relative;
  margin-bottom: 21px;
}

.form-search.log_report {
  margin-bottom: 0;
}

.form-search.log_report label {
  padding: 0 0 0 20px;
  font-size: 11px;
  line-height: 15px;
  color: #000000;
  display: block;
}

.form-search.log_report input[type="date"] {
  border-radius: 25px;
  background: #ffffff;
  border: 1px solid #4dc15f;
  height: 30px;
  width: 100%;
  color: #666666;
  padding: 0 10px;
  margin: 0 0 10px 0;
  font-size: 12px;
  line-height: 30px;
}

.form-search.log_report select {
  border-radius: 25px;
  /*background: #e3e3e3;*/
  border: 1px solid #4dc15f;
  height: 30px;
  width: 100%;
  color: #666666;
  /*padding: 0 0;*/
  margin: 0 0 10px 0;
  font-size: 12px;
  /*    line-height: 30px;*/
}

.no_record_found.log_report {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.no_record_found.log_report .btn_cus.btn-deep-blue {
  background-color: #4dc15f;
  border: 1px solid #4dc15f;
}

.log_report_section {
  padding: 0 5%;
}
.log_report_section h4 {
  text-align: center;
  padding: 0 0 10px 0;
}

.log_report_section .table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #4dc15f;
  border-bottom: 1px solid #4dc15f;
  color: #4dc15f;
}

/*.log_report_section .mfp-close{
    display: none;
}*/

#log-containerdetails.alert-popup-wrap {
  max-height: 400px;
  overflow-y: auto;
}

.white-popup-block.log_report_section {
  max-width: 800px;
}

.white-popup-block.log_report_section .alert-popup-wrap .mfp-close {
  display: block;
}

.white-popup-block.log_report_section .mfp-close {
  display: none;
}

/*.table > caption + thead > tr:first-child > th, 
.table > colgroup + thead > tr:first-child > th, 
.table > thead:first-child > tr:first-child > th, 
.table > caption + thead > tr:first-child > td, 
.table > colgroup + thead > tr:first-child > td, 
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}*/

.text-label {
  min-width: 122px;
  display: inline-block;
  color: #333333;
  font-weight: 700;
  font-size: 13px;
}
.no-padding {
  padding: 0 0 0 0 !important;
}
.close-btn i {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  font-style: normal;
  text-decoration: none;
}
ul.list_add li a.close-btn {
  top: 0;
  width: 37px;
  padding-top: 2px;
}
ul.list_add li a.close-btn:hover {
  text-decoration: none;
  transform: scale(1.3);
  color: #ec1c24;
}
.custom_form.pop_form {
  margin: 40px 0 0 0;
}
.gap-top-45 {
  margin-top: 65px;
}
.alert-pop .mfp-bg {
  background: rgba(8, 8, 8, 0.52);
  opacity: 1;
}
.alert-pop .mfp-close-btn-in .mfp-close {
  color: #fff;
  background: #ec1c24;
  opacity: 1;
  border-radius: 50%;
  font-size: 42px;
  line-height: 8px;
  position: absolute;
  right: 20px;
  top: 11px;
}
.mfp-content .white-popup-block .mfp-close {
  color: #fff;
  background: #ec1c24;
  opacity: 1;
  border-radius: 50%;
  font-size: 42px;
  line-height: 8px;
  position: absolute;
  right: 0px;
  top: 25px;
}
.alert-popup-wrap {
  max-width: 720px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-bottom: 24px;
  padding-top: 68px;
}
.alert-popup-wrap h2 {
  text-align: center;
  font-size: 20px;
  position: relative;
}
.alert-popup-wrap h2:after {
  content: "";
  width: 63%;
  height: 1px;
  background: #ababab;
  margin: 0 auto;
  display: block;
  margin-top: 12px;
}
.alert-popup-wrap .popup-close {
  margin-top: 72px;
  margin-right: 0px;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  display: block;
  border-radius: 21px;
  border: 1px solid #37b34a;
  font-size: 13px;
  padding: 6px 12px;
}
.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 27px;
  margin: 1px 0;
  border: 1px dotted transparent;
  text-align: left;
}
.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  top: 7px;
}
.ms-options-wrap > button:after {
  content: "";
  background-image: url(../img/select_bg.png);
  width: 52px;
  height: 32px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
  border: 0px;
  right: 0px;
}
.ms-options-wrap > .ms-options {
  border: 1px solid #37b34a;
  border-radius: 15px;
}
.custom_form .upload-btn {
  border-radius: 21px;
  color: #fff;
  font-size: 15px;
  padding: 5px 15px;
  height: 32px;
  line-height: 22px;
  border: 1px solid #12818e;
  text-align: center;
  min-width: 120px;
  background-color: #37b34a;
  border: 1px solid #288236;
  cursor: pointer;
  font-weight: 400;
}
.p-tag a {
  margin-left: 22px;
  margin-top: 12px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 18px;
}
/*page loader*/

.js div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  /*z-index: 999;*/
  z-index: 1045;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgba(255, 255, 255, 0.59) url(../img/loader.svg) no-repeat center
    center;
  display: block;
}
.error {
  color: #ec1c24;
  font-weight: 700;
}
.alert-popup-wrap .top-margin {
  margin-top: 70px;
  margin-right: 0px;
}
.alert-popup-wrap .top-margin:first-child {
  margin-right: 30px !important;
}
.alert-popup-wrap.top-pad-40 {
  padding-top: 40px;
}
.confirm-pass .alert-popup-wrap h2 {
  text-align: center;
  font-size: 29px;
  position: relative;
  font-weight: 700;
  margin: 0px;
}
.confirm-pass .custom_form {
  margin-top: 75px;
}
.confirm-pass .alert-popup-wrap .top-margin {
  margin-top: 30px;
  margin-right: 0px;
}
.ms-options-wrap {
  position: relative;
}
.left-aside .logo {
  padding-bottom: 22px;
  /* background: #fff; */
  padding-top: 39px;
  padding-left: 0px;
  text-align: center;
}
.logo img {
  max-width: 82%;
  height: auto;
  display: inline-block;
}
.no_record_found {
  margin-top: 30px;
  margin-bottom: 30px;
}
.no_record_found p {
  margin-top: 9px;
}
.no-margin {
  margin: 0px !important;
}
.login_btn a {
  margin-left: 22px;
  margin-top: 12px;
  font-weight: 700;
  color: #333;
  display: inline-block;
  margin-right: 18px;
}
.alert h4 {
  margin-bottom: 0px !important;
  color: #3c763d !important;
}
.login_sec.reset_pas .custom_form label {
  padding-right: 15px;
  padding-left: 0px;
  padding-top: 8px;
}
.alert {
  padding: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.user_dtls {
  text-align: right;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding-right: 25px;
}
.user_dtls span {
  display: block;
}
.left-aside nav ul li a.preactive + ul {
  display: block !important;
}
.product-group-list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  position: relative;
  background: #fff;
  width: 16%;
}
.product-group-list .close {
  position: absolute;
  right: 5px;
  top: -2px;
  opacity: 1;
  font-size: 25px;
  display: none;
  z-index: 1;
}
.product-group-list li:hover .close {
  display: block;
}
.product-group-list .close:hover {
  font-size: 30px;
}
.product-group-list {
  padding: 0px;
  text-align: center;
  padding-top: 25px;
}
.product-group-list img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  max-width: 150px;
  position: relative;
  background: #fff;
}
#select-product.white-popup-block {
  max-width: 990px;
  text-align: center;
}
#image_icon_preview {
  display: inline-block;
  height: 150px;
  width: 150px;
  vertical-align: middle;
}
.padding-top-60 {
  padding-top: 65px !important;
}
.add_new_img {
  margin-top: 15px;
}
.lazy-loader {
  height: 150px;
  width: 150px;
  background: rgba(255, 255, 255, 0.59) url(../img/loader.svg) no-repeat center
    center;
  background-size: 40%;
  position: relative;
  margin: 0 auto;
}
.lazy-loader img {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
}
#icon_preview.active {
  border: 2px solid #ababab;
  display: inline-block;
  padding: 20px;
  box-shadow: 6px 5px 8px #ddd;
}
/*#select-product .product-group-list li a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: inline-block;
}
*/

ul.list_add.list-type-2 li:first-child {
  border-radius: 15px 15px 0px 0px;
  border-top: 1px solid #d7d7d7;
}
ul.list_add.list-type-2 li {
  margin-bottom: 0px;
  background-color: #fff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #d7d7d7;
  border-top: 0px solid #d7d7d7;
}
ul.list_add.list-type-2 li.active {
  background: #c5c3c3;
}
ul.list_add.list-type-2 li:hover {
  background-color: transparent;
}
ul.list_add.list-type-2 li a {
  display: block;
  position: relative;
  right: auto;
  color: #333333;
  height: 100%;
  top: 0;
  font-size: 15px;
  width: auto;
  padding-top: 0px;
  padding-left: 0px;
  text-decoration: none;
}
.ingredients-form {
  margin-top: 35px;
  display: none;
}
.top-margin-15 {
  margin-top: 15px;
}
.top-margin-60 {
  margin-top: 60px;
}
/* ==========================================================================
   Products styles Sandip 8-06-2018 START
   ========================================================================== */

.numberof_prod_sec {
  border-bottom: 1px solid #f5f7ed;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.custom_form label.products_label {
  display: block;
  text-align: left;
  padding-bottom: 8px;
}
.products-top {
  margin-bottom: 20px;
}
.products-lists {
  overflow: hidden;
  background-color: #eef2e6;
  border: 1px solid #dfe3d7;
  border-radius: 20px;
  padding: 6px 10px;
  padding-left: 0;
  text-align: center;
  margin-bottom: 11px;
  position: relative;
}
.products-lists:hover {
  background-color: #e4e6df;
}
.products-lists .close-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.products-lists .close-btn {
  text-align: right;
  float: right;
}
.products-lists .close-btn:hover {
  text-decoration: none;
  transform: scale(1.3);
  color: #ec1c24;
}
.man_list {
  overflow: hidden;
  background-color: #2eb547;
  border: 1px solid #388446;
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  display: inline-block;
  float: left;
}
.man_list li {
  float: left;
  color: #fff;
  border-right: 1px solid #388446;
  font-size: 10px;
}
.man_list li:last-child {
  border-right: none;
}
.man_list li a {
  color: #fff;
  display: block;
  padding: 6px 14px;
  text-decoration: none;
}
.man_list li.active {
  background-color: #ec1c24;
}
.custom_chk_wrap {
  text-align: left;
  padding-top: 10px;
}
.custom_chk_wrap .custom_chk {
  display: inline-block;
  vertical-align: top;
  margin-right: 80px;
}
.custom_chk_wrap .custom_chk:last-child {
  margin-right: 0;
}
.products_btn_groo {
  margin-top: 20px;
}
.disabled .man_list {
  opacity: 0.5;
}
.mid_body_wrap {
  text-align: center;
}
.mid_body_wrap .list_bullet {
  display: inline-block;
}
.mid_body_wrap .btn_cus.btn-deep-blue,
.checkbox_valu_input_body_wrap .btn_cus.btn-deep-blue {
  background-color: #2d7bba;
}
.white-popup-block.checkbox_valu_input_wrapper h2:after {
  background-color: #ced2c6;
  width: 40%;
  margin: 0 auto;
  display: block;
  height: 1px;
  content: " ";
}
.checkbox_valu_input_body_wrap {
  text-align: center;
}
.checkbox_valu_input_body_wrap label,
.custom_form .checkbox_valu_input_body_wrap .form-control {
  display: inline-block;
  vertical-align: middle;
}
.custom_form .checkbox_valu_input_body_wrap .form-control {
  width: 100%;
  max-width: 70%;
}
.modal-backdrop {
  height: 100%;
}
.modal-contentt {
  position: relative;
}
.close_pop {
  color: #fff;
  background: #ec1c24;
  opacity: 1;
  border-radius: 50%;
  font-size: 42px;
  line-height: 8px;
  position: absolute;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  font-family: Arial, Baskerville, monospace;
  right: 12px;
  top: 12px;
  z-index: 1;
  width: 44px;
  height: 44px;
}
.modal-backdrop.in {
  z-index: 1044;
  /*display: none;*/
}
.modal-open .modal {
  z-index: 9999;
  /*background: rgba(0,0,0,0.6);*/
}
.panel-mov {
  cursor: move;
}
.custom_form .products-lists .form-control {
  height: 26px;
}
.no_pad_left {
  padding-left: 0;
}
.confirm-pass .alert-popup-wrap h2.cannot_delet {
  font-size: 15px;
}
.custom_form .man_list li label {
  padding: 6px 14px;
  display: block;
}
.custom_form .man_list li label .day {
  position: relative;
  z-index: 1;
}
.custom_form .man_list li label input {
  visibility: hidden;
}
.custom_form .man_list li .custom_chk label .chkobtn {
  background-color: transparent;
}
.man_list li .custom_chk label input:checked ~ .chkobtn {
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: block;
  background-color: #ec1c24;
}
.man_list li .custom_chk label .chkobtn:after {
  display: none;
}
/* this is done by nirob */

.children-list li {
  display: inline-block;
  width: 100%;
}
.children-list li a {
  padding-top: 0 !important;
  display: inline-block !important;
}
.children-list li a:nth-child(2) {
  color: #fff !important;
  padding-bottom: 0;
  padding: 5px 0 1px 0;
  min-width: 70px;
  float: right;
}
.sp-from a {
  margin-bottom: 10px !important;
}
#open-pop-upload_student h2 {
  padding-bottom: 42px;
}
.products-lists.disabled {
  pointer-events: none;
}
.products-lists.disabled .close-btn {
  pointer-events: auto;
}
/*///27-june-2018*/

.padding-top-40 {
  padding-top: 40px;
}

/*///25-june-2018 BY SANJIB calendar css start@@@@@@*/
.white-popup-block.calendar-wrap {
  background: transparent;
  /*padding: 0px;*/
  text-align: left;
  max-width: none;
  margin: 0px auto;
  position: relative;
  min-height: auto;
}
.calendar-wrap .calendar {
  max-width: 1115px;
  margin-top: 15px;
  margin: 0px auto;
  overflow-y: hidden;
}
.white-popup-block.calendar-wrap h2:after {
  content: "";
  width: 19%;
}
.white-popup-block.calendar-wrap h2 {
  margin-bottom: 35px;
  /*margin-top: 73px;*/
}
.calendar-wrap .btn-group-3 {
  padding-top: 50px;
  padding-bottom: 40px;
}
.calendar table.month tr td .day-content {
  border-radius: 0px;
}
.calendar-header.panel.panel-default {
  margin-bottom: 20px;
  background-color: #efefef;
}

.active-day {
  color: #fff !important;
  background: #148b2d !important;
}
.student-closed {
  color: #fff !important;
  background: #148b2d !important;
}
.class-closed {
  color: #fff !important;
  background: #70c0eb !important;
}
.school-closed {
  color: #fff !important;
  background: #ffa500 !important;
}
.kitchen-closed {
  color: #fff !important;
  background: #f21f24 !important;
}

.calendar-header.panel-default {
  display: none !important;
}
.calendar table td.day {
  color: #148b2d;
}
.calendar table td.day .week-end {
  color: #000;
}

.mfp-wrap ::-webkit-scrollbar {
  width: 3px;
}

.mfp-wrap ::-webkit-scrollbar-thumb {
  background-color: #bebec1;
}
.calendar-wrap .btn-group-3 .btn_cus {
  margin-right: 25px;
  margin-left: 25px;
}

.calendar table.month th.month-title i {
  font-style: normal;
}
.calendar table.month td.day .day-content:hover {
  color: #fff;
  background: #148b2d;
}
.calendar table.month td.day .day-content.week-end:hover {
  color: #000;
  background: transparent;
}

/*///25-june-2018 BY SANJIB calendar css END@@@@@@*/

/********26-june-2018 by sohini css starts********/

.deleteoperation a.btn_cus i {
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
  padding: 0;
}
ul.student_menu li {
  border-bottom: 1px solid #d7d7d7;
}
.menues_sub ul.student_menu li a {
  border-bottom: none;
}
/*ul.student_menu li a.chkLabel { float: left; }*/
ul.student_menu li div.custom_chk {
  float: right;
}
ul.student_menu li div.custom_chk label {
  margin-bottom: 0;
}
ul.student_menu li div.custom_chk label .chkobtn {
  top: -42px;
}
.deleteoperation.btn_group {
  width: 50%;
  text-align: right;
}
.deleteoperation.btn_group a.btn_cus {
  margin-bottom: 15px;
}

/********26-june-2018 by sohini css ends********/

/* this is done by nirob for allowed menu */
.hidden {
  display: none;
}
.shown {
  display: block;
}

/******css written by sohini for express order starts******/

.white-popup-block.express_order {
  max-width: inherit;
  background: #f5f5f5;
  height: 100%;
  overflow: auto;
  padding: 0;
  margin: 0;
}
.express-order .exp-ord-header button .icon {
  display: table;
  height: 30px;
  width: 31px;
  margin: 12px auto;
  opacity: 1;
  background: url(../img/week-days-small.png) no-repeat;
}

.down-small-arrow {
  position: absolute;
  margin-top: 5px;
  right: 0;
  height: 50px;
  width: 50px;
  background: url(../img/arrows.png) center 0 no-repeat;
  cursor: pointer;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.express-order .image-container .hoz_line {
  width: 40%;
  height: 1px;
  margin-right: 5px;
  position: relative;
}

.express-order .image-container .title-icon {
  width: 20px;
  height: 15px;
  margin-left: 52%;
  background: url(../img/backslash-green.png) center center no-repeat;
}

/* .express-order {
     background: #f5f5f5;
     height: calc(100vh - 147px);
     overflow: auto;
     padding: 0; 
     margin: 0;
 }*/

.express-order .order-button-close {
  background-color: #d9534f;
  width: 125px;
  margin: 0 auto;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  outline: none;
  width: 133px;
  height: 37px;
  padding: 7px 20px 7px 20px;
  margin-left: 3px;
}

.express-order .order-button-save {
  background-color: #337ab7;
  margin: 0 auto;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  outline: none;
  width: auto;
  height: 37px;
  padding: 7px 20px 7px 20px;
  margin-right: 3px;
}

.express_order .mfp-close {
  display: none;
}

.express-order .order-buttons-container-wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 68px;
  background: #f5f5f5;
}

.express-order .order-buttons-container {
  position: absolute;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
  font-size: 20px;
  z-index: 5000;
  background: #f5f5f5;
}

.express-order .order-button-ok {
  background-color: #379ad2;
  padding: 6px 20px;
  width: 150px;
  margin-left: 40px;
  margin-right: 40px;
  margin: 0 auto;
  border: none;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  outline: none;
  margin-top: 30px;
  height: 36px;
  border-color: #12818e;
}

.express-order .order-button-ok:hover {
  border-color: #12818e;
  background-color: #3eaeed;
}

.express-order .day-container {
  width: 20%;
  height: 100%;
  border: 1px solid #fff;
  border-bottom: none;
  float: left;
  position: relative;
}

.express-order .exp-ord-header button {
  position: relative;
  width: 100%;
  height: 55px;
  background: #d6d6d6;
  border: none;
}

.express-order .exp-ord-header button:focus {
  outline: 0;
  background: #fff;
}

.express-order .day-dropdown {
  width: calc(20% - 3px);
  height: 55px;
  position: absolute;
  right: 0;
  width: 100%;
}

.express-order .day-dropdown-selection {
  position: relative;
  height: 50px;
  margin-top: -3px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: #000;
  cursor: pointer;
  background: white;
  z-index: 10;
}

.express-order .day-dropdown-selection.active {
  background-color: #e3e3e3;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.express-order .chkobtn {
  width: 14px;
  height: 14px;
  cursor: pointer;
  position: absolute;
  top: 6px;
  display: block;
  margin: 0px;
  right: 8px;
}

.express-order .product-name {
  cursor: pointer;
  padding: 5px 0 0 15px;
  font-weight: 700;
  font-size: 13px;
  color: #6c6c6c;
  width: 100%;
}

.express-order .title-wrapper h3 {
  margin-top: 16px;
  font-size: 18px;
  color: #383838;
  margin-left: 14px;
  margin-bottom: 5px;
  padding: 0px;
}

.style-scrollbar ::-webkit-scrollbar {
  width: 3px;
}

.style-scrollbar ::-webkit-scrollbar-thumb {
  background-color: #bebec1;
}

.express-order .product-container .product-name {
  position: relative;
}

.express-order .image-container {
  margin-bottom: 10px;
  margin-left: 14px;
}

.express-order .image-container .hoz_line:after {
  right: -20%;
}
.express-order [type="radio"] + span,
.express-order [type="checkbox"] + span {
  display: inline-block;
  float: left;
  margin-right: 10px;
  padding: 7px;
  border-radius: 50%;
  background-color: #bebec1;
}
.express-order [type="radio"]:checked + span,
.express-order [type="checkbox"]:checked + span {
  background-color: #37b34a;
}
.express-order .day-dropdown {
  /*display: none;*/
}
.hoz_line:after {
  width: 46%;
  right: 3%;
}
.hoz_line:after,
.hoz_line:before {
  display: block;
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAADCAYAAADGO8xwAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAB6SURBVHjaYrx3+YogAwPDbiBmUNLVMQHyjaH81UB+OpBfDmR3AHE6kD8LyF8FZLsAsQkQvx/seplAaoAYpMAYqhBkCMjToQwQYAylXZBomPyg18sC9PFZoKIKaGiA2Pegis9CFXUCMUhsFpQPUqsEVAsSZxjsegECDACgo4CzKNSPxQAAAABJRU5ErkJggg==);
  background-position: 50%;
  height: 15px;
  background-repeat: repeat-x;
  top: 0;
  bottom: 0;
  margin: 0 auto;
}
.hoz_line:before {
  width: 45%;
  left: 2%;
}

.express-order [type="radio"]:checked + span,
.express-order [type="checkbox"]:checked + span {
  background: #37b34a
    url(data:image/png;base64,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)
    1px 1px no-repeat;
  background-size: 12px;
}
.express-order .exp-ord-header button .icon.mon {
  background-position: 0 0;
}

.express-order .exp-ord-header button .icon.tue {
  background-position: 0 -30px;
}

.express-order .exp-ord-header button .icon.wed {
  background-position: 0 -60px;
}

.express-order .exp-ord-header button .icon.thu {
  background-position: 0 -90px;
}

.express-order .exp-ord-header button .icon.fri {
  background-position: 0 -120px;
}
.school_menus.list_add.list-type-2 li {
  padding: 3px 5px 3px 23px;
}
.school_menus.list_add.list-type-2 li a {
  font-size: 14px;
}
.school_menus.list_add.list-type-2 li a.menu_title {
  display: inline-block;
  float: left;
  width: 53%;
  margin-top: 10px;
}
.school_menus.list_add.list-type-2 li a.btn-orange {
  display: inline-block;
  float: left;
  padding: 2px 15px;
  margin: 5px 0 0;
  font-size: 13px;
  color: #fff;
}
.school_menus.list_add.list-type-2 li a.btn-orange:hover {
  background: #f36225 !important;
}
.school_menus.list_add.list-type-2 li a.add-ing {
  display: inline-block;
  float: right;
  line-height: 38px;
}
.school_menus.list_add.list-type-2 li a i.fa {
  right: 6px;
  top: 2px;
  position: relative;
  width: auto;
}
.school_menus.list_add.list-type-2 li a.del-link {
  display: inline-block;
  float: right;
  line-height: 38px;
}
.school_menus.list_add.list-type-2 li a.del-link i.fa {
  color: #ec1c24;
}

.custom_form.upload_formSec .form-control {
  display: inline-block;
  width: 100%;
}
.custom_form.upload_formSec .upload-btn {
  display: inline-block;
  width: 30%;
}
.custom_form.upload_formSec .button-wrap {
  text-align: center;
}

.title_head_center {
  text-align: center;
}
/******css written by sohini for express order ends******/

body .selectclass.move-active.active li {
  background-color: #ababab;
}
.express-ord .mfp-content {
  vertical-align: top;
}
.express-order-wrap {
  padding-bottom: 50px;
}
.mfp-content {
  vertical-align: top;
}
.express-order .product-container .product-name i {
  font-style: normal;
  display: inline-block;
  margin-right: 60px;
}
.img-loaded {
  background-image: none !important;
}

.mobilemenu {
  display: none;
  position: relative;
}
.mobilemenu a.mobile_nav_btn {
  display: inline-block;
  width: 28px;
  height: 18px;
  padding: 11px;
  position: absolute;
  top: 6px;
  right: 25px;
  z-index: 99;
}
.mobilemenu a.mobile_nav_btn span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
  width: 28px;
}
.mobilemenu a.mobile_nav_btn:before,
.mobilemenu a.mobile_nav_btn:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
  width: 28px;
}
ul.mm-listview li.mm-listitem span:before {
  color: #000;
  padding-right: 10px;
}
.mm-slideout {
  z-index: auto;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
  background: rgba(238, 238, 238, 0.95);
}

.close-custom-cross {
  overflow: visible;
  cursor: pointer;
  display: block;
  color: #fff;
  background: #ec1c24;
  opacity: 1;
  border-radius: 50%;
  font-size: 42px;
  line-height: 8px;
  position: absolute;
  right: 20px;
  top: 11px;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 44px;
  height: 44px;
  text-decoration: none;
  text-align: center;
  font-family: Arial, Baskerville, monospace;
  border: 0px;
}
.invoice-date input[type="date"] {
  width: 100%;
  border: 1px solid #37b34a;
  border-radius: 21px;
  line-height: 30px;
}

.invoicepaddingless {
  padding-top: 25px;
}

/*========================29-03-2019------------start===========================*/
.top-margin-10 {
  padding-top: 10px;
}
.lunch_cal_left {
  border: 1px #ababab solid;
  padding: 5px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.lunch_cal_left h4 {
  font-size: 18px;
  color: #488b42;
  margin-bottom: 10px;
}
.lunch_cal_list {
  margin-bottom: 10px;
}
.lunch_cal_list_sec {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
.lunch_cal_list_sec h5 {
  color: #383838;
  font-size: 16px;
  font-weight: bold;
}
.lunch_cal_list_sec button {
  background: #37b34a;
  border-radius: 30px;
  padding: 7px 0;
  color: #fff;
  border: 1px #288236 solid;
  width: 128px;
}
.lunch_cal_list_sec button:hover {
  color: #fff;
}
.lunch_cal_list_sec button:focus,
.lunch_cal_list_sec button:active:focus,
.lunch_cal_list_sec input:focus {
  outline: none;
}
.lunch_cal_list_sec input.lunch_cal_input {
  float: right;
  border: 1px #37b34a solid;
  border-radius: 30px;
  text-align: right;
  padding: 6px 0;
  width: 128px;
  padding-right: 10px;
}
.lunch_cal_list_total {
  width: 100%;
  display: inline-block;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.lunch_cal_list_total .lunch_cal_list_sec h6 {
  color: #383838;
  font-size: 15px;
  font-weight: bold;
}
.lunch_cal_list_total .lunch_cal_list_sec span {
  float: right;
  font-weight: bold;
}
.lunch_cal_list_full {
  width: 100%;
}
.lunch_cal_list_sec span.input_grey {
  background: #d2d2d2;
  float: right;
  border-radius: 30px;
  text-align: right;
  padding: 6px 0;
  width: 128px;
  padding-right: 10px;
}
.lunch_cal_balance_total {
  border: none;
}
.lunch_cal_balance_total .lunch_cal_list_sec h6 {
  font-size: 18px;
}
.lunch_cal_balance_total .lunch_cal_list_sec span {
  font-size: 18px;
}
.lunch_cal_balance_total .lunch_cal_list_sec span.negetive_val {
  color: #ff0000;
}
.lunch_cal_list_sec span.input_trans {
  background: transparent;
}

/*========================29-03-2019------------end=============================*/

#full-calendarid {
  max-width: 630px;
  margin: 0 auto;
  background: #fff;
  padding: 22px 0 26px;
  -webkit-box-shadow: -1px 2px 16px 6px #ddd;
  box-shadow: -1px 2px 16px 6px #ddd;
  border-radius: 10px;
  padding-top: 0;
}
#full-calendarid .fc-header-toolbar {
  -webkit-box-shadow: 0 7px 20px 0 #ddd;
  box-shadow: 0 7px 20px 0 #ddd;
  padding: 0 28px 15px;
  margin-bottom: 25px;
  padding-top: 15px;
}
.fc-header-toolbar h2 {
  color: #ea3d1b;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.fc-header-toolbar h2:after {
  content: none !important;
}

#full-calendarid .fc-view-container {
  padding: 0 28px;
}

.warning-popup h1 {
  font-weight: 700;
  font-size: 28px;
  color: #ec1c24;
}

.get-started-right.wizard-student-add {
  display: inline-block;
  float: none;
  width: auto;
  vertical-align: top;
}

.get-started-right.wizard-student-add a {
  background-color: #fafbfd;
  border: none;
  height: 28px;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 4px;
  font-weight: 500;
  padding: 0 15px;
  line-height: 28px;
  color: #161616;
  border-radius: 25px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(195, 195, 195, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(195, 195, 195, 0.75);
  font-weight: 500;
  display: inline-block;
  text-decoration: none;
}

.get-started-right.wizard-student-add a:hover {
  -webkit-box-shadow: 0px 1px 5px 0px #e83e1b;
  box-shadow: 0px 1px 5px 0px #e83e1b;
}

.get-started-right.wizard-student-add .get-started-btn:after {
  top: 15px;
}

.fc-event {
  border: 0px;
  background-color: transparent;
  text-align: center;
}

.menue-running .fc-title,
.fc-content-skeleton .fc-day-top.menue-running .fc-day-number,
.menue-off .fc-title,
.fc-content-skeleton .fc-day-top.menue-off .fc-day-number {
  width: 40px;
  height: 40px;
  display: block;
  vertical-align: middle;
  border-radius: 5px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  background: #478b42;
  color: #fff;
  text-align: center;
  float: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: transparent;
  border-left-color: #ddd !important;
  border-right-color: #ddd !important;
  border-bottom-color: transparent !important;
  /*border-top-color: transparent !important;*/
}

.fc-view > table td.fc-widget-content {
  border-bottom: 1px solid #ddd !important;
  /*border-top:  1px solid #ddd !important;*/
}

.fc-scroller.fc-day-grid-container {
  height: auto !important;
}

.fc-widget-header {
  border-top-color: #ddd !important;
}

.fc-unthemed td.fc-today {
  background: transparent;
}

.calender-wizard {
  max-width: 630px;
  margin: 30px auto 0 auto;
  background: #fff;
  padding: 22px 0px 26px 0px;
  box-shadow: -1px 2px 16px 6px #ddd;
  border-radius: 10px;
}

.calender-wizard .fc-header-toolbar {
  padding: 0px 28px 0px 28px;
  -webkit-box-shadow: 0px 7px 20px 0px #ddd;
  box-shadow: 0px 7px 20px 0px #ddd;
  padding-bottom: 15px;
  margin-bottom: 33px;
}

.calender-wizard .fc-view-container {
  padding: 0px 28px 0px 28px;
}

.menue-week {
  color: #b5b5b5;
  float: right;
  font-size: 19px;
  font-weight: 700;
  padding-top: 5px;
}

.calender-wizard .fc-day-grid .fc-row:last-child {
  display: none;
}

.fc-day-number {
  /*color: transparent;*/
}

.fc-header-toolbar h2 {
  color: #ea3d1b;
  font-size: 24px;
  font-weight: 600;
}

.fc-highlight {
  background: #b8c7ce;
  opacity: 0.3;
}

.skip-wizard-link.back-prev a:after {
  right: auto;
  left: 0px;
  transform: rotate(180deg);
}

.skip-wizard-link.back-prev {
  margin-left: 40px;
  margin-right: 0px;
}

.skip-wizard-link.back-prev a {
  padding-right: 0px;
  padding-left: 28px;
}

.fc-day {
  cursor: pointer;
}

.wizard-add-form .form-group select.form-control {
  line-height: 10px;
}

.forgot-password-email .fa-pencil:before {
  margin-left: 10px;
}

.forgot-password-email {
  padding-bottom: 15px;
}

.forgot-password-link.reset-otp {
  margin-bottom: 0px;
}

.get-started-right.wizard-student-add a {
  font-weight: bold;
  padding: 5px 20px;
  border: transparent 1px solid;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  padding: 6px 20px;
  height: 34px;
}

.get-started-right.wizard-student-add a:hover {
  border: #e83e1b 1px solid;
  color: #e83e1b;
  background-color: transparent;
}

.fc-event {
  /*pointer-events: none;*/
}

.fc-day-header.fc-widget-header {
  padding: 56px 0px 20px 0px;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}

.fc-day-header.fc-widget-header:before {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #e83e1b;
  top: 22px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  font-size: 16px;
}

.fc-day-header.fc-widget-header.week-on:before {
  color: #000;
}

.fc-highlight,
.fc-unthemed .fc-disabled-day {
  background: transparent;
  opacity: 1;
}

.fc-icon-right-single-arrow:after {
  content: "\f0da";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.fc-icon-left-single-arrow:after {
  content: "\f0d9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-size: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fc-button-group .fc-icon {
  line-height: 30px;
  height: 30px;
}

.fc-button-group .fc-state-default:focus {
  outline: 0px;
}

.fc-button-group .fc-state-default:hover .fc-icon-right-single-arrow:after,
.fc-button-group .fc-state-default:hover .fc-icon-left-single-arrow:after {
  color: #478b42;
}

.fc-button-group .fc-state-default {
  border: 0px solid;
  background: transparent !important;
  box-shadow: none;
}

.calender-wizard footer {
}

.cal-footer-bottom ul {
  display: block;
  padding: 0px;
  text-align: center;
  margin-top: 35px;
}

.cal-footer-bottom li {
  display: inline-block;
  padding: 0px 29px;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  position: relative;
}

.cal-footer-bottom li span {
  width: 15px;
  height: 15px;
  display: block;
  background: #478b42;
  position: absolute;
  left: 0px;
  top: 3px;
  bottom: 0px;
  border-radius: 3px;
}

.cal-footer-bottom li.menue-off span {
  background: #e83e1b;
}

.wizard-add-form .form-group select.form-control {
  line-height: 15px;
}

.calender-wizard .apisuccess,
.calender-wizard .apierror {
  margin: 0px 27px 16px 27px;
  text-transform: capitalize;
}

.registration-page,
.registration-success-page {
  z-index: 2;
}
/* .fc-widget-header table .fc-day-header{
    border-color: rgba(0,0,0,0);
    border-left-color: #ddd!important;
    border-right-color: #ddd!important;
    border-bottom-color: rgba(0,0,0,0)!important;
        padding: 40px 0 20px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
        border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
        font-size: 1em;
} */
.fc-day-header.fc-widget-header:before {
  display: none;
}
.fc-widget-header table .fc-day-header span a {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #e83e1b;
  top: 22px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  font-size: 16px;
  text-indent: -99999px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: none !important;
}
.fc-day-top span {
  width: 40px;
  height: 40px;
  display: block;
  vertical-align: middle;
  border-radius: 5px;
  line-height: 40px;
  font-size: 18px;
  cursor: pointer;
  background: #478b42;
  color: #fff;
  text-align: center;
  float: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.fc-day-top.fc-past span {
  background: #d6d6d6;
}
.fc-day-top.fc-future span {
  background: #478b42;
}
.fc-day-top.fc-today {
  border-style: none !important;
}
.fc-day-top.fc-today span {
  background: #478b41;
}

.fc-day-top.schoolholiday-today span {
  background: #e83e1b;
}
.fc-day-top.kitchenholiday-today span {
  background: #bd3013;
}

.fc-view > table td.fc-widget-content {
  border: none;
}
/* .fc-day-top.fc-other-month{  opacity: 0 !important; pointer-events: none;}
.fc-bgevent-skeleton .fc-bgevent{ background-color: #fff !important} */
.calendar table td,
.calendar table th {
  border: #ccc 1px solid;
  padding: 0px 1px;
}
#open-pop-calendar .calendar table td,
#open-pop-calendar .calendar table th {
  border: none;
  padding: 0px 1px;
}
#open-pop-calendar .calendar .month .month-title {
  padding-bottom: 15px;
}
#open-pop-calendar .calendar .month-container {
  margin-bottom: 30px;
}
.fc-view > table td.fc-widget-content {
  border-left: #ccc 1px solid !important;
  border-right: #ccc 1px solid !important;
}
.fc-button-group .fc-button {
  padding: 0.4em 0.65em;
}
.fc-button-group .fc-icon {
  line-height: 21px !important;
  height: 21px !important;
}
.express-oreder-menunw label {
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  width: 72%;
  margin-right: 10px;
}
.express-oreder-menunw .sr-only {
  position: static;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: auto;
  padding: 2px 4px;
  margin: 0;
  border: #ccc 1px solid;
}

.express-oreder-menunw .sr-only[type="number"]::-webkit-inner-spin-button,
.express-oreder-menunw .sr-only[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*------------------------- FEEDBACK LIST ---------------------------*/
.feedback-page {
  margin-top: 45px;
}
.feedback-main-page h2 {
  font-size: 24px;
  font-weight: bold;
  color: #161616;
  margin: 0;
}
.feedback-main-page {
  width: 1030px;
  margin: 0px auto;
  max-width: 100%;
}
.feedback-details-page-scroll {
  max-height: 440px;
  margin: 0 -10px;
  margin-top: 35px;
  overflow: auto;
}
.feedback-details-page {
  padding: 0 10px;
}
.feedback-details-blk {
  padding: 15px 30px;
  background-color: #faf9ee;
  border-radius: 10px;
  box-shadow: 0 2px 12px -1px rgba(194, 194, 194, 0.75);
  margin-bottom: 25px;
}
.feedback-details-blk .feedback-details-head {
  border-bottom: #f0f0f0 1px solid;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 10px;
}
.feedback-details-blk .feedback-details-head .feedback-head-lft {
  float: left;
}
.feedback-head-lft span.img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #ebebeb;
  display: inline-block;
  padding-top: 5px;
  vertical-align: middle;
}
.feedback-head-lft span.user-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  color: #488b42;
  margin-left: 8px;
}

.feedback-details-blk .feedback-details-head p.week-days {
  float: right;
  margin: 0;
  font-size: 12px;
  color: #a9a9a9;
  padding-top: 17px;
}

.feedback-details-blk .feedback-details-body {
  padding: 20px 0;
}
.feedback-details-blk .feedback-details-body b {
  font-size: 12px;
  font-weight: 500;
  color: #000;
}
.feedback-details-blk .feedback-details-body p {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}

.feedback-details-blk:nth-child(odd) {
  background-color: #faf9ee;
}
.feedback-details-blk:nth-child(even) {
  background-color: #ffffff;
}
.feedback-comment {
  padding: 30px 75px;
  padding-bottom: 5px;
  margin-bottom: 110px;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 2px 12px -1px rgba(194, 194, 194, 0.75);
  background-color: #fff;
}
.feedback-comment .form-group .form-control {
  border: 1px solid #b1b1b1;
  border-radius: 18px;
  box-shadow: none;
}

.feedback-comment .form-group .btn {
  background-color: #e83e1b;
  border-radius: 45px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 20px;
  border: 1px solid transparent;
}

/*------------------------- FEEDBACK LIST ---------------------------*/

/* ------------------------ Stock Report ---------------------------- */
.stock-report-title-container {
  margin-bottom: 30px;
}
h2.stock-title {
  margin: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 15px;
}
.white-popup-block h2.stock-title:after {
  display: none;
}
.mfp-content .white-popup-block.stock-popup button.mfp-close {
  font-size: 24px;
  width: 30px;
  height: 30px;
}
.stock-text-center {
  text-align: center;
}
.stock-date {
  margin-right: 45px;
}
.stock-date,
.stock-search {
  display: inline-block;
  vertical-align: middle;
}
.stock-round-bx {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #000000;
  display: inline-block;
  min-width: 120px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
}
.stock-round-bx:focus {
  outline: 0px;
}
.search-date-bx {
  border-color: #2fb155;
}
.btn-stock-search {
  background-color: #007cb5;
  border-color: #006b9c;
  color: #ffffff;
}
.btn-stock-download {
  background-color: #00aee9;
  border-color: #0079a2;
  color: #ffffff;
  margin-top: -5px;
  margin-left: 5px;
}
.btn-stock-search:hover,
.btn-stock-search:focus,
.btn-stock-download:hover,
.btn-stock-download:focus {
  color: #ffffff;
  text-decoration: none;
}

table.stock_table {
  background-color: #fff;
  box-shadow: 0 2px 12px -1px hsla(0, 0%, 76%, 0.75);
  border-radius: 10px;
}
.stock-report-body-container table.stock_table th {
  border-bottom: 1px;
  border-right: 1px solid #ddd;
  width: 25%;
}
.stock-report-body-container table.stock_table th:last-child {
  border-right: 0px;
}

.stock-report-body-container table.stock_table td {
  padding: 0px;
}
.stock-report-body-container table.stock_table table th {
  width: 25%;
}
.stock-report-body-container table.stock_table table td {
  border-right: 1px solid #ddd;
  border-top: 0px;
  padding: 8px;
}
.stock-report-body-container table.stock_table table th:last-child,
.stock-report-body-container table.stock_table table td:last-child {
  border-right: 0px;
}

.stock-report-body-container table.stock_table.petty_table th {
  border-bottom: 1px solid #ddd;
}
.stock-report-body-container table.stock_table.petty_table td {
  padding: 8px;
  border-top: 0px;
  border-right: 1px solid #ddd;
}
.stock-report-body-container table.stock_table.petty_table td:last-child {
  border-right: 0px;
}

.ui-dialog.success_dialog .ui-dialog-buttonpane,
.success_dialog.ui-widget.ui-widget-content {
  border: none;
  text-align: center;
  background: transparent;
  z-index: 9999 !important;
}

.success_dialog .ui-widget-header {
  background: transparent;
  border: none;
}
.ui-widget-overlay {
  background-color: hsla(0, 0%, 96.1%, 0.8) !important;
  opacity: 1 !important;
}
.ui-dialog.success_dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
.success_dialog .ui-widget-header .ui-button {
  display: none;
}

.success_dialog .ui-dialog-title {
  font-weight: 700;
  font-size: 28px;
  color: #ec1c24;
  padding: 20px 0 10px;
  margin: 0 auto;
  font-family: Quicksand, sans-serif;
}
.ui-dialog.success_dialog .ui-dialog-content {
  padding: 0px 0 10px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #383838;
  margin: 0 auto;
  font-family: Quicksand, sans-serif;
}
.success_dialog .ui-dialog-buttonset .ui-button {
  border-radius: 21px;
  color: #fff;
  display: inline-block;
  line-height: 16px;
  font-weight: 400;
  height: 31px;
  margin-top: 0px;
  background: #8ac543;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-right: 11px;
  min-width: 120px;
  font-weight: 400;
}
.success_dialog .ui-dialog-buttonset .ui-button:focus {
  outline: none;
}
.success_dialog .ui-dialog-buttonset .ui-button:last-child {
  border: 1px solid rgba(0, 0, 0, 0);
  background-color: #e83e1b;
}

.success_dialog .ui-dialog-buttonset .ui-button:first-child:hover {
  border: 1px solid #8ac543;
  color: #8ac543;
  background-color: rgba(0, 0, 0, 0);
}
.success_dialog .ui-dialog-buttonset .ui-button:hover {
  border: 1px solid #e83e1b;
  color: #e83e1b;
  background-color: rgba(0, 0, 0, 0);
}

.express-oreder-menunw .sr-only[type="number"] {
  -moz-appearance: textfield;
}
.mfp-container.mfp-extra-class {
  padding: 0;
}

/* Designer Name - Somnath Sil
   Date - 1 Nov 2023 */
.exp-ord-header-max {
  display: flex;
  align-items: center;
  justify-content: end;
  background: #dedcdc;
  padding: 4px 0px 5px;
}
.header-block {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.header-block h6 {
  font-size: 10px;
  color: #6c6c6c;
  font-weight: 400;
  margin: 0px 5px 0px 0px;
}
.header-block input {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 19px;
  padding: 2px 2px;
  margin: 0;
  border: #ccc 1px solid;
  font-size: 10px;
  color: #6c6c6c;
}
.header-block input:focus {
  outline: none;
  box-shadow: none;
}
.header-block input::-webkit-outer-spin-button,
.header-block input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header-block input[type="number"] {
  -moz-appearance: textfield;
}
.custom-manual-switch {
  height: 13px;
  margin-top: 1px;
}
.custom-manual-switch .custom-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 13px;
  margin-bottom: 0;
}
.custom-manual-switch .custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-manual-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom-manual-switch .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  box-shadow: -1px 1px 3px 0px rgba(0, 0, 0, 0.48);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.custom-manual-switch input:checked + .slider {
  background-color: #36b451;
}

.custom-manual-switch input:focus + .slider {
  box-shadow: 0 0 1px #36b451;
}

.custom-manual-switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.custom-manual-switch .slider.round {
  border-radius: 34px;
  margin-right: 0px !important;
  background-image: none !important;
  padding: 0 !important;
}

.custom-manual-switch .slider.round:before {
  border-radius: 50%;
}

.product-wrapper label {
  width: calc(100% - 106px);
  font-size: 13px;
  font-weight: 500;
}
.product-wrapper input {
  margin-right: 8px !important;
  width: 38px !important;
  height: 19px !important;
  color: #6c6c6c;
  font-size: 10px;
}
.express-order-length {
  height: calc(100vh - 85px);
}
.custom-scroll-block {
  height: calc(100vh - 275px);
  overflow-y: auto;
}
.custom-scroll-area {
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.button-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
}
.button-block button {
  width: 120px;
  height: 37px;
  border-radius: 30px;
  background: #e6e6e6;
  color: #6c6c6c;
}
.open-dropdown {
  display: block;
}
