/*
Админ-панель
*/
#admin_panel a {text-decoration: none; color: white;}
#admin_panel a:hover {text-decoration: underline;}

#admin_panel {
	position: relative;
	font-size: 16px;
	padding: 5px;
	background: #0d0d0d;
	width: 100%;
	min-width: 1000px;
	height: 20px;
	color: white;
	font-family: 'Tahoma';
	border-bottom: 2px solid #21ad4b;
	z-index: 9999;
	}

.b_logo {
	margin-top: 2px;
	}

.logo_text {font-family: 'Franklin Gothic Medium'; font-weight: bold;}

#admin_edit {cursor: pointer;}
#admin_edit.active {color: #21ad4b;}

#overlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: black;
	/*opacity: 0.7;*/
	z-index: 10;
	}
.show_tz {
	
	border: 2px dashed #21ad4b;
	z-index: 11;
	}

.view_tz {
	position: absolute !important;
	background: white;
	color: black;	
	height: 15px;
	width: 62px;
	top: -17px;
	left: 0;
	border: 1px solid black;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	border-bottom: none;
	}
	
.edit_tz {
	position: absolute !important;
	background: white; 
	color: black;
	height: 15px;
	width: 100px;
	top: -17px;
	left: 67px;
	border: 1px solid black;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	border-bottom: none;
	}	

.save_tz {
	position: absolute !important;
	background: white; 
	color: black;
	height: 15px;
	width: 75px;
	top: -17px;
	left: 172px;
	border: 1px solid black;
	border-radius: 4px 4px 0px 0px;
	cursor: pointer;
	border-bottom: none;
	}	
	
.text_edit {	
	width: 100%;
	height: 100%;}

.view_tz.active,.edit_tz.active,.save_tz.active {
	background: #21ad4b;
	}