﻿BODY {
    background: #ddd;
    font-family: Helvetica,Lucida Sans,Tahoma,Arial,Sans-Serif;
    color: #434343;
    margin: 0 !important;
}

h1 {
    color: #526d8b;
}

a:link, a:visited {
    color: #c8102e;
    text-decoration: underline;
}

a:hover {
    color: #aa0e27;
}

H2 {
    MARGIN-TOP: 30px;
}

H3 {
    COLOR: #000;
    FONT-SIZE: 1.1em;
}

H2 + H3 {
    MARGIN-TOP: 20px;
}

TABLE + H2 {
    MARGIN-TOP: 20px;
}

TABLE {
    TEXT-ALIGN: left;
    MARGIN: 20px 0;
}

    TABLE THEAD TR TH {
        PADDING-BOTTOM: 5px;
        PADDING-LEFT: 5px;
        PADDING-RIGHT: 0;
        BACKGROUND: #ce1126;
        COLOR: #fff;
        PADDING-TOP: 5px;
    }

    TABLE TBODY TR TD {
        PADDING-BOTTOM: 10px;
        LINE-HEIGHT: 18px;
        PADDING-LEFT: 10px;
        PADDING-RIGHT: 0;
        PADDING-TOP: 10px;
    }

    TABLE TBODY TR + TR {
        BORDER-TOP: #000 1px solid;
    }

    TABLE TH + TH {
        PADDING-LEFT: 30px !important;
    }

P {
    LINE-HEIGHT: 18px;
}

UL LI {
    LINE-HEIGHT: 18px;
}

OL LI {
    LINE-HEIGHT: 18px;
}

P A:link {
    COLOR: #c8102e;
    text-decoration: underline;
}

P A:visited {
    COLOR: #c8102e;
    text-decoration: underline;
}

P A:hover {
    COLOR: #aa0e27;
    text-decoration: underline;
}

UL LI UL {
    MARGIN-BOTTOM: 0;
}

BLOCKQUOTE {
    PADDING-BOTTOM: 20px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    BACKGROUND: #ddd;
    PADDING-TOP: 30px;
}

    BLOCKQUOTE UL + H3 {
        MARGIN-TOP: -10px;
    }

UL.blue LI A {
    COLOR: #00f !important;
}

OL.blue LI A {
    COLOR: #00f !important;
}

.body {
    width: 966px;
    margin: 0 auto;
    background: #fff;
    position: relative;
}

#header { /* width: 926px; */
    height: 58px;
    margin: 0 auto;
    border-bottom: 23px solid #c8102e; /* background-image:url(/images/qc_mp_top_cap.gif); */
    background-color: #fff;
    padding: 40px 20px 5px;
}

    #header div.cntain {
        width: 966px;
        margin: 0 auto;
    }

.footer {
    width: 966px;
    height: 35px;
    margin: 0 auto;
    background: #fff;
}

.copy {
    float: right;
    padding-top: 10px;
    padding-right: 28px;
    font-size: .8em;
}

.content {
    padding: 28px 28px 28px 28px;
    min-height: 600px;
}

.aButton {
    margin-right: 20px;
}

.required-marker {
    display: none !important;
}

.required-manual {
    color: #c8102e !important;
    font-weight: 700 !important;
    margin-left: 2px;
    display: inline !important;
}

.msg-panel {
    margin: 18px 0;
    padding: 7px 20px;
    min-height: 31px !important;
    border-radius: 18px !important;
    border: 1px solid transparent;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.09);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    position: relative;
    overflow: hidden;
    padding-left: 74px;
    padding-right: 54px;
    opacity: 1;
    transition: opacity .5s ease;
}

.msg-text {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
}

.msg-close {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    cursor: pointer;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    opacity: 1;
    transition: background-color .2s ease, opacity .2s ease, transform .2s ease;
}

.msg-close:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.95);
    transform: translateY(-50%) scale(1.04);
}

.msg-panel:before {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}

@media (min-width: 992px) {
    .msg-panel {
        min-height: 32px;
        padding-left: 78px;
        padding-right: 58px;
    }

    .msg-panel:before {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .msg-panel {
        min-height: 27px;
        padding: 6px 14px;
        padding-left: 60px;
        padding-right: 44px;
        font-size: 14px;
        border-radius: 14px;
    }

    .msg-panel:before {
        left: 14px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .msg-panel:after {
        width: 5px;
    }

    .msg-close {
        right: 8px;
        width: 26px;
        height: 26px;
        font-size: 15px;
    }
}

.msg-panel:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px;
}

.msg-success {
    color: #0f5132;
    background-color: #e8f8ef;
    border-color: #b9e7cd;
}

.msg-success:before {
    content: "✔";
    color: #0f5132;
    background-color: #bdebd0;
}

.msg-success:after {
    background-color: #198754;
}

.msg-error {
    color: #842029;
    background-color: #fdecee;
    border-color: #f7c2c8;
}

.msg-error:before {
    content: "✖";
    color: #842029;
    background-color: #f6c4ca;
}

.msg-error:after {
    background-color: #bb2d3b;
}

.msg-warning {
    color: #664d03;
    background-color: #fff8e1;
    border-color: #ffe29a;
}

.msg-warning:before {
    content: "⚠";
    color: #7a5a00;
    background-color: #ffe8ad;
}

.msg-warning:after {
    background-color: #d39e00;
}

.msg-success .msg-close {
    color: #0f5132;
}

.msg-error .msg-close {
    color: #842029;
}

.msg-warning .msg-close {
    color: #664d03;
}
