
.destinations_table_expadn_all_wrapper {
	padding-top: 18px;
}
.destinations_table_unesco_count_wrapper {
	margin-bottom: 18px;
	font-size: 18px;
}

.destinations_table_unesco_count_wrapper .destinations_table_unesco_count,
.destinations_table_unesco_count_wrapper .destinations_table_unesco_ref_count span {
	font-weight: bold;
}

.destinations_table_unesco_count_wrapper .destinations_table_unesco_ref_count {
	color: #666;
}

.authors_table .expand-all-folders {
	margin-top: 18px;
}
.destinations_table {
}
	.destinations_table thead,
	.destinations_table.destinations_table_unesco .level_3.level_3_head {
		background: url(/static/design/_cmn/bg_horizontal_border.png) repeat-x 0 100%;
	}

	.destinations_table.destinations_table_unesco .level_3.level_3_head td {
		color: #666;
		font-size: 11px;
		font-weight: normal;
		padding-bottom: 8px;
		vertical-align: center;
		text-align: center;
	}

	.destinations_table th:last-child {
		padding-right: 5px;
	}

	.destinations_table tbody tr(:not(.level_3_head)):hover {
		background: #ededed;
	}
		.destinations_table tr:hover .del_ctrl {
			/*background: #fff;*/
		}

		.destinations_table tr:hover .del_ctrl span {
			visibility: visible;
		}

	.destinations_table td {
		padding: 5px 0;
    	vertical-align: middle;
	}
	.destinations_table.destinations_table_unesco td,
	.destinations_table.destinations_table_unesco td * {
		font-family: Tahoma, Geneva, sans-serif;
	}
	.destinations_table.destinations_table_unesco .unesco_name {
		padding-left: 5px;
		padding-right: 5px;

	}
	.destinations_table.destinations_table_unesco .unesco_added_date,
	.destinations_table.destinations_table_unesco .unesco_number,
	.destinations_table.destinations_table_unesco .unesco_ref_count,
	.destinations_table.destinations_table_unesco .unesco_type,
	.destinations_table.destinations_table_unesco .unesco_ptogress,
	.destinations_table.destinations_table_unesco .living_status,
	.destinations_table.destinations_table_unesco .unesco_has_here {
		text-align: center;
	}
	.destinations_table.destinations_table_unesco .unesco_reg_link {
		cursor: pointer;
	}
	.destinations_table.destinations_table_unesco .unesco_has_here .was-here-text {
		color: #666;
		font-size: 13px;
		border-bottom-style: dotted;
	    border-bottom-width: 1px;
	    cursor: pointer;
	}
	.destinations_table.destinations_table_unesco .unesco_has_here {
		cursor: pointer;
	}
	.destinations_table.destinations_table_unesco .unesco_has_here .was-here-checkox-wrapper {
		position: relative;
	}
	
	.destinations_table.destinations_table_unesco .unesco_has_here .disabled-checkbox-helper{
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		content: '';
		opacity: 0;
	}
	.destinations_table.destinations_table_unesco .level_3 {
		cursor: pointer;
	}
	.destinations_table.destinations_table_unesco .level_3:hover,
	.destinations_table.destinations_table_unesco .level_4:not(.level_4_unesco_ref_padding):hover,
	.destinations_table.destinations_table_unesco .level_4:not(.level_4_unesco_ref_padding):hover .name span a {
		background-color: #ededed;
	}
	.destinations_table.destinations_table_unesco .unesco_type,
	.destinations_table.destinations_table_unesco .unesco_name {
		font-size: 12px;
	}
	.destinations_table.destinations_table_unesco .unesco_name .name_wrapper {
		text-decoration: underline;
		cursor: pointer;
	}
	.destinations_table.destinations_table_unesco .unesco_geo2_name {
		font-size: 10px;
		text-align: left;
		display: block;
		padding-top: 10px;
	}
	.destinations_table td.direction-table-geo-labels-column {
		width: 100%;
		text-align: center;
	}
	.destinations_table.destinations_table_unesco td.direction-table-geo-labels-column {
		width: auto;
		text-align: center;
	}
	.destinations_table tr.level_4 td.name {
		position: relative;
		padding-left: 45px;
	}
	.destinations_table .table-folder-image {
		display: block;
		margin: 0px auto 7px 0;
		width: 120px;
		height: 120px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.destinations_table.destinations_table_unesco .table-folder-image {
		width: 100px;
		height: 100px;
	}
	.destinations_table td span.direction-table-geo-label {
		display: inline-block;
		border-radius: 5px;
		padding: 1px 4px 2px;
		background: #fb601b;
		font-size: 10px;
		color: #fff;
		white-space: nowrap;
  		overflow: hidden;
  		margin-left: 7px;
  		margin-right: 7px;
  		margin-bottom: 4px;
	}
	.destinations_table td span.direction-table-geo-label.direction-table-geo-label-country_capital {
		background: #ce2029;
	}
	.destinations_table td span.direction-table-geo-label.direction-table-geo-label-unesco {
		background: #5B92E5;
	}
	

	.destinations_table a {
		color: #000;
	}

	.destinations_table tr td:first-child {
		padding-left: 5px;
		padding-right: 5px;
	}

	.destinations_table tr td:nth-child(6) {
		padding-right: 8px;
	}

    .destinations_table.experts_table tr td:nth-child(6) {
        padding-right: 0px;
    }

	.destinations_table .del_ctrl span {
		background: url(/static/blocks/_cmn/sprite_icons_common_small.png) no-repeat 0 -411px;
		cursor: pointer;
		height: 11px;
		left: 3px;
		position: relative;
		top: -4px;
		visibility: hidden;
		width: 11px;
	}

	.destinations_table th, .destinations_table .counters, .destinations_table .rating, .destinations_table .del_ctrl {
		text-align: center;
	}

	.destinations_table .counters, .destinations_table .rating {
		font-size: 11px;
	}
		.destinations_table .counters .count, .destinations_table .counters span {
			color: #666;
		}

		.destinations_table .counters a, .destinations_table .counters span {
			/*margin-right: 3px;*/
		}

		.destinations_table .name a, .destinations_table .name span {
			font-size: 12px;
			padding-left: 4px;
		}
		.destinations_table .name {
			position: relative;
		}

		.destinations_table .name .expand_ctrl,
		.destinations_table .name .expand_ctrl_folders,
		.destinations_table .name .expand_unesco,
		.destinations_table .name .expand_unesco_ajax {
			background-image: url(/static/blocks/_cmn/sprite_icons_common_small.png);
			background-repeat: no-repeat;
			cursor: pointer;
			margin-top: 5px;
			padding: 0;
			height: 9px;
			width: 9px;
		}

		.destinations_table .name.expanded .expand_ctrl,
		.destinations_table .name.expanded .expand_ctrl_folders,
		.destinations_table .name.expanded .expand_unesco,
		.destinations_table .name.expanded .expand_unesco_ajax {
			background-position: 0 -385px;
		}

		.destinations_table .name.collapsed .expand_ctrl,
		.destinations_table .name.collapsed .expand_ctrl_folders,
		.destinations_table .name.collapsed .expand_unesco,
		.destinations_table .name.collapsed .expand_unesco_ajax {
			background-position: 0 -355px;
		}

		.destinations_table .name .expand_ctrl_folders {
			position: absolute;
			padding: 0;
			margin: -5px 0 0 0;
			left: -10px;
			top: 50%;
		}
	.destinations_table .name.no_bullet {
		padding-left: 18px;
	}

	.destinations_table .level_1 td {
		padding-top: 7px;
		vertical-align: middle;
	}
		.destinations_table.destinations_table_unesco .level_4 .name {
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.destinations_table .level_1 .name a {
			background: none;
			color: #fb601b;
			font-size: inherit;
		}

		.destinations_table .level_1 .counters, .destinations_table .level_1 .rating {
			font-size: 13px;
		}

		.destinations_table .level_2 .name a, .destinations_table .level_2 .name span {
			float: left;
			font-size: 14px;
		}

		.destinations_table .level_2 .name a {
			margin-left: 4px;
    		width: 160px;
		}
		.destinations_table.destinations_table_unesco .level_3 .table-folder-image {
			z-index: 10;
			cursor: pointer;
		}
		.destinations_table.destinations_table_unesco .living_status {
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.destinations_table .level_3 .name a, .destinations_table .level_3 .name span,
		.destinations_table .level_4 .name span {
			float: left;
			margin-left: 30px;
		}
		.destinations_table.destinations_table_unesco .level_3.has_unesco_ref .name {
			padding-bottom: 0px;
		}
		.destinations_table.destinations_table_unesco .level_3 .table-folder-image-wrapper {
			padding-bottom: 4px;
		}
		.destinations_table.destinations_table_unesco .level_3.has_unesco_ref .table-folder-image-wrapper {
			background: url(/static/design/_cmn/bg_vertical_border.png) repeat-y 50% 0;
			
		}

		.destinations_table.destinations_table_unesco .level_4 .name span {
			position: relative;
			display: inline-block;
			margin-left: 0px;
			padding-left: 20px;
			background: url(/static/design/_cmn/bg_horizontal_border.png) repeat-x 0 50%;
		}
		.destinations_table.destinations_table_unesco .level_4 .name span:after {
			position: absolute;
			display: block;
			content: '';
			top: 0px;
			left: 0px;
			background: url(/static/design/_cmn/bg_vertical_border.png) repeat-y;
			width: 1px;
			height: 100%;
		}
		.destinations_table.destinations_table_unesco .level_4.level_4_last .name span:after {
			
			height: 50%;
		}

		.destinations_table.destinations_table_unesco .level_4.level_4_unesco_ref {
			padding-left: 20px;
		}
		.destinations_table.destinations_table_unesco .level_4.level_4_unesco_ref .name {
			padding: 0px 0px 0px 55px;
		}
		.destinations_table.destinations_table_unesco .level_4.level_4_unesco_ref .name span a{
			background-color: #fff;
			display: inline-block;
			padding-left: 5px;
			width: auto;
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.destinations_table .level_4 .name a {
			padding-left: 0px;
		}
		.destinations_table .level_3 .name a, .destinations_table .level_4 .name a {
			width: 150px;
		}

        .destinations_table .living_status span {
            font-size: 11px;
        }

		.destinations_table .living_status span.was {
			color: #02830e;
		}

		.destinations_table .living_status span.want, .destinations_table .living_status span.no {
			color: #999;
		}

		.destinations_table .living_status span.live {
			color: #fb2222;
		}
            .destinations_table .living_status span.live span.live_there {
                cursor: help;
            }
            .destinations_table .living_status .inner {
                position: relative;
            }


@-webkit-keyframes selected_tr {
	from { background: #36fe48; }
	to { background: #fff; }
}
@-moz-keyframes selected_tr {
	from { background: #36fe48; }
	to { background: #fff; }
}
@keyframes selected_tr {
	from { background: #36fe48; }
	to { background: #fff; }
}
        .destinations_table tr.selected td {
            -webkit-animation: selected_tr 3s linear 1;
               -moz-animation: selected_tr 3s linear 1;
                    animation: selected_tr 3s linear 1;
        }

.bbl_living_status_change {
    background-color: #fff;
    border: 1px solid #999;
    left: -31px;
    list-style-type: none;
    padding: 1px 5px 5px;
    position: absolute;
    top: -2px;
    width: 120px;
    z-index: 100;
}

.new_destination {
    position: relative;
    background: #f1f1f1 url('/static/blocks/journals/edit_map_list_bg.png') repeat-x 0 -28px;
    padding: 15px 0;
}
    .new_destination.fixed_block {
        position: fixed;
        top: 0;
        z-index: 10;
    }
    .new_destination input {
        width: 450px;
        height: 24px;
        padding: 0 5px;
        border-top: 1px solid #7c7c7c;
        border-bottom: 1px solid #ddd;
        border-left: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
        box-shadow: inset 0 1px 1px #969696;
    }
    .authors_table .new_destination input {
    	width: 600px;
    }
    .new_destination.shortInp input {
        width: 389px;
    }
    .new_destination .selector_box {
        margin: 0 15px 0 15px;
        padding: 6px 0 6px 10px;
        font-size: 12px;
        background: #fff;
    }
    .new_destination .selector_box .inline_selector {
        display: block;
        background: url(/static/blocks/_cmn/sprite_icons_common_small.png) no-repeat right -158px;
        padding-right: 26px;
    }
        .new_destination .selector_box .options {
            padding: 10px;
            top: 0;
            left: 0;
            margin: -11px 0 0 -11px;
        }
            .new_destination .selector_box ul {
                padding: 0 0;
                margin: 0 0;
            }
                .new_destination .selector_box ul li {
                    list-style-type: none;
                    white-space: nowrap;
                    padding: 0 0;
                    margin: 0 0 4px 0;
                }
    .new_destination .aj_link {
        color: #ec5e00;
    }
    .new_destination .aj_link:hover {
        color: #fb2222;
    }

    .shadow {
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: 0;
        margin: 0 0 -3px 0;
        background: url('/static/blocks/journals/edit_map_list_shadow.png') no-repeat center 0;
    }


.destinations_table_unesco h4 {
	display: inline-block;
}
