html,
body {
	min-height:100%;
}
body {
	margin:0;
	overflow-y:scroll;
	font-family:arial,sans-serif;
	background:#f8f8f8;
	text-align:center;
	/* min-width:1200px; */
	padding:0;
}
a {
	color:#000;
	text-decoration:none;
}
input,textarea {
	font-family:arial,sans-serif;
}
.form-control input[type="text"],
.form-control input[type="number"],
.form-control input[type="email"],
.form-control textarea,
.form-control select{
	padding:6px 12px;
	box-sizing:border-box;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
label {
/* //	cursor:pointer; */
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.uselect{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.none {
	display:none;
}
.block {
	display:block;
}
.inline-block {
	display:inline-block;
}
.pre {
	white-space:pre;
}
.ltr{
	direction:ltr;
}
div.top-bar {
	border-bottom:solid 1px #e7e7e7;
	background-color: #f8f8f8;
	min-height: 50px;
}
.for-bg, .bg {
	display:none;
}

.main-logo {
	float: right;
	padding: 10px 15px;
	color: #777;

	height:50px;
	font-size:18px;
	box-sizing:border-box;
}

.main-logo >span {
	margin-top: 10px;
}

.main-logo >img {
    width: 60px;
	height: fit-content;
	margin-left: 10px;
}

/* div.top-bar .owner-info-top-bar {
	float: right;
	line-height: 20px;
	height: 50px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 20px;
	color: #777;
	box-sizing: border-box;
	text-align: right;
}
.owner-info-top-bar span {
	display: block;
}
.owner-info-top-bar span.phone-number {
	display: inline-block;
	margin-left: 5px;
} */

.owner-info-top-bar {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: #7f7f7f;
    display: flex;
	float: right;
    position: relative;
	box-sizing: border-box;
	margin-top: 18px;
	font-size: 12px;
}

.owner-title {
    font-weight: 600;
	margin: 5px 0px 0px 5px;
}

.owner-details {
	color: #8faadc;
    font-weight: 800;
    margin-top: 5px;
}

.pipe {
	display: inline-block;
    width: 1px;
    margin: auto 10px;
    background: #d9d9d9;
    height: 18px;
    padding: 0;
    vertical-align: middle;
}

.navbar-top-links {
	float:left;
	list-style:none;
	margin-left:15px;
}
.navbar-top-links li {
	display: inline-block;
	position:relative;
}
.navbar-top-links li a {
	display: inline-block;
	padding: 15px;
	min-height: 50px;
	color: #337ab7;
	box-sizing:border-box;
	position:relative;
}
.navbar-top-links li a.img {
	display: flex;
	align-items: center;
	min-height: 48px;
	padding: 0px;
}
.navbar-top-links li a.img > img {
	height: 20px;
	width: auto;
}

.navbar-top-links li a.ellipse {
    border-radius: 50px;
    padding: 6px 10px;
	min-height: unset;
	cursor: pointer;
}

.navbar-top-links li a.shoppi {
	background: #E6ECF8;
	border: 2px solid #377BB5;
	color: #377BB5;
	font-weight: 600;
}
.navbar-top-links li a.news {
	background: #D72A67;
	color: white;
	font-weight: 500;
	padding: 10px 15px;
}
.navbar-top-links li a.news > i {
	color: white;
	margin-inline-start: 5px;
}
.navbar-top-links li a.news:hover {
	background: white;
}
.navbar-top-links li a.news:hover {
	color: #D72A67;
}
.navbar-top-links li a.news:hover > i {
	color: #D72A67;
}
.navbar-top-links li .pop-message.news	 {
	height: 35px;
	bottom: -58px;
	left: -50%;
	background: #FFE5EE;
	border-radius: 15px;
	z-index: 10;
}
.navbar-top-links li .pop-message.news > div {
	background: #FFE5EE;
	left: 50%;
	z-index: -1;
}
.navbar-top-links li .pop-message {
    position: absolute;
    width: 200px;
    height: 40px;
    bottom: -65px;
    left: -3px;
	display: none;
    padding: 7px 15px;
    background: #E6ECF8;
    border-radius: 10px;
    color: #545871;
    text-align: center;
}
.navbar-top-links li .pop-message > div {
	position: absolute;
	width: 16px;
	height: 16px;
	background: #E6ECF8;
	top: -5px;
	left: 25px;
	transform: rotate(45deg);
}

.navbar-top-links a.beta-crm {
	display: flex;
	align-items: center;
	background: #2C3250;
	color: white;
	font-weight: 500;
	font-size: 16px;
	padding: 4px 20px;
	border-radius: 50px;
	border: none;
	min-height: 30px;
	margin-inline-start: 5px;
}
.navbar-top-links a.beta-crm > img {
	margin-inline-end: 5px;
	height: 30px;
}
.navbar-top-links a.beta-crm:hover {
	color: #2C3250;
}
.navbar-top-links li .pop-message.beta-crm	 {
	height: 35px;
	bottom: -58px;
	left: -30%;
	background: white;
	border-radius: 15px;
	z-index: 10;
	box-shadow: 2px 4px 53px 0px rgba(0, 0, 0, 0.17);
}
.navbar-top-links li .pop-message.beta-crm > div {
	background: white;
	left: 50%;
	z-index: -1;
}
.navbar-top-links li .pop-message.beta-crm > img {
	position: absolute;
	top: 7%;
    left: 10%;
    width: 65%;
}
@keyframes swing {
    0% { transform: rotate(0deg) translateY(0); }
    25% { transform: rotate(2deg) translateY(2px); }
    50% { transform: rotate(-2deg) translateY(-2px); }
    75% { transform: rotate(2deg) translateY(2px); }
    100% { transform: rotate(0deg) translateY(0); }
}
.swing-button {
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.6s ease-in-out;
}

.swing-button:hover {
    animation: swing 0.8s ease-in-out infinite;
}


.navbar-top-links>li>a:hover ,.navbar-top-links>li>a.open {
	background-color:#eee;
}
.navbar-top-links ul li a:hover ,.navbar-top-links ul li a.open {
	background-color:#f5f5f5;
}
ul.side_menu {
	position:absolute;
	top:52px;
	right:0;
	width:215px;
	background:#f8f8f8;
	vertical-align:top;
}
ul.side_menu li {
	width:215px;
}
ul.side_menu a {
	display:block;
	color: #337ab7;
	text-align:right;
	padding:10px 5px 10px 15px;
	box-sizing:border-box;
	border-bottom: 1px solid #e7e7e7;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
ul.side_menu a:hover,ul.side_menu a.show {
	background-color:#eee;
}
ul.side_menu li ul {
	max-height:0;
	overflow:hidden;
	transition:0.4s;
}
ul.side_menu li.active ul {
	max-height:340px;
	transition:0.4s;
}
ul.side_menu li.ul li  a{
	font-size: 14px;
	padding:11px 30px 11px 0;
}
.arrow {
	float:left;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.arrow:before {
	content: "\f105";
}
li.active .arrow:before {
	content: "\f107";
}
div.content {
	margin-right:215px;
	min-height:70vh;
	background:#fff;
	padding:40px 20px;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	overflow:auto;
	clear:left;
}
div.content .top {

}
div.top_menu {
	text-align:center;
	height:90px;
	box-sizing: border-box;
}
div.top_menu>a {
	display:inline-block;
	position:relative;
	padding:10px 0;
	margin:10px;
	transition:0.2s;
}
div.top_menu>a span.link {
	font-size:20px;
	border:solid 1px #000;
	border-radius:20px;
	padding:5px 20px 5px 50px;
	margin:0 3px;
	transition:0.2s;
}
div.top_menu>a span.icon {
	position:absolute;
	left:0;
	top:0;
	display:inline-block;
	width:45px;
	height:45px;
	border-radius:50px;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:25px;
	background-color:#fff;
	transition:0.2s;
}
div.top_menu>a.show span.link,div.top_menu>a:hover span.link {
	padding:5px 50px 5px 20px;
	color:#fff;
	transition:0.4s;
}
div.top_menu>a.show span.icon,div.top_menu>a:hover span.icon {
	left:calc(100% - 43px);
	transition:0.4s;
}
div.top_menu a#home span {
	border-color:#d9534f;
}
div.top_menu a#customer span {
	border-color:#f0ad4e;/*amber 600*/
}
div.top_menu a#sale span {
	border-color:#337ab7;
}
div.top_menu a#product span {
	border-color:#B74934;
}
div.top_menu a#report span {
	border-color:#663f85;
}
div.top_menu a#manage span {
	border-color:#5cb85c;
}
div.top_menu a#home:hover span.link ,body div.top_menu a#home.show span.link {
	background:#d9534f;
}
div.top_menu a#customer:hover span.link,div.top_menu a#customer.show span.link {
	background:#f0ad4e;/*amber 600*/
}
div.top_menu a#sale:hover span.link,div.top_menu a#sale.show span.link {
	background:#337ab7;
}
div.top_menu a#product:hover span.link,div.top_menu a#product.show span.link {
	background:#B74934;
}
div.top_menu a#report:hover span.link,div.top_menu a#report.show span.link {
	background:#663f85;
}
div.top_menu a#manage:hover span.link,div.top_menu a#manage.show span.link {
	background:#5cb85c;
}
div.top_menu a span.icon {
	line-height:45px;
	font-size:25px;
}
div.top_menu a#home span.icon {
	/* //background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAADdAAAA3QFwU6IHAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAD9QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAxQXeHgAAABR0Uk5TAAQ2PD0+P0BBSE9kcLi81eXz9PUxvcqmAAAAl0lEQVQ4T83PsRaDIBBE0VFRiRpF4f+/NbphDYZd0lhkGuC82wDcPWt/dO+LwvoQSqLf+y76ctcFd0101KeJRCf0jTpAYsvE2RXRfjqLVu2CMNfOwqj9S5g161GsJBqps2iAWu4saszHGfIOUJixJOARl4AFg3MjgxDHr9G5AagqaOBofJUB7z/A+/8M+JUAeSd4KsMtewEmoRkbEl5wFgAAAABJRU5ErkJggg4d0fee803aea5b7e5d689d67d2097269'); */
	-webkit-box-shadow:0 1px 5px red;
	box-shadow:0 1px 5px red;
	box-shadow:0 1px 6px rgba(255, 0, 0, 0.5);
}
div.top_menu a#customer span.icon {
	/* //background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAApCAQAAAD+fOO3AAABiUlEQVR4Ae3VsWsTYRzH4ecuSYNKzCR0KlZRUXCq4GpHcam6FIeKqKgZrDg4FFToIPgXqIOL/gUuDi6CBBQtSIcgWqglWC1CRFQMGsvP5YZyHKG0Dg55Psu9cPcd30tsUgoGA4OBTSrrZ9ghPXM6NuS6X0L47px1O6zhmBKOCln+OIiy4y4Zg2Kp+9kHk6oWxJqeYjp7viNR6ILI2uu8yHXEmMg6DUAKgAbgmwUH5O2xDKBRNJDYB6hKteWt2A5gf9FAWAJUjWrKm7MbwGLRAE0AJ732FgA88ckEgGcKjWgLIXxUMmpFZLXU1XSz06JhhRJXhfDGBEpuiawbKpi0JIQZKXlDzmgJL52Q2uay92JNbdO2KpvSEt45awiAimuWhXATO8zqiII+m1GXuiuED65IgYvZC/M45afo01fjSr5kpylS7AQ0cdsW/dTNWvUcsIsUAD3U0F8NvX98I3VtVJcy7vmhglfW64EX+O2hPPOifx4BAAkAYMS4RDFY9VgHAAa/98HA/zHwF3W8vLXn36AyAAAAAElFTkSuQmCC2724ee83b706aa01e894b1d0a343d6d2'); */
	-webkit-box-shadow:0 1px 1px 1px orange;
	box-shadow:0 1px 1px 1px orange;
	box-shadow:0 1px 6px rgba(255, 179, 0, 0.59);
}
div.top_menu a#sale span.icon {
	/* //background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAApCAYAAABUdSs8AAAAyklEQVRYw2NgGAWjYBSMgkEILIG4DojrqYzroGbjBSpA/A+I/9MI/4PagRNE0NByGI4g1gFXgLiBSvgKOQ5YQcV0tWLUAaMOGHXAqAPIccAxKJ8a+Bg5DhiQusCIDg4wIhRfsUA8D4gXUBnPg5o9+EAuEH8D4u8k4E9A/B4NfyLRDJCdaSAHzCAjHrWolH4mgDT2kaFRA4sDDMgwpw2kURaIH5CocS4Qd6DhhSSacR2IJWCulwHiHCAuoBPOAmKR0Q7IKBgFo2BQAABH1EUVTpryCwAAAABJRU5ErkJgggbca2e7776a6642aa2d3d41e2fd7ba112'); */
	-webkit-box-shadow:0 1px 5px blue;
	box-shadow:0 1px 5px blue;
	box-shadow:0 1px 6px rgba(0, 0, 255, 0.5);
}
div.top_menu a#product span.icon {
	/* //background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAfCAQAAABXe8XLAAAA60lEQVR4AeXOsS5DURjA8d9tke4kGmnqDVgEiYTF4AF4Ag/AROIZeAAvICRGMREkBjsegFYrLMamQ6/mLDdNT3qvGPv7hpN8yT/fMZ5WtTzYU1fQtlQYFwradKodkmmFzYRgXSJHAkh0TKHrQ0NDU0N4fccD3tTFdDSF3J0bsuDJijzz3ksAWvL1yIK2PD+afwteoPiXeOZfF3pG+3IFEwAW8GoJcV29wWARZfviPp3pQgLg3oZRdlwOXjhRMom4tkdDKnb7UzFoy6FZUQdSqSMZlsPuGoCSTBXMMbSriqo5709NhrJjt9aMt19CnEKhzPfMyAAAAABJRU5ErkJggg6bba8be2a8af8619b9b3103c91ce2619'); */
	-webkit-box-shadow:0 1px 5px #B74934;
	box-shadow:0 1px 5px #B74934;
	box-shadow:0 1px 6px rgba(165, 42, 42, 0.5);
}
div.top_menu a#report span.icon {
	/* //background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAjgAAAI4Ba9/WyQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKQSURBVFiFzZc9aFRBEMd/cwkaTxCERMFCQRDBRgMRTGXKKGJAI6IgJGlEUgg2imJjoY1fTcTAiemNEhRjdVipaTSFEhCiNiLCWeQDxQSSv8Xu5V4e9z7u7hkysOzt3M7Of2Z29/0XSaRtQA4YBb4Cx2uxjVyzRgBngUngFPARaFkTAN7hC+AvIKDk+0/AQ2BbvQDMOwDAzLqAm0CeihwGfoR0YbkG/Ab6/fgnMCqpEGPjJBTplI8s2E4DBWCpyn/y4A5G2HanLgGwMcLBF6AP2AFsr9L2A8MRtreSADQHkmERSdoNPE5MZXWJWnNFcnUunJk0R+gHgQ8NrPsAaG8EwJSkiXq9m9lc2rlRADCzNuAC6csk4JGk72mdxwIA9uB2fy0AJoBsAEh6izsB/1XW7SnAzPJAL7WVYEzSbCYAgE5ghBSXSUBOAs8yASCpyBqUaF3vgX3AbZJBzgMDkuYDulkcYflWNwBgEZhJCWApqJDUk+Q4EYCkaRwFq0nM7BCOQXUAm4D3wCtJz6MclflAC5XveFfN3M7Z3yeauDwFWuP4QDiSXcBl4kuwAFyXNIejchdj5p4ANgPdQWXcHtgKHEgBIG9mexOcvwbGgLtm1i+pQnCyKAEu+mppL3+g8j7YEjAetM3qHujw/QzwElj242ngmKQ/ON7YGpgLrC6BAr/7PEVPkpKkIRyhBRiWdMXMjuA25FFJv8zsBjDg52wwM1P5PRBK5STRqazWFnClu0PlwdLp18r5/nzIphj3MGkHruLISFo5B7QBRT9eBAYlFcysB3f8mgLzL0m6tzJq9G0XyN5IKNLPuL0Q1L0Dmqo+TDIAsAV4ElOuN8DO2LdhFmJmvcAZVl/F48CQpOXw/H9rrRWfaymb7QAAAABJRU5ErkJggg8dc1d12a7426167d918ed95dea9c2ee3'); */
	-webkit-box-shadow:0 1px 5px #663f85;
	box-shadow:0 1px 5px #663f85;
	box-shadow:0 1px 6px rgba(128, 0, 128, 0.5);
}
div.top_menu a#manage span.icon {
	/* //background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAAeElEQVR4Ad3VQQqAMAxE0enJ7NHizfRkcftBWsooQfzb1LewgTal1mu69SJwKnRoXE4BIjZAxAaIWAAnnwVC8QxI7QoDIATCA0DMgdEMhAeQqAf4ecFP9K/RX6SCVWZ/B+reha7QtnZ4bBKxACI2QMQGiHgAkK6lLpuhTCHwQE+5AAAAAElFTkSuQmCC29f300ee39fb2054af35515cece70ade'); */
	-webkit-box-shadow:0 1px 5px green;
	box-shadow:0 1px 5px green;
	box-shadow:0 1px 6px rgba(0, 128, 0, 0.8);
}
div.top_menu a:hover span.link, div.top_menu a.show a.link {

}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:160px;
	padding:5px 0;
	margin:2px 0 0;
	font-size:14px;
	text-align:right;
	list-style:none;
	background-color:#fff;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0,0,0,.15);
	border-radius:4px;
	-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
	box-shadow:0 6px 12px rgba(0,0,0,.175);
}
.open+ .dropdown-menu {
	display: block;
}
.dropdown-menu li,.dropdown-menu li a{
	display:block;
}
.dropdown-menu li a{
	min-height:0;
	padding:5px 15px;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.col-lg-12{
	width:100%;
	padding:0 15px;
	box-sizing:border-box;
	margin-bottom:20px;
	clear: both;
}
.col-lg-12 h1 {
	padding-bottom: 9px;
	margin:0 0 20px;
	border-bottom: 1px solid #eee;
	text-align: right;
	font-size:25px;
	font-weight: 400;
	line-height: 1.1;
}
.col-lg-6{
	width:50%;
	/* //min-width:720px; */
	float:right;
	display:inline-block;
	padding:0 15px;
	margin-bottom:20px;
	box-sizing: border-box;
	vertical-align:top;
}
.col-lg-8 {
	width: 66%;
	float: right;
	padding:0 15px;
	box-sizing: border-box;
}
.col-lg-4 {
	width: 33%;
	float: right;
	padding:0 15px;
	box-sizing: border-box;
}
.panel {
	text-align:right;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius:4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 25px;
}
.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	padding: 10px 15px;
	font-size:14px;
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	line-height: 1.4;
}
.panel-heading a.button,
.panel-heading button.button {
	float:left;
	color:#333;
	background:#fff;
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	margin:0 10px 0 0;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:pointer;
}
.panel-heading a.button:hover,
.panel-heading button.button:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}
.panel-heading a.button:active,
.panel-heading button.button:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.panel-body {
	padding:20px 15px 15px;
}

.panel-body .filter-table {
	display: flex;
    flex-direction: column;
	/* align-items: center; */
    row-gap: 5px;
    margin-bottom: 5px;
    padding: 2px;
}

.filter-table .row {
	display: flex;
	align-items: center;
    column-gap: 5px;
    margin-bottom: 5px;
    padding: 2px;
}

.filter-table .row .single-filter {
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-bottom: 1px;
}

.filter-table .row .single-filter .filter-label {
    color: #595961;
    font-size: 14px;
    margin-bottom: 2px;
}

.filter-table > .row > .single-filter > .flex-row > .select,
.filter-table > .row > .single-filter > .flex-row > .select2-container {
    width: 150px !important;
    height: 25px;
    font-size: 16px;
    text-align: right !important;
}

.pipe {
    width: 1px;
    background: #d9d9d9;
    padding: 0;
    margin-left: 15px;
}
/*
.panel-orange {
	border-color:orange;
}
.panel-blue {
	border-color:blue;
}
.panel-orange {
	border-color:orange;
}
.panel-orange .panel-heading {
	//background-color:orange;
	//border-bottom-color:orange;
	//color:#fff;
}
.panel-blue .panel-heading {
	//background-color:orange;
	border-bottom-color:blue;
	//color:#fff;
}*/
.detail-group {
	background:#f5f5f5;
	border-radius:4px;
	padding:5px 5px 10px;
	border: 1px solid #ddd;
	margin-bottom:15px;
}
.detail-group th {
	padding:0 0 0 8px;
}
.detail-group td {
	padding:5px 2px 2px 8px;
	vertical-align: top;
}
.detail-group h4 {
	font-weight: 400;
	line-height: 1.1;
	background: #fff;
	display: inline-block;
	padding:0 8px 3px;
	position: relative;
	bottom: 6px;
	margin:0 5px 0 0;
	border: 1px solid #ddd;
	border-top-color:#fff;
	border-radius: 0 0 4px 4px;
}
.row {
	text-align:center;
}
table {
	border-collapse:collapse;
	width:100%;
	margin:auto;
	text-align:right;
/* //	border:1px solid #ddd; */
}
input[type="submit"],
button[type="submit"],
a.button,
button.button {
	display:inline-block;
	color: #333;
	background: #fff;
	padding:2px 10px;
	font-size:16px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor:pointer;
}
input[type=submit]:hover,
button[type="submit"]:hover,
a.button:hover,
button.button:hover {
	background-color: #e6e6e6;
	border-color: #adadad;
}
input[type=submit]:active,
button[type="submit"]:active,
a.button:active,
button.button:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	outline:none;
}
th {
/* //	border-bottom:2px solid #ddd; */
	vertical-align:top;
	text-align:right;
}
td,th {
/* //	padding:8px; */
/* //	border-top:1px solid #ddd; */
}
td.check {
	padding:3px;
}
td.rec {
	max-width:30em;
	white-space:pre-wrap;
}
tr.row1 {
	background:#ccc;
}

.foot_menu {
	display: flex;
	flex-direction: column;
	margin:20px;
	color:#605f6d;
	text-align:center;
}

.info-nbs {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	margin-bottom: 20px;
}

.info-nbs >span {
	margin-top: 5px;
}

.powerd-by {
    color: #605F6D;
    align-self: center;
    margin-top: auto;
    direction: ltr;
}
.powerd-by .nbs {
	font-weight: 600;
	margin-left: 5px;
}
.powerd-by .nbs img {
    width: 3rem;
}


form.ff input {
	float:right;
	padding:5px;
}
form.ff div {
	float:right;
	padding:5px;
	height:3em;
}
form.ff div.bold {
	font-weight:bold;
	width:10em;
}
form.ff .clear {
	clear:right;
}
.dataTables_filter label:before{
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	content: "\f002";
	margin-left: 5px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
	display:table;
	width:100%;
}
.nav-tabs>li {
	display:inline-block;
	margin-bottom: -1px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color:#000;
	background-color:#fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}
.nav-tabs>li>a {
	margin-left:2px;
	color:#555;
	display:inline-block;
	padding: 10px 15px;
	font-size:14px;
	line-height: 1.42857143;
	border-radius: 4px 4px 0 0;
	border: 1px solid transparent;
}
.nav-tabs>li>a:hover {
	border-color:#eee;
	border-bottom:0;
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
	text-decoration: none;
	background-color: #eee;
	color: #000;
}
div.list-type {
	float:left;
	margin:10px 0 0 25px;
	font-size:15px;
}
div.list-type a {
	padding:2px 12px 3px;
}
div.list-type a.show {
	background:#555;
	color:#fff;
	border-radius:8px;
}
div.list-type a:not(.show):hover {
	background:#ccc;
	border-radius:8px;
}
.label {
	font-size:12px;
	display:inline-block;
	background:#eee;
	padding:0 5px;
	line-height:16px;
	color:#fff;
	border-radius:3px;
	white-space:nowrap;
}
.label-ok {
	background:#2E7D32;
}
.label-no {
	background:#F44336;
}
.label-0{
	background:#888;
}
/*i147*/
.label-branch {
	background:purple;
}
/*end i147*/
.badge {
	display: inline-block;
	min-width: 10px;
	padding: 2px 8px;
	font-size: 11px;
	text-align: center;
	white-space: nowrap;
	background-color: rgba(51, 122, 183, 0.2);
	border-radius: 10px;
	margin-right: 5px;
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="search"],
textarea,
select {
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="checkbox"]:focus,
textarea:focus,
select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
input[type="text"]:invalid,
input[type="number"]:invalid,
input[type="email"]:invalid,
input[type="search"]:invalid,
input[type="checkbox"]:invalid,
select:invalid {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	background:#fef7f7;
}
input[type="text"]:invalid:focus,
input[type="number"]:invalid:focus,
input[type="email"]:invalid:focus,
input[type="search"]:invalid:focus,
input[type="checkbox"]:invalid:focus,
select:invalid:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}
select,button {
	font-family:arial,sans-serif;
}
@media (max-width:1000px) {
	div.content {
		margin-right:42px;
	}
	.for-bg {
		display:inline-block;
		float:right;
		line-height:48px;
		font-size:20px;
		width:50px;
		height:48px;
		margin-left:-10px;
		cursor:pointer;
	}
	ul.side_menu {
		width:42px;
		overflow:hidden;
		z-index:+99999;
		position:absolute;
		right:0;
		top:51px;
		bottom:0;
		-webkit-transition:0.4s;
		-moz-transition:0.4s;
		-ms-transition:0.4s;
		transition:0.4s;
	}
	ul.side_menu li a {
		padding:10px 10px;
		-webkit-transition:0.2s;
		-moz-transition:0.2s;
		-ms-transition:0.2s;
		transition:0.2s;
	}
	ul.side_menu li a i {
		margin-left:20px;
		-webkit-transition:0.4s;
		-moz-transition:0.4s;
		-ms-transition:0.4s;
		transition:0.4s;
	}
	ul.side_menu li.active ul {
		display:none;
	}
	ul.side_menu:hover,
	.bg:checked + ul.side_menu {
		width:210px;
		transition:0.4s;
		border-left:1px solid #e7e7e7;
	}
	ul.side_menu:hover li a,
	.bg:checked + ul.side_menu li a {
		padding:10px 5px 10px 15px;
		font-size:16px;
	}
	ul.side_menu:hover li a i,
	.bg:checked + ul.side_menu li a i {
		margin-left:0;
		-webkit-transition:0;
		-moz-transition:0;
		-ms-transition:0;
		transition:0;
	}
	ul.side_menu:hover li.active ul,
	.bg:checked + ul.side_menu li.active ul {
		display:block;
	}
}
@media (max-width:500px) {
	div.content {
		margin-right:0;
	}
	ul.side_menu {
		width:0;
	}
}
/*colors*/
/*red*/
body.red .panel{
	border-color:#d9534f;/*red 500*/;
}
body.red .panel-heading {
	background-color:#d9534f;/*red 500*/
	color:#fff;
	border-bottom:none;
}
body.red input[type="submit"],
body.red  button[type="submit"],
body.red  a.button,
body.red button.button{
    border-color:#d9534f;/*red 500*/
}
body.red .col-lg-12 h1{
	border-color:#d9534f;/*red 500*/
}
/*indigo*/
body.indigo .panel{
	border-color:#337ab7;/*indigo 500*/;
}
body.indigo .panel-heading {
	background-color:#337ab7;/*indigo 500*/
	color:#fff;
	border-bottom:none;
}
body.indigo input[type="submit"],
body.indigo button[type="submit"],
body.indigo a.button,
body.indigo button.button{
    border-color:#337ab7;/*indigo 500*/
}
body.indigo .col-lg-12 h1{
	border-color:#337ab7;/*indigo 500*/
}
/*amber*/
body.amber .panel{
	border-color:#f0ad4e;/*amber 600*/;
}
body.amber .panel-heading {
	background-color:#f0ad4e;/*amber 600*/
	color:#fff;
	border-bottom:none;
}
body.amber input[type="submit"],
body.amber button[type="submit"],
body.amber a.button,
body.amber button.button{
    border-color:#f0ad4e;/*amber 600*/
}
body.amber .col-lg-12 h1{
	border-color:#f0ad4e;/*amber 600*/
}
/*green*/
body.green .panel{
	border-color:#5cb85c;/*green 600*/;
}
body.green .panel-heading {
	background-color:#5cb85c;/*green 600*/
	color:#fff;
	border-bottom:none;
}
body.green input[type="submit"],
body.green  button[type="submit"],
body.green  a.button,
body.green button.button{
    border-color:#5cb85c;/*green 600*/
}
body.green .col-lg-12 h1{
	border-color:#5cb85c;/*green 600*/
}
/*brown*/
body.brown .panel{
	border-color:#B74934;
}
body.brown .panel-heading {
	background-color:#B74934;
	color:#fff;
	border-bottom:none;
}
body.brown input[type="submit"],
body.brown  button[type="submit"],
body.brown  a.button,
body.brown button.button {
    border-color:#B74934;
}
body.brown .col-lg-12 h1{
	border-color:#B74934;
}
/*purple*/
body.purple .panel{
	border-color:#663f85;
}
body.purple .panel-heading {
	background-color:#663f85;
	color:#fff;
	border-bottom:none;
}
body.purple input[type="submit"],
body.purple  button[type="submit"],
body.purple  a.button,
body.purple button.button {
    border-color:#663f85;
}
body.purple .col-lg-12 h1{
	border-color:#663f85;
}

/*i149*/
body .select-multiple{
	width: 200px;
}

body .ms-parent > div{
direction:rtl;
}

body .ms-choice > span {
    color: #999;
    right:0;
    left:auto;
    direction :rtl;
    padding-right:8px;
}

body .ms-choice > div{
  right:auto;
  left:0;
}
/*end i149*/
/*i151*/
#sale-select,
#branch-select{
	float:left;
	font-size:22px;
	line-height:28px;
	padding:0 5px;
	cursor:pointer;
	text-align: right;
}
#sale-list,
#branch-list{
	position:absolute;
	left:0;
	/* //top:5px; */
	top:28px;
	font-size:16px;
	background:#fff;
	max-height:331px;
	overflow:auto;
}
#sale-list,
#branch-list li a{
	padding:6px 10px;
	cursor:pointer;
}
#sale-list li a.show,
#branch-list li a.show,
#sale-list li a:hover,
#branch-list li a:hover{
	background-color: #f5f5f5;
}
#sale-list-more,
#branch-list-more{
	display:none;
}
#sale-list-more-button,
#branch-list-more-button {
	text-align:center;
}
.header-h1{
	position: relative;
}
/*end i151*/
/*i152*/
#sale-content{
	float:left;
	position: relative;
	font-size:22px;
	line-height:28px;
	padding:0;
	cursor:pointer;
}
/*end i152*/

/*i162*/
.header{
	position:relative;
}

#sale-select,
#branch-select{
	float:left;
	font-size:22px;
	line-height:28px;
	padding:0 5px;
	cursor:pointer;
}
#sale-select,
#sale-name,
#branch-select,
#branch-name{
	display:inline-block;
	margin-left:10px;
}
#sale-list,
#branch-list{
	position:absolute;
	left:0;
	/* //top:5px; */
	top:28px;
	font-size:16px;
	background:#fff;
	max-height:331px;
	overflow:auto;
}
#sale-list,
#branch-list li a{
	padding:6px 10px;
	cursor:pointer;
}
#sale-list li a.show,
#branch-list li a.show,
#sale-list li a:hover,
#branch-list li a:hover{
	background-color: #f5f5f5;
}
#sale-list-more,
#branch-list-more{
	display:none;
}
#sale-list-more-button,
#branch-list-more-button {
	text-align:center;
}
/*end i162*/
/*i166*/
.foot_print {
	display: none;
	bottom: 0;
	width: 100%;
	position: fixed;
	background: white;
	margin-top: 20px;
	padding-top: 8px;
	color: black;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #dddddd;
}
.pageFooter {
	left: 0px;
	display: table-footer-group;
}
.pageFooter:after {
	counter-increment: page;
	content: counter(page);
}

.top-bar .main-logo {
	display: flex;
}

.top-bar .main-logo .img {
	width: auto;
	height: 100%;
	margin-left: 5px;
	/* background: no-repeat url("/static/image/logo/nbs-logo.7ef4979faa46.png"); */
}

/* dataTable */
td.details-control {
	background: url("/static/image/svg/fa-square-plus.f7c775521e65.svg") no-repeat center center;
	background-size: 1rem;
	cursor: pointer;
}
tr.shown td.details-control {
	background: url("/static/image/svg/fa-square-minus.dce73a6ceb43.svg") no-repeat center center;
	background-size: 1rem;
	cursor: pointer;
}
/* END dataTable */

@media print {
	.owner-info-top-bar {
		display: none;
	}
	div.top-bar {
		background-color: #ffffff;
		position: relative;
		top: -3px;
		z-index: 5;
		border-bottom: 0;
	}
	div.top_menu {
		display: none;
	}
	ul.side_menu {
		position: absolute;
		top: 0px;
		right: 0;
		width: 0px;
		background: #f8f8f8;
		vertical-align: top;
		display: none;
	}
	div.content {
		margin-right: 0px;
		background: #fff;
		padding: 0px 0px;
		border-right: 0px solid #e7e7e7;
		border-bottom: 0px solid #e7e7e7;
		overflow-x: hidden;
		position: relative;
		top: -11px;
	}
	.foot_menu {
		display: none;
	}
	.pageFooter {
		position: relative;
		right: 150px;
	}
	.pageFooter:after {
		counter-increment: page;
    	counter-reset: page 1;
		content: counter(page);
	}
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.squaredFour {
  width: 20px;
  position: relative;
  /*not delete*/
  margin: 4px 10px 20px 0;
}
.squaredFour label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredFour label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  opacity: 0.5;
}
.squaredFour input[type=checkbox] {
  visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}


.select2-container--classic .select2-selection--multiple {
	padding-bottom: 5px;
}
.swal2-popup .swal2-content {
    font-size: 25px;
}
.swal2-popup .swal2-radio label {
    display: inline-block;
	padding: 10px 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.swal2-popup .swal2-radio label input {
	margin: 5px 10px;
}

.errorlist {
	background-color: bisque;
}

.payment-order-table-td-sum {
    direction: ltr;
}

.select2-container--default .select2-results__option[role=group][aria-label='סגורות'] {
    display: none;
}

.view-more {
    margin-top: 5px;
    padding: 7px;
    color: red;
    font-weight: 600;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.shoppi-left-details {
	align-items: center;
	row-gap: 5px;
	color: #545871;
}

.shoppi-left-details > .shoppi-logo {
	width: 50%;
}
.shoppi-left-details > .shoppi-info {
	width: 70%;
	font-weight: 600;
}
.shoppi-left-details > .shoppi-fill {
	width: 70%;
	font-size: 1.3rem;
    font-weight: 700;
}
.shoppi-left-details > .shoppi-from {
	width: 50%;
	align-items: start;
}
.shoppi-left-details > .shoppi-from > .shoppi-input {
	padding: 5px 15px;
    border-radius: 5px;
	font-size: 1rem;
	border: 1px solid #545871;
}
