.hub_app_20 .plumpos_menu_screen.cust-MenuContent .main_box_db_wrap {
	background-color: #FDFDFD;
	padding: 15px 15px 0;
	display: table;
	border-radius: 15px;
	max-height: 430px;
	vertical-align: middle;
	position: relative;
	border: 1px solid #ddd;
	box-shadow: 0 0 1px rgb(255, 255, 255);
	overflow-y: hidden;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .box_db_wrap {
	padding: 10px 0;
	cursor: pointer;
	min-height: 50px;
	background-color: #F6F6F7;
	border-radius: 10px !important;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .box_db_wrap .content_wrap
	{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	float: none;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .box_db_wrap .content_wrap h5
	{
	margin: 0 0 2px 0;
	font-weight: 600;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu_item_presents .main_box_db_wrap,
	.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu_item_presents .main_box_db_wrapinner
	{
	height: auto;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu_item_presents {
	float: left;
	width: calc(100% - 170px);
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu_item_presents img
	{
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 100%;
	position: absolute;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .box_db_wrap .active {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border-color: rgba(241, 161, 92, 0);
	border-right-color: #E66454;
	border-width: 15px;
	margin-left: -24px;
	position: absolute;
	left: 0;
}

.hub_app_20 .plumpos_menu_screen .menu_item_screen {
	position: relative;
	border-radius: 6px;
	min-height: 18vh;
	display: table;
	overflow: hidden;
	width: 100%;
	float: left;
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

.hub_app_20 .plumpos_menu_screen .menu_screen_img {
	background: rgba(0, 0, 0, 0.3);
	line-height: 18vh;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
	height: 100%;
	border-radius: 6px;
}

.hub_app_20 .plumpos_menu_screen .menu_screen_img .btn.dim {
	height: 23px;
	width: 23px;
	line-height: 23px;
}

.hub_app_20 .plumpos_menu_screen .menu_item_screen:hover .menu_screen_img
	{
	opacity: 1;
}

.hub_app_20 .plumpos_menu_screen p.img_on_text {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    height: 20vh;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.hub_app_20 .box_db_wrap .menu_icon_hover, .hub_app_20 .menu_icons .menu_icon_hover
	{
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	left: 0;
	line-height: 50px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	height: 50px;
	border-radius: 10px;
}

.hub_app_20 .box_db_wrap:hover .menu_icon_hover, .hub_app_20 .menu_icons:hover .menu_icon_hover
	{
	opacity: 1;
}

.hub_app_20 .plumpos_modifiers_btn .hot-mod-btn .menu_icons .menu_icon_hover .btn
	{
	min-height: auto;
	padding: 0;
}

.hub_app_20 .plumpos_menu_screen .menu_icons.btn:hover,
	.plumpos_modifiers_btn .menu_icons.btn:hover {
	opacity: 1;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .plumpos_menu_payment.main_box_db_wrap,
	.hub_app_20 .plumpos_menu_screen.cust-MenuContent .plumpos_menu_payment.main_box_db_wrap .main_box_db_wrapinner,
	.hub_app_20 .plumpos_menu_screen.cust-MenuContent .plumpos_modifiers_btn.main_box_db_wrap,
	.hub_app_20 .plumpos_menu_screen.cust-MenuContent .plumpos_modifiers_btn.main_box_db_wrap .main_box_db_wrapinner
	{
	height: auto;
	padding: 5px 0 3px 0;
	margin: 15px 0;
}

.hub_app_20 .plumpos_modifiers_btn .hot-mod-btn {
	width: 150px;
	float: left;
	margin-left: 10px;
}

.hub_app_20 .plumpos_menu_payment .btn, .hub_app_20 .plumpos_modifiers_btn .hot-mod-btn .btn
	{
	padding: 6px 0;
	white-space: nowrap;
	min-height: 50px;
	position: relative;
}

.hub_app_20 .plumpos_menu_payment .btn {
	border-radius: 10px;
	white-space: normal;
}

.hub_app_20 .plumpos_modifiers_btn .hot-mod-btn .btn span.active {
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #478FCA;
	top: -7px;
	left: 44%;
}

.hub_app_20 .plumpos_menu_screen .btn:hover, .plumpos_modifiers_btn .btn:hover
	{
	opacity: 0.8;
}

.hub_app_20 .bg-purple {
	background-color: #6a6384;
}

.hub_app_20 .plumpos_category_img {
	position: relative;
	border: 1px solid #ccc;
	border-radius: 12px;
	font-size: 20px;
}

.hub_app_20 .plumpos_category_img:after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.hub_app_20 .plumpos_category_img .content_category {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	line-height: 18vh;
}

.hub_app_20 .onwiz-blue {
	color: #8db5ff
}

.hub_app_20 .onwizb-plumpos-model {
	position: fixed;
	background: #000;
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background: url('assets/images/wizard/zinvWzrd1.png') no-repeat;
	background-size: cover;
	z-index: 1030;
}

/* .hub_app_20 .welcome-container {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-size: cover;
} */

.hub_app_20 .onwizb-plumpos-model .edition_wrap, .hub_app_20 .net-pos-assign .edition_wrap
	{
	padding: 25px 15px 35px;
	width: 100%;
	float: left;
	text-align: center;
}

.hub_app_20 .onwizb-plumpos-model .edition_wrap .edition-title p {
	color: #fff;
	margin: 0;
	padding: 0;
}

.hub_app_20 .onwizb-plumpos-model .edition_wrap .edition-description,
	.hub_app_20 .net-pos-assign .edition_wrap .edition-description {
	padding: 25px 0 40px;
	background: #fff;
	border: 1px solid #eaeaea;
	border-top: 0;
	border-radius: 5px 5px 5px 5px;
	position: relative;
	min-height: 80px;
	max-height: 110px;
	margin: 10% 3%;
}

.hub_app_20 .onwizb-plumpos-model .edition_wrap .edition-description p {
	color: #787878;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
}

.hub_app_20 .onwizb-plumpos-model .edition_wrap .edition-description span,
	.hub_app_20 .net-pos-assign .edition_wrap .edition-description span {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	position: absolute;
	background-color: #D9D9D9;
	right: -15px;
	top: -15px;
	cursor: pointer;
	opacity: 0;
}

.hub_app_20 .onwizb-plumpos-model .edition_wrap .edition-description span.active,
	.hub_app_20 .net-pos-assign .edition_wrap .edition-description span.active
	{
	background-color: #1AAF5D;
	opacity: 1;
}

.hub_app_20 .onwizb-plumpos-model .btn-primary {
	background-color: transparent !important;
	border-radius: 10px 0 0 10px;
	margin-right: 30px;
	width: 175px;
	font-size: 17px;
	padding: 10px 0;
	height: 48px;
	transition: background-color 0.2s ease 0s;
	position: relative;
	z-index: 1;
	text-indent: -30px;
}

.hub_app_20 .onwizb-plumpos-model .btn-primary::after {
	border-bottom: 23px solid transparent;
	border-left: 32px solid #618fb0;
	border-top: 23px solid transparent;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
}

.hub_app_20 .onwizb-plumpos-model .btn-primary::before {
	background-color: #618fb0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 141px;
	z-index: -1;
	border-radius: 10px 0 0 10px;
}

.hub_app_20 .onwizb-plumpos-model .btn-primary:hover:before, .hub_app_20 .onwizb-plumpos-model .btn-primary:focus:before,
	.hub_app_20 .onwizb-plumpos-model .btn-primary:active:before,
	.hub_app_20 .onwizb-plumpos-model .btn-primary.active:before {
	background-color: #457fb2;
}

.hub_app_20 .onwizb-plumpos-model .btn-primary:hover:after, .hub_app_20 .onwizb-plumpos-model .btn-primary:focus:after,
	.hub_app_20 .onwizb-plumpos-model .btn-primary:active:after, .hub_app_20 .onwizb-plumpos-model .btn-primary.active:after
	{
	border-left-color: #457fb2;
}

.hub_app_20 .plumpos_asssign_menu .assign_menu_detail,
.hub_app_-51 .plumpos_asssign_menu .assign_menu_detail {
    background-color: #fafcfd;
    padding: 5px;
    border-radius: 6px;
    position: relative;
    border: 1px solid #e6ecf5;
    box-shadow: 0 0 1px #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    min-height: 38px;
}


.hub_app_20 ul.plumpos_asssign_menu li:first-child, 
.hub_app_20 ul.plumpos_asssign_menu li:last-child,
.hub_app_20 ul.plumpos_asssign_menu li,
.hub_app_-51 ul.plumpos_asssign_menu li:first-child, 
.hub_app_-51 ul.plumpos_asssign_menu li:last-child,
.hub_app_-51 ul.plumpos_asssign_menu li {
	width: 100%;
}

.hub_app_20 ul.plumpos_asssign_menu li,
.hub_app_-51 ul.plumpos_asssign_menu li  {
	display: block;
	border-left: none;
	padding: 0;
}

.hub_app_20 ul.plumpos_asssign_menu,
.hub_app_-51 ul.plumpos_asssign_menu {
	display: block;
	padding: 0;
	border: 0 none;
}

.hub_app_20 ul.plumpos_asssign_menu.assign_mdl li,
.hub_app_-51 ul.plumpos_asssign_menu.assign_mdl li {
	left: 15px !important;
}

.hub_app_20 .zrpt_box_content .srw_heading {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	position: relative;
	padding: 5px 0;
	color: #383F50;
	margin-bottom: 15px;
}

.hub_app_20 .cust-SMenuContent .main_box_db_wrap {
	background-color: #FDFDFD;
	padding: 15px 15px 0;
	display: table;
	border-radius: 15px;
	height: 600px;
	vertical-align: middle;
	position: relative;
	border: 1px solid #F4F4F5;
	box-shadow: 0 0 1px rgb(255, 255, 255);
	margin: 0 7.5px;
	width: 23.8%;
}

.hub_app_20 .cust-SMenuContent .box_db_wrap {
	padding: 10px;
	cursor: pointer;
	min-height: 81px;
	background-color: #F6F6F7;
	border-radius: 12px;
	border: 1px solid #F4F4F5;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-bottom: 15px;
}

.hub_app_20 .cust-SMenuContent .box_db_wrap .content_wrap {
	display: inline-block;
	width: 74%;
	vertical-align: middle;
}

.hub_app_20 .cust-SMenuContent .box_db_wrap .bd_img_wrap {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	padding: 5px;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu-screen-add-col .box_db_wrap
	{
	border-radius: 10px;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu-screen-add-col .main_box_db_wrap
	{
	width: 80%;
	display: block;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu-screen-add-col .box_db_wrap h5
	{
	white-space: nowrap;
	padding: 0 5px;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu-screen-add-col .main_box_db_wrapinner
	{
	display: inline-block;
	width: 100%;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu_item_presents_add
	{
	display: table;
	vertical-align: middle;
}

.hub_app_20 .plumpos_menu_screen.cust-MenuContent .menu_item_presents_add_text
	{
	display: table-cell;
	vertical-align: middle;
}

.bck-btn {
	position: absolute;
	bottom: 11px;
	width: 100%;
	padding: 10px;
}

.hub_app_20 #plumpos_menu_screen .schedule_sumry_wrapper {
	position: relative;
	padding: 10px;
	height: calc(100vh - 162px);
}

.hub_app_20 #plumpos_menu_screen .main_box_db_wrap_container {
	position: absolute;
	bottom: 10px;
	background-color: #fff;
	width: calc(100% - 180px);
	left: 10px;
	padding: 10px 0;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

.hub_app_20 #plumpos_menu_screen .main_box_db_wrap_container .main_box_db_wrapinner
	{
	display: block;
}

.hub_app_20 #plumpos_menu_screen.cust-MenuContent .menu-screen-add-col {
	position: absolute;
	right: 10px;
	top: 10px;
	max-height: calc(100vh - 183px);
	display: block;
	width: 150px;
	background-color: #484d55;
	height: calc(100vh - 183px);
	padding: 0px;
	overflow-x: hidden;
}

.hub_app_20 #plumpos_menu_screen.cust-MenuContent .menu-screen-add-col .main_box_db_wrapinner .btn,
	.hub_app_20 #plumpos_menu_screen.cust-MenuContent .menu-screen-add-col .main_box_db_wrapinner .box_db_wrap
	{
	margin-bottom: 5px;
}

.hub_app_20 #plumpos_menu_screen.cust-MenuContent .menu-screen-add-col .main_box_db_wrapinner .box_db_wrap:last-child
	{
	margin-bottom: 0;
}

.hub_app_20 #plumpos_menu_screen .img-section .col-md-2 {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	max-width: 20%;
}
/* Left Guest Preview*/
.hub_app_20 #plumpos_menu_screen .plumpos_guest_detail {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
	padding-right: 5px;
	margin-bottom: 5px;
	height: calc(100vh - 430px);
	max-height: calc(100vh - 430px);
	width: 322px;
}

.hub_app_20 #plumpos_menu_screen  .plumpos_guest .plumpos_guest_section {
	padding: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	color: #fff;
}

.hub_app_20 #plumpos_menu_screen .plumpos_guest {
	position: absolute;
	left: 10px;
	top: 10px;
	max-height: calc(100vh - 263px);
	display: block;
	width: 325px;
	height: calc(100vh - 263px);
	padding: 0px;
}
/* Left Guest Preview Ends*/
/*payment terminal preview*/
.hub_app_20 #plumpos_menu_screen .plumpos_menu_payment {
	position: absolute;
	bottom: 10px;
	background-color: #545a67;
	width: calc(100% - 20px);
	left: 10px;
	padding: 10px 0;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	margin: auto;
}

/*payment terminal preview*/
/*Menu Present Screen when guest there*/
.hub_app_20 .plumpos_menu_screen .plumpos-preview-screen .menu_item_presents,
	.hub_app_20 #plumpos_menu_screen .plumpos-preview-screen .main_box_db_wrap_container
	{
	width: calc(100% - 515px);
	margin-left: 345px;
	left: 0
}
/*Menu Present Screen when guest there Ends*/
.hub_app_20 #plumpos_menu_screen .plumpos-preview-screen .main_box_db_wrap_container
	{
	margin-bottom: 83px;
}

.hub_app_20 #plumpos_menu_screen .plumpos-preview-screen .menu-screen-add-col
	{
	height: calc(100vh - 263px);
	max-height: calc(100vh - 263px);
}

.hub_app_20 #plumpos_menu_screen  .plumpos_modifiers_btn .hot-mod-scroll {
	margin-right: 135px;
	max-width: calc(100% - 135px);
	overflow-x: hidden;
	width: calc(100% - 135px);
	white-space: nowrap;
	margin-bottom: 0;
}

.hub_app_20 #plumpos_menu_screen  .plumpos_modifiers_btn .hot-mod-scroll-withoutBckBtn
	{
	max-width: 100%;
	overflow-x: hidden;
	width: 100%;
	white-space: nowrap;
	margin-bottom: 0;
}

.hub_app_20 #plumpos_menu_screen  .plumpos_modifiers_btn ul.hot-mod-scroll li,
	.hub_app_20 #plumpos_menu_screen  .plumpos_modifiers_btn ul.hot-mod-scroll-withoutBckBtn li
	{
	padding: 10px 0 0 0;
	margin-bottom: 10px;
}

.hub_app_20 #plumpos_menu_screen .plumpos_modifiers_btn .hot-mod-btn {
	float: none;
}

.hub_app_20 #plumpos_menu_screen .plumpos_modifiers_btn .btn-add-back {
	position: absolute;
	right: 0;
	top: 10px;
	width: 135px;
}

.hub_app_20 #plumpos_menu_screen .main_box_db_wrap_container {
	padding: 0;
}
/* Table Layout Css Start   */

.dinning-area .cir .table-type {
	border: 1px solid #ccc;
	border-radius: 35px;
	width: 80px;
	height: 80px;
	position: relative;
	background: #95989a;
	z-index: 99;
}

.dinning-area .sq .table-type {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 80px;
	height: 80px;
	position: relative;
	background: #95989a;
	z-index: 99;
}

.posDefault {
	position: absolute;
	cursor: pointer;
}

.dinning-area .drag-shape.ui-draggable-dragging {
	box-shadow: 0;
}

.din-area {
	width: auto;
    height: 574px !important;
    margin: 0 auto; 
    float: unset !important;
	padding: 20px;
	border: 1px solid #eaeaea;
    border-radius: 5px !important;
}

.sq .table-num {
	line-height: 63px;
}

.cir .table-num, .dia .table-num, .dia .hover-table-action {
	line-height: 75px;
}

.dinning-area .dia .table-type {
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 75px;
	height: 75px;
	position: relative;
	background: #95989a;
	z-index: 99;
	transform: rotate(45deg);
}

.dinning-area .dia .table-num {
	transform: rotate(-45deg);
}

.dinning-area .posDefault.ui-draggable-dragging {
	box-shadow: none;
}

.chair {
	position: absolute;
	border: 1px solid #dcddde;
	z-index: 1;
	height: 20px;
	width: 20px;
	background-color: #bdbdbd;
	border-radius: 15px;
}
/* Square */
.dinning-area .sq .chair_0 {
	top: -15px;
	left: 40%;
}

.dinning-area .sq .chair_1 {
	bottom: -15px;
	left: 40%;
}

.dinning-area .sq .chair_2 {
	top: 35%;
	left: -5px;
}

.dinning-area .sq .chair_3 {
	top: 35%;
	right: -5px;
}

.dinning-area .sq .chair_4 {
	top: -15px;
	left: 50%;
}

.dinning-area .sq .chair_5 {
	bottom: -15px;
	left: 50%;
}
/* .dinning-area .chair_6{top: 50%; left: -5px;}
.dinning-area .chair_7 {top: 50%; right: -5px;} */

/*Diagonal  */
.dinning-area .dia .chair_0 {
	top: -5%;
	left: 6%;
}

.dinning-area .dia .chair_1 {
	top: 80%;
	right: 8%;
	bottom: auto;
	left: auto;
}

.dinning-area .dia .chair_2 {
	top: -7%;
	left: 69%;
}

.dinning-area .dia .chair_3 {
	bottom: -5%;
	left: 6%;
	top: auto;
	right: auto;
}

.dinning-area .dia .chair_4 {
	top: 11%;
	left: 80%;
}

.dinning-area .dia .chair_5 {
	left: 16px;
	top: 89%;
}
/* .dinning-area .dia .chair_6 {top: -24%; left: 15%;}
.dinning-area .dia .chair_7{bottom: auto; right: -14px; left: 81%; top: 59%;} */

/* Circle */
/* .dinning-area .cir .chair_0 {top: -15px;	left: 35%;}
.dinning-area .cir .chair_1 {top: -12px; left: 58%;}
.dinning-area .cir .chair_2 {top: -10%; left: 12px;}
.dinning-area .cir .chair_3 {top: 3%;  right: 3px;}
.dinning-area .cir .chair_4 {top: 17%; right: 76px;}
.dinning-area .cir .chair_5 {    top: 35px; right: 80%; left: auto;} */
.dinning-area .cir .chair_0 {
	top: -12px;
	left: 40%;
}

.dinning-area .cir .chair_1 {
	bottom: -12px;
	left: 40%;
}

.dinning-area .cir .chair_2 {
	top: 35%;
	left: -2px;
}

.dinning-area .cir .chair_3 {
	top: 35%;
	right: -2px;
}

.dinning-area .cir .chair_4 {
	top: -12px;
	left: 50%;
}

.dinning-area .cir .chair_5 {
	bottom: -12px;
	left: 50%;
}

.hover-table-action {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f1f1f1;
	opacity: 0;
	border-radius: 5px;
}

.cir .hover-table-action {
	border-radius: 75px;
	line-height: 75px;
}

.dia .hover-table-action {
	line-height: 75px;
}

.sq .hover-table-action {
	line-height: 63px;
}

.dia .hover-table-action .menu_icon_hover, .fa-diagonal-45 {
	transform: rotate(-45deg);
}

.table-type:hover .hover-table-action {
	opacity: 1;
}

.hover-table-action .menu_icon_hover .btn.dim {
	height: 21px;
	width: 21px;
	line-height: 21px;
}

.select-type-table .select2-choice {
	padding: 5px 3px;
}
/* Table Layout Css End  */
.grey-border {
	border-bottom: 1px solid #ddd;
}

.tip-jobs {
	border: 1px solid #ddd;
	margin-bottom: 5px;
	padding: 6px;
}

.hub_app_20 .schedule_sumry_wrapper .box-content,
	.schedule_sumry_wrapper.whno-table .box-content {
	background: transparent;
	border: 0;
	padding: 0;
}

.hub_app_20 .price-dollar {
	background-color: #d9d9d9;
}

.hub_app_20 .tax-table table thead tr th {
	text-align: center;
	color: #232323;
	background-color: #e8eaeb;
}

.hub_app_20 .tax-table table tbody tr td input {
	width: 50%;
	margin: 0 auto;
}

.hub_app_20 .tax-table table tbody tr td, .hub_app_20 .tax-table table thead tr th
	{
	padding: 15px 12px;
}

.hub_app_20 .tax-table table tfoot tr td {
	background-color: #e1e1e1;
	padding: 5px 12px;
}

.cir .icon-cross {
	position: absolute;
	top: -3px;
	right: 0;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.table-type:hover .icon-cross {
	opacity: 1;
}

.dia .icon-cross {
	position: absolute;
	top: -9px;
    right: -10px;
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: rotate(45deg);
}

.sq .icon-cross {
	position: absolute;
	top: -4px;
	right: -20px;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.plumpos_purple{background-color: #ad2d75;}
.plumpos_text{color: #38393a;}

/* App based color theming starts */
/* .hub_app_20 ul.sidebar-menu > li.active > a {
    border-left: 3px solid #FC5A6D !important;
}

.hub_app_20 ul.sidebar-menu > li.active > a:focus {
    border-left: 3px solid #FC5A6D !important;
}

.hub_app_20 ul.sidebar-menu > li.active > a:hover {
    border-left: 3px solid #FC5A6D !important;
}

.hub_app_20 .nav-pills > li.active > a {
    background-color: #625859 !important;
}

.hub_app_20 .nav-pills > li.active > a:hover {
    background-color: #625859 !important;
}

.hub_app_20 .nav-pills > li.active > a:focus {
    background-color: #625859 !important;
}

.hub_app_20 .sidebar-left .nav .active > a {
    border-left: 3px solid #FC5A6D !important;
}

.hub_app_20 .navbar.sticky-top .navbar-nav .cyan {
    color: #FC5A6D !important;
}

.hub_app_20 .navbar.sticky-top .navbar-nav li.dropdown a.dropdown-toggle::after {
    border-top-color: #FC5A6D !important;
} */
.hub_app_20 .zrpt_box_content .header_wrap .seperator_sky {
    border-bottom: 1px solid #d64f9b !important;
}
/* 
.hub_app_20 .site-dropdown .dropdown-header h4:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 40px;
    left: 0;
    border-top: 2px solid #FC5A6D;
}

.hub_app_20 .navbar-left li a .cyan {
    color: #FC5A6D !important;
}

.hub_app_20 .zrpt_brdcrm .breadcrumbs li:before {
    border-left-color: #ff0000;
}

.hub_app_20 .zrpt_brdcrm .breadcrumbs li:last-child:before {
    border-color: transparent;
} */
/* App based color theming  Ends */

.onb-plum-wiz-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: -45px;
    left: 0;
    padding-bottom: 45px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 1050;
}
.onb-plum-wiz-wrapper .text_wrap_all{
color: #fff !important;
    position: absolute;
    top: 40%;
    font-size: 35px;
    text-align: center;
    width: 100%;
    display: block;
}
.onb-plum-wiz-wrapper .text_wrap_all h1{color:#fff; font-size:35px; margin-bottom:10px;}
.onb-plum-wiz-wrapper .text_wrap_all h3{color:#fff; font-size:25px; margin-bottom:10px;}
.onb-plum-wiz-wrapper .text_wrap_all .finish{    padding: 10px 40px;
    border-radius: 30px;
    font-size: 20px;
}
.plumDisabled{pointer-events:none;opacity: .5;}
.hub_app_20 .cust_img_upload {
    position: relative;
    background-color: #9e9e9e;
    width: 100%;
    max-height: 11vw;
    max-width: 11vw;
    margin: 24px auto;
    border-radius: 5px;
    overflow: hidden;
    height: 11vw;
}

.hub_app_20 .cust_img_upload:hover {
	cursor: pointer;
}

.hub_app_20 .cust_img_upload .editcontainer {
	display: none;
}

.hub_app_20 .cust_img_upload:hover .editcontainer {
	display: block;
	position: absolute;
    background: rgba(0,0,0,0.3);
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.hub_app_20 .cust_img_upload img{
    border-radius: 5px;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.hub_app_20 .cust_img_upload .editcontainer .cust-icon-holder{
	position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
    height: 36px;
}
.hub_app_20 .cust_img_upload .editcontainer .cust-icon-holder > i {
    display: inline-block;
    width: 30px !important;
    height: 30px;
    vertical-align: middle;
    font-size: 8px;
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
    margin: 3px;
    line-height: 30px;
    font-size: 15px;
}
.hub_app_20 .cust_img_upload .editcontainer .cust-icon-holder > i.fa-plus{color: #3ccc3c;}
.hub_app_20 .cust_img_upload .editcontainer .cust-icon-holder > i.fa-times{color: red;}
.hub_app_20 .date_time_enable{
	background-color: #fff !important; 
	cursor: text !important;
}
.hub_app_20 input.date_time_disable:focus {
	background-color: #e8e8e8;
	border: 1px solid #e8e8e8;
}
.hub_app_20 .uib-datepicker .btn-info .text-info{
	color:#fff;
}
.hub_app_20 .input-highlight-red {
    border: 1px solid red !important;
    border-radius: 4px;
}
.plum_multiselecr_radius .select2-container.select2-container-multi ul.select2-choices{border-radius:40px !important;}
.plum_multiselecr_radius .select2-container-multi .select2-choices .select2-search-choice{border-radius:30px;}
.plum_multiselecr_radius.zRpt .select2-container.select2-container-multi ul.select2-choices{width:350px;}
.complete-plum-onb {
	font-size: 18px;
	border: 1px solid #8fbcd7;
	color: #3071a9;
	border-radius: 2px;
	background-color: #D4ECF9;
	padding: 6px 15px;
	width: 100%;
	float: left;
	text-align: left !important;
}

.colorpicker-border .colorpicker-trigger{
	box-shadow: 0px 0px 1px rgb(0 0 0 / 70%);
	width: 36px;
    height: 32px;
    float: left;
    border-radius: 6px;
}

.hub_app_20 .add_menu_screen{
	background-color: #f7f7f7;
	margin-top: 5px;
    border-radius: 50%;
    padding: 5px;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 25px;
}

.modal-body .cust_img_upload {

    margin-top: 0px;
}


.zipInventory-tabs.cvo-tab a {
	max-width: 220px;
}

.zipInventory-tabs.cvo-tab.modPage a {
	margin-right: 16px;
	
}

.hub_app_20 .input-group .form-control {
	z-index: unset;
}

.zipInventory-tabs.cvo-tab a{
	text-transform: none;
}

.dropdown-menu.pull-right.cvoMassPriceDropDown {
	right: -12px;
}

.dropdown-menu.pull-right.orderPage {
    right: -8px;
}

#EMP_CHECKBOX {
	margin-top: 0px;
	margin-right: 5px;
	display: inline-flex;
}

#EMP_CHECKBOX .app-active-switch[type=checkbox]+.lbl::before {
	margin:0 !important;
}



/* Style the tab */
.Pos_Advance_tab {
	float: left;
    background-color: #ffffff;
    width: 20%;
    height: 500px;
    box-shadow: 5px 0px 10px rgb(0 0 0 / 5%);
}

.Pos_Advance_tab .Pos_Advance_tab_name {
  display: block;
  background-color: inherit;
  color: #434343;
  padding: 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  margin-bottom: 0px;
  border-left:4px solid transparent;
  font-weight: 600;
}

.Pos_Advance_tab .Pos_Advance_tab_name:hover {
  background-color: #f6f6f6;
  border-left:4px solid transparent;
}

.Pos_Advance_tab .Pos_Advance_tab_name.active {
    background-color: #f8f8f8;
    border-left: 4px solid #5cccfc;
    color: #434343;
}
.Pos_Advance_tab .Pos_Advance_tab_name.active::after {
    content: "\f061";
    font-family: FontAwesome;
    right: 17px;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    color: #5cccfc;
}
.Pos_Advance_tabcontent {
  float: left;
  padding: 15px;
  width: 80%;
  border-left: none;
  height: 500px;
    overflow-x: hidden;
}
.CvoMenuSelect_Panel{
width: 100%;
float: left;
box-shadow: 0px 0px 1px #b2b2b2;
    border-radius: 5px;
    overflow: hidden;
}
.CvoMenuSelect_Panel .CvoMenuSelect_Panel_parent{
width: 100%;
float: left;
background-color:#f1f1f1;
padding:6px 10px;
}
.CvoMenuSelect_Panel .CvoMenuSelect_Panel_child{

background-color:#fff;
border:1px solid #c0d8e9 !important;
padding:6px 10px !important;
margin:0 0 10px 0 ;
border-radius:4px;
text-transform: capitalize;
}
.CvoMenuSelect_Panel .CvoMenuSelect_Panel_child:first-child{margin-top:10px;}

.cust_img_upload.drag_card_cust_img {
    margin: -6px 3px;
    display: inline-block;
    width: 57px;
    height: 45px;
    background: #9e9e9e;
    border-radius: 0;
}
.cust_img_upload.drag_card_cust_img img {
	border-radius: 0;
}
.cust_img_upload.drag_card_cust_img .editcontainer .cust-icon-holder{
	height: 24px;
}
.cust_img_upload.drag_card_cust_img .editcontainer .cust-icon-holder>i {
	width: 20px !important;
	height: 20px;
	line-height: 22px;
	font-size: 11px;
}
.tagged-label{
							    border: 2px solid #35c4ff;
							    border-radius: 25px;
							    display: inline-block;
							    padding-right: 15px;
							}
							.tagged-label span{
							    padding: 5px 15px;
							    display: inline-block;
							    background: #35c4ff;
							    border-radius: 25px 0 0 25px;
							    color: #fff;
							    margin-right: 10px;
							    margin-left: -1px;
							}
.border-bottom{
	border-bottom: 1px solid #e6e6e6;
}
.tbl-add-icon{
	border-radius: 25px;
    height: 32px;
    width: 32px;
    background: #35c4ff;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.portion-varitaion thead tr th span i {
	margin-left: 4px
}

.por-var-loc thead tr th span i {
	margin-left: 4px
}

.por-var thead tr th span i {
	margin-left: 4px
}

.order-error div {
	max-height: 350px;
	overflow: hidden;
}

.post-cnfrm-mdl .modal-header .close {
	opacity: 0.9;
	border: 1px solid rgb(255, 255, 255);
}
.sky-icons-color{
filter: brightness(0) saturate(100%) invert(66%) sepia(28%) saturate(2670%) hue-rotate(167deg) brightness(101%) contrast(101%);	
}
.hub_app_20 .cvo_imgUpload .cust_img_upload {   
 	max-width:174px;
 	max-height:174px;
  	min-width:174px;
  	min-height:174px;
}
.hub_app_20 .cvo_imgUpload .cust_img_upload img{   
    max-height: 174px;
    max-width: 174px;  
    object-fit:contain;
}
.width-33-per {
	width: 33.3%;
}

.pheripheral_title {
	padding-bottom: 5px;
	border-bottom: 1px solid #5cccfc;
}
