﻿.report_paint_div {
	position: absolute;
	top: 66px;
	bottom: 0px;
	margin: 0 auto;
	border:0;
	padding:0;
	overflow: visible;
	width: 100%;
	text-align: center;
	background-color: #525659;
}
.report_paint_div0 {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: 0 auto;
	border: 0;
	padding: 0;
	overflow: visible;
	width: 100%;
	text-align: center;
	background-color: #525659;
}
.report_progress {
	background-repeat: no-repeat;
	background-image: url(../img/deploying.gif);
}
.report_menu_div {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 65px;
	overflow: visible;
	background-color: #fff;
	background-position: 5px 50%;
	background-repeat: no-repeat;
	-webkit-user-select: none; /* webkit (safari, chrome) browsers */
	-moz-user-select: none; /* mozilla browsers */
	-khtml-user-select: none; /* webkit (konqueror) browsers */
	-ms-user-select: none; /* IE10+ */
    box-shadow: 0px 2px 1px #6B6B6B;
}
.report_menu_table {
	position: absolute;
	left: 0px;
	height: 100%;
	width: 100%;
	border: 1px solid silver;
	text-align: right;
}
.report_menu_table_td {
	border: 0px solid silver;
	text-align: left;
}
.report_menu_table_td_div {
	position: relative;
	height: 30px;
	width: 100%;
	font-size: 10pt;
}
.report_menu_button {
	position: absolute;
 	width: 32px;
	height: 32px;
	background-size: contain;
	border: 0px solid #FFFFFF;
	background-color: transparent;
	cursor: pointer;
}
.report_menu_button:hover {
    border: 1px solid #FFB700;
    box-shadow: 0px 8px 6px -3px #846000;
    -webkit-box-shadow: 0px 8px 6px -3px #846000;
    -moz-box-shadow: 0px 8px 6px -3px #846000;
    -o-box-shadow: 0px 8px 6px -3px #846000;
}
.report_menu_button:disabled {
    opacity: 0.5;
	cursor:not-allowed;
}
.report_menu_print_button {
	left: 20px;
}
.report_menu_print_button_svg {
	background-image: url(../img/print.png);
}
.report_menu_leftEnd_button {
	left: 100px;
}
.report_menu_leftEnd_button_svg {
	background-image: url(../img/leftEnd.png);
}
.report_menu_left_button {
	left: 140px;
}
.report_menu_left_button_svg {
	background-image: url(../img/left.png);
}
.report_menu_pageCount_input {
	position: absolute;
	left: 180px;
	width: 46px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	border-right-width: 0px !important;
	border-right-style: none !important;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
.report_menu_pageCount_span {
	position: absolute;
	left: 226px;
	width: 50px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ccc;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}
.report_menu_right_button {
	left: 286px;
}
.report_menu_right_button_svg {
	background-image: url(../img/right.png);
}
.report_menu_rightEnd_button {
	left: 326px;
}
.report_menu_rightEnd_button_svg {
	background-image: url(../img/rightEnd.png);
}
.report_menu_zoom_combo {
	position: absolute;
	left: 400px;
	height: 30px !important;
	line-height: 30px;
	width: 150px;
}
.report_menu_excel_button {
	left: 620px;
}
.report_menu_excel_button_svg {
	background-image: url(../img/excel.png);
}
.report_menu_pdf_button {
	left: 660px;
}
.report_menu_pdf_button_svg {
	background-image: url(../img/pdf.png);
}
.report_menu_hwp_button {
	left: 700px;
}
.report_menu_hwp_button_svg {
	background-image: url(../img/hwp.png);
}
.report_menu_word_button {
	left: 740px;
}
.report_menu_word_button_svg {
	background-image: url(../img/word.png);
}
.report_menu_export_button {
	left: 780px;
}
.report_menu_export_button_svg {
	background-image: url(../img/excel_export.png);
}
.report_menu_popup_button {
	left: 840px;
	/*visibility : hidden;*/
}
.report_menu_popup_button_svg {
	background-image: url(../img/popup.png);
}
.report_menu_close_button {
	right: 10px;
}
.report_menu_close_button_svg {
	background-image: url(../img/close.png);
}
/*뷰어 내부 안내창 공통 스타일*/
.report_view_box {
	background-color: #FDFDFD;
	font-size: 9pt;
	font-family: 나눔고딕;
	border: 1px solid gray;
}
/*HTML 인쇄 안내창 위치 정보*/
.report_Ex_popHTMLPrint {
	position: absolute;
	left: 70px;
	top: 80px;
	width: 370px;
	height: 150px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 10px 20px rgba(0, 0, 0, 0.23);
}
/*뷰어 내부 안내창 공통 버튼 스타일*/
.report_view_button {
	position: absolute;
	background-color: RGB(89, 89, 89);
	border: 1px solid darkolivegreen;
	color: white;
	font-weight: weight;
}
