.bluebgbdr {
	background: #dcedffc2;
}

.greenbgbdr {
	background: #dcfff0;
}

.orangebgbdr {
	background: #fff9dc;
}

.yellowbgbdr {
	background: #f2ec875e;
}

.redbgbdr {
	background: #ffe3dc;
}





/*  file Upload */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');


.fc-white {
	color: #ffffff !important;
}

.uploader {
	clear: both;

}

.uploader label {
	float: left;
	clear: both;
	width: 100%;
	padding: 2rem 1.5rem;
	text-align: center;
	background: #fff;
	border-radius: 7px;
	border: 3px solid #eee;
	transition: all 0.2s ease;
	user-select: none;
}

.uploader label:hover {
	border-color: #454cad;
}

.uploader label.hover {
	border: 3px solid #454cad;
	box-shadow: inset 0 0 0 6px #eee;
}

.uploader label.hover #start i.fa {
	transform: scale(0.8);
	opacity: 0.3;
}

.uploader #start {
	float: left;
	clear: both;
	width: 100%;
}

.uploader #start.hidden {
	display: none;
}

.uploader #start i.fa {
	font-size: 50px;
	margin-bottom: 1rem;
	transition: all 0.2s ease-in-out;
}

.uploader #response {
	float: left;
	clear: both;
	width: 100%;
}

.uploader #response.hidden {
	display: none;
}

.uploader #response #messages {
	margin-bottom: 0.5rem;
}

.uploader #file-image {
	display: inline;
	margin: 0 auto 0.5rem auto;
	width: auto;
	height: auto;
	max-width: 180px;
}

.uploader #file-image.hidden {
	display: none;
}

.uploader #notimage {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}

.uploader #notimage.hidden {
	display: none;
}

.uploader progress,
.uploader .progress {
	display: inline;
	clear: both;
	margin: 0 auto;
	width: 100%;
	max-width: 180px;
	height: 8px;
	border: 0;
	border-radius: 4px;
	background-color: #eee;
	overflow: hidden;
}

.uploader .progress[value]::-webkit-progress-bar {
	border-radius: 4px;
	background-color: #eee;
}

.uploader .progress[value]::-webkit-progress-value {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}

.uploader .progress[value]::-moz-progress-bar {
	background: linear-gradient(to right, #393f90 0%, #454cad 50%);
	border-radius: 4px;
}

.uploader input[type="file"] {
	display: none;
}

.uploader div {
	margin: 0 0 0.5rem 0;
	color: #5f6982;
}

.uploader .btn {
	display: inline-block;
	margin: 0.5rem 0.5rem 1rem 0.5rem;
	clear: both;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	text-transform: initial;
	border: none;
	border-radius: 0.2rem;
	outline: none;
	padding: 0 1rem;
	height: 36px;
	line-height: 36px;
	color: #fff;
	transition: all 0.2s ease-in-out;
	box-sizing: border-box;
	background: #454cad;
	border-color: #454cad;
	cursor: pointer;
}



.card1 {
	background: #ffffff none repeat scroll 0 0;
	margin: 15px 0;
	padding: 20px;
	border: 0 solid #e7e7e7;
	border-radius: 5px;
	box-shadow: 0px 12px 23px 0px rgb(160 44 250 / 4%);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;

	flex-direction: column;
	min-width: 0
}

.form-group {
	margin-bottom: 20px;
}

.category {
	box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, .075);

}




/***** Multi Select ******/
.multiselect-wrapper {
	width: 120px;
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.multiselect-wrapper .multiselect-input {
	width: 100%;
	padding-right: 50px;
}

.multiselect-wrapper label {
	display: block;
	font-size: 12px;
	font-weight: 600;
}

.multiselect-wrapper .multiselect-list {
	z-index: 1;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid grey;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-top: -2px;
}

.multiselect-wrapper .multiselect-list.active {
	display: block;
}

.multiselect-wrapper .multiselect-list>span {
	font-weight: bold;
}

.multiselect-wrapper .multiselect-list .multiselect-checkbox {
	margin-right: 2px;
}

.multiselect-wrapper .multiselect-list>span,
.multiselect-wrapper .multiselect-list li {
	cursor: default;
}

.multiselect-wrapper .multiselect-list {
	padding: 5px;
	min-width: 200px;
}

.multiselect-wrapper ul {
	list-style: none;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.multiselect-wrapper ul li {
	padding-right: 20px;
	display: block;
}

.multiselect-wrapper ul li.active {
	background-color: rgb(0, 102, 255);
	color: white;
}

.multiselect-wrapper ul li:hover {
	background-color: rgb(0, 102, 255);
	color: white;
}

.multiselect-input-div {
	height: 34px;
}

.multiselect-input-div input {
	border: 1px solid #ddd;
	background: #fff;
	margin: 0px 0 6px 0;
	padding: 3px;
	vertical-align: middle;
	border-radius: 5px;
}

.btn {
	line-height: 19px !important;
}

.pullright {
	float: right;
}

.multiselect-count {
	position: relative;
	text-align: center;
	border-radius: 2px;
	background-color: lightblue;
	display: inline-block !important;
	padding: 3px 7px;
	left: -45px;
}

.multiselect-wrapper.disabled .multiselect-dropdown-arrow {
	border-top: 5px solid lightgray;
}

.multiselect-wrapper.disabled .multiselect-count {
	background-color: lightgray;
}

.multiselect-dropdown-arrow {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid black;
	position: absolute;
	line-height: 20px;
	text-align: center;
	display: inline-block !important;
	margin-top: 11px;
	margin-left: -42px;
}



/***** END Multi Select ******/



/**** Column Fixed Data Table ***/
/*
  #example tbody th, #example tbody td {
	  padding: 0px !important;
  }
  table.dataTable tbody th, table.dataTable tbody td {
  
		  font-size:11px !important;
		  text-align: center !important;
  }
  
  table.dataTable thead th, table.dataTable thead td {
	  padding: 10px 18px;
		  font-size:11px !important;
		  border: 1px solid #ddd !important;
	  border-bottom: 1px solid #ddd !important;
  }
  */

table.data th {
	background-color: #333;
	color: #fff;
	font-size: 10px;
}

table.data th,
table.data td {
	font-family: Verdana;
	font-size: 10px;
	padding: 2px;
	border: 1px solid grey;
	border-spacing: 0px;
}

/**** Column Fixed Data Table ***/

/* Table Height Fixed **/
.sticky {
	position: fixed;
	top: 60px !important;
}

/* END Table Height Fixed **/





/** TAB ***/
.tab-pane {
	display: none;
}

.active {
	display: block;
}

/*** END TAB ***/


/**** CUSTOM CSS *****/

font18 {
	font-size: 18px;
	font-weight: bold;
	text-align: right !important;
}

.cursorpointer {
	cursor: pointer;
}

r1 {
	color: #ff0000;
}

g1 {
	color: #27c10b;
}

.disablebutt {
	opacity: 0.3;
	pointer-events: none;
}

.floatright {
	text-align: right !important;
}

.profilein {
	font-size: 14px;
}

.linegap {
	margin-bottom: 5px;
}

b {
	font-weight: bold !important;
}

.r1 {
	color: #f3161c;
}

.g1 {
	color: #02d533;
}

.font12 {
	font-size: 12px !important;
}

.pull-right {
	float: right;
}

.addbutt {
	margin-top: 5px;
	position: absolute;
	right: 20px;
}

.exportbutt {
	margin-top: -10px;
	margin-right: 30px;
	/* position: absolute; right: 20px; */
}

.importtbutt {
	margin-top: -10px;
	margin-right: 5px;
	/* position: absolute; right: 20px; */
}

.savesubbutt {
	margin-top: -10px;
	margin-left: 5px;
	/* position: absolute; right: 20px; */
}

.fontbggray {
	background: #d1cdcd47 !important;
}

.fontbgred {
	background: #fb969647 !important;
}

.fontbgorange {
	background: #efc75447 !important;
}

.fontbggreen {
	background: #91ef6147 !important;
}

.fontbgyellow {
	background: #f7e6b547 !important;
}

.fontbgblue {
	background: #ecf3ff !important;
}

.fontbgblue td {}


.filterheaderfixed {
	/* position: fixed; background: #ffffff;   z-index: 999; */
}

.filterheaderfixed_t {
	/* position: fixed; background: #ffffff;   z-index: 9999; width: 80%; */
}

.tablemargtop {
	/* margin-top:92px; */
}

.toggcolmn {
	/* margin-top: 60px; */
}


.zindexfront {
	/* position:relative; z-index: 999999999999 !important; */
}

.cursorpointer {
	cursor: pointer !important;
}

.textgreen {
	color: #30b917 !important;
}

.textred {
	color: #ff0000 !important;
	background-color: white
}

.labelheight {
	height: 36px;
	float: left;
}

.regionheadertxt i {
	font-size: 12px !important;
	color: #ff9801 !important;
}

.mt10 {
	margin-top: 10px;
}


.nav-tabs.nav-tabs-bottom .nav-item .nav-link.active {
	background-color: #323584;
	color: #fff;
}

.nav-tabs.nav-tabs-bottom .nav-item .nav-link {
	background-color: #efefef;
	border-radius: 20px 20px 0 0;
	border: 0;
	display: inline-block;
	padding: 10px 20px;
	position: relative;
}

.table thead tr th {
	font-weight: 600;
	color: #333;
	border: 1px solid #b1aeae;
}

.bge7e4e4 {
	background: #e7e4e4 !important;
}

.bgb5c7e6 {
	background: #ccdfff !important;
}

/**** END CUSTOM CSS *****/



/* Table Header Fixed on Top */
.clone-head-table-wrap {
	top: 59px !important;
}

/* END Table Header Fixed on Top */

/*** PAGINATION ***/
#pagination {
	text-align: center;
	margin-top: 20px
}

#pagination a {
	padding: 5px;
	border: 1px solid #323584 !important;
	margin: 0px 2px 0px 2px;
	border-radius: 4px;
	font-weight: bold;
	background: #323584;
	color: #fff;
}

#pagination strong {
	padding: 5px;
	border: 1px solid #d5d207 !important;
	margin: 0px 2px 0px 2px;
	border-radius: 4px;
	font-weight: bold;
	background: #f4f4f4;
	color: #000;
}

/***END PAGINATION ***/














.bluebgbdr {
	background: #dcedff !important;
	border: 1px dashed #127ef1 !important;
}

.greenbgbdr {
	background: #dcfff0 !important;
	border: 1px dashed #019410 !important;
}

.orangebgbdr {
	background: #fff9dc !important;
	border: 1px dashed #8e8a04 !important;
}

.graybgbdr {
	background: #f1f1f1 !important;
	border: 1px dashed #5c5c5c !important;
}

.redbgbdr {
	background: #ffe3dc !important;
	border: 1px dashed #f11212 !important;
}


table tr td {

	vertical-align: middle !important;
}

/* ADD Category Form  */


.form {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}

.user {
	flex: 1 0 8rem;
}

.pass {
	flex: 1 0 8rem;
}

button {
	flex: 1 0 4rem;
}












.form {
	width: 100%;
	resize: horizontal;
	padding: 1.5em;
}


input {

	border-radius: 4px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #c0ccda;
	transition: border-color 150ms ease-in-out 0s;
	outline: none;
	color: rgb(33, 49, 60);
	background-color: rgb(255, 255, 255);
	padding-right: 12px;

	:hover {
		box-shadow: rgb(231 238 236) 0px 0px 0px 3px;
	}
}

button {
	display: inline-block;
	outline: 0;
	border: 0;
	cursor: pointer;
	will-change: box-shadow, transform;
	background: radial-gradient(100% 100% at 100% 0%, #ff8989 0%, #ff5454 100%);
	padding: 0 32px;
	border-radius: 6px;
	color: #fff;
	height: 38px;
	white-space: nowrap;
	font-size: 16px;
	text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
	transition: box-shadow 0.15s ease, transform 0.15s ease;

	:hover {
		box-shadow: 0px 4px 8px rgb(45 35 66 / 40%),
			0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
		transform: translateY(-2px);
	}

	:active {
		box-shadow: inset 0px 3px 7px #3c4fe0;
		transform: translateY(2px);
	}
}


/*  End ADD Category Form  */


.buttfont {
	font-weight: bold;
	font-size: 11px;
}


/* new order */

.icheckbox_square-blue {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(https://pos.ultimatefosters.com/images/vendor/icheck/skins/square/blue.png?96f8a9053c5b1ab49111b9e243fd5c38) no-repeat;
	border: none;
	cursor: pointer;
}

.icheckbox_square-blue {
	background-position: 0 0;
}

.icheckbox_square-blue.checked {
	background-position: -48px 0;
}

@media (-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
	.icheckbox_square-blue {
		background-image: url(https://pos.ultimatefosters.com/images/vendor/icheck/skins/square/blue@2x.png?2694acfdd21dfca86aa67beac8e0a108);
		background-size: 240px 24px;
	}
}

.fa,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}

.fa-2x {
	font-size: 2em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s linear infinite;
	animation: fa-spin 2s linear infinite;
}

.fa-angle-up:before {
	content: "\F106";
}

.fa-backward:before {
	content: "\F04A";
}

.fa-barcode:before {
	content: "\F02A";
}

.fa-briefcase:before {
	content: "\F0B1";
}

.fa-calculator:before {
	content: "\F1EC";
}

.fa-check:before {
	content: "\F00C";
}

.fa-clock:before {
	content: "\F017";
}

.fa-credit-card:before {
	content: "\F09D";
}

.fa-edit:before {
	content: "\F044";
}

.fa-envelope:before {
	content: "\F0E0";
}

.fa-gift:before {
	content: "\F06B";
}

.fa-globe:before {
	content: "\F0AC";
}

.fa-id-badge:before {
	content: "\F2C1";
}

.fa-info:before {
	content: "\F129";
}

.fa-info-circle:before {
	content: "\F05A";
}

.fa-keyboard:before {
	content: "\F11C";
}

.fa-map-marker:before {
	content: "\F041";
}

.fa-minus:before {
	content: "\F068";
}

.fa-mobile:before {
	content: "\F10B";
}

.fa-money-bill-alt:before {
	content: "\F3D1";
}

.fa-money-check-alt:before {
	content: "\F53D";
}

.fa-pause:before {
	content: "\F04C";
}

.fa-pause-circle:before {
	content: "\F28B";
}

.fa-pen:before {
	content: "\F304";
}

.fa-phone:before {
	content: "\F095";
}

.fa-plus:before {
	content: "\F067";
}

.fa-plus-circle:before {
	content: "\F055";
}

.fa-print:before {
	content: "\F02F";
}

.fa-spinner:before {
	content: "\F110";
}

.fa-terminal:before {
	content: "\F120";
}

.fa-times:before {
	content: "\F00D";
}

.fa-trash:before {
	content: "\F1F8";
}

.fa-user:before {
	content: "\F007";
}

.fa-users:before {
	content: "\F0C0";
}

.fa-window-close:before {
	content: "\F410";
}

.fa-window-maximize:before {
	content: "\F2D0";
}

.fa,
.fas {
	font-family: Font Awesome\5 Free;
	font-weight: 900;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #fff;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 2px;
}

.pace .pace-progress-inner {
	display: block;
	position: absolute;
	right: 0;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #fff, 0 0 5px #fff;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0, -4px);
	-moz-transform: rotate(3deg) translate(0, -4px);
	-ms-transform: rotate(3deg) translate(0, -4px);
	-o-transform: rotate(3deg) translate(0, -4px);
	transform: rotate(3deg) translate(0, -4px);
}

.pace .pace-activity {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 15px;
	right: 50%;
	width: 14px;
	height: 14px;
	border: solid 2px transparent;
	border-top-color: #fff;
	border-left-color: #fff;
	border-radius: 10px;
	-webkit-animation: pace-spinner 0.4s linear infinite;
	-moz-animation: pace-spinner 0.4s linear infinite;
	-ms-animation: pace-spinner 0.4s linear infinite;
	-o-animation: pace-spinner 0.4s linear infinite;
	animation: pace-spinner 0.4s linear infinite;
}

@media (max-width: 767px) {
	.pace .pace-activity {
		top: 15px;
		right: 15px;
		width: 14px;
		height: 14px;
	}
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.ui-front {
	z-index: 100;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}

.ui-widget {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}

.ui-widget-content {
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
}

body {
	margin: 0;
}

footer,
section {
	display: block;
}

audio {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: lighter;
}

small {
	font-size: 80%;
}

hr {
	height: 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button {
	-webkit-appearance: button;
	cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

.positopico {
	position: relative;
	top: 1px;
}

.bgwhite {
	background: #fff !important;
}

input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

@media print {

	*,
	:after,
	:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	a[href^="#"]:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	tr {
		page-break-inside: avoid;
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd !important;
	}
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: hsl(0, 0%, 20%);
	background-color: #eaeaea;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.fs12 {
	font-size: 12px !important;
}

.fs11 {
	font-size: 11px !important;
}

.fs10 {
	font-size: 10px !important;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

h2,
h3,
h4,
h5 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h2,
h3 {
	/* margin-top: 20px;
	margin-bottom: 10px;  */
}

h4,
h5 {
	/* margin-top: 10px;
	margin-bottom: 10px; */
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media (min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

small {
	font-size: 85%;
}

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

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

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

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

.text-success {
	color: #3c763d;
}

.text-info {
	color: #31708f;
}

.text-danger {
	color: #a94442;
}

ul {
	margin-top: 0;
	margin-bottom: 10px;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-11,
.col-sm-12,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-8,
.col-xs-12,
.col-xs-4,
.col-xs-6 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-12,
.col-xs-4,
.col-xs-6 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-4 {
	width: 33.33333333%;
}

@media (min-width: 768px) {

	.col-sm-11,
	.col-sm-12,
	.col-sm-3,
	.col-sm-4,
	.col-sm-6,
	.col-sm-8 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
}

@media (min-width: 992px) {

	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}
}

table {
	background-color: transparent;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>thead>tr>th {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th {
	background-color: #dff0d8;
}

.table-responsive {
	min-height: 0.01%;
	overflow-x: hidden !important;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td {
		border-bottom: 0;
	}
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="checkbox"] {
	margin: 4px 0 0;
	line-height: normal;
}

select[multiple] {
	height: auto;
}

input[type="checkbox"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
		0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control[readonly] {
	background-color: #eee;
	opacity: 1;
}

textarea.form-control {
	height: 100px;
}

input[type="search"] {
	-webkit-appearance: none;
}

.form-group {
	margin-bottom: 15px;
}

.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.checkbox input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default:active:focus,
.btn-default:active:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default:active {
	background-image: none;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary:active {
	background-image: none;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active:focus,
.btn-success:active:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success:active {
	background-image: none;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info:active:focus,
.btn-info:active:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info:active {
	background-image: none;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active:focus,
.btn-danger:active:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger:active {
	background-image: none;
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group .form-control:focus {
	z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,
.input-group-btn:last-child>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2;
}

.input-group-btn:first-child>.btn {
	margin-right: -1px;
}

.input-group-btn:last-child>.btn {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal-dialog {
	position: relative;
	width: auto;

}

.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}


.clearfix:after,
.clearfix:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
	display: table;
	content: " ";
}

.clearfix:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.row:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.select2-container .select2-search--inline {
	float: left;
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333;
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
}

body {
	height: 100%;
}

body {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper {
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}

.wrapper:after,
.wrapper:before {
	content: " ";
	display: table;
}

.wrapper:after {
	clear: both;
}

.content {
	min-height: 250px;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

h2,
h3,
h4,
h5 {
	font-family: "Source Sans Pro", sans-serif;
}

a {
	color: #3c8dbc;
}

a:active,
a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
	color: #72afd2;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #d2d6de;
}

.form-control:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.form-control:-ms-input-placeholder,
.form-control::-moz-placeholder,
.form-control::-webkit-input-placeholder {
	color: #bbb;
	opacity: 1;
}

.form-control:not(select) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input-group .input-group-addon {
	border-radius: 0;
	border-color: #d2d6de;
	background-color: #fff;
}

.box {
	position: relative;
	border-radius: 3px;
	background: #fff;
	border-top: 3px solid #d2d6de;
	margin-bottom: 20px;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-solid {
	border-top: 0;
}

.box-body:after,
.box-body:before {
	content: " ";
	display: table;
}

.box-body:after {
	clear: both;
}


.box-body {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
}

.btn {
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid transparent;
}

.btn.btn-flat {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-width: 1px;
}

.btn:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
	outline: 0;
}

.btn-default {
	background-color: #f4f4f4;
	color: #444;
	border-color: #ddd;
}

.btn-default:active,
.btn-default:hover {
	background-color: #e7e7e7;
}

.btn-primary {
	background-color: #3c8dbc;
	border-color: #367fa9;
}

.btn-primary:active,
.btn-primary:hover {
	background-color: #367fa9;
}

.btn-success {
	background-color: #00a65a;
	border-color: #008d4c;
}

.btn-success:active,
.btn-success:hover {
	background-color: #008d4c;
}

.btn-info {
	background-color: #00c0ef;
	border-color: #00acd6;
}

.btn-info:active,
.btn-info:hover {
	background-color: #00acd6;
}

.btn-danger {
	background-color: #dd4b39;
	border-color: #d73925;
}

.btn-danger:active,
.btn-danger:hover {
	background-color: #d73925;
}

.btn[class*="bg-"]:hover {
	-webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

.nav>li>a:active,
.nav>li>a:focus,
.nav>li>a:hover {
	color: #444;
	background: #f7f7f7;
}

.nav-tabs-custom {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

.nav-tabs-custom>.nav-tabs {
	margin: 0;
	border-bottom-color: #f4f4f4;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.nav-tabs-custom>.nav-tabs>li {
	border-top: 3px solid transparent;
	margin-bottom: -2px;
	margin-right: 5px;
}

.nav-tabs-custom>.nav-tabs>li>a {
	color: #444;
	border-radius: 0;
}

.nav-tabs-custom>.nav-tabs>li>a,
.nav-tabs-custom>.nav-tabs>li>a:hover {
	background: 0 0;
	margin: 0;
}

.nav-tabs-custom>.nav-tabs>li>a:hover {
	color: #999;
}

.nav-tabs-custom>.nav-tabs>li:not(.active)>a:active,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:focus,
.nav-tabs-custom>.nav-tabs>li:not(.active)>a:hover {
	border-color: transparent;
}

.nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #3c8dbc;
}

.nav-tabs-custom>.nav-tabs>li.active:hover>a,
.nav-tabs-custom>.nav-tabs>li.active>a {
	background-color: #fff;
	color: #444;
}

.nav-tabs-custom>.nav-tabs>li.active>a {
	border-top-color: transparent;
	border-left-color: #f4f4f4;
	border-right-color: #f4f4f4;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type {
	margin-left: 0;
}

.nav-tabs-custom>.nav-tabs>li:first-of-type.active>a {
	border-left-color: transparent;
}

.nav-tabs-custom>.tab-content {
	background: #fff;
	padding: 10px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>th {
	border-top: 1px solid #f4f4f4;
}

.table>thead>tr>th {
	border-bottom: 2px solid #f4f4f4;
}

.table-bordered {
	border: 1px solid #f4f4f4;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>thead>tr>th {
	border: 1px solid #f4f4f4;
}

.table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}

.table.no-border,
.table.no-border td {
	border: 0;
}

.modal {
	background: rgba(0, 0, 0, 0.3);
}

.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	border: 0;
}

@media (min-width: 768px) {
	.modal-content {
		-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
	}
}

.modal-header {
	border-bottom-color: #f4f4f4;
}

.modal-footer {
	border-top-color: #f4f4f4;
}

.lockscreen {
	background: #d2d6de;
}

.invoice {
	position: relative;
	background: #fff;
	border: 1px solid #f4f4f4;
	padding: 20px;
	margin: 10px 25px;
}

.select2-container--default.select2-container--focus,
.select2-container--default:active,
.select2-container--default:focus,
.select2-selection:active,
.select2-selection:focus {
	outline: 0;
}

.select2-container--default .select2-selection--single {
	border: 1px solid #d2d6de;
	border-radius: 0;
	padding: 6px 12px;
	height: 39px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	padding-right: 0;
	height: auto;
	margin-top: -4px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 28px;
	right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 0;
}

.select2-search--inline .select2-search__field {
	border: 1px solid #d2d6de;
}

.select2-search--inline .select2-search__field:focus {
	outline: 0;
}

.select2-container--default .select2-selection--multiple {
	border: 1px solid #d2d6de;
	border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
	border-color: #3c8dbc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #3c8dbc;
	border-color: #367fa9;
	padding: 1px 10px;
	color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	margin-right: 5px;
	color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 10px;
}

.bg-maroon,
.bg-navy,
.bg-orange,
.bg-red,
.bg-yellow {
	color: #fff !important;
}

.bg-red {
	background-color: #dd4b39 !important;
}

.bg-yellow {
	background-color: #f39c12 !important;
}

.bg-navy {
	background-color: #001f3f !important;
}

.bg-orange {
	background-color: #ff851b !important;
}

.bg-maroon {
	background-color: #d81b60 !important;
}

.hide {
	display: none !important;
}

.no-border {
	border: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.text-bold {
	font-weight: 700;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

hr {
	border-top: 1px solid #555;
}

@media print {
	.no-print {
		display: none !important;
	}

	.invoice {
		width: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}

	.table-responsive {
		overflow: auto;
	}

	.table-responsive>.table tr td,
	.table-responsive>.table tr th {
		white-space: normal !important;
	}
}

:focus {
	outline: 0 !important;
}

body {
	color: #525f7f;
}

h2,
h3,
h4,
h5 {
	color: #32325d;
}

.bg-red {
	background-color: #f5365c !important;
}

.bg-yellow {
	background-color: #ffad46 !important;
}

.text-primary {
	color: #1572e8 !important;
}

.text-danger {
	color: #f5365c !important;
}

.text-info {
	color: #11cdef !important;
}

.text-success {
	color: #2dce89 !important;
}

.box {
	margin-bottom: 30px;
	box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
	border-radius: 5px;
}

.box .box-body {
	padding: 20px 24px;
}

.btn-primary {
	background: #1572e8;
	border-color: #1367d1;
}

.btn-primary:hover {
	background: #1367d1;
	border-color: #115bb9;
}

.btn-success {
	background: #2dce89;
	border-color: #28b97b;
}

.btn-success:hover {
	background: #28b97b;
	border-color: #24a46d;
}

.btn-info {
	background: #11cdef;
	border-color: #0fb9d8;
}

.btn-info:hover {
	background: #0fb9d8;
	border-color: #0da5c0;
}

.btn-danger {
	background: #f5365c;
	border-color: #f41e48;
}

.btn-danger:hover {
	background: #f41e48;
	border-color: #ec0c38;
}

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px;
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #b2b2b2;
	background: rgba(178, 178, 178, 0.7);
	padding: 7px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	border-radius: 6px;
}

.scroll:hover {
	background: rgba(178, 178, 178, 1);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.scroll:hover .fas {
	padding-top: -10px;
}

.scroll .fas {
	font-size: 25px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.mt-5 {
	margin-top: 5px !important;
}

.pos-form-actions {
	height: auto;
	padding-top: 12px;
	padding-bottom: 20px;
	position: fixed;
	bottom: 0px;
	background-color: #d1d5dc;
	width: 100%;
	z-index: 1000;
}

.mb-12 {
	margin-bottom: 12px !important;
}

.pb-0 {
	padding-bottom: 0px !important;
}

.pr-12 {
	padding-right: 12px !important;
}

.ui-autocomplete {
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

#product_list_body {
	max-height: 485px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.nav-tabs>li>a {
	font-size: 13px;
	font-weight: 600;
}

.error {
	color: red !important;
}

.add-product-price-table th {
	background-color: #5cb85c;
	color: white;
}

.table-th-green th {
	background-color: #5cb85c;
	color: white;
}

.cursor-pointer {
	cursor: pointer !important;
}

.pos_product_div {
	min-height: 57vh;
	max-height: 57vh;
	overflow-y: auto;
	margin-bottom: 20px;
}

.bg-lightgray {
	background-color: #f0eded !important;
}

.icheckbox_square-blue {
	margin-right: 10px;
}

.mt-10 {
	margin-top: 10px;
}

.m-5 {
	margin: 5px;
}

.hover-q {
	font-size: 16px;
	margin-left: 3px;
	cursor: help;
}

.text-bold {
	font-weight: bold;
}

.table-slim>tbody>tr>td {
	padding: 1px;
}

::-webkit-scrollbar {
	width: 7px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.print_section {
	display: none;
}

@media print {
	.print_section {
		display: inline !important;
	}

	::-webkit-scrollbar {
		display: none !important;
	}
}

.input-number .btn-default {
	background-color: white;
	padding: 6px 9px;
}

.width-40 {
	width: 40% !important;
}

.width-60 {
	width: 60% !important;
}

.word-wrap {
	word-wrap: break-word !important;
}

.bg-white {
	background-color: #fff;
}

.product_list {
	padding-left: 8px;
	padding-right: 8px;
}

.product_box {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
	font-weight: 600;
	background-color: #fff;
	border-radius: 2px;
	padding-top: 3px;
}

.product_box .image-container {
	height: 55px;
	margin: auto;
}

.eq-height-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.product_box .text_div {
	margin-top: 3px;
}

.product_box .text {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 14px;
	max-height: 14px;
}

.text-link {
	cursor: pointer;
}

.text-link:hover {
	text-decoration: underline;
}

.v-center {
	vertical-align: middle !important;
}

/*! CSS Used from: Embedded */
.content {
	padding-bottom: 0px !important;
}

button::-moz-focus-inner {
	border: 0;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes pace-spinner {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes pace-spinner {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes pace-spinner {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-ms-keyframes pace-spinner {
	0% {
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes pace-spinner {
	0% {
		transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}




.multiSelect {
	width: 300px;
	position: relative;
}

.multiSelect *,
.multiSelect *::before,
.multiSelect *::after {
	box-sizing: border-box;
}

.multiSelect_dropdown {
	font-size: 14px;
	min-height: 35px;
	line-height: 35px;
	border-radius: 4px;
	box-shadow: none;
	outline: none;
	background-color: #fff;
	color: #444f5b;
	border: 1px solid #d9dbde;
	font-weight: 400;
	padding: 0.5px 13px;
	margin: 0;
	transition: .1s border-color ease-in-out;
	cursor: pointer;
}

.multiSelect_dropdown.-hasValue {
	padding: 5px 30px 5px 5px;
	cursor: default;
}

.multiSelect_dropdown.-open {
	box-shadow: none;
	outline: none;
	padding: 4.5px 29.5px 4.5px 4.5px;
	border: 1.5px solid #4073FF;
}

.multiSelect_arrow::before,
.multiSelect_arrow::after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 8px;
	border-radius: 20px;
	border-bottom: 8px solid #99A3BA;
	top: 40%;
	transition: all .15s ease;
}

.multiSelect_arrow::before {
	right: 18px;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.multiSelect_arrow::after {
	right: 13px;
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}

.multiSelect_list {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	max-height: calc(10 * 31px);
	top: 28px;
	left: 0;
	z-index: 9999;
	right: 0;
	background: #fff;
	border-radius: 4px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	-webkit-transform: scale(0.8) translate(0, 4px);
	transform: scale(0.8) translate(0, 4px);
	border: 1px solid #d9dbde;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12);
}

.multiSelect_option {
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-transform: translate(6px, 0);
	transform: translate(6px, 0);
	transition: all .15s ease;
}

.multiSelect_option.-selected {
	display: none;
}

.multiSelect_option:hover .multiSelect_text {
	color: #fff;
	background: #4d84fe;
}

.multiSelect_text {
	cursor: pointer;
	display: block;
	padding: 5px 13px;
	color: #525c67;
	font-size: 14px;
	text-decoration: none;
	outline: none;
	position: relative;
	transition: all .15s ease;
}

.multiSelect_list.-open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1) translate(0, 12px);
	transform: scale(1) translate(0, 12px);
	transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
	transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.multiSelect_list.-open+.multiSelect_arrow::before {
	-webkit-transform: rotate(-130deg);
	transform: rotate(-130deg);
}

.multiSelect_list.-open+.multiSelect_arrow::after {
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}

.multiSelect_list.-open .multiSelect_option {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.multiSelect_list.-open .multiSelect_option:nth-child(1) {
	transition-delay: 10ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(2) {
	transition-delay: 20ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(3) {
	transition-delay: 30ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(4) {
	transition-delay: 40ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(5) {
	transition-delay: 50ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(6) {
	transition-delay: 60ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(7) {
	transition-delay: 70ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(8) {
	transition-delay: 80ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(9) {
	transition-delay: 90ms;
}

.multiSelect_list.-open .multiSelect_option:nth-child(10) {
	transition-delay: 100ms;
}

.multiSelect_choice {
	background: rgba(77, 132, 254, 0.1);
	color: #444f5b;
	padding: 4px 8px;
	line-height: 17px;
	margin: 5px;
	display: inline-block;
	font-size: 13px;
	border-radius: 30px;
	cursor: pointer;
	font-weight: 500;
}

.multiSelect_deselect {
	width: 12px;
	height: 12px;
	display: inline-block;
	stroke: #b2bac3;
	stroke-width: 4px;
	margin-top: -1px;
	margin-left: 2px;
	vertical-align: middle;
}

.multiSelect_choice:hover .multiSelect_deselect {
	stroke: #a1a8b1;
}

.multiSelect_noselections {
	text-align: center;
	padding: 7px;
	color: #b2bac3;
	font-weight: 450;
	margin: 0;
}

.multiSelect_placeholder {
	position: absolute;
	left: 20px;
	font-size: 14px;
	top: 8px;
	padding: 0 4px;
	background-color: #fff;
	color: #b8bcbf;
	pointer-events: none;
	transition: all .1s ease;
}

.multiSelect_dropdown.-open+.multiSelect_placeholder,
.multiSelect_dropdown.-open.-hasValue+.multiSelect_placeholder {
	top: -11px;
	left: 17px;
	color: #4073FF;
	font-size: 13px;
}

.multiSelect_dropdown.-hasValue+.multiSelect_placeholder {
	top: -11px;
	left: 17px;
	color: #6e7277;
	font-size: 13px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #d4d4d4 !important;
	border-radius: 4px;
	height: 38px !important;
}

.tdnowrap {
	white-space: nowrap !important;
}

.bghighlight td {
	background: #8ddf92;
	font-weight: bold !important;
}

.text-uppercase {
	text-transform: uppercase;
}

.blurred {
	filter: blur(5px);
}

.inpcommi {
	text-align: center;
}

.fontbold {
	font-weight: bold !important;
}

.font10 {
	font-size: 10px !important;
}

.blurdiv {
	opacity: 0.5;
	/* Reduce opacity to 50% */
	pointer-events: none;
	/* Disable click events */
}


/****Invoice ****/
.receipt-main {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 12px solid #333333;
	border-top: 12px solid #9f181c;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 40px 30px !important;
	position: relative;
	box-shadow: 0 1px 21px #acacac;
	color: #333333;
	font-family: open sans;
}

.receipt-main p {
	color: #333333;
	font-family: open sans;
	line-height: 1.42857;
}

.receipt-footer h1 {
	font-size: 15px;
	font-weight: 400 !important;
	margin: 0 !important;
}

.receipt-main::after {
	background: #414143 none repeat scroll 0 0;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: -13px;
}

.receipt-main thead {
	background: #414143 none repeat scroll 0 0;
}

.receipt-main thead th {
	color: #fff;
}

.receipt-right h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 7px 0;
}

.receipt-right p {
	font-size: 12px;
	margin: 0px;
}

.receipt-right p i {
	text-align: center;
	width: 18px;
}

.receipt-main td {
	padding: 9px 20px !important;
}

.receipt-main th {
	padding: 13px 20px !important;
}

.receipt-main td {
	font-size: 13px;
	font-weight: initial !important;
}

.receipt-main td p:last-child {
	margin: 0;
	padding: 0;
}

.receipt-main td h2 {
	font-size: 20px;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.receipt-header-mid .receipt-left h1 {
	font-weight: 100;
	margin: 34px 0 0;
	text-align: right;
	text-transform: uppercase;
}

.receipt-header-mid {
	margin: 24px 0;
	overflow: hidden;
}

.receipt-header {
	width: 100%;
}

.fontwhite th {
	color: #fff !important;
}

/**** END Invoice *****/


/***** PAGINATION *******/
.pagination {
	text-align: center;
}

/* Pagination link */
.pagination strong,
.pagination a {
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-right: 5px;
	/* Adjust as needed */
}

/* Active pagination link */
.pagination strong {
	background-color: red;
	color: white;
	border-color: red;
}

/* Hover state */
.pagination a:hover {
	background-color: #f5f5f5;
}

/***** END PAGINATION *******/


.inp_disable {
	border: none;
	background-color: transparent;
	/* Optional: makes the input look like plain text */
	pointer-events: none;
	/* Prevents the input from being clicked or edited */
}



.wordwrap {
	white-space: normal;
	/* Allows line breaks */
	overflow-wrap: break-word;
	/* Ensures long words break */
	word-wrap: break-word;
	/* Fallback for older browsers */
	word-break: break-word;
	/* Breaks words at arbitrary points if needed */
}

.tox-statusbar__path-item {
	display: none !important;
}

.bgattach {
	background: #efefef;
	padding: 20px;
	border-radius: 5px;
	border: 1px dotted #cdcdcd;
	margin-right: 10px;
}

.minibutton {
	font-size: 10px !important;
	padding: 4px !important;
	height: 30px !important;
	width: 50px !important;
}


.mr12 {
	margin-right: 12px;
}


.mobileheader {
	position: fixed;
	z-index: 99999999;
	padding-left: 0px !important;
}

.mobileformgroup {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.content-header {
		padding-left: 0px !important;
	}
}



/* Footer Menu Styling */
.bg-blue {
	background-color: #0153c8 !important;
}

.footer-menu {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 1000;
}

.footer-menu .menu-item {
	color: white;
	font-size: 10px;
	flex-grow: 1;
}

.footer-menu .menu-item i {
	font-size: 20px;
	margin-bottom: 3px;
}

.footer-menu .menu-item:hover {
	background-color: #444;
}


.footermenuactive {
	background-color: #444;
}

.scrollfixed {
	position: relative;
	overflow-y: scroll;
	padding: 0px 10px 0px 0px;
	height: 500px;
}

.positionfixed {
	position: fixed;
	width: 25%;
}

.mleft25per {
	margin-left: 30% !important;
}



@media print {
	@page {
		size: A4 landscape;
		/* A4 size in landscape mode */
		margin: 20mm;
		/* You can adjust margins as needed */
	}

	/* Add any other print-specific styles here, such as hiding elements */
	body {
		font-size: 12px;
		/* Adjust font size for printing */
	}

	/* Optional: hide buttons, navigation, etc. for a clean print */
	button,
	.navbar,
	.footer {
		display: none;
	}
}