/*
 * Base structure
 */

/*
 * urban css override
 */
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/earlyaccess/nanumgothic.css";
body, h5, .btn, .form-control, .datepicker.dropdown-menu, .chosen-container, a {
    /*font-size:20px !important;*/
    /*font-family: 'Nanum Gothic', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
h5 {font-weight:bold;}
small, .small {  font-size: 14px;  }
.sidebar-panel > nav {top: 65px}
label {font-weight:bold}
h3 {
    font-weight: 500;
}

.chosen-container a.search-choice-close {
    background: url('/static/plugin/urban/vendor/chosen_v1.4.0/chosen-sprite.png') 0 -20px / 52px 37px no-repeat scroll #e2e2e2 !important;
}
.chosen-container .chosen-search input[type="text"] {
    background: url('/static/plugin/urban/vendor/chosen_v1.4.0/chosen-sprite@2x.png') 100% -20px / 52px 37px no-repeat scroll #fff !important;
}


@media (max-width: 767px) {
    .modal-dialog {  width:97% !important;  }
}
@media (min-width: 768px) {
    .form-horizontal .control-label { padding-top: 0px;  }
}
/*
 * tn custom css
 */

.tn-hide {
    display:none;
}
.panel.mb25.tn-no-margin {
    margin-bottom: 0 !important;
}
.panel.mb25.add_resv {
    border: 1px solid #E4E4E4;
}
.panel.mb25.tn-no-margin.add_resv {
    border: 1px solid #E4E4E4;
}


.tn-badge {
    line-height: 11px;
    border-radius: 3px;
    position: relative;
    top: -2px;
    margin-left: 3px;
}

/*
 * brand logo
 */
/*.brand .brand-logo {
    margin-bottom: 11.5px;
}*/
.tn-brand-shop {
    font-size: 20px;
    font-family: "ng-bold";
    font-weight: bolder;
    color: #FAFCFB;
}
.tn-brand-shop-title {
    padding-left: 38px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tn-brand-shop-icon {
    position: absolute;
    top: 23px;
}
.tn-logo li{
    background: url(/static/img/common_main_logo.png) 0 13px no-repeat;
    background-size: 137px;
    color: rgba(0,0,0,0);
    left: 0px;
    top: -11px;
}
.tn-logo span {
    width: 145px;
}

.main-panel > .header {
    width: 100%;
    height: 55px;
    z-index: 1020;
    border: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.tn-brand-underline {
    background-color: #ffffff;
    height: 3px;
    width: 210px;
    float: left;
    margin-left:20px;
    margin-top: -7px;
}
.tn-brand-underline-page {
    background-color: #3398db;
    height: 3px;
    left: 270px;
    right: 20px;
    position: fixed;
    top: 58px;
}
.tn-brand-underline-bg {
    background-color: #fff;
    height: 12px;
    left: 270px;
    right: 20px;
    position: fixed;
    top: 54px;
}


/*
 * page header
 */
.tn-page-header-title {
    font-family: "ng-bold";
    font-size: 20px;
    margin-left: 40% !important;
    white-space: nowrap;
}

.main-panel > .header .navbar-nav > li > span {
    padding-top: 18px;
    padding-bottom: 18px;
    max-height: 55px;
    position: relative;
    display: block;
    padding-right: 20px;
}

/*
 * main contents
 */
.tn-main {
    padding-top: 26px !important;
}

/*
 * login page
 */
.tn-login-bg {
    background-color:#3398db;
}

/*
 * elements
 */

.tn-text-white,
.tn-text-white:visited,
.tn-text-white:active,
.tn-text-white:focus,
.tn-text-white:hover{
    color: #fafcfb;
}
.tn-text-white:hover {
    text-decoration: underline;
}

.tn-btn-icon {
    position: relative;
    overflow: hidden;
    padding-top: 8px;
    padding-left: 47px;
    border-width: 0;
    text-overflow: ellipsis;
}

.tn-group-vertical {
    margin-top: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.tn-group-vertical .tn-vertical-item {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    float: none;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    border: 1px solid #ccc;
    margin-top: -1px;
    margin-left: 0;
}
.tn-group-vertical .tn-vertical-item.first {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tn-group-vertical .tn-vertical-item.last {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tn-table thead {
    background-color: #3aa6e4;
    color: #FAFCFB;
}
.tn-table thead>tr>th {
    text-align: center;
    height: 39px;
    vertical-align: middle;
}

.m-hide {display: block;}
.m-show {display: none;}

/*
예약목록 상태 표시
 */
.tn-label {
    width: 85px;
    display: block;
    padding: 5px 4px 5px 4px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
    background: #fff;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #000;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
}
/*
AWAIT_LV : {
        R1 : "예약",
        R2 : "전화미수신",
        R3 : "SMS확인",
        R4 : "전화확인",
        R5 : "도착",
        S1 : "착석",
        S2 : "에피타이저",
        S3 : "엔트리",
        S4 : "디저트",
        S5 : "결제완료",
        S6 : "정리필요",
        D1 : "완료",
        D2 : "취소",
        D3 : "SMS취소",
        D4 : "노쇼"
    }
 */
.tn-label-R1 {
    border-color: rgba(206, 206, 206, 0.5);
    color: rgb(84, 84, 84);
    background: rgb(251, 251, 251);
}
.tn-label-R2 {
    border-color: rgba(206, 206, 206, 0.5);
    color: rgb(84, 84, 84);
    background: rgb(251, 251, 251);
}
.tn-label-R3 {
    border-color: rgba(12, 198, 95, 0.7);
    color: rgba(12, 198, 95, 1);
    background: rgba(12, 198, 95, 0.05);
}
.tn-label-R4 {
    border-color: rgba(12, 198, 95, 0.7);
    color: rgba(12, 198, 95, 1);
    background: rgba(12, 198, 95, 0.05);
}
.tn-label-R5 {
    border-color: rgba(12, 198, 95, 0.7);
    color: rgba(12, 198, 95, 1);
    background: rgba(12, 198, 95, 0.05);
}
.tn-label-S1 {
    border-color: rgba(53, 152, 219, 0.7);
    color: rgba(53, 152, 219, 1);
    background: rgba(53, 152, 219, 0.05);
}
.tn-label-S2 {
    border-color: rgba(53, 152, 219, 0.7);
    color: rgba(53, 152, 219, 1);
    background: rgba(53, 152, 219, 0.05);
}
.tn-label-S3 {
    border-color: rgba(53, 152, 219, 0.7);
    color: rgba(53, 152, 219, 1);
    background: rgba(53, 152, 219, 0.05);
}
.tn-label-S4 {
    border-color: rgba(53, 152, 219, 0.7);
    color: rgba(53, 152, 219, 1);
    background: rgba(53, 152, 219, 0.05);
}
.tn-label-S5 {
    border-color: rgba(53, 152, 219, 0.7);
    color: rgba(53, 152, 219, 1);
    background: rgba(53, 152, 219, 0.05);
}
.tn-label-S6 {
    border-color: rgba(247, 185, 53, 0.7);
    color: rgba(247, 185, 53, 1);
    background: rgba(247, 185, 53, 0.05);
}
.tn-label-D1 {
    border-color: rgba(197, 197, 197, 1);
    color: rgba(110, 110, 110, 1);
    background: rgba(197, 197, 197, 0.1);
}
.tn-label-D2 {
    border-color: rgba(255, 52, 31, 1);
    color: rgb(230, 27, 6);
    background: rgba(255, 69, 49, 0.05);
}
.tn-label-D3 {
    border-color: rgba(231, 76, 60, 1);
    color: rgba(231, 76, 60, 1);
    background: rgba(231, 76, 60, 0.05);
}
.tn-label-D4 {
    border-color: rgba(255, 52, 31, 1);
    color: rgb(230, 27, 6);
    background: rgba(255, 69, 49, 0.05);
}
.tn-label-D5 {
    border-color: rgba(231, 76, 60, 0.5);
    color: rgba(231, 76, 60, 1);
    background: rgba(231, 76, 60, 0.05);
}
.tn-label-W1 {
    border-color: rgba(206, 206, 206, 0.5);
    color: rgb(84, 84, 84);
    background: rgb(251, 251, 251);
}

.tn-page .top-area {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 62px;
    left: 270px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
}
.tn-page .top-area .right-btn {
    width: 150px;
    margin-right: 452px;
}
.tn-page-content {
    margin-top: 0px;
}
.tn-page-content.row {
    margin-top: 10px;
}
.tn-page-content.customer {
    margin-top: 42px; padding-left:0px; padding-right:0px;
}
.form-control.customer {
    width:52%;
}
.btn.btn-primary.mr5 {
    width:20%
}
.btn.btn-primary.mr5.rt {
    width:24%
}
.btn.export {
    display: block;
}
.customer_register_box {
    display:none;position:relative;top:40px;left:200px;width:320px;height:220px;background-color:#EAEFF2;border:1px solid #E0E4E6;
}
.logout_str {
    font-size:16px; margin-top:-145px; padding-bottom: 6px;
}
.col-sm-6.customer {
    float: left; padding-left: 0px; padding-right: 0px;
}
.col-sm-6.customer2 {
    padding-left: 0px; padding-right: 0px;
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}
.daily_col1 {
    width: 86px;
}
.monthy_col1 {
    width: 106px;
}
.daily_col5 {
}
.select001 {
    width: 100px;
    height: 43px;
    background-color: #ffffff;
    border-color: #cecece;
    border-width: thin;
}
.select001.display_setting {
    width:170px;
    height:29px;
    padding: 1px 3px 1px 4px;
    background-color: #ffffff;
    text-align: left;
}
.form-control.input-lg.main {
}
/*
 * today note
 */
.today-tag-cnt {
    font-weight: bold;
    color: #0099cc;
}
.form-control.input-lg.main {
    height: 2.86em !important;
    font-size: 1.0em !important;
    /*width: 300px;*/
}
.main_logo {
    width: 293px !important;
    margin-top: 65px !important;
}
.table_main {
    font-size: 12px !important;
    line-height: 19px !important;
}
.btn.btn-info.btn-block.btn-lg.mb15.main {
    line-height: 15px !important;
    font-size: 1.0em;
    /*width: 300px;*/
}
.btn.btn-info.btn-block.btn-lg.mb15.customer {
    line-height: 15px !important;
    font-size: 1.0em;
}
.btn.btn-info.btn-block.btn-lg.mb15.customer.bt1 {
    width: 200px !important;
}
.btn.btn-info.btn-block.btn-lg.mb15.customer.bt2 {
    width: 180px !important;
}
.footer_empty_table {
    height: 250px; background-color: #3398DB;
    color:#FFFFFF !important;
    font-size:0.6em !important;
}

/*
 * reservation
 */
.reserv-table-time {
    background-color: #999 !important;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
}
.reserv-table-time.no-show {
    background-color: #333333 !important;
}
.reserv-table-detail {
    background-color: #fafafa !important;
}
.reserv-table-detail td {
    cursor : pointer;
    font-size: 14px;
}

.reserv-time-minus {
    width: 20px;
    height: 34px;
    text-align: center;
    line-height: 35px;
}
.reserv-tag-box {
    padding: 7px;
    margin-right: 10px;
    border-radius: 4px;
    background-color: #e5f2ff;
    color: #616161;
}

.reserv-view-table head, .reserv-view-table.current thead {
    background-color: #3398db;
    color: #FAFCFB;
}
.reserv-view-table.history thead {
    background-color: #333366;
    color: #FAFCFB;
}
.reserv-view-table thead>tr>th {
    text-align: center;
    vertical-align: middle;
}

.reserv-table-reserved {
    position: absolute;
    z-index: 10;
    width: 86%;
    background-color: rgba(213, 213, 213, 0.8);
    font-weight: bold;
    padding: 0 0 0 10px;
    color: #727477;
    text-align: center;
    font-family: 'Malgun Gothic';
}

.reserv-loading {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    top: 0;
    bottom: 0;
    margin-left: -20px;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.reserv-loading img {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.reserv-find-customer-card {
    border: #ccc 1px solid;
    border-radius: 4px;
    margin-bottom: 16px !important;
    text-align: left !important;
}

.reserv-selected-tables {
    font-size: 14px;
    /*border: 1px solid #e4e4e4;*/
    padding: 5px;
    margin-top: 4px;
    font-weight: bold;
}
.reserv-table-sel {
    border: solid 1px #2ecc71;
    padding: 5px;
    border-radius: 3px;
}
.reserv-table-sel > button {
    border: 0px;
    background: transparent;
}

.reserv-cust-grade i {
    /*background-size:30px !important;
    width:30px !important;*/
}
.reserv-cust-grade {
    position: absolute;
    left: 263px;
    top: 7px;
}

.resev-modify-iframe .modal-dialog {
    width: 60%;
}
.resev-modify-iframe .modal-content {
    height: 600px;

}
.resev-modify-iframe .todo-body {
    height: 800px;
}
.resev-modify-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.reserv-list-reservinfo {
    /*padding: 5px 5px 0 5px;*/
    color: #909090;
    line-height: 23px;
}
.reserv-list-memdetail{
    font-size: 12px;
    color: #909090;
}
.form-horizontal.cancel {
    widtn:95%;
}
.form-control.pull-left.select_resv {
    width:144px; height: 2.5em;
}
.tn-i-reserv-date.result {
    font-weight: 600; font-size: 1.04em;
}
.tn-i-reserv-time.result {
    font-weight: 600; font-size: 1.04em;
}
.customer_list_th {
    height: 55px; line-height: 35px !important;
    /*background-color: #4CC3D9;*/
    background: linear-gradient( to left top, #42b4f5, #3AA6E4);
    color: #ffffff;
}
.customer_list_th2 {
    height: 55px; line-height: 35px !important;
    /*background-color: #4CC3D9;*/
    background: linear-gradient( to left top, #42b4f5, #3AA6E4);
    color: #ffffff;
}
.display_log_img {
    width: 90%;
}

.blockedTable .tag-text:after {
    content: ' 🚫';
}
/*
- 신규예약 : 최초 예약을 한 예약으로 컬러는 #0cc65f
- 예약변경 : 예약을 변경한 항목이 존재할 경우 예약 변경으로 컬러는 #f7b935
- 예약취소 : 예약을 취소한 경우 취소이유와 함께 노출되며 컬러는 #969fa6
 */
.reserv-histcolor-new {background : #1ac165}
.reserv-histcolor-modify {background : #f9c24d}
.reserv-histcolor-cancel {background : #e15b4c}
.reserv-histcolor-done {background : #969fa6}

.overlay {
    position: relative;
    transition: all 1s;
}
.overlay:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.1);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    z-index: 10000000;
}
.overlay:hover:after {
    /*opacity: 0;*/
}
.display_opt1 {
    display: block;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #AAB7C1 !important;
    font-size: 0.95em !important;
    font-weight: 300 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #AAB7C1 !important;
    font-size: 0.95em !important;
    font-weight: 300 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #AAB7C1 !important;
    font-size: 0.95em !important;
    font-weight: 300 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #AAB7C1 !important;
    font-size: 0.95em !important;
    font-weight: 300 !important;
}
.input_main {
    padding: 2px 8px 2px 5px; font-size:14px;
}

@media screen and (max-width: 768px) {
    .m-hide {display: none;}
    .m-show {display: block;}
    .tn-page .top-area {
        left: 20px !important;
    }
    .tn-page .top-area .right-btn {
        margin-right: 40px !important;
    }
    .tn-page .top-area div:nth-child(1) {
        width: 390px;
        float: left;
    }
    .tn-page .top-area div:nth-child(2) {
        float: left;
    }
    .tn-page .top-area div:nth-child(3) {
        float: left;
    }
    .tn-brand-underline-page {
        left: 20px;
        right: 20px;
    }
    .toggle-chat {
        display: none !important;
    }
    ul.tn-page-header-title {
        position: absolute !important;
        display:inline !important;
        top:0;
    }
    ul.tn-logo {
        right: 0;
        position: absolute !important;
        display:inline !important;
        top:0;
    }
    .tn-badge {
        display: none;
    }
    .tn-label {
        width: 80px;
        display: block;
        padding: 5px 2px 4px 5px;
        font-size: 66%;
        font-weight: normal;
        color: #757575;
        background: #fff;
        text-align: center;
        white-space: nowrap;
        border: 1px solid #c1c1c1;
        border-radius: 4px;
        margin: 0 0 10px 0;
    }
    .btn-group {
        margin-top: -5px; border: 1px solid #cccccc; width: 100%; margin-bottom: 1rem;
    }
    .btn-group.resv_view {
        border: 1px solid #ffffff;
    }
    .tn-label-R1 {
        border-color: rgba(206, 206, 206, 0.5);
        color: rgb(84, 84, 84);
        background: rgb(251, 251, 251);
    }
    .tn-label-R2 {
        border-color: rgba(206, 206, 206, 0.5);
        color: rgb(84, 84, 84);
        background: rgb(251, 251, 251);
    }
    .tn-label-R3 {
        border-color: rgba(12, 198, 95, 0.7);
        color: rgba(12, 198, 95, 1);
        background: rgba(12, 198, 95, 0.05);
    }
    .tn-label-R4 {
        border-color: rgba(12, 198, 95, 0.7);
        color: rgba(12, 198, 95, 1);
        background: rgba(12, 198, 95, 0.05);
    }
    .tn-label-R5 {
        border-color: rgba(12, 198, 95, 0.7);
        color: rgba(12, 198, 95, 1);
        background: rgba(12, 198, 95, 0.05);
    }
    .tn-label-S1 {
        border-color: rgba(53, 152, 219, 0.7);
        color: rgba(53, 152, 219, 1);
        background: rgba(53, 152, 219, 0.05);
    }
    .tn-label-S2 {
        border-color: rgba(53, 152, 219, 0.7);
        color: rgba(53, 152, 219, 1);
        background: rgba(53, 152, 219, 0.05);
    }
    .tn-label-S3 {
        border-color: rgba(53, 152, 219, 0.7);
        color: rgba(53, 152, 219, 1);
        background: rgba(53, 152, 219, 0.05);
    }
    .tn-label-S4 {
        border-color: rgba(53, 152, 219, 0.7);
        color: rgba(53, 152, 219, 1);
        background: rgba(53, 152, 219, 0.05);
    }
    .tn-label-S5 {
        border-color: rgba(53, 152, 219, 0.7);
        color: rgba(53, 152, 219, 1);
        background: rgba(53, 152, 219, 0.05);
    }
    .tn-label-S6 {
        border-color: rgba(247, 185, 53, 0.7);
        color: rgba(247, 185, 53, 1);
        background: rgba(247, 185, 53, 0.05);
    }
    .tn-label-D1 {
        border-color: rgba(197, 197, 197, 1);
        color: rgba(110, 110, 110, 1);
        background: rgba(197, 197, 197, 0.1);
    }
    .tn-label-D2 {
        border-color: rgba(255, 52, 31, 0.5);
        color: rgb(230, 27, 6);
        background: rgba(255, 69, 49, 0.05);
    }
    .tn-label-D3 {
        border-color: rgba(231, 76, 60, 0.5);
        color: rgba(231, 76, 60, 1);
        background: rgba(231, 76, 60, 0.05);
    }
    .tn-label-D4 {
        border-color: rgba(231, 76, 60, 0.5);
        color: rgba(231, 76, 60, 1);
        background: rgba(231, 76, 60, 0.05);
    }
    .tn-label-D5 {
        border-color: rgba(231, 76, 60, 0.5);
        color: rgba(231, 76, 60, 1);
        background: rgba(231, 76, 60, 0.05);
    }
    .tn-label-W1 {
        border-color: rgba(206, 206, 206, 0.5);
        color: rgb(84, 84, 84);
        background: rgb(251, 251, 251);
    }
    .tn-page-content {
        margin-top: -15px;
    }
    .tn-page-content.row {
        margin-top: -20px;
    }
    .tn-page-content.customer {
        margin-top: 32px;
    }
    .form-control.customer {
        width:47%;
    }
    .btn.btn-primary.mr5 {
        width:18%
    }
    .btn.btn-primary.mr5.rt {
        width:30%
    }
    .btn.export {
        display: none;
    }
    .col-sm-6.customer {
        float: left; padding-left: 0px; padding-right: 0px;
    }
    .col-sm-6.customer2 {
        padding-left: 0px; padding-right: 0px;
    }
    .col-sm-6.customer_detail {
        display:none;
        z-index:10; background-color:#FFFFFF; position:fixed; top:0; width:95%; height:98%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    #customerDetailHeader {
        display: block; height:10%;
    }
    #customerDetailBody {
        overflow-y: scroll;  height:90%;
    }
    .col-sm-2.customer {
        float: left;
    }
    .col-sm-4.customer {
        float: left;
    }
    .customer_register_box {
        display:none;position:relative;top:40px;left:40px;width:280px;height:220px;background-color:#EAEFF2;border:1px solid #E0E4E6;
    }
    .btn {
        line-height: 22px;
    }
    .logout_str {
        font-size:16px; margin-top:130px; padding-bottom: 6px;
    }
    .row {
        margin-right: -8px;
        margin-left: -8px;
    }
    .daily_col1 {
        width: 64px;
    }
    .monthly_col1 {
        width: 73px;
    }
    .daily_col5 {
        display: none;
    }
    .cell_text_size1 {
        font-size: 14px;
    }
    .cell_text_size2 {
        font-size: 13px;
    }
    .form-control.input-lg.main {
        height: 2.61em !important;
        font-size: 1.63em !important;
    }
    .main_logo {
        width: 490px !important;
        margin-top: 124px !important;
    }
    .main_footer {
        background-color: #3398DB !important;
        height: 701px; !important;
    }
    .footer_empty_table {
        height: 700px; background-color: #3398DB;
        color:#FFFFFF !important;
        font-size:0.6em !important;
    }
    .checkbox.main {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .tn-text-white.main {
        font-size: 1.54em !important
    }
    .btn.btn-info.btn-block.btn-lg.mb15.main {
        line-height: 45px !important;
        font-size: 1.9em;
    }
    .btn.btn-info.btn-block.btn-lg.mb15.customer {
        line-height: 16px !important;
        font-size: 0.95em;
    }
    .btn.btn-info.btn-block.btn-lg.mb15.customer.bt1 {
        width: 175px !important;
    }
    .btn.btn-info.btn-block.btn-lg.mb15.customer.bt2 {
        width: 165px !important;
    }
    .table_main {
        font-size: 14px !important;
        line-height: 19px !important;
    }
    .display_log_img {
        width: 100%;
    }
    .form-horizontal.cancel {
        widtn:95%; margin-left: 18px;
    }
    .display_opt1 {
        display: none;
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #AAB7C1 !important;
        font-size: 0.78em !important;
        font-weight: 300 !important;
    }
    ::-moz-placeholder { /* Firefox 19+ */
        color: #AAB7C1 !important;
        font-size: 0.78em !important;
        font-weight: 300 !important;
    }
    :-ms-input-placeholder { /* IE 10+ */
        color: #AAB7C1 !important;
        font-size: 0.78em !important;
        font-weight: 300 !important;
    }
    :-moz-placeholder { /* Firefox 18- */
        color: #AAB7C1 !important;
        font-size: 0.78em !important;
        font-weight: 300 !important;
    }
    .person_span {
        font-size: 12px;
    }

}

@media only screen and (orientation: landscape) {
    .col4 {
        /*display: table-cell;*/
    }
    .daily_col5 {
        display: table-cell;
    }
    .cell_text_size1 {
        font-size: inherit;
    }
    .cell_text_size2 {
        font-size: inherit;
    }
    .customer_register_box {
        display:none;position:relative;top:40px;left:200px;width:320px;height:220px;background-color:#EAEFF2;border:1px solid #E0E4E6;
    }
    .col-sm-6.customer_detail {
        display:block; position:fixed; right:0px; width:38%; height:80%;
    }
    #customerDetailHeader { /* 와이드스크린일 때는 닫기 버튼이 있는 헤더는 생략 생략 */
        display: none;
    }
    #customerDetailBody {
        overflow-y: scroll; height: 100%;
    }
    .display_opt1 {
        display: block;
    }
}

@media screen and (max-width: 360px) {
    .form-control.pull-left.select_resv {
        width:139px; height: 2.3em;
    }
    .btn.btn-info.btn-block.btn-lg.mb15.customer.bt1 {
        padding-left: 8px;
        width: 165px !important;
    }
    .btn.btn-info.btn-block.btn-lg.mb15.customer.bt2 {
        padding-left: 10px;
        width: 155px !important;
    }
}

/*
##Device = Most of the Smartphones Mobiles (Portrait)
##Screen = B/w 320px to 479px
##Device = 대부분의 스마트폰 모바일 기기(세로)
##Screen = 320px에서 479px 사이
*/
@media (min-width: 320px) and (max-width: 480px) {
    .col4 {
        display: none;
    }
}

.pickup_stats {
    width: 700px;
}
.pickup_stats_day {
    width: 100px;
}
.pickup_stats_content {
    width: 120px;
}

.temp-password, .temp-password a {
    color: #FAFCFB;
    font-size: 14px;
    margin: 0;
}
