
label {
    color: #1f6377;
    font-weight: bold;
}
.text-normal{
    color: #1f6377;
    font-size: 15px;
    font-weight: bold;
}
.accordion-heading {
    background-color: #4bb1cf;
    color: #1f6377;
}

.ui-separator{
    /*    height: 1px;*/

}
.ui-fieldset{
    border-color: #045491
}
.ui-fieldset .ui-fieldset-legend {
    font-size: 13px;
    /*background-color: #fbeed5;*/
    /*    background: #fbeed5;
        border-color: #D98719;*/
    background: #ffffff;
    border-color: #ffffff;
}

.ui-fileupload-content.ui-widget-content.ui-corner-bottom{
    height: 100%;
    background: yellowgreen;
}

.ui-orderlist-caption{
    font-size: 14px;
    /*background-color: #fbeed5;*/
    /*    background: #fbeed5;
        border-color: #D98719; */
    background: yellowgreen;
    border-color: #045491; 
}

.ui-widget-content .ui-orderlist-list{
    border-color: #045491;
}

.ui-datatable-header{
    /*background: yellowgreen;*/
    background: #4bb1cf;
    border-color: #045491   ;
}
.ui-button.ui-widget { 
    /*color: darkslateblue;*/
    /*color: #045491;*/
    font-size: 14px;
}
.top-button-on{
    height: 50px;
    width: 118px;
}

.top-button-off{
    height: 50px;
    width: 118px;
}

/*table row color*/
.ui-widget-content.ui-datatable-even.rowbold{
    color: black;
    font-weight: bold;
}
.ui-widget-content.ui-datatable-odd.rowbold{
    color: black;
    font-weight: bold;
}

/*table row color*/
.ui-widget-content.ui-datatable-even.rowboldRed{
    color: red;
    font-weight: bold;
}
.ui-widget-content.ui-datatable-odd.rowboldRed{
    color: red;
    font-weight: bold;
}

.ui-dialog-titlebar.ui-widget-header{
    background: #5bc0de;    
}

/* top whats new feedtable*/
.ui-datagrid.ui-widget{
    padding: 11px;
}

/*index left datalist*/
.ui-datalist.ui-widget{
    /*padding: 11px;*/
}
.ui-datalist-content.ui-widget-content{
    border-color: white   ;

}

.ui-datalist-header.ui-widget-header.ui-corner-top{
    background: white;  
    width: 100px;
    float: left;
    border-color: white;
    padding: 10px;
}

#whiteclass{
    background: white;  
    border-color: white   ;
}

/* acoodion header*/
.ui-accordion-header.ui-helper-reset.ui-state-default.ui-corner-all.new-subtitle a{
    color: black;
    font-style: oblique;
}

.ui-picklist-item{
    color: #045491;
    font-size: 16px;
}

.pre_product_content_font{
    font-size: 16px;
}

.btnRed{
    padding:4px 10px 4px;
    font-weight:normal;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px}

.doingimage{
    overflow:auto;
    position:absolute;
    top:35%;
    left:40%;
    height: 60px;
    width: 60px;
}

.ui-selectonemenu-item.ui-selectonemenu-list-item.ui-corner-all{
    color: black;
}

.ui-menuitem-link.ui-corner-all.mainmenu span{
    width: 120px;
    padding: 10px;
}

.pagenabi-btn{
    font-size: 18px;
    background-color: white;
    border-color: blue;
}

.pagenabi-btn[title="true"]{
    font-size: 18px;
    color: yellowgreen;
    background-color: blue;
    border-color: blue;
}
.pagenabi-btn[title="false"]{
    font-size: 18px;
    color: #ddd;
    background-color: white;
    border-style: dotted;
    border-color: blue;
}

.ui-top-textlink{
    margin-right:10px;
    font-size: 1em;
    color: darkslateblue
}
.pgmarket-text{
    color: #23527c;
}
.pgmarket{
    margin-top: 1%;
    color: #23527c;
}

.pgmarket dd{
    padding-left: 10px;
    color: black;
    font-size: 0.9em;
}
.pgmarket-row-cont{
    padding:8px;
}

.pgmarket-tanraku{
    padding-top: 3%;
}
.pgmarket-doc-boutou1{
    border-left: 5px solid #1b809e;
    padding-left: 5px;
}
.pgmarket-u{
    margin-top: 2%;
    color: white;
}

.pgmarket-a-but{
    margin-bottom:  2%;
    margin-left: 2%;
    min-width: 200px;
    color: white;
}

.pgmarket-rowactive{
    font-weight: bold;
    color: #045491;
}
.pgmarket-rowfinish{
    background-color:#e0e0e0; 
}
.pgmarket-block-jumbotron{
    margin-top: 3%;
    margin-bottom: 2%;
    color: #23527c;
}
.pgmarket-block-jumbotron h4{
    color: #23527c;
    font-weight: bold;

}

.pgmarket-text-scroll{
    height: 240px;
    overflow: auto;
}

.pgmarket-errmessage{
    font-size: 1.5em;
    background-color: #9acfea;
    color: red;
}

.pgmarket-infomessage{
    font-size: 1.5em;
    background-color: #b2dba1;
    text-decoration: underline;
    color: #045491;
}

#modifydetailform#outsideFromDatBase_from_callmenu{
    width: 200px;
}

.ui-menu{
    width: 20em;
}

.ui-diagram-element {   
    width:16em; 
    height:3em;     
    line-height:3em;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #98AFC7;
    color: #ffffff;
}

.ui-diagram-element:hover {
    background-color: #828B9C;
}
.start-node {
    width:2em;
    height: 2em;
    border-radius: 4px;
    background-color: #000000 !important;
}




.ui-diagram-success {
    background-color: #9CB071;
    color: #ffffff;
    border-color: #7ab02c;
}

.ui-diagram-fail {
    background-color: #C34A2C;
    color: #ffffff;
}

.flow-label {
    font-size: 14px;
    font-weight: bold;
    color: #816A51;
}


.colmun1{
    width: 20%;
}

.displaynone{
    display: none;
}
.display{
    display: block;
}

.emptyErrorMessage{
    color: red;
    font-weight: bold;
}


.dynaform{
}

.dynaformPrimeface{
    padding: 7px;
}
.dynaformPrimeface-outtext{
    padding-top: 7px;
}

.dynaform-danraku{
    padding-top: 20px;
}

.dynaform-col0{
    margin-left: 10px;
}
.dynaform-akeru{
    margin-top: 30px;
}
.dynaform input{
    /*    margin-left: 15px;
        margin-right: 5px;*/
}
.dynaformPrimeface input{

    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.2em;
    height: 100%;
    box-shadow: inset 0 2px 2px #8f8f8f;
}

/*-----------------------------*/
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

#yashirushi {
    background: red;
    display: inline-block;
    height: 54px;
    margin-left: 20px;
    margin-top: 55px;
    position: relative;
    width: 100px;
}
#yashirushi:before {
    border-left: 35px solid red;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    left:  100px;
    top: 0px;
    width: 0;
}


@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.editviewform-viewitem{
    border: 0px;
    background-color: cornsilk;
    color: darkblue
}
.child-viewitem{
    background-color: #fcf8e3;
    color: darkblue
}
.editting{

}
.viewing{
}
td.highlight {
    background-color: whitesmoke !important;
}
.selecttabele tr:hover {
    background-color: lightgray;
}

.nav-title span{
    font-size: 20px; line-height: 50px
}

.nav-fix-top{
    position: fixed;
    top: 20%;
    z-index: 10000;
    opacity: 0.95; 
}

.nav-fix-top2{

    position: fixed;
    top:20%;
    z-index: 10000;
    opacity: 0.95; 
}
.table-col-widenone{
}

.table-col-wide10{
    width: 10%;
}
.table-col-wide50{
    width: 50%;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  10% {
    opacity: 1;
    transform: scale3d(2.5, 2.5, 2.5);
  }

  to {
    opacity: 1;
    transform: scale3d(3.5, 3.5, 3.5);
  }
}

.zoomOut {
  animation-name: zoomOut;
}
.image-anime:hover{
    animation: zoomOut 30s ;
}

@media print{
    @page { size: A4 landscape;
    margin: 0;
}
    .noprint{
        display: none;
    }
    .hr-page{
        page-break-after: always;
    }
    .content-print100{
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
        width:100% !IMPORTANT;
        height:100% !IMPORTANT;
        line-height: 1.3em;
    }

    .content-print{
        zoom: 75%;
        top:0 !IMPORTANT;
        left:0 !IMPORTANT;
        width:auto !IMPORTANT;
        height:auto !IMPORTANT;
        line-height: 1.2em;
    }
    .content-print .col-print-left{
        width: 100%;
        float: left;
    }
    .content-print .col-print-right{
        width: 100%;
        float: right;
    }
    a[href]:after {
        content: "" !important;
    }
    /*==================*/
    .sticky_table {
        display: block;
        position: relative;
        overflow: scroll;
        width: calc(100vw - 3.0rem);
        height: calc(75vh);
        border-collapse: collapse;
        font-size: 0;
    }
    .sticky_table thead,
    .sticky_table tbody {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .sticky_table th,
    .sticky_table td {
        display: inline-block;
        width: 8.0rem;
        background: #fff;
        font-size: 1.0rem;
    }
    .sticky_table tbody th {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 1;
    }
    .sticky_table thead {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    .sticky_table thead th.blank {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        left: 0;
        z-index: 3;
    }
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















