@charset "utf-8";
/* CSS Document */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/


html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,label,input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*body {
        line-height: 1;
}*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section
{
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    padding: 0;
}

input,select {
    vertical-align: middle;
}

/*  +++++++++ mawarida wrote +++++++++  */
fieldset {
    border: 0;
}

select {
    min-width: 100px;
    font-size: 100%;
}

img {
    border: 0;
    vertical-align: bottom;
}

address,caption,cite,code,dfn,em,var,kbd,samp {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style-type: none;
}

abbr,acronym {
    border: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0pt;
    visibility: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}

.clearfix {
    overflow: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
    overflow: visible;
}
/* End hide from IE-mac */



table.display {
    display: inline-table;
    width : 100% !important;
    padding : 0;
    border-collapse : collapse;
    text-align :left;
    border-top:1px solid #c9c9c9;
    -moz-box-shadow:0px 0px 4px #efefef;
    -webkit-box-shadow:0px 0px 4px #efefef;
    box-shadow:0px 0px 4px #efefef;
}

/*

table.display thead tr th, table.display tfoot tr th {
        color : #1c1c1c;
}*/

table.display thead {
    /*	text-shadow: 1px 1px 1px #fff;*/
    /*background-image: url(../../Images/1.1/blue-line.png);*/
    color: white;
    background-repeat: repeat-x;
    background-position: left top;
        background-color: #337AB7;
}
table.display thead th p,table.display thead th a {
    color: white !important;
    font-weight: normal !important;
}
table.display thead tr th{
    /*	border:1px solid #d6d6d6 ;*/
    border-top:0px solid #d6d6d6 ;
    /*	border-right : 1px solid #ffffff;*/
    border-bottom : 1px solid #e6e6e6;
    padding : 8px 10px 8px;
    line-height : 25px;
    font-weight: normal;
    white-space: nowrap;
}
/*table.display thead tr .sorting, table.display thead tr .sorting_desc, table.display thead tr .sorting_asc{
        padding : 0 0 0 20px;
}*/
table.display thead tr th:first-child {
    /*	border-left : 1px solid #ffffff;*/
}
table.display thead tr th:last-child {
    border-right :none;
}
table.display tbody td {
    /*	border : 1px solid #e6e6e6;*/
    border-bottom : 1px solid #e6e6e6;
    /*	border-right : 1px solid #ffffff;*/
    border-right: none;
    border-left: none;
    padding: 8px 10px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    max-width: 200px;
}
table.display tbody td div.l-text{
    text-align: left;
}
table.display tbody td div{
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
    max-width: 200px;
}
table.display tbody td div.formErrorArrow div {
    padding: 0 !important;
}
table.display tbody td input[type="checkbox"],table.display thead tr th input[type="checkbox"]{
    margin-left: -20px;
}
table.display thead tr th table {
    border-bottom :none;
}

table.sent-info tbody td:first-child, table.sent-info thead th:first-child {
    padding-left: 40px;
}
table.display tbody td:last-child {
    border-right : none;
}
.info .title{
    font-weight: bold;
}
#tbAccountInfo tr td p{
    color: gray;
}
table.display tbody tr.odd, table.display tbody tr.even {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
table.display tbody tr.odd  {
    background-color : #FFF;
}
table.display tbody tr.even  {
    background-color : #F5F5F5; /*#fdfdfd;*/
}

table.display tbody tr.remove  {
    background-color : rgb(213, 210, 210);
    opacity: 0.5;
    cursor: default !important;
}

table.package-document tbody tr {
    text-align: left;
}
table.package-document tbody tr td:first-child {
    cursor: pointer;
}

table.display tbody tr:hover {
    background-color:#eaf7ff;
}
table.display tbody tr:last-child  td {
    border-bottom : 2px solid #d9d9d9;
}
/* For checkbox on table */
table.display thead th div.custom-checkbox, table.display tbody tr td div.custom-checkbox {
    margin: 0px 3px -12px 12px;

}
table.package-document tbody tr td.unclickable {
    cursor: default !important;
}
#tbl-import-user  tbody tr td  div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 130px;
    padding-bottom: 2px;
    line-height: 15px;
}
/* Trash icon position */
#import-popup table.display tbody tr td a.trash-recipient {
    margin: 0 0 0 10px;
}
/* Using for Table Info */

table.info {
    width : 100%;
    padding : 0;
    border-collapse : collapse;
    text-align :center;
    margin:10px auto !important;
    border-top: 1px solid #EBEBEB;
    -moz-box-shadow:0px 0px 4px #efefef;
    -webkit-box-shadow:0px 0px 4px #efefef;
    box-shadow:0px 0px 4px #efefef;
}

table.info tbody td {
    border-bottom : 1px solid #e6e6e6;
    border-right: none;
    border-left: none;
    padding: 12px 10px;
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    max-width: 200px;
}
table.info tbody td:first-child {
    padding-left: 30px;
    text-align: left;
}
table.info tbody td div:not(.formError):not(.formErrorArrow):not(.formErrorContent){
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
    max-width: 200px;
    /*min-height: 20px;*/
}

table.info tbody tr.odd  {
    background-color : #f9f9f9;
}

table.info tbody tr.even  {
    background-color : #eae9e9; /*#fdfdfd;*/
} 
table.info {
    display: inline-table;
}

/* Info 2 table */

.info2 .datepicker1{
    width: 100px !important;
    font-size: 13px;
}
table.info2 {
    width : 100%;
    padding : 0;
    border-collapse : collapse;
    border-top:1px solid #c9c9c9;
    -moz-box-shadow:0px 0px 4px #efefef;
    -webkit-box-shadow:0px 0px 4px #efefef;
    box-shadow:0px 0px 4px #efefef;
}

table.info2{
    display: inline-table;
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
}

table.info2 textarea {
    resize: none;
}
table.info2 tbody tr.odd  {
    background-color : #f9f9f9;
}

table.info2 tbody tr.even  {
    background-color : #eae9e9; /*#fdfdfd;*/
}
table.info2 input[type=password] {
    width: 100px !important;
}

table tr td.dataTables_empty {
    text-align: center !important;
}
.notifiction-myacc .even {
    padding: 15px 30px;
}
.notifiction-myacc .odd{
    padding: 15px 30px;
}
.landing-page .even{
    padding: 15px 30px;
}
.landing-page .odd{
    padding: 15px 30px;
}

.lang-wrapper .odd {
    padding: 15px 30px;
}
.lang-wrapper div > span:first-child {
    font-weight: bold;
    padding-right: 20px;
}

.notifiction-myacc,.landing-page font{
    line-height: 1.5;
    font-weight: bold;
    color: gray;
}
.even {
    background-color : #f9f9f9;

}
.odd {
    background-color : #eae9e9; /*#fdfdfd;*/
}
#tbAccountInfo, #tblPaymentInfo, #tblReplacePayment{
    text-align: left;
}
#tbAccountInfo tbody td{
    padding: 5px 0px;
}
#tbAccountInfo tbody td:first-child{
    font-weight: bold;
    width: 20%;
}
#tblReplacePayment tbody td{
    padding: 5px 0px;
}
#tblPaymentInfo tbody td{
    padding: 5px 0px;
}
#tbAccountInfo tbody td:first-child{
    padding: 15px 0 15px 30px;
}
#tblPaymentInfo tbody td:first-child{
    padding-left: 30px;
}
#tblReplacePayment tbody td:first-child{
    padding-left: 30px;
}
#tblReplacePayment tr td{
    max-width: 100%
}
#tblUserstatics tr td div:first-child{
    padding-left: 5%; 
    max-width: 400px;
}
#tblDocPopup .file-name{
    max-width: 300px;
}
#tblInfo .title{
    font-weight: bold;
}
#tblInfo .expiry-date-package-download, .local-copies-package-download{
    padding-top: 6px;
    padding-bottom: 6px;
}
#tblInfo .local-copies-package-download{
    padding-top: 0px;
    padding-bottom: 0px;
}
#tblInfo .allow-package-download{
    padding-top: 0px;
    padding-bottom: 0px;
}

table.display-package-detail {
    width : 100%;
    padding : 0;
    border-collapse : collapse;
    text-align :left;
    margin:10px auto !important;
    /*	border : 1px solid #d6d6d6;*/
    border-top:1px solid #c9c9c9;
    -moz-box-shadow:0px 0px 4px #efefef;
    -webkit-box-shadow:0px 0px 4px #efefef;
    box-shadow:0px 0px 4px #efefef;
    /*        table-layout: fixed;*/
}

table.display-package-detail tr , table.display-package-detail tfoot tr {
    /*	color : #1c1c1c;*/
}

table.display-package-detail thead {     
    background-image: url(../../Images/1.1/blue-line.png);
    color: white;
    background-repeat: repeat-x;
    background-position: left top;
}

table.display-package-detail thead tr th{
    /*	border:1px solid #d6d6d6 ;*/
    border-top:0px solid #d6d6d6 ;
    /*	border-right : 1px solid #ffffff;*/
    border-bottom : 1px solid #e6e6e6;
    padding : 8px 10px 8px;
    line-height : 25px;
}
table.display-package-detail thead tr th:first-child {
    /*	border-left : 1px solid #ffffff;*/
}
table.display-package-detail thead tr th:last-child {
    border-right :none;
}
table.display-package-detail tbody td {
    /*	border : 1px solid #e6e6e6;*/
    border-bottom : 1px solid #e6e6e6;
    /*	border-right : 1px solid #ffffff;*/
    border-right:none;
    border-left:none;
    padding : 8px 10px 8px;
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
    max-width: 200px;
    /*        word-wrap: break-word;*/
}
table.display-package-detail tbody td div{
    overflow: hidden; 
    text-overflow:ellipsis; 
    white-space: nowrap;
    max-width: 200px;
    padding: 1px 0 1px 0;
    /*        line-height: 15px;*/
}
table.display-package-detail tbody td input[type="checkbox"],table.display-package-detail thead tr th input[type="checkbox"]{
    margin-left: -20px;
}
table.display-package-detail thead tr th table {
    border-bottom :none;
}

table.display-package-detail tbody td:first-child {
    /*border-left : 1px solid #ffffff;*/
}
table.display-package-detail tbody td:last-child {
    border-right : none;
}

table.display-package-detail tbody tr.odd, table.display-package-detail tbody tr.even {
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
table.display-package-detail tbody tr.odd  {
    background-color : #fafafa;
}
table.display-package-detail tbody tr.even  {
    background-color : #F5F6F7; /*#fdfdfd;*/
}

table.display-package-detail tbody tr:hover {
    background-color:#eaf7ff;
}
table.display-package-detail tbody tr:last-child  td {
    border-bottom : 2px solid #d9d9d9;
}

/*body {
    display: none;
    font-size: 16px;
    color: #5b5b5b;
    background-color: #eae9e9;
}*/
.tblHeader {
    font-weight: normal;
    color: #666 !important;
}
.mainPopupMail{
    line-height: 25px;
    display:inline-block;
}
.text-main-popupmail{
    max-width: 330px;
    display: inline-block;
    padding-left: 25px;
    line-height: 25px;
}
.modal-body img {
    display:inline; 
    /*        float:right; 
            margin-left:5px;
            padding-left: 20px;*/
}
.text-main-popupmail h2 {
    color: #78B9C7;
    word-break: break-all;
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 15px;
}

.text-main-popupmail h2#emailTitle{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
} 
/* Increasement Box  */

.wrap-counter {
    width: 6.8em;
    display: inline-block;
    position: relative;
    border: solid 1px #dddddd;
    background-color: white;
}

.wrap-counter input {
    border: none !important;
    box-shadow: none!important;
    width: 75px !important;
    height: 25px;
}
.wrap-counter .up, .wrap-counter .down {
    width: 18px;
    padding: 0;
    margin: 0;
    z-index: 13;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: none;
}

.package-document .number-download{
    text-indent: 64px;
}
.small-tip-content {
    margin-left: 8px;
}
.medium-tip-content {
    margin-left: 17px;
}
.medium-tip{
    width: 350px;
}
#text-securitycode-tip{
    width:250px;
    padding-left: 20px;
    padding-right: 0px;
}
#image-tip{
    width:200px;
    padding: 0px;
    padding-left: 20px;
    padding-right: -10px;
    font-size: 15px;
}
.small-tip{
    width: 200px;
}
.tooltip-wrapper {
    position: relative;
    height: 25px;
    min-width: 25px;
    display: inline-block;
}
.stepWizard .tooltip-wrapper {
    float: right;
    padding: 0 10px;
}
a.medium-tool-tip{
    background: url(../../Images/questionMark_1.png);
    width: 29px;
    height: 29px;
    border: 2px solid white;
    border-radius: 30px;
    z-index: 8;
    position: absolute;
    left: 0;
    /*margin-left: 5px;*/
    /*margin-top: 2px;*/
}
a.small-tool-tip{
    margin-left: -14px;
    margin-top: 8px;
    background: url(../../Images/questionMark_2.png) center center;
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-radius: 30px;
    z-index: 8;
    position: absolute;
}
#imageTipsy, #imageAffTipsy{
    margin-left: -13px;
}
#pointTipsy {
    background: url(../../Images/questionMark_2.png) center center;
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-radius: 30px;
    z-index:8;
    position: absolute;
    margin-top: 7px;
    margin-left: -10px;
}
#import-tip{
    padding-left: 20px;
    width: 250px;
}
#mailStep4Tipsy{
    padding-left: 20px;
    width: 185px;
}

table.info tbody td a.detail-point {
    background: url(../../Images/icon/info.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 8;
    margin-left: 10px;
}
table.info tbody td span {
    padding-right: 5px;
}

/* Progress */
.process-wrapper {
    width: 85%;
    position: relative;
    top: 10px;
    display: block;
} 
.progress {
    position: relative;
    width: 100%;
    max-width: 100% !important;
    background: #939292;
    /*border: 1px solid #01769F;*/
    /*border-radius: 2px;*/
    display: block;
}
.progress .inner-progress {
    max-width: 100% !important; 
    padding: 2px 0px;
    background: #80C5D8; 
    display: block;
}
.progress .inner-progress-text {
    margin: auto;
    width: 15%;
    display: block;
}
.process-percent {
    float: right;
    position: relative;
    top: -3px;
}