#headerInContainer {
	height: 100%;
	margin: 0 auto;
	display: flex;
}

#contentInContainer {
	margin: 0 auto;
	min-height: 500px;
	overflow: auto;
	position: relative;
	width: 100%;
	flex: 1;
}

#userButton {
	border-radius: 100px;
	width: 60px;
	height: 60px;
	display: block;
    color: #fff;
    text-align: center;
    line-height: 61px;
    font-size: 25px;
	background-color: var(--main-color);
	border: 2px solid #fff;
}

#superUserButtonLeft {
	float: left;
}

#userMenuWrapper {
	border: 1px solid var(--border-color-light);
	background: #fff;
	margin: 0 auto;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	position: absolute;
	right: 10px;
	top: 75px;
	z-index: 10;
	display: none;
}

#userMenu {
	position: relative;
}

#userMenuArrow {
	position: absolute;
	top: -15px;
	right: 10px;
	width: 20px;
	height: 11px;
	background: url(/img/icons/user-menu-arrow-up.png) 0 0 no-repeat;
}

#userMenuList {
	padding: 0;
	margin: 0;
}

.userMenuItem {
	list-style: none;
	display: block;
	border-bottom: 1px solid var(--border-color-light);
	font-size: 16px;
	position: relative;
	text-align: right;
}

.userMenuItem:hover {
	background: url(/img/layout/black15t_bg.png);
}

.userMenuItem a {
	display: block;
	height: 100%;
	padding: 15px 55px 15px 30px;
}

#userMenuLogoutClick {
	background: url(/img/icons-svg/icon-logout.svg) right 18px center no-repeat;
}

#userMenuSettingsClick {
	background: url(/img/icons-svg/icon-settings.svg) right 18px center no-repeat;
}

#userMenuDeleteAccountClick {
	background: url(/img/icons-svg/icon-delete.svg) right 18px center no-repeat;
}

#settingsWrapper {
	width: 400px;
}

#settingsDetails {
	padding: 20px 10px;
	min-height: 250px;
	box-sizing: border-box;
	position: relative;
}

#settingsDetails .checkboxGreen {
	margin-left: 5px;
}

#settingsDetails label {
	font-size: 15px;
}

#settingsDetails .selectBox {
	margin-bottom: 20px;
	margin-top: 5px;
}

#settingsDetails select {
	max-width: 100%;
}

.settingsEmailPlaceholder {
	max-width: 300px;
	margin: 5px 0 20px;
}

.settingsEmailPlaceholder1 {
	max-width: 300px;
}

.settingsDatePickerPlaceholder {
	max-width: 220px;
}

.settingsDatePickerPlaceholder input {
	width: 180px;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 13.3333px;
    line-height: normal;
    font-family: Arial;
}

.deleteRadioPlaceholder {
	max-width: 300px;
	margin: 5px auto 5px;
}

.settingsEmailPlaceholder input {
	width: 300px;
}

.settingsEmailPlaceholder1 input {
	width: 300px;
}

#settingsEmailConfirmPlaceholder {
	display: inline-block;
}

#settingsEmailConfirm, #returnToStock, #transferToClient {
	width: auto;
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: 2px;
}
#clientSelector {
	float: right;
    margin: 14px 5px 0 0;
    padding: 2px;
}

#replaceDeviceConfirmPlaceholder {
	display: inline-block;
}

#replaceDeviceConfirm {
	width: auto;
	height: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	position: relative;
	top: 4px;
}

#respMenuButton {
	display: none;
}

#respMenu {
	position: absolute;
	right: 10px;
	top: 50px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: right;
	max-width: 500px;
	z-index: 20;
	display: none;
	box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}

.respMenuItem {
	font-size: 16px;
}

.respMenuItem.userTitle {
	padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    background: #93C400;
    color: #fff;
    margin: 10px 0;
}

.respMenuItem.userValue {
	padding: 5px 20px 5px 20px;
	font-style: italic;
}

.respMenuItem.userType {
	padding: 0 20px 10px 20px;
	opacity: 0.5;
}

.respMenuItem a {
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 16px;
}

.respMenuItem a:hover {

	background: rgba(255, 255, 255, 0.1);
}

#intercom-container {
	z-index: 10!important;
}

.subHeader {
	min-height: 40px;
	margin: 5px 10px;
	position: relative;
	padding: 0 10px;
	font-size: 16px;
	border-bottom: 2px solid var(--main-color);
}

.contentCell {
	width: calc(100% - 10px);
	background: rgba(255, 255, 255, 0.5);
	float: left;
	margin: 10px 0 5px 5px;
	border-radius: 15px;
}

.contentInnerCell {
	background: rgba(255, 255, 255, 0.5);
	margin: 3px;
	padding: 5px;
	border-radius: 10px;
	box-sizing: border-box;
}

/* Datepicker styles */

.ui-datepicker-header {
	background: #93C400;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
	background: rgba(0, 0, 0, 0.05);
	color: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
	border-left: 1px solid rgba(0, 0, 0, 0.2);
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.ui-datepicker-next::after {
	content: ">";
	font-size: 18px;
	margin-left: 6px;
}

.ui-datepicker-prev::after {
	content: "<";
	font-size: 18px;
	margin-left: 6px;
}

.ui-widget-content .ui-state-default {
	color: #000;
}

.ui-widget-content .ui-state-hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0.1);
}

.ui-widget-content .ui-state-highlight {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

/* REPORT */
.reportWrapper {
	width: 380px;
}

.reportWrapper select {
	width: 300px;
}

.reportWrapper input {
	margin-bottom: 20px;
	margin-top: 5px;
}

.reportWrapper label {
	color: var(--main-color);
}

.reportWrapper #settingsDetails {
	box-sizing: border-box;
	width: 320px;
	margin: 0 auto;
}


@media only screen and (max-width: 1300px) {

	#contentInContainer {
		overflow-x: auto;
	}

	.inactive {
		display: none;
	}

    #respMenuButton {
    	position: absolute;
    	right: 20px;
    	top: 11px;
    	display: block;
    }

    #respMenuButton:hover .menuLine {
    	opacity: 0.6;
    }

    #respMenuButtonWrapper {
    	position: relative;
    	width: 31px;
    }

    .menuLine {
    	height: 5px;
    	background: #000;
    	margin-bottom: 6px;
    }

    .menuLine.last {
    	margin-bottom: 0px;
    }

    #settingsWrapper {
		width: auto;
		max-width: 400px;
	}

	#settingsDetails {
		text-align: center;
		max-height: 70%;
		overflow: auto;
	}

	#settingsDetails .selectBox {
		width: auto;
		margin: 5px auto 20px;
	}

	#settingsDetails #settingsEmailPlaceholder input {
		width: 100%;
	}

	.settingsEmailPlaceholder input {
    	max-width: 400px;
	}

	#settingsDetails {
		padding: 20px;
	}

}

@media only screen and (max-width: 600px) {

	#respMenu {
		left: 10px;
		width: auto;
	}

}
