@charset "utf-8";
/* CSS Document */

.content_header{
	width:100%;
	max-width: 1520px;
	margin:180px auto 80px auto;
}

.content_header .title{
	background-color:#082A66;
	padding:38px 105px;
	font-size:32px;
	color:#fff;
	font-family:'Inter',sans-serif;
	font-weight:bold;
	text-transform: uppercase;
	border-radius:50px;
}

.content_header .desc{
	max-width:1300px;
	margin:auto;
	margin-top:40px;
}

.content_header .desc .left,
.content_header .desc .right{
	float:left;
	width:43%;
	font-size:24px;
	color:#082A66;
	line-height:36px;
}

.content_header .desc .right{
	float:right;
	margin-top:-190px;
}

.content_header .desc .right img{
	border-radius:20px;
}

.content_container .content_content{
	max-width:1300px;
	margin: auto;
	padding:60px 0px;
}

.content_container .content_content h4{
	font-size:18px;
	margin:0px;
}

.content_container .content_content h5{
	font-size:14px;
	margin:0px;
}

.contact_holder input[type="text"],
.contact_holder textarea{
	padding:20px 35px;
	font-family:'Plus Jakarta Sans',sans-serif;
	color:#082A66;
	font-size:17px;
	margin-bottom:10px;
	width:100%;
	border-radius:50px;
	border:1px solid #082A66;
}

.contact_holder textarea{
	height:300px;
}






h1{
	font-size:40px;
	color:#02AA94;
	font-weight:300;
	
	margin:0px 0px 30px 0px;
}

h2{
	font-size:32px;
	color:#000000;
	font-weight:300;
	
	margin:80px 0px 40px 0px;
}

div.title_box {
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	
	margin-bottom: 60px;
}

div.title_box h1 {
	flex-grow: 1;
	margin:0px;
}

div.title_box div.subtitle {
	font-size:32px;
}

div.title_box div.step {
	font-size:40px;
	color:#02AA94;
}

div.sheet {
	background:#FFF;
	
	/*padding:30px;
	margin-right:30px;*/
	margin-bottom:20px;
}

div.sheet.limit {
	width:100%;
	background-color:#f2f8fc;
	padding:0px 25px 50px 25px;
	margin-top:50px;
}

div.sheet td.col_left {
	width:40%;
	background-color:#f9f9f9;
	padding:30px !important;
	color:#3a3a3a;
}

div.sheet div.col_middle {
	float:left;
	width:32%;
	margin-right:2%;
}

div.sheet td.col_right {
	margin-right:0px;
}

div.sheet div.col_right img {
	width:100%;
	max-width:745px;
	height:auto;
}

div.sheet div.login_button_container {
	font-size:16px;
}

div.sheet div.login_button_container div.left {
	float:left;
	margin-top:6px;
}

div.sheet div.login_button_container div.right {
	float:right;
}

#login_msg,
#recover_msg {
	display:block;
	padding:10px;
	opacity:0;
	
	transition:opacity ease 0.3s;
}

#login_msg.visible,
#recover_msg.visible {
	opacity:1;
}

#login_msg.ok,
#recover_msg.ok {
	background:#e5f5e5;
	color:#090;
}

#login_msg.error,
#recover_msg.error {
	background:#fde8e9;
	color:#FF0000;
}

#register_dealer_details {
	padding:10px;
	background-color:#f3f3f3;
	margin-bottom:30px;
}

div.sheet div.register_button_container {
	margin-top:30px;
}

div.sheet div.register_button_container div.left {
	float:left;
}

div.sheet div.register_button_container div.right {
	float:right;
}

div.msgbox {
	padding:15px 30px;
	margin-bottom:30px;

	color:#090;
	font-size:15px;
	
	background:#e5f5e5;
}

div.msgbox.limit {
	width:778px;
}

#filter_container {	
	background-color: #ECECEC;
	padding:20px;
}

#filter_container div.form_element {
	margin:0;
}

#filter_container.search-left div.form_element{
	margin-bottom:10px;
}

#filter_container.search-left div.form_element div.title{
	font-size:16px;
	font-weight:500;
}

#filter_container a.button {
	min-width: 35px;
}

div.top_row_container {
	display:flex;
	flex-direction: row;
	align-items: center;
	
	width:100%;
	height:44px;
	
	border:1px solid #AAAAAA;
		
	margin-top:20px;
	
	padding-left:50px;
	
	background-repeat: no-repeat;
	background-position: left 15px center;
}

div.top_row_container.product_icon {
	background-image: url("/images/products.png")
}

div.top_row_container > div.title {
	font-weight: bold;
}

div.list_item,
div.booking_item{
	display:flex;
	flex-direction: row;
	align-items: center;
	
	padding:30px 0px;
	border-bottom:1px solid #AAAAAA;
}

div.booking_item:nth-last-child(2){
	border:none !important;
}

div.list_item > div.date {
	padding-right: 50px;
	font-weight: 500;
}

div.list_item > div.image,
div.booking_item > div.image{
	width:117px;
	height:117px;
	border-radius: 10px;
	
	background-repeat:no-repeat;
	background-position: center center;
	background-size: cover;
	
}

div.booking_item > div.details{
	flex-grow: 1;
	padding-left:30px;
}

div.booking_item > div.details > div.detail{
	margin:8px 0px;
	font-size:14px;
	color:#455A6F;
	font-weight:500;
	line-height:normal;
}

div.booking_item > div.details > div.detail > span.icon,
div.booking_item > div.details > div.detail > span.status{
	width:35px;
	display:inline-block;
	vertical-align: middle;
}

div.booking_item > div.details > div.detail > span.status{
	width:auto;
	padding:5px 15px;
	color:#ffffff;
	border-radius:5px;
	font-size:12px;
	font-weight:500;
	line-height:normal;
}

div.booking_item > div.details > div.detail b{
	font-weight:500;
	font-size:16px;
	color:#000000;
}

div.booking_item > div.more{
	text-align:right;
	font-size:15px;
	font-weight:500;
}

div.booking_item > div.more div.button a{
	font-size:12px;
	color:#F16BB4;
	font-weight:700;
	padding:15px 35px;
	display:inline-block;
	border: 1px solid #F16BB4;
	border-radius:20px;
	margin-top:10px;
	text-decoration:none;
	transition:all 0.3s;
}

div.booking_item > div.more div.button a:hover{
	color:#ffffff;
	background-color:#F16BB4;
}

div.list_item > div.image > img {
	
}

div.list_item > div.info {
	flex-grow: 1;
	
	padding-left:30px;
}

div.list_item > div.info > div {
	padding-left:30px;
	line-height: 24px;
	
	background-position: left center;
	background-repeat: no-repeat;
}

div.list_item div.title {
	
}

div.booking_item > div.details > div.detail a,
div.list_item div.title a {
	font-weight: 500;
	color:#020202;
	text-decoration: underline;
	font-size:16px;
}

div.booking_item > div.details > div.detail a:hover,
div.list_item div.title a:hover {
	color:#02AA94;
	text-decoration: none;
}

div.list_item div.price > span.overlined {
	text-decoration: line-through;
}

div.list_item div.price > span.discounted {
	color:#FF0000;
}

div.list_item > div.actions {
	text-align: right;
}

div.list_item > div.actions > a {
	display:block;
	padding:5px 0px;
}

div.list_item > div.actions > a.unpublished {
	color:#FF0000;
}

div.list_item > div.actions > a.published {
	font-weight: bold;
}


div.list_item_details {
}

div.list_item_details > div.detail_item {
	display:flex;
	flex-direction: row;
	align-items: stretch;
	flex-flow: row nowrap;
	
	border-bottom:1px solid #AAAAAA;
}

div.list_item_details > div.detail_item div.title {
	background: #e3e4f2;
	font-weight: 500;
	padding:15px;
	
	width:20%;
}

div.list_item_details > div.detail_item div.content {
	padding:15px;
}








div.wrap_list {
	display:flex;
	flex-flow:column wrap;
}

div.wrap_list > div.form_element {
	margin-bottom:15px;
}



div.subtitle_box {
	border-left:5px solid #455A6F;
	padding-left:20px;
	margin-bottom:50px;
}

div.subtitle_box > div.title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom:5px;
}

div.subtitle_box > div.desc {
}

div.subtitle_box2 {
	padding-top:20px;
	margin-bottom:20px;
}

div.subtitle_box2 > div.title {
	font-size: 18px;
	font-weight: 500;
	margin-bottom:5px;
}

div.subtitle_box2 > div.desc {
}


div.activity_box {
	display:flex;
	flex-direction: row;
	align-items:auto;
	
	min-height:70px;
}

div.activity_box > div.form_element {
	width:33%;
	max-width:240px;
	min-width:200px;
	
	margin-bottom:0px;
}

div.activity_box > div.line {
	width:2px !important;
	background-color:#E3E3E3;
}

div.activity_box > div.desc {
	padding-top:4px;
	padding-left:30px;
	flex-grow: 1;
}






div.images_container {	
	width:100%;
	padding:20px;
	margin-bottom:30px;
	
	border-radius:10px;
	background:#E3E4F2;
	
}

div.images_container > div.upload_button {
	display:flex;
	justify-content: center;
	
	margin:20px;
}


div.weekday_box {
	display:flex;
	flex-direction: row;
	align-content: center;
	
	padding-top:20px;
	padding-bottom:15px;
	
	border-bottom:1px solid #CDD4DD; 
}

div.weekday_box:last-child {
  border-bottom: none;
	margin-bottom:30px;
}

div.weekday_box > div.day {
	width:140px;
	padding-top:17px;
	font-weight: 500;
}

div.weekday_box > div.time {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 20px;
	flex:1;
}

div.weekday_box div.form_element {
	margin-bottom:10px;
	padding-right:30px;
}

div.weekday_box div.form_element > input[type=text] {
	width:100px;
	text-align: center;
}

div.weekday_box div.form_element > a.remove {
	position:absolute;
	right:0px;
	top:7px;
	
	display:block;
	width:30px;
	height:30px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/images/icon_remove.png");
	
}

div.weekday_box div.form_element > a.remove.hidden {
	display:none;
}

div.weekday_box div.form_element.anytime {
	margin-bottom:12px;
	padding-right:20px;
	padding-top:13px;
}

div.weekday_box div.form_element.anytime.hidden {
	display:none;
}

div.weekday_box a.min_button {
	line-height: 54px;
}

div.weekday_box a.min_button.hidden {
	display:none;
}

div.content_layout {
	display:flex;
	flex-direction: row;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu {
	padding:20px 10px;
	width:300px;
	background-color:#E3E4F2;
	margin-right: 60px;
	
	border-radius: 10px;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu ul li {
	display:block;
	
	padding-left:20px;	
	line-height: 40px;

	cursor:default;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu > ul > li {
	border-bottom:1px solid #CDD4DD;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu ul li a {
	cursor:pointer;
	color:#020202;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu ul li a:hover {
	text-decoration: underline;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu li.sel,
div.content_layout div.flow_menu_wrapper > div.flow_menu li.sel a {
	background-color:#02AA94;
	color:#FFF;
	border-radius: 5px;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu li.done {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url("/images/checkbox-green.png");
	
	color:#020202;
}

div.content_layout div.flow_menu_wrapper > div.flow_menu .done {
	font-weight: 500;
}

div.content_layout > div.content {
	flex-grow: 1;
}



div.tips {
	font-size: 14px;
	
	background-color:#E3E4F2;
	padding:20px;
	
	border-radius: 8px;
}

div.tips > div.title {
	font-weight: 500;
	padding-left:30px;
	
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("/images/icon_tips.png");
	
	margin-bottom: 10px;
}

div.tips > div.item {
	padding-left:50px;
	margin:5px 0px;
	
	background-repeat: no-repeat;
	background-position: left 30px top 2px;
}

div.tips > div.item.icon_valid {
	background-image: url("/images/icon_valid.png");
}

div.tips > div.item.icon_notvalid {
	background-image: url("/images/icon_valid_not.png");
}



div.text_list_box {
	margin-bottom:30px;
}

div.text_list_box div.form_element {

}

div.text_list_box div.form_element > input[type=text] {
	width:calc(100% - 30px);
}

div.text_list_box div.form_element > a.remove {
	position:absolute;
	right:0px;
	top:7px;
	
	display:block;
	width:30px;
	height:30px;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("/images/icon_remove.png");
	
}

div.text_list_box div.form_element > a.remove.hidden {
	display:none;
}

div.text_list_box div.form_element > div.countdown {
	right:30px;
}


div.select_box {
	display:flex;
	flex-direction: row;
}

div.select_box > .content div.desc {
	padding-top:3px;
	margin-bottom:20px;
}

span.optional {
	font-size:14px;
	color:#BBBBBB;
}

span.example {
	color:#BBBBBB;
}

span.notes {
	color:#455A6F;
}



div.number_box {
	display:flex;
	flex-direction: row;
}

div.number_box div.desc {
	padding-top:11px;
}


table.tbl_order_list {
	border-collapse:collapse;
	width:100%;
}

table.tbl_order_list td {
	vertical-align:top;
}

table.tbl_order_list a {
	color:#232b3e;
}

table.tbl_order_list td.dates {width:22%;}
table.tbl_order_list td.client {width:22%;}
table.tbl_order_list td.total_price {padding-right:10px !important; color:#0072bb;}
table.tbl_order_list td.status {width:230px; padding-right:10px !important;}

table.tbl_order_list td.icons {width:100px;}
table.tbl_order_list td.icons div.wrapper {float:right;}

div.status_box {
	
	margin:0px auto 10px auto;
}

div.status_box span{
	display: inline-block;
	width:36px;
	height:38px;
	border-radius:4px;
	vertical-align:middle;
	margin-right:10px;
	background-position: center center;
	background-repeat:no-repeat;
}

div.status_box span.yellow {
	background-color:#e8da79;
	background-image:url(/images/order_status_yellow.png);	
}

div.status_box span.orange {
	background-color:#e8a04c;
	background-image:url(/images/order_status_orange.png);
}

div.status_box span.blue {
	background-color:#32a0c9;
	background-image:url(/images/order_status_blue.png);
}

div.status_box span.green {
	background-color:#70e889;
	background-image:url(/images/order_status_green.png);
}

div.status_box span.red {
	background-color:#a91736;
	background-image:url(/images/order_status_red.png);
}

table.tbl_art_list {
	border-collapse:collapse;
	width:100%;
}

table.tbl_art_list tr.row_header {
	color:#a4a4a4;
}

table.tbl_art_list tr {
	border-bottom:1px solid #a4a4a4;
}

table.tbl_art_list tr:last-child {
	border-bottom:1px solid #0072bb;
}

.row_header{
	
	color:#393939 !important;
	font-size:21px;
	font-weight: bold;
}

.row_header>td{
	border-top:1px solid #bfbfbf !important;
	padding-top:15px !important;
}

table.tbl_art_list td {
	padding-bottom:12px;
	vertical-align:top;
}

table.tbl_art_list tr.row td {
	vertical-align:top;
	padding:22px 0px;
}

table.tbl_art_list a {
	color:#232b3e;
}

table.tbl_art_list a:hover {
	color:#232b3e;
	text-decoration:underline;
}

table.tbl_art_list td.img {width:180px;}
table.tbl_art_list td.title {padding-right:10px !important;}
table.tbl_art_list td.measurements {width:22%; padding-right:10px !important;}
table.tbl_art_list td.prices {width:330px; position:relative;}
table.tbl_art_list td.icons {width:100px;}
table.tbl_art_list td.icons div.wrapper {float:right;}

table.tbl_art_list td.img img {
	transition:all ease 0.3s;
}

table.tbl_art_list td.img:hover img {
	transform: scale(1.1);
}

table.tbl_measurements {
	border-collapse:collapse;
}

table.tbl_measurements tr,
table.tbl_measurements tr:last-child {
	border-bottom:none;
}
table.tbl_measurements td:nth-child(2) {
	font-weight:bold;
}

table.tbl_art_list td.prices div.status {
	
}

table.tbl_prices {
	border-collapse:collapse;
}
table.tbl_prices td {
	padding:0px !important;
}

table.tbl_prices tr,
table.tbl_prices tr:last-child {
	border-bottom:none;
}

table.tbl_prices td.price {width:100px;}
table.tbl_prices td.quantity {width:130px;}
table.tbl_prices td.discount {width:100px;}

table.tbl_prices div.form_discount {
	margin-top:-9px;
}
#edit_order_po{
	display: inline;
	margin-top: 10px
}
#show_order_po{
display: none;
}
.form_order_po #show_order_po{
	margin-top: 30px;
}
.form_order_po{
	margin-top:10px;	
}
div.form_order_po a.update{
	margin-top:23px;
	position: relative!important;
	display: inline!important;
	top: 0px!important;
}
table.tbl_prices div.form_discount a.update,
 div.form_order_po a.update {
	display:none;
	width:35px;
	
	position:absolute;
	top:40px;
	left:0px;
	
	text-align:center;
	font-size:12px;
	color:#232b3e;
}

table.tbl_prices div.form_discount a.update:hover {
	color:#0072bb;
}

div.totals_wrapper {
	float:right;
	margin-top:30px;
}

div.totals_wrapper div.total_discount {
	font-size:14px;
	text-align:right;
	
	margin-bottom:5px;
}

div.totals_wrapper div.total_price {
	font-size:18px;
	color:#0072bb;
	font-weight:500;
	text-align:right;
}

div.totals_wrapper div.total_wholesale_price {
	font-size:18px;
	color:#a91736;
	text-align:right;
	
	margin-top:5px;
}

div.totals_wrapper div.total_discount span,
div.totals_wrapper div.total_price span,
div.totals_wrapper div.total_wholesale_price span {
	display:inline-block;
	min-width:70px;
	text-align:right;
}

div.sheet_blue {
	background:#f2f8fc;
	padding:30px;
	margin-right:0px;
	margin-bottom:10px;
}

div.sheet_top_titles{
	background:#ebe8e8;
	padding:30px;
	margin-right:0px;
	margin-bottom:10px;
}

div.sheet_blue div.box,
div.sheet_top_titles div.box{
	float:left;
	width:calc(20% - 20px);
	line-height:22px;
	margin-right:30px;
}

div.sheet_blue div.box a {
	color:#232b3e;
}

div.sheet_blue div.box a.button {
	width:180px;
	margin-bottom:10px;
}

div.sheet_blue div.form_element.form_notes {
}

div.sheet_blue div.form_element.form_notes textarea {
	border-color:#cecece;
	margin:7px 0px 10px 0px;
	border-radius:4px;
}

table.tbl_client_list {
	border-collapse:collapse;
	width:100%;
}

table.tbl_client_list td {
	vertical-align:top;
}

table.tbl_client_list a {
	color:#232b3e;
}

table.tbl_client_list td.title {width:22%;}
table.tbl_client_list td.address {width:22%;}
table.tbl_client_list td.contact {width:22%;}
table.tbl_client_list td.additional_info {width:22%;}

table.tbl_client_list td.icons {width:100px;}
table.tbl_client_list td.icons div.wrapper {float:right;}

a.new_client {
	color:#232b3e;
	margin-right:30px;
	margin-bottom:10px;
}

a.new_address {
	color:#232b3e;
	margin-top:7px;
	margin-right:30px;
}

a.user_icon {
	display:block;
	box-sizing:border-box;
	
	float:left;
	margin-left:5px;
	
	width:37px;
	height:37px;
	
	background-color:#FFF;	
	background-repeat:no-repeat;
	background-position:center;
	
	border:1px solid #939393;
	border-radius: 3px;
	transition:background ease 0.2s;
}

a.user_icon.view {
	background-image:url(images/user_icon_view.png);
}

a.user_icon.edit {
	background-image:url(images/user_icon_edit.png);
}

a.user_icon.delete {
	background-image:url(images/user_icon_delete.png);
}

a.user_icon:hover {
	background-color:#F1F1F1;
}

.member_data .form_element{
	width:32%;
	float:left;
	margin-right:2%;
}

.member_data .form_element:nth-child(3n+1){
	margin-right:0px;
}

#main_content > div.search-holder{
	display:flex;
}

#main_content > div.search-holder > div.search-left{
	flex:1;
}

#main_content > div.search-holder > div.search-right{
	flex:3;
	padding-left:30px;
}

#main_content > div.search-holder > div.search-right > div.top_row_container{
	margin-top:0px !important;
}

#main_content > div.search-holder > div.search-left div.filter-title{
	font-size:16px;
	font-weight:500;
	margin-bottom:30px;
}

#main_content > div.search-holder > div.search-left div.filter-title span.icon{
	display:inline-block;
	width:30px;
	vertical-align:middle;
}

#orders_output .sheet{
	border-bottom:1px solid #555555;
	padding-bottom:30px;
	margin-bottom:30px;
	color:#3a3a3a;
}

#layout_sizing table.tbl_measurements {
	width:100%;
	border-collapse: collapse;
	border-radius: 8px;
	margin-top:30px;
}

table.tbl_measurements tr:nth-child(3) td{
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	padding-top:20px !important;
}

.tbl_art_list table.tbl_measurements tr:nth-child(3) td{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	padding-top:0px !important;
}

table.tbl_measurements tr:nth-last-child(1) td{
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	padding-bottom:20px !important;
}

table.tbl_measurements td {
	height: 50px;
	padding:8px 15px !important;
	background-color: #f9f9f9;
}

.tbl_art_list table.tbl_measurements td{
	height: auto !important;
	padding:0px 5px !important;
	background-color: #fff !important;
}

table.tbl_measurements tr td.head {
	color:#3164a7;
	border-left:5px solid #3164a7;
	background-color: #fff;
	font-size:30px;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
	line-height:20px;
}

table.tbl_measurements tr.head > td {
	color:#FFF;	
	background-color: #3c4143;
}

table.tbl_measurements tr > td.title {
	/*background-color: #dedede;*/	
	border-right:5px solid #fff;
	width:30%;
}

div.input_box input {
	line-height:40px;
	
	border:none;
	border:1px solid #d2d3d2;
	background:#fff;
	
	font-size:16px;
	color:#757575;
	border-radius:6px;
	padding-left:15px;
	padding-right:15px;
}

div.input_box input:focus {
	color:#3c4143;
}

div.input_box select {
	/*margin:7px 0px 30px 0px;*/
	padding-right:25px;
	
	color:#3c4143;
	font-size:16px;
	line-height:40px;

	background: url('/images/dropdown_arrow_big.png') no-repeat #fff;
	background-position: right top 5px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance:none;
	border-radius:6px;
	border:1px solid #d2d3d2;
	
	padding-left:15px;
}

div.input_box select.focus {
	color:#3c4143;
	background-position: right bottom;
}

.col_full{
	margin-top:30px;
}

.register_button_container .left,
.register_button_container .right{
	float:left;
	width:50%;
}

.register_button_container .left{
	padding-top:10px;
}

.register_button_container .right{
	width:20%;
	float:right;
}

.register_button_container .left .text{
	width:calc(100% - 26px);
	padding-top:0px !important;
}

/***BOOKING DETAILS***/
.booking-row{
	display: flex;
}

.booking-row .top_row_container:nth-child(1){
	flex:1;
	margin-top:0px;
}

.booking-row .top_row_container:nth-child(2){
	flex:3;
	margin-top:0px;
}

.booking-row .titles-item{
	flex:1;
	background-color:#E2E8F0;
	font-weight:500;
	padding:20px;
	border-bottom:1px solid #CCCED0;
}

.booking-row .booking_item,
.booking-row .detail-item{
	flex:3;
	padding:20px 0px 20px 20px;
}

.booking-row .booking_item{
	border-color:#CCCED0;
}

.booking-row .detail-item{
	line-height:26px;
	border-bottom:1px solid #CCCED0;
}

.booking-row .detail-item a{
	color:#000000;
	text-decoration:underline;
}

.booking-row .detail-item a:hover{
	color:#02AA94;
	text-decoration:none;
}

.booking-row .detail-item ul{
	margin:0px;
	padding-left:20px;
}

.booking-row .detail-item ul li a{
	color:#02AA94;
	padding-right:30px;
	position: relative;
	font-size:16px;
	font-weight:500;
	margin-left:50px;
}

.booking-row .detail-item ul li a span:nth-child(2){
	display: none;
}

.booking-row .detail-item ul li a::after{
	content:'';
	width:20px;
	height:20px;
	display:inline-block;
	position: absolute;
	right:0px;
	top:0px;
	background: url(/images/arrow-down.png) center center no-repeat;
	transition:all 0.3s;
}

.booking-row .detail-item ul li .qr_code{
	display: none;
}

.booking-row .detail-item ul li.open .qr_code{
	display:block;
}

.booking-row .detail-item ul li.open a span:nth-child(1){
	display:none;
}

.booking-row .detail-item ul li.open a span:nth-child(2){
	display:inline-block;
}

.booking-row .detail-item ul li.open a::after{
	transform:rotate(-180deg);
}