html {
	height:100%;
	min-height:100%;
}
body {
	border-top: 2px solid #13B657;
	/*background-image: url("https://assets.greenbsn.com/specials/special-2018-12-bd.jpg") !important;*/
	background-image: url("https://assets.greenbsn.com/specials/special-2020-01-bd.jpg") !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100%;
}
#main {
}
#header {
	background-color: transparent;
	box-shadow: none;
	border-bottom: none;
	top: 0;
	left: 0;
	position: absolute;
	right: 0;
	width: auto;
}
#header .pageTitle {
	display: none;
}
#header .select2-container .select2-choice .select2-arrow {
	border-left: 1px solid rgba(185, 189, 167, 0.42);
}
.logo {
	margin-left: 10px;
	margin: 5px 10px;
}
.logo img {
	height: auto;
	width: 150px;
	display: none;
}
.logoutSwitch {
	display: none;
}
.selectLang {
	position: fixed;
	right: 5px;
	top: 15px;
}
/* select2 language chooser */
.select2-drop {
	background: transparent;
}
.select2-drop.lang-switch {
	background: transparent;
	border: medium none;
	border-radius: 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.1);
	font-size: 11px;
	min-width: 12em;
}
.select2-results .select2-highlighted {
	background-color: rgba(15, 157, 75, 0.64);
}
#header .select2-container .select2-choice {
	border-radius: 0;
}

.help {
	position: fixed;
	top: 5px;
	right: 15px;
	display: none;
}
.help > a {
	background-image: url("gui/login-help.png");
	display: block;
	height: 48px;
	width: 48px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px auto;
	text-indent: -99999px;
}

/*------------------------------------------Login page*/
.logincontent {
	margin: 0 auto;
	padding: 0;
	width: auto;
}

.login, .panel-content {
	text-align: center;
	bottom: 0;
	margin: 100px auto 0;
	height: 50%;
	left: 0;
	right: 0;
	top: 0;
	max-width: 320px;
	min-width: 300px;
	padding: 10% 10px 0;
	display: table;
}
.panel-content > form {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 15px 0;
	background-color: rgba(255, 255, 255, 0.5) !important;
	box-shadow: 0 0 200px 200px rgba(255, 255, 255, 0.5);
	background-image: url("/styles/gui/logo.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 120px auto;
}
/* siteos ips form elements */

.panel-content input.text,
.panel-content input[type="text"],
.panel-content input[type="email"],
.panel-content input[type="password"],
.panel-content textarea,
.panel-content select {
	width: 100%;
	margin-bottom: 10px;
	padding: 2px 5px;
	border: 2px solid #13B657;
	border: 2px solid rgba(17, 144, 25, 0.40);
	border-radius: 5px;
	font: normal normal 16px/1.3em "Open Sans", Helvetica, Arial, sans-serif;
	height: 34px;
	line-height: 32px;
	color: #615347;
	background-color: #F9F9F9;
	background-color: rgba(255, 255, 255, 0.20);

}
.panel-content input.text:focus,
.panel-content input[type=text]:focus,
.panel-content input[type=password]:focus,
.panel-content textarea:focus,
.panel-content select:focus {
	box-shadow: 0 0 3px rgba(0,0,32,0.2);
}
.panel-content select option {
}
.panel-content select {
}
.panel-content input[disabled] {
	color: #615347;
	background-color: #F9F9F9;
}
.panel-content input.disabled {
	color: #615347;
	background-color: #F9F9F9;
}
/* siteos ips buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
button {
	background: linear-gradient(to bottom, #FFFFFF 0%, gainsboro 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(128, 128, 128, 0.3);
	font-size: 13px;
	font-variant: small-caps;
	padding: 5px 13px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	text-transform: lowercase;
	cursor: pointer;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
	border-color: #666666;
	box-shadow: 0 1px 8px 1px rgba(0, 0, 0, 0.25);
}
input[type="button"]:active,
input[type="reset"]:active,
button:active {
	background: linear-gradient(to bottom, #dddddd 0%, #e0e0e0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #666666;
	outline: medium none;
}
input[type="button"]:disabled,
input[type="reset"]:disabled,
button:disabled {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #ddd;
}
input[type="reset"]:hover,
.controlset button[type="reset"]:hover {
	border-color: #800000;
}
input[type="button"]:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="reset"]:disabled:hover,
button:disabled:hover {
	border-color: #aaa;
}
label input {
	margin: 5px 10px 0;
}
#cboxLoadedContent {
}

label {
	transition: all .3s ease-out;
}
.inField {
	margin: 0 auto;
	text-align: left;
}
.inField label {
}
.inField input {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.25);
	text-indent: 4px;
	border: 2px solid #13B657;
	border-radius: 2px;
}
.inField input:hover,
.inField input:focus {
	box-shadow: 0 0 2px 0px #13B657;
}
.login-action input {
	border: 2px solid transparent;
	background-color: rgba(13, 32, 13, 0.33);
}

div.inField,
div.inSelect {
	position: relative;
}
div.inField label {
	position:absolute;
	top: 9px !important;
	left: 10px !important;
	font-size: 16px;
	color: #615347;
	cursor: text;
	transition-duration: 0.2s;
}
.login-role {
	display: inline-block;
	overflow: hidden;
	text-align: center;
}
.login-box {
	clear: both;
	margin: 0 auto;
	max-width: 300px;

}
.login-action {
	margin: 0 auto;
	text-align: left;
}
.login-links {
	display: inline-block;
	margin: 0;
	color: #02A546;
	transition: background-color .7s ease;
	/*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.16);*/
}
.login-box:hover .login-links {
	/*background: none repeat scroll 0 0 rgba(255, 255, 255, 0.36);*/
}
.login-links a:hover {
	color: darkred;
	transition: color 0.7s ease 0s;
	text-decoration: none;
}


.siteos-tile {
	position: relative;
	display: table-cell;
	height: 100px;
	padding: 10px 5px 0;
	overflow: hidden;
	text-align: center;
	width: 100px;
}
.siteos-tile-type {
	position: relative;
}
.siteos-tile .label {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	text-transform: lowercase;
	font-variant: small-caps;
}
.siteos-tile-header {
	display: table-cell;
	padding: 0 5px;
	text-align: center;
	width: 160px;
	height: 2.9em;
}
.siteos-tile:hover .siteos-tile-header {
	color: #333333;
}
.siteos-tile .hidden input[type="text"] {
	background-color: #777777;
	border-radius: 3px;
	color: #CCCCCC;
	font-family: monospace;
	font-size: 11px;
	padding: 2px 4px;
	width: 138px;
}
.siteos-tile .small {
	color: #CCCCCC;
	display: inline-block;
	font-size: 9px;
}
.siteos-tile kbd {
	color: #CCCCCC;
	font-size: 10px;
}
.siteos-tile:hover .hidden {/*
	display: block;*/
}
.siteos-tile input[type="checkbox"] {
	opacity: 0;
	margin-right: -15px;
}
.siteos-tile input:empty {
	/*margin-left: -9999px;*/
}
.siteos-tile .label,
.siteos-tile input ~ label {
	position: relative;/*
  background-image: url("/skins/ips/gui/tile-earth.png");*/
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 48px;
	opacity: 0.4;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	text-indent: -99999px;
}
.siteos-tile input:checked ~ label {
	opacity: 1;
}
.siteos-tile .label:hover,
.siteos-tile input ~ label:hover {
	opacity: 1;
}
span.helper {
	display: none;
}
.siteos-tile span.helper {
	display: block;
	opacity: 0.1;
	font: normal normal 11px/1.3em "Open Sans", Arial, sans-serif;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 999;
}
.siteos-tile .label span.helper {
	text-align: center;
}
.siteos-tile .label span.helper,
.siteos-tile input:checked ~ label ~ span.helper {
	display: block;
	color: #999999;
	opacity: 1;
}
.siteos-tile:hover input:checked ~ label ~ span.helper ~ div.hidden {
	display: block;
	opacity: 1;
}
.siteos-tile:hover input:checked ~ label ~ span.helper ~ div.hidden {
	background-color: #666666;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
	color: #CCCCCC;
	display: block;
	min-height: 60px;
	opacity: 1;
	padding: 0 5px;
	text-align: left;
}
.siteos-tile:hover span.helper {
	display: block;
	opacity: 1;
	color: #333333 !important;
}
.siteos-tile label {
	background-image: url("gui/tile-diamond.png");
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.siteos-tile input {
	margin-left: -55px;
	opacity: 0;
	margin-right: -55px;

}
.siteos-tile h6 {
	font: small-caps 300 12px "Roboto Thin", Roboto, sans-serif;
	margin: 0;
	text-transform: uppercase;
	color: #017130;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

#admin ~ label {
	background-image: url("gui/login-mug.png");
}
#franchiser ~ label {
	background-image: url("gui/login-franchise.png");
}
#associate ~ label {
	background-image: url("gui/login-user.png");
}
input[type="submit"], input[type="button"], input[type="reset"], button {
	background: rgba(0,0,0,0.33);
	text-shadow: none;
	font: small-caps 300 15px "Roboto Thin", Roboto, sans-serif;
	border-radius: 3px;
	color: #FFFFFF;
	text-transform: uppercase;
	box-shadow: none;

}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:hover {
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.25);
	border-color: transparent;
	background-color: rgba(10, 10, 10, 0.54);
}


.user-manual {
	text-align: center;
	height: 48px;
	margin: 0 auto 2em;
	position: fixed;
	right: 0.75rem;
	border-radius: 50%;
	bottom: .75rem;
	overflow: hidden;
	width: 48px;
	background-color: rgba(242, 242, 242, 0.19);
	color: white;
	cursor: pointer;
	text-indent: -2px;
	box-shadow: 0 1px 9px -3px rgba(0, 0, 0, 0.75);
}
.user-manual > a {
	display: inline-block;
	height: 48px;
	background-image: url("gui/login-help.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 48px auto;
	font: small-caps 300 16px/48px "Roboto Thin",Roboto,sans-serif;
	text-transform: uppercase;
	opacity: .5;
	padding: 0 0 0 60px;
	transition: all .5s ease-in;
}
.panel-content:hover .user-manual > a {
	opacity: 1;
}
.login-box p {
	margin: 0 auto 25px;
}
.inline-message {
	background-color: rgba(255, 255, 255, 0.28);
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 8px 20px -10px rgba(0, 0, 0, 0.1);
}

.select2-results {
	max-height: 200px;
	padding: 0;
	margin: 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: rgba(23, 23, 23, 0.33);
	border-radius: 2px;
	box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.33);
	color: white;
}
.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none;
	position: relative;
	background: transparent;
	padding: 3px;
	font-size: 10px;
	text-transform: uppercase;
}
.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #C7B9AD;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: rgba(249, 249, 249, 0.50);
	background-image: none;
	font: normal 14px/26px "Open Sans", Helvetica, sans-serif;
}
.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: rgba(249, 249, 249, 0.50);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}
#header .select2-container:hover {
	box-shadow: 0 0px 10px -2px rgba(0, 0, 0, 0.15);
}
.select2-results .select2-highlighted {
	background-color: rgba(0, 0, 0, 0.26);
}
.select2-result .flag {
	height: auto;
	width: 21px;
	margin: 0;
}
.select2-chosen .flag {
	display: inline-block;
	position: relative;
	top: -2px;
	z-index: 0;
	width: 25px;
	height: auto;
}