/* ------- Lightface Popup ------- */
/* Init */
.popup_v2 .topLeft, .popup_v2 .topCenter, .popup_v2 .topRight,
.popup_v2 .centerLeft, .popup_v2 .centerRight,
.popup_v2 .bottomLeft, .popup_v2 .bottomCenter, .popup_v2 .bottomRight {
    display: none;
}
.popup_v2 .lightfaceContent {
    border: none !important;
    border-radius: 11px;
}
.popup_v2 .lightfaceMessageBox {
    padding: 0 !important;
}
.popup_el {
    opacity: 0;
    position: relative;
    z-index: 999;
}
.popup_v2 .popup_shade {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.popup_v2 .popup_box {
    background: white;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
}
.popup_v2 .popup_content {
    padding: 20px;
}
.popup_v2 .popup_footer {
    padding: 20px;
    border-top: 1px solid #dadada;
}

/* Header */
.popup_v2 .popup_title, .popup_v2 .popup_title_center {
    height: 56px;
    padding: 0 20px;
    position: relative;
    color: white;
    font-size: 16px;
    background: #c02704;
    border-radius: 10px 10px 0 0;
}
.popup_v2 .popup_title h2, .popup_v2 .popup_title_center h2 {
    margin: 0;
    padding: 18px 0;
    font-size: 16px;
}
.popup_v2 .popup_title h2 {
    float: left;
}
.popup_v2 .popup_title h2 span {
    font-weight: normal;
}
.popup_v2 .popup_left, .popup_v2 .popup_right {
    float: left;
}
.popup_v2 .popup_left .popup_title {
    border-radius: 10px 0 0 0;
}
.popup_v2 .popup_right .popup_title {
    border-left: 1px solid #a00006;
    border-radius: 0 10px 0 0;
}
/* Main */
.popup_v2 .popup_main {
    color: #1d1d1d;
    font-size: 15px;
}
.popup_v2 .pad_box {
    padding: 20px;
}
.popup_v2 .row.extra {
    border-top: 1px solid #dadada;
}
.popup_v2 .popup_right .popup_content {
    border-left: 1px solid #dadada;
}
.popup_v2 .popup_main p {
    margin: 10px 0;
}
.popup_v2 .emphasize {
    font-weight: bold;
}
.popup_v2 .emphasize.red {
    color: #c02704;
    text-transform: uppercase;
}
/* Buttons */
.popup_v2 .popup_title .popup_close {
    margin: 18px 0;
    float: right;
}
.popup_v2 .popup_title_center .popup_close {
    position: absolute;
    top: 18px;
    right: 18px;
}
.action_link, .action_link:hover, .action_link:active {
    color: #188dfb;
}
.radio_btn {
    display: none;
}
.radio_btn + label {
    display: block;
    background: url("/static/v4/images/h_restaurant/item/icon_radial_off.png") 0 0 no-repeat;
    cursor: pointer;
}
.radio_btn:checked + label {
    background: url("/static/v4/images/h_restaurant/item/icon_radial_on.png") 0 0 no-repeat;
}
.checkbox_btn + label {
    display: block;
    background: url("/static/v4/images/h_restaurant/item/icon_option_off.png") 0 0 no-repeat;
    cursor: pointer;
}
.checkbox_btn:checked + label {
    background: url("/static/v4/images/h_restaurant/item/icon_option_on.png") 0 0 no-repeat;
}
.proceed {
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}
.proceed_btn {
    width: 270px;
    padding: 16px 0;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
    cursor: pointer;
}
.blue_btn {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.28);
    background: #20abd0; /* Old browsers */
    background: -moz-linear-gradient(top,  #20abd0 0%, #1285b9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#20abd0), color-stop(100%,#1285b9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #20abd0 0%,#1285b9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #20abd0 0%,#1285b9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #20abd0 0%,#1285b9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #20abd0 0%,#1285b9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20abd0', endColorstr='#1285b9',GradientType=0 ); /* IE6-9 */
    border: 1px solid #0096cf;
}
.blue_btn:active {
    background: #1285b9; /* Old browsers */
    background: -moz-linear-gradient(top,  #1285b9 0%, #20abd0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1285b9), color-stop(100%,#20abd0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1285b9 0%,#20abd0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1285b9 0%,#20abd0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1285b9 0%,#20abd0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1285b9 0%,#20abd0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1285b9', endColorstr='#20abd0',GradientType=0 ); /* IE6-9 */
}
.blue_btn, .blue_btn:hover, .blue_btn:active {
    color: white !important;
}