.loading {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgb(48, 48, 48);
    background: transparent\9;
    background: rgba(48, 48 ,48, 0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=60);
    zoom: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}

.waiting {}

.loading img {
    position: relative;
    max-width: 128px;
    height: auto;
    display: block;
    margin: 0 auto;
    top: 40%;
}

.input-unit {
    display: inline-block;
    border: 1px solid #0099CC;
    padding: 10px 8px 0;
    height: 40px;
    margin-left: -5px;
    background: #efefef;
}

.input-date {
    width: 30%;
    height: 40px;
    line-height: 50px;
    padding: 0 8px;
    color: #666;
    font-size: 16px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC;
    background-color: #FFF;
    vertical-align: bottom;;
    border-radius: 5px;
    text-align: start;
}

.input-common {
    min-width: 100px;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

#orderNav li ul {
    z-index: 9;
}

/*
input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    display: none;
}
*/

.errorMessage {
    color: #c7254e;
    font-weight: bold;

    padding: 5pt 10pt;
    border: 1px dotted #efefef;
    margin: 0em auto 7px;
    max-width: 500px;
    position: relative;
    border-radius: 7px;
    text-align: left;
    background: #f2dede;
}

.box-message {
    padding: 5pt 10pt;
    border: 1px dotted #efefef;
    margin: 0em auto 2em;
    max-width: 500px;
    position: relative;
    border-radius: 7px;
    text-align: left;
    font-size: 125%;
}

.message-info {
    background: #d9edf7;
}

.message-error {
    background: #f2dede;
}

.message-danger {
    background: red;
    color: white;
    /*background: #f2dede;*/
}

.message-warning {
    background: #fcf8e3;
}

.message-success {
    background: #dff0d8;
}

.row-table .cell:nth-child(1) {
    width: 33%;
}

.row-table .cell:nth-child(4) {
    width: 18%;
}

.section-cart .row-table .cell:nth-child(1) {
    width: 40%;
}

.section-cart .row-table .cell:nth-child(4) {
    width: 15%;
}

.faq a {
    color: #0099cc;
}

#orderNav > ul > li {
    margin-left: -2px;
}

#serviceMenu li a.active {
    background-color: #45aed6;
    color: #fff;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
}

.overlay > .fa, .overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.blogMain h1 > a {
    color: #09C;
}

button.member-btn {
    width: 100%;
    border: none;
    margin: 40px 0 20px 0;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    display: block;
    color: #000;
    background-color: #53cee2;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: normal;
}

button.member-btn:hover{
    background-color: #0099cc;
    color:#fff;
}

button.btn-main-line {
    border: none;
    margin: -10px 0 20px 0;
    text-align: center;
    color: #3399CC;
    padding: 10px 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #3399CC;
    background-color: #FFF;
}

button.btn-main-line:hover{
    text-align:center;
    background-color:#3399CC;
    color: #fff;
    padding: 10px 20px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #3399CC;
}

.user-nav li.active a {
    color: #0099cc;
}

.link {
    color: #0099cc;
}

.notice-list > li {
    padding: 2px 0;
}

.box-note {
    width: 100%;
    min-height: 6em;
    padding: 5px;
}

.pixnet-centent {
    font-size: 1.1em;
}

.pixnet-centent img {
    max-width: 100% !important; 
    height: auto;
}

.btn-circle {
    display: inline-block;
    text-align: center;
    color: #3399CC;
    border: 1px solid #3399CC;
    border-radius: 40px;
    padding:5px 20px;
    margin: 5px 0;
}

.btn-circle:hover {
    background: #3399CC;
    color: #fff;
}

#storage-form .bootstrap-datetimepicker-widget table td.disabled {
    color: #999;
    background-color: #efefef;
    border-radius: 0;
}

.film {
    
    background-position: center bottom;
    padding: 60px 0 120px 0;
}

.video-cover {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

.video-cover img {
    filter: brightness(.4);
    margin: 0 auto;
}

.video-cover > .fa-play-circle {
    position: absolute;
    margin: 0 auto;
    left: 0; 
    right: 0; 
    top: 40%;
    font-size: 3em;
    color: white;
    z-index: 3;
}

.map-review {
    text-align: center;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 3px 9px #666;
    -webkit-box-shadow: 1px 3px 9px #666;
    -moz-box-shadow: 1px 3px 9px #666;
}

.map-review .text {
    margin-top: 8px;
}

.btn-main-line a:nth-child(2){
    margin-left: 4px;
}

.btn-main-line > a, .btn-all li.btn-main-line > a {
    font-size: 130%;
    font-weight: bold;
    box-shadow: 3px 3px 2px 0px #246b8f;
}

.btn-main-line.disabled > a, .btn-all li.btn-main-line.disabled > a {
    background-color: #afafaf;
    cursor: not-allowed;
    color: #555;
}

.contact-us a {
    display: inline-block;
    margin: 0 4px;
}

.partners ul li {
    float: none;
}

.partners a {
    display: table-cell;
    height: 76px;;
    vertical-align: middle;
}