/*This would all go into the global.css file*/

[data-tooltip] {
    position: relative;
    z-index: 2;
    display: block;
}

[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .2s ease-out;
    transform: translate(-50%, 5px)
}

[data-tooltip]:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    padding: 7px;
    width: 100%;
    min-width: 140px;
    max-width: 250px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.2;
    transition: .2s ease-out
}

[data-tooltip]:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, 0)
}

[data-tooltip=false]:hover:before,
[data-tooltip=false]:hover:after {
    visibility: hidden;
    opacity: 0;
}

html.lp {
    background-color: #f8f8f8;
    display: table;
    height: 100%;
    width: 100%;
}

html.lp body {
    background-color: #f8f8f8;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

body.archive .grid-single.arc .description {
    border: 1px solid #dbddde;
    border-top: none;
    margin-bottom: 3rem;
}

body.archive .grid-single.arc>div.left {
    margin-bottom: 0;
}

body.behind .bgbehind {
    background-image: url(/static/img/behind_01.png);
}

body.cart .special-offer {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgba(255, 207, 1, 1) 3px, rgba(255, 207, 1, 1) 4px);
    margin-bottom: 1.5em;
    max-width: none;
    padding: 1rem;
}

body.cart .special-offer>a span.small {
    background: #fff;
    color: #E95504;
    font-size: 0.5em;
    padding: 0.2em 0.4em;
    text-transform: uppercase;
    vertical-align: middle;
}

body.cart .special-offer form {
    max-height: 0;
    transition: 0.5s linear;
}

body.cart .ulli.clearfix form>p {
    padding: 1rem 0;
}

body.cart .ulli.clearfix form>p a,
body.cart p.quote-note a {
    color: #E95504;
}

body.cart .ulli.clearfix form>ul {
    background: #fff;
    padding: 1rem;
}

body.cart .ulli.clearfix form>.backto-plan,
body.cart .ulli.clearfix form>.list-button {
    margin-top: 1em;
}

body.ideabox.anonymous.list .list-footer.fix {
    height: 90px;
}

body.ideabox.anonymous.list .right-box {
    bottom: 100px;
}

body.mypage.detail #myDIV.mypage-form {
    margin-bottom: 1.5em;
}

body.mypage.detail.cart .dts {
    padding-bottom: 0.25em;
}

body.mypage.detail .fmenu.noline {
    border-top: none;
    padding-top: 0;
}

body.mypage.detail .divTable.mypage.head .divTableRow.fix.active .divTableCell {
    background-color: rgba(235, 102, 29, 0.16);
}

body.mypage.detail .divTable.mypage.head .divTableRow.fix.active .divTableCell a.dl,
body.mypage.detail .divTable.mypage.head .divTableRow.fix.active .divTableCell a.dl:hover {
    background-color: #E95504;
    opacity: 1;
}

body.op-t .transfer-ownership {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    visibility: visible;
    opacity: 1;
    display: inherit;
}

body.op-t .transfer-ownership .main {
    transform: translate(-50%, 0%);
    background: #fff;
    max-width: 640px;
    min-height: 200px;
    position: absolute;
    z-index: 9999999999;
    top: 93px;
    left: 50%;
    border-radius: 12px;
    width: 100%;
    box-shadow: 0 1px 20px rgb(0 0 0 / 15%);
}

body.op-t .transfer-ownership .main form.normal {
    margin: 0 auto;
    max-width: 100%;
    min-height: 100px;
    border: 0 solid #bbbdbe;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    position: relative;
    background: transparent;
    border-radius: 0;
    padding: 1.5rem;
    border-width: 0 0 0 0;
}

body.op-t .transfer-ownership form.normal label.divider small {
    display: block;
    color: #E95504;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}

body.search.archive.list .right-box {
    bottom: 15px;
}

body.search .contents {
    min-height: 1500px;
}

body.single h2 {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

body.single .action {
    margin-bottom: 1.5rem;
    border-bottom: 1px dashed #888;
}

body.single .action ul li a.disabled {
    cursor: default;
    opacity: 0.2;
}

body.single .action ul li a.disabled:hover {
    background: #fff;
    border: 1px solid #6b6d6e;
    color: #0b0d0e;
}

body.single .detail ul li:first-child {
    padding-right: 0;
    width: 155px;
}

body.single .detail ul li:last-child {
    float: none;
    margin-left: 160px;
}

body.single .detail ul li:last-child:before {
    content: ": ";
    margin-left: -0.6em;
}

body.single .detail p.attention {
    font-weight: 600;
    padding-right: 0;
    width: 100%;
    margin-top: 1rem;
    font-size: 13px;
    font-weight: 400;
    color: #888;
}

body.single .stage img {
    display: none;
}

body.terms article h1 {
    font-size: 1.5em;
    margin: 1em 0 1em 0;
}

body.terms article h2 {
    font-size: 1.1em;
    margin: 2em 0 1em 0;
}

body.terms article ol {
    margin: 1em 0;
    padding: 0 0 0 2em;
}

body.terms article ol li {
    counter-increment: cnt;
    list-style-type: none;
    list-style-position: outside;
    margin: 0.75em 0;
}

body.terms article ol li:before {
    display: marker;
    content: "[" counter(cnt) "] ";
    margin: 0 0.25em 0 -1.85em;
    max-width: 2em;
}

body.terms article ol li ol li {
    counter-increment: cnt2;
}

body.terms article ol li ol li:before {
    display: marker;
    content: "(" counter(cnt2) ") ";
}

body.terms article ol ol {
    padding-left: 2.4em;
}

body.terms article p {
    margin: 1em 0;
}

@media print {
    body.single .stage img {
        display: block;
    }
    body.single .stage video,
    body.single .stage .help-block {
        display: none;
    }
}

body .right-box ul li a {
    padding: 0;
}

body .right-box ul li a svg {
    margin-left: 0;
}

body .right-box ul li a i.fa-download {
    margin-top: 0.75em;
}

form.normal h3 {
    margin-bottom: 1.5em;
    font-size: 1.2em;
    text-align: center;
}

form.normal a.button {
    border-radius: 0;
}

form.normal input.clipboard-text {
    border: none;
    color: #E95504;
    padding: 1em 0;
}

form.normal a.sendmail {
    margin-left: 0.5em;
}

form.normal>p {
    margin-top: 0;
}

header p.concept:hover {
    color: #111;
}


p.alert {
    background-color: #ffe8e8;
    color: red !important;
    padding: 1em 0;
    text-align: left;
}

.ideabox a.unavailable span {
    background-color: #ffe8e8;
    border: 1px dashed red;
    color: red;
    font-size: 0.9rem;
    display: block;
    padding: 1rem;
}
.cart .dts_wrap.alert {
    border: 2px dashed red;
}
.cart p.extra_usage {
    padding: 0.5rem 0;
}
.cart .action_wrap p.freezed {
    margin-right: 1rem;
}
.cart .action_wrap p.alert {
    background-color: transparent;
    padding: 0;
}
.cart .checkout-error.alert {
    padding: 0.5rem;
}

body.home.archive.mypage .dts p {
    padding: 1em 0;
}

body.home.archive.mypage .dts p.alert {
    padding: 1em 0.5em;
}

.divTableCell p.alert {
    background-color: transparent;
    padding: 0;
}

textarea.disabled {
    background-color: #f1f1f1 !important;
}

ul.messages {
    list-style-type: none;
    padding: 1rem;
    text-align: center;
}

#email-form {
    margin-bottom: 1em;
}

#email-form p a {
    color: #0f3295;
    margin-left: 0.5em;
    font-size: 0.8em;
}

#header {
    min-height: 55px;
}

#media-names-input {
    border: 1px solid #bbbdbe;
    border-radius: 2px;
    width: 100%;
    display: block;
    height: 50px;
    margin-bottom: 0.5rem;
    padding: 0.75rem;
    color: #0b0d0e;
    font-weight: 500;
    background: #fff;
}

.caution {
    margin-bottom: 2rem;
    text-align: center;
}

.caution a {
    color: #E95504;
}

.caution a:hover {
    color: #F99564;
}

.change-email {
    padding: 1em;
    background-color: #f1f1f1;
}

.change-email small {
    color: #999;
}

.change-email .unverified {
    background-color: #999;
    color: #fff;
    margin-left: 0.5em;
    padding: 0 0.5em;
    font-size: 0.8em;
    line-height: 0.6em;
}

.mypage-form form.normal .change-email p.changing-to {
    color: #0b0d0e;
    margin: 0;
}

.mypage-form form.normal .change-email button {
    border-radius: 1em;
    font-size: 0.8em;
    height: 2em;
    line-height: 1.8em;
    margin: 0.5em 0.5em 0 0;
    padding: 0 0.5em;
    width: auto;
}

.checkout-button.list-button {
    background-color: #E95504;
}

.checkout-button.list-button.disabled {
    background-color: #716F6F;
    cursor: default;
}

.checkout-button.list-button.disabled:hover {
    background-color: #716F6F;
    cursor: default;
}

.contents dl.statuses {
    margin-bottom: 5em;
}

.contents dl.statuses * {
    float: left;
}

.contents dl.statuses dt {
    clear: both;
    width: 10em;
}

.contents dl.statuses dd.ok {
    color: #0f9532;
}

.contents dl.statuses dd.ng {
    color: red;
}

.contents .dts .divTableCell.detail p,
.contents .dts .divTableCell.detail2 p {
    margin-bottom: 1em;
}

.contents .dts .reply-form textarea {
    resize: none;
    border: 1px solid #bbbdbe;
    border-radius: 5px;
    width: 100%;
    padding: 0.75rem;
    font-size: 14px;
    color: #0b0d0e;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    -webkit-appearance: none;
}

.contents .dts .reply-form button {
    background: #E95504;
    color: #fff;
    border: 1px solid #E95504;
    width: 100%;
    height: 50px;
    border-radius: 2px;
    margin-top: 1rem;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.cur-ptr {
    cursor: pointer;
}

.divTableCell.right {
    text-align: right;
}

.downloading-container {
    display: inline-block;
    width: 21px;
}

.downloading {
    color: #ffffff;
    font-size: 9px;
    margin: -3em auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: downloading4 1.3s infinite linear;
    animation: downloading4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    zoom: 0.2;
}

@-webkit-keyframes downloading4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes downloading4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }
    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }
    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }
    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

.dts_wrap.white ul li span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 0.5rem 1rem;
    text-align: center;
    width: 250px;
}

.dts_wrap.white .action_wrap.flow {
    overflow: hidden;
}

.dts_wrap.white .action_wrap.flow ul {
    margin-left: -1em;
}

.dts_wrap.white .action_wrap.flow li>span {
    display: block;
    position: relative;
    width: 105%;
    height: 100%;
    text-align: center;
    border: 2px solid #888;
    padding: 0.5em 0;
    font-size: 13px;
    color: #fff;
    background: #888;
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    transform: skewX(150deg);
}

.dts_wrap.white .action_wrap.flow li>span>span {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    transform: skewX(-150deg);
}

.dts_wrap.white .action_wrap.flow li.active>span {
    border: 2px solid #1b1d1e;
    background: #1b1d1e;
}

.dts_wrap.white ul li a.disabled {
    cursor: default;
    background: #d1d1d1;
    border-color: #c1c1c1;
    color: white;
}

.error.title {
    text-transform: none;
}

.grid-single>div img {
    height: auto;
    width: auto;
    margin: 0;
    max-width: 100%;
    max-height: 600px;
}

.help-block {
    display: block;
    font-size: 0.8em;
    margin-bottom: 0.5em
}

.help-block.error {
    color: red;
}

.hidden {
    display: none !important;
}

#id_honeypot {
    display: none;
}

.ideabox-comments-html,
.ideabox-comments-html body {
    overflow: hidden;
    height: 100vh;
}
.ideabox.comments header,
.ideabox.comments footer,
.ideabox.comments .sbar-box {
    display: none;
}

.ideabox.comments form.normal {
    border: none;
    max-width: 100%;
    padding: 0;
}
.ideabox.comments form.normal {
    align-items: stretch;
    display: flex;
    flex-direction: column;
}
.ideabox.comments form.normal .upper {
    height: calc(100vh - 16.5rem);
    /*overflow-y: scroll;*/
    z-index: 0;
}
.ideabox.comments form.normal .buttons {
    background-color: white;
    height: 16rem;
    z-index: 1;
}
.ideabox.comments form.normal .buttons button,
.ideabox.comments form.normal .buttons a.button {
    margin-top: 0.5rem;
}
.ideabox.comments form.normal .grid-container {
    display: block;
}

.ideabox.comments form.normal .grid-container .list-footer.fix {
    display: none;
    height: auto;
    /*background: #f8f8f8;*/
}

.ideabox.comments form.normal .grid-container .list-footer .left p {
    margin: 0rem 0 1rem;
}

.ideabox.comments form.normal #id_name {
    background: #f4f4f4;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
}

.ideabox.comments form.normal textarea {
    resize: none;
    border: 1px solid #bbbdbe;
    border-radius: 2px;
    margin-top: 0.5rem;
    width: 100%;
    padding: 0.75rem;
    font-size: 14px;
    color: #0b0d0e;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    background: #f4f4f4;
    -webkit-appearance: none;
}

.medianme_reuired b {
    color: red;
}

.message.info {
    text-align: center;
    padding: 0.5rem 0.5rem;
    background: #e4f3e8;
    color: #0f9532;
    position: relative;
    z-index: 9;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
}

.no-white-space {
    white-space: inherit !important;
}

.plan.tag {
    border-radius: 5px;
    padding: 0 1em;
}

.plan.single {
    background-color: #000;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.plan.single.tag {
    color: #000;
    background-color: rgba(0, 0, 0, 0.1);
}

.plan.single.tag.solid {
    border-color: white;
    color: #000;
    background-color: white;
}

.plan.monthly {
    background-color: #0A33AB;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.plan.monthly.tag {
    color: #0A33AB;
    background-color: rgba(10, 51, 171, 0.1);
}

.plan.monthly.tag.solid,
.plan.monthly.tag.solid a {
    border-color: #0A33AB;
    color: #0A33AB;
    background-color: #C7CAD6;
}

.plan.custom {
    background-color: #E44692;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.plan.custom.tag {
    color: #E44692;
    background-color: rgba(228, 70, 146, 0.1);
}

.plan.custom.tag.solid,
.plan.custom.tag.solid a {
    border-color: #E44692;
    color: #E44692;
    background-color: #D6CAD1;
}

.plan.monthly-invoice {
    background-color: #61339D;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.plan.monthly-invoice.tag {
    color: #61339D;
    background-color: rgba(97, 51, 157, 0.1);
}

.plan.monthly-invoice.tag.solid,
.plan.monthly-invoice.tag.solid a {
    border-color: #61339D;
    color: #61339D;
    background-color: #C8C4CF;
}

.plan.subscription {
    background-color: #2B631A;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.plan.subscription.tag {
    color: #2B631A;
    background-color: rgba(43, 99, 26, 0.1);
}

.plan.subscription.tag.solid,
.plan.subscription.tag.solid a {
    border-color: #2B631A;
    color: #2B631A;
    background-color: #C4C8C2;
}

.plan.free {
    background-color: #A18E4C;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.plan.free.tag {
    color: #A18E4C;
    background-color: rgba(161, 142, 76, 0.1);
}

.plan.free.tag.solid,
.plan.free.tag.solid a {
    border-color: #A18E4C;
    color: #A18E4C;
    background-color: #D3D2CC;
}

.plan.placeholder {
    background-color: #aaa;
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.price .dts_wrap.white .action_wrap.flow li {
    width: 33.33%;
}

.remain {
    color: #ccc;
    /*height: 4.2em;*/
    height: 55px;
    line-height: 1.6em;
    padding: 0.5em;
}

.remain b {
    color: #fff;
}

.remain .content-type {
    color: #E95504;
}

.remain .media-names {
    border-radius: 5px;
    color: #fff;
    padding: 0 1em;
}

.remain .plan.tag {
    margin-right: 0.5rem;
}

.remain .media-names {
    background: none;
    color: gray;
}

.requirednote {
    background-color: #f1f1f1;
    margin: 1em 0;
    padding: 0.5em;
}

.right-box ul li svg.add_to_ideabox {
    margin-left: 0;
}

.right-box ul li a.delete_ideabox {
    border: 1px solid #888;
}

.right-box ul li a,
.right-box ul li a svg {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.sbar-box ul.sub li {
    padding-left: 2rem;
    padding-right: 2rem;
}

.sidebar {
    float: left;
    height: auto;
}

.sidebar .sect ul li a:hover svg {
    color: #fff;
}

.swiper-slide .right-box ul li a {
    width: 55px !important;
    cursor: pointer;
    height: 38px !important;
    fill: #000;
}

.swiper-slide .right-box ul li.add-to-ideabox a svg.add_to_ideabox {
    width: 25px;
    background: #fff;
    padding: 0.55rem 1rem;
    border-radius: 100px;
    cursor: pointer;
    height: 20px;
    margin-left: 0;
    fill: #000;
    opacity: 0.8;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.single .swiper-slide .right-box ul li a svg {
    width: 55px !important;
    height: 38px !important;
}

.text-wrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title.small.fix form ul.switch li {
    float: left;
}

.topbar span a {
    color: white;
}

.unknown {
    background-color: red;
    color: white;
}

.zoom {
    transition: transform .2s;
    /* Animation */
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(2);
    position: relative;
    z-index: 1;
}

.swiper-container.product-detail {
    margin: 2rem 0rem;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background-color: #eb661d !important;
    border-color: #eb661d !important;
}

.product-image {
    display: none;
}

.shown {
    display: none;
}

.width-auto {
    width: auto !important;
}

.grid-single.arc.arc-height>div img.fix {
    max-height: 750px !important;
}

.min-height-auto {
    min-height: auto !important;
}

.loadersmall {
    position: fixed;
    top: 50%;
    left: 50%;
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.show-opacity {
    -webkit-animation: fadeInFromNone 2s linear;
    -moz-animation: fadeInFromNone 2s linear;
    -o-animation: fadeInFromNone 2s linear;
    animation: fadeInFromNone 2s linear;
}

.d-none {
    display: none;
}

.sort-text span {
    padding: 5px 10px;
    font-size: 16px;
    position: inherit;
}

.sort-text-hover:hover {
    color: #111 !important;
}

.not-visible {
    visibility: none;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.1;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-moz-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.1;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.1;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
    }
    50% {
        display: block;
        opacity: 0.1;
    }
    100% {
        display: block;
        opacity: 1;
    }
}

.custom-exchange {
    font-size: 18px;
    margin-left: 4px;
}

.display-inline-block {
    right: 0;
    top: 0;
    font-size: 13px;
    display: inline-block;
    padding: 6px 16px;
    border-radius: 100px;
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
}

.display-inline-block>p {
    background-color: #f1f1f1;
    border-radius: 2px;
    color: #E95504;
    font-size: 0.8em;
    padding: 0.2em 0.4em;
}

.sort-text-hover:hover {
    color: #111;
}

.float-left {
    float: left;
}

.fa-exchange-alt-custom {
    transform: rotate(90deg);
    font-size: 24px;
    position: relative;
    top: -1px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.fa-exchange-alt-custom:before {
    content: "\f362";
}

.custom-clearfix {
    border-left: 0 !important;
    padding-left: 0 !important;
    color: #0b0d0e;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.width-100 {
    width: 100% !important;
}

.mt-25 {
    margin-top: 2.5rem !important;
}

.mt-15 {
    margin-top: 1.5rem !important;
}

.color-black {
    color: #000 !important;
}

.text-left {
    text-align: left !important;
}

.sidebar .sect button a.active {
    background: #E95504;
    color: #fff;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 2px;
}

.dropdown .dropdown-content ul {
    width: 100%;
}

.dropdown .dropdown-content ul li {
    float: left;
    width: 50%;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.dropdown-content {
    z-index: 999;
}

.ui-autocomplete .ui-menu-item-wrapper,
.ui-autocomplete .ui-menu-item-wrapper:hover {
    border: none;
    color: black;
    font-size: 14.5px;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 0;
    padding: 8px 12px;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item-wrapper:active,
.ui-autocomplete .ui-menu-item-wrapper:focus,
.ui-autocomplete .ui-menu-item-wrapper:hover {
    background-color: #eee;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 99999999;
}

.sticky header,
.sticky .remain {
    position: relative;
}
#ideabox-comments {
    border-radius: 1rem;
}
.comment-edit-inner {
    padding: 1.5rem;
}
.comment-edit-inner .grid-gap {
    margin-bottom: 1.5rem;
    width: 45%;
    float: left;
}
@media (max-width: 736px) {
    body.ideabox .comment-edit-inner .grid-gap {
        width: 100%;
    }
    body.ideabox .comment-edit-inner.fix h5 {
        background: white;
        border-bottom: 1px solid #eee;
        position: sticky;
        top: 0;
        width: 100% !important;
    }
    body.ideabox .comment-edit-inner.fix .clist {
        width: 100% !important;
    }
}
@media (max-width: 480px) {

}
.comment-edit-inner.fix .clist {
    border-top: 1px solid #eee;
    float: right;
    width: 52%;
    overflow-x: hidden;
    height: calc(100vh - 21.5rem);
    padding: 1rem 0;
    margin-bottom: -1px;
    -webkit-overflow-scrolling: touch;
    background: #fdfdfd;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.comment-edit-inner form.normal label.divider {
    font-weight: 600;
}

body.ideabox.with-remain .wide.function {
    top: 110px;
}

body.archive .comment-edit-inner .grid-container>div,
body.ideabox .comment-edit-inner .grid-container>div {
    cursor: default;
}

body.archive .comment-edit-inner .grid-container>div,
body.ideabox .comment-edit-inner .grid-container>div {
    box-shadow: none;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.3s;
}

body.ideabox .comment-edit-inner.fix .main .grid-container>div .divTable {
    border: 1px solid #ddd;
    border-width: 0 0 1px 1px;
}

body.ideabox .comment-edit-inner.fix .main .list-footer.fix {
    border-top: 0px solid #ddd;
    height: auto;
    padding: 1rem 0;
    background: #fff;
}

body.ideabox .comment-edit-inner.fix .clist {
    border-top: 1px solid #eee;
    float: right;
    width: 52%;
    overflow-x: hidden;
    /*height: 483px;*/
    padding: 1rem 0;
    margin-bottom: -1px;
    -webkit-overflow-scrolling: touch;
    background: #fdfdfd;
    border-radius: 0;
    border-bottom: 1px solid #eee;
}

.comment-edit-inner form.normal textarea {
    resize: none;
    border: 1px solid #bbbdbe;
    border-radius: 5px;
    width: 100%;
    padding: 0.75rem;
    font-size: 13px;
    color: #0b0d0e;
    font-weight: 400;
    -webkit-overflow-scrolling: touch;
    background: #f4f4f4;
    -webkit-appearance: none;
}

body.ideabox .comment-edit-inner h5 {
    padding: 0rem 0 0.5rem;
    font-size: 16px;
    border-top: 0px solid #dbddde;
    margin-top: 0;
    float: right;
    width: 52%;
}
body.archive.anonymous .title.small.fix.maso.feat {
    padding: 1.8rem 0;
}

@media (max-width: 750px) {
    .sticky > .remain {
        display: none;
    }
    .sticky .drawer .remain {
        height: 75px;
    }
    .sticky .drawer .remain p {
        text-align: center;
    }
    .sticky .drawer .remain span {
        display: inline-block;
    }
    .sticky .drawer .remain span.this-month {
        display: none;
    }
    .sticky .drawer .remain span.plan {
        display: block;
    }
    .sticky .drawer .remain span.media-names {
        display: none;
    }
}
@media (max-width: 640px) {
    body.ideabox .title.small.fix.maso.feat.function ul li form.normal .nice-select {
        width: 200px;
    }
}


.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    min-width: 150px;
    max-width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 99999999;
    /* bottom: 115%; */
    top: 100%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 14px;
    word-wrap: break-word;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    /* top: 100%; */
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

body.feature.with-remain .sidebar {
    top: 125px;
}

body.search .sidebar .sect.first ul li {
    width: 100%;
}
body.search .sidebar .sect.first ul li a.active i.far {
    font-weight: 800;
}
.grid-single .detail h1 i.fas,
.list-footer h4 i.fas,
.list-footer h4 i.fas {
    color: #E95504;
}

/* Slick animation */
@media (max-width: 1150px) {
    .slider, .slider-fdiv1-background {
        display: none;
    }
}
body.index .contents {
    position: relative;
}
body.index .contents .parent {
    grid-gap: 0;
}
body.index .contents .slider-fdiv1-background {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.4));
    height: 230px;
    position: absolute;
    top: 2rem;
    width: 21rem;
    z-index: 1;
}
body.index .contents .parent .fdiv1 {
}
body.index .contents .parent .fdiv2 {
    border-left: 0.5rem #fff solid;
    border-right: 0.5rem #fff solid;
    z-index: 2;
}
body.index .contents .parent .fdiv3 {
}
.slider-container {
    height: 230px;
    position: absolute;
    top: 2rem;
    width: 100%;
    z-index: 0;
}
@media (min-width: 992px) {
  .slider,
  .slide {
    height: 230px;
  }
}
.slide {
  position: relative;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-1rem, -50%);
}
.slide .slide__content--headings {
  text-align: right;
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 2rem;
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  transition: opacity 0.5s ease 0.3s;
}
.slider .slide__content--headings [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  transition: opacity 0.5s ease 0.3s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: 5px;
  list-style: none;
  display: none;
  text-align: right;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

/* logo */
.fdiv1 svg {
  /*width: 100%;*/
  /*height: 100%;*/
  animation: logoanim 45s infinite alternate ease-in-out -5.5s;
  animation-fill-mode: forwards;
  filter: drop-shadow(0 0 0.25rem rgba(255, 255, 255, 0.75));
  left: 30%;
  position: absolute;
  top: 20%;
  transform-style: preserve-3d;
  transform: rotateY(10deg) rotateX(23deg) translateZ(0);
}

@keyframes logoanim {
  0% {
    transform: rotateY(10deg) rotateX(-23deg);
  }
  10% {
    transform: rotateY(5deg) rotateX(-43deg);
  }
  20% {
    transform: rotateY(-25deg) rotateX(43deg);
  }
  30% {
    transform: rotateY(25deg) rotateX(-28deg);
  }
  40% {
    transform: rotateY(-45deg) rotateX(38deg);
  }
  50% {
    transform: rotateY(-55deg) rotateX(-13deg);
  }
  60% {
    transform: rotateY(28deg) rotateX(-43deg);
  }
  70% {
    transform: rotateY(32deg) rotateX(43deg);
  }
  80% {
    transform: rotateY(-35deg) rotateX(-8deg);
  }
  90% {
    transform: rotateY(25deg) rotateX(18deg);
  }
  100% {
    transform: rotateY(-26deg) rotateX(-53deg);
  }
}
form.normal button.loading {
    background-color: #666 !important;
    border: none !important;
    color: #fff !important;
}
html.lp,
body.behind.lp.error,
body.behind.lp.error .bgbehind {
    background-color: transparent !important;
}
body.behind.lp.error .contents p.box {
    border: none !important;
    float: left;
    margin: 0;
    padding: 0;
    width: 175px;
}
body.behind.lp.error .contents p.box a {
    border-right: none;
}
body.behind.lp.error .contents .content {
    border-left: 1px solid #eee;
    color: #999;
    float: left;
    margin-left: 9rem;
    margin-top: -1rem;
    padding: 0 2rem;
    text-align: left;
}
body.behind.lp.error .contents .content h1 {
    color: #eee;
    font-size: 5rem;
}
body.behind.lp.error .contents .content p {
    color: #ccc;
}
body.behind.lp.error .contents .content p .message {
    color: #666;
    padding: 0;
}
.swiper-container.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    position: relative;
}

.description-design {
    border-top: none;
    margin-bottom: 3rem;
}

body.index .grid-container > div a video, body.index .grid-container-right > div a video.small {
    height: 170px !important;
}

@media (min-width: 480px) {
    .short-video-width {
        width: 18% !important;
    }
}

@media (max-width: 480px) {
    .short-video-width {
        width: 88% !important;
        padding: 1rem;
    }
    .zoom {
        transition: none;
    }
    .zoom:hover {
        transform: none;
        position: relative;
        z-index: 1;
    }
}

body.toppest footer {
    margin: 0;
    padding: 0 1.5rem;
    max-width: 100%;
}
@media (max-width: 1366px) {
    body.toppest footer {
        max-width: 100% !important;
    }
}
footer {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr !important;
    grid-gap: 2.5rem;
    max-width: 100%;
    padding: 0 1.5rem;
    margin: 0;
}
@media (max-width: 1228px) {
    footer {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}
@media (max-width: 750px) {
    body.shooting .background {
        background-image: none !important;
    }
}
body.shooting .page-title {
    float: none;
}
body.shooting .background {
    background-image: url(/static/img/shooting.jpg);
    background-size: 40%;
    background-position: right bottom;
}
body.shooting p a,
body.clearance p a {
    color: #E95504;
}
body.shooting p a:hover,
body.clearance p a:hover {
    text-decoration: underline;
}
body.clearance .ulli ul li ul {
    border: none;
    list-style: disc;
    padding: 0.5rem 1.5rem;
}
body.clearance .ulli ul li ul li {
    float: none;
}
body.clearance .ulli ul li ul li:last-child {
    text-align: left;
    width: auto;
}

#ideaBoxSuccessMessage {
    color: green;
    padding-bottom: 7px;
}

#ideaBoxErrorMessage {
    color: #e95504;
    padding-bottom: 7px;
}

#toast-container>.toast-info {
    background-image: none !important;
}

#toast-container>div {
    padding: 15px 15px 15px 15px !important;
    width: 285px !important;
}

#toast-container * {
    background-color: #e95504 !important;
}

#toast-container {
    z-index: 99999999 !important;
}

#ideaboxpopup_options {
    max-height: 500px;
    overflow-y: scroll;
    float: left;
    width: 100%;
}

#ideaboxpopup_options::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}
#ideaboxpopup_options::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #111;
    -webkit-box-shadow: 0 0 1px #111;
}

.lightGrey {
    color: #D3D3D3;
}

.delete-icon {
    float: right;
    margin-top: 1rem;
    color: #e95504;
}

.ideabox-delete-icon {
    color: #e95504;
    display: block !important;
    margin-top: -3rem;
    float: right;
}

.ml-2 {
    margin-left: 2rem;
}

.divTableRow.disabled .divTableCell {
    background-color: #f4f4f4 !important;
}

.divTableRow.disabled .divTableCell * {
    opacity: 0.25 !important;
}

.grid-single > div.left:hover .right-box {
    display: inherit;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
}

.visibility-hidden {
    visibility: hidden;
}


#price .plan-form ul .pretty {
    width: 100%;
}
#price .plan-form ul li ul li {
    width: 90%;
}
#price .plan-form ul li ul li p {
    color: #999;
    font-weight: normal;
    padding-left: 1.3rem;
}
#price .plan-form ul li ul li p span {
    color: #000;
    font-weight: bold;
}
#price .plan-form ul li ul li label {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden
}
#price .plan-form ul li ul li:last-child {
    width: 10%;
}

body.quote .dts_wrap.white ul li a {
    cursor: pointer;
}

body.quote .dts_wrap.white ul li a svg {
    color: white;
}

body.quote .dts_wrap.white ul li a:hover svg {
    color: #e95504;
}

.gray {
    color: gray;
}

.send-note {
    text-align: right;
}
.send-note a {
    color: #e95504;
}
.send-note a:hover {
    text-decoration: underline;
}

p#quote-error {
    color: red;
    margin: 0.2rem 0 1rem 0;
}

body.single.company .detail {
    margin-top: 30px;
}
body.single.company .detail ul li:first-child {
    width: 240px;
}
body.single.company .detail ul li:last-child {
    margin-left: 240px;
    width: auto;
}
