body{
	margin:0;
	font-family: Arial;
	font-family: Calibri;
	font-size:120%;	
	background:#fafafa;
}
/***************panel-style*****************************/
.clear{
	clear:both;
	display:block;
	content:"";
	float:none;
}
label{
	margin-top: 10px;
    line-height: 20px;
	display:block;
	width: 100%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* Добавляем многоточие */
}
.num{
	color:#aaa;
	font-size:10px !important;
	border-radius:30px;
	padding:0 3px;
	margin:0 !important;
	text-align:center;
	width:14px !important;
	height:20px !important;
	display:block;
	float:right;
}
#left_column{
	min-height:100%;
	background:#fafafa;
	width:260px;
	float:left;
	font-size:14px;
}
#right_column{
	font-size:14px;
	float:left;
    z-index: 100;
	width:840px;
}
.page-scroll {
	height: 100%;
	background:#fff;
    min-width: 770px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    width: 100%;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
#page-content {
	padding: 1.5em;
	margin-top:48px;
	float:none;
}
#table-content{
	margin-top:48px;
}
#right_column:after{
	content:"";
	clear:both;
	display:block;
}
#right_column h1{
	font-size:24px !important;
}
#right_column h1,h2{
	float:left;
	line-height:28px;
	color:#fff;
	border:0;
	font-size:16px !important;
	margin:10px 0 !important;
}
#left_column a{
	color:#333;
	text-decoration:none;
	padding:7px 15px;
	line-height:19px;
	display:block;
	font-size:14px;
}
#left_column a:hover{
	background:#f1f1f1;
}
#left_column #faq{
	border-radius:2px;
	color:#aaa;
	margin-top:10px;
	display:block;
	font-size:12px;
}
#left_column span{
	font-size:16px;
	margin-right:10px;
}
#right_column form{
	margin:0;
}
#right_column table{
	width: 100%;
	background: #fff;
}
#right_column td{
	color:#333;
	font-size:14px;
	border-top:1px solid #f0f0f0 !important;
}
#right_column tr:nth-child(2n){
	background:rgba(0,0,0,.1);
	background:#fff;
}
#right_column tr:hover{
	background:#f1f1f1;
}
#right_column tr:first-child{
		
}
#right_column tr:first-child td{
	
}
#right_column table tr td a{
	color:#333;
	border-radius:3px;
	font-weight:normal;
	background:inherit;
	padding: 0;
	text-decoration:none;
}
#right_column a.button, button.button{
	display: block;
	padding:5px 10px;
	float:right;
	margin: 10px 0;
	text-decoration: none;
	background: #005592;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	font-family: Calibri;
	outline: none;
	border: none;
}
#right_column #delete{
	background:#F35B2C;
	margin:40px 0;
}
#fixed-head{
	z-index:100;
	box-shadow: 0 2px 2px -2px gray;
	background:#005592;	 
	position:fixed;
	width: 100%;
	box-sizing:border-box;
}
#fixed-head a{
	line-height:18px;
}
#right_column input[type="text"], input[type="password"]{	
	font-size:13px;
	padding:5px;
	width:500px;
    max-width: 500px;
	border: 1px solid #ddd;
	height:30px;
	margin:5px 0;
	border-radius:3px;
	outline:none;
}
#right_column input[type="radio"]{
	height:30px;
	line-height:30px; 
	margin:5px 0;
}
#right_column input[type="checkbox"]{
	height:30px;
	line-height:30px; 
	margin:5px 0;
}
#right_column select{
	border:0;
	border-radius:3px;
	height:30px;
	margin: 5px 0;
	line-height:30px;
	outline:none;
	padding: 0 5px;
	border: 1px solid #ddd;
	max-width: 500px;
}
#right_column input[type="submit"]{
	display:block;
	float:left;
	font-family:Calibri;
	margin:1em 0 0 0;
	border-radius:3px;
	border:0;
	font-size:13px;
	background:#005592;
	color:#fff;
	padding:5px 10px;
}
#right_column input[type="file"]{
	padding: 5px;
	min-width: 300px;
	max-width: 300px;
	border: none;
	height: 30px;
	margin: 5px 0;
	border-radius: 3px;
	outline: none;
	background: none;
	color: #000;
}
#right_column textarea{
	min-height:90px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 2px;
	outline: none;
	border: 1px solid rgba(84, 118, 154, .5);
}
.img--main{
				z-index:1;
				margin:0;
			}
			#content {
				width: 100%;
				padding: 5px;
				box-sizing: border-box;
				border-radius: 2px;
				outline: none;
				border: 1px solid rgba(84, 118, 154, .5);
			}
#right_column #left_w{
	width: 100%;
	text-align:left;
}
#right_column #right_w{
	text-align:left;
/*	padding:5px 0;*/
	width:100%;
}

#right_w table {
	height: 40px;
	background: transparent !important;
}

#right_w table tr{
	background: transparent !important;
}

#right_w table tr td{
	padding: 0;
}

#right_column table tr td img{
	height:60px;
}

#right_column .error{
	margin:0 0 40px 0;
	color: #F35B2C !important;
	font-weight:bold;
	font-size:14px;
}

#px40 {
	line-height: 40px;
	font-size: 13px;
}
#px40:after {
	display: block;
	clear: both;
	content: "";
}

.for_create:after {
	display: block;
	clear: both;
	content: "";
}
.en {
	display: none;
}
.fr {
	display: none;
}

/*************** Tours list *********************/

#right_column #tours {
    width: 100%;
    background: #fff;
    box-shadow: 0;
    border-radius: 0;
}
#right_column #tours tr:first-child {
    
}
#right_column #tours2 {
    width: 100%;
    background: #fff;
    box-shadow: none;
    border-radius: 0;
}
#right_column #tours2 tr {
    background: #eee !important;
	color: #555;
}
#right_column #tours2 tr:first-child {
	font-weight: normal;
}
#right_column #tours2 tr:first-child td {
    background: #eee;
	color: #555 !important;
}
#right_column #tours2 tr:first-child {
    background: #eee;
	color: #555;
}
#right_column #tours2 tr:last-child td {
    border: none;
	color: #555 !important;
}
#right_column #tours tr {
    background: #fff;
}
#right_column #tours tr td {
    border-bottom: 1px solid #ccc;
}

/*************** Tabs *********************/

.tabs {
}
.tabs__caption {
	list-style: none;
}
.tabs__caption li {
	cursor: pointer;
}
.tabs__caption li:hover,
.vertical .tabs__caption li:hover {
}
.tabs__caption .active {
	font-weight: bold;
}
.tabs__content {
	display: none;
}
.tabs__content.active {
	display: block;
	background:#DAE3ED;
}

.tabs.vertical {
}

.horizontal .tabs__caption {
	width: 100%;
	padding: 0;
	list-style: none;
	line-height: 30px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	margin-bottom:-1px;
}
.horizontal .tabs__caption li {
	display: inline-block;
	margin-right: 15px;
}
.horizontal .tabs__caption li:hover {
}
.horizontal .tabs__caption .active {
}
.horizontal .tabs__content {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,.2);
	padding: 20px 0 0 0;
}

.level1_h {
	border-radius: 3px;
	overflow: hidden;
	/*box-shadow: 0 0 20px rgba(0,0,0,.1);*/
	border: 1px solid #ddd;
}

.level1_h .tabs__caption {
	width: 100%;
	padding: 0;
	list-style: none;
	line-height: 30px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	margin: 0;
	background: #eee;
}
.level1_h .tabs__caption:after {
	display: block;
	content: "";
	clear: both;
}
.level1_h .tabs__caption li {
	float: left;
	padding: 0 15px;
	margin: 0;
	border-right: 1px solid #ccc;
	line-height: 40px;
}
.level1_h .tabs__caption li:last-child {
	border-right: none;
}
.level1_h .tabs__caption li:hover {
}
.level1_h .tabs__caption .active {
	font-weight: normal;
	color: #fff;
	background: #005592;
}
.level1_h .tabs__content {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,.2);
	padding: 40px 40px 0 40px;
	background: #fff;
}

.level2_h {
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	box-shadow: none;
	border: 1px solid rgba(0,0,0,.2);
}

.level2_h .tabs__caption2 {
	width: 100%;
	padding: 0;
	list-style: none;
	line-height: 30px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
	margin: 0;
	background: #eee;
}
.level2_h .tabs__caption2:after {
	display: block;
	content: "";
	clear: both;
}
.level2_h .tabs__caption2 li {
	cursor: pointer;
	float: left;
	padding: 0 40px;
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 40px;
}
.level2_h .tabs__caption2 li:last-child {
	border-right: 1px solid #ccc;
}
.level2_h .tabs__caption2 li:hover {
}
.level2_h .tabs__caption2 .active {
	font-weight: normal;
	color: #fff;
	background: #005592;
}
.level2_h .tabs__content2 {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	display: none;
}
.level2_h .tabs__content2.active {
	display: block;
}

.vertical .tabs__caption {
	float: left;
	width: 16%;
	padding: 0;
	list-style: none;
	line-height: 30px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.vertical .tabs__caption li {
	display: block;
	margin-right: 0;
}
.vertical .tabs__caption li:hover {
}
.vertical .tabs__caption .active {
}
.vertical .tabs__content {
	float: left;
	width: 80%;
	box-sizing: border-box;
	border-left: 1px solid rgba(0,0,0,.2);
	border-top: none;
	padding: 0 0 0 20px;
}


.days .tabs__caption {
	width: 100%;
	padding: 0;
	list-style: none;
	line-height: 30px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.days .tabs__caption li {
	display: inline-block;
	margin-right: 15px;
}
.days .tabs__caption li:hover {
}
.days .tabs__caption .active {
}
.days .tabs__content {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px solid rgba(0,0,0,.2);
	padding: 20px 0 0 0;
}



.tabs__content{
	background:#fff;
	padding:20px !important;
	border:0 !important;
	border-radius:3px; 
	margin:0 0 20px 0;
}
.tabs__caption li{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding: 1em;
    line-height: 16px;
	margin-right:0 !important;
}
.tabs__caption li:first-of-type{
	
}
.tabs__caption li.active{
	background:#DAE3ED !important;
}


/*
#tours .difficulty:after {
    position: absolute;
    content: "Difficulty";
	
}*/



.album{/*
	width:150px !important;
	height:150px !important;*/
}
.hover_cover{
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(84,118,154,.8);
	font-weight:normal;
	text-align:center;
	transition:.2s;
}
.icon-pencil{
	margin-right:10px;
}
.icon-plus{
	margin-right:20px;
}
.icon2-add{
	font-size:30px;
	color:#005592;
}
.hover_cover div{
	margin-top:65px;
}
.del_item{
	position:absolute;
	top:0;
	right:8px;
	font-size:18px;
}
.to_set{
	position:absolute;
	top:8px;
	left:8px;
}
#new_album{
	float:left;
	border:1px solid #005592;
	padding:58px;
	margin:0 10px 0 0;
}
.select_photo{
	color:#005592; 
	border:1px solid #005592; 
	border-radius:3px; 
	padding:5px 10px; 
	margin:20px 0; 
	line-height:18px;
	width:auto;
	display:inline;
}
.select_photo:hover{
	cursor:pointer;
}

#modal_form { 
	position: fixed; 
	top: 50%; 
	left: 53%; 
	margin-top: -180px;
	margin-left: -220px; 
	display: none; 
	opacity: 1; 
	z-index: 999999; 
	padding: 45px;
	box-shadow: 0 0 10px rgba(0,0,0,.9);
	background:#fff;
	width:300px;
}

#modal_form #modal_close {
	color:#005592;
	overflow: hidden;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	display: block;
}
#modal_form input[type="text"]{
	font-size:16px;
	border:0;
	border-bottom:1px solid #bbb;
	outline:none;
	padding:5px;
	width:290px;
	height:30px;
	margin:5px 0;
	outline:none;
	
	font-size:16px;
				border-bottom:1px solid #bbb;
				outline:none;
				border-radius:0;
}
#modal_form .button{
	color:#fff;
	text-decoration:none;	
	float:right;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	background:#005592;
	border:1px solid #005592;
	transition:0.3s;
	padding: 5px 10px;
	border-radius: 3px;
	margin:20px 0 0 0;
	font-weight:normal;
	display:block;
}
#modal_form .button:hover{
	transition:.3s;
	cursor:pointer;
	background:#fff;
	color:#005592;
	border:1px solid #005592;
}
#modal_form .button:after{
	clear:both;
}
#modal_form h3 {
	margin:0;
	line-height:24px;
	padding: 0;
	color: #005592;
	text-shadow: none;
	font-size: 18px;
	font-weight:bold;
	padding:0 0 20px 0;
}
#overlay { 
	position:fixed; 
	background-color:#000; 
	opacity:.8; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0;
	cursor:pointer;
	display:none; 
	z-index: 999;
}
.album_anchor{
	display:block;
	width:241px;
	float:left;
	position:relative;
	margin:0 1em 1em 0;
	color:#fff;
}
.album_anchor:nth-of-type(3n){
	margin-right:0;
}
.album_anchor img{
	width:100%;
}
#map { height: 250px; }
figure{
	float:left;
	width:221px;
}
figure:nth-of-type(4n){
	margin-right:0 !important;
}

.figure{
	margin:0 1em 1em 0;
	outline:none;
	float:left;
	width:221px;
	display:block;
	position:relative;
}/*
.figure:nth-of-type(4n){
	margin-right:0 !important;
}*/

.images .thumb_img,.gallery {
				display: inline-block;
				margin: 0 10px 10px 0;
				position: relative;
			}
			.images figure,.gallery {
				display: inline-block;
				margin: 0 1em 1em 0;
				position: relative;
			}
			
			.images .overlay {
				position: absolute;
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,.0);
				transition: .2s;
			}
			.figure .overlay {
				position: absolute;
				width: 100%;
				height: 100%;
				background: rgba(0,0,0,.0);
				transition: .2s;
			}
			.images figure:hover .overlay{
				background: rgba(84,118,154,.5);
				transition: .2s;
			}
			.figure:hover .overlay{
				background: rgba(84,118,154,.5);
				transition: .2s;
			}
			.images .delete {
				opacity: 0;
				position: absolute;
				top: 0;
				right: 0;
				transition: .2s;
				font-size: 24px;
				width: 24px;
				height: 24px;
				padding: 3px;
				color: #fff;
				z-index: 2;
				cursor: pointer;
			}
			.figure .delete {
				opacity: 0;
				position: absolute;
				top: 0;
				right: 0;
				transition: .2s;
				font-size: 24px;
				width: 24px;
				height: 24px;
				padding: 3px;
				color: #fff;
				z-index: 2;
				cursor: pointer;
			}
			.images .basic {
				opacity: 0;
				position: absolute;
				bottom: 0;
				left: 0;
				transition: .2s;
				font-size: 24px;
				width: 24px;
				height: 24px;
				padding: 3px;
				color: #fff;
				z-index: 5;
				cursor: pointer;
			}
			.images .edit {
				opacity: 0;
				position: absolute;
				top: 0;
				left: 0;
				transition: .2s;
				font-size: 18px;
				width: 18px;
				height: 18px;
				padding: 6px;
				color: #fff;
				z-index: 2;
				cursor: pointer;
			}
			.figure .edit {
				opacity: 0;
				position: absolute;
				top: 0;
				left: 0;
				transition: .2s;
				font-size: 18px;
				width: 18px;
				height: 18px;
				padding: 6px;
				color: #fff;
				z-index: 2;
				cursor: pointer;
			}
			.images figure:hover .delete {
				opacity: 1;
				transition: .2s;
			}
			.figure:hover .delete {
				opacity: 1;
				transition: .2s;
			}
			.images figure:hover .edit {
				opacity: 1;
				transition: .2s;
			}
			.figure:hover .edit {
				opacity: 1;
				transition: .2s;
			}
			.images .basic.active {
				z-index:5;
				opacity: 1;
				color: #005592;
			}
			.figure .basic.active {
				z-index:5;
				opacity: 1;
				color: #005592;
			}
			.images figure:hover .basic {
				opacity: 1;
				z-index:5;
				transition: .2s;
			}
			.figure:hover .basic {
				opacity: 1;
				z-index:5;
				transition: .2s;
			}
			.images img {
				border: 1px solid #999;
				border-radius: 2px;
				width:100%;
			}
.address-block{
		background:#fff;
		border-radius:3px;
		padding:10px;
	}

	/* edit-house */			

	
#address,#address_en,#address_fr{
	width:32% !important;
	float:left;
	margin:0 2% 0 0 !important;
}
#address_fr{
	margin:0 !important;
}

.lang-c{ 
		line-height:20px !important;
		height:20px !important;
		margin:0 5px 0 0 !important;
		float:left;
	}
.food-c{
	float:left;
	margin:0 5px 0 0 !important;
}
.check-lbl{
		float:left;
		width:auto;
		margin-right:15px;
		width:168px;
		line-height:20px;
	}
	.check-lbl:first-of-type{
		margin-left:0;
	}
	.price-lbl{
		float:left;
		width:auto;
		margin:0 10px;
	}
	.price-lbl:first-of-type{
		margin-left:0;
	}
	.food-lbl{
		float:left;
		width:auto;
		line-height:30px;
		margin-right:15px;
	}
	
	.check-div{
		float:left;
	}
	.checks #right_w{
		padding-top:10px;
	}
	#price-from,#bed-num-from{
		width:219px !important;
		float:left;
	}
	#price-to,#bed-num-to{
		width:219px !important;
		float:left;
	}
/* edit-house */

/* edit-tour */

.period #right_w select{
	float:left;
}

#price_ekonom,#price_standard,#price_vip{
	width: 32% !important;
    float: left;
    margin: 0 2% 0 0 !important;
}
#price_vip{
	margin:0 !important;
}
#differentses, #differentses_n,#transfer_length,#transfer_duration,#length,#duration{
	width: 49% !important;
    float: left;
}
#differentses, #transfer_length,#length{
	margin-right:2% !important;
}
.price_wrapper input[type="text"]{
	width:calc(20% - 8px) !important;
	margin-right:10px !important;
	float:left;
}
.price_wrapper input[type="text"]:last-of-type{
	margin-right:0 !important;  
}
/* edit-tour */


/*edit-program */

#day {
	position: relative;
}
#day .delete {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	cursor: pointer;
	font-weight: bold;
	color: #ccc;
}
#day .delete:hover {
	color: #000;
}
#day .tabs__caption li.active{
	background:#DAE3ED !important;
}
#day .tabs__content{
	background:#DAE3ED;
}
#day .tabs__content #px40{
	
}
#day .tabs__content #px40:last-of-type{
	padding-bottom:20px;
}

/* accorderdoen */
.choose {
}
.choose input[type="checkbox"] {
	margin-right: 0.5em;
}
.choose .cat {
	cursor: default;	
	height:40px;
}
.choose label {
	cursor: default;
	margin: 0.5em 0;
	font-weight: normal;
	 display: block;
    font-weight: bold;
    color: #333;
    position: relative;
    margin: 0;
	height:20px;
    font-size: 80%;
	line-height:20px;
}
.choose label input[type="checkbox"]{
	height:20px !important;
	margin:0 5px 0 0 !important;
	float:left;
}
.choose .list {
	float:left;
	width:240px;
}
.choose .list:last-child {
	border-bottom: none;
}
.choose .list .cats{
	display: none;
	margin: 0 0 1em 1em;
}
.choose .active .cats {
	overflow-y:scroll;
	z-index:99;
	background:#fff;
	height:200px;
	position:absolute;
	display: block;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	padding:5px;
}
.choose .list .cat:before{
	display: inline-block;
	content: "+";
	margin-right: 0.5em;
}
.choose .active .cat:before{
	content: "-";
}
/* accorderdoen */

.cities, .activities{
	padding-left:15px;
}
.house_select{
	float:left;
}
.house_lbl{
	width:55px;
	float:left;
	margin-right:5px;
}
.language{
	padding-top:10px !important;
}
optgroup.capital{
	background:#e6e6e6;
}
optgroup.region{
	background:#efefef;
}
label.image_label{
	width:100px;
	height:100px;
	text-align:center;
	display:block;
	box-sizing:border-box;
	vertical-align:baseline;
	border:1px solid #e6e6e6;
	border-radius:3px;
    cursor: pointer;
	position:relative;
    overflow: hidden;
}
label.image_label:hover{
	cursor:pointer;
}
.program_image,.trek_image{
	display:none; 
}
#uploaded_trek{
	width:100%;
}
.icon_div{
	position: absolute;
    width: 98px;
    height: 98px;
    top: 0;
    left: 0;
    text-align: center;
	padding:0 !important;
    line-height: 100px;
    font-size: 24px;
    z-index: 1;
}
.icon_div span{
	line-height:98px;
	vertical-align: baseline;
}
#button_image{
	position:relative;
}
#button_image div{
	padding:18px 0;
}
.choose .rubric_label{
	font-weight:bold;
	font-size:12px;
}
.choose .attraction_label{
	margin-left:15px;
}
/* edit-program */

h3{
	border:0 !important;
	outline:none !important;
}
h3 span{
	color:#000 !important;
}
h3 div{
	float:right;
	margin-right:1em;
}
.ui-accordion .ui-accordion-content{
	border:0 !important;
	height:auto !important;
	padding:0 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0 !important;
    background: #fff !important;
    color: auto !important;
}

.add_button{
	display: block;
    padding: 10px;
    float: right;
    text-decoration: none;
    background: #005592;
    border-radius: 3px;
    font-size: 13px;
    color: #fff;
    font-family: Calibri;
    outline: none;
    border: none;
}
.icon-add{
	font-size:28px;
}
#login, #password{
	width:180px !important;
}
#panel_logo{
	width: 28px;
    margin: 10px 0 10px 10px;
}