﻿.wfPageTitle {
    padding: 12px 8px 0 0;
    color: #444;
    font-size: 22px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wfPageSubTitle {
    padding: 0px 8px 8px 8px;
    color: #444;
    font-size: 14px;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wfPageSubTitleLight {
    padding: 0px 8px 8px 8px;
    color: #555;
    font-size: 12px;
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wfMenuFrame, .wfMenuItem {
    text-align: left;
    vertical-align: central;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.wfMenuFrame {
    width: 400px;
    margin: 10px 0;
    padding: 20px;
}

.wfMenuItem {
    width: 360px;
    margin: 6px 0;
    padding: 10px 20px;
    cursor: pointer;
}
.wfMenuBlock {
    padding-right: 10px;
    text-decoration: none;
}
.wfMenuItem:hover {
    border-color: #069;
    color: #069;
}

.wfTopicTitle {
    color: #049;
    font-weight: normal;
    padding: 8px 0px 0px 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.wfPageInstructions {
    margin: 4px 8px 12px 8px;
    color: #222;
    font-size: 12px;
    font-style: italic;
}

.subtitleLinksBar {
    padding:8px 8px 4px 4px;
    margin:-10px 0px 6px 6px;
}

.subtitleLink, .wfLink, .wfMiniLink {
    display: inline-block;
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
}

.subtitleLink, .wfMiniLink {
    font-size: 12px;
    padding: 0px 2px;
    margin-bottom: 0;
    color: #049;
}
.wfLink {
    font-size: 12px;
    color:inherit;
}
.wfLink:hover {
    color: #06c;
}


.wfFormControl {
    display: block;
    padding: 0.1rem 0.5rem 0.05rem 0.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type="file"] {
    /*display: none;*/
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.wfFormBlock,
.wfFormControl, 
.wfMediaPreview {
    max-width: 30vw;
    width: 30vw;
    font-size: 14px;
}


.wfFormBlock {
    padding: 6px 6px;
}
.wfInfoBlock {
    display: block;
    padding: 6px 6px;
}

.wfField {
    /*background-color:#fff;*/
    padding:24px 12px;
    margin-bottom:20px;
    width:100%;
}

.wfInnerField, .wfInnerFormField, .wfInnerFormFieldWide {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 26px;
    font-family: Arial;
    font-size: 12px;
    /*min-width: 400px;
    max-width: 600px;*/
    width:contain;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wfInnerFormField, .wfInnerFormFieldWide {
    padding: 2vh 2vw;
}

.footerWatermark {
    font-family: Arial;
    font-size: 12px;
    color: #999;
    padding-top: 10px;
}

.wfLabel, .wfPlainText{
    font-family: Arial;
    font-size: 12px;
    color: #666;
    padding:6px 0 0 0;
}

.wfPlainText {
    color:#06c;
}
.wfFieldCommentBright,
.wfFieldComment {
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
}
.wfFieldCommentBright {
    padding: 6px 0px 2px 0px;
    color: #049;
}
.wfFieldComment {
    padding: 2px 0px 6px 0px;
    color: #444;
}

.wfColorDisabled {
    color:#ccd;
}

.wfGoodNews {
    font-family: Arial;
    font-size: 14px;
    color: #049;
    padding: 0px 6px
}
.wfBagNews {
    font-family: Arial;
    font-size: 14px;
    color: #900;
    padding: 0px 6px
}

.wfReqFieldAsterisc {
    font-size: 14px;
    font-weight: bold;
    color: #06c;
    display:inline;
}

.wfDelX {
    color: #a00;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.wfButton, .wfDelButton, .wfMainButton {
    display: inline-block;
    padding: 4px 12px 2px 12px;
    margin:2px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.wfMainButton {
    border: 1px solid transparent;
}

.wfButton, .wfDelButton {
    border: 1px solid #ccc;
}


    .wfFormFile {
        display: inline-block;
        padding: 4px 12px 2px 12px;
        font-size: 14px;
        font-weight: normal;
        text-decoration: none;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        color: #333;
        background-color: #eee;
        border-color: #ccc;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

.wfButton, .wfDelButton {
    color: #666;
    background-color: #eee;
}

.wfMainButton {
    color: #eee;
    background-color: #06a;
}

.wfButton:hover {
    color: #000;
}

.wfDelButton:hover {
    color: #fff;
    border-color: #fff;
    background-color: #d30;
}


.wfButton:disabled {
    color: #666;
    background-color: #eee;
    border-color: #ccc;
    cursor:not-allowed;
}

.wfMainButton:hover {
    color: #fff;
    border-color: #06a;
}

.wwMarker {
    font-size:12px;
   /* display: block;*/
}

.wfUnPaid {
    color: #f80;
}
.wfUnShipped {
    color: #090;
}
.wfRegLine {
    color: #333;
}

    .wfUnPaid:hover,
    .wfUnShipped:hover,
    .wfRegLine:hover {
       color:#06c;
    }


    .MsgBoard_Modal {
        position: absolute;
        z-index: 1028;
        font-family: Arial, Helvetica, sans-serif;
        padding: 10px;
        display: none;
    }

.MsgBoard_Modal_ch1 {
    padding: 0px;
    border: solid 1px #069;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    max-width: 700px;
    background-color: #fff;
}

.MsgBoard_Modal_ch2 {
    width: 100%;
    background-color: #069;
    color: #ffffff;
    text-align: right;
    padding: 5px;
    font-size: 14px;
}

.MsgBoard_Modal_title {
    width: 100%;
    color: #666;
    padding: 40px 40px 0px 80px;
    font-size: 22px;
}

.MsgBoard_Modal_text {
    max-width: 650px;
    padding: 20px 0px 20px 60px;
}

.MsgBoard_Modal_ch3 {
    width: 100%;
    text-align: right;
    padding: 0px 40px 30px 0px;
}

.MsgBoard_Modal_button {
    padding: 8px 15px 6px 12px;
    color: #069;
    background-color: #eee;
    border: solid 1px #069;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    display: inline;
}
    .MsgBoard_Modal_button:hover {
        background-color: #069;
        color: #fff;
        font-weight:bold;
    }

.genMsgBox {
    border: solid 1px #ddd;
    border-radius: 8px;
    position: absolute;
    text-align: center;
    z-index: 1126;
    color: #08a;
    background-color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3vh 3vw;
    position: fixed;
}

.errMsgBox {
    position: absolute;
    top: 30%;
    left: 35%;
    z-index: 1025;
    padding: 40px 40px;
    text-align: center;
    border: solid 2px #8e080f;
    background-color: #fffffc;
    font-weight: bold;
    position: fixed;
}

.wfPushRight {
    margin-bottom: 20px;
}

.mailLink {
    text-decoration: none;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    display:inline;
}

.activeIcon {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    display: inline-block;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 2px;
}

.icoMail {
    background-image: url('images/mail.png');
    height: 24px;
    padding: 0;
    margin: 0 2px 4px 2px;
}

    .icoMail:hover {
        background-image: url('images/mail-hover.png');
    }

    /********************** accomodate to screen sizes *******************************************************************************************/
    @media (min-width: 300px) /********************************************************************************************************/ {
        .wfFieldCommentBright, .wfFieldComment, .wfgButton, .wfgMainButton {
        font-size: 12px;
    }
    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink,
     .wfGrid tr {
        font-size: 12px;
    }
    .wfMiniLink {
        font-size: 10px;
    }
    .wfGoodNews, .wfBagNews, .wfButton, .wfFormFile, .wfDelButton, .wfMainButton {
        font-size: 12px;
    }

    .subtitleLink, .wfGridColTitle, .wfGridLink, .wfPageSubTitleLight {
        font-size: 12px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 14px;
    }

    .wfPageTitle {
        font-size: 16px;
    }
    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 70vw;
        width: 70vw;
        font-size: 12px;
    }
    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        width: 85vw;
    }
    .wfInnerFormFieldWide {
        font-size: 12px;
    }
        .MsgBoard_Modal {
            top: 30vh;
            left: 2vw;
            width: 93vw;
            position: fixed;
        }
    .wfPushRight {
        padding-left:0px
    }
    .genMsgBox {
        top: 20vh;
        left: 10vw;
        width: 80vw;
        font-size: 14px;
    }
    .wwMarker {
        color: #000;
    }
}
@media (min-width: 400px) /********************************************************************************************************/
{
    .wfFieldCommentBright,
    .wfFieldComment,
    .wfgButton,
    .wfgMainButton {
        font-size: 12px;
    }

    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink,
    .wfGrid tr {
        font-size: 12px;
    }
    .wfMiniLink {
        font-size: 10px;
    }
    .wfGoodNews,
    .wfBagNews,
    .wfButton,
    .wfFormFile,
    .wfDelButton,
    .wfMainButton {
        font-size: 13px;
    }

    .subtitleLink, .wfGridColTitle, .wfGridLink, .wfPageSubTitleLight {
        font-size: 14px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 15px;
    }

    .wfPageTitle {
        font-size: 16px;
    }

    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 70vw;
        width: 70vw;
        font-size: 12px;
    }

    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        width: 85vw;
    }

    .wfInnerFormFieldWide {
        font-size: 12px;
    }

    .MsgBoard_Modal {
        top: 30vh;
        left: 2vw;
        width: 93vw;
    }
    .wfPushRight {
        padding-left: 0px
    }
    .wwMarker {
        color: #000;
    }
    .genMsgBox {
        top: 20vh;
        left: 10vw;
        width: 80vw;
        font-size: 14px;
    }
}
@media (min-width: 500px) /********************************************************************************************************/
{

    .wfFieldCommentBright,
    .wfFieldComment,
    .wfgButton,
    .wfDelButton,
    .wfgMainButton {
        font-size: 12px;
    }

    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink,
    .wfGrid tr {
        font-size: 12px;
    }
    .wfMiniLink {
        font-size: 12px;
    }
    .wfGoodNews,
    .wfBagNews,
    .wfButton,
    .wfFormFile,
    .wfMainButton {
        font-size: 13px;
    }

    .subtitleLink, .wfGridColTitle, .wfGridLink, .wfPageSubTitleLight {
        font-size: 14px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 15px;
    }

    .wfPageTitle {
        font-size: 18px;
    }

    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 70vw;
        width: 70vw;
        font-size: 12px;
    }

    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        font-size: 12px;
        width: 85vw;
    }
    .wfInnerFormFieldWide {
        font-size: 12px;
    }

    .MsgBoard_Modal {
        top: 30vh;
        left: 2vw;
        width: 93vw;
    }
    .wfPushRight {
        padding-left: 8vw;
    }
    .genMsgBox {
        top: 20vh;
        left: 10vw;
        width: 80vw;
        font-size: 14px;
    }
    .wwMarker {
        color: #f00;
    }
}

@media screen and (min-width: 600px) /*************************************************************************************************/
{
    .wfFieldCommentBright,
    .wfFieldComment,
    .wfgButton,
    .wfDelButton,
    .wfgMainButton {
        font-size: 12px;
    }

    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink {
        font-size: 13px;
    }
    .wfMiniLink {
        font-size: 12px;
    }
    .wfGrid tr {
        font-size: 12px;
    }

    .wfGoodNews,
    .wfBagNews,
    .wfButton,
    .wfFormFile,
    .wfMainButton {
        font-size: 13px;
    }

    .subtitleLink, .wfGridColTitle, .wfGridLink, .wfPageSubTitleLight {
        font-size: 14px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 16px;
    }

    .wfPageTitle {
        font-size: 16px;
    }

    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 60vw;
        width: 60vw;
        font-size: 13px;
    }

    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        font-size: 13px;
        width: 70vw;
    }
    .wfInnerFormFieldWide {
        font-size: 13px;
    }
    .wfGrid {
        min-width: 65vw;
    }
    .MsgBoard_Modal {
        top: 30vh;
        left: 6vw;
        width: 90vw;
    }
    .wfPushRight {
        padding-left: 10vw;
    }
    .genMsgBox {
        top: 25vh;
        left: 20vw;
        width: 60vw;
        font-size: 14px;
    }
    .wwMarker {
        color: #a90;
    }
}

@media (min-width: 860px) /**********************************************************************************************************/
{

    .wfFieldCommentBright,
    .wfFieldComment,
    .wfgButton,
    .wfDelButton,
    .wfgMainButton {
        font-size: 13px;
    }

    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink,
    .wfGrid tr {
        font-size: 13px;
    }
    .wfMiniLink {
        font-size: 12px;
    }
    .wfGoodNews,
    .wfBagNews,
    .wfButton,
    .wfFormFile,
    .wfMainButton {
        font-size: 13px;
    }

    .subtitleLink, .wfGridColTitle, .wfGridLink, .wfPageSubTitleLight {
        font-size: 15px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 17px;
    }

    .wfPageTitle {
        font-size: 18px;
    }

    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 50vw;
        width: 50vw;
        font-size: 13px;
    }

    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        font-size: 14px;
        width: 60vw;
    }

    .wfInnerFormFieldWide {
        font-size: 14px;
    }

    .MsgBoard_Modal {
        top: 30vh;
        left: 15vw;
        width: 70vw;
    }
    .wfGrid {
        min-width: 65vw;
    }
    .wfPushRight {
        padding-left: 18vw
    }
    .genMsgBox {
        top: 25vh;
        left: 25vw;
        width: 50vw;
        font-size: 15px;
    }
    .wwMarker {
        color: #fb0;
    }
}

@media (min-width: 1040px) /*************************************************************************************************/
{

    .wfFieldCommentBright,
    .wfFieldComment,
    .wfgButton,
    .wfDelButton,
    .wfgMainButton {
        font-size: 13px;
    }

    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink,
    .wfGrid tr {
        font-size: 13px;
    }
    .wfMiniLink {
        font-size: 12px;
    }

    .wfGoodNews,
    .wfBagNews,
    .wfButton,
    .wfFormFile,
    .wfMainButton {
        font-size: 13px;
    }

    .subtitleLink, .wfGridColTitle, .wfGridLink, .wfPageSubTitleLight {
        font-size: 15px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 18px;
    }

    .wfPageTitle {
        font-size: 18px;
    }

    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 40vw;
        width: 40vw;
        font-size: 14px;
    }

    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        font-size: 14px;
        width: 50vw;
    }
    .wfInnerFormFieldWide {
        font-size: 13px;
    }

    .MsgBoard_Modal {
        top: 25vh;
        left: 25vw;
        width: 50vw;
    }
    .wfGrid {
        min-width: 50vw;
    }
    .wfPushRight {
        padding-left: 14vw
    }
    .genMsgBox {
        top: 25vh;
        left: 25vw;
        width: 50vw;
        font-size: 15px;
    }
    .wwMarker {
        color: #0f0;
    }
}

@media (min-width: 1200px) /*************************************************************************************************/
{

    .wfFieldCommentBright,
    .wfFieldComment,
    .wfgButton,
    .wfDelButton,
    .wfgMainButton {
        font-size: 14px;
    }

    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink,
    .wfGrid tr {
        font-size: 14px;
    }
    .wfMiniLink {
        font-size: 13px;
    }
    .wfGoodNews,
    .wfBagNews,
    .wfButton,
    .wfFormFile,
    .wfMainButton {
        font-size: 13px;
    }

    .subtitleLink, .wfGridColTitle, .wfGridLink, .wfPageSubTitleLight {
        font-size: 16px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 18px;
    }

    .wfPageTitle {
        font-size: 20px;
    }

    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 30vw;
        width: 30vw;
        font-size: 14px;
    }

    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        font-size: 15px;
        width: 40vw;
    }
    .wfInnerFormFieldWide {
        font-size: 15px;
    }
    .MsgBoard_Modal {
        top: 25vh;
        left: 30vw;
        width: 40vw;
    }
    .wfGrid {
        min-width: 40vw;
    }
    .wfPushRight {
        padding-left: 12vw;
    }
    .genMsgBox {
        top: 30vh;
        left: 35vw;
        width: 30vw;
        font-size: 16px;
    }
    .wwMarker {
        color: #0cc;
    }
}

@media (min-width: 1800px) /*************************************************************************************************/
{
    .wfFieldCommentBright,
    .wfFieldComment,
    .wfgButton,
    .wfDelButton,
    .wfgMainButton {
        font-size: 14px;
    }

    .footerWatermark,
    .wfLabel,
    .wfPlainText,
    .wfPageInstructions,
    .wfInnerField,
    .wfInnerFormField,
    .wfLink,
    .wfGrid tr {
        font-size: 15px;
    }
    .wfMiniLink {
        font-size: 13px;
    }
    .wfGoodNews,
    .wfBagNews,
    .wfButton,
    .wfFormFile,
    .wfMainButton {
        font-size: 16px;
    }

    .wfTopicTitle, .wfPageSubTitle {
        font-size: 20px;
    }

    .subtitleLink,
    .wfGridColTitle,
    .wfGridLink, 
    .wfPageSubTitleLight {
        font-size: 16px;
    }

    .wfPageTitle {
        font-size: 22px;
    }

    .wfFormBlock,
    .wfFormControl,
    .wfMediaPreview {
        max-width: 30vw;
        width: 30vw;
        font-size: 14px;
    }

    .wfInfoBlock,
    .wfInnerField,
    .wfInnerFormField {
        width: 35vw;
        font-size: 15px;
    }

    .wfInnerFormFieldWide {
        font-size: 15px;
    }
    
    .wfGrid {
        min-width: 35vw;
    }

    .MsgBoard_Modal {
        top: 30vh;
        left: 35vw;
        width: 30vw;
    }
    .wfPushRight {
        padding-left: 26vw
    }
    .wfPushRight {
        padding-left: 7vw
    }
    .genMsgBox {
        top: 30vh;
        left: 35vw;
        width: 30vw;
        font-size: 18px;
    }
    .wwMarker {
        color: #00f;
        max-width: 50vw;
    }
}