10152
ID | 10152 |
Data | 2020-11-27 |
Symbol | 2020/11/27/10152 |
Instytucja | Ministerstwo Spraw Wewnętrznych i Administracji |
Nazwa | Zgłoszenie powrotu z wyjazdu poza granice Rzeczypospolitej Polskiej |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Styl
<?xml version="1.0" encoding="UTF-8"?><!-- Version 1.0 --><xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:adr="http://crd.gov.pl/xml/schematy/adres/2009/11/09/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:inst="http://crd.gov.pl/xml/schematy/instytucja/2009/11/16/" xmlns:meta="http://crd.gov.pl/xml/schematy/meta/2009/11/16/" xmlns:oso="http://crd.gov.pl/xml/schematy/osoba/2009/11/16/" xmlns:str="http://crd.gov.pl/xml/schematy/struktura/2009/11/16/" xmlns:wnio="http://crd.gov.pl/wzor/2020/11/27/10152/" xmlns:xls="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<xsl:apply-templates select="wnio:Dokument"/>
</xsl:template>
<xsl:template match="wnio:Dokument">
<xsl:param name="rodzajWniosku" select="wnio:TrescDokumentu/wnio:RodzajWniosku"/>
<xsl:param name="daneZglaszajacego" select="wnio:TrescDokumentu/wnio:Kontakt"/>
<html lang="pl">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>
Zgłoszenie powrotu z wyjazdu poza granice Rzeczypospolitej Polskiej trwającego dłużej niż 6 miesięcy
</title>
</head>
<body>
<div class="du-view du-no-mt">
<section>
<div class="du-col-12 du-left du-no-mt du-margin-bottom-15">
<h1>
Zgłoszenie powrotu z wyjazdu poza granice Rzeczypospolitej Polskiej trwającego dłużej niż 6 miesięcy
</h1>
<p class="du-english-h1" lang="en">Notification of return to the Republic of Poland after leaving for more than 6 months</p>
</div>
</section>
<section>
<xsl:call-template name="DaneUrzedu"/>
</section>
<section>
<xsl:call-template name="DaneOsoby"/>
</section>
<xsl:if test="wnio:TrescDokumentu/wnio:OsobaWymeldowana='siebie' and ($daneZglaszajacego/wnio:Telefon != '' or $daneZglaszajacego/wnio:Email != '')">
<section>
<xsl:call-template name="DaneOsobyZglaszajacej"/>
</section>
</xsl:if>
<section>
<xsl:call-template name="DaneDotyczacePowrotu"/>
</section>
<xsl:if test="wnio:TrescDokumentu/wnio:ObecnoscPelnomocnika='true'">
<section>
<xsl:call-template name="DanePelnomocnika"/>
</section>
</xsl:if>
<xsl:if test="wnio:TrescDokumentu/wnio:OsobaWymeldowana!='siebie' and ($daneZglaszajacego/wnio:Telefon != '' or $daneZglaszajacego/wnio:Email != '')">
<section>
<xsl:call-template name="DaneOsobyZglaszajacej"/>
</section>
</xsl:if>
<section>
<xsl:call-template name="DaneDoKorespondencji"/>
</section>
<xsl:if test="wnio:TrescDokumentu/wnio:ObecnoscPelnomocnika='true' and wnio:TrescDokumentu/wnio:OsobaWymeldowana='innaOsoba'">
<section>
<xsl:call-template name="Zalaczniki"/>
</section>
</xsl:if>
<xsl:call-template name="Podpis"/>
</div>
<xsl:call-template name="styleCSS"/>
</body>
</html>
</xsl:template>
<xsl:template name="DaneUrzedu">
<xsl:param name="daneUrzedu" select="wnio:TrescDokumentu/wnio:Urzad"/>
<div class="du-col-12 du-top-line du-no-mt du-margin-top-0">
<h2 class="du-h2 du-margin-top-15">Urząd, który przyjmie zgłoszenie</h2>
<p class="du-english-title" lang="en">Office receiving the document</p>
</div>
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">
<span class="du-field">Dane urzędu:
<p class="du-english-text" lang="en">Data of the office</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneUrzedu"/>
</span>
</div>
</div>
</xsl:template>
<xsl:template name="DaneOsoby">
<xsl:param name="daneOsoby" select="wnio:TrescDokumentu/wnio:Osoba"/>
<xsl:param name="polaUzupelnioneSRP" select="wnio:TrescDokumentu/wnio:PolaUzupelnioneSRP"/>
<div class="du-col-12 du-top-line du-no-mt">
<h2 class="du-h2 du-margin-top-15">Dane Osoby, Której Dotyczy Zgłoszenie</h2>
<p class="du-english-title" lang="en">Details of the person to whom the application relates</p>
</div>
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">
<span class="du-field">Nazwisko:
<p class="du-english-text" lang="en">Surname</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneOsoby/oso:Nazwisko"/>
<xsl:if test="$polaUzupelnioneSRP/wnio:Nazwisko='true'">
<span class="du-normal">*</span>
</xsl:if>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Imię (Imiona):
<p class="du-english-text" lang="en">Name (names)</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneOsoby/oso:Imie"/>
<xsl:if test="$daneOsoby/oso:ImieDrugie"> <xsl:value-of select="$daneOsoby/oso:ImieDrugie"/>
<xsl:if test="$polaUzupelnioneSRP/wnio:Imie='true' and $polaUzupelnioneSRP/wnio:ImieDrugie='true'">
<span class="du-normal">*</span>
</xsl:if>
</xsl:if>
<xsl:if test="$polaUzupelnioneSRP/wnio:Imie='true' and not($daneOsoby/oso:ImieDrugie)">
<span class="du-normal">*</span>
</xsl:if>
</span>
</div>
<xsl:if test="wnio:TrescDokumentu/wnio:OsobaWymeldowana='siebie' or ((wnio:TrescDokumentu/wnio:OsobaWymeldowana='dziecko' or wnio:TrescDokumentu/wnio:OsobaWymeldowana='innaOsoba') and ($daneOsoby/oso:PESEL != ''))">
<div class="du-col-12 du-no-mt">
<span class="du-field">Numer PESEL:
<p class="du-english-text" lang="en">PESEL number</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneOsoby/oso:PESEL"/>
<xsl:if test="$polaUzupelnioneSRP/wnio:PESEL='true'">
<span class="du-normal">*</span>
</xsl:if>
</span>
</div>
</xsl:if>
<div class="du-col-12 du-no-mt">
<span class="du-field">Data Urodzenia:
<p class="du-english-text" lang="en">Date of birth</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="substring($daneOsoby/oso:DataUrodzenia, 9, 2)"/>.<xsl:value-of select="substring($daneOsoby/oso:DataUrodzenia, 6, 2)"/>.<xsl:value-of select="substring($daneOsoby/oso:DataUrodzenia, 1, 4)"/>
<xsl:if test="$polaUzupelnioneSRP/wnio:DataUrodzenia='true'">
<span class="du-normal">*</span>
</xsl:if>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Miejsce Urodzenia:
<p class="du-english-text" lang="en">Place of birth</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneOsoby/oso:MiejsceUrodzenia"/>
<xsl:if test="$polaUzupelnioneSRP/wnio:MiejsceUrodzenia='true'">
<span class="du-normal">*</span>
</xsl:if>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Kraj Urodzenia:
<p class="du-english-text" lang="en">Country of birth</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="wnio:TrescDokumentu/wnio:KrajUrodzenia"/>
<xsl:if test="$polaUzupelnioneSRP/wnio:KrajUrodzenia='true'">
<span class="du-normal">*</span>
</xsl:if>
</span>
</div>
</div>
<xsl:if test="$polaUzupelnioneSRP/wnio:Imie='true' or $polaUzupelnioneSRP/wnio:Nazwisko='true' or $polaUzupelnioneSRP/wnio:ImieDrugie='true' or $polaUzupelnioneSRP/wnio:PESEL='true' or $polaUzupelnioneSRP/wnio:DataUrodzenia='true' or $polaUzupelnioneSRP/wnio:MiejsceUrodzenia='true' or $polaUzupelnioneSRP/wnio:KrajUrodzenia='true'">
<p class="du-margin-bottom-0 du-reference-font"><span>*</span><span class="du-reference-text"> Dane pobrane z rejestru PESEL</span></p>
</xsl:if>
</xsl:template>
<xsl:template name="DaneOsobyZglaszajacej">
<xsl:param name="daneZglaszajacego" select="wnio:TrescDokumentu/wnio:Kontakt"/>
<xsl:param name="osobaWymeldowana" select="wnio:TrescDokumentu/wnio:OsobaWymeldowana"/>
<div class="du-col-12 du-top-line du-no-mt">
<xsl:choose>
<xsl:when test="$osobaWymeldowana='siebie'">
<h2 class="du-h2 du-margin-top-15">Dane Kontaktowe Osoby, Której Dotyczy Zgłoszenie</h2>
<p class="du-english-title" lang="en">Contact details of the person to whom the application relates</p>
</xsl:when>
<xsl:otherwise>
<h2 class="du-h2 du-margin-top-15">Dane Kontaktowe</h2>
<p class="du-english-title" lang="en">Contact details</p>
</xsl:otherwise>
</xsl:choose>
</div>
<div class="du-col-12 du-left du-no-mt">
<xsl:if test="$daneZglaszajacego/wnio:Telefon != ''">
<div class="du-col-12 du-no-mt">
<span class="du-field">Numer Telefonu Komórkowego:
<p class="du-english-text" lang="en">Mobile phone number</p>
</span>
<span class="du-bold du-field">
<xsl:call-template name="TelefonFormatowny"/>
</span>
</div>
</xsl:if>
<xsl:if test="$daneZglaszajacego/wnio:Email != ''">
<div class="du-col-12 du-no-mt">
<span class="du-field">Adres E-mail:
<p class="du-english-text" lang="en">E-mail address</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneZglaszajacego/wnio:Email"/>
</span>
</div>
</xsl:if>
<xsl:if test="wnio:TrescDokumentu/wnio:ZgodaRDK='true'">
<xsl:call-template name="ZgodaNaPrzekazanieDanychDoRDK"/>
</xsl:if>
</div>
</xsl:template>
<xsl:template name="TelefonFormatowny">
<xsl:param name="telefonFormatowany" select="wnio:TrescDokumentu/wnio:Kontakt/wnio:TelefonFormatowany"/>
<xsl:param name="innyTelefonFormatowany" select="wnio:TrescDokumentu/wnio:Kontakt/wnio:InnyTelefonFormatowany"/>
<xsl:choose>
<xsl:when test="wnio:TrescDokumentu/wnio:Kontakt/wnio:InneDane='true'">
<xsl:value-of select="$innyTelefonFormatowany/wnio:InnyTelefonKodKraju"/>
<xsl:choose>
<xsl:when test="$innyTelefonFormatowany/wnio:InnyTelefonKodKraju='0048' or $innyTelefonFormatowany/wnio:InnyTelefonKodKraju='+48'"> <xsl:value-of select="substring($innyTelefonFormatowany/wnio:InnyTelefonNumer, 1, 3)"/> <xsl:value-of select="substring($innyTelefonFormatowany/wnio:InnyTelefonNumer, 4, 3)"/> <xsl:value-of select="substring($innyTelefonFormatowany/wnio:InnyTelefonNumer, 7, 3)"/>
</xsl:when>
<xsl:otherwise> <xsl:value-of select="$innyTelefonFormatowany/wnio:InnyTelefonNumer"/>
</xsl:otherwise>
</xsl:choose>
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$telefonFormatowany/wnio:TelefonKodKraju"/>
<xsl:choose>
<xsl:when test="$telefonFormatowany/wnio:TelefonKodKraju='0048' or $telefonFormatowany/wnio:TelefonKodKraju='+48'"> <xsl:value-of select="substring($telefonFormatowany/wnio:TelefonNumer, 1, 3)"/> <xsl:value-of select="substring($telefonFormatowany/wnio:TelefonNumer, 4, 3)"/> <xsl:value-of select="substring($telefonFormatowany/wnio:TelefonNumer, 7, 3)"/>
</xsl:when>
<xsl:otherwise> <xsl:value-of select="$telefonFormatowany/wnio:TelefonNumer"/>
</xsl:otherwise>
</xsl:choose>
</xsl:otherwise>
</xsl:choose>
</xsl:template>
<xsl:template name="ZgodaNaPrzekazanieDanychDoRDK">
<div class="du-col-12 du-no-mt du-text-transform-none du-bold">
Wyrażam zgodę na przekazanie do rejestru danych kontaktowych imienia, nazwiska, numeru PESEL oraz:
<p class="du-english-text" lang="en">I consent to the transfer to the contact data register of my name, surname, PESEL number and:</p>
</div>
<xsl:if test="wnio:TrescDokumentu/wnio:ZgodaTelefonRDK='true'">
<div class="du-col-12 du-no-mt">
<span class="du-field du-bold">Telefonu Komórkowego
<p class="du-english-text" lang="en">Mobile phone number</p>
</span>
</div>
</xsl:if>
<xsl:if test="wnio:TrescDokumentu/wnio:ZgodaEmailRDK='true'">
<div class="du-col-12 du-no-mt">
<span class="du-field du-bold">Adresu E-mail
<p class="du-english-text" lang="en">E-mail address</p>
</span>
</div>
</xsl:if>
</xsl:template>
<xsl:template name="DaneDotyczacePowrotu">
<xsl:param name="danePowrotu" select="wnio:TrescDokumentu"/>
<div class="du-col-12 du-top-line du-no-mt">
<h2 class="du-h2 du-margin-top-15">Dane dotyczące powrotu</h2>
<p class="du-english-title" lang="en">Arrival data</p>
</div>
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">
<span class="du-field">Data powrotu:
<p class="du-english-text" lang="en">Date of arrival</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="substring($danePowrotu/wnio:DataPowrotu, 9, 2)"/>.<xsl:value-of select="substring($danePowrotu/wnio:DataPowrotu, 6, 2)"/>.<xsl:value-of select="substring($danePowrotu/wnio:DataPowrotu, 1, 4)"/>
</span>
</div>
</div>
</xsl:template>
<xsl:template name="DanePelnomocnika">
<xsl:param name="danePelnomocnika" select="wnio:TrescDokumentu/wnio:DanePelnomocnika"/>
<div class="du-col-12 du-top-line du-no-mt">
<xsl:if test="wnio:TrescDokumentu/wnio:OsobaWymeldowana='innaOsoba'">
<h2 class="du-h2 du-margin-top-15">Nazwisko I Imię Pełnomocnika</h2>
<p class="du-english-title" lang="en">Surname and first name of the proxy</p>
</xsl:if>
<xsl:if test="wnio:TrescDokumentu/wnio:OsobaWymeldowana='dziecko'">
<h2 class="du-h2 du-margin-top-15">Nazwisko I Imię Zgłaszającego</h2>
<p class="du-english-title" lang="en">Surname and first name of the applicant</p>
</xsl:if>
</div>
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">
<span class="du-field">Nazwisko:
<p class="du-english-text" lang="en">Surname</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$danePelnomocnika/oso:Nazwisko"/><span class="du-normal">*</span>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Imię (Imiona):
<p class="du-english-text" lang="en">Name (names)</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$danePelnomocnika/oso:Imie"/>
<xsl:if test="$danePelnomocnika/oso:ImieDrugie!=''">
<xsl:value-of select="$danePelnomocnika/oso:ImieDrugie"/>
</xsl:if>
<span class="du-normal">*</span>
</span>
</div>
</div>
<p class="du-margin-bottom-0 du-reference-font"><span>*</span><span class="du-reference-text"> Dane pobrane z rejestru PESEL</span></p>
</xsl:template>
<xsl:template name="DaneDoKorespondencji">
<xsl:param name="daneKorespondencyjne" select="wnio:TrescDokumentu/wnio:AdresDoKorespondencji"/>
<xsl:if test="count($daneKorespondencyjne/adr:Wojewodztwo) > 0">
<div class="du-col-12 du-top-line du-no-mt">
<h2 class="du-h2 du-margin-top-15">Adres Do Korespondencji z Urzędem</h2>
<p class="du-english-title" lang="en">Correspondence address</p>
</div>
<div class="du-col-12 du-no-mt du-text-transform-none du-bold">
Oświadczam, że rezygnuję z doręczenia pism za pomocą środków komunikacji elektronicznej zgodnie z art. 39§ 1d Kodeksu postępowania administracyjnego
<p class="du-english-text" lang="en">I declare that I do not want the letters to be delivered electronically in accordance with Art. 39§ 1d of Code of Administrative Procedure</p>
</div>
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">
<span class="du-field">Miejscowość:
<p class="du-english-text" lang="en">City</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneKorespondencyjne/adr:Miejscowosc"/>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Województwo:
<p class="du-english-text" lang="en">Voivodeship</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneKorespondencyjne/adr:Wojewodztwo"/>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Gmina:
<p class="du-english-text" lang="en">Commune</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneKorespondencyjne/adr:Gmina"/>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Kod Pocztowy:
<p class="du-english-text" lang="en">Postal code</p>
</span>
<span class="du-bold du-field">
<xsl:value-of select="$daneKorespondencyjne/adr:KodPocztowy"/>
</span>
</div>
<div class="du-col-12 du-no-mt">
<span class="du-field">Ulica:
<p class="du-english-text" lang="en">Street</p>
</span>
<span class="du-bold du-field">
<xsl:choose>
<xsl:when test="$daneKorespondencyjne/adr:Ulica!=''">
<xsl:value-of select="$daneKorespondencyjne/adr:Ulica"/>
</xsl:when>
<xsl:otherwise>
<xsl:if test="$daneKorespondencyjne/wnio:BrakUlicy='true'">
<xsl:value-of select="concat(' ', 'Moja miejscowość nie ma ulicy')"/>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</span>
</div>
<div class="du-col-12 du-no-mt">Numer Domu:
<span class="du-bold"><xsl:value-of select="$daneKorespondencyjne/adr:Budynek"/></span>
<p class="du-english-text" lang="en">House number</p>
</div>
<div class="du-col-12 du-no-mt">Numer Lokalu:
<span class="du-bold">
<xsl:choose>
<xsl:when test="$daneKorespondencyjne/adr:Lokal!=''">
<xsl:value-of select="$daneKorespondencyjne/adr:Lokal"/>
</xsl:when>
<xsl:otherwise>
<xsl:if test="$daneKorespondencyjne/wnio:BrakLokalu='true'">
<xsl:value-of select="concat(' ', 'Nie mam numeru lokalu')"/>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
</span>
<p class="du-english-text" lang="en">Flat number</p>
</div>
</div>
</xsl:if>
</xsl:template>
<xsl:template name="Zalaczniki">
<xsl:param name="zalaczniki" select="wnio:TrescDokumentu/str:Zalaczniki"/>
<section>
<div class="du-col-12 du-top-line du-no-mt">
<h2 class="du-h2 du-margin-top-15">Załączniki</h2>
<p class="du-english-title" lang="en">Appendices</p>
</div>
<xsl:if test="count($zalaczniki/str:Zalacznik) > 0">
<div class="du-col-12 du-left du-no-mt">
<div class="du-col-12 du-no-mt">
<span class="du-field">Dokument, Który Potwierdza, Że Jesteś Opiekunem Prawnym, Kuratorem Lub Pełnomocnikiem
<p class="du-english-text" lang="en">Document confirming that you are a legal guardian, curator or proxy</p>
</span>
</div>
<div class="du-col-12 du-no-mt">
<xsl:for-each select="$zalaczniki/str:Zalacznik[@nazwaPliku != '']">
<span class="du-bold du-text-transform-none">
<xsl:if test="@kodowanie='base64'">
<xsl:value-of select="@nazwaPliku"/>
<xsl:if test="string-length(str:OpisZalacznika) > 0">-</xsl:if>
<xsl:if test="string-length(str:OpisZalacznika) > 0">
<xsl:value-of select="str:OpisZalacznika"/>
</xsl:if>
</xsl:if>
<xsl:if test="@kodowanie='URI'">
<xsl:value-of select="@nazwaPliku"/>
</xsl:if>
</span>
</xsl:for-each>
</div>
</div>
</xsl:if>
</section>
</xsl:template>
<xsl:template name="Podpis">
<section>
<xsl:choose>
<xsl:when test="string-length(//wnio:Dokument/ds:Signature/ds:SignatureValue) > 0">
<div class="du-col-12 du-left du-top-line du-margin-bottom-15 du-no-mt">
<p class="du-bold">Podpis elektroniczny</p>
<hr/>
<xsl:text>Dokument został podpisany, aby go zweryfikować należy użyć oprogramowania do weryfikacji podpisu</xsl:text>
<xsl:choose>
<xsl:when test="count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) > 1">
<br/>
<xsl:text>Daty złożenia podpisu: </xsl:text>
<xsl:for-each select="//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:when>
<xsl:when test="count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']) = 1">
<br/>
<xsl:text>Data złożenia podpisu: </xsl:text>
<xsl:for-each select="//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime']">
<xsl:value-of select="."/>
</xsl:for-each>
</xsl:when>
<xsl:when test="0 >= count(//wnio:Dokument/ds:Signature/ds:Object/descendant::*[local-name() = 'SigningTime'])">
</xsl:when>
</xsl:choose>
</div>
</xsl:when>
</xsl:choose>
</section>
</xsl:template>
<xsl:template name="styleCSS">
<style type="text/css">
.du-view article,
.du-view footer,
.du-view header,
.du-view section {
display: block;
}
.du-view div {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
line-height: 135%;
word-wrap: break-word;
text-transform: uppercase
}
.du-view,
.du-view * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*style for tags*/
.du-view {
width: 100%;
height: 100%;
padding: 1%;
line-height: 130%;
}
.du-view h1,
.du-view .h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: bold;
line-height: 130%;
margin-bottom: 2px;
margin-top: 0;
}
.du-view h2,
.du-view .h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
line-height: 130%;
margin-bottom: 2px;
}
.du-view h3,
.du-view .h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
margin: 0px 0px;
}
.du-view div {
display: inline-block;
word-wrap: break-word;
padding: 5px;
}
.du-english-title {
font-family: Arial,Helvetica,sans-serif;
font-weight: 400;
text-transform: none;
font-size: 16px;
line-height: 21px;
margin-top: 0;
margin-bottom: 0;
}
.du-english-text {
font-family: Arial,Helvetica,sans-serif;
font-weight: 400;
text-transform: none;
font-size: 14px;
line-height: 16px;
margin-top: 0;
margin-bottom: 2px;
}
.du-english-h1 {
font-size: 16px;
font-weight: 400;
text-transform: none;
line-height: 21px;
margin-top: 0;
margin-bottom: 0;
}
.du-reference-text {
font-size: 11px;
line-height: 135%;
vertical-align: top;
}
.du-reference-font {
font-family: Arial,Helvetica,sans-serif;
}
/*grid and style for
dotted*/
.du-col-12 {
width: 100%;
}
/*other style*/
.du-field {
display: inline-block;
vertical-align: top;
}
.du-text-transform-none {
text-transform: none !important;
}
div .du-no-mt {
padding-left: 0px;
margin: 2px 0px;
color: #1B1B1B;
}
.du-left {
text-align: left;
float: left;
}
.du-top-line {
border-top: 1px solid #DCDCDC;
}
.du-bottom-line {
border-bottom: 1px solid #DCDCDC;
}
.du-border {
border: 1px solid black;
min-width: 30px;
min-height: 30px;
margin-bottom: 1px;
}
.du-bold {
font-weight: bold;
}
.du-normal {
font-weight: normal;
font-size: 11px;
vertical-align: top;
line-height: 14px;
}
@media print {
.du-view {
font-size: 12px;
}
.du-view h3,
.du-view .h3 {
font-size: 14px;
font-weight: bold;
margin-top: 1%;
margin-bottom: 0;
}
.du-view div {
line-height: 100%;
}
.du-col-12 {
width: 100%;
}
.du-view div {
margin-top: 0px;
}
}
@media screen and (max-width: 650px) {
.du-view div {
margin-top: 3px;
}
.du-col-12 {
width: 100%;
padding-right: 1.1%;
}
}
@media screen and (min-width: 651px) and (max-width: 1024px) {
.du-col-12 {
width: 100%;
padding-right: 1.1%;
}
div .du-col-12 {
width: 100%;
}
.du-view div {
margin-top: 3px;
line-height: 135%;
}
}
.du-margin-top-15 {
margin-top: 15px !important;
}
.du-margin-bottom-15 {
margin-bottom: 15px !important;
}
.du-margin-bottom-0 {
margin-bottom: 0 !important;
}
.du-view .du-h2 {
font-size: 20px;
margin: 5px 0px;
}
.du-view .du-h3 {
font-size: 16px;
margin: 5px 0px;
}
.du-margin-top-0 {
margin-top: 0px !important;
}
</style>
</xsl:template>
</xsl:stylesheet>