.login_sekai{
    margin-top: 15%;
}
/*.table_list_user{*/
    /*margin-top: 200px;*/
/*}*/
.h1_list_user{
    padding: 20px;
}
.button_create_list_user{
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: none;
}

.label_form_sekai{
    margin-top: 27px;
}
.row_detail_foreign{
    margin-top: 20px;
    margin-bottom: 20px;
   /* border-left: 3px solid #da5;*/
    margin-left:10px;
}
.row_detail_foreign:last-child{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left:10px;
    border-left: none;
}
.img-border{
    border: 1px solid black;
}
.po_a{
    text-decoration: none;
}
#po_ul_parent li a{
    display:block;
    width:100%;
}
.display_inline{
    display: inline;
}
#checkbox_list_detail{
    margin-top: 0px;
}
.row_detail_company_japan{
    margin-top: 20px;
    margin-bottom: 20px;
}
.row_detail_company_japan .col-md-4{
    margin-top: 20px;
}
span.help-block{
    color:#a94442;
}
#vertical-align {
    vertical-align: middle;
}
#overflow {
    white-space: nowrap!important;
    width: 30em!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
#lable_company_japan{
    margin-left: 10px;
}
#checkbox_list_create_company{
    margin-left: 20px;
}
#po_ul_parent li{
    border-bottom: 1px solid #ddd;
    padding: 10px;
    position: relative;
}
#po_ul_parent>li:hover{
    background-color: #fafafa;
}
#po_ul_child>a>li:hover{
    background-color: #DDDDDD;
}

#po_ul_parent>li#po_submenu>a::after{
    /*display: block;*/
    /*width: 6px;*/
    /*height: 6px;*/
    /*border-top: 1px solid #888;*/
    /*border-right: 1px solid #888;*/
    /*margin-top: -4px;*/
    /*position: absolute;*/
    top: 30%;
    right: 10px;
    /*-webkit-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;

}
#po_submenu::after{
    /*content: "\f105";*/
    top: 30%;
    right: 10px;
    /*content: "\f105";*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*position: absolute;*/
}
#po_span_sub>i{
    position: absolute;
    top: 1%;
    right: 0px;
}
#po_li_a_child{
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.sub_menu_class>span{
    height: 100%;
    width: 100%;
}
#po_span_sub{
    height: 100%;
    width: 100%;
    padding:3px;
    position: relative;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
#po_ul_child li{
    border-bottom: none;
}
.class_fa_i{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.po_active{
    background-color: #ddd;
}
.po_pagination .pagination{
    margin: 0px;
}
.row_detail_company_japan{

}
.row_detail_company_japan .col-md-4 {
    margin-top: 0px;
}
.row_detail_request{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
}
th{
    position: relative;
}
th i:first-child{
    position: absolute;
    top:37%;
}
.th_company_list i:first-child{
    position: absolute;
    top:72%;
}
.table-company-japan  i:first-child {
    top:62%;
}
th i:last-child{
    position: absolute;
}
th.fa_request{
    position: relative;
}
th.fa_request i:first-child{
    position: absolute;
    top:61%;
}
th.fa_request i:last-child{
    position: absolute;
}
#imagesmain:hover{
    cursor: pointer;
}
#images1:hover{
    cursor: pointer;
    opacity: 0.7;
}
#images2:hover{
    cursor: pointer;
    opacity: 0.7;
}
#images3:hover{
    cursor: pointer;
    opacity: 0.7;
}
#images4:hover{
    cursor: pointer;
    opacity: 0.7;
}
#div_id_images{
    margin-top: 10px;
}

/*Dashboard*/
.Table
{
    display: table;
    font-size: 15px;
    margin-top: 10px ;
}
.Title
{
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}
.Heading
{
    display: table-row;
    font-weight: bold;
    text-align: center;
}
.Row
{
    display: table-row;
}
.Cell
{
    display: table-cell;
    border: solid;
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}
.Cell_request_id {
    display: table-cell;
    border: solid;
    border-width: thin;
}
.status_not_yet {
    background-color: #c4cdd4;
}
.status_bid {
    background-color: #87CEFA;
}
.status_suggestsent {
    background-color: #9AFF9A
}
.status_noreply {
    background-color: #cfb4ff;
}
.status_proccess {
    background-color: #FFF68F
}
.status_noreponse {
    background-color: #FFF68F;
    display: none;
}
.status_sample_charge {
    background-color: #EE9A00
}
.status_sample_free {
    background-color: #EE9A00
}
.status_order {
    background-color: #FFC0CB
}
.status_repeat {
    background-color: #EE0000
}
.bg-black{
    background-color: #555;
    color: white;
}
tr.tr_toggle{
    display: none;
}
#tr_parent>td {
    vertical-align: middle;
}
.table_po_vertical_align td {
    vertical-align: middle;
}
.tr_toggle:nth-child(even){
    background: #f9f9f9;
}
.tr_toggle:hover {
    background-color: #f5f5f5;
}
tr#tr_parent:hover{
    cursor: pointer;
}
.request_id_text {
    white-space: nowrap;
    width: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-request-list th,
.table-request-list td {
    word-break: break-all;
}

.table-request-list th.fa_request i:first-child {
    position: absolute;
    top: 40%;
}
.table-request-list th i:first-child {
    position: absolute;
    top: 37%;
}
.heading_send_product{
    background-color: #000088;
    color:#FFFFF0;
}
.heading_send_product:hover{
    cursor: default; color:#FFFFF0;
}
#return-to-top {
    z-index: 10;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.ql-snow .ql-editor img {
    max-width: none !important;
}

/*
* Format post
* Prefix: .container section > article .ql-editor
*/
.ql-editor h1 {
    padding-bottom: 5px;
    border-bottom: 1px dotted #333;
    margin: 0 40px 20px;
    font-size: 25px;
    line-height: 27px;
}

.ql-editor p {
    font-size: 18px;
    line-height: 35px;
    margin: 0 40px;
}

.ql-editor strong {
    padding: 23px 40px 20px;
    margin: 0 0 40px;
    font-size: 25px;
    line-height: 27px;
    color: #fff;
    background-color: #333;
    display: block;
}

.ql-editor em {
    padding: 16px 40px 16px;
    margin: 0 0 40px;
    font-size: 22px;
    line-height: 27px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-style: normal;
    display: block;
}

.ql-editor h4 {
    padding: 10px 36px 10px;
    margin: 0 40px 40px;
    font-size: 22px;
    line-height: 27px;
    border-left: 6px solid #333;
}

.ql-editor u,
.ql-editor s {
    padding: 0 40px 0 40px;
    background-color: #f3efe4;
    margin: 0;
    font-size: 18px;
    line-height: 35px;
    display: block;
    text-decoration: none;
}

.ql-editor s {
    border: none;
    position: relative;
    z-index: 10;
    background-color: transparent;
    background-color: #f6f7f7;
}

.ql-editor h2 {
    font-size: 22px;
    line-height: 27px;
    margin: 0 40px 35px;
    border: none;
}

.ql-editor ol {
    list-style: decimal;
    font-size: 18px;
    line-height: 35px;
    margin: 0 40px 40px;
    list-style-position: inside;
    padding: 0;
}

.ql-editor a {
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    text-decoration: underline;
}

.ql-editor a:hover { text-decoration: none; }

.content-box-form input[type="file"] { display: none; }

.content-box-form input[type="file"] ~ label {
    min-width: 150px;
    display: inline-block;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #9c9b9b; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, #9c9b9b , #efefef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #9c9b9b , #efefef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #9c9b9b , #efefef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #9c9b9b , #efefef); /* Standard syntax */
    text-align: center;
    padding: 6px;
}
.content-box-form button.btn-danger-clear-file{
    color: #fff!important;
    background-color: #954120!important;
    border-color: #78341a!important;
    padding: 1px!important;
    min-height: 0!important;
    width: 50px!important;
}

.content-group-controls-01 button.btn-danger-clear-file{
    color: #fff!important;
    background-color: #954120!important;
    border-color: #78341a!important;
    padding: 1px!important;
    min-height: 0!important;
    width: 50px!important;
    height: 29px!important;
    font-size: 15px!important;
}
.row_create_report{
    margin-bottom: 30px;
}