/*Video Modal*/
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 51;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	opacity: .6;
	display: none;
}

.service-popup-video {
	overflow: auto;
}

a.close-video-modal {
	display: block;
	right: 0;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: black;
	width: 100%;
	text-align: right;
	background-color: #f2f2f2;
	padding-right: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

a.close-video-modal:hover {
	background-color: #588a0f;
	color: #fff;
}

.service-popup {
	display: none;
	border: none;
	font-size: 1.2em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 100;
	width: 50%;
	border-radius: 5px;
	overflow: auto;
	position: fixed;
}

.service-popup h2 {
	margin-top: 0;
}

.service-popup-video {
	min-height: 600px;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.service-popup {
		width: 90%;
	}

	.service-popup iframe {
		width: 100% !important;
		height: auto !important;
	}

	.service-popup-video {
		height: auto;
		text-align: center;
		min-height: 100px;
	}
}

iframe.youtube-popup-video {
	width: 100%;
	height: 100%;
	min-height: 576px;
}


@media only screen and (max-width: 500px) {
	iframe.youtube-popup-video {
		width: 100%;
		height: 100%;
		min-height: 350px;
	}

	.service-popup h2 {
		font-size: 24px;
	}

	.service-popup h3 {
		font-size: 20px;
	}
}

@media only screen and (min-width: 764px) and (max-width: 1024px) {
	.service-popup {
		width: 90%;
	}

	.service-popup h2 {
		font-size: 24px;
	}

	.service-popup h3 {
		font-size: 20px;
	}

	iframe.youtube-popup-video {
		width: 100%;
		height: 100%;
		min-height: 350px;
	}
}

@media (min-width: 1024px) and (max-width: 1500px) {
	.service-popup {
		width: 70%;
	}
}

@media (min-width: 501px) and (max-width: 1024px) {
	.container {
		width: 100%;
	}

	.service-popup h2 {
		font-size: 24px;
	}

	.service-popup h3 {
		font-size: 20px;
	}

	iframe.youtube-popup-video {
		width: 100%;
		height: 100%;
	}

	.service-popup-video {
		height: auto;
		text-align: center;
	}
}

/*Video Modal End*/
.ui-dialog-titlebar-close {
	background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
	border: medium none;
	color: #fff;
}

.ui-dialog-titlebar-close:hover {
	background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
	color: #fff;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front {
	border: none;
	font-size: 1.2em;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 49 !important;
	width: 50%;
	border-radius: 5px;
	overflow: auto;
	position: fixed;
	padding: 0;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
	width: 100%;
	color: #fff;
	background-color: #588a0f;
	border: none;
	border-radius: 0;
	margin: 0;
	background-image: none !important;
}

.helpButton {
	background: #588A0F;
	border: none;
	color: #FFF;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #588a0f !important
}

#siosTable {
	border: 2px solid #f1f1f1 !important;
	border-bottom: 1px solid #588a0f !important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

table.dataTable thead th, table.dataTable tfoot th {
	font-weight: bold
}

table.dataTable thead th, table.dataTable thead td {
	padding: 10px 18px;
	border-bottom: 1px solid #ccc
}

table.dataTable thead th:active, table.dataTable thead td:active {
	outline: 0
}

table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #ccc
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
	cursor: pointer;
	*cursor: hand
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
	background-repeat: no-repeat;
	background-position: center right
}

table.dataTable thead .sorting {
	background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
	background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
	background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
	background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
	background-image: url("../images/sort_desc_disabled.png")
}

table.dataTable tbody tr {
	background-color: white
}

table.dataTable tbody tr.selected {
	background-color: #f1f1f1
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #f1f1f1
}

table.dataTable
.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: 0
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-top: 1px solid #588a0f;
	border-right: 1px solid #588a0f
}

table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
	border-left: 1px solid #588a0f
}

table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
	border-top: 0
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
	background-color: #9cc460
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #e1ead4
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
	background-color: #9ac15f
}

table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
	background-color: #f9f9f9
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
	background-color: #9cc461
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #e1ead4
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
	background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
	background-color: #e1ead4
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
	background-color: #97be5d
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
	background-color: #98bf5e
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
	background-color: #99c15f
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #f9f9f9
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
	background-color: #fbfbfb
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
	background-color: #fdfdfd
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
	background-color: #9cc461
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
	background-color: #9ec661
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
	background-color: #9fc862
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #eaeaea
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
	background-color: #ebebeb
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
	background-color: #e1ead4
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
	background-color: #92b85a
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
	background-color: #94b95b
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
	background-color: #95bc5c
}

table.dataTable.no-footer {
	border-bottom: 1px solid #588a0f
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
	white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	padding: 4px 17px 4px 4px;
	border-bottom: 3px solid #588a0f;
	text-align: center
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
	padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
	text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
	text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
	text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
	text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
	white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
	text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
	text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
	text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
	text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
	white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
	text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
	text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
	text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
	text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
	white-space: nowrap
}

table.dataTable, table.dataTable th, table.dataTable td {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.dataTables_wrapper {
	position: relative;
	clear: both;
	*zoom: 1;
	zoom: 1
}

.dataTables_wrapper .dataTables_length {
	float: left
}

.dataTables_wrapper .dataTables_filter {
	float: right;
	text-align: right
}

.dataTables_wrapper .dataTables_filter input {
	margin-left: .5em
}

.dataTables_wrapper .dataTables_info {
	clear: both;
	float: left;
	padding-top: .755em
}

.dataTables_wrapper .dataTables_paginate {
	float: right;
	text-align: right;
	padding-top: .25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid #909090;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(100%, #d5d5d5));
	background: -webkit-linear-gradient(top, white 0, #d5d5d5 100%);
	background: -moz-linear-gradient(top, white 0, #d5d5d5 100%);
	background: -ms-linear-gradient(top, white 0, #d5d5d5 100%);
	background: -o-linear-gradient(top, white 0, #d5d5d5 100%);
	background: linear-gradient(to bottom, white 0, #d5d5d5 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: white !important;
	border: 1px solid #e1ead4;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(100%, #e1ead4));
	background: -webkit-linear-gradient(top, white 0, #e1ead4 100%);
	background: -moz-linear-gradient(top, white 0, #e1ead4 100%);
	background: -ms-linear-gradient(top, white 0, #e1ead4 100%);
	background: -o-linear-gradient(top, white 0, #e1ead4 100%);
	background: linear-gradient(to bottom, white 0, #e1ead4 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
	outline: 0;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, white 0, #ececec 100%);
	background: -moz-linear-gradient(top, white 0, #ececec 100%);
	background: -ms-linear-gradient(top, white 0, #ececec 100%);
	background: -o-linear-gradient(top, white 0, #ececec 100%);
	background: linear-gradient(to bottom, white 0, #ececec 100%);
	box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: white;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	color: #333
}

.dataTables_wrapper .dataTables_scroll {
	clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
	*margin-top: -1px;
	-webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
	vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #588a0f
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
	border-bottom: 0
}

.dataTables_wrapper:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
		float: none;
		text-align: center
	}

	.dataTables_wrapper .dataTables_paginate {
		margin-top: .5em
	}
}

@media screen and (max-width: 640px) {
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		float: none;
		text-align: center
	}

	.dataTables_wrapper .dataTables_filter {
		margin-top: .5em
	}
}

td.details-control {
	cursor: pointer
}

.left {
	float: left
}

.right {
	float: right
}

.clearfix {
	overflow: hidden
}

.menu {
	padding: 20px;
	padding-top: 0;
	border: 1px solid #d5d5d5
}

td.tdGroup {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #a0c963;
	color: white;
	border-bottom-width: 3px
}

.menu ul {
	padding: 0
}

.menu li {
	list-style: none;
	background-color: transparent;
	padding: 10px;
	margin: 0
}

.list-header {
	background-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	margin-top: 15px
}

div.link-well ul {
	padding: 0
}

div.link-well ul li {
	list-style: none
}

li.menu-sub-link.more, #less {
	display: none
}

.border-top {
	border-top: 1px solid #ccc
}

.menu-box {
	border-right: 1px solid #ccc;
	background-color: #fafafa;
	border-bottom: 1px solid #ccc;
	border-bottom-right-radius: 5px
}

.menu-sub-link {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 !important
}

#siosTable_filter input[type="search"] {
	width: 150px;
	border: 1px solid #ccc;
	margin: 20px !important;
	padding: 10px;
	border-radius: 5px
}

#siosTable_length {
	margin: 30px
}

#siosTable_length select {
	border: 1px solid #ccc
}

input[type="checkbox"] {
	margin: 5px
}

#siosTable_wrapper {
	margin-bottom: 25px
}

#siosTable2_filter input[type="search"] {
	width: 150px;
	border: 1px solid #ccc;
	margin: 20px !important;
	padding: 10px;
	border-radius: 5px
}

#siosTable2_lengt {
	margin: 30px
}

#siosTable2_lengt select {
	border: 1px solid #ccc
}

#siosTable2_wrapper {
	margin-bottom: 25px
}

img.storeItemImage {
	min-width: 50px;
	max-height: 50px;
	overflow: hidden;
	border: thin solid black;
	padding: 2px
}

.radio-button {
	background-color: #608f1b;
	border: 1px solid #ccc;
	padding: 15px 0;
	border-radius: 10px;
	width: 100px;
	font-family: "open Sans";
	color: white;
	margin: 0
}

.radio-button:active {
	box-shadow: inset 0 0 3px #253311
}

.radio-button.selected {
	box-shadow: inset 0 0 3px #253311;
	background-color: #274002
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color: #f0fae2
}

div.container {
	text-align: center
}

div.sios-container {
	padding: 0;
	margin: 10px;
	border: 1px solid #ccc;
	border-radius: 1em;
	text-align: center;
	background-color: #fff
}

div.sios-form {
	padding: 40px;
	padding-top: 0;
	margin: 10px
}

div.sios-container-title {
	position: relative;
	margin-top: 0;
	background-color: #54880b;
	color: white;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 75px;
	margin-bottom: 0
}

div.sios-container-title h1 {
	font-size: 2em;
	margin: 0;
	padding-top: 10px
}

div.sios-form h2 {
	color: #555;
	font-size: 1.4em;
	margin-top: 10px
}

div.sios-form input[type="text"] {
	text-align: center
}

div.sios-form input[type="text"],
div.sios-form input[type="number"],
div.sios-form select {
	background-color: white;
	font-family: Font Awesome 5 Free, 'Open sans', sans-serif;
	height: 50px;
	padding: 5px;
	font-size: 1.2em;
	border: 1px solid #ccc
}

div.sios-form input.sios-text-input,
div.sios-form select.sios-select {
	width: 80%
}

div.sios-form input.sios-text-input-alt,
div.sios-form select.sios-select-alt {
	display: inline-block;
	width: 80%;
	margin: 0 !important
}

div.sios-form button:focus,
div.sios-form input::select,
div.sios-form select::select,
div.sios-form textarea::select,
div.sios-form button::select,
div.sios-form select:focus > option:checked {
	background-color: #e1ead4 !important
}

.ui-autocomplete {
	font-family: "Open Sans", arial, helvetica, sans-serif;
	border: 1px solid #ccc !important;
	color: #333
}

.itemAutocomplete.ui-state-focus {
	background-color: #e1ead4 !important;
	font-weight: bolder;
	border: 0
}

.itemAutocomplete.ui-menu-item:hover {
	background-color: #e1ead4 !important;
	font-weight: bolder;
	border: 0
}

i.next-step {
	color: #54880b;
	font-size: 2em;
	float: left;
	margin-top: 10px
}

div.sios-results {
	display: none
}

p.result {
	font-size: 1.4em
}

div.sios-results p.result {
	font-size: 1.3em;
	color: #333
}

h2.first-h2 {
	margin-top: 30px !important
}

.row h1 {
	padding: 10px
}

.very-light-grey-bg.legend-box {
	padding: 10px;
	min-height: 120px;
	margin-top: 1px;
	background-color: transparent !important
}

li.menu-sub-link i.fa,
li.menu-sub-link i.fas {
	float: right
}

.paginate_button.next {
	float: right
}

@media only screen and (max-width: 1024px) {
	.very-light-grey-bg.legend-box {
		height: 175px
	}

	#siosTable_filter input[type="search"] {
		margin: 0 !important;
		margin-bottom: 10px !important
	}

	#siosTable2_filter input[type="search"] {
		margin: 0 !important;
		margin-bottom: 10px !important
	}

	div.dt-buttons {
		margin: 0;
		margin-left: 20px
	}

	#siosTable_length {
		margin-top: 10px;
		margin: 0
	}

	#siosTable_wrapper {
		margin-bottom: 10px
	}

	#siosTable2_lengt {
		margin-top: 10px;
		margin: 0
	}

	#siosTable2_wrapper {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 992px) {
	.menu {
		width: 100%;
		border: 0;
		padding: 0
	}

	.very-light-grey-bg.legend-box {
		min-height: 0;
		height: auto;
		padding: 10px;
		margin: 1px
	}

	div.link-well {
		display: none
	}

	.menu-sub-link {
		width: 47%;
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top
	}

	#more {
		display: none
	}

	li.menu-sub-link.more {
		width: 47%;
		display: inline-block;
		box-sizing: border-box
	}

	li.menu-sub-link i.fa,
	li.menu-sub-link i.fas {
		float: none
	}

	#less {
		display: none
	}

	#siosTable_filter input[type="search"] {
		margin: 0 !important;
		margin-bottom: 10px !important;
		max-width: 200px;
		float: left
	}

	#siosTable2_filter input[type="search"] {
		margin: 0 !important;
		margin-bottom: 10px !important;
		max-width: 200px;
		float: left
	}

	div.dt-buttons {
		margin: 0 10px;
		float: left !important
	}

	#siosTable_length {
		margin: 5px 0;
		float: left
	}

	#siosTable_wrapper {
		margin-bottom: 10px
	}

	#siosTable2_lengt {
		margin: 5px 0;
		float: left
	}

	#siosTable2_wrapper {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 500px) {
	div.sios-form input.sios-text-input-alt,
	div.sios-form select.sios-select-alt {
		display: inline-block;
		width: 80%;
		margin: 10px !important
	}

	i.next-step {
		margin-top: 20px
	}

	div.sios-form {
		padding: 20px
	}

	div.sios-container-title:after {
		display: none
	}

	div.sios-container-title {
		height: 50px
	}

	div.sios-container-title h1 {
		font-size: 7vw;
		padding-top: 10px
	}

	div.sios-form input[type="text"],
	div.sios-form input[type="number"],
	div.sios-form select {
		height: auto !important;
		border: 1px solid #ccc;
		margin-bottom: 5px;
		margin-top: 0
	}

	div.sios-form input.sios-text-input-alt,
	div.sios-form select.sios-select-alt,
	div.sios-form input.sios-text-input,
	div.sios-form select.sios-select {
		display: inline-block;
		width: 80%;
		margin: 5px !important
	}

	h2.first-h2 {
		margin-top: 5px
	}

	div.sios-form h2 {
		margin: 5px
	}

	.mobile-hide {
		display: none
	}

	.menu-box {
		border: 0
	}

	#siosTable_filter input[type="search"] {
		margin: 5px 0 !important;
		max-width: 90%;
		float: none
	}

	#siosTable_filter input[type="search"] {
		margin: 5px 0 !important;
		max-width: 90%;
		float: none
	}

	div.dt-buttons {
		margin: 5px auto;
		float: none !important
	}

	#siosTable_length {
		margin: 5px 0;
		float: none
	}

	#siosTable_wrapper {
		margin-bottom: 10px
	}

	#siosTable2_lengt {
		margin: 5px 0;
		float: none
	}

	#siosTable2_wrapper {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 480px) {
	div.sios-form {
		padding: 10px;
		padding-top: 0;
		margin-top: 0
	}

	div.container {
		padding: 0 1px
	}

	div.sios-container {
		margin: 0
	}

	i.next-step {
		margin-left: 10px
	}

	td.child ul {
		padding: 40px !important
	}

	table.dataTable.compact tbody th,
	table.dataTable.compact tbody td {
		padding: 2px;
		max-width: 55px;
		font-size: 3vw
	}

	#siosTable_filter input[type="search"] {
		margin: 5px 0 !important;
		max-width: 90%;
		float: none
	}

	#siosTable2_filter input[type="search"] {
		margin: 5px 0 !important;
		max-width: 90%;
		float: none
	}

	div.dt-buttons {
		margin: 5px auto;
		float: none !important
	}

	#siosTable_length {
		margin: 5px 0;
		float: none
	}

	#siosTable_wrapper {
		margin-bottom: 10px
	}

	#siosTable2_lengt {
		margin: 5px 0;
		float: none
	}

	#siosTable2_wrapper {
		margin-bottom: 10px
	}
}

.test-class {
	color: red
}

input::selection {
	background: #e1ead4
}

input::-moz-selection {
	background: #e1ead4
}

@media only screen and (max-width: 320px) {
	#siosTable_filter input[type="search"] {
		margin: 5px 0 !important;
		max-width: 90%;
		float: none !important
	}

	#siosTable2_filter input[type="search"] {
		margin: 5px 0 !important;
		max-width: 90%;
		float: none !important
	}

	div.dt-buttons {
		margin: 5px auto;
		float: none !important
	}

	#siosTable_length {
		margin: 5px 0;
		float: none !important
	}

	#siosTable_wrapper {
		margin-bottom: 10px
	}

	#siosTable2_lengt {
		margin: 5px 0;
		float: none !important
	}

	#siosTable2_wrapper {
		margin-bottom: 10px
	}
}

@media print {
	.dataTables_length,
	.dataTables_filter,
	.dataTables_info,
	.dataTables_paginate,
	.dt-buttons {
		display: none !important
	}

	.col-xs-12.col-sm-10.col-md-10.col-lg-10 {
		padding: 0
	}
}

.sios-legend {
	background-color: #fff;
}

.menu-tuto-sios {
	background-color: #fff;
}

.menu {
	background-color: #fff;
}

.div-button {
	display: inline-block;
}

.powertour-highlight,
.powertour-hook {
	background-color: #fff;
}

.grocery_title_bc {
	background-color: #5c8ac8 !important;
}

.sios-click-note {
	text-align: center;
	margin-bottom: 15px;
}

td {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.addToGL {
	color: #588A0F;
	font-size: 20px;
	padding: 3px;
	cursor: pointer;
}

.addToGL:hover {
	color: #A0C963;
}

.sios-click-note p {
	background-color: #EEE;
	padding: 10px;
	display: inline-block;
	border-radius: 3px;
}

.sios-click-note p i.fa, .sios-click-note p i.fas {
	margin-right: 10px;
}

div.sios-container {
	margin-bottom: 100px;
}

div.sios-container-title {
	height: auto;
}

div.sios-container-title h1 {
	padding: 10px;
}

.price-checker-button input#checkPrice,
.price-checker-button input#reset {
	font-size: 1em;
	padding: 10px 15px 10px 30px;
	text-transform: uppercase;
	border-radius: 3px !important;
}

.price-checker-button {
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.price-checker-button.checkprice {
	margin-right: 5px;
}

.price-checker-button.reset {
	margin-left: 5px;
}

.price-checker-button i.fa, .price-checker-button i.fas {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	color: #FFF;
}

div.sios-container {
	margin-left: 0;
	margin-right: 0;
}

div.sios-form {
	padding-top: 20px;
}

.symbol-in-middle {
	font-size: 1.5em;
	font-weight: bold;
	float: left;
	margin-top: 15px;
}

div.sios-form input[type="text"].smaller-form-font-size,
div.sios-form input[type="number"].smaller-form-font-size,
div.sios-form select.smaller-form-font-size {
	font-size: 1em;
}

a.dt-button {
	background: #588A0F;
	border: none;
	color: #FFF;
}

a.dt-button:hover {
	background-color: #A0c963 !important;
	background-image: none !important;
	color: #333 !important;
	border: none !important;
}

#siosTable_length select {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 3px 6px;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
	border-bottom: 1px solid #DDD;
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
	border-right: 1px solid #DDD;
	border-top: 1px solid #DDD;
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left: none;
}

#siosTable {
	border-bottom: 1px solid #DDD !important;
	margin-bottom: 15px;
}

.menu {
	padding: 10px;
	padding-top: 10px;
}

.menu ul {
	margin: 0;
}

.menu ul li {
	padding: 0;
}

.menu > ul > li {
	margin-bottom: 30px;
}

.menu > ul > li:last-of-type {
	margin-bottom: 0;
}

.menu ul li .list-header {
	display: inline-block;
	margin-top: 0;
	font-size: 1.2em;
	cursor: pointer;
}

.menu ul li i.fa, .menu ul li i.fas {
	cursor: pointer;
}

.menu ul li .link-well {
	padding: 10px 0;
	margin: 10px 0;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}

.menu > ul > li:last-of-type .link-well {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.menu .link-well ul li label {
	cursor: pointer;
}

.menu ul li .link-well b {
	display: inline-block;
	margin-top: 5px;
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
	text-align: center;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	background: #EEE;
	color: #333;
	border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: #A0c963;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #588A0F !important;
	color: #FFF !important;
	border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #FFF !important;
	border: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: #A0C963;
}

.dt-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#help a.dt-button {
	background: #FFF;
	color: #333;
	font-size: 20px;
}

#help a.dt-button:hover {
	background: #FFF !important;
	color: #333 !important;
	border: none !important;
}

#tuto-print .dt-button {
	background: #FFF;
	color: #588A0F;
	font-size: 2.5em;
	padding: 0;
}

#tuto-print .dt-button:hover {
	background: #FFF !important;
	color: #588A0F !important;
}

.dataTables_wrapper .dataTables_paginate {
	margin-top: 0;
	margin-right: 10px;
}

#flyerSpecial h1 {
	font-size: 3em;
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}

.fa-hand-rock {
	color: #fda830;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-exclamation {
	color: #666;
}

@media screen and (max-width: 1024px) {
	.menu-tuto-sios .menu > ul > li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #CCC;
	}

	.menu-tuto-sios .menu > ul > li:last-of-type {
		border-bottom: none;
	}

	.dataTables_wrapper .dataTables_paginate {
		float: none;
		clear: both;
		text-align: center;
		margin-bottom: 20px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button.next {
		float: none;
	}

	.dataTables_wrapper .dataTables_filter#siosTable_filter {
		float: left;
		margin-left: 15px;
	}

	.menu-tuto-sios .dt-buttons {
		position: absolute;
		top: 0;
		right: 0;
	}

	.menu-tuto-sios #help a.dt-button {
		padding: 0;
	}

	.menu-tuto-sios #btnSwitch {
		width: auto !important;
		margin-right: 15px;
	}

	.menu-tuto-sios #siosTable_length {
		float: none;
		display: inline-block;
		margin-left: 15px;
		margin-bottom: 20px;
		width: 100%;
	}

	.menu-tuto-sios #menu li i.fa, .menu-tuto-sios #menu li i.fas {
		float: none;
	}

	.menu-tuto-sios .menu ul li .list-header {
		margin-right: 10px;
	}

	div.sios-form input.sios-text-input-alt,
	div.sios-form select.sios-select-alt,
	div.sios-form input.sios-text-input,
	div.sios-form select.sios-select {
		margin-bottom: 20px !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1367px) {
	.dataTables_wrapper .dataTables_paginate {
		margin-bottom: 10px;
		clear: both;
		margin-top: 0;
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 1024px) {
	#siosTable_filter {
		float: left;
	}

	.dataTables_length {
		margin-top: 10px !important;
	}

	#siosTable_filter input[type="search"] {
		margin-left: 0 !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		min-width: 250px;
		cursor: text;
	}

	#siosTable_wrapper .dt-buttons,
	#siosTable_wrapper .dataTables_length {
		float: right;
		margin-right: 0;
		margin-top: 0 !important;
		margin-left: 5px;
		margin-bottom: 0;
	}

	#siosTable_length {
		margin-top: 26px;
	}

	#siosTable_wrapper .dataTables_length {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 10px !important;
	}

	#siosTable_filter input[type="search"] {
		width: 20%;
		float: left;
		margin: 5px 0 !important;
	}

	.dataTables_wrapper .dataTables_paginate {
		text-align: left;
		margin-bottom: 20px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 5px 10px;
	}

	table.dataTable > tbody > tr.child ul {
		padding: 0 !important;
	}

	#main-wide {
		padding-bottom: 20px;
	}

	#siosTable_length {
		margin-bottom: 15px;
	}

	div.dt-buttons {
		margin: 10px 0;
	}

	table.dataTable.compact tbody th,
	table.dataTable.compact tbody td {
		font-size: 14px;
		padding: 5px;
	}

	table.dataTable.compact tbody td img.storeItemImage {
		min-width: 40px;
		min-height: 40px;
	}

	table.dataTable.compact thead th,
	table.dataTable.compact thead td {
		font-size: 16px;
		padding: 10px 25px 10px 5px !important;
	}

	#legend > div {
		padding-left: 15px;
	}

	#searchSiteForm {
		left: 0;
		margin: auto;
		top: 5px;
	}

	#help.div-button {
		/*        display: none;*/
	}

	div.sios-form .align-middle-in-responsive {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	div.sios-form .align-middle-in-responsive .symbol-in-middle {
		float: none;
		margin: 0;
	}

	.price-checker-button {
		margin-top: 20px;
	}

	.menu-tuto-sios .dt-buttons {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.dataTables_wrapper .dataTables_filter#siosTable_filter {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.dataTables_wrapper .dataTables_paginate,
	#siosTable_wrapper {
		text-align: center;
	}

}

@media screen and (max-width: 500px) {
	#menu {
		border: 1px solid #d5d5d5;
		margin-bottom: 15px;
	}

	.menu > ul > li {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #DDD;
	}

	.menu > ul > li:last-of-type {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}

	#siosTable_filter {
		margin-bottom: 15px;
	}

	.menu ul li .link-well {
		padding: 0;
		margin: 0;
		margin-top: 10px;
		border: none;
	}

	#siosTable_filter input[type="search"] {
		width: 100%;
	}

	.dataTables_wrapper .dataTables_paginate {
		text-align: left;
		margin-bottom: 20px;
	}

	.dataTables_wrapper .dataTables_paginate .paginate_button {
		padding: 5px 10px;
	}

	table.dataTable > tbody > tr.child ul {
		padding: 0 !important;
	}

	#main-wide {
		padding-bottom: 20px;
	}

	div#siosTable_length {
		margin-bottom: 15px;
	}

	div.dt-buttons {
		margin: 10px 0;
	}

	table.dataTable.compact tbody th,
	table.dataTable.compact tbody td {
		font-size: 14px;
		padding: 5px;
	}

	table.dataTable.compact tbody td img.storeItemImage {
		min-width: 40px;
		min-height: 40px;
	}

	table.dataTable.compact thead th,
	table.dataTable.compact thead td {
		font-size: 16px;
		padding: 10px 25px 10px 5px !important;
	}

	#legend > div {
		padding-left: 15px;
	}

	#searchSiteForm {
		left: 0;
		margin: auto;
		top: 5px;
	}

	#help.div-button {
		display: none;
	}

	div.sios-form .align-middle-in-responsive {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	div.sios-form .align-middle-in-responsive .symbol-in-middle {
		float: none;
		margin: 0;
	}

	.price-checker-button {
		margin-top: 20px;
	}

	.menu-tuto-sios .dt-buttons {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.dataTables_wrapper .dataTables_filter#siosTable_filter {
		float: left;
		margin-left: 15px;
		margin: 0 auto;
		width: 100%;
	}

	.dataTables_wrapper .dataTables_paginate,
	#siosTable_wrapper {
		text-align: center;
	}

	#tuto-print {
		display: none;
	}

	.menu-tuto-sios #siosTable_length {
		margin-left: 0;
	}
}

@media screen and (max-width: 350px) {
	.tdStoreItemImage {
		display: none;
	}

	.sosmobile {
		display: none;
	}

	td {
		font-size: 9px !important;
	}
}
