/* -----JVB DEV CSS----- */
/*@media screen and (max-width: 750px) {*/
/*.bodyClass_second .rightCol {*/
/*padding: 0;*/
/*}*/
/*}*/

@media print, screen and (min-width: 980px) {
    .large-font footer #footer_head #foot_logo {
        margin-right: 75px;
    }

    .large-font footer #footer_head #footer_right ul:first-child {
        padding-right: 115px;
    }
}

.btnFavorite {
    width: 190px !important;
}
header {
    z-index: 10000;
}
#wrapper.form-layout {
  padding-top: 20px !important;
}
.c-header {
    position: relative !important;
}
p.introductionText {
    word-break: break-all;
}

input.error {
    color: red;
}

select.error {
    display: block;
    background-color: #fff !important;
    border: 2px solid #e42e2e !important;
}

.slick-slide img {
    margin: auto;
}

.text-center {
    text-align: center;
}

#debugBar {
    position: fixed;
    z-index: 10000;

}

#debugBar ol {
    display: none;
    background: white;
    border: 1px solid #ddd;
    /*box-shadow: 2px 3px 4px #ddd;*/
}

#debugBar.largeSize {
    background: white;
    min-height: 46px;
    border: 5px solid #4e4e4e;
    top: 0;
    bottom: 0;
}

#debugBar #iconDebug {
    background: #fdfff4;
    cursor: pointer;
    box-shadow: 1px 1px 1px #404040;

}

#debugBar #iconDebug img {
    height: 42px;
}

.footer_left_change {
    margin-right: -16px !important;
}

.footer_right_change {
    margin-right: -30px;
}

#debugBar.largeSize #iconDebug {
    position: absolute;
    right: -51px;
    top: -5px;
    border: 2px solid #4e4e4e;
    box-shadow: none;
}

#debugBar.largeSize ol {
    display: block;
    padding: 10px 15px 10px 25px;
    max-width: 600px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;

}

#debugBar .logList li > b {
    font-size: 15px;
}

#debugBar .logList li.redTime span {
    color: red;
}

#debugBar .logList li.orangeredTime span {
    color: orangered;
}

#debugBar .logList li.orangeTime span {
    color: orange;
}

#debugBar .logList li.beautifulTime span {
    color: green;
}

#debugBar .logList li span {
    font-style: italic;
    font-size: 12px;
    color: #171717;
}

#debugBar .logList li div > b {
    color: #6f0000;
}

#debugBar .logList .imageBug .info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

#debugBar .logList .imageBug .imageInfo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

#debugBar .logList .imageBug .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hospital_remarks_user {
    word-break: break-all;
}

a#btnZip {
    text-decoration: none;
    padding: 5px;
    display: inline-block;
    background: linear-gradient(#fff, #d5d5d5);
    font-size: 1.143em;
    color: #000;
}

a#btnZip:hover {
    background: linear-gradient(#fff, #d5d5d5);
}

.paging li.now a {
    background: linear-gradient(#fff, #256800ad);
}

.error-inline {
    display: block !important;
}

.error-inline .error {
    display: inline !important;

}

/*theme_layout*/

.theme_layout .itemList_spec_body .left_col .img_table {
    max-width: 242px;
}

.theme_layout li.themeimage {
    float: left;
    width: 102px;
}

.theme_layout li.themeimage img {
    width: 100% !important;
}

.box_gift {
    background: white;
    border: 2px solid #9a0000;
    border-radius: 5px;
}

.search_area_list_in .city-empty-f {
    color: #696969;
}

/* ime mode  */
.ime-mode-disabled{
    ime-mode: disabled;
}