img { 
	max-width: 100%;
}
caption {
	display: none;
}

.label.label_small {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	width: auto !important;
	padding: 4px 4px 3px 4px!important;
	font-size: 11px !important;
}

.label.label_blank {
	font-color: #337ab7 !important;
	border: 1px solid #337ab7 !important;
}

.label.label_big {
	font-size: 1em;
}

.input-group-btn button.btn {
	font-size: 14px;
	padding: 6px 12px;
	/*margin-top: 2px;*/
}

.pointer {
	cursor: pointer;
}

/* common function */
.vertical_top {
	vertical-align: top;
}

/* bootstrap fix */
#rv_modal > .modal-dialog {
	/*width: 860px;*/
	width: 1000px;
}

#rv_modal > .modal-header {
	padding: 15px 15px 0 15px;
	border-bottom: 0 none;
}

.reservation_wrap .row {
	margin-top: 5px;
	margin-bottom: 5px;
}

.reservation_wrap .title_row {
	overflow: hidden;
	position: relative;
	margin: 20px 0;
	font-weight: bold;
}

/*form */
	.reservation_wrap form .help-block {
		/*margin-bottom: 0;*/
	}

	.reservation_foot_actions {
		overflow: hidden;
		position: relative;
		margin: 20px 0;
	}
	.reservation_foot_actions .btn {
		margin: 0 5px;
	}
/* common */



/* table */
	.reservation_table {
		width: 100%;
		border-collapse: collapse;
	}

	.reservation_table tr.past {
		opacity: 0.3;
	}

	.reservation_table tr.yoil_saturday .tr_title {
		background: #b7efff;
	}
	.reservation_table tr.yoil_sunday .tr_title {
		background: #ff7474;
	}

	.reservation_table td, .reservation_table th {
		padding: 5px 5px;
		border: 1px solid #d4d4d4;
	}

	.reservation_table th {
		text-align: center;
		border: 1px solid #d1dee2;
		background: #e5ecef;
	}

	.reservation_table td {
	}

	.table_center td {
		text-align: center;
	}

	.left_person p {
		margin-bottom: 0;
	}


.ajax_pagination {
	text-align: center;
}

/* 날짜관리 예약현황 */
.admin_date_manage_list {
	max-height: 600px;
	overflow-y: scroll;
}


/* 고객 메모 로그 */
#customer_memo_log {
	margin-top: 5px;
	border: 1px solid #ccc;
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
}

#customer_memo_log ul li {
    overflow: hidden;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.notice_title {
	margin-bottom: 10px;
	overflow: hidden;
}
.notice_title .label {
	float: left;
	margin-right: 10px;
}
.notice_title .desc {
	float: left;
	font-weight: bold;
}


/* 예약현황에서 row 내부 col- 영역 못잡는 현상 fix */
.reservation_list .reservation_row {
	padding: 5px 0;
}

.reservation_list .reservation_row > div {
	/*overflow: hidden;*/
}

.reservation_list .reservation_row > .desc {
}

.reservation_list .reservation_row > .desc i {
	/*color: #5bc0de;*/
}

.reservation_list .reservation_row > .desc > p.use_horizon_rv {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */

	/*margin-right: 10px;*/
	margin: 0;
}

.reservation_row .label {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */

	font-size: 1em;
}


/*리스트 형태*/
.calendar_list .reservation_list {
	/*min-height: 50px;*/
}
.calendar_list .reservation_list td {
	font-size: 12px;
}

.calendar_list .label.big {
	font-size: 1em;
	padding: 5px 8px;
	font-weight: bold;
}
.calendar_list .reservation_count {
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
	min-width: 60px;
	font-weight: bold;
}


.manage_btn {
	margin-bottom: 0;
}

.manage_btn li {
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	zoom: 1; /* Fix for IE7 */
	*display: inline; /* Fix for IE7 */
}

.loading_wrap {
	padding: 20px 0;
	text-align: center;
}



.application_draw{
    display: block;
    min-height: 45px;
    line-height: 45px;
    text-align: center;
    /*color: #2aaae1;*/
    background-color: #fff;
    border: 1px solid #2aaae1;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
	margin-bottom:20px;
	position: relative;
}
	.application_draw a {
		margin:0 10px;
		font-weight: bold;
		font-size:14px;
		color: #2aaae1;
	}
	.application_draw a.active {
		color: #000 !important;
	}
	.application_draw .calendar_type_wrap {
	    position: absolute;
	    right: 50px;
	    top: 5px;
	}

	.calender_month_summary a.active {
		color: #ff0000 !important;
		font-weight: bold !important;
	}

	.wrap_title {
		text-align: center;
	}

	@media screen and (max-width:768px) {
		.application_draw #year_select,.application_draw #month_select {
			display: inline-block;
			/*vertical-align: top;*/
			zoom: 1; /* Fix for IE7 */
			*display: inline; /* Fix for IE7 */
		}
	}

/*달력형태 */

.calender_month_summary {
	border-collapse: collapse;
	border: 1px solid #eee;
	width: 100%;
	margin-bottom: 20px;
}
	.calender_month_summary th, .calender_month_summary td {
		padding: 5px 0;
		text-align: center;
		border: 1px solid #eee;
	}
	.calender_month_summary th {
		background: #f4f4f4;
		font-weight: bold;
	}
	.calender_month_summary th.sat {
		color: #427eda;
	}
	.calender_month_summary th.sun {
		color: #ef3636;
	}


.calendar_oneday {
	display: none;
	/*background: #f4f4f4;*/
	/*padding: 10px;*/
}
	.calendar_oneday .reservation_table {
		background: #fff;
	}
	.calendar_oneday .date_info {
		background: #fff;
	}
.calendar_oneday .active {
	display: block;
}
.calendar_oneday table {
	background: #fff;
}
/*.calendar_oneday_title h6 {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
}*/


/*calendar*/
	.calendar_table {
	    width: 100%;
	    /*min-width: 960px;*/
	    border-collapse: collapse;
	    border-top: 0 none;
	}


	.calendar_table .table_header > * {
		text-align: center;
		border: 0 none;
	}

	.calendar_table .table_header .btn {
		margin: 0 10px;
	}

	.calendar_table .table_header .current {
		font-size: 1.5em;
		padding-bottom: 20px;
	}

	.calendar_table tbody tr:first-child th {
	    color: #505050;
	    margin: 0 0 10px 0;
	}

	.day_header {
	    font-weight: bold;
	    text-align: center;
	    color: #757575;
	    background: #f4f4f4;
	    border: 1px solid #d4d4d4;
	}
	    .day_header.sunday {
	    	color: #ff3333;
	    }
	    .day_header.saturday {
	    	color: #427eda;
	    }

	.calendar_table td:hover {
	    background: #F3F3F3;
	}

	.day_listing {
		display: inline-block;
		vertical-align: top;
		zoom: 1; /* Fix for IE7 */
		*display: inline; /* Fix for IE7 */
		width: 2em;
	    /*display: block;*/
	    /*float: left;*/
	    color: #2C2C2C;
	    font-weight: bold;
	}
	    .sunday .day_listing, .holiday .day_listing {
	    	color: #ff3333;
	    }
	    .saturday .day_listing {
	    	color: #427eda;
	    }
	.day_wol {
		font-size: 1.0em;
	}
	.day_content {
		/*display: block;*/
		/*float: right;*/
		font-size: 12px;
	}

	.day_cell_tr .day_cell {
	    width: 14%; /* Force all cells to be about the same width regardless of content */
	    border: 1px solid #d4d4d4;
	    /*height: 100px;*/
	    /*padding: 0;*/
	    /*height: 80px !important;*/
	    vertical-align: top !important;
	    cursor: pointer;
	    position: relative;
	    overflow: hidden;

	    padding: 5px 10px;
	}

	.day_cell_tr .day_cell.past {
		opacity: 0.3;
	}

	/*
	.day_cell_tr .day_cell > div {
		box-sizing: border-box;
		padding: 5px 10px;
		height: 100%;
	    position: static;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	*/

	.day_cell_tr .day_cell.today {
	    background: #d9edf7;
	}
	/*.day_cell_tr .day_cell > div.today {
	    background: #d9edf7;
	}*/

	.day_cell_tr .day_cell.active {
	    color: #fff !important;
    	background: #337ab7 !important;
	}
	.day_cell_tr .day_cell.active > span {
	    color: #fff !important;
	}

	/*
	.day_cell_tr .day_cell.active > div {
	    color: #fff !important;
    	background: #337ab7 !important;
	}
	.day_cell_tr .day_cell.active > div > span {
	    color: #fff !important;
	}
	*/

 /*calender DOT*/
	.dot {
		display: block;
		/*	border-radius: 5px;
		height: 5px;*/
		margin-top: 1px;
		font-size: 12px;
	}

	.dot_acm {
		margin-bottom: 5px;
		background: #fff;
		border: 1px solid #ccc;
	}

	.label-blank {
		background: #f5fcff;
		color: #333;
	}

	.label-done {
		color: #ccc;
	    font-weight: normal;
	}

/* calendar 숙소 */
	.in_cal_reservation_list {
		margin: 5px;
		max-width: 101px;
	}
	.in_cal_reservation_list .title {
		display: none;
	}
	.in_cal_reservation_list .desc {
		width: 100%;
		line-height: 1.6;
	}
	.in_cal_reservation_list .desc p {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.in_cal_reservation_list .badge, .in_cal_reservation_list .text-muted, .in_cal_reservation_list i {
		display: none;
	}

/*
.label{
	font-weight: 100;
	padding: 5px;
}*/

/* 선박메뉴 */
.ship_nav{
	margin: 20px 0;
}

/* 기간공지사항 */
.ship_checkbox{
	margin: 0px 10px 5px 10px;
}

.ship_checkbox label{
	margin: 0px 5px;
}

/* 반응형 */

@media screen and (max-width:768px) {
	.day_listing {
		display: block;
		text-align: center;
	}
	.application_draw .calendar_type_wrap {
		/*display: none;*/
		right: 5px;
		top: 10px;
	}
	.reservation_table th, .reservation_table td {
		font-size: 12px;
	}

	.day_header {
		padding: 8px 0 !important;
	}
	.day_cell_tr .day_cell {
		padding: 5px 4px;
	}
}

/* 결제 버튼 */
.btn_pay_act {
    margin: 0;
    padding: 0;
    border: 0;
    background: #265a88;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    border: 0;
    height: 30px;
    color: #fff;
    display:inline-block;
    font-weight: bold;
}





/* 요금제 */
	.price_update_wrap .acm_only {
		display: none;
	}

	.price_update_wrap.ship_type_accomodation .acm_only {
		/*display: block;*/
		display: table-row;
	}


/*승선명부*/
	.embarkation_wrap table th {
		text-align: center;
	}
	.embarkation_wrap table td, .embarkation_wrap table th {
		vertical-align: middle !important;
	}
	.embarkation_wrap table td select {
		width: auto !important;
	}

	.embarkation_wrap tr.em_add_row {
		display: none;
	}

	.embarkation_wrap h1, .embarkation_wrap h2 {
		text-align: center;
	}

	.embarkation_wrap h1 {
		text-decoration: underline;
	}

	.embarkation_wrap h2 {
		font-size: 22px;
	}

	.embarkation_wrap .status_STANDBY, .embarkation_wrap .status_CANCEL {
		display: none;
	}

	.embarkation_wrap .alert h4 small {
		padding: 0;
	}

	.embarkation_wrap td {
		position: relative;
	}

	.recent_btn_wrap {
		display: none;

		position: absolute;
		z-index: 1001;
		bottom: -50px;
		left: 5px;
		background: #fff;
		border: 1px solid #ccc;
		padding: 10px 10px;

		width: 180px;
	}



	.recent_btn_wrap hr {
		margin: 5px 0;
	}

	.recent_btn_wrap div.recent_btn {
		cursor: pointer;

		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	@media screen and (min-width:822px) {
		/*
		#embarkation_form [name='em_name[]'] {
			max-width: 100px;
		}
		#embarkation_form [name='em_birth[]'] {
			max-width: 110px;
		}
		*/
		#embarkation_form [name='em_tel[]'], #embarkation_form [name='em_sos[]'] {
			min-width: 120px;
		}
		#embarkation_form [name='em_address[]'] {
			min-width: 337px;
		}
	}

	/*프린트*/

	.table_embarkation_print {
		border: 2px solid #000;
		font-size: 10px;
		margin-top: 10px;
	}

	.embarkation_wrap h1 {
		text-decoration: none;
		margin-bottom: 15px;
	}

	.embarkation_wrap h1 strong {
		float: right;
		margin-right: 20px;
		font-size: 0.6em;
	}

	.table_embarkation_print th, .table_embarkation_print td {
	    border-color: #000 !important;
		padding: 0 6px !important;
		height: 3.2em;	    
	}

	.table_embarkation_print tfoot {
		font-size: 1.5em;
		letter-spacing: 0.3em;
	}

	@media screen and (max-width:768px) {
		.embarkation_list_table thead {
			display: none;
		}
		.embarkation_list_table td {
			display: block;
		}
	}

	.table_embarkation_print td {
	}


/* 기간공지 */
	.use_dn_start_datetime_wrap {
		display: none;
	}
	.use_dn_start_datetime_wrap.active {
		display: block;
	}

/* 할인금액 계산 */
	.before_discount span {
		font-weight: bold;
	}