/* Struktura okien */

.Tab_small, Tab_medium, Tab_big {
	
	z-index: 11;
	position: absolute;
	
	display: none;
	
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	border: 1px #000 solid;
	border-radius: 10px;
	
	background: #D5FF00;
	color: #0016FF;
	
}

.Tab_small {
	width: 200px;
}

.Tab_medium {
	width: 300px;
}

.Tab_big {
	width: 400px;
}

.Tab_row, .Tab_rowH, .Tab_rowL, .Tav_rowR {
	height: 20px;
	line-height: 20px;
}

.Tab_row {
	width: 100%;
	clear: both;
}

.Tab_rowH {
	
	width: 100%;
	clear: both;
	text-align: center;
	
	font-family: monospace;
	font-size: 18px;
	font-weight: 900;
	
	border-bottom: 2px #000 dotted;
}

.Tab_rowL {

	float: left;
	font-weight: 600;
	width: 25%;
	text-indent: 6px;
}

.Tab_rowR {

	float: left;
	width: 75%;
}


.Popup_small, .Popup_medium, .Popup_big, .Popup_scroll {
	
	z-index: 10;
	position: absolute;

	
	display: none;
	
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	border: 1px #000 solid;
	border-radius: 7px;
	
	
}

.Popup_small {
	
	width: 200px;
	
}

.Popup_medium {
	
	width: 300px;
	
}

.Popup_big {
	width: 400px;
	
}

.Popup_scroll {
	width: 400px;
	
}

.Popup_header {
	
	width: 100%;
	height: 30px;
	
	background: #963;
	cursor: move;
	
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	text-indent: 30px;
	
	border-radius: 7px 7px 0px 0px;
	border-bottom: 1px #000 solid;
	
}

.Popup_footer {
	
	width: 100%;
	height: 10px;
	background: #963;
	
	border-radius: 0px 0px 7px 7px;
	border-top: 1px #000 solid;
	
	
}

.Popup_close {
	
	z-index: 11;
	width: 26px;
	height: 26px;
	margin: 2px;
	float: right;
	
	cursor: pointer;
	background-image: url('../_gfx/DW_close.png');
	
}

.Popup_close:hover {
	
background-image: url('../_gfx/DW_close_h.png');
	
}

.Popup_small_content, .Popup_medium_content, .Popup_big_content, .Popup_scroll_content {
	
	width: calc(100% - 18px);
	background: #369;
	padding: 0px 9px 9px 9px;
	
	
}

.Popup_small_content {

}

.Popup_medium_content {
	
}

.Popup_big_content {

}


.Popup_scroll_content {

	height: 360px;
	overflow-y: scroll;
	
	
}

.Popup_full_button, popup_half_button {
	
	margin: 9px 0px 0px 0px;
	line-height: 25px;
	border: 1px #000 solid;
	background: #333;
	color: #FFF;
	font-weight: bold;
	outline: none;
	
}

.Popup_full_button:hover, .Popup_half_button:hover {
	
	background: #CCC;
	color: #000;
	
}

.Popup_full_button {
	
	width: 100%;
}

.Popup_half_button {
	
	width: 45%;
	float: left;
	
}


.Popup_row, .Popup_rowH, .Popup_rowL, .Popup_rowR {
	
	padding-top: 5px;
	height: 25px;
	line-height: 25px;
	
}

.loading_bar {


	height: 40px;
	line-height: 40px;
	width: 100%;
	
	position: relative;
	
	background: #FFF;
	clear: both;
	
}

.loading_bar_progress {
	
	width: 0%;
	height: 38px;
	
	background: #396;
	float: left;
	
}

.loading_bar_label {
	
	width: 50px;
	height: 38px;
	position: absolute;
	
	top: 0px;
	left: calc(50% - 25px);
	line-height: 38px;
	
	text-align: center;
	
}


.Popup_row {
	
	width: 100%;
	clear: both;
	
}

.Popup_rowH {
	
	width: 100%;
	clear: both;
	text-align: center;
	
	font-family: monospace;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	
	border-bottom: 2px #000 dotted;
	
}

.Popup_rowL {
	
	float: left;
	font-weight: 600;
	width: 34%;
	
}

.Popup_rowR {

	float: left;
	width: 66%;

}



.Popup_content_left {
	

	
}

.Popup_content_right {
	
	clear: both;
	width: 200px;
	
}

.picker_cell {
	
	height: 26px;
	width: 26px;
	margin: 2px;
	float: left;
	border: 1px #000 solid;
	box-sizing: border-box;
	cursor: pointer;
	
}

.picker_container {

	padding-top: 5px;
	padding-left: 4px;
	height: 90px;
	width: 270px;
	
}

.search_row {
	
	display: block;
	overflow:hidden;
	
}

.search_row:hover {

	background: #339999;
	cursor: pointer;
	
}


.search_text {
	
	float: left;
	width: 100px;
	height: 25px;
	padding: 1px;
	
}



.search_img, .search_ico {
	
	float: left;
	width: 25px;
	height: 25px;
	padding: 1px;
	
}

.search_img:hover {
	
	background: #333399;
	cursor: pointer;
	
}
