/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

:root {
    --baltrio-cyan: rgb(227, 255, 250);
    --baltrio-yellow: rgb(255, 253, 222);
    --baltrio-rose: rgb(255, 225, 228);

    --color-primary: rgb(43, 13, 67) !important;
    --color-secondary: rgb(255, 66, 0) !important;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    background-repeat: repeat-x;
    background-color: var(--color-primary);
    color: var(--color-primary);
    font-size: 14px;
    line-height: 22px;
}
h1, h2 {
    margin: 0;
    color: var(--color-secondary);
}
h1 {
    font-size: 30px;
}
h2 {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    padding-left: 33px;
}
.thead h2 {
    background-image: url(../img/no.png);
    background-repeat: no-repeat;
    filter: grayscale(100%) brightness(0) saturate(100%) invert(31%) sepia(99%) saturate(3326%) hue-rotate(4deg) brightness(104%) contrast(105%) !important;
}
.wrap {
    width: 900px;
    margin: 0 auto;
}
.logo {
    display: block;
    width: 322px;
    margin: 52px auto 25px;
}
header {
    height: 76px;
    background: var(--baltrio-rose);
    background-repeat: repeat-x;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 27px 0 0 27px;
}
.content {
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #bebebe;
}
.thead {
    border-bottom: 1px solid var(--baltrio-rose);
    padding: 24px;
    padding-bottom: 0;
}
table {
    margin: 5px 33px;
    text-align: center;
}
thead tr {
    font-weight: bold;
    vertical-align: top;
    height: 32px;
}
.col1 {
    width: 360px;
}
.col2, .col4 {
    width: 175px;
}
.col3 {
    width: 130px;
}
table tr > td:first-child {
    text-align: left;
}
input[type="number"], input[type="text"] {
    width: 98px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    padding:5px;
}
input[disabled] {
    background-color: var(--baltrio-rose);
    border: 1px solid var(--color-primary);
    padding:5px;
}

input[type="checkbox"] {
    transform: scale(1.3);
}

.no2 h2 {
    background-position: 0 -23px;
}
.no3 h2 {
    background-position: 0 -46px;
}
.no4 h2 {
    background-position: 0 -69px;
}
.no5 h2 {
    background-position: 0 -92px;
}
.no6 h2 {
    background-position: 0 -115px;
}

.tfoot {
    background: var(--baltrio-rose);
    padding: 15px 24px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.tfoot table {
    margin-top: 0;
}
.tfoot input {
    border-color: var(--color-primary);
    font-weight: bold;
    padding:5px;
}

a.back {
    display: block;
    float: right;
    margin: 30px 0 40px 0;
    width: 95px;
    height: 27px;
    line-height: 27px;
    border: 1px solid #bebebe;
    text-align: center;
    font-size: 12px;
    color: #3e3e3e;
    text-decoration: none;
    border-radius: 5px;
    background-color: #fafafa;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
