.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] { left: 0px; margin-left: 0px; }
#overlayDocument        { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5; z-index: 10000; text-align:center }


/* ----- Message Transperancy Removed-------*/
.toast 												{ opacity: 1 !important; }
#toast-container > div 								{ opacity: 1 !important; }
/* ----- Message Transperancy Removed-------*/

.mendatory											{ color: red; font-size: 15px; }
.portlet-datatable .btn 							{ margin-bottom: 10px !important; }
/*.delete_all_link 									{ margin-left: 20px; }*/
.form-horizontal .control-label 					{ text-align: left; }
.dataTable > thead > tr > th[class*="sort"]:after 	{ content: "" !important; }

/* start remove autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active						{ transition: background-color 5000s ease-in-out 0s; }
/* end remove autofill background */

.control-label .required, .form-group .required		{ color: #555; font-size: 14px; }
.page-header.navbar .page-logo .logo-default		{ margin: 1px auto; }
.page-logo img 										{ max-width: 180px; }
textarea											{ min-width: 100%; max-width: 100%; min-height: 100px; }
.padding-top-7										{ padding-top: 7px !important; }
.margin-left-m-10									{ margin-left: -10px; }
.margin-left-10										{ margin-left: 10px; }
#frmVenue #map 										{ height: 300px; }
#drop-files #uploader.dropzone						{ border: 2px dashed #36c6d3; border-radius: 5px; min-height: 200px;}
#drop-files .file-container							{ text-align: center; }
#drop-files .venue-files							{ width: 260px; height: 260px; }
#drop-files .remove-file							{ font-size: 25px; }
#drop-files .remove-file a.dlt-file					{ color: red; }
#drop-files .file-note								{ display: block; margin-bottom: 5px; }
.form-group select, .form-group input[type="file"], 
.form-group .date-filed								{ cursor: pointer; }
.border-right										{ border-right: 1px solid #e4e4e4; }
.table .btn											{ margin-bottom: 6px; }
.banner-images										{ text-align: center; color: #F00; font-size: 20px; }
.banner-images i									{ cursor: pointer; }
#add-banners										{ margin-top: 35px; }
.page-delete-btn									{ padding: 7px 13px 6px !important; }
.dis-count											{ font-weight: 900; text-align: center; }
#map                                        { height: 360px; border-radius: 9px;}
.closing-time h3                            { margin-bottom: 25px;}
.closing-time .table                        { margin: 0;}
.closing-time .table td                     { padding: 10px 0; border: none; }
a.get-direction-btn                         { padding: 14px 40px; color: #363636; cursor: pointer; font-size: 17px; line-height: 20px; background-color: #f9f9f9; border-radius: 3px; max-width: 200px; width: 100%;}
a.get-direction-btn:hover,
a.get-direction-btn:focus                   { background-color: #F70F36; color: #ffffff;}
.rest-address                               { margin-top: 28px; display: flex; display: -webkit-flex; align-items: center; -webkit-align-items: center; justify-content: space-between; -webkit-justify-content: space-between; }
.address                                    { width: calc(100% - 250px); }
.address h6{
    font-size: 20px;
    line-height: 25px;
    color: #363636;
}
.slick-arrow,
.slick-arrow:hover,
.slick-arrow:focus                          { height: 32px; width: 32px; z-index: 1; background-repeat: no-repeat; background-position: center; background-size: cover; }
.slick-arrow::before                        { content: none;}
.slick-arrow.slick-prev                     { background-image: url(../images/slider-left-arrow.svg)}
.slick-arrow.slick-next                     { background-image: url(../images/slider-right-arrow.svg)}
.slick-arrow.slick-disabled                 { opacity: 0.5; }
.banner-slider .slick-slide                 { margin: 0 5px;}
.banner-slider .slick-slide img             { width: 100%; }
.banner-slider .slick-arrow                 { height: 50px; width: 50px;}
.banner-slider .slick-arrow.slick-prev      { background-image: url(../images/banner-slider-left-arrow.svg); left: 0;}
.banner-slider .slick-arrow.slick-next      { background-image: url(../images/banner-slider-right-arrow.svg); right: 0;}
.slick-next:before { display: none; }
.slick-prev:before { display: none; }
.slick-slider { padding: 0px }
.restaurant-banner-detail                   { margin-bottom: 15px;background-color: #f9f9f9;padding: 20px;}
.restaurant-banner-detail ul.rest-stats     { margin-bottom: 12px; display: flex; display: -webkit-flex; list-style: none;}
.restaurant-banner-detail ul.rest-stats li  { margin: 0 5px; padding: 6px 8px; border-radius: 4px; background-color: #ffffff;}
.restaurant-banner-detail ul.rest-stats li .rest-ratings { margin: 0; position: relative; top: 50%; transform: translateY(-50%); }
.restaurant-banner-detail p                 { margin: 0;}
.banner-btns ul                             { max-width: 60%; margin-left: auto; }
.banner-btns li:not(:last-child)            { margin-bottom: 10px; }
.banner-btns li a                           { display: block; padding: 15px; font-size: 17px; line-height: 20px; border: 1px solid #363636; border-radius: 3px; }
.banner-btns li a.filled                    { display: none; color: #F70F36; border-color: #F70F36;}
.banner-btns li a:hover,
.banner-btns li a:focus                     { background-color: #F70F36; color: #ffffff; border-color: #F70F36;}
.banner-btns li a i                         { margin-right: 20px; }
.rest-ratings                               { margin-bottom: 5px;}
.rest-ratings i                             { margin-right: 6px; font-size: 18px; }
.rest-ratings span                          { font-weight: bold; }
.rest-ratings i.fa.fa-star                  { color: #EF883E; }
.price-range.list-inline 					{ padding-top: 7px; }
.select2-container.select2-container--bootstrap li.select2-selection__choice { padding: 10px 10px 10px 18px; background: #F70F36; color: #ffffff; border-color: #F70F36;  box-shadow: none;}
.select2-container.select2-container--bootstrap li.select2-selection__choice .select2-selection__choice__remove { color:#fff }
.select2-container.select2-container--bootstrap li.select2-selection__choice .select2-selection__choice__remove:hover { background-position: unset;}
.price-range li               { margin: 0; text-align: center; position: relative; font-size: 16px; line-height: 24px; cursor: pointer; font-weight: bold; }
.price-range li div.radio input         { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; cursor: pointer; }
.price-range li div.radio input:checked ~ span { color: #F70F36; }

@media(max-width: 991px){
	.border-right									{ border: none; border-bottom: 1px solid #e4e4e4; }
}
.page-header.navbar										{ padding: 0px 20px !important; }

textarea 												{ resize: none; }

.margin-top-6											{ margin-top: 6px; }
.dataTables_wrapper .dataTables_processing			{ position: absolute; }
.common-table-spacing.table th:first-child, 
.common-table-spacing.table td:first-child      { padding-left: 45px; }
.common-table-spacing.table th:last-child, 
.common-table-spacing.table td:last-child       { padding-right: 45px; }
.table-head-caps th                         { text-transform: uppercase; }
.data-middle td                             { vertical-align: middle; }
.main-content.full-height                   { min-height: calc(100vh - 85px); }
/** my reservations detail **/
.upcoming-reservations-block .table tr th, 
.upcoming-reservations-block .table tr td   { vertical-align: middle; }
.upcoming-reservations-block .table tr th   { border: none;}
.upcoming-reservations-block .table tr th h4,
.upcoming-reservations-block .table .time-selected label { margin: 0;}
.upcoming-reservations-block .table .time-selected label { background-color: #F70F36; color: #ffffff; }
.upcoming-reservations-block .table .time-selected label span { color: #ffffff;}
.upcoming-reservations-block .table tr td   { padding: 25px 0; border-top-color: rgba(54,54,54,0.18); }
.upcoming-reservations-block .table tr td:first-child { font-weight: bold;}
.upcoming-reservations-block .table tr td:last-child { text-align: right;}
.action-btns                                { padding: 50px; background-color: #ffffff; border-radius: 9px;}
.action-btns button                         { padding: 20px; width: 100%; background: transparent; border: 1px solid #363636; border-radius: 4px; font-size: 20px; line-height: 25px; font-weight: 700; cursor: pointer; }
.action-btns button:hover,
.action-btns button:focus,
.table-action-btn.edit:hover,
.table-action-btn.edit:focus                   { background-color: #363636; color: #ffffff;}
.action-btns button.arrived,
.table-action-btn.save                      { background-color: #F70F36; color: #ffffff; border-color: #F70F36;}
.action-btns button.arrived:hover,
.action-btns button.arrived:focus,
.table-action-btn.save:hover,
.table-action-btn.save:focus               { background-color: #ffffff; color: #F70F36;}
.action-select .jcf-select                  { margin-bottom: 15px; }
.action-select .jcf-select .jcf-select-text { padding: 20px 25px; font-size: 20px; line-height: 25px; font-weight: 700;}
.action-select .jcf-select .jcf-list .jcf-option    { font-size: 17px; line-height: 20px;}
.jcf-select.jcf-select-common-select-clr    { width: 100%; background-color: #f9f9f9; color: #363636; border: 1px solid rgba(0,0,0,0.09); cursor: pointer; }
.jcf-select.jcf-select-common-select-clr .jcf-select-opener { background-image: url(../images/select-city-arrow.png); }
.jcf-select.jcf-select-common-select-clr .jcf-list { background-color: #f9f9f9; border: 1px solid rgba(54,54,54,0.06);}
.jcf-select.jcf-select-common-select-clr .jcf-list .jcf-option { color: #363636; }
.jcf-select.jcf-select-common-select-clr .jcf-list .jcf-option.jcf-hover { color: #ffffff; }
.title-container {margin-bottom: 25px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; align-items: center; -wekbit-align-items: center; }
.time-selected {text-align: right; }
.time-selected label {padding: 15px; background-color: #f9f9f9; border: 1px solid rgba(54,54,54,0.06); font-size: 12px; line-height: 15px; text-align: center; border-radius: 8px; }
.time-selected label span {font-size: 20px; font-weight: 700; color: #F70F36; display: block; line-height: 25px; }
.iti-flag                                   { background-image: url("../images/flags.png");}
.intl-tel-input.allow-dropdown              { width: 100%; }
.intl-tel-input.allow-dropdown .flag-container { margin-right: 8px; padding: 10px; border: 1px solid #c2cad8; display: inline-block; position: static;  border-radius: 7px; background-color: #ffffff; vertical-align: middle; }
.booking-form .intl-tel-input.allow-dropdown .form-control { padding: 15px 20px; display: inline-block; width: calc(100% - 76px); vertical-align: middle; }
.auth-form .intl-tel-input.allow-dropdown .form-control { padding: 15px 20px; display: inline-block; width: calc(100% - 76px); vertical-align: middle; }
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag { background: none; }
.intl-tel-input .selected-flag .iti-arrow   { border-left-width: 6px; border-right-width: 6px; border-top-width: 6px;}
.intl-tel-input .selected-flag .iti-arrow.up { border-bottom-width: 6px;}
.intl-tel-input .selected-flag:focus        { outline: none; }
a.btn.pending { background-color: #3598dc; color:#fff; }
a.btn.upcoming { background-color: #f3c200; color:#fff; }
a.btn.completed { background-color: #26a69a; color:#fff; }
a.btn.no-show { background-color: #8e5fa2; color:#fff; }
a.btn.cancelled { background-color: #cb5a5e; color:#fff; }
.stars i                                    { font-size: 16px; line-height: 19px; color: #EF883E;}
.stars > li                                 { padding: 0 2px; position: relative; }
.reviews-list-block                         { margin-top: 50px; }
.reviews-list-block h6                      { font-weight: 700; }
.reviews-list.has-overlay                   { position: relative;}
.stars-outer                                {display: inline-block;position: relative;}
.stars-outer::before                        {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: medium;text-rendering: auto;-webkit-font-smoothing: antialiased;-webkit-text-stroke-color: rgba(54,54,54,.18);-webkit-text-stroke-width: 1px;color: #ffffff;content: "\f006 \f006 \f006 \f006 \f006"; letter-spacing: 5px;}
.stars-inner                                {position: absolute;top: 0;left: 0;white-space: nowrap;overflow: hidden;width: 0;}
.stars-inner::before                        {display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: medium;text-rendering: auto;-webkit-font-smoothing: antialiased;-webkit-text-stroke-color: rgba(54,54,54,.18);-webkit-text-stroke-width: 1px;content: "\f005 \f005 \f005 \f005 \f005";color: #EF883E; letter-spacing: 5px;}