<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1 {
    color: #278643;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin: 20px 0 10px;
}


h2 {
    color: #00aec5;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}


.form-control {
    display: block;
    float: left !important;
   
    height: 34px;
    margin-right: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

h3 {
    color: #5d295a;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 5px;
}

h4 {
    color: #002e5e;
    font-size: 18px;
    font-weight: bold;
    display: inline;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

h5 {
    border-bottom: 2px solid #00aec5;
    color: #00aec5;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin: 20px 0 10px;
}

.btn {
    white-space: normal !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.btn-primary {
    background-color: #002e5e;
    border-color: #2e6da4;
}

    .btn-primary:hover {
        background-color: #00aec5;
    }

.glyphicon-info-sign {
    color: #f37029;
}

.view-descr {
}

.inline {
    display: inline;
}

.view-descr .item-descr {
    display: none;
}

.view-descr:hover .item-descr {
    display: block;
}

.reg-options {
    padding-top: 5px;
    padding-left: 15px;
}

.required-flag {
    color: #d9534f;
    font-size: 1.2em;
    padding-right: 3px;
}

.top-buffer {
    margin-top: 20px;
}

.top-sm-buffer {
    margin-top: 10px;
    border-bottom: 1px solid #aaa;
    padding-bottom: 14px;
}

#header {
    margin: 0 -15px 0 -15px;
}


.container {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: 100%;
}

.welcome {
    background: #002e5e none repeat scroll 0 0;
    height: 20px;
    margin: 1px 0 1px 0;
}

.status {
    background: #00aec5 none repeat scroll 0 0;
    padding: 0 15px;
    min-height: 30px;
    z-index: 10;
}

.header-row{
    border-bottom: 2px solid #ddd;
    padding: 5px;

}

.logo{
    width: 100% !important;
}


.status-fixed {
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
}

.alt-row-gray{
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
     padding: 10px;
}

.alt-row{
    border-top: 1px solid #ddd;
     padding: 10px;
}
.mobile-header{
    padding-left: 20px;
}

@media (max-width: 768px) {

    .status-fixed {
        position: static;
        left: auto;
        top: auto;
    }
}

#btnUploadextra3{
	display: block !important;
}

#btnUploadextra4{
	display: block !important;
}

#drpMonth, #drpYear{
     float: left;
    margin-right: 2%;
    width: 48%;
}

@media (max-width: 768px) {

    #drpMonth, #drpYear {
     float: none;
    margin-right: 0;
    width: 100%;
    }
}


.disclaimer {
    min-height: 30px;
}



#footer {
    min-height: 130px;
}

.copyright {
    padding-top: 10px;
    font-style: italic;
    font-size: smaller;
}

    .copyright img {
    }

/*confirmation*/
.barcode {
    text-align: center;
}

    .barcode img {
        width: 60%;
    }

.product-table {
}

    .product-table table {
        /*width: 75%*/
    }

        .product-table table td {
        }

.social img {
    width: 25px;
}
/*end confirmation*/

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 10px;
    color: #fff;
}

    .bs-wizard &gt; .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard &gt; .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard &gt; .bs-wizard-step .bs-wizard-stepnum {
            color: #fff;
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard &gt; .bs-wizard-step &gt; .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #278643;
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard &gt; .bs-wizard-step &gt; .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #fff;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard &gt; .bs-wizard-step &gt; .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard &gt; .bs-wizard-step &gt; .progress &gt; .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #2f9747;
            }

        .bs-wizard &gt; .bs-wizard-step.complete &gt; .progress &gt; .progress-bar {
            width: 100%;
        }

        .bs-wizard &gt; .bs-wizard-step.active &gt; .progress &gt; .progress-bar {
            width: 50%;
        }

        .bs-wizard &gt; .bs-wizard-step:first-child.active &gt; .progress &gt; .progress-bar {
            width: 0%;
        }

        .bs-wizard &gt; .bs-wizard-step:last-child.active &gt; .progress &gt; .progress-bar {
            width: 100%;
        }

        .bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard &gt; .bs-wizard-step.disabled &gt; .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard &gt; .bs-wizard-step:first-child &gt; .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard &gt; .bs-wizard-step:last-child &gt; .progress {
            width: 50%;
        }

        .bs-wizard &gt; .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }
/*end Form Wizard*/
</pre></body></html>