.windows_section {
	width: 100%;
	height: 100%;
	position: absolute;
	display:block;
}

.windows {
	border-bottom: 2px #FFB65E outset;
	border-left: 2px #FFB65E outset;
	border-right: 2px #FFB65E outset;
	border-top: 1px #FFB65E outset;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: absolute;
	z-index: 1001;
	display:block;
}

.windows_fullscreen {
	width: 100%;
	height: 100%; /* 98%; */
	position: absolute;
	display:block;
}

.windows_header {
	position: relative;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
  	border-bottom: 1px solid #C08844;
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFB35A 100%);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.windows_title {
	position: absolute;
	#display: inline-block;
    padding-top: 4px;
    font-weight: bold;
	color: #842000;
	font-family: Calibri, Georgia;
	font-size: 12px;
	left: 0px;
	text-align: center;
	width: 100%;
}

.windows_options {
	padding-top: 4px;
	padding-right: 10px;
	#float: right;
	position: absolute;
	right: 0px;
}

.windows_inside_content {
	width: 100%;
	height: 100%;
	position: absolute;
}

.windows_msg_rep_gen {
	background: #F79218;
	color: #FFF;
	height: 20px;
	vertical-align: middle;
	padding-left: 6px;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #842000;
	text-align: center;
}

.windows_content {
	text-align: left;
	height: 100%;
	overflow:auto; 
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #e1e0df 100%); /*#FDE6CA*/
	/*background: #FFFFFF;*/
	position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/*
#operator .windows_content {
	text-align: left;
	height: 100%;
	margin-top:40px;
	margin-left:40px;
	overflow:auto;
	position: relative;
}
*/

.img_windows_option {
	width: 14px;
	height: auto;
	padding-right: 2px;
}

.windows_tools_container {
	position: absolute;
	z-index: 1002;
	right: 0;
	top: 30px;
}

.windows_tools_container:after,
.windows_tools_container:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 101;
}

.widget_tools_container:after {
	right: 29px;
	top: -10px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FDE6CA;
}
.windows_tools_container:before {
	right: 29px;
	top: -12px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFB65E ;
}

.windows_tools {
	border: 1px #FFB65E solid;
	margin-right: 3px;
	background-color: #FDE6CA;
	padding: 2px;
}

.windows_tools_elt {
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
	color: #842000;
	padding: 3px;
}

.windows_tools_elt:hover {
	background-color: #F5C890;
	cursor: hand;
}

.li_tab_editable.editable {
	background: #fff;
	box-shadow: inset 0 0 5px yellow;
}

.windows_spinner_container {
    position: absolute;
    z-index: 1003;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #eee;
}

.windows_spinner {
  height: 60px;
  width: 60px;
  margin: auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(189,81,0,.15);
  border-right: 6px solid rgba(189,81,0,.15);
  border-bottom: 6px solid rgba(189,81,0,.15);
  border-top: 6px solid rgba(189,81,0,.9);
  border-radius: 100%;
  top: calc(50% - 50px);

	animation-name: windows-spinner;
	animation-duration: 800ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes windows-spinner {
    from { transform:rotate(0deg); }
    to { transform:rotate(360deg); }
}

.windows_report_description_box {
	display: none;
	position: absolute;
	z-index: 1005;
	background-color: #FDE6CA;
	border: 3px #FFB65E solid;
	margin: 10px;
}
