.rc-scorecard-report,
.rc-scorecard-report > .standardReport
{
	padding: 0px !important;
	margin: 0px !important;
	height: 100%;
}

.reportObject-rc_scorecard_designer
{
	margin: 0px !important;
	height: 100%;
}

.rc-scorecard-container
{
	background-color: #FFF;
}

.rc-scorecard-designer-container
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.rc-scorecard-inner-container
{
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.rc-scorecard-left-area
{
	/*border: 1px solid #000;
	border-right: 0px;*/
	height: 100%;
	width: 30%;
	float: left;
	overflow: hidden;
}

.rc-scorecard-right-area
{
	/*border: 1px solid #000;
	border-left: 0px;*/
	height: 100%;
	width: 70%;
	float: right;
}

.rc-scorecard-right-area-top
{
	height: 75%;
}

.rc-scorecard-right-area-bottom
{
	height: 25%;
}

.rc-scorecard-right-area > .hsplitbar
{
	height: 4px;
	background-color: #000;
}

.rc-scorecard-inner-container > .vsplitbar
{
	width: 4px;
	background-color: #000;
}

.rc-scorecard-column-header
{
	height: 20px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.rc-scorecard-source-list
{
	overflow: hidden;
}

.rc-scorecard-selected-list
{
	overflow: hidden;
}

.rc-scorecard-table-area
{
	overflow: auto;
}

.rc-scorecard-source-list > div.folder,
.rc-scorecard-selected-list > div.folder
{
	font-weight: bold;
}

.rc-scorecard-selected-list .dd-handle
{
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.rc-scorecard-selected-list .dd-item-label
{
	white-space: nowrap;
	margin-top: 0px !important;
}

.rc-scorecard-selected-list li > button
{
	font-family: FontAwesome !important;
	height: 9px !important;
	margin-top: 8px !important;
}

.rc-scorecard-right-area-top-section.selected-items
{
	width: 230px;
	border-right: 1px solid #000;
	height: 100%;
	float:left;
}

.rc-scorecard-right-area-top-section.rc-scorecard-columns table
{
	border-right: 1px solid #000;
	border-collapse: collapse;
}

.rc-scorecard-right-area-top-section.rc-scorecard-columns thead,
.rc-scorecard-right-area-top-section.rc-scorecard-columns tr
{
	border: 0px;
}

.rc-scorecard-right-area-top-section.rc-scorecard-columns tr
{
	border-bottom: 1px solid #000;
}

.rc-scorecard-right-area-top-section.rc-scorecard-columns th,
.rc-scorecard-right-area-top-section.rc-scorecard-columns td
{
	font-weight: normal;
	padding: 1px;
	padding-right: 3px;
	padding-left: 3px;
	border-right: 1px solid #000;
}

.rc-scorecard-right-area-top-section.rc-scorecard-columns th:last-child,
.rc-scorecard-right-area-top-section.rc-scorecard-columns td:last-child
{
	border-right: 0px;
}

/* Top right area */
.rc-scorecard-initial-message
{
	margin: 10px;
    border: dashed 2px #e4e5e7;
    background-color: #f7f9fa;
    color: #6a6c6f;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 60px;
    padding-bottom: 65px;
}

.rc-scorecard-selected-list
{
	height: 100%;
}

.rc-scorecard-header.contents
{
	padding-left: 10px;
    padding-top: 5px;
}

.rc-scorecard-editor-area-header,
.rc-scorecard-table-header
{
	background-image: none;
    background: #f7f9fa;
    border: solid 1px #e4e5e7;
    color: rgb(106, 108, 111);
    font-size: 13px;
    font-weight: 600;
	height: 31px;
    line-height: 32px;
	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 3px;
	overflow: hidden;
    position: relative;
}

.rc-scorecard-editor-area
{
	height: 100%
}

.rc-scorecard-editor-area-header
{
	height: 40px;
}

.rc-scorecard-table-header-text,
.rc-scorecard-editor-area-header-text
{
	float: left;
}

.rc-scorecard-editor-area-header-text
{
	margin-top: 5px;
}

.rc-scorecard-editor-area-contents
{
	overflow: auto;
    height: calc(100% - 42px);
}

.rc-scorecard-save-button,
.rc-scorecard-apply-button,
.rc-scorecard-done-button,
.rc-scorecard-action-button,
.rc-scorecard-more-options-button
{
    background-color: rgb(52, 152, 219) !important;
    color: #ffffff !important;
	float: right;
    padding: .4em 1em;
    margin-right: 5px;
    margin-top: 4px;
	border: 0px;
	line-height: normal;
}

.rc-scorecard-more-options-button
{
	float: none;
	margin: 5px 5px 15px;
}

.rc-scorecard-apply-button:disabled,
.rc-scorecard-done-button:disabled,
.rc-scorecard-action-button:disabled
{
	background-color: #aaa !important;
}

.rc-scorecard-table-area
{
	height: calc(100% - 33px);
	overflow123: auto;
}

.rc-scorecard-table-section-add,
.rc-scorecard-table-footer-add,
.rc-scorecard-table-header-add
{
	margin: 10px;
    border: dashed 2px #e4e5e7;
    background-color: #f7f9fa;
    color: #6a6c6f;
	height: 41px;
	cursor: pointer;
}

.rc-scorecard-table-section-add i,
.rc-scorecard-table-footer-add i,
.rc-scorecard-table-header-add i
{
	float: left;
    margin: 0px 15px 8px 15px;
	padding-top: 9px;
    font-size: 25px;
}

.rc-scorecard-table-section-add-label,
.rc-scorecard-table-section-add-heading,
.rc-scorecard-table-section-add-footer
{
	display: inline-block;
    font-size: 14px;
    padding-top: 10px;
}

.section-table
{
	margin-bottom: 10px;
}

.section-table.dragover
{
	background-color: #ffffe2;
    border: 1px solid #ff0;
}

.section-table > thead > tr > th
{
	height: 64px;
	background-color: #000;
	color: #fff;
	min-width: 100px;
	position:relative;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: bottom;
}

.section-table > thead > tr > th.active
{
	background-color: #585858;
}

.section-table > thead > tr > th:first-child,
.section-table > thead > tr > th:first-child .column-icons.bottom
{
	text-align: left;
}

.section-table > thead > tr > th:first-child .column-icons.bottom
{
	padding-left: 5px;
}

.rc-scorecard-right-area .section-table > thead > tr > th.add-column
{
	cursor: pointer;
	min-width: 75px;
	max-width: 75px;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
}

.section-table > tbody > tr > td
{
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
}

.section-table > tbody > tr > td:first-child
{
	text-align: left;
}

.section-table tr.odd
{
	background-color: #efefef;
}

.section-table .bold
{
	font-weight: bold;
}

.rc-scorecard-right-area .section-table .section-row:hover
{
	background-color: #7ab6f0;
}

.rc-scorecard-right-area .section-table .section-row.active,
.rc-scorecard-right-area .section-table .section-row.active:hover
{
	background-color: #7ab6f0;
	color: #FFFFFF;
}

.rc-scorecard-right-area .section-table .section-row
{
	cursor: pointer;
}

.section-table i
{
	cursor: pointer;
	font-size: 18px;
}

.section-table .add-label
{
	cursor: pointer;
}

.section-table .add-label i,
.section-table .add-label div
{
	display: inline-block;
}

.section-table .add-label i
{
	margin-left: 5px;
}

.section-table .add-label div
{
	margin-left: 7px;
}

.section-table .column-icons
{
	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.section-table .column-icons.top
{
	top: 0;
}

.section-table .column-icons.bottom
{
	bottom: 0;
	text-align: center;
}

.section-table .column-icons.top .column-move-left
{
	position: absolute;
	top: 3px;
	left: 3px;
}

.section-table .column-icons.top .column-move-right
{
	position: absolute;
	top: 3px;
	right: 3px;
}

.scorecard-ajax-loader
{
	height: 14px;
	width: 14px;
}

.section-header
{
	cursor: pointer;
}

/* Bottom Right Area */
.rc-scorecard-option-container
{
	margin: 5px;
}

.rc-scorecard-option-container label
{
	margin-right: 5px;
}

.rc-scorecard-row-editor-buttons i,
.rc-scorecard-section-editor-buttons i,
.rc-scorecard-column-editor-buttons i
{
	font-size: 35px;
    cursor: pointer;
    margin: 5px;
}

.rc-scorecard-row-editor-buttons i.disabled,
.rc-scorecard-section-editor-buttons i.disabled,
.rc-scorecard-column-editor-buttons i.disabled
{
	color: #9a9a9a;
}

.rc-scorecard-row-editor-buttons,
.rc-scorecard-section-editor-buttons,
.rc-scorecard-column-editor-buttons,
.no-select
{
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}

.rc-scorecard-row-editor-description input
{
	width: 350px;
}

.rc-scorecard-label-width
{
	width: 50px;
	text-align: center;
}

.rc-scorecard-option-container.width-input
{
	height: 30px;
}

.rc-scorecard-option-container.width-input i
{
	vertical-align: middle;
	font-size: 22px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
	cursor: pointer;
}

.rc-scorecard-option-container.width-input .remove-width
{
	margin-right: 3px;
}

.rc-scorecard-column-editor-description textarea,
.rc-scorecard-section-editor-description textarea
{
	width: 300px;
	height: 90px;
}

.rc-scorecard-section-editor-style select
{
	width: 310px;
}

.rc-scorecard-column-editor-description label,
.rc-scorecard-section-editor-description label,
.rc-scorecard-section-editor-style label
{
	display: block;
	margin-left: 2px;
}

/* Splitbar styles; these are the default class names and required styles */
.rc-scorecard-inner-container > .splitbarV
{
	float:left;
	width:4px;
	height:100%;
	line-height:0;
	font-size:0;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    background: #c1c1c1;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/
}

.rc-scorecard-right-area > .splitbarH
{
	height:4px;
	text-align:left;
	line-height:0;
	font-size:0;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    background: #c1c1c1;
}

.rc-scorecard-inner-container .splitbuttonV
{
	margin-top:-41px;
	margin-left:-4px;
	top:50%;
	position:relative;
	height:83px;
	width:8px;
	background:transparent url(img/panevc.gif) 10px 50%;
	display: none !important;
}

.rc-scorecard-inner-container .splitbuttonV.invert
{
	margin-left:0;
	background:transparent url(img/panevc.gif) 0 50%;
}

.rc-scorecard-inner-container .splitbuttonH
{
	margin-left:-41px;
	left:50%;
	position:relative;
	height:8px !important;
	width:83px;
	background:transparent url(img/panehc.gif) 50% 0;
	display: none !important;
}

.rc-scorecard-inner-container .splitbuttonH.invert
{
	margin-top:-4px;
	background:transparent url(img/panehc.gif) 50% -10px;
}

.rc-scorecard-inner-container .splitbarV.working,
.rc-scorecard-inner-container .splitbarH.working,
.rc-scorecard-inner-container .splitbuttonV.working,
.rc-scorecard-inner-container .splitbuttonH.working
{
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}

/*table drag and drop*/
.rc-scorecard-right-area-top-section.rc-scorecard-columns table th
{
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
}

.rc-scorecard-right-area-top-section.rc-scorecard-columns table th.noDrag
{
	cursor: not-allowed;
	user-select: none;
	-webkit-user-select: none;
}

.drag_freeze { /* ???????????? (???????? ???????????????) ??????? ??? ??? */
	background: #bbb;
	color: #888;
	user-select: none;
	-webkit-user-select: none;
}

.ghost { /* ????? ????????? ??????? */
	background: #3498db;
	position: absolute;
	z-index: 10000;
	user-select: none;
	-webkit-user-select: none;
}

.arrow_down {
	display: block;
	position: absolute;
	z-index: 10000;
	width: 16px;
	height: 16px;
	background: url('arrow-down.png') no-repeat bottom center;
	user-select: none;
	-webkit-user-select: none;
}

.arrow_right {
	display: block;
	position: absolute;
	z-index: 10000;
	width: 16px;
	height: 16px;
	background: url('arrow-right.png') no-repeat center right;
	user-select: none;
	-webkit-user-select: none;
}

.rc-scorecard-right-area-top-section.rc-scorecard-columns
{
	user-select: none;
	-webkit-user-select: none;
}
.rc-scorecard-editor-area .ui-jqgrid tr.jqgrow td
{
	white-space: nowrap !important;
	font-size: 10px
}
.rc-scorecard-editor-area input[type='text']
{
	padding: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: #000;
}

.rc-scorecard-option-container input
{
	color: #000 !important;
}

.rc-scorecard-editor-area #searchInput
{
	width: calc(100% - 20px);
    background-image: url('/themes/default/images/search.png');
    background-repeat: no-repeat;
    background-position: right 2px top 2px;
}
.scorecard-filter button
{
	width: 156px !important;
	line-height: normal;
}
.scorecard-customizer-negative-top-margin
{
	margin-top: -1px !important;
}
.scorecard-customizer-width-minus-buttons
{
	width: calc(100% - 270px);
}
.scorecard-customizer-search-box-width
{
	width: calc(100% - 355px);
}

.rc-scorecard-table-sections
{
	padding-left: 10px;
}

/**** Viewer Specific ****/
.rc-scorecard-viewer
{
	overflow: auto !important;
	background-color: #FFFFFF !important;
}

.rightAreaReportSideTabArea.rc-scorecard-viewer,
.rightAreaReportTabArea.rc-scorecard-viewer
{
/*	background-color: #c1c8d0 !important;*/
	overflow: hidden !important;
}

.rightAreaReportSideTabArea.rc-scorecard-viewer li.ui-tabs-selected,
.rightAreaReportTabArea.rc-scorecard-viewer li.ui-tabs-selected
{
	/*background-color: #FFF !important;*/
}

.rc-scorecard-viewer-container .rc-scorecard-header
{
	padding-top: 0px;
}

/**** Buttonset ***/
.rc-scorecard-option-container .ui-button,
.rc-scorecard-type-radio-container
{
	border: solid 2px #3498db;
	color: #000000;
	width: 500px;
}

.rc-scorecard-option-container .ui-state-active
{
	background: #a8d2ef;
	color: #333333;
}

.rc-scorecard-option-container .rc-scorecard-type
{
	/*width: 300px;
	height: 130px;*/
}

.rc-scorecard-type-radio-container .rc-scorecard-type > div:first-child
{
	font-weight: bold;
    font-size: 16px;
	padding-right: 10px;
}

.rc-scorecard-type-radio-container .rc-scorecard-type > div
{
    display: inline-block;
}

.rc-scorecard-type-radio-container
{
	width: 500px;
	margin-bottom: 5px;
}

.rc-scorecard-type-radio-container
{
	position: relative;
	display: block;
    width: 525px;
    text-align: left;
	background-color: #ffffff;
    border: solid 2px #3498db;
    color: #000000;
    padding: 10px;
    border-radius: 5px;
	margin-bottom: 7px;
}
.rc-scorecard-type-radio-container:hover
{
	background-color: #7ab6f0;
}
.rc-scorecard-type-radio-container input[type=radio]
{
	position: absolute;
	left: 10px;
	top: 38px;
}
.rc-scorecard-type-radio-sublabel
{
	padding-left: 25px;
}
.rc-scorecard-type-radio-label
{
	padding-left: 25px;
}
.rc-scorecard-time-period-picker
{
	margin-left: 10px;
    margin-bottom: 15px;
}
.rc-scorecard-time-period-picker select
{
	width: 200px;
}
.section-description,
.column-description,
.drilldown-header
{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}

.rc-scorecard-viewer-container .section-description,
.rc-scorecard-viewer-container .column-description
{
	margin-bottom: 0px;
}

.rc-scorecard-viewer-container .section-table > thead > tr > th
{
	height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 3px;
    padding-right: 3px;
}

.rc-scorecard-viewer-container .section-table > tbody > tr > th.section-row:hover
{
	background-color: inherit;
}

.rc-scorecard-viewer-container .clickable
{
	cursor: pointer;
}

.rc-scorecard-viewer-container .section-table > tbody > tr > td i
{
	cursor: default;
}

.rc-scorecard-footer
{
	margin-left: 10px;
}

.rc-scorecard-footer-custom-metadata
{
	margin-left: 10px;
	font-style:italic;
    padding-top: 20px;
}

.result-container-with-indicator .value
{
	display: inline;
	margin-left: 18px;
}

.result-container-with-indicator i
{
	float: right;
    display: inline;
    margin-right: 10px;
}

.overflow-wrap {
	word-wrap: break-word;
}

#grid_panel_inner .ui-jqgrid .loading {
	left: 25%;
}

.drilldown-spacer
{
	background-color: #FFF !important;
}

.drilldown-header
{
	background-color: #FFF !important;
    color: #000 !important;
    border-top: 1px solid #000 !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
}

/* SECTION STYLING EXAMPLE */
.section-table.light > thead > tr > th
{
	height: 30px;
	background-color: white;
	color:black;
}

.section-table.light .section-description,
.section-table.light .column-description,
.section-table.light .drilldown-header
{
	font-size: 10pt;
	font-weight: bold;
}

#scorecardColumnTypeOptions,
#scorecardAdvancedOptions,
#carousel_panel_inner,
#scorecardColumnImportList,
#scorecardColumnPredefinedGroup,
#scorecardColumnSavedGroups,
#scorecardColumnNetDifference {
	height: 100%;
}

.options-wrapper,
#scorecard_panel_inner {
	overflow-y: auto;
    height: calc(100% - 42px);
}

.options-wrapper:after {
	display: block;
	content: "";
	clear: both;
}