/* Minification failed. Returning unminified contents.
(1313,1): run-time error CSS1019: Unexpected token, found '@import'
(1313,9): run-time error CSS1019: Unexpected token, found 'url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.5.0/css/all.min.css')'
(1314,1): run-time error CSS1019: Unexpected token, found '@import'
(1314,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap')'
(8610,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(8611,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(8620,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(8621,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(12716,10): run-time error CSS1031: Expected selector, found '/'
(12716,10): run-time error CSS1025: Expected comma or open brace, found '/'
 */
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.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-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.5.0/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    _:-ms-fullscreen, :root * {
        font-family: 'Inter', sans-serif;
    }

    _:-ms-fullscreen, :root .fa,
    _:-ms-fullscreen, :root .far,
    _:-ms-fullscreen, :root .fas {
        font-family: "Font Awesome 5 Free"
    }
}

body {
    font-family: 'Inter', sans-serif;
    background: #f5f5f5;
    color: #000;
    line-height: 1.6;
    font-size: 14px;
}

    html,
    body.qf-login,
    body.fe-login, body.wk-login, body.lykins-login {
        height: 100%;
        height: 100vh;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

* {
    font-family: 'Inter', sans-serif;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.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-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-right: 10px;
    padding-left: 10px;
}

.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

ul {
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.dropdown-content-body li {
    padding: 15px;
    border-top: 1px solid #eef5f9;
}

li {
    list-style: none;
}


a,
button {
    outline: none !important;
    text-decoration: none !important;
    color: #444444;
    transition: all 0.2s ease 0s;
}

input[type="text"] {
    outline: none;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

textarea {
    margin-bottom: 7.5px;
}

h1 a.download-pdf {
    padding: 5px 0px 5px 0px;
    margin-right: 5px;
    float: right !important;
    text-align: right;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.btn-primary,
.fe-login .btn-primary,
.qf-login .btn-primary,
.fe-theme .btn-primary,
.qf-theme .btn-primary,
.wk-login .btn-primary,
.wk-theme .btn-primary,
.lykins-login .btn-primary,
.lykins-theme .btn-primary {
    border-color: transparent;
    border: 1px solid transparent;
}

    .btn-primary:hover {
        color: #fff;
        border: 1px solid transparent;
    }

.btn-action button[type="button"].btn-primary:hover,
.btn-action button[type="submit"].btn-primary:hover {
    background: #0069d9;
    border-color: #0056b3;
    cursor: pointer;
    border: 0px;
    box-shadow: none;
}

.account-table .add-user-form .btn-action.row {
    justify-content: center !important;
}

.gen.btn.btn-info {
    border: 0px;
    border-color: transparent;
    padding: 8px 15px;
    margin: 0px 0px 0px 5px;
    height: 40px;
    font-size: 14px;
}

.gen.row.form-group {
    margin-bottom: 36px;
    position: relative;
}

button[type="button"],
button [type="submit"] {
    outline: none;
    font-size: 12px;
    letter-spacing: 1px;
    color: #fff;
    padding: .375rem .75rem !important;
    border-radius: 4px;
    border: 0px;
    display: inline-block;
    /*height: 48px;*/
}


/*input[type="text"]:autofill, input[type="email"]:autofill,
input[type="text"]:autofill:hover, input[type="email"]:autofill:hover,
input[type="text"]:autofill:focus, input[type="email"]:autofill:focus,
input[type="text"]:autofill:active, input[type="email"]:autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input[type="text"]:autofill, input[type="email"]:autofill {
    -webkit-text-fill-color: #444 !important;
}*/

.border {
    border: 1px solid #bebebe !important;
}

button:focus,
select:focus {
    box-shadow: none !important;
    border: none;
    outline: none;
}

section#main-content,
section#divmain {
    padding: 0px 5px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    float: left;
}

.title-margin-left {
    width: 100%;
    float: left;
}

.form-group {
    position: relative;
}

    .form-group i.dropdown-icon {
        right: 8px;
        top: 0;
        padding: 10px 2px 0px 0px;
        position: absolute;
        width: auto !important;
        font-size: 0.8em;
        color: #fff;
        z-index: 0;
    }

.select-account .form-group:after {
    font: normal normal normal 11px/0.3 FontAwesome;
    color: #fff;
    right: 11px;
    top: 3px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}


select [option="value"] {
    padding: 10px 0px;
}

.select-account .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}


    .select-account .form-group select.form-control::-ms-expand {
        display: none;
    }

.select-account .form-group select {
    display: block;
    width: 100%;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    -ms-word-break: normal;
    word-break: normal;
    font-size: 14px;
}

textarea {
    resize: none;
}

#main-content .form-control,
select.form-control,
.form-control:focus {
    border: 1px solid #e4e4e4;
    box-shadow: none !important;
}

#helpDeskFileUpload {
    height: auto;
    /*border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;*/
}

button.file-reset {
    float: right;
    height: 46px;
    padding: 0px 20px;
    margin: 0px;
    background: #cccccc;
    color: #444444;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-control {
    font-size: 14px;
    /*padding: 2px 5px;*/
}

select.form-control:not([size]):not([multiple]) {
    /*height: 34px;*/
}

.add-user-form input[type=email],
.add-user-form input[type=password],
.add-user-form input[type=text],
.add-user-form input[type=date],
.add-user-form input[type=number] {
    /*padding: 2px 12px;*/
    max-height: 40px;
    font-size: 13px;
}

.voyager-card input[type=email],
.voyager-card input[type=password],
.voyager-card input[type=text],
.voyager-card input[type=date],
.voyager-card input[type=number] {
    max-height: 36px !important;
    font-size: 13px;
}

.voyager-card select {
    max-height: 36px !important;
}

.password-policy {
    float: left;
    width: 100%;
    padding: 10px 20px !important;
    font-size: 14px;
    background: #fcfaea;
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 1px 1px;
    border-radius: 4px;
}

.voyager-card input[type=text].pin-txt,
.voyager-card input[type=number].pin-txt {
    margin-top: -6px !important;
    margin-left: 10px !important;
}

.password-policy ul {
    padding: 10px 0px;
    margin: 0px 20px;
}

    .password-policy ul li {
        padding: 0px;
        margin: 0px;
        list-style-type: square;
    }

.fe-login .tooltip-inner,
.qf-login .tooltip-inner,
.wk-login .tooltip-inner,
.lykins-login .tooltip-inner {
    opacity: 1;
    max-width: 220px;
    padding: 10px;
    color: #fff;
    background-color: #001628;
    border-radius: .25rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.fe-login .tooltip.show,
.qf-login .tooltip.show,
.wk-login .tooltip.show,
.lykins-login .tooltip.show {
    opacity: 1;
    font-size: 13px;
}

.user-form .form-control {
    background: transparent;
    border: 1px solid #cccccc;
    color: #444444;
    outline: none;
    /*height: 40px !important;*/
}

.add-user button[type="button"]:hover {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


/* external css */

.setDefault {
    background-color: yellowgreen
}

.defalutcss {
    background-color: white;
}

.delete {
    background-color: green;
}

.validationMessage {
    color: #ed1c24;
    /* text-align: right; */
    display: block;
    width: 100%;
    margin-left: 25%;
    font-size: 12px;
}

.ext-filed-help .validationMessage,
.ext-filed .validationMessage {
    color: #ed1c24;
    /* text-align: right; */
    display: block;
    width: 100%;
    margin-left: 25%;
}

.report-section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    height: calc(100vh - 150px);
    overflow: hidden;
}

.report-section2 {
    width: 100%;
    float: left;
    background: #fff;
    padding: 10px;
    border: 1px solid #bebebe;
    border-radius: 4px;
    height: calc(100vh - 250px);
    overflow: scroll;
}

.report-filter {
    width: 100%;
    position: relative !important;
    max-height: calc(100vh - 370px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #d8d8d8;
    border-width: 0px 0px 1px 0px;
}

.report-desc {
    width: 100%;
    float: left;
    height: 100px;
    overflow-y: scroll;
}

.accountvalidationMessage {
    color: #ed1c24;
    /* text-align: right; */
    display: block;
    width: 100%;
}

.supportcenter-link {
    float: right;
    padding: 5px 5px;
}

    .supportcenter-link a {
        text-decoration: none;
        color: #444;
    }

        .supportcenter-link a:hover {
            text-decoration: none;
            color: #0069d9;
            cursor: pointer;
        }

        .supportcenter-link a i.fa-link {
            padding: 5px 0px 0px 5px;
        }

h2.report-name {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    float: left;
    font-weight: 600;
}

.report-description {
    float: left;
    padding: 5px 5px;
}

    .report-description span.priority-tooltip {
        position: absolute;
        top: 25px;
        right: 0px;
        z-index: 100;
        width: 260px;
        margin-top: 2px;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
        border-radius: 4px;
        padding: 20px 15px;
        font-size: 13px;
        font-weight: 400;
        display: none;
        text-transform: none !important;
    }

    .report-description p {
        line-height: 24px;
        text-align: justify;
    }

.account-datalist {
    max-height: 207px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #bebebe;
    border-radius: 4px;
}


.reportdynamic-search-scroll .account-datalist {
    max-height: none !important;
    overflow-x: hidden;
    overflow-y: visible;
    border: 1px solid #bebebe;
    border-radius: 4px;
}

.account-datalist li.list-group-item {
    padding: 8px 12px;
}

    .account-datalist li.list-group-item .custom-control {
        padding: 0px;
        margin: 0px;
    }

    .account-datalist li.list-group-item input[type=radio],
    .account-datalist li.list-group-item input[type=checkbox] {
        box-sizing: border-box;
        margin-top: 5px;
        padding: 0;
        float: left;
        width: 7%;
    }

    .account-datalist li.list-group-item label.control-label {
        padding: 0px 5px;
        margin: 0px;
        width: 92%;
        float: left;
    }

.account-datalist li.list-group-item {
    margin: 0px;
}

    .account-datalist li.list-group-item:nth-of-type(odd) {
        background: #f6f7fa;
        border: 1px solid #d8d8d8;
        border-width: 1px 0px 0px 0px;
    }

    .account-datalist li.list-group-item:nth-of-type(even) {
        background: #fff;
        border: 1px solid #d8d8d8;
        border-width: 1px 0px 0px 0px;
    }

.account-datalist .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #5a6268;
    border: 0px;
    outline: 0px;
}

.custom-control-input:focus {
    border: 0px;
    outline: none;
}

.account-datalist .custom-control-label::before {
    background-color: #bebebe;
    border: 1px solid #bebebe;
}

.account-datalist .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url(../images/checked.svg);
}

.add-username-icon .validationMessage {
    color: #ed1c24;
    /* text-align: right; */
    display: block;
    width: 100%;
    margin-left: 0%;
    line-height: 18px;
    padding-top: 5px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

#messageDiv .show {
    display: block !important;
    width: 99.5% !important;
    float: left;
    padding: 5px 10px !important;
    margin: 0px 7.5px !important;
}


/*.add-user-form .row {
    padding: 5px 0px;
}*/

.phone-filed {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 66.3% !important;
    min-width: 1px !important;
    margin-bottom: 15px;
}

.ext-filed {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 43% !important;
    display: block;
}

.ext-filed-help {
    float: left;
    padding: 0px;
    margin: 0px;
    width: calc(100% - 66.3% - 20px) !important;
    min-width: 1px !important;
}

.phone-filed .validationMessage {
    margin-left: 41%;
}

.content-wrap h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.asterisk {
    color: #444;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    float: left;
    text-transform: none;
    width: fit-content;
    margin-bottom: 10px;
}

i.fas.fa-asterisk {
    font-size: 7px;
    color: #ed1c24 !important;
    padding: 0px 2px;
}

i.asterisk-mark {
    font-size: 18px;
    color: #ed1c24 !important;
    padding: 0px 2px;
    font-style: normal;
    line-height: 20px;
}

.content-wrap strong {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 15px 15px 0px 15px;
    margin: 0px;
}

.main {
    border: 1px solid #fff;
    border-width: 1px 0px 0px 0px;
    /* padding-top: 62px; */
}

.dib {
    display: inline-block;
}

.header-icon {
    font-size: 18px;
    padding: 10px 15px;
    color: #444444;
    position: relative;
    transition: all 0.4s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    float: left;
}

.user-avatar {
    font-size: 15px;
    font-weight: 600;
}

    .user-avatar:hover {
        color: #0078b9;
    }

    .user-avatar i.fas {
        padding: 4px 5px;
    }

.header {
    background: #ffffff;
    z-index: 990;
    margin-left: 250px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: margin-left 300ms ease-in-out 0s;
    /* border: 1px solid #bebebe; */
    border-width: 0px 0px 1px 0px;
    height: 62px;
}

.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo span {
    color: rgba(160, 180, 200, 0.85);
    font-size: 20px;
    font-weight: 700;
    display: none;
}

.sidebar-hide .logo {
    width: 60px;
}

    .sidebar-hide .logo span {
        display: block;
    }

    .sidebar-hide .logo a img.large-logo {
        display: none;
    }

.select-account {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 100%;
    padding: 10px 10px;
}

    .select-account .form-group select.form-control {
        width: 100%;
        padding: 4px 30px 4px 10px;
        height: 40px;
        border-radius: 3px;
        background: transparent;
        backface-visibility: hidden;
        color: #fff;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.form-group select option:hover {
    backface-visibility: hidden;
    background: #ebebeb;
    color: #444;
}

.form-group select
/*.select-wrapper {
	position: relative;
}
	.select-wrapper:after {
		content: "\f078";
		font-family: "Font Awesome 5 Free";
		position: absolute;
		top: 13px;
		right: 10px;
		z-index: 5;
	}*/
.select-account .form-group select.form-control option span {
    display: block;
    background: #ed1c24;
    padding: 10px 0px;
    color: #000;
    line-height: 10px;
}

.select-account address {
    margin: 0px;
    padding: 0px;
}

.select-account li {
    font-size: 12px;
    display: flex;
}

.select-account strong {
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    padding: 0px 5px 0px 0px;
    margin-bottom: .5rem;
}

.select-account .cust-since {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    padding: 0px 5px 0px 0px;
}

    .select-account .cust-since i {
        font-size: 10px;
        margin-right: 4px;
        margin-top: -3px;
        width: auto
    }

.select-account label {
    word-break: break-word;
    /*width: 165px;*/
    font-size: 12px;
    text-transform: lowercase;
}

.select-account textlabel {
    word-break: break-word;
    /*width: 165px;*/
    font-size: 12px;
}

.user-form .control-label {
    padding: 13px 15px 0px 5px;
    display: flex;
    flex-direction: column;
}

#accountInfo .form-group {
    margin-bottom: 7px
}

.drop-down {
    background: #ffffff;
    color: #444444;
    visibility: hidden;
    opacity: 0;
    width: 320px;
    position: absolute;
    right: 0;
    top: 53px;
    transform: translateY(50px);
    transition: all 0.4s ease-in-out;
    border-top: 0;
    border: 1px solid #e7e7e7;
    z-index: 999;
}

.dropdown-content-heading {
    padding: 10px 15px;
}

    .dropdown-content-heading span {
        font-size: 13px;
        color: #373757;
    }

.dropdown-profile {
    width: 200px;
}

.header-icon.active .drop-down {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-icon.active .drop-down {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.dropdown-content-heading span {
    font-size: 13px;
    color: #373757;
}

.header-icon i,
.header-icon img,
.header-icon span {
    cursor: pointer;
}

.dropdown-profile .trial-day {
    font-size: 11px;
    padding-top: 2px;
    color: #5873fe;
}

.dropdown-content-body li {
    padding: 15px;
    border-top: 1px solid #eef5f9;
}

.dropdown-profile li {
    padding: 7px 15px;
}

    .dropdown-profile li a {
        display: block;
        color: #444444;
    }

        .dropdown-profile li a:hover {
            display: block;
            color: #0078b9;
        }

        .dropdown-profile li a i {
            margin-right: 5px;
            font-size: 14px;
        }

        .dropdown-profile li a span {
            font-size: 14px;
        }

span.badge {
    color: #ffffff;
    font-size: 14px;
}

.badge-primary {
    background: #003da7;
    color: #ffffff;
}

.badge {
    padding: 5px 10px;
    font-weight: 400;
    border-radius: 4px;
}

.pace-inactive {
    display: none;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .pace .pace-progress {
        background: #28a745;
        position: fixed;
        z-index: 2000;
        top: 0;
        right: 100%;
        width: 100%;
        height: 2px;
    }

    .pace .pace-activity {
        display: block;
        position: fixed;
        z-index: 2000;
        top: 5px;
        right: 5px;
        width: 14px;
        height: 14px;
        border: solid 2px transparent;
        border-top-color: #28a745;
        border-left-color: #28a745;
        border-radius: 10px;
        -webkit-animation: pace-spinner 400ms linear infinite;
        -moz-animation: pace-spinner 400ms linear infinite;
        -ms-animation: pace-spinner 400ms linear infinite;
        -o-animation: pace-spinner 400ms linear infinite;
        animation: pace-spinner 400ms linear infinite;
    }

    .pace .pace-progress-inner {
        display: block;
        position: absolute;
        right: 0px;
        width: 100px;
        height: 100%;
        box-shadow: 0 0 10px #29d, 0 0 5px #29d;
        opacity: 1.0;
        -webkit-transform: rotate(3deg) translate(0px, -4px);
        -moz-transform: rotate(3deg) translate(0px, -4px);
        -ms-transform: rotate(3deg) translate(0px, -4px);
        -o-transform: rotate(3deg) translate(0px, -4px);
        transform: rotate(3deg) translate(0px, -4px);
    }

.main .p-l-0 {
    padding: 0px;
}

.main .search-header h1 {
    font-size: 20px;
    padding: 14px 0;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #242424;
}

    .main .search-header h1 span {
        font-size: 14px;
    }

.main .search-header {
    /* padding: 0px 0px 0px 0px; */
    /* border-bottom: 0; */
    /*display: flex;*/
}

.main .breadcrumb-header {
    min-height: 50px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    border-bottom: 1px solid #fff;
    display: flex;
}

    .main .breadcrumb-header .page-title {
        padding-left: 15px;
        background: #fff;
        width: 100%;
        display: flex;
        border-bottom: 1px solid #ddd;
        height: 49px;
    }

    .main .breadcrumb-header .breadcrumb {
        margin: 0;
        padding: 10px 15px;
        background: transparent;
        float: left;
    }

        .main .breadcrumb-header .breadcrumb li a {
            font-size: 14px;
            display: block;
            color: #0078b9;
        }

        .main .breadcrumb-header .breadcrumb li.active {
            font-weight: normal;
            font-size: 14px;
        }

.breadcrumb-item .fa-home {
    padding-right: 10px;
}

.search-header .form-group {
    margin: 0px;
    float: left;
}

.date-from-to {
    float: left;
    padding: 10px 12px 5px 12px;
    line-height: 16px;
    font-size: 14px;
}

.search-header .form-control,
input[type="number"],
.search-icon input[type="text"],
.search-icon input[type="date"] {
    width: 100%;
    height: 34px !important;
    margin: 0px;
    border: 1px solid #bebebe;
}

.search-header [class*="col-"] {
    /* margin: 0px 10px 0px 0px; */
    /* padding: 0px; */
}

.search-icon {
    position: relative;
    float: left;
    margin-left: 10px;
}

    .search-icon i.fa-search,
    .search-icon i.fa-calendar-alt {
        font-size: 1.3em;
        color: #6a6a6a;
        position: absolute;
        top: 10px;
        left: 16px;
    }

    .search-icon input[type="text"],
    .search-icon input[type="date"] {
        padding: 6px 12px 5px 45px;
        line-height: 16px;
        font-size: 14px;
        vertical-align: top;
    }

.search-header .btn {
    width: 100px;
    height: 34px;
    text-align: center;
    justify-content: center;
    margin: 0px 5px 0px 0px;
    padding: 0px;
    font-size: 13.5px;
}

.invoice-header .btn {
    min-width: 48% !important;
    height: 40px;
    margin: 0px 2px 0px 0px;
    padding: 0px;
    font-size: 13.5px;
}

.btn-info .fa-file-excel {
    padding: 0px 5px 0px 0px;
}


/*card view*/

.dash-board .card {
    background: #ffffff;
    margin: 7.5px 0;
    padding: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}


/*data grid*/

.messages-list {
    width: 100%;
    height: calc(100vh - 280px);
    overflow: auto;
    /*border: 1px solid #d8d8d8;*/
}

.location-row .tabledata-scroll {
    width: 100%;
    max-height: calc(100vh - 400px);
    flex-direction: column;
    overflow-y: scroll;
    border: 1px solid #d8d8d8;
    border-width: 0px 0px 1px 0px;
    background: #d8d8d8;
}

.account-table.location-row .row [class*="cell"]:last-child {
    text-align: left !important;
}

.account-table {
    border-radius: 2px;
    width: 100%;
}

    .account-table strong {
        font-size: 13px;
        text-transform: capitalize;
        font-weight: 600;
        padding: 0px;
        margin: 0px;
    }

    .account-table .row.rowhead span.one {
        padding-left: 2px;
    }

    .account-table .row.rowhead span {
        /*float: left;*/
        padding-right: 5px;
    }

.active-status {
    color: #444;
}

.norecord-found {
    width: 100%;
    padding: 10px 15px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #9da2ab;
    border: 1px solid #d8d8d8;
    text-transform: uppercase;
}

.account-table .row.rowhead .fa-chevron-right,
.account-table .row.rowhead .fa-chevron-down,
.account-table .row.rowhead .fa-chevron-up {
    font-size: 12px;
    width: 12px;
    height: 12px;
    padding: 4px 20px 0px 2px;
}

account-table .row.rowhead .fa-sort-up,
.account-table .row.rowhead .fa-sort-down {
    font-size: 14px;
}

.account-table .row.rowhead .sorting-item {
    cursor: pointer;
    float: left;
}


/*.account-table.card-list .row.rowhead .sorting-item, .account-table.card-list .row.rowhead span {
    float: none;
}*/

.account-table.tag-list .row [class*="cell"]:last-child {
    text-align: left !important;
}

.account-table .row:nth-of-type(odd) {
    background: #f6f7fa;
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 0px 1px;
}

.account-table .row:nth-of-type(even) {
    background: #fff;
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 0px 1px;
}

.account-table .row:last-child {
    border-width: 1px 1px 1px 1px;
}

.account-table .rowhead {
    text-transform: uppercase;
    position: relative;
    background: transparent !important;
    font-size: 13px;
    font-weight: 600;
    color: #444444;
    border: 1px solid #d8d8d8;
    border-width: 0px 0px 1px 0px !important;
}

.account-table .row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.account-table .add-user-form .row {
    justify-content: left !important;
    justify-content: flex-start !important;
}

.account-table .row.form-group {
    margin-bottom: 1rem;
}

.account-table .row .col {
    position: relative;
}

.account-table .row [class*="cell"] {
    flex-direction: column;
    padding: 12px 10px;
    position: relative;
    /*word-break: break-all;	 
		white-space: nowrap;
		text-overflow: ellipsis;*/
    overflow: hidden;
    color: #444444;
    text-decoration: none;
    /*min-height: 50px;*/
    word-break: break-word;
}

    .account-table .row [class*="cell"]:last-child,
    .account-table.rfid-list .row .cell:nth-of-type(6) {
        text-align: center;
    }

.account-table .row.rowhead [class*="cell"] {
    padding: 8px 5px !important;
    background: transparent;
    font-size: 13px;
    text-decoration: none;
    min-height: 40px;
}

.account-table .row div.cell span.status-info,
span.status-info {
    float: left;
    /*padding-right: 5px;*/
    width: 65px;
}

.account-table .row .cell:nth-of-type(1) {
    width: 13%;
}

.account-table .row .cell:nth-of-type(2) {
    width: 13%;
}

.account-table .row .cell:nth-of-type(3) {
    width: 20%;
}

.account-table .row .cell:nth-of-type(4) {
    width: 14%;
}

.account-table .row .cell:nth-of-type(5) {
    width: 13%;
}

.account-table .row .cell:nth-of-type(6) {
    width: 10%;
}

.account-table .row .cell:nth-of-type(7) {
    width: 10%;
}

.account-table.delete-row .row .cell:nth-of-type(7) {
    width: 10%;
}

.account-table.delete-row .row.rowhead span.check-row {
    /*width: 2%;*/
    padding: 7px 10px 0px 12px;
}

.account-table.delete-row .row span.check-row {
    padding: 2px 10px 0px 5px;
    float: left;
}

.schedulereporttable .row .cell:nth-of-type(1) {
    width: 20%;
}

.schedulereporttable .row .cell:nth-of-type(2) {
    width: 20%;
}

.schedulereporttable .row .cell:nth-of-type(3) {
    width: 20%;
}

.schedulereporttable .row .cell:nth-of-type(4) {
    width: 16%;
}

.schedulereporttable .row .cell:nth-of-type(5) {
    width: 16%;
}

.schedulereporttable .row .cell:nth-of-type(6) {
    width: 8%;
}


/*.account-table.delete-row .row span {
	float: left;
}*/

.account-table .row .cell:nth-of-type(8) {
    width: 7%;
    text-align: center;
}

.account-table.card-list .row .cell:nth-of-type(1) {
    width: 12%;
}

.account-table.card-list .row .cell:nth-of-type(3) {
    width: 12%;
}

.account-table.card-list .row .cell:nth-of-type(4) {
    width: 18%;
}

.account-table .row div.cell:last-child i,
.account-table .row div.cell:last-child i.fa-eye,
.account-table .row div.cell:last-child i.fa-edit,
.account-table .row div.cell:last-child i.fa-trash-alt,
.account-table .row div.cell .fas.fa-edit {
    cursor: pointer;
}

    .account-table .row div.cell:last-child i.fa-eye:hover,
    .account-table .row div.cell:last-child i.fa-edit:hover,
    .account-table .row div.cell .fas.fa-edit:hover {
        cursor: pointer;
        color: #0078b9;
    }

.account-table .row .cell i.fa-trash-alt:hover {
    color: #ed1c24;
}

.account-table.invoice-row .row .cell {
    width: 11%;
    text-align: left !important;
}

    .account-table.invoice-row .row .cell:nth-of-type(1) {
        min-width: 12%;
    }

    .account-table.invoice-row .row .cell:nth-of-type(6),
    .account-table.invoice-row .row .cell:nth-of-type(7) {
        min-width: 8%;
    }

    .account-table.invoice-row .row .cell:nth-of-type(8) {
        min-width: 14%;
    }

.account-table.invoice-row .row [class*="cell"]:last-child {
    width: 5%;
    text-align: center !important;
}

.account-table.location-row .cell .data-item,
.account-table.contact-row .cell .data-item {
    width: 100%;
    float: left;
    line-height: 25px;
}

    .account-table.contact-row .cell .data-item .label-text {
        font-size: 1em;
        text-transform: capitalize;
        font-weight: 400;
        padding: 0px 5px 0px 5px;
        margin: 0px;
        width: 98px;
    }

    .account-table.location-row .cell .data-item .label-text {
        font-size: 1em;
        text-transform: capitalize;
        font-weight: 400;
        padding: 0px 5px 0px 5px;
        margin: 0px;
        width: 65px;
    }

.account-table.location-row .cell:nth-of-type(1) {
    width: 15%;
}

.account-table.location-row .cell:nth-of-type(2) {
    width: 30%;
}

.account-table.location-row .cell:nth-of-type(3) {
    width: 25%;
}

.account-table.location-row .cell:nth-of-type(4) {
    width: 20%;
}

.account-table.location-row .cell:nth-of-type(5) {
    width: 10%;
    text-align: left !important;
}

/*untied-row*/

.account-table.untied-row .cell:nth-of-type(1) {
    width: 10.5%;
}

.account-table.untied-row .cell:nth-of-type(2) {
    width: 13.5%;
}

.account-table.untied-row .cell:nth-of-type(3) {
    width: 14%;
}

.account-table.untied-row .cell:nth-of-type(4) {
    width: 8%;
}

.account-table.untied-row .cell:nth-of-type(5) {
    width: 15%;
}

.account-table.untied-row .cell:nth-of-type(6) {
    width: 16%;
}

.account-table.untied-row .cell:nth-of-type(7) {
    width: 17%;
}

.account-table.untied-row .cell:nth-of-type(8) {
    width: 4%;
}

/*untied driver*/

.account-table.untied-driver .cell:nth-of-type(1) {
    width: 12%;
}

.account-table.untied-driver .cell:nth-of-type(2) {
    width: 16%;
}

.account-table.untied-driver .cell:nth-of-type(3) {
    width: 8%;
}

.account-table.untied-driver .cell:nth-of-type(4) {
    width: 18%;
}

.account-table.untied-driver .cell:nth-of-type(5) {
    width: 18%;
}

.account-table.untied-driver .cell:nth-of-type(6) {
    width: 20%;
}

.account-table.untied-driver .cell:nth-of-type(7) {
    width: 6%;
}


/*contact*/
.account-table.contact-row .cell:nth-of-type(1) {
    width: 12%;
}

.account-table.contact-row .cell:nth-of-type(2) {
    width: 14%;
}

.account-table.contact-row .cell:nth-of-type(3) {
    width: 12%;
}

.account-table.contact-row .cell:nth-of-type(4) {
    width: 20%;
}

.account-table.contact-row .cell:nth-of-type(5) {
    width: 10%;
}

.account-table.contact-row .cell:nth-of-type(6) {
    width: 16%;
    text-align: left !important;
}

.account-table.contact-row .cell:nth-of-type(7) {
    width: 10%;
    text-align: center;
}

.account-table.contact-row .cell:nth-of-type(8) {
    width: 5%;
    text-align: center;
}

.account-table.contact-row .cell .data-item strong {
    width: 90px;
    display: block;
    float: left;
}


/* .account-table.contact-row .row [class*="cell"], .account-table.location-row .row [class*="cell"]{
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    padding: 5px 12px;
} */


/*form*/

.form-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4px;
}


/* legend */

fieldset.scheduler-border {
    border: 1px solid #bebebe !important;
    padding: 0px 15px 15px 15px !important;
    border-radius: 4px;
    width: 100%;
}

legend.scheduler-border {
    border: none;
    width: auto;
    font-size: 1.1em !important;
    text-align: left !important;
    padding: 0px 0px;
}

.control-group .search-icon {
    width: 100%;
    margin: 0px;
}

    .control-group .search-icon input[type="text"] {
        width: 96%;
    }

    .control-group .search-icon .fa-times-circle {
        position: absolute;
        right: 40px;
        top: 14px;
        font-size: 1em;
        color: #BBBDBF;
        cursor: pointer;
    }

.account-heading {
    width: 100%;
    float: left;
    color: #444444;
    font-size: 14px;
}

    .account-heading ul {
        padding: 0px;
        margin: 0px;
    }

        .account-heading ul li {
            padding: 10px 0px 10px 0px;
            margin: 0px;
            display: inline-block;
            font-weight: 600;
        }

.serach-accounts {
    width: 100%;
    /* height: 180px; */
    margin: 2px 0px 0px 0px;
    border-radius: 4px;
    overflow: hidden;
}

.menu-active {
    -webkit-border-top-left-radius: 38px;
    -webkit-border-bottom-left-radius: 38px;
    -moz-border-radius-topleft: 38px;
    -moz-border-radius-bottomright: 38px;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
}

.submenu {
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-autocomplete .ui-widget.ui-widget-content {
    padding-left: 0px;
}

.ui-autocomplete .ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: none !important;
}

.ui-autocomplete .ui-menu-item {
    list-style-type: decimal;
    list-style-position: outside;
    padding: 10px 15px 10px 15px;
    border: 1px solid #ebebeb !important;
    border-width: 0px 0px 1px 0px;
    font-size: 14px;
    position: relative;
}

.ui-autocomplete .ui-menu .ui-menu-item-wrapper {
    background: #f9f9f9 !important;
    border: 0px;
    color: #444444;
}

    .ui-autocomplete .ui-menu .ui-menu-item-wrapper:hover,
    .ui-menu-item:hover {
        background: #f9f9f9 !important;
        color: #444444;
        cursor: pointer;
    }

.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-autocomplete a.ui-button:active,
.ui-autocomplete .ui-button:active,
.ui-autocomplete .ui-button.ui-state-active:hover {
    border: 0px solid #003eff !important;
    background: none;
    font-weight: normal;
    color: #444444;
}

    .ui-autocomplete .ui-icon-background,
    .ui-autocomplete .ui-state-active .ui-icon-background {
        border: #003eff !important;
        background-color: transparent !important;
    }

.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-autocomplete a.ui-button:active,
.ui-autocomplete .ui-button:active,
.ui-autocomplete .ui-button.ui-state-active:hover {
    border: 0px !important;
    background: none !important;
    font-weight: normal;
    color: #444444 !important;
}

.accounts-list ul {
    padding-left: 0px;
}

    .accounts-list ul li {
        list-style-type: decimal;
        list-style-position: outside;
        padding: 10px 15px 10px 15px;
        border: 1px solid #ebebeb !important;
        border-width: 0px 0px 1px 0px;
        font-size: 14px;
        position: relative;
        background: #fff !important;
    }

        .accounts-list ul li:hover {
            background: #f9f9f9;
            cursor: pointer;
        }

.account-result span.account-list {
    padding: 0px 0px 0px 10px;
    display: inline-block;
}

.selected-account {
    color: #00a651;
    /*background: #f9f9f9;*/
    cursor: pointer;
}

    .account-result span.default-account,
    .selected-account span.default-account {
        padding: 0px 50px;
        display: inline-block;
        cursor: pointer;
        position: absolute;
        right: 35px;
        top: 8px;
        font-style: italic;
    }

    .account-result i.remove-default,
    .selected-account i.remove-default {
        color: #ed1c24;
        float: right;
        margin: 5px 0px;
        display: none;
        cursor: pointer;
    }

    .account-result:hover i.remove-default,
    .selected-account:hover i.remove-default {
        display: block;
    }

.account-result button[type="button"] {
    background: transparent;
    border: 1px solid #19af62;
    color: #19af62;
    border-radius: 40px;
    height: 28px;
    margin: 0px 10px;
    font-size: 13px;
    text-transform: capitalize;
    padding: 0px 15px;
    font-weight: 400;
    position: absolute;
    right: 40px;
    top: 0px;
    bottom: 0px;
    margin: auto
}

    .account-result button[type="button"]:hover {
        background: #19af62;
        color: #fff;
    }

.accounts-list .accounts-scroll {
    width: 100%;
    /* height: 130px; */
    max-height: 300px;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #bebebe;
    background: #fff;
    font-size: 14px;
}

.editform-view {
    width: 100%;
    float: left;
}

.edit-userform .accounts-list .accounts-scroll {
    width: 100%;
    /* height: 130px; */
    max-height: 133px;
    overflow-x: auto;
    border-radius: 4px;
    border: 1px solid #bebebe;
    font-size: 14px;
}

.account-result button.create-default {
    display: none;
}

.account-result:hover button.create-default {
    display: block;
}

.btn-action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center !important;
}

    .btn-action .btn {
        max-width: 140px;
        /*height: 44px;*/
        display: -webkit-flex;
        display: flex;
        text-align: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin: 10px 10px;
        padding: 12px 20px;
        font-size: 14px;
        border: 0px;
    }


/*--------------pagination ------------------*/

#main-content ul.pagination li {
    float: left;
    display: inline-flex;
}

    #main-content ul.pagination li a {
        position: relative;
        display: inline-flex;
        min-width: 28px;
        padding: 6px 10px;
        border-radius: 4px;
        margin: 0px 1px;
        line-height: 15px;
        color: #444444;
        font-size: 14px;
        background-color: #fff;
        border: 0px;
        text-transform: uppercase;
        float: left;
        cursor: pointer;
    }

    #main-content ul.pagination li i.fas {
        float: left;
        cursor: pointer;
        color: #444444;
        padding: 0px 0px;
    }

    #main-content ul.pagination li a.active {
        z-index: 1;
        color: #fff !important;
        background-color: #003da7;
        border-color: #003da7;
    }

    #main-content ul.pagination li a:focus {
        z-index: 2;
        outline: 0;
        box-shadow: none;
    }

#main-content ul.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin: 1.5rem 50px;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

    ul.pagination li.disabled li a,
    #main-content ul.pagination li a {
        background: transparent;
    }

.page-item.disabled .page-link,
#main-content .page-link {
    background: transparent;
}

.page-item.disabled,
.page-item a.disabled,
.page-item a.disabled i.fas {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.pagination-info {
    width: 100%;
    float: left;
    background: #ebebeb;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    color: #444444;
}

    .pagination-info .delete-selected,
    .pagination-info .selected-row,
    .pagination-info .show-row {
        padding: 5px 0px;
        margin: 0px;
        align-items: center;
    }

    .pagination-info .delete-selected {
        float: left;
        justify-content: left;
        margin: auto;
        text-align: left;
    }

    .pagination-info .selected-row {
        float: left;
        justify-content: center;
        margin: auto;
        text-align: center;
    }

    .pagination-info .show-row {
        float: right;
        justify-content: center;
        margin: auto;
        text-align: right !important;
    }

.pagination-detail ul li {
    padding: 0px 4px 0px 4px;
    display: inline-block;
}

    .pagination-detail ul li a {
        padding: 8px 5px;
        border-radius: 4px;
    }

        .pagination-detail ul li a:hover {
            background: #e1e1e1;
        }

.pagination-info .delete-selected li a,
.pagination-info .delete-selected li a:hover {
    background: transparent;
    color: #ed1c24;
    cursor: pointer;
}

.page-number {
    padding: 0px 0px 0px 15px;
}

.pagination-detail ul li a.delete-selected {
    color: #ed1c24;
    float: left;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
}

    .pagination-detail ul li a.delete-selected:hover {
        color: #ed1c24;
    }

.confirm-delete {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    float: left;
}

    .confirm-delete i.fa-check-circle,
    .confirm-delete i.fa-times-circle {
        float: left;
        padding: 2px;
        font-size: 1.1em;
    }

    .confirm-delete i.fa-times-circle {
        color: #ed1c24;
    }

    .confirm-delete i.fa-check-circle {
        color: #19af62;
    }


/* .pagination-info .page-list
{

} */


/*toggle*/

.switch input {
    display: none;
}

.switch {
    display: inline-block;
    width: 28px;
    height: 16px;
    margin-top: 5px;
    transform: translateY(0%);
    position: relative;
    float: left;
}

.slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    box-shadow: 0 0 0 1px #777, 0 0 1px #777;
    cursor: pointer;
    border: 2px solid transparent;
    overflow: hidden;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        width: 60%;
        height: 100%;
        background: #777;
        border-radius: 20px;
        transform: translateX(-1px);
        transition: .4s;
    }

input:checked + .slider:before {
    transform: translateX(10px);
    border-radius: 30px;
    background: #0078b9;
    width: 60%;
}

input:checked + .slider {
    box-shadow: 0 0 0 1px #0078b9, 0 0 1px #0078b9;
    width: 100%;
}


/*dash-board*/

.dash-board {
    padding: 0px;
}

.news-bg,
.broadcast-msg-bg,
.account-status-bg,
.invoice-bg,
.suggestive-ordering-bg,
.sales-suggestions-bg,
.help-desk-bg {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #d8d8d8;
    border-width: 3px 0px 1px 0px !important;
    color: #444444;
}

.dash-board a.news-title,
.dash-board a.boardcast-title {
    cursor: pointer;
    color: #444444;
    text-decoration: none;
    font-weight: 600;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

    .dash-board a.boardcast-title:hover {
        cursor: default !important;
        color: #444444;
    }

.description-txt {
    padding: 0px 10px;
}

    .description-txt .read-more {
        padding: 0px 10px;
        color: #0056b3;
    }

.dash-board div.description-txt {
    word-wrap: break-word;
    text-align: justify;
    padding: 0px !important;
    margin: 0px !important;
    float: left;
}

div.description-txt .cliff-notes {
    float: left;
    padding: 0px 15px 0px 0px;
}

.dash-board span.urgent-data {
    color: #ed1c24 !important;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
}

.dash-board span.normal-data {
    color: #999;
    float: left;
    padding: 0px !important;
    margin: 0px !important;
}

    .dash-board span.normal-data i.far {
        color: #999;
        padding: 0px 8px 0px 0px;
    }

.dash-board span.urgent-data i.fas {
    color: #c17600;
    padding: 0px 8px 0px 0px;
}

.dash-board span.urgent-data .fa-circle,
.dash-board span.normal-data .fa-circle {
    font-size: 7px;
    float: left;
    padding: 5px 8px 0px 0px;
    text-align: right;
}

.dash-board a.read-more {
    cursor: pointer;
    text-decoration: none;
    float: left;
    color: #444444;
}

    .dash-board a.read-more:hover {
        color: #0056b3;
    }

.dashboard-bg {
    background: #ecf0f5;
}

.news-bg {
    /* background: #1e6eb5; */
    border-top-color: #3c8dbc;
    color: #3c8dbc;
}

.broadcast-msg-bg {
    /* background: #2583c5; */
    border-top-color: #f39c12;
    color: #f39c12;
}

.account-status-bg {
    /* background: #1e9bd7; */
    border-top-color: #45a149;
    color: #45a149;
}

.invoice-bg {
    /* background: #0da9dd; */
    border-top-color: #dd4b39;
    color: #dd4b39;
}

.suggestive-ordering-bg {
    /* background:#17a7bf; */
    border-top-color: #1abc9c;
    color: #1abc9c;
}

.sales-suggestions-bg {
    /* background: #148fb7; */
    border-top-color: #236fbb;
    color: #236fbb;
}

.help-desk-bg {
    /* background: #128eb6; */
    border-top-color: #30a5ff;
    color: #30a5ff;
}

.dash-board a {
    color: #444444;
}

    .dash-board a:hover {
        color: #0056b3;
    }

.dash-board {
    display: flex;
    flex-direction: row;
    position: relative;
}

    .dash-board .row {
        padding: 0px;
        margin: 0px;
        display: flex;
    }

    .dash-board .account-table .rowhead {
        text-transform: uppercase;
        position: relative;
        background: transparent !important;
        border: 1px solid #d8d8d8 !important;
        border-width: 1px 0px 1px 0px !important;
        font-size: 13px;
        font-weight: 600;
        color: #444444;
    }

    .dash-board .account-table .row:nth-of-type(odd) {
        background: #f6f7fa;
        border: 1px solid #d8d8d8;
        border-width: 1px 0px 0px 0px;
    }

    .dash-board .account-table .row:nth-of-type(even) {
        background: #fff;
        border: 1px solid #d8d8d8;
        border-width: 1px 0px 0px 0px;
    }

    .dash-board .row [class*="col-"] {
        position: relative;
    }
    /*.dash-board .row [class*="col-"] {
        justify-content: space-between;
        padding: 10px 10px;
        position: relative;
        overflow: hidden;
        color: #444444;
        text-decoration: none;
        word-break: break-word;
    }*/

    .dash-board .card {
        background: #ffffff;
        margin: 7.5px 0;
        padding: 0px;
        border-radius: 3px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        border: 1px solid #d8d8d8;
        border-width: 1px 1px 1px 1px;
        min-height: 293px;
    }

    .dash-board .card-title {
        margin: 0px;
        padding: 10px 10px 5px 10px;
        /* border: 1px solid #d8d8d8;
	border-width: 1px 1px 1px 1px; */
    }

.news-table ul.media-list li {
    min-height: 61px;
    padding: 10px 15px;
}

.accounts-detail .row {
    /*min-height: 62px;*/
    padding: 5px 0px;
}

.dash-board .card-title h4 i.fas {
    padding: 0px 6px 0px 0px;
}

.dash-board .ac-info {
    color: #0078b9 !important;
}

.dash-board .ac-price {
    color: #43a047 !important;
}

.ac-price {
    background: #78b900;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 7px;
}

    .ac-price .high {
        font-size: 12px;
        padding-left: 3px
    }

.dash-board .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
}

.dash-board .h4,
.dash-board h4 {
    font-size: 1rem;
    float: left;
    font-weight: 600;
}

.dash-board a.view-all {
    font-size: 0.8rem;
    float: right;
    color: #444444;
}

    .dash-board a.view-all:hover {
        color: #0056b3;
    }

.dash-board .media-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
}

.dash-board .media.card-body,
.dash-board .media:first-child {
    margin-top: 0;
}

.dash-board .font-size-sm {
    font-size: .75rem;
}

.dash-board .media-list li.media {
    padding: 10px 15px;
    border: 1px solid #d8d8d8;
    border-width: 1px 0px 0px 0px;
    cursor: pointer;
    position: relative;
}

.dash-board li.media:last-child {
    border-width: 1px 0px 2px 0px;
}

.dash-board a.title-link {
    float: left;
    color: #444444;
    font-size: 14px;
}

    .dash-board a.title-link:hover {
        color: #444444;
        cursor: default;
    }

.dash-board .media-list li.media:hover {
    /* .dash-board .account-table .row:hover  */
    background: #ebebeb;
}

.dash-board span.news-date {
    color: #868e96 !important;
    font-size: 13px;
    float: right;
    padding: 0px !important;
    margin: 0px !important;
    text-align: right;
}

.help-desk .ticket-id {
    color: #0078b9;
    font-size: 13px;
    font-weight: 600;
}

.help-desk .normal {
    color: #444444;
    font-size: 13px;
    padding: 0px 10px 0px 0px;
}

    .help-desk .normal i {
        color: #999999;
        font-size: 8px;
        padding: 0px 10px 0px 0px;
    }

.high {
    font-size: 13px;
}

.help-desk .high {
    color: #0078b9;
    font-size: 14px;
    padding: 0px 10px 0px 0px;
}

    .help-desk .high i {
        color: #0078b9;
        font-size: 8px;
        padding: 0px 10px 0px 0px;
    }

.help-desk .emergency {
    color: #d4282d;
    font-size: 14px;
    padding: 0px 10px 0px 0px;
}

    .help-desk .emergency i {
        font-size: 8px;
        padding: 0px 10px 0px 0px;
    }

.help-desk p {
    padding: 0px;
    margin: 0px;
    text-align: justify;
}

.ticket-detail-item .label-text {
    font-weight: 600;
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}


/*edit-user*/

.user-detail,
.add-user,
.news-detail {
    width: 100%;
    float: left;
    /* border: 1px solid #d8d8d8;
    border-width: 1px 0px 1px 0px !important; 
     background: #fff;*/
    padding: 0px 0px;
    position: relative;
}

.user-detail {
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 1px 1px !important;
    background: #fff;
}

.add-user {
    border-radius: 6px;
    /* border-width: 1px 1px 1px 1px !important; */
    padding: 0px 10px;
}

.user-detail .row {
    background: #fff !important;
    border: 0px solid #d8d8d8;
    border-width: 0px 0px 0px 0px !important;
}

.edit-userform,
.add-userform,
.view-userform {
    display: flex;
    flex-direction: column;
    padding: 25px 20px 10px 20px;
}

.user-detail .closed-btn,
.card-block .closed-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 1.6em;
    cursor: pointer;
    color: #ed1c24;
    z-index: 9;
}

.view-userform .text-right {
    font-weight: 600;
}

.username-icon {
    position: relative;
    display: flex;
    flex-direction: column;
}

.add-username-icon {
    position: relative;
    width: 100%;
    padding: 0px 0px !important;
}

    .username-icon i.fa-user-alt,
    .add-username-icon i.fa-user-alt {
        position: absolute;
        font-size: 1.3em;
        color: #6a6a6a;
        top: 1px;
        left: 1px;
        /* background: #ebebeb; */
        display: block;
        padding: 10px 14px;
        z-index: 9;
        width: 45px;
    }

    .add-username-icon input[type="text"],
    .username-icon input[type="text"] {
        padding: 10px 12px 10px 42px !important;
    }

.user-profile fieldset.scheduler-border {
    margin-top: 15px;
}

.radio-label,
.radio-inline {
    float: left;
    padding-right: 30px;
    margin-top: 2px
}

.active-yes,
.active-no {
    padding: 0px 5px;
    text-transform: capitalize;
    font-weight: 400;
}


/*.active-yes {
	color: #0078b9;
}*/

.login-history {
    display: flex;
    flex-direction: column;
    border: 1px solid #d8d8d8;
    border-width: 1px 0px 0px 0px !important;
    padding: 20px 20px;
}

    .login-history h2 {
        color: #ae5904;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 400;
        padding: 15px 0px;
        margin: 0px;
        float: left;
    }

.history-user {
    border: 1px solid #ced0d1;
    border-radius: 4px;
    background: #fefff0 !important;
    width: 100%;
    float: left;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.login-history .divTable {
    width: 100%;
    float: left;
}

.login-history .divTableBody {
    display: flex;
    flex-direction: column;
}

.login-history .divTableHeading {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.login-history .divTableRow,
.login-history .divTableHeading,
.divTableBody .row {
    display: flex;
    background: #fefff0 !important;
    margin: 0px;
    padding: 0px;
}

.login-history .divTableCell,
.login-history .divTableHead {
    justify-content: space-between;
    border: 0px;
    line-height: 19px;
    padding: 10px 15px;
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
    border: 1px solid #dadbd3;
    border-width: 0px 0px 1px 0px;
}

.login-history button.unlock-btn {
    display: flex;
    /*background: #a67c52;*/
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    padding: 0px 15px;
    margin: 10px 25px 10px 10px;
    height: 30px;
    float: right;
    text-transform: capitalize;
}

    .login-history button.unlock-btn [type=button]:enabled {
        background-color: #0078b9;
        border-color: #0078b9;
        opacity: 1;
        cursor: default;
    }

.login-history button:enabled,
.login-history button[enabled] {
    background: #0078b9 !important;
    border-color: #0078b9 !important;
    opacity: 1;
    cursor: default;
}

.login-history button.unlock-btn [type=button]:disabled {
    background: #6c757d !important;
    border-color: #6c757d !important;
    cursor: not-allowed !important;
}

.login-history button:disabled,
.login-history button[disabled] {
    background: #6c757d !important;
    border-color: #6c757d !important;
    opacity: .5;
    cursor: not-allowed !important;
}

.btn-history {
    position: relative;
    display: flex;
    flex-direction: column;
    float: right;
}

    .btn-history .help-btn {
        position: absolute;
        right: 0px;
        top: 18px;
    }

button.reset {
    float: right;
    /*height: 40px;*/
    padding: 0px 20px;
    background: #cccccc;
    color: #444444;
}

.help,
.help-btn,
.help-ac {
    color: #444444;
    font-size: 13px;
    padding: 0px 5px;
}

.help-btn {
    position: absolute;
    right: 10px;
    top: 25px;
}

.help-priority {
    color: #444444;
    font-size: 13px;
    padding: 5px 5px;
    position: relative;
    cursor: pointer;
}


/*help tour*/

.help-tour p {
    font-size: 18px;
    color: #444 !important;
}

.help-tour .btn-action .btn {
    padding: 10px 10px !important;
    font-size: 11px;
    letter-spacing: normal !important
}

.help-tour {
    position: absolute;
    top: 51px;
    right: -10px;
    z-index: 999;
    width: 250px;
    margin-top: 2px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 20px 15px;
    font-size: 13px;
    font-weight: 400;
    display: block;
}

    .help-tour:after,
    .help-tour:before {
        bottom: 100%;
        right: 20px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .help-tour:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .help-tour:before {
        border-color: rgba(68, 68, 68, 0);
        border-bottom-color: #000;
        border-width: 10px;
        margin-left: -10px;
    }


/*help tour*/

.priority-tooltip {
    position: absolute;
    top: 25px;
    left: -70px;
    z-index: 100;
    width: 240px;
    margin-top: 2px;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 20px 15px;
    font-size: 13px;
    font-weight: 400;
    display: none;
}

    .priority-tooltip:after,
    .priority-tooltip:before {
        bottom: 100%;
        left: 81px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .priority-tooltip:after {
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 10px;
        margin-left: -10px;
    }

    .priority-tooltip:before {
        border-color: rgba(68, 68, 68, 0);
        border-bottom-color: #000;
        border-width: 10px;
        margin-left: -10px;
    }

    i.help-priority:hover .priority-tooltip,
    .priority-tooltip:hover {
        display: block;
    }

    .priority-tooltip ul {
        margin: 0px;
        padding: 0px 5px 0px 10px;
    }

        .priority-tooltip ul li {
            margin: 0px;
            padding: 5px 0px;
            list-style-type: decimal;
            font-size: 13px;
            text-align: justify;
            line-height: 20px;
        }

            .priority-tooltip ul li strong {
                padding: 0px;
                font-weight: 600;
            }

.help-ac {
    position: absolute;
    right: 0px;
    top: 15px;
}

.dashboard-tabledata-scroll {
    width: 100%;
    max-height: calc(100vh - 150px);
    overflow: auto;
    position: relative;
    /* border: 1px solid #d8d8d8;
	border-width: 1px 0px 1px 0px; */
}

.ticketdetails-scroll {
    position: relative !important;
    width: 100%;
    max-height: calc(100vh - 225px);
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #d8d8d8;
    border-width: 0px 0px 1px 1px;
    background: #d8d8d8;
}

.tabledata-scroll {
    position: relative !important;
    width: 100%;
    max-height: calc(100vh - 325px);
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #d8d8d8;
    border-width: 0px 0px 1px 1px;
    background: #d8d8d8;
}

.tabledata-queqe {
    position: relative !important;
    width: 100%;
    /*max-height: calc(100vh - 300px);*/
    overflow-y: scroll;
    overflow-x: hidden;
    /*border: 1px solid #d8d8d8;
    border-width: 0px 0px 1px 0px;*/
    background: #f5f5f5;
}

.tabledata-productscroll {
    position: relative !important;
    width: 100%;
    max-height: calc(100vh - 375px);
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #d8d8d8;
    border-width: 0px 0px 1px 1px;
    background: #d8d8d8;
}

.checkoutpproductscroll {
    position: relative !important;
    width: 100%;
    max-height: calc(100vh - 75px);
    overflow-y: scroll;
    overflow-x: hidden;
}


/*login css*/

input[type=number],
input[type=email],
input[type=password],
input[type=text],
input[type=date] {
    outline: none;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #444444;
    padding: 5px 12px;
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    height: 46px;
}

.login_wrapper .login-box input[type=password],
.login_wrapper .login-box input[type=text] {
    width: 100%;
    /*height: 52px;*/
}

.login_wrapper .iconShow {
    margin: 0;
    position: relative;
}

.iconShow .hideeye,
.iconShow .showeye {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 999;
    color: #174685;
    cursor: pointer;
    display: block;
}

.login_wrapper .login-box #forgotPassword {
    padding: 5px 0 5px 0px;
    text-align: right;
}

    .login_wrapper .login-box #forgotPassword a {
        color: #7fbe41;
        font-weight: bold;
        text-decoration: underline !important;
    }

.login_wrapper .login-box button {
    width: 100%;
    height: 48px;
    margin: 10px 0px 10px 0px;
    padding: 8px 10px;
}

.login_wrapper label.error {
    width: 100%;
    margin: 0;
}

.login_wrapper input[type=number], .login_wrapper input[type=email], .login_wrapper input[type=password], .login_wrapper input[type=text], .login_wrapper input[type=date] {
    outline: none;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    color: #444444;
    padding: 5px 0px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 0;
    height: 46px;
    border: 0;
    border-bottom: 1px solid #BEBEBE;
}

.confirmation-code {
    font-size: 1.2em;
    display: flex;
    flex-direction: row;
    padding: 20px 0px 40px 0px;
    font-weight: 600;
}

    .confirmation-code span.ti-email {
        float: left;
        color: #00a651;
        padding: 4px 15px 0px 0px;
        font-size: 2.5em;
    }

.login-control a.login-back {
    display: block;
    float: left;
    border: 1px solid #00a651;
    background: #fff;
    color: #00a651;
    padding: 10px 20px;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 3px;
}

    .login-control a.login-back:hover {
        border: 1px solid #00a651;
        background: #00a651;
        color: #fff;
    }

.login-control input[type="email"].error-box,
.login-control input[type="text"].error-box,
.login-control input[type="password"].error-box,
#main-content .form-control.error-box {
    border: 1px solid #ed1c24;
    border-radius: 2px;
    background: #fff;
}

button:disabled,
button[disabled] {
    background: #0078b9;
    opacity: .5;
    cursor: not-allowed !important;
}

button {
    padding: 10px 20px;
    margin: 5px 0;
    border: 0;
    outline: 0;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    /* background: #0078b9; */
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: .5s all;
    -o-transition: .5s all;
}

.login_wrapper .footer-copy {
    margin-top: 20px
}

.login_wrapper .login-main {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    /*margin-left: 0;*/
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 2px;
    margin: auto;
    margin: 0 auto;
}

.login_wrapper .forget-main {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    /*margin-left: 0;*/
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 2px;
    margin: auto;
    margin: 0 auto;
}

.forgetpass-screen {
    position: relative;
}

    .forgetpass-screen img.logo {
        position: absolute;
        left: 20px;
        top: 10px;
        z-index: 9;
    }

.login_wrapper .login-box {
    width: 100%;
    position: relative;
    float: left;
}

.login-box h1 {
    font-size: 1.8em;
    text-align: left;
    padding: 0px;
    font-weight: bold;
    color: #0e2d52;
}

.registration-box h1 {
    font-size: 1.7em !important;
    margin-left: 10px;
}

.registration-box h2 {
    font-size: 1.4em;
    text-align: left;
    padding: 0 0 10px 0px;
    font-weight: 400;
    color: #444444;
}

.login-box .login-control h2 {
    font-size: 1.2em;
    text-align: left;
    padding: 0;
    font-weight: 400;
    color: #444444;
}

.login-area {
    height: 100%;
    max-height: 100rem;
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}

.login_wrapper .login-box {
    width: 80%;
    padding: 0 20px;
    display: flex;
    margin: 0;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100rem;
    background: #fff;
    justify-content: center;
}

.login_wrapper .registration-box {
    width: 100%;
    padding: 0 20px !important;
}

.login_wrapper .registration-box {
    /*height: calc(100vh - 20px);
    overflow-y: auto;
    overflow-x: hidden;*/
    display: flex;
}

.login-area img {
}

.login-area .welcome {
    font-size: 1.2em;
    color: #0e2d52;
    font-weight: 600;
    line-height: 0.7;
}

.login-area .banner-txt {
   /* width: 100%;*/
    font-size: 14px;
    /* padding: 35% 0 0 3em; */
    display: flex;
    display: -webkit-flex;
    margin: auto;
    -ms-flex-pack: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 20%;
    padding-right: 19%;
}

    .login-area .banner-txt h1 {
        font-size: 2.1em;
        line-height: 1.8em;
        padding: 0;
        font-weight: bold;
        color: #0e2d52;
    }
    .fe-login .login-area .banner-txt h1 {
        font-size: 1.8em;
        line-height: 1.8em;
        padding: 0;
        font-weight: bold;
        color: #0e2d52;
    }

    .login-area .banner-txt h2 {
        font-size: 1.3em;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.6em;
    }

    .login-area .banner-txt img {
        max-width: 50% !important;
        margin-bottom: 10%;
    }
    .qf-login .login-area .banner-txt img {
        max-width: 66% !important;
    }
       
.login-area .banner-txt .footer-brand {
    text-align: right;
    margin-top:20px
}

    .login-area .banner-txt .footer-brand img {
        max-width: 25% !important;
        margin-bottom:10px;
    }
.login_wrapper .login-box .field {
    padding: 0 0 5px 0px;
    /*font-family: "Gotham-Light";*/
}

.login_wrapper label {
    font-size: 15px;
    color: #444444;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    padding: 0px 25px 0px 0px;
    margin: 5px 0px 5px 0px;
}

    .login_wrapper label i.help-ac {
        position: absolute;
        right: 0px;
        top: 8px;
    }

    .login_wrapper label.captcha-code {
        padding: 0px 10px 0px 10px;
        margin: 0px 10px;
        font-weight: 600;
        background: #fff;
        border: 1px solid #212529;
    }

.login_wrapper .captcha-changes {
    color: #0078b9;
    font-size: 14px;
    cursor: pointer;
}

.captcha br {
    display: none;
}

.captcha label,
.captcha a,
.captcha img,
.captcha input#CaptchaDeText {
    float: left;
    margin-right: 10px;
}

    .captcha img#CaptchaImage {
        height: 40px;
        border: 1px solid #444444;
    }

    .captcha a[href="#CaptchaImage"] {
        background-image: url(../images/fe-refresh.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 30px;
        height: 40px;
        display: block !important;
    }

.field.captcha input#CaptchaInputText {
    margin-top: 10px;
}

label.error {
    font-size: 12px;
    color: #ed1c24;
    width: 100%;
    visibility: visible;
}

.login_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    color: #212529;
    background: #fff
}

    .login_wrapper .container,
    .login_wrapper .row {
        margin: 0;
        padding: 0;
        height: inherit;
    }


/* 
.sidebar-hide .sidebar.sidebar-hide-to-small {
	position: fixed !important;
} */


/*broadcast*/

.broadcast-list {
    width: 100%;
    height: calc(100vh - 330px);
    overflow-y: scroll;
    overflow-x: hidden;
    /*border: 1px solid #d8d8d8;*/
}

    .broadcast-list li {
        padding: 10px 15px;
        margin: 0px 0px;
        display: block;
        width: 100%;
        float: left;
        cursor: default;
        position: relative;
    }

        .broadcast-list li:nth-of-type(odd) {
            background: #f6f7fa;
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 0px 1px;
        }

        .broadcast-list li:nth-of-type(even) {
            background: #fff;
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 0px 1px;
        }

        .broadcast-list li:last-child {
            background: #fff;
            border-bottom: 1px solid #d8d8d8 !important;
        }

        .broadcast-list li.selected {
            background: #e9ecef;
        }


    /*.broadcast-list li.selected label.msg-desc, .broadcast-list li.selected label.msg-date, .broadcast-list li.selected span.date-format, .broadcast-list li.selected span.desc-name {
                color: #fff;
            }*/

    .broadcast-list p {
        font-size: 14px;
        padding: 0px;
        margin: 0px;
        line-height: 24px;
        text-align: justify;
    }

    .broadcast-list label {
        font-weight: 600;
        margin: 0px !important;
        padding: 0px !important;
        font-size: 13px;
    }

    .broadcast-list .desc-name {
        margin: 0px !important;
        padding: 0px !important;
        text-align: justify !important;
        word-wrap: break-word;
        font-size: 13px;
    }

    .broadcast-list a.title-name {
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
    }

        .broadcast-list a.title-name:hover {
            color: #0078b9;
        }

    .broadcast-list span.date-format {
        font-style: italic;
        padding: 0px;
        margin: 0px;
        font-size: 13px;
    }

.urgent-msg,
.normal-msg {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
    padding: 2px 15px;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 11px;
}

.urgent-msg {
    background: #ed1c24;
}

.normal-msg {
    background: #444444;
}

.urgent-mark,
.normal-mark {
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #fff;
    padding: 2px 15px;
    position: absolute;
    right: 0px;
    bottom: 2px;
    font-size: 11px;
}

.urgent-mark {
    background: #ed1c24;
}

.normal-mark {
    background: #444444;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-right: 50px solid #555;
    border-bottom: 25px solid transparent;
}

#divmain .alert-success,
#divmain .alert-danger {
    padding: 5px 10px !important;
}


/*messages-list*/

.messages-list li {
    padding: 5px 10px;
    margin: 0px 0px;
    display: block;
    width: 100%;
    float: left;
    cursor: pointer;
}

    .messages-list li:nth-of-type(odd) {
        background: #f6f7fa;
        border: 1px solid #d8d8d8;
        border-width: 1px 1px 0px 1px;
    }

    .messages-list li:nth-of-type(even) {
        background: #fff;
        border: 1px solid #d8d8d8;
        border-width: 1px 1px 0px 1px;
    }

    .messages-list li:nth-last-of-type(1) {
        border: 1px solid #d8d8d8;
        border-width: 1px 1px 1px 1px !important;
    }

.messages-list .collapse:nth-of-type(odd),
.messages-list .collapse:nth-of-type(odd) .card-block {
    background: #f6f7fa;
}

.messages-list .collapse:nth-of-type(even),
.messages-list .collapse:nth-of-type(even) .card-block {
    background: #fff !important;
}


/*.messages-list .media-body span {
    padding: 0px;
}*/

.messages-list .media-body span i.fa.fa-chevron-right,
.messages-list .media-body span i.fa.fa-chevron-down {
    width: 30px;
    text-align: center;
}

.messages-list p {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    text-align: justify;
}

.messages-list label {
    font-weight: 600;
    width: 90px;
    margin: 0px;
    font-size: 13px;
}

.messages-list a.title-name {
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 10px;
    font-size: 13px;
}

    .messages-list a.title-name:hover {
        color: #0078b9;
    }

.messages-list span.date-format {
    font-style: italic;
}

.messages-list .media-body span {
    padding: 0px;
}

.customer-info {
    border-radius: 4px;
    padding: 10px 0px;
    float: left;
}

    .customer-info h2 {
        font-size: 1.4em;
        font-weight: 400;
        padding: 0px 15px 25px 15px;
        margin: 0px;
    }

    .customer-info label {
        font-weight: 600;
        font-size: 1em;
        padding: 10px 10px 0px 15px;
        margin: 0px;
        font-size: 13px;
    }

    .customer-info span {
        display: flex;
        flex-direction: row;
    }

    .customer-info i.fas {
        padding-right: 10px;
    }

.profile-page label {
    text-transform: capitalize;
    font-weight: 600;
}

.notification-text {
    padding-top: 15px;
}

#main-content .card-block {
    position: relative;
}

#main-content .news-detail .mh-right-sb {
    float: left;
    margin-right: 2.5%;
}

#main-content .news-detail {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0px 3px;
}

.news-detail .post-ad .textwidget,
.news-detail .ad-spot {
    text-align: center;
    overflow: hidden;
}

.news-detail .post-ad,
.news-detail .ad-spot {
    padding: 18px;
    background: #efefef;
}

.news-detail .wp-caption-text {
    font-size: 14px;
    font-size: .875rem;
    color: #454545;
    line-height: 1.4;
    margin: 5px 0 20px;
    margin: .3125rem 0 1.25rem;
    display: block;
}

.news-detail .entry-meta {
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

    .news-detail .entry-meta .entry-meta-author,
    .news-detail .entry-meta a {
        color: #0078b9;
        font-weight: 700;
    }

.news-detail .entry-meta-cats,
.news-detail .entry-meta-author {
    margin-right: 10px;
}

.news-detail .entry-content {
    font-size: 17px;
    font-size: 1.0rem;
    line-height: 1.6;
    text-align: justify;
}

.news-detail .entry-header .entry-title,
.news-detail .page-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.news-detail .entry-thumbnail {
    margin-bottom: 20px;
}

    .news-detail .entry-thumbnail img {
        max-width: 100%;
        width: 100% \9;
        height: auto;
        vertical-align: bottom;
    }

.news-detail .clearfix {
    display: block;
}

.news-detail blockquote {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    color: #0078b9;
    margin: 10px 20px 20px 20px;
    padding: 20px 20px 0 20px;
    padding: 1.25rem 1.25rem 0 1.25rem;
    border-left: 5px solid #0078b9;
    display: inline-block;
}

.news-detail blockquote,
.news-detail q {
    quotes: none;
}

.news-detail .entry-content a {
    font-weight: 600;
    color: #0078b9;
}

.news-detail .entry-content ul,
.news-detail .commentlist ul,
.news-detail .entry-content ol,
.news-detail .commentlist ol {
    margin: 0 0 30px 40px;
    margin: 0 0 1.875rem 2.5rem;
}

.news-detail .entry-content ul,
.news-detail .commentlist ul {
    list-style: square;
    margin: 10px 20px;
    padding: 0px;
}

    .news-detail .entry-content ul li,
    .news-detail .commentlist ul li {
        list-style: square;
        padding: 10px 0px;
        font-size: 1em;
    }

.news-detail .entry-content a {
    font-weight: 600;
    color: #005a8c;
}

.news-detail .cp-small {
    padding-bottom: 4px;
}

.news-detail .mh-separator {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: 0;
    border-bottom: 1px dotted #cdcdcd;
}

.news-detail .cp-thumb-small {
    float: left;
    max-width: 120px;
    margin: 0 20px 0 0;
}

.news-detail .cp-title-small {
    font-size: 14px;
    font-size: 1rem;
    overflow: hidden;
}

.news-detail .sb-widget {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
    overflow: hidden;
}

.news-detail .mh-sidebar,
.news-detail .home-sidebar {
    display: block;
    float: left;
    width: 100%;
}

.news-detail .widget-title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    color: #fff;
    background: #ccdee8;
    margin-bottom: 20px;
    text-transform: uppercase;
    overflow: hidden;
}

    .news-detail .widget-title span {
        padding: 20px;
        background: #005a8c;
        display: block;
    }

.news-detail .fb_iframe_widget {
    display: inline-block;
    position: relative;
}

    .news-detail .fb_iframe_widget span {
        display: inline-block;
        position: relative;
        text-align: justify;
    }

    .news-detail .fb_iframe_widget iframe {
        position: absolute;
    }

.news-detail iframe,
.news-detail embed,
.news-detail object,
.news-detail video {
    max-width: 100%;
}

.news-detail .mh-video-widget {
    margin-top: 10px;
}

.news-detail .mh-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .news-detail .mh-video-container iframe,
    .news-detail .mh-video-container object,
    .news-detail .mh-video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.news-list .card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 0px 10px 15px 10px;
    color: #232323;
    width: 100%;
    float: left;
    border: 1px solid #d8d8d8;
    border-width: 0px 1px 1px 1px;
    border-radius: 0;
    background: #fff;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\2212";
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\002b";
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        font-size: 14px;
        color: #6a6c6f;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }

.account-list {
    padding: 0px !important;
    margin: 0px !important;
}

ul.account-list li {
    padding: 0px !important;
    margin: 0px !important;
}

ul.account-list {
    width: auto;
    -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

button,
input,
optgroup,
select,
textarea {
    margin: initial;
    /*font-family: sans-serif !important;*/
    font-size: inherit;
    line-height: inherit;
}

    input[draggable="true"] {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    input[type="text"],
    textarea {
        -webkit-user-select: text;
        -khtml-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
        -webkit-appearance: none;
        -webkit-appearance: none;
    }

.email-notification input[type="email"] {
    margin: 0px 0px 0px 0px;
}

.email-notification .validationMessage {
    margin-left: 0px;
}

.exception input[type=checkbox] {
    box-sizing: border-box;
    margin: 5px 10px 5px 10px;
}

.exception label.text-right {
    width: 150px;
    text-align: right !important;
}

.textbox-icon {
    position: relative;
    float: left;
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}

    .textbox-icon .fa-times-circle {
        position: absolute;
        right: 15px;
        top: 14px;
        font-size: 1em;
        color: #ed1c24;
        cursor: pointer;
        display: none;
    }

    .textbox-icon:hover .fa-times-circle {
        display: block;
    }


/*card-managment*/

.card-managment {
    /*background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);*/
    padding: 0px 10px 0px 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
}


    /*.card-managment label {
		margin: 0px;
	}*/

    .card-managment .card-body {
        min-height: 325px;
    }

        .card-managment .card-body.card-body2 {
            min-height: 115px;
        }

        .card-managment .card-body.card-body3 {
            min-height: 172px;
            padding: 10px 8px;
        }

    .card-managment div.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .card-managment h3 {
        font-size: 1.2em;
        font-weight: 600;
        padding: 20px 15px 20px 0px;
        margin: 0px;
    }

.card-info h2 {
    font-size: 1.4em;
    font-weight: 400;
    padding: 0px 15px 15px 0px;
    margin: 0px;
}

.card-info .btn {
    width: 260px;
    text-align: left;
    padding: 0px 0px;
    color: #fff;
    border-radius: 40px;
    overflow: hidden;
}

.cardqueue-tab {
    position: relative !important;
    width: 100%;
    max-height: calc(100vh - 160px);
    overflow-y: scroll;
    overflow-x: hidden;
    border-width: 0px 0px 1px 0px;
}

.voyager-addCard {
    position: relative !important;
    width: 100%;
    max-height: calc(100vh - 120px);
    overflow-y: scroll;
    overflow-x: hidden;
    border-width: 0px 0px 1px 0px;
}

    .voyager-addCard .gen.btn.btn-info {
        height: 40px;
    }

.voyager-card .dollar-text {
    position: absolute;
    left: 15px;
    z-index: 9;
    top: 7px;
}

.voyager-card .time-icon {
    position: absolute;
    right: 12px;
    z-index: 9;
    top: 10px;
}

.voyager-card input[type=text].time-text {
    padding-right: 35px;
}

.voyager-form {
    display: flex;
    flex-direction: column;
    padding: 20px 10px;
}

.voyager-card input[type=text].dollar-input,
.voyager-card input[type=number].dollar-input {
    padding-left: 30px !important;
}

input[type=text].dollar-input,
input[type=number].dollar-input {
    padding-left: 30px !important;
}

.voyager-card .row.rowhead {
    background-color: rgba(0, 0, 0, .03) !important;
    border: 1px solid #d8d8d8 !important;
    border-width: 0px 0px 1px 0px !important;
}

.voyager-card input[type=radio] {
    float: left;
    margin: 5px 5px 5px 0px;
    width: 15px;
}

.voyager-card .radio-label {
    float: left;
    padding: 0px 0px !important;
    margin: 0px;
}

.card-info .btn i {
    padding: 0px 5px 0px 15px;
}

.btn-label {
    position: relative;
    left: -3px;
    display: inline-block;
    padding: 12px 8px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.payment-conf {
    font-size: 18px;
    color: #1caf5c;
    text-transform: capitalize !important;
    margin: 10px 0px !important;
}

.payment-failed {
    font-size: 18px;
    color: #ed1c24;
    text-transform: capitalize !important;
    margin: 10px 0px !important;
}

.payment-text {
    font-size: 16px;
    padding: 10px 0px;
}

.payment-info .text-md-right {
    font-weight: 600;
}

.payment-text a {
    color: #0056b3;
    text-decoration: underline !important;
}

.payment-conf .fa-check-circle,
.payment-conf .fa-university {
    padding-right: 10px;
}

.payment-details {
    border: 1px solid #bebebe;
    padding: 20px;
    background: #fff;
}

.payment-container {
    width: 600px;
    float: left;
    margin: auto;
}

.payment-details h1 {
    font-size: 20px;
    padding: 0px 0px 0px 10px;
}

    .payment-details h1.payment-error {
        color: #ed1c24;
    }

    .payment-details h1.payment-timeout {
        color: #ffcc00;
    }

    .payment-details h1.payment-logout {
        color: #fd7e14;
    }

.payment-details p {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    line-height: 24px;
}

.payment-details i.fas {
    padding: 0px 10px 0px 0px;
}

.payment-details a {
    font-size: 14px;
    color: #0056b3;
    text-decoration: none !important;
}

    .payment-details a:hover {
        font-size: 14px;
        text-decoration: underline !important;
    }

.bg-white {
    background: #fff;
}


/*tabs*/

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: transparent !important;
    border-color: #bebebe #bebebe #f5f5f5 !important;
    color: #0062cc !important
}


/*.nav-tabs .nav-link {
    border: 1px solid #bebebe !important;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}*/

.nav-tabs {
    border-bottom: 1px solid #bebebe !important;
}

    .nav-tabs .nav-link:focus,
    .nav-tabs .nav-link:hover {
        border-color: #bebebe #bebebe #f5f5f5 !important;
        color: #0062cc !important
    }
/*
#divCPTheme .modal-footer {
    border: 0px !important;
    border-top: 0px solid #e9ecef !important;
}

#divCPTheme .modal-header {
    padding: 0.8em 1.5em !important;
}

#divCPTheme .modal-body {
    padding: 0.8em 1em !important;
}

    #divCPTheme .modal-body p {
        text-align: justify;
        margin-bottom: 0rem;
    }

#divCPTheme .modal-footer {
    justify-content: center;
    padding: 0px 0px 15px 0px !important;
}

    #divCPTheme .modal-footer button {
        padding: 6px 20px 6px 20px !important;
        border: 0px !important;
    }

#divCPTheme .modal-dialog {
    position: relative;
    width: auto;
    margin: -1px auto !important;
}

#divCPTheme .modal-content {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 0rem !important;
}

.modal-backdrop {
    background-color: transparent;
    display: none !important;
    position: static !important;
}

@media (min-width: 576px) {
    #divCPTheme .modal-dialog {
        max-width: 500px !important;
        margin: 1.75rem auto;
    }
}

        */
/*#divCPTheme .modal-backdrop.show {
        opacity: .5;
        display: none !important;
    }*/


/*login end*/

@media (min-width: 992px) {
    .col-md-push-6 {
        left: 50%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }
}


/*faq-list*/

.faq-list {
    width: 100%;
    height: calc(100vh - 280px);
    overflow: auto;
    /* border: 1px solid #d8d8d8; */
}

    .faq-list li {
        padding: 10px 10px;
        margin: 0px 0px;
        display: block;
        width: 100%;
        float: left;
        cursor: pointer;
    }

        .faq-list li:nth-of-type(odd) {
            background: #f6f7fa;
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 0px 1px;
        }

        .faq-list li:nth-of-type(even) {
            background: #fff;
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 0px 1px;
        }

        .faq-list li:nth-last-of-type(1) {
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 1px 1px !important;
        }


    /*.faq-list .collapse:nth-of-type(odd),
.faq-list .collapse:nth-of-type(odd) .card-block {
    background: #f6f7fa;
}

.faq-list .collapse:nth-of-type(even),
.faq-list .collapse:nth-of-type(even) .card-block {
    background: #fff !important;
}*/

    .faq-list .media-body span i.fas.fa-thumbs-up,
    .faq-list .media-body span i.far.fa-thumbs-up {
        padding: 0px 10px;
        font-size: 14px;
    }

        .faq-list .media-body span i.fas.fa-thumbs-up.active-like,
        .faq-list .media-body span i.far.fa-thumbs-up.active-like {
            color: #003da7;
        }

.active-like:hover {
    cursor: not-allowed !important;
}

.faq-list div.list-title {
    padding: 0px;
}

    .faq-list div.list-title i.fa.fa-chevron-right,
    .faq-list div.list-title i.fa.fa-chevron-down {
        width: 20px;
        text-align: center;
        padding: 0px 8px;
    }

.faq-list p {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 24px;
    text-align: justify;
}

.faq-list a.title-name {
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 5px;
    font-size: 15px;
}

    .faq-list a.title-name:hover {
        color: #0078b9;
    }

.faq-list span.date-format {
    font-style: italic;
    float: left;
}

.faq-list .media-body span {
    padding: 0px 10px;
}

span.recommended {
    /*background-color: #699cfc;
    border-radius: 50px;
    font-size: 12px;
    padding: 3px 10px 6px 10px;
    color: #fff !important;
    */
    margin: 0px 0px 0px 5px;
    cursor: pointer;
}

    span.recommended img {
        width: 18px;
        height: 18px;
    }

.faq-list label.like-no {
    font-weight: 600;
    margin: 0px;
    font-size: 13px;
    padding: 0px;
}

.faq-list a.vote-like {
    background: #444444;
    border-radius: 50px;
    font-size: 13px;
    padding: 2px 10px 4px 10px;
    color: #fff !important;
}

    .faq-list a.vote-like:hover,
    .faq-list a.vote-like.active {
        background: #003da7;
        color: #fff !important;
    }

.faq-list .answer-list {
    text-align: justify;
    padding: 0px 20px;
    line-height: 24px;
    word-wrap: break-word;
}

.answer-data {
    display: flex;
    flex-direction: column;
    padding: 10px 15px;
    margin: 10px 0px;
    /*border: 1px solid #d8d8d8;*/
    border-radius: 4px;
    background: #e9ecef;
}

.account-table .card-modifi {
    background: #ebebeb !important;
    border: 1px solid #bebebe !important;
    color: #444444;
}

.card-modification {
    color: #337ab7;
    cursor: pointer;
    font-weight: 400;
}

.row.card-details {
    background-color: #fafafa !important;
    border: 1px solid #bebebe !important;
    border-width: 0px 1px 1px 1px !important;
    padding: 15px 10px !important;
}

.card-services div.control-label {
    padding: .25rem !important;
    font-weight: 400;
}

.supportcenter-list {
    width: 100%;
    height: calc(100vh - 280px);
    overflow: auto;
    /* border: 1px solid #d8d8d8; */
}

    .supportcenter-list ul li {
        padding: 5px 5px;
        margin: 0px 0px;
        display: block;
        width: 100%;
        float: left;
    }

        .supportcenter-list ul li:nth-of-type(odd) {
            background: #f6f7fa;
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 0px 1px;
        }

        .supportcenter-list ul li:nth-of-type(even) {
            background: #fff;
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 0px 1px;
        }

        .supportcenter-list ul li:nth-last-of-type(1) {
            border: 1px solid #d8d8d8;
            border-width: 1px 1px 1px 1px !important;
        }

    .supportcenter-list a.title-name {
        font-weight: 600;
        text-decoration: none;
        cursor: pointer;
        padding: 0px 5px;
        font-size: 15px;
    }

    .supportcenter-list div.list-title {
        padding: 5px 10px;
        cursor: pointer;
    }

    .supportcenter-list .details-list {
        text-align: justify;
        padding: 0px 20px;
        line-height: 24px;
        word-wrap: break-word;
    }

        .supportcenter-list .details-list ul {
            margin: 0px;
            padding: 0px;
        }

            .supportcenter-list .details-list ul li {
                margin: 2px 0px;
                padding: 0px;
                border: 0px;
                width: 100%;
            }

.supportcenter-data {
    flex-direction: column;
    padding: 8px 15px;
    margin: 1px 0px;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    background: #e9ecef;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.supportcenter-list .card-details {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-width: 1px 1px 1px 1px;
    margin-top: -2px;
}

    .supportcenter-list .card-details .nav {
        padding-left: 20px;
    }

.card-details .nav-link i.fas {
    padding: 0px 10px 0px 0px;
}

.card-details .nav-link {
    color: #212529;
    font-size: 15px;
}

    .card-details .nav-link:hover {
        color: #0056b3;
    }

    .card-details .nav-link.active {
        color: #0056b3;
    }

.card-details .tab-content {
    padding: 20px 20px;
}

    .card-details .tab-content .tab-pane ol {
        padding: 0px 15px;
        margin: 0px;
    }

        .card-details .tab-content .tab-pane ol li {
            background: none;
            list-style-type: decimal;
            display: list-item;
            padding: 0px 10px;
            margin: 0px;
        }

.reportsearch-scroll {
    width: 100%;
    max-height: calc(100vh - 400px);
    overflow-x: hidden;
    overflow-y: auto;
}

.reportdynamic-search-scroll {
    width: 100%;
    max-height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
}

.report-schedule fieldset.scheduler-border {
    min-height: 420px;
}

.reportschedule-scroll {
    width: 100%;
    max-height: calc(100vh - 500px);
    overflow-x: hidden;
    overflow-y: auto;
}

.supportcenter-page,
.supportcenter-search {
    width: 100%;
    float: left;
    /*border: 1px solid #bebebe;
    border-width: 1px 0px 0px 0px;*/
    padding-top: 10px;
}

    .supportcenter-page .card-body {
        min-height: 215px;
        padding: 5px;
        height: 215px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .supportcenter-search .card-body {
        height: auto;
    }

    .supportcenter-page ol,
    .supportcenter-search ol {
        padding: 0px 0px 0px 25px;
        margin: 0px 0px 0px 5px;
        width: 100%;
        float: left;
    }

        .supportcenter-page ol li {
            background: none;
            list-style-type: decimal;
            display: list-item;
            padding: 5px 10px;
            margin: 0px;
            line-height: 24px;
            font-size: 15px;
        }

            .supportcenter-page ol li a,
            .supportcenter-search ol li a {
                text-decoration: none;
                color: #444;
            }

                .supportcenter-page ol li a:hover,
                .supportcenter-search ol li a:hover {
                    text-decoration: underline !important;
                    color: #0056b3;
                }

        .supportcenter-search ol li {
            background: none;
            list-style-type: decimal;
            display: list-item;
            padding: 5px 10px;
            margin: 0px;
            line-height: 24px;
        }

    .supportcenter-page h4 i.fas,
    .supportcenter-search h4 i.fas {
        padding: 0px 10px 0px 0px;
    }

    .supportcenter-page .h4,
    .supportcenter-page h4 {
        font-size: 1rem;
        float: left;
        font-weight: 400;
        margin: 0px;
    }

    .supportcenter-search .h4,
    .supportcenter-search h4 {
        font-size: 1rem;
        float: left;
        font-weight: 400;
        margin: 0px;
        padding: 0px 0px;
    }

    .supportcenter-search .h3,
    .supportcenter-search h3 {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 5px 0px;
        line-height: 16px;
    }

        .supportcenter-search h3 a {
            font-size: 16px;
            text-decoration: none;
            font-weight: 600;
        }

    .supportcenter-search span.group-name {
        background: #343a40;
        border-radius: 50px;
        font-size: 12px;
        padding: 5px 15px 5px 15px;
        color: #fff !important;
        cursor: default;
        float: right;
        font-weight: 400
    }

    .supportcenter-page span.supportcenter-action,
    .supportcenter-search span.supportcenter-action {
        float: right;
        padding: 0px 0px;
        color: #868e96;
    }

    .supportcenter-page span a,
    .supportcenter-page span a i.fas,
    .supportcenter-search span a,
    .supportcenter-search span a i.fas {
        margin: 0px 5px;
        cursor: pointer;
    }

    .supportcenter-page span.supportcenter-action a:hover,
    .supportcenter-search span.supportcenter-action a:hover {
        color: #0056b3 !important;
    }

.supportcenter-heading {
    width: 100%;
    float: left;
    border: 1px solid #bebebe;
    border-width: 0px 0px 1px 0px;
    padding: 10px 0px;
}

    .supportcenter-heading h4 {
        font-weight: 600;
    }

.supportcenter-page .card-header a.view-all {
    font-size: 0.8rem;
    float: right;
    color: #444444;
}

    .supportcenter-page .card-header a.view-all:hover {
        color: #0056b3;
        cursor: pointer;
    }

h4.supportcenter-listitem {
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px;
    font-weight: 400;
}

.search-results-list {
    width: 100%;
}

li.article-item {
    list-style: none;
    position: relative;
    padding: 10px 15px;
    width: 100%;
    float: left
}

.search-results-list {
    margin: 0;
    padding: 0px 0px;
}

    .search-results-list a {
        font-size: 14px;
        font-weight: 400;
        color: #444444;
    }

        .search-results-list a:hover {
            color: #0056b3;
        }

    .search-results-list li:nth-of-type(odd) {
        background: #f6f7fa;
        border: 1px solid #d8d8d8;
        border-width: 1px 1px 0px 1px;
    }

    .search-results-list li:nth-of-type(even) {
        background: #fff;
        border: 1px solid #d8d8d8;
        border-width: 1px 1px 0px 1px;
    }

    .search-results-list li:last-child {
        border-width: 1px 1px 1px 1px;
    }

.article-item p {
    /*text-indent: 10px;*/
    width: 100%;
    float: left;
    padding: 10px;
    background: #e9ecef;
    border: 1px solid #d8d8d8;
    border-radius: 4px;
}

.search-results-list i.fa-book-reader {
    padding: 0px 5px 0px 0px;
}

.help-text,
.p-info,
.info-text,
.list-noinfo,
.description-text {
    font-size: 12px;
    line-height: 1.9;
    color: #6f7c87;
    margin: 0px;
    padding: 0px;
}


/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) {
    body {
        overflow: auto !important
    }

    .nav-tabs .nav-item {
        margin-bottom: 1px;
        width: 100%;
    }

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        border-color: #bebebe #bebebe #bebebe !important;
        color: #0062cc !important;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: transparent !important;
        border-color: #bebebe #bebebe #bebebe !important;
        color: #0062cc !important;
    }

    .voyager-addCard {
        position: relative !important;
        width: 100%;
        /*max-height: 100vh;
        overflow-y: unset;
        overflow-x: unset;*/
        border-width: 0px 0px 1px 0px;
    }

    .voyager-card .dollar-text {
        top: 10px;
    }

    .card-services div.control-label {
        text-align: left !important;
        margin: 5px 2px 0px 0px !important;
        padding: .25rem !important;
        font-weight: 600;
    }

    .card-info .btn {
        width: 99%;
        text-align: left;
        padding: 0px 0px;
        color: #fff;
        border-radius: 40px;
        overflow: hidden;
        font-size: 12px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }

    .btn-label {
        position: relative;
        left: -3px;
        display: inline-block;
        padding: 9px 8px;
        background: rgba(0, 0, 0, 0.15);
        border-radius: 3px 0 0 3px;
    }

    .show .validationMessage,
    .validationMessage {
        margin-left: 5px !important;
    }

    .gen.btn.btn-info {
        margin: 10px 0px 0px 0px;
        width: 100%;
    }

    .account-table .row.form-group {
        margin-bottom: 0.2rem;
    }

    .dash-board span.news-date {
        text-align: left !important;
    }

    .messages-list a.title-name {
        padding: 0px 5px;
    }

    .sidebar-hide .sidebar.sidebar-hide-to-small {
        height: auto !important;
    }

    .phone-filed,
    .ext-filed-help {
        width: 100% !important;
    }

    .ext-filed {
        float: left;
        padding: 0px;
        margin: 0px;
        width: 100% !important;
    }

    .dash-board .card {
        height: auto;
        min-height: 100px;
    }

    .dash-board .row [class*="col-"] {
        padding: 5px 0px;
    }

    .validationMessage,
    .phone-filed .validationMessage {
        margin-left: 2%;
    }

    #helpDeskFileUpload {
        height: 30px;
        border-radius: 4px;
    }

    button.file-reset {
        float: right;
        height: 36px;
        padding: 0px 20px;
        margin: 0px;
        background: #cccccc;
        color: #444444;
        border-radius: 4px;
        text-align: center !important;
    }

    .phone-filed,
    .ext-filed {
        width: 100%;
    }


    .content-wrap [class*="col-"] {
        text-align: left;
    }

    .main .search-header {
        padding: 0px 0px 10px 0px;
        border-bottom: 0;
        display: flex;
    }

    .new-search-header .search-header {
        padding-bottom: 0
    }

    .edit-userform,
    .add-userform,
    .view-userform {
        display: flex;
        flex-direction: column;
        padding: 25px 5px 10px 5px;
    }

    .sidebar i {
        margin-right: 0px;
    }

    .login_wrapper .left-bg {
        background-size: 100% 100%;
        /*height: 35%;*/
    }

    .login_wrapper .login-main {
        /*height: 65%;*/
    }
    /* .banner-txt,
	.left-bg {
		display: none !important;
	}
	.left-bg .login-area .footer-copy {
		display: block !important;
	} */
    .login_wrapper .left-bg {
        background-size: 100% 75%;
    }

    .login-area img {
    }
    .login-area .banner-txt .footer-brand {
    margin-top:0;
    text-align:left;
    }
    .login-area .banner-txt .footer-brand img {
        margin-bottom: 0px;
        max-width:21%!important
    }
    .login_wrapper .login-box .field {
        padding: 0 0 0px;
    }

    .login-area .banner-txt {
        width: 100%;
        font-size: 8px;
        padding: 10px 0px 0px 15px;
    }

        .login-area .banner-txt h1 {
            font-size: 2.2em;
        }

        .login-area .banner-txt h2 {
            font-size: 12px;
            letter-spacing: 1px;
        }

    .login_wrapper .login-box {
        padding: 0 30px;
    }

    .login-box .login-control h1 {
        font-size: 1.6em;
    }

    .login-box .login-control h2 {
        font-size: 0.9em;
        padding: 0 0 10px;
    }


    .login_wrapper label {
        font-size: 15px;
        line-height: 24px;
    }

    .login_wrapper .login-box button {
        width: 100%;
        height: 40px;
        margin: 10px 0px 15px 0px;
    }

    .login_wrapper label.error {
        font-weight: 400;
    }

    .login_wrapper .footer-copy {
        position: fixed;
        left: 29px;
        bottom: 5px;
        color: #858585;
        z-index: 99;
        font-size: 11px;
    }
    .fe-theme .login_wrapper .footer-copy {
    }
        .iconShow .hideeye,
        .iconShow .showeye {
            top: 12px;
            right: 12px;
        }

    .content-wrap [class*="col-"], .container-fluid {
        /*margin: 2px 2px 2px 2px;*/
        padding-right: 7px;
        padding-left: 7px;
    }

    section#main-content {
        padding: 0
    }

    .content-wrap h1 {
        font-size: 1.2em;
        padding: 5px 0px;
        margin-top: 4px;
    }

    input[type="text"],
    input[type="date"],
    input[type="number"],
    input[type="password"],
    select.form-control,
    select.form-control:not([size]):not([multiple]) {
        height: 38px !important;
    }

    .select-account select.form-control,
    .select-account select.form-control:not([size]):not([multiple]) {
        height: 38px !important;
    }

    .search-header .form-control,
    .search-icon input[type="text"] {
        height: 38px !important;
        font-size: 13px;
        width: 100%;
    }


    .search-header .form-group {
        margin: 0px;
        float: left;
        width: 100%;
    }

    .search-icon {
        margin: 10px 0px;
        width: 100%;
    }

    .search-header .btn {
        width: 100%;
        height: 38px;
        text-align: center !important;
        justify-content: left;
        margin: 5px 0px;
        padding: 0px;
        font-size: 1em;
        float: right;
    }

    button.reset {
        float: right;
        height: 38px;
        padding: 0px 20px;
        background: #cccccc;
        color: #444444;
        width: 100%;
    }

    .btn-action .btn {
        margin: 5px 5px;
    }

    .add-user {
        padding: 10px 10px;
    }

    .add-user-form label.text-right {
        text-align: left !important;
        padding: 0px;
    }

    .account-result button[type="button"] {
        position: static;
        height: 24px;
        margin: 6px 0px;
        font-size: 11px;
        /*display:block !important;*/
    }

    .account-result i.remove-default,
    .selected-account i.remove-default {
        margin: 14px 10px;
        /*display:block !important;*/
    }

    .accounts-list ul li {
        list-style-position: outside;
        padding: 5px 5px;
        font-size: 12px;
        float: left;
        width: 100%;
    }

    .username-icon i.fa-user-alt,
    .add-username-icon i.fa-user-alt {
        font-size: 1em;
        top: 1px;
    }

    .help-ac {
        position: absolute;
        right: -12px;
        top: 12px;
    }

    fieldset.scheduler-border {
        padding: 0px 10px 15px 10px !important;
    }

    .btn-action .btn {
        width: 100%;
        height: 38px;
        font-size: 1em;
        line-height: 12px;
    }

    .search-icon i.fa-search,
    .search-icon i.fa-calendar-alt {
        font-size: 1em;
        left: 10px;
        top: 12px;
    }

    .control-group .search-icon .fa-times-circle {
        right: 15px;
        top: 12px;
    }

    .search-icon input[type="text"] {
        padding: 0px 12px 0px 30px;
    }

    label.d-md-block {
        /*max-width: 100%;*/
        width: 40%;
        padding: 5px 0px 0px 12px !important;
        margin: 0px;
        text-align: left;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .dash-board .h4, .dash-board h4 {
        font-size: 0.85rem;
        float: left;
        font-weight: 600;
    }

    .dash-board .card-title h4 i.fas {
        padding: 0px 0px 0px 0px;
    }

    .dash-board .row [class*="col-"] {
        justify-content: space-between;
        padding: 5px 0px !important;
    }

    .dash-board a.view-all {
        font-size: 0.6rem;
        float: right;
        color: #444444;
        line-height: 16px;
    }

    .dash-board label.d-md-block {
        max-width: 100%;
        padding: 5px 0px 0px 12px !important;
        margin: 0px;
        text-align: left;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 13px;
    }

    .dash-board .account-table .row [class*="col-"] {
        max-width: 100% !important;
        text-align: left !important;
        padding: 0px 10px !important;
    }

    .dash-board .account-table.accounts-detail label.d-md-block {
        max-width: 22% !important;
    }

    .dash-board .account-table.accounts-detail .row [class*="col-"] {
        width: 70% !important;
        text-align: left !important;
        padding: 4px 0px 0px 10px !important;
    }


    .dash-board .account-table.invoices-data label.d-md-block {
        max-width: 45% !important;
        padding: 4px 0px 0px 10px !important;
    }

    .dash-board .account-table.invoices-data .row [class*="col-"] {
        width: 50% !important;
        text-align: left !important;
        padding: 3px 0px 0px 5px !important;
    }

    .dash-board .help-desk label.d-md-block {
        padding: 0px 0px 0px 10px !important;
    }


    .account-table .row [class*="cell"] {
        min-width: 58% !important;
        /*min-width: 100% !important;
            padding: 0px 12px;
        */
        padding: 5px 12px;
        text-align: left !important;
        min-height: 22px;
    }

    .account-table.invoice-row .row [class*="cell"]:last-child {
        text-align: left !important;
    }

    .account-table .row {
        font-size: 13px;
        padding: 10px 0px;
    }

    .login-history .divTable {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .login-history .divTableBody {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .login-history .divTableRow,
    .login-history .divTableHeading {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .login-history .divTableHeading {
        display: none;
    }

    .divTableRow label.d-md-block {
        width: 100%;
        padding: 5px 12px;
        margin: 5px 0px;
        text-align: left;
        font-weight: 600;
        text-transform: capitalize;
    }

    .account-table.contact-row .row .cell,
    .account-table.invoice-row .row .cell {
        /*width: 100% !important;*/
        width: 58% !important;
        text-align: left !important;
    }

    .account-table.invoice-row .row [class*="cell"]:last-child {
        /*width: 100% !important;*/
        width: 58% !important;
    }

    .login-history {
        padding: 0px 10px;
        margin: 0px;
    }

        .login-history label {
            padding: 10px 0px 0px 15px;
            margin: 0px;
            text-transform: uppercase;
            font-size: 10px;
            font-weight: 600;
        }

        .login-history .divTableCell,
        .login-history .divTableHead {
            width: 100%;
            padding: 0px 0px 10px 15px;
            font-size: 12px;
        }

        .login-history h2 {
            font-size: 1em;
        }

        .login-history button.unlock-btn {
            font-size: 12px;
            padding: 0px 15px;
        }

    .btn-history {
        width: 100%;
    }

    .login-history button.unlock-btn {
        display: block;
        text-align: center;
    }
    /*.check-row {
        display: none;
    }*/
    .add-user-form label.text-right {
        text-align: left !important;
        padding: 0px 0px;
    }

    .view-userform .text-right {
        font-weight: 600;
        text-align: left !important;
        padding: 5px 10px !important;
        margin: 0px;
    }

    .view-userform [class*="col-"] {
        margin: 0px;
    }

    .search-header [class*="col-"] {
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

    .new-search-1 [class*="col-"] {
        margin-top: 0;
        margin-bottom: 0
    }
    /*ul.pagination li:nth-child(3),
    ul.pagination li:nth-child(4),
    ul.pagination li:nth-child(5),
    ul.pagination li:nth-child(6),
    ul.pagination li:nth-child(7) {
        display: none;
    }*/
    .login_wrapper .footer-copy {
        display: none;
    }

    .dashboard-tabledata-scroll {
        max-height: initial;
        overflow: initial;
    }

    .sidebar-hide .sidebar.sidebar-hide-to-small {
        position: fixed !important;
    }

    .btn-action .btn {
        max-width: 100%;
    }
}

@media only screen and (min-device-width: 120px) and (max-device-width: 812px) and (orientation: landscape) {
    body {
        overflow: auto !important
    }

    .add-user-form label.text-right {
        text-align: left !important;
        padding: 0px 0px;
    }

    .dash-board label {
        font-weight: 600;
        font-size: 13px;
        padding: 10px 10px;
    }

    .dash-board .account-table.accounts-detail label.d-md-block {
        width: 22% !important;
    }

    .dash-board .account-table.accounts-detail .row [class*="col-"] {
        width: 70% !important;
        text-align: left !important;
        padding: 4px 0px 0px 10px !important;
    }


    .dash-board .account-table.invoices-data label.d-md-block {
        width: 20% !important;
        padding: 4px 0px 0px 10px !important;
    }

    .dash-board .account-table.invoices-data .row [class*="col-"] {
        width: 30% !important;
        text-align: left !important;
        padding: 4px 0px 0px 5px !important;
    }

    .dash-board .help-desk label.d-md-block {
        padding: 5px 10px !important;
    }



    .report-filter {
        max-height: 100%;
    }

    .voyager-card .dollar-text {
        top: 12px;
    }

    .card-services div.control-label {
        text-align: left !important;
        margin: 5px 2px 0px 0px !important;
        padding: .25rem !important;
        font-weight: 600;
    }

    .gen.btn.btn-info {
        margin: 10px 0px 0px 10px;
        height: 38px;
    }

    .reset-password {
        padding: 100px 15px;
    }

    .account-table .row.form-group {
        margin-bottom: 0.2rem;
    }

    .sidebar-hide .sidebar.sidebar-hide-to-small {
        height: 100vh !important;
    }

    .messages-list,
    .broadcast-list {
        width: 100%;
        height: calc(100vh);
        border: 1px solid #d8d8d8;
        border-width: 0px 0px 1px 0px;
    }

    .ext-filed {
        float: left;
        padding: 0px;
        margin: 0px;
        width: 38% !important;
    }

    #helpDeskFileUpload {
        height: 40px;
        border-radius: 4px;
    }

    button.file-reset {
        float: right;
        height: 40px;
        padding: 0px 20px;
        margin: 0px;
        background: #cccccc;
        color: #444444;
        border-radius: 4px;
        text-align: center !important;
    }

    .dash-board .row [class*="col-"] {
        padding: 5px 0px;
    }

    .dashboard-tabledata-scroll {
        max-height: initial;
        overflow: initial;
    }

    .validationMessage,
    .phone-filed .validationMessage {
        margin-left: 0% !important;
    }

    .content-wrap [class*="col-"] {
        margin: 0px 0px 5px 0px;
        padding: 0px 10px;
        text-align: left;
    }

    .content-wrap .add-username-icon[class*="col-"] {
        padding: 0px 0px;
    }

    .main .search-header {
        padding: 0px 0px 10px 0px;
        border-bottom: 0;
        display: flex;
    }

    .edit-userform,
    .add-userform,
    .view-userform {
        display: flex;
        flex-direction: column;
        padding: 25px 10px 10px 10px;
    }

    .search-header [class*="col-"] {
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

    .sidebar i {
        margin-right: 0px;
    }

    .login-area img {
    }

    .iconShow .hideeye,
    .iconShow .showeye {
        position: absolute;
        top: 12px;
        right: 12px;
    }

    .login_wrapper .login-box .field {
        padding: 0 0 0px;
    }

        .login_wrapper .login-box .field.captcha label {
            padding: 0 0 0px;
        }

    .login-area .banner-txt {
        width: 100%;
        font-size: 7px;
        padding: 20px 0px 0px 15px;
    }
        .login-area .banner-txt .footer-brand {
            margin-top: 0;
            text-align: left;
        }

            .login-area .banner-txt .footer-brand img {
                margin-bottom: 0px;
                max-width: 21% !important
            }

        .login-area .banner-txt h1 {
            font-size: 2.5em;
        }

        .login-area .banner-txt h2 {
            font-size: 1.5em;
        }

    .login_wrapper .login-box {
        padding: 0 15px;
    }

    .login-box .login-control h1 {
        font-size: 1.2em;
    }

    .login-box .login-control h2 {
        font-size: 1em;
        padding: 0 0 10px;
    }

    .login_wrapper label {
        font-size: 14px;
    }

    .login_wrapper .login-box button {
        width: 100%;
        height: 40px;
    }

    .login_wrapper label.error {
        font-weight: 400;
    }

    .login_wrapper .footer-copy {
        position: fixed;
        left: 29px;
        bottom: 15px;
        color: #fff;
        z-index: 99;
        font-size: 11px;
        display: none;
    }

    .tabledata-scroll {
        width: 100%;
        max-height: calc(100vh);
        overflow: auto;
    }

    section#main-content {
        padding: 0px 5px;
    }

    .content-wrap h1 {
        font-size: 1.3em;
        padding: 5px 0px;
    }

    input[type=number],
    input[type="text"],
    input[type="password"],
    select.form-control,
    select.form-control:not([size]):not([multiple]) {
        height: 38px !important;
    }

    .search-header .form-control,
    .search-icon input[type="text"] {
        height: 38px !important;
        font-size: 13px;
        width: 100% !important;
    }

    .control-group .search-icon input[type="text"] {
        width: 100%;
    }

    .information-search .form-control, .information-search select.form-control,
    .information-search select.form-control:not([size]):not([multiple]) {
        font-size: 12px;
        height: 30px !important;
        border: 0px;
    }

    .information-search .btn {
        height: 30px !important
    }

    .search-header .form-group {
        margin: 0px 0px 10px 0px;
        float: left;
        width: 100%;
    }

    .search-icon {
        margin: 10px 0px;
        width: 100%;
    }

    .search-header .btn {
        width: 100%;
        height: 36px;
        text-align: center !important;
        justify-content: left;
        margin: 5px 0px;
        padding: 0px 15px;
        font-size: 1em;
        float: left;
    }

    button.reset {
        float: right;
        height: 36px;
        padding: 0px 20px;
        background: #cccccc;
        color: #444444;
        width: 100%;
    }

    .add-user {
        padding: 10px 15px;
    }

    .add-user-form label.text-right {
        text-align: left !important;
        padding: 0px;
    }

    .account-result button[type="button"] {
        /*position: static;*/
        height: 24px;
        margin: 6px 10px;
        font-size: 11px;
    }

    .account-result i.remove-default,
    .selected-account i.remove-default {
        margin: 5px 5px;
    }

    .accounts-list ul li {
        list-style-position: outside;
        padding: 10px 15px;
        font-size: 14px;
    }

    .username-icon i.fa-user-alt,
    .add-username-icon i.fa-user-alt {
        font-size: 1.1em !important;
    }

    .help-ac {
        position: absolute;
        right: -22px;
        top: 12px;
    }

    fieldset.scheduler-border {
        padding: .5em 1.5em 1.5em 1em !important;
    }

    .btn-action .btn {
        width: 140px;
        height: 40px;
        font-size: 1em;
        line-height: 12px;
    }

    .search-icon i.fa-search,
    .search-icon i.fa-calendar-alt {
        font-size: 1em;
        left: 10px;
    }

    .control-group .search-icon .fa-times-circle {
        right: 20px;
        top: 12px;
    }

    .search-icon input[type="text"] {
        padding: 0px 12px 0px 30px;
    }

    .dash-board .d-md-block {
        width: 25% !important;
    }

    .d-md-block {
        width: 30% !important;
        padding: 5px 20px;
        margin: 0px;
        text-align: right;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 12px;
    }

    .account-table .row [class*="cell"] {
        width: 70% !important;
        text-align: left !important;
        padding: 5px 12px;
        min-height: 30px;
        font-size: 13px;
    }

    .account-table.contact-row .row .cell,
    .account-table.invoice-row .row .cell {
        width: 64% !important;
        text-align: left !important;
    }

    .account-table.invoice-row .row [class*="cell"]:last-child {
        width: 64% !important;
    }

    .login-history .divTable {
        display: flex;
        width: 100%;
        flex-direction: column;
    }

    .login-history .divTableBody {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .login-history .divTableRow,
    .login-history .divTableHeading {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .login-history .divTableHeading {
        display: none;
    }

    .divTableRow label.d-md-block {
        width: 100%;
        padding: 5px 12px;
        margin: 5px 0px;
        text-align: left;
        font-weight: 600;
        text-transform: capitalize;
    }

    .login-history {
        padding: 0px 10px;
        margin: 0px;
    }

        .login-history label {
            padding: 10px 0px 0px 15px;
            margin: 0px;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: 600;
        }

        .login-history .divTableCell,
        .login-history .divTableHead {
            width: 100%;
            padding: 0px 0px 10px 15px;
            font-size: 14px !important;
        }

        .login-history h2 {
            font-size: 1em;
        }

        .login-history button.unlock-btn {
            font-size: 12px;
            padding: 0px 15px;
        }

    .btn-history {
        width: auto;
    }

    .login-history button.unlock-btn {
        display: block;
        text-align: center;
        padding: 0px 15px;
    }

    .account-result span.default-account,
    .selected-account span.default-account {
        text-align: right;
        width: 90% !important;
    }

    .edit-userform .row,
    .view-userform .row {
        font-size: 14px !important;
    }

    .view-userform .text-right {
        font-weight: 600;
        padding: 5px 0px 0px 15px !important;
        margin: 0px;
    }

    .view-userform [class*="col-"] {
        margin: 0px;
    }

    .view-userform label {
        width: 30% !important;
    }

    .view-userform span {
        width: 70% !important;
    }
    /*ul.pagination li:nth-child(3),
    ul.pagination li:nth-child(4),
    ul.pagination li:nth-child(5),
    ul.pagination li:nth-child(6),
    ul.pagination li:nth-child(7) {
        display: none;
    }*/
}
/*iPhone X*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
    /*.gen.btn.btn-info {
        margin: 10px 0px 0px 0px;
        width: 100%;
    }*/
    .dash-board .row [class*="col-"] {
        padding: 5px 0px;
    }

    .login-area {
        height: 100%;
        position: relative;
        display: flex;
        width: 350px;
    }

    .login_wrapper .footer-copy {
        display: none;
    }
}

@media only screen and (max-width: 812px) {
    .text-right {
        text-align: left !important;
        padding: 0px 0px;
    }

    .dash-board label {
        font-weight: 600;
        font-size: 13px;
        padding: 0px 0px;
        margin: 0px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
    /*.gen.btn.btn-info {
        margin: 10px 0px 0px 0px;
        width: 100%;
    }*/
    .sidebar-hide .sidebar.sidebar-hide-to-small {
        position: absolute !important;
    }

    .account-table .row [class*="cell"] {
        width: 70% !important;
        text-align: left !important;
        padding: 5px 12px;
        min-height: 30px;
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .search-header [class*="col-"] {
        margin: 0px 0px 10px 0px;
        padding: 0px;
    }

    .account-table .d-lg-none {
        display: block !important;
    }

    .history-user .d-lg-none {
        display: none !important;
    }

    .login-history .divTableCell,
    .login-history .divTableHead {
        padding: 10px 0px 10px 15px;
        font-size: 11px;
    }

    .login-history h2 {
        font-size: 0.8em;
    }

    .pagination-info,
    .pagination-info a {
        font-size: 12px;
    }

    .add-user-form label.text-right {
        padding: 10px 10px 0px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

    .account-table .rowhead, .profile-page .rowhead {
        display: none !important;
    }

    .show .validationMessage,
    .validationMessage {
        margin-left: 0% !important;
    }

    .gen.btn.btn-info {
        margin: 0px 0px 0px 5px;
    }

    .search-header .btn {
        height: 38px;
    }

    .account-table .row.form-group {
        margin-bottom: 0.5rem;
    }

    .validationMessage,
    .phone-filed .validationMessage,
    .phone-filed .validationMessage,
    .ext-filed-help .validationMessage,
    .ext-filed .validationMessage {
        margin-left: 0%;
    }

    .tabledata-scroll {
        position: relative;
        width: 100%;
        /*max-height: calc(100vh - 700px);*/
        overflow: auto;
    }

    .account-table .row {
        display: flex;
        justify-content: end;
    }

    .ext-filed {
        width: 40% !important;
    }

    .ext-filed-help {
        width: 40% !important;
    }

    .add-user-form label.text-right {
        text-align: left !important;
        padding: 0px;
    }

    .search-header [class*="col-"] {
        margin: 0px 0px 10px 5px;
        padding: 0px;
    }


    .login-area img {
    }

    .login-area img {
    }

    .login_wrapper .login-box .field {
        padding: 0 0 0px;
    }

    /*.login_wrapper .left-bg {
            background-size: 100% 100%;
            height: 40%;
        }*/

    .login_wrapper .login-main {
        /*height: 50%;*/
    }

    .login-area .banner-txt {
        width: 100%;
        font-size: 12px;
        padding: 20px 0px 0px 30px;
    }

        .login-area .banner-txt h1 {
            font-size: 2.5em;
        }

        .login-area .banner-txt h2 {
            font-size: 2em;
        }

    .login_wrapper .login-box {
        margin: 0px;
    }

    .login-box .login-control h1 {
        font-size: 1.5em;
    }

    .login-box .login-control h2 {
        font-size: 1em;
        padding: 0 0 10px;
    }

    .login_wrapper label {
        font-size: 14px;
    }

    .login_wrapper .login-box button {
        width: 100%;
    }

    .login_wrapper label.error {
        font-weight: 400;
    }

    .login_wrapper .footer-copy {
    }

    .content-wrap h1 {
        font-size: 1.3em;
        padding: 5px 10px;
    }

    .accounts-list ul li {
        padding: 8px 10px 8px 10px;
    }


    .d-md-block {
        width: 30%;
        padding: 5px 10px;
        text-align: right;
        font-weight: 600;
        font-size: 14px;
        margin: 0px;
    }

    .dash-board .d-md-block {
        width: auto !important;
        padding: 5px 10px;
        text-align: left;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0px;
    }

    .account-table .row [class*="cell"] {
        width: 70% !important;
        text-align: left !important;
        padding: 5px 10px;
        font-size: 14px;
    }

    .account-table .row {
        margin: 0px 0px 0px 0px;
        padding: 10px 0px;
        font-size: 14px;
        position: relative;
        /*border: 1px solid #d8d8d8;
		border-width: 1px 1px 1px 1px !important;*/
    }

    .account-table.contact-row .row .cell {
        width: 70% !important;
        text-align: left !important;
    }

    .search-header .btn {
        width: 100%;
        margin: 0px 0px 10px 5px;
    }

    .search-header .form-control,
    .search-icon input[type="text"] {
        width: 100%;
    }

    .account-table.location-row .row [class*="cell"]:last-child,
    .account-table.contact-row .row [class*="cell"]:last-child,
    .account-table.invoice-row .row [class*="cell"]:last-child {
        text-align: left !important;
        width: 70% !important;
    }

    .add-user-form label.text-right {
        padding: 10px 0px 0px 0px;
        text-align: left !important;
    }

    .voyager-card input[type=radio] {
        float: left;
        margin: 5px 10px 0px 0px;
    }

    .voyager-card .radio-label {
        float: left;
        padding: 0px 0px !important;
        margin: 0px;
    }

    .view-userform label {
        width: 30% !important;
    }

    .view-userform span {
        width: 70% !important;
    }

    .sidebar-hide .sidebar.sidebar-hide-to-small {
        position: fixed !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .account-table .row {
        display: flex;
        justify-content: end;
        padding: 10px 0px;
    }

    .ext-filed {
        float: left;
        padding: 0px;
        margin: 0px;
        width: 38% !important;
    }

    .search-header [class*="col-"] {
        margin: 0px 0px 5px 0px;
        padding: 0px;
    }

    .login-area .banner-txt {
        font-size: 8px !important;
    }

    .login_wrapper .login-box {
        margin: 0px;
    }

    label.d-md-block {
        width: 17%;
        padding: 5px 10px;
        text-align: right;
        font-weight: 600;
        font-size: 14px;
    }

    .invoice-row label.d-md-block {
        min-width: 17% !important;
    }

    .invoice-row .row .cell {
        min-width: 30% !important;
        text-align: left !important;
    }

    .account-table .row [class*="cell"] {
        min-width: 33%;
        text-align: left !important;
        padding: 5px 5px !important;
        font-size: 14px !important;
    }

    /* .account-table.contact-row .row .cell, .account-table.invoice-row .row .cell {
        width: 70% !important;
        text-align: left !important;
    } */
    .content-wrap h1 {
        font-size: 1.3em;
        padding: 7px 0px
    }

    .sidebar-hide .sidebar.sidebar-hide-to-small {
        position: absolute;
        width: 60px;
        left: 0;
        top: 0px;
    }

    .sidebar-hide .sidebar.sidebar-hide-to-small {
        position: fixed !important;
    }

    .account-result button[type="button"] {
        /*position: static;*/
        height: 24px;
        margin: 6px 10px;
        font-size: 11px;
    }

    .account-result i.remove-default,
    .selected-account i.remove-default {
        margin: 14px 10px;
    }

    .accounts-list ul li {
        list-style-position: outside;
        padding: 10px 5px;
        font-size: 13px;
    }

    .username-icon i.fa-user-alt,
    .add-username-icon i.fa-user-alt {
        font-size: 1.3em;
    }

    .control-group .search-icon input[type="text"] {
        width: 95.5%;
    }

    .title {
        padding-right: 0px;
    }

    select.title {
        padding: 0px 0px 0px 3px;
    }

    .account-table.location-row .row [class*="cell"]:last-child,
    .account-table.contact-row .row [class*="cell"]:last-child,
    .account-table.invoice-row .row [class*="cell"]:last-child {
        text-align: left !important;
    }

    .search-header .form-control,
    .search-icon input[type="text"] {
        width: 98%;
        height: 40px !important;
        margin: 0px;
        border: 1px solid #bebebe;
    }
}

@media only screen and (max-width: 1024px) {


    body {
        overflow: auto !important
    }

    .row.form-group {
        margin-bottom: 0.6rem;
    }

    .sidebar i {
        margin-right: 0px !important;
    }

    .dash-board .d-md-block {
        width: auto !important;
        padding: 5px 10px;
        text-align: left;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0px;
    }
    /*.d-md-block {
           
            padding: 5px 10px;
            text-align: left;
            font-weight: 600;
            text-transform: capitalize;
            margin: 0px;
        }*/
    .dash-board .row [class*="col-"] {
        justify-content: space-between;
        padding: 5px 10px;
        position: relative;
        overflow: hidden;
        color: #444444;
        text-decoration: none;
        min-height: inherit;
        word-break: break-word;
    }

    .dash-board .account-table .row {
        display: flex;
        justify-content: left;
        font-size: 14px;
        padding: 10px 0px;
        margin: 0px;
        width: 100%;
    }

        .dash-board .account-table .row [class*="col-"] {
            max-width: 100% !important;
            text-align: left !important;
            padding: 5px 10px;
        }
    /*.check-row {
            position: absolute;
            top: 15px;
            left: 20px;
        }*/
    .account-table .rowhead,
    .profile-page .rowhead {
        display: none !important;
    }

    .profile-page label.d-md-block,
    .profile-page label {
        text-transform: capitalize;
        font-weight: 600;
    }

    .account-table .row span.d-md-block {
        display: block !important;
    }

    .account-result span.default-account,
    .selected-account span.default-account {
        text-align: right;
        width: auto !important;
        padding: 0px 10px;
        display: inline-block;
        cursor: pointer;
        font-style: italic;
        font-weight: 600;
        position: static;
        float: right;
    }

    .view-userform .text-right {
        font-weight: 600;
    }

    .radio-label,
    .radio-inline {
        float: left;
        padding-right: 30px;
        width: auto;
    }

    .edit-userform .row,
    .view-userform .row {
        margin: 0px 0px 10px 0px;
        padding: 0px 0px;
        font-size: 14px;
        border: 0px solid #d8d8d8 !important;
    }

    .login-history .divTableCell,
    .login-history .divTableHead {
        padding: 10px 0px 10px 15px;
        font-size: 13px;
    }

    .login-history button.unlock-btn {
        font-size: 13px;
        padding: 0px 10px;
    }

    .useredit-form [class*="col-"],
    .view-userform [class*="col-"] {
        padding: 5px 10px;
    }

    .edit-userform .row,
    .view-userform .row {
        margin: 0px 0px 0px 0px;
    }

    .account-table .row .cell:nth-of-type(8) {
        text-align: left !important;
    }

    .account-table.contact-row .cell:nth-of-type(7) {
        text-align: left;
    }

    .pagination-info,
    .pagination-info a {
        font-size: 13px;
    }

    .location-row .tabledata-scroll {
        width: 100%;
        height: calc(100vh);
        max-height: calc(100vh);
        overflow: auto;
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    html, body {
        height: 100%;
    }

    body {
        overflow: auto !important;
    }

    .login-area .banner-txt h1 {
        font-size: 1.5em;
    }

    .tabledata-scroll {
        position: relative;
        width: 100%;
        max-height: calc(100vh - 900px);
        overflow: auto;
    }

    .search-header .btn {
        width: 99px;
        margin: 0px 0px 10px 5px;
    }

    .d-md-block {
        width: 20% !important;
        padding: 5px 10px;
        text-align: right;
        font-weight: 600;
        font-size: 14px;
        margin: 0px;
    }

    .invoice-row label.d-md-block {
        min-width: 17% !important;
    }

    .invoice-row .row .cell {
        min-width: 30% !important;
        text-align: left !important;
    }

    .account-table .row [class*="cell"] {
        width: 30% !important;
        text-align: left !important;
        padding: 5px 5px !important;
        font-size: 14px !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .sidebar .nano-content > ul li {
        font-size: 1em;
    }

        .sidebar .nano-content > ul li strong,
        .sidebar .nano-content > ul li label {
            font-size: 0.88em;
        }

    .control-group .search-icon input[type="text"] {
        width: 93%;
    }

    .select-account strong {
        font-size: 1.2em;
    }

    .select-account label {
        font-size: 1.2em;
    }

    .fe-theme .sidebar, .wk-theme .sidebar, .lykins-theme .sidebar {
        width: 250px;
    }

    .qf-theme .sidebar {
        width: 250px;
    }

    .sidebar.sidebar-shrink ~ .content-wrap {
        margin-left: 250px;
    }

    .sidebar .nano-content > ul li > a,
    .sidebar .nano-content > ul li > span {
        padding: 3px 10px;
    }

    .select-account .form-group select.form-control {
        height: 40px !important;
    }

    .fe-theme .select-account .form-control, .wk-theme .select-account .form-control, .lykins-theme .select-account .form-control {
        height: 36px !important;
        font-size: 1em;
    }

    .qf-theme .select-account .form-control {
        height: 36px !important;
        font-size: 1em;
    }

    .select-account .form-group:after {
        padding: 12px 0px 0px 8px;
    }

    .account-table .row.rowhead [class*="cell"] {
        padding: 8px 5px !important;
        background: transparent;
        font-size: 13px;
    }

    .account-table .row [class*="cell"] {
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 400;
        color: #444444;
    }

    .d-xl-none,
    .d-lg-none {
        display: none;
    }

    .login-area .banner-txt {
    }

        .login-area .banner-txt h2 {
            letter-spacing: 1px;
        }

    .login-control {
        font-size: 14px;
    }

    .login_wrapper .login-box {
        /*padding: 0 110px;*/
        margin: auto 0;
    }

    .login_wrapper .registration-box {
        padding: 0 10px !important;
    }

    .registration-box .form-group,
    .login-box .form-group {
        margin-bottom: 0.2rem !important;
    }

    /*.registration-box #Address2 {
            float: left;
        }*/

    .login_wrapper .login-box input[type=password],
    .login_wrapper .login-box input[type=text] {
        height: 44px;
    }

    .login_wrapper .registration-box input[type=email],
    .login_wrapper .registration-box input[type=text],
    .login_wrapper .registration-box input[type=number] {
        height: 40px;
    }

    .login_wrapper .login-box button {
        height: 48px;
    }

    .registration-box button {
        height: 44px !important;
    }

    .login_wrapper .footer-copy {
        font-size: 12px;
    }

    .account-result button[type="button"] {
        /*position: static;*/
        height: 24px;
        margin: 6px 10px;
        font-size: 11px;
    }

    .account-result i.remove-default,
    .selected-account i.remove-default {
        margin: 14px 10px;
    }

    .accounts-list ul li {
        list-style-position: outside;
        padding: 10px 10px;
        font-size: 13px;
    }

    .account-result i.remove-default,
    .selected-account i.remove-default {
        margin: 5px 10px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {
    .control-group .search-icon input[type="text"] {
        width: 94.5% !important;
    }
}
/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .ext-filed {
        float: left;
        padding: 0px;
        margin: 0px;
        width: 40% !important;
    }

    .login_wrapper .login-box {
        padding: 0 20px;
        margin: auto;
    }

    .login-area .banner-txt h2 {
        font-size: 1em;
        font-weight: 300;
        letter-spacing: 0px;
        line-height: 1.6em;
    }

    .login-area .banner-txt {
        width: 94%;
        font-size: 18px;
        padding: 20px 0px 0px 20px;
    }

    .login-control {
        font-size: 18px;
    }

    .login-box .login-control h2 {
        font-size: 1em;
        padding: 0 0 10px;
    }

    .login_wrapper label {
        font-size: 1em;
        line-height: normal;
    }

    .login_wrapper .login-box input[type=password],
    .login_wrapper .login-box input[type=text] {
        height: 44px;
    }

    .login_wrapper .login-box button {
        height: 44px;
    }

    .login_wrapper .footer-copy {
        font-size: 14px;
        bottom: 20px;
    }
}
/* Landscape*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (orientation: landscape) {
    html,
    body {
        height: 100%;
        height: 100vh;
    }

    .cardqueue-tab {
        min-height: 500px;
    }

    .voyager-addCard,
    .add-user {
        position: relative !important;
        width: 100%;
        max-height: calc(100vh - 170px) !important;
        overflow-y: scroll !important;
        overflow-x: hidden;
    }

    .supportcenter-page {
        position: relative !important;
        width: 100%;
        max-height: calc(100vh - 170px) !important;
        overflow-y: scroll !important;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 991px) {
    body {
        font-size: 13px;
    }

    .login-area .banner-txt h1 {
        font-size: 1.9em;
    }

    .login-area .banner-txt, .login_wrapper .login-box {
        justify-content: flex-start;
        margin: auto 0;
    }

    .login_wrapper .login-box {
        width: 100%;
    }

    .form-item--with-scaling-label input:autofill ~ label {
        padding: 0 17px 0 0px !important;
        transform: translate3d(0px,-5px,0) scale3d(0.9,0.9,1) !important;
    }

    .form-item--with-scaling-label.form-item--input-filled label {
        transform: translate3d(0px,-5px,0) scale3d(0.9,0.9,1) !important;
    }

    .login-area .banner-txt, .login_wrapper .login-box {
        padding: 10px;
    }
    .login-area .banner-txt {
        padding-right: 35%;
    }
        .login-area .banner-txt .footer-brand {
            margin-top: 10px
        }
        .registration-box h1 {
            padding-left: 10px;
        }

    .login_wrapper .left-bg {
        padding-right: 10px
    }

    .login_wrapper .registration-box {
        padding: 15px 0 0 0px !important;
    }

    .login-area .banner-txt h2 {
        font-size: 1.2em;
    }

    .login_wrapper label {
        font-size: 12px;
    }

    .login_wrapper input[type=number], .login_wrapper input[type=email], .login_wrapper input[type=password], .login_wrapper input[type=text], .login_wrapper input[type=date] {
        height: 34px;
        font-size: 12px
    }

    .form-item--with-scaling-label label {
        padding: 14px 0px !important
    }

    .form-item--with-scaling-label.form-item--input-filled label, .login-box .login-control h2 {
        padding-top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .left-bg {
        border-bottom: 1px solid #ccc !important;
        border-right: 0 !important;
        padding-right: 10px !important
    }

    .forgetpass-screen img.logo {
        position: relative;
        left: unset;
        top: unset;
        z-index: 0;
        display: block;
        float: left;
        margin-left: 15px;
        margin-top: 24px;
        clear: both;
        max-width: 100% !important;
        margin-bottom: 5%;
        height: 7%;
        width: auto !important;
    }
    .login-area .banner-txt img {
        max-width: 60% !important;
    }

    .fe-login .login_wrapper .login-main {
        background: url(../images/bg.png) 0 0 no-repeat;
        background-size: 100% !important;
        background-position: right 0px bottom !important;
        padding-bottom: 70px
    }

    .fe-login .login_wrapper .left-bg {
        background: none !important;
    }

    .login_wrapper .container, .login_wrapper .row {
        min-height: 100vh
    }

    .left-bg {
        padding-right: 10px
    }

    .fe-login .login_wrapper .login-main {
    }

    .login_wrapper .login-main {
        height: auto
    }

    .login-area .banner-txt h2 {
        font-size: 1.9em;
    }

    .login-area .banner-txt h1, .registration-box h1 {
        font-size: 18px !important
    }

    .registration-box h1 {
        padding-left: 0px;
    }

    .login-box .login-control h2 {
        font-size: 14px;
        padding: 0;
    }

    .form-item--with-scaling-label.form-item--input-filled label {
        transform: translate3d(0px,-5px,0) scale3d(0.9,0.9,1) !important;
    }

    .login_wrapper .login-box {
        width: 100%;
        padding: 0;
    }

    .login_wrapper .login-box {
        padding: 15px 10px 10px
    }

    .form-item--with-scaling-label input:autofill ~ label {
        padding: 0 17px 0 0px !important;
        transform: translate3d(0px,-5px,0) scale3d(0.9,0.9,1) !important;
    }
}

/*loader class*/
/*loader*/
.loader {
    width: 100%;
    float: left;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    overflow: hidden;
    z-index: 999;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.spinner {
    margin: auto;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}


    .spinner > div {
        background-color: #fff;
        height: 100%;
        width: 5px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

@media print {
    .noprint {
        visibility: hidden;
    }
}
/*.show#messageDiv {
    -webkit-animation: seconds 1.0s forwards;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-delay: 7s;
    animation: seconds 1.0s forwards;
    animation-iteration-count: 1;
    animation-delay: 7s;
    position: relative;
}

@-webkit-keyframes seconds {
    0% {
        opacity: 2;
    }

    100% {
        opacity: 0;
        left: -9999px;
        position: absolute;
    }
}

@keyframes seconds {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: -9999px;
        position: absolute;
    }
}*/
/*date picker*/
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../Content/fonts/glyphicons-halflings-regular.eot');
    src: url('../Content/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Content/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Content/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Content/fonts/glyphicons-halflings-regular.svg') format('svg');
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group.date .input-group-addon {
        cursor: pointer;
    }

.input-group-addon {
    padding: 6px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}



.input-group .form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-width: 1px 0px 1px 1px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 50px !important;
    height: 50px !important;
    font-weight: normal !important;
    font-size: 15px !important;
    margin: 0 !important;
    padding: 0px !important;
}

.glyphicon-asterisk:before {
    content: "\2a";
}

.glyphicon-plus:before {
    content: "\2b";
}

.glyphicon-euro:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-briefcase:before {
    content: "\1f4bc";
}

.glyphicon-calendar:before {
    content: "\1f4c5";
}

.glyphicon-pushpin:before {
    content: "\1f4cc";
}

.glyphicon-paperclip:before {
    content: "\1f4ce";
}

.glyphicon-camera:before {
    content: "\1f4f7";
}

.glyphicon-lock:before {
    content: "\1f512";
}

.glyphicon-bell:before {
    content: "\1f514";
}

.glyphicon-bookmark:before {
    content: "\1f516";
}

.glyphicon-fire:before {
    content: "\1f525";
}

.glyphicon-wrench:before {
    content: "\1f527";
}
/*Invoice*/
.table-h1 {
    font-size: 1.4em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px 0px 10px 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

    .table-h1 .download-pdf {
        background: #6c757d;
        border: 1px solid #6c757d;
        padding: 5px 12px;
        border-radius: 4px;
        color: #fff;
    }

        .table-h1 .download-pdf:hover {
            background: #0078b9;
            border: 1px solid #0078b9;
        }

.table-responsive {
    height: calc(100vh - 120px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px 10px 0px 0px;
}

.invoice-table {
    width: 100%;
    float: left;
    color: #444444;
    font-size: 14px;
}

    .invoice-table .table td,
    .invoice-table .table th {
        padding: 8px 10px;
        border-bottom: 1px solid #bebebe !important;
        border-color: #bebebe !important;
    }

    .invoice-table .table tfoot td,
    .invoice-table .table .tfoot td {
        font-weight: bold;
        border-top: 1px solid #bebebe !important;
        border-bottom: 1px solid #bebebe !important;
        border-color: #bebebe !important;
    }

.invoice-noborder .table td,
.invoice-noborder .rowhead {
    padding: 5px 10px;
    border-bottom: 0px solid #bebebe !important;
    border-color: transparent !important;
    color: #444444;
    font-size: 14px;
}


.invoice-noborder .table th,
.invoice-noborder .rowhead {
    padding: 5px 10px;
    border-bottom: 1px solid #bebebe !important;
    border-color: #bebebe !important;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

.invoice-noborder .rowfoot {
    padding: 5px 10px;
    border: 1px solid #bebebe !important;
    border-width: 1px 0px 1px 0px !important;
    color: #444444;
    font-size: 14px;
    font-weight: 600;
    margin: 0px;
}

.invoice-noborder .row {
    padding: 0px 10px;
    margin: 0px;
}

    .invoice-noborder .row [class*="col-"] {
        padding: 5px 10px;
    }

.cardlock-invoice .row .col {
    padding: 5px 10px;
}

    .cardlock-invoice .row .col:nth-of-type(1),
    .cardlock-invoice .row .col:nth-of-type(3),
    .cardlock-invoice .row .col:nth-of-type(4) {
        flex-grow: 2;
    }

.cardlock-invoice .border-top {
    border: 1px solid #bebebe !important;
    border-width: 1px 0px 1px 0px !important;
}

.cardlock-invoice .foot-row {
    font-weight: 600;
}
/*table css*/
/* DivTable.com */
.overflow-x {
    overflow-x: scroll
}

.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: transparent !important;
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    display: table-cell;
    padding: 5px 10px;
    flex-wrap: wrap;
}

.divTableHead,
.divTableFoot .divTableCell {
    border: 1px solid #bebebe !important;
    border-width: 0px 0px 1px 0px !important;
}

.divTableRow.border .divTableCell {
    border: 1px solid #bebebe !important;
    border-width: 1px 0px 1px 0px !important;
    font-weight: 600;
}

.divTableHeading {
    background-color: transparent !important;
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: transparent !important;
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}
/*table css end*/
.invoice-table .border {
    border: 1px solid #bebebe !important;
}

.invoice-table strong {
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

.invoice-table p {
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.invoice-table label {
    padding: 0px 10px;
    margin: 0px;
    font-size: 15px;
    font-weight: 600;
    max-width: 150px;
    text-align: right;
}


.invoice-table .net-label {
    display: inline-block;
    max-width: 100px;
    text-align: left;
}

.invoice-table .basis-rate {
    text-align: right;
    max-width: 125px;
    display: inline-block;
}


/* scroll start*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    cursor: pointer !important;
}
/* Track */
::-webkit-scrollbar-track {
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #858585;
    border-radius: 0px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #444444;
    }

    ::-webkit-scrollbar-thumb:horizontal {
        border-width: 6px 0 1px
    }

    ::-webkit-scrollbar-thumb:horizontal {
        border-width: 5px 1px 1px
    }
/* scroll*/

@media print {
    body {
        overflow: auto !important;
        height: auto !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        overflow: scroll !important;
    }

    .table-responsive {
        width: 100%;
        height: auto !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        overflow: scroll !important;
        /* Some other stylings */
    }
}

.home-onlineordering {
    position: relative;
    text-align: center;
}























.home-checkout {
    text-align: center;
}
/*--Start for here--*/
.online-porduct-listing .new-search-header .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .online-porduct-listing .new-search-header .input-group > .custom-file, .online-porduct-listing .new-search-header .input-group > .custom-select, .online-porduct-listing .new-search-header .input-group > .form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
        height: 40px;
    }

.online-porduct-listing .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border: 0;
}

.online-porduct-listing .input-group-text {
    border-radius: 4px;
    color: #000;
}

.online-porduct-listing ::placeholder {
    font-size: 0.8rem;
    font-weight: normal
}

.new-search-header {
    padding: 0 10px;
    margin-bottom: 15px;
    border-radius: 4px;
}

.static-frequently-ordered-product {
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
}


.product-content {
    padding: 0.8rem
}

.product-title a {
    color: #000
}

.add-to-cart {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 9px;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s;
}

















    .add-to-cart:hover {
        text-decoration: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

.price {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin: 0 2px 15px 0;
}

.product-image svg {
    width: 100%;
    height: 300px;
}

.product-listing-column {
    padding: 0.8rem 0
}

.product-description {
    position: relative;
    /* border: 1px solid #f5f5f5; */
    font-size: 12px;
    margin-bottom: 6px;
}

.new-product-title {
    /* position: absolute; */
    /* top: -11px; */
    /* font-size: 11px; */
    /* padding: 0 7px; */
    /* left: 4px; */
    font-weight: bold;
    /* display: inline-block; */
}

.product-listing-column .price {
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center
}

.new-prodcut-details {
    /* padding: 5px 10px; */
    /* display: inline-block; */
}

.product-listing-column .product-title {
    font-size: 0.9rem;
    margin-bottom: 7px
}

.product-listing-column .price {
}

.product-listing-column .add-to-cart {
    font-size: 11px;
    border-radius: 0px;
    transition: all .3s;
    border: 0;
    border-radius: 4px;
}

    .product-listing-column .add-to-cart:hover {
        box-shadow: 0 0 10px rgba(0, 0,0, 0.1);
    }

.static-frequently-ordered-product h5 {
    font-weight: bold
}
/*--carosouel--*/
.MultiCarousel {
    float: left;
    overflow: hidden;
    padding: 15px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    width: 100%;
    position: relative;
}

    .MultiCarousel .MultiCarousel-inner {
        transition: 1s ease all;
        float: left;
    }

        .MultiCarousel .MultiCarousel-inner .item {
            float: left;
            padding: 5px;
            background: #fff;
        }

            .MultiCarousel .MultiCarousel-inner .item > div {
            }

    .MultiCarousel .leftLst, .MultiCarousel .rightLst {
        position: absolute;
        border-radius: 0;
        top: calc(50% - 20px);
        height: 60px;
        padding: 6px;
    }

    .MultiCarousel .leftLst {
        left: 0;
    }

    .MultiCarousel .rightLst {
        right: 0;
    }


.btn.btn-primary.rightLst, .btn.btn-primary.leftLst {
    background: #fff !important;
    color: #000;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0,0.2);
}

    .btn.btn-primary.rightLst.over, .btn.btn-primary.leftLst.over {
        pointer-events: none;
        background: #fff;
        color: #000;
        box-shadow: 0 0 5px 2px rgba(0, 0, 0,0.05) !important;
        opacity: 0.7;
    }

.product-list-all {
    background: transparent;
    padding: 0;
}

    .product-list-all .product-grid {
        padding: 10px
    }






.cursor-pointer {
    cursor: pointer
}



.decrease-btn {
    background: transparent !important;
    color: #000 !important;
    padding: 0 !important;
    font-size: 11px !important;
    margin-right: 3px !important
}

.increase-btn {
    background: transparent !important;
    color: #000 !important;
    padding: 0 !important;
    font-size: 11px !important;
    margin-left: 3px !important
}

.increase-btn-input {
    height: 20px !important;
    border: 1px solid #ccc !important;
    text-align: center;
    font-size: 12px !important;
}

.input-number.increase-btn-input {
    border-width: 1px !important;
    margin-right: 2px !important
}

.card-increase-decrease {
    width: 100px
}






    .card-increase-decrease .increase-btn-input {
        height: 30px !important;
        border: 1px solid #d2d2d2 !important;
        text-align: center;
        font-size: 14px !important;
    }

    .card-increase-decrease .decrease-btn {
        border-radius: 2px !important;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-right: 0 !important
    }

    .card-increase-decrease .increase-btn {
        border-radius: 2px !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-left: 0 !important
    }

    .card-increase-decrease .decrease-btn, .card-increase-decrease .increase-btn {
        height: 30px !important;
        border: 1px solid #d2d2d2 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding: 0 7px !important;
        width: 100%;
    }

    .card-increase-decrease .increase-btn-input {
        border-right: 0 !important;
        border-left: 0 !important;
        padding: 0px;
        text-align: center
    }

.search-header-2 {
    /* padding-left: 0; */
    /* padding-right: 0; */
}

    .search-header-2 .search-header [class*="col-"] {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
        padding-right: 10px;
        padding-left: 10px;
        margin: 0
    }

    .search-header-2 .search-header textarea.form-control {
        height: 125px !important
    }







/*--Order tracking--*/






.order-tracking-wrp .card {
    /*z-index: 0;*/
    background-color: #fff;
    padding: 15px;
    border-radius: 0px;
    border: 0;
}













.order-tracking-wrp #progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 0px;
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

    .order-tracking-wrp #progressbar li {
        list-style-type: none;
        font-size: 13px;
        width: 25%;
        float: left;
        position: relative;
        font-weight: 400;
        z-index: revert;
    }

    .order-tracking-wrp #progressbar .step0:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f111";
        color: #fff
    }

    .order-tracking-wrp #progressbar .final-step.step0:before {
        font-family: "Font Awesome 5 Free";
        content: "\f111";
        font-weight: 400
    }

    .order-tracking-wrp #progressbar li:before {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        font-size: 16px;
        border-radius: 50%;
        margin: auto;
        padding: 0px;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .order-tracking-wrp #progressbar li:after {
        content: '';
        width: 100%;
        height: 30px;
        position: absolute;
        left: -50%;
        top: 0;
        /* z-index: -1; */
    }

    .order-tracking-wrp #progressbar li:last-child:after {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: absolute;
        left: -50%
    }

    .order-tracking-wrp #progressbar li:nth-child(2):after,
    .order-tracking-wrp #progressbar li:nth-child(3):after {
        left: -50%
    }

    .order-tracking-wrp #progressbar li:first-child:after {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        position: absolute;
        left: 50%
    }

    .order-tracking-wrp #progressbar li:last-child:after {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px
    }




    .order-tracking-wrp #progressbar li.active:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f058"
    }

.track-details {
    margin-top: 37px;
}

    .track-details div {
        font-size: 12px
    }

.order-tracking-wrp {
    margin-bottom: 10px;
}


/*--End--*/
.table-responsive-2 {
    display: table;
    width: 100%;
    height: auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0
}

/*--Information search--*/
.information-search {
    margin-bottom: 2px;
    border-radius: 4px;
}



    .information-search label {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .information-search .form-control {
        font-size: 12px;
        height: 30px !important;
        border: 0px;
    }

    .information-search .btn {
        font-size: 12px;
        font-weight: 600;
        text-transform: none;
        height: 28px;
        line-height: 1
    }





.btn-sm {
    padding: 3px 10px !important;
    font-size: 12px !important;
}


.arrow-btn {
    font-weight: 400;
    cursor: pointer
}






.form-control {
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

/*Modal Product Details*/
.modal-product-details {
}

    .modal-product-details .product-listing-column {
        padding: 0;
    }

    .modal-product-details .product-description {
        position: relative;
        /* border: 1px solid #f5f5f5; */
        /* margin-top: 7px; */
        font-size: 14px;
        margin-bottom: 10px;
    }

    .modal-product-details .new-prodcut-details {
        padding: 0;
    }

        .modal-product-details .new-prodcut-details .input-group {
            width: 100px
        }

    .modal-product-details .new-product-title, .modal-product-details .product-listing-column .add-to-cart {
        font-size: 14px;
    }


    .modal-product-details .price {
        text-align: left !important;
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 7px
    }

    .modal-product-details .form-row .product-description {
        margin-top: 0;
        margin-bottom: 4px
    }

    .modal-product-details .form-row [class*="col-"] {
        padding-top: 0;
        padding-bottom: 0
    }

    .modal-product-details .close {
        opacity: 1;
        font-size: 24px;
        padding: 2px 7px;
        font-weight: 100;
        position: absolute;
        border-radius: 4px;
        right: 0;
        top: -30px;
    }

        .modal-product-details .close:hover {
            text-shadow: none
        }

    .modal-product-details .modal-content {
        margin-top: 40px
    }

    .modal-product-details .new-prodcut-details.more-detail-btn {
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px
    }


fieldset[disabled] select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    appearance: none;
}

    fieldset[disabled] select::-ms-expand {
        display: none;
    }









/*********************************************************************/
/* Item Carousel */
/*********************************************************************/

/* medium - display 2  */
@media (min-width: 640px) {



    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}


/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}




.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

.new-corousel .carousel-control-prev, .new-corousel .carousel-control-next {
    position: absolute;
    border-radius: 0;
    top: calc(50% - 20px );
    height: 50px;
    padding: 6px;
    width: 22px;
    color: #000;
    background: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.new-corousel .carousel-item [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.product-grid {
    background: #fff;
    border-radius: 4px;
}

.product-listing-column {
    padding: 10px;
}

.product-image {
    padding: 5px
}

.checkout-product-bar .product-image {
    padding: 2px
}

.product-image img {
    /* border-radius: 4px */
}

.form-control {
    border-radius: 4px;
}


/*table {
    font-size: 12px;
}*/

table i {
    cursor: pointer
}

/*table th {
        font-size: 11px;
        text-transform: uppercase
    }*/



























table .btn-sm {
    padding: 3px 10px !important;
    text-transform: uppercase;
    font-size: 11px !important;
}

.bg-white {
    background: #fff
}

.font-bold {
    font-weight: bold
}












.view-order-history {
}

    .view-order-history .account-table .rowhead {
        font-weight: 600;
    }

    .view-order-history .account-table .row [class*="cell"] {
        font-size: 12px !important;
    }

    .view-order-history .account-table .row.rowhead .sorting-item, .view-order-history .account-table .row.rowhead [class*="cell"] {
        cursor: pointer;
        float: left;
        font-size: 11px !important;
        font-weight: bold;
    }

    .view-order-history .account-table .row.rowhead [class*="cell"] {
        min-height: 28px;
        padding: 4px 5px !important;
    }

    .view-order-history .account-table .row {
        font-size: 12px;
    }


    .view-order-history .user-detail .closed-btn, .view-order-history .card-block .closed-btn {
        position: relative;
        right: auto;
        top: auto;
        font-size: 1.6em;
        cursor: pointer;
        z-index: 9;
        float: right;
        margin-right: 6px;
    }

.date-search {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.form-control-28 {
    height: 28px !important;
    border-radius: 4px;
    font-size: 13px !important;
}

.label-28 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0
}

.btn-28 {
    height: 28px !important;
    font-size: 12px !important;
    padding: 6px 14px 6px 14px !important;
}

.start-date {
    margin-right: 12px;
    width: 170px;
}









/*--View Profile search--*/
.view-profile-search {
    margin-bottom: 2px;
    margin-bottom: 10px
}
















    .view-profile-search label {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .view-profile-search .form-control {
        font-size: 13px;
        height: 28px !important;
        border: 0px;
    }


    .view-profile-search .btn {
        font-size: 12px;
        font-weight: 600;
        text-transform: none;
        height: 28px;
        line-height: 1
    }

.user-profile-accordion .card-link:after {
    position: absolute;
    content: '\f146';
    right: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

.user-profile-accordion .card-link.collapsed:after {
    position: absolute;
    content: '\f0fe';
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

/* main styles */
.new-swtich.switch {
    width: 47px;
    position: relative;
    height: 20px;
}

    .new-swtich.switch input {
        position: absolute;
        top: 0;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

        .new-swtich.switch input:checked {
            z-index: 1;
        }

            .new-swtich.switch input:checked + label {
                opacity: 0;
                cursor: default;
            }


        .new-swtich.switch input:not(:checked) + label:hover {
            opacity: 0.5;
        }

    .new-swtich.switch label {
        opacity: 1;
        transition: opacity 0.25s ease;
        cursor: pointer;
    }

    .new-swtich.switch .toggle-outside {
        height: 100%;
        border-radius: 2rem;
        overflow: hidden;
        transition: 0.25s ease all;
    }

    .new-swtich.switch .toggle-inside {
        border-radius: 5rem;
        position: absolute;
        transition: 0.25s ease all;
        background: #fff;
    }

.new-swtich.switch--horizontal {
    /* width: 18rem; */
    /* margin: 0 auto; */
    font-size: 0;
    /* margin-bottom: 1rem; */
}

    .new-swtich.switch--horizontal input {
        height: 3rem;
        width: 6rem;
        left: 6rem;
        margin: 0;
    }

    .new-swtich.switch--horizontal label {
        font-size: 11px;
        /* line-height: 3rem; */
        display: inline-block;
        /* width: 6rem; */
        height: 100%;
        margin: 0;
        text-align: center;
        position: absolute;
        line-height: 20px;
        padding-left: 5px;
        font-weight: bold
    }

        .new-swtich.switch--horizontal label:last-of-type {
            padding-right: 6px;
            right: 0;
            padding-left: 0;
        }

    .new-swtich.switch--horizontal .toggle-outside {
        width: 47px;
    }

    .new-swtich.switch--horizontal .toggle-inside {
        height: 16px;
        width: 16px;
        top: 2px;
    }

    .new-swtich.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
        left: 3px;
    }



    .new-swtich.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
        right: 3px;
        left: auto;
    }

.new-swtich.switch--vertical {
    width: 12rem;
    height: 6rem;
}

    .new-swtich.switch--vertical input {
        height: 100%;
        width: 3rem;
        right: 0;
        margin: 0;
    }

    .new-swtich.switch--vertical label {
        font-size: 1.5rem;
        line-height: 3rem;
        display: block;
        width: 8rem;
        height: 50%;
        margin: 0;
        text-align: center;
    }

    .new-swtich.switch--vertical .toggle-outside {
        position: absolute;
        width: 3rem;
        height: 100%;
        right: 0;
        top: 0;
    }

    .new-swtich.switch--vertical .toggle-inside {
        height: 2.5rem;
        left: 0.25rem;
        top: 0.25rem;
        width: 2.5rem;
    }

    .new-swtich.switch--vertical input:checked ~ .toggle-outside .toggle-inside {
        top: 0.25rem;
    }

    .new-swtich.switch--vertical input ~ input:checked ~ .toggle-outside .toggle-inside {
        top: 3.25rem;
    }

.switch--no-label label {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}





.switch--no-label.switch--vertical {
    width: 3rem;
}

.switch--no-label.switch--horizontal {
    width: 6rem;
}

    .switch--no-label.switch--horizontal input,
    .switch--no-label.switch--horizontal .toggle-outside {
        left: 0;
    }

.switch--expanding-inner input:checked + label:hover ~ .toggle-outside .toggle-inside {
    height: 2.5rem;
    width: 2.5rem;
}

.switch--expanding-inner.switch--horizontal input:hover ~ .toggle-outside .toggle-inside {
    width: 3.5rem;
}

.switch--expanding-inner.switch--horizontal input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 2.25rem;
}


.switch--expanding-inner.switch--vertical input:hover ~ .toggle-outside .toggle-inside {
    height: 3.5rem;
}

.switch--expanding-inner.switch--vertical input:hover ~ input:checked ~ .toggle-outside .toggle-inside {
    top: 2.25rem;
}

.product-listing-column .add-to-cart {
    color: #fff
}









/* mixin */



.nav-header-dropdown .dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    margin-left: 0;
    display: none
}

.header-menu-top .nav-link {
    padding: 0;
}

.svg-icon-header {
    line-height: 0;
}

    .svg-icon-header svg {
        height: 26px;
        width: 26px;
        vertical-align: text-bottom;
    }


.header-menu-top, .header-menu-top .dropdown-menu a {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: auto 15px;
    cursor: pointer
}

    .header-menu-top a {
        width: 100%
    }

    .header-menu-top .dropdown-menu .svg-icon-header svg {
        height: 18px;
        width: 18px;
        margin-right: 8px
    }

    .header-menu-top .dropdown-menu a {
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

    .header-menu-top .dropdown-menu .dropdown-item {
        border-bottom: 1px solid #ececec;
    }

        .header-menu-top .dropdown-menu .dropdown-item:last-child {
            border-bottom: 0;
        }





    .header-menu-top .dropdown-menu {
        min-width: 200px;
        border: 0;
        border-radius: 0;
        padding: 0;
        margin: 0.74rem 0 0;
        box-shadow: 0 0px 6px 1px rgba(0,0,0,.05)
    }

        .header-menu-top .dropdown-menu .dropdown-item {
            padding: 0
        }

            .header-menu-top .dropdown-menu .dropdown-item a {
                padding: 0.45rem 0.75rem;
                display: block;
            }

.dropdown-item-title {
    padding: 0.5rem 0.75rem;
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    font-size: 12px;
    color: #000
}

.home-checkout {
    position: relative
}

.notification-alert {
    background: #d8292f;
    border-radius: 20px;
    color: #fff;
    padding: 0px 5px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: -7px;
    right: -5px;
}

.home-onlineordering {
    text-align: center
}

.btn {
    font-size: 14px
}

.pricing-column {
    border: 1px solid #e4e4e4;
    padding: 15px;
    padding-bottom: 0
}

.pricing-table {
}

.table.pricing-table thead th, .table.pricing-table td {
    border-bottom: 0;
    border-top: 0;
    padding: 0;
    text-transform: none;
    font-size: 14px;
    padding: 4px
}

.table.pricing-table tbody tr:last-child td {
    padding-bottom: 10px
}

.table.pricing-table thead th {
    font-weight: bold;
}

.table.pricing-table tfoot td {
    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
    font-weight: bold;
}

.cart-preview .table.pricing-table tfoot td {
    border-top: 0;
    padding-top: 0
}

.checkout-select-text, .checkout-select-text .form-control {
    font-size: 12px
}

.ship-to-cart {
}

    .ship-to-cart .checkout-product-bar-head {
        border-bottom: 1px solid #e4e4e4;
        margin-top: 0
    }

    .ship-to-cart .checkout-select-text .date-caption {
        color: #909090;
        font-size: 12px;
        font-style: italic;
        margin-top: 3px;
        width:100%;
        float:left;
    }

.checkout-product-bar-head {
}

    .checkout-product-bar-head h1 {
        font-weight: bold;
        font-size: 16px;
        text-transform: none;
        padding-bottom: 0;
        padding-top: 0
    }

.checkout-product-bar-wrp {
}

.form-control {
    color: #000
}

.checkout-product-bar-head {
    margin: 5px auto 4px;
}

.checkout-product-bar {
    border: 1px solid #e4e4e4;
    padding: 10px 10px 5px 10px;
    margin-bottom: 15px
}

    .checkout-product-bar .product-image {
        border: 1px solid #e4e4e4;
        border-radius: 4px
    }

.product-title {
    margin-bottom: 5px;
}

    .product-title .pricing {
        font-size: 16px;
        font-weight: bold;
    }

.product-inventory {
    font-size: 16px;
    font-weight: bold;
    color: #d8292f
}

.morecontent span {
    display: none;
}

.product-delete, .product-delete a {
    color: #bebebe;
    margin-left: 7px;
    font-size: 16px
}

.control-label .text-muted {
    color: #b1b1b1 !important;
    font-size: 11px;
}

.static-frequently-ordered-product.card {
    padding: 15px;
    padding-top: 7px;
    border: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

    .static-frequently-ordered-product.card .card-header {
        padding: 0;
        background: transparent;
        border-bottom: 0
    }

        .static-frequently-ordered-product.card .card-header .card-link {
            padding: .5rem 0rem;
            margin-bottom: 0;
            background-color: transparent;
            border-bottom: 1px solid #000;
            font-weight: bold;
            color: #000;
            margin-bottom: 15px;
            position: relative;
            font-size: 16px;
            width: 100%;
            display: block
        }

            .static-frequently-ordered-product.card .card-header .card-link.collapsed {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: 0
            }

    .static-frequently-ordered-product.card .card-body {
        padding: 0
    }

.invoice-page .account-table.invoice-row .row .cell:nth-of-type(1) {
    min-width: 13%;
}

.invoice-page .view-userform {
    padding: 5px 20px 00px 20px;
    width: 100%
}

    .invoice-page .view-userform .table {
        margin-bottom: 0
    }

.invoice-page .user-detail button {
    padding: .375rem .75rem;
    height: 34px;
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
    .invoice-page .account-table .row [class*="cell"] {
        padding: 5px 4px
    }
}

.product-listing-number-wrp .card-increase-decrease .increase-btn-input, .product-listing-number-wrp .card-increase-decrease .decrease-btn, .product-listing-number-wrp .card-increase-decrease .increase-btn {
}

.details-outline-btn {
    height: 23px;
    padding: 2px 10px;
    font-size: 12px;
}

.product-listing-number-wrp .card-increase-decrease .increase-btn-input {
    font-size: 12px !important;
    text-align: center;
}

.product-column-flex-wrp {
}

.carousel-item {
    align-items: stretch
}

.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #000;
    font-size: 11px;
    color: #fff;
    text-align: left;
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.05)
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: #000;
}

.tooltip.show {
    opacity: 1;
}

.ship-to-cart input.form-control, select.form-control:not([size]):not([multiple]) {
    height: 34px;
}

.ship-to-cart .form-control {
    border: 1px solid #e4e4e4;
    font-size: 12px;
    color: #000
}

.ship-to-cart .validationMessage {
    margin-left: 0;
    font-size: 11px
}

/*--Dashboard--*/
.card-dashboard {
    background: #fff;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 #efefef;
}

.card-dashboard-1 {
    height: 100%;
    min-height: 130px
}

.light-gray-bg {
    background: #e3e3e3
}

.card-dashboard-header {
    padding: 15px 16px 10px 15px;
}

.card-dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0
}

    .card-dashboard-header .card-heading {
        font-size: 16px;
        font-weight: bold
    }

    .card-dashboard-header .btn-sm {
        padding: 2px 10px !important;
        font-weight: bold
    }

.card-dashboard-content {
    font-size: 12px
}

.card-news {
    margin-bottom: 5px;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #f0f0f0
}

    .card-news:last-child {
        margin-bottom: 0
    }

.media-img {
    width: 40px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    margin-right: 13px
}

    .media-img img {
        border-radius: 4px;
    }

.card-dashboard-content .card-news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.card-news-title {
    font-weight: bold;
    color: #000
}

.card-news-date {
    font-size: 12px;
    color: #929292;
    margin-bottom: 2px;
}

.card-news-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3px;
}

.card-dashboard-news-content {
    padding: 5px 16px 0px 16px;
}

.card-scroll-news-1 {
    width: 100%;
    max-height: 170px;
    overflow: auto;
    position: relative;
}

.card-scroll-news {
    width: 100%;
    max-height: 180px;
    overflow: auto;
    position: relative;
}


.card-heading .badge {
    font-size: 12px;
}



.card-dashboard-content.account-table .row {
    font-size: 12px;
    border-width: 0 0 1px 0;
    border-color: #f0f0f0;
    padding: 1px 0;
}


    .card-dashboard-content.account-table .row [class*="col-"]:first-child {
        padding-left: 16px
    }

    .card-dashboard-content.account-table .row [class*="col-"]:last-child {
        padding-right: 16px
    }

    .card-dashboard-content.account-table .row:last-child {
        border-bottom: 0
    }

.card-dashboard-content.account-table .rowhead {
    border-width: 0;
    font-size: 11px;
    padding: 2px 0;
}

.card-dashboard-content.account-table strong {
    font-size: 11px
}

@media only screen and (min-width: 992px) {
    .card-dashboard-content.account-table .rowhead, .card-dashboard-content.profile-page .rowhead {
        display: flex !important
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .card-dashboard-content.account-table .d-lg-none {
        display: none !important;
    }
}













@media (max-width: 991px) {
    body {
        font-size: 12px
    }

    .card-dashboard-header {
        padding: 10px;
    }

    .card-dashboard-content.account-table .row [class*="col-"]:first-child {
        padding-left: 10px;
    }

    .card-dashboard-content.account-table .row [class*="col-"]:last-child {
        padding-right: 10px;
    }
}
/*--Switch checkbox--*/
.switch-checkbox {
    display: block;
    /* padding: 3px; */
    border-radius: 18px;
    cursor: pointer;
    box-sizing: content-box;
    width: 47px;
    position: relative;
    height: 20px;
}

.switch-checkbox-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: content-box;
}

.switch-checkbox-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 11px;
    border-radius: inherit;
    box-sizing: content-box;
    font-weight: bold;
}

    .switch-checkbox-label:before, .switch-checkbox-label:after {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        line-height: 1;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        -o-transition: inherit;
        transition: inherit;
        box-sizing: content-box;
    }

    .switch-checkbox-label:before {
        content: attr(data-off);
        right: 25px;
        font-weight: bold
    }

    .switch-checkbox-label:after {
        content: attr(data-on);
        left: 22px;
        color: #FFFFFF;
        opacity: 0;
    }















.switch-checkbox-input:checked ~ .switch-checkbox-label:before {
    opacity: 0;
}



.switch-checkbox-input:checked ~ .switch-checkbox-label:after {
    opacity: 1;
}

.switch-checkbox-handle {
    position: absolute;
    top: 2px;
    right: 3px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
}

.switch-checkbox-input:checked ~ .switch-checkbox-handle {
    left: 3px;
}

/* Transition
========================== */
.switch-checkbox-label, .switch-checkbox-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}

.new-search-header {
    display: flex;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: static;
    padding: 7px 15px
}

    .new-search-header .form-control {
        min-height: 40px;
        font-size: 0.8rem;
    }

    .new-search-header [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .new-search-header .input-group .form-control, .search-sub-category .form-control {
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
    }

.search-category .form-control, .search-sub-category .form-control {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    background: #888888;
    color: #fff;
    font-size: 11px
}

.search-sub-category .form-control {
    border-left: 1px solid #696969;
    padding-right: 15px
}

.search-field-center {
    min-width: 52%
}

.search-category select option, .search-sub-category select option {
    font-size: 12px
}

.new-search-header .search-header .input-group .form-control {
    border-radius: 4px 0 0 4px !important;
}

.search-sub-category-main {
    width: 10px;
}

.search-sub-category-select {
    display: none;
}

.card-dashboard-header-green {
    background: #81bc00;
    color: #fff;
    border-radius: 4px 4px 0 0
}

    .card-dashboard-header-green .btn.btn-outline-primary {
        border-color: #fff;
        color: #fff;
    }









.card-dashboard-header-green {
    background: #81bc00;
    color: #fff;
    border-radius: 4px 4px 0 0
}

    .card-dashboard-header-green .btn.btn-outline-primary {
        border-color: #fff;
        color: #fff;
        border-width: 0;
        border-bottom-width: 1px;
        border-radius: 0;
        font-size: 12px !important;
    }

.new-close {
    background: transparent !important;
    padding: 0 !important;
    margin-left: 15px;
    font-size: 18px !important;
    line-height: 0;
    cursor: pointer !important
}

.card-dashboard-header-gray {
    background: #585858;
}

.broadcaste-important {
    font-size: 18px;
    margin-right: 8px
}

.text-red, .text-red .card-news-date, .text-red .card-news-title {
    color: #d8292f !important
}

.mw-0 {
    min-width: 0
}

.online-porduct-listing .input-group-text {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.reset-btn-new {
    background-color: #6c757d !important;
    color: #fff !important;
    margin-left: 5px !important;
    border-radius: 4px !important;
    padding: .375rem .75rem !important;
}

.scheduler-border1 {
    border: 1px solid #bebebe !important;
    padding: 15px !important;
    border-radius: 4px;
    height: 100%;
}

.tooltip {
    font-size: 10px
}

.login-history button.unlock-btn {
    display: block
}

.advance-search-row label {
    font-size: 12px !important;
    margin-bottom: 3px !important;
    white-space: nowrap !important;
}

.search-header .advance-search-row input, .search-header .advance-search-row select {
    font-size: 12px !important;
    height: 28px !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    min-height: auto !important
}

.advance-search-row [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}





button {
    border-radius: 4px
}

.row {
    min-width: 100%
}

.confirmation-modal {
    max-width: 400px;
}

    .confirmation-modal .modal-content {
        padding: 20px;
    }

        .confirmation-modal .modal-content h6 {
            font-size: 16px;
            font-weight: 500;
            color: #000;
            width: calc(100% - 40px);
        }

        .confirmation-modal .modal-content p {
            font-size: 14px;
            color: #8c8c8c;
            font-weight: normal
        }

        .confirmation-modal .modal-content .footer-modal {
            padding-top: 10px;
            text-align: right
        }

            .confirmation-modal .modal-content .footer-modal span {
                cursor: pointer;
                text-transform: uppercase;
                letter-spacing: 2px;
                padding: 7px 15px;
                font-weight: bold;
            }





























                .confirmation-modal .modal-content .footer-modal span:hover, .confirmation-modal .modal-content .footer-modal span:focus {
                    color: #fff;
                    border-radius: 4px;
                }

    .modal-product-details .confirmation-modal .close, .confirmation-modal .close {
        opacity: 1;
        font-size: 24px;
        padding: 0 4px !important;
        font-weight: 100;
        position: absolute;
        border-radius: 4px;
        right: 0;
        top: 20px;
        /* padding: 0; */
        right: 20px;
    }

.product-image {
    padding: 5px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.product-grid > .product-image .img-fluid {
    max-height: 100%
}

.modal-body .product-image .img-fluid {
    max-height: 424px;
}

.checkout-product-bar .product-image .img-fluid {
    max-height: 120px
}

.checkout-product-bar .product-image {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    max-height: 125px;
}


.modal-body .product-image {
    height: 100%;
}

.product-grid > .product-image {
    height: 50%;
    flex-grow: 0;
    flex-shrink: 0;
}

.product-image .img-fluid {
    max-height: 100%
}


@media screen and (min-width:1200px) {
    .new-image-fluid {
        max-width: 60%
    }

    .product-grid > .product-image {
        flex-basis: 187.25px;
        height: 187.25px;
    }

    .product-image .img-fluid {
        max-height: 100%
    }
}

@media screen and (min-width:1367px) {







    .product-grid > .product-image {
        flex-basis: 248px;
        height: 248px;
    }

    .product-image .img-fluid {
        max-height: 100%
    }
}

.new-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-search-1 [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.new-row [class*="col-md-4"] {
    padding-left: 3px;
    padding-right: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.d-flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advance-search-row .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 4px;
    padding-left: 34px;
}

.advance-search-row .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 4px;
    padding-left: 4px;
}

.advance-search-row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 4px;
    padding-left: 4px;
}

.advance-search-row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 200px;
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 5px
}

.advance-search-row label {
    font-size: 12px;
    margin-bottom: 3px;
    white-space: nowrap
}

.advance-search-row input, .advance-search-row select, .advance-search-row button, .advance-search-row .btn {
    font-size: 12px;
    height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.search-btn, .search-btn:focus, .search-btn:visited, .search-btn:active {
    background: #ea3323;
    border-color: #ea3323;
}

.advance-search-row .form-control {
    min-width: 160px;
}

.new-search-header .search-header {
    display: block;
    padding-bottom: 0 !important
}

    .new-search-header .search-header [class*="col-"] {
        margin-bottom: 0
    }

.border-right-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.border-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

button.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.morecontent span {
    display: none;
}

.morelink {
    display: inline;
}

.morecontent > span {
}


.morelink {
    padding-left: 5px
}










@media (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .new-search-1 {
        margin-right: 0;
        margin-left: 0;
    }

    .adv-btn, .reset-btn-new, .csv-btn {
        margin-top: 5px
    }

    .new-search-1 [class*="col-"] {
        flex: 0 0 100%;
        max-width: calc(100% - 44px);
    }

    .new-search-1 .btn {
        margin-top: 7px
    }

    .new-search-1 .search-btn {
        margin-top: 0
    }
}

@media (max-width: 567px) {
    .advance-search-row .col {
        max-width: 100%
    }
}
/*Search Adv*/
.new-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-search-1 [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.new-row [class*="col-md-4"] {
    padding-left: 3px;
    padding-right: 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.d-flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.advance-search-row .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 4px;
    padding-left: 34px;
}

.advance-search-row .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 4px;
    padding-left: 4px;
}

.advance-search-row .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 4px;
    padding-left: 4px;
}

.advance-search-row .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 200px;
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 5px
}

.advance-search-row label {
    font-size: 12px;
    margin-bottom: 3px;
    white-space: nowrap
}

.advance-search-row input, .advance-search-row select, .advance-search-row button, .advance-search-row .btn {
    font-size: 12px;
    height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.search-btn, .search-btn:focus, .search-btn:visited, .search-btn:active {
    background: #ea3323;
    border-color: #ea3323;
}

.advance-search-row .form-control {
    min-width: 160px;
}

.new-search-header .search-header {
    display: block;
    padding-bottom: 0 !important
}

    .new-search-header .search-header [class*="col-"] {
        margin-bottom: 0
    }

.border-right-0 {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.border-left-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

button.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.morecontent span {
    display: none;
}

.morelink {
    display: inline;
}


.morecontent > span {
}


.morelink {
    padding-left: 5px
}

@media (max-width: 767px) {
    .new-search-1 {
        margin-right: 0;
        margin-left: 0;
    }

    .adv-btn, .reset-btn-new, .csv-btn {
        margin-top: 5px
    }

    .new-search-1 [class*="col-"] {
        flex: 0 0 100%;
        max-width: calc(100% - 44px);
    }

    .new-search-1 .btn {
        margin-top: 7px
    }

    .new-search-1 .search-btn {
        margin-top: 0
    }
}

@media (max-width: 567px) {
    .advance-search-row .col {
        max-width: 100%
    }
}

.carousel-control-next {
    right: -10px;
}

.carousel-control-prev {
    left: -10px;
}

.confirm-order-table {
    border: 1px solid #e4e4e4;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .confirm-order-table table {
        margin-bottom: 0
    }

        .confirm-order-table table td, .confirm-order-table table th {
            border: 0;
            padding-top: 7px;
            padding-bottom: 7px
        }

        .confirm-order-table table th {
            font-weight: normal;
            color: #787878
        }

.common-heading {
    font-weight: bold;
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px;
    margin-top: 10px;
}

/*--SITE TOUR--*/

/*help tour*/
.imageMap .help-box {
    border-radius: 4px;
    padding: 20px 20px;
}

.help-box p {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
/* .imageMap1, .imageMap2, .order-online-tour
  {
    display: none;
  } */

/*help 1*/

.imageMap1 {
    width: 400px;
    height: 180px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*help 2*/

.imageMap2 {
    width: 400px;
    height: 180px;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
}


/* help3*/


.order-online-tour {
    width: 328px;
    top: 60px;
    right: 0;
}

.help-box-order:after, .help-box-order:before {
    left: 20px;
}

.help-box3:after,
.help-box3:before {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.help-box3:after {
    border-width: 10px;
    margin-left: -10px;
}

.help-box3:before {
    border-width: 10px;
    margin-left: -10px;
}


/* help4*/


.imageMap4 {
    width: 400px;
    min-height: 150px;
    top: 50px;
    left: -10px;
}

.help-box4:after,
.help-box4:before {
    bottom: 100%;
    left: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.help-box4:after {
    border-width: 10px;
    margin-left: -10px;
}

.help-box4:before {
    border-width: 10px;
    margin-left: -10px;
}

/* help5*/


.ship-to-address-tour {
    width: 400px;
    top: 80px;
    right: 0;
}

.help-box5:after,
.help-box5:before {
    top: 40px;
    left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(-90deg);
}

.help-box5:after {
    border-width: 10px;
    margin-left: -10px;
    transform: rotate(-90deg);
}

.help-box5:before {
    border-width: 10px;
    margin-left: -10px;
    transform: rotate(-90deg);
}


/* help6*/


.online-sidebar-tour {
    width: 400px;
    top: 546px;
    left: 260px;
    position: absolute;
    border-radius: 4px;
    padding: 15px;
    z-index: 99999;
    display: none;
}

.help-box6:after,
.help-box6:before {
    bottom: 10px;
    left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(-90deg);
}

.help-box6:after {
    border-width: 10px;
    margin-left: -10px;
    transform: rotate(-90deg);
}

.help-box6:before {
    border-width: 10px;
    margin-left: -10px;
    transform: rotate(-90deg);
}

/* help7*/


.will-call-order-tour {
    width: 400px;
    /* min-height: 200px; */
    top: 68px;
    left: 0;
}

.all-category-tour, .all-manufacture-tour, .all-search-tour {
    width: 400px;
    /* min-height: 200px; */
    top: 50px;
    left: 0;
}

.add-to-cart-tour, .view-cart-tour {
    width: 100%;
    /* min-height: 200px; */
    bottom: 50px;
    left: 0;
}

.continue-shopping-tour, .clear-cancel-tour, .proceed-to-checkout-tour, .reorder-all-btn-tour {
    width: 320px;
    right: 0;
    left: auto;
}

.all-faqproduct-tour, .picked-just-tour {
    width: 400px;
    /* min-height: 200px; */
    top: 39px;
    left: 0;
}

.all-search-icon-tour, .request-delivery-tour, .site-contact-tour {
    width: 400px;
    /* min-height: 200px; */
    top: 50px;
    right: 0;
}

.order-history-view-tour {
    width: 400px;
    /* min-height: 200px; */
    top: 43px;
    right: 10px;
}

.order-timeline-bar-tour {
    width: 400px;
    /* min-height: 200px; */
    top: 80px;
    left: 30%;
}

.help-box7:after,
.help-box7:before {
    top: 63px;
    left: -10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(-90deg);
}

.help-box7:after {
    border-width: 10px;
    margin-left: -10px;
    transform: rotate(-90deg);
}

.help-box7:before {
    border-width: 10px;
    margin-left: -10px;
    transform: rotate( -180deg );
}


.help-box8:after,
.help-box8:before {
    bottom: -20px;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(-180deg);
}

.help-box8:after {
    border-width: 10px;
    transform: rotate(-180deg);
}

.help-box8:before {
    border-width: 10px;
    transform: rotate(-180deg);
}


#wrapper-map .btn-action.row {
    justify-content: center !important;
}

.help-box .btn-action .btn {
    width: auto !important;
    height: auto !important;
    display: -webkit-flex;
    display: flex;
    text-align: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 5px 10px;
    margin: 0;
    margin-left: 5px;
    font-size: 12px;
    border: 0px;
    text-transform: uppercase;
}

.help-box .btn-action a {
    width: 100%;
    padding: 7px 10px;
    text-decoration: none;
    color: #fff;
}

.btn-success:hover {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1e7e34;
}



.imageMap1, .imageMap2, .order-online-tour, .imageMap4, .ship-to-address-tour, .will-call-order-tour, .all-category-tour, .all-manufacture-tour, .all-search-tour, .all-search-icon-tour, .all-faqproduct-tour, .add-to-cart-tour, .picked-just-tour, .view-cart-tour, .request-delivery-tour, .site-contact-tour, .order-timeline-bar-tour, .order-history-view-tour, .new-tour {
    position: absolute;
    /* background-color: #6f7074; */
    border-radius: 4px;
    padding: 15px;
    z-index: 99999;
    display: none;
}







.overlay-box {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 101;
}



@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait) {
    /*.imageMap1 {
        width: 249px;
        height: 264px;
    }

    .imageMap2 {
        width: 249px;
        height: 250px;
    }

    .order-online-tour {
        width: 249px;
        right: 20px;
    }

    .help-box3:after,
    .help-box3:before {
        left: 40px
    }

    .imageMap4 {
        width: 249px;
        height: 300px;
    }

    .ship-to-address-tour {
        width: 249px !important;
        min-height: 300px;
    }*/

    .online-sidebar-tour {
        width: 249px !important;
        min-height: 300px;
        top: 100px !important;
    }

    /*/*.will-call-order-tour, .all-category-tour, .all-manufacture-tour, .all-search-tour, .all-search-icon-tour, .all-faqproduct-tour, .add-to-cart-tour, .picked-just-tour, .view-cart-tour, .request-delivery-tour, .site-contact-tour, .order-timeline-bar-tour, .order-history-view-tour {
        width: 249px !important;
        min-height: 300px;
    }

    .help-box7:after, .help-box7:before {
        bottom: 175px !important;
    }*/ */
}

@media only screen and (max-device-width: 992px) {
    .logo {
        width: 100% !important;
    }

    /*.ship-to-address-tour {
        width: 400px;
        min-height: 200px;
        top: -30px;
        left: 0px;
    }

    .online-sidebar-tour {
        width: 400px;
        min-height: 200px;
        top: 105px;
        left: 0px;
    }

    .will-call-order-tour, .all-category-tour, .all-manufacture-tour, .all-search-tour, .all-search-icon-tour, .all-faqproduct-tour, .add-to-cart-tour, .picked-just-tour, .view-cart-tour, .request-delivery-tour, .site-contact-tour, .order-timeline-bar-tour, .order-history-view-tour {
        width: 400px;
        min-height: 200px;
        top: 145px;
        left: 0px;
    }*/
}



@media only screen and (max-width: 1024px) {
    .help-tour .hamburger {
        display: block !important;
    }
}














/*--SITE TOUR ENDS--*/
.carousel-item {
    perspective: inherit;
}

.search-category, .search-sub-category, .search-field-center, .search-field-center .input-group-append {
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

.order-history-view-tour .row, .order-timeline-bar-tour .row, .reorder-all-btn-tour .row {
    background-color: transparent !important;
    border: 0 !important
}

.blink-btn {
    position: absolute;
    display: block;
    font-size: 8px;
    right: 0;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    padding: 0 5px;
    font-weight: 500;
}

.orders-blink {
    right: 36px;
    line-height: normal;
    padding: 1px 5px;
    letter-spacing: 1px;
    top: 12px
}


















li.onlineordering a.sidebar-sub-toggle {
    position: relative
}


.alert-announcement {
    width: 100%;
    background-color: rgba(255, 255, 0, 0.44);
    margin-left: 5px;
    margin-bottom: 0px;
}




















.dropdown-item .svg-icon-header img {
    width: 18px;
    margin-right: 5px;
}

@media (max-width: 666px) {
    .above-text-666 {
        display: none
    }
}

@media (min-width: 667px) {
    .below-text-666 {
        display: none
    }
}

.emulating-wrp {
    color: #ff0000;
    border-radius: 7px;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    right: auto;
    top: -8px;
    white-space: nowrap;
    left: -8px;
    margin: auto;
}

.more-times .btn {
    height: 30px;
    font-size: 11px;
    text-transform: uppercase
}

.priceMessage {
    font-size: 10px;
    font-weight: bold;
}

.modal-product-details .priceMessage {
    text-align: left !important;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 7px
}

.wk-theme .text-hide-wk-theme {
    display: none
}

.new-collapse-wrp {
}

    .new-collapse-wrp .panel-default > .panel-heading {
        background-color: #f5f5f5;
        border-radius: 4px;
    }

    .new-collapse-wrp .panel-title {
        font-size: 14px;
        font-weight: bold
    }

    .new-collapse-wrp .panel-collapse {
        border: 1px solid #dddddd;
    }

@media screen and (min-width: 1200px) {
    .account-table .row .cell {
        flex: 1
    }

    .account-table.invoice-row .row .cell:nth-of-type(1),
    .account-table.invoice-row .row .cell:nth-of-type(2),
    .account-table.invoice-row .row .cell:nth-of-type(3),
    .account-table.invoice-row .row .cell:nth-of-type(4),
    .account-table.invoice-row .row .cell:nth-of-type(5),
    .account-table.invoice-row .row .cell:nth-of-type(6),
    .account-table.invoice-row .row .cell:nth-of-type(7),
    .account-table.invoice-row .row .cell:nth-of-type(8),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(1),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(2),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(3),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(4),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(5),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(6),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(7),
    .invoice-page .account-table.invoice-row .row .cell:nth-of-type(8),
    .account-table.invoice-row .row .cell {
        min-width: 0 !important;
        width: auto !important
    }

    .view-order-history .account-table .row.rowhead [class*="cell"] {
        min-height: 28px;
        padding: 4px 4px !important;
    }

    .account-table.invoice-row .row .cell.cell-eye {
        text-align: center !important;
    }
}


.login-control .btn-primary, .login-control .btn-primary:not(:disabled):not(.disabled).active, .login-control .btn-primary:not(:disabled):not(.disabled):active, .login-control .show > .btn-primary.dropdown-toggle {
    background-color: #7fbe41;
}

    .login-control .btn-primary:not(:disabled):not(.disabled).active, .login-control .btn-primary:not(:disabled):not(.disabled):active, .login-control .show > .btn-primary.dropdown-toggle {
        border-color: #7fbe41;
    }

.form-item {
    position: relative;
    margin-bottom: 1em;
    transition: color 0.4s ease;
    color: #b4b4aa;
}

.form-item--with-scaling-label label {
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    transform-origin: 0 0;
    z-index: 1;
    padding: 17px 0px;
    transition: transform 0.2s;
    transition-timing-function: ease-out;
    color: #9b9b9b;
    font-weight: normal !important;
}

.form-item__label {
    display: inline-block;
    font-weight: normal;
    vertical-align: middle;
    color: #b4b4aa;
    padding: 10px 10px 10px 0;
}


.form-text, .form-email, .form-password, .form-number, .form-select, .form-tel, .form-date, .form-textarea {
    padding: 15px 0;
    border: 1px solid #d2d2c8;
    background-color: #fff;
    border-radius: 3px;
    background-clip: padding-box;
    width: 100%;
    transition: 0.1s all linear;
}

.form-item--with-scaling-label input, .form-item--with-scaling-label .form-textarea {
    padding: 21px 20px 10px 20px;
}

.form-item--with-scaling-label.form-item--input-filled label {
    transform: translate3d(0px,-5px,0) scale3d(0.7,0.7,1);
    padding-top: 0;
    color: #0c4c91;
    font-weight: bold !important
}

.login_wrapper .left-bg {
    background-size: 100% !important;
    background-position:-20px 106% !important;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.form-item--with-scaling-label input:autofill ~ label {
    transform: translate3d(0px,-5px,0) scale3d(0.7,0.7,1);
    padding-top: 0;
    color: #0c4c91;
    font-weight: bold !important;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
    transform-origin: 0 0;
    z-index: 1;
    padding: 0 17px 0 0px;
    transition: transform 0.2s;
    transition-timing-function: ease-out;
}



.captcha label {
    width: 100%;
}


@media (max-width: 767px) {
    .new-collapse-wrp .panel-title, .form-control {
        font-size: 12px;
    }

    .panel-default > .panel-heading a {
        padding: 7px;
    }










    .card-dashboard-header .card-heading {
        font-size: 14px;
    }



    .card-dashboard-header, .card-dashboard-content {
        padding: 8px 10px !important;
    }
}

.new-card-body p {
    margin-bottom: 7px !important;
}

.char-limit {
    color: #686868;
    font-size: 0.8em;
    text-align: right;
    width: 100%;
    font-style: italic;
}

.multiselect-native-select {
}

    .multiselect-native-select .multiselect-container.dropdown-menu.show {
        padding: 5px 10px;
        min-width: 100%
    }

        .multiselect-native-select .multiselect-container.dropdown-menu.show label {
            margin-bottom: 0
        }

    .multiselect-native-select .multiselect.dropdown-toggle.btn {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem;
        font-size: 14px;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-align: left;
    }

    .multiselect-native-select #selector + .btn-group {
        min-width: 100%;
        max-width:100%
    }


    .multiselect-native-select .multiselect.dropdown-toggle::before {
        border: 0;
        content: "\f107";
        font-size: 14px;
        white-space: normal !important;
        word-break: break-word;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        right: 6px;
        top: 23%;
        bottom: 0;
        width: auto;
        height: auto;
        color: #000
    }

    .multiselect-native-select .multiselect.dropdown-toggle::after {
        border: 0;
        content: "\f107";
        font-size: 14px;
        white-space: normal !important;
        word-break: break-word;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        position: absolute;
        right: 6px;
        top: calc(100% - 77% - 2.6px);
        bottom: 0;
        width: auto;
        height: auto;
        color: #fff
    }
.multiselect-selected-text {
white-space:normal;
}

.multiselect-native-select .multiselect-container > li > a > label {
    padding: 0
}

    .multiselect-native-select .dropdown-menu {
        font-size: inherit
    }

.advance-search-row .multiselect-native-select .multiselect.dropdown-toggle.btn {
    font-size: 12px
}

.advance-search-row .multiselect-native-select .multiselect.dropdown-toggle::after {
    float: right;
    margin-top: 6px;
}

.search-header .advance-search-row .multiselect-native-select input[type="checkbox"] {
    height: auto !important
}

.list-style-type-disc {
    list-style-type: disc
}

.white-space-break {
    white-space: pre-wrap;
    word-wrap: break-word;
}

.vp-table {
}

.vp-table-wrp.account-table .row .cell:nth-of-type(4) {
    width: 18%;
}

.vp-table-wrp.account-table .row .cell:nth-of-type(1) {
    width: 19%;
}

.vp-table-wrp.account-table .row .cell:nth-of-type(2) {
    width: 18%;
}

.vp-table-wrp.account-table .row .cell:nth-of-type(5) {
    width: 9%;
}

.vp-table-wrp.account-table .row .cell:nth-of-type(3) {
    width: 16%;
}

.account-table .row .cell:nth-of-type(6) {
    width: 12%;
}

.vp-table-wrp.account-table .row .cell:nth-of-type(7) {
    width: 80px;
}

.vp-table-wrp.account-table .row .cell {
    flex: none !important
}

.fa-eye, .fa-edit, .fa-times-circle {
    cursor: pointer
}
/*Fuel product*/
.fuel-order-collapse {
}

    .fuel-order-collapse .panel-default > .panel-heading {
        border-radius: 4px;
        border: 1px solid #ccc
    }

        .fuel-order-collapse .panel-default > .panel-heading a {
            font-weight: bold
        }

            .fuel-order-collapse .panel-default > .panel-heading a[aria-expanded="true"] {
                background-color: #fff;
            }

.product-tank-profile-wrp {
    /*border: 2px solid #585858;*/
    background: #fff;
    padding: 7px;
    border-radius: 4px;
}

    .product-tank-profile-wrp label {
        margin-bottom: 1px;
        font-weight: bold;
    }

.fuel-order-collapse .new-prodcut-details a, .show-more-less-handler {
    color: #003da7
}

.last-delivery-product-wrp {
    border: 4px solid #fff4be;
    /*border: 2px solid #585858*/
}

    .last-delivery-product-wrp .product-grid {
        background: transparent;
        border-radius: 0;
        height: calc(100% - 30px);
    }

    .last-delivery-product-wrp .product-listing-column {
    }

    .last-delivery-product-wrp .title-heading {
        font-size: 1.1em;
        font-weight: bold;
        background: #fff4be;
        text-align: center;
        display: inline-block;
        width: auto;
        margin: auto;
        padding: 1px 12px;
        border-radius: 0 0 4px 4px;
    }

.default-delivery-product-wrp {
    border: 0
}

    .default-delivery-product-wrp .title-heading {
        border: 4px solid #bebebe;
        background: transparent;
        border-top: 0;
    }

.last-show-more {
    align-items: center;
    justify-content: center;
    display: flex;
    height: calc(100% - 30px);
}

.target-pro {
    /*display: none;*/
}

.hide-pro {
    display: none;
}

.fuel-product-heading {
    font-size: 16px;
    font-weight: bold;
}

.text-area-fuel-product-wrp {
}

a.broad-btn {
    color: #003da7 !important
}

.overflow-44 {
    max-height: 44px;
    overflow: auto;
}

.fuel-pro-title {
    font-weight: bold;
    font-size: 1.15em;
}

.text-underline {
    text-decoration: underline !important
}

.white-bg-radius {
    background: #fff;
    border-radius: 4px
}

.new-prodcut-details a {
    color: #003da7
}

.expedite-wrp {
    font-weight: bold;
    font-size: 14px;
}

.new-quantity-height-input, input[type="number"].new-quantity-height-input {
    height: 31px !important;
}
/*Fuel Online Tour*/
.tour-counter-wrp {
    background: rgba(255,255,255,0.1);
    margin: 17px -15px -15px -15px;
}

.tour-counter-bar {
    height: 3px;
    background: #28a745
}

.tour-counter-number {
    font-size: 0.8rem;
    padding: 4px 15px;
    color: #fff;
}

.new-tour {
    width: 350px;
}
.r-0 {
    right:0
}
.l-0 {
    left:0
}

.l-auto {
    left:auto
}
.r-auto {
right:auto
}
.t-80 {
    top: 80px
}

.t-50 {
    top: 50px
}
.help-box-order-center:after, .help-box-order-center:before {
    left:50%
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width:50%;
}
.w-60 {
    width: 60%;
}
.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}
.w-100 {
    width: 100%;
}
#hide-fuel-tour2, #hide-fuel-tour3, #hide-fuel-tour4, #hide-fuel-tour5, #hide-fuel-tour6 {
display:none;
}
.phone-validation-wrp .validationMessage {
    margin-left:0;
}
@media only screen and (max-device-width: 767px) and (orientation: portrait) {
    .login-area .banner-txt {
        padding-right:0;
    }
    .login-area .banner-txt, .login_wrapper .login-box {
        justify-content: flex-start;
        margin: 0;
    }
    .login_wrapper .login-main {
        flex: 1 1 auto;
    }
    #loginDiv {
        flex-direction: column;
    }
    .new-registration {
        height: auto !important;
        min-height: 100vh;
    }
    .login_wrapper {
    height:auto
    }
}

.navbar .sidebar-toggle {
    float: left;
    margin-left: -4px;
}

.navbar .sidebar-toggle+.navbar-brand {
    margin-left: 0;
}

.sidebar.sidebar-static {
    position: absolute;
}

.sidebar i {
    font-size: 1.12em;
    margin-right: 0px;
    vertical-align: middle;
    display: inline-block;
    line-height: 2;
    width: 30px;
}
 .sidebar i.fa-circle {
        font-size: 0.5em;
        width: 16px;
    }

.sidebar i.fa  {
    vertical-align: baseline;
}

.sidebar ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.sidebar .nano-content>ul {
    width: 100%;
    -webkit-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
    .sidebar .nano-content > ul li {
        transition: all 300ms ease 0s;
        margin:0px 0px 1px 0px;
    }
	.sidebar .nano-content > ul span li {
		margin: 5px 0px 5px 0px;
	}
 .sidebar .nano-content > ul li > a {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
 }

    .sidebar .nano-content > ul li.content {
        padding: 10px;
        color: #D8D8D8;
    }
.sidebar .nano-content>ul li.content .progress {
    margin-top: 0.7em;
}
.sidebar .nano-content>ul li.open>ul {
    display: block;
}
.sidebar .nano-content>ul li>a, .sidebar .nano-content>ul li>span {
    display: block;
    cursor: pointer;
    padding: 3px 10px;
    line-height: 26px;
    border-bottom: none;
    /* background: rgba(255, 255, 255, 0.067); */
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    -webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}

.sidebar .nano-content>ul li>a:hover {
  /* background: linear-gradient(to right, #5772FE , #6D85FB); */
background: transparent;
-webkit-border-top-left-radius: 50px;
-webkit-border-bottom-left-radius: 50px;
-moz-border-radius-topleft: 50px;
-moz-border-radius-bottomright: 50px;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.sidebar .nano-content>ul li>span
{
    cursor: default !important;
}

.sidebar .nano-content>ul li>a>.sidebar-collapse-icon {
    float: right;
    margin-right: 5px;
    font-size: 10px;
    margin-top: 10px;
    transition: -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.sidebar .nano-content>ul li>a>.badge {
    font-weight: normal;
    position: absolute;
    right: 45px;
    /* top: 15px; */
}

/* .sidebar .nano-content>ul li.active>a::before {
    background: #03A9F5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
} */

.sidebar .nano-content>ul li.open>a>.sidebar-collapse-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar .nano-content>ul>li.label, .sidebar .nano-content>ul>li.content, .sidebar .nano-content>ul>li>a {
    padding-left: 10px;
    padding-right: 10px;
}

html.rtl .sidebar .nano-content>ul>li.label, html.rtl .sidebar .nano-content>ul>li.content, html.rtl .sidebar .nano-content>ul>li>a {
    padding-left: 12px;
    padding-right: 12px;
}

.sidebar .nano-content>ul>li.active>a, .sidebar .nano-content>ul>li.open>a, .sidebar .nano-content>ul>li>ul {
    /* background: linear-gradient(to right, #5772FE , #6D85FB); */
    background: transparent;
}
.sidebar .nano-content>ul li:hover>a, .sidebar .nano-content>ul li.active>a, .sidebar .nano-content>ul li.open>a {
    color: #fff;
    position: relative;
    background: transparent;
    /* background: #ed1c24; */
}

.sidebar .nano-content>ul>li>ul>li.label, .sidebar .nano-content>ul>li>ul>li.content, .sidebar .nano-content>ul>li>ul>li>a {
    padding-left: 20px;
    padding-right: 5px;
    background: transparent;
}
.sidebar .nano-content>ul li.active ul li a:hover, .sidebar-sub-toggle +ul li a
{
    background: transparent !important;
    padding: 5px 12px 5px 20px !important;
    /*width:222px;*/
}

html.rtl .sidebar .nano-content>ul>li>ul>li.label, html.rtl .sidebar .nano-content>ul>li>ul>li.content, html.rtl .sidebar .nano-content>ul>li>ul>li>a {
    padding-left: 15px;
    padding-right: 45px;
}


.sidebar .nano-content>ul>li>ul>li>ul>li.label, .sidebar .nano-content>ul>li>ul>li>ul>li.content, .sidebar .nano-content>ul>li>ul>li>ul>li>a {
    padding-left: 67.5px;
    padding-right: 15px;
}

html.rtl .sidebar .nano-content>ul>li>ul>li>ul>li.label, html.rtl .sidebar .nano-content>ul>li>ul>li>ul>li.content, html.rtl .sidebar .nano-content>ul>li>ul>li>ul>li>a {
    padding-left: 15px;
    padding-right: 67.5px;
}


.sidebar .nano-content>ul>li>ul>li>ul>li>ul>li.label, .sidebar .nano-content>ul>li>ul>li>ul>li>ul>li.content, .sidebar .nano-content>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
    padding-right: 15px;
}

html.rtl .sidebar .nano-content>ul>li>ul>li>ul>li>ul>li.label, html.rtl .sidebar .nano-content>ul>li>ul>li>ul>li>ul>li.content, html.rtl .sidebar .nano-content>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 15px;
    padding-right: 90px;
}

/* Small Sidebar styles */

body {
    position: relative;
}

.sidebar-hide .sidebar {
    left: -250px;
}

.sidebar {
    -webkit-transition: left 300ms ease-in-out, width 300ms ease-in-out;
    transition: left 300ms ease-in-out, width 300ms ease-in-out;
}

/* Hide to Small bar */

.sidebar-hide .sidebar.sidebar-hide-to-small {
    position: absolute;
    width: 60px;
    left: 0;
    top: 0px;
    height:100vh;
}

.sidebar-hide .sidebar.sidebar-hide-to-small, .sidebar-hide .sidebar.sidebar-hide-to-small .nano, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content {
    overflow: visible;
    /*background: #fff;*/
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul {
    width: 60px;
    
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul .label, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul .content {
    display: none;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul .badge {
    display: none;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>a, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>span {
    padding: 0;
    text-align: center;
    padding: 2px 0;
    line-height: 1;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>a>i, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>span>i {
    width: auto;
    font-size: 1.2rem;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>a, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>a>.sidebar-collapse-icon,
.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>span, .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>span>.sidebar-collapse-icon
{
    font-size: 0;
    border-radius: 0px;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>a>.badge {
    position: absolute;
    right: 3px;
    top: 3px;
}

.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li {
    position: relative;
    padding-left:0px; 
}

	.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul >span >  li {
		position: relative;
		padding-left: 0px;
	}
    .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul > li > ul {
        visibility: hidden;
        min-width: 240px;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 9;
        padding-left: 12px;
        max-height: 250px;
        overflow-y: auto;
        overflow-x: hidden;
    }

	.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content > ul li:hover > ul {
		display: block !important;
		visibility: visible;
		z-index: 99;
	}
/*.sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul li.open>ul {
    display: block !important;
    visibility: visible;
    z-index: 9;
}*/

.sidebar-hide .sidebar.sidebar-hide-to-small~.content-wrap {
    margin-left: 60px;
    -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.sidebar.sidebar-overlay.sidebar-hide-to-small~.content-wrap {
    margin-left: 60px;
    -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}


.sidebar-sub-toggle.account-list
{
display: block;
}


.sidebar .nano-content .account-list, .sidebar .nano-content .account-list.open {
    display: block !important;
    margin-bottom:8px !important;
}

/* 
.sidebar-hide .sidebar.sidebar-hide-to-small .select-account
{
    display: none;
} */

/* Show with Push content */

.sidebar.sidebar-push~.content-wrap {
    -webkit-transform: translateX(250px) translateZ(0);
    transform: translateX(250px) translateZ(0);
    transition: -webkit-transform 300ms ease-in-out, margin-left 300ms ease-in-out;
    -webkit-transition: margin-left 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: margin-left 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, margin-left 300ms ease-in-out;
    transition: transform 300ms ease-in-out, margin-left 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.sidebar-hide .sidebar.sidebar-push~.content-wrap {
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}

/* Show with Shrink content */

.sidebar.sidebar-shrink~.content-wrap {
    margin-left: 250px;
    -webkit-transition: margin-left 300ms ease-in-out;
    transition: margin-left 300ms ease-in-out;
    /* border: 1px solid #fff;
	border-width: 0px 0px 1px 0px; */
}

.sidebar-hide .sidebar.sidebar-shrink~.content-wrap {
    margin-left: 0;
}

.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small~.content-wrap {
    margin-left: 60px;
    width: calc(100% - 60px);
}

.sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small~.header {
    margin-left: 60px;
}

/* Hide on Content Click */

.sidebar.sidebar-overlap-content~.content-wrap:after {
    content: '';
    display: block;
    position: absolute;
    cursor: pointer;
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 10;
    -webkit-transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
    transition: opacity 300ms ease-in-out, visibility 300ms ease-in-out;
}

.sidebar-hide .sidebar.sidebar-overlap-content~.content-wrap:after {
    visibility: hidden;
    opacity: 0;
}

/* Nano Scroller */

.sidebar .nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sidebar .nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* padding-right: 15px; */
}

.sidebar .nano>.nano-content:focus {
    outline: none;
}

.sidebar .nano>.nano-content::-webkit-scrollbar {
    display: none;
}

.sidebar .nano.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block;
}

.sidebar .nano>.nano-pane {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.01;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 5px;
}

.sidebar .nano>.nano-pane>.nano-slider {
    background: #444;
    position: relative;
}

.sidebar .nano:hover>.nano-pane, .sidebar .nano>.nano-pane.active, .sidebar .nano>.nano-pane.flashed {
    visibility: visible\9;
    /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

/* Light Scheme */

.sidebar.sidebar-light {
    background: #F8F8F8;
}

.sidebar.sidebar-light .nano>.nano-pane {
    background: rgba(0, 0, 0, 0.15);
}

.sidebar.sidebar-light .nano-content>ul>li.content, .sidebar.sidebar-light .nano-content>ul>li>a {
    color: #919191;
}

.sidebar.sidebar-light .nano-content>ul>li:hover>a {
    color: #474747;
}

.sidebar.sidebar-light .nano-content>ul>li.active>a, .sidebar.sidebar-light .nano-content>ul>li.open>a {
    color: #fff;
}

.sidebar.sidebar-light .nano-content>ul>li.label, .sidebar.sidebar-light .nano-content>ul>li.content, .sidebar.sidebar-light .nano-content>ul>li>a {
    padding-left: 15px;
    padding-right: 15px;
}

html.rtl .sidebar.sidebar-light .nano-content>ul>li.label, html.rtl .sidebar.sidebar-light .nano-content>ul>li.content, html.rtl .sidebar.sidebar-light .nano-content>ul>li>a {
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar.sidebar-light .nano-content>ul>li.active>a, .sidebar.sidebar-light .nano-content>ul>li.open>a, .sidebar.sidebar-light .nano-content>ul>li>ul {
    background: #206da9;
}

.sidebar.sidebar-light .nano-content>ul>li>ul>li.label, .sidebar.sidebar-light .nano-content>ul>li>ul>li.content, .sidebar.sidebar-light .nano-content>ul>li>ul>li>a {
    padding-left: 45px;
    padding-right: 15px;
}

html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li.label, html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li.content, html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li>a {
    padding-left: 15px;
    padding-right: 45px;
}

.sidebar.sidebar-light .nano-content>ul>li>ul>li.active>a, .sidebar.sidebar-light .nano-content>ul>li>ul>li.open>a, .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul {
    background: #1d6298;
}

.sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li.label, .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li.content, .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>a {
    padding-left: 67.5px;
    padding-right: 15px;
}

html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li.label, html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li.content, html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>a {
    padding-left: 15px;
    padding-right: 67.5px;
}

.sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li.active>a, .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li.open>a, .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>ul {
    background: #195786;
}

.sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>ul>li.label, .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>ul>li.content, .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
    padding-right: 15px;
}

html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>ul>li.label, html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>ul>li.content, html.rtl .sidebar.sidebar-light .nano-content>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 15px;
    padding-right: 90px;
}

/*
 * RTL sidebar bar
 */

html.rtl {
    direction: rtl;
    /* Show with Push content */
    /* Show with Shrink content */
}

html.rtl .sidebar {
    left: auto;
    right: 0;
    -webkit-transition: right 300ms ease, width 300ms ease;
    transition: right 300ms ease, width 300ms ease;
}

html.rtl .sidebar i {
    margin-right: 0;
    margin-left: 5px;
}

html.rtl .sidebar .nano-content>ul li>a>.sidebar-collapse-icon, html.rtl .sidebar .nano-content>ul li>a>.badge {
    float: left;
}

html.rtl .sidebar-hide .sidebar {
    right: -250px;
}

html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small {
    right: 0;
    left: auto;
}

html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small .nano-content>ul>li>ul {
    left: auto;
    right: 100%;
}

html.rtl .sidebar.sidebar-overlay~.content-wrap {
    margin-right: 0;
}

html.rtl .sidebar-hide .sidebar.sidebar-hide-to-small~.content-wrap, html.rtl .sidebar.sidebar-overlay.sidebar-hide-to-small~.content-wrap {
    margin-left: 0;
    margin-right: 60px;
}

html.rtl .sidebar.sidebar-push~.content-wrap {
    margin-left: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    transition: -webkit-transform 300ms ease-in-out, margin-right 300ms ease-in-out;
    -webkit-transition: margin-right 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: margin-right 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, margin-right 300ms ease-in-out;
    transition: transform 300ms ease-in-out, margin-right 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

html.rtl .sidebar-hide .sidebar.sidebar-push~.content-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

html.rtl .sidebar.sidebar-shrink~.content-wrap {
    margin-left: 0;
    margin-right: 250px;
    -webkit-transition: margin-right 300ms ease-in-out;
    transition: margin-right 300ms ease-in-out;
}

html.rtl .sidebar-hide .sidebar.sidebar-shrink~.content-wrap {
    margin-left: 0;
    margin-right: 0;
}

html.rtl .sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small~.content-wrap {
    margin-left: 0;
    margin-right: 60px;
}

/*    Humberger icon
--------------------------*/

.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 37px;
    z-index: 999;
}

.hamburger .line {
    background-color: #252525;
    display: block;
    height: 3px;
    margin: 4px auto;
    width: 22px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover {
    cursor: pointer;
}

/*
.hamburger.is-active {
  left: 65px;
}
*/

.hamburger.is-active .line:nth-child(1), .hamburger.is-active .line:nth-child(3) {
    width: 10px;
    height: 3px;
}

.hamburger.is-active .line:nth-child(2) {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    width: 20px;
    height: 3px;
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
}
#mobile-burger-close, #desktop-burger .large-logo  {
display:none;}

@media (min-width: 12080px) {
    .sidebar-hide .sidebar.sidebar-hide-to-small {
               height: auto;
    }
                                                 
 }
.mobile-logo {
    display: none;
    margin: auto;
}
@media (max-width: 1024px) {

    .header, .sidebar.sidebar-shrink ~ .content-wrap, .sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .header {
        margin-left: 0
    }
    .sidebar-hide .sidebar.sidebar-shrink.sidebar-hide-to-small ~ .content-wrap {
        margin-left: 0px;
        width: calc(100% - 0px);
    }
    .sidebar-hide .sidebar.new-mobile-menu.sidebar-hide-to-small {
        display: none !important;
    }
    .new-mobile-menu {
        top: 53px !important;
    }

  

    .header-menu-top, .header-menu-top .dropdown-menu a {
        margin: auto 6px;
    }

    .hamburger {
        top: 0
    }

    .header-menu-top {
    }

    .header {
        height: auto
    }

    .row {
        width: auto;
    }

    .mobile-nav-wrap {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 7px;
        padding-right: 7px;
    }

    .mobile-nav-pouch-left {
        display: flex;
        align-items: center;
    }

    .mobile-nav-pouch-center {
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .mobile-nav-pouch-right {
        display: flex;
        align-items: center;
    }

    .mobile-logo {
        display: block;
        margin-left: 0;
    }

        .mobile-logo img {
            height: 30px;
        }

    .above-text-666 {
        display: block;
        font-size: 12px
    }

    .mobile-nav-pouch-right .header-menu-top:last-child {
        margin-right: 0;
    }

    .logo.hidden, .logo{
        justify-content: space-between
    }
    .sidebar-hide .sidebar {
        left: -250px !important;
          }
    .sidebar {
        z-index:1000!important
    }
    .has-scrollbar {
    }
    #desktop-burger .hamburger.is-active .line {
        height: 3px !important;
        width: 22px !important;
        transform:none!important
    }
    #mobile-burger-close {
        display:block;
        color: #fff;
        font-size: 1.2rem;
        align-self: center;
    }
    .mobile-logo {
    display:block
    }
    #desktop-burger {
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
        #desktop-burger .large-logo {
            max-height: 25px;
            display:block
        }
    .logo.hidden .large-logo {
    max-height:35px;
    }
 
    .wk-theme .logo.hidden .large-logo, .lykins-theme .logo.hidden .large-logo {
        max-height: 43px;
    }
    .wk-theme #desktop-burger .large-logo, .lykins-theme #desktop-burger .large-logo {
        max-height: 34px;
    }
    }
@media (max-width: 767px) {
    .mobile-nav-pouch-center {
        margin-left:0!important
    }
    .above-text-666 {
        display: none;
        font-size: 10px
    }
    .label-hide-mb {
        display: none
    }   
    .content-wrap [class*="col-"] {
    
    }
    }

.icon-section {
	margin: 0 0 3em;
	clear: both;
	overflow: hidden;
}
.icon-container {
	width: 240px; 
	padding: .7em 0;
	float: left; 
	position: relative;
	text-align: left;
}
.icon-container [class^="ti-"], 
.icon-container [class*=" ti-"] {
	color: #000;
	position: absolute;
	margin-top: 3px;
	transition: .3s;
}
.icon-container:hover [class^="ti-"],
.icon-container:hover [class*=" ti-"] {
	font-size: 2.2em;
	margin-top: -5px;
}
.icon-container:hover .icon-name {
	color: #000;
}
.icon-name {
	color: #aaa;
	margin-left: 35px;
	font-size: 14px;
	transition: .3s;
}
.icon-container:hover .icon-name {
	margin-left: 45px;
}

@font-face {
	font-family: 'themify';
	src: url('content/fonts/themify.eot?-fvbane');
	src: url('content/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('content/fonts/themify.woff?-fvbane') format('woff'), url('content/fonts/themify.ttf?-fvbane') format('truetype'), url('content/fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
    font-family: 'themify';
    src: url('fonts/themify.eot?-fvbane');
    src: url('fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url('fonts/themify.woff?-fvbane') format('woff'), url('fonts/themify.ttf?-fvbane') format('truetype'), url('fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: normal;
    font-style: normal;
}
  @font-face {
	font-family: 'themify';
	src:url('content/fonts/themify.eot?-fvbane');
	src:url('content/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('content/fonts/themify.woff?-fvbane') format('woff'),
		url('content/fonts/themify.ttf?-fvbane') format('truetype'),
		url('content/fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
} 

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
	content: "\e600";
}
.ti-volume:before {
	content: "\e601";
}
.ti-user:before {
	content: "\e602";
}
.ti-unlock:before {
	content: "\e603";
}
.ti-unlink:before {
	content: "\e604";
}
.ti-trash:before {
	content: "\e605";
}
.ti-thought:before {
	content: "\e606";
}
.ti-target:before {
	content: "\e607";
}
.ti-tag:before {
	content: "\e608";
}
.ti-tablet:before {
	content: "\e609";
}
.ti-star:before {
	content: "\e60a";
}
.ti-spray:before {
	content: "\e60b";
}
.ti-signal:before {
	content: "\e60c";
}
.ti-shopping-cart:before {
	content: "\e60d";
}
.ti-shopping-cart-full:before {
	content: "\e60e";
}
.ti-settings:before {
	content: "\e60f";
}
.ti-search:before {
	content: "\e610";
}
.ti-zoom-in:before {
	content: "\e611";
}
.ti-zoom-out:before {
	content: "\e612";
}
.ti-cut:before {
	content: "\e613";
}
.ti-ruler:before {
	content: "\e614";
}
.ti-ruler-pencil:before {
	content: "\e615";
}
.ti-ruler-alt:before {
	content: "\e616";
}
.ti-bookmark:before {
	content: "\e617";
}
.ti-bookmark-alt:before {
	content: "\e618";
}
.ti-reload:before {
	content: "\e619";
}
.ti-plus:before {
	content: "\e61a";
}
.ti-pin:before {
	content: "\e61b";
}
.ti-pencil:before {
	content: "\e61c";
}
.ti-pencil-alt:before {
	content: "\e61d";
}
.ti-paint-roller:before {
	content: "\e61e";
}
.ti-paint-bucket:before {
	content: "\e61f";
}
.ti-na:before {
	content: "\e620";
}
.ti-mobile:before {
	content: "\e621";
}
.ti-minus:before {
	content: "\e622";
}
.ti-medall:before {
	content: "\e623";
}
.ti-medall-alt:before {
	content: "\e624";
}
.ti-marker:before {
	content: "\e625";
}
.ti-marker-alt:before {
	content: "\e626";
}
.ti-arrow-up:before {
	content: "\e627";
}
.ti-arrow-right:before {
	content: "\e628";
}
.ti-arrow-left:before {
	content: "\e629";
}
.ti-arrow-down:before {
	content: "\e62a";
}
.ti-lock:before {
	content: "\e62b";
}
.ti-location-arrow:before {
	content: "\e62c";
}
.ti-link:before {
	content: "\e62d";
}
.ti-layout:before {
	content: "\e62e";
}
.ti-layers:before {
	content: "\e62f";
}
.ti-layers-alt:before {
	content: "\e630";
}
.ti-key:before {
	content: "\e631";
}
.ti-import:before {
	content: "\e632";
}
.ti-image:before {
	content: "\e633";
}
.ti-heart:before {
	content: "\e634";
}
.ti-heart-broken:before {
	content: "\e635";
}
.ti-hand-stop:before {
	content: "\e636";
}
.ti-hand-open:before {
	content: "\e637";
}
.ti-hand-drag:before {
	content: "\e638";
}
.ti-folder:before {
	content: "\e639";
}
.ti-flag:before {
	content: "\e63a";
}
.ti-flag-alt:before {
	content: "\e63b";
}
.ti-flag-alt-2:before {
	content: "\e63c";
}
.ti-eye:before {
	content: "\e63d";
}
.ti-export:before {
	content: "\e63e";
}
.ti-exchange-vertical:before {
	content: "\e63f";
}
.ti-desktop:before {
	content: "\e640";
}
.ti-cup:before {
	content: "\e641";
}
.ti-crown:before {
	content: "\e642";
}
.ti-comments:before {
	content: "\e643";
}
.ti-comment:before {
	content: "\e644";
}
.ti-comment-alt:before {
	content: "\e645";
}
.ti-close:before {
	content: "\e646";
}
.ti-clip:before {
	content: "\e647";
}
.ti-angle-up:before {
	content: "\e648";
}
.ti-angle-right:before {
	content: "\e649";
}
.ti-angle-left:before {
	content: "\e64a";
}
.ti-angle-down:before {
	content: "\e64b";
}
.ti-check:before {
	content: "\e64c";
}
.ti-check-box:before {
	content: "\e64d";
}
.ti-camera:before {
	content: "\e64e";
}
.ti-announcement:before {
	content: "\e64f";
}
.ti-brush:before {
	content: "\e650";
}
.ti-briefcase:before {
	content: "\e651";
}
.ti-bolt:before {
	content: "\e652";
}
.ti-bolt-alt:before {
	content: "\e653";
}
.ti-blackboard:before {
	content: "\e654";
}
.ti-bag:before {
	content: "\e655";
}
.ti-move:before {
	content: "\e656";
}
.ti-arrows-vertical:before {
	content: "\e657";
}
.ti-arrows-horizontal:before {
	content: "\e658";
}
.ti-fullscreen:before {
	content: "\e659";
}
.ti-arrow-top-right:before {
	content: "\e65a";
}
.ti-arrow-top-left:before {
	content: "\e65b";
}
.ti-arrow-circle-up:before {
	content: "\e65c";
}
.ti-arrow-circle-right:before {
	content: "\e65d";
}
.ti-arrow-circle-left:before {
	content: "\e65e";
}
.ti-arrow-circle-down:before {
	content: "\e65f";
}
.ti-angle-double-up:before {
	content: "\e660";
}
.ti-angle-double-right:before {
	content: "\e661";
}
.ti-angle-double-left:before {
	content: "\e662";
}
.ti-angle-double-down:before {
	content: "\e663";
}
.ti-zip:before {
	content: "\e664";
}
.ti-world:before {
	content: "\e665";
}
.ti-wheelchair:before {
	content: "\e666";
}
.ti-view-list:before {
	content: "\e667";
}
.ti-view-list-alt:before {
	content: "\e668";
}
.ti-view-grid:before {
	content: "\e669";
}
.ti-uppercase:before {
	content: "\e66a";
}
.ti-upload:before {
	content: "\e66b";
}
.ti-underline:before {
	content: "\e66c";
}
.ti-truck:before {
	content: "\e66d";
}
.ti-timer:before {
	content: "\e66e";
}
.ti-ticket:before {
	content: "\e66f";
}
.ti-thumb-up:before {
	content: "\e670";
}
.ti-thumb-down:before {
	content: "\e671";
}
.ti-text:before {
	content: "\e672";
}
.ti-stats-up:before {
	content: "\e673";
}
.ti-stats-down:before {
	content: "\e674";
}
.ti-split-v:before {
	content: "\e675";
}
.ti-split-h:before {
	content: "\e676";
}
.ti-smallcap:before {
	content: "\e677";
}
.ti-shine:before {
	content: "\e678";
}
.ti-shift-right:before {
	content: "\e679";
}
.ti-shift-left:before {
	content: "\e67a";
}
.ti-shield:before {
	content: "\e67b";
}
.ti-notepad:before {
	content: "\e67c";
}
.ti-server:before {
	content: "\e67d";
}
.ti-quote-right:before {
	content: "\e67e";
}
.ti-quote-left:before {
	content: "\e67f";
}
.ti-pulse:before {
	content: "\e680";
}
.ti-printer:before {
	content: "\e681";
}
.ti-power-off:before {
	content: "\e682";
}
.ti-plug:before {
	content: "\e683";
}
.ti-pie-chart:before {
	content: "\e684";
}
.ti-paragraph:before {
	content: "\e685";
}
.ti-panel:before {
	content: "\e686";
}
.ti-package:before {
	content: "\e687";
}
.ti-music:before {
	content: "\e688";
}
.ti-music-alt:before {
	content: "\e689";
}
.ti-mouse:before {
	content: "\e68a";
}
.ti-mouse-alt:before {
	content: "\e68b";
}
.ti-money:before {
	content: "\e68c";
}
.ti-microphone:before {
	content: "\e68d";
}
.ti-menu:before {
	content: "\e68e";
}
.ti-menu-alt:before {
	content: "\e68f";
}
.ti-map:before {
	content: "\e690";
}
.ti-map-alt:before {
	content: "\e691";
}
.ti-loop:before {
	content: "\e692";
}
.ti-location-pin:before {
	content: "\e693";
}
.ti-list:before {
	content: "\e694";
}
.ti-light-bulb:before {
	content: "\e695";
}
.ti-Italic:before {
	content: "\e696";
}
.ti-info:before {
	content: "\e697";
}
.ti-infinite:before {
	content: "\e698";
}
.ti-id-badge:before {
	content: "\e699";
}
.ti-hummer:before {
	content: "\e69a";
}
.ti-home:before {
	content: "\e69b";
}
.ti-help:before {
	content: "\e69c";
}
.ti-headphone:before {
	content: "\e69d";
}
.ti-harddrives:before {
	content: "\e69e";
}
.ti-harddrive:before {
	content: "\e69f";
}
.ti-gift:before {
	content: "\e6a0";
}
.ti-game:before {
	content: "\e6a1";
}
.ti-filter:before {
	content: "\e6a2";
}
.ti-files:before {
	content: "\e6a3";
}
.ti-file:before {
	content: "\e6a4";
}
.ti-eraser:before {
	content: "\e6a5";
}
.ti-envelope:before {
	content: "\e6a6";
}
.ti-download:before {
	content: "\e6a7";
}
.ti-direction:before {
	content: "\e6a8";
}
.ti-direction-alt:before {
	content: "\e6a9";
}
.ti-dashboard:before {
	content: "\e6aa";
}
.ti-control-stop:before {
	content: "\e6ab";
}
.ti-control-shuffle:before {
	content: "\e6ac";
}
.ti-control-play:before {
	content: "\e6ad";
}
.ti-control-pause:before {
	content: "\e6ae";
}
.ti-control-forward:before {
	content: "\e6af";
}
.ti-control-backward:before {
	content: "\e6b0";
}
.ti-cloud:before {
	content: "\e6b1";
}
.ti-cloud-up:before {
	content: "\e6b2";
}
.ti-cloud-down:before {
	content: "\e6b3";
}
.ti-clipboard:before {
	content: "\e6b4";
}
.ti-car:before {
	content: "\e6b5";
}
.ti-calendar:before {
	content: "\e6b6";
}
.ti-book:before {
	content: "\e6b7";
}
.ti-bell:before {
	content: "\e6b8";
}
.ti-basketball:before {
	content: "\e6b9";
}
.ti-bar-chart:before {
	content: "\e6ba";
}
.ti-bar-chart-alt:before {
	content: "\e6bb";
}
.ti-back-right:before {
	content: "\e6bc";
}
.ti-back-left:before {
	content: "\e6bd";
}
.ti-arrows-corner:before {
	content: "\e6be";
}
.ti-archive:before {
	content: "\e6bf";
}
.ti-anchor:before {
	content: "\e6c0";
}
.ti-align-right:before {
	content: "\e6c1";
}
.ti-align-left:before {
	content: "\e6c2";
}
.ti-align-justify:before {
	content: "\e6c3";
}
.ti-align-center:before {
	content: "\e6c4";
}
.ti-alert:before {
	content: "\e6c5";
}
.ti-alarm-clock:before {
	content: "\e6c6";
}
.ti-agenda:before {
	content: "\e6c7";
}
.ti-write:before {
	content: "\e6c8";
}
.ti-window:before {
	content: "\e6c9";
}
.ti-widgetized:before {
	content: "\e6ca";
}
.ti-widget:before {
	content: "\e6cb";
}
.ti-widget-alt:before {
	content: "\e6cc";
}
.ti-wallet:before {
	content: "\e6cd";
}
.ti-video-clapper:before {
	content: "\e6ce";
}
.ti-video-camera:before {
	content: "\e6cf";
}
.ti-vector:before {
	content: "\e6d0";
}
.ti-themify-logo:before {
	content: "\e6d1";
}
.ti-themify-favicon:before {
	content: "\e6d2";
}
.ti-themify-favicon-alt:before {
	content: "\e6d3";
}
.ti-support:before {
	content: "\e6d4";
}
.ti-stamp:before {
	content: "\e6d5";
}
.ti-split-v-alt:before {
	content: "\e6d6";
}
.ti-slice:before {
	content: "\e6d7";
}
.ti-shortcode:before {
	content: "\e6d8";
}
.ti-shift-right-alt:before {
	content: "\e6d9";
}
.ti-shift-left-alt:before {
	content: "\e6da";
}
.ti-ruler-alt-2:before {
	content: "\e6db";
}
.ti-receipt:before {
	content: "\e6dc";
}
.ti-pin2:before {
	content: "\e6dd";
}
.ti-pin-alt:before {
	content: "\e6de";
}
.ti-pencil-alt2:before {
	content: "\e6df";
}
.ti-palette:before {
	content: "\e6e0";
}
.ti-more:before {
	content: "\e6e1";
}
.ti-more-alt:before {
	content: "\e6e2";
}
.ti-microphone-alt:before {
	content: "\e6e3";
}
.ti-magnet:before {
	content: "\e6e4";
}
.ti-line-double:before {
	content: "\e6e5";
}
.ti-line-dotted:before {
	content: "\e6e6";
}
.ti-line-dashed:before {
	content: "\e6e7";
}
.ti-layout-width-full:before {
	content: "\e6e8";
}
.ti-layout-width-default:before {
	content: "\e6e9";
}
.ti-layout-width-default-alt:before {
	content: "\e6ea";
}
.ti-layout-tab:before {
	content: "\e6eb";
}
.ti-layout-tab-window:before {
	content: "\e6ec";
}
.ti-layout-tab-v:before {
	content: "\e6ed";
}
.ti-layout-tab-min:before {
	content: "\e6ee";
}
.ti-layout-slider:before {
	content: "\e6ef";
}
.ti-layout-slider-alt:before {
	content: "\e6f0";
}
.ti-layout-sidebar-right:before {
	content: "\e6f1";
}
.ti-layout-sidebar-none:before {
	content: "\e6f2";
}
.ti-layout-sidebar-left:before {
	content: "\e6f3";
}
.ti-layout-placeholder:before {
	content: "\e6f4";
}
.ti-layout-menu:before {
	content: "\e6f5";
}
.ti-layout-menu-v:before {
	content: "\e6f6";
}
.ti-layout-menu-separated:before {
	content: "\e6f7";
}
.ti-layout-menu-full:before {
	content: "\e6f8";
}
.ti-layout-media-right-alt:before {
	content: "\e6f9";
}
.ti-layout-media-right:before {
	content: "\e6fa";
}
.ti-layout-media-overlay:before {
	content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
	content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
	content: "\e6fd";
}
.ti-layout-media-left-alt:before {
	content: "\e6fe";
}
.ti-layout-media-left:before {
	content: "\e6ff";
}
.ti-layout-media-center-alt:before {
	content: "\e700";
}
.ti-layout-media-center:before {
	content: "\e701";
}
.ti-layout-list-thumb:before {
	content: "\e702";
}
.ti-layout-list-thumb-alt:before {
	content: "\e703";
}
.ti-layout-list-post:before {
	content: "\e704";
}
.ti-layout-list-large-image:before {
	content: "\e705";
}
.ti-layout-line-solid:before {
	content: "\e706";
}
.ti-layout-grid4:before {
	content: "\e707";
}
.ti-layout-grid3:before {
	content: "\e708";
}
.ti-layout-grid2:before {
	content: "\e709";
}
.ti-layout-grid2-thumb:before {
	content: "\e70a";
}
.ti-layout-cta-right:before {
	content: "\e70b";
}
.ti-layout-cta-left:before {
	content: "\e70c";
}
.ti-layout-cta-center:before {
	content: "\e70d";
}
.ti-layout-cta-btn-right:before {
	content: "\e70e";
}
.ti-layout-cta-btn-left:before {
	content: "\e70f";
}
.ti-layout-column4:before {
	content: "\e710";
}
.ti-layout-column3:before {
	content: "\e711";
}
.ti-layout-column2:before {
	content: "\e712";
}
.ti-layout-accordion-separated:before {
	content: "\e713";
}
.ti-layout-accordion-merged:before {
	content: "\e714";
}
.ti-layout-accordion-list:before {
	content: "\e715";
}
.ti-ink-pen:before {
	content: "\e716";
}
.ti-info-alt:before {
	content: "\e717";
}
.ti-help-alt:before {
	content: "\e718";
}
.ti-headphone-alt:before {
	content: "\e719";
}
.ti-hand-point-up:before {
	content: "\e71a";
}
.ti-hand-point-right:before {
	content: "\e71b";
}
.ti-hand-point-left:before {
	content: "\e71c";
}
.ti-hand-point-down:before {
	content: "\e71d";
}
.ti-gallery:before {
	content: "\e71e";
}
.ti-face-smile:before {
	content: "\e71f";
}
.ti-face-sad:before {
	content: "\e720";
}
.ti-credit-card:before {
	content: "\e721";
}
.ti-control-skip-forward:before {
	content: "\e722";
}
.ti-control-skip-backward:before {
	content: "\e723";
}
.ti-control-record:before {
	content: "\e724";
}
.ti-control-eject:before {
	content: "\e725";
}
.ti-comments-smiley:before {
	content: "\e726";
}
.ti-brush-alt:before {
	content: "\e727";
}
.ti-youtube:before {
	content: "\e728";
}
.ti-vimeo:before {
	content: "\e729";
}
.ti-twitter:before {
	content: "\e72a";
}
.ti-time:before {
	content: "\e72b";
}
.ti-tumblr:before {
	content: "\e72c";
}
.ti-skype:before {
	content: "\e72d";
}
.ti-share:before {
	content: "\e72e";
}
.ti-share-alt:before {
	content: "\e72f";
}
.ti-rocket:before {
	content: "\e730";
}
.ti-pinterest:before {
	content: "\e731";
}
.ti-new-window:before {
	content: "\e732";
}
.ti-microsoft:before {
	content: "\e733";
}
.ti-list-ol:before {
	content: "\e734";
}
.ti-linkedin:before {
	content: "\e735";
}
.ti-layout-sidebar-2:before {
	content: "\e736";
}
.ti-layout-grid4-alt:before {
	content: "\e737";
}
.ti-layout-grid3-alt:before {
	content: "\e738";
}
.ti-layout-grid2-alt:before {
	content: "\e739";
}
.ti-layout-column4-alt:before {
	content: "\e73a";
}
.ti-layout-column3-alt:before {
	content: "\e73b";
}
.ti-layout-column2-alt:before {
	content: "\e73c";
}
.ti-instagram:before {
	content: "\e73d";
}
.ti-google:before {
	content: "\e73e";
}
.ti-github:before {
	content: "\e73f";
}
.ti-flickr:before {
	content: "\e740";
}
.ti-facebook:before {
	content: "\e741";
}
.ti-dropbox:before {
	content: "\e742";
}
.ti-dribbble:before {
	content: "\e743";
}
.ti-apple:before {
	content: "\e744";
}
.ti-android:before {
	content: "\e745";
}
.ti-save:before {
	content: "\e746";
}
.ti-save-alt:before {
	content: "\e747";
}
.ti-yahoo:before {
	content: "\e748";
}
.ti-wordpress:before {
	content: "\e749";
}
.ti-vimeo-alt:before {
	content: "\e74a";
}
.ti-twitter-alt:before {
	content: "\e74b";
}
.ti-tumblr-alt:before {
	content: "\e74c";
}
.ti-trello:before {
	content: "\e74d";
}
.ti-stack-overflow:before {
	content: "\e74e";
}
.ti-soundcloud:before {
	content: "\e74f";
}
.ti-sharethis:before {
	content: "\e750";
}
.ti-sharethis-alt:before {
	content: "\e751";
}
.ti-reddit:before {
	content: "\e752";
}
.ti-pinterest-alt:before {
	content: "\e753";
}
.ti-microsoft-alt:before {
	content: "\e754";
}
.ti-linux:before {
	content: "\e755";
}
.ti-jsfiddle:before {
	content: "\e756";
}
.ti-joomla:before {
	content: "\e757";
}
.ti-html5:before {
	content: "\e758";
}
.ti-flickr-alt:before {
	content: "\e759";
}
.ti-email:before {
	content: "\e75a";
}
.ti-drupal:before {
	content: "\e75b";
}
.ti-dropbox-alt:before {
	content: "\e75c";
}
.ti-css3:before {
	content: "\e75d";
}
.ti-rss:before {
	content: "\e75e";
}
.ti-rss-alt:before {
	content: "\e75f";
}

