.topBanner{
	background: #e7581b;
}
.topBanner p{
	font-size: 42px;
	font-weight: 800;
	color: #fff;
	padding: 15px 0;
	text-align: center;
}
.orderingBtn{
	width: 100%;
	position: relative;
	background: #f5f5f5;
}
.orderingArea{
	padding: 50px 0;
}
.orderPlaceBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #337ab7;
    border-radius: 4px;
    background: #337ab7;
    color: #FFF;
    font-weight: 500;
    font-size: 22px;
}
.orderingBtn{
	background: #f5f5f5;
	padding: 50px 0;
	text-align: center;
}
.orderingLeft {
    padding: 0;
}
.orderingRight{
	background: #f5f5f5;
	padding: 15px;
}
.emptySpace40{
	height: 40px;
	background: none;
}
.blockTitle{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
}
.blockTitleRight{
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
}
.tableEdit{
	font-size: 16px;
	margin-top: 20px;
}
.tableEdit thead{
	font-size: 16px;
	color: #000;
	font-weight: 600;
}
.tableEdit tbody tr{
	background: #fff;
}
.tableEdit tbody tr:hover{
	background: rgba(131, 215, 81, 0.61) !important;
}
.svgIcons img{
	width: 25px;
}
.iconText p{
    font-size: 10px;
}
.iconText a{
	text-decoration: none;
}
.emptyClmn{
	width: 60PX
}
.selectAreas{
	font-size: 16px;
	margin-top: 20px;
}
.daysName{
	font-size: 18px;
	color: #000;
	width: 100%;
	background: #e6e6e6;
	text-align: center;
	padding: 10px 0;
	font-weight: 600;
	text-transform: uppercase;
}
.productSelect {
    width: 100%;
    padding: 9px;
    font-weight: 600;
}
.paddingLeft-0 {
    padding-left: 0 !important;
}
.selectAreas .row{
	padding-bottom: 10px;
}
.beforeFooter .footerBG{
	width: 100%;
}
.modal {
}
.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    width:inherit;
    height:inherit;
    margin: 0 auto;
}
.modalClass .modal-header {
    border-bottom: none;
}
.modalClass .modal-footer {
    border-top: none;
    text-align: center;
}

.modalClass .modal-title{
	font-size: 20px;
	color: #000;
}

div#myModal {
    z-index: 999999;
}

@media only screen and (max-width: 600px) {
  .orderingLeft {
    margin-top: 30px;
  }
}


/*For calender Css*/


div.zabuto_calendar {
    margin: 0;
    padding: 0;
    font-size: 16px;
    border: 1px solid #e7581b;
}

div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: -1px;
}
div.zabuto_calendar tbody {
    color: #e7581b;
}
div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #e7581b;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #f0f0f0;
    color: #000;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
}

div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color: #fff0c3;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    background-color: #357ebd;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}

/* moved over from start_order.php */

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  min-width: 350px;
  box-shadow: none;
  border: 1px solid #e7581b;
  background: #fff;
  border-radius: 0;
  padding: 0;
}

table.table-condensed {
    width: 100%;
}
input#order_date {
    height: 250px;
}
.modal-dialog{
    width: 400px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
    display: none;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
    display: none;
}
.modal-body {
    position: relative;
    padding: 0 0 15px 0;
}

.modalClass .modal-header{
    padding-bottom: 0;
}
table.table-condensed tr {
    font-size: 16px;
}
table.table-condensed thead tr:nth-child(2){
    background: #e7581b;
    color: #fff;
    border-radius: 0;
    font-size: 20px;
}
table.table-condensed thead th{
    border-radius: 0;
}
table.table-condensed thead th:hover{
    color: #e7581b;
}
td.day {
    color: #e7581b;
    font-weight: 600;
}
button.close {
    color: #e7581b;
    opacity: 1;
    line-height: 1;
    font-size: 30px;
}
.modal-footer .orderPlaceBtn {
    font-size: 18px;
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
@media only screen and (max-width: 410px) {
    .modal-dialog{
        width: 350px;
    }
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
        min-width: 300px;
    }
}
@media only screen and (max-width: 350px) {
    .modal-dialog{
        width: 300px;
    }
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
        min-width: 280px;
    }
}
