@charset "utf-8";
/* CSS Document */
/*import new font for HoGo1.1*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 15, 2011 04:34:01 PM America/New_York */

@font-face {
    font-family: 'franchiseregular';
    src: url('../../Fonts/franchise_bold.eot');
    src: url('../../Fonts/franchise_bold.eot?#iefix') format('embedded-opentype'),
        url('../../Fonts/franchise_bold.woff') format('woff'),
        url('../../Fonts/franchise_bold.ttf') format('truetype'),
        url('../../Fonts/franchise_bold.svg#franchiseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Puritan20Normal';
    src: url('../../Fonts/Puritan_Regular_webfont.eot');
    src: url('../../Fonts/Puritan_Regular_webfont.eot?#iefix') format('embedded-opentype'),
        url('../../Fonts/Puritan_Regular_webfont.woff') format('woff'),
        url('../../Fonts/Puritan_Regular_webfont.ttf') format('truetype'),
        url('../../Fonts/Puritan_Regular_webfont.svg#Puritan20Normal') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Puritan20Italic';
    src: url('../../Fonts/Puritan_Italic_webfont.eot');
    src: url('../../Fonts/Puritan_Italic_webfont.eot?#iefix') format('embedded-opentype'),
        url('../../Fonts/Puritan_Italic_webfont.woff') format('woff'),
        url('../../Fonts/Puritan_Italic_webfont.ttf') format('truetype'),
        url('../../Fonts/Puritan_Italic_webfont.svg#Puritan20Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Puritan20Bold';
    src: url('../../Fonts/Puritan_Bold_webfont.eot');
    src: url('../../Fonts/Puritan_Bold_webfont.eot?#iefix') format('embedded-opentype'),
        url('../../Fonts/Puritan_Bold_webfont.woff') format('woff'),
        url('../../Fonts/Puritan_Bold_webfont.ttf') format('truetype'),
        url('../../Fonts/Puritan_Bold_webfont.svg#Puritan20Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Puritan20BoldItalic';
    src: url('../../Fonts/Puritan_Bold_Italic_webfont.eot');
    src: url('../../Fonts/Puritan_Bold_Italic_webfont.eot?#iefix') format('embedded-opentype'),
        url('../../Fonts/Puritan_Bold_Italic_webfont.woff') format('woff'),
        url('../../Fonts/Puritan_Bold_Italic_webfont.ttf') format('truetype'),
        url('../../Fonts/Puritan_Bold_Italic_webfont.svg#Puritan20BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

.error_msg_box {		
    width: 70%;
    margin: 0 auto;
    padding: 55px 0 30px 0;
    display: inline-block
}
.error_msg_box .error-message {
    max-width: 70%;
    word-wrap: break-word;
}
img.img-error {
    width: 151px;  
    height: 205px;    
    vertical-align: middle; 
    top: -50px;
    position: relative;
}
.hid {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
#validation {
    position: relative;
}
html {
    height: 100%;
}
.fixed {
    position: fixed !important;
    width: 100%;
}
.error_msg_box h2 {
    font-size: 38px !important;
    color: #666 !important;
}

.error_msg_box h3 {
    font-size: 26px !important;
    color: #666 !important;
}
.error-upload {
    color: red;
}

#uploadMask {
    margin-right: 5px;
    position: relative;
    overflow: visible;
    cursor: pointer;
}
.thumbnail-container .indicator {
    width: 150px;
    height: 237px;
    background: url("../../Images/loadder/loader_green.gif") no-repeat scroll center center / 0px auto rgb(255, 255, 255);
    z-index: 1;
    border: 1px solid #aeaeae;
}
#thumbnailAffiliate {
    margin-left: 60px;
}
#thumbnailAffiliate .indicator {
    width: 145px;
    height: 180px;
    margin-left: 18px;
}

div.link-copy {
    max-width: 100% !important;
}
input.shortlink {
    max-width: 130px !important;
}

.one{
    background-color: rgb(234, 233, 233);
}
#changeImageDocument{
    width: 210px;
    position: absolute;
    z-index: 1;
    margin-top: 270px;
    margin-left: 48px;
}
.imageUpload{
    cursor: pointer;
}

#uploadMask span#uploader_browse {
    margin-top: 20px;
    margin-left: 30px;
}
#frm-import-user {
    display: inline;
}
#uploadMask input {
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    cursor: pointer;
}

#uploadMask .button {
    width: 120px;
    vertical-align: middle;
}

#uploadMaskLong {
    width:200px;
    display: block;
    /*    float:left;*/
    overflow: hidden;
    height:40px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
}

#uploadMaskLong input {
    position: absolute;
    top:0;
    bottom: 0;
    right:0;
    opacity: 0;background:Red;
    z-index: 2;
    cursor: pointer;
}
#uploadMaskLong .button {
    background:#F2F2F2;
    line-height:8px;
    padding:5px 15px;
    display:block;
    padding-top: 15px;
    padding-bottom: 12px;
    height:40px;
    cursor: pointer;
}

body {
    font-family:'Helvetica Neue', Helvetica, Arial, sans-seri;
    font-size: 16px;
    color: #5b5b5b;
    font-style: normal;
    font-weight: normal;
    background-color: white;
}

.right {
    float: right !important;
}

.left {
    margin-bottom: 5px;
    float: left !important;
}
.center {
    text-align: center !important;
}

.inline {
    width: 100%;
    display: inline-block;
}
.relative {
    position: relative;
}

/*---txt--*/
.txt_xx_large {
    font-size:160% !important;
}
.txt_x_large {
    font-size:140% !important;
}
.txt_large {
    font-size:120% !important;
    margin-left: 30px;
}
.txt_small {
    font-size:94% !important;
}
.txt_x_small {
    font-size:86% !important;
}
.txt_xx_small {
    font-size:78% !important;
}

.txt_red{
    color:#D50000;
}
.highlight-content-green {
    background-color: #3E9B36;
    color: #fff;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 13px;
}

.display .detail {
    margin: -7px 0;
    display: inline-block;
}

/*------------------------ Login----------------------------------*/

#login .wrapper-input .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    padding: 22px;
    margin: 0 7px;
}
#login .wrapper-input .user {
    background: url(../../Images/icon/gray_18/user.png) no-repeat left center;
}

#login .wrapper-input .key {
    background: url(../../Images/icon/gray_18/lock_open.png) no-repeat left center;
}

#login .loader-login {
    background: #FCFCFC url(../../Images/loadder/load_3.gif) no-repeat 11px center;
    padding: 5px;
    width: 35%;
    height: 24px;
    margin: auto;
    border: 1px solid rgb(238, 233, 233);
    border-radius: 2px;
    display: none;
    margin-top: 10px;
    margin-bottom: 10px;
    background-size: 24px;
    text-align: center;
    padding-top: 10px;
}

.logo_login, .copyright_login {
    text-align:center;
}
.logo_login {
    margin-bottom:15px;
}
.logo_login img{
    width: 245px;
    height: 108px;
}
.copyright_login {
    color:#666;
    font-size:14px;
    margin-bottom:40px;
}
#login .bt_login a {
    display:block;
    width:100%;
    background-image:url(../../Images/bg/bg_bt_gray.png);
    background-repeat:repeat-x;
    height:60px;
    line-height:60px;
    border:1px solid #D5D5D5;
    border-radius: 5px;
    -webkit-border-bottom: 5px;
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#666;
    text-shadow: 1px 1px 1px #FFF;
    text-decoration:none;
    margin-bottom:10px;
}
#login .bt_login .loader-login {
    visibility: hidden;
    padding-left: 35%;
    margin-bottom: -10%;
    position: relative;
    z-index: 10;
}
#login .bt_login .loader-change-password {
    visibility: hidden;
    position: relative;
    margin-bottom: -25%;
    padding-left: 13%;
    z-index: 10;
}
#login .btn_login a:link {
    text-decoration:none;
    color:white;
    margin-top: 5px;
}
#login .bt_login a:visited {
    text-decoration:none;
    color:#666;
}
#login .bt_login a:hover {
    text-decoration:none;
    color:#F26100;
    box-shadow: 1px 1px 3px #FFF;
    -webkit-box-shadow: 1px 1px 3px #FFF;
}
#login .bt_login a:active {
    text-decoration:none;
    color:#F26100;
    box-shadow: 1px 1px 5px #FFF;
    -webkit-box-shadow: 1px 1px 5px #FFF;
}
#login .btn-login{
    width: 395px;
    padding: 1px 0;
    font-size: 20px;
}
#login .btn-changepass{
    /*    width:97.5%;*/
    width: 392px;
    padding: 3px;
    margin-left: 3px !important;
}
#login .btn-changepass a{
    color: white;
}
#login .btn-login a{
    color: white;
    text-decoration: none;
    font-size: 34px;
    margin-top:3px;
}
#login .error{
    background-color:#FFEFEF;
    color:#FF0000;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    padding:10px;
    margin-top:1em;
    display:none;
    margin-bottom: 10px;
}
.btn-forgetpass{
    width: 96%;
}
.btn-forgetpass a{
    color: white;
    text-align: center;
}
.wrap-forgot-password{
    padding: 5px;
    font-size: 33px;
}
#div-backtosite{
    float: left; 
    padding-top: 15px; 
    color: #999 !important;
    margin-left: 3px;
    text-decoration: none;
}
.text-forgotpassword{
    margin-bottom: 30px;
    margin-left: 5px;
    color: #999; 
}
.text-forgotpassword p{
    font-size: 18px;
    font-weight: bold;
}
.clue-pass{
    width: 330px;

    line-height: normal;

}
.list_login {
    list-style-type:none;
    width: 100%;
}
.list_login li {
    margin-right:12px;
    font-weight:bold;
    display:inline;
}
.list_login a {
    text-decoration:none;
}
.list_login a:link {
    color:#999;
}
.list_login a:visited {
    color:#999;
}
.list_login a:hover {
    color:#666;
}
.list_login a:active {
    color:#999;
}
.list_login .login-backtosite{
    width: 50%;
}
.list_login tr td{
    padding: 0px 0px 5px;
}
.list_login .custom-checkbox {
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
}
.list_login .custom-checkbox label {
    padding-right: 0px;
}
.login_remember_me {
    float:right;
    font-weight:bold;
    color:#999;
}

#step-3 .specify-email label.checker { 
    background-color: #DBDBDB;
    border-radius: 5px;
}
/*------------------------ Console----------------------------------*/

/* Layout */
#wrapper {
    width:98%;
    margin:0 auto;
}
#header {
    padding:0 25px 0 25px;
    min-width: 850px;
}
.header-content {
    padding: 0 25px; 
}
#content {
    min-width: 850px;
    min-height:100%;
    padding:0 25px 25px 25px;
    margin-left:0px !important;
}
#inner_content {
    min-height: 400px;
    padding: 15px 15px;
    background-color:#FFF;
    padding-right:25px;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    /*    border-bottom:1px solid #CCC;*/
    /*    box-shadow: 0px 1px 3px #CCC;*/
    /*    -webkit-box-shadow: 0px 1px 3px #CCC;*/
}

/* HoGo footer */
#footer {
    min-width: 850px;
    margin-top: -25px;
    padding: 0 25px;
    clear: both;
}
#footer_inner {
    padding: 80px 0;
    background-color: white;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    /*    box-shadow: 0px 1px 3px #CCC;*/
    /*    -webkit-box-shadow: 0px 1px 3px #CCC;*/
}

#footer p{
    text-align:center;
    color:#999;
}

/* #header */

.logo_console {    
    width: 100%;
    /*    padding-bottom:15px;*/
    background: url(../../Images/menu/naviTopbar.png) repeat scroll 0% 0% rgb(10, 97, 126);;   
    /*    background-color: #ffffff;
        border-right:1px solid #CCC;
        border-left:1px solid #CCC;
        box-shadow: 0px 1px 3px #CCC;
        -webkit-box-shadow: 0px 1px 3px #CCC;*/
}
.logo_console a {    
    color: white;    
}

.logo_console ul li {
    display: inline;
    float: right;
    padding: 0 10px;
}
.logo_console ul li a{
    display: inline-block;
}
.logo_console ul li a#logoutLink {
    color: orange;
    padding-top: 7px;
    padding-right: 5px;
}

.logo_console ul li a#buyPointLink {
    padding-top: 7px;
    padding-right: 5px;
}
.logo_console ul li i {
    display: inline-block;
}
/* Urgent Notification */
.logo_console span#urgentNotify,.logo_console span#normalNotify{
    display: none;
}
.logo_console span#urgentText {
    background: url(../../Images/1.1/urgent-bg.png) repeat-x left center;
    float: left;
    padding: 0 10px 0 30px;
    color: white;
    cursor: pointer;
    height: 34px;
    text-align: center;
    line-height: 2;
}
.logo_console span#urgentText:before {
    position: absolute;
    content: '';
    height: 21px;
    width: 21px;
    top: 5px;
    left: 30px;
    background: url(../../Images/1.1/alert-icon.png) no-repeat;
}
.logo_console span#urgentArrow {
    position: absolute;
    float: right;
}
/* Normal Notification */
.logo_console span#normalText:before {
    position: absolute;
    content: '';
    height: 21px;
    width: 21px;
    top: 5px;
    left: 30px;
    background: url(../../Images/1.1/quote-icon.png) no-repeat;
}
.logo_console span#normalText {
    background: url(../../Images/1.1/urgent-bg.png) repeat-x left center;
    float: left;
    padding: 0 10px 0 30px;
    color: white;
    cursor: pointer;
    height: 34px;
    text-align: center;
    line-height: 2;
}

/* Normal Notification */
.logo_console span#noText {
    background: url(../../Images/1.1/normal-bg.png) repeat-x left center;
    float: left;
    padding: 0 5px 0 8px;
    color: white;
    cursor: pointer;
    height: 34px;
    text-align: center;
    line-height: 2;
}

.logo_console span#noTextArrow, .logo_console span#normalArrow {
    position: absolute;
    float: right;
}
.logo_console span#pointText {
    background: url(../../Images/bg/point-bg.png) repeat-x left center;
    float: left;
    padding: 0 10px;
    color: white;
    height: 34px;
    text-align: center;
    line-height: 2;
    min-width: 150px;
}
.logo_console span#pointArrow {
    position: absolute;
    float: right;
}
.header_setting{
    margin-top: -2px;
    width: 100%;   
}
.header_setting tr td div{
    margin-top: 5px;
    padding-top: 2px;
    padding-left: 30px;
    min-width: 60px;
}
#navi {
    height:40px;
    background-image:url(../../Images/bg/bg_navi.png);
    background-repeat:repeat-x;
    padding:8px 25px;
    border:1px solid #CCC;
    border-radius-topleft: 5px;
    -webkit-border-radius-top-left: 5px;
    border-radius-topright: 5px;
    -webkit-border-radius-top-right: 5px;
    box-shadow: 0px 1px 3px #CCC;
    -webkit-box-shadow: 0px 1px 3px #CCC;
    color:#000;
    font-weight:bold;
}
.navi_01, .navi_02, .navi_03,.navi_04, .navi_01_active, .navi_02_active, .navi_03_active, .navi_04_active {
    display:inline-block;
    border-right:1px solid #CCC;
    line-height:40px;
    padding:0 25px;
}

.navi_01{
    padding:0 25px 0 50px;
    background-image:url(../../Images/bg/bg_bt_wizard_off.png);
    background-repeat:no-repeat;
}
.navi_01_active {
    padding:0 25px 0 50px;   
    background-image:url(../../Images/bg/bg_bt_wizard_on.png);
    background-repeat:no-repeat;
}
.navi_myac {
    display:block;
    float:right;
    margin-right:0px;
}
.navi_01 a, .navi_02 a, .navi_03 a , .navi_04 a{
    display:inline-block;
    font-weight:bold;
    color:#999;
    text-decoration:none;
}


.navi_01 a:hover, .navi_02 a:hover, .navi_03 a:hover , .navi_04 a:hover{
    color:#000;
}


.navi_05 {
    display:inline-block;    
}

.navi_05 a {
    display:inline-block;
    padding:0 26px 0 10px;
    font-weight:bold;
    color:#5b5b5b;
    background-image:url(../../Images/bg/bg_bt_profile_setting_off.png);
    background-repeat:no-repeat;
    background-position:right;
    line-height:40px;
    text-decoration:none;    
}
.navi_05 a:hover {
    background: url("../../Images/bg_bt_profile_setting_on.png") no-repeat scroll right center transparent ;
    color:#333;
}

.clear-right {
    clear: right;
}
.clearfix {
    overflow: hidden;
}

/*---title h-*/
.tit_01 {
    background-image:url(../../Images/bg/bg_navi.png);
    background-repeat:repeat-x;
    border:1px solid #CCC;
    border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    box-shadow: 0px 1px 3px #CCC;
    -webkit-box-shadow: 0px 1px 3px #CCC;
    color:#000;
    font-size:16px;
    font-weight:bold;
    height:52px;
    line-height:52px;
    white-space:nowrap;
    padding:0 25px;
}

.tit_02{
    font-size:22px;
    color:#999;
    margin:20px 0px 10px 0px;
}


.tit_03{
    font-size:18px;
    color:#333;
    padding-left:0.5em;
    padding-bottom:10px;
    border-bottom:1px solid #ECECEC;
    background-color:#f8f8f8;
}

/* -- enc_wizard-- */
.enc_wizard {
    position:relative;
    display:block;
    margin:0;
    /*padding:0;*/
    overflow:visible;
    width: 85%; 
    margin-left: 15%; 
    padding-left: 15px;
}
.enc_wizard .wizard-menu-container {
    width: 100%;
}
.stepWizard{
    display: block;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100% !important;
}

#uploader a.btn {
    margin: 5px;
}

.external-drop-indicator {
    position: fixed;
    background-color: rgb(1, 89, 117);
    z-index: 1000;
}

.external-drop-indicator.top {
    top: 0px;
    left: 10px;
    width: 100%;
    height: 10px;
}
.external-drop-indicator.right {
    top: 10px;
    right: 0px;
    width: 10px;
    height: 100%;
}

.external-drop-indicator.left {
    bottom: 10px;
    left: 0px;
    width: 10px;
    height: 100%;
}

.external-drop-indicator.bottom {
    bottom: 0px;
    right: 10px;
    width: 100%;
    height: 10px;
}
.enc_wizard .stepContainer {
    display:block;
    position: relative;
    margin: 0;
    padding:0;
    overflow:hidden;
    clear:both;
    margin-bottom: 20px;
}
.enc_wizard .stepContainer div.content {
    display:block;
    border:none;
    background-image:none;
    position: absolute;
    float:left;
    margin: 0;
    padding:0;
    text-align:left;
    overflow:visible;
    width:auto;
    clear:both;
}


.card_info {
    width: 100%;
}

.enc_wizard div.actionBar {
    padding: 10px 10px;
    text-align:right;
    z-index: 1;
    position: relative;
    display: inline-block;
    float: right;
    width: 100%;
}

.enc_wizard .wizard-menu ul {
    position: relative;
    display:block;
    padding: 0px;
    margin: 0 0 10px 0;
    /*    border-bottom: 1px solid #cccccc;*/
    width: 100%;
}
.enc_wizard .wizard-menu ul li {
    position: relative;
    display:block;
    margin: 0;
    padding: 0;
    padding-right: 6px;
    border: 0px solid #E0E0E0;
    float: left;
    top: 1px;
}
.enc_wizard ul li .selected, .enc_wizard ul li .done, .enc_wizard ul li .disabled {
    display:block;
    position:relative;
    margin:0;
    padding:3px;
    width:auto;
    outline-style:none;
    width:15em;
}
.selected {
    color:#666666;
    background: olive;
    border: 1px solid #73b4ce;
    cursor: pointer;
}

.enc_wizard ul li .done {
    position:relative;
    color:#FFF;
    background: olive;
    border: 1px solid #8CC63F;
}
.enc_wizard ul li .disabled {
    color:#CCCCCC;
    background: #F8F8F8;
    border: 1px solid #CCC;
    cursor: pointer;
}
.enc_wizard ul li .stepNumber {
    position:relative;
    /*    font-family:"Myriad Pro", Arial, Helvetica, sans-serif;*/
    float:left;
    width:30px;
    text-align: center;
    padding:5px;
    padding-top:0;
    font-size:40px;
}
.enc_wizard ul li .stepDesc {
    position:relative;
    display:block;
    float:left;
    text-align: left;
    padding:10px 5px 5px 5px;
    font-size:25px;
}
.enc_wizard ul li .stepDesc small {
    font-size: 15px!important;
    /*    font-family: Arial, Helvetica, sans-serif;*/
}
.enc_wizard #wrapperLoading {
    margin: 0 auto;
    background: url(../../Images/loadder/loader_circle.gif) no-repeat center center;
    height: 35px;
    border: 1px solid #B6B4B3;
    width: 18%;
    border-radius: 5px;
    position: relative;
    margin-top: 50px;
}
.enc_wizard .loader,#import-popup .loader,.actionBar .loader, .modal-control .loader{
    position:relative;
    display:none;
    float: right;
    margin: 10px 0 0 14px;
    padding:8px 10px 8px 40px;
    /*    border: 1px solid #FFD700;*/
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color:#5A5655;
    background: url(../../Images/loadder/loader_green.gif) no-repeat 5px;
    z-index:998;

}

#menuWrapper ul li {
    margin: 0;
    display: inline;
    float: left;
    min-width: 147px;
}
#menuWrapper ul {
    margin: 0;
}
#menuWrapper ul li.menu-middle{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*-------- form --------*/

.wrapper_section{
    margin:10px auto;
    width: 100%;
}


.ic_input{
}

.s_loader{
    display:inline;
    padding:0 10px;
    color:#999;
}

.s_loader img{
    padding-right:10px;
}


/*-------- bt --------*/

.bt_orange, .bt_green {
    display:inline;
}
.bt_orange a, .bt_green a {
    display:inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align:center;
    white-space:nowrap;
    font-size:12px;
    font-weight:normal;
    color:#FFF;
    text-shadow: 1px 1px 1px #999;
    text-decoration: none;
    margin: 10px;
    padding: 5px 15px;
}
.bt_orange a {
    background-image:url(../../Images/bg/bg_bt_orange.png);
    background-repeat:repeat-x;
    border:1px solid #D38C2C;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
}
.bt_green a {
    background-image:url(../../Images/bg/bg_bt_green.png);
    background-repeat:repeat-x;
    border:1px solid #6DA510;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
}
.bt_orange a:link, .bt_green a:link {
    text-decoration:none;
    color:#FFF;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
}
.bt_orange a:visited, .bt_green a:visited {
    text-decoration:none;
    color:#FFF;
    box-shadow: 1px 1px 3px #999;
    -webkit-box-shadow: 1px 1px 3px #999;
}
.bt_orange a:hover, .bt_green a:hover {
    text-decoration:none;
    box-shadow:none;
    -webkit-box-shadow: none;
}
.bt_orange a:active, .bt_green a:active {
    box-shadow:none;
    -webkit-box-shadow: none;
}
.bt_green a:active {
}
.action_bar {
}
.bt_next {
}
.bt_previous {
}
.bt_finish {
}


/*-------- step-5 --------*/

#step-5{
    height:100%;
    width:100%;
    background:url(../../Images/congraturations.png) no-repeat left center;
    overflow:auto;}


#st5_text{
    padding:80px 0 0 220px;
}

#st5_text h2{
    font-size:40px;
    color:#64ADC0;
}

#st5_text p{
    padding-left:5px;
}

/*-- error --*/
.sever_error_msg{
    background-color:#FFEFEF;
    color:#FF0000;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    padding:10px 20px;
    border:3px solid #FF0000;
}

.pdf_error_msg{
    color:#FF0000;
    font-size:12px;
    line-height:120%;
}
.formPasswordLock{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius:5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    background-color: #CCCCCC;
    width: 400px;
    height: 150px;

    font-weight:100;
    color: black;
}

.content_accountIfo{
    margin-left:60px;
}
.content_accountIfo input[type="checkbox"] {
    margin-left:10px;
    margin-right: 30px;
}
.formPasswordLock input[type="text"]{
    background-color: #DDDDDD;
    border: solid 1px green; 
    height: 22px;

}
.tb-account-info tr td input[type="text"] {
    width: 290px;   
}
.tbl-payment-info tr td input[type="text"]{
    width: 290px;
}
.AccountInfo_div_ChangPassword{
    background-color:#F2F2F2;
    width: 140px;
    height: 33px;
    text-align: center;
    cursor: pointer;
}

.bt_grey{
    background-color:#F2F2F2;
    width: 100px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;    
    color: #000;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 10px;

}

.bt_grey_long{
    background-color:#F2F2F2;
    width: 130px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;    
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 10px;

}

.bt_grey_pix{
    /*    background-color:#F2F2F2;*/
    /*    background: url(../../Images/HoGoV1/Button/Buttons_Inactive.png) repeat-x;    */
    width: 110px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 16px;    
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 3px;    
}
.bt_grey_pix img{
    margin-top: 2px;
}

.bt_grey_pix2{
    background-color:#F2F2F2;
    width: 140px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;    
    color: #666;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: normal;
}

.bt_grey_pix3{
    background-color: #F2F2F2;
    width: 140px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;
    color: #666;
    padding-top: 5px;
    font-weight: normal;
    margin-right: -75px;
}
.bt_grey_pix_long{
    background-color:#F2F2F2;
    width: 140px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-size: 12px;    
    color: #000;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.accountBilling_tb tr td input[type="text"]{

    font-style: normal;
}

.accountBilling_tb tr td select{    
    border-bottom: none;
    border-left: none;
    border-right: none;     

}
.accountBilling_tb tr td b{    
    color: red;
}


/* lxanh */
#subpage_one h2 {
    font-size: 30px;
    line-height: 120%;
    color: #78B9C7;
    margin-bottom: 15px;
}

#subpage_one h3 {
    font-size: 18px;
    line-height: 120%;
    color: #78B9C7;
    margin-top: 30px;
    margin-bottom: 5px;
}

#subpage_one h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ececec;
}

#subpage_one p {
    line-height: 160%;
    margin: 10px 0;
}

.changePass {
    width: 720px;
    margin: 0 auto;
}

.changePass,.confirm {
    padding: 30px 10px;
}

.changePass form {
    width: 100%;
}

.changePass p {
    font-weight: bold;
}

.iconHistory
{
    box-shadow: 2px 2px 2px 2px #888888;
    -moz-box-shadow: 2px 2px 2px 2px #888888;
    -webkit-box-shadow: 2px 2px 2px 2px #888888;
    /*    margin-left: 13px;*/
    padding: 5px;
    cursor: pointer;
}


/*-- Pricing --*/
.pricelist {
    position: relative;
    margin-top: 30px;
    text-align: center;
}
.buyPointContent{
    background-color: #F9F9F9;
}
.buyPointImg{
    background-color: #F9F9F9;
    margin: auto;
    height: 315px;
    width: 672px;
    background: #F9F9F9 url(../../Images/PointBitmap.png) no-repeat center center;
    padding-top: 30px;
    padding-bottom: 10px;

}
.buyPointImg a{
    color: white;   
}
.buyPointImg ul{
    /*    padding-top: 255px;*/
    padding-top: 191px;
    z-index: 10;
} 


.buyPointImg ul li {
    float: right;
    margin-right: 25px;

}
.buyPointImg ul li:first-child{
    padding-right: 0px;
    margin-right: 12px;
} 
.buyPointImg ul.buyPoint li:last-child {
    margin-right: 35px;
}
.buyPointImg ul.buyPoint li:nth-child(2) {
    margin-right: 40px;
}

/* Paypal button */
.buyPointImg ul.paypalCheckout{
    padding-top: 35px!important;
    z-index: 0;
} 
#paybasic {

}
#payplus {
    padding-left: 8px;
}
#paysuper {
    padding-left: 9px;
}
.paypal-button button.large
{
    font-size: 13px!important; 
    padding-right:6px!important;
    padding-top:5px!important;
    padding-bottom:4px!important;
    padding-left:4px!important;
}
/* End Paypal button */

.btnBuyPoint{    
    /*    border: red 1px solid;*/
    z-index: 100;
    margin-top: -50px;      
    position: relative;
}
.btnBuyPoint tr td{
    /*    border: red 1px solid;*/
    width: 150px;
}
.btnBuyPoint tr td a{
    /*    border: red 1px solid;*/
    position: inherit;
}
.buyPointDetail{
    background-color: #EAE9E9;  
    width: 100%;
}
.buyPointDetail div{    
    padding-top: 5px;
    line-height: 1.7;
    margin-left: 20px;
}
#buyPointGetFree{
    font-size: 17px;
    font-weight: bolder;
}

.bt_p_try,.bt_p_basic,.bt_p_plus,.bt_p_super {
    position: absolute;
    top: 193px;
}

.bt_p_try_1,.bt_p_basic_2,.bt_p_plus_2,.bt_p_super_2 {
    position: absolute;
    top: 228px;
}
.bt_p_try_1,.bt_p_basic_2 a,.bt_p_plus_2 a,.bt_p_super_2 a{
    /*font-size: 16px !important;*/
    padding: 8px 18px;
}

.bt_p_try a,.bt_p_basic a,.bt_p_plus a,.bt_p_super a {
    /*font-size: 16px !important;*/
    padding: 8px 18px;
}

.bt_p_try {
    left: 380px;
}

.bt_p_basic {
    left: 475px;
}

.bt_p_plus {
    left: 630px;
}

.bt_p_super {
    left: 785px;
}

.bt_p_basic_2 {
    left: 475px;
}

.bt_p_plus_2 {
    left: 630px;
}

.bt_p_super_2 {
    left: 785px;
}

.Package_Download
{
    font-weight:bold;
    margin-left: 50px;
    width: 100%;
}

Package_Download td1
{
    width: 20%;
}
Package_Download td2
{
    width: 35%;
}

Package_Download td3
{
    width: 70%;
}
.wizard_messageheader{
    line-height:15px; 
    position: absolute; 
    top: 45px; 
    left: 250px;
    border: 1px solid #ccc;
    width: 300px;
    height: 40px;    
    overflow: auto;
    visibility: hidden;
}
.wizard_messageheader div{   
    clear: both; 
    font-weight: bolder; 
    line-height: 10px;
    margin: 10px 5px 0 10px;  
}

.search-icon {
    background: url(../../Images/1.1/search-icon.png) no-repeat left center transparent;
    background-size: 20px;
    padding-left: 35px !important;
}

.txtChangepass{
    text-align: left !important;
    padding-left: 50px; 
    border-bottom: 1px solid #D5D5D5;
}
.changepass{
    width: 160px;
    height: 55px;
    float: right;
    margin-top: 20px;
    /*    margin-right: -50px;*/
}
/* tmhao */

.font12Bold
{
    font-size: 14px !important;
}
.td_20PercentWidth
{

    padding-left: 20px;
    padding-right: 50px;
    width: 22%;
}
.align_cb_left
{
    margin-left: 25px !important;
}
.width_45px
{
    width: 50px;
}
.cal_align_bottom
{
    margin-bottom: 6px;
}

.title_popup {
    font-size: 22px;
    color: #666;
    font-weight: normal;
}

.textBoxList
{
    /*    width: 90% !important;*/
    height: 30px;
}
.btn_cancel_popup
{
    padding-left: 5px !important;
    padding-right: 17px !important;
}
#numberDownload {
    width: 90px;
}
.grey-text{
    color : #404040 !important;
}
.mail-input-text {
    width: 50%;
    max-width: 50%;
}
.deleteIcon {
    cursor: pointer;
    padding-left: 5px;
}

.deleteIconRec{
    /*    padding-left: 20px;*/
}
.createDateHistory{
    display: none !important;
}
.checkIcon {
    cursor: pointer;
}
.recName{
    vertical-align: -5px;
    text-overflow: ellipsis;
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
}
.docName{
    text-overflow: ellipsis;
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 39px;
    color: white;
}
.history-text {
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    height: 15px;
    margin-top: 5px;
    max-width: 400px !important;
}
.delete-item{
    background-color: #C0C0C0;
}

.stateformError .formErrorContent{
    right: 50px;
}

/*Define for left menu HoGo V1.1*/
#title_heading p{
    font-size: 30px;
    color: #5b5b5b;  
    text-transform: uppercase;
}
#title_heading table{
    margin-left: 15%;    
    margin-top: -20px;
    width: 85%;
}
#whiteDiagonalStripes{
    background: url("../../Images/1.1/grey-diagonals.jpg") repeat-x scroll 0 0 transparent;
    line-height: 0.725;
    margin: 0 0 0.5em;
    padding: 0;
    text-transform: uppercase;
}
#majorTitleHeader{
    margin-top: 50px;
    background-color: white;
    text-transform: uppercase;
    font-size: 2.25em;
    color: #5b5b5b;
    padding-right: 5px;
    font-weight: bold;
}
.leftMenu{    
    margin-top: 0;
    width:15%;
    height: 100%;   
    float: left;   
    position: absolute;
}

.leftMenu a {
    display: block;
    padding: 10px 0;
}
.leftMenu a span {
    padding-left: 10px;
}

.buttonHoGoV1{
    border-radius: 0.5em 0.5em;
    color: white;
    font-size: 16px;
    font-weight: bold;    
    text-transform: uppercase;
}
.inactive{        
    background: #c8c8c8; /* Old browsers */ 
    background: -moz-linear-gradient(top, #c8c8c8 0%, #a9a8a8 52%, #939292 52%, #a1a1a1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(52%,#a9a8a8), color-stop(52%,#939292), color-stop(100%,#a1a1a1)); /* Chrome,Safari4+ */ 
    background: -webkit-linear-gradient(top, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* Opera 11.10+ */ 
    background: -ms-linear-gradient(top, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* IE10+ */ 
    background: linear-gradient(to bottom, #c8c8c8 0%,#a9a8a8 52%,#939292 52%,#a1a1a1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */
}

/*define  css for help popup*/
a:link.tooltipbasic {
    position:relative;   
    z-index: 10;

}
a:hover.tooltipbasic {
    text-decoration:none; /* remove underline on tooltip */
}
a:hover.tooltipbasic:before {
    margin-top: 20px;

    z-index: 1;
    display:block;
    background: #f89934; /* Old browsers */ 
    background: -moz-linear-gradient(top, #f89934 0%, #f68e20 50%, #f6701f 51%, #f6881f 99%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f89934), color-stop(50%,#f68e20), color-stop(51%,#f6701f), color-stop(99%,#f6881f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* IE10+ */ background: linear-gradient(to bottom, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89934', endColorstr='#f6881f',GradientType=0 ); /* IE6-9 */

    content:attr(data-tooltip);
    position:absolute;
    color:#ffffff;
    /*    top:1.7em;  ensure link is still visible under tooltip 
        right:200px;*/
    width:10em; /* a reasonable width to wrap the tooltip text */
    text-align:center;
    padding:4px;
    border:2px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    -moz-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    -ms-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    -o-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
}

.rep-detail-header-icon {
    background: url(../../Images/1.1/rep-header-detail.png) no-repeat left;
    height: 54px;
    position: absolute;
    width: 54px;
    margin-top: -14px;
}
.add-recipient-header-icon {
    background: url(../../Images/1.1/add-rep-header.png) no-repeat left;
    height: 54px;
    position: absolute;
    width: 54px;
    margin-top: -14px;
}
.sent-history-header-icon {
    background: url(../../Images/1.1/sent-history-icon.png) no-repeat left;
    height: 54px;
    position: absolute;
    width: 54px;
    margin-top: -14px;
}
.header-nav {
    color: #5b5b5b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    height: 38px;
    text-indent: 55px;
    padding-top: 24px;
    position: relative;
    width: 100%;
}
.header-nav:after {
    background: url(../../Images/1.1/white-stripe.png) repeat-x;
    background-size: contain;
    position: absolute;
    content: '';
    width: 75%;
    height: 25px;
    right: 0;
}

.navi-header {
    background: url(../../Images/1.1/white-stripe.png) repeat-x;
    text-transform: uppercase;
    line-height: .725;
    padding: 0;
    margin: 30px 0px 30px;
    width: 100%;
    float: right
}
.navi-text {
    font-weight: bold;
    display: inline-block;
    background-color: white;
    padding: 0 0.18em 0 60px;
    color: #5b5b5b;
    text-transform: uppercase;
    font-size: 30px;
}
.wrap-control-field div {
    display: inline-block;
}

.wrap-search-field {
    float: right;
    display: inline;
}
.wrap-control-field  {
    /*float: left;*/
    /*display: inline;*/
    padding: 10px 0;
    width: 100%;
}
.wrap-import-field {
    padding: 0 0 15px;
}

.opening-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    background-color: #fff;
    /*opacity: 0.4;*/
}
.opening-status {
    margin: 0 auto;
    background: url(../../Images/loadder/loader_circle.gif) no-repeat center center;
    height: 35px;
    border: 1px solid #B6B4B3;
    width: 20%;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
    position: relative;
    z-index: 200;
}
.process-msg {
    width: 50%;
    height: 50px;
    margin: 0 auto;
    margin-top: 10%;
    border-radius: 5px;
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
}

.sendwizard1 {
    background: url(../../Images/step1.png);
    text-transform: uppercase;
    line-height: .725;
    padding: 0;
    margin: 0 0 .5em 0;
    width: 90%;
}

form div.deliverySession
{
    background-color: #F8F8F8;
    height: 60%;
    padding: 0 0 5%;
}

form div.deliverySession div.clearfix label {
    color: #404040;
    float: left;
    font-size: 22px;
    font-weight: bold;
    margin-right: 0;
    margin-top: 2px;
    padding: 11px 0 0 12px;
} 

form div.deliverySession label small {
    color: #404040;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 13px;
    margin-top: 3px;
    padding-top: 10px;
    text-transform: none;
}
div.title-office-file {
    position: relative;
    top: 180px;
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-left: 150px;
}
.opacity-content {
    opacity: 0.3;
    filter:alpha(opacity=30);
}
a:link.tooltip-help {
    position:relative;   
    z-index: 10;
    margin-left: 100px;
}
a:hover.tooltip-help {
    text-decoration:none; /* remove underline on tooltip */
}
a:hover.tooltip-help:before {
    z-index: 1;
    display:block;
    background: #f89934; /* Old browsers */ 
    background: -moz-linear-gradient(top, #f89934 0%, #f68e20 50%, #f6701f 51%, #f6881f 99%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f89934), color-stop(50%,#f68e20), color-stop(51%,#f6701f), color-stop(99%,#f6881f)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* IE10+ */ background: linear-gradient(to bottom, #f89934 0%,#f68e20 50%,#f6701f 51%,#f6881f 99%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f89934', endColorstr='#f6881f',GradientType=0 ); /* IE6-9 */

    content:attr(data-tooltip);
    position:absolute;
    color:#ffffff;
    /*    top:1.7em;  ensure link is still visible under tooltip 
        right:200px;*/
    width:10em; /* a reasonable width to wrap the tooltip text */
    text-align:center;
    border:2px solid #999;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
    -webkit-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    -moz-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    -ms-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    -o-box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    box-shadow: -2px 2px 2px rgba(20, 20, 20, 0.4);
    padding-right: 100px; 
    margin-right: 100px;
}
.myaccount{
    height: 45px !important;
    width: 200px;
}

/* Admin console */

.left-admin-menu {
    width: 15%;
    height: 100%;
    float: left;
}

.container-navi {
    width: 96%;
    padding: 0px 0px;
    margin: 0px auto;
    max-width: 72em;
    min-width: 17.8125em;
}
.container-navi-logo {
    min-width: 17.8125em;
    background-color: white;
    margin: 0px auto;
    border-right:1px solid #CCC;
    border-left:1px solid #CCC;
    box-shadow: 0px 1px 3px #CCC;
    -webkit-box-shadow: 0px 1px 3px #CCC;
}
.container-navi ul li,.container-navi-logo ul li{
    display: inline;
    float: right;
}
#logo {
    float: left;
    margin: -3.4em 0px 0px 14.5em;
    width: 60px;
    height: 34px;
    padding: 1em 0px 0px;
}
#logo a {
    width: 60px;
    height: 34px;
    background: url("../../Images/logo_console_small.png") no-repeat scroll 0% 0% transparent;
    display: block;
    text-indent: -9999px;
    /*margin-top: 2px;*/
}

.container-navi ul li a#logoutLink {
    color: orange;
}
.wrapper-profile {
    width: 97%;
    padding: 30px 5px;

}
.wrapper-profile ul li:last-child {
    font-weight: bold;
}
.container-navi-logo ul li span#profileLink {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.wrapper-profile i.bg-bt-profile-setting-off, .wrapper-profile i.bg-bt-profile-setting-on{
    float: right;
}
.logo-admin-console {    
    width: 100%;
    background-color: #ffffff;
    height: 34px;
    background: url(../../Images/menu/naviTopbar.png) repeat;
}    
ul li {
    line-height: 1.8;
}
.logo-admin-console ul {
    float: right;
    padding: 0.5em 0px;
    margin: 0px;
}
#title_heading {
    width: 100%;
}
/*#title_heading, #navi-header {
    padding: 15px 0 0 0;
}*/
#title_heading h1, #navi-header h1{
    /*    font-family: 'franchiseregular';*/
    font-size: 2em;
    text-transform: uppercase;
    background: url("../../Images/1.1/grey-diagonals.jpg") repeat scroll 0% 0% transparent;
    line-height: 0.725;
    padding: 0px;
    margin: 0px 0px 1.5em;
}
#title_heading h1 strong, #navi-header strong{
    font-weight: normal;
    /*    font-family: 'franchiseregular';*/
    display: inline;
    background-color: rgb(255, 255, 255);
    padding: 0px 0.18em 0px 65px;
    font-weight: bold;
}

#navi-header .create-new-acc{
    padding: 0px 0px 0px 0px;
}

.navi-icon {
    height: 54px;
    position: absolute;
    width: 54px;
    margin-top: -14px;
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.icon-histrory{
    background: url("../../Images/icon_history.png")no-repeat left center transparent;
}

#manual-credit-popup input {
    width: 100px;
}

/* Icon Header */

#navi-header .navi-icon-history {
    background: url("../../Images/menu/header_history.png") no-repeat left center transparent;
}

#navi-header .navi-icon-select-doc {
    background: url("../../Images/menu/header_sendwizard_selectDoc.png") no-repeat left center transparent;
}

#navi-header .navi-icon-new-file {
    background: url("../../Images/menu/heade_Adddocument.png") no-repeat left center transparent;
}

#navi-header .navi-icon-existing-file {
    background: url("../../Images/menu/existing-file.png") no-repeat left center transparent;
}

/*.btn .trash-icon {
    background: url("../../Images/1.1/trash-icon.png") no-repeat left center transparent;
    padding-left: 26px;
}*/
/*.btn .export-icon {
    background: url("../../Images/1.1/export-icon-fake.png") no-repeat left center transparent;
    padding-left: 26px;
}*/
/*.btn .send-icon {
    background: url(../../Images/1.1/send-icon.png) no-repeat left center transparent;
    padding-left: 26px;
}*/
.btn .changeImage-icon, .btn .upload-icon,.btn .browse-icon{
    background: url(../../Images/1.1/uploadFileIcon.png) no-repeat left center transparent;
    padding-left: 26px;
    background-size: 22px;
}

/* Left menu */

.left-admin-menu .item-user-list {
    width: 100%;
    background: url(../../Images/menu/icon_menu_Send.png) no-repeat left center transparent;
    padding: 0 30px;
}

.left-admin-menu .item-user-list-active {
    width: 100%;
    background: url(../../Images/Userlist.png) no-repeat left center transparent;
    padding: 5px 30px;
}
.left-admin-menu .item-user-list-deactive {
    width: 100%;
    background: url(../../Images/UserlistDeactive.png) no-repeat left center transparent;
    padding: 0 30px;
}

.left-admin-menu .item-user-list-active a {
    color: rgb(7, 113, 148);
}
.left-admin-menu .item-user-list-deactive a {
    color: #5b5b5b;
}

.left-admin-menu .item-company-recipient-list-active a{
    color: rgb(7, 113, 148);
}
.tb-select-export{
    margin-left: 50px;
}
.tb-select-export .select-text {
    width: 180px;
}

/* History */
.wrapper-filter {
    padding: 5px 0;
}
span.filter-item {
    filter: none;
    width: 40px;
    height: 40px;
    background-color: #e96505;
    /*text-indent: -9999px;*/
    display: inline-block;
    border-radius: 30px;
    border: solid 2px #fff;
    /*-webkit-box-shadow: 0 8px 6px -5px #002d3c;*/
    -moz-box-shadow: 0 8px 6px -5px #002d3c;
    /*box-shadow: 0 8px 6px -5px #002d3c;*/
    padding: 5px;
    /*margin-bottom: -10px;*/
    cursor: pointer;
}
span.filter-item-child {
    filter: none;
    width: 70px;
    height: 25px;
    background-color: #e96505;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    border: solid 2px #fff;
    -webkit-box-shadow: 0 8px 6px -5px #002d3c;
    -moz-box-shadow: 0 8px 6px -5px #002d3c;
    box-shadow: 0 8px 6px -5px #002d3c;
    padding: 3px;
    margin: 2px 2px;
    cursor: pointer;
}
#filterBlock span.icon1 {
    background: #f6881f url(../../Images/1.1/history-icon1.png) no-repeat center center;
}
#filterBlock span.icon2 {
    background: #f6881f url(../../Images/1.1/history-icon2.png) no-repeat center center;
}
#filterBlock span.icon3 {
    background: #f6881f url(../../Images/1.1/history-icon3.png) no-repeat center center;
}
#filterBlock span.icon4 {
    background: #f6881f url(../../Images/1.1/history-icon4.png) no-repeat center center;
}
#filterBlock span:hover {
    background-color: #8cc649;
}
#filterBlock span.active {
    background-color: #8cc649;
}

.wrapper-filter-child .filter-item-child:hover {
    background-color: #8cc649;
}

.wrapper-filter-child .active {
    background-color: #8cc649;
}

/*.wrapper-filter #date-section {
    padding: 0 50px;
}*/
/*.wrapper-filter span:not(.btn):not(.filter-item) {
    padding: 0 15px 0 0;
}*/

#orLineWizard1
{
    font-style: italic;
    font-weight: bold;
    height: 5px;
    padding-left: 49%;
    padding-top: 0;
    position: absolute;
    z-index: 100; 
}

#orLineWizard3Push {
    font-weight: bold;
    height: 5px;
    position: absolute;
    padding-left: 25.2%;
    z-index: 100;
    font-style:italic;
}

#orLineWizard3Online {
    font-weight: bold;
    height: 5px;
    position: absolute;
    padding-left: 223px;
    z-index: 100;
    font-style:italic;
}

#orLineWizard2 {
    font-weight: bold;
    height: 5px;
    padding-left: 48.7%;
    position: absolute;
    font-style:italic;
} 
.wizard .section {
    display: table;
}
.wizard .table_section {
    vertical-align: middle;
}
.table_section {
    background-color: #EAE9E9;
    height: 80px;
    width: 100%;
}

#step-4 table.table_section {
    padding: 20px 0;
}

#step-4 table.table_section tbody td:last-child {
    padding: 0 0 0 20px;
}

#step-4 #emailMessage {
    resize: none;
    width: 100%; 
    min-height: 110px;
}

#step-4 #emailSubject {
    width: 100%;
    resize: none;
    height: 20px; 
    min-height: 20px;
}

.table_section div.wrapper-new-file-button {
    height: 40px; 
    min-width: 480px;
}

.table_section div.wrapper-existing-button {
    display: inline-block; 
    float: left;
}

.table_section > label {
    color: #666;
    margin-right: 0;
    margin-top: 2px;
    padding: 11px 0 0 12px;
    font-size: 22px;
    font-weight: bold;
}
.table_section label small {
    color: #939393;
    display: block;
    font-size: 16px;
    font-weight: lighter;
    line-height: 13px;
    margin-top: 3px;
    text-transform: none;
}
.table_section tr td:first-child {
    /*    font-weight: bold;*/
    padding-left: 20px;
}
.table_section tr td:last-child {
    text-align: left;
    /*padding-left: 30px;*/
}

.lable_radio_button{
    vertical-align: top;
    padding-top: 6px;
}
.info,.tb-account-info,.tbl-payment-info .title{
    /*    font-weight: bold;*/
    color: #5b5b5b;
}
#tbAccountInfo tr td input {
    width: 290px;
}
.icon-accinfo-changemail{
    background: url("../../Images/email-icon.png") no-repeat left center transparent;
    padding-left: 26px;
    margin-left: -25px;
}
.btn-save-accInfo{
    float: right;

}
#menuWrapper {
    width: 100%;
}
/* Distribution list */
.distribution img {
    width: 26px;
    height: 26px;
}
.distribution .tooltip {
    position: static;
    opacity: 1;
}

.distribution .doc-header,.distribution .rep-header {
    cursor: pointer;
}

.distribution img.unclickable {
    cursor: default !important;
    margin-right: 18px;
}
.distribution span {
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
    display: inline-block;
    color: white;
}
table#dis1 div {
    height: 26px;
}
table#dis1 .rep-header {
    vertical-align: middle;
    float: right;
    margin-right: 0px;  
}

table#dis1 thead, table#dis2 thead {
    /* background-image: url(../../Images/1.1/blue-line.png); */
    color: white;
    /* background-repeat: repeat-x; */
    /* background-position: left top; */
    background-color: #337AB7;
}
table#dis1 thead th, table#dis2 thead th {
    font-weight: normal;
    height: 45px;
/*    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;*/
    text-align: center;
    width: 200px;
    border: none;
}
table#dis1 tbody tr td {
    padding: 8px 5px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    /*border-right: 1px solid #666;*/
    border: none;
}

table#dis2 thead th img {
    float: right;
}
table#dis2 tbody tr td  {
    padding: 8px 5px;
    text-align: center;
    /*border-right: 1px solid #666;*/
    border: none;
}
table.distribution .removed{
    opacity: 0.4;
    filter: alpha(opacity=20);
    background:#000;
}
table.distribution tr td.deactive{
    background: #eae9e9;
}
.distribution .dis-wrapper {
    height: 26px;
}
.distribution .number-download {
    font-size: 12px;
}
.dis-expand{
    float: right;
    background: url("../../Images/icon/expand_down.png");
    width: 18px;
    height: 18px;
}

.distribution .waiting {
    /*vertical-align: middle;*/
    margin-right: 10px;
    background: url("../../Images/icon/reload.png") no-repeat;
}
.distribution .error-dl-id {
    /*vertical-align: middle;*/
    margin-left: 5px;
    background: url("../../Images/icon/spam.png") no-repeat;
}
.distribution .email {
    vertical-align: middle;
    margin-left: 5px;
    background: url("../../Images/icon/mail.png") no-repeat;
    width: 26px;
    height: 20px;
}
.distribution .email-open {
    vertical-align: middle;
    margin-left: 5px;
    background: url("../../Images/icon/mail_open.png") no-repeat;
    width: 26px;
    height: 20px;
}
.distribution .revoked {
    vertical-align: middle;
    margin-left: 0 !important;
    background: url(../../Images/1.1/revoke.png) no-repeat;
    width: 24px;
    height: 26px;
    background-size: 100%;
}
.dis-menu {
    
}
#tblDistr img {
    width: 26px;
    height: 26px;
} 

.wizard .dotted-line {
    border: 1px solid #ccc;
    height: 100%;
    width: 0px;
}
.wizard .separate-word {
    margin: 20px -10px;
    background: #fff;
} 

.wizard .separate-word-white {
    margin: 30px -10px;
    background: #FFFAFA;;
}
.deliverySession .dotted-line {
    border: 1px black dotted;
    height: 340px;
    width: 0px;
    margin: auto;
}
.deliverySession .separate-word {
    margin: 30px -10px;
    background: #fff;
}

.deliverySession .separate-word-white {
    margin: 30px -10px;
    background: #fff;
}

table.tbl-type-method {
    width: 100%;
    padding-top: 20px;
}
table.tbl-type-method tr td{
    vertical-align: top;
}

.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 40px;

}
.file-wrapper input {
    cursor: pointer;
    font-size: 100px;
    filter: alpha(opacity=1);
    -moz-opacity: 0.01;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#icon-upload-image{
    margin-bottom: 7px;
    margin-right: 5px;
}
.file-wrapper .button {
    cursor: pointer;
    text-transform: uppercase;
    display:inline-block;
    height:36px;
    line-height:36px;
    border-radius:8px;
    padding:0 12px;
    color:#fff;
    border:0;
    text-decoration:none;
    text-align: center;
    min-width: 90px;
    font-size: 24px;
    font-family: franchiseregular;
    box-shadow: -2px 3px 3px rgba(0, 0, 0, .10);
    margin: 0 3px;
}
.wrapper-default-text {
    display: block;
    margin-top: 5px;
    font-weight: normal;
    float: left;
}
.green-upload-image {
    background: #8cc649;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgCgpwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj4KICA8bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIAoKeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM4Y2M2NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4OGM5NDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MiUiIHN0b3AtY29sb3I9IiM2ZGFlMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjQ5ZjIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top,  #8cc649 0%, #88c941 50%, #6dae26 52%, #649f23 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cc649), color-stop(50%,#649f23), color-stop(52%,#6dae26), color-stop(100%,#649f23));
    background: -webkit-linear-gradient(top,  #8cc649 0%,#88c941 50%,#6dae26 52%,#649f23 100%);
    background: -o-linear-gradient(top,  #8cc649 0%,#88c941 50%,#6dae26 52%,#649f23 100%);
    background: -ms-linear-gradient(top,  #8cc649 0%,#88c941 50%,#6dae26 52%,#649f23 100%);
    background: linear-gradient(to bottom,  #8cc649 0%,#88c941 50%,#6dae26 52%,#649f23 100%);

    /*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cc649', endColorstr='#649f23',GradientType=0 );*/
}
#textSpecifyMail{
    max-width: 180px;
    background-color: rgb(209, 209, 209);
    /*    padding: 3px 0px 3px 8px;*/
    border-radius: 6px;
}
input.calendar {
    width: 110px !important;
}

/*TABLE REPORT AFFILIATE HISTORY */
.sum_amount {
    float: right;
}

table.aff-report td:first-child, table.aff-report th:first-child{
    padding-left: 25px;
    background-position-x: 10px !important;
}
.wrapper-amount {
    width: 50%;
    display: inline-block;
    float: right;
    border-top: 1px solid #000;
    padding: 10px 0;
    margin-top: 15px;
}

.sum_amount > div{
    padding: 10px 20px;
}
.sum_amount .number-format {
    padding-right: 30px;
    padding: 3px 15px;
    background: green;
    border-radius: 5px;
    color: white;
}

#buypointButtonTable {
    margin-left: 226px;
    width: 453px;
    padding-top: 191px; 
} 

#buypointButtonTable tr {
    height: 35px;
    text-align: center;
}
.point-used {
    padding-bottom: 15px;
}
.point-used span{
    font-weight: bold;
    font-size: 18px;
}
.point-used span#usedPoint {
    color: #f89934;
}
.search-absolute {
    position: absolute;
    margin-top: -35px;
    right: 0;
}
.report-icon {
    background: url("../../Images/icon/stats_bars.png") no-repeat;
    width: 18px;
    height: 18px;
    display: inline-block;
}
i.search-icon {
    background: url("../../Images/icon/search-icon.png") no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block;
}
.top20 {
    background-color: rgb(198, 224, 142);
}
.top50 {
    background-color: rgb(118, 195, 113);
}
.minium50 {
    background-color: rgb(55, 160, 85);
    font-weight: bold;
}
.warning-notify {
    text-align: center;
    padding: 10px 0;
    background-color: #E2B34D;
    color: #fff;
    border-radius: 5px;
}
.statistic-legend {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.mark-content-link {
    padding: 1px 5px;
    /*font-size: 13px;*/
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #4c69ba;
}
.mark-content-delete {
    background-color: #CFCFCF;
    border: 1px solid #666;
    padding: 1px 5px;
    cursor: default;
    font-size: 13px;
}
.document-type {
    width: 18px;
    height: 18px;
    display: inline-block;
}
.word-icon {
    background: url("../../Images/1.1/word-icon.png") no-repeat;
}
.excel-icon {
    background: url("../../Images/1.1/excel-icon.png") no-repeat;
}
.powerpoint-icon {
    background: url("../../Images/1.1/powerpoint-icon.png") no-repeat;
}
.pdf-icon {
    background: url("../../Images/1.1/pdf-icon.png") no-repeat;
}
.existing-license .t-body {
    height: 300px;
    overflow-y: scroll;
    width: 102%;
}
.divTable{
    display: inline-block;
    width: 100%;
}
.headRow {
    display: inline-block;
    width: 100%;
    font-weight: bold;
    background-color: #557C96;
    padding: 10px 0px 10px 10px;
    color: #fff;
}
.t-body {
    width: 500px;
}
.divRow{
    display: inline-block;
    width: 100%;
    border-bottom: #EDBB1C 1px solid;
    padding-left: 10px;
    padding-top: 10px;
    background-color: #FCFCFC;
}
.divRow:hover {
    background-color: #FCF4E5;
}
.activeRow {
    background-color: #FCF4E5;
}
.divCell{
    display: inline-block;
    vertical-align: middle;
}
.divCell div {
    height: 25px;
}
.existing-license .content {
    font-size: 14px;
}
.t-body .divRow .divCell, .t-body .divRow .divCell:first-child  div, .t-body .divRow .divCell:nth-child(2)  div{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.title-header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #0E7B9B;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 20px 0;
}

.title-content {
    color: #5B5B5B;
    position: relative;
    top: 14px;
    background: #fff;
    padding-right: 10px;
    text-transform: uppercase;
}
