
main div.cover#work-scheme {
	background: url(./img/bg/bg-d-900.png) repeat-x;
	background-size: contain;
	/*background-color: #b9d5e4;*/
	min-width: 1024px;
	/*margin-bottom: 5em;
	margin-top: 5em;*/
}

/*#work-scheme-subcover {
	/*background: url(./img/bg/bg-d-900.png) repeat-x;*!/
	/*background-size: contain;	*!/
	background-color: #b9d5e4;
}*/

#work-scheme>section{
	/*height: 600px;*/
	/*background: url(./img/temp_block_3m2.png);*/
	/*background-size: auto;*/
	/*background-repeat: no-repeat;*/
	/*padding-top: 2.1em;*/
	/*margin-top: 2.1em;*/
	/*background-color: #b9d5e4;*/
	padding-bottom: 2em;
}

.work-scheme-details {
	width: 87%;
	border: 1px solid #91a8b6;
	margin: 0 auto;
	/*background-color: #ebf2f7;*/
	/*background-color: #d7e6f0;*/
	background-color: #fff;
	height: 408px;
	opacity: 0.9;
	/*font-size: 115.56%;*/
	margin-top: 3em;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, 0.22);*/
	box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 2px 10px 0 rgba(50,100,0,.15);
}

.work-scheme-questions {
	width: 87%;
	margin: 2em auto;
	/*opacity: 0.8;*/
	font-size: 106.67%;
	margin-left: 8em;
	margin-right: 8em;
	/*text-shadow: 0 0 1px rgba(0, 0, 0, 0.22);*/
}

.work-scheme-questions p {
	margin-top: 0;
	margin-bottom: 0.2em;
}

.tabs {
    max-width: 95%;
    float: none;
    list-style: none;
    padding: 0;
    margin: 1.2em auto;
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}
.tabs input[type=radio] {
    display:none;
}

.tabs label p, .tabs p {
    margin-top: 0;
    margin-bottom: 0;  
    float: left;
}

.tabs label p {
	padding-bottom: 5px;
	padding-top: .3em;
	/*padding-left: 3px;*/
	/*padding-right: 3px;*/
	margin-left: 3px;
	margin-right: 3px;
}


.tabs label {
	border-bottom: 1px solid #91a8b6;
}

.etab {
	padding-bottom: 2px;
}

.vtab {
	cursor: pointer;
	/*box-shadow: 0 1px 5px rgba(0, 179, 252, 0.3), 0 1px 10px 0 rgba(50,100,0,.15);*/
	box-shadow: 0 1px 5px rgba(164, 201, 217, 0.8);
	/*font-size: 111.11%;*/
	font-size: 115.56%;
	line-height: 15px;
}

.tabs label {
    display: block;
    float: left;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    margin-left: -2px;
}

label.vtab  {
	/*background-color: #d7e6f0;*/
	/*background-color: #d7e6f0;*/
	/*background-color: #eaf6fe;*/
	padding-left: 0.6em;
	padding-right: 0.6em;
}

.tabs label span {
    display: none;
}

.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding: 15px;
    padding-bottom: 5px;
    box-sizing: border-box;
    /*background-color: #ebf2f7;*/
    /*background-color: #d7e6f0; */
    background-color: #fff;
}

.tabs label:hover {
    background-color: #b4d1e5;
    transition: 0.1s;
}

.tabs [id^="tab"] + label {
    border-top: 1px solid #91a8b6;
    border-left: 1px solid #91a8b6;
    border-right: 1px solid #91a8b6;
    border-radius: 1px 0px 0px 0px;
    padding-top: 1px;
}

.tabs [id^="tab"]:checked + label {
    /*background: #ebf2f7;*/
    /*background: #d7e6f0;*/
    background-color: #fff;
    border-bottom: none;
    color: #000000;
    border-top: 1px solid #91a8b6;
    border-left: 1px solid #91a8b6;
    border-right: 1px solid #91a8b6;
    border-bottom: none;
    /*border-radius: 0px;*/
    margin-right: 1px;
    margin-left: -1px;
    padding-bottom: 1px;
}

#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2
{
    display: block;
}






.work-scheme-info {
	width: 100%;
	/*opacity: .98;*/
}


.outer {
    width: 290px;
    height: 80px;
    
    text-align: right;
    /*background-color: #ffc;*/
}

.outer:after {
    display: inline-block;
    height: 100%;

    vertical-align: middle;
    content: "";
}

.inner {
    display: inline-block;
    width: 284px;

    vertical-align: middle;
    /*background-color: #fcc;*/
}


.work-scheme-info-steps {
	width: 290px;
	/*padding-left: 15px;*/
	text-align: left;
	float: left;
	/*padding-top: 25px;*/
	display: inline-block;
}

.work-scheme-info-pictogram {
	width: 90px;
	padding-left: 10px;
	display: block;
	text-align: left;
	float: left;
	padding-top: 4px;
}

.work-scheme-info-pictogram div {
	/*margin-bottom: 13px;*/
	/*margin-bottom: 1px;*/
}

.arrow {
	margin-left: 28px;
	height: 15px;
	/*margin-bottom: 2px;*/
	/*padding-bottom: 2px;*/
	position: relative;
	top: 1px;
}

#work-scheme-info-divider-1, 
#work-scheme-info-divider-2 {
	border-right: 2px solid #9EC2D2;
	height: 240px;
	vertical-align: top;
	position: relative;
	top: 16px;
}

.work-scheme-info-details {
	padding-top: 5px;
	padding-left: .5em;
	width: 400px;
	height: 250px;
	/*font-size: 92.4%;*/
	line-height: 125%;
	position: static;
	top: 0;
	left: 0;
}

.work-scheme-info-details p {
	padding-bottom: 1.15em;
}

.work-scheme-switch {
	position: relative;
	height: 65px;
	margin-top: -20px;
}

.work-scheme-switch:hover {
	/*-webkit-animation-name: bounceIn 1s 1;
	animation-name: bounceIn 1s 1;*/
	/*-webkit-animation: bounceIn 1s 1;
	animation: bounceIn 1s 1;*/
}

.work-scheme-switch-img-u {
	position:absolute; 
	left: 0;
	top: 0;	
}

.work-scheme-switch-img-a {
	position:absolute; 
	left: 0;
	top: 0;	
	/*display: none;*/
}


.work-scheme-questions>div>p {
	display: block;
	/*width: 500px;*/
	/*background-color: red;*/
}

.questions {
	display: inline-block;
}

.question {
	color: #006ad0;
	display: inline-block;
	width: 600px;
	cursor: pointer;
}

/*.triangle-open {
	font-size: 60%;
	margin-right: 1px;
	position: relative;
	top: -2px; 
	display: none;
}

.triangle-close {
	font-size: 50%;
	margin-right: 4px;
	position: relative;
	top: -2px;
}*/

.triangle-open {
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #006ad0;
	position: relative;
	right: 4px;
	top: 9px;
	display: inline-block;
	display: none;
	margin-right: 5px;
}

.triangle-close {
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #006ad0;
	position: relative;
	/*left: 4px;*/
	/*top: 6px;*/
	display: inline-block;
}

.faq {
	/*display: inline-block;*/
	/*position: relative;
	left: 4px;
	width: 550px;*/
	padding-top: .5em;
	padding-left: 4em; 
	padding-bottom: .5em;
	margin-bottom: .2em !important;
	/*border-left: 2px solid #AAA;*/
	color: #2a363d;
	font-size: 93.33%;
	line-height: 130%;
	/*visibility: hidden;*/
	display: none;
	/*color: red;*/
}

.faq.low-left-padding {
	padding-left: 2em;
	width: 580px
}

.faq p, .faq ul {
	padding-top: .1em;
	padding-bottom: .2em;
	margin-bottom: 0;
	text-align: justify;
}

.faq p {
	text-indent: 2em;
}

.faq ul li {
	list-style-type: none;
	margin-left: 30px;
	list-style: "- ";
}
/*
.faq ul li:before {
	content: "- ";
	margin-left: -10px;
}
*/

