/*-----------------------------------------------------------------------------------*/
/* COMMON SETTINGS */
body, html {
  padding: 0;
  margin: 0;
  height: 100%;
}
/*
table, td, th, div {
  border: 0;
  padding: 0;
  margin: 0;
}
*/
img {
    border: 0;
}

/*-----------------------------------------------------------------------------------*/
/* FONTS */
/*
body, table, td, th, div, input, h1, h2, h3, h4, h5, h6 {
    font-family : Calibri, Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
    color: #000000;
}
body, table, td, th, div, input {
    font-size : 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-size : 18px;
    text-decoration: none;
}

div#page_footer {
    font-size: 11px;
    width: 100%;
    text-align: left;
}
*/

/*-----------------------------------------------------------------------------------*/
/* Body */

body{
    background-color: #FFFFFF;

    /*non-msie: page_alignment */
    text-align: center;}

/*-----------------------------------------------------------------------------------*/
/* Noscript */

div#noscript_warning_red
{
    padding-top: 30px;
    font-size: 16px;
    color: red;
    text-align: center;

    /*non-msie center page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

div#noscript_warning_newsession
{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;

        margin-left: auto;
    margin-right: auto;
    }

/*-----------------------------------------------------------------------------------*/
/* Header of [aux] window */
body.aux_window{
    text-align: left;
}

div#page_header_aux_window
{
    width: 100%; /* cause it's window */
    height: 50px;

    background-color: #738495;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/public/images/my/header-transient.png);
}

div#page_header_aux_window img#logo
{
    margin: 10px;
    vertical-align: middle;
}

div#page_header_aux_window span
{
    vertical-align: -1px;
    color: white;
    font-weight: bold;
    font-size :  18px;
}

div#help_page_main{
    margin: 10px;
    text-align: left;
}

/* ----------------------------------------------------------------------------------- */
/* Footer */

div#page_footer
{
    width: 100%;
    border-top: 1px solid #738495;
    empty-cells: show;
    display: block;

        margin-left: auto;
    margin-right: auto;
    }

div#page_footer div
{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;

    font-size: 11px;
}


/*-----------------------------------------------------------------------------------*/
/* progress bar comparitbility */

div#ProgressBarDIV table
{
    border-collapse: collapse;
    border: 0;
}

div#ProgressBarDIV table#progress_bar_table
{
    text-align: center;
    empty-cells: show;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
}

div#ProgressBarDIV table#progress_bar_table td
{
    width: 21px;
    height: 21px;
    background-color: #FFFFFF;
}

div#ProgressBarDIV table#progress_bar_table td.highlight
{
    width: 21px;
    height: 21px;
    background-color: #738495;
}

/* inspection host compartibility */

div.inspectionHostDIVSmall
{
    visibility: visible;
    border: 0;
    height: 1px;
    width: 1px;
}

div.inspectionHostDIVBig
{
    border: 2px solid black;
    visibility: visible;
    position: absolute;

    top: 5%;
    left: 5%;
    width: 80%;
    height: 73%;

    padding: 5%;
    padding-top: 4%;

    width: expression( "90%" );
    height: expression( "90%" );

    background: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=95);
    text-align: center;
    z-index: 5;
    height: 100%;
}

div.inspectionHostBgLock
{
    border:0;
    margin:0;
    padding: 0;
    opacity: 0.1;
    filter: alpha(opacity=10);
    visibility: visible;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    height: 94%
}
/* Error message styling */

table#IHoptions td
{
    height: 35px;
    padding-left: 12px;
}

table#IHoptions a.option
{
    margin-right: 10px;
}

table#IHoptions a.option img
{
    border: 0px;
    clear: right;
    vertical-align: middle;
}

/* CacheCleaneTable */

table#CacheCleanTable
{
    width: 100%;
    height: 100%;

}

table#CacheCleanTable td#main
{
    text-align: center;
}

table#CacheCleanTable td#message
{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.webtopTable
{
        /*non-msie: page_alignment */
    margin-left: auto;
    margin-right: auto;
    
    width: 100%;
    border-collapse: collapse;
}

table.webtopTable td
{
    width: 100%;
}

/* ----------------------------------------------------------------------------------- */
/* WEBTOP */
/* Footer */
body.webtop{
    background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 72px;
}

body.webtop_nohead{
    background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 0px;
}

div#webtop_wrapper{
    min-height: 90%;
    height: auto !important;
    height: 90%;
    margin: 0 auto -20px;
    padding-bottom: 20px;
}

div#webtop_toolbar{
    width: 100%;
    height: 33px;
    background: url(/public/images/full_wt/toolbar-background.png) repeat;
    color: white;
    clear: both;
    /*non-msie: page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

div#webtop_toolbar .right{
    float: right;
}

div#webtop_toolbar .left{
    float: left;
}

div#webtop_toolbar div.container{
    color: white;
    display: inline-block;
    padding-right: 5px;
    margin-right: 2px;
    margin-left: 8px;
    margin-top: 3px;
    border: 1px solid transparent;
}

div#webtop_toolbar div:first-child{
     margin-left: 11px;
}

div#webtop_toolbar div.last_child{
     margin-right: 16px;
}

div#webtop_toolbar .border_hover:hover{
    color: black;
    border: 1px solid gray;

    /* background-color: #E0E0E0; */
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF,  #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    cursor:pointer;
}

div#webtop_toolbar div.container img{
    vertical-align: -7px;
    margin-right: 2px;
}

div#webtop_toolbar div.container img.go{
    border: 1px solid transparent;
    margin-right: 2px;
    padding-bottom: 1px;
    padding-left: 3px;
    vertical-align: -7px;
    margin-top: 1px;
}

div#webtop_toolbar div.container img.go:hover{
    background: center #FFFFFF repeat url(/public/images/my/header-transient-small.png);
    border: 1px solid gray;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    cursor:pointer;
}

div#webtop_toolbar input#waurl{
    float: left;
    border: 1px solid #737b88;
    margin-top: 1px;
    margin-right: 4px;
    width: 214px;
    font-style: normal;
}

div#webtop_toolbar input#waurl.blur{
    color: #676767;
    font-style: italic;
}

/*   */
div#webtop_favorites_outer_container{
    width: 100%;
    padding-top: 5px;
    text-align: left;
    /*non-msie: page_alignment */
    clear: both;
        margin-left: auto;
    margin-right: auto;
    }

div#noticebox{
   position: absolute;
   top: 0;
   /* left: 50%; */
   display: none;
   width: 100%;
   background-color: rgb(247, 242, 219);
   padding: 10px 20px 10px 20px;
   text-align: center;
   opacity: 0.8;
   filter: alpha(opacity=80);
}

div#searchbox{
    padding: 5px;
    position: absolute;
    top: 115px;
    left: 100%;
    margin-left: -278px;
    width: 180px;
    background-color: #9ea9b6;
    display: none;
}

div#searchbox input#searchinp{
    width: 176px;
    padding: 2px;
    border: 1px;
}

div#webtop_favorites_outer_container div#searchbox{
    padding: 5px;
    position: absolute;
    top: 115px;
    left: 100%;
    margin-left: -278px;
    width: 180px;
    background-color: #9ea9b6;
    display: none;
}

#webtop_favorites_inner_container div.resourcetype{
    margin-left: 13px;
    margin-top: 8px;
    margin-bottom: 3px;
    display: block;
}

#webtop_favorites_inner_container div.resourcetype img.expand{
    display: table-cell;
    float: left;
    margin-top: -2px;
    margin-right: 4px;
    cursor: pointer;
}

#webtop_favorites_inner_container div.resourcetype div.title{
    display: table-cell;
    padding-right: 5px;
    color: #244265;
    white-space: nowrap;
}

#webtop_favorites_inner_container div.resourcetype div.aftertitle{
    display: table-cell;
    width: 100%;
    background: repeat-x url(/public/images/full_wt/aftertitle-background.png); /* todo: customizable */
    color: #244265;
}

#webtop_favorites_inner_container span.favorite{
    display: inline-block;
    /* exclude border */
    width: 284px;
        height: 47px;
    
    margin-left: 13px;
    margin-bottom: 2px;
    padding-right: 6px;

    border: 1px solid transparent;
    }

#webtop_favorites_inner_container span.favorite:hover{
     /* background: white; */
        background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DDDDDD));
    background: -moz-linear-gradient(top, #FFFFFF,  #DDDDDD);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
    

    -webkit-border-radius:6px;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid gray;
    cursor:pointer;
}

#webtop_favorites_inner_container span.favorite span.image{
        display: table-cell;
    vertical-align: middle;
    
    height: 48px;
    padding-left: 8px;
    padding-right: 8px;
    }

#webtop_favorites_inner_container span.favorite span.image img{
        width: 32px;
    height: 32px;
    }

#webtop_favorites_inner_container span.favorite span.caption{
        display: table-cell;
        vertical-align: middle;
    width: 240px;
    }

#webtop_favorites_inner_container span.favorite span.caption span{
    color: #999999;
    display:block;
    }

#webtop_favorites_inner_container span.favorite span.restart{
        display: table-cell;
    vertical-align: middle;
    
    width: 20px;
    }

#webtop_favorites_inner_container span.favorite span.restart img{
    
    width: 20px;
    height: 20px;

    }

/* */
#access_webtop_container{
    text-align: left;
}
#access_webtop_container div#status{
    margin-top: 15px;
    margin-left: 22px;
    height: 30px;
    font-weight: bold;
}
#access_webtop_container div#errormessage{
    width: 490px;
    margin-left: 41px;
    margin-top: 3px;
    margin-bottom: 12px;
}
#access_webtop_container div#status img{
    margin-top: 3px;
    padding-right: 2px;
    vertical-align: -4px;
    width: 16px;
    height: 16px;
}

#access_webtop_container div#status span{
    padding-left: 5px;
    vertical-align: middle;
}

#access_webtop_container div#data{
    margin-top: 3px;
    margin-left: 20px;
    border: 1px solid #999999;
    width: 512px;
    margin-bottom: 10px;
}
#access_webtop_container div#status input{
    float: right;
    }


#access_webtop_container table{
    border-collapse: collapse;
    width: 100%;
}
#access_webtop_container table th, div#access_webtop_container table td{
    height: 17px;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 2px;
    text-align: left;
    vertical-align: top;
}
#access_webtop_container table th.type, div#access_webtop_container table td.type{
    text-align: left;
    width: 160px;
}
#access_webtop_container table th.noboleft, div#access_webtop_container table td.noboleft{
    border-left: 0;
    width: 16%;
}
#access_webtop_container table th.noboright, div#access_webtop_container table td.noboright{
    border-right: 0;
    width: 16%;
}
#access_webtop_container table th{
    border: 1px solid #999999;
    border-top: 1px solid white;
    border-left: 1px solid white;
    background-color: #ceccc8;
    font-weight: normal;
    width: 45px;
}
#access_webtop_container table td{
    background-color: white;
    border-right: 1px solid #dddbd7;
}
#access_webtop_container table td.bold{
    font-weight: bold;
}
#access_webtop_container table .italic{
    font-style: italic;
}
#access_webtop_container table td.pad{
    padding-left: 15px;
}

#access_webtop_container table td span.apptstatus{
    padding-left: 5px;
}

#access_webtop_container table td div.apptstatus_name{
    text-overflow: ellipsis;
    width: inherit;
    white-space: nowrap;
    overflow: hidden;
}

#access_webtop_container table td div.apptstatus_hide{
    display: none;
}
#access_webtop_container table td div.apptstatus_show{
    display: block;
    font-style: italic;
    color: red;
    margin-left: 20px;
    margin-top: -1px;
    margin-bottom: -1px;
    padding-left: 5px;
}
#access_webtop_container table td img{
    margin-top: 2px;
    padding-right: 5px;
    vertical-align: -4px;
    width: 16px;
    height: 16px;
}
#access_webtop_container table tr.total td{
    background-color: #e7e7e7;
}
#access_webtop_container a#show_details_text{
    margin-left: 20px;
    text-decoration: none;
}
#access_webtop_container div#details_text{
    text-decoration: none;
    margin: 5px 27px 10px;
}
#access_webtop_container div#details_text a{
    display: block;
    width: 200px;
}

/*****************************************
*
*/

div.HostDivNaOnly{
    width: 100%;
    clear: both;
    /*non-msie: page_alignment */
        margin-left: auto;
    margin-right: auto;
    }

/*****************************************
Disable vertical srollbar
*/
html.noVerticalScrollbar {
    overflow: hidden;
}

/*****************************************
popup window style
*/

div.styledModalDialogueDIV{
    position: absolute;

    top: 300px;
    left: 300px;

    width: 430px;
    height: 252px;

    background-color: white;
    border: 1px solid #202020;
}

div.styledModalDialogueDIV input{
    float: none;
}

div.styledModalDialogueDIV div#SMDHeader{
    height: 55px;

    background-color: #738495;
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(/public/images/my/header-transient.png);
}

div.styledModalDialogueDIV div#SMDHeader div#SMDTitle{
    display: inline;
    float: left;
    margin-top: 19px;
    margin-left: 16px;
    color: white;
}

div.styledModalDialogueDIV div#SMDHeader div#SMDCross{
    display: inline;
    float: right;
    margin: 7px;
    color: white
}

div.styledModalDialogueDIV div#SMDMain{
    height: 116px;
    padding: 16px;
    color: black;
}

div.styledModalDialogueDIV div#SMDMain span{
    display: inline-block;
    text-align: left;
    width: 110px;
    margin-top: 10px;
}

div.styledModalDialogueDIV div#SMDButtons{
    height: 24px;
    padding: 12px 16px;
    background-color: #f0f0f0;
    border-top: 1px solid #dfdfdf;
    text-align: center;
}

div.styledModalDialogueDIV div#SMDButtons input{
        margin-left: 5px;
    margin-right: 5px;
}

div.browserCitrix{
    border: 1px solid black;
    background: #FFFFFF url(/public/images/full_wt/body-background.png) repeat-x center 0px;
    position: absolute;
}

div.browserCitrix div.browserFavorite{
}

div.browserCitrix div.browserFavorite img{
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}

div.browserCitrix div.browserFavorite span{
    float: left;
    margin-top: 38px;
    margin-left: 15px;
}

div.browserCitrix input.closeButton{
    float: right;
    margin-top: 36px;
    margin-right: 18px;
}


div.browserCitrix div.browserAddressline{
    border-top: 1px solid #8fa0b4;
    border-bottom: 1px solid #8fa0b4;
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 1px;
}

div.browserCitrix div.browserAddressline a{
    color: black;
    padding-left: 4px;
    padding-right: 4px;
}


div.browserCitrix div.browserContents{
    overflow-y: auto;
    -ms-overflow-y: auto;
        overflow: auto;
    }

/*********************************************************
 * vdi dropdown menu for changing client type
 */
div#vdimenu {
    position: relative;
}

div.vdimenucontent {
    display: none;
    position: absolute;
    background-color: inherit;
    min-width: 90%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

div.vdimenucontent a {
    color: white;
    padding: 5px 5px;
    text-align: left;
    display: block;
    text-decoration: none;
    min-width: inherit;
}

div.vdimenucontent a:hover {
    background-color: #d0d0d0;
}

div#vdimenu:hover .vdimenucontent {
    display: block;
    color: inherit;
    background-color: inherit;
}

/*********************************************************
* Custom protocol installation dialog boxes related styles
*/
div.cphBackgroundDimmed {
    background-color: rgba(255, 255, 255, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
}

div.cphDownloadDialogDIV {
    background-color: #fefefe;
    border-style: solid;
    border-color: #6b6b6b;
    border-width: 1px;
    text-decoration: none;

    position: absolute;
    max-width: 630px;
    height: auto;
    max-height: 600px;
    display: table;

    z-index: 100;
    text-align: left;
    margin: auto;

    left: 0;
    right: 0;
    top: 40px;
    opacity: 10;
}

div.cphPopupHeaderDiv {
    background-image: url("/public/images/my/flogo_mobile.png");
    background-position: 4px 6px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    z-index: 101;
    text-align: left;
    vertical-align: middle;
    background-color: #738495;
    padding-left: 46px;
    padding-right: 4px;
}

div.cphPopupBodyDiv {
    padding: 20px;
    padding-bottom: 24px;
}

div.cphCopyrightDiv {
    width: 600px;
    font-size: 9px;
    text-align: right;
    padding: 10px;
    padding-right: 18px;
}
div.cphCopyrightDiv:after {
    color: #808080;
    content: "Copyright DAI-ICHI HOKI co.,ltd. All Rights Reserved.";
}

div.cphDownloadDialogDIV, div.cphDownloadDialogDIV *, div.cphPopupBodyDiv {
    font-family: 'Open Sans Regular', 'Noto Sans',Helvetica,Arial,sans-serif;
    color: #2c2e2f;
}

div.cphDownloadDialogDIV, div.cphDownloadDialogDIV span, div.cphDownloadDialogDIV td,
div.cphDownloadDialogDIV p, div.cphPopupBodyDiv, div.cphSkipTooltip {
    font-size: 13px;
}

div.cphPopupHeaderDiv td, div.cphCloseBtnDiv {
    font-family: 'Open Sans Regular',Helvetica,Arial,sans-serif;
    color: #ffffff;
    padding-right: 4px;
    font-size: 14px;
}

div.cphPopupHeaderDiv td {
    text-decoration: none;
    padding: 0px;
}

div.cphPopupHeaderDiv table {
    width: 100%;
    height: 100%;
    padding: 0px;
    border-width: 0px;
    border-spacing: 0px;
}

div.cphPopupBodyDiv {
    width: 100%;
    z-index: 101;
    text-align: left;
    box-sizing: border-box;
}

div.cphPopupBodyDiv h2 {
    margin: 20px 1px;
    font-size: 32px;
}

div.cphPopupBodyDiv h3 {
    font-size: inherit;
    font-family: inherit;
    padding: 0px;
    margin: 0px;
    margin-bottom: 12px;
}

div.cphPopupBodyDiv table {
    color: #2c2e2f;
    width: 100%;
    padding: 0px 0px 0px 0px;
    border-width: 0px;
    border-spacing: 0px;
}

div.cphPopupBodyDiv tr, div.cphPopupBodyDiv td {
    text-decoration: none;
    padding: 0px;
}
div.cphPopupBodyDiv td {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
div.cphPopupBodyDiv td:last-child {
    padding: 0px;
}

div.cphPopupBodyDiv a, div.cphPopupBodyDiv a.expander-link {
    color: #2c87f0;
    border-bottom: 1px solid #dbdbdb;
    text-decoration: none;
}

div.cphPopupBodyDiv a.expander-link {
    display: inline-block;
    margin-top: 1em;
}

.cphPopupExpandDiv {
    background-color: #fefefe;
    position: relative;
    margin-top: -2em;
    padding-top: 2em;
    display: none;
}

.cphPopupExpandDiv:target {
    display: block;
}

div.cphDownloadBtnDiv, div.cphSkipBtnDiv {
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 4px 1px;
    width: 160px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    border-color: #cbcbcb;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    display: inline-block;
    background-image: linear-gradient(#ffffff, #d7d7d7);
}

div.cphPopupBodyDiv a.cphSkipLink {
    display: inline;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #dbdbdb;
}
div.cphSkipTooltip {
    margin: 5px 0px 5px 0px;
    visibility: hidden;
}
div.cphPopupBodyDiv a.cphSkipLink:hover + div.cphSkipTooltip {
    visibility: visible;
    transition-duration: 0.2s;
}

div.cphCloseBtnDiv  {
    text-align: right;
    margin: 4px 0px 0px 10px;
    box-sizing: border-box;
}

div.cphCloseBtnDiv:hover  {
    color: #ffffff;
}
div.cphCloseBtnDiv:after  {
    content:"\00d7";
    font-size: 28px;
    font-weight: lighter;
    font-family: "Courier";
}

.cphBtnA {
    border: none !important;
    text-decoration: none !important;
}

.cphDivider {
    margin-top: 32px;
    margin-bottom: 18px;
    padding: 0;
    border: none;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #cccccc;
}

/*** Start of TAS Auth *****/
#tas_auth_container {
    margin: 0px auto;
    padding : 5px;
    width: 95%;
    min-height: 78%;
    max-width: 350px;
    border-radius: 4px;
    background-color: #ffffff;
}
#tas_auth_container .overflow-auto{
    overflow: auto;
}
#tas_auth_container .width-100pct{
    width: 100%;
}
#tas_auth_container .normal-text{
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #354052;
}
#tas_auth_container .bold{
    font-weight: bold;
}
#tas_auth_container .label-text {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
#tas_auth_container .text-center{
    text-align: center;
}
#tas_auth_container .text-left{
    text-align: left;
}
#tas_auth_container .input[type="text"]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#tas_auth_container .input {
    -webkit-appearance: none;
    height: 36px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dfe3e9;
    width: 100%;
}
#tas_auth_container .button{
    color: #ffffff;
    background-color: #1991eb;
    border: solid 1px #dfe3e9;
    cursor: pointer;
}
#tas_auth_container .link{
    color: #3b7adb;
    cursor: pointer;
}
#tas_auth_container .padding-5 {
    padding : 5px;
}
#tas_auth_container .margin-top-5 {
    margin-top: 5px;
}
#tas_auth_container .margin-top-15 {
    margin-top: 15px;
}
#tas_auth_container .margin-top-25{
    margin-top: 25px;
}
#tas_auth_container .margin-20-auto {
    margin: 20px auto;
}
#tas_auth_container .margin-bottom-20{
    margin-bottom: 20px;
}
#tas_auth_container .mobile-image-div{
    float: left;
}
#tas_auth_container .mobile-image{
    max-width: 120px;
    max-height: 156px;
}
#tas_auth_container .mobile-instruction-div{
    width: 100%;
    height: 156px;
    line-height: 156px;
}
#tas_auth_container .mobile-instruction-div p{
    float: right;
    margin-top: 22%;
    width: 59%;
    text-align: left;
}
#tas_auth_container #tokenError{
    font-size : 12px;
    color: red;
    float: left;
    margin: 1px 5px 5px 0px;
    display: none;
}
#tas_auth_container .error-color{
    color: #ff3434;
}
/*** End of TAS Auth *****/

/*** Start of TAS Device Reg ***/
#tas_registration_container {
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
    background-color: #ffffff;
    width: 95%;
    min-height: 78%;
    min-width: 300px;
}
#tas_registration_container .header{
    font-size: 24px;
    color: #354052;
    width: 95%;
    margin: 5px auto 5px auto;
    text-align: left;
}
#tas_registration_container .step-text{
    width: 95%;
    margin: 10px auto 10px auto;
    font-size: 14px;
    line-height: 1.36;
    color: #354052;
    text-align: left;
}
#tas_registration_container .section{
    width: 288px;
    vertical-align: top;
    display: inline-block;
}
#tas_registration_container .input[type="text"]{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#tas_registration_container .input {
    -webkit-appearance: none;
    height: 36px;
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dfe3e9;
}
#tas_registration_container .input[disabled="disabled"] {
    background-color: lightgrey;
}
#tas_registration_container .button {
    -webkit-appearance: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.36;
    color: #ffffff;
    background-color: #1991eb;
    cursor: pointer;
}
#tas_registration_container .button[disabled="disabled"] {
    background-color: #8c8989;
}
#tas_registration_container .link-btn {
    padding: 6px 40%;
    text-decoration: none;
}
#tas_registration_container .padding-5{
    padding: 5px;
}
#tas_registration_container .margin-5-auto{
    margin: 5px auto;
}
#tas_registration_container .margin-top-10{
    margin-top: 10px;
}
#tas_registration_container .margin-bottom-30{
    margin-bottom: 30px;
}
#tas_registration_container .text-center{
    text-align: center;
}
#tas_registration_container .example-text{
    font-size: 13px;
    font-style: oblique;
    margin-top: 25px;
    margin-bottom: 0px;
}
#tas_registration_container #phoneError{
    font-size : 12px;
    color: red;
    float: left;
    margin: 1px 5px 5px 0px;
    display: none;
}
#tas_registration_container .sub-section{
    width: 95%;
    margin: 15px auto 5px auto;
}
#tas_registration_container #qrcode{
    width: 180px;
    height: 180px;
    margin: 5px auto 5px auto;
    cursor: none;
}
#tas_registration_container .separator-text{
    width:auto;
    vertical-align: middle;
    padding: 85px 10px 0px 10px;
}
/*** End of TAS Device Reg ***/

/*********************************************************
* MB
*/
.overlayMBDimmedBackground {
    background-color: rgba(255, 255, 255, 0.80);
    position: absolute;
    width: 100%;
    height: 100%;

    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
}

.overlayMBDialog {
    background-color: #fefefe;
    border-style: solid;
    border-color: #6b6b6b;
    border-width: 1px;
    text-decoration: none;

    position: absolute;
    max-width: 620px;
    width: 500px;
    height: auto;
    max-height: 600px;
    display: table;

    text-align: left;
    margin: auto;

    left: 0;
    right: 0;
    top: 40px;
    opacity: 10;

    font-family: 'Open Sans Regular',Helvetica,Arial,sans-serif;
    font-size: 14px;
    border-radius: 2px;
}

.overlayMBHeader {
    background-position: 4px 6px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    background-color: #738495;
    color: #ffffff;
    padding-right: 4px;
    overflow: hidden;
}

.overlayMBHeaderTitle {
    line-height: 35px;
    margin: 25px;
}

.overlayMBButton, .overlayMBMainDiv {
    padding: 15px;
    border: 1px;
    margin: 15px;
    display: inline-block;
}

.overlayMBMainDiv {
    text-align: left;
    box-sizing: border-box;
}

.overlayMBButton {
    border-style: solid;
    border-color: #909090;
    cursor: pointer;
    -webkit-transition: background-color 1s, -webkit-transform 1s; /* Safari */
    -webkit-transition-timing-function: ease;
    transition: background-color 1s, transform 1s;
    transition-timing-function: ease;
    min-width: 75px;
    text-align: center;
    border-radius: 2px;
}

.overlayMBButton, .overlayMBDialog {
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}

.overlayMBButton:hover {
    background-color: #f0f0f0;
}

.overvayMBCross {
    color: #ffffff;

    text-align: right;
    float: right;
    cursor: pointer;
}

.overvayMBCross:after {
    content:"\00d7";
    font-size: 28px;
    font-weight: lighter;
    font-family: "Courier";
    cursor: pointer;
}

.overlayButtonContainer {
    text-align: center;
}

.data_tooltip {
    padding: 8px;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.5s;
    -moz-transition:  opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition:  opacity 0.5s;
    transition:  opacity 0.5s;
    z-index:  1;
    background-color:  black;
    color:  white;
    visibility: hidden;
}


// d1hk
// @charset "utf-8";
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
html {
    overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,th {
	text-align: left;
}
q:before,q:after {
	content: '';
}
object,
embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
li {
	list-style-type: none;
}

/*--- default */
body {
	background: #FFF;
	color: #333;
	font-size: small;
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v7/o-0IIpQlx3QUlC5A4PNr5TRF.ttf) format('truetype');
}
/*----------------------------------------------------
	基本設定、配置指定など
----------------------------------------------------*/
html {height: 100%;}
body {
	height: 100%;
	background: #fefefe;
	color: #6e66ac;
}
/* 配置設定
----------------------------------------------------*/
#page {
	min-width: 510px;
	height: 100%;
	text-align: center;
}
#page:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#main {
	display: inline-block;
	width: 510px;
	margin: 20px auto;
	text-align: left;
	vertical-align: middle;
}
/* ロゴ
----------------------------------------------------------- */
h1#logo {
	width: 500px;
	margin: 40px 0 0 5px;
	text-align: center;
}
h1#logo img {
	width: 117px;
	height: 88px;
}
/* 画面タイトル
----------------------------------------------------------- */
h2 {
	margin: 0 0 45px;
	padding: 12px 0 0 40px;
	font-size: 18px;
	line-height: 100%;
	text-shadow: 1px 1px #eee;
}
h2:after {
	content: "";
	position: absolute;
	top: 65px;
	left: 40px;
	width: 420px;
	height: 0;
	border-bottom: 1px dotted #6e66ac;
}
/* 画面別icon指定
----------------------------------------------------------- */
#login h2 {	/* ログイン画面 */
	background: url("/public/images/customization/Common/logo_login.gif") no-repeat left bottom;
}
#logout h2 {	/* ログアウト画面 */
	background: url("/public/images/customization/Common/logo_logout.gif") no-repeat left bottom;
}
#chgpwd h2 {	/* パスワード変更画面 */
	background: url("/public/images/customization/Common/logo_pwd.gif") no-repeat left bottom;
}
#complete h2 {	/* パスワード変更完了画面 */
	background: url("/public/images/customization/Common/logo_complete.gif") no-repeat left bottom;
}
#error h2 {	/* エラー画面 */
	background: url("/public/images/customization/Common/logo_error.gif") no-repeat left bottom;
	color: #f92c57;
}
#error h2:after {
	border-bottom: 1px dotted #f92c57;
}
/* その他
----------------------------------------------------------- */
p {
	margin: 10px;
	font-size: small;
}
a {
	color: #64c0eb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.imgR {
	text-align: right;
}
.imgL {
	text-align: left;
}

/*----------------------------------------------------
	吹き出し
----------------------------------------------------*/
.arrow_box_wrapper {	/* 外枠 */
	width: 500px;
	padding: 5px;
	position: relative;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#918ac7), color-stop(50%,#918ac7), color-stop(50%,#6e66ac), color-stop(100%,#6e66ac));	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-35deg, #918ac7 0%,#918ac7 50%,#6e66ac 50%,#6e66ac 100%);	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(-35deg, #918ac7 0%,#918ac7 50%,#6e66ac 50%,#6e66ac 100%);	/* FF3.6+ */
	background: -ms-linear-gradient(-35deg, #918ac7 0%,#918ac7 50%,#6e66ac 50%,#6e66ac 100%);	/* IE10+ */
	background: -o-linear-gradient(-35deg, #918ac7 0%,#918ac7 50%,#6e66ac 50%,#6e66ac 100%);	/* Opera 11.10+ */
	background: linear-gradient(125deg, #918ac7 0%,#918ac7 50%,#6e66ac 50%,#6e66ac 100%);	/* W3C */
	-pie-background: linear-gradient(-35deg, #918ac7 0%,#918ac7 50%,#6e66ac 50%,#6e66ac 100%);	/* IE 9 */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(/PIE.htc);
}
.arrow_box_wrapper:after, .arrow_box_wrapper:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box_wrapper:before {
	border-color: rgba(110, 102, 172, 0);
	border-top-color: #6e66ac;
	border-width: 28px 20px;
	margin-left: -20px;
}

.arrow_box {	/* 内枠 */
	width: 420px;
	min-height: 230px;
	padding: 30px 40px 10px;
	position: relative;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(50%,#f6f6f6), color-stop(100%,#f6f6f6));	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-35deg, #ffffff 0%,#ffffff 50%,#f6f6f6 50%,#f6f6f6 100%);	/* Chrome10+,Safari5.1+ */
	background: -moz-linear-gradient(-35deg, #ffffff 0%,#ffffff 50%,#f6f6f6 50%,#f6f6f6 100%);	/* FF3.6+ */
	background: -ms-linear-gradient(-35deg, #ffffff 0%,#ffffff 50%,#f6f6f6 50%,#f6f6f6 100%);	/* IE10+ */
	background: -o-linear-gradient(-35deg, #ffffff 0%,#ffffff 50%,#f6f6f6 50%,#f6f6f6 100%);	/* Opera 11.10+ */
	background: linear-gradient(125deg, #ffffff 0%,#ffffff 50%,#f6f6f6 50%,#f6f6f6 100%);	/* W3C */
	-pie-background: linear-gradient(-35deg, #ffffff 0%,#ffffff 50%,#f6f6f6 50%,#f6f6f6 100%);	/* IE 9 */
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(/PIE.htc);
	font-family: "メイリオ";
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #f6f6f6;
	border-width: 25px 17px;
	margin-left: -17px;
}
/*----------------------------------------------------
	ログイン情報 - ログイン･ログアウト時刻、ご利用時間
----------------------------------------------------*/
.loginInfo {
	margin: 50px 0 0;
	padding: 5px 10px;
	background: rgba(110, 102, 172, .1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#166e66ac', endColorstr='#166e66ac');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#166e66ac,endColorstr=#166e66ac)";
	font-size: 11px;
}
.loginInfo dt {
	float: left;
	width: 120px;
	padding: 3px 0;
}
.loginInfo dd {
	padding: 3px 0;
}

#userList {
	text-align:right;
	font-size:14px;
	width: 100%;
	padding: 20px 0px 0px 0px;
}

/*----------------------------------------------------
	入力フォーム - 基本設定
----------------------------------------------------*/
#textfield {
	width: 350px;
	margin-bottom: 15px;
	padding: 15px 20px 15px 50px;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #333;
	font-size: 18px;
	font-family: "Noto Sans";
	position: relative;
	behavior: url(/PIE.htc);
}
input, a, select {
	outline: none;
}
#textfield:focus {	/* フォーカス時 */
	border: 2px solid #64c0eb;
}
/* プレースホルダー */
::-webkit-input-placeholder { color: #333; }
:-moz-placeholder { color: #333; }
placeholder { color: #333; }

/* 個別設定
----------------------------------------------------*/
input[type=text] {
	background: #e3e7ea url(/public/images/customization/Common/logo_user.png) no-repeat 20px center;
}
input[type=password] {
	background: #d0d7dc url(/public/images/customization/Common/logo_key.png) no-repeat 20px center;
}
.newPwd input[type=password] {
	background-color: #b8c2ca;
}
.cnfrmNewPwd input[type=password] {
	background-color: #9fadb8;
}

/*----------------------------------------------------
	ボタン - 基本設定
----------------------------------------------------*/
/* submit
----------------------------------------------------*/
input[type=submit] {
	width: 150px;
	padding: 15px 20px 10px;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #a1b1be;
	color: #fff;
	font-size: 18px;
	font-family: "メイリオ";
	font-weight: bold;
	text-shadow: 1px 1px #667c8e;
	position: relative;
	behavior: url(/PIE.htc);
}
input[type=submit]:focus {	/* フォーカス時 */
	border: 2px solid #64c0eb;
}
input[type=submit]:hover {
	background: #008fd3;
}
input[type=submit]:active {
	background: #037eb8;
}
/* button
----------------------------------------------------*/
input[type=button] {
	width: 150px;
	margin: 10px 0 0;
	padding: 15px 20px 10px;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #a1b2be;
	color: #fff;
	font-size: 18px;
	font-family: "メイリオ";
	font-weight: bold;
	text-shadow: 1px 1px #768a9b;
	position: relative;
	behavior: url(/PIE.htc);
}
input[type=button]:focus {	/* フォーカス時 */
	border: 2px solid #64c0eb;
}
input[type=button]:hover {
	background: #b6d3e7;
}
input[type=button]:active {
	background: #8096a6;;
}
/* reset
----------------------------------------------------*/
input[type=reset] {
	width: 150px;
	padding: 15px 20px 10px;
	cursor: pointer;
	border: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #cccdcd;
	color: #fff;
	font-size: 18px;
	font-family: "メイリオ";
	font-weight: bold;
	text-shadow: 1px 1px #7a7b7b;
	position: relative;
	behavior: url(/PIE.htc);
}
input[type=reset]:focus {	/* フォーカス時 */
	border: 2px solid #64c0eb;
}
input[type=reset]:hover {
	background: #dddddd;
}
input[type=reset]:active {
	background: #b4b5b5;
}

/*----------------------------------------------------
	ログイン画面
----------------------------------------------------*/
#login .reissue p {	/* パスワード再発行 */
	margin: 0 0 8px;
	font-size: 12px;
	text-align: right;
}
#login input[type="submit"] {
	float: right;
}
#login .chgpwd_button {
	margin: 25px 0 0;
	padding: 10px 0 0;
	border-top: 1px dotted #6e66ac;
}
#login .chgpwd_button a {
	padding: 0 15px;
	color: #6e66ac;
	background: url(/public/images/customization/Common/logo_link.gif) no-repeat left 45%;
}

/*----------------------------------------------------
	パスワード変更画面
----------------------------------------------------*/
#chgpwd h2+p {
	margin: -40px 0 20px;
	color: #008fd5;
	text-align: justify;
	text-justify: distribute;
}
#chgpwd form p, #chgpwd .newPwd p {
	margin: -15px 0 10px;
	color: #008fd5;
}
#chgpwd .cnfrmNewPwd p {
	margin: -15px 0 20px;
}
/* ボタン
----------------------------------------------------*/
#chgpwd input[type=button] {
	float: left;
	width: 250px;
	margin: 0;
	background: #6e66ac;
	text-shadow: 1px 1px #262067;
}
#chgpwd input[type=button]:focus {	/* フォーカス時 */
	border: 2px solid #64c0eb;
}
#chgpwd input[type=button]:hover {
	background: #008fd3;
}
#chgpwd input[type=button]:active {
	background: #037eb8;;
}
#chgpwd input[type=reset] {
	float: right;
}

/*----------------------------------------------------
	エラー画面
----------------------------------------------------*/
#error p {
	color: #f92c57;
}
#error p.contact {
	clear: both;
	color: #666;
}
/* ボタン
----------------------------------------------------*/
#error .credentials_input_submit {
	float: right;
	margin: 30px -10px;
}
#error .retlogin_button {
	float: right;
	width: 250px;
	margin: 10px -10px 0;
} 
