html {
	font-family: Arial;
	background-color: white;
	scroll-behavior: smooth !important;
}

body {
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
	padding-right: 0px !important;
	margin-right: 0px !important;
	/*  border:1px solid red;  */
}
/* .show_overflow_text>span:focus, .show_overflow_text>span:hover {
  color:transparent;
} */
.show_overflow_text1>span:hover:after ,.show_overflow_text1>span:hover:after{
	/* overflow: visible !important;
	height: auto!important;
	white-space: normal!important; */

	content:attr(title);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    left:auto;
    top:auto;
    width: auto;
    max-width: 20rem;
    border: 1px solid #eaebec;
    padding: 0 .5rem;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.28);
    white-space: normal;
    word-wrap: break-word;
    display:block;
    color:black;
    margin-top:-1.25rem;
}

.alpha_search_band {
	overflow: hidden;
}

.alpha_search_band:hover {
	overflow: auto;
}

.alpha_search_band::-webkit-scrollbar {
	width: .25em;
}

/* Track */
.alpha_search_band::-webkit-scrollbar-track {
	background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
	box-shadow: inset 0 .25rem .25rem rgba(255, 255, 255, 0.03), 0 0 .25rem rgba(255, 255, 255, 0.3);
	border-radius: 10px;
}

/* Handle */
.alpha_search_band::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to right, rgba(248, 248, 255, .9), rgba(60, 98, 126, .3));
	border-radius: 10px;
}

/* Handle on hover */
.alpha_search_band::-webkit-scrollbar-thumb:hover {
	background-image: linear-gradient(to right, rgba(60, 98, 126, .5), rgba(60, 98, 126, .8))
}



.custom-file-label{
	outline: none !important;
	outline-style: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
	content: "" !important;
}

.custom-file-label:after{
	outline: none !important;
	outline-style: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
	content: "" !important;
	background-color: transparent!important;
}
.custom-file-input {
	outline: none !important;
	outline-style: none !important;
	box-shadow: none !important;
	border-color: transparent !important;
}

.tab_band {
	flex-wrap: nowrap;
	white-space: nowrap;
}

.tab_band {
	overflow-x: auto;
	overflow-y: hidden;
}

.tab_band::-webkit-scrollbar {
	height: 0rem;
	display: none;
}

/* Track */
.tab_band::-webkit-scrollbar-track {
	background-image: linear-gradient(to right, rgba(0, 0, 0), rgba(0, 0, 0,1));
	/* box-shadow: inset 0 .25rem .25rem rgba(255, 255, 255, 0.03), 0 0 .25rem rgba(255, 255, 255,1); */
	border-radius: 10px;
	height: 0rem;
	display: none;
}

/* Handle */
.tab_band::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	border-radius: 10px;
}

/* Handle on hover */
.tab_band::-webkit-scrollbar-thumb:hover {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1))
}

.nav-tabs>li {
	float: none;
	
}

.middle>* {
	vertical-align: middle;
	color: red;
}

.custom_grid_height {
	height: auto;
	max-height: auto;
	min-height: auto;
}

.grid_height {
	height: 100%;
	max-height: 99%;
}

.date_range_width {
	padding-bottom: 1px;
	width: 99%
}

.module_band {
	background-image: linear-gradient(to right, rgb(60, 98, 126), rgb(60, 98, 126));
	box-shadow: 0 0.025rem 0.025rem 0 rgba(0, 0, 0, .5), 0 0.15rem 0rem 0 rgba(0, 0, 0, .3) !important;
	margin: .25rem !important;
	border-radius: 0.5rem !important;
	/* height: 5% !important;
	margin: .25% !important;
	max-height: 10% !important;
	min-height: 10% !important; */
}

.page_icon {
	color: rgb(60, 98, 126);
	font-size: 1.75rem;
	font-weight: 900;
}

.page_icon_list_grid {
	color: rgb(60, 98, 126);
	font-size: 1rem;
	font-weight: 900;
}

.page_icon_selected {
	color: rgb(184, 134, 11);
	font-size: 1rem;
	font-weight: 900;
}

.page_icon_bg {
	background: white;
	border-radius: 50%;
}

.module_content {
	/* height: 90%;
	max-height: 90%;
	min-height: 90%; */
	margin: .25rem !important;
	padding: 0.5rem !important;
	border-radius: 0.5rem !important;
	flex: 1 1 auto !important;
	overflow: hidden !important;
}

.item-filter-height-width1 {
	height: 10%;
	min-height: 10%;
	max-height: 10%;
	padding: 0;
}

.item-list-height-width {
	/* height: 90%;
	min-height: 90%;
	max-height: 90%; */
	padding: 0;
	flex: 1 1 auto;
	overflow: hidden;
}

.item-filter-height-width-1 {
	height: 5%;
	min-height: 5%;
	max-height: 5%;
	padding: 0;
}

.item-list-height-width-1 {
	height: 95%;
	min-height: 95%;
	max-height: 95%;
	padding: 0;
}

.item-list-grid-height-width {
	height: 100%;
	min-height: 90%;
	max-height: 90%;
	padding: 0;
	overflow-x: hidden;
}

.position_menu {
	margin-left: 6%;
	margin-top: 9.5%;
	max-width: 90%;
}

.alpha_search_grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	flex-flow: column;
	align-content: stretch;
	justify-content: flex-start;
}

.card_height {
	height: 25% !important;
	max-height: 25% !important;
	min-height: 25% !important;
}

.auth_width {
	min-width: 90%;
	max-width: 90%;
	/* border: blue solid 1px; */
}

.btn_forgot_password {
	color: rgb(60, 98, 126) !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	font-size: .9rem !important;
}
.btn_forgot_password:hover {
	color: rgb(60, 98, 126) !important;
	font-weight: 700 !important;
	cursor: pointer !important;
	font-size: .9rem !important;
	text-decoration: underline;
}


.food_label_grid {
	/* margin-top: 0.75rem; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	opacity: 0.9;
	padding: 0.25rem 0rem 0rem 0.75rem !important;
	border-radius: 0.3125rem !important;
	border: 1px solid rgb(60, 98, 126);
	
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
}

.float_label_input_grid {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	color: rgb(60, 98, 126) !important;
	font-weight: 700 !important;
	font-size: .9rem !important;
	margin-bottom: 0 !important;
	top: -.90rem;
	left: .5rem;
	
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	/*	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
}

@media screen and (min-width: 768222px) {
	.item-filter-height-width {
		height: 10%;
		min-height: 10%;
		max-height: 10%;
		padding: 0;
	}
	.item-list-height-width {
		height: 90%;
		min-height: 90%;
		max-height: 90%;
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	
	.food_label_grid {
	/* margin-top: 0.75rem; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	opacity: 0.9;
	/* padding: 0.75rem 0.75rem 0rem 0.75rem !important; */
	border-radius: 0.3125rem !important;
	border: 0;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
}
	html {
		max-width: 99%;
		max-height: 99%;
		width: 99%;
		height: 99%;
		font-family: Arial;
		background-color: white;
		padding: 0;
	}
	.modal-xxxl {
		min-width: 90%;
	}
	body {
		padding-top: 5px;
		margin: 1%;
		max-width: 99%;
		max-height: 94%;
		width: 99%;
		height: 94%;
		/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
		background-color: white;
		padding-right: 0px !important;
		margin-right: 0px !important;
		overflow-x: hidden;
	}
	.custom_grid_height {
		height: 24rem;
		max-height: 24rem;
		min-height: 24rem;
	}
	.grid_height {
		height: 100%;
		max-height: 99%;
	}
	.date_range_width {
		width: 49.5%
	}
	.module_band {
		background-image: linear-gradient(to right, rgb(60, 98, 126), rgb(60, 98, 126));
		box-shadow: 0 0.025rem 0.025rem 0 rgba(0, 0, 0, .5), 0 0.15rem 0rem 0 rgba(0, 0, 0, .3) !important;
		margin: .25rem !important;
		border-radius: 0.5rem !important;
		/* height: 14% !important;
		margin: .25% !important;
		max-height: 14% !important;
		min-height: 14% !important; */
	}
	.module_content {
		/* height: 85%;
		max-height: 85%;
		min-height: 85%; */
		margin: .25rem !important;
		padding: 0.25rem !important;
		border-radius: 0.5rem !important;
		flex: 1 1 auto !important;
		overflow: hidden !important;
	}
	.item-filter-height-width {
		height: 10%;
		min-height: 10%;
		max-height: 10%;
		padding: 0;
	}
	.item-list-height-width {
		/* height: 85%;
		min-height: 85%;
		max-height: 85%; */
		padding: 0;
		flex: 1 1 auto !important;
		overflow: hidden !important;
	}
	.item-filter-height-width-1 {
		height: 10%;
		min-height: 10%;
		max-height: 10%;
		padding: 0;
	}
	.item-list-height-width-1 {
		height: 90%;
		min-height: 90%;
		max-height: 90%;
		padding: 0;
	}
	.position_menu {
		margin-left: 5%;
		margin-top: 5%;
		max-width: 90%;
	}
	.card_height {
		height: 50% !important;
		max-height: 50% !important;
		min-height: 50% !important;
	}
	.alpha_search_grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		flex-flow: column wrap;
		align-content: stretch;
		justify-content: flex-start;
	}
	.container_box {
		display: flex;
		flex-flow: column;
		height: 100%;
	}
	.container_box .header_row {
		flex: 0 1 auto;
		/* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
	}
	.container_box .content_row {
		flex: 1 1 auto;
	}
	.container_box .footer_row {
		flex: 0 1 auto;
	}
	
	.auth_width {
		min-width: 30%;
		max-width: 30%;
		/* border: red solid 1px; */
	}
	::-webkit-scrollbar {
		width: .25em;
	}

	/* Track */
	::-webkit-scrollbar-track {
		background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
		/* linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)); */
		box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
		border-radius: 10px;
	}

	/* Handle */
	::-webkit-scrollbar-thumb {
		background-image: linear-gradient(to right, rgba(248, 248, 255, .1), rgba(60, 98, 126, .1));
		/* linear-gradient(to right, rgb(60, 98, 126), rgb(60, 98, 126)); */
		border-radius: 10px;
	}

	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background-image: linear-gradient(to right, rgb(248, 248, 255), rgb(248, 248, 255));
		/* linear-gradient(to right, rgba(184, 134, 11, .5), rgba(184, 134, 11, .8)); */
	}
}

::-webkit-scrollbar {
	width: .5em;
}

/* Track */
::-webkit-scrollbar-track {
	background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255));
	/* linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)); */
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background-image: linear-gradient(to right, rgba(248, 248, 255, .1), rgba(60, 98, 126, .1));
	/* linear-gradient(to right, rgb(60, 98, 126), rgb(60, 98, 126)); */
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background-image: linear-gradient(to right, rgb(60, 98, 126), rgb(60, 98, 126));
	/* linear-gradient(to right, rgba(184, 134, 11, .5), rgba(184, 134, 11, .8)); */
}


.slide-image {
	width: 100%;
}

.carousel-holder {
	margin-bottom: 2%;
}

.carousel-control, .item {
	border-radius: 4px;
}

.caption {
	height: 60px;
	overflow: hidden;
	text-align: center;
}

.caption h6 {
	white-space: nowrap1;
}

.thumbnail img {
	width: 100%;
}

.ratings {
	padding-right: 10px;
	padding-left: 10px;
	color: #d17581;
}

.thumbnail {
	padding: 10px;
}

.thumbnail .caption-full {
	padding: 9px;
	color: #333;
}

.signin {
	color: #191919;
	font-family: Roboto;
	font-size: 1em;
	font-weight: bold;
}

.login-user-detail {
	color: blue;
	font-family: Arial;
	font-size: 1em;
	font-weight: bold;
}

.dropdown-menu>li:hover, dropdown-menu li:active, dropdown-menu li:focus {
	color: white;
	font-family: Arial;
	font-size: 1em;
	background-color: white;
	border-radius: 5px;
}

.breadcrumb {
	background-color: white;
	color: #000000;
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: -30px;
	/* margin-top: 2%; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, .3);
}

.breadcrumb>li>a {
	color: #000000;
	font-weight: bold;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	/* background-color: #376312;*/
	border: 1px solid #ffffff;
}

.btn-circle {
	border-radius: 100% !important;
}

.list-group1 {
	margin-top: 1em;
}

.cls {
	background-color: #ffffff;
	color: black;
}

.footer_copyright {
	/* padding-left: 5em; */
	color: #ffffff;
	font-weight: bold;
	color: black;
	text-shadow: 1px 1px #C77003;
	font-family: Roboto;
	font-size: .80rem;
}

.footer_other_info {
	color: #000000;
	font-size: .75em;
	font-weight: bold;
	background-color: #ffffff;
}

.input-group {
	
}

.info_message-shade {
	color: #0066FF;
}

.tt-suggestion {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #FFFFFF;
}

.tt-suggestion p {
	margin: 0;
}

.pull-center {
	text-align: center;
}

.pull-left {
	text-align: left;
}

.pull-right {
	text-align: right;
}

.list_icon {
	color: #F77720;
	padding-right: 0px;
	padding-left: 3px;
}

.list_data {
	padding-right: 0px;
	padding-left: 5px;
}

.loading {
	background: url("../images/ajax-l2.gif");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
}

.grid-row {
	padding: 1%;
}

.sl_col {
	text-align: center;
	padding: .5%;
}

.remove_button, .remove_button:hover, .remove_button:focus, .remove_button:active, .remove_button.active {
	background-color: #C64646;
	color: white;
}

.highlight_button, .highlight_button:hover, .highlight_button:focus, .remove_button:active, .remove_button.active {
	background-color: maroon;
	color: white;
}

.tab-pane {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
}

.nav-tabs {
	margin-bottom: 0;
}

.nav-tabs li {
	background-color: #eee;
	border-radius: 5px 5px 0px 0px;
}

.nav-tabs li:not(:first-child ) {
	margin-left: .1rem;
}

.error_msg {
	color: red;
	font-weight: bold;
}

.clt label {
	font-family: Arial;
	font-size: 1em;
	font-weight: 300;
}

.clt, .clt ul, .clt li {
	position: relative;
}

.clt input[type="radio"] {
	position: absolute;
}

.clt input[type="radio"] ~ label {
	padding-left: 1em;
	display: inline-block;
}

.clt ul {
	list-style: none;
	padding-left: 32px;
}

.clt li::before, .clt li::after {
	content: "";
	position: absolute;
	left: -12px;
}

.clt li::before {
	border-top: 1px solid #000;
	top: 9px;
	width: 8px;
	height: 0;
}

.clt li::after {
	border-left: 1px solid #000;
	height: 100%;
	width: 0px;
	top: 2px;
}

.clt ul>li:last-child::after {
	height: 8px;
}

.singlelinelist, .singlelinelist ul {
	list-style: none;
	padding: 0;
}

.singlelinelist ul, .singlelinelist li {
	display: inline;
}

.singlelinelist li label {
	padding-right: 10px;
	padding-left: 2px;
}

.singlelinelist li input {
	border-radius: 5px;
	background-color: #fafafa;
	border: 1px solid red;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.page-header {
	padding-bottom: 0px;
	margin: 0px 0 .5%;
}

.page-title {
	padding: 0px;
	margin: 0px
}

.pagination {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pagination>li {
	cursor: pointer;
}

.dropdown-toggle-item-selection {
	margin: 5px;
	padding: 5px;
	border-right: 1px solid #2e6da4;
}

.modal {
	padding-right: 0px;
}

.modal-lg {
	width: 90%;
}

.modal-open {
	padding-right: 0 !important;
	overflow-y: auto;
}

.height_check {
	border: solid 1px red;
}

.has-error .err {
	border-color: #a94442;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	padding: 6px 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.help-message-alert {
	color: red;
	font-size: .90em;
}

.help-message-error {
	color: red;
	font-size: .70em;
	font-weight: 800;
}

.global-message-error {
	color: red;
	font-size: .90em;
	font-weight: 700;
}

.non-editable-label {
	color: blue;
}

.non-editable-input {
	color: blue;
}

.help-block {
	margin: 0px;
}

.popover {
	max-width: 600px;
}

.nav-tabs>li>a>span {
	color: maroon;
	font-weight: bold;
}

.green_button, .green_button:hover, .green_button:focus, .remove_button:active, .remove_button.active {
	background-color: #00816A;
	color: white;
	white-space: normal;
	color: #fff;
	border-color: #ddd;
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	border-radius: 10px;
}

.myclass {
	display: inline-block;
	border-radius: 4px;
	width: auto;
	height: auto;
}

.has-error .myclass {
	border: 1px solid #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.full-height {
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	margin: auto;
}

.full-height-99 {
	height: 99%;
	max-height: 99%;
	min-height: 99%;
	margin: auto;
}

.full-height-overflow {
	height: 100%;
	max-height: 100%;
	min-height: 100%;
	margin: auto;
	overflow-x: hidden;
}

.full-width-height {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: auto;
}

.full-width-height-99 {
	height: 100%;
	width: 100%;
	max-width: 99%;
	max-height: 99%;
	min-width: 99%;
	min-height: 99%;
	margin: auto;
}

.full-width-height-100-99 {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 99%;
	min-width: 100%;
	min-height: 99%;
	margin: auto;
}

.full-width-height-90 {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 98%;
	min-width: 100%;
	min-height: 98%;
	margin: auto;
}

.full-width-height-50 {
	height: 50%;
	width: 100%;
	max-width: 100%;
	max-height: 50%;
	min-width: 100%;
	min-height: 50%;
	margin: auto;
}

.app-logo {
	border-radius: .25em !important;
}

.app-area {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.app-content-area {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	min-width: 100%;
	min-height: 100%;
}

.app-footer-area {
	height: 100%;
	width: 100%;
	max-width: 100%;
	max-height: 2%;
	min-width: 100%;
	min-height: 2%;
}

.app_button, .app_button:hover, .app_button:focus, .app_button:active, .remove_button.active {
	background-color: rgb(60, 98, 126);
	color: white !important;
	white-space: normal;
	border-color: #ddd;
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	border-radius: 5px;
	font-size: .9rem !important;
	font-weight: 600;
}

.app_button-alt, .app_button-alt:hover, .app_button-alt:focus, .app_button-alt:active, .remove_button.active {
	background-color: rgba(33, 37, 41, 1);
	color: white !important;
	white-space: normal;
	color: white;
	border-color: #ddd;
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	border-radius: 5px;
	font-size: .9rem !important;
	font-weight: 600;
}

.app_button_sm, .app_button_sm:hover, .app_button_sm:focus, .app_button_sm:active, .remove_button_sm.active {
	background-color: rgb(60, 98, 126);
	color: white !important;
	white-space: normal;
	color: white;
	border-color: #ddd;
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	border-radius: .25rem;
	font-weight: 600;
	padding-top: 0.25rem;
	padding-right: 0.46rem;
	padding-bottom: 0.25rem;
	padding-left: 0.46rem;
	font-size: .775rem !important;
	line-height: 1.5;
}

.remove_button, .remove_button:hover, .remove_button:focus, .remove_button:active, .remove_button.active {
	background-color: rgba(198, 70, 70, 1);
	color: white !important;
	white-space: normal;
	color: white;
	border-color: #ddd;
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	border-radius: 5px;
	font-size: .9rem !important;
	font-weight: 600;
}

.app_button-circle {
	background-color: rgb(60, 98, 126) !important;
	color: white !important;
	white-space: normal;
	border-color: #ddd;
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	font-size: .675rem !important;
	font-weight: 900;
	border-radius: 100% !important;
	padding-top: 0.25rem !important;
	padding-right: 0.50rem !important;
	padding-bottom: 0.25rem !important;
	padding-left: 0.50rem !important;
}

.app_button_remove-circle {
	background-color: rgba(220, 20, 60, 1) !important;
	color: white !important;
	white-space: normal;
	border-color: #ddd;
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	font-size: .675rem !important;
	font-weight: 900;
	border-radius: 100% !important;
	padding-top: 0.25rem !important;
	padding-right: 0.50rem !important;
	padding-bottom: 0.25rem !important;
	padding-left: 0.50rem !important;
}

.app_button-group, .app_button-group:hover, .app_button-group:focus, .app_button-group:active, .app_button-group.active {
	background-color: rgba(60, 98, 126, 1) !important;
	color: rgb(255, 255, 255);
	white-space: normal;
	border-color: rgb(206, 212, 218);
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	border-radius: 5px;
	font-size: .9rem !important;
	font-weight: 600;
}

.app_toolbar_button_round, .app_toolbar_button_round:hover, .app_toolbar_button_round:focus, .app_toolbar_button_round:active {
	border-radius: 50% !important;
	box-shadow: inset 0 .25rem .25rem rgba(242, 243, 244, 1), 0 0 .25rem rgba(242, 243, 244, 0.3);
	background-color: rgb(220, 220, 220) !important;
	color: rgb(242, 243, 244);
	white-space: normal;
	font-size: .95rem !important;
	font-weight: 900;
	position: relative;
}

.app_toolbar_button, .app_toolbar_button:hover, .app_toolbar_button:focus, .app_toolbar_button:active {
	border-radius: .5rem !important;
	box-shadow: 0 0.025rem 0.25rem 0 rgba(0, 0, 0, .5), 0 0.15rem 0rem 0 rgba(0, 0, 0, .3) !important;
	background-color: rgb(255, 255, 255) !important;
	color: rgb(8, 8, 8) !important;
	white-space: normal;
	font-size: 1rem !important;
	font-weight: 600 !important;
	position: relative;
}

.app_round_button, .app_round_button:hover, .app_round_button:focus, app_round_button:active {
	border-radius: .5rem !important;
	/*box-shadow: 0 0.025rem 0.25rem 0 rgba(0, 0, 0, .5), 0 0.15rem 0rem 0 rgba(0, 0, 0, .3) !important;*/
	background-color: rgb(255, 255, 255) !important;
	color: rgb(8, 8, 8) !important;
	white-space: normal;
	font-size: 1rem !important;
	font-weight: 600 !important;
	position: relative;
}

label {
	color: rgb(60, 98, 126) !important;
	font-weight: 700 !important;
	font-size: .9rem !important;
	margin-bottom: 0 !important;
}

input[type="text"], textarea {
	color: rgba(64, 64, 64, 1) !important;
	font-weight: 500 !important;
	font-size: .9rem !important;
	overflow: auto !important;
}

select {
	color: rgba(64, 64, 64, 1) !important;
	font-weight: 500 !important;
	font-size: .9rem !important;
	overflow: auto !important;
}

.dropdown-toggle {
	color: white;
	font-weight: 500 !important;
	font-size: .9rem !important;
}

.dropdown-item {
	color: rgba(64, 64, 64, 1);
	font-weight: 500 !important;
	font-size: 1rem !important;
}

.help-message-info {
	color: rgba(105, 105, 105, .7);
	font-size: .70rem;
	font-weight: 700;
}

.download_link {
	color: maroon !important;
	font-size: .90rem !important;
	font-weight: 900 !important;
}

.module_page {
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, .3);
}

.module-title {
	font-size: calc(.85em + 1vmin); /* 1.2rem; */
	font-weight: 700;
	color: white;
}

.app_bg {
	background-image: linear-gradient(to right, rgba(60, 98, 126, 0.1), rgba(60, 98, 126, 0.1)) !important;
	box-shadow: 0 0.025rem 0.025rem 0 rgba(0, 0, 0, .5), 0 0.15rem 0rem 0 rgba(0, 0, 0, .3) !important;
}

.card_bg {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, .3)) !important;
}

.card_bg_1 {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .3), rgba(0, 0, 0, .1)) !important;
}

.card_bg_alt {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, .3)) !important;
}

.dashboard_card_bg {
	background-image: linear-gradient(to right, rgb(60, 98, 126), rgba(238, 243, 247, .9)) !important;
}

.card_text {
	font-size: .90rem;
	color: #303030 !important;
	font-weight: 700;
	padding: 0.25rem !important;
}

.card_text_highlight {
	background-color: white !important;
	opacity: 0.9;
	border-radius: 0.3125rem !important;
}

.crud_message {
	font-size: .75em;
	font-weight: 900;
	color: maroon;
}

.smalltext {
	padding-top: 5px;
	font-size: 16px;
}

.test-area {
	border: 1px solid red;
}

.test-area-blue {
	border: 1px solid blue;
}

.test-area-black {
	border: 1px solid black;
}

.test-area-green {
	border: 1px solid green;
}

.test-area-purple {
	border: 1px solid purple;
}

.test-area-orange {
	border: 1px solid orange;
}

.navbar-nav {
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	padding: .5rem !important;
}

.app-menu {
	border-radius: 0.3125rem !important;
	background-image: linear-gradient(to right, rgb(60, 98, 126), rgb(60, 98, 126)) !important;
	box-shadow: -0 0.25rem 0.5rem 0 rgba(0, 0, 0, 1), 0 0.375rem 0rem 0 rgba(0, 0, 0, .3) !important;
	padding: 0;
}

.cust-menu-link  a, .dropdown a {
	/* font-size: calc(.75em + 1vmin)  !important; */
	
}

.cust-menu-link.active>a {
	color: rgba(64, 64, 64, 1) !important;
	border-radius: 0.3125rem !important;
	background-color: rgba(255, 255, 255, 1) !important;
	box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 1), 0 0.375rem- 1rem 0 rgba(0, 0, 0, .3) !important;
}

.app-menu>.navbar-light {
	background-color: white !important;
}

.app-menu>.navbar {
	padding-top: 0.25rem !important;
	padding-right: 0.25rem !important;
	padding-bottom: 0.25rem !important;
	padding-left: 0.25rem !important;
	display: block !important;
}

.app-menu .nav-link:hover, app-menu .nav-link:active, app-menu .nav-link:focus {
	color: rgba(64, 64, 64, 1) !important;
	font-weight: 700;
	font-size: 1rem !important;
	background-color: white !important;
	opacity: 0.9;
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important;
	padding-top: 0.125rem !important;
	padding-bottom: 0.125rem !important;
	border-radius: 0.3125rem !important;
}

.cust-menu-link   a, .dropdown>a {
	color: white !important;
	font-weight: 700 !important;
	font-size: 1rem !important;
	margin-left: 0.125rem !important;
	padding-left: 0.625rem !important;
	padding-right: 0.625rem !important;
	padding-top: 0.125rem !important;
	padding-bottom: 0.125rem !important;
	white-space: nowrap;
}

.header_col {
	background-color: rgba(60, 98, 126, .8);
	border: 1px solid rgba(60, 98, 126, .9);
	padding: .5%;
	/*	word-break: break-word;
 	border: 1px solid rgba(86, 61, 124, .2);
	text-align: center;
	word-break: break-word;
	height: 100%;
	vertical-align: middle; */
	font-weight: 700 !important;
	font-size: .9rem !important;
	color: white;
}

.action_header_col {
	background-color: #eee;
	border: 1px solid #ddd;
	background-color: rgba(86, 61, 124, .15);
	border: 1px solid rgba(86, 61, 124, .2);
	padding: .5%;
	text-align: center;
	word-break: break-word;
	height: 100%;
	font-weight: 700 !important;
	font-size: .9rem !important;
}

.row-hover:hover {
	background-color: #F8F8F8 !important;
}

.action_col {
	text-align: center;
	padding: .5%;
	font-weight: 500 !important;
	font-size: .9rem !important;
}

.sl_data_col {
	word-break: break-word;
	color: rgba(64, 64, 64, 1) !important;
	font-weight: 500 !important;
	font-size: .9rem !important;
	text-align: center;
}

.data_col {
	/* padding-left: 1rem !important;; */
/*	word-break: break-word;*/
	color: rgba(64, 64, 64, 1) !important;
	font-weight: 500 !important;
	font-size: .9rem !important;
}

.data_col_sub_heading {
	color: rgb(60, 98, 126);
	font-weight: 700;
	font-size: .9rem
}

input[type="number"].formcore-disable-spinner {
	-moz-appearance: textfield;
}

.foodlist_font {
	font-size: 1.2rem;
	font-weight: 800;
	color: #303030;
}

.foodlist_qty_font {
	font-size: 1rem;
	font-weight: 800;
	color: #303030;
}

.special_instruction {
	font-size: .75rem;
	color: #303030 !important;
	font-weight: 800;
}

.order_list_rate {
	font-size: .90rem;
	font-weight: 900;
	color: blue;
}

.modal-header {
	border-radius: 0.3125rem !important;
	background-image: linear-gradient(to right, rgb(60, 98, 126), rgb(60, 98, 126));
	border-radius: 5px 5px 0 0 !important;
	color: white;
	font-weight: 700;
	padding-left: 1rem !important;
	padding-top: 0.125rem !important;
	padding-bottom: 0.125rem !important;
}

.input-focus {
	border-bottom-color: rgba(0, 0, 150, .2);
	border-top-color: rgba(0, 0, 150, .2);
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.075), 0 0 .25rem rgba(0, 0, 150, 0.6);
}

.img-zoom-container {
	position: relative;
}

.img-zoom-lens {
	position: absolute;
	border: 1px solid #d4d4d4;
	/*set the size of the lens:*/
	width: 40px;
	height: 40px;
}

.img-zoom-result {
	border: 1px solid #d4d4d4;
	/*set the size of the result div:*/
	width: 300px;
	height: 300px;
}

.overlay>.overlay_label {
	padding-left: .1rem;
	padding-right: .1rem;
	position: absolute;
	top: -.75rem;
	left: 5rem;
	background-color: rgba(255, 255, 255, 1);
	z-index: 5;
	opacity: 0;
}

.overlay_input:focus+.overlay_label {
	opacity: 1;
}

.overlay_input:focus::placeholder {
	color: transparent;
}

.overlay_input:not(:placeholder-shown ) +.overlay_label {
	opacity: 1;
}

.parent_element {
	position: relative;
}

.parent_element_input {
	position: relative;
	margin-top: 0.95rem;
}

.app_card_header {
	margin: 0.25rem;
	font-size: .90rem;
	color: #303030 !important;
	font-weight: 900;
	background-color: white !important;
	opacity: 0.9;
	padding: 0.25rem 0.75rem 0.25rem 0.75rem !important;
	border-radius: 0.3125rem !important;
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
}

.food {
	margin-top: 0.75rem;
	/* margin-bottom: 1.2rem !important; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
/* 	background-color: white !important; */
	opacity: 0.9;
	/* padding: 0.75rem 0.75rem 0 0.75rem !important; */
	/* padding: 0.75rem 0rem 0.25rem 0.75rem !important; */
	border-radius: 0.3125rem !important;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border: 1px solid rgb(60, 98, 126);
	outline: none;
}


.food_checkbox {
	margin-top: 0.75rem;
	/* margin-bottom: 1.2rem !important; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	opacity: 0.9;
	/* padding: 0.75rem 0.75rem 0 0.75rem !important; */
	padding: 0.25rem 0rem 0 0.25rem !important;
	border-radius: 0.3125rem !important;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border: 1px solid rgb(60, 98, 126);
	outline: none;
}
.food_select {
	
/* 	margin-bottom: 1.2rem !important; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	/* background-color: white !important; */
	opacity: 0.9;
	/* padding: 0.75rem 0.75rem 0.75rem 0.75rem !important; */
	/* padding: 0.25rem 0rem 0 0.75rem !important; */
	margin-top:0.75rem !important;
	border-radius: 0.3125rem !important;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border: 1px solid rgb(60, 98, 126);

	outline: none;
}

.food_select_select {
		height: calc(1em + 1.25rem + 2px) ! important;
}




.food_select_input-group {
	
	/* margin-bottom: 1.2rem !important; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	opacity: 0.9;
	/* padding: 0.75rem 0.75rem 0.75rem 0.75rem !important; */
	/* padding: 0rem 0rem 0 0.75rem !important; */
	
	border-radius: 0.3125rem !important;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border: 1px solid rgb(60, 98, 126);
	outline: none;
}

/* .input-group>.custom-select {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
} */

.food_file {
	margin-top: 0.75rem;
	/* margin-bottom: 1.2rem !important; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	opacity: 0.9;
	/* padding: 0.75rem 0.75rem 0 0.75rem !important; */
	padding: 0rem 0rem 0 0.75rem !important;
	border-radius: 0.3125rem !important;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border: 1px solid rgb(60, 98, 126);
	outline: none;
}



.food_display {
	margin-top: 0.75rem;
	margin-bottom: 1.2rem !important;
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	opacity: 0.9;
	padding: 0.75rem 0.75rem 0 0.75rem !important;
	border-radius: 0.3125rem !important;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border: 1px solid rgb(60, 98, 126);
	outline: none;
}

.food  input:not([type="password"]),  select:not(.need_border), textarea {
	outline: none;
	border: 0 !important;

}

.food  input {
	height: calc(1em + 1.25rem + 2px) !important;
}

.food  textarea {
	min-height: calc(1em + 1.25rem + 2px) !important;
}

.food_editable {
	margin-top: 0.75rem;
	/* 	margin-bottom: 1.2rem !important; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	/* opacity: 0.9; */
	/* padding: 0 0.75rem 0 0.75rem !important; */
	padding: 0 0rem 0 0.75rem !important;
	border-radius: 0.3125rem !important;
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border: 1px solid rgb(60, 98, 126);
	outline: none;
}

.food_editable input {
	outline: none;
	border: 0 !important;
	padding: 0 !important;
	height: calc(1em + 0.25rem + + 2px) ! important;
}

.app_button-group_editable, .app_button-group_editable:hover, .app_button-group_editable:focus, .app_button-group_editable:active,
	.app_button-group_editable.active {
	/* 	background-color: rgba(60, 98, 126, 1) !important; */
	color: rgb(60, 98, 126);
	white-space: normal;
	/* 	border-color: rgb(206, 212, 218);
	webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075); */
	border-radius: 5px;
	font-size: .9rem !important;
	font-weight: 600;
}

.food_label {
	/* margin-top: 0.75rem; */
	font-size: .95rem;
	color: #303030 !important;
	font-weight: 600;
	background-color: white !important;
	opacity: 0.9;
	/* padding: 0.75rem 0.75rem 0rem 0.75rem !important; */
	border-radius: 0.3125rem !important;
	border: 1px solid rgb(60, 98, 126);
	/* box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
}

.food_alt {
	margin-top: 0.75rem;
	margin-bottom: 1.2rem;
	font-size: 1rem;
	color: rgba(24, 24, 24, 1) !important;
	font-weight: 700;
	background-color: rgba(160, 160, 160, .8) !important;
	opacity: 0.9;
	padding: 0.75rem !important;
	border-radius: 0.3125rem !important;
/* 	box-shadow: inset 0 .25rem .25rem rgba(245, 245, 245, 0.09), 0 0 .25rem rgba(245, 245, 245, 0.9); */
}

.report_label {
	margin-top: .25rem;
	margin-bottom: .25rem;
	font-size: .90rem;
	color: #303030 !important;
	font-weight: 700;
	background-color: white !important;
	opacity: 0.9;
	padding: 0.25rem !important;
	border-radius: 0.3125rem !important;
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
}

.grid_label {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
	font-size: .85rem;
	color: #303030 !important;
	font-weight: 700;
	background-color: white !important;
	opacity: 0.9;
	padding: 0.5rem !important;
	border-radius: 0.3125rem !important;
	font-size: 1rem;
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
}

.clear_image_button {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	right: .25rem;
	top: .25rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	border-radius: 0.3125rem !important;
	z-index: 510000;
	opacity: .5;
	border: rgba(255, 255, 255, 1) 1px solid;
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
}

.clear_image_button:hover {
	opacity: .9;
	color: red;
	cursor: pointer;
}

.float_label {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	top: -.70rem;
	left: .5rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	border-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
	border: rgba(255, 255, 255, 1) 1px solid;
	/* 	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
}

.float_label_input {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	top: -.90rem;
	left: .5rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	/*	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
	
	/* white-space: nowrap;
  overflow:auto;
  text-overflow: clip ellipsis;
  width:auto; */
}

.float_label_input_disabled {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	top: -.90rem;
	left: .5rem;
	background-image: linear-gradient(#e9ecef, #e9ecef);
	/*	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
	border: 1px solid rgba(86, 61, 124, .2);
}


.float_label_input_search {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	top: -1.1rem;
	left: .5rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
	border-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
}

.float_label_input_no_border {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	top: -1.35rem;
	left: .0rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	/* 	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3); */
	border-top: 1px dotted rgb(211, 211, 211) !important;
	border-left: 1px dotted rgb(211, 211, 211) !important;
	border-right: 1px dotted rgb(211, 211, 211) !important;
	border-top-left-radius: 0.3125rem !important;
	border-top-right-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
}

.float_label_error_search {
	padding-left: .25rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	top: 10%;
	left: .5rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
	border-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
	font-size: 1rem !important;
	font-weight: 700 !important;
}

.float_label_go_to_page {
	padding-left: .75rem !important;
	padding-right: .25rem !important;
	padding-top: 0.0025rem !important;
	padding-bottom: 0.0025rem !important;
	position: absolute;
	top: -.85rem;
	left: 2.5rem;
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
	box-shadow: inset 0 .25rem .25rem rgba(0, 0, 150, 0.03), 0 0 .25rem rgba(0, 0, 150, 0.3);
	border-radius: 0.3125rem !important;
	z-index: 5;
	opacity: 1;
}

.legend {
	font-size: .75rem;
	color: maroon !important;
	font-weight: 900;
}

.legend>i {
	color: black !important;
}

.legend>span {
	color: blue !important;
}

.tree_icon>i {
	color: maroon !important;
	font-weight: 900;
}

input[readonly] {
	background-color: transparent !important;
}

.small_label {
	font-size: .65rem;
	color: maroon !important;
	font-weight: 900;
}


.grid_header {
	background-color: #eee;
	border: 1px solid #ddd;
	background-color: rgba(86, 61, 124, .15);
	border: 1px solid rgba(86, 61, 124, .2);
	font-weight: 700 !important;
	font-size: .9rem !important;
}

.circle {
	width: 300px;
	height: 300px;
	background: white;
	border: double .4rem black;
	position: relative;
	border-radius: 50%;
}

.circle .tick {
	width: 25px;
	height: 25px;
	border: double 1px black;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -12.5px;
	margin-top: -12.5px;
	text-align: center;
	vertical-align: middle;
	background: #eee;
}

.circle .tick:nth-child(1) {
	transform: rotate(0deg) translate(125px) rotate(-0deg);
}

.circle .tick:nth-child(2) {
	transform: rotate(30deg) translate(125px) rotate(-30deg);
}

.circle .tick:nth-child(3) {
	transform: rotate(60deg) translate(125px) rotate(-60deg);
}

.circle .tick:nth-child(4) {
	transform: rotate(90deg) translate(125px) rotate(-90deg);
}

.circle .tick:nth-child(5) {
	transform: rotate(120deg) translate(125px) rotate(-120deg);
}

.circle .tick:nth-child(6) {
	transform: rotate(150deg) translate(125px) rotate(-150deg);
}

.circle .tick:nth-child(7) {
	transform: rotate(180deg) translate(125px) rotate(-180deg);
}

.circle .tick:nth-child(8) {
	transform: rotate(210deg) translate(125px) rotate(-210deg);
}

.circle .tick:nth-child(9) {
	transform: rotate(240deg) translate(125px) rotate(-240deg);
}

.circle .tick:nth-child(10) {
	transform: rotate(270deg) translate(125px) rotate(-270deg);
}

.circle .tick:nth-child(11) {
	transform: rotate(300deg) translate(125px) rotate(-300deg);
}

.circle .tick:nth-child(12) {
	transform: rotate(330deg) translate(125px) rotate(-330deg);
}

.circle1 {
	width: 200px;
	height: 200px;
	background: white;
	border: dotted .1rem black;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -100px;
}

.circle1 .tick1 {
	width: 25px;
	height: 25px;
	/* background: #000; */
	border: double 1px black;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -12.5px;
	margin-top: -12.5px;
	text-align: center;
	vertical-align: middle;
}

.circle1 .tick1:nth-child(1) {
	transform: rotate(0deg) translate(80px) rotate(-0deg);
}

.circle1 .tick1:nth-child(2) {
	transform: rotate(30deg) translate(80px) rotate(-30deg);
}

.circle1 .tick1:nth-child(3) {
	transform: rotate(60deg) translate(80px) rotate(-60deg);
}

.circle1 .tick1:nth-child(4) {
	transform: rotate(90deg) translate(80px) rotate(-90deg);
}

.circle1 .tick1:nth-child(5) {
	transform: rotate(120deg) translate(80px) rotate(-120deg);
}

.circle1 .tick1:nth-child(6) {
	transform: rotate(150deg) translate(80px) rotate(-150deg);
}

.circle1 .tick1:nth-child(7) {
	transform: rotate(180deg) translate(80px) rotate(-180deg);
}

.circle1 .tick1:nth-child(8) {
	transform: rotate(210deg) translate(80px) rotate(-210deg);
}

.circle1 .tick1:nth-child(9) {
	transform: rotate(240deg) translate(80px) rotate(-240deg);
}

.circle1 .tick1:nth-child(10) {
	transform: rotate(270deg) translate(80px) rotate(-270deg);
}

.circle1 .tick1:nth-child(11) {
	transform: rotate(300deg) translate(80px) rotate(-300deg);
}

.circle1 .tick1:nth-child(12) {
	transform: rotate(330deg) translate(80px) rotate(-330deg);
}

.timer_holder123 {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -50px;
}

.timer_holder {
	width: 100px;
	height: 100px;
	background: white;
	position: absolute;
	background: #000;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -50px;
}

.tick11 {
	width: 100px;
	height: 50px;
	background: #eee;
	position: absolute;
	border-radius: 5%;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -25px;
}

.timer_holder .tick11:nth-child(1) {
	transform: rotate(0deg);
}

.btn.focus, .btn:focus, .form-control.focus, .form-control:focus, .custom-select.focus, .custom-select:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(242, 243, 244, 0.3);
}

.btn:hover, .custom-select:hover, .form-control:hover {
	color: #212529;
	text-decoration: none;
}

.app_menu_button, .app_menu_button:hover, .app_menu_button:focus, .app_menu_button:active {
	border-radius: .5rem !important;
	box-shadow: 0 0.025rem 0.25rem 0 rgba(0, 0, 0, .5), 0 0.15rem 0rem 0 rgba(0, 0, 0, .3) !important;
	background-color: rgb(255, 255, 255) !important;
	color: rgb(8, 8, 8) !important;
	white-space: normal;
	font-size: 1rem !important;
	font-weight: 600 !important;
	position: relative;
	margin: 0.25rem !important;
}

.app_menu_icon {
	color: rgb(60, 98, 126) !important;
	font-size: 1.5rem !important;
	font-weight: 900 !important;
}

.app_menu_name {
	font-size: 1rem !important;
	font-weight: 600 !important;
	padding: 0.25rem !important;
	white-space: nowrap !important;
}

.app_menu_icon_split_btn {
	margin-left: 0.25rem;
	color: rgb(60, 98, 126) !important;
	font-size: 1.5rem !important;
	font-weight: 900 !important;
	padding: 0 !important;
}

.global-messages {
	color: rgb(255, 0, 0) !important;
	font-weight: bold;
}

.global-alert-messages {
	color: rgb(123,17,19) !important;
	font-weight: bold;
}

.container_box {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.container_box .header_row {
	flex: 0 1 auto;
	/* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.container_box .content_row {
	flex: 1 1 auto;
}

.container_box .footer_row {
	flex: 0 1 auto;
}

.container_box_old {
	display: flex;
	flex-flow: column;
	height: 100%;
}

.container_box_old .header_row_old {
	flex: 1 1 auto;
	/* The above is shorthand for:
  flex-grow: 0,
  flex-shrink: 1,
  flex-basis: auto
  */
}

.container_box_old .content_row_old {
	flex: 1 1 auto;
}

.container_box_old .footer_row_old {
	flex: 1 1 auto;
}

.nav-link {
	font-weight: 600 !important;
	color: rgb(8, 8, 8) !important;
}

.nav-link.active {
	font-weight: 700 !important;
	color: rgb(60, 98, 126) !important;
}

.form-control1:active, .form-control1:focus {
	color: #212529 !important;
	border-top-color: rgb(140, 195, 255, 0.8) !important;
	border-right-color: rgb(140, 195, 255) !important;
	border-bottom-color: rgb(255, 255, 255) !important;
	border-left-color: rgb(140, 195, 255, 0.8) !important;
	margin-bottom: 0;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.ddl {
	color: #212529 !important;
	border-top-color: rgb(255, 255, 255, 0.8) !important;
	border-right-color: rgb(140, 195, 255) !important;
	border-bottom-color: rgb(140, 195, 255) !important;
	border-left-color: rgb(140, 195, 255, 0.8) !important;
	margin-top: 0;
	padding-top: 0 !important;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.select-row {
	cursor: pointer;
}

.select-row:hover {
	cursor: pointer;
	background-color: rgb(248, 248, 248);
}

.checkbox-square {
	width: .95rem;
	height: .95rem;
	margin-bottom: 0.25rem !important;
	border-radius: 25%;
	vertical-align: middle;
	border: 1px solid blue;
	appearance: none;
	-webkit-appearance: none;
	outline: none;
}

.checkbox-square:checked:before {
	border-radius: 25%;
	border: 1px solid blue;
	appearance: none;
	font-size: .50rem;
	display: block;
	text-align: center;
	color: blue;
	background-color: white;
	content: "\2714";
}

.otp_password {
	border: 0;
	/*  border: blue solid 1px !important; */
	border: 1px solid rgb(60, 98, 126) !important;
	border-radius : .25rem !important;
	max-width: 99% !important;
	max-height: 99% !important;
	min-width: 1% !important;
	/* padding-left: 0.75rem;
	padding-right: 0.75rem; */
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly !important;
	padding: 0.25rem !important;
	padding-top: 0;
	padding-bottom: 0;
	/* margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;*/
	margin-right: 0.25rem !important; 
	text-align: center;
	background-color: rgba(248,248,255,.5);
	
}

.otp_password:focus {
	/*  border: blue solid 1px; */
	 border: 1px solid rgb(60, 98, 126) !important;
	 border-radius : .25rem !important;
	max-width: 99%!important;
	max-height: 99%!important;
	min-width: 1% !important;
	
	/* padding-left: 0.75rem;
	padding-right: 0.75rem; */
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly !important;
	padding: 0.25rem !important;
	padding-top: 0;
	padding-bottom: 0;
	/* margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important; */
	margin-right: 0.25rem !important;
	text-align: center;
	background-color: rgba(248,248,255,1);
	
}

.otp_password input[type="password"] {
	height: calc(1em + 25rem + 2px) !important;
}

.otp_password:last-child {
	border:  blue solid 1px  !important;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-evenly !important;
	padding: 0.25rem !important;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0.25rem !important;
}

.tooltip_tri {
  position: relative;
  display: inline-block;
}

.tooltip_tri .tooltiptext_tri {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 100;
  bottom: 120%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip_tri .tooltiptext_tri::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip_tri:hover .tooltiptext_tri {
  visibility: visible;
  opacity: 1;
}

.tabbable .nav-tabs {
   overflow-x: auto;
   overflow-y:hidden;
   flex-wrap: nowrap;
}
.tabbable .nav-tabs .nav-link {
  white-space: nowrap;
}


.calform {
	width: 100%;
	/* float: left; */
	margin-top: .5rem;
	margin-bottom: .5rem;
	position: relative;
}

.calform span {
	display: inline-block;
	background: #fff;
	padding: 0 8px;
	font-size: 16px;
	text-transform: capitalize;
	position: absolute;
	left: 15px;
	top: -8px;
	color: #2d3494;
	font-weight: 700;
}

.calform input {
	width: 100%;
	border: 1px solid #2d3494;
	background: none;
	border-radius: 4px;
	padding: 10px 21px;
	line-height: 1.75rem;
	text-transform: uppercase;
	outline: none;
	color: #c7c7c7;
	font-weight: 600;
}

.calform select {
	width: 100%;
	border: 1px solid #2d3494;
	background: #fff url(../images/cal-donwarrow.png) 99.5% center no-repeat;
	border-radius: 4px;
	padding: 10px 21px;
	height: 50px;
	text-transform: uppercase;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	color: #000;
	font-size: 17px;
}





/*
<div class="calform">
					<span>Diesel Vehicle Cost*</span> <span
						style="position: absolute; top: 16px; left: 1px; font-size: 20px; color: #000;">₹ </span> <input type="text"
						placeholder="0.0" id="disPrice" class="costInp" style="padding-left: 30px;" maxlength="7" required=""
						onkeypress="return event.charCode >= 48 &amp;&amp; event.charCode <= 57" value="711900">
					<div class="dieselPriceError" style="color: red; display: none;">Enter price more than petrol vehicle price.</div>
					<input type="hidden" id="DiselPrice" value="984000">
				</div>

				<div class="calform">
					<span>City*</span> <select name="dealercitylocate" id="dealercitycalc" required=""><option value="ZL">BAGALKOT</option>
						<option value="02">BANGALORE</option>
						</select>
				</div>
*/