
/* ---------------------------------------------------------------- LOGIN */
/* ---------------------------------------------------------------- LOGIN */
	.header-btns>* {
		-ms-align-self: stretch;
		align-self: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		width: 100%;
		color: #000;
	}
	.logout-button {
		height: 20px;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
	.buttonBar-right button {
		background: transparent!important;
		font-weight: 500;
	}
	.logout-button svg {
		width: 18px;
		height: 20px;
		margin-right: 5px;
		top: 49%;
		-webkit-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-o-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		position: absolute;
		left: 37%;
		z-index: 1;
	}
	.logout-button path {
		fill: #000;
	}
	.logout-button *, .logout-button {
		cursor: pointer;
	}
	.logout-button {
		position: relative;
		-ms-align-items: flex-end;
		align-items: flex-end;
		height: 100%;
		background-color: #e2e2e2;
	}
	.logout-button input.btn.btn-primary {
		font: unset;
		border: none;
		font-weight: 300;
		background-color: transparent;
		position: relative;
		z-index: 2;
		padding-left: 48px;
		height: 100%;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.logout-button:hover {
		background-color: #e2e2e2;
	}
	.control-group.checkbox {
		-ms-align-items: center;
		align-items: center;
		justify-content: flex-start;
	}
	.control-group.checkbox input {
		margin-right: 7px;
	}
	a.forgot {
		font-size: 0.8em;
		display: inline-block;
		font-style: italic;
	}
	.reg-section {
	  padding: 0 20px;
	  border-top: 1px solid #e2e2e2;
	}
	.alert {
		background-color: #fcf8e3;
		color: #c09853;
		padding: 8px 35px 8px 14px;
		margin-bottom: 18px;
		text-shadow: 0 1px 0 rgba(255,255,255,0.5);
		border: 1px solid #fbeed5;
	}
	.alert .close {
		color: transparent!important;
		text-shadow: none;
		border: 2px solid #fbeed5;
		background-color: transparent;
		border-radius: 50%;
		width: 22px;
		height: 22px;
		display: block;
		right: 0;
		margin-bottom: 10px;
		position: relative;
	}
	.alert .close:after, .alert .close:before {
		content: '';
		position: absolute;
		background-color: #c09853;
		height: 2px;
		width: 14px;
		top: 8px;
	}
	.alert .close:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		right: 2px;
	}
	.close:before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		left: 2px;
	}
	.alert .close:hover:after, .alert .close:hover:before {
		background-color: #a07833;
	}
	.alert h4 {
		margin: 0 0 .5em;
	}
	.login form.form-validate.form-horizontal.well {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin-top: 40px;
	}
	.login form.form-validate.form-horizontal.well .control-label {
		width: auto;
		float: unset;
		text-align: left;
	}
	.login form.form-validate.form-horizontal.well input[type='text'],
	.login form.form-validate.form-horizontal.well input[type='email'],
	.login form.form-validate.form-horizontal.well input[type='password'],
	.remind input[type='text'], .remind input[type='email'], .remind input[type='password'], 
	.reset input[type='text'], .reset input[type='email'], .reset input[type='password'],
	.profile-edit input[type='text'], .profile-edit input[type='email'], .profile-edit input[type='password'],
	.reg-section input[type='text'], .reg-section input[type='email'], .reg-section input[type='password'] {
		width: 220px;
		height: 30px;
		margin: 0;
		padding: 0 10px;
		border: 1px solid;
	}
	.login form.form-validate.form-horizontal.well .controls,
	.remind .controls, .reset .controls {
		margin-left: 0;
	}
	.login form.form-validate.form-horizontal.well fieldset .control-group:nth-child(3) {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		height: 30px;
		margin-top: 5px;
	}
	label.invalid {
		background-color: transparent;
	}
	.login form.form-validate.form-horizontal.well fieldset .control-group:nth-child(3) .control-label {
		padding-top: 0;
		margin-right: 10px;
	}
	.login form.form-validate.form-horizontal.well button,
	.remind button, .reset button, .profile-edit button, .profile-edit a.btn,
	.reg-buttons button {
		font-size: 1.3em;
		letter-spacing: 0.5px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		position: relative;
		width: 100%;
		max-width: 220px;
		height: 40px;
		color: #3c9ce6;
		margin-top: 20px;
		margin-bottom: 20px;
		font-family: BebasNeue;
	}
	.login .control-label, .reset .control-label,
	.remind .control-label  {
		margin-bottom: 5px;
		margin-top: 10px;
	}
	label[for="remember"] {
		margin-bottom: 10px;
		display: block;
	}
	.login, .reset, .remind {
		padding-top: 42px;
		padding-bottom: 42px;
	}
	.login form.form-validate.form-horizontal.well button:hover,
	.remind button:hover, .reset button:hover, .profile-edit button:hover, .profile-edit a.btn:hover,
	.reg-buttons button:hover {
		color: #000;
	}
	.login form.form-validate.form-horizontal.well button:before,
	.remind button:before, .reset button:before, .profile-edit button:before, .profile-edit a.btn:before,
	.reg-buttons button:before {
		content: '';
		z-index: -1;
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		background: linear-gradient(to right, #51b3ff 0%, #39cc26 100%);
	}
	.login form.form-validate.form-horizontal.well button:hover:before,
	.remind button:hover:before, .reset button:hover:before, .profile-edit button:hover:before, .profile-edit a.btn:hover:before,
	.reg-buttons button:hover:before {
		background: #000;
	}
	.reg-buttons button {
		width: 205px;
	}
	.profile-edit button#helpsite-refresh {
		height: 26px;
		margin-left: 10px;
		width: 116px;
	}
	.profile-edit button#helpsite-refresh span {
		cursor: pointer;
	}
	.profile-edit a.btn, .profile-edit button.btn-primary {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		margin-top: 10px;
		width: 350px;
	}
	.nav.nav-tabs {
		list-style: none;
		max-width: 220px;
		margin-bottom: 42px;
	}
	.nav.nav-tabs > li > a {
		display: inline-block;
		font-style: italic;
		margin-bottom: 5px;
	}
	.remind p, .reset p {
		max-width: 400px;
		margin-bottom: 15px;
	}
	.form-horizontal .control-label {
		float: unset;
		width: auto;
		text-align: left;
	}
	#users-profile-core legend {
		font-weight: 700;
		padding: 50px 0 35px;
		font-size: 1.7em;
	}
	.profile {
		position: relative;
	}
	.profile-edit .controls {
		margin-left: 0;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.profile .btn-toolbar.pull-right {
		float: unset;
		list-style: none;
		position: absolute;
		top: 101px;
	}
	.dl-horizontal dt {
		display: block;
		width: 260px;
		padding: 10px;
	}
	.dl-horizontal dd {
		display: block;
		width: 260px;
		margin-left: 270px;
		padding: 10px;
	}
	h2.reg-user {
		font-size: 1.6em;
		margin: 50px auto 30px;
	}
	.reg-section h3 {
		margin-bottom: 15px;
	}
	.reg-section td.key {
		width: 200px;
	}
	.popover {
		display: none!important;
	}
	table.user-details input, #adminForm .chzn-container-single .chzn-single {
		background: transparent;
		border-radius: 0;
		border: none;
		border: 1px solid #aaa!important;
	}
	#adminForm .chzn-container-single .chzn-single span {
		cursor: pointer;
	}
	table.user-details input:hover,#adminForm .chzn-container-single .chzn-single:hover {
		background: unset;
		background: transparent;
		border: 1px solid #444!important;
	}
	input.invalid {
		border-color: #9d261d!important;
		background: unset;
		background: #f2dede;
		border-radius: 0;
	}
	label.invalid {
		color: #9d261d!important;
	}
	table.user-details {
		max-width: 420px;
		width: 100%;
	}
	table.user-details tbody {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		justify-content: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	table.user-details tbody tr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		margin-bottom: 15px;
	}
	table.user-details input.invalid {
		margin-bottom: 0;
		margin-top: 0;
		background: unset;
		background: #f2dede;
		border-radius: 0;
		border-color: #9d261d!important;
	}
	#adminForm .chzn-container {
		width: 220px!important;
		margin-bottom: 0;
	}
	#adminForm .chzn-container-single .chzn-single {
		height: 30px;
		border-radius: 0;
		padding-top: 3px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#adminForm .chzn-container-single .chzn-single div b {
		background-position: 3px 4px;
	}
	#adminForm .chzn-container-single .chzn-drop {
		width: 220px!important;
		z-index: 2;
	}
	#adminForm .chzn-container-single .chzn-search input {
		width: 210px!important;
	}
	#adminForm .chzn-container-single .chzn-search {
		z-index: 2;
	}
	.reg-buttons {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 420px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 40px;
	} {
		max-width: 420px;
	}
	.remind fieldset, .reset fieldset, .login fieldset {
		border: none;
	}
	.reg-section #adminForm {
		margin-bottom: 40px;
	}
	.reg-section #adminForm>a {
		display: none;
	}
	#ui-tabs .tabs {
		border: 1px solid;
	}
	#ui-tabs ul#tabs {
		padding: 0;
		overflow: visible;
	}
	#ui-tabs .dyn-tabs {
		overflow: visible;
	}
	#ui-tabs ul#tabs li {
		background-color: transparent;
		border: 1px solid;
		margin-right: 10px;
		position: relative;
		bottom: -1px;
	}
	#ui-tabs ul#tabs li.current {
		background-color: transparent;
		border-bottom-color: #fff;
	}
	.reg-section .chzn-container-multi .chzn-choices li.search-field input {
		margin: 0;
		padding: 0 10px;
		min-height: 30px;
		outline: 0;
		border: 0 !important;
		background: transparent !important;
		box-shadow: none;
		color: inherit;
		font-size: 100%;
		font-family: inherit;
	}
	.reg-section .chzn-container .chzn-drop {
		width: 220px!important;
	}
	#ui-tabs #tab-2 table.admintable tr:nth-of-type(2) {
		display: none;
	}
	.reg-section .btn {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		padding: 4px 12px;
		margin-bottom: 0;
		font-size: 13px;
		line-height: 18px;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		background-color: #f3f3f3;
		color: #333;
		border: 1px solid #b3b3b3;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	}
	.reg-section .btn:hover,
	.reg-section .btn:focus {
		background-color: #e6e6e6;
		text-decoration: none;
		text-shadow: none;
	}
	.reg-section .btn:focus {
		outline: thin dotted #333;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
	}
	.reg-section .btn.active,
	.reg-section .btn:active {
		background-image: none;
		outline: 0;
	}
	.reg-section .btn.disabled,
	.reg-section .btn[disabled] {
		cursor: default;
		background-image: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.reg-section [class^="icon-"], .reg-section [class*=" icon-"] {
		display: inline-block;
		width: 14px;
		height: 14px;
		margin-right: .25em;
		line-height: 14px;
	}
	@font-face {
		font-family: 'IcoMoon';
		src: url('../../../media/jui/fonts/IcoMoon.eot');
		src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
		font-weight: normal;
		font-style: normal;
	}
	.reg-section [class^="icon-"]:before, .reg-section [class*=" icon-"]:before {
		font-family: 'IcoMoon';
		font-style: normal;
		speak: none;
	}
	.reg-section .icon-file-add:before, .reg-section .icon-file-plus:before {
	    content: "\29";
	}
	.reg-section .icon-share-alt:before, .reg-section .icon-out:before {
		content: "\26";
	}
	.reg-section .icon-address:before {
		content: "\70";
	}
	.reg-section .icon-pictures:before, .reg-section .icon-images:before {
		content: "\30";
	}
	.reg-section .icon-save-copy:before, .reg-section .icon-copy:before {
		content: "\e018";
	}
	.reg-section .icon-chevron-down:before, .reg-section .icon-downarrow:before, .reg-section .icon-arrow-down:before {
		content: "\e007";
	}
	.reg-section legend + p.label {
		display: none;
	}
	.reg-section fieldset {
		margin-top: 20px;
		display: block;
	}
	.reg-section .btn-toolbar {
		margin-top: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#editcell {
		overflow: auto;
		max-width: 100%;
	}
	#editcell table {
		min-width: 900px;
	}
	#editcell td, #editcell th {
		padding: 5px 0;
		padding-right: 10px;
		text-align: left;
	}
/* ----------------------------------------------------------------------------- RESPONSIVE LOGIN */
/* ----------------------------------------------------------------------------- RESPONSIVE LOGIN */

@media screen and (max-width: 1250px) {
	.reg-section .btn-toolbar {
		justify-content: flex-start;
	}
	.reg-section .btn {
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 850px) {
	.reg-section #adminForm {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.buttonBar-right {
		-webkit-order: 10;
		-moz-order: 10;
		-ms-order: 10;
		-o-order: 10;
		order: 10;
		text-align: left;
		float: unset!important;
		margin-top: 30px;
	}
	#tab-2 .admintable .admintable tr {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		margin-bottom: 20px;
		-ms-align-items: flex-start;
		align-items: flex-start;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.reg-section #tab-2 td.key {
		padding: 0;
		margin-bottom: 5px;
	}
	legend {
		padding: 0;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 650px) {
	#ui-tabs ul#tabs li {
		bottom: 0;
		margin-bottom: 5px;
	}
	#ui-tabs ul#tabs li.current {
		border-bottom-color: #444;
	}
	.reg-section #tab-2 .admintable tr:first-of-type {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
}
@media screen and (max-width: 520px) {
	.reg-buttons button {
		margin-top: 20px;
		margin-bottom: 0;
	}
	table.user-details tbody tr {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.reg-section td.key {
		padding: 0;
		margin-bottom: 5px;
	}
}