@charset "UTF-8";

.staticApp button, .staticApp input, .staticApp select, .staticApp textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

.staticApp button, .staticApp input {
    line-height: normal;
}

.staticApp button, .staticApp select {
    text-transform: none;
}

.staticApp button, .staticApp html input[type="button"], .staticApp input[type="reset"], .staticApp input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

.staticApp button[disabled], .staticApp html input[disabled] {
    cursor: default;
}

.staticApp input[type="checkbox"], .staticApp input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

.staticApp input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.staticApp input[type="search"]::-webkit-search-cancel-button, .staticApp input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.staticApp button::-moz-focus-inner, .staticApp input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.staticApp textarea {
    overflow: auto;
    vertical-align: top;
}

.staticApp table {
    border-collapse: collapse;
    border-spacing: 0;
}

.staticApp html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

.staticApp button {
    overflow: visible;
}

.staticApp button, .staticApp select {
    text-transform: none;
}

.staticApp button, .staticApp html input[type="button"], .staticApp input[type="reset"], .staticApp input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.staticApp button[disabled], .staticApp html input[disabled] {
    cursor: default;
}

.staticApp button::-moz-focus-inner, .staticApp input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.staticApp input {
    line-height: normal;
}

.staticApp input[type="checkbox"], .staticApp input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.staticApp input[type="number"]::-webkit-inner-spin-button, .staticApp input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

.staticApp input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.staticApp input[type="search"]::-webkit-search-cancel-button, .staticApp input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.staticApp fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

.staticApp legend {
    border: 0;
    padding: 0;
}

.staticApp textarea {
    overflow: auto;
}

.staticApp optgroup {
    font-weight: bold;
}

.staticApp table {
    border-collapse: collapse;
    border-spacing: 0;
}

.staticApp td, .staticApp th {
    padding: 0;
}

.staticApp * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staticApp *:before, .staticApp *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staticApp .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.staticApp .img-rounded {
    border-radius: 6px;
}

.staticApp .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.staticApp .img-circle {
    border-radius: 50%;
}

.staticApp hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

.staticApp .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 768px) {
    .staticApp .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .staticApp .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .staticApp .container {
        width: 1170px;
    }
}

.staticApp .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.staticApp .row {
    margin-left: -16px;
    margin-right: -16px;
}

.staticApp .row2 {
    margin-left: -32px;
    margin-right: -32px;
}

.staticApp .row3 {
    margin-left: -16px;
    margin-right: -32px;
}

.staticApp .col-xs-1, .staticApp .col-sm-1, .staticApp .col-md-1, .staticApp .col-lg-1, .staticApp .col-xs-2, .staticApp .col-sm-2, .staticApp .col-md-2, .staticApp .col-lg-2, .staticApp .col-xs-3, .staticApp .col-sm-3, .staticApp .col-md-3, .staticApp .col-lg-3, .staticApp .col-xs-4, .staticApp .col-sm-4, .staticApp .col-md-4, .staticApp .col-lg-4, .staticApp .col-xs-5, .staticApp .col-sm-5, .staticApp .col-md-5, .staticApp .col-lg-5, .staticApp .col-xs-6, .staticApp .col-sm-6, .staticApp .col-md-6, .staticApp .col-lg-6, .staticApp .col-xs-7, .staticApp .col-sm-7, .staticApp .col-md-7, .staticApp .col-lg-7, .staticApp .col-xs-8, .staticApp .col-sm-8, .staticApp .col-md-8, .staticApp .col-lg-8, .staticApp .col-xs-9, .staticApp .col-sm-9, .staticApp .col-md-9, .staticApp .col-lg-9, .staticApp .col-xs-10, .staticApp .col-sm-10, .staticApp .col-md-10, .staticApp .col-lg-10, .staticApp .col-xs-11, .staticApp .col-sm-11, .staticApp .col-md-11, .staticApp .col-lg-11, .staticApp .col-xs-12, .staticApp .col-sm-12, .staticApp .col-md-12, .staticApp .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
}

.staticApp .col-xs-1, .staticApp .col-xs-2, .staticApp .col-xs-3, .staticApp .col-xs-4, .staticApp .col-xs-5, .staticApp .col-xs-6, .staticApp .col-xs-7, .staticApp .col-xs-8, .staticApp .col-xs-9, .staticApp .col-xs-10, .staticApp .col-xs-11, .staticApp .col-xs-12 {
    float: left;
}

.staticApp .col-xs-12 {
    width: 100%;
}

.staticApp .col-xs-11 {
    width: 91.66666667%;
}

.staticApp .col-xs-10 {
    width: 83.33333333%;
}

.staticApp .col-xs-9 {
    width: 75%;
}

.staticApp .col-xs-8 {
    width: 66.66666667%;
}

.staticApp .col-xs-7 {
    width: 58.33333333%;
}

.staticApp .col-xs-6 {
    width: 50%;
}

.staticApp .col-xs-5 {
    width: 41.66666667%;
}

.staticApp .col-xs-4 {
    width: 33.33333333%;
}

.staticApp .col-xs-3 {
    width: 25%;
}

.staticApp .col-xs-2 {
    width: 16.66666667%;
}

.staticApp .col-xs-1 {
    width: 8.33333333%;
}

.staticApp .col-xs-pull-11 {
    right: 91.66666667%;
}

.staticApp .col-xs-pull-10 {
    right: 83.33333333%;
}

.staticApp .col-xs-pull-9 {
    right: 75%;
}

.staticApp .col-xs-pull-8 {
    right: 66.66666667%;
}

.staticApp .col-xs-pull-7 {
    right: 58.33333333%;
}

.staticApp .col-xs-pull-6 {
    right: 50%;
}

.staticApp .col-xs-pull-5 {
    right: 41.66666667%;
}

.staticApp .col-xs-pull-4 {
    right: 33.33333333%;
}

.staticApp .col-xs-pull-3 {
    right: 25%;
}

.staticApp .col-xs-pull-2 {
    right: 16.66666667%;
}

.staticApp .col-xs-pull-1 {
    right: 8.33333333%;
}

.staticApp .col-xs-pull-0 {
    right: 0%;
}

.staticApp .col-xs-push-11 {
    left: 91.66666667%;
}

.staticApp .col-xs-push-10 {
    left: 83.33333333%;
}

.staticApp .col-xs-push-9 {
    left: 75%;
}

.staticApp .col-xs-push-8 {
    left: 66.66666667%;
}

.staticApp .col-xs-push-7 {
    left: 58.33333333%;
}

.staticApp .col-xs-push-6 {
    left: 50%;
}

.staticApp .col-xs-push-5 {
    left: 41.66666667%;
}

.staticApp .col-xs-push-4 {
    left: 33.33333333%;
}

.staticApp .col-xs-push-3 {
    left: 25%;
}

.staticApp .col-xs-push-2 {
    left: 16.66666667%;
}

.staticApp .col-xs-push-1 {
    left: 8.33333333%;
}

.staticApp .col-xs-push-0 {
    left: 0%;
}

.staticApp .col-xs-offset-12 {
    margin-left: 100%;
}

.staticApp .col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.staticApp .col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.staticApp .col-xs-offset-9 {
    margin-left: 75%;
}

.staticApp .col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.staticApp .col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.staticApp .col-xs-offset-6 {
    margin-left: 50%;
}

.staticApp .col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.staticApp .col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.staticApp .col-xs-offset-3 {
    margin-left: 25%;
}

.staticApp .col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.staticApp .col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.staticApp .col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .staticApp .col-sm-1, .staticApp .col-sm-2, .staticApp .col-sm-3, .staticApp .col-sm-4, .staticApp .col-sm-5, .staticApp .col-sm-6, .staticApp .col-sm-7, .staticApp .col-sm-8, .staticApp .col-sm-9, .staticApp .col-sm-10, .staticApp .col-sm-11, .staticApp .col-sm-12 {
        float: left;
    }

    .staticApp .col-sm-12 {
        width: 100%;
    }

    .staticApp .col-sm-11 {
        width: 91.66666667%;
    }

    .staticApp .col-sm-10 {
        width: 83.33333333%;
    }

    .staticApp .col-sm-9 {
        width: 75%;
    }

    .staticApp .col-sm-8 {
        width: 66.66666667%;
    }

    .staticApp .col-sm-7 {
        width: 58.33333333%;
    }

    .staticApp .col-sm-6 {
        width: 50%;
    }

    .staticApp .col-sm-5 {
        width: 41.66666667%;
    }

    .staticApp .col-sm-4 {
        width: 33.33333333%;
    }

    .staticApp .col-sm-3 {
        width: 25%;
    }

    .staticApp .col-sm-20 {
        width: 20%;
    }

    .staticApp .col-sm-2 {
        width: 16.66666667%;
    }

    .staticApp .col-sm-1 {
        width: 8.33333333%;
    }

    .staticApp .col-sm-pull-12 {
        right: 100%;
    }

    .staticApp .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .staticApp .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .staticApp .col-sm-pull-9 {
        right: 75%;
    }

    .staticApp .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .staticApp .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .staticApp .col-sm-pull-6 {
        right: 50%;
    }

    .staticApp .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .staticApp .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .staticApp .col-sm-pull-3 {
        right: 25%;
    }

    .staticApp .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .staticApp .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .staticApp .col-sm-pull-0 {
        right: 0%;
    }

    .staticApp .col-sm-push-12 {
        left: 100%;
    }

    .staticApp .col-sm-push-11 {
        left: 91.66666667%;
    }

    .staticApp .col-sm-push-10 {
        left: 83.33333333%;
    }

    .staticApp .col-sm-push-9 {
        left: 75%;
    }

    .staticApp .col-sm-push-8 {
        left: 66.66666667%;
    }

    .staticApp .col-sm-push-7 {
        left: 58.33333333%;
    }

    .staticApp .col-sm-push-6 {
        left: 50%;
    }

    .staticApp .col-sm-push-5 {
        left: 41.66666667%;
    }

    .staticApp .col-sm-push-4 {
        left: 33.33333333%;
    }

    .staticApp .col-sm-push-3 {
        left: 25%;
    }

    .staticApp .col-sm-push-2 {
        left: 16.66666667%;
    }

    .staticApp .col-sm-push-1 {
        left: 8.33333333%;
    }

    .staticApp .col-sm-push-0 {
        left: 0%;
    }

    .staticApp .col-sm-offset-12 {
        margin-left: 100%;
    }

    .staticApp .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .staticApp .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .staticApp .col-sm-offset-9 {
        margin-left: 75%;
    }

    .staticApp .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .staticApp .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .staticApp .col-sm-offset-6 {
        margin-left: 50%;
    }

    .staticApp .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .staticApp .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .staticApp .col-sm-offset-3 {
        margin-left: 25%;
    }

    .staticApp .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .staticApp .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .staticApp .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .staticApp .col-md-1, .staticApp .col-md-2, .staticApp .col-md-3, .staticApp .col-md-4, .staticApp .col-md-5, .staticApp .col-md-6, .staticApp .col-md-7, .staticApp .col-md-8, .staticApp .col-md-9, .staticApp .col-md-10, .staticApp .col-md-11, .staticApp .col-md-12 {
        float: left;
    }

    .staticApp .col-md-12 {
        width: 100%;
    }

    .staticApp .col-md-11 {
        width: 91.66666667%;
    }

    .staticApp .col-md-10 {
        width: 83.33333333%;
    }

    .staticApp .col-md-9 {
        width: 75%;
    }

    .staticApp .col-md-8 {
        width: 66.66666667%;
    }

    .staticApp .col-md-7 {
        width: 58.33333333%;
    }

    .staticApp .col-md-6 {
        width: 50%;
    }

    .staticApp .col-md-5 {
        width: 41.66666667%;
    }

    .staticApp .col-md-4 {
        width: 33.33333333%;
    }

    .staticApp .col-md-3 {
        width: 25%;
    }

    .staticApp .col-md-2 {
        width: 16.66666667%;
    }

    .staticApp .col-md-1 {
        width: 8.33333333%;
    }

    .staticApp .col-md-pull-12 {
        right: 100%;
    }

    .staticApp .col-md-pull-11 {
        right: 91.66666667%;
    }

    .staticApp .col-md-pull-10 {
        right: 83.33333333%;
    }

    .staticApp .col-md-pull-9 {
        right: 75%;
    }

    .staticApp .col-md-pull-8 {
        right: 66.66666667%;
    }

    .staticApp .col-md-pull-7 {
        right: 58.33333333%;
    }

    .staticApp .col-md-pull-6 {
        right: 50%;
    }

    .staticApp .col-md-pull-5 {
        right: 41.66666667%;
    }

    .staticApp .col-md-pull-4 {
        right: 33.33333333%;
    }

    .staticApp .col-md-pull-3 {
        right: 25%;
    }

    .staticApp .col-md-pull-2 {
        right: 16.66666667%;
    }

    .staticApp .col-md-pull-1 {
        right: 8.33333333%;
    }

    .staticApp .col-md-pull-0 {
        right: 0%;
    }

    .staticApp .col-md-push-12 {
        left: 100%;
    }

    .staticApp .col-md-push-11 {
        left: 91.66666667%;
    }

    .staticApp .col-md-push-10 {
        left: 83.33333333%;
    }

    .staticApp .col-md-push-9 {
        left: 75%;
    }

    .staticApp .col-md-push-8 {
        left: 66.66666667%;
    }

    .staticApp .col-md-push-7 {
        left: 58.33333333%;
    }

    .staticApp .col-md-push-6 {
        left: 50%;
    }

    .staticApp .col-md-push-5 {
        left: 41.66666667%;
    }

    .staticApp .col-md-push-4 {
        left: 33.33333333%;
    }

    .staticApp .col-md-push-3 {
        left: 25%;
    }

    .staticApp .col-md-push-2 {
        left: 16.66666667%;
    }

    .staticApp .col-md-push-1 {
        left: 8.33333333%;
    }

    .staticApp .col-md-push-0 {
        left: 0%;
    }

    .staticApp .col-md-offset-12 {
        margin-left: 100%;
    }

    .staticApp .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .staticApp .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .staticApp .col-md-offset-9 {
        margin-left: 75%;
    }

    .staticApp .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .staticApp .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .staticApp .col-md-offset-6 {
        margin-left: 50%;
    }

    .staticApp .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .staticApp .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .staticApp .col-md-offset-3 {
        margin-left: 25%;
    }

    .staticApp .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .staticApp .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .staticApp .col-md-offset-0 {
        margin-left: 0%;
    }

    .staticApp .col-md-footer {
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .staticApp .col-lg-16 {
        width: 100%;
        float: left;
    }

    .staticApp .col-lg-offset-neg2 {
        margin-left: 0px;
    }

    .staticApp .col-sm-pad-right-dec32 {
        padding-right: 0px;
        margin-right: 0px;
    }

    .staticApp .col-sm-pad-right-dec {
        padding-right: -16px;
        margin-right: -16px;
    }
}

@media (min-width: 1200px) {
    .staticApp .col-lg-offset-neg2 {
        margin-left: -17.5%;
    }

    .staticApp .col-sm-pad-right-dec32 {
        padding-right: -10px;
        margin-right: -10px;
    }

    .staticApp .col-sm-pad-right-dec {
        padding-right: -16px;
        margin-right: -16px;
    }

    .staticApp .col-lg-1, .staticApp .col-lg-2, .staticApp .col-lg-3, .staticApp .col-lg-4, .staticApp .col-lg-5, .staticApp .col-lg-6, .staticApp .col-lg-7, .staticApp .col-lg-8, .staticApp .col-lg-9, .staticApp .col-lg-10, .staticApp .col-lg-11, .staticApp .col-lg-12 {
        float: left;
    }

    .staticApp .col-lg-12 {
        width: 100%;
    }

    .staticApp .col-lg-11 {
        width: 91.66666667%;
    }

    .staticApp .col-lg-10 {
        width: 83.33333333%;
    }

    .staticApp .col-lg-9 {
        width: 75%;
    }

    .staticApp .col-lg-8 {
        width: 66.66666667%;
    }

    .staticApp .col-lg-7 {
        width: 58.33333333%;
    }

    .staticApp .col-lg-6 {
        width: 50%;
    }

    .staticApp .col-lg-5 {
        width: 41.66666667%;
    }

    .staticApp .col-lg-4 {
        width: 33.33333333%;
    }

    .staticApp .col-lg-3 {
        width: 25%;
    }

    .staticApp .col-lg-2 {
        width: 16.66666667%;
    }

    .staticApp .col-lg-1 {
        width: 8.33333333%;
    }

    .staticApp .col-lg-pull-12 {
        right: 100%;
    }

    .staticApp .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .staticApp .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .staticApp .col-lg-pull-9 {
        right: 75%;
    }

    .staticApp .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .staticApp .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .staticApp .col-lg-pull-6 {
        right: 50%;
    }

    .staticApp .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .staticApp .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .staticApp .col-lg-pull-3 {
        right: 25%;
    }

    .staticApp .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .staticApp .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .staticApp .col-lg-pull-0 {
        right: 0%;
    }

    .staticApp .col-lg-push-12 {
        left: 100%;
    }

    .staticApp .col-lg-push-11 {
        left: 91.66666667%;
    }

    .staticApp .col-lg-push-10 {
        left: 83.33333333%;
    }

    .staticApp .col-lg-push-9 {
        left: 75%;
    }

    .staticApp .col-lg-push-8 {
        left: 66.66666667%;
    }

    .staticApp .col-lg-push-7 {
        left: 58.33333333%;
    }

    .staticApp .col-lg-push-6 {
        left: 50%;
    }

    .staticApp .col-lg-push-5 {
        left: 41.66666667%;
    }

    .staticApp .col-lg-push-4 {
        left: 33.33333333%;
    }

    .staticApp .col-lg-push-3 {
        left: 25%;
    }

    .staticApp .col-lg-push-2 {
        left: 16.66666667%;
    }

    .staticApp .col-lg-push-1 {
        left: 8.33333333%;
    }

    .staticApp .col-lg-push-0 {
        left: 0%;
    }

    .staticApp .col-lg-offset-12 {
        margin-left: 100%;
    }

    .staticApp .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .staticApp .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .staticApp .col-lg-offset-9 {
        margin-left: 75%;
    }

    .staticApp .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .staticApp .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .staticApp .col-lg-offset-6 {
        margin-left: 50%;
    }

    .staticApp .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .staticApp .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .staticApp .col-lg-offset-3 {
        margin-left: 25%;
    }

    .staticApp .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .staticApp .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .staticApp .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) and (max-width: 1410px) {
    .staticApp .col-lg-16 {
        width: 100%;
        float: left;
    }

    .staticApp .col-lg-offset-neg2 {
        margin-left: 0%;
    }
}

@media (min-width: 1411px) {
    .staticApp .col-lg-16 {
        width: 132%;
        float: left;
        margin-left: 16px;
    }

    .staticApp .col-lg-offset-neg2 {
        margin-left: -16%;
    }
}

.staticApp .visible-xs, .staticApp .visible-sm, .staticApp .visible-md, .staticApp .visible-lg {
    display: none !important;
}

@media (max-width: 767px) {
    .staticApp .visible-xs {
        display: block !important;
    }

    .staticApp table.visible-xs {
        display: table;
    }

    .staticApp tr.visible-xs {
        display: table-row !important;
    }

    .staticApp th.visible-xs, .staticApp td.visible-xs {
        display: table-cell !important;
    }

    .staticApp .col-xs-push-12 {
        left: 100%;
    }

    .staticApp .col-xs-pull-12 {
        right: 100%;
    }

    .staticApp .xs-row {
        margin-left: -16px;
        margin-right: -16px;
    }

    .staticApp .xs-row2 {
        margin-left: -32px;
        margin-right: -32px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .staticApp .visible-sm {
        display: block !important;
    }

    .staticApp table.visible-sm {
        display: table;
    }

    .staticApp tr.visible-sm {
        display: table-row !important;
    }

    .staticApp th.visible-sm, .staticApp td.visible-sm {
        display: table-cell !important;
    }

    .staticApp .col-lg-16 {
        width: 100%;
        float: left;
    }

    .staticApp .col-lg-offset-neg2 {
        margin-left: 0px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .staticApp .visible-md {
        display: block !important;
    }

    .staticApp table.visible-md {
        display: table;
    }

    .staticApp tr.visible-md {
        display: table-row !important;
    }

    .staticApp th.visible-md, .staticApp td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .staticApp .visible-lg {
        display: block !important;
    }

    .staticApp table.visible-lg {
        display: table;
    }

    .staticApp tr.visible-lg {
        display: table-row !important;
    }

    .staticApp th.visible-lg, .staticApp td.visible-lg {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .staticApp .hidden-xs {
        display: none !important;
    }

    .staticApp .removemargin {
        margin-left: -4px;
        margin-right: -4px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .staticApp .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .staticApp .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .staticApp .hidden-lg {
        display: none !important;
    }
}

.staticApp .selectboxit-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.staticApp .selectboxit-container * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    white-space: nowrap;
}

.staticApp .selectboxit-container .selectboxit {
    width: 220px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.staticApp .selectboxit-container span, .staticApp .selectboxit-container .selectboxit-options a {
    height: 40px;
    line-height: 40px;
    display: block;
}

.staticApp .selectboxit-container .selectboxit:focus {
    outline: 0;
}

.staticApp .selectboxit.selectboxit-disabled, .staticApp .selectboxit-options .selectboxit-disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: default;
}

.staticApp .selectboxit-text {
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.staticApp .selectboxit .selectboxit-option-icon-container {
    margin-left: 5px;
}

.staticApp .selectboxit-container .selectboxit-options {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 100%;
    *width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    display: none;
    z-index: 9999999999999;
    text-align: left;
}

.staticApp .selectboxit-option .selectboxit-option-anchor {
    padding: 0 2px;
}

.staticApp .selectboxit-option .selectboxit-option-anchor:hover {
    text-decoration: none;
}

.staticApp .selectboxit-option, .staticApp .selectboxit-optgroup-header {
    text-indent: 5px;
    margin: 0;
    list-style-type: none;
}

.staticApp .selectboxit-optgroup-header {
    font-weight: bold;
}

.staticApp .selectboxit-optgroup-header:hover {
    cursor: default;
}

.staticApp .selectboxit-arrow-container {
    width: 30px;
    position: absolute;
    right: 0;
}

.staticApp .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
}

.staticApp .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
    top: 30%;
}

.staticApp .selectboxit-option-icon-container {
    float: left;
}

.staticApp .selectboxit-container .selectboxit-option-icon {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.staticApp .selectboxit-option-icon-url {
    width: 18px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center;
    float: left;
}

.staticApp .selectboxit-rendering {
    display: inline-block !important;
    *display: inline !important;
    zoom: 1 !important;
    visibility: visible !important;
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.staticApp .selectboxit-container .selectboxit.selectboxit-btn {
    background: #ff8000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    width: 100%;
}

.staticApp .combobox .selectboxit-container .selectboxit.selectboxit-btn {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
}

.staticApp .selectboxit-text {
    color: #ffffff;
    font-weight: bold;
}

.staticApp .selectboxit-btn.selectboxit-enabled:hover {
    background-color: #ff9326;
}

.staticApp .selectboxit-btn.selectboxit-enabled:focus, .staticApp .selectboxit-btn.selectboxit-enabled:active {
    background-color: #ff8000;
    outline: none;
}

.staticApp .selectboxit-container .selectboxit.selectboxit-btn.selectboxit-open {
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

.staticApp .selectboxit-arrow-container {
    width: 60px;
}

.staticApp .combobox .selectboxit-arrow-container {
    width: 40px;
}

.staticApp .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    width: 40px;
    height: 100%;
    border-left: 1px solid #ffffff;
    top: 0;
    left: auto;
    background: url(/businesstracking/images/select_arrow.png) no-repeat center center;
}

.staticApp .svg .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
    background-image: url(/businesstracking/images/select_arrow.svg);
    background-size: 40px;
}

.staticApp .selectboxit-list {
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.staticApp .selectboxit-list .selectboxit-option-anchor {
    color: #394a58;
}

.staticApp .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background: #f2f0ed;
}

.staticApp .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
    color: #999999;
}

.staticApp .selectboxit-container .selectboxit.-white.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-orange.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-grey.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-blue.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-red.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-green.selectboxit-btn {
    background: #ffffff;
}

.staticApp .-white .selectboxit-text, .staticApp .-white-orange .selectboxit-text {
    color: #ff8000;
}

.staticApp .-white-grey .selectboxit-text {
    color: #394a58;
}

.staticApp .-white-blue .selectboxit-text {
    color: #0073cf;
}

.staticApp .-white-red .selectboxit-text {
    color: #cb0044;
}

.staticApp .-white-green .selectboxit-text {
    color: #34b233;
}

.staticApp .selectboxit-container .selectboxit.-white.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-orange.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-grey.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-blue.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-red.selectboxit-btn, .staticApp .selectboxit-container .selectboxit.-white-green.selectboxit-btn {
    background-color: #ffffff;
}

.staticApp .selectboxit-btn.-white.selectboxit-enabled:focus, .staticApp .selectboxit-btn.-white-orange.selectboxit-enabled:focus, .staticApp .selectboxit-btn.-white-grey.selectboxit-enabled:focus, .staticApp .selectboxit-btn.-white-blue.selectboxit-enabled:focus, .staticApp .selectboxit-btn.-white-red.selectboxit-enabled:focus, .staticApp .selectboxit-btn.-white-green.selectboxit-enabled:focus, .staticApp .selectboxit-btn.-white.selectboxit-enabled:active, .staticApp .selectboxit-btn.-white-orange.selectboxit-enabled:active, .staticApp .selectboxit-btn.-white-grey.selectboxit-enabled:active, .staticApp .selectboxit-btn.-white-blue.selectboxit-enabled:active, .staticApp .selectboxit-btn.-white-red.selectboxit-enabled:active, .staticApp .selectboxit-btn.-white-green.selectboxit-enabled:active {
    background-color: #ffffff;
}

.staticApp .selectboxit.-white .selectboxit-arrow-container .selectboxit-arrow, .staticApp .selectboxit.-white-orange .selectboxit-arrow-container .selectboxit-arrow {
    border-left: 2px solid #ff8000;
    background: url(/businesstracking/images/select_arrow_orange.png) no-repeat center center;
}

.staticApp .svg .selectboxit.-white .selectboxit-arrow-container .selectboxit-arrow, .staticApp .svg .selectboxit.-white-orange .selectboxit-arrow-container .selectboxit-arrow {
    background-image: url(/businesstracking/images/select_arrow_orange.svg);
    background-size: 40px;
}

.staticApp .selectboxit.-white-grey .selectboxit-arrow-container .selectboxit-arrow {
    border-left: 2px solid #394a58;
    background: url(/businesstracking/images/select_arrow_grey.png) no-repeat center center;
}

.staticApp .svg .selectboxit.-white-grey .selectboxit-arrow-container .selectboxit-arrow {
    background-image: url(/businesstracking/images/select_arrow_grey.svg);
    background-size: 40px;
}

.staticApp .selectboxit.-white-blue .selectboxit-arrow-container .selectboxit-arrow {
    border-left: 2px solid #0073cf;
    background: url(/businesstracking/images/select_arrow_blue.png) no-repeat center center;
}

.staticApp .svg .selectboxit.-white-blue .selectboxit-arrow-container .selectboxit-arrow {
    background-image: url(/businesstracking/images/select_arrow_blue.svg);
    background-size: 40px;
}

.staticApp .selectboxit.-white-red .selectboxit-arrow-container .selectboxit-arrow {
    border-left: 2px solid #cb0044;
    background: url(/businesstracking/images/select_arrow_red.png) no-repeat center center;
}

.staticApp .svg .selectboxit.-white-red .selectboxit-arrow-container .selectboxit-arrow {
    background-image: url(/businesstracking/images/select_arrow_red.svg);
    background-size: 40px;
}

.staticApp .selectboxit.-white-green .selectboxit-arrow-container .selectboxit-arrow {
    border-left: 2px solid #34b233;
    background: url(/businesstracking/images/select_arrow_green.png) no-repeat center center;
}

.staticApp .svg .selectboxit.-white-green .selectboxit-arrow-container .selectboxit-arrow {
    background-image: url(/businesstracking/images/select_arrow_green.svg);
    background-size: 40px;
}

.staticApp .selectboxit-container .selectboxit.selectboxit-btn.-blue {
    background: #0073cf;
}

.staticApp .selectboxit-btn.selectboxit-enabled.-blue:hover {
    background-color: #1683da;
}

.staticApp .selectboxit-container .selectboxit.selectboxit-btn.filter-select {
    background: transparent;
    height: 32px;
}

.staticApp .filter-select .selectboxit-text {
    color: #394a58;
}

.staticApp .fitler:hover .selectboxit-text, .staticApp .selectboxit-hover.-white .selectboxit-text {
    color: #0073cf;
}

.staticApp .selectboxit.filter-select .selectboxit-arrow-container .selectboxit-arrow {
    background: transparent;
    border: none;
}

.staticApp .selectboxit-container .filter-select span, .staticApp .selectboxit-container .filter-select .selectboxit-options a {
    height: 24px;
    line-height: 24px;
}

.staticApp .scombobox {
    position: relative;
}

.staticApp .scombobox select {
    display: none;
}

.staticApp .scombobox-display {
    width: 100%;
    height: 40px;
}

.staticApp .scombobox:hover .scombobox-display {
    border-color: #ff9326;
    background: #f2f0ed;
}

.staticApp .scombobox:hover .scombobox-display:focus {
    border-color: #ff8000;
    background: #ffe2bf;
}

.staticApp .scombobox-display:disabled {
    background: #F0F0F0;
}

.staticApp .scombobox-display.scombobox-invalid, .staticApp .scombobox:hover .scombobox-display.scombobox-invalid {
    background: #cb0044;
    border-color: #cb0044;
    color: #ffffff;
}

.staticApp .scombobox-list {
    display: none;
    position: absolute;
    max-height: 400px;
    min-width: 100%;
    max-width: 300%;
    white-space: nowrap;
    overflow-y: auto;
    z-index: 10;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.staticApp .scombobox-list p {
    cursor: pointer;
    margin: 0;
    padding: 8px 13px;
}

.staticApp .scombobox-list p input[type="checkbox"] {
    margin-right: 8px;
    vertical-align: middle;
}

.staticApp .scombobox-list p:hover, .staticApp .scombobox-list p.scombobox-hovered {
    background: #f2f0ed;
}

.staticApp .scombobox-list p.scombobox-separator {
    height: 2px;
    padding: 0;
    cursor: default;
    background: #ffffff;
}

.staticApp .scombobox-list p.scombobox-header {
    cursor: default;
    background: #ffffff;
}

.staticApp .scombobox-dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url(/businesstracking/images/select_arrow.png) no-repeat center center;
    z-index: 1;
    cursor: pointer;
}

.staticApp .svg .scombobox-dropdown-arrow {
    background-image: url(/businesstracking/images/select_arrow.svg);
    background-size: 40px;
}

.staticApp .scombobox-dropdown-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: #ff8000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.staticApp .scombobox:hover .scombobox-dropdown-background {
    background: #ff9326;
}

.staticApp .scombobox-dropdown-background-invalid, .staticApp .scombobox:hover .scombobox-dropdown-background-invalid {
    background: #cb0044;
}

.staticApp .scombobox-marker {
    background: #958FFF;
    color: white;
    border-radius: 2px;
    padding: 0 2px;
    margin: 0 2px;
}

.staticApp .scombobox input[type="checkbox"] {
    cursor: pointer;
}

.staticApp .scombobox-disabled .scombobox-dropdown-background, .staticApp .scombobox-disabled .scombobox-dropdown-arrow {
    display: none;
}

.staticApp .scombobox-disabled .scombobox-display-div {
    background: #F8F8F8;
    cursor: default;
}

.staticApp ::-moz-selection {
    background: #ff8000;
    color: #ffffff;
    text-shadow: none;
}

.staticApp ::selection {
    background: #ff8000;
    color: #ffffff;
    text-shadow: none;
}

.staticApp .svg a[href*="http://"], .staticApp .svg a[href*="https://"] {
    background-image: url(/businesstracking/images/external_link.svg);
    background-size: 14px;
}

.staticApp a[href*=".pdf"], .staticApp a[href*=".PDF"] {
    background-image: url(/businesstracking/images/attachment.png);
}

.staticApp .svg a[href*=".pdf"], .staticApp .svg a[href*=".PDF"] {
    background-image: url(/businesstracking/images/attachment.svg);
    background-size: 14px;
}

.staticApp a[href*="posti.fi"], .staticApp a[href*="posti.com"], .staticApp a[href*="verkkoposti.com"], .staticApp a.block[href*=".pdf"], .staticApp a.block[href*=".PDF"], .staticApp a.block[href*="http://"], .staticApp a.block[href*="https://"] {
    padding-right: 0;
    margin-right: 0;
    background-image: none;
}

.staticApp .svg a[href*="posti.fi"], .staticApp .svg a[href*="posti.com"], .staticApp .svg a[href*="verkkoposti.com"], .staticApp .svg a.block[href*=".pdf"], .staticApp .svg a.block[href*=".PDF"], .staticApp .svg a.block[href*="http://"], .staticApp .svg a.block[href*="https://"] {
    background-image: none;
}

.staticApp [class*="bg-"] a {
    color: #ffffff;
}

.staticApp [class*="bg-"] a:hover, .staticApp [class*="bg-"] a:active {
    color: #dad7cb;
}

.staticApp .bg-white a {
    color: #0073cf;
}

.staticApp .bg-white a:hover {
    color: #1683da;
}

.staticApp .bg-white a:active {
    color: #0065b5;
}

.staticApp .bg-light a:hover {
    color: #ffffff;
}

.staticApp .bg-light a:active {
    color: #ffffff;
}

.staticApp ol {
    counter-reset: item;
}

.staticApp ol li {
    text-indent: -27px;
    list-style: none;
}

.staticApp ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #ff8000;
    display: inline-block;
    text-align: right;
    width: 22px;
    margin-right: 5px;
}

.staticApp textarea, .staticApp input {
    background: #ffffff;
    padding: 8px 10px 7px 10px;
    border: 2px solid #d6d6d6;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.3;
    width: 100%;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -webkit-appearance: none;
}

.staticApp textarea:hover, .staticApp input:hover {
    background: #f2f0ed;
    border: 2px solid #ff9326;
}

.staticApp textarea:focus, .staticApp input:focus {
    color: #394a58;
    background: #ffe2bf;
    border: 2px solid #ff8000;
    outline: none;
}

.staticApp textarea.-error, .staticApp input.-error {
    color: #cb0044;
    background: #fcf0f0;
    border-color: #cb0044;
}

.staticApp ::-webkit-input-placeholder {
    color: #8c8c8c;
}

.staticApp :-moz-placeholder {
    color: #8c8c8c;
}

.staticApp ::-moz-placeholder {
    color: #8c8c8c;
}

.staticApp :-ms-input-placeholder {
    color: #8c8c8c;
}

.staticApp textarea.-placeholder, .staticApp input.-placeholder {
    color: #8c8c8c;
}

.staticApp textarea[disabled], .staticApp input[disabled] {
    border-color: #eaeaea;
    color: #e1e1e1;
}

.staticApp input[disabled]::-webkit-input-placeholder, .staticApp input[disabled]:-moz-placeholder, .staticApp input[disabled]::-moz-placeholder, .staticApp input[disabled]:-ms-input-placeholder {
    color: #e1e1e1;
}

.staticApp textarea[disabled="disabled"]::-webkit-input-placeholder, .staticApp textarea[disabled="disabled"]:-moz-placeholder, .staticApp textarea[disabled="disabled"]::-moz-placeholder, .staticApp textarea[disabled="disabled"]:-ms-input-placeholder {
    color: #e1e1e1;
}

.staticApp textarea[disabled]:hover, .staticApp input[disabled]:hover {
    background: none;
}

.staticApp .required:after {
    content: "*";
    display: inline;
    color: #ff8000;
    margin-left: 5px;
}

.staticApp .field-error {
    color: #cb0044;
}

.staticApp input[type="checkbox"], .staticApp input[type="radio"] {
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
    border: none;
}

.staticApp input[type="checkbox"], .staticApp input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.staticApp input[type="checkbox"] + label, .staticApp input[type="radio"] + label {
    vertical-align: middle;
    cursor: pointer;
}

.staticApp input[type="checkbox"] + label:before, .staticApp input[type="radio"] + label:before {
    display: inline-block;
    content: " ";
    width: 20px;
    height: 20px;
    background: url(/businesstracking/images/checkbox.png) no-repeat 0 0;
    vertical-align: bottom;
    margin-right: 8px;
}

.staticApp.svg input[type="checkbox"] + label:before {
    background-image: url(/businesstracking/images/checkbox.svg);
    background-size: 20px;
}

.staticApp input[type="checkbox"]:hover + label:before {
    background-position: 0 -20px;
}

.staticApp input[type="checkbox"]:focus + label:before {
    background-position: 0 -20px;
}

.staticApp input[type="checkbox"]:checked + label:before {
    background-position: 0 -40px;
}

.staticApp input[type="checkbox"].-error + label:before {
    background-position: 0 -60px;
}

.staticApp input[type="radio"] + label:before {
    background: url(/businesstracking/images/radio.png) no-repeat 0 0;
}

.staticApp.svg input[type="radio"] + label:before {
    background-image: url(/businesstracking/images/radio.svg);
    background-size: 20px;
}

.staticApp input[type="radio"]:hover + label:before {
    background-position: 0 -20px;
}

.staticApp input[type="radio"]:focus + label:before {
    background-position: 0 -20px;
}

.staticApp input[type="radio"]:checked + label:before {
    background-position: 0 -40px;
}

.staticApp input[type="radio"].-error + label:before {
    background-position: 0 -60px;
}

.staticApp input[type="checkbox"]:disabled + label, .staticApp input[type="radio"]:disabled + label {
    color: #e1e1e1;
    cursor: default;
}

.staticApp input[type="checkbox"]:disabled + label:before {
    background: url(/businesstracking/images/checkbox-disabled.png) no-repeat 0 0;
}

.staticApp.svg input[type="checkbox"]:disabled + label:before {
    background-image: url(/businesstracking/images/checkbox-disabled.svg);
}

.staticApp input[type="radio"]:disabled + label:before {
    background: url(/businesstracking/images/radio-disabled.png) no-repeat 0 0;
}

.staticApp.svg input[type="radio"]:disabled + label:before {
    background-image: url(/businesstracking/images/radio-disabled.svg);
}

.staticApp input[type="checkbox"]:disabled:checked + label:before, .staticApp input[type="radio"]:disabled:checked + label:before {
    background-position: 0 -40px;
}

.staticApp input.-white {
    border-color: #ffffff;
    color: #394a58;
}

.staticApp input.-white:active, .staticApp input.-white:focus {
    background-color: #ffffff;
}

.staticApp select {
    background: #ff8000;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #ff8000;
    padding: 0.6em 2em 0.6em 0.8em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
}

.staticApp select:hover {
    background-color: #ff9326;
    border: 2px solid #ff9326;
}

.staticApp select:focus {
    background-color: #ff8000;
    border: 2px solid #ff8000;
    outline: none;
}

.staticApp select.-white {
    background: #ffffff;
    color: #ff8000;
    border: 2px solid #ffffff;
}

.staticApp select.-white:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.staticApp select.-white:focus {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.staticApp option {
    font-weight: normal;
    background: #ffffff;
    color: #394a58;
}

.staticApp button:not(.shipment-toggle-tree), .staticApp a.button, .staticApp input[type="submit"] {
    border: none;
    background: #0073cf;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 115%;
    text-align: center;
    display: block;
    padding: 9px 10px 9px;
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.staticApp .svg button, .staticApp .svg a.button {
    background-image: none;
}

.staticApp button:focus, .staticApp input[type="submit"]:focus {
    outline: none;
}

.staticApp button:hover, .staticApp a.button:hover, .staticApp input[type="submit"]:hover {
    background-color: #1683da;
    color: #ffffff;
}

.staticApp button:active, .staticApp a.button:active, .staticApp input[type="submit"]:active {
    background-color: #0065b5;
    color: #ffffff;
}

.staticApp button.-secondary, .staticApp a.button.-secondary, .staticApp input[type="submit"].-secondary {
    background-color: #394a58;
}

.staticApp button.-secondary:hover, .staticApp a.button.-secondary:hover, .staticApp input[type="submit"].-secondary:hover {
    background-color: #4b6173;
}

.staticApp button.-secondary:active, .staticApp a.button.-secondary:active, .staticApp input[type="submit"].-secondary:active {
    background-color: #293640;
}

.staticApp button.-grey, .staticApp a.button.-grey, .staticApp input[type="submit"].-grey {
    background-color: #394a58;
}

.staticApp button.-grey:hover, .staticApp a.button.-grey:hover, .staticApp input[type="submit"].-grey:hover {
    background-color: #4b6173;
}

.staticApp button.-grey:active, .staticApp a.button.-grey:active, .staticApp input[type="submit"].-grey:active {
    background-color: #293640;
}

.staticApp button.-lgrey, .staticApp a.button.-lgrey, .staticApp input[type="submit"].-lgrey {
    background-color: #d8d7d7;
}

.staticApp button.-lgrey:hover, .staticApp a.button.-lgrey:hover, .staticApp input[type="submit"].-lgrey:hover {
    background-color: #e5e5e5;
}

.staticApp button.-lgrey:active, .staticApp a.button.-lgrey:active, .staticApp input[type="submit"].-lgrey:active {
    background-color: #d6d6d6;
}

.staticApp button.-orange, .staticApp a.button.-orange, .staticApp input[type="submit"].-orange {
    background-color: #ff8000;
}

.staticApp button.-orange:hover, .staticApp a.button.-orange:hover, .staticApp input[type="submit"].-orange:hover {
    background-color: #ff9326;
}

.staticApp button.-orange:active, .staticApp a.button.-orange:active, .staticApp input[type="submit"].-orange:active {
    background-color: #e57300;
}

.staticApp button.-arrow span, .staticApp a.button.-arrow span {
    display: inline-block;
    padding: 0 26px 0 0;
    background-image: url(/businesstracking/images/icons/png/icon_white_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-weight: bold;
}

.staticApp button.-left-arrow span, .staticApp a.button.-left-arrow span {
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
    background-image: url(/businesstracking/images/icons/png/icon_white_left-arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.staticApp button.-arrow span.-blue, .staticApp a.button.-arrow span.-blue {
    background-image: url(/businesstracking/images/icons/png/icon_blue_arrow.png);
}

.staticApp button.-arrow span.-orange, .staticApp a.button.-arrow span.-orange {
    background-image: url(/businesstracking/images/icons/png/icon_orange_arrow.png);
}

.staticApp button.-arrow span.-green, .staticApp a.button.-arrow span.-green {
    background-image: url(/businesstracking/images/icons/png/icon_green_arrow.png);
}

.staticApp button.-arrow span.-red, .staticApp a.button.-arrow span.-red {
    background-image: url(/businesstracking/images/icons/png/icon_red_arrow.png);
}

.staticApp button.-arrow span.-grey, .staticApp a.button.-arrow span.-grey {
    background-image: url(/businesstracking/images/icons/png/icon_arrow.png);
}

.staticApp .svg button.-arrow span, .staticApp .svg a.button.-arrow span {
    background-image: url(/businesstracking/images/icons/svg/icon_white_arrow.svg);
}

.staticApp .svg button.-left-arrow span, .staticApp .svg a.button.-left-arrow span {
    background-image: url(/businesstracking/images/icons/svg/icon_white_left-arrow.svg);
}

.staticApp .svg button.-arrow span.-blue, .staticApp .svg a.button.-arrow span.-blue {
    background-image: url(/businesstracking/images/icons/svg/icon_blue_arrow.svg);
}

.staticApp .svg button.-arrow span.-orange, .staticApp .svg a.button.-arrow span.-orange {
    background-image: url(/businesstracking/images/icons/svg/icon_orange_arrow.svg);
}

.staticApp .svg button.-arrow span.-green, .staticApp .svg a.button.-arrow span.-green {
    background-image: url(/businesstracking/images/icons/svg/icon_green_arrow.svg);
}

.staticApp .svg button.-arrow span.-red, .staticApp .svg a.button.-arrow span.-red {
    background-image: url(/businesstracking/images/icons/svg/icon_red_arrow.svg);
}

.staticApp .svg button.-arrow span.-grey, .staticApp .svg a.button.-arrow span.-grey {
    background-image: url(/businesstracking/images/icons/svg/icon_arrow.svg);
}

.staticApp button:disabled, .staticApp a.button[disabled="disabled"], .staticApp a.button[disabled="disabled"] {
    background: #e1e1e1;
}

.staticApp .field-label {
    font-weight: 700;
}

.staticApp blockquote {
    padding: 0 0 0 0.9em;
    margin: 1em 0;
    border-left: 10px solid #ff8000;
    font-size: 130%;
}

.staticApp blockquote.-blue {
    border-color: #0073cf;
}

.staticApp blockquote.-green {
    border-color: #34b233;
}

.staticApp blockquote.-red {
    border-color: #cb0044;
}

.staticApp blockquote.-grey {
    border-color: #394a58;
}

.staticApp .quote-source {
    display: block;
    margin-top: 20px;
    font-weight: bold;
}

.staticApp table {
    width: 100%;
    border-top: 3px solid #ff8000;
    border-bottom: 3px solid #ff8000;
}

.staticApp .table-head {
    border-bottom: 3px solid #ff8000;
}

.staticApp th {
    text-align: left;
}

.staticApp tr {
    padding: 10px;
    border-top: 2px solid #dad7cb;
}

.staticApp tr:first-child {
    border-top: none;
}

.staticApp th {
    padding: 15px 10px;
}

.staticApp td {
    padding: 20px 10px;
}

.staticApp table.comp tr {
    padding: 0;
}

.staticApp table.comp th {
    padding: 5px 5px;
}

.staticApp table.comp td {
    padding: 0;
}

.staticApp .form {
    margin: 24px 0;
    padding: 18px 0 24px;
    border-top: 3px solid #ff8000;
    border-bottom: 3px solid #ff8000;
}

.staticApp .form p {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}

.staticApp .form-section {
    margin-bottom: 24px;
}

.staticApp .form-info {
    padding-left: 28px;
    background: url(/businesstracking/images/icons_new/png/icon_info.png) no-repeat 0 5px;
    min-height: 30px;
}

.staticApp .svg .form-info {
    background-image: url(/businesstracking/images/icons_new/svg/icon_info.svg);
}

.staticApp .text-large {
    font-size: 130%;
}

.staticApp .text-small {
    font-size: 90%;
}

.staticApp .text-bold {
    font-weight: bold;
}

.staticApp .text-normal {
    font-weight: normal;
}

.staticApp .text-uppercase {
    text-transform: uppercase;
}

.staticApp .text-center {
    text-align: center;
}

.staticApp a.-text-main {
    color: #ff8000;
}

.staticApp a.-text-main:hover {
    color: #ff9326;
}

.staticApp a.-text-main:active {
    color: #e57300;
}

.staticApp a.-text-grey {
    color: #394a58;
}

.staticApp a.-text-grey:hover {
    color: #4b6173;
}

.staticApp a.-text-grey:active {
    color: #293640;
}

.staticApp a.-text-white {
    color: #ffffff;
}

.staticApp a.-text-white:hover {
    color: #ffffff;
}

.staticApp a.-text-white:active {
    color: #ffffff;
}

.staticApp .text-red {
    color: #cb0044;
}

.staticApp .text-main {
    color: #ff8000;
}

.staticApp .unstyled-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
}

.staticApp .svg .unstyled-list li, .staticApp .unstyled-list li {
    list-style: none;
    list-style-image: none;
}

.staticApp .inline-item {
    display: inline-block;
}

.staticApp .toggle-list {
    margin-top: 4px;
    margin-bottom: 16px;
}

.staticApp .toggle-list.-right {
    text-align: right;
}

.staticApp .toggle-active {
    color: #394a58;
}

.staticApp .toggle-item:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 1px;
    background: #394a58;
    margin: -4px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.staticApp .toggle-item:first-child:before {
    display: none;
}

.staticApp .page-menu-header {
    margin: 24px 0;
    padding-bottom: 0;
    display: block;
}

.staticApp .page-menu-header.-icon {
    padding-top: 89px;
    background-position: center 0;
    background-repeat: no-repeat;
    text-align: center;
}

.staticApp .page-menu-link.-icon.-inline-icon, .staticApp .page-menu-header.-icon.-inline-icon {
    padding-top: 4px;
    padding-bottom: 0px;
    padding-left: 60px;
    background-position: 0 center;
    background-size: auto 30px;
    background-repeat: no-repeat;
    text-align: left;
    color: #394a58;
}

.staticApp .page-menu-link.-icon.-inline-icon.-large, .staticApp .page-menu-header.-icon.-inline-icon.-large {
    padding-top: 22px;
    padding-bottom: 21px;
    padding-left: 115px;
    background-size: auto;
}

.staticApp .svg .page-menu-link.-icon.-inline-icon, .staticApp .svg .page-menu-header.-icon.-inline-icon {
    background-position: 0 center;
    background-repeat: no-repeat;
}

.staticApp .page-menu-header-more {
    margin: 0.6em 0 0;
}

.staticApp .page-menu-link.-icon.-inline-icon {
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 12px 0;
}

.staticApp .svg .page-menu-link[href*=".pdf"].-icon.-inline-icon, .staticApp .svg .page-menu-link[href*="http://"].-icon.-inline-icon, .staticApp .svg .page-menu-link[href*="https://"].-icon.-inline-icon {
    background-position: 0 center;
}

.staticApp .page-list {
    margin: 24px 0;
    padding: 24px 0 0;
    border-top: 3px solid #ff8000;
    list-style: none;
}

.staticApp .page-list-item {
    margin: 0 8px;
}

.staticApp .page-list-link {
    display: block;
    padding: 2px 8px;
    margin: 0;
    color: #394a58;
    font-weight: normal;
}

.staticApp .page-list-link.-plus, .staticApp .page-list-link.-bullet {
    background: url(/businesstracking/images/icons/png/icon_orange_plus.png) no-repeat 0px 8px;
    padding-left: 17px;
}

.staticApp .page-list-link.-bullet {
    background: url(/businesstracking/images/icons/png/icon_orange_bullet.png) no-repeat 2px 9px;
}

.staticApp .svg .page-list-link.-plus, .staticApp .svg .page-list-link.-bullet {
    background: url(/businesstracking/images/icons/svg/icon_orange_plus.svg) no-repeat 0px 8px;
    background-size: 10px;
}

.staticApp .svg .page-list-link.-bullet {
    background: url(/businesstracking/images/icons/svg/icon_orange_bullet.svg) no-repeat 2px 9px;
    background-size: 7px;
}

.staticApp .page-list-item, .staticApp .svg .page-list-item {
    list-style: none;
    list-style-image: none;
}

.staticApp .page-menu-list {
    margin-top: 10px 0;
    padding: 0;
    padding-top: 15px;
    border-top: 3px solid #ff8000;
    list-style: none;
}

.staticApp .page-menu-list2 {
    margin-top: 10px 0;
    padding: 0;
    padding-top: 0px;
    border-top: 3px solid #ff8000;
    list-style: none;
}

.staticApp .page-menu-list-news {
    margin-top: 10px 0;
    padding: 0;
    padding-top: 0px;
    list-style: none;
}

.staticApp .page-menu-item {
    margin: 0;
}

.staticApp .btm-border {
    border-bottom: 2px solid #d7d7d7;
}

.staticApp .aligntop {
    padding-top: 0;
}

.staticApp .lmargin {
    margin-left: 8px;
}

.staticApp .page-menu-item-ul {
    margin: 0;
    border-bottom: 2px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.staticApp .page-menu-item-ul.-active {
    margin: 0;
    border-bottom: 2px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #394a58;
    color: #ffffff;
}

.staticApp .page-menu-item-news {
    margin: 0;
    border-bottom: 2px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.staticApp .page-menu-item-news.-active {
    margin: 0;
    border-bottom: 2px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #394a58;
    color: #ffffff;
}

.staticApp ul.js-accordian li.page-menu-item-ul {
    margin: 0;
    border-bottom: 2px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.staticApp ul.js-accordian li.page-menu-item-ul.-active {
    margin: 0;
    border-bottom: 2px solid #d7d7d7;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #394a58;
    color: #ffffff;
}

.staticApp .page-menu-item-inset {
    padding: 0 0 0 36px;
    border-top: 2px solid #d7d7d7;
}

.staticApp .page-menu-item, .staticApp .svg .page-menu-item {
    list-style: none;
    list-style-image: none;
}

.staticApp .page-menu-item.-active {
    margin: 0;
    padding: 0 8px;
    background: #394a58;
    color: #ffffff;
}

.staticApp .page-menu-item.-active + .page-menu-item {
    border-top: none;
}

.staticApp .page-menu-col {
    margin-top: 0;
    margin-bottom: 0;
}

.staticApp .page-menu-row {
    padding: 15px 8px;
}

.staticApp .page-menu-link {
    display: block;
    padding: 5px 0px;
    margin: 0;
    color: #394a58;
    font-weight: normal;
    margin-left: 10px;
}

.staticApp .page-menu-link.-blue {
    color: #0073cf;
    font-weight: 600;
}

.staticApp .arrow, .staticApp .page-menu-link.-arrow, .staticApp .page-menu-link.-expandable {
    background: url(/businesstracking/images/icons/png/icon_blue_arrow.png) no-repeat right center;
    padding-right: 31px;
    margin-right: 0;
}

.staticApp .page-menu-link.-expandable {
    background-image: url(/businesstracking/images/icons/png/icon_blue_expand.png);
}

.staticApp .svg .arrow, .staticApp .svg .page-menu-link.-arrow, .staticApp .svg li a.page-menu-link, .staticApp .svg .page-menu-link.-expandable {
    background-image: url(/businesstracking/images/icons/svg/icon_orange_arrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-position: center right 0px;
    background-size: auto 11px;
}

.staticApp .svg .page-menu-link.-expandable {
    background-image: url(/businesstracking/images/icons/svg/icon_blue_expand.svg);
    background-size: auto 6px;
}

.staticApp .page-menu-link[href*=".pdf"], .staticApp .page-menu-link[href*="http://"], .staticApp .page-menu-link[href*="https://"] {
    display: block;
    background-position: right center;
}

.staticApp .page-menu-link[href*=".pdf"].-icon, .staticApp .page-menu-link[href*="http://"].-icon, .staticApp .page-menu-link[href*="https://"].-icon {
    background-position: center 15px;
}

.staticApp .svg .page-menu-link[href*=".pdf"], .staticApp .svg .page-menu-link[href*="http://"], .staticApp .svg .page-menu-link[href*="https://"] {
    background-position: right center;
}

.staticApp .svg .page-menu-link[href*=".pdf"].-icon, .staticApp .svg .page-menu-link[href*="http://"].-icon, .staticApp .svg .page-menu-link[href*="https://"].-icon {
    background-position: center 15px;
}

.staticApp .page-menu-link.-plus, .staticApp .page-menu-link.-bullet {
    background: url(/businesstracking/images/icons/png/icon_orange_plus.png) no-repeat 10px center;
    padding-left: 31px;
}

.staticApp .page-menu-link.-bullet {
    background: url(/businesstracking/images/icons/png/icon_orange_bullet.png) no-repeat 12px center;
}

.staticApp .svg .page-menu-link.-plus, .staticApp .svg .page-menu-link.-bullet {
    background: url(/businesstracking/images/icons/svg/icon_orange_plus.svg) no-repeat 10px center;
    background-size: 10px;
}

.staticApp .svg .page-menu-link.-bullet {
    background: url(/businesstracking/images/icons/svg/icon_orange_bullet.svg) no-repeat 12px center;
    background-size: 7px;
}

.staticApp .page-menu-link.-active {
    color: #ffffff;
}

.staticApp .page-menu-link.-active.-arrow {
    background-image: url(/businesstracking/images/icons/png/icon_white_arrow.png);
}

.staticApp .page-menu-link.-active.-expandable {
    background-image: url(/businesstracking/images/icons/png/icon_white_collapse.png);
}

.staticApp .svg .page-menu-link.-active.-arrow {
    background-image: url(/businesstracking/images/icons/svg/icon_white_arrow.svg);
}

.staticApp .svg .page-menu-link.-active.-expandable {
    background-image: url(/businesstracking/images/icons/svg/icon_white_collapse.svg);
}

.staticApp .page-menu-link.-icon {
    padding-top: 102px;
    background-position: center 15px;
    background-size: auto 72px;
    background-repeat: no-repeat;
    text-align: center;
    color: #0073cf;
}

.staticApp .page-menu-link.-icon.-pdf {
    background-image: url(/businesstracking/images/attach_large.png);
    background-size: auto 72px;
}

.staticApp .svg .page-menu-link.-icon.-pdf {
    background-image: url(/businesstracking/images/attachment_orange.svg);
    background-size: auto 72px;
}

.staticApp .page-menu-link.-icon.-price {
    background-image: url(/businesstracking/images/icons_new/png/icon_orange_hinnat.png);
    background-size: auto 66px;
    background-position: center 21px;
}

.staticApp .svg .page-menu-link.-icon.-price {
    background-image: url(/businesstracking/images/icons_new/svg/icon_orange_hinnat.svg);
    background-size: auto 66px;
    background-position: center 21px;
}

.staticApp .page-menu-link.-tall {
    padding-top: 14px;
    padding-bottom: 14px;
}

.staticApp .page-menu-expand-text {
    padding: 0 8px 15px;
    margin: 0;
}

.staticApp div.page-menu-expand-text a {
    color: #ff8000;
}

.staticApp .page-menu-description {
    margin: 0;
    overflow: hidden;
}

.staticApp .page-menu-date {
    margin: 0;
    font-size: 80%;
    color: #394a58;
    font-weight: bold;
}

.staticApp .button-link-list {
    margin: 32px -6px;
    padding: 0;
    list-style: none;
}

.staticApp .button-link-item {
    display: inline-block;
    margin: 4px 6px;
}

.staticApp .button-link-link {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 3px;
    background: #0073cf;
    color: #ffffff;
}

.staticApp .button-link-link:hover {
    background: #1683da;
    color: #ffffff;
}

.staticApp .button-link-link:active {
    background: #0065b5;
}

.staticApp .footer-menu-title {
    border-bottom: 2px solid #b6b3a9;
    color: #b6b3a9;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-top: 12px;
}

.staticApp a.footer-menu-title {
    color: #b6b3a9;
}

.staticApp .footer-menu-title.-expandable {
    background: url(/businesstracking/images/icons/png/icon_footer_collapse.png) no-repeat right center;
}

.staticApp .footer-menu-title.-active {
    background-image: url(/businesstracking/images/icons/png/icon_footer_expand.png);
}

.staticApp .svg .footer-menu-title.-expandable {
    background-image: url(/businesstracking/images/icons/svg/icon_footer_collapse.svg);
    background-size: 10px;
}

.staticApp .svg .footer-menu-title.-active {
    background-image: url(/businesstracking/images/icons/svg/icon_footer_expand.svg);
    background-size: 10px;
}

.staticApp .footer-menu-link {
    display: block;
    padding: 4px 12px;
    color: #b6b3a9;
    font-weight: normal;
    font-size: 85%;
}

.staticApp .footer-menu-links {
    display: block;
    padding: 4px 12px;
    color: #b6b3a9;
    font-weight: 500;
    font-size: 90%;
}

.staticApp [class*="bg-"] .footer-menu-link {
    color: #ffffff;
}

.staticApp footer a.social {
    background: url(/businesstracking/images/social_links.png) no-repeat 16px 0;
    padding-left: 44px;
    height: 40px;
}

.staticApp footer a.social.-facebook {
    background-position: 16px 3px;
}

.staticApp footer a.social.-twitter {
    background-position: 16px -41px;
}

.staticApp footer a.social.-linkedin {
    background-position: 16px -83px;
}

.staticApp footer a.social.-youtube {
    background-position: 16px -124px;
}

.staticApp .svg footer a.social {
    background-image: url(/businesstracking/images/social_links.svg);
    background-size: 20px 141px;
}

.staticApp footer .selectboxit-container {
    width: auto;
    height: auto;
}

.staticApp footer .selectboxit-container .selectboxit span {
    height: 25px;
    line-height: 25px;
}

.staticApp footer .selectboxit-container .selectboxit.selectboxit-btn {
    background: transparent;
    height: auto;
}

.staticApp footer .selectboxit-container .selectboxit .selectboxit-text {
    font-size: 85%;
    font-weight: normal;
    color: #b6b3a9;
    padding-right: 15px;
    padding-left: 7px;
    background: transparent url(/businesstracking/images/down-arrow.png) no-repeat right center;
}

.staticApp footer .selectboxit-container .selectboxit .selectboxit-arrow-container, .staticApp footer .selectboxit-container .selectboxit .selectboxit-option-icon-container {
    display: none;
}

.staticApp footer .selectboxit-container .selectboxit-hover .selectboxit-text {
    color: #dad7cb;
}

.staticApp .wizard-item {
    border-top: 2px solid #dad7cb;
    border-bottom: 2px solid #dad7cb;
    color: #dad7cb;
    padding: 10px;
    display: block;
    font-weight: normal;
}

.staticApp .wizard-item a {
    color: #dad7cb;
}

.staticApp .l-table .wizard-item {
    display: table-cell;
    float: none;
    vertical-align: top;
}

.staticApp .wizard-item.-active {
    border-color: #ff8000;
    color: #394a58;
}

.staticApp .wizard-item.-active a {
    color: #394a58;
}

.staticApp .wizard-item.-complete {
    border-color: #dad7cb;
    color: #0073cf;
}

.staticApp .wizard-item.-complete a {
    color: #0073cf;
}

@media (min-width: 992px) {
    .staticApp #topcontainer {
        min-height: 100%;
        width: 100%;
        margin: auto;
        background: #f5f5f5;
    }

    .staticApp #topcontainer2 {
        min-height: 100%;
        width: 100%;
        margin: auto;
        background: #f5f5f5;
        padding-top: 220px;
    }
}

@media (max-width: 991px) {
    .staticApp #topcontainer {
        min-height: 100%;
        width: 100%;
        margin: auto;
        background: #f5f5f5;
    }
}

@media (min-width: 1350px) {
    .staticApp #container {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        max-width: 1400px;
        background: #fff;
        table-layout: fixed;
        padding-left: 170px;
        padding-right: 170px;
    }

    .staticApp #container2 {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        max-width: 1400px;
        background: #fff;
        table-layout: fixed;
        padding-left: 170px;
        padding-right: 170px;
    }

    .staticApp #topbar-container {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        max-width: 1400px;
        background: #fff;
        table-layout: fixed;
        padding-left: 170px;
        padding-right: 170px;
        background: #f5f5f5;
    }
}

@media (min-width: 992px) and (max-width: 1349px) {
    .staticApp #container {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        background: #fff;
        table-layout: fixed;
        padding-left: 25px;
        padding-right: 25px;
    }

    .staticApp #container2 {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        background: #fff;
        table-layout: fixed;
        padding-left: 40px;
        padding-right: 40px;
    }

    .staticApp #topbar-container {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        background: #fff;
        table-layout: fixed;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .staticApp #container, .staticApp #container2 {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        background: #fff;
        table-layout: fixed;
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 767px) {
    .staticApp #container, .staticApp #container2 {
        margin: 0 auto;
        display: table;
        width: 100%;
        min-height: 100%;
        background: #fff;
        table-layout: fixed;
        padding-left: 4px;
        padding-right: 4px;
    }
}

@media (min-width: 992px) {
    .staticApp #row {
        display: table-row;
        background: #fff;
    }
}

@media (max-width: 991px) {
    .staticApp #row {
        display: table-row;
        background: #fff;
    }
}

.staticApp #dtnav {
    margin-top: 20px;
    margin-bottom: 10px;
}

.staticApp #main, .staticApp #pad {
    display: table-cell;
    vertical-align: top;
}

@media (min-width: 992px) {
    .staticApp #main {
        width: 100%;
    }

    .staticApp #main2 {
        padding: 0;
        margin: 0;
        width: 100%;
        position: relative;
        top: -230px;
    }
}

@media (max-width: 991px) {
    .staticApp #main {
        width: 100%;
        position: relative;
        padding-bottom: 255px;
    }
}

.staticApp #content {
    min-height: 800px;
    clear: both;
}

.staticApp .left {
    float: left;
}

.staticApp .right {
    float: right;
}

.staticApp .extra-pad-left {
    padding-left: 48px;
}

.staticApp .extra-pad-right {
    padding-right: 48px;
}

.staticApp .section {
    margin-top: 96px;
    margin-bottom: 96px;
}

.staticApp .sub-section {
    margin-top: 64px;
    margin-bottom: 64px;
}

.staticApp .division {
    margin-top: 18px;
    margin-bottom: 18px;
}

.staticApp .sub-division {
    margin-top: 16px;
    margin-bottom: 16px;
}

.staticApp .full-bar {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1200px) {
    .staticApp .col-lg-faux {
        padding-left: 16px;
        padding-right: 16px;
    }

    .staticApp .col-lg-pad {
        padding-left: 32px;
        padding-right: 32px;
    }

    .staticApp .col-lg-pad-left {
        padding-left: 16px;
        margin-left: 16px;
    }

    .staticApp .col-lg-pad-right {
        padding-right: 16px;
        margin-right: 16px;
    }

    .staticApp .col-lg-right {
        float: right;
    }
}

.staticApp .equal-column-holder {
    overflow-y: hidden;
}

.staticApp .equal-column {
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}

.staticApp a.box, .staticApp .box {
    padding: 25px 24px;
    margin: 0 0 20px 0;
    display: block;
    color: #394a58;
    position: relative;
    z-index: 1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.staticApp .box-header {
    margin: 0 0 1em;
}

.staticApp .box.equal-column {
    padding-bottom: 1000px;
    margin-bottom: -975px;
}

.staticApp .box.-fullpad {
    padding-left: 32px;
    padding-right: 32px;
}

.staticApp .box.-icon {
    padding-top: 112px;
    background-position: center 25px;
    background-repeat: no-repeat;
    text-align: center;
}

.staticApp .boxgrid-row {
    position: relative;
    margin-bottom: -20px;
    display: table;
    border-top: 3px solid #d7d7d7;
    width: 100%;
}

.staticApp .boxgrid-row:first-child {
    border-top: none;
}

.staticApp .boxgrid-item {
    display: table-cell;
    float: none;
    border-left: 3px solid #d7d7d7;
}

.staticApp .boxgrid-item:first-child {
    border-left: none;
}

.staticApp .boxgrid-item .box {
    margin-bottom: 20px;
}

.staticApp .bordered-box {
    border: 1px solid #dad7cb;
    margin-bottom: 20px;
    position: relative;
}

.staticApp .bordered-box.-top {
    border-bottom: none;
}

.staticApp .bordered-box.-bottom {
    border-top: none;
}

.staticApp .l-table, .staticApp .l-table > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.staticApp .l-tablecell {
    display: table-cell;
    min-height: 100px;
}

.staticApp .l-tablecell span.border-only-top {
    display: block;
    position: absolute;
    top: 15px;
    bottom: 30px;
    left: 15px;
    right: 15px;
    border: 1px solid #dad7cb;
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.staticApp .l-tablecell span.border-only-bottom {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    height: 100px;
    border: 1px solid #dad7cb;
    border-top: none;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.staticApp .ie .l-tablecell span.border-only-bottom {
    height: 85%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .staticApp .l-tablecell span.border-only-bottom {
        height: 85%;
    }
}

.staticApp .l-tablecell a:hover span.border-only-top, .staticApp .l-tablecell a:hover span.border-only-bottom, .staticApp .l-tablecell a:hover .bordered-box, .staticApp .l-tablecell label:hover span.border-only-top, .staticApp .l-tablecell label:hover span.border-only-bottom, .staticApp .l-tablecell label:hover .bordered-box, .staticApp .hover-box:hover span.border-only-top, .staticApp .hover-box:hover span.border-only-bottom, .staticApp .hover-box:hover .bordered-box {
    background-color: #f5f5f5;
}

.staticApp .l-tablecell > a, .staticApp .l-tablecell > div, .staticApp .l-tablecell > label {
    display: block;
    padding-bottom: 40px;
}

.staticApp .l-tablecell .box {
    padding-bottom: 0;
    padding-top: 0;
}

.staticApp .l-tablecell .box-header {
    padding-top: 1.85em;
}

.staticApp .l-tablecell .box.-icon .box-header {
    padding-top: 0;
}

.staticApp .l-tablecell .box.-fullpad {
    padding-left: 47px;
    padding-right: 47px;
    margin-bottom: 0;
}

.staticApp .l-tablecell .box.-icon {
    background-position: center 40px !important;
}

.staticApp .l-tablecell .box.-fullpad.-icon {
    padding-top: 120px;
}

.staticApp .box.-fullpad-small {
    padding-left: 32px;
    padding-right: 32px;
}

.staticApp .l-tablecell .box.-fullpad-small {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 0;
}

.staticApp .l-tablecell .box.-fullpad-small.-icon {
    padding-top: 120px;
}

.staticApp .box-title {
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: normal;
}

.staticApp .box.-top {
    padding-bottom: 0;
}

.staticApp .box.equal-column.-top {
    margin-bottom: -1000px;
    padding-bottom: 1000px;
}

.staticApp .centered-holder {
    position: relative;
}

.staticApp .centered {
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.staticApp .centered-image {
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.staticApp .banner {
    position: relative;
    padding: 30px;
    background: #dad7cb;
}

.staticApp .-round, .staticApp .banner.-round {
    border-radius: 3px;
}

.staticApp .banner-text-holder {
    min-height: 50px;
    display: block;
    padding: 0 16px 0 0;
}

.staticApp .banner.-alert {
    width: 100%;
    padding-top: 190px;
    padding-bottom: 70px;
    background-image: url(/businesstracking/images/icons_new/png/icon_varoitus.png);
    background-repeat: no-repeat;
    background-position: center 60px;
    text-align: center;
}

.staticApp .svg .banner.-alert {
    background-image: url(/businesstracking/images/icons_new/svg/icon_varoitus.svg);
}

.staticApp .banner.-help {
    background-image: url(/businesstracking/images/icons_new/png/icon_white_asiakaspalvelu.png);
    background-position: 46px center;
    background-repeat: no-repeat;
    padding-left: 140px;
}

.staticApp .svg .banner.-help {
    background-image: url(/businesstracking/images/icons_new/svg/icon_white_asiakaspalvelu.svg);
}

.staticApp .banner-header {
    margin: 0;
}

.staticApp .banner-text {
    min-height: 50px;
}

.staticApp .banner-button-holder {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.staticApp a.banner-button {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 0;
    width: auto !important;
    margin-right: 0;
}

.staticApp a.banner-button.-static {
    position: static;
}

.staticApp a.banner-button {
    background-color: white;
    color: #fff;
}

.staticApp a.banner-button.-red {
    color: #cb0044;
}

.staticApp a.banner-button.-green {
    color: #34b233;
}

.staticApp a.banner-button.-blue {
    color: #0073cf;
}

.staticApp a.banner-button.-grey {
    color: #394a58;
    background-color: white;
}

.staticApp a.banner-button:hover, .staticApp a.banner-button.-grey:hover {
    background-color: #f5f5f5;
}

.staticApp a.banner-button:active, .staticApp a.banner-button.-grey:active {
    background-color: #d7d7d7;
}

.staticApp a.banner-button.-bottom {
    right: 30px;
    bottom: 20px;
}

.staticApp a.banner-button-pad {
    margin-top: 45px;
}

.staticApp .cover-image {
    background: no-repeat center center;
    height: 340px;
    background-size: cover;
    -ms-behavior: url(/css/2/htc/backgroundsize.min.htc);
    position: absolute;
    width: 98%;
}

.staticApp .banner-holder {
    position: relative;
}

.staticApp .vert-banner {
    color: #333333;
    padding: 0 30px;
    height: 340px;
    position: relative;
}

.staticApp .vert-banner-car {
    color: #fff;
    padding: 0 30px;
    height: 340px;
    position: relative;
}

.staticApp .vert-banner.-red {
    background: #cb0044;
}

.staticApp .vert-banner.-green {
    background: #34b233;
}

.staticApp .vert-banner.-blue {
    background: #0073cf;
}

.staticApp .vert-banner.-grey {
    background: #394a58;
}

.staticApp .vert-banner-car.-white {
    background: #fff;
}

.staticApp .vert-banner :first-child {
    margin-top: 0;
    padding-top: 20px;
}

.staticApp .image-section {
    background-size: cover;
    -ms-behavior: url(/css/2/htc/backgroundsize.min.htc);
    background-position: left top;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 3px 3px 0;
}

.staticApp .image-section.-left {
    right: auto;
    left: 0;
}

.staticApp .image-section .-pad-left {
    padding-left: 32px;
}

.staticApp .info-box {
    display: block;
    border-radius: 3px;
}

.staticApp a.info-box {
    padding-right: 0;
    margin-right: 0;
    background: transparent;
    color: #394a58;
    display: block;
}

.staticApp .info-box-wrapper {
    display: block;
    padding: 16px 22px;
    height: 96px;
    background: #dad7cb;
    border-bottom: 10px solid #0073cf;
    display: table;
    width: 100%;
    border-radius: 3px;
}

.staticApp .info-box-wrapper:hover {
    background: #e8e7e2;
}

.staticApp .info-box-wrapper.-green {
    border-color: #34b233;
}

.staticApp .info-box-wrapper.-red {
    border-color: #cb0044;
}

.staticApp .info-box-wrapper.-grey {
    border-color: #394a58;
}

.staticApp .info-box-wrapper.-blue {
    border-color: #0073cf;
}

.staticApp .info-box-center {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.staticApp .info-box-title {
    font-weight: normal;
    font-size: 90%;
    margin: 0;
}

.staticApp .info-box-description {
    font-size: 110%;
    margin: 0;
    line-height: 1.2;
}

.staticApp .info-box-description:after {
    content: " ";
    display: inline-block;
    background: url(/businesstracking/images/icons/png/icon_arrow.png) no-repeat 0 0;
    width: 13px;
    height: 9px;
    background-size: 13px;
}

.staticApp .svg .info-box-description:after {
    background: url(/businesstracking/images/icons/svg/icon_arrow.svg) no-repeat 0 0;
    background-size: 13px;
}

.staticApp .notice {
    padding: 18px;
    border-radius: 3px;
    text-align: center;
    font-size: 125%;
    background-color: #dad7cb;
}

.staticApp .banner-option-list {
    list-style: none;
    margin: 24px 0;
    padding: 0;
}

.staticApp .banner-option-list-item {
    margin: 8px 12px 8px 0;
    display: inline-block;
}

.staticApp .banner-option-list-link {
    display: block;
    padding: 8px 12px;
    border-radius: 20px;
    background: #394a58;
    color: white;
    font-weight: 800;
    min-width: 65px;
    text-align: center;
}

.staticApp .banner-option-list-link.active, .staticApp .banner-option-list-link:hover {
    background: white;
    color: #394a58;
}

.staticApp .bg-orange .banner-option-list-link, .staticApp .bg-main .banner-option-list-link {
    background: #e57300;
}

.staticApp .bg-orange .banner-option-list-link.active, .staticApp .bg-main .banner-option-list-link.active, .staticApp .bg-orange .banner-option-list-link:hover, .staticApp .bg-main .banner-option-list-link:hover {
    background: white;
    color: #e57300;
}

.staticApp .bg-grey .banner-option-list-link {
    background: #293640;
}

.staticApp .bg-grey .banner-option-list-link.active, .staticApp .bg-grey .banner-option-list-link:hover {
    background: white;
    color: #293640;
}

.staticApp .bg-blue .banner-option-list-link {
    background: #0065b5;
}

.staticApp .bg-blue .banner-option-list-link.active, .staticApp .bg-blue .banner-option-list-link:hover {
    background: white;
    color: #0065b5;
}

.staticApp .bg-green .banner-option-list-link {
    background: #1d631c;
}

.staticApp .bg-green .banner-option-list-link.active, .staticApp .bg-green .banner-option-list-link:hover {
    background: white;
    color: #1d631c;
}

.staticApp .bg-red .banner-option-list-link {
    background: #650022;
}

.staticApp .bg-red .banner-option-list-link.active, .staticApp .bg-red .banner-option-list-link:hover {
    background: white;
    color: #650022;
}

.staticApp .ticker {
    padding: 10px 15px;
    white-space: nowrap;
    white-space: normal\9;
    overflow-x: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
}

.staticApp .ticker-header {
    margin: 0 10px 0 0;
    display: inline-block;
}

.staticApp .announcement {
    padding: 25px 60px 25px 36px;
    white-space: nowrap;
    white-space: normal\9;
    margin-left: 16px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    position: relative;
    background: #dad7cb;
    border-bottom: 3px solid #ff8000;
}

.staticApp .announcement.-round {
    border-radius: 3px;
}

.staticApp .announcement-header {
    margin: 0 10px 0 0;
    display: inline-block;
}

.staticApp .announcement-close {
    display: block;
    width: 45px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: url(/businesstracking/images/close_grey.png) no-repeat center center;
    background-size: 13px;
}

.staticApp .svg .announcement-close {
    background-image: url(/businesstracking/images/close_grey.svg);
    background-size: 13px;
}

.staticApp [class*="bg-"] .announcement-close {
    background-image: url(/businesstracking/images/close_white.png);
    background-size: 13px;
}

.staticApp .svg [class*="bg-"] .announcement-close {
    background-image: url(/businesstracking/images/close_white.png);
    background-size: 13px;
}

.staticApp .bg-white .announcement-close, .staticApp .bg-light .announcement-close {
    background-image: url(/businesstracking/images/close_grey.png);
    background-size: 13px;
}

.staticApp .svg .bg-white .announcement-close, .staticApp .svg .bg-light .announcement-close {
    background-image: url(/businesstracking/images/close_grey.svg);
    background-size: 13px;
}

.staticApp .announcement.-blue {
    border-color: #0073cf;
}

.staticApp .announcement.-green {
    border-color: #34b233;
}

.staticApp .announcement.-red {
    border-color: #cb0044;
}

.staticApp .announcement.-grey {
    border-color: #394a58;
}

.staticApp .announcement[class*="bg-"] {
    border-bottom: none;
}

.staticApp hr, .staticApp .underline {
    border: none;
    border-bottom: 3px solid #ffffff;
}

.staticApp hr.-pad, .staticApp .underline.-pad {
    padding-bottom: 10px;
}

.staticApp hr.-doublepad, .staticApp .underline.-doublepad {
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.staticApp hr.-orange, .staticApp .underline.-orange, .staticApp hr.-main, .staticApp .underline.-main {
    border-color: #ff8000;
}

.staticApp hr.-grey, .staticApp .underline.-grey {
    border-color: #394a58;
}

.staticApp hr.-blue, .staticApp .underline.-blue {
    border-color: #0073cf;
}

.staticApp hr.-green, .staticApp .underline.-green {
    border-color: #34b233;
}

.staticApp hr.-red, .staticApp .underline.-red {
    border-color: #cb0044;
}

.staticApp hr.-line {
    padding: 0;
    margin-top: 0;
}

.staticApp .underline-none {
    border-bottom: none;
}

.staticApp .underline.-clip-border {
    display: inline-block;
}

.staticApp .shoulder-menu {
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    border-right: 2px solid #e57300;
}

.staticApp .shoulder-menu-holder {
    background: #ff8000;
}

.staticApp .section-toggle {
    margin: 7px 0 0 0;
    display: inline-block;
}

.staticApp .section-toggle-item {
    display: inline-block;
}

.staticApp .section-toggle-link {
    display: block;
    padding: 5px 8px 6px;
    margin: 0 2px;
    text-align: center;
    font-weight: 600;
    color: #ff8000;
    background-image: none !important;
    padding-right: 8px !important;
    margin-right: 2px !important;
}

.staticApp .section-toggle-link.-active {
    background: #ff8000 !important;
    color: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

.staticApp .header-right .section-toggle-item a {
    color: #394a58;
}

.staticApp .header-right .header-signin a {
    color: #fff;
}

.staticApp .sidebar-logo-holder {
    margin: 30px 0;
    text-align: center;
}

.staticApp .sidebar-logo {
    display: inline-block;
    text-align: center;
    min-width: 120px;
    max-width: 120px;
    margin-bottom: 0;
}

.staticApp .svg .sidebar-logo {
    width: 55px;
}

.staticApp .menu-link {
    display: block;
    padding: 15px 16px;
    font-size: 110%;
    font-weight: normal;
}

.staticApp .shoulder-menu .menu-link {
    padding-right: 20px;
}

.staticApp .-level_2 {
    background: #f47706;
}

.staticApp .-level_2 a {
    padding-left: 70px;
    font-size: 90%;
}

.staticApp .-level_3 {
    background: #ea6f0a;
}

.staticApp .-level_3 a {
    padding-left: 90px;
}

.staticApp .-level_4 {
    background: #e2690e;
}

.staticApp .-level_4 a {
    padding-left: 110px;
}

.staticApp .menu-link:hover {
    background-color: transparent;
}

.staticApp .menu-link:hover {
    background-color: #ff9326;
    width: 100%;
    padding-right: 15%;
}

.staticApp .menu-link.-active {
    font-weight: bold;
}

.staticApp .-level_2 .menu-link.-active, .staticApp .-level_3 .menu-link.-active, .staticApp .-level_4 .menu-link.-active {
    background-image: url(/businesstracking/images/current-item-mark.png);
    background-repeat: no-repeat;
}

.staticApp .-level_2 .menu-link.-active {
    background-position: 60px 22px;
}

.staticApp .-level_3 .menu-link.-active {
    background-position: 80px 22px;
}

.staticApp .-level_4 .menu-link.-active {
    background-position: 100px 22px;
}

.staticApp .svg .-level_2 .menu-link.-active, .staticApp .svg .-level_3 .menu-link.-active, .staticApp .svg .-level_4 .menu-link.-active {
    background-image: url(/businesstracking/images/current-item-mark.svg);
}

.staticApp .menu-link.-arrow {
    background-image: url(/businesstracking/images/icons/png/icon_white_arrow.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right;
    background-position: center right 5px;
}

.staticApp .menu-link.-arrow:hover {
    background-color: #ff9326;
}

.staticApp .svg .menu-link.-arrow {
    background-image: url(/businesstracking/images/icons/svg/icon_white_arrow.svg);
    background-size: 20px;
}

.staticApp .menu-link.-back {
    font-weight: normal;
    color: #a04800;
    font-size: 110%;
    margin: 0;
    padding: 11px 0 10px 63px;
    background-image: url(/businesstracking/images/back-button.png);
    background-repeat: no-repeat;
    background-position: 30px center;
}

.staticApp .shoulder-menu .separator {
    border-top: 2px solid #e57300;
    margin: 25px 0 20px 0;
}

.staticApp .menu-link.-icon {
    padding-left: 60px;
    position: relative;
}

.staticApp .menu-link.-icon:before {
    content: "";
    width: 33px;
    height: 29px;
    position: absolute;
    top: 14px;
    left: 18px;
}

.staticApp .menu-link.-icon.-send_small:before {
    background: url(/businesstracking/images/icons_new/png/icon_white_laheta.png) no-repeat center 0;
    background-size: 33px;
}

.staticApp .menu-link.-icon.-recive_small:before {
    background: url(/businesstracking/images/icons_new/png/icon_white_vastaanota.png) no-repeat center 0;
    background-size: 32px;
}

.staticApp .menu-link.-icon.-package_small:before {
    background: url(/businesstracking/images/icons_new/png/icon_white_varastointi.png) no-repeat center 0;
    background-size: 28px;
}

.staticApp .menu-link.-icon.-services_small:before {
    background: url(/businesstracking/images/icons_new/png/icon_white_ohjeet.png) no-repeat center 0;
    background-size: 22px;
}

.staticApp .menu-link.-icon.-onlineshop_solutions:before {
    background: url(/businesstracking/images/icons_new/png/icon_white_verkkokauppiaan_palvelut.png) no-repeat center 0;
    background-size: 32px;
}

.staticApp .menu-link.-icon.-order_channels:before {
    background: url(/businesstracking/images/icons_new/png/icon_white_sahkoiset_palvelut.png) no-repeat center 0;
    background-size: 32px;
}

.staticApp .menu-link.-icon.-customer_service:before {
    background: url(/businesstracking/images/icons_new/png/icon_white_asiakaspalvelu.png) no-repeat center 0;
    background-size: 32px;
}

.staticApp .svg .menu-link.-icon.-send_small:before {
    background: url(/businesstracking/images/icons_new/svg/icon_white_laheta.svg) no-repeat center 0;
    background-size: 33px;
}

.staticApp .svg .menu-link.-icon.-recive_small:before {
    background: url(/businesstracking/images/icons_new/svg/icon_white_vastaanota.svg) no-repeat center 0;
    background-size: 32px;
}

.staticApp .svg .menu-link.-icon.-package_small:before {
    background: url(/businesstracking/images/icons_new/svg/icon_white_varastointi.svg) no-repeat center 3px;
    background-size: 28px;
}

.staticApp .svg .menu-link.-icon.-services_small:before {
    background: url(/businesstracking/images/icons_new/svg/icon_white_ohjeet.svg) no-repeat center 0;
    background-size: 22px;
}

.staticApp .svg .menu-link.-icon.-onlineshop_solutions:before {
    background: url(/businesstracking/images/icons_new/svg/icon_white_verkkokauppiaan_palvelut.svg) no-repeat center 0;
    background-size: 32px;
}

.staticApp .svg .menu-link.-icon.-order_channels:before {
    background: url(/businesstracking/images/icons_new/svg/icon_white_sahkoiset_palvelut.svg) no-repeat center 0;
    background-size: 32px;
}

.staticApp .svg .menu-link.-icon.-customer_service:before {
    background: url(/businesstracking/images/icons_new/svg/icon_white_asiakaspalvelu.svg) no-repeat center 0;
    background-size: 32px;
}

.staticApp .expandable {
    position: relative;
}

.staticApp .expandable > a {
    padding-right: 10px;
    width: 87%;
}

.staticApp .expandable > span {
    position: absolute;
    display: block;
    top: 0px;
    right: 0;
    width: 100%;
    height: 50px;
    background: transparent url(/businesstracking/images/expand-collapse.png) no-repeat 90% 14px;
}

.staticApp .expandable.-expanded > span {
    background-position: 90% -34px;
}

.staticApp .svg .expandable > span {
    background-image: url(/businesstracking/images/expand-collapse.svg);
}

.staticApp .menu-icon {
    display: block;
    text-align: center;
    padding: 80px 0 10px 0;
    margin: 0;
    position: relative;
    font-size: 110%;
    font-weight: 600;
    font-weight: normal;
}

.staticApp .menu-icon:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 0;
}

.staticApp .menu-icon.-send:before {
    background: url(/businesstracking/images/icons_new/png/icon_grey_laheta.png) no-repeat center 0;
}

.staticApp .menu-icon.-recieve:before {
    background: url(/businesstracking/images/icons_new/png/icon_grey_vastaanota.png) no-repeat center 0;
}

.staticApp .menu-icon.-package:before {
    background: url(/businesstracking/images/icons_new/png/icon_grey_varastointi.png) no-repeat center 0;
}

.staticApp .menu-icon.-services:before {
    background: url(/businesstracking/images/icons_new/png/icon_grey_palvelee.png) no-repeat center 0;
}

.staticApp .menu-icon:hover {
    background: #ff9326;
}

.staticApp .svg .menu-icon.-send:before {
    background-image: url(/businesstracking/images/icons_new/svg/icon_grey_laheta.svg);
    background-size: auto 52px;
    background-position: center 3px;
}

.staticApp .svg .menu-icon.-recieve:before {
    background-image: url(/businesstracking/images/icons_new/svg/icon_grey_vastaanota.svg);
    background-size: auto 52px;
    background-position: center 3px;
}

.staticApp .svg .menu-icon.-package:before {
    background-image: url(/businesstracking/images/icons_new/svg/icon_grey_varastointi.svg);
    background-size: auto 40px;
    background-position: center 15px;
}

.staticApp .svg .menu-icon.-services:before {
    background-image: url(/businesstracking/images/icons_new/svg/icon_grey_palvelee.svg);
    background-size: auto 54px;
    background-position: center 1px;
}

.staticApp .language {
    padding-top: 130px;
    padding-bottom: 20px;
    text-align: center;
}

.staticApp .shoulder-language {
    position: absolute;
    text-align: center;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 110px;
    padding-top: 0;
    background: rgba(255, 160, 47, 0.75);
}

.staticApp .shoulder-language p {
    margin-top: 0;
}

.staticApp .language-item:before {
    content: " ";
    display: inline-block;
    height: 20px;
    width: 1px;
    background: #ffffff;
    margin: -4px 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.staticApp .language-item:first-child:before {
    display: none;
}

.staticApp .language-link {
    padding: 0 10px;
    font-weight: normal;
    font-size: 110%;
}

.staticApp .breadcrumbs {
    display: block;
    margin: 15px 0 10px 0;
}

.staticApp .breadcrumb-item:first-child:before {
    content: "";
    display: none;
}

.staticApp .breadcrumb-item:before {
    margin: 0 5px;
}

.staticApp .breadcrumb-item {
    font-weight: bold;
}

.staticApp .breadcrumb-item a {
    font-weight: normal;
    background: #ff8000;
    color: #fff;
    padding: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.staticApp .breadcrumb-item a:hover {
    font-weight: normal;
    background: #ff9326;
    color: #fff;
    padding: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.staticApp .header-left {
    float: left;
    padding: 0;
    position: relative;
}

.staticApp .header-right {
    float: right;
    padding: 0;
    position: relative;
    top: -2px;
}

.staticApp li.link-gap {
    padding-right: 15px;
}

.staticApp .logo-link {
    position: relative;
    cursor: pointer;
    top: 73px;
    height: 64px;
    width: 120px;
    background: url(/images/1/logo.png) no-repeat;
    background-size: 120px;
}

.staticApp .header-search {
    display: inline-block;
    margin-left: 17px;
    text-indent: -9999px;
    width: 23px;
    height: 23px;
    background: url(/businesstracking/images/search.png) no-repeat right center;
    padding-left: 40px;
    border-left: 3px solid #dad7cb;
}

.staticApp .header-search.-open {
    background-image: url(/businesstracking/images/close.png);
    background-size: 14px;
}

.staticApp .searchbar .-arrow_link {
    background-image: url(/businesstracking/images/icons/png/menu_arrow.png);
    background-repeat: no-repeat;
    background-position: 112% center;
    display: inline-block;
    padding: 4px 30px 4px 0;
}

.staticApp .svg .searchbar .-arrow_link {
    background-image: url(/businesstracking/images/icons/svg/menu_arrow.svg);
    background-size: auto 12px;
}

.staticApp .svg .header-search {
    background-image: url(/businesstracking/images/search.svg);
    background-size: auto 21px;
}

.staticApp .svg .header-search.-open {
    background-image: url(/businesstracking/images/close.svg);
    background-size: auto 14px;
}

.staticApp .header-signin {
    position: relative;
    right: 0px;
    top: -4px;
}

.staticApp .header-signin a {
    color: #fff;
}

.staticApp .mobile-header {
    padding: 11px 0 10px 0;
    text-align: center;
    position: relative;
}

.staticApp .mobile-search, .staticApp .menu-toggle {
    width: 50px;
    height: 30px;
    background: url(/businesstracking/images/menu.png) no-repeat center;
    position: absolute;
    left: 0px;
    text-indent: -9999px;
    top: 10px;
}

.staticApp .svg .menu-toggle {
    background-image: url(/businesstracking/images/menu.svg);
}

.staticApp .mobile-search {
    background-image: url(/businesstracking/images/search_white.png);
    background-size: 24px;
    left: auto;
    right: 0px;
}

.staticApp .mobile-search.-open {
    background-image: url(/businesstracking/images/close_white.png);
    background-size: 15px;
}

.staticApp .svg .mobile-search {
    background-image: url(/businesstracking/images/search_white.svg);
    background-size: auto;
}

.staticApp .svg .mobile-search.-open {
    background-image: url(/businesstracking/images/close_white.svg);
    background-size: 15px;
}

.staticApp .mobile-logo {
    height: 35px;
    display: inline-block;
    min-width: 66px;
    margin-bottom: 0;
}

.staticApp .mobile-language {
    text-align: center;
}

.staticApp .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.staticApp .popup {
    position: absolute;
    top: 10%;
    padding: 0;
    background: #394a58;
    border: 3px solid #394a58;
    border-radius: 3px;
}

.staticApp .popup iframe {
    margin-bottom: 0;
}

.staticApp .popup-close {
    float: right;
    display: block;
    width: 11px;
    height: 11px;
    margin: 2px 4px 4px;
    background: url(/businesstracking/images/popup_close.png) no-repeat 0 0;
    background-size: 11px;
}

.staticApp .svg .popup-close {
    background: url(/businesstracking/images/popup_close.svg) no-repeat 0 0;
    background-size: 11px;
}

.staticApp .fitler {
    border-top: 2px solid #dad7cb;
    border-bottom: 2px solid #dad7cb;
    margin-bottom: 24px;
    background: url(/businesstracking/images/icons/png/icon_blue_expand.png) no-repeat right center;
}

.staticApp .svg .fitler {
    background-image: url(/businesstracking/images/icons/svg/icon_blue_expand.svg);
    background-size: 20px;
}

.staticApp .filter-title {
    margin: 10px 10px 0;
    display: block;
    cursor: pointer;
}

.staticApp .chart {
    color: #ffffff;
}

.staticApp .map-holder {
    height: 390px;
}

.staticApp .map-holder.-small {
    height: 180px;
}

.staticApp .map {
    background: url(/businesstracking/images/map_placeholder.png) no-repeat center center;
    height: 100%;
    width: 100%;
    background-size: cover;
    -ms-behavior: url(/css/2/htc/backgroundsize.min.htc);
    position: relative;
}

.staticApp .map-overlay {
    width: 282px;
    padding: 22px;
    background: rgba(57, 74, 88, 0.8);
    color: #ffffff;
    margin-left: 22px;
    position: absolute;
}

.staticApp .map-overlay.-middle {
    left: 50%;
    top: 85px;
}

.staticApp .map-point-triangle {
    height: 27px;
    width: 23px;
    position: absolute;
    left: -23px;
    top: 50%;
    margin-top: -14px;
    background: url(/businesstracking/images/map_arrow.png) no-repeat right center;
    background-size: 23px;
}

.staticApp .searchbar {
    padding-top: 8px;
    padding-bottom: 8px;
}

.staticApp .searchbar-holder {
    padding-right: 0;
    float: right;
    padding-left: 17px;
}

.staticApp .top-searchbar-holder {
    padding-right: 0;
    padding-left: 12px;
}

.staticApp .searchbar-center {
    padding-top: 6px;
    padding-right: 0;
    padding-left: 0;
}

.staticApp .searchbar-search {
    display: block;
    text-indent: -9999px;
    height: 24px;
    background: url(/businesstracking/images/search_white.png) no-repeat right center;
}

.staticApp .svg .searchbar-search {
    background-image: url(/businesstracking/images/search_white.svg);
    background-size: auto 21px;
}

.staticApp .searchbar-search-holder {
    width: 51px;
    float: right;
}

.staticApp .bg-main {
    background-color: #ff8000;
    color: #ffffff;
}

.staticApp .bg-blue {
    background-color: #0073cf;
    color: #ffffff;
}

.staticApp .bg-green {
    background-color: #34b233;
    color: #ffffff;
}

.staticApp .bg-grey {
    background-color: #394a58;
    color: #ffffff;
}

.staticApp .bg-light {
    background-color: #dad7cb;
    color: #394a58;
}

.staticApp .bg-red {
    background-color: #cb0044;
    color: #ffffff;
}

.staticApp .bg-white {
    background-color: #ffffff;
    color: #394a58;
}

.staticApp .bg-orange {
    background-color: #ff8000;
    color: #fff;
}

.staticApp .arrow {
    background-image: url(/businesstracking/images/arrow.png);
    background-repeat: no-repeat;
    background-position: center right 30px;
}

.staticApp .tabs {
    border-bottom: 3px solid #ff8000;
}

.staticApp .tabs li {
    display: inline-block;
    margin: 0 0 -3px 15px;
}

.staticApp .ie .tabs li {
    margin: 0 0 -4px 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .staticApp .tabs li {
        margin: 0 0 -4px 15px;
    }
}

.staticApp .tabs li a {
    border: 3px solid transparent;
    border-bottom: none;
    padding: 10px 30px;
}

.staticApp .tabs li.active a {
    border-color: #ff8000;
    background: #ffffff;
    color: #394a58;
    display: block;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.staticApp .tab-bodies {
    margin: 30px 0;
    padding-bottom: 15px;
    border-bottom: 2px solid #d7d7d7;
}

.staticApp .tab-bodies li {
    display: none;
}

.staticApp .tab-bodies li.active {
    display: block;
}

.staticApp .sharebar {
    padding: 20px;
}

.staticApp .sharebar-link {
    display: block;
    padding: 7px 0;
}

.staticApp .sharebar-link.-facebook, .staticApp .sharebar-link.-twitter, .staticApp .sharebar-link.-linkedin {
    padding-left: 30px;
    background: url(/businesstracking/images/icons_new/png/small_white_facebook.png) no-repeat 0 center;
    background-size: auto;
}

.staticApp .sharebar-link.-twitter {
    background-image: url(/businesstracking/images/icons_new/png/small_white_twitter.png);
}

.staticApp .sharebar-link.-linkedin {
    background-image: url(/businesstracking/images/icons_new/png/small_white_linkedin.png);
}

.staticApp .svg .sharebar-link.-facebook {
    background-image: url(/businesstracking/images/icons_new/svg/small_white_facebook.svg);
}

.staticApp .svg .sharebar-link.-twitter {
    background-image: url(/businesstracking/images/icons_new/svg/small_white_twitter.svg);
}

.staticApp .svg .sharebar-link.-linkedin {
    background-image: url(/businesstracking/images/icons_new/svg/small_white_linkedin.svg);
}

.staticApp .resultSecondary {
    word-break: break-word;
}

.staticApp .page-table {
    border: none;
    width: auto;
    display: inline-block;
}

.staticApp .page-table td {
    padding: 0px;
}

.staticApp .page-button {
    display: inline-block;
    padding: 1px 6px;
    margin: 8px 0;
    border-radius: 3px;
}

.staticApp .page-button.active {
    background: #0073cf;
    color: white;
}

.staticApp .front-animation {
    margin: 0 auto;
}

.staticApp .-inline {
    display: inline-block;
}

.staticApp .-mid-margin {
    margin-top: 24px;
    margin-bottom: 24px;
}

.staticApp .-no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.staticApp .section-first {
    margin-top: 0;
    padding-top: 0;
}

.staticApp .section-last {
    margin-bottom: 0;
    padding-bottom: 0;
}

.staticApp .85-percent-width {
    width: 85%;
}

@media (max-width: 991px) {
    .staticApp {
      /*
    #menu {
        width: 0%
    }
    */;
    }

    .staticApp html {
        overflow: visible;
        overflow-x: hidden;
    }

    .staticApp #main {
        width: 100%;
        padding-bottom: 0;
    }

    .staticApp footer {
        position: relative;
    }

    .staticApp header, .staticApp .shoulder-menu {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .staticApp .shoulder-menu {
        width: 40%;
        left: -40%;
        top: 0;
        height: 100%;
        z-index: 100;
    }

    .staticApp .shoulder-menu.-open {
        left: 0;
    }

    .staticApp body {
        position: relative;
    }

    .staticApp header {
        position: relative;
        left: 0%;
    }

    .staticApp .-open header {
        left: 40%;
    }

    .staticApp header {
        background: #ff8000;
    }

    .staticApp .section-toggle {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .staticApp .col-md-faux {
        padding-left: 16px;
        padding-right: 16px;
    }

    .staticApp .col-md-pad {
        padding-left: 32px;
        padding-right: 32px;
    }

    .staticApp .col-md-pad-left {
        padding-left: 16px;
        margin-left: 16px;
    }

    .staticApp .col-md-pad-right {
        padding-right: 16px;
        margin-right: 16px;
    }

    .staticApp .col-md-right {
        float: right;
    }
}

@media (max-width: 767px) {
    .staticApp body {
        word-wrap: break-word;
        word-break: break-word;
    }

    .staticApp h1 {
        font-size: 270%;
    }

    .staticApp .l-tablecell {
        display: inherit;
        width: 100%;
    }

    .staticApp .shoulder-menu {
        width: 83%;
        left: -83%;
    }

    .staticApp .-open header {
        left: 83%;
    }

    .staticApp .col-xs-faux {
        padding-left: 16px;
        padding-right: 16px;
    }

    .staticApp .col-xs-pad {
        padding-left: 32px;
        padding-right: 32px;
    }

    .staticApp .col-xs-pad-left {
        padding-left: 16px;
        margin-left: 16px;
    }

    .staticApp .col-xs-pad-right {
        padding-right: 16px;
        margin-right: 16px;
    }

    .staticApp .col-xs-right {
        float: right;
    }

    .staticApp iframe.-pad, .staticApp img.-pad {
        margin-left: 0;
        margin-right: 0;
    }

    .staticApp .searchbar-search-holder {
        width: 30px;
    }

    .staticApp .ticker-header, .staticApp .announcement-header {
        display: block;
    }

    .staticApp .ticker, .staticApp .announcement {
        white-space: normal;
    }

    .staticApp table {
        font-size: 85%;
    }

    .staticApp .info-box, .staticApp .notice, .staticApp .banner {
        margin-bottom: 16px;
    }

    .staticApp .announcement {
        margin-bottom: 16px;
    }

    .staticApp .image-section {
        height: 200px;
        width: 100%;
        border-radius: 0;
    }

    .staticApp .image-section + * {
        margin-top: 200px;
    }

    .staticApp .banner.-help {
        padding-left: 30px;
        padding-top: 95px;
        background-position: center 20px;
    }

    .staticApp .cover-image {
        position: static;
        height: 200px;
        width: 100%;
    }

    .staticApp .vert-banner {
        height: auto;
        padding-bottom: 70px;
    }

    .staticApp .toggle-list.-right, .staticApp .toggle-list {
        text-align: center;
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .staticApp .col-sm-faux {
        padding-left: 16px;
        padding-right: 16px;
    }

    .staticApp .col-sm-pad {
        padding-left: 32px;
        padding-right: 32px;
    }

    .staticApp .col-sm-pad-left {
        padding-left: 16px;
        margin-left: 16px;
    }

    .staticApp .col-sm-pad-left2 {
        padding-left: 16px;
    }

    .staticApp .col-sm-pad-right {
        padding-right: 16px;
        margin-right: 16px;
    }

    .staticApp .col-sm-right {
        float: right;
    }
}

.staticApp .new-form {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.staticApp .form-title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.staticApp .form-subtitle {
    border-bottom: 3px solid #ff8000;
    font-size: 170%;
    font-weight: 600;
    margin: 24px 0;
    padding: 24px 0;
    display: block;
    text-transform: none;
}

.staticApp .form-input-row {
    display: block;
    margin: 10px 0;
}

.staticApp .form-input-row br {
    display: none;
}

.staticApp .set-row {
    margin: 0 0 24px 0;
}

.staticApp .set-row .form-input-row {
    margin-left: 33%;
}

.staticApp .form-row {
    margin: 0 0 24px;
}

.staticApp .form-row label {
    width: 33%;
    float: left;
    font-weight: 600;
    padding: 8px 0;
}

.staticApp .form-row input, .staticApp .form-row textarea {
    width: 66%;
}

.staticApp .form-row [class*="col-"] input, .staticApp .form-row [class*="col-"] textarea, .staticApp .form-row [class*="col-"] label {
    width: 100%;
    float: none;
}

.staticApp .form-row [class*="col-"] label {
    padding: 0;
}

.staticApp .set-label, .staticApp .form-row.block-set .set-label {
    width: 33%;
    float: left;
    font-weight: 700;
    padding: 0;
}

.staticApp .form-row.block-set label {
    width: auto;
    float: none;
    font-weight: normal;
    padding: 8px 0;
}

.staticApp .form-buttons-section {
    border-top: 3px solid #ff8000;
    padding-top: 24px;
}

.staticApp form button {
    width: 20%;
    display: inline-block;
}

.staticApp form button.reset {
    background-color: #394a58;
}

.staticApp form button[type="submit"] {
    float: right;
}

.staticApp .form-error-text {
    display: none;
}

.staticApp .error .form-error-text {
    display: block;
}

.staticApp .error input {
    color: #cb0044;
    background: #fcf0f0;
    border-color: #cb0044;
}

.staticApp .error input[type="radio"] + label:before, .staticApp .error input[type="checkbox"] + label:before {
    background-position: 0 -60px;
}

.staticApp form table {
    font-size: 100%;
}

.staticApp form table tr {
    border: none;
}

.staticApp form table td {
    padding: 0 10px 24px 10px;
}

.staticApp form table input {
    margin: 0;
}

.staticApp form table input + input {
    margin-top: 16px;
}

.staticApp form table input + input[type="submit"], .staticApp form table input + input[type="reset"] {
    margin-top: 0px;
}

.staticApp .fakefile input {
    margin-top: 0;
}

.staticApp form table tr:first-child td {
    padding-top: 24px;
}

.staticApp .table-1of1 {
    width: 100%;
    vertical-align: top;
}

.staticApp .table-1of3 {
    width: 33%;
    vertical-align: top;
}

.staticApp .table-2of3 {
    width: 66%;
    vertical-align: top;
}

.staticApp .table-1of4 {
    width: 25%;
    vertical-align: top;
}

.staticApp .table-2of4 {
    width: 50%;
    vertical-align: top;
}

.staticApp .table-3of4 {
    width: 75%;
    vertical-align: top;
}

@media (max-width: 768px) {
    .staticApp .table-1of1, .staticApp .table-1of3, .staticApp .table-2of3, .staticApp .table-1of4, .staticApp .table-2of4, .staticApp .table-3of4 {
        display: block;
        width: 100%;
        clear: both;
        float: left;
    }
}

.staticApp form .clear-field-button, .staticApp form input[type="reset"], .staticApp form input[type="submit"] {
    width: 20%;
    display: inline-block;
    float: right;
}

@media (max-width: 768px) {
    .staticApp form .button, .staticApp form .clear-field-button, .staticApp form input[type="reset"], .staticApp form input[type="submit"] {
        width: 40%;
    }
}

.staticApp form .clear-field-button, .staticApp form input[type="reset"] {
    border: none;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 115%;
    text-align: center;
    display: block;
    padding: 7px 10px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #394a58;
    float: none;
    height: 38px;
}

.staticApp form input[type="submit"].submit {
    float: right;
}

.staticApp .datafield {
    position: relative;
    width: 100%;
    min-height: 40px;
}

.staticApp .fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
}

.staticApp .ie8 .fakefile {
    display: none;
}

.staticApp form input.file {
    position: relative;
    text-align: right;
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
}

.staticApp .datafield input {
    position: absolute;
    left: 0;
    top: 0;
    width: 74%;
}

.staticApp .datafield .file {
    border: none;
}

.staticApp .ie8 .datafield .file {
    border: 1px solid #ff8000;
}

.staticApp .datafield input[type="button"] {
    position: absolute;
    top: 0;
}

.staticApp .datafield input.browse-files-button {
    content: "Selaa";
    border: none;
    background-image: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 115%;
    text-align: center;
    display: block;
    padding: 8px 10px 9px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #ff8000;
    width: 20%;
    left: 54%;
}

.staticApp .datafield input.clear-field-button {
    left: 77%;
    width: 23%;
    float: none;
}

@media (max-width: 992px) {
    .staticApp .datafield input.browse-files-button {
        width: 30%;
        left: 44%;
    }

    .staticApp .datafield input.clear-field-button {
        text-indent: -9999px;
        background: url(/businesstracking/images/close_white.svg) no-repeat center center #0073cf;
        background-size: 15px;
    }
}

.staticApp .datafield.-small input {
    width: 62%;
}

.staticApp .datafield.-small input.browse-files-button {
    width: 25%;
    left: 37%;
}

.staticApp .datafield.-small input.clear-field-button {
    width: 35%;
    left: 65%;
}

.staticApp form input[type="checkbox"] + label, .staticApp form input[type="radio"] + label {
    display: block;
}

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

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

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

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

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

.staticApp .invisible {
    visibility: hidden;
}

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

.staticApp .clearfix:after {
    clear: both;
}

.staticApp .clearfix {
    *zoom: 1;
}

@media print {
    .staticApp * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

    .staticApp thead {
        display: table-header-group;
    }

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

    .staticApp img {
        max-width: 100% !important;
    }
    @   page {
        .staticApp {
        margin: 0.5cm;
    }
}

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

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

.staticApp ul.js-accordian li.page-menu-item p a {
    color: #ff8000;
}

.staticApp .carousel {
    margin: 0;
}

.staticApp .division-carousel {
    margin-bottom: -18px;
}

.staticApp .division-carousel-top {
    margin-top: 18px;
    margin-bottom: -18px;
}

.staticApp .division-carousel-section {
    margin-top: 30px;
    margin-bottom: -30px;
}

.staticApp .division-carousel-first {
    margin-top: 0px;
    margin-bottom: -28px;
}

.staticApp .division-carousel-first-section {
    margin-top: 0px;
    margin-bottom: 0px;
}

.staticApp .slick-slider {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 1px solid #d9d6ca;
}

.staticApp .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.staticApp .slick-list:focus {
    outline: none;
}

.staticApp .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.staticApp .slick-slider .slick-track, .staticApp .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.staticApp .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.staticApp .slick-track:before, .staticApp .slick-track:after {
    display: table;
    content: '';
}

.staticApp .slick-track:after {
    clear: both;
}

.staticApp .slick-loading .slick-track {
    visibility: hidden;
}

.staticApp .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.staticApp [dir='rtl'] .slick-slide {
    float: right;
}

.staticApp .slick-slide img {
    display: block;
}

@media (max-width: 767px) {
    .staticApp .slick-slide h2 {
        font-size: 180%;
    }
}

.staticApp .slick-slide.slick-loading img {
    display: none;
}

.staticApp .slick-slide.dragging img {
    pointer-events: none;
}

.staticApp .slick-initialized .slick-slide {
    display: block;
}

.staticApp .slick-loading .slick-slide {
    visibility: hidden;
}

.staticApp .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.staticApp .slick-slider {
    margin-bottom: 30px;
}

.staticApp .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 10px;
}

.staticApp .slick-dots li {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.staticApp .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #e6e6e6;
    border: 1px solid grey;
    border-radius: 100px;
}

.staticApp .slick-dots li button:hover, .staticApp .slick-dots li button:focus {
    outline: none;
}

.staticApp .slick-dots li button:hover:before, .staticApp .slick-dots li button:focus:before {
    opacity: 1;
}

.staticApp .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: '•';
    text-align: center;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.staticApp .slick-dots li.slick-active button {
    background-color: #000;
}

.staticApp .slick-dots li.slick-active button:before {
    opacity: .75;
    color: transparent;
}

.staticApp .slick-slider .vert-banner, .staticApp .slick-slider .vert-banner-car {
    height: 255px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .staticApp .slick-slider .vert-banner h2, .staticApp .slick-slider .vert-banner-car h2 {
        font-size: 24px;
        margin-bottom: 24px;
        padding-top: 18px;
        padding-bottom: 22px;
    }

    .staticApp .slick-slider .vert-banner p, .staticApp .slick-slider .vert-banner-car p {
        font-size: 12px;
    }
}

.staticApp .carousel-image {
    height: 255px;
}

.staticApp .carousel-image-xl {
    height: 310px;
}

.staticApp .carousel div[class^="col-"] {
    padding: 0;
}

@media (min-width: 768px) {
    .staticApp .car-shiftup {
        position: relative;
        top: -330px;
        margin-bottom: -330px;
    }
}

.staticApp .search-box {
    position: relative;
    top: 85px;
}

.staticApp .search-box2 {
    padding-right: 70px;
    float: right;
    margin-top: 20px;
}

.staticApp .search-box input.text, .staticApp .search-box2 input.text {
    width: 147px;
    font-size: 78%;
}

.staticApp .search-box input[type=text], .staticApp .search-box2 input[type=text] {
    padding: 0.2em 35px 0.2em 10px;
    line-height: 1.4em;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    width: 100%;
    border: 2px solid #dcdcdc;
    height: 36px;
    font-size: 15px;
    box-sizing: border-box;
}

.staticApp .search-box input[type=text]:focus, .staticApp .search-box2 input[type=text]:focus {
    outline: none;
}

.staticApp .search-box input[type=submit] {
    border: none;
    display: block;
    position: absolute;
    top: 0.4em;
    right: 25px;
    line-height: 1em;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(/images/1/search.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
}

.staticApp .search-box2 input[type=submit] {
    border: none;
    display: block;
    position: absolute;
    top: 0.4em;
    left: 175px;
    line-height: 1em;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(/images/1/search.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
}

.staticApp .search-box input:-ms-input-placeholder, .staticApp .search-box2 input:-ms-input-placeholder {
    color: #8c8c8c;
}

.staticApp .auxinfo {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    top: -30px;
    padding-left: 10px;
    padding-right: 10px;
}

.staticApp .auxinfo2 {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    top: -70px;
    padding-left: 10px;
    padding-right: 10px;
}

.staticApp .trackingtitle {
    font-size: 180%;
    font-weight: 600;
}

.staticApp .main-nav, .staticApp .sub-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staticApp .main-nav .sub-menu, .staticApp .sub-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin: -1px 0 0 0;
    z-index: 40;
    text-align: left;
    border-top: 3px solid #008033;
    display: none;
}

.staticApp .main-nav .sub-menu a, .staticApp .sub-nav .sub-menu a {
    color: #505050;
    display: block;
    padding-left: 15px;
    background: url(http://www.posti.com/images/link-arrow.png) no-repeat left 5px;
}

.staticApp .main-nav li, .staticApp .sub-nav li {
    display: inline-block;
    margin-right: -4px;
}

.staticApp .main-nav li:focus, .staticApp .sub-nav li:focus {
    outline: none;
}

.staticApp .main-nav li label:after, .staticApp .sub-nav li label:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 0;
    line-height: 1em;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #3322d0;
}

.staticApp .main-nav li:hover, .staticApp .main-nav li.active, .staticApp .sub-nav li:hover, .staticApp .sub-nav li.active {
    outline: none;
}

.staticApp .main-nav li:hover label, .staticApp .main-nav li.active label, .staticApp .sub-nav li:hover label, .staticApp .sub-nav li.active label {
    color: #fff;
    background: #008033;
}

.staticApp .main-nav li:hover label:after, .staticApp .main-nav li.active label:after, .staticApp .sub-nav li:hover label:after, .staticApp .sub-nav li.active label:after {
    border-top-color: #fff;
}

.staticApp .main-nav li:hover .sub-menu, .staticApp .main-nav li.active .sub-menu, .staticApp .sub-nav li:hover .sub-menu, .staticApp .sub-nav li.active .sub-menu {
    display: table;
}

.staticApp .main-nav li .sub-pages, .staticApp .sub-nav li .sub-pages {
    padding: 0 0 0 20px;
    margin: 0;
}

.staticApp .main-nav li .sub-pages li, .staticApp .sub-nav li .sub-pages li {
    display: block;
}

.staticApp .main-nav > li > a, .staticApp .main-nav .text, .staticApp .sub-nav > li > a, .staticApp .sub-nav .text {
    color: #3322d0;
    font-weight: bold;
    display: block;
    padding: 11px 8px;
    cursor: pointer;
    height: 44px;
}

.staticApp .main-nav .menu-section, .staticApp .sub-nav .menu-section {
    display: table-cell;
    padding: 10px 20px 40px 20px;
    margin: 0;
    border-left: 1px solid #e6e6e6;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.staticApp .main-nav .menu-section:last-child, .staticApp .sub-nav .menu-section:last-child {
    border-right: 1px solid #e6e6e6;
}

.staticApp .main-nav .menu-section:first-child, .staticApp .sub-nav .menu-section:first-child {
    border-left: none;
}

.staticApp .main-nav a:focus, .staticApp .sub-nav a:focus {
    text-decoration: underline;
}

.staticApp .main-nav a.title-link, .staticApp .sub-nav a.title-link {
    margin-bottom: 10px;
    margin-left: -20px;
    color: #008033;
    margin-top: 10px;
}

.staticApp .main-nav a.title-link:first-child, .staticApp .sub-nav a.title-link:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 5px;
}

.staticApp .main-nav a.title-link.on, .staticApp .sub-nav a.title-link.on {
    color: #0073cf;
}

.staticApp .main-nav .link, .staticApp .sub-nav .link {
    margin: 15px 0;
}

.staticApp .main-nav .link.on, .staticApp .sub-nav .link.on {
    color: #333333;
    font-weight: bold;
}

.staticApp .main-nav {
    display: table;
    width: 100%;
    background: #e6f2fc url("http://www.posti.com/images/gradient-light.png") repeat-x center left;
    background: linear-gradient(#ffffff, #fafafa);
    border: 1px solid #ddd;
    border-left: 0;
    border-radius: 5px;
}

.staticApp .main-nav .sub-menu {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-left: 1px solid #e6e6e6;
}

.staticApp .main-nav > li {
    display: table-cell;
    text-align: left;
    border-left: 1px solid #ddd;
}

.staticApp .main-nav > li:hover {
    background: #008033;
}

.staticApp .main-nav > li:hover > a {
    color: #fff;
}

.staticApp .main-nav > li:last-child {
    border-top-right-radius: 5px;
}

.staticApp .main-nav > li:last-child > label {
    border-top-right-radius: 5px;
}

.staticApp .main-nav > li:first-child {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.staticApp .main-nav > li:first-child > label {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.staticApp .main-nav > li:first-child.on .text {
    color: #fff;
    background: #0f2cb5 url("http://www.posti.com/images/gradient-darkBlue.png") repeat-x center left;
    background: linear-gradient(#1148cd, #0f2cb5);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.staticApp .main-nav .on .text {
    color: #fff;
    background: #0f2cb5 url("http://www.posti.com/images/gradient-darkBlue.png") repeat-x center left;
    background: linear-gradient(#1148cd, #0f2cb5);
}

.staticApp .main-nav .on .text:hover {
    background: #008033;
}

.staticApp .main-nav .on .text:after {
    border-top-color: #fff;
}

.staticApp .sub-nav {
    background: gainsboro url("http://www.posti.com/images/gradient-middleGrey.png") repeat-x center left;
    background: linear-gradient(#e6e6e6, #dcdcdc);
}

.staticApp .sub-nav .sub-menu {
    margin-top: 0;
}

.staticApp .sub-nav > li {
    text-align: center;
    border-right: 1px solid #ccc;
}

.staticApp .sub-nav > li:hover {
    background: #fff;
}

.staticApp .sub-nav > li .text {
    padding: 6px 20px;
    font-weight: normal;
    color: #505050;
    font-size: 0.875em;
}

.staticApp .sub-nav > li .text:after {
    border-top-color: #505050;
}

.staticApp .sub-nav > li.active .text {
    color: #fff;
    background: #7e9dbb;
}

.staticApp .sub-nav > li.active .text:hover {
    background: #7e9dbb;
}

.staticApp .sub-nav .on .text {
    color: #fff;
    background: #0f2cb5 url("http://www.posti.com/images/gradient-darkBlue.png") repeat-x center left;
    background: linear-gradient(#1148cd, #0f2cb5);
}

.staticApp .sub-nav .on .text:hover {
    background: #008033;
}

.staticApp .sub-nav .on .text:after {
    border-top-color: #fff;
}

.staticApp .main-nav {
    position: relative;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    background: #ff8000;
    border-radius: 3px;
    border: none;
    color: #394a58;
}

.staticApp .main-nav a {
    font-weight: normal;
    font-size: 14px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white;
    padding: 13px 15px;
}

.staticApp .main-nav > li > a, .staticApp .main-nav .text, .staticApp .sub-nav > li > a, .staticApp .sub-nav .text {
    color: white;
    height: auto;
    font-size: 15px;
}

.staticApp .main-nav li label:after, .staticApp .sub-nav li label:after {
    display: none;
}

.staticApp .main-nav > li {
    border: 0;
}

.staticApp .main-nav > li:first-child {
    border-radius: 0 !important;
    font-size: 15px;
}

.staticApp .main-nav > li.on .text {
    color: #394a58;
    background: #FF9326;
}

.staticApp .main-nav > li:first-child.on .text {
    color: #394a58;
    background: none;
    border-radius: 0;
    border: 1px solid #FF8000;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
}

.staticApp .main-nav .text:hover, .staticApp .main-nav .on .text:hover, .staticApp .main-nav > li:hover, .staticApp .main-nav li:hover label, .staticApp .main-nav li.active label, .staticApp .sub-nav li:hover label, .staticApp .sub-nav li.active label {
    background: #FF9326;
    text-decoration: none;
}

.staticApp .main-nav .sub-menu {
    background: none;
    border-right: 0 solid #dfdfdf;
    border-left: 1 solid #dfdfdf;
    box-sizing: border-box;
    padding-bottom: 0;
}

.staticApp .main-nav .sub-menu, .staticApp .sub-nav .sub-menu {
    border-top: none;
}

.staticApp .main-nav .menu-section, .staticApp .sub-nav .menu-section {
    background-color: #f5f5f5;
    border-bottom: 1px solid #dfdfdf;
    border-left: none;
    padding: 10px 30px 10px 30px;
}

.staticApp .main-nav a.title-link, .staticApp .sub-nav a.title-link {
    color: #505050;
    text-align: left;
}

.staticApp .main-nav .link, .staticApp .sub-nav .link {
    text-align: left;
    font-weight: normal;
}

.staticApp .main-nav .sub-menu a, .staticApp .sub-nav .sub-menu a {
    background: none;
    padding: 0;
}

.staticApp .main-nav .sub-menu a:hover, .staticApp .sub-nav .sub-menu a:hover {
    color: #0073CF;
}

.staticApp .main-nav li .sub-pages, .staticApp .sub-nav li .sub-pages {
    padding-left: 10px;
}

.staticApp .main-nav li .sub-pages .title-link, .staticApp .sub-nav li .sub-pages .title-link {
    margin-top: 5px;
    margin-left: -10px;
    font-weight: bold;
    font-size: 15px;
}

.staticApp #dtnav label.text {
    font-size: 15px;
}

.staticApp a.bg-grey {
    color: #394a58;
}

.staticApp a:hover.bg-grey {
    color: #394a58;
}

.staticApp a:active.bg-grey {
    color: #394a58;
}

.staticApp .btm-margin {
    padding-bottom: 30px;
    overflow: auto;
}

.staticApp .rcol-bg-grey {
    background-color: #f5f5f5;
    color: #394a58;
}

.staticApp .topimage {
    border-bottom: 2px solid #ff8000;
}

.staticApp .topimage img {
    margin-bottom: 0px;
}

.staticApp h2.itb-title {
    text-align: center;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    font-size: 1.5em;
}

.staticApp .itb-text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.staticApp .itb {
    padding: 0px;
}

.staticApp .col-sm-pad-right-dec {
    padding-right: -16px;
    margin-right: -16px;
}

.staticApp .col-sm-pad-right-dec32 {
    padding-right: -10px;
    margin-right: -10px;
}

.staticApp .search-icon {
    background: url(http://localhost/private/icons/search.jpg);
    background-size: 60px 65px;
    background-position: center;
    background-repeat: no-repeat;
    height: 65px;
}

.staticApp .ft-search-title {
    padding-top: 0;
    margin-top: 0;
    text-align: center;
}

.staticApp input[type=submit].ft-search {
    border: none;
    display: block;
    position: absolute;
    top: 0.4em;
    right: 7px;
    line-height: 1em;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(/images/1/search.png) no-repeat;
    background-size: 23px;
    width: 23px;
    height: 23px;
}

.staticApp .adbanner {
    margin-left: 8%;
    margin-right: 8%;
}

.staticApp .adbanner a img {
    margin-bottom: 10px;
}

.staticApp .adbanner-m {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.staticApp .middle {
    text-align: center;
}

.staticApp .caritemtitle {
    text-align: center;
    text-transform: none;
    color: #ff8000;
}

.staticApp .car-button {
    width: 92% !important;
    margin-left: 4%;
    margin-right: 4%;
}

.staticApp .bcrumb-level {
    padding-left: 10px;
    padding-right: 10px;
}

.staticApp .table-row-title {
    font-weight: bold;
    width: 25%;
    vertical-align: top;
}

.staticApp .col-xs-left {
    margin-left: -16px;
}

.staticApp .nobtm-margin {
    margin-bottom: 0;
}

.staticApp .adbanner-m .nobtm-margin {
    margin-top: 20px;
    margin-bottom: 0;
}

.staticApp .notoppad {
    padding-top: 0px !important;
}

.staticApp .socialblock .share .wrapper {
    margin: 0 auto;
}

.staticApp .socialblock hr {
    border-top: 8px solid #f4f4f4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.staticApp .socialblock .title {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.staticApp .socialblock .share ul {
    list-style: none;
    margin: 10px 0 10px 20px;
    padding: 0;
    display: inline-block;
}

.staticApp .socialblock .share ul li {
    display: inline-block;
    margin-right: 20px;
}

.staticApp .socialblock .share ul li a {
    color: #323232;
    padding-left: 34px;
    margin: 10px 0;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    background-image: url("/images/3/some-icon.png");
    background-repeat: no-repeat;
}

.staticApp .socialblock .share ul li a.facebook {
    background-position: 0 0px;
    background-size: auto;
}

.staticApp .socialblock .share ul li a.twitter {
    background-position: 0 -28px;
    background-size: auto;
}

.staticApp .socialblock .share ul li a.linkedin {
    background-position: 0 -56px;
    background-size: auto;
}

.staticApp .socialblock .share ul li a.youtube {
    background-position: 0 -84px;
    background-size: auto;
}

.staticApp p.white {
    color: #fff;
}

.staticApp .padding-min {
    padding-left: 2px;
    padding-right: 2px;
}

.staticApp .padding-top-min {
    padding-top: 5px;
}

.staticApp .headerlink {
    position: relative;
    top: -6px;
}

.staticApp .btext, .staticApp a.btext {
    color: #000;
}

.staticApp a:hover.btext {
    color: #000;
}

.staticApp a:active.btext {
    color: #000;
}

@media (min-width: 992px) {
    .staticApp .hshift {
        padding-left: 15px;
    }

    .staticApp .vbar {
        border-right: 3px solid #f5f5f5;
    }

    .staticApp .trackingbar-holder {
        padding-right: 0;
        float: right;
        padding-left: 17px;
    }
}

@media (max-width: 991px) {
    .staticApp .trackingbar-holder {
        padding-right: 0;
        float: right;
        padding-left: 23px;
    }
}

.staticApp .tracking-box {
    position: relative;
    top: 16px;
}

.staticApp .tracking-box-sm {
    position: relative;
    right: 82px;
    top: 16px;
    float: right;
}

.staticApp .tracking-box input.text, .staticApp .tracking-box-sm input.text {
    font-size: 78%;
}

.staticApp .tracking-box input[type=text] {
    line-height: 1.4em;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    width: 107%;
    border: 2px solid #dcdcdc;
    height: 40px;
    font-size: 15px;
    box-sizing: border-box;
}

.staticApp .tracking-box-sm input[type=text] {
    line-height: 1.4em;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    width: 165px;
    border: 2px solid #dcdcdc;
    height: 40px;
    font-size: 15px;
    box-sizing: border-box;
}

.staticApp .tracking-box input[type=text]:focus, .staticApp .tracking-box-sm input[type=text]:focus {
    outline: none;
}

.staticApp .tracking-box input[type=submit], .staticApp .tracking-box-sm input[type=submit] {
    border: none;
    display: block;
    position: absolute;
    top: 0em;
    right: -12px;
    line-height: 1em;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    background: url(/images/1/search.png) no-repeat;
    background-size: 23px;
    background-position: center;
    width: 34px;
    height: 40px;
}

.staticApp .tracking-box input:-ms-input-placeholder, .staticApp .tracking-box-sm input:-ms-input-placeholder {
    color: #8c8c8c;
}

.staticApp a:hover.no-uline, .staticApp a:focus.no-uline {
    color: #2a6496;
    text-decoration: none;
    outline: 0;
}

.staticApp ol li a {
    text-indent: 0px;
}

.staticApp button.colorbl {
    color: #394a58;
}

.staticApp a.colorbl {
    color: #394a58;
}

.staticApp .highlightItemLbl {
    background-color: white !important;
    font-size: 15px !important;
    color: #FF9326 !important;
    margin-left: -1px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
}

.staticApp .highlightItemLi {
    padding-left: 0 !important;
    background-color: #FF9326 !important;
    margin-top: 1px !important;
    border-top: 1px solid #FF9326 !important;
    border-right: 1px solid #FF9326 !important;
    border-left: 0px solid white !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .staticApp .removemargin {
        margin-left: -16px;
        width: 105%;
    }
}

.staticApp .main-nav-bar {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    line-height: 21px;
}

.staticApp .sec-nav-bar {
    padding-left: 4px;
    line-height: 23px;
}