﻿@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strong, sub, sup, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

strong {
    font-weight: bold;
}

ol, ul {
    list-style: none;
}

caption {
    font-weight: normal;
    text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

a {
    text-decoration: none;
}

ul {
    border: 0;
    margin: 0;
    padding: 0;
    line-height: 1.9em;
}

a img {
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    font-family: "Yu Gothic" !important;
    color: #4D4C4C !important;
    font-size: 14px;
    line-height: 25px;
    position: relative;
    background-color: #F2F2F2;
}

* {
    font-family: "Yu Gothic"!important;
}

a, a:hover {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

/*common*/
#fullOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(100, 100, 100, .8);
    z-index: 2147483647;
}

#header {
    height: 60px;
    margin: 0px auto;
    position: relative;
    background: #FFFFFF;
    width: 1024px;
    background-color: #fff;
    margin: 0px auto;
}

#logo {
    margin-top: 6px;
    float: left;
    margin-right: 25px;
}

.list-step {
    float: left;
}

.list-step ul {
    height: 60px;
}

.list-step li {
    display: inline-block;
    list-style: none;
    width: 60px;
    height: 46px;
    /* margin-right: 4px !important; */
    /* margin-top: 7px !important; */
/*    margin: 7px 4px 7px 0 !important;*/
}

.description {
    float: left;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    width: 280px;
    height: 42px;
    margin: 8px 10px 2px 10px;
    background-color: #fff;
    padding : 5px;
    font-size : 10px;
}

.help {
    text-align: center;
    display: table;
    float: left;
    border: 2px solid #CCCCCC;
    border-radius: 3px;
    height: 42px;
    margin: 7px 5px 2px 5px;
    padding: 0px 9px;
    background-color: #fff;
}

.help b {
    vertical-align: middle;
    display: table-cell;
    font-size: 12px;
    font-weight: 400;
}

.content {
    width: 1024px;
    height: 476px;
    border-top: 2px solid #F07C10;
    margin: 0px auto;
    position: relative;
    background: #F2F2F2;
}

#footer {
    width: 1024px;
    height: 40px;
    background-color: #666666;
    margin: 0px auto;
}

.version {
    float: left;
    height: 40px;
    width: 80px;
    font-size: 13px;
    text-align: center;
    display: table;
}

.version span {
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-size: 11px;
}

.list-button {
    float: right;
    margin-right: 20px !important;
    margin: 5px auto;
}

.list-button button:hover {
    background-color: #EA834B!important;
    border-color: #EA834B !important;
}

.list-button button {
    float: left;
    height: 30px;
    width: 130px;
    background-color: #FAD1B2;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.btn-black {
    background-color: #4D4D4D!important;
    border: 2px solid #ED6600!important;
    color: white;
    font-weight: bold;
}

.btn-green {
    background-color: #BAC95C !important;
    border: 2px solid #BAC95C !important;
    color: black;
    font-weight: bold;
}

.btn-brown {
    background-color: #ADA29A !important;
    border: 2px solid #ADA29A !important;
    color: black;
    font-weight: bold;
}

.btn-modal {
    text-align: center;
}

.btn-modal button {
    background-image: linear-gradient(#ebe1c9, #be9f75);
    border: 1px solid #f7700f;
    cursor: pointer;
    margin: 0 5px;
    height: 25px;
    border-radius: 3px;
    padding: 0px 10px;
}

.modal-header .close {
    margin-top: -17px!important;
}
    .modal-header .close.mr-top-0 {
        margin-top: 0px !important;
    }

.step-product div {
    text-align: center;
    /* border-radius: 8px; */
    height: 46px;
    width: 60px;
    background-color: #918c8c;
    color: white;
    /* padding-top: 6px; */
    font-family: Yu Gothic !important;
    font-style: normal;
    border-radius: 5px;
}

.step-product h3 {
    height: 19px;
}

.step-product div h3 {
    font-family: Yu Gothic !important;
    font-style: normal;
    font-weight: bold;
    line-height: 29px !important;
}

.list-step {
    padding-top: 4px; 
    height: 60px;
}

/* .step-product div:hover{
	background-color: rgb(234,131,75);
} */

.active-step {
    background-color: #ED6600 !important;
}

a {
    text-decoration: none !important;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.oneLine {
    position: absolute;
    top: 10px;
    left: 10px;
}
.disableDiv {
    pointer-events: none;
    opacity: 0.4;
}
.list-step li {
    margin-right: 4.5px !important;
}
.note-box-empty{
    width:100%;
    height:35px;
    margin-top:9px;
}
/* for ie > 10*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .step-product div h3 {
        padding-top: 3px !important;
    }
    .help {
        padding-top: 4px !important;
    }
    .text {
        line-height: 28px;
    }
    .btn-modal {
        line-height: 28px !important;
    }
}
