
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
body {
    font-family: "Raleway", sans-serif;
    color: #000000;
}
.printable
{
    background-color: #ffffff!important;
    padding: 25px;
}

.entry
{
    background-color: #93f3f9;
}

.printable h3
{
    position: relative;
    padding: 0;
    margin: 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
/* === HEADING STYLE #1 === */
.printable h3
{
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.printable h3:before
{
    width: 50px;
    height: 8px;
    display: block;
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -25px;
    background-color: #0603c4;
}

.printable h3:after
{
    width: 200px;
    height: 2px;
    display: block;
    content: "";
    position: relative;
    margin-top: 10px;
    left: 50%;
    margin-left: -100px;
    background-color: #0603c4;
}

header
{
    height:0px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-position: right 85px top 25px;

}
header h4,.firstpage,.lastpage
{
    display: none;
}
h2, h1, h4, h5
{
        font-family: "Raleway", sans-serif;
}
th
{
    background-color: #ECECEC;
    color: #000000;
    padding: 8px;
    letter-spacing: 1px;
}
td
{
    color:#000000;
    padding:5px;
    letter-spacing:1px;
}
.bld
{
    font-weight:800;
}
.yellowbg
{
    background-color: #FFFFCC!important;
}
.lightgreenbg
{
    background-color: #C1FFC1!important;
}
.redbg
{
    background-color: #FFAEAE!important;
}

.alignleft
{
    text-align:left;
}
.alignright
{
    text-align:right;
}

    .nondisplayPrint
    {
        display:block;
    }
@page
{
    size: A4;
    margin: 11mm 17mm 17mm 17mm;
}

@media print
{
    footer
    {
        position: fixed;
        bottom: 0;
    }

    header
    {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 120px;
        background-image: url('../img/logo.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-position: right 85px top 25px;
        border-bottom: 4px solid #eb04fe;
        padding: 20px;
    }

    header h4, .firstpage, .lastpage
    {
        display: block;
    }

    .content-block, p
    {
        page-break-inside: avoid;
    }

    .mr
    {
        position: relative;
        top: 80px;
    }

    .pr
    {
        position: relative;
        top: 10px;
        margin: 40px;
        margin-top: 20px;
        text-align: justify;
    }

    .pr p
    {
        padding: 5px;
        margin: 5px;
        margin-bottom: 15px;
        font-family: "Raleway", sans-serif;
        font-weight: 100;
        font-size: 16px;
        color: #080808;
    }

    .bld
    {
        font-weight: 800;
    }

    h3
    {
        position: relative;
        padding: 0;
        margin: 5px;
        font-family: "Raleway", sans-serif;
        font-weight: 300;
        font-size: 24px;
        color: #080808;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }
    /* === HEADING STYLE #1 === */
    h3
    {
        text-align: center;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    h3:before
    {
        width: 50px;
        height: 8px;
        display: block;
        content: "";
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -25px;
        background-color: #0603c4;
    }

    h3:after
    {
        width: 200px;
        height: 2px;
        display: block;
        content: "";
        position: relative;
        margin-top: 10px;
        left: 50%;
        margin-left: -100px;
        background-color: #0603c4;
    }

    h2, h1, h4, h5
    {
        font-family: "Raleway", sans-serif;
    }

    th
    {
        background-color: #ECECEC;
        color: #000000;
        padding: 8px;
        letter-spacing: 1px;
    }

    td
    {
        color: #000000;
        padding: 5px;
        letter-spacing: 1px;
    }

    .yellowbg
    {
        background-color: #FFFFCC!important;
    }

    .lightgreenbg
    {
        background-color: #C1FFC1!important;
    }

    .redbg
    {
        background-color: #FFAEAE!important;
    }

    .alignleft
    {
        text-align: left;
    }

    .alignright
    {
        text-align: right;
    }
    .nondisplayPrint
    {
        display:none;
    }
}