/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Typography
- Layout
- Input
- Table 
- Custom
- @Page
*/

@media print {
    
    /* TYPOGRAPHY
    ----------------------------------------*/
    
    article p {
        font-size: .9rem;
        padding: 5px 0 !important;
    }
    aside h2 {
        font-size: 18pt;
    }
    h1 {
        font-size: 2.4rem;
    }
    h2 {
        font-size: 14pt;
        margin-top: 25px;
    }
    header h4 {
        font-size: 1.8rem;
        margin-top: 5px;
        text-align: center;
    }
    h5 {
        color: #000000;
        font-size: 1.0rem !important;
    }
    .note {
        background-color: #ffffff;
        border: 1px dotted #000000;
    }
    h6 {
        margin-bottom: .1rem;
    }
    
    /* LAYOUT
    ----------------------------------------*/
    
    body {
        font: 1.0rem 'Lato', sans-serif;
        line-height: 1.3;
    }
    .elasses {
        margin: 0 0 0 5px !important;
        width: 170px !important;
    }
    li {
        margin-bottom: 0px !important;
        list-style: none;
    }    
    nav {
        display: none;
    }
    .noprint,
    .printbutton {
        display: none;
    }
    .print {
        display: block;
    }
    #topPage {
        height: 25px !important;
    }
    
    /* INPUT
    ----------------------------------------*/
    
    input.small {
        width: 100px !important;
    }
    input {
        margin-bottom: .3rem !important;
    }
    input[type="text"] {
        border: 1px solid #888888;
        color: #000000;
        font-size: 1.0rem;
        margin: 0 3px 3px 0;
        padding: 3px;
        width: 100%;
    }
    input[type="checkbox"] {
        border: 1px solid #888888;
        margin: 0 3px 3px 0px;
        padding: 0px;
        font-size: 1.2rem;
    }
    .three.data input[type="text"] {
        border-top: 0px;
        border-left: 0px;
        border-bottom: 1px solid #888888;
        border-right: 0px;
        padding: 0px !important;
    }
    label {
        font-size: .8rem;
        margin-left: 2px;
    }
    select {
        font-size: 1.0rem;
        margin: 5px 0 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        border: 1px solid #888888;
        border-radius: 3px;
        padding: 0px !important;
    }
    textarea {
        min-height: 30px;
    }
    .ucsOnly label {
        color: #cccccc !important;
    }
    .ucsOnly input {
        border-color: #cccccc !important;
        color: #cccccc !important;
    }
    ::-webkit-input-placeholder {
        /* WebKit browsers */
        
        color: transparent;
    }
    :-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        
        color: transparent;
    }
    ::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        
        color: transparent;
    }
    :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        
        color: transparent;
        color: #ffffff !important;
    }
    
    /* TABLE
    ----------------------------------------*/
    
    .row fieldset {
        padding: 3px 5px !important;
        margin-bottom: .5rem !important;
        margin-top: .2rem !important;
    }
    legend.ucsOnly {
        color: #cccccc !important;
    }
    legend {
        background: #ffffff;
        font-family: sans-serif;
        font-size: .9rem;
        text-transform: uppercase
    }
    
    /* CUSTOM
    ----------------------------------------*/
    
    .additional_acc {
        border: none;
        padding: 0px;
    }
    .divider {
        display: none;
    }
    .divide {
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        padding: 0px !important;
        margin: 0px !important;
    }
    .instruction {
        display: none;
    }
    .request {
        padding: 10px 0;
    }
    .sign {
        margin: 30px 0 0 0;
        padding: 0;
        border-bottom: 0px;
        border-left: 0px;
        border-right: 0px;
        border-top: 1px solid #000000;
    }
    .sign:nth-child(2) {
        margin-right: 20px;
    }
}

@page {
    margin: 0mm;
    size: auto;
}