﻿@import "Dialogs.css";
.FormContainer {
    margin: 0 auto;
    border: 1px solid #696;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0px 2px 3px;
    -moz-box-shadow: #666 0px 2px 3px;
    box-shadow: #666 0px 2px 3px;
    padding: 10px;
    text-align: center;
    max-width: 800px;
    width: 90%;
    background: #ffffff;
}
.FormContainerNoBorder {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    max-width: 800px;
    width: 90%;
    background: #ffffff;
}
.FormLabel {
/*    text-align: right;
    margin-top: 14px;*/
    text-align: right;
    vertical-align: middle;
    line-height: 1.2em
}

.FormField
{
    text-align: left;
    display: block;
}

.FormCheckBox {
    text-align: left;
    padding-top: 6px;
    display: block;
}

.FormFieldLabel {
    text-align: left;
    font-weight: 600;
    top: 3px;
    position: relative;
}
.FormError {
    clear: both;
    display: block;
    float: left;
    font-size: 1.01em;
    color: #BB0000;
    font-weight: 900;
}

.FormErrorRight {
    clear: both;
    display: block;
    float: right;
    font-size: 1.01em;
    color: #BB0000;
    font-weight: 900;
}

.FormDelimiter {
    margin-top: 6px;
    vertical-align: middle;
    float:left;
}
.MultiLine {
    white-space: pre-wrap;
    max-height: 200px;
    height: auto;
    overflow: auto;
}
.WaterMark {
    font-family: inherit;
    width: inherit;
    background-color: whitesmoke;
}

.BoldText {
    font-weight: bold;
}

.LockedTextColor {
    color: black;
}

.WarningText {
    color: red;
    font-weight: bold;
    font-style: italic;
}

.PaymentCompleteTextColor {
    color: green;
}

.PaymentCancelledTextColor {
    color: red;
}

.CF500
{
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
/* Fields with maximum widths */
.FW10 {
    max-width: 10px;
    width: 99%;
    vertical-align: top;
}
.FW20 {
    max-width: 20px;
    width: 99%;
    vertical-align: top;
}
.FW30 {
    max-width:30px;
    width: 99%;
    vertical-align: top;
}
.FW40 {
    max-width: 40px;
    width: 99%;
    vertical-align: top;
}
.FW60 {
    max-width: 60px;
    width: 99%;
    vertical-align: top;
}
.FW70 {
    max-width: 70px;
    width: 99%;
    vertical-align: top;
}
.FW80 {
    max-width: 80px;
    width: 99%;
    vertical-align: top;
}
.FW90 {
    max-width: 90px;
    width: 99%;
    vertical-align: top;
}
.FW100 {
    max-width: 100px;
    width: 99%;
}
.FW120
{
    max-width: 120px;
    width: 99%;
}
.FW150 {
    max-width: 150px;
    width: 99%;
}
.FW200 {
    max-width: 200px;
    width: 99%;
}
.FW300
{
    max-width: 300px;
    width:99%;
}
.FW400 {
    max-width: 400px;
    width: 99%;
}
.FW350 {
    max-width: 350px;
    width: 99%;
}
.FW500 {
    max-width: 500px;
    width: 100%;
}
.FWMax
{
    max-width: 1024px;
    width: 99%;
}

.FW90P {
    max-width: 90%;
    width: 99%;
}

.FlexInline {
    display: inline-flex;
}

select {
    display: block;
    font-family: inherit;
    margin-bottom: 10px;
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    border-width: 1px;
    border-color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
}

textarea {
    float:left;
    font-family: inherit;
    overflow: auto;
    text-align: left;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    padding: 1%;
    -webkit-transition: height 2s ease;
    -moz-transition: height 2s ease;
    -ms-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
    resize: none;
    width: 96%
}

textarea:focus {
    background-color: #edf9ff;
    outline-offset: 0;
}

textarea:disabled {
    background-color: lightgray;
    color: gray;
}

FormContainer br {
    clear: left;
}

input[type="text"] {
    float: left;
    font-family: inherit;
    overflow: auto;
    text-align: left;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    padding: 6px;
    -webkit-transition: height 2s ease;
    -moz-transition: height 2s ease;
    -ms-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
}

input[type="password"] {
    float: left;
    font-family: inherit;
    overflow: auto;
    text-align: left;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    padding: 4px;
    -webkit-transition: height 2s ease;
    -moz-transition: height 2s ease;
    -ms-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
}

input[type="file"] {
    float:left;
    font-family: inherit;
    border-radius: 50px;
    transition: all 0.2s;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 7px 15px;
    border: 1px solid #111111;
    font-weight: 700;
    color: #000000;
    background: #ffffff;
    margin: 0 auto;
}

input:focus {
    background-color: #edf9ff;
    outline-offset: 0;
}

input:disabled {
    background-color: lightgray;
    color: gray;
}

.HiddenButton
{
    display: none;
}

.HiddenTextBox {
    display: none;
    width: 0px;
    height: 0px;
    border: none;
}

FormContainer td {
    text-align: left;
}

.ErrorPanel {
    color: #FF0000;
    font-weight: bold;
    text-align: left;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
/* Styled checkbox - container and checkmark */
.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
} 
/* Drop down list style */
.DropDown {
    font-family: inherit;
    background: #fff;
    border-radius: 3px;
    line-height: 2em;
    border-style: solid;
    border-color: #000;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    padding: 2px;
    -webkit-transition: height 2s ease;
    -moz-transition: height 2s ease;
    -ms-transition: height 2s ease;
    -o-transition: height 2s ease;
    transition: height 2s ease;
}
/* Calendar Icon */
.CalendarIcon {
    float: left;
    height: 25px;
    cursor: pointer;
}
/* Boxed Panels */
.SmallBoxedPanel {
    margin: 0 auto;
    border: 1px solid #696;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    background: #ffffff;
    text-align: center;
    width: 75%;
}

.ProcessingBoxHide
{
    float: left;
    position: relative;
    top: -9999px;
}

.ProcessingBoxShow {
    float: left;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
    max-width: 200px;
    width: 100%;
    border: 1px solid #696;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    background: #ffffff;
    text-align: center;
}

.ProcessingBoxedPanel {
    position:relative;
    top: -9999px;
    margin: 0 auto;
    border: 1px solid #696;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    background: #ffffff;
    text-align: center;
    height: 300px;
    max-width: 400px;
    width: 100%;
}

.ProcessingText {
    color: blue;
}
/* Uploading */
.UploadingHide {
    float: left;
    position: relative;
    height: 0px;
    top: -9999px;
}

.UploadingShow {
    float: left;
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    height: 150px;
    max-width: 400px;
    width: 100%;
    border: 1px solid #696;
    -webkit-box-shadow: #666 0 2px 3px;
    -moz-box-shadow: #666 0 2px 3px;
    box-shadow: #666 0 2px 3px;
    background: #ffffff;
    text-align: center;
    z-index: 2;
}

.UploadingBackground {
    background-color: white;
    filter: alpha(opacity=70);
    opacity: 0.70;
}

.UploadingHeader {
    float: left;
    clear: both;
    height: 30px;
    width: 100%;
    background: rgb(135,27,83);
    background: linear-gradient(180deg, rgba(135,27,83,1) 1%, rgba(222,43,136,1) 93%, rgba(255,255,255,1) 100%);
}

.UploadingHeaderText {
    position: relative;
    top: 4px;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    vertical-align: middle;
    color: #fff;
}

.UploadingBody {
    position: relative;
    top: 4px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    vertical-align: middle;
    color: #000;
}

.UploadingFooter {
    height: 85px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}
.UploadingImage {
    height: 80px;
}
.Captcha
{
    height: 50px;
    max-width: 170px;
    width: 100%;
}
/* Calendar Extender CSS */
.ajax__calendar_container {
    padding: 4px;
    position: absolute;
    cursor: default;
    width: 170px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}

.ajax__calendar_body {
    height: 139px;
    width: 170px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years {
    top: 0px;
    left: 0px;
    height: 139px;
    width: 170px;
    position: absolute;
    text-align: center;
    margin: auto;
}

.ajax__calendar_container TABLE {
}

.ajax__calendar_header {
    height: 20px;
    width: 100%;
}

.ajax__calendar_title {
    cursor: pointer;
    font-weight: bold;
}

.ajax__calendar_footer {
    height: 15px;
}

.ajax__calendar_today {
    cursor: pointer;
    padding-top: 3px;
}

.ajax__calendar_dayname {
    height: 17px;
    width: 17px;
    text-align: right;
    padding: 0 2px;
}

.ajax__calendar_day {
    height: 17px;
    width: 18px;
    text-align: right;
    padding: 0 2px;
    cursor: pointer;
}

.ajax__calendar_month {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar_year {
    height: 44px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}

.ajax__calendar .ajax__calendar_container {
    border: 1px solid #646464;
    background-color: #ffffff;
    color: #000000;
}

.ajax__calendar .ajax__calendar_footer {
    border-top: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_dayname {
    border-bottom: 1px solid #f5f5f5;
}

.ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_month {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_year {
    border: 1px solid #ffffff;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_active .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #0066cc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #646464;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_day {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_month {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: #edf9ff;
    border-color: #daf2fc;
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_title {
    color: #0066cc;
}

.ajax__calendar .ajax__calendar_hover .ajax__calendar_today {
    color: #0066cc;
}
/* Ajax Asych Upload CSS */
ajax__fileupload {
    padding: 4px !important;
    border: #D3D3D3 1px solid !important;
    overflow: auto !important;
}

.ajax__fileupload_selectFileContainer {
    height: 24px !important;
    line-height: 24px !important;
}

.ajax__fileupload_selectFileButton {
    display: block !important;
    border-radius: 50px !important;
    height: 24px !important;
    line-height: 24px !important;
    width: 80px !important;
    text-align: center !important;
    background-color: #212121 !important;
    color: #D0D0D0 !important;
    cursor: pointer !important;
    margin-right: 4px !important;
}

    .ajax__fileupload_selectFileButton:hover {
        background-color: #000000 !important;
        color: #ffffff !important;
    }

.ajax__fileupload_topFileStatus {
    color: rgb(127, 126, 126) !important;
}

.ajax__fileupload_ProgressBarHolder {
    margin-right: 70px !important;
    _margin-right: 0 !important;
}

.ajax__fileupload_uploadbutton {
    width: 80px !important;
    border-radius: 50px !important;
    text-align: center !important;
    cursor: pointer !important;
    color: white !important;
    font-weight: bold !important;
    background-color: #000099 !important;
    margin-right: 5px !important;
}

.ajax_fileupload_cancelbutton {
    width: 80px !important;
    border-radius: 50px !important;
    text-align: center !important;
    cursor: pointer !important;
    color: white !important;
    font-weight: bold !important;
    background-color: #990033 !important;
}

.ajax__fileupload_dropzone {
    border-style: dotted !important;
    border-width: 1px !important;
    line-height: 50px !important;
    text-align: center !important;
    _text-align: left !important; /* IE Only */
    margin-bottom: 2px !important;
}

.ajax__fileupload_queueContainer {
    border: #A9A9A9 1px solid !important;
    border-width: 1px !important;
    margin-top: 2px !important;
    padding: 4px !important;
    clear: both !important;
}

.ajax__fileupload_progressBar {
    padding-left: 4px !important;
    background-color: #CCFFCC !important;
}

.ajax__fileupload_footer {
    margin-top: 2px !important;
    line-height: 20px !important;
    height: 20px !important;
}

.ajax__fileupload_fileItemInfo {
    line-height: 20px !important;
    height: 20px !important;
    margin-bottom: 2px !important;
    overflow: hidden !important;
}

    .ajax__fileupload_fileItemInfo .filename {
        font-weight: bold !important;
    }

    .ajax__fileupload_fileItemInfo .uploadstatus {
        font-style: italic !important;
    }

    .ajax__fileupload_fileItemInfo .removeButton {
        cursor: pointer !important;
        border-radius: 50px !important;
        background-color: #900 !important;
        color: white !important;
        width: 80px !important;
        height: 20px !important;
        line-height: 20px !important;
        text-align: center !important;
        display: block !important;
        float: left !important;
    }

    .ajax__fileupload_fileItemInfo .uploadedState {
        color: #060 !important;
        background-color: #fff !important;
    }

    .ajax__fileupload_fileItemInfo .uploadingState {
        color: #FF9900 !important;
        background-color: #fff !important;
    }

    .ajax__fileupload_fileItemInfo .pendingState {
        color: #009 !important;
        background-color: #fff !important;
    }

    .ajax__fileupload_fileItemInfo .errorState {
        color: #ffffff !important;
        background-color: #ff0000 !important;
    }

    .ajax__fileupload_fileItemInfo .cancelledState {
        color: #900 !important;
        background-color: #fff !important;
    }

/*Check*/
.ajax__fileupload_selectFileContainer {
    display: inline-block !important;
    overflow: hidden !important;
    position: relative !important;
    width: 80px !important;
    /*float: left !important;*/
}

    .ajax__fileupload_selectFileContainer input {
        border: medium none !important;
        cursor: pointer !important;
        height: 40px !important;
        margin: 0 !important;
        opacity: 0 !important;
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
    }

.ajax__fileupload_fileItemInfo {
    position: relative !important;
    z-index: 0 !important;
}

.ajax__fileupload_fileItemInfo div {
    display: inline-block !important;
}

    .ajax__fileupload_fileItemInfo div.removeButton {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
    }
.Tab {
}
.Tab a.level1.static
{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    transition: all 0.2s;
    margin-top: 12px;
    padding: 7px 15px;
    border: 2px solid #111111;
    font-weight: 700;
    color: #000000;
    background: #ffffff;
    margin: 0 auto;
    min-width: 70px;
}
.Tab a.level1.static.selected
{
    border-bottom-color:#fff;
}
.Tab a.level1.static.hover {
    cursor: pointer;
}
@media screen and (max-width: 640px) {

    .FormLabel {
        font-size: 0.9em;
        margin-top: 6px;
    }

    .FormField {
        font-size: 0.9em;
    }

    .FormContainer {
        padding: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    input[type="text"] {
        padding-right: 0px;
        font-size: 0.9em;        
    } 
}

@media screen and (max-width: 480px) {

    .FormLabel {
        font-size: 0.85em;
        text-align: left;
        margin-top: 4px;
        width: 90%
    }

    .FormField {
        font-size: 0.85em;
        width: 90%
    }

    .FormContainer {
        width:80%
    }

    input[type="text"] {
        padding-right: 0px;
        font-size: 0.85em;
    }

}



@media screen and (max-width: 200px) {

    .FormLabel {
        font-size: 0.65em;
    }

    .FormField {
        font-size: 0.65em;
    }

    .FormContainer {
        padding: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    input[type="text"] {
        padding-right: 0px;
        font-size: 0.65em;
    }

    img {
        width: 90%;
    }

}