.window_panel {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	z-index: 2000;
	background: #eee;
	color: #222;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	clear: both;
	text-align: left;
	vertical-align: top;
	border: 2px solid #333;
	overflow: hidden;
	background: #333!important;
	border-radius: 12px;
}

.window_panel .window_header {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 0px solid #aaa;
	overflow: hidden;
	white-space: nowrap;
	background: transparent;
}

.window_panel .window_header_normal {
	/* background: url('../floatingwindow/header_bg.gif') repeat-x; */  /* change to use jquery-ui theme instead */
	height: 36px;
	line-height: 28px;
	padding: 0px 0px;
	text-align: left;
	cursor: move;
}

.window_panel .window_header_minimize {
	/*background: #CFF4F4;*/ /* change to use jquery-ui theme instead */
	cursor: pointer;
	width: 100%;
	height: 100%;
	padding: 2px 5px;
	line-height: 20px;
	text-align: left;
}

.window_panel .window_header_minimize_vertical {
	padding: 7px 0px;
	line-height: 13px;
	text-align: center;
}

.window_panel .window_header_maximize {
	/*background: url('../floatingwindow/header_bg.gif') repeat-x;*/  /* change to use jquery-ui theme instead */
	height: 20px;
	line-height: 20px;
	padding: 2px 5px;
	text-align: left;
	cursor: default;
}

.window_panel .window_frame {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%!important;
	height: calc(100% - 36px)!important;
}

.window_panel .window_footer {
	width: 100%;
	height: 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 0px solid #aaa;
	overflow: hidden;
	font-size: 12px;
	background: transparent;
}

.window_panel .window_footer div {
	margin-left: 5px;
}

.window_panel .window_header .window_title_icon {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 6px;
	top: 8px;
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
}

.window_panel .window_header .window_title_text {
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	position: absolute;
	left: 30px;
	top: 3px;
	margin-left: -20px;
}

.window_panel .window_header .window_title_text_vertical {
	left: 20px;
}

.window_panel .window_header .window_title_text_vertical_with_icon {
	left: 0;
	top: 23px;
}

.window_panel .window_header .window_function_bar {
	height: 35px;
	width: 72px!important;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	white-space: nowrap;
}

.window_panel .window_header .window_icon_button {
	width: 33px;
	height: 35px;
	z-index: 3200;
	cursor: pointer;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
}

.window_icon_button:hover {
	filter: brightness(0.8);
}

.window_panel .window_header .bookmarkImg {
    /* background: url(../floatingwindow/buttons.gif) no-repeat;*/
	background-position: 0;
	top: 4px;
}

.window_panel .window_header .minimizeImg {
	top: 4px;
	background: #ccc url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="black" d="M464 352H48c-26.5 0-48 21.5-48 48v32c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-32c0-26.5-21.5-48-48-48z"/></svg>') no-repeat 5px /75%;
	margin-right: 2px;
	border-radius: 0px 10px;
}

.window_panel .window_header .cascadeImg {
	/*background: url(../floatingwindow/buttons.gif) no-repeat;*/
	background-position: -32px;
	top: 4px;
}

.window_panel .window_header .maximizeImg {
	/*background: url(../floatingwindow/buttons.gif) no-repeat;*/
	background-position: -48px;
	top: 4px;
}

.window_panel .window_header .closeImg {
	background: #fcc url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="121.31px" height="122.876px" viewBox="0 0 121.31 122.876" enable-background="new 0 0 121.31 122.876" xml:space="preserve"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M90.914,5.296c6.927-7.034,18.188-7.065,25.154-0.068 c6.961,6.995,6.991,18.369,0.068,25.397L85.743,61.452l30.425,30.855c6.866,6.978,6.773,18.28-0.208,25.247 c-6.983,6.964-18.21,6.946-25.074-0.031L60.669,86.881L30.395,117.58c-6.927,7.034-18.188,7.065-25.154,0.068 c-6.961-6.995-6.992-18.369-0.068-25.397l30.393-30.827L5.142,30.568c-6.867-6.978-6.773-18.28,0.208-25.247 c6.983-6.963,18.21-6.946,25.074,0.031l30.217,30.643L90.914,5.296L90.914,5.296z"/></g></svg>') center center / 23px 21px no-repeat !important;
	top: 4px;
	border-radius: 0 0 0 10px;
}

.window_panel .frame_loading {
	background: url('../floatingwindow/loading.gif') no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 14px;
	font-weight: bold;
	color: #777;
	padding-left: 20px;
	text-align: left;
	text-decoration: none;
	clear: both;
	cursor: crosshair;
}

#window_overlay {
	background: black;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.window_header {
		color:#eee;
}


/* @media(hover: hover) and (pointer: fine) { */
	
	.window_header {
		color:transparent;
	}
	
	.ui-icon-gripsmall-diagonal-se {
		opacity: 0;
	}

	.window_header, .window_header {
		color:#eee;
	}

	.window_function_bar{
		opacity:0;
	}

	.window_header > .window_function_bar, .window_header > .window_function_bar {
		opacity:1;
	}

	.window_header > .window_title_icon {

		-webkit-filter: grayscale(0%);
		-moz-filter:    grayscale(0%);
		-ms-filter:     grayscale(0%);
		-o-filter:      grayscale(0%);
	}
/* } */

#btn_hide{
	background: #fcc url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="121.31px" height="122.876px" viewBox="0 0 121.31 122.876" enable-background="new 0 0 121.31 122.876" xml:space="preserve"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M90.914,5.296c6.927-7.034,18.188-7.065,25.154-0.068 c6.961,6.995,6.991,18.369,0.068,25.397L85.743,61.452l30.425,30.855c6.866,6.978,6.773,18.28-0.208,25.247 c-6.983,6.964-18.21,6.946-25.074-0.031L60.669,86.881L30.395,117.58c-6.927,7.034-18.188,7.065-25.154,0.068 c-6.961-6.995-6.992-18.369-0.068-25.397l30.393-30.827L5.142,30.568c-6.867-6.978-6.773-18.28,0.208-25.247 c6.983-6.963,18.21-6.946,25.074,0.031l30.217,30.643L90.914,5.296L90.914,5.296z"/></g></svg>') center center / 23px 21px no-repeat !important;
}

#btn_clear {
	background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="109.484px" height="122.88px" viewBox="0 0 109.484 122.88" enable-background="new 0 0 109.484 122.88" xml:space="preserve"><g><path fill-rule="evenodd" clip-rule="evenodd" d="M2.347,9.633h38.297V3.76c0-2.068,1.689-3.76,3.76-3.76h21.144 c2.07,0,3.76,1.691,3.76,3.76v5.874h37.83c1.293,0,2.347,1.057,2.347,2.349v11.514H0V11.982C0,10.69,1.055,9.633,2.347,9.633 L2.347,9.633z M8.69,29.605h92.921c1.937,0,3.696,1.599,3.521,3.524l-7.864,86.229c-0.174,1.926-1.59,3.521-3.523,3.521h-77.3 c-1.934,0-3.352-1.592-3.524-3.521L5.166,33.129C4.994,31.197,6.751,29.605,8.69,29.605L8.69,29.605z M69.077,42.998h9.866v65.314 h-9.866V42.998L69.077,42.998z M30.072,42.998h9.867v65.314h-9.867V42.998L30.072,42.998z M49.572,42.998h9.869v65.314h-9.869 V42.998L49.572,42.998z"/></g></svg>') no-repeat center center;
	background-size: 19px;
	background-color: #eee;
}

.log_header {
    background: #fff!important;
    color: #333;
    border-bottom: 1px solid #666!important;
}

.log_frame{
	
}

.log_container {
    border: 1px solid #666;
    border-radius: 4px;
}