/*%PROJECT_COMMENT_HEADER%*/

/***test cjd*/

@font-face {
    font-family: "TicketMasterSans-Regular";
    src: url('Webfont/TMSans/TMSans-Regular.eot?#iefix') format('embedded-opentype'), url('Webfont/TMSans/TMSans-Regular.woff') format('woff'), url('Webfont/TMSans/TMSans-Regular.ttf') format('truetype'), url('Webfont/TMSans/TMSans-Regular.svg#TMSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TicketMasterSans-Bold";
    src: url('Webfont/TMSans/TMSans-Bold.eot?#iefix') format('embedded-opentype'), url('Webfont/TMSans/TMSans-Bold.woff') format('woff'), url('Webfont/TMSans/TMSans-Bold.ttf') format('truetype'), url('Webfont/TMSans/TMSans-Bold.svg#TMSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TicketMasterSans-Italic";
    src: url('Webfont/TMSans/TMSans-Italic.eot?#iefix') format('embedded-opentype'), url('Webfont/TMSans/TMSans-Italic.woff') format('woff'), url('Webfont/TMSans/TMSans-Italic.ttf') format('truetype'), url('Webfont/TMSans/TMSans-Italic.svg#TMSans-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "TicketMasterSans-Light";
    src: url('Webfont/TMSans/TMSans-Light.eot?#iefix') format('embedded-opentype'), url('Webfont/TMSans/TMSans-Light.woff') format('woff'), url('Webfont/TMSans/TMSans-Light.ttf') format('truetype'), url('Webfont/TMSans/TMSans-Light.svg#TMSans-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "InterstateBlack";
    src: url('Webfont/InterstateWGL-Black/InterstateWGL-Black.eot?#iefix') format('embedded-opentype'), url('Webfont/InterstateWGL-Black/InterstateWGL-Black.woff') format('woff'), url('Webfont/InterstateWGL-Black/InterstateWGL-Black.ttf') format('truetype'), url('Webfont/InterstateWGL-Black/InterstateWGL-Black.svg#InterstateWGL-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(//fonts.googleapis.com/css?family=Bitter:400,700);

@import url(//fonts.googleapis.com/css?family=Lato);

/*********************************************************************************
    Standard HTML elements
*********************************************************************************/
 IFRAME
{
    float: left;
}

CANVAS
{
    float: left;
}

P
{
    margin: 0px;
    padding: 0px;
}

A
{
    color: inherit;
}

A:hover
{
    color: inherit;
}

A:visited
{
    color: inherit;
}

TD
{
    vertical-align: top;
}


UL
{
    padding-left: 20px;
}


/*********************************************************************************
    Page
*********************************************************************************/
.BodyContainer
{
    background-color: #ffffff;
    color: black;   
    padding: 0px;
    margin: 0px;     
    font-family: "TicketMasterSans-Regular";
    font-size: 10pt;
}

.PageContainer
{
    background-color: white;
    width: 1000px;
    margin: auto;
    overflow:hidden;
}



.MainContainer
{
    display: table;
    width: 800px;
    margin: auto;
    text-align: left;
    padding-top: 25px;
    padding-left: 100px;
    padding-bottom: 25px;
    padding-right: 100px;
    background-color: white;
    overflow: hidden;
    min-height: 400px;
}

.WideMainContainer
{
    display: table;
    margin: auto;
    text-align: left;
    padding-top: 25px;
    padding-left: 100px;
    padding-bottom: 25px;
    padding-right: 100px;
    background-color: white;
    overflow: auto;
    min-height: 400px;
    position:relative;
}

.WidePageContainer
{
    background-color: white;
    margin: auto;
    overflow:auto;
    width:auto;
}
/*********************************************************************************
    Header
*********************************************************************************/
.HeaderContainer {
    width: 1000px;
    height: 137px;
    margin: auto;
    padding: 0px;
    background-color: #009cde;
}


.LogoContainer {
    width: 350px;
    height: 50px;
    float: left;
    margin-left: 30px;
    margin-top: 40px;
    background-image: url(Images/LogoContainer.png);
    background-repeat: no-repeat;
}

    
.StrapContainer
{
   /* font-weight: bold;
    font-size: 18pt;
    color: white;
    margin-left: 25px;
    padding-top: 66px;
    height: 46px;
    width: 300px;
    float: left;*/
   display: none;
}

/*********************************************************************************
    Account
*********************************************************************************/
.AccountContainer {
    width: 500px;
    margin-right: auto;
    height: 80px;
    overflow: hidden;
    font-size: 10pt;
    text-align: right;
    color: #ffffff;
    padding-top: 55px;
    margin-left: 40%;
}


.SignInButton
{
    display: none;
}

.SignOutButton
{
    border: 0px;
    background-color: #ffffff;
    border-radius: 4px;
    color: #009cde;
    font-size: 10pt;
    font-weight: bolder;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 8px;
    margin-left: 8px;
    cursor: pointer;
}

.AccountWelcomeUnKnownText
{
    display: none;
}

.AccountUserUnKnownText
{
    display: none;
}

/*********************************************************************************
    Tabs
*********************************************************************************/
.TabContainer
{
    width: 975px;
    padding-left: 25px;
    padding-right: 0px;
    background-color: #009cde;
    height: 55px;
    overflow: hidden;
}


.SelectedTab
{
    float:left;
    padding-left: 20px;
    height: 55px;
   
    padding-right: 30px;
    background-color: #E8EBF1;
    background-image: url(Images/SelectedTab.png);
    text-decoration: none;
    color: #474745;
    background-position: right center;
    background-repeat: no-repeat;
    text-align: center;
}

.DisabledTab
{
}


A.UnselectedTab
{
    float:left;
    padding-left: 10px;
    height: 55px;
  
    padding-right: 30px;
    background-image: url(Images/UnselectedTab.png);
    text-decoration: none;
    color: white;
    background-position: right center;
    background-repeat: no-repeat;
    text-align:center;

}


A.UnselectedTab:hover
{
    color: white;
    text-decoration: underline;
}


/*********************************************************************************
    Divide
*********************************************************************************/
.DivideContainer
{
    width: 850px;
    background-color: #EAEBED;
    padding-top: 25px;
    padding-left: 100px;
    padding-bottom: 25px;
    padding-right: 100px;
    margin: auto;
    
}



/*********************************************************************************
    Footer
*********************************************************************************/

.FooterContainer
{
    width: 900px;
    padding-top: 4px;
    height: 28px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right center;
}

.FooterAddressText
{
    display: block;
    height: 12px;
    line-height: 12px;
    font-size: 7pt;
    font-weight: bold;
    text-align: center;
    color: black;
}

.FooterCompanyText
{
    display: block;
    height: 12px;
    line-height: 12px;
    font-size: 7pt;
    text-align: center;
    color: black;
}

.MaskedFooterText {
    color: #ffffff;
}
/*********************************************************************************
    Text Classes
*********************************************************************************/
.HeaderText {
    color: #009cde;
    font-weight: bold;
    font-family: "InterstateBlack";
    font-size: 18pt;
}

.SubHeaderText
{
    color: #474745;
    font-weight: normal;
    font-size: 12pt;
}


.OrderItemsHeader 
{
    color: #009cde;
    font-weight: bold;
    font-size: 18pt;
}

.NormalText {
color: #474745;
    font-weight: normal;
    font-size: 10pt;
}

.AlternateText
{
    font-size: 8pt;
    color: #474745;
}

.ErrorText
{
    color: #E00030;
    font-size: 11pt;
    font-style: italic;
}

.SuccessText
{
    color: darkgreen;
    font-size: 11pt;
}

.LinkText
{
    color: #545251;
}

.RemoveLinkText
{
    background-image: url(Images/ValidationFailedIcon.png);   
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
}

.DeleteLinkText
{
    background-image: url(Images/ValidationFailedIcon.png);   
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height:50px;
}

.EditLinkText
{
    display:table-cell;
    background-image: url(Images/EditDataIcon.png);  
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 31px;
    line-height:50px;
}

.ReinstateLinkText 
{
    background-image: url(Images/ValidationSuccessIcon.png);   
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height:50px;
}

/*********************************************************************************
    Tables
*********************************************************************************/

.NormalTable
{
    width: 100%;
    border-top: 1px solid #D3D8DC;
    border-left: 1px solid #D3D8DC;
    color: #545251;
}

.HeaderCell
{
    border-right: solid 1px #D3D8DC;
    border-bottom: solid 1px #D3D8DC;
    font-weight: bold;
    padding: 8px;
    background-color: #D3D8DC;
    color: #545251;
}

.AltBodyCell
{
    border-right: solid 1px #D3D8DC;
    border-bottom: solid 1px #D3D8DC;
    color: black;
    padding: 8px;
    color: #545251;
    vertical-align:middle;
}

.BodyCell
{
    border-right: solid 1px #D3D8DC;
    border-bottom: solid 1px #D3D8DC;
    color: black;
    padding: 8px;
    color: #545251;
    vertical-align: middle;
}

.NormalCell 
{
    line-height: 10pt;
}

.padBy8{
    padding: 8px;
}

/*********************************************************************************
    Loading
*********************************************************************************/
.PleaseWaitButton
{
    display:inline-block;
    line-height: 32px;
    background-color: #F7F4F2;
    border: solid 1px #8D8C8C;
    border-radius: 15px;
    color: #737373;
    font-size: 10pt;
    font-weight: bold;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 8px;
    cursor: not-allowed;
}



/*********************************************************************************
    Control Classes
*********************************************************************************/

.TextBox
{
    width: 300px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-radius: 4px;
}

.LabelTextBox
{   
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-radius: 4px;
    min-width: 300px;
    background-color: #EAEBED;
}

.TextBoxInValid
{
    width: 300px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border: 1px solid #7F0000;
    font-size: 10pt;
    color: #7F0000;
    border-radius: 4px;
    background-color: #FFCACA;
    background-image: url(Images/ValidationFailedIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.TextBoxValid
{
    width: 300px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-radius: 4px;
    background-image: url(Images/ValidationSuccessIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
}

INPUT.TextBox:disabled
{
    background-color: #EEEEEE;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: #414042;
    border: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-radius: 4px;
}

.ReadOnlyTextBox
{
    width: 300px;
    height: 24px;
    border: 0px;
    padding: 4px;
    color: #414042;
    background-color: #EEEEEE;
    border: 1px solid black;
    font-size: 10pt;
    color: #414042;
}

.TextArea
{
    width: 320px;
    height: 152px;
    border: 1px solid #D6D7D6;
    background-color: White;
    font-size: 10pt;
    color: #414042;
    padding: 4px;
    border-radius: 4px;
}

.NoteTextArea
{
    width: 320px;
    height: 48px;
    border: 1px solid #D6D7D6;
    background-color: White;
    font-size: 10pt;
    color: #414042;
    padding: 4px;
    border-radius: 4px;
}

.DropDown
{
    border: solid 1px #D6D7D6;
    border-radius: 4px;
    width: 311px;
    height: 44px;
    font-size: 10pt;
    color: #414042;
    background: linear-gradient(to bottom, #DFE6ED, white);
    background: -webkit-linear-gradient(to bottom, #DFE6ED, white);
    background: -o-linear-gradient(to bottom, #DFE6ED, white);
    background: -moz-linear-gradient(to bottom, #DFE6ED, white);
}

.SmallDropDown
{
    border: solid 1px #D6D7D6;
    border-radius: 4px;
    width: 130px;
    height: 32px;
    font-size: 10pt;
    color: #414042;
    background: linear-gradient(to bottom, #DFE6ED, white);
    background: -webkit-linear-gradient(to bottom, #DFE6ED, white);
    background: -o-linear-gradient(to bottom, #DFE6ED, white);
    background: -moz-linear-gradient(to bottom, #DFE6ED, white);
}

.ListBox
{
    width: 496px;
    height: 244px;
    border: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-radius: 4px;
}

.CheckListBox
{
    width: 496px;
    height: 244px;
    border: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-radius: 4px;
    overflow-y: scroll;
    display: block;
}

/*********************************************************************************
    Security Container
*********************************************************************************/
.SecurityWarningsContainer
{
    background-color: white;
    padding: 2px;
    text-align: left;
    border-bottom: 1px solid black;
    font-family: "Arial";
    font-size: 9pt;
}


.SecurityWarningMessageBreak
{
    background-color: black;
    padding: 4px;
    color: white;
    margin: 2px;
}


.SecurityWarningMessageHigh
{
    background-color:#E00030;
    padding: 4px;
    color: white;
    margin: 2px;
}

.SecurityWarningMessageMedium
{
    background-color: orange;
    padding: 4px;
    color: white;
    margin: 2px;
}

.SecurityWarningMessageLow
{
    background-color: yellow;
    padding: 4px;
    color: black;
    margin: 2px;
}


/*********************************************************************************
 Sign In
*********************************************************************************/
.SignInWelcomeHeaderText
{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 20pt;
    color: #009cde;
    width: 500px;
    margin: auto;
    padding-top: 10px;
    font-family: "InterstateBlack";
}

.SignInWelcomeText
{
    display: block;
    text-align: center;
    font-weight: bold;
    color: #474745;
    font-size: 14pt;
    width: 500px;
    margin: auto;
    padding-bottom: 25px;
}

.SignInHeaderContainer
{
    height: 42px;
    width: 400px;
    line-height: 42px;
    padding-left: 50px;
    margin: auto;
    background-image: url('Images/SignInHeaderContainer.png');
    color: white;
    font-size: 12pt;
    font-weight: bold;
    background-repeat: no-repeat;
}

.SignInBodyContainer
{
    width: 350px;
    padding: 50px;
    margin: auto;
    background-color: #EAEBED;
    margin-bottom: 32px;
}

.SignInTextBox
{
    width: 348px;
}

.SignInButtonsContainer
{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
    height: 0px;
}

.ButtonSignIn 
{
    position: relative;
    bottom: 54px;
    left: 170px;
}

.SignInErrorContainer
{
    margin-top: 10px;
    padding-top: 20px;
    text-align: center;
}

.ForgotPassword 
{
    text-decoration: underline;
    background-color: transparent !important;
    border: none !important;
    bottom: 95px;
    position: relative;
    left: 25px;
    color: #474745 !important;
}

/*********************************************************************************
    Radio Buttons and Check Boxes
*********************************************************************************/
input[type=checkbox].GeneratedCheckBox + label{
    display: inline-block;
    padding-left: 16px;
    background: url('Images/CheckBoxUnChecked.png') no-repeat 0 0;
    background-size: contain;
    line-height: 28px;
    cursor: pointer;
    margin-right: 8px;
    font-size: 10pt;
    margin-top: 8px;
    white-space: nowrap;
    color: #474745;
    clear: left;
    width: 95%;
}


.RadioDivideLabel
{
    display: block;
    float: left;
    padding-right: 32px;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    font-size: 12pt;
    font-weight: bold;
    color: #1194db;
}

input[type=checkbox]:not(old)
{
    width: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    clear: left;
    cursor: pointer;
}

input[type=radio ]:not(old)
{
    width: 0px;
    margin: 0;
    padding: 0;
    opacity: 0;
    cursor: pointer;
}

input[type=checkbox]:not(old) + label
{
    display: inline-block;
    padding-left: 32px;
    background: url('Images/CheckBoxUnChecked.png') no-repeat 0 0;        
    background-size: contain;
    line-height: 28px;
    cursor: pointer;
    margin-right: 8px;
    font-size: 10pt;
    margin-top: 8px;
    white-space: nowrap;
    color: #474745;
    clear: left;
    width: 95%;
}

input[type=radio ]:not(old) + label
{
    display: inline-block;
    padding-left: 32px;
    background: url('Images/RadioButtonUnChecked.png') no-repeat;
    background-size: 24px 24px;
    line-height: 24px;
    cursor: pointer;
    margin-right: 8px;
    font-size: 10pt;
    margin-top: 8px;
    white-space: nowrap;
}

input[type=checkbox]:not(old):checked + label
{
    background: url('Images/CheckBoxChecked.png') no-repeat;
    background-size: 24px 24px;
}

input[type=radio]:not(old):checked + label
{
    background: url('Images/RadioButtonChecked.png') no-repeat;
    background-size: 24px 24px;
}

input[type=text]::-ms-clear
{
    display: none;
}

.FindByNameRadioButton
{
    padding-right: 50px;
}



/*********************************************************************************
 Buttons
*********************************************************************************/

.PrimaryButton
{
    background-color: #009cde;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 10pt;
    font-weight: bold;
    height: 32px;
    padding-left: 11px;
    padding-right: 11px;
    margin-right: 8px;
    cursor: pointer;
}

.SecondaryButton
{
    background-color: white;
    border: solid 1px #009cde;
    border-radius: 4px;
    color: #009cde;
    font-size: 10pt;
    font-weight: bold;
    height: 32px;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 8px;
    cursor: pointer;
}

.NotesNewNoteButton 
{
    display:block;
    margin-top:15px;
}

.HelpButton {
    background-color: transparent;
    border: transparent;
    border-radius: 0px;
    color: #009cde;
    font-size: 10pt;
    font-weight: bold;
    height: 32px;
    padding-left: 0px;
    padding-right: 16px;
    margin-right: 8px;
    cursor: pointer;
    text-decoration: underline;
    margin-top: 6px;
    float:right;
}

.SignInHelpButton
{
    color:#FFFFFF;
}

.PanelHelpText 
{
    text-align: left;
    color: #009cde;
}

.PanelHelpCloseButton 
{
    float: right;
    color: #009cde;
    font-weight: bold;
    text-align: center;
    background: none;
    border: 1px solid #009cde;
    cursor: pointer;
    border-radius: 3px;
    padding: 2px;
    font-size: 13pt;
}

    .PanelHelpCloseButton:hover 
    {
        float: right;
        color: #009cde;
        font-weight: bold;
        text-align: center;
        background: none;
        border: 2px solid #009cde;
        cursor: pointer;
        border-radius: 3px;
        padding: 2px;
        font-size: 13pt;
        text-decoration: underline;
    }

.ButtonAdd 
{
    position: relative;
    left: 650px;
    bottom: 75px;
}


.ButtonBack
{
    position: relative;
    left: 550px;
    bottom: 122px;
}

.ReviewOrderButton 
{
    position: relative;
    left: 681px;
}

.ConfirmOrderButton 
{
    position: relative;
    left: 677px;
}


.CancelOrderButton 
{
    position: relative;
    bottom: 45px;
}


.LoadCardsCancelClear
{
    position: relative;
    bottom: 25px;
}


/*********************************************************************************
 Card Text Boxes
*********************************************************************************/
.CardLeftTextBox
{
    width: 96px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    border-right: 0px;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    background-color: #EAEBED;
    text-align: center;
    
}

.CardRightTextBox
{
    width: 204px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 0px;
    border-bottom: 1px solid #D6D7D6;
    border-right: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
}

.CardLeftTextBoxValid
{
    width: 96px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    border-right: 0px;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    background-color: #EAEBED;
    text-align: center;
    
}

.CardRightTextBoxValid
{
    width: 204px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 0px;
    border-bottom: 1px solid #D6D7D6;
    border-right: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    background-image: url(Images/ValidationSuccessIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
}


.CardLeftTextBoxInValid
{
    width: 96px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D21124;
    border-left: 1px solid #D21124;
    border-bottom: 1px solid #D21124;
    border-right: 0px;
    font-size: 10pt;
    color: #D21124;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    background-color: #FFB1B1;
    text-align: center;
    
}

.CardRightTextBoxInValid
{
    width: 204px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D21124;
    border-left: 0px;
    border-bottom: 1px solid #D21124;
    border-right: 1px solid #D21124;
    font-size: 10pt;
    color: #D21124;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    background-image: url(Images/ValidationFailedIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
}


/*********************************************************************************
 Value Text Boxes
*********************************************************************************/
.ValueLeftTextBox
{
    width: 32px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    border-right: 0px;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    background-color: #EAEBED;
    text-align: center;
    
}

.ValueRightTextBox
{
    width: 96px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 0px;
    border-bottom: 1px solid #D6D7D6;
    border-right: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
}

.ValueLeftTextBoxValid
{
    width: 32px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    border-right: 0px;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    background-color: #EAEBED;
    text-align: center;
    
}

.ValueRightTextBoxValid
{
    width: 96px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D6D7D6;
    border-left: 0px;
    border-bottom: 1px solid #D6D7D6;
    border-right: 1px solid #D6D7D6;
    font-size: 10pt;
    color: #414042;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    background-image: url(Images/ValidationSuccessIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
}


.ValueLeftTextBoxInValid
{
    width: 32px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D21124;
    border-left: 1px solid #D21124;
    border-bottom: 1px solid #D21124;
    border-right: 0px;
    font-size: 10pt;
    color: #D21124;
    border-top-left-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0px;
    background-color: #FFB1B1;
    text-align: center;
    
}

.ValueRightTextBoxInValid
{
    width: 96px;
    height: 34px;
    border: 0px;
    padding: 4px;
    color: black;
    border-top: 1px solid #D21124;
    border-left: 0px;
    border-bottom: 1px solid #D21124;
    border-right: 1px solid #D21124;
    font-size: 10pt;
    color: #D21124;
    border-top-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    background-image: url(Images/ValidationFailedIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
}


/*********************************************************************************
 User Search
*********************************************************************************/

.SearchResultsSubHeaderText 
{
    display:block;
    padding-top:15px;
    padding-bottom:15px;
}

.PodBody
{
    padding-top: 15px;
}

/*********************************************************************************
 View Notes
*********************************************************************************/

.NotesNewNoteHeader 
{
    display:block;
    padding-bottom:15px;
}

.NoteBody 
{
    width: 400px;
    overflow-x:auto;
    height: auto;
    overflow: -moz-scrollbars-none;
    color: #474745;
    border-top: 1px solid #D6D7D6;
    border-right: 1px solid #D6D7D6;
    border-left: 1px solid #D6D7D6;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-wrap:avoid;
}

.NoteFooter
{
    width: 400px;
    overflow-x:auto;
    height: auto;
    overflow: -moz-scrollbars-none;
    color: white;
    border-bottom: 1px solid #D6D7D6;
    border-right: 1px solid #D6D7D6;
    border-left: 1px solid #D6D7D6;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #545251;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    text-wrap:avoid;
}
/*********************************************************************************
 Add Update
*********************************************************************************/

.panelAddUpdateUserInformation 
{
    display:inline-block;
    vertical-align:top;
}

 /*********************************************************************************
     Date Picker
 *********************************************************************************/
 .DateTextBox
{
    width: 232px;
    height: 36px;
    border: 0px;
    padding: 4px;
    padding-left: 8px;
    color: #414042;
    font-size: 12pt;    
    background-image: url(Images/DateTextBox.png);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}

.DateTextBoxValid
{
    width: 232px;
    height: 36px;
    border: 0px;
    padding: 4px;
    padding-left: 8px;
    color: #414042;
    font-size: 12pt;    
    background-image: url(Images/DateTextBoxValid.png);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}

.DateTextBoxInValid
{
    width: 232px;
    height: 36px;
    border: 0px;
    padding: 4px;
    padding-left: 8px;
    color: #7F0000;
    font-size: 12pt;    
    background-image: url(Images/DateTextBoxInvalid.png);
    background-position: left top;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}

.DateTextBox::-ms-clear
{
    display: none;
}

.TisisDatePickerCalendarContainer
{
    width: 294px;
    border: 1px solid #D6D7D6;
    background-color: white;
    border-radius: 8px;
    margin-top: -152px;
    margin-left: -32px;
    padding: 8px;
    box-shadow: 4px 4px 4px #444444;
    text-align: center;
    z-index: 199;
}

.TisisDatePickerMonthHeader
{
    background-color: #ECECEC;
    color: black;
    font-size: 14pt;
    font-weight: 600;
    width: 227px;
    float: left;
    height: 32px;
    line-height: 30px;
    border-top: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    margin-bottom: 4px;
}

.TisisDatePickerMonthLeft
{
    float: left;
    width: 32px;
    height: 32px;
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    border-top: 1px solid #D6D7D6;
    border-left: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    background-image: url(Images/TisisDatePickerMonthLeft.png);
    cursor: pointer;
    background-color: #ECECEC;
    background-position: center center;
    background-repeat: no-repeat;
}

.TisisDatePickerMonthRight
{
    float: left;
    width: 32px;
    height: 32px;
    border-top-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #D6D7D6;
    border-right: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    background-image: url(Images/TisisDatePickerMonthRight.png);
    cursor: pointer;
    background-color: #ECECEC;
    background-position: center center;
    background-repeat: no-repeat;
}


.TisisDatePickerCalendarDay
{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #D6D7D6;
    background-color: #F5F5F5;
    color: black;
    margin: 1px;
}

.TisisDatePickerCalendarDaySelected
{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #D6D7D6;
    color: white;
    background-color: #444444;
    margin: 1px;
    font-weight: 600;
}

.TisisDatePickerCalendarDayHover
{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #D6D7D6;
    background-color: #009cde;
    color: white;
    margin: 1px;
    font-weight: 600;
    cursor: pointer;
}

.TisisDatePickerCalendarDayOutside
{
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #D6D7D6;
    background-color: #DADAD9;
    color: black;
    margin: 1px;
}

.TisisDatePickerCalendarDayNumer
{
    padding-top: 2px;
    font-size: 9pt;
}

.TisisDatePickerCalendarDayNumerWeekend
{
    font-size: 9pt;
}

.TisisDatePickerCalendarDayString
{
    padding-top:2px;
    font-size: 9pt;
}

.TisisDatePickerTime 
{
    width:294px;
    height:auto;
    clear:left;
}

.TisisDatePickerTimeHeader 
{
    height:32px;
    line-height:32px;
    width:292px;
    background-color: #ECECEC;
    color: black;
    font-size: 14pt;
    font-weight: 600;
    float: left;
    border: 1px solid #D6D7D6;
    margin-bottom: 4px;
    margin-top: 4px;
    border-radius:8px;
}

.TisisDatePickerTimeColon 
{
    height:100px;
    line-height:100px;
    font-size: 20pt;
    width:10px;
    float:left;
    background-color: #ECECEC;
    border-top: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    margin-left:-1px;
    margin-right:-1px;
}

.TisisDatePickerTimeHours 
{
    float:left;
    width:142px;
    height:100px;
    background-color: #ECECEC;
    border-top: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    border-left:1px solid #D6D7D6;
    border-top-left-radius:8px;
    border-bottom-left-radius:8px;
}

.TisisDatePickerTimeMinutes 
{
    float:left;
    width:142px;
    height:100px;
    background-color: #ECECEC;
    border-top: 1px solid #D6D7D6;
    border-bottom: 1px solid #D6D7D6;
    border-right:1px solid #D6D7D6;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}

.TisisDatePickerTimeUp 
{
    height:35px;
    width:35px;
    cursor:pointer;
    background-image: url(Images/TisisDatePickerTimeUp.png);
    background-color: #ECECEC;
    background-position: center center;
    background-repeat: no-repeat;
    margin:auto;
}

.TisisDatePickerTimeValue
{
    height:30px;
    background-color: #ECECEC;
    line-height:30px;
    font-size:20pt;
}

.TisisDatePickerTimeDown
{
    margin:auto;
    width:35px;
    height:35px;
    background-color: #ECECEC;
    background-position: center center;
    background-repeat: no-repeat;
    cursor:pointer;
    background-image: url(Images/TisisDatePickerTimeDown.png);
}

.TisisDatePickerTimeConfirm 
{
    height:32px;
    line-height:32px;
    width:292px;
    background-color: #009cde;
    color: white;
    font-size: 14pt;
    font-weight: 600;
    float: left;
    border: 1px solid #D6D7D6;
    margin-top: 4px;
    border-radius:8px;
    cursor:pointer;
}

.TisisBarrier {
    opacity: 0;
    background-color: black;
    z-index: 100;
    width: 100vw;
    height: 100vw;
    top: 0;
    left: 0;
    position: fixed;
}


/*********************************************************************************
 Request Cards
*********************************************************************************/
.ProductDropDown
{
    width: 400px;
}

.QuantityTextBox
{
    width: 96px;
}

/*********************************************************************************
 Add Cards
*********************************************************************************/
.AddCardButton
{
    background-color: #009cde;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 10pt;
    font-weight: bold;
    height: 45px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 8px;
    cursor: pointer;
    /*background-image: url(Images/AddCardButton.png);*/
    background-position: left center;
    background-repeat: no-repeat;
}

.CardThumbnail
{
    width: 96px;
    height: 60px;
    border: solid 1px #D3D8DC;
}

.ViewProductsImages
{
    max-height:100px;
    max-width:180px;
    height:auto;
    width:auto;
    border: solid 1px #D3D8DC;
}

.CardFulfillImage
{
    width: 128px;
    height: 80px;
    border: solid 1px #D3D8DC;
}

.CardCheckImage
{
    width: 320px;
    height: 200px;
    border: solid 1px #D3D8DC;
}

/*********************************************************************************
 View Addresses
*********************************************************************************/

.CheckBoxUnChecked
{ 
    background-size: 28px, 18px;
    display: inline-block;
    padding-left: 36px;
    background: url('Images/CheckBoxUnChecked.png') no-repeat 0 0;        
    line-height: 28px;
    cursor: pointer;
    margin-right: 8px;
    font-size: 10pt;
    margin-top: 8px;
    white-space: nowrap;
    color: #474745;
    clear: left;
    width: 95%;
}

.CheckBoxUnChecked:checked
{
    background: url('Images/CheckBoxChecked.png') no-repeat 0 0;        
}

.NormalTextAddresses
{
    color: #474745;
    font-weight: normal;
    font-size: 10pt;
    float: left;
    margin-left: -25px;
    margin-top: -10px;
    margin-bottom: 25px;
    width: 95%;
}

.PanelAddressesExisting 
{
    height: auto;
    width: 100%;
}

.AddressCheckBox input[type=checkbox]:not(old) + label
{
    background-size: 28px, 18px;
}



/*********************************************************************************
Tisis Content Editing
*********************************************************************************/

.TisisCoordContainer
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    padding: 4px;
    border: solid 1px black;
    color: black;
    background-color: whitesmoke;
    text-align: left;
    font-size: 10pt;
    z-index: 999999;
}

.TisisCoordContainerHeaderImage
{
    float:right;
}

.TisisCoordContainerHeaderText
{
    font-weight: 700;

}
.TisisContentSpacer
{
    display: block;
}

.TisisControlBarContainer
{
	background-image: url(Images/TisisControlBarContainer.png);
	background-position: bottom right;
	text-align: left;	
}

.TisisStylesButton
{
	background-image: url(Images/TisisStylesButton.png);
	border: 0px;	
}

.TisisStylesButtonHover
{
	background-image: url(Images/TisisStylesButtonHover.png);
	border: 0px;
	cursor: pointer;
}

.TisisSettingsButton
{
	background-image: url(Images/TisisSettingsButton.png);
	border: 0px;	
}

.TisisSettingsButtonHover
{
	background-image: url(Images/TisisSettingsButtonHover.png);
	border: 0px;
	cursor: pointer;
}

.TisisSettingsContainer
{
	background-image: url(Images/TisisSettingsContainer.png);
	background-position: bottom right;
	text-align: left;
}


.TisisThemeEditorMainContainer
{
	background-image: url(Images/TisisThemeEditorMainContainer.png);
	background-position: bottom right;
	text-align: left;    
}

.TisisThemeEditorSelectedStyle
{
	font-size: 14pt;
	color: black;
	text-align: left;		
}

.TisisThemeEditorSelectedTab
{
	padding-top: 8px;
	background-color: #333333;
	font-size: 8pt;
	font-weight: 700;
	color: white;
	text-align: center;
	border-bottom: 4px solid #333333;
}

.TisisThemeEditorUnSelectedTab
{
	padding-top: 8px;
	background-color: #C0C0C0;
	font-size: 8pt;
	font-weight: 300;
	color: black;
	text-decoration: none;
	text-align: center;
	border-bottom: 4px solid #333333;
}

.TisisContentElement
{	
	min-height: 24px;
	overflow-x: hidden;
	background-color: white;
    -webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
    margin: 0px; 
    padding: 0px;
}

.TisisContentElementEditable
{	
	outline: 1px dashed #222222;
	min-height: 24px;
	overflow: auto;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	background-color: white;
    margin: 0px; 
    padding: 0px;

}

.TisisContentElementEditableHover
{
	outline: 1px solid #222222;
	cursor: pointer;
	min-height: 24px;
	overflow: auto;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	background-color: white;
    margin: 0px; 
    padding: 0px;
}

.TisisContentElementEditing
{
	padding: 8px;
	background-position: top left;
	background-repeat: repeat-x;
	cursor: pointer;
	background-color: #F47929;
	min-height: 24px;
	overflow: visible;
	margin-bottom: 4px;
	margin-right: 4px;
	text-align: left;	
}

.TisisConentElementToolBar
{
	min-height: 20px;
	margin-bottom: 4px;
	background-color: #666666;
	overflow: hidden;
	padding: 4px;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}

.TisisToolBarButton
{	
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	border: 0px;
	cursor: pointer;	
    background-color: transparent;
}

.TisisToolBarButtonHover
{	
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	border: 0px;
	background-color: #CDCDCD;
	cursor: pointer;
}

.TisisConentElementEditor
{
	border: 4px solid transparent;	
	background-color: white;
}

.TisisConentElementFootBar
{
	margin-top: 4px;
	padding-bottom: 0px;
	border: 4px solid #666666;
	background-color: #666666;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}

.TisisFootBarButtonHover
{	
	width: 160px;
	height: 32px;
	background-color: #EE7114;
	border: 0px;
	color: white;
	font-size: 10pt;
	margin-bottom: 4px;
    margin-right: 11px;
    cursor: pointer;
    text-decoration: underline;
}


.TisisFootBarButton
{	
	width: 160px;
	height: 32px;
	background-color: #EE7114;
	border: 0px;
	color: white;
	font-size: 10pt;
	margin-bottom: 4px;
    margin-right: 11px;
    cursor: pointer;
    text-decoration: none;
}

.TisisToolBarDivide
{
	float: left;
	display: block;
}

.TisisToolBarDropDown
{
	height: 20px;	
	
	font-size: 8pt;
}

.TisisToolBarDropDownContainer
{	
	height: 20px;
	float: left;		
}


.TisisFootBarImageContainer
{
	float: right;
	background-color: #333333;
	cursor: default;
	width: 24px;
	height: 24px;
	-webkit-touch-callout: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
}


.TisisSnippetContainerEditor
{	
	min-height: 256px;
	overflow: auto;
	background-color: white;
	padding: 0px;
}

.TisisContainerEditorHeader
{
	height: 48px;
	text-align: right;
	margin-bottom: 0px;	
	font-weight: 300;
	font-size: 18pt;
	color: White;
	padding-top: 16px;
	padding-right: 16px;
    padding-bottom: 8px;
}

.TisisSnippetContainerEditorHeader
{
	height: 48px;
	text-align: right;
	margin-bottom: 16px;	
	font-weight: 300;
	font-size: 24pt;
	color: White;
	padding-top: 16px;
	padding-right: 16px;
}

.TisisConentElementContainerEditor
{	
	min-height: 256px;
	overflow: auto;
	background-color: White;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 0px;
}

.TisisConentElementContainerEditorHeader
{
	height: 48px;
	text-align: right;
	margin-bottom: 0px;	
	font-weight: 300;
	font-size: 18pt;
	color: White;
	padding-top: 16px;
	padding-right: 16px;
    padding-bottom: 8px;
}

.TisisEditorAddNewElement
{
	border: 4px solid white;
	padding: 4px;
	width: 220px;
	height: 116px;
	text-align: center;
	float: left;
    background-color: whitesmoke;
    color: black;
}

.TisisEditorAddNewElementHover
{
	border: 4px solid white;
	padding: 4px;
	width: 220px;
	height: 116px;
	text-align: center;
	float: left;
    background-color: #CDCDCD;
    color: white;
}

.TisisEditorAddNewElementImage
{
	
}

.TisisEditorAddNewElementName
{
	text-align: center;
	font-weight: 700;
}

.TisisEditorAddNewElementDescription
{
	font-size: 8pt;
}


.TisisContainerTabSelected
{
    width: 128px;
    height: 32px;
    padding-top: 8px;
    text-align: center;
    font-weight: 700;
    float:left;
    background-color: white;
    margin-right: 8px;
}

.TisisContainerTabUnSelected
{
    width: 128px;
    height: 32px;
    padding-top: 8px;
    text-align: center;
    font-weight: 700;
    float:left;
    background-color: #CDCDCD;
    margin-right: 8px;
    color: white;
}
.TisisContainerTabContainer
 {
    height: 32px;
    display: table;
    margin-top: 4px;
}

.TisisFogScreen
{
	background-color: black;
}

.TisisTreeItemSelected
{
    background-color: #333333;
    color: white;
    font-weight: 700;
}

.TisisTreeItemHover
{
    background-color: #EE7114;
    color: white;
}

.TisisTree
{
    float: left;
    width: 400px;
    height: 400px;
    overflow: auto;
    border: solid 1px black;
    margin-right: 16px;
}


.TisisImagePreview
{
    float: left;
    width: 400px;
    height: 400px;
    overflow: auto;
    border: solid 1px black;
    background-color: darkgray;
}



.TisisGaugeBorder
{

    border: solid 1px black;
    width: 430px;
    height: 24px;
    background-color: white;

}

.TisisGaugeProgress
{
    background-color: #EE7114;
    height: 24px;
}


/*********************************************************************************
 Accordion
*********************************************************************************/
.TisisAccordionTitle
{
    color: #EE7114;
    font-weight: 700;
    cursor: pointer;
}

.TisisAccordionDescription
{
    margin-bottom: 8px;
}

.TisisAccordionTitleOpen
{
    background-image: url(Images/TisisAccordionTitleOpen.png);
    background-repeat: no-repeat;
    padding-left: 24px;    
}

.TisisAccordionTitleClosed
{
    background-image: url(Images/TisisAccordionTitleClosed.png);
    background-repeat: no-repeat;
    padding-left: 24px;
}



/*********************************************************************************
 News Items
*********************************************************************************/

.NewsTicker
{
    float: left;
    width: 1000px;
    overflow: hidden;
    background-image: url(Images/NewsTicker.png);
    padding-top: 63px;
    background-position: left top;
    background-repeat: no-repeat;
}

.NewsTickerStaticItems
{
    float: left;
    width: 496px;
    overflow: hidden;
    margin-right: 8px;
}


.NewsTickerStaticItem
{
    background-color: #333333;
    width: 496px;
    height: 118px;
    margin-bottom: 8px;
    overflow:hidden;
}


.NewsTickerStaticImage
{
    background-color: #cccccc;
    width: 248px;
    height: 118px;
    float: left;
    display: block;
}


.NewsTickerStaticDateText
{
    display: none;
}

.NewsTickerStaticLinkText
{
    float: left;
    color: #EE7114;
    font-family: "Arial";
    font-size: 14pt;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    text-decoration: none;
    width: 224px;
    overflow: hidden;
    display: block;
}

A.NewsTickerStaticLinkText:hover
{
    float: left;
    color: #ffffff;
    font-family: "Arial";
    font-size: 14pt;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    text-decoration: none;
    width: 224px;
    overflow: hidden;
    display: block;
}


A.NewsTickerStaticLinkText:visited
{
    float: left;
    color: #EE7114;
    font-family: "Arial";
    font-size: 14pt;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 4px;
    text-decoration: none;
    width: 224px;
    overflow: hidden;
    display: block;
}


.NewsTickerStaticDescriptionText
{
    float: left;
    padding-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0px;
    width: 224px;
    color: #ffffff;
    overflow: hidden;
    font-size: 8pt;
}


.NewsTickerStaticReadMoreLinkText
{
    text-decoration: none;
    font-weight: 800;
    float: left;
    width: 224px;
    display:block;
    color: #EE7114;
}

A.NewsTickerStaticReadMoreLinkText:visited
{
    text-decoration: none;
    font-weight: 800;
    float: left;
    width: 224px;
    display:block;
    color: #EE7114;
}

A.NewsTickerStaticReadMoreLinkText:hover
{
    text-decoration: underline;
    font-weight: 800;
    float: left;
    width: 224px;
    display:block;
    color: white;
}




.NewsTickerDynamicItems
{
    float: left;
    width: 496px;
    overflow: hidden;
}

.NewsTickerDynamicItem
{
    background-color: #CDCDCD;
    width: 496px;font-family: "Arial";
    height: 55px;
    margin-bottom: 8px;
    overflow: hidden;
}


.NewsTickerDynamicImage
{
    display: none;
}

.NewsTickerDynamicDateText
{
    width: 80px;
    height: 39px;
    color: #EE7114;
    font-family: "Arial";
    font-size: 18pt;
    padding: 8px;
    padding-top: 10px;
    float: left;
    text-align: center;
}

.NewsTickerDynamicLinkText
{
    display: none;
}

.NewsTickerDynamicDescriptionText
{
    height: 39px;
    padding: 12px;
    float: left;
    width: 376px;
    font-size: 8pt;
   
}

.NewsTickerDynamicReadMoreLinkText
{
    text-decoration: none;
    font-weight: 800;
}


/*********************************************************************************
 Content Management Helper
*********************************************************************************/
.ContentManagementContainer
{
    background-image: url(Images/ContentManagementContainer.png);
    background-repeat: no-repeat;
    background-color: black;
    padding-top: 2px;
    padding-left: 28px;
    padding-bottom: 6px;
    padding-right: 4px;
    text-align: left;
    color: white;
    font-family: "Arial";
    font-size: 9pt;
    border: 4px solid black;
}

/*********************************************************************************
 Page Headers
*********************************************************************************/
.PageHeaderImage
{
    display: none;
}

.BreadCrumbLink
{
    color: #E00030;
}

A.BreadCrumbLink
{
    color: #009cde;
}

A.BreadCrumbLink:visited
{
    color: #009cde;
}

.PageDescriptionText
{
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
}

.HelpPanel {
    background-color: #ffffff;
    color: #e00030;
    width: 800px;
    position: fixed;
    left: 50%;
    top: 25%;
    padding: 16px;
    text-align: left;
    margin-left: -416px;
    border: #009cde 12px solid;
    height: 45%;
    overflow-y: scroll;
}


.HelpPanelSignIn {
    background-color: #ffffff;
    color: #e00030;
    width: 800px;
    position: fixed;
    top: 25%;
    padding: 16px;
    text-align: left;
    margin-left: -278px;
    border: #009cde 12px solid;
    line-height: 22px;
    z-index: 99;
}


.ReportPanel {
position: relative;
}

.WideReportPanel {
position: absolute;
left: 0px;
width:100%;
background-color: white;
}


.VirtualGiftTableContainer
{
    padding-bottom: 16px;
    border-bottom: solid 1px #D3D8DC;
    margin-top: 16px;
}


/*********************************************************************************
 Card Scanner
*********************************************************************************/
.ScannerFogScreen
{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    top: 0px;
    left: 0px;
    z-index: 100;
    opacity: 0.5;
}

.ScannerDialog
{
    width: 900px;
    height: 600px;
    top: 128px;
    left: 50%;
    margin-left: -450px;
    background-color: white;
    z-index: 101;
    position: fixed;
    box-shadow: 5px 5px 10px #000000;
}

.ScannerDialogHeader
{
    width: 850px;
    height: 100px;
    height: 137px;
    background-color: #333231;
    background-position: 100px 18px;
    background-image: url(Images/LogoContainer.png);
    background-repeat: no-repeat;
    line-height: 137px;
    padding-right: 50px;
    color: white;
    font-size: 24pt;
    text-align: right;
}

.ScannerDialogLeftColumn
{
    width: 410px;
    margin-top: 25px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-right: 0px;
    height: 413px;
    float: left;
}

.ScannerDialogRightColumn
{
    width: 415px;
    margin-top: 25px;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-right: 25px;
    height: 413px;
    float: right;
}

.ScannerDialogHeaderText
{
    color: #474745;
    font-weight: bold;
    font-size: 18pt;
    margin-bottom: 8px;
}

.ScannerDialogInfoText
{
    color: #474745;
    font-size: 10pt;
    margin-bottom: 8px;
}

.ScannerAddButtonContainer
{
   margin-top: 8px;   
   margin-bottom: 192px;
}

.ScannerLedger
{
    width: 397px;
    border: solid 1px #D6D7D6;
    border-radius: 8px;
    height: 336px;
    overflow: auto;
    padding: 8px;
}

.ScannerLedgerCard
{
    height: 24px;
    line-height: 24px;
    background-image: url(Images/ScannerLedgerCard.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: solid 1px #D6D7D6;
    cursor: pointer;
    color: #474745;
    font-size: 10pt;
}

DIV.ScannerLedgerCard:hover
{
    color: #E00030;
    font-weight: bold;
    text-decoration: underline;
}

.ScannerLedgerLastCard
{
    height: 24px;
    line-height: 24px;
    background-image: url(Images/ScannerLedgerCard.png);
    background-position: right top;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: solid 1px #D6D7D6;
    cursor: pointer;
    font-weight: bold;
    color: #000000;
    font-size: 12pt;
}

DIV.ScannerLedgerLastCard:hover
{
    color: #E00030;   
    font-weight: bold; 
    text-decoration: underline;
}

.MaintenancePanel 
{
    float:left;
    margin-left: 520px;
    position: relative;
    top:-30px;
}

.LoggedInAccount
{
    float: right;
    margin-right: 100px;
    color: white;
}


/*********************************************************************************
 Order Progress
*********************************************************************************/
.OrderProgressTitle
{
    display: block;
    margin-top: 64px;
    font-size: 16pt;
    text-align: center;
    margin-bottom: 8px;
}

.OrderProgressText
{
    display: block;
    margin-top: 8px;
    font-size: 12pt;
    text-align: center;
}

.OrderProgressContainer
{
    border: solid #333231 1px;
    width: 600px;
    height: 32px;
    margin: auto;
    background-color: #EAEBED;
    border-radius: 8px;
}

.OrderProgressValue
{
    display: block;
    height: 32px;
    background-color: #E00030;
    border-radius: 8px;
}

/*********************************************************************************
 Site Pop Ups
*********************************************************************************/
.SiteFogScreen
{
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

.SitePopUp
{
    position: fixed;
    left: 50%;
    margin-left: -312px;
    width: 560px;
    top: 50%;
    margin-top: -250px;
    height: auto;
    background-color: white;
    padding: 32px;
    border-radius: 8px;
}


  /*********************************************************************************
     Site Configuration
    *********************************************************************************/
    .SiteDivideContainer
    {
        border-top: solid 1px #888888;
        border-left: solid 1px #888888;
        border-bottom: 0px;
        border-right: solid 1px #888888;
        height: 16px;
        width: 798px;
        clear: both;
        margin-bottom: 8px;
    }

    .SiteFooterDivideContainer
    {
        border-top: 0px;
        border-left: solid 1px #888888;
        border-bottom: solid 1px #888888;
        border-right: solid 1px #888888;
        height: 16px;
        width: 798px;
        clear: both;
        margin-top: 16px;
    }

    .SiteTabContainer
    {
        height: 40px;
        width: 800px;
    }

    .SiteTabSelected
    {
        padding-top: 8px;
        padding-bottom: 8px;
        height: 32px;
        width: 232px;
        float: left;
        background-color: #009cde;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-left: 8px;
        cursor: pointer;
    }

    .SiteTabUnSelected
    {
        padding-top: 8px;
        padding-bottom: 8px;
        height: 32px;
        width: 232px;
        float: left;
        background-color: #ECECEC;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        margin-left: 8px;
        cursor: pointer;
    }

        .SiteTabUnSelected .SiteTabHeader
        {
            width: 232px;
            float: left;
            display: block;
            font-weight: 600;
            font-size: 11pt;
            color: #000000;
            height: 16px;
            line-height: 16px;
            text-align: center;
        }

        .SiteTabUnSelected .SiteTabSubHeader
        {
            width: 232px;
            float: left;
            display: block;
            font-size: 10pt;
            color: #888888;
            height: 16px;
            line-height: 16px;
            text-align: center;
        }


    .SiteTabSelected .SiteTabHeader
    {
        width: 232px;
        float: left;
        display: block;
        font-weight: 600;
        font-size: 11pt;
        color: #ffffff;
        height: 16px;
        line-height: 16px;
        text-align: center;
    }

    .SiteTabSelected .SiteTabSubHeader
    {
        width: 232px;
        float: left;
        display: block;
        font-size: 10pt;
        color: #ffffff;
        height: 16px;
        line-height: 16px;
        text-align: center;
    }

    .SiteTabPage
    {
        padding-left: 16px;
        width: 784px;
    }

    .SiteColumnOne
    {
        width: 376px;
        float: left;
        padding-right: 16px;
    }

    .SiteColumnTwo
    {
        width: 375px;
        float: left;
        border-left: 1px solid #D6D7D6;
        padding-left: 16px;
    }

    .SiteConfigSection
    {
        margin-bottom:16px;
    }

    .SiteConfigEmailStyleContainer
    {
        margin-top: 16px;
        margin-bottom: 16px;
    }


    .SiteColumnTwoNoBorder
    {
        width: 452px;
        float: left;
        padding-left: 16px;
    }



    .SitePageHeaderText
    {
        width: 936px;
        overflow: hidden;
        display: block;
        font-size: 20pt;
    }


    .SiteSectionText
    {
        color: #009cde;
        font-size: 20pt;
        font-family: 'Bitter';
    }

    .SiteSectionModeText
    {
        color: #888888;
        font-size: 14pt;
    }


    .SiteHeaderText
    {
        color: #009cde;
        font-size: 14pt;
        display: block;
        margin-bottom: 10px;
        font-family: 'Bitter';
    }

 
    .SiteLabelText
    {
        color: #009cde;
        font-size: 11pt;
        margin-top: 12px;
        display:block;
        font-weight: bold;
        
    }

    .SiteSmallLabelText
    {
           font-size: 10pt;
        margin-top: 4px;
        display:block;
    }

    .SiteDayLabelText
    {
        margin-top: 8px;
        line-height: 32px;
        font-size: 10pt;
    }

    .SiteTextBox
    {
        margin-top: 4px;
        margin-bottom: 8px;
        width: 366px;
    }

    .SiteTextArea
    {
        margin-top: 4px;
        margin-bottom: 8px;
        width: 366px;
        height: 80px;        
    }

    
    .SiteDateBox
    {
        margin-top: 4px;
        margin-bottom: 8px;
        width: 120px;
    }

    .SiteHoursTable
    {
        width: 374px;
    }
  

    .SiteFieldDropDown
    {
        width: 250px;
        margin-right: 7px;
        margin-top: 4px;
    }

  
    .SiteEmailDropDown
    {
        width: 450px;
    }

    .SiteFieldDivide
    {
        border-top: 1px solid #D6D7D6;
        height: 0px;
        overflow: hidden;
        margin-top: 16px;
        margin-bottom: 16px;
    }


    .SiteFullDivide
    {
        border-bottom: 1px solid #D6D7D6;
        height: 16px;
        overflow: hidden;
        margin-bottom: 16px;
        width: 800px;
    }

    .SiteFogScreen
    {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: black;
        z-index: 10;
        opacity: 0.5;
    }

    .SiteDialog
    {
        position: fixed;
        top: 30%;
        left: 50%;
        width: 400px;
        height: 220px;
        background-color: white;
        z-index: 20;
        border-radius: 4px;
        overflow: hidden;
        margin-left: -200px;
        padding: 32px;
    }

    .SiteDialogTextBox
    {
        margin-top: 4px;
        width: 392px;
    }

    .SiteDialogTextArea
    {
           width: 392px;
           height: 64px;
    }


    .SiteVersionText
    {
        width: 400px;
        display: block;
        float:left;
        height: 32px;
        line-height: 32px;
    }

    .SiteDialogSaveButton
    {        
        float: right;
        margin-right: 0px;
    }

    
    
    .SiteAlternateText
    {
        clear: both;
        font-size: 12pt;
        color: black;
        display: block;
        margin-bottom: 16px;
    }

    .SiteSaveContainer
    {
        width: 800px;
        padding-top: 16px;
        clear: both;
    }

   

    /*********************************************************************************
     Site List Radio Button
    *********************************************************************************/
    
    .SiteListBox
    {
        display: block;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 4px;
        margin-bottom: 8px;
        width: 374px;
        border: 1px solid #D6D7D6;
        font-size: 12pt;
        font-family: 'Lato';
        border-radius: 4px;
        height: 200px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .SiteListBoxDisabled
    {
        display: block;
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 4px;
        margin-bottom: 8px;
        width: 374px;
        border: 1px solid #D6D7D6;
        font-size: 12pt;
        font-family: 'Lato';
        border-radius: 4px;
        height: 200px;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #EEEEEE;
    }


        .SiteListBox LI
        {
            display: block;
            padding: 0px;
            margin-left: 0px;
        }

        .SiteListBox input[type=radio ]:not(old)
        {
            display: none;
        }

            .SiteListBox input[type=radio]:not(old) + label
            {
                display: inline-block;
                margin-top: 2px;
                margin-left: 0px;
                margin-bottom: 2px;
                margin-right: 0px;
                padding-top: 4px;
                padding-left: 4px;
                padding-bottom: 4px;
                padding-right: 4px;
                background: none;
                line-height: 12pt;
                cursor: pointer;
                margin-right: 8px;
                font-size: 12pt;
                margin-top: 0px;
                white-space: normal;
                color: #403C37;
                display: inline-block;
                width: 420px;
                border-bottom: dotted 1px #DADADA;
            }

            .SiteListBox input[type=radio]:not(old):checked + label
            {
                background: none;
                background-size: contain;
                background-color: #42BE5B;
                color: white;
                display: inline-block;
            }

            .SiteListBox input[type=radio]:not(old) + label:hover
            {
                background: none;
                background-size: contain;
                background-color: #DADADA;
                color: #403C37;
                display: inline-block;
            }


        .SiteListBoxDisabled input[type=radio]:not(old) + label
            {
                display: inline-block;
                margin-top: 2px;
                margin-left: 0px;
                margin-bottom: 2px;
                margin-right: 0px;
                padding-top: 4px;
                padding-left: 4px;
                padding-bottom: 4px;
                padding-right: 4px;
                background: none;
                line-height: 12pt;
                cursor: pointer;
                margin-right: 8px;
                font-size: 12pt;
                margin-top: 0px;
                white-space: normal;
                color: #403C37;
                display: inline-block;
                width: 420px;
                border-bottom: dotted 1px #DADADA;
            }

            .SiteListBoxDisabled input[type=radio]:not(old):checked + label
            {
                display: inline-block;
                margin-top: 2px;
                margin-left: 0px;
                margin-bottom: 2px;
                margin-right: 0px;
                padding-top: 4px;
                padding-left: 4px;
                padding-bottom: 4px;
                padding-right: 4px;
                background: none;
                line-height: 12pt;
                cursor: pointer;
                margin-right: 8px;
                font-size: 12pt;
                margin-top: 0px;
                white-space: normal;
                color: #403C37;
                display: inline-block;
                width: 420px;
                border-bottom: dotted 1px #DADADA;
            }

            .SiteListBoxDisabled input[type=radio]:not(old) + label:hover
            {
                background: none;
                background-size: contain;
                background-color: #DADADA;
                color: #403C37;
                display: inline-block;
            }



.balanceContainer {
    width: 995px;
    margin: auto;
    padding: 0px;
    padding-right:5px;
    text-align:right;
    background-color:#009cde;
}
.BalanceText 
{
    color: #009cde ;
    font-weight: bold;
    font-family: "InterstateBlack";
    font-size: 18pt;
    color:white;
}

.PrintConfirmationFogscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1000;
}

.DuplicateOrderModal {
    position: fixed;
    width: 1250px;
    border: #D21124 solid 2px;
    background-color: #ffffff;
    left: calc((100% - 1250px)/2);
    z-index: 1001;
}

.PrintConfirmationModal {
    position: fixed;
    width: 1250px;
    border: #014127 solid 2px;
    background-color: #ffffff;
    left: calc((100% - 1250px)/2);
    z-index: 1001;
}

.DownloadURLsConfirmationModal {
    position: fixed;
    width: 400px;
    border: #014127 solid 2px;
    background-color: #ffffff;
    left: calc((100% - 400px)/2);
    z-index: 1001;
}


.ButtonClose {
    width: 25px;
    height: 25px;
    background: url(Images/ScannerLedgerCard.png) no-repeat center center;
    background-size: contain;
    border: none;
    margin-right: 10px;
    float: right;
}

.ModalHeader {
    border-bottom: 1px solid #009cde;
    width: calc(100% - 20px);
    padding: 10px;
    vertical-align: top;
}

.ModalHeaderText {
    color: #009cde;
    font-weight: bold;
    font-size: 18pt;
    margin-left: 10px;
    font-family: 'InterstateBlack';
}

.ModalBody {
    padding: 25px;
}

.ModalFooter {
    vertical-align: bottom;
    border-top: 1px solid #009cde;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: right;
}

.DespatchDetailsModal {
    position: fixed;
    width: 800px;
    border: #009cde solid 2px;
    background-color: #ffffff;
    left: calc((100% - 800px)/2);
    z-index: 1001;
    border-radius: 5px;
}

/*********************************************************************************
         Print Orders
*********************************************************************************/

.PrintConfirmationFogscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    z-index: 1000;
}

.PrintConfirmationModal {
    position: fixed;
    width: 1250px;
    border: #009cde solid 2px;
    background-color: #ffffff;
    left: calc((100% - 1250px)/2);
    z-index: 1001;
}


.ButtonClose {
    width: 25px;
    height: 25px;
    background: url(Images/ScannerLedgerCard.png) no-repeat center center;
    background-size: contain;
    border: none;
    margin-right: 10px;
    float: right;
}

    .ButtonClose:hover {
        cursor: pointer;
        filter: invert(100%);
    }

.ModalHeader {
    border-bottom: 1px solid #009cde;
    width: calc(100% - 20px);
    padding: 10px;
    vertical-align: top;
}

.ModalHeaderText {
    color: #009cde;
    font-weight: bold;
    font-size: 18pt;
    margin-left: 10px;
}

.ModalBody {
    padding: 25px;
}

.ModalFooter {
    vertical-align: bottom;
    border-top: 1px solid #009cde;
    width: calc(100% - 20px);
    padding: 10px;
    text-align: right;
}

/* Re-send egifts */
.CardTable {
    table-layout: fixed;
    width: 100%;
}

.CardTableLabelCell {
    text-align: right;
    vertical-align: middle;
}

.w-15 {
    width: 15%;
}

.w-5 {
    width: 5%
}

.w-80 {
    width: 80%
}

.w-100 {
    width: 100%
}