﻿body {
    color: #333;
    font-family: "Time News Roman", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    background:url(../Images/bg.jpg) no-repeat #fff center -136px;
}

a {
    color: #333;
    outline: none;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

   

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 1.75em;
    color:#0E86B3
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
    color:#0E86B3;
    padding:10px 0 20px;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    
    
    
}

.content-wrapper .table-form{
    max-width: 1040px;
    margin: 0 auto;
}
#body {
    background-color: #fff;
    clear: both;
    padding-bottom: 15px;
    position:relative;
}

    .main-content {
        background: url("../Images/accent.png") no-repeat;
        padding:0 15px;
        
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }

header .content-wrapper {
    padding-top: 20px; 
    height:100px;
}
header .content-wrapper:after {
    content:" ";
    clear:both;
    display:block;
}    
footer {
    background-color: #e2e2e2;
    font-size: .8em;
    height: 50px;
	line-height:50px;
	width:100%;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin-left: 0px;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
nav {
    background:#fff;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    box-shadow:1px 1px 3px #ccc;
    -webkit-box-shadow:1px 1px 3px #ccc;
    -moz-box-shadow:1px 1px 3px #ccc;
    -ms-box-shadow:1px 1px 3px #ccc;
    margin:20px 0;
}
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0px ;
    max-width:1040px;
    margin:0 auto;
}

    ul#menu li {
        display: inline;
        list-style: none;
        margin-left: 15px;
        position:relative;
        
    }

        ul#menu li a {
            background: none;
            color: #333;
            font-weight:normal;
            display: inline-block;
            font-size:12px;
            text-decoration: none;
            border-top:2px solid #fff;
            padding:3px;
            text-align:center;
        }

span.lang-en {
    font-size:10px;
    display:block;
}
span.f11 {
    font-size:11px;
}
span.f11block {
    font-size:11px;
    display:block;
}

.tbl-info-value {
    width:100px;
    text-align:right;
}

        ul#menu li:hover > a {
            color:#0e87b4;
            text-decoration: none;
            border-top:2px solid #7AC0DA;
        }

        ul#menu li > ul {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #7AC0DA;
            border-top:1px solid #ccc;
            display: none;
            float: left;
            left: 0;
            padding: 0;
            position: absolute;
            width: 100%;
            z-index:10;
            min-width:200px
        }

        ul#menu li:hover > ul {
            display:block;
            
        }

        ul#menu li > ul li{
            display:block;
            margin:0;
        }
        ul#menu li > ul li  a{
            line-height: 30px;
            padding: 0 20px;
            text-align: left;
            width: 100%;
        }
        ul#menu li > ul li a:hover{
            border-top:2px solid #fff;
            color:#0e87b4;
        }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

fieldset.open-auth-providers {
    margin-top: 15px;
}

    fieldset.open-auth-providers button {
        margin-bottom: 12px;
    }
    
/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    label {
        margin: 0;
    }

    label.checkbox {
        display: inline;
    }

    input[type=text],input[type=password], textarea {
        border: 1px solid #7AC0DA;
        background: #fff;
        color: #333;
        font-size: 13px;
        padding: 5px;
    }

    input[type=text][disabled],input[type=password][disabled], textarea[disabled] {
        border: 1px solid #ccc;
        background: #ddd;
        color: #333;
        font-size: 13px;
        padding: 5px;
    }

    textarea {
        font-family: inherit;
        width: 500px;
    }
    
       

        input[type="checkbox"] {
            background: transparent;
            border: inherit;
            width: auto;
        }


.msg-success {
    color:#28728E;
    display:block;
}
.msg-error {
    color:#DD3D1B;
    display:block;
} 

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    display:block;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
	font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
        
    }

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
        padding: 0;
	}

	th a:hover {
		color: #000;
	}

    th.asc a, th.desc a {
        margin-right: .75em;
    }
    
    th.asc a:after, th.desc a:after {
		display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features */
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    
    
    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}
/* END: Mobile Styles */



/* TELERIK */
.RadGrid .rgPager td input{
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding:0;
    vertical-align:top !important;
}
.telerikCaptchaInline
{
    width:300px !important;
}
.telerikCaptchaInline > img{
    float:right;
    width:120px !important;
    height:40px !important;
}
.telerikCaptchaInline > p{
    float:left;
    margin:0 10px 0 0px;
    width:50%;
}
.telerikCaptchaInline > p input{
    width:auto;
}
.RadComboBox_Default .rcbInputCellLeft, .RadComboBox_Default .rcbInputCellRight, .RadComboBox_Default .rcbArrowCellLeft
{
    background-image:none  !important;
    border:1px solid #91C8D9 !important;
    border-right:none !important;
    padding:2px;
}
.RadInput_Default .riTextBox, html body .RadInputMgr_Default
{
    border:1px solid #91C8D9 !important;
    padding:3px 5px 3px 5px !important;
}
.RadComboBox .rcbArrowCell a {
    height: 10px !important;
}
.RadInput_Default .riDisabled, html body .RadInput_Disabled_Default
{
    border-color: #BBDEE8 !important;
    
}
.RadComboBox_Default .rcbArrowCellRight
{
    background-image:none !important;
    border:1px solid #91C8D9 !important;
    border-left:none !important;
    padding:2px;
}
.RadComboBoxDropDown_Default .rcbHeader, .RadComboBoxDropDown_Default .rcbFooter {
    background-image:none !important;
}
.RadComboBox .rcbArrowCell a {
    height: 23px !important;
    cursor:pointer !important;
}
.RadComboBox th {
    font-size:12px !important;
}
.RadInput_Default .riDisabled, html body .RadInput_Disabled_Default
{
    border-color: #BBDEE8 !important;
    
}
.RadComboBox_Default .rcbArrowCellRight
{
    background-image:none !important;
    border:1px solid #91C8D9 !important;
    border-left:none !important;
    padding:2px;
}
.RadComboBox .rcbInputCell .rcbInput
{
    padding:1px !important;

}
.RadComboBoxDropDown_Default .rcbHovered.main-content
{
    background:#E6F4F9 !important;
}
.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading
{
    padding: 5px 6px !important;
}
.RadComboBox_Default .rcbArrowCellRight:after {
    background: none repeat scroll 0 0 transparent;
    border-color: #91C8D9 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px 4px 0;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    position: relative;
    right: 0px;
    top: -10px;
    width: 0;
    
}
.rcbHeader th{
    font-size:12px;
}


/* BASE */
.colorblue {
    color:#1cade4;
}
.blue-gradient-bg {
   background-color: #1cade4; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1cade4), to(#0e86b3));
   background-image: -webkit-linear-gradient(top, #1cade4, #0e86b3); 
   background-image:    -moz-linear-gradient(top, #1cade4, #0e86b3);
   background-image:     -ms-linear-gradient(top, #1cade4, #0e86b3);
   background-image:      -o-linear-gradient(top, #1cade4, #0e86b3);
}
.blue-gradient-bg:hover {
   background-color: #1cade4; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#), to(#1cade4));
   background-image: -webkit-linear-gradient(top, #0e86b3, #1cade4); 
   background-image:    -moz-linear-gradient(top, #0e86b3, #1cade4);
   background-image:     -ms-linear-gradient(top, #0e86b3, #1cade4);
   background-image:      -o-linear-gradient(top, #0e86b3, #1cade4);
}

.gray-gradient-bg {
   background-color: #1cade4; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
   background-image: -webkit-linear-gradient(top, #eee, #ccc); 
   background-image:    -moz-linear-gradient(top, #eee, #ccc);
   background-image:     -ms-linear-gradient(top, #eee, #ccc);
   background-image:      -o-linear-gradient(top, #eee, #ccc);
}
.gray-gradient-bg:hover {
   background-color: #1cade4; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#eee));
   background-image: -webkit-linear-gradient(top, #ccc, #eee); 
   background-image:    -moz-linear-gradient(top, #ccc, #eee);
   background-image:     -ms-linear-gradient(top, #ccc, #eee);
   background-image:      -o-linear-gradient(top, #ccc, #eee);
}

.red-gradient-bg {
   background-color: #1cade4; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FB4D28), to(#F42A00));
   background-image: -webkit-linear-gradient(top, #FB4D28, #F42A00); 
   background-image:    -moz-linear-gradient(top, #FB4D28, #F42A00);
   background-image:     -ms-linear-gradient(top, #FB4D28, #F42A00);
   background-image:      -o-linear-gradient(top, #FB4D28, #F42A00);
}
.red-gradient-bg:hover {
   background-color: #1cade4; 
   background-image: url(images/fallback-gradient.png); 
   background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#FB4D28));
   background-image: -webkit-linear-gradient(top, #F42A00, #FB4D28); 
   background-image:    -moz-linear-gradient(top, #F42A00, #FB4D28);
   background-image:     -ms-linear-gradient(top, #F42A00, #FB4D28);
   background-image:      -o-linear-gradient(top, #F42A00, #FB4D28);
}

.btn-blue {
    color:#fff;
    cursor:pointer;
    border:1px solid #057199;
    display:block;
    font-weight:bold;
}
.btn-gray {
    color:#333;
    font-weight:bold;
    cursor:pointer;
    border:1px solid #bbb;
    display:block;
}
.btn-red {
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    border:1px solid #A61D01;
    display:block;
}
input[type=submit].large,input[type=button].large {
    padding:7px 20px;
}
input[type=submit].small,input[type=button].small {
    padding:2px 10px;
}
.button{
    padding: 7px 20px;
    text-decoration: none;
}
.button:hover{
    text-decoration: none;
}
.button-group input,
.button-group > a
{
    display:inline-block;
    margin-left:10px;
}

.text-center {
    text-align:center;
}
.combbo-table-dropdown td {
    padding:5px;
}
.combbo-table-dropdown:hover
{
    background:#eee;
}
.table-report {
    
}
.table-report .separate {
    width:100%;
}
.table-report .option{
    padding-right:50px;
}
.table-report td.label {
    width:100px;
    padding-left:10px;
    color:#333;
    line-height:30px;
    vertical-align:middle;
}

.table-form {
    width:100%;
}
.table-form td:nth-child(1), .table-form td:nth-child(3) {
    text-align:right;
}
.table-form td {
    padding:2px 10px
}
.table-form td.button-group{
    text-align:center;
    padding:10px;
}
#login-form label {
    margin-bottom: 20px;
    padding: 0 10px 0 0;
    text-align: right;
    width: 130px;
}
.progress-bar-bg {
    position: fixed;
    right: 15px;
    bottom: 0;

}
.marginright10 {
    margin-right:10px;
}
#changepassword-form label{
    padding: 0 10px 0 0;
    text-align: right;
}
.changepass-success {
    color: #0E86B3;
    font-weight: bold;
}
#ctl00_MainContent_txtBirthYear_text{
    padding: 5px !important;
}
#ctl00_MainContent_rcbDocument_DropDown .rcbItem,
#ctl00_MainContent_rcbDocument_DropDown .rcbHovered {
    min-height: 27px !important;
}

.grid-control > *{
    margin-left: 5px;
    display: inline-block;
    width:auto;
    float:left;
}

.RadWindow  *, 
.RadWindow *::before, 
.RadWindow *::after{
    box-sizing: content-box;
}
.RadGrid_Vista .rgAltRow{
    background-color: #e9eaff;
}

.document_wrapper {
    font-weight: bold;
    font-family: "Times New Roman";
    font-size: 17px;
}

.document_wrapper .wrapper{
    position:relative;
    display: block;
}
.document_wrapper .HLCN,
.document_wrapper .CCBL,
.document_wrapper .GCN,
.document_wrapper .GCNBS,
.document_wrapper .GCNBS,
.document_wrapper .HLNVDB,
.document_wrapper .HLNVCM,
.document_wrapper .HLNVCMQT,
.document_wrapper .HLNVCB,
.document_wrapper .TOKYO,
.document_wrapper .CWD
{
    width: 800px;
    margin: 0 auto;
}

/*HLCN*/
.document_wrapper .HLCN .image{
    left: 20.5%;
    position: absolute;
    text-align: center;
    top: 67.5%;
    width: 9.5%;
    height: 18%;
    overflow: hidden;
}   
.document_wrapper .HLCN .image img{
    width: 100%;
}
.document_wrapper .HLCN .fullname{
    right: 13.5%;
    position: absolute;
    top: 10%;
    text-transform: uppercase;
}  
.document_wrapper .HLCN .birthday{
    right: 27%;
    position: absolute;
    top: 16%;
}  
.document_wrapper .HLCN .country{
    right: 6%;
    position: absolute;
    top: 16%;
}  
.document_wrapper .HLCN .document-title-en{
    position: absolute;
    right: 7%;
    text-align: center;
    top: 34%;
    width: 35%;
} 
.document_wrapper .HLCN .number{
    position: absolute;
    right: 25%;
    top: 55.2%;
} 
.document_wrapper  .HLCN .start-date{
    position: absolute;
    right: 26%;
    top: 61%;
} 


/*HLNVCB*/
.document_wrapper .HLNVCB .image{
    left: 20%;
    position: absolute;
    text-align: center;
    top: 67.5%;
    width: 9.5%;
    height: 18%;
    overflow: hidden;
}   
.document_wrapper .HLNVCB .image img{
    width: 100%;
}
.document_wrapper .HLNVCB .fullname{
    right: 13.5%;
    position: absolute;
    top: 11%;
    text-transform: uppercase;
}  
.document_wrapper .HLNVCB .birthday{
    right: 27%;
    position: absolute;
    top: 17%;
}  
.document_wrapper .HLNVCB .country{
    right: 6%;
    position: absolute;
    top: 17%;
}  
.document_wrapper .HLNVCB .document-rule{
    right: 23%;
    position: absolute;
    top: 44%;
}  
.document_wrapper .HLNVCB .number{
    position: absolute;
    right: 25%;
    top: 57%;
} 
.document_wrapper  .HLNVCB .start-date{
    position: absolute;
    right: 4%;
    top: 57%;
} 
.document_wrapper  .HLNVCB .end-date{
    position: absolute;
    right: 24%;
    top: 63%;
}

/*HLNVĐB*/
.document_wrapper .HLNVDB .image{
    left: 20.4%;
    position: absolute;
    text-align: center;
    top: 67.5%;
    width: 9.5%;
    height: 18%;.document_wrapper .HLNVCB .country
    overflow: hidden;
}   
.document_wrapper .HLNVDB .image img{
    width: 100%;
}
.document_wrapper .HLNVDB .document-title-en{
    position: absolute;
    right: 7%;
    text-align: center;
    top: 31%;
    width: 35%;
} 
.document_wrapper .HLNVDB .document-title-en.d144{
    font-size: 10px;
    width: 45%;
    right: 13px;
} 
.document_wrapper .HLNVDB .document-rule{
    right: 16%;
    position: absolute;
    top: 43%;
}  
.document_wrapper .HLNVDB .fullname{
    right: 13.5%;
    position: absolute;
    top: 11%;
    text-transform: uppercase;
}  
.document_wrapper .HLNVDB .birthday{
    right: 27%;
    position: absolute;
    top: 17%;
}  
.document_wrapper .HLNVDB .country{
    right: 6%;
    position: absolute;
    top: 17%;
}  
.document_wrapper .HLNVDB .number{
    position: absolute;
    right: 25%;
    top: 55.2%;
} 
.document_wrapper  .HLNVDB .start-date{
    position: absolute;
    right: 4%;
    top: 55.2%;
} 
.document_wrapper  .HLNVDB .end-date{
    position: absolute;
    right: 26%;
    top: 61.5%;
}


/*HLNVCM*/
.document_wrapper .HLNVCM .image{
    left: 20.2%;
    position: absolute;
    text-align: center;
    top: 67.5%;
    width: 9.5%;
    height: 18%;
    overflow: hidden;
}   
.document_wrapper .HLNVCM .image img{
    width: 100%;
}
.document_wrapper .HLNVCM .document-title-en{
    position: absolute;
    right: 7%;
    text-align: center;
    top: 31%;
    width: 35%;
} 
.document_wrapper .HLNVCM .fullname{
    right: 13.5%;
    position: absolute;
    top: 10%;
    text-transform: uppercase;
}  
.document_wrapper .HLNVCM .birthday{
    right: 27%;
    position: absolute;
    top: 16.5%;
}  
.document_wrapper .HLNVCM .country{
    right: 4%;
    position: absolute;
    top: 16.5%;
}  
.document_wrapper .HLNVCM .number{
    position: absolute;
    right: 25%;
    top: 57%;
} 
.document_wrapper  .HLNVCM .start-date{
    position: absolute;
    right: 3%;
    top: 57%;
} 
.document_wrapper  .HLNVCM .end-date{
    position: absolute;
    right: 25%;
    top: 63.2%;
}

/*HLNVCMQT*/
.document_wrapper .HLNVCMQT .image{
    left: 20.2%;
    position: absolute;
    text-align: center;
    top: 67.5%;
    width: 9.5%;
    height: 18%;
    overflow: hidden;
}   
.document_wrapper .HLNVCMQT .image img{
    width: 100%;
}
.document_wrapper .HLNVCMQT .document-title-en{
    position: absolute;
    right: 7%;
    text-align: center;
    top: 31%;
    line-height: 21px;
    width: 35%;
} 
.document_wrapper .HLNVCMQT .document-rule{
    font-size: 13px;
    position: absolute;
    right: 24%;
    top: 43.5%;
}  
.document_wrapper .HLNVCMQT .fullname{
    right: 13.5%;
    position: absolute;
    top: 10%;
    text-transform: uppercase;
}  
.document_wrapper .HLNVCMQT .birthday{
    right: 27%;
    position: absolute;
    top: 16.5%;
}  
.document_wrapper .HLNVCMQT .country{
    right: 4%;
    position: absolute;
    top: 16.5%;
}  
.document_wrapper .HLNVCMQT .number{
    position: absolute;
    right: 25%;
    top: 56%;
} 
.document_wrapper  .HLNVCMQT .start-date{
    position: absolute;
    right: 3%;
    top: 56%;
} 
.document_wrapper  .HLNVCMQT .end-date{
    position: absolute;
    right: 25%;
    top: 62%;
}




/*TOKYO*/
.document_wrapper .TOKYO .center{
    position: absolute;
    top: 280px;
    text-align: center;
    left: 120px;
    font-size: 20px;
}
.document_wrapper .TOKYO .t1{
    font-size: 28px;
    padding-bottom:10px;
}
.document_wrapper .TOKYO .t2{
    font-size: 26px;
    padding-bottom:10px;
}

.document_wrapper .TOKYO .t51{
    padding-bottom: 10px;
    font-size: 22px;
}
.document_wrapper .TOKYO .t6{
    padding-bottom: 10px;
    font-size: 16px;
}
.document_wrapper .TOKYO .t7{
    padding-bottom: 20px;
    font-size: 16px;
}
.document_wrapper .TOKYO .t8{
    padding-bottom: 20px;
}
.document_wrapper .TOKYO .t9{
    left: 72px;
    position: relative;
}

.document_wrapper .TOKYO .t10{
    padding-bottom: 30px;
    position: relative;
    right: 40px;
    text-align: right;
}
.document_wrapper .TOKYO .t12{
    padding-bottom: 30px;
    position: relative;
    right: 40px;
    text-align: right;
}
.document_wrapper .TOKYO .image{
    left: 20.2%;
    position: absolute;
    text-align: center;
    top: 67.5%;
    width: 9.5%;
    height: 18%;
    overflow: hidden;
}   
.document_wrapper .TOKYO .image img{
    width: 100%;
}
.document_wrapper .TOKYO .document-title-en{
    line-height: 50px;
} 
.document_wrapper .TOKYO .fullname{
    text-transform: uppercase;
    font-size: 26px;
}  



/*CWD*/
.document_wrapper .CWD .center{
    position: absolute;
    top: 260px;
    text-align: center;
    left: 120px;
    font-size: 18px;
}
.document_wrapper .CWD .user-info{
    width: 80%;
    margin: 0 auto;
}
.document_wrapper .CWD .user-info-title{
    font-size: 16px;
    text-align: left;
    width: 50%;
    font-weight: normal;
}
.document_wrapper .CWD .user-info-value{
    font-size: 20px;
    color:red;
    text-align: left;
    vertical-align: top;
    padding-left: 50px;
}  

.document_wrapper .CWD .t1{
    font-size: 20px;
    padding-bottom:10px;
}
.document_wrapper .CWD .t2{
    
    font-style:italic;
}

.document_wrapper .CWD .t3{
    padding-bottom: 10px;
}
.document_wrapper .CWD .t4{
    padding-bottom: 10px;
    font-size: 16px;
}
.document_wrapper .CWD .t5{
    padding-bottom: 10px;
    font-size: 16px;
    font-style: italic;
}
.document_wrapper .CWD .t6{
    padding-bottom: 10px;
    font-weight: normal;
    text-align: left;
    padding-left: 228px;
}
.document_wrapper .CWD .number{
    color: red;
    position: relative;
    top: -25px;
    left: 25px;
    font-weight:bold;
}  
.document_wrapper .CWD .document-date-vn{
    font-weight: normal;
}
.document_wrapper .CWD .document-date-en{
    font-weight: normal;
    font-style:italic;
    padding-bottom:10px;
}
.document_wrapper .CWD .t7{
    left: 72px;
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
}

.document_wrapper .CWD .t8{
    font-size: 16px;
    position: relative;
    left: 72px;
    font-weight: normal;
    font-style: italic;
}
.document_wrapper .CWD .t9{
    padding-bottom: 30px;
    position: relative;
    right: 40px;
    text-align: center;
    padding-left: 233px;
}
.document_wrapper .CWD .t10{
    padding-bottom: 30px;
    position: relative;
    left: 5px;
    font-weight: normal;
    top: -54px;
    width: 200px;
    font-size: 16px;
    text-align: center;
}
.document_wrapper .CWD .image{
    left: 21.2%;
    position: absolute;
    text-align: center;
    top: 71.5%;
    width: 12.5%;
    overflow: hidden;
}   
.document_wrapper .CWD .image img{
    width: 100%;
}
.document_wrapper .CWD .document-title-en{
    font-style: italic;
} 
.document_wrapper .CWD .document-title-vn{
    padding-bottom:10px;
} 

.document_wrapper .CWD .fullname{
    text-transform: uppercase;
}  
.h1, .h2, .h3, h1, h2, h3{
    margin-top: 0;
}
label{
    margin-top: 5px;
    font-size: 14px;
}
.btn-primary{
    font-weight: bold;
    background-color: #f44336;
    padding-right: 15px;
    padding-left: 15px;
}
.BDC_CaptchaDiv{
    float: right;
}
.help-block{
    clear: left;
    color: #f72d0b;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
table th {
    background-color: #1b63a2;
    color: #fff;
    font-size: 16px;
}
table tr:nth-child(2n+1) {
    background-color: #eee;
}
table th, table td {
    border: 1px solid #ccc;
    vertical-align: middle !important;
}
table td a {
    font-size: 14px;
    text-decoration: none;
	font-weight: bold;
}
table td a:hover{
    color: #1cade4;
    font-weight: bold;
}
table th i{
    font-weight: 400;
}

footer p {
    font-size: 14px;
}
.post-content img{
    width: 100% !important;
    height: auto !important;
}
.effect2
{
  position: relative;
  box-shadow: 6px 10px 5px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btn-primary.search {
	background-color: #ffffff;
	color: #464646;
}
.btn-primary.search:hover {
	background-color: #464646;
	color: #ffffff;
}
.help{
	position: absolute;
	right: 10px;
	bottom: 15px;
	width: 60px;
}
.help img{
	width: 100%;
}
.dashboard {
	position: absolute;
	right: 1px;
	bottom: 50%;
	width: 60px;
}
.dashboard img, .search-doc img{
	width: 100% !important;
}
