@import "normalize3SC.css";

/*************************** PARAGRAPHS AND TEXT ***************************/

html {
    font: .85em/1.5 Helvetica, Arial, sans-serif;
}

@media screen and (min-width: 650px) {
    html {
        font-size: 1em !important;
    }
}

.container3SC *,
.container3SC *:before,
.container3SC *:after {
    box-sizing: border-box;
}

.container3SC P {
    font-size: 1em;
    color: #000;
}

.container3SC .footer {
    font-size: x-small;
    color: #555555;
}

.container3SC .Header1 {
    font-size: xx-large;
    color: #000;
    font-weight: bold;
}

.container3SC .Header2 {
    font-size: x-large;
    color: #000;
    font-weight: bold;
}

.container3SC h2 {
    margin-top: 10px;
    font-size: 2em;
    margin-bottom: 10px;
    margin: 10px 0;
    color: #007483;
    font-weight: normal;
}

.container3SC .Header4 {
    font-size: medium;
    color: #000;
    font-weight: bold;
}

.container3SC .BoldText {
    font-size: small;
    color: #555555;
    font-weight: bold;
}

.container3SC .SmallText {
    font-size: x-small;
    color: #555555;
}

.container3SC .RedError {
    font-size: small;
    color: #DF0000;
}

.container3SC .RedErrorBold {
    font-size: small;
    color: #DF0000;
    font-weight: bold;
}

.container3SC .MandatoryFieldMarker {
    font-size: 1.2em;
    font-weight: normal;
    color: #DF0000;
}


/*************************** LINKS ***************************/

.container3SC .ALink {
    color: #0000FF;
    text-decoration: none;
    font-size: small
}

.container3SC .ALink:Hover {
    color: #0000FF;
    text-decoration: underline;
    font-size: small
}

.container3SC .ALinkBold {
    color: #0000FF;
    text-decoration: none;
    font-size: small;
    font-weight: bold
}

.container3SC .ALinkBold:Hover {
    color: #0000FF;
    text-decoration: none;
    font-size: small;
    text-decoration: underline
}

.container3SC A {
    text-decoration: none;
}


/*************************** TABLES ***************************/

.container3SC td.Normal {
    font-size: 0.9em;
}

.container3SC td.TableHeader {
    color: #555555;
    font-size: medium;
    font-weight: bold;
}

.container3SC .NavigationTable {
    color: #FFFFFF;
    background-color: #00C0C0;
    font-size: x-small;
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

.container3SC .TableBlueBg {
    background-color: #EDF2FF;
    font-size: small;
    color: #555555;
}


/*************************** FORMS AND LABELS ***************************/

.container3SC .ReadOnlyTextArea {
    background-color: #EDF2FF;
    font-size: small;
    color: #555555;
}

.container3SC .ReadOnly {
    background-color: #EDF2FF;
    font-size: small;
    color: #555555;
}

.container3SC .InputButton {
    background-color: #FFFFFF;
    font-size: small;
    color: #555555;
    font-weight: bold
}

.container3SC .lblButton {
    font-size: medium;
    color: #0000FF;
    font-weight: bold
}

.container3SC .lblButton:Hover {
    font-size: medium;
    color: #555555;
    font-weight: bold
}


/** #### Form labels 			 																										**/


/** These classes will be used at the table cell level to 										**/


/** determine the look and feel of labels on a form.													**/


/** MainFormLabel is for labels that must stand out on a screen								**/


/** NormalFormLable is for general labels (e.g. on a form with many fields).	**/


/** Error labels are for when mandatory fields have not been filled in.				**/


/** Text labels are for summary pages that have no form fields.								**/


/** Of course, .container3SC they can be set to look exactly the same.											**/

.container3SC .MainFormLabel {
    font-size: 1em;
    color: #555555;
    text-align: left;
}

.container3SC .MainFormLabelNoWrap {
    font-size: small;
    color: #555555;
    text-align: left;
    white-space: nowrap;
}

.container3SC .NormalFormLabel {
    font-size: 1em;
    color: #555555;
    font-weight: normal;
    text-align: left;
}

.container3SC .MainFormLabelError {
    font-size: small;
    color: #DF0000;
    font-weight: bold;
    text-align: right;
}

.container3SC .MainFormLabelErrorNoWrap {
    font-size: small;
    color: #DF0000;
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
}

.container3SC .NormalFormLabelError {
    font-size: small;
    color: #DF0000;
    font-weight: bold;
    text-align: left;
}

.container3SC .MainTextLabel {
    font-size: small;
    color: #555555;
    font-weight: bold;
    text-align: left;
}

.container3SC .MainTextLabelNoWrap,
.container3SC .MainTextLabel {
    font-size: 1em;
    color: #555555;
    font-weight: bold;
    text-align: left !important;
    white-space: nowrap;
}

.container3SC .NormalTextLabel {
    font-size: small;
    color: #555555;
    font-weight: normal;
    text-align: left;
}


/*************************** IMAGES ***************************/

.container3SC .ImageButton {
    border: 0px none white;
    padding-right: 5px;
    height: 80px;
}

.BorderedImage {
    max-width: 100%;
    max-height: 350px;
    height: auto;
}

.container3SC .ImageCenterHoriz {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px none white;
}

.container3SC .ImageButtonLeft {
    float: Left;
    border: 0px none white;
}

.container3SC .ImageButtonRight {
    float: right;
    border: 0px none white;
}


/*********************** NAVIGATION BAR ************************/

.container3SC .NavBarTableCell {
    font-size: 0.9em;
    color: #007483;
    font-weight: normal;
    text-decoration: none;
}

.container3SC .NavBarLink {
    font-size: 1em;
    color: #007483;
    font-weight: bold;
    text-decoration: none;
}

.container3SC .NavBarLink:hover {
    font-weight: bold;
    text-decoration: underline;
}


/********************** FIELD SET AND LEGEND *******************/

.container3SC legend {
    color: #007483;
    font-size: 1.3em;
    /* font-weight:bold; */
}

.container3SC fieldset {
    border: none;
    padding: 5px;
}

.container3SC .w3cbutton {
    text-decoration: none;
    background-color: transparent;
    padding-right: 4px;
    height: 32px;
    width: 88px;
}

.container3SC .hiddenLabel {
    visibility: hidden;
    float: right;
    height: 0;
}


/* mandatory label marker */

.container3SC .field-required:after {
    font-size: 100%;
    font-weight: bold;
    color: red;
    content: "*";
}


/* make a elemnet take up 100% of available width */

.container3SC .fullwidth {
    width: 100%;
}


/* hide an element (textarea) */

.container3SC .displaynone {
    display: none;
}

.container3SC .button3sc {
    min-width: 135px;
}

.container3SC .button3sc,
.container3SC input.button3sc,
.container3SC a.button3sc {
    padding: .5em 2em .55em;
    cursor: pointer;
    font-weight: 300;
}

.container3SC .button3sc:hover,
.container3SC input.button3sc:hover,
.container3SC a.button3sc:hover,
.container3SC .smallbutton3sc:hover,
.container3SC input.smallbutton3sc:hover,
.container3SC a.smallbutton3sc:hover {
    text-decoration: none;
    background: #034694;
    border-bottom-color: #023a7b;
    cursor: pointer;
}

.container3SC .button3sc:focus,
.container3SC input.button3sc:focus,
.container3SC a.button3sc:focus,
.container3SC .smallbutton3sc:focus,
.container3SC input.smallbutton3sc:focus,
.container3SC a.smallbutton3sc:focus {
    background: #034694;
    border-bottom-color: #023a7b;
    cursor: pointer;
}

.container3SC .button3sc:active,
.container3SC input.button3sc:active,
.container3SC a.button3sc:active,
.container3SC .smallbutton3sc:active,
.container3SC input.smallbutton3sc:active,
.container3SC a.smallbutton3sc:active {
    position: relative;
    top: 2px;
    background: #034694;
    border-bottom-color: #023a7b;
    cursor: pointer;
}

.container3SC .smallbutton3sc,
.container3SC input.smallbutton3sc,
.container3SC a.smallbutton3sc {
    padding: .2em 1em .2em;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
}

.container3SC .buttonLeft {
    float: left;
}

.container3SC .buttonRight {
    float: Right;
}

.container3SC .filePath {
    width: 70%;
    vertical-align: middle;
}

.container3SC .fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.container3SC .fileUpload input.upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.container3SC input,
.container3SC select {
    padding: 6px;
    font-size: 1em;
    color: #555555;
    border: 1px solid #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: auto;
    width: initial;
}

.container3SC {
    margin-right: auto;
    margin-left: auto;
    max-width: 750px;
}

.container3SC form[name="frmSendEmail"] {
    max-width: 525px;
}

.container3SC form[name="frmSendEmail"] input.button3sc {
    float: right;
}

.container3SC form[name="frmSendEmail"] table {
    margin-left: auto;
    margin-right: auto;
}

.container3SC form[name="frmPayment"] {
    margin: 0;
}

@media only screen and (max-width: 520px) {
    form[name="frmPCN"] .button3sc {
        width: 100% !important;
        height: 40px !important;
    }
    .container3SC form[name="frmPCN"] table,
    .container3SC form[name="frmPCN"] td {
        width: 100%;
    }
    .container3SC fieldset td {
        float: left;
        clear: both;
    }
    .container3SC div>table>tbody>tr>td>div:nth-child(2) td {
        float: left;
        clear: both;
    }
    .container3SC textarea {
        width: 95%;
    }
    .container3SC input {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .container3SC input[value="View Evidence"] {
        width: 100%;
    }
    .container3SC table {
        width: 100%;
    }
    .container3SC .button3sc {
        width: 100%;
    }
    .container3SC td[align="left"][valign="top"],
    .container3SC td[align="right"][valign="top"] {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }
    .container3SC tr {
        display: block;
    }
    .container3SC td {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }
    .container3SC table[border="0"][cellpadding="2"][cellspacing="0"]>tbody>tr>td[align="right"][valign="top"],
    .container3SC table[border="0"][cellpadding="2"][cellspacing="0"]>tbody>tr>td[align="left"][valign="middle"][class="Normal"] {
        float: none;
        clear: none;
        width: auto;
        display: table-cell;
    }
    .container3SC table[border="0"][cellpadding="2"][cellspacing="0"]>tbody>tr>td[align="right"][valign="top"] {
        width: 25px;
    }
}

.container3SC {
    padding: 0 10px;
}

.container3SC hgroup,
.container3SC .hgroup,
.container3SC ul,
.container3SC ol,
.container3SC dl,
.container3SC blockquote,
.container3SC address,
.container3SC table,
.container3SC fieldset,
.container3SC form,
.container3SC pre,
.container3SC hr {
    margin-bottom: initial;
}

.container3SC table td {
    padding: 3px;
    border: none;
}

.container3SC p {
    margin: 1em 0;
    ;
}

.container3SC h1 {
    margin: 10px 0;
    color: #007483;
    font-size: 2em;
    font-weight: normal;
}

.container3SC legend {
    width: auto;
    padding: 0 5px;
    margin: 0;
    margin-bottom: 10px;
}

.container3SC fieldset {
    padding: 5px;
}

.container3SC h2.Header3 {}

.container3SC img[width],
.container3SC img[height] {}

.container3SC #uploadspanBtn {
    padding: 5px 12px;
    margin-bottom: 0 !important;
}

.container3SC input[value="Add"].smallButton3sc {
    padding: 8px 12px;
    margin-bottom: 0 !important;
}

.container3SC input[value="Remove"].smallButton3sc {
    padding: 8px 12px;
    margin-bottom: 0 !important;
    margin-top: .75em;
}

.container3SC textarea {
    max-width: 715px;
}

.container3SC #uploadBtn {}

.container3SC input#uploadFile {}


/* style input and links as buttons */

.container3SC .button3sc,
.container3SC input.button3sc,
.container3SC a.button3sc,
.container3SC .smallButton3sc,
.container3SC input.smallButton3sc,
.container3SC a.smallButton3sc,
.container3SC #uploadBtn {
    background: #097582;
    border-color: #07606a;
    margin-bottom: 12px !important;
    margin-bottom: 0.75rem !important;
    border: 0;
    border-bottom: 4px solid #07606a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0;
    padding: 12px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.25s linear;
    vertical-align: middle;
    font-size: 1em;
}

.container3SC a.button3sc {
    padding: 9px;
}

padding: 9px;

}
