@charset 'UTF-8';
@import 'reset.css';
@import 'fonts.css';
@import 'common.css';

html {
	position: relative;
	min-height: 100%;
}

body {
	/*padding-top: 93px;*/
	padding-bottom: 104px;
	background-color: #f3f3f3;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #333;
}

body.no-padding {
	padding-bottom: 0;
}

a {
	color: #333;
}

input {
	color: #333;
}

/* header
==================================================================================================== */

#header {
	z-index: 100;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 92px;
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}

/* logo
---------------------------------------------------------------------------------------------------- */

#header .logo {
	float: left;
	margin-top: 19px;
	width: 220px;
}

#header .logo img {
	display: block;
	width: 250px;
}

/* search
---------------------------------------------------------------------------------------------------- */

#header .search {
	position: relative;
	float: left;
	margin: 24px 0 0 95px;
}

#header .search input[type="text"] {
	display: block;
	padding: 0 10px 0 50px;
	width: 380px;
	height: 43px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	color: #434343;
}

#header .search:hover input[type="text"],
#header .search input[type="text"]:focus {
	border-color: #c9c9c9;
}

#header .search input::-webkit-input-placeholder {
	color: #afafaf;
}
#header .search input::-moz-placeholder {
	color: #afafaf;
}
#header .search input:-moz-placeholder {
	color: #afafaf;
}
#header .search input:-ms-input-placeholder {
	color: #afafaf;
}

#header .search input[type="submit"] {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 20px;
	height: 20px;
	background-image: url(../img/icon-search.png);
	cursor: pointer;
}

#header .search input[type="submit"]:hover {
	background-position: 0 -20px;
}

#header .search-button {
	display: none;
	position: absolute;
	top: 50%;
	right: 17px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	background: url(../img/icon-search.png) 0 -40px;
}

#header .search-button.active {
	background-position: 0 -20px;
}

/* menu
---------------------------------------------------------------------------------------------------- */

#header .menu {
	float: right;
	margin-top: 37px;
}

#header .menu ul {
	float: left;
}

#header .menu ul li {
	float: left;
	margin-left: 42px;
}

#header .menu ul li:first-child {
	margin-left: 0;
}

#header .menu ul li a {
	display: block;
	color: #434343;
}

#header .menu ul li.no-icon a {
	height: 20px;
	line-height: 24px;
}


#header .menu ul li.notifications{
	position: relative;
}

.notifications_mobile{
	position: absolute;
	top: 50%;
	right: 55px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
}

#header .menu ul li.notifications > a,
.notifications_mobile > a{
	padding-left: 29px;
	height: 19px;
	display: block;
	position: relative;
	line-height: 24px;
	background: url(../img/icon-notification.png) no-repeat 0 0;
}

#header .menu ul li.notifications > a:hover,
.notifications_mobile > a:hover,
#header .menu ul li.notifications.list-open > a{
	background-position: 0 -20px;
}

#header .menu ul li.notifications > .notifications-list{
	width: 200px;
	position: absolute;
	top: 55px;
	left: -30px;
	background: #fff;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	display: none;
}

.notifications-list_mobile{
	width: 100%;
	background: #ffffff;
	display: none;
}

.notifications_mobile{
	display: none;
}

.notification-status{
	border: 1px solid #0e880e;
	background: #0e880e;
	border-radius: 50%;
	width: 10px;
	display: block;
	height: 10px;
	position: absolute;
	top: 42%;
}

.account-content .notification-status{
	top: 40%;
}

#header .menu ul li.notifications > .notifications-list .single-notification,
.account-content .single-notification,
.notifications-list_mobile .single-notification{
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #eaeaea;
}

#header .menu ul li.notifications > .notifications-list .single-notification.show-all,
.notifications-list_mobile .single-notification.show-all{
	border-bottom: none;
	text-align: center;
}

#header .menu ul li.notifications > .notifications-list .single-notification.show-all a,
.notifications-list_mobile .single-notification.show-all a{
	font-size: 12px;
	font-weight: 600;
	padding: 5px 0 8px 0;
}

.notification-status.new{
	background: #e81d25;
	border: 1px solid #e81d25;
	cursor: pointer;
}

#header .menu ul li.notifications > .notifications-list .notification-date,
.account-content .notification-date,
.notifications-list_mobile .notification-date{
	font-size: 10px;
	padding-left: 25px;
}

#header .menu ul li.notifications > .notifications-list .notification-title,
.account-content .notification-title,
.notifications-list_mobile .notification-title{
	font-size: 14px;
	font-weight: 600;
	padding: 5px 0 0 25px;
}

#header .menu ul li.notifications > .notifications-list .notification-content,
.account-content .notification-content,
.notifications-list_mobile .notification-content{
	font-size: 12px;
	padding: 0 0 5px 25px;
}

#header .menu ul li.notifications > .notifications-list .notification-url,
.account-content .notification-url,
.notifications-list_mobile .notification-url{
	font-size: 12px;
	padding-left: 25px;
	display: block;
	word-wrap: break-word;
	/*width: max-content;*/
}

.notification-url:hover{
	color: #e81d25 !important;
}

.account-content .single-notification,
.notifications-list_mobile .single-notification{
	padding:20px;
}

.single-notification.read .notification-title{
	font-weight: normal !important;
}

#header .menu ul li.notifications .notifications-counter,
.notifications_mobile .notifications-counter{
	position: absolute;
	top: -7px;
	right: 3px;
	border-radius: 50%;
	background: #e91d25;
	color: #fff;
	border: 1px solid #e91d25;
	width: 15px;
	font-size: 11px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}

.notifications-counter.hide{
	display: none !important;
}

#header .menu ul li.account a {
	padding-left: 29px;
	height: 19px;
	line-height: 24px;
	background: url(../img/icon-account.png) no-repeat 0 0;
}

#header .menu ul li.account a:hover {
	background-position: 0 -19px;
}

#header .menu ul li.logout a {
	padding-left: 29px;
	height: 20px;
	line-height: 24px;
	background: url(../img/icon-logout.png) no-repeat 0 0;
}

#header .menu ul li.logout a:hover {
	background-position: 0 -20px;
}

#header .menu ul li.help a {
	margin-top: 1px;
	padding-left: 20px;
	height: 18px;
	line-height: 22px;
	background: url(../img/icon-help.png) no-repeat 0 0;
}

#header .menu ul li.help a:hover {
	background-position: 0 -18px;
}

/* footer
==================================================================================================== */

#footer {
	z-index: 75;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	font-size: 14px;
}

#footer a:hover {
	color: #e81d25;
}

#footer p {
	float: left;
	color: #999;
}

#footer nav {
	float: right;
}

#footer nav ul {
	float: left;
}

#footer nav ul li {
	float: left;
	margin-left: 20px;
}

#footer nav ul li:first-child {
	margin-left: 0;
}

/* menu
==================================================================================================== */

#menu.mobile-only,
#menu-button.mobile-only {
	display: none;
}

#menu-button {
	z-index: 95;
	position: absolute;
	top: 119px;
	left: 17px;
	text-transform: uppercase;
	font-size: 14px;
}

#menu-button:before {
	display: block;
	margin: 0 0 11px 1px;
	width: 35px;
	height: 21px;
	background-image: url(../img/menu-button.png);
	content: '';
}

#menu-button.active {
	color: #fff;
}

#menu-button.active:before {
	background-position: 0 -21px;
}

#menu {
	z-index: 90;
	position: absolute;
	top: 0;
	left: -293px;
	padding-top: 92px;
	width: 293px;
	height: 100%;
}

#menu.open {
	left: 0;
}

#menu .wrapper {
	height: 100%;
	background-color: #434343;
}

#menu .categories {
	position: relative;
	overflow: hidden;
	padding-top: 92px;
	width: 293px;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu .categories .slider {
	position: absolute;
	left: 0;
	width: 879px;
}

#menu .categories.open-lvl-2 .slider {
	left: -293px;
}

#menu .categories.open-lvl-3 .slider {
	left: -586px;
}

/* level-1
---------------------------------------------------------------------------------------------------- */

#menu .level-1 {
	float: left;
	width: 293px;
}

#menu .level-1 ul li {
	display: table;
        position: relative;
	width: 100%;
	height: 62px;
}

#menu .level-1 ul li a {
	display: table-cell;
	padding: 0 18px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#menu .level-1 ul li a:hover {
	background-color: #e81d25;
}

#menu .level-1 ul li a.active {
	background-color: #e81d25 !important;
}

#menu .level-1 ul li a img {
	display: inline-block;
	margin-top: -1px;
	margin-right: 18px;
	width: 27px;
	height: 17px;
	vertical-align: middle;
	border: 1px solid #fff;
}

#menu .level-1 ul li a strong {
	display: inline-block;
	padding-top: 2px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
}

/* level-2 & level-3
---------------------------------------------------------------------------------------------------- */

#menu .level-2,
#menu .level-3 {
	float: left;
	width: 293px;
}

#menu .level-2 ul,
#menu .level-3 ul {
	display: none;
}

#menu .level-2 ul.open,
#menu .level-3 ul.open {
	display: block;
}

#menu .level-2 ul li,
#menu .level-3 ul li {
	display: table;
	position: relative;
	width: 100%;
	height: 62px;
}

#menu .level-2 ul li.back,
#menu .level-3 ul li.back {
	height: 60px;
	border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;
}

#menu .level-2 ul li.back a,
#menu .level-3 ul li.back a {
	padding: 2px 18px 0 44px;
	background-color: #221f1f !important;
	text-align: center;
	text-transform: uppercase;
}

#menu .level-2 ul li.back a:before,
#menu .level-3 ul li.back a:before {
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -7px;
	width: 8px;
	height: 13px;
	background: url(../img/icon-caret-horizontal.png) -8px -13px;
	content: '';
}

#menu .level-2 ul li a,
#menu .level-3 ul li a {
	display: table-cell;
	padding: 0 18px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
}

#menu .level-2 ul li a:hover,
#menu .level-3 ul li a:hover {
	background-color: #e81d25;
}

#menu .level-2 ul li a.active,
#menu .level-3 ul li a.active {
	background-color: #e81d25 !important;
}

/* level-3 */

#menu .level-3 ul li a {
	padding-right: 44px;
}

#menu .level-2 ul li.back a:after,
#menu .level-3 ul li.back a:after {
	display: none;
}

#menu .level-1 ul li a:after,
#menu .level-2 ul li a:after {
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -7px;
	width: 8px;
	height: 13px;
	background: url(../img/icon-caret-horizontal.png) 0 -13px;
	content: '';
}

/* links
---------------------------------------------------------------------------------------------------- */

#menu .links {
	display: none;
	z-index: 5;
	position: relative;
}

#menu .links li {
	display: table;
	width: 100%;
	height: 62px;
}

#menu .links li a {
	display: table-cell;
	padding: 0 18px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#menu .links li a:hover {
	background-color: #e81d25;
}

#menu .links li a.active {
	background-color: #e81d25 !important;
}

#menu .links li a strong {
	display: inline-block;
	padding-top: 2px;
	vertical-align: middle;
	font-weight: 400;
	color: #fff;
}

#menu .links .account a:before {
	display: inline-block;
	width: 47px;
	height: 19px;
	background: url(../img/icon-account.png) no-repeat 4px -39px;
	vertical-align: middle;
	content: '';
}

#menu .links .logout a:before {
	display: inline-block;
	width: 47px;
	height: 20px;
	background: url(../img/icon-logout.png) no-repeat 4px -40px;
	vertical-align: middle;
	content: '';
}

#menu .links .help a:before {
	display: inline-block;
	width: 47px;
	height: 18px;
	background: url(../img/icon-help.png) no-repeat 9px -36px;
	vertical-align: middle;
	content: '';
}

/* login
==================================================================================================== */

#login {
	padding-bottom: 104px;
	background: url(../img/login-bg.jpg) no-repeat center top;
}

#login h1 {
	margin-top: 63px;
	text-align: center;
	font-size: 50px;
	font-weight: 300;
}

#login h1 strong {
	color: #e81d25;
}

#login h2 {
	margin-top: 29px;
	text-align: center;
}

#login .boxes {
	margin-top: 80px;
}

#login .boxes .box {
	float: left;
	width: 50%;
}

/* login-box
---------------------------------------------------------------------------------------------------- */

#login .login-box {
	margin-right: 10px;
	height: 379px;
	background-color: #e81d25;
	border: 3px solid #c00008;
}

#login .login-box .wrapper {
	position: relative;
	padding: 10px;
	height: 100%;
	border: 2px solid #e81d25;
}

#login .login-box h3 {
	margin-top: 31px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}

#login .login-box form {
	margin: 46px auto 0;
	max-width: 380px;
}

#login .login-box form .field {
	margin-top: 5px;
}

#login .login-box form .field:first-child {
	margin-top: 0;
}

/* input */

#login .login-box form input[type="text"],
#login .login-box form input[type="password"] {
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 43px;
	background-color: #fff;
	border: 1px solid #ac080f;
}

#login .login-box form input::-webkit-input-placeholder {
	color: #666;
}
#login .login-box form input::-moz-placeholder {
	color: #666;
}
#login .login-box form input:-moz-placeholder {
	color: #666;
}
#login .login-box form input:-ms-input-placeholder {
	color: #666;
}

/* checkbox */

#login .login-box form .cf-checkbox {
	float: left;
	height: 17px;
	line-height: 20px;
	cursor: pointer;
	color: #fff;
}

#login .login-box form .cf-checkbox .check {
	border-color: #ac080f;
}

/* link */

#login .login-box form .link {
	float: right;
	margin-top: 3px;
	font-size: 14px;
	color: #fff;
}

#login .login-box form .link:hover {
	text-decoration: underline;
}

/* submit */

#login .login-box form .button {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}

#login .login-box form .button input[type="submit"] {
	width: 157px;
	height: 43px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

#login .login-box form .button input[type="submit"]:hover {
	background-color: #fff;
	color: #333;
}

/* register-box
---------------------------------------------------------------------------------------------------- */

#login .register-box {
	margin-left: 10px;
	height: 379px;
	background-color: #fff;
	border: 3px solid #fff;
}

#login .register-box .wrapper {
	position: relative;
	padding: 10px;
	height: 100%;
	border: 2px solid #e81d25;
}

#login .register-box h3 {
	margin-top: 31px;
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

#login .register-box p {
	margin: 60px auto 0;
	max-width: 475px;
	line-height: 1.65;
	text-align: center;
}

#login .register-box .button {
	position: absolute;
	bottom: 52px;
	width: 100%;
	text-align: center;
}

#login .register-box .button a {
	display: inline-block;
	width: 153px;
	height: 39px;
	line-height: 41px;
	background-color: #494949;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

#login .register-box .button a:hover {
	background-color: #e81d25;
	border-color: #e81d25;
}

/* form
==================================================================================================== */

#form h1 {
	margin-top: 73px;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
}

#form h2 {
	margin-top: 31px;
	text-align: center;
}

/* steps
---------------------------------------------------------------------------------------------------- */

#form .steps {
	margin-top: 49px;
	border: 1px solid #eaeaea;
}

#form .steps li {
	display: table;
	position: relative;
	float: left;
	width: 50%;
	height: 92px;
}

#form .steps li > div {
	display: table-cell;
	padding: 0 45px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#form .steps li strong {
	float: left;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	color: #aeaeae;
}

#form .steps li span {
	float: left;
	margin-top: 6px;
	margin-left: 60px;
	vertical-align: middle;
	font-size: 18px;
}

/* active */

#form .steps li.active {
	background-color: #e81d25;
}

#form .steps li.active:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 92px;
	background-image: url(../img/form-step-active.png);
	content: '';
}

#form .steps li.active strong,
#form .steps li.active span {
	color: #fff;
}

#form .steps li.active:last-child:after {
	top: -1px;
	right: -2px;
	height: 94px;
	background-image: url(../img/form-step-active-last.png);
}

/* inactive */

#form .steps li.inactive {
	background-color: #fff;
}

#form .steps li.inactive:after {
	position: absolute;
	top: -1px;
	right: -2px;
	width: 22px;
	height: 94px;
	background-image: url(../img/form-step-inactive.png);
	content: '';
}

/* filled */

#form .steps li.filled {
	background-color: #434343;
}

#form .steps li.filled:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	height: 92px;
	background-image: url(../img/form-step-filled.png);
	content: '';
}

#form .steps li.filled strong,
#form .steps li.filled span {
	color: #999;
}

/* form
---------------------------------------------------------------------------------------------------- */

#form form {
	margin-top: 60px;
	background-color: #fff;
	border: 1px solid #eaeaea;
}

#form.verification form {
	margin-top: 47px;
}

#form form .wrapper {
	margin: 3px;
	border: 2px solid #e81d25;
}

/* fields-1
---------------------------------------------------------------------------------------------------- */

#form form .fields-1 {
	padding: 43px 20px 0;
}

#form form .fields-1 .columns {
	margin: 0 auto;
	max-width: 980px;
}

#form form .fields-1 .column {
	float: left;
	width: 50%;
}

#form form .fields-1 .column .content {
	padding-left: 10px;
}

#form form .fields-1 .column:first-child .content {
	padding-left: 0;
	padding-right: 10px;
}

#form form .fields-1 .row {
	margin-top: 8px;
}

#form form .fields-1 .row:first-child {
	margin-top: 0;
}

#form form .fields-1 h3 {
	padding: 0 0 30px 41.5%;
	font-size: 26px;
	font-weight: 700;
}

#form form .fields-1 label {
	display: table;
	float: left;
	padding-right: 20px;
	width: 41.5%;
	height: 43px;
	text-align: right;
}

#form form .fields-1 label span {
	display: table-cell;
	padding-top: 1px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#form form .fields-1 label small {
	font-weight: 700;
	color: #e81d25;
}

#form form .fields-1 .cf-input,
#form form .fields-1 .cf-select {
	float: left;
	width: 58.5%;
}

#form form .fields-1 .informations  {
	margin-top: 7px;
	margin-left: 20px;
	padding-left: 48px;
	background: url(../img/icon-info.png) no-repeat left center;
	line-height: 1.4;
	font-size: 13px;
	color: #666;
}

#form form .fields-1 .informations.password-info  {
    line-height: 40px;
    margin-left: 150px;
}
 

/* REGON */

#form form .fields-1 .row.regon {
	margin-top: 16px;
}

#form form .fields-1 .regon-field {
	position: relative;
	float: left;
	width: 58.5%;
}

#form form .fields-1 .regon-field div {
	float: left;
	padding-right: 128px;
	width: 100%;
}

#form form .fields-1 .regon-field .cf-input {
	width: 100%;
}

#form form .fields-1 .regon-field a {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 43px;
	line-height: 45px;
	border-radius: 4px;
	background-color: #e81d25;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

/* fields-2
---------------------------------------------------------------------------------------------------- */

#form form .fields-2 {
	margin-top: 60px;
	padding: 33px 20px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

#form form .fields-2 .columns {
	padding-left: 65px;
	max-width: 920px;
}

#form form .fields-2 .column {
	float: left;
	max-width: 300px;
	width: 33.33%;
}

#form form .fields-2 .column .content {
	padding: 10px;
}

#form form .fields-2 h3 {
	padding-top: 10px;
	font-size: 26px;
	font-weight: 700;
}

#form form .fields-2 p {
	margin-top: 45px;
	padding-top: 45px;
	max-width: 215px;
	background: url(../img/icon-info.png) no-repeat center top;
	line-height: 1.4;
	font-size: 13px;
	color: #666;
}

/* terms
---------------------------------------------------------------------------------------------------- */

#form form .terms {
	margin-top: 57px;
	padding: 26px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

#form form .terms .cf-checkbox {
	float: left;
	clear: both;
	margin: 16px 0 0 24.25%;
	color: #666;
}

#form form .terms .cf-checkbox:first-child {
	margin-top: 0;
}

#form form .terms .cf-checkbox a {
	color: #e81d25;
}

#form form .terms .cf-checkbox small {
	font-weight: 700;
	color: #e81d25;
}

/* summary
---------------------------------------------------------------------------------------------------- */

#form form .summary {
	padding: 43px 20px 47px;
	border-bottom: 1px solid #e8e8e8;
}

#form form .summary .columns {
	margin: 0 auto;
	max-width: 980px;
}

#form form .summary .column {
	float: left;
	width: 50%;
}

#form form .summary .column .content {
	padding-left: 10px;
}

#form form .summary .column:first-child .content {
	padding-left: 0;
	padding-right: 10px;
}

#form form .summary h3 {
	font-size: 26px;
	font-weight: 700;
}

/* text */

#form form .summary .text {
	margin-top: 46px;
	line-height: 1.75;
}

#form form .summary .text > *:first-child {
	margin-top: 0 !important;
}

#form form .summary .text p {
	margin-top: 44px;
}

#form form .summary .text h4 {
	margin-top: 39px;
	text-transform: uppercase;
	font-size: 18px;
}

#form form .summary .text ul {
	margin-top: 8px;
}

#form form .summary .text ul li {
	font-weight: 700;
}

/* representative */

#form form .summary .representative {
	margin-top: 53px;
        display: none;
}

#form form .summary .representative.active {
        display: block;    
}

#form form .summary .representative .photo {
	float: left;
	border: 1px solid #eaeaea;
        width: 175px;
}

#form form .summary .representative .about {
	margin-top: -1px;
	padding-left: 200px;
}

#form form .summary .representative .about h4 {
	text-transform: uppercase;
	font-size: 20px;
}

#form form .summary .representative .about p {
	margin-top: 20px;
	line-height: 1.75;
}

/* change-representative */

#form form .summary .change-representative {
	margin-top: 65px;
}

#form form .summary .change-representative label {
	font-size: 14px;
}

#form form .summary .change-representative .cf-select {
	margin-top: 14px;
	max-width: 380px;
}

/* informations */

#form form .summary .informations {
	margin-top: 56px;
	padding-left: 48px;
	max-width: 375px;
	background: url(../img/icon-info.png) no-repeat 0 4px;
	line-height: 1.4;
	font-size: 13px;
	color: #666;
}

/* buttons
---------------------------------------------------------------------------------------------------- */

#form form .buttons {
	margin: 45px auto 43px;
	padding: 0 20px;
	max-width: 980px;
}

#form form .buttons .button {
	position: relative;
	padding: 12px 30px 11px;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
}

#form form .buttons .button.light {
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
}

#form form .buttons .button.light:hover {
	background-color: #ccc;
}

#form form .buttons .button.dark {
	float: right;
	background-color: #494949;
	border: 1px solid #494949;
	color: #fff;
}

#form form .buttons .button.dark:hover {
	background-color: #e81d25;
	border: 1px solid #e81d25;
	color: #fff;
}

#form form .buttons .button.red {
	float: right;
	background-color: #e81d25;
	border: 1px solid #e81d25;
	color: #fff;
}

#form form .buttons .button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

#form form .buttons .button.back {
	padding-left: 15px;
}

#form form .buttons .button.back:before {
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 15px;
	width: 8px;
	height: 13px;
	vertical-align: middle;
	background-image: url(../img/icon-caret-horizontal.png);
	background-position: -8px 0;
	content: '';
}

/* form-box
==================================================================================================== */

#form-box h1 {
	margin-top: 63px;
	text-align: center;
	font-size: 50px;
	font-weight: 300;
}

#form-box h1 strong {
	color: #e81d25;
}

#form-box form {
	margin: 122px auto 0;
	padding: 42px 10px;
	max-width: 554px;
	background-color: #e81d25;
	border: 3px solid #c00008;
	color: #fff;
}

#form-box form h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
}

#form-box form .content {
	margin: 43px auto 0;
	max-width: 380px;
}

#form-box form input[type="password"],
#form-box form input[type="text"] {
	display: block;
	padding: 0 15px;
	width: 100%;
	height: 43px;
	background-color: #fff;
	border: 1px solid #ac080f;
}

#form-box form input::-webkit-input-placeholder {
	color: #666;
}
#form-box form input::-moz-placeholder {
	color: #666;
}
#form-box form input:-moz-placeholder {
	color: #666;
}
#form-box form input:-ms-input-placeholder {
	color: #666;
}

#form-box form p {
	margin-top: 12px;
	line-height: 1.9;
	text-align: center;
	font-size: 14px;
}

#form-box form .buttons {
	margin-top: 41px;
}

#form-box form .buttons a {
	float: left;
	margin: 15px 0 0 7px;
	font-size: 14px;
	color: #fff;
}	

#form-box form .buttons input[type="submit"] {
	float: right;
	padding: 13px 23px 12px;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}

/* home
==================================================================================================== */

#home h1 {
	margin-top: 65px;
	text-align: center;
	font-size: 55px;
	font-weight: 300;
}

#home h1 strong {
	color: #e81d25;
}

/* steps
---------------------------------------------------------------------------------------------------- */

#home .steps {
	margin-top: 72px;
	margin-left: -20px;
}

#home .steps ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}

#home .steps li {
	display: table-cell;
	position: relative;
	padding-left: 20px;
	vertical-align: top;
	width: 100%;
}

#home .steps li .content {
	display: table-cell;
	padding-right: 20px;
	height: 171px;
	vertical-align: middle;
}

#home .steps li .content p {
	padding-left: 180px;
	line-height: 1.5;
	font-size: 15px;
}

#home .steps li.step-1 .content {
	background: url(../img/home-step-1.png) no-repeat 0 0;
}

#home .steps li.step-2 .content {
	background: url(../img/home-step-2.png) no-repeat 0 0;
}

#home .steps li.step-3 .content {
	background: url(../img/home-step-3.png) no-repeat 0 0;
}

#home .steps li:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -7px;
	width: 9px;
	height: 14px;
	background-image: url(../img/icon-caret-step.png);
	content: '';
}

#home .steps li:last-child:after {
	display: none;
}

/* photo
---------------------------------------------------------------------------------------------------- */

#home .photo {
	margin: 41px 0 0 -15px;
}

#home .photo img {
	display: block;
}

/* books
==================================================================================================== */

#books h1 {
	margin-top: 24px;
	font-size: 36px;
	font-weight: 700;
	color: #434343;
}

#books h1 strong {
	color: #e81d25;
}

/* list
---------------------------------------------------------------------------------------------------- */

#books .list {
	margin-top: 34px;
	padding-top: 17px;
	border-top: 1px solid #e4e4e4;
}

#books .list li {
	float: left;
	margin-top: 28px;
	margin-bottom: 28px;
	width: 25%;
}

#books .list li:nth-child(4n+1) {
	clear: left;
}

#books .list li .content {
	position: relative;
	float: left;
}

#books .list img {
	display: block;
	margin-bottom: 16px;
	max-width: 200px;
}

#books .list h3 {
	font-size: 18px;
	font-weight: 700;
	color: #e81d25;
}

#books .list p {
	margin-top: 11px;
	line-height: 1.35;
	font-size: 14px;
}

#books .list .link {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* pagination
---------------------------------------------------------------------------------------------------- */

#books .pagination {
	margin-top: 26px;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
	text-align: center;
}

#books .pagination a {
	display: inline-block;
	margin: 10px 0 0 6px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	vertical-align: top;
	background-color: #434343;
	border: 1px solid #434343;
	border-radius: 4px;
	text-align: center;
	color: #fff;
}

#books .pagination a:first-child {
	margin-left: 0;
}

#books .pagination a.active {
	background-color: #fff;
	border-color: #ededed;
	color: #333;
}

#books .pagination span {
	display: inline-block;
	margin: 10px 0 0 6px;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	font-weight: 700;
}

#books .pagination .previous,
#books .pagination .next {
	position: relative;
}

#books .pagination .previous:after,
#books .pagination .next:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -4px;
	width: 8px;
	height: 13px;
	background-image: url(../img/icon-caret-horizontal.png);
	content: '';
}

#books .pagination .previous:after {
	background-position: -8px -13px;
}

#books .pagination .next:after {
	background-position: 0 -13px;
}

/* book
==================================================================================================== */

/* photo
---------------------------------------------------------------------------------------------------- */

#book .photo {
	float: left;
	margin-top: 64px;
	margin-left: -100%;
	width: 380px;
        border: solid;
        border-color: #434343;
        border-width: 2px;        
}

#book .photo-mobile {
	display: none;
}

/* content
---------------------------------------------------------------------------------------------------- */

#book .content {
	float: left;
	margin-top: 30px;
	width: 100%;
}

#book .content .wrapper {
	padding-left: 400px;
}

#book .content h1 {
	margin-left: -3px;
	font-size: 45px;
	font-weight: 700;
	color: #434343;
}

#book .content h2 {
	text-transform: uppercase;
	font-weight: 700;
}

/* basic-informations
---------------------------------------------------------------------------------------------------- */

#book .content .basic-informations {
	margin-top: 21px;
	line-height: 1.45;
	font-size: 18px;
}

/* downloads
---------------------------------------------------------------------------------------------------- */

#book .content .downloads {
	margin-top: 86px;
	max-width: 580px;
}

#book .content .downloads.extra {
	margin-top: 48px;
}

/* info */

#book .content .downloads .info {
	margin-top: 19px;
	padding-left: 50px;
	max-width: 530px;
	background: url(../img/icon-info.png) no-repeat left center;
	line-height: 1.4;
	font-size: 13px;
	color: #666;
}

/* buttons */

#book .content .downloads > .buttons {
	margin-top: 27px;
}

#book .content .downloads > .buttons .btn {
	float: right;
	margin-right: 10px;
}

#book .content .downloads > .buttons .btn:first-child {
	margin-right: 0;
}

/* list */

#book .content .downloads ul {
	margin-top: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#book .content .downloads ul li {
	display: table;
	position: relative;
	width: 100%;
	height: 64px;
	border-top: 1px solid #e8e8e8;
}

#book .content .downloads ul li:first-child {
	border-top: none;
}

#book .content .downloads ul li > div {
	display: table-cell;
	padding: 0 220px 0 55px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	line-height: 1.3;
}

#book .content .downloads ul li.code > div {
	padding: 10px 120px 10px 55px;
}



#book .content .downloads ul li strong {
	font-weight: 400;
}

#book .content .downloads ul li span {
    font-weight: 400;
    color: #666;
    font-size: 12px;
}

#book .content .downloads ul span.code-desc strong {
    font-weight: 800;

}

#book .content .downloads ul span.code-desc a {
    color: blue;

}

#book .content .downloads ul li small {
	font-weight: 400;
        color: #666;
        font-size: 12px;
}

#book .content .downloads ul li small.red {
	font-weight: 400;
	color: #e81d25;
	display: block;
	font-size: 12px;
}

#book .content .downloads ul li .buttons {
	display: none;
	position: absolute;
	top: 13px;
	right: 10px;
}

#book .content .downloads ul li:hover .buttons {
	display: block;
}

#book .content .downloads ul li .buttons .btn {
	float: left;
	margin-left: 10px;
	min-width: 65px;
}

#book .content .downloads ul li .buttons .btn:first-child {
	margin-left: 0;
}

#book .content .downloads ul li.breaker.start {
    cursor: pointer;
}

#book .content .downloads ul li.breaker.start:after {
    top: 29px;
    right: 20px;
    width: 13px;
    height: 8px;
    content: '';  
    position: absolute;
}

#book .content .downloads ul li.breaker.start.close:after {
    background: url(../img/icon-caret-vertical.png) 0 -32px;
}

#book .content .downloads ul li.breaker.start.open:after {

    background: url(../img/icon-caret-vertical.png) 0 -8px;

}

#book .content .downloads ul li.breaker.stop {
        display: none;
}

#book .content .downloads ul li.in-content {
/*        background: none !important;*/
margin-left: 5%;
width: 90%;
}

#book .content .downloads ul li.in-content.close {
        display: none;
}


#book .content .downloads ul li.breaker.start > div {
    padding: 0 220px 0 55px;
}





/* inactive */

#book .breadcrumbs {
    padding-top: 13px;
    padding-bottom: 13px;
    
}

#book .breadcrumbs p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}


#book .breadcrumbs p .br-menu-open {
    cursor: pointer;
}

#book .content .downloads.inactive ul {
	cursor: not-allowed;
}

#book .content .downloads.inactive ul li > div {
	padding-right: 20px !important;
}

#book .content .downloads.inactive strong {
	color: #666;
}

#book .content .downloads.inactive span {
	color: #666;
        font-size: 14px;
}

/* icons */
#book .content .downloads ul li {
	background-repeat: no-repeat;
	background-position: 12px 19px;
}
#book .content .downloads.inactive ul li {
	opacity: .5;
}

#book .content .downloads ul li.book {
	background: url(../img/new_icons/book.svg) no-repeat 12px 19px;
}
#book .content .downloads.inactive ul li.book {
	background-image: url(../img/new_icons/book-inactive.svg);
}

#book .content .downloads ul li.audio {
	background: url(../img/new_icons/audio.svg) no-repeat 10px 22px;
}

#book .content .downloads.inactive ul li.audio {
	background-image: url(../img/new_icons/audio-inactive.svg);
}

#book .content .downloads ul li.tests {
	background: url(../img/new_icons/tests.svg) no-repeat 10px 22px;
}

#book .content .downloads.inactive ul li.tests {
	background-image: url(../img/new_icons/tests-inactive.svg);
}

#book .content .downloads ul li.card {
	background: url(../img/new_icons/card.svg) no-repeat 10px 22px;
}

#book .content .downloads.inactive ul li.card {
	background-image: url(../img/new_icons/card-inactive.svg);
}

#book .content .downloads ul li.link {
	background: url(../img/icon-type-link.png) no-repeat 18px 22px;
}

#book .content .downloads.inactive ul li.link {
	background: url(../img/icon-type-link.png) no-repeat 18px 22px;
}


#book .content .downloads ul li.table {
	background: url(../img/new_icons/table.svg) no-repeat 10px 22px;
}

#book .content .downloads.inactive ul li.table {
	background-image: url(../img/new_icons/table-inactive.svg);
}

#book .content .downloads ul li.code {
	background: url(../img/new_icons/code.svg) no-repeat 10px 18px;
}

#book .content .downloads.inactive ul li.code {
	background-image: url(../img/new_icons/code-inactive.svg);
}


/* ads */

#book #book-ads.container {
    text-align: center;
    margin-top: 50px;
}

#book #book-ads.container .ads {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 300px;
    width: 300px;
    position: relative;
    overflow: hidden;
}

#book #book-ads.container .ads img{
    max-height: 300px;
    max-width: 300px;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -300px;
}





/* articles
==================================================================================================== */

#articles h1 {
	margin-top: 24px;
	font-size: 36px;
	font-weight: 700;
	color: #434343;
}

/* sidebar
---------------------------------------------------------------------------------------------------- */

#articles .sidebar {
	float: left;
	margin: 34px -100% 0 0;
	width: 280px;
	position: sticky;
	top: 20px;
}
#articles .sidebar .menu ul li ul li,
#articles .sidebar .menu ul li {
    width: 100%;
}

#articles .sidebar .menu ul li ul li span,
#articles .sidebar .menu ul li span {
	display: table;
	width: 100%;
	height: auto;
	margin-top: -1px;
}

#articles .sidebar .menu ul li ul li span{
	text-indent: 25px;
}

#articles .sidebar .menu ul li ul li span a,
#articles .sidebar .menu ul li span a {
	display: table-cell;
	position: relative;
	padding: 10px 20px;
	line-height: 1.5;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ededed;
	text-transform: uppercase;
}

#articles .sidebar .menu ul li ul li.active span a,articles
#articles .sidebar .menu ul li ul li span a:hover,
#articles .sidebar .menu ul li.active span a,
#articles .sidebar .menu ul li span a:hover {
	background-color: #e81d25;
	border-color: #e81d25;
	color: #fff;
}

#articles .sidebar .menu ul li ul li.active span a,
#articles .sidebar .menu ul li.active span a {
	background-color: #e81d25 !important;
	border-color: #e81d25 !important;
	color: #fff !important;
}


#articles .sidebar .menu ul li ul li span a:hover:after,
#articles .sidebar .menu ul li ul li.active span a:after,
#articles .sidebar .menu ul li span a:hover:after,
#articles .sidebar .menu ul li.active span a:after {
	z-index: 2;
	position: absolute;
	bottom: -1px;
	left: -1px;
	padding: 0 1px;
	width: 100%;
	height: 1px;
	background-color: #e81d25;
	content: '';
}

#articles .sidebar .menu ul li ul li.active span a:after,
#articles .sidebar .menu ul li.active span a:after {
	display: block !important;
}

/* content
---------------------------------------------------------------------------------------------------- */

#articles .content {
	float: left;
	margin-top: 32px;
	width: 100%;
}

#articles .content .wrapper {
	padding-left: 300px;
}

#articles .content article {
	margin-top: 50px;
}

#articles .content article:first-child {
	margin-top: 0;
}

#articles .content article h2 {
	font-size: 22px;
	font-weight: 700;
	color: #e81d25;
}

#articles .content article p {
	margin-top: 17px;
	line-height: 1.75;
	font-size: 14px;
}

#articles .content article .btn {
	margin-top: 10px;
	min-width: 120px;
}

#articles .content .wrapper a {
	color: #0563c1 !important;
}

#articles .content .wrapper u {
	text-decoration: none;
}

#articles .content .wrapper strong {
	color: #000;
}


/* accout
==================================================================================================== */

#accout h1 {
	margin-top: 24px;
	font-size: 36px;
	font-weight: 700;
	color: #434343;
}

#accout .wysiwyg-content {
	margin-top: 30px;
}



/* articles
==================================================================================================== */



/* sidebar
---------------------------------------------------------------------------------------------------- */

#accout .sidebar {
	float: left;
	margin: 0px -100% 0 0;
	width: 280px;
        clear: both;
}

#accout .sidebar h1 {
	margin-bottom: 34px;
	font-size: 36px;
	font-weight: 700;
	color: #434343;
        width: 100%;    
}

#accout .sidebar .menu ul li ul {
    display: none;
}

#accout .sidebar .menu ul li ul.open {
    display: block;
}

#accout .sidebar .menu ul li ul li,
#accout .sidebar .menu ul li {
    width: 100%;
}

#accout .sidebar .menu ul li ul li span,
#accout .sidebar .menu ul li span {
        display: table;
	width: 100%;
	height: 50px;
        margin-top: -1px;
}

#accout .sidebar .menu ul li ul li span{
    text-indent: 25px;
}

#accout .sidebar .menu ul li ul li span a,
#accout .sidebar .menu ul li span a {
	display: table-cell;
	position: relative;
	padding: 2px 20px 0;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ededed;
	text-transform: uppercase;
}

#accout .sidebar .menu ul li ul li.active span a,articles
#accout .sidebar .menu ul li.active span a {
	background-color: #e81d25;
	border-color: #e81d25;
	color: #fff;
}

#accout .sidebar .menu ul li ul li.active span a,
#accout .sidebar .menu ul li.active span a {
	background-color: #e81d25 !important;
	border-color: #e81d25 !important;
	color: #fff !important;
}

#accout .sidebar .menu ul li :hover {
    opacity: 0.8;
}

#accout .sidebar .menu ul li ul li.active span a:after,
#accout .sidebar .menu ul li.active span a:after {
	z-index: 2;
	position: absolute;
	bottom: -1px;
	left: -1px;
	padding: 0 1px;
	width: 100%;
	height: 1px;
	background-color: #e81d25;
	content: '';
}

#accout .sidebar .menu ul li ul li.active span a:after,
#accout .sidebar .menu ul li.active span a:after {
	display: block !important;
}

#accout .sidebar .menu ul li .open-child {
        position: relative;
}

#accout .sidebar .menu ul li .open-child:after {
    	position: absolute;
	top: 17px;
	right: 12px;
	width: 13px;
	height: 8px;
	background-image: url(../img/icon-caret-vertical.png);
	content: '';
}

#accout .sidebar .menu ul li .open-child.open:after {
    background-position: 0px -9px;
}


#accout .content .wrapper .edit-wrapper #dynamic-manuals-list-checked {
    width: 300px;
    height: 400px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    float: left;
    margin-left: 57px;
    margin-top: 40px;
    overflow: auto;
    
}

#accout .content .wrapper .edit-wrapper #dynamic-manuals-list-checked p.title {
    padding: 0 18px;
    width: 100%;
    height: 39px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 39px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

#accout .content .wrapper .edit-wrapper #dynamic-manuals-list-checked p.info {
    width: 100%;
    padding: 18px;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
}

#accout .content .wrapper .edit-wrapper #dynamic-manuals-list-checked p.info {
    width: 100%;
    padding: 18px;
    font-size: 14px;
    line-height: 16px;
    box-sizing: border-box;
}

#accout .content .wrapper .edit-wrapper #dynamic-manuals-list-checked ul li {
    width: 100%;
    height: 39px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    display: table;
}

#accout .content .wrapper .edit-wrapper #dynamic-manuals-list-checked ul li > span {
    display: table-cell;
    padding: 0 18px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

#accout .content .wrapper .edit-wrapper #dynamic-manuals-list-checked ul li > span .trash {
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon-trash.png);
    background-repeat: no-repeat; 
    background-size: 14px 14px;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
}

#accout .content .wrapper .edit-wrapper #dynamic-manuals-list {
    float: left;
}

#accout .content .wrapper .edit-wrapper .categories {
	position: relative;
	overflow: hidden;
	padding-top: 40px;
	width: 293px;
	height: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        margin-left: 30px;
}

#accout .content .wrapper .edit-wrapper .categories .cf-checkbox {
    margin-top: 10px;
}

#accout .content .wrapper .edit-wrapper .categories .slider {
	position: absolute;
	left: 0;
	width: 879px;
}

#accout .content .wrapper .edit-wrapper .categories.open-lvl-2 .slider {
	left: -293px;
}

#accout .content .wrapper .edit-wrapper .categories.open-lvl-3 .slider {
	left: -586px;
}

/* level-1
---------------------------------------------------------------------------------------------------- */


#accout .content .wrapper .edit-wrapper .categories .level-1 {
	float: left;
	width: 293px;
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li {
	display: table;
        position: relative;
	width: 100%;
	height: 39px;
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li.title a strong {
    font-weight: 600;
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li a {
	display: table-cell;
	padding: 0 18px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
        color: #000;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        box-sizing: border-box;        
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li.title a {
    border-top: 1px solid #ccc;
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li a:hover {
    opacity: 0.7;
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li a.active {
/*	background-color: #e81d25 !important;*/
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li a img {
	display: inline-block;
	margin-top: -1px;
	margin-right: 18px;
	width: 27px;
	height: 17px;
	vertical-align: middle;
	border: 1px solid #fff;
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li a strong {
	display: inline-block;
	padding-top: 2px;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: 400;
	color: #000;
}

/* level-2 & level-3
---------------------------------------------------------------------------------------------------- */

#accout .content .wrapper .edit-wrapper .categories .level-2,
#accout .content .wrapper .edit-wrapper .categories .level-3 {
	float: left;
	width: 293px;
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul {
	display: none;
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul.open,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul.open {
	display: block;
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul li,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul li {
	display: table;
	position: relative;
	width: 100%;
	height: 39px;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box;
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul li.back,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul li.back {
	height: 39px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul li.back a,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul li.back a {
	padding: 2px 18px 0 44px;
	text-align: left;
	text-transform: uppercase;
        
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul li.back a:before,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul li.back a:before {
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -7px;
	width: 8px;
	height: 13px;
	background: url(../img/icon-caret-back.png) -8px -13px;
	content: '';
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul li a,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul li a {
	display: table-cell;
	padding: 0 18px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #000;
}

#accout .content .wrapper .edit-wrapper .categories .level-2 ul li a:hover,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul li a:hover {
	opacity: 0.7;
}


/* level-3 */

#accout .content .wrapper .edit-wrapper .categories .level-3 ul li a {
	padding-right: 44px;
}


#accout .content .wrapper .edit-wrapper .categories .level-1 ul li.title a:after,
#accout .content .wrapper .edit-wrapper .categories .level-2 ul li.back a:after,
#accout .content .wrapper .edit-wrapper .categories .level-3 ul li.back a:after {
	display: none;
}

#accout .content .wrapper .edit-wrapper .categories .level-1 ul li a:after,
#accout .content .wrapper .edit-wrapper .categories .level-2 ul li a:after {
	position: absolute;
	top: 50%;
	right: 18px;
	margin-top: -7px;
	width: 8px;
	height: 13px;
	background: url(../img/icon-caret-step.png);
        background-repeat: no-repeat;
	content: '';
}

#accout .content .wrapper .edit-wrapper .categories .level-3 ul li .manual-status {
	font-size: 10px;
	font-weight: 500;
	text-align: center;
	display: flex;
	height: 100%;
	align-items: center;
	padding-right: 5px;
}

.current-manual > * {
	opacity: .5;
	pointer-events: none;
}



/* content
---------------------------------------------------------------------------------------------------- */

#accout .content {
    width: 100%;
}

#accout .content .wrapper {
    padding-left: 350px;
    width: 615px;
    float: left;
}

#accout .content .wrapper.bigger {
    width: 715px;

}


#accout .content .wrapper h2 {
    margin-top: 24px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #434343;
    margin-bottom: 32px;
}

#accout .content .wrapper .heading-wrapper {
    display: flex;
	justify-content: space-between;
	align-items: center;
}

#accout .content .wrapper .heading-wrapper a {
	cursor: pointer;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #494949;
	border: 1px solid #494949;
	color: #fff;
	padding: 5px;
	border-radius: 4px;
}

#accout .content .wrapper .heading-wrapper a:hover {
	background-color: #e81d25;
	border-color: #e81d25;
}

#accout .content .wrapper .account-content-wrapper {
    background-color: #fff;
    border: 1px solid #eaeaea;
}

#accout .content .wrapper .account-content {
    margin: 3px;
    border: 2px solid #e81d25;
    padding-bottom: 20px;
}

#accout .content .wrapper .account-content .button {
	position: relative;
	padding: 12px 30px 11px;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
}

#accout .content .wrapper .account-content .button:disabled {
    opacity: 0.7;
}

#accout .content .wrapper .account-content .button.disabled {
    opacity: 0.7;
}

#accout .content .wrapper .account-content .button.small {
    padding: 8px 15px 8px;
}

#accout .content .wrapper .account-content .button.dark {
	background-color: #494949;
	border: 1px solid #494949;
	color: #fff;
        float: right;
        margin-right: 20px;
}

#accout .content .wrapper .account-content .button.dark:hover {
	background-color: #e81d25;
	border: 1px solid #e81d25;
	color: #fff;
}

#accout .content .wrapper .account-content .button.dark.force-left {
    float: left;
    margin-left: 20px;
}

#accout .content .wrapper .account-content .button.dark.force-right {
    float: right;
    margin-left: 20px;
}



#accout .content .wrapper .account-content .button.light {
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
        margin-left: 20px;
}

#accout .content .wrapper .account-content .button.light:hover {
	background-color: #ccc;
}

#accout .content .wrapper .account-content .button.light.force-right {
    float: right;
    margin-left: 20px;
}

/* edit-wrapper
==================================================================================================== */

#accout .content .wrapper .edit-wrapper {
    

}

#accout .content .wrapper .edit-wrapper h3 {
    margin-top: 32px;
    margin-left: 220px;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 25px;
}


#accout .content .wrapper .edit-wrapper .buttons {
    margin-top: 25px;
}

#accout .content .wrapper .edit-wrapper .delete-account-link {
    margin-left: 20px;
    color: #003cb3;
    text-decoration: underline;
}

#accout .content .wrapper .edit-wrapper .edit-account-link {
    margin-left: 300px;
}

#accout .content .wrapper .edit-wrapper .row {
    margin-top: 8px;
}

#accout .content .wrapper .edit-wrapper .row label {
    display: table;
    float: left;
    padding-right: 20px;
    width: 36.5%;
    height: 43px;
    text-align: right;
}

#accout .content .wrapper .edit-wrapper .row p {
    display: table;
    float: left;
    padding-right: 20px;
    width: 58.5%;
    height: 43px;
    text-align: left;
}

#accout .content .wrapper .edit-wrapper.pre-edit .row label,
#accout .content .wrapper .edit-wrapper.pre-edit .row p{
    height: 25px;
}

#accout .content .wrapper .edit-wrapper .row p.full {
    margin-top: 3px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 3px;
}

#accout .content .wrapper .edit-wrapper .row p.info {
    margin-top: 19px;
    padding-left: 50px;
    max-width: 530px;
    background: url(../img/icon-info.png) no-repeat left center;
    line-height: 1.4;
    font-size: 13px;
    color: #666;    
} 

#accout .content .wrapper .edit-wrapper .row p span {
	display: table-cell;
	padding-top: 1px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
        
}

#accout .content .wrapper .edit-wrapper .row p span.bold {
    font-weight: 600;
}

#accout .content .wrapper .edit-wrapper .row p span.uppercase {
    text-transform: uppercase;
}


#accout .content .wrapper .edit-wrapper .row p span.small {
    font-size: 13px;
    line-height: 21px;
}

#accout .content .wrapper .edit-wrapper .row p span.red {
    color: #e81d25;
}

#accout .content .wrapper .edit-wrapper .row label span {
	display: table-cell;
	padding-top: 1px;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

#accout .content .wrapper .edit-wrapper .row p small, 
#accout .content .wrapper .edit-wrapper .row label small {
	font-weight: 700;
	color: #e81d25;
}

#accout .content .wrapper .edit-wrapper .row .cf-input,
#accout .content .wrapper .edit-wrapper .row .cf-select {
	float: left;
	width: 58.5%;
}

#accout .content .wrapper .edit-wrapper .row .cf-input:read-only {
    opacity: 0.7;
}

#accout .content .wrapper .edit-wrapper .row .informations  {
	margin-top: 7px;
	margin-left: 20px;
	padding-left: 48px;
	background: url(../img/icon-info.png) no-repeat left center;
	line-height: 1.4;
	font-size: 13px;
	color: #666;
}

#accout .content .wrapper .edit-wrapper .row .informations.password-info  {
    line-height: 40px;
    margin-left: 150px;
}

#accout .content .wrapper .edit-wrapper .row.regon {
	margin-top: 16px;
}

#accout .content .wrapper .edit-wrapper .row .regon-field {
	position: relative;
	float: left;
	width: 58.5%;
}

#accout .content .wrapper .edit-wrapper .row .regon-field div {
	float: left;
	padding-right: 128px;
	width: 100%;
}

#accout .content .wrapper .edit-wrapper .row .regon-field .cf-input {
	width: 100%;
}

#accout .content .wrapper .edit-wrapper .row .regon-field a {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 43px;
	line-height: 45px;
	border-radius: 4px;
	background-color: #e81d25;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
}


#accout .content .wrapper .edit-wrapper .representative {
	margin-top: 53px;
        display: none;
}



#accout .content .wrapper .edit-wrapper .representative.active {
        display: block;    
}

#accout .content .wrapper .edit-wrapper .representative .photo {
	float: left;
	border: 1px solid #eaeaea;
        margin-left: 30px;
}

#accout .content .wrapper .edit-wrapper .representative .about {
	margin-top: -1px;
	margin-left: 280px;
}

#accout .content .wrapper .edit-wrapper .representative .about h4 {
	text-transform: uppercase;
	font-size: 20px;
}

#accout .content .wrapper .edit-wrapper .representative .about p {
	margin-top: 20px;
	line-height: 1.75;
        text-align: left;
}

#accout .content .wrapper .edit-wrapper .cf-multiselect {
    margin-left: 40px;
    margin-right: 30px;
    margin-bottom: 20px;
}

#accout .content .wrapper .edit-wrapper .cf-multiselect.timeout {
    opacity: 0.5;
}

#accout .content .wrapper .edit-wrapper .cf-multiselect .for-button {
    position: relative;
}

#accout .content .wrapper .edit-wrapper .cf-multiselect .for-button span {
    padding: 1px 110px 0 30px;
}

#accout .content .wrapper .edit-wrapper .cf-multiselect .for-button .button {
    padding: 4px 12px 4px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
}

#accout .content .wrapper .edit-wrapper .cf-multiselect .title strong {
    text-transform: none;
    font-weight: 600;
}


/* account breadcrumbs
==================================================================================================== */

#accout .breadcrumbs {
    padding-top: 13px;
    padding-bottom: 13px;
    
}

#accout .breadcrumbs p {
    color: #999;
    font-size: 14px;
    line-height: 20px;
}





/* additional
==================================================================================================== */

modal.popup-handler{
    display: none;
}

#form-login .not-valid input{
    border-color: #e81d25;
    color: #e81d25;    
}

#teacher-guardian {
    display: none;
}

.uppercase,
#wrapper-district .cf-select .list li,
#wrapper-district .cf-select .selected,
#wrapper-province .cf-select .list li,
#wrapper-province .cf-select .selected,
#wrapper-city .cf-select .list li,
#wrapper-city .cf-select .selected,
#wrapper-school-type .cf-select .list li,
#wrapper-school-type .cf-select .selected,
#wrapper-school .cf-select .list li,
#wrapper-school .cf-select .selected {
    text-transform: uppercase;
}


/* representative popup */

#popup .representative {
	margin-top: 53px;
        display: none;
}

#popup .representative.active {
        display: block;    
}

#popup .representative .photo {
	float: left;
	border: 1px solid #eaeaea;
}

#popup .representative .about {
	margin-top: -1px;
	padding-left: 200px;
}

#popup .representative .about h4 {
	text-transform: uppercase;
	font-size: 20px;
}

#popup .representative .about p {
	margin-top: 20px;
	line-height: 1.75;
        text-align: left;
}

#popup .buttons {
	margin: 45px auto 10px;
	padding: 0 20px;
	max-width: 980px;
}

#popup .buttons .button {
	position: relative;
	padding: 12px 30px 11px;
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 14px;
        margin-bottom: 15px;
        width: 100%;
}

#popup .buttons .button.light {
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
}

#popup .buttons .button.light:hover {
	background-color: #ccc;
}

#popup .content p {
	margin-bottom: 10px;
}

#popup .content p a {
    color: #e81d25;
}



#form form .info-justice {
        padding: 26px 20px;
        font-size: 12px;
        margin: 16px 0 0 24.25%;
        color: #666;
        line-height: 15px;
}

h4.red {
    color: #e81d25;
}

.helpdesk-d {
    float: right;
    width: 440px;
    height: 100px;
    display: block;
}

.helpdesk-d p {
    line-height: 22px;
    font-size: 15px;
}

.helpdesk-d .helpdesk-left {
    width: 180px;
    float: left;
    font-weight: 700;
    margin-top:  25px;
}

.helpdesk-d .helpdesk-left a {
    font-weight: 700;
}

.helpdesk-d .helpdesk-right {
    width: 220px;
    float: left;
    margin-top:  35px;
}
      
.helpdesk-m {
    display: none;
}

.new-school-link {
    width: 100%;
    text-align: right;
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
    /*display: none;*/
}

.account-content .new-school-link {
    padding-right: 35px;
    box-sizing: border-box;
}

.new-school {
    display: none;
}

#use-regon {
    cursor: pointer;
    text-decoration: underline;
}

.notification-pagination{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	align-items: center;
}

.notification-pagination .page{
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
	box-sizing: content-box;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 13px;
	margin: 0 5px;
}

.notification-pagination .page.active{
	background: #e81d25;
	color: #fff;
	border-color: #e81d25;
}

.notification-pagination .next-page,
.notification-pagination .previous-page
{
	margin: 0 10px;
}
.notifications-legend{
	display: flex;
	justify-content: center;
}
.notifications-legend > p{
	position: relative;
	padding: 10px 17px;
	font-size: 14px;
}

.notifications-legend .notification-status{
	left: 0;
	top: 12px;
}

.preview-code-disabled {
	opacity: .7;
	pointer-events: none;
	cursor: wait;
}