Advertisement
Guest User

student nomination

a guest
Oct 10th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 47.92 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Offer to PDF:</title>
  6.     <link href="https://fonts.googleapis.com/css?family=Roboto&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
  7.     <style>
  8.         /* BEGIN Thin */
  9.  
  10.  
  11.         progress,
  12.         sub,
  13.         sup {
  14.             vertical-align: baseline;
  15.         }
  16.  
  17.         button,
  18.         hr,
  19.         input {
  20.             overflow: visible;
  21.         }
  22.  
  23.         [type=checkbox],
  24.         [type=radio],
  25.         legend {
  26.             box-sizing: border-box;
  27.             padding: 0;
  28.         }
  29.  
  30.         html {
  31.             font-family: Roboto, sans-serif;
  32.             -ms-text-size-adjust: 100%;
  33.             -webkit-text-size-adjust: 100%;
  34.         }
  35.  
  36.         article,
  37.         aside,
  38.         details,
  39.         figcaption,
  40.         figure,
  41.         footer,
  42.         header,
  43.         main,
  44.         menu,
  45.         nav,
  46.         section,
  47.         summary {
  48.             display: block;
  49.         }
  50.  
  51.         audio,
  52.         canvas,
  53.         progress,
  54.         video {
  55.             display: inline-block;
  56.         }
  57.  
  58.             audio:not([controls]) {
  59.                 display: none;
  60.                 height: 0;
  61.             }
  62.  
  63.         [hidden],
  64.         template {
  65.             display: none;
  66.         }
  67.  
  68.         a {
  69.             background-color: transparent;
  70.             -webkit-text-decoration-skip: objects;
  71.         }
  72.  
  73.             a:active,
  74.             a:hover {
  75.                 outline-width: 0;
  76.             }
  77.  
  78.         abbr[title] {
  79.             border-bottom: none;
  80.             text-decoration: underline;
  81.             text-decoration: underline dotted;
  82.         }
  83.  
  84.         b,
  85.         strong {
  86.             font-weight: bolder;
  87.         }
  88.  
  89.         dfn {
  90.             font-style: italic;
  91.         }
  92.  
  93.         h1 {
  94.             font-size: 2em;
  95.             margin: .67em 0;
  96.         }
  97.  
  98.         mark {
  99.             background-color: #ff0;
  100.             color: #000;
  101.         }
  102.  
  103.         small {
  104.             font-size: 80%;
  105.         }
  106.  
  107.         sub,
  108.         sup {
  109.             font-size: 75%;
  110.             line-height: 0;
  111.             position: relative;
  112.         }
  113.  
  114.         sub {
  115.             bottom: -.25em;
  116.         }
  117.  
  118.         sup {
  119.             top: -.5em;
  120.         }
  121.  
  122.         img {
  123.             border-style: none;
  124.         }
  125.  
  126.         svg:not(:root) {
  127.             overflow: hidden;
  128.         }
  129.  
  130.         code,
  131.         kbd,
  132.         pre,
  133.         samp {
  134.             font-family: monospace, monospace;
  135.             font-size: 1em;
  136.         }
  137.  
  138.         figure {
  139.             margin: 1em 40px;
  140.         }
  141.  
  142.         hr {
  143.             box-sizing: content-box;
  144.             height: 0;
  145.         }
  146.  
  147.         button,
  148.         input,
  149.         select,
  150.         textarea {
  151.             font: inherit;
  152.             margin: 0;
  153.         }
  154.  
  155.         optgroup {
  156.             font-weight: 700;
  157.         }
  158.  
  159.         button,
  160.         select {
  161.             text-transform: none;
  162.         }
  163.  
  164.         [type=reset],
  165.         [type=submit],
  166.         button,
  167.         html [type=button] {
  168.             -webkit-appearance: button;
  169.         }
  170.  
  171.             [type=button]::-moz-focus-inner,
  172.             [type=reset]::-moz-focus-inner,
  173.             [type=submit]::-moz-focus-inner,
  174.             button::-moz-focus-inner {
  175.                 border-style: none;
  176.                 padding: 0;
  177.             }
  178.  
  179.             [type=button]:-moz-focusring,
  180.             [type=reset]:-moz-focusring,
  181.             [type=submit]:-moz-focusring,
  182.             button:-moz-focusring {
  183.                 outline: ButtonText dotted 1px;
  184.             }
  185.  
  186.         fieldset {
  187.             border: 1px solid silver;
  188.             margin: 0 2px;
  189.             padding: .35em .625em .75em;
  190.         }
  191.  
  192.         .container,
  193.         .container-fluid {
  194.             margin-right: auto;
  195.             margin-left: auto;
  196.         }
  197.  
  198.         legend {
  199.             color: inherit;
  200.             display: table;
  201.             max-width: 100%;
  202.             white-space: normal;
  203.         }
  204.  
  205.         textarea {
  206.             overflow: auto;
  207.         }
  208.  
  209.         .container,
  210.         .container-fluid {
  211.             padding-left: 15px;
  212.             padding-right: 15px;
  213.         }
  214.  
  215.         [type=number]::-webkit-inner-spin-button,
  216.         [type=number]::-webkit-outer-spin-button {
  217.             height: auto;
  218.         }
  219.  
  220.         [type=search] {
  221.             -webkit-appearance: textfield;
  222.             outline-offset: -2px;
  223.         }
  224.  
  225.             [type=search]::-webkit-search-cancel-button,
  226.             [type=search]::-webkit-search-decoration {
  227.                 -webkit-appearance: none;
  228.             }
  229.  
  230.         ::-webkit-input-placeholder {
  231.             color: inherit;
  232.             opacity: .54;
  233.         }
  234.  
  235.         ::-webkit-file-upload-button {
  236.             -webkit-appearance: button;
  237.             font: inherit;
  238.         }
  239.  
  240.         @@-ms-viewport {
  241.             width: device-width;
  242.         }
  243.  
  244.         .visible-lg,
  245.         .visible-lg-block,
  246.         .visible-lg-inline,
  247.         .visible-lg-inline-block,
  248.         .visible-md,
  249.         .visible-md-block,
  250.         .visible-md-inline,
  251.         .visible-md-inline-block,
  252.         .visible-sm,
  253.         .visible-sm-block,
  254.         .visible-sm-inline,
  255.         .visible-sm-inline-block,
  256.         .visible-xs,
  257.         .visible-xs-block,
  258.         .visible-xs-inline,
  259.         .visible-xs-inline-block {
  260.             display: none !important;
  261.         }
  262.  
  263.         @@media (max-width: 767px) {
  264.             .visible-xs {
  265.                 display: block !important;
  266.             }
  267.  
  268.             table.visible-xs {
  269.                 display: table;
  270.             }
  271.  
  272.             tr.visible-xs {
  273.                 display: table-row !important;
  274.             }
  275.  
  276.             td.visible-xs,
  277.             th.visible-xs {
  278.                 display: table-cell !important;
  279.             }
  280.  
  281.             .visible-xs-block {
  282.                 display: block !important;
  283.             }
  284.  
  285.             .visible-xs-inline {
  286.                 display: inline !important;
  287.             }
  288.  
  289.             .visible-xs-inline-block {
  290.                 display: inline-block !important;
  291.             }
  292.         }
  293.  
  294.         @@media (min-width: 768px) and (max-width: 991px) {
  295.             .visible-sm {
  296.                 display: block !important;
  297.             }
  298.  
  299.             table.visible-sm {
  300.                 display: table;
  301.             }
  302.  
  303.             tr.visible-sm {
  304.                 display: table-row !important;
  305.             }
  306.  
  307.             td.visible-sm,
  308.             th.visible-sm {
  309.                 display: table-cell !important;
  310.             }
  311.  
  312.             .visible-sm-block {
  313.                 display: block !important;
  314.             }
  315.  
  316.             .visible-sm-inline {
  317.                 display: inline !important;
  318.             }
  319.  
  320.             .visible-sm-inline-block {
  321.                 display: inline-block !important;
  322.             }
  323.         }
  324.  
  325.         @@media (min-width: 992px) and (max-width: 1199px) {
  326.             .visible-md {
  327.                 display: block !important;
  328.             }
  329.  
  330.             table.visible-md {
  331.                 display: table;
  332.             }
  333.  
  334.             tr.visible-md {
  335.                 display: table-row !important;
  336.             }
  337.  
  338.             td.visible-md,
  339.             th.visible-md {
  340.                 display: table-cell !important;
  341.             }
  342.  
  343.             .visible-md-block {
  344.                 display: block !important;
  345.             }
  346.  
  347.             .visible-md-inline {
  348.                 display: inline !important;
  349.             }
  350.  
  351.             .visible-md-inline-block {
  352.                 display: inline-block !important;
  353.             }
  354.         }
  355.  
  356.         @@media (min-width: 1200px) {
  357.             .visible-lg {
  358.                 display: block !important;
  359.             }
  360.  
  361.             table.visible-lg {
  362.                 display: table;
  363.             }
  364.  
  365.             tr.visible-lg {
  366.                 display: table-row !important;
  367.             }
  368.  
  369.             td.visible-lg,
  370.             th.visible-lg {
  371.                 display: table-cell !important;
  372.             }
  373.  
  374.             .visible-lg-block {
  375.                 display: block !important;
  376.             }
  377.  
  378.             .visible-lg-inline {
  379.                 display: inline !important;
  380.             }
  381.  
  382.             .visible-lg-inline-block {
  383.                 display: inline-block !important;
  384.             }
  385.  
  386.             .hidden-lg {
  387.                 display: none !important;
  388.             }
  389.         }
  390.  
  391.         @@media (max-width: 767px) {
  392.             .hidden-xs {
  393.                 display: none !important;
  394.             }
  395.         }
  396.  
  397.         @@media (min-width: 768px) and (max-width: 991px) {
  398.             .hidden-sm {
  399.                 display: none !important;
  400.             }
  401.         }
  402.  
  403.         @@media (min-width: 992px) and (max-width: 1199px) {
  404.             .hidden-md {
  405.                 display: none !important;
  406.             }
  407.         }
  408.  
  409.         .visible-print {
  410.             display: none !important;
  411.         }
  412.  
  413.         @@media print {
  414.             .visible-print {
  415.                 display: block !important;
  416.             }
  417.  
  418.             table.visible-print {
  419.                 display: table;
  420.             }
  421.  
  422.             tr.visible-print {
  423.                 display: table-row !important;
  424.             }
  425.  
  426.             td.visible-print,
  427.             th.visible-print {
  428.                 display: table-cell !important;
  429.             }
  430.         }
  431.  
  432.         .visible-print-block {
  433.             display: none !important;
  434.         }
  435.  
  436.         @@media print {
  437.             .visible-print-block {
  438.                 display: block !important;
  439.             }
  440.         }
  441.  
  442.         .visible-print-inline {
  443.             display: none !important;
  444.         }
  445.  
  446.         @@media print {
  447.             .visible-print-inline {
  448.                 display: inline !important;
  449.             }
  450.         }
  451.  
  452.         .visible-print-inline-block {
  453.             display: none !important;
  454.         }
  455.  
  456.         @@media print {
  457.             .visible-print-inline-block {
  458.                 display: inline-block !important;
  459.             }
  460.  
  461.             .hidden-print {
  462.                 display: none !important;
  463.             }
  464.         }
  465.  
  466.         @@media (min-width: 768px) {
  467.             .container {
  468.                 width: 750px;
  469.             }
  470.         }
  471.  
  472.         @@media (min-width: 992px) {
  473.             .container {
  474.                 width: 970px;
  475.             }
  476.         }
  477.  
  478.         @@media (min-width: 1200px) {
  479.             .container {
  480.                 width: 1170px;
  481.             }
  482.         }
  483.  
  484.         .row {
  485.             margin-left: -15px;
  486.             margin-right: -15px;
  487.         }
  488.  
  489.         .col,
  490.         .col-lg-1,
  491.         .col-lg-10,
  492.         .col-lg-11,
  493.         .col-lg-12,
  494.         .col-lg-2,
  495.         .col-lg-3,
  496.         .col-lg-4,
  497.         .col-lg-5,
  498.         .col-lg-6,
  499.         .col-lg-7,
  500.         .col-lg-8,
  501.         .col-lg-9,
  502.         .col-md-1,
  503.         .col-md-10,
  504.         .col-md-11,
  505.         .col-md-12,
  506.         .col-md-2,
  507.         .col-md-3,
  508.         .col-md-4,
  509.         .col-md-5,
  510.         .col-md-6,
  511.         .col-md-7,
  512.         .col-md-8,
  513.         .col-md-9,
  514.         .col-sm-1,
  515.         .col-sm-10,
  516.         .col-sm-11,
  517.         .col-sm-12,
  518.         .col-sm-2,
  519.         .col-sm-3,
  520.         .col-sm-4,
  521.         .col-sm-5,
  522.         .col-sm-6,
  523.         .col-sm-7,
  524.         .col-sm-8,
  525.         .col-sm-9,
  526.         .col-xs-1,
  527.         .col-xs-10,
  528.         .col-xs-11,
  529.         .col-xs-12,
  530.         .col-xs-2,
  531.         .col-xs-3,
  532.         .col-xs-4,
  533.         .col-xs-5,
  534.         .col-xs-6,
  535.         .col-xs-7,
  536.         .col-xs-8,
  537.         .col-xs-9 {
  538.             position: relative;
  539.             min-height: 1px;
  540.             padding-left: 15px;
  541.             padding-right: 15px;
  542.         }
  543.  
  544.         .col,
  545.         .col-xs-1,
  546.         .col-xs-10,
  547.         .col-xs-11,
  548.         .col-xs-12,
  549.         .col-xs-2,
  550.         .col-xs-3,
  551.         .col-xs-4,
  552.         .col-xs-5,
  553.         .col-xs-6,
  554.         .col-xs-7,
  555.         .col-xs-8,
  556.         .col-xs-9 {
  557.             float: left;
  558.         }
  559.  
  560.         .col-xs-12 {
  561.             width: 100%;
  562.         }
  563.  
  564.         .col-xs-11 {
  565.             width: 91.66666667%;
  566.         }
  567.  
  568.         .col-xs-10 {
  569.             width: 83.33333333%;
  570.         }
  571.  
  572.         .col-xs-9 {
  573.             width: 75%;
  574.         }
  575.  
  576.         .col-xs-8 {
  577.             width: 66.66666667%;
  578.         }
  579.  
  580.         .col-xs-7 {
  581.             width: 58.33333333%;
  582.         }
  583.  
  584.         .col-xs-6 {
  585.             width: 50%;
  586.         }
  587.  
  588.         .col-xs-5 {
  589.             width: 41.66666667%;
  590.         }
  591.  
  592.         .col-xs-4 {
  593.             width: 33.33333333%;
  594.         }
  595.  
  596.         .col-xs-3 {
  597.             width: 25%;
  598.         }
  599.  
  600.         .col-xs-2 {
  601.             width: 16.66666667%;
  602.         }
  603.  
  604.         .col-xs-1 {
  605.             width: 8.33333333%;
  606.         }
  607.  
  608.         .col-xs-pull-12 {
  609.             right: 100%;
  610.         }
  611.  
  612.         .col-xs-pull-11 {
  613.             right: 91.66666667%;
  614.         }
  615.  
  616.         .col-xs-pull-10 {
  617.             right: 83.33333333%;
  618.         }
  619.  
  620.         .col-xs-pull-9 {
  621.             right: 75%;
  622.         }
  623.  
  624.         .col-xs-pull-8 {
  625.             right: 66.66666667%;
  626.         }
  627.  
  628.         .col-xs-pull-7 {
  629.             right: 58.33333333%;
  630.         }
  631.  
  632.         .col-xs-pull-6 {
  633.             right: 50%;
  634.         }
  635.  
  636.         .col-xs-pull-5 {
  637.             right: 41.66666667%;
  638.         }
  639.  
  640.         .col-xs-pull-4 {
  641.             right: 33.33333333%;
  642.         }
  643.  
  644.         .col-xs-pull-3 {
  645.             right: 25%;
  646.         }
  647.  
  648.         .col-xs-pull-2 {
  649.             right: 16.66666667%;
  650.         }
  651.  
  652.         .col-xs-pull-1 {
  653.             right: 8.33333333%;
  654.         }
  655.  
  656.         .col-xs-pull-0 {
  657.             right: auto;
  658.         }
  659.  
  660.         .col-xs-push-12 {
  661.             left: 100%;
  662.         }
  663.  
  664.         .col-xs-push-11 {
  665.             left: 91.66666667%;
  666.         }
  667.  
  668.         .col-xs-push-10 {
  669.             left: 83.33333333%;
  670.         }
  671.  
  672.         .col-xs-push-9 {
  673.             left: 75%;
  674.         }
  675.  
  676.         .col-xs-push-8 {
  677.             left: 66.66666667%;
  678.         }
  679.  
  680.         .col-xs-push-7 {
  681.             left: 58.33333333%;
  682.         }
  683.  
  684.         .col-xs-push-6 {
  685.             left: 50%;
  686.         }
  687.  
  688.         .col-xs-push-5 {
  689.             left: 41.66666667%;
  690.         }
  691.  
  692.         .col-xs-push-4 {
  693.             left: 33.33333333%;
  694.         }
  695.  
  696.         .col-xs-push-3 {
  697.             left: 25%;
  698.         }
  699.  
  700.         .col-xs-push-2 {
  701.             left: 16.66666667%;
  702.         }
  703.  
  704.         .col-xs-push-1 {
  705.             left: 8.33333333%;
  706.         }
  707.  
  708.         .col-xs-push-0 {
  709.             left: auto;
  710.         }
  711.  
  712.         .col-xs-offset-12 {
  713.             margin-left: 100%;
  714.         }
  715.  
  716.         .col-xs-offset-11 {
  717.             margin-left: 91.66666667%;
  718.         }
  719.  
  720.         .col-xs-offset-10 {
  721.             margin-left: 83.33333333%;
  722.         }
  723.  
  724.         .col-xs-offset-9 {
  725.             margin-left: 75%;
  726.         }
  727.  
  728.         .col-xs-offset-8 {
  729.             margin-left: 66.66666667%;
  730.         }
  731.  
  732.         .col-xs-offset-7 {
  733.             margin-left: 58.33333333%;
  734.         }
  735.  
  736.         .col-xs-offset-6 {
  737.             margin-left: 50%;
  738.         }
  739.  
  740.         .col-xs-offset-5 {
  741.             margin-left: 41.66666667%;
  742.         }
  743.  
  744.         .col-xs-offset-4 {
  745.             margin-left: 33.33333333%;
  746.         }
  747.  
  748.         .col-xs-offset-3 {
  749.             margin-left: 25%;
  750.         }
  751.  
  752.         .col-xs-offset-2 {
  753.             margin-left: 16.66666667%;
  754.         }
  755.  
  756.         .col-xs-offset-1 {
  757.             margin-left: 8.33333333%;
  758.         }
  759.  
  760.         .col-xs-offset-0 {
  761.             margin-left: 0;
  762.         }
  763.  
  764.         @@media (min-width: 768px) {
  765.             .col, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
  766.                 float: left;
  767.             }
  768.  
  769.             .col-sm-12 {
  770.                 width: 100%;
  771.             }
  772.  
  773.             .col-sm-11 {
  774.                 width: 91.66666667%;
  775.             }
  776.  
  777.             .col-sm-10 {
  778.                 width: 83.33333333%;
  779.             }
  780.  
  781.             .col-sm-9 {
  782.                 width: 75%;
  783.             }
  784.  
  785.             .col-sm-8 {
  786.                 width: 66.66666667%;
  787.             }
  788.  
  789.             .col-sm-7 {
  790.                 width: 58.33333333%;
  791.             }
  792.  
  793.             .col-sm-6 {
  794.                 width: 50%;
  795.             }
  796.  
  797.             .col-sm-5 {
  798.                 width: 41.66666667%;
  799.             }
  800.  
  801.             .col-sm-4 {
  802.                 width: 33.33333333%;
  803.             }
  804.  
  805.             .col-sm-3 {
  806.                 width: 25%;
  807.             }
  808.  
  809.             .col-sm-2 {
  810.                 width: 16.66666667%;
  811.             }
  812.  
  813.             .col-sm-1 {
  814.                 width: 8.33333333%;
  815.             }
  816.  
  817.             .col-sm-pull-12 {
  818.                 right: 100%;
  819.             }
  820.  
  821.             .col-sm-pull-11 {
  822.                 right: 91.66666667%;
  823.             }
  824.  
  825.             .col-sm-pull-10 {
  826.                 right: 83.33333333%;
  827.             }
  828.  
  829.             .col-sm-pull-9 {
  830.                 right: 75%;
  831.             }
  832.  
  833.             .col-sm-pull-8 {
  834.                 right: 66.66666667%;
  835.             }
  836.  
  837.             .col-sm-pull-7 {
  838.                 right: 58.33333333%;
  839.             }
  840.  
  841.             .col-sm-pull-6 {
  842.                 right: 50%;
  843.             }
  844.  
  845.             .col-sm-pull-5 {
  846.                 right: 41.66666667%;
  847.             }
  848.  
  849.             .col-sm-pull-4 {
  850.                 right: 33.33333333%;
  851.             }
  852.  
  853.             .col-sm-pull-3 {
  854.                 right: 25%;
  855.             }
  856.  
  857.             .col-sm-pull-2 {
  858.                 right: 16.66666667%;
  859.             }
  860.  
  861.             .col-sm-pull-1 {
  862.                 right: 8.33333333%;
  863.             }
  864.  
  865.             .col-sm-pull-0 {
  866.                 right: auto;
  867.             }
  868.  
  869.             .col-sm-push-12 {
  870.                 left: 100%;
  871.             }
  872.  
  873.             .col-sm-push-11 {
  874.                 left: 91.66666667%;
  875.             }
  876.  
  877.             .col-sm-push-10 {
  878.                 left: 83.33333333%;
  879.             }
  880.  
  881.             .col-sm-push-9 {
  882.                 left: 75%;
  883.             }
  884.  
  885.             .col-sm-push-8 {
  886.                 left: 66.66666667%;
  887.             }
  888.  
  889.             .col-sm-push-7 {
  890.                 left: 58.33333333%;
  891.             }
  892.  
  893.             .col-sm-push-6 {
  894.                 left: 50%;
  895.             }
  896.  
  897.             .col-sm-push-5 {
  898.                 left: 41.66666667%;
  899.             }
  900.  
  901.             .col-sm-push-4 {
  902.                 left: 33.33333333%;
  903.             }
  904.  
  905.             .col-sm-push-3 {
  906.                 left: 25%;
  907.             }
  908.  
  909.             .col-sm-push-2 {
  910.                 left: 16.66666667%;
  911.             }
  912.  
  913.             .col-sm-push-1 {
  914.                 left: 8.33333333%;
  915.             }
  916.  
  917.             .col-sm-push-0 {
  918.                 left: auto;
  919.             }
  920.  
  921.             .col-sm-offset-12 {
  922.                 margin-left: 100%;
  923.             }
  924.  
  925.             .col-sm-offset-11 {
  926.                 margin-left: 91.66666667%;
  927.             }
  928.  
  929.             .col-sm-offset-10 {
  930.                 margin-left: 83.33333333%;
  931.             }
  932.  
  933.             .col-sm-offset-9 {
  934.                 margin-left: 75%;
  935.             }
  936.  
  937.             .col-sm-offset-8 {
  938.                 margin-left: 66.66666667%;
  939.             }
  940.  
  941.             .col-sm-offset-7 {
  942.                 margin-left: 58.33333333%;
  943.             }
  944.  
  945.             .col-sm-offset-6 {
  946.                 margin-left: 50%;
  947.             }
  948.  
  949.             .col-sm-offset-5 {
  950.                 margin-left: 41.66666667%;
  951.             }
  952.  
  953.             .col-sm-offset-4 {
  954.                 margin-left: 33.33333333%;
  955.             }
  956.  
  957.             .col-sm-offset-3 {
  958.                 margin-left: 25%;
  959.             }
  960.  
  961.             .col-sm-offset-2 {
  962.                 margin-left: 16.66666667%;
  963.             }
  964.  
  965.             .col-sm-offset-1 {
  966.                 margin-left: 8.33333333%;
  967.             }
  968.  
  969.             .col-sm-offset-0 {
  970.                 margin-left: 0;
  971.             }
  972.         }
  973.  
  974.         @@media (min-width: 992px) {
  975.             .col, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
  976.                 float: left;
  977.             }
  978.  
  979.             .col-md-12 {
  980.                 width: 100%;
  981.             }
  982.  
  983.             .col-md-11 {
  984.                 width: 91.66666667%;
  985.             }
  986.  
  987.             .col-md-10 {
  988.                 width: 83.33333333%;
  989.             }
  990.  
  991.             .col-md-9 {
  992.                 width: 75%;
  993.             }
  994.  
  995.             .col-md-8 {
  996.                 width: 66.66666667%;
  997.             }
  998.  
  999.             .col-md-7 {
  1000.                 width: 58.33333333%;
  1001.             }
  1002.  
  1003.             .col-md-6 {
  1004.                 width: 50%;
  1005.             }
  1006.  
  1007.             .col-md-5 {
  1008.                 width: 41.66666667%;
  1009.             }
  1010.  
  1011.             .col-md-4 {
  1012.                 width: 33.33333333%;
  1013.             }
  1014.  
  1015.             .col-md-3 {
  1016.                 width: 25%;
  1017.             }
  1018.  
  1019.             .col-md-2 {
  1020.                 width: 16.66666667%;
  1021.             }
  1022.  
  1023.             .col-md-1 {
  1024.                 width: 8.33333333%;
  1025.             }
  1026.  
  1027.             .col-md-pull-12 {
  1028.                 right: 100%;
  1029.             }
  1030.  
  1031.             .col-md-pull-11 {
  1032.                 right: 91.66666667%;
  1033.             }
  1034.  
  1035.             .col-md-pull-10 {
  1036.                 right: 83.33333333%;
  1037.             }
  1038.  
  1039.             .col-md-pull-9 {
  1040.                 right: 75%;
  1041.             }
  1042.  
  1043.             .col-md-pull-8 {
  1044.                 right: 66.66666667%;
  1045.             }
  1046.  
  1047.             .col-md-pull-7 {
  1048.                 right: 58.33333333%;
  1049.             }
  1050.  
  1051.             .col-md-pull-6 {
  1052.                 right: 50%;
  1053.             }
  1054.  
  1055.             .col-md-pull-5 {
  1056.                 right: 41.66666667%;
  1057.             }
  1058.  
  1059.             .col-md-pull-4 {
  1060.                 right: 33.33333333%;
  1061.             }
  1062.  
  1063.             .col-md-pull-3 {
  1064.                 right: 25%;
  1065.             }
  1066.  
  1067.             .col-md-pull-2 {
  1068.                 right: 16.66666667%;
  1069.             }
  1070.  
  1071.             .col-md-pull-1 {
  1072.                 right: 8.33333333%;
  1073.             }
  1074.  
  1075.             .col-md-pull-0 {
  1076.                 right: auto;
  1077.             }
  1078.  
  1079.             .col-md-push-12 {
  1080.                 left: 100%;
  1081.             }
  1082.  
  1083.             .col-md-push-11 {
  1084.                 left: 91.66666667%;
  1085.             }
  1086.  
  1087.             .col-md-push-10 {
  1088.                 left: 83.33333333%;
  1089.             }
  1090.  
  1091.             .col-md-push-9 {
  1092.                 left: 75%;
  1093.             }
  1094.  
  1095.             .col-md-push-8 {
  1096.                 left: 66.66666667%;
  1097.             }
  1098.  
  1099.             .col-md-push-7 {
  1100.                 left: 58.33333333%;
  1101.             }
  1102.  
  1103.             .col-md-push-6 {
  1104.                 left: 50%;
  1105.             }
  1106.  
  1107.             .col-md-push-5 {
  1108.                 left: 41.66666667%;
  1109.             }
  1110.  
  1111.             .col-md-push-4 {
  1112.                 left: 33.33333333%;
  1113.             }
  1114.  
  1115.             .col-md-push-3 {
  1116.                 left: 25%;
  1117.             }
  1118.  
  1119.             .col-md-push-2 {
  1120.                 left: 16.66666667%;
  1121.             }
  1122.  
  1123.             .col-md-push-1 {
  1124.                 left: 8.33333333%;
  1125.             }
  1126.  
  1127.             .col-md-push-0 {
  1128.                 left: auto;
  1129.             }
  1130.  
  1131.             .col-md-offset-12 {
  1132.                 margin-left: 100%;
  1133.             }
  1134.  
  1135.             .col-md-offset-11 {
  1136.                 margin-left: 91.66666667%;
  1137.             }
  1138.  
  1139.             .col-md-offset-10 {
  1140.                 margin-left: 83.33333333%;
  1141.             }
  1142.  
  1143.             .col-md-offset-9 {
  1144.                 margin-left: 75%;
  1145.             }
  1146.  
  1147.             .col-md-offset-8 {
  1148.                 margin-left: 66.66666667%;
  1149.             }
  1150.  
  1151.             .col-md-offset-7 {
  1152.                 margin-left: 58.33333333%;
  1153.             }
  1154.  
  1155.             .col-md-offset-6 {
  1156.                 margin-left: 50%;
  1157.             }
  1158.  
  1159.             .col-md-offset-5 {
  1160.                 margin-left: 41.66666667%;
  1161.             }
  1162.  
  1163.             .col-md-offset-4 {
  1164.                 margin-left: 33.33333333%;
  1165.             }
  1166.  
  1167.             .col-md-offset-3 {
  1168.                 margin-left: 25%;
  1169.             }
  1170.  
  1171.             .col-md-offset-2 {
  1172.                 margin-left: 16.66666667%;
  1173.             }
  1174.  
  1175.             .col-md-offset-1 {
  1176.                 margin-left: 8.33333333%;
  1177.             }
  1178.  
  1179.             .col-md-offset-0 {
  1180.                 margin-left: 0;
  1181.             }
  1182.         }
  1183.  
  1184.         @@media (min-width: 1200px) {
  1185.             .col, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
  1186.                 float: left;
  1187.             }
  1188.  
  1189.             .col-lg-12 {
  1190.                 width: 100%;
  1191.             }
  1192.  
  1193.             .col-lg-11 {
  1194.                 width: 91.66666667%;
  1195.             }
  1196.  
  1197.             .col-lg-10 {
  1198.                 width: 83.33333333%;
  1199.             }
  1200.  
  1201.             .col-lg-9 {
  1202.                 width: 75%;
  1203.             }
  1204.  
  1205.             .col-lg-8 {
  1206.                 width: 66.66666667%;
  1207.             }
  1208.  
  1209.             .col-lg-7 {
  1210.                 width: 58.33333333%;
  1211.             }
  1212.  
  1213.             .col-lg-6 {
  1214.                 width: 50%;
  1215.             }
  1216.  
  1217.             .col-lg-5 {
  1218.                 width: 41.66666667%;
  1219.             }
  1220.  
  1221.             .col-lg-4 {
  1222.                 width: 33.33333333%;
  1223.             }
  1224.  
  1225.             .col-lg-3 {
  1226.                 width: 25%;
  1227.             }
  1228.  
  1229.             .col-lg-2 {
  1230.                 width: 16.66666667%;
  1231.             }
  1232.  
  1233.             .col-lg-1 {
  1234.                 width: 8.33333333%;
  1235.             }
  1236.  
  1237.             .col-lg-pull-12 {
  1238.                 right: 100%;
  1239.             }
  1240.  
  1241.             .col-lg-pull-11 {
  1242.                 right: 91.66666667%;
  1243.             }
  1244.  
  1245.             .col-lg-pull-10 {
  1246.                 right: 83.33333333%;
  1247.             }
  1248.  
  1249.             .col-lg-pull-9 {
  1250.                 right: 75%;
  1251.             }
  1252.  
  1253.             .col-lg-pull-8 {
  1254.                 right: 66.66666667%;
  1255.             }
  1256.  
  1257.             .col-lg-pull-7 {
  1258.                 right: 58.33333333%;
  1259.             }
  1260.  
  1261.             .col-lg-pull-6 {
  1262.                 right: 50%;
  1263.             }
  1264.  
  1265.             .col-lg-pull-5 {
  1266.                 right: 41.66666667%;
  1267.             }
  1268.  
  1269.             .col-lg-pull-4 {
  1270.                 right: 33.33333333%;
  1271.             }
  1272.  
  1273.             .col-lg-pull-3 {
  1274.                 right: 25%;
  1275.             }
  1276.  
  1277.             .col-lg-pull-2 {
  1278.                 right: 16.66666667%;
  1279.             }
  1280.  
  1281.             .col-lg-pull-1 {
  1282.                 right: 8.33333333%;
  1283.             }
  1284.  
  1285.             .col-lg-pull-0 {
  1286.                 right: auto;
  1287.             }
  1288.  
  1289.             .col-lg-push-12 {
  1290.                 left: 100%;
  1291.             }
  1292.  
  1293.             .col-lg-push-11 {
  1294.                 left: 91.66666667%;
  1295.             }
  1296.  
  1297.             .col-lg-push-10 {
  1298.                 left: 83.33333333%;
  1299.             }
  1300.  
  1301.             .col-lg-push-9 {
  1302.                 left: 75%;
  1303.             }
  1304.  
  1305.             .col-lg-push-8 {
  1306.                 left: 66.66666667%;
  1307.             }
  1308.  
  1309.             .col-lg-push-7 {
  1310.                 left: 58.33333333%;
  1311.             }
  1312.  
  1313.             .col-lg-push-6 {
  1314.                 left: 50%;
  1315.             }
  1316.  
  1317.             .col-lg-push-5 {
  1318.                 left: 41.66666667%;
  1319.             }
  1320.  
  1321.             .col-lg-push-4 {
  1322.                 left: 33.33333333%;
  1323.             }
  1324.  
  1325.             .col-lg-push-3 {
  1326.                 left: 25%;
  1327.             }
  1328.  
  1329.             .col-lg-push-2 {
  1330.                 left: 16.66666667%;
  1331.             }
  1332.  
  1333.             .col-lg-push-1 {
  1334.                 left: 8.33333333%;
  1335.             }
  1336.  
  1337.             .col-lg-push-0 {
  1338.                 left: auto;
  1339.             }
  1340.  
  1341.             .col-lg-offset-12 {
  1342.                 margin-left: 100%;
  1343.             }
  1344.  
  1345.             .col-lg-offset-11 {
  1346.                 margin-left: 91.66666667%;
  1347.             }
  1348.  
  1349.             .col-lg-offset-10 {
  1350.                 margin-left: 83.33333333%;
  1351.             }
  1352.  
  1353.             .col-lg-offset-9 {
  1354.                 margin-left: 75%;
  1355.             }
  1356.  
  1357.             .col-lg-offset-8 {
  1358.                 margin-left: 66.66666667%;
  1359.             }
  1360.  
  1361.             .col-lg-offset-7 {
  1362.                 margin-left: 58.33333333%;
  1363.             }
  1364.  
  1365.             .col-lg-offset-6 {
  1366.                 margin-left: 50%;
  1367.             }
  1368.  
  1369.             .col-lg-offset-5 {
  1370.                 margin-left: 41.66666667%;
  1371.             }
  1372.  
  1373.             .col-lg-offset-4 {
  1374.                 margin-left: 33.33333333%;
  1375.             }
  1376.  
  1377.             .col-lg-offset-3 {
  1378.                 margin-left: 25%;
  1379.             }
  1380.  
  1381.             .col-lg-offset-2 {
  1382.                 margin-left: 16.66666667%;
  1383.             }
  1384.  
  1385.             .col-lg-offset-1 {
  1386.                 margin-left: 8.33333333%;
  1387.             }
  1388.  
  1389.             .col-lg-offset-0 {
  1390.                 margin-left: 0;
  1391.             }
  1392.         }
  1393.  
  1394.         .clearfix,
  1395.         .clearfix:after,
  1396.         .clearfix:before,
  1397.         .container-fluid:after,
  1398.         .container-fluid:before,
  1399.         .container:after,
  1400.         .container:before,
  1401.         .row:after,
  1402.         .row:before {
  1403.             content: " ";
  1404.             display: table;
  1405.         }
  1406.  
  1407.             .clearfix:after,
  1408.             .container-fluid:after,
  1409.             .container:after,
  1410.             .row:after {
  1411.                 clear: both;
  1412.             }
  1413.  
  1414.         .center-block {
  1415.             display: block;
  1416.             margin-left: auto;
  1417.             margin-right: auto;
  1418.         }
  1419.  
  1420.         .pull-right {
  1421.             float: right !important;
  1422.         }
  1423.  
  1424.         .pull-left {
  1425.             float: left !important;
  1426.         }
  1427.  
  1428.         *,
  1429.         :after,
  1430.         :before {
  1431.             -webkit-box-sizing: border-box;
  1432.             -moz-box-sizing: border-box;
  1433.             box-sizing: border-box;
  1434.         }
  1435.  
  1436.         body {
  1437.             width: 100%;
  1438.             height: 100%;
  1439.             margin: 0;
  1440.             padding: 0;
  1441.             background-color: #FFF;
  1442.             font: 12pt Roboto;
  1443.         }
  1444.  
  1445.         * {
  1446.             box-sizing: border-box;
  1447.             -moz-box-sizing: border-box;
  1448.         }
  1449.  
  1450.         .text-left {
  1451.             text-align: left;
  1452.         }
  1453.  
  1454.         .text-right {
  1455.             text-align: right;
  1456.         }
  1457.  
  1458.         .text-center {
  1459.             text-align: center;
  1460.         }
  1461.  
  1462.         .text-justify {
  1463.             text-align: justify;
  1464.         }
  1465.  
  1466.         .text-nowrap {
  1467.             white-space: nowrap;
  1468.         }
  1469.  
  1470.         .text-lowercase {
  1471.             text-transform: lowercase;
  1472.         }
  1473.  
  1474.         .text-uppercase {
  1475.             text-transform: uppercase;
  1476.         }
  1477.  
  1478.         .text-capitalize {
  1479.             text-transform: capitalize;
  1480.         }
  1481.  
  1482.         .text-muted {
  1483.             color: #777;
  1484.         }
  1485.  
  1486.         .text-primary {
  1487.             color: #337ab7;
  1488.         }
  1489.  
  1490.         a.text-primary:focus,
  1491.         a.text-primary:hover {
  1492.             color: #286090;
  1493.         }
  1494.  
  1495.         .text-success {
  1496.             color: #3c763d;
  1497.         }
  1498.  
  1499.         a.text-success:focus,
  1500.         a.text-success:hover {
  1501.             color: #2b542c;
  1502.         }
  1503.  
  1504.         .text-info {
  1505.             color: #31708f;
  1506.         }
  1507.  
  1508.         a.text-info:focus,
  1509.         a.text-info:hover {
  1510.             color: #245269;
  1511.         }
  1512.  
  1513.         .text-warning {
  1514.             color: #8a6d3b;
  1515.         }
  1516.  
  1517.         a.text-warning:focus,
  1518.         a.text-warning:hover {
  1519.             color: #66512c;
  1520.         }
  1521.  
  1522.         .text-danger {
  1523.             color: #a94442;
  1524.         }
  1525.  
  1526.         a.text-danger:focus,
  1527.         a.text-danger:hover {
  1528.             color: #843534;
  1529.         }
  1530.  
  1531.         .page {
  1532.             /*width: 210mm;*/
  1533.             /*min-height: 297mm;*/
  1534.             padding: 13mm;
  1535.             /*margin: 10mm auto;*/
  1536.             /*border: 1px #D3D3D3 solid;*/
  1537.             /*border-radius: 5px;*/
  1538.             background: white;
  1539.             /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);*/
  1540.             margin: 0;
  1541.             border: initial;
  1542.             border-radius: initial;
  1543.             width: initial;
  1544.             min-height: initial;
  1545.             box-shadow: initial;
  1546.             background: initial;
  1547.             page-break-after: always;
  1548.         }
  1549.  
  1550.         .subpage {
  1551.             padding: 1cm;
  1552.             border: 5px red solid;
  1553.             height: 257mm;
  1554.             outline: 2cm #FFEAEA solid;
  1555.         }
  1556.  
  1557.         @@page {
  1558.             size: A4;
  1559.             margin: 0;
  1560.         }
  1561.  
  1562.         @@media print {
  1563.             html,
  1564.             body {
  1565.                 width: 210mm;
  1566.                 height: 297mm;
  1567.             }
  1568.  
  1569.             .page {
  1570.                 margin: 0;
  1571.                 border: initial;
  1572.                 border-radius: initial;
  1573.                 width: initial;
  1574.                 min-height: initial;
  1575.                 box-shadow: initial;
  1576.                 background: initial;
  1577.                 page-break-after: always;
  1578.             }
  1579.         }
  1580.  
  1581.         #top {
  1582.             /*height: 200px;*/
  1583.             /*background-color: #cccccc;*/
  1584.             overflow: auto;
  1585.         }
  1586.  
  1587.         #logo {
  1588.             float: left;
  1589.             width: 21%;
  1590.             text-align: center;
  1591.         }
  1592.  
  1593.             #logo img {
  1594.                 max-width: 100%;
  1595.                 height: 150px;
  1596.             }
  1597.  
  1598.         .top-2 {
  1599.             float: left;
  1600.             width: 21%;
  1601.             margin-right: 20px;
  1602.         }
  1603.  
  1604.         .top-3 {
  1605.             text-align: right;
  1606.             float: left;
  1607.         }
  1608.  
  1609.         p {
  1610.             line-height: 1.1;
  1611.             margin: 0;
  1612.             padding: 0;
  1613.         }
  1614.  
  1615.         h2 {
  1616.             margin: 0;
  1617.             padding: 0;
  1618.             font-size: 14pt;
  1619.         }
  1620.  
  1621.         h6 {
  1622.             padding: 0;
  1623.             margin: 0;
  1624.             margin-bottom: 5px;
  1625.             text-transform: uppercase;
  1626.             font-size: 12pt;
  1627.             font-style: italic;
  1628.         }
  1629.  
  1630.         a,
  1631.         a:hover,
  1632.         a:active,
  1633.         a:visited {
  1634.             color: #000000;
  1635.             text-decoration: none;
  1636.         }
  1637.  
  1638.         .border-top {
  1639.             border-top: 1pt solid #000;
  1640.         }
  1641.  
  1642.         .border-bottom {
  1643.             border-bottom: 1pt solid #000;
  1644.         }
  1645.  
  1646.         .text-center {
  1647.             text-align: center;
  1648.         }
  1649.  
  1650.         .text-left {
  1651.             text-align: left;
  1652.         }
  1653.  
  1654.         .text-right {
  1655.             text-align: right;
  1656.         }
  1657.  
  1658.         .text-bold {
  1659.             font-weight: bold;
  1660.         }
  1661.  
  1662.         .title-small {
  1663.             display: block;
  1664.         }
  1665.  
  1666.         .title-small-smaller {
  1667.             font-weight: 300;
  1668.             font-size: 8pt;
  1669.             margin-top: 2px;
  1670.             display: block;
  1671.         }
  1672.  
  1673.         .text-normal {
  1674.             font-weight: normal !important;
  1675.         }
  1676.  
  1677.         .line {
  1678.             margin: 5px 0 0 0;
  1679.         }
  1680.  
  1681.         .pl-20 {
  1682.             padding-left: 20px;
  1683.         }
  1684.  
  1685.         .pl-15 {
  1686.             padding-left: 15px;
  1687.         }
  1688.  
  1689.         .pl-10 {
  1690.             padding-left: 10px;
  1691.         }
  1692.  
  1693.         .pl-5 {
  1694.             padding-left: 5px;
  1695.         }
  1696.  
  1697.         .pr-5 {
  1698.             padding-right: 5px;
  1699.         }
  1700.  
  1701.         .pr-10 {
  1702.             padding-right: 10px;
  1703.         }
  1704.  
  1705.         .pr-15 {
  1706.             padding-right: 15px;
  1707.         }
  1708.  
  1709.         .pr-20 {
  1710.             padding-right: 20px;
  1711.         }
  1712.  
  1713.         .empty-line-min-height, {
  1714.             min-height: 30px;
  1715.         }
  1716.  
  1717.         .empty-line-min-height-big {
  1718.             min-height: 50px;
  1719.         }
  1720.  
  1721.         #student-information {
  1722.             min-height: 300px;
  1723.         }
  1724.  
  1725.         .spacer {
  1726.             margin-bottom: 20px;
  1727.         }
  1728.  
  1729.         .line-grey {
  1730.             width: 100%;
  1731.             border: 1px solid #ccc;
  1732.         }
  1733.  
  1734.         .line-dark {
  1735.             width: 100%;
  1736.             border: 1px solid #aaa;
  1737.         }
  1738.  
  1739.         .s-125 {
  1740.             font-size: 125%;
  1741.         }
  1742.  
  1743.         .mb-5 {
  1744.             margin-bottom: 5px;
  1745.         }
  1746.  
  1747.         .mb-10 {
  1748.             margin-bottom: 10px;
  1749.         }
  1750.  
  1751.         .mb-15 {
  1752.             margin-bottom: 15px;
  1753.         }
  1754.  
  1755.         .mb-20 {
  1756.             margin-bottom: 20px;
  1757.         }
  1758.  
  1759.         .min-h-50 {
  1760.             min-height: 50px;
  1761.         }
  1762.  
  1763.         .min-h-100 {
  1764.             min-height: 100px;
  1765.         }
  1766.  
  1767.         .min-h-150 {
  1768.             min-height: 150px;
  1769.         }
  1770.  
  1771.         .min-h-200 {
  1772.             min-height: 200px;
  1773.         }
  1774.  
  1775.         .min-h-250 {
  1776.             min-height: 250px;
  1777.         }
  1778.  
  1779.         .min-h-300 {
  1780.             min-height: 300px;
  1781.         }
  1782.  
  1783.         #travel-info p {
  1784.             padding-bottom: 10px;
  1785.         }
  1786.         .circle{
  1787.             width: 12px;
  1788.             height: 12px;
  1789.             border-radius: 50%;
  1790.             border: 1px solid #000;
  1791.  
  1792.             display:inline-block;
  1793.             margin-right:5px;
  1794.             margin-left:15px;
  1795.         }
  1796.         .circle-off{
  1797.             background#fff;
  1798.         }
  1799.         .circle-on{
  1800.             background:#000;
  1801.         }
  1802.         #footer-info{
  1803.             position:absolute;
  1804.             bottom:0;
  1805.  
  1806.         }
  1807.         p, li, i, b, span{
  1808.             font-size:100%;
  1809.         }
  1810.     </style>
  1811. </head>
  1812.  
  1813. <body>
  1814.     <div class="book">
  1815.         <div class="page">
  1816.             <div class="container">
  1817.                 <!--header-->
  1818.                 <div class="row mb-20">
  1819.                     <div class="col-xs-12">
  1820.                         <div class="img-resposive" style="display:inline-block; float:left; margin-right:20px">
  1821.                             <img src="{#image logo}" style="width:auto; max-height:100px" />
  1822.                         </div>
  1823.                         <div style="display:inline-block; ; float:left">
  1824.                             <h1>{{country}}</h1>
  1825.                         </div>
  1826.                     </div>
  1827.                 </div>
  1828.                 <!--/header-->
  1829.                 <div class="row mb-15">
  1830.                     <div class="col-xs-6">
  1831.                         <span style="font-size:120%">
  1832.                             <b>STUDENT NOMINATION</b>
  1833.                         </span>
  1834.                     </div>
  1835.                     <div class="col-xs-6 text-right">
  1836.                         <span>
  1837.                             <i>Ref. No. </i>
  1838.                             <b>{{ref_no}}</b>
  1839.                         </span>
  1840.                     </div>
  1841.                 </div>
  1842.                 <!--line-->
  1843.                 <div class="row">
  1844.                     <div class="col-xs-12">
  1845.                         <div class="line-grey"></div>
  1846.                     </div>
  1847.                 </div>
  1848.                 <!--line-->
  1849.                 <div class="row mb-15">
  1850.                     <div class="col-xs-12">
  1851.                         <b>Personal information:</b>
  1852.                     </div>
  1853.                 </div>
  1854.                 <div class="row">
  1855.                     <div class="col-xs-6">
  1856.                         <i>
  1857.                             Family name:
  1858.                         </i>{{family_name}}
  1859.                     </div>
  1860.                     <div class="col-xs-6">
  1861.                         <i>Date of birth: </i>{{date_birth}}
  1862.                     </div>
  1863.                 </div>
  1864.                 <div class="row">
  1865.                     <div class="col-xs-6">
  1866.                         <i>First and/or other names: </i>{{names}}
  1867.                     </div>
  1868.                     <div class="col-xs-6">
  1869.                         <p><i>Place of birth: </i>{{place_birth}}</p>
  1870.                         <p><i>Gender: </i>{{gender}}</p>
  1871.                     </div>
  1872.                 </div>
  1873.                 <div class="row">
  1874.                     <div class="col-xs-12">
  1875.                         <p><i>Home address: </i>{{home_address}}</p>
  1876.                     </div>
  1877.                 </div>
  1878.                 <div class="row">
  1879.                     <div class="col-xs-6">
  1880.                         &nbsp;
  1881.                     </div>
  1882.                     <div class="col-xs-6">
  1883.                         <p><i>Nationality: </i>{{nationality}}</p>
  1884.                         <p><i>Passport no.: </i>{{passport_no}}</p>
  1885.                         <p><i>Place of issue: </i>{{place_issue}}</p>
  1886.                         <p><i>Valid until: </i>{{passport_valid}}</p>
  1887.                     </div>
  1888.                 </div>
  1889.                 <div class="row min-h-50">
  1890.                     <div class="col-xs-12">
  1891.                         <p><i>Address during terms: </i>{{address_during}}</p>
  1892.                     </div>
  1893.                 </div>
  1894.                 <div class="row mb-10">
  1895.                     <div class="col-xs-12">
  1896.                         <p><i>Phone no: </i>{{phone_no}}</p>
  1897.                         <p><i>Alternative phone no: </i>{{alternate_phone}}</p>
  1898.                     </div>
  1899.                 </div>
  1900.                 <div class="row">
  1901.                     <div class="col-xs-12">
  1902.                         <p>
  1903.                             <i>
  1904.                                 Email:
  1905.                             </i>{{email}}
  1906.                         </p>
  1907.                     </div>
  1908.                 </div>
  1909.                 <div class="row mb-15">
  1910.                     <div class="col-xs-6">
  1911.                         &nbsp;
  1912.                     </div>
  1913.                     <div class="col-xs-6">
  1914.                         <p>
  1915.                             I have no medical conditions that could prevent me
  1916.                             undertaking a traineeship (If not, please, attach the enclosure
  1917.                             with details)
  1918.                         </p>
  1919.                     </div>
  1920.                 </div>
  1921.                 <!--line-->
  1922.                 <div class="row">
  1923.                     <div class="col-xs-12">
  1924.                         <div class="line-grey"></div>
  1925.                     </div>
  1926.                 </div>
  1927.                 <!--line-->
  1928.                 <div class="row mb-15">
  1929.                     <div class="col-xs-12">
  1930.                         <b>Study information:</b>
  1931.                     </div>
  1932.                 </div>
  1933.                 <div class="row mb-5">
  1934.                     <div class="col-xs-6">
  1935.                         <p>
  1936.                             <i>
  1937.                                 Field of study:
  1938.                             </i>{{field_of_study}}
  1939.                         </p>
  1940.                     </div>
  1941.                     <div class="col-xs-6">
  1942.                         <p>
  1943.                             <i>Languages: </i>{{languages}}
  1944.                         </p>
  1945.                     </div>
  1946.                 </div>
  1947.                 <div class="row mb-5">
  1948.                     <div class="col-xs-12">
  1949.                         <p><i>Specialization: </i>{{specialization}}</p>
  1950.                     </div>
  1951.                 </div>
  1952.                 <div class="row mb-5">
  1953.                     <div class="col-xs-6">
  1954.                         <p>
  1955.                             <i>
  1956.                                 Completed years of study:
  1957.                             </i>{{completed_years_study}}
  1958.                         </p>
  1959.                     </div>
  1960.                     <div class="col-xs-6 mb-5">
  1961.                         <p>
  1962.                             <i>Total years required: </i>{{total_years}}
  1963.                         </p>
  1964.                     </div>
  1965.                 </div>
  1966.                 <div class="row mb-10">
  1967.                     <div class="col-xs-12">
  1968.                         <p><i>University/College: </i>{{university_college}}</p>
  1969.                     </div>
  1970.                 </div>
  1971.                 <!--line-->
  1972.                 <div class="row">
  1973.                     <div class="col-xs-12">
  1974.                         <div class="line-grey"></div>
  1975.                     </div>
  1976.                 </div>
  1977.                 <!--line-->
  1978.                 <div class="row">
  1979.                     <div class="col-xs-12 mb-15">
  1980.                         <b>
  1981.                             Working related information
  1982.                         </b>
  1983.                     </div>
  1984.                 </div>
  1985.                 <div class="row">
  1986.                     <div class="col-xs-12 mb-10">
  1987.                         <p><i>Desired period of training: </i>{{period_training}}</p>
  1988.                     </div>
  1989.                 </div>
  1990.                 <div class="row mb-20">
  1991.                     <div class="col-xs-6">
  1992.                         <p><i>Do you wish lodging to be found for you?
  1993.                             </i></p>
  1994.                     </div>
  1995.                     <div class="col-xs-6">
  1996.                         {{#if yes_no_lodgin}}
  1997.                         <p><span style="margin-right:25px;">
  1998.                             <span class="circle circle-on"></span>Yes
  1999.                         </span>
  2000.                         <span>
  2001.                             <span class="circle circle-off"></span>No
  2002.                         </span>
  2003.                         </p>
  2004.                         {{else}}
  2005.                          <p><span style="margin-right:25px;">
  2006.                             <span class="circle circle-off"></span>Yes
  2007.                         </span>
  2008.                         <span>
  2009.                             <span class="circle circle-on"></span>No
  2010.                         </span>
  2011.                         </p>
  2012.                         {{/if}}
  2013.  
  2014.                     </div>
  2015.                 </div>
  2016.                 <!--line-->
  2017.                 <div class="row">
  2018.                     <div class="col-xs-12">
  2019.                         <div class="line-grey"></div>
  2020.                     </div>
  2021.                 </div>
  2022.                 <!--line-->
  2023.                 <div class="row mb-10">
  2024.                     <div class="col-xs-12">
  2025.                         <b>
  2026.                             Disclaimer
  2027.                         </b>
  2028.                     </div>
  2029.                 </div>
  2030.                 <div class="row">
  2031.                     <div class="col-xs-12">
  2032.                         <ul class="" style="margin-left:25px">
  2033.                             <li><i>I agree that the personal data, which has been provided to IAESTE, may be passed to IAESTE member countries (full
  2034. members, associate members and cooperating institutions) and potential employers for the purpose of arranging my
  2035. traineeship. Also my personal data may be provided to government authorities for the issuance of visa/work permit purpose.</i> </li>
  2036.                             <li><i>I am aware that I am not allowed to contact the company or the Receiving Country before being accepted. You are accepted
  2037. for this training offer only after receipt of the IAESTE acceptance form.</i></li>
  2038.                             <li><i>I confirm that all the data I provide is correct.</i></li>
  2039.                         </ul>
  2040.                     </div>
  2041.                 </div>
  2042.                 <!--line-->
  2043.                 <div class="row mb-10">
  2044.                     <div class="col-xs-12">
  2045.                         <div class="line-grey"></div>
  2046.                     </div>
  2047.                 </div>
  2048.                 <!--line-->
  2049.                 <div class="row min-h-50">
  2050.                     <div class="col-xs-5">
  2051.                         <p><i>Date: </i>{{date}}</p>
  2052.                     </div>
  2053.                     <div class="col-xs-7">
  2054.                         <p><i>
  2055.     Student’s signature:
  2056. </i></p>
  2057.                     </div>
  2058.                 </div>
  2059.                 <!--line-->
  2060.                 <div class="row">
  2061.                     <div class="col-xs-12">
  2062.                         <div class="line-grey"></div>
  2063.                     </div>
  2064.                 </div>
  2065.                 <!--line-->
  2066.                 <div class="row">
  2067.                     <div class="col-xs-12 mb-20">
  2068.                         <b>For internal use</b>
  2069.                     </div>
  2070.                 </div>
  2071.                 <div class="row">
  2072.                     <div class="col-xs-5">
  2073.                         <p><i>Date: </i>{{date_internal}}</p>
  2074.  
  2075.                     </div>
  2076.                     <div class="col-xs-7">
  2077.                         <p><i>
  2078.     On behalf of sending country:
  2079. </i></p>
  2080. <p>{{on_behalf}}</p>
  2081.                     </div>
  2082.                 </div>
  2083.                 <div id="footer-info" class="row">
  2084.                     <div class="col-xs-12">
  2085.                         <i>International Association for the Exchange of Students for Technical Experience - IAESTE a.s.b.l.
  2086. 51, rue Albert 1er, L-1117 Luxembourg / R.C.S. Luxembourg F1180</i>
  2087.  
  2088.                     </div>
  2089.                 </div>
  2090.             </div>
  2091.         </div>
  2092.     </div>
  2093. </body>
  2094. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement