/* @import '../../shared-assets/page/page.css'; */
@import 'https://neon.epson-europe.com/files/repo/2019/Shared/page/page.css';

/* Search filter */
#fdown {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
#fdown h2 {
    text-align: center;
}
#fdown > header {
    position: relative;
    padding: 75px 0 125px;
}
#fdown > header::before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #efefef;
}
#fdown:not(.filterLoaded) > header form {
    background: url(../img/spinner.gif) no-repeat center;
}
#fdown:not(.filterLoaded) > header form > * {
    visibility: hidden;
}
#fdown > header label {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
}
#fdown > header select {
    display: block;
    width: 100% !important; /* cms */
    background-color: white;
    border-width: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
#fdown > header button {
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: auto;
    transform: translateX(-50%);
}
#fdown.searching > header button {
    user-select: none;
}
#fdown.searching > header button::before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    background: red;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 50px;
    background: url(../img/spinner.gif) no-repeat center;
}
@media (min-width:600px) {
    #fdown > header form {
        display: flex;
        justify-content: space-between;
    }
    #fdown > header label {
        width: calc(33.33% - 13px);
        display: flex;
        flex-direction: column;
    }
	#fdown > header label:last-of-type {
		padding-top: 15px;
	}
}

/* Search results */
#sresults {
    font-size: 13px;
    line-height: 20px;
}
#fdown.hasResults #sresults{
    margin: 60px 0;
}
#fdown.searching #sresults {
	opacity: 0.5;
}
#sresults > header {
    align-items: center;
    display: flex;
    padding-bottom: 44px;
    flex-wrap: wrap;
}
#sresults > header,
#sresults > section {
	border-bottom: 1px solid #bbb;
}
#sresults > header .expandAll,
#sresults > header .collapseAll {
	margin-left: auto;
}
[dir=rtl] #sresults > header .expandAll,
[dir=rtl] #sresults > header .collapseAll {
	margin-left: 0;
    margin-right: auto;
}
#fdown:not(.hasResults) #sresults > header,
#fdown:not(.hasResults) #sresults footer {
	display: none;
}
#sresults > header h3 {
    margin: 0;
    font-size: inherit;
    color: inherit;
}
#sresults > header img {
    width: 130px;
    height: 100%;
    margin-right: 20px;
}
[dir=rtl] #sresults > header img {
    margin-left: 20px;
    margin-right: 0;
}
#sresults footer {
	display: flex;
    flex-direction: column;
	align-items: flex-end;
    margin-top: 30px;
}
#sresults:not(.collapsed) .expandAll {
	display: none;
}
#sresults.collapsed .collapseAll{
	display: none;
}
#sresults .expandAll,
#sresults .collapseAll,
#downloadAssets {
    background: #d9d9d9;
    color: #10218b;
    font-size: 12px;
}
#downloadAssets {
    margin-bottom: 30px;
}
#downloadAssets.disabled {
    background: #eee;
    border: 1px solid #e0e0e0;
    color: #575756;
	user-select: none;
	cursor: default;
}
#sresults > section {
    overflow: hidden;
    padding: 10px 0;
	position: relative;
	width: 100%; /* cms */
}

#sresults > section.collapsed > img,
#sresults > section.collapsed .releaseDate,
#sresults > section.collapsed .fileFormat,
#sresults > section.collapsed .version,
#sresults > section.collapsed .fileSize,
#sresults > section.collapsed .cbox {
	display: none;
}
#sresults > section.template {
	display: none;
}
#sresults > section > header {
    justify-content: space-between;
}
@media (min-width: 600px) {
    #sresults > section > header {
        display: flex;
    }
}
#sresults > section > header {
    margin: 10px 0;
}
#sresults > section > header .releaseDate {
	margin-right: 40px;
}
[dir=rtl] #sresults > section > header .releaseDate {
	margin-left: 40px;
    margin-right: 0;
}
#sresults .toggler {
    position: absolute;
    right: 0;
    top: 19px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
	background-repeat: no-repeat;
    background-position: center;

}
[dir=rtl] #sresults .toggler {
    right: auto;
    left: 0;
}
#sresults section.collapsed .toggler {
	background-image: url(../img/button_plus.png);
}
#sresults section.expanded .toggler {
	background-image: url(../img/button_minus.png);
}
#sresults > section h4 {
    margin: 0;
	font-size: 16px;
    font-weight: normal;
	cursor: pointer;
}
#sresults > section h4 span {
    font-size: 11px;
	color: #8c8c8c;
    display: block;
}
@media (min-width:600px) {
    #sresults > section h4 span {
        display: inline;
        margin-left: 7px;
    }
}
#sresults > section img {
    max-width: 170px;
    margin-top: 0;
    margin-right: 20px;
	margin-bottom: 20px;
}
[dir=rtl] #sresults > section img {
    margin-right: 0;
    margin-left: 20px;
}
@media (min-width:600px){
    #sresults > section img {
        float: left;
    }
    [dir=rtl] #sresults > section img {
        float: right;
    }
}
#sresults .version,
#sresults .fileFormat,
#sresults .fileSize {
    display: block;
	/* margin-left: 190px; */
}
#sresults .dimensions {
    white-space: nowrap;
}
[dir=rtl] #sresults .version,
[dir=rtl] #sresults .fileFormat,
[dir=rtl] #sresults .fileSize {
	/* margin-right: 190px;
	margin-left: 0; */
}
#sresults .cbox {
    position: absolute;
    right: 0;
    bottom: 25px;
}
[dir=rtl] #sresults .cbox {
    right: auto;
    left: 0;
}
#sresults .cbox input {
    margin: 0 0 0 3px;
}
[dir=rtl] #sresults .cbox input {
    margin: 0 3px 0 0;
}

@media (max-width:480px) {
	#sresults .fileFormat,
	#sresults .fileSize {
		max-width: calc(100% - 120px);
	}
}

/* Hero */
.page > header {
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 20px;
    background: url(../img/hero_mobile.jpg) no-repeat center top;
    color: white;
}
[dir=rtl] .page > header {
    background-image: url(../img/hero_rtl_mobile.jpg);
}
.page > header h1 {
    color: inherit;
    line-height: 42px;
}
@media (min-width: 768px) {
    [lang=fr] .page > header h1 {
        white-space: nowrap;
    }
}
@media (min-width:481px){
    .page > header {
        background-image: url(../img/hero_smalltablet.jpg);
    }
    [dir=rtl] .page > header {
        background-image: url(../img/hero_rtl_smalltablet.jpg);
    }
}
@media (min-width:600px){
    .page > header {
        background-image: url(../img/hero_tablet.jpg);
        justify-content: center;
        height: 500px;
    }
    [dir=rtl] .page > header {
        background-image: url(../img/hero_rtl_tablet.jpg);
    }
    .page > header > * {
        max-width: 50%;
    }
}
@media (min-width:768px){
    .page > header {
        background-image: url(../img/hero_smalldesktop.jpg);
    }
    [dir=rtl] .page > header {
        background-image: url(../img/hero_rtl_smalldesktop.jpg);
    }
}
@media (min-width:960px){
    .page > header {
        background-image: url(../img/hero.jpg);
    }
    [dir=rtl] .page > header {
        background-image: url(../img/hero_rtl.jpg);
    }
}

/* Inovation */
#inovat {
    padding-top: 52%;
    padding-bottom: 0;
    background: #000963 url(../img/img_innovation_tablet.jpg) no-repeat center top/contain;
    line-height: 20px;
}
#inovat > * {
    background: #000963;
    color: white;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
@media (min-width: 768px) {
    #inovat > * {
        background: #10218b
    }
    #inovat {
        background-color: #10218b
    }
}
[dir=rtl] #inovat > * {
    text-align: right;
}
#inovat > *:first-child {
    padding-top: 25px;
}
#inovat > *:last-child {
 	padding-bottom: 25px;
}
#inovat h2 {
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
}
#inovat p {
    padding-bottom: 20px;
}
#inovat > a:hover {
    opacity: 1;
}
@media (min-width:768px){
    #inovat {
		position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 500px;
        padding-top: 0;
        background: none;
    }
	#inovat::before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: url(../img/img_innovation.jpg) no-repeat center top;
        content: '';
	}
	[dir=rtl] #inovat::before {
        transform: scaleX(-1);
    }
    #inovat > * {
        max-width: 305px;
        padding-left: 25px;
        padding-right: 25px;
    }
}
