/*** HEADER ***/
#headerOutContainer {
	height: 100%;
	width: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
}

#headerOutContainer.responsive {
	width: auto;
}

#headerOutContainer.reset {
	width: 600px;
}

#logo {
	height: 100%;
	width: 240px;
	text-align: center;
}

#logo.reset {
	position: relative;
	margin: 0 auto;
}

#logo a:hover {
	opacity: 0.9;
}

#logo a {
	display: block;
	width: 130px;
	height: 78px;
	margin: 10px auto;
	background: url(/img/layout/moocall-logo.svg) 0 0 no-repeat;
}

#headerCenter {
	flex: 1;
}

#headerRight {
	height: 100%;
	flex: 1;
	display: flex;
	margin-right: 55px;
}

#headerUser {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}

#headerUserTop {
	display: flex;
	align-items: center;
	position: relative;
}

#headeruserTop label {
	font-size: 12px;
	padding: 5px 8px;
	padding-right: 12px;
	margin-right: -5px;
	background-color: var(--border-color-light);
}

#headerUserTop2 {
    text-align: right;
    padding: 6px 14px 5px 14px;
}

.selectedClientIcon {
	width: 30px;
	height: 30px;
}

#headerUserTop input {
	margin: 0 5px;
}

#headerUserBottom {
	height: 20px;
	padding-right: 20px;
	font-size: 14px;
	float: right;
	text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
}

#headerUserBottom label, #headerUserBottom a {
	position: relative;
	top: 5px;
}

#headerUserBottom .smallCheckbox {
	margin: -2px 5px;
}

#loggedInCheckbox {
	float: right;
	margin-right: 5px;
	display: none;
}

#loggedInText {
	text-shadow: 0 0 0 #000;
}

#login {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 10px;
	margin-bottom: 0;
}

#forgotPasswordHome {
	font-size: 15px;
}

#forgotPasswordHome:hover {
	color: var(--main-color);
	transition: color 0.1s ease;
}

#contentScroll {
	flex: 1;
	overflow: auto;
	width: 100%;
}

#contentFlex {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#contentOutContainer {
	display: flex;
	width: 1000px;
	margin: 20px 0 0;
	overflow: hidden;
	position: relative;
}

#contentOutContainer.responsive {
	width: auto;
	max-width: 1000px;
}

#contentOutContainer.reset {
	width: 600px;
}

#loginStatistics {
	max-width: 1000px;
	width: 100%;
	margin-bottom: 10px;
}

#loginStatisticsValues {
	display: flex;
	justify-content: space-between;
	margin: 0 10px;
}

.loginStatisticLabel {
	color: var(--main-color)
}

.loginStatisticValue {
	font-size: 35px;
}

#headerMenu {
	flex: 1;
}

#contentFooter.responsive {
	width: auto;
}

#contentFooter.inside {
	max-width: 1900px;
}

#contentFooterLeft {
	float: left;
}

#languageFooter {
	width: 1000px;
	margin: 0 auto;
}

#languageFooter a {
	float: none;
	margin-left: 20px;
}

#languageFooter a:hover {
	color: #93C400;
}

#contentFooter a {
	display: block;
	float: right;
	margin-left: 20px;
	transition: color 0.2s ease-in-out;
}

#contentFooter a:hover {
	color: var(--main-color);
}

#homeWrapper {
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

#homeWrapperLeft p {
	font-size: 16px;
	text-align: left;
}

#homeWrapperLeft #getMoocall,
#homeWrapperLeft #getMoocallIos {
	margin: 10px 0;
	padding: 0;
	display: inline-block;
}

#homeWrapperLeft #getMoocallIos {
	margin-left: 10px;
}

#homeWrapperLeft #getMoocall img {
	height: 75px;
}

#homeWrapperLeft #getMoocallIos img {
	height: 50px;
	padding: 12px 0;
}

#homeWrapperRight {
	width: 400px;
	height: 280px;
	position: absolute;
	top: 15px;
	right: 25px;
	text-align: center;
}

#homeWrapperRight img {
	margin: 30px auto;
	height: 260px;
}

#homeWrapperBottom {
	padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
	position: relative;
	top: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	display: inline-block;
	margin: 50px 15px 0 0;
}

#homeWrapperBottom1 {
	padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
	position: relative;
	top: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	display: inline-block;
	margin: 50px 15px 0 0;
}

#homeWrapperBottomText1 {
	position: relative;
	bottom: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
}

#homeWrapperBottom2 {
	padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
	position: relative;
	top: 15px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 20px;
	display: inline-block;
	margin: 50px 15px 0 0;
}

#passwordResetWrapper {
	max-width: 500px;
}

#passwordResetWrapper input {
	margin: 10px 10px 10px 0;
}

#passwordResetContent {
	padding: 20px;
}

#requestPasswordForm {
	padding: 1px 20px;
}

#passwordResetCancel {
	margin-left: 10px;
}

#headerUserPass {
	height: 300px;
	padding: 20px;
	position: absolute;
	top: 30px;
	left: 50px;
	right: 50px;
	z-index: 50;
}

#headerUserPass p {
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 40px;
}

#headerUserPass input {
	display: list-item;
	margin: 20px 40px;
}

#loginLangSelector {
	margin: 15px 55px 15px 10px;
}

#loginFormWrapper {
	text-align: center;
	flex: 1;
}

#loginFormWrapper input {
	margin-bottom: 30px;
}

#loginFormWrapper .button {
	width: 250px;
}

.infoContainerWrapper.cookies {
	bottom: 0;
}

.infoContainer.cookies {
	padding: 10px 0 7px 0;
	width: 100%;
	border-radius: 0;
}

.cookieAcceptButton {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0 5px;
}

.cookieAcceptButton:hover {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.1);
}

@media all and (max-width: 800px) {

	h2 {
		font-size: 17px;
	}

	#headerMenu {
		display: none;
	}

	#homeWrapperRight {
		display: none;
	}

	#homeWrapperLeft {
		height: auto;
		text-align: center;
	}

	#homeWrapperLeft p {
		font-size: 13px;
	}

	#loginFormWrapper input {
		display: block;
		margin: 15px auto;
		height: 30px;
	}

	#contentOutContainer {
		flex-direction: column;
	}

}

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

    #headerMenu,
    #headerUser {
    	display: none;
    }

    #logo {
    	position: relative;
    	margin: 0 auto;
    	width: 50px;
    	height: 50px;
    }

    #logo a {
    	width: 50px;
    	height: 50px;
    	margin: 0;
    	background: url(/img/icons/moocall-logo-small.png) 50% 50% no-repeat;
    }

    #headerRight {
    	height: auto;
    	margin: 0;
    	text-align: center;
    }

    #loginLangSelector {
    	margin: 15px auto;
		display: block;
    	float: none;
    	position: relative;
    	top: 0;
    	right: 0;
    	margin-top: 15px;
    }
}

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

    #headerMenu {
    	display: none;
    }

    #contentFooterLeft {
    	float: none;
    }

    #contentFooter a {
        float: none;
        display: inline-block;
        margin: 5px;
    }

    #homeWrapperBottom {
    	margin-top: 20px;
    	margin-bottom: 30px;
    }

}