﻿body
{
    text-align:center;
    color:Black;
    font: 70%/1.5em 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
a:visited
{
    color: #809AAB;
}
a:link
{
    color: #246C98;
}
a:active
{
    color: #12EB87;
}
a:hover, a:active, a.current {
    color: white;
    background-color: #246C98;
    text-decoration: none;
}
.header a:hover
{
    background-color: White;
}
.header a img
{
    border: none;
}
.placeholder
{
    color: #aaa;
}
.container
{
    margin: 0 auto;
    width:689px;
}
.header, .box, .footer
{
    text-align:left;
}
.box
{
    background: transparent url(images/bg_columns.gif) repeat-y top left;
}
.boxInner
{
    width: 647px;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 0 18px 1.5em;
}
.boxHeader
{
    background: transparent url(images/bg_personal-icon.gif) no-repeat top left;
    height: 38px;
    overflow:visible;
    width:689px;
    margin-left:-18px;
    background-position:0px -24px;
    border-bottom:2px solid #F60;
    padding-top: 8px;
}
.boxHeader h1
{
    font-weight:normal;
    text-transform:uppercase;
    font-size: 1.5em;
    letter-spacing:.1em;
    line-height:1em;
    color:White;
    width:677px;
    padding: 15px 18px;
}
.footer
{
    padding: 10px 0px 0px 10px;
    background: url(images/bg_footer.gif) no-repeat top left;
    font-size:1.1em;
    color:#777;
}

/*Register pages*/
.boxContent h2
{
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 1.3333em;
    color: #08509C;
}

.registrationfieldset
{
    border: none;
    background: #A6CAF0;
    border-color: #CCC;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position:relative;
    z-index:0;
    behavior: url(/Scripts/PIE.htc);
}
.requiredValidator
{
    color:Red;
}
fieldset div input:not(:focus)
{
    opacity: 0.8;
}
.name-image {
    background: url(images/icon-name.png) no-repeat left !important;
    background-size: 20px 24px !important;
}
.email-image {
    background: url(images/icon-email.png) no-repeat left !important;
    background-size: 24px 20px !important;
}
#shopname {
    background: url(images/icon-shop.png) no-repeat left !important;
    background-size: 24px 24px !important;
}
.username-image {
    background: url(images/icon_user_name.png) no-repeat left !important;
    background-size: 28px 28px !important;
}

fieldset div input[type="text"],fieldset div input[type="email"]
{
    background: url(images/icon-name.png) no-repeat left;
    outline: none;
    border: 1px dashed #3D302F;
    border-width: 0 0 1px;
}
fieldset div input[type="email"]
{
    background-image: url(images/icon-email.png);
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select
{
    margin: 0.5em 0;
}
fieldset div input
{
    padding: 5px 5px 5px 40px
}
input[type="text"], input[type="email"]
{
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 14px;
    width: 400px;
}
#picTitle
{
    -webkit-transition: all 1s linear;
    color: #444;
    font: italic 13px "Helvetica Neue", Helvetica, Arial, sans-serif, Georgia;
    float:right;
    margin:-125px 10px 0px 0px;
    text-shadow: 0 1px 1px white
}
#status, #errorBox
{   
    padding: 5px;
    border: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    z-index:0;
    display: block;
    position:relative;
    behavior: url(/Scripts/PIE.htc);
}
#errorBox
{
    background-color:#FF0000;
    color:Black;
    margin-bottom:15px;
}
#holder
{
    background: url(images/avatar.png) 50% 50% no-repeat;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    -webkit-transition: all 1s linear;
    border: 5px dashed #999;
    width: 100px;
    height: 100px;
    float:right;
    margin:-110px 10px 0px 0px;
}
.success, .failed
{
    background: #99cc00;
    padding: 5px;
    border: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    display: block;
    behavior: url(/Scripts/PIE.htc);
}
.failed
{
    color: White;
    background: red;
}
#holder.hover
{
    border: 5px dashed #666;
}
div.controls
{
    background:none;
    clear:both;
    margin: 1em 0 0;
    float: right;
}
div.controls button
{
    background: #A6CAF0;
    border:none;
    -moz-border-radius: 15px;
    -web-kit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    color: #444;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
    font-size: 16px;
    letter-spacing: 1px;
    margin:auto;
    padding: 7px 25px;
    text-shadow: 0 1px 1px white;
    text-transform:uppercase;
    cursor: pointer;
    
}

/*Login DEMO page*/
.boxUserInfo, .boxLevel
{
    text-align: center;
}
.boxUserInfo i
{
    font-size: 9pt;
}
.boxLevel
{
    opacity: 1;
    background: #9C0;
    color: White;
    padding: 5px;
    border: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position:relative;
    z-index:0;
    behavior: url(/Scripts/PIE.htc);
}
.keyboard, .keyboardSubmit
{
    list-style-type:none;
    list-style:none;
}
.keyboard
{
    margin-bottom:.8em;
    padding:10px;
    margin:0 auto;
    display: table;
}
.keyboard li
{
    float: left;
    margin: 5px;
    width:61px;
    height:61px;
    padding:0px;
    background-color: transparent;
    color: White;
    border: 1px solid #CCC;
    /*-moz-border-radius: 12px;
    -web-kit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;*/
    font: 48px/1em 'Droid Sans', sans-serif;
    font-weight: bold;
    cursor:pointer;
    position:relative;
    z-index:0;
    behavior: url(/Scripts/PIE.htc);
}

.keyboardSubmit
{
}
.keyboardSubmit li
{
    clear: left;
    float: right;
    width: 0px;
    height:0px;
    font-weight:normal;
    font-style: normal;
    font-size: 0px;
    /*text-indent: -2000em;*/
    background:white;
    color:White;
    margin-top:30px
}
.keyboardSubmit div
{
    margin: 0 auto;
    padding: 20px 0;
    margin-top:-100px;
    margin-left: -50px;
}
.keyboardSubmit a
{
    width:100px;
    height:100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius:50%;
    display:block;
    margin:20px;
    float:left;
    background:#F0AD4E;
    position:relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px white, 0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px white;
    -moz-box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff, 0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    box-shadow: 0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px white, 0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px white;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    z-index:0px;
    behavior: url(/Scripts/PIE.htc);
}
.keyboardSubmit a span:nth-child(1),.keyboardSubmit a span:nth-child(3)
{
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 30px;
    line-height: 80px;
    opacity:0;
}
.keyboardSubmit a span:nth-child(1)
{
    background:transparent url(images/star.png) no-repeat center center;
    opacity: 0.2;
}
.keyboardSubmit a span
{
    display: table-cell;
    width: 80px;
    height: 80px;
    padding: 10px;
    text-align:center;
    vertical-align:middle;
    font-size:26px;
    color:White;
    text-shadow: 0px 1px 1px #A03F16;
    font-family: "Arvo", "Myriad Pro", "Trebuchet MS", sans-serif;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
}
.keyboardSubmit a: hover{
     text-decoration: none;
    background:rgba(170, 77, 27, 0.6);
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
}
.keyboardSubmit a:hover span:nth-child(3){
    opacity:1;
    text-decoration: none;
}
.keyboardSubmit a:hover span:nth-child(2){
    opacity: 0; 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.keyboardSubmit a:hover span:nth-child(1){
    -webkit-animation:rotate 1s linear;
    -moz-animation:rotate 1s linear;
    animation:rotate 1s linear;
}
@keyframes rotate{
    0% { transform: scale(1) rotate(0);}
    50% { transform: scale(0.5) rotate(180deg);}
    100% { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% { -webkit-transform: scale(1) rotate(0);}
    50% { -webkit-transform: scale(0.5) rotate(180deg);}
    100% { -webkit-transform: scale(1) rotate(360deg);}
}
@-moz-keyframes rotate{
    0% { -moz-transform: scale(1) rotate(0);}
    50% { -moz-transform: scale(0.5) rotate(180deg);}
    100% { -moz-transform: scale(1) rotate(360deg);}
}

.mockPasswordText
{
    padding-left:5px;
    padding-top:17px;
    font-size:40px;
    overflow: hidden;
    margin-right:5px;
}
#mockKeyboardFrame
{
    float: left;
    margin: 5px 5px 8px;
    width: 55%;
    height: 40px;   
    padding:0px;
    border: 5px solid #26548A;
    color: #26548A;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    font-weight:bold;
    position:relative;
    z-index:0;
    behavior: url(/Scripts/PIE.htc);
}
.buttomFrame
{
    float: left;
    margin: 5px 5px 5px 15px;
    width: 48px;
    height: 48px;   
    padding:0px;
    background-image:url(/Content/images/deleteButton.png);
    /* Style of item */
    border: 1px solid #ccc;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    background-position: -3px -1px;
    cursor:pointer;
    position:relative;
    z-index:0;
    behavior: url(/Scripts/PIE.htc);
}
.buttomFrame:hover
{
    position:relative;
    top:1px;
    left:1px;
}
.buttomFrame:active
{
    top:-1px;
    left:-1px;
}

#mockPassword
{
    clear:both;
}
#mockPassword span
{
    float:left;
    padding:21px 0 0 15px;
}

/*SetPasswordPage*/
.remember div
{
    float: left;
    width: 100%;
}
.remember ul
{
    float: left;
    list-style: none;
}
.remember li
{
    float:left;
    display:inline;
    width: 67px;
    height: 67px;
}
.errorMessage
{
    border: none; 
    margin: 0 auto;  
    background-color: red;
    border-radius: 10px; 
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px; 
    opacity: .8;
    position:relative;
    z-index:0;
    behavior: url(/Scripts/PIE.htc);
}
.noselectable
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.infobox
{
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    width: 200px;
    padding: 10px;
}

.about
{
    cursor:pointer;
    behavior: url(/Scripts/PIE.htc);
}


#opener:hover {
    background-color: transparent;
}

input[type='text'].small
{
    background: none repeat scroll 0 0 white;
    border: 2px inset floralwhite;
    height: 12px;
    padding: 4px;
    width: 40px;
    font-size: 11px;
}
input[type='text'].large
{
    background: none repeat scroll 0 0 white;
    border: 2px inset floralwhite;
    height: 12px;
    padding: 4px;
    width: 162px;
    font-size: 11px;
}
        
div.custom
{
    background: url(images/icon-name.png) no-repeat left;
    outline: none;
    border: 1px dashed #3D302F;
    border-width: 0 0 1px;
    padding-left: 40px;
    width: 400px;
    min-height: 30px;
    color: Gray;
}
.filterTable
{
    width : 720px;
    }
.filterFieldset
{
    width : 720px;
}
#title{
    font-weight:normal;
    text-transform:uppercase;
    font-size: 1.8em;
    letter-spacing:.1em;
    line-height:1em;
    color:White;
    width:677px;
    padding: 15px 18px;
}

  .tm{
    font-weight:normal;
    text-transform:uppercase;
    font-size: 0.6em;
    letter-spacing:.1em;
    line-height:1em;
    color:White;

}

#logo {
     position: relative; 

     width:200px; border:5px
}
#header-title {
     position: relative; 

      width:200px; border:5px
}
#bottomLinks {
padding-left:20px;
}


.fieldInputSection {
    /*border: 1px solid;*/
    height: 40px;
    padding-top: 5px;
}

.fieldLabel {
    float: left;
    width: 35%;
    text-align: right;
    padding-right: 30px;
}

.fieldLabel label {
    
}

.fieldInput {
    float: left;
    width: 40%;
}

.fieldInput input{
    width: 96%
}

.RoutingCodeInput {
    width: 35%!important
}

.AccountNumberInput {
    width: 57%!important
}

.RoutingCodeLabel {
    width: 35% !important;
    padding-right: 30px;
}

.AccountNumberLabel {
    width: 57%!important
}

.fieldInput select{
    width: 96%
}

.fieldhelpIcon {
    padding-top: 3px;
    float: left
}

.additionalBankingInfoContainer {
    text-align: center;
}

.additionalBankingInfo {
    font-size: smaller;
    float: left;
    padding-top: 9px;
    padding-right: 10px;
}

.fieldhelpIconAddInfo {
    padding-top: 10px;
    width: 10%;
    float: left;
}

.hidden {
    display: none;
}

.required {
    float: left;
    width: 102px;
    padding-left: 5px;
    font-size: smaller;
    color: red;
}

.custom_dialog .ui-dialog-titlebar {
    padding: 0px !important;
}

.ui-dialog-content {
    text-align: justify;
    font-size: smaller;
}


.clear {
    clear: both;
}

@media only screen and (max-device-width: 480px)
{
    .boxContent {
        text-align: justify;
    padding-right: 10px;
    }

    .button-download-password {
         width: inherit !important
    }

    .button-print-password {
         width: inherit !important
    }

    .button-buy-credits {
         width: inherit !important
    }

	.boxLevel
	{
		width: 92%;
        font-size: 0.9em;
	}

	.boxHeader
	{
		background: inherit;
		background-color: #0A5C9F;
	}

    #status, #errorBox {
    padding: 0px;
    }

	.box
	{
		background: none;
		margin-left: 20px;
		margin-right: 20px;
		border-left: 4px solid #F5750E;
		border-right: 4px solid #F5750E;
		border-top-color: none;
	}

	.boxInner
	{
		width: 93%;
	
	}

	.container
	{
		margin: 0 auto;
		width: 100%;
	}



	.boxUserInfo
	{
		font-size: 1.2em;
	}

		.boxUserInfo i
		{
			font-size: 0.3em !important;
		}

	#title
	{
		font-size: 1.5em;
		padding: inherit;
	}

	.boxHeader
	{
		width: 108%;
	}

	.keyboardSubmit a
	{
		margin: -8px;
	}

		.keyboardSubmit a span
		{
			width: 100px;
			height: 100px;
			padding: inherit;
		}

	.keyboard
	{
		width: 100%;
	}

		.keyboard li
		{
			width: 50px;
			height: 50px;
		}

			.keyboard li img
			{
				width: 50px;
				height: 50px;
			}

	#emailBox #email
	{
		font-size: 18px;
		width: 100%;

	}

	#emailBox #SendEmail
	{
		width: 100px;
        height: 40px;
		margin-top: 30px;
		font-size: 20px;
	}

	.footer
	{
		background: none;
		border-top: 4px solid #F5750E;
		margin-left: 20px;
		margin-right: 20px;
		font-size:1.3em;
	}

	.header a img
	{
		/*margin-left: 15px;
		margin-top: 300px;*/
        width:100%;
	}

    .registrationfieldset input[type="text"], input[type="email"] {

    width: 201px;
    }

    .formResponsive #Send {
            
    }

    .fomrsResposiveOther #country{
       
    font-size: 15px;
    }

    .fomrsResposiveOther  #Send {
            font-size: 20px;
    }

    .customMobile {
        width: 0px !important;
    }

    #NextButton {
        font-size: 20px;

    }

    .text-justify-payment {
         text-align: justify;
        padding-right: 10px;
    }

    .button-add-password {
        color: white;
        width:50%;
        font-size: 14px !important;
    }

    .clear {
        clear: both;

    }
}

.button-buy-credits {
        width: 180px;
    height: 40px;
    background-color: #F5750E;
    color: white;
}

.button-print-password {
        width: 180px;
    height: 40px;
    background-color: lightslategrey;
    color: white;
}

.button-download-password {
        width: 180px;
    height: 40px;
    background-color: lightslategrey;
    color: white;
}

.button-add-password {
    background-color: darkslategray;
    color: white;
        font-size: 12px;
    padding: 6px;
}

 #btnAddFavorites {
  padding: 7px 10px;
  background-color: #ec971f;
  border: 1px solid #eea236;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}

#btnAddFavorites:hover {
  background-color: #ec971f;
  border: 1px solid #d58512;
  text-decoration: none;
}

#btnAddFavorites:active {
  background-color: #ec971f;
  border: 1px solid #d58512;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

.no-background-imput {
    background-size: 4% 79% !important;
}

.login-link-content {
    background: #4875b9;
    display: inline-block;
    padding: 8px 3px 5px;
    margin-left: 4px;
}

.login-link-content .login-register-link {
    width: fit-content;
    height: 10px;
    padding: 7px 6px 5px 7px;
    border-radius: 50%;
    background: #fff;
}

.login-link-content .login-register-link .login-register-image {
    height: 15px;
    width: 15px;
}