:root {
/*
	--style-color: #00cdcf;
	--style-bg1: #f7f7f7;
	--style-btn: #555;
*/
	--style-color: #9a084b;
	--style-bg1: #f0f0f0;
	--style-btn: #555;
}

#banner #user_info {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

#user_menu ul {
	list-style: none;
	background-color: var(--style-bg1);
	color: var(--style-color);
	padding: 5px;
}

#user_menu ul li {
	padding: 0;
}

#report_type, #report_period_year, #report_period_quarter, #report_period_month,
#cp_control, #org_selector, #emobi_selector, #cpo_selector,
#new_site_oper, #new_site_user, #new_chg_model, #new_chg_auth,
#cp_control_conn, #cp_control_fw {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAh0lEQVQ4T93TMQrCUAzG8V9x8QziiYSuXdzFC7h4AcELOPQAdXYovZCHEATlgQV5GFTe1ozJlz/kS1IpjKqw3wQBVyy++JI0y1GTe7DCBbMAckeNIQKk/BanALBB+16LtnDELoMcsM/BESDlz2heDR3WePwKSLo5eoxz3z6NNcFD+vu3ij14Aqz/DxGbKB7CAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: right 15px center;
	max-width: 300px;
	margin: auto;
}

#report_type, #report_period_year, #report_period_quarter, #report_period_month {
	background-color:var(--style-bg1);
}

#user_menu ul li:hover {
	background-color: #ccc;
}

#user_selector {
	width:270px;
	height:200px;
	background-color:#fff;
	display:none;
	position:absolute;
	z-index:2;
	text-align:center;
	border:1px solid #555;
	box-shadow:0 0 3px gray;
	overflow:scroll;
}

.user_list_item {
	cursor:pointer;
	margin-left:12px;
}
.user_list_item:hover {
	background-color:#ddd;
}

.graph {
	width:801px;
	margin:auto;
	border:1px solid lightgray;
}

.flag {
	height: 40px;
	margin: 0 20px 40px 20px;
	cursor: pointer;
	padding: 2px;
}

.flag:hover {
	border: 1px solid var(--style-btn);
}

select:disabled {
	cursor: not-allowed;
}


@media screen and (max-width: 736px) {

	#banner #user_info {
		font-size: 14pt;
		position: relative;
		margin: -30px 0 20px;
		top: unset;
		right: unset;
	}

	#user_menu ul li {
		padding: 10px;
	}

}

div#custom_period_block {
	display: block;
	overflow: hidden;
}

div#custom_period_block div.table {
	display: table;
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}

div#custom_period_block div.cell {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

div#custom_period_block div.cell.text {
	padding: 0 0 0 20px;
}

div#custom_period_block strong {
	display: block;
	font-size: 11pt;
	float: left;
	text-align: left;
}

div#custom_period_block input, div#custom_period_block input:focus {
	background: #f0f0f0 url('../img/calendar-icon.svg') no-repeat right 15px center;
	background-size: auto 22px;
	border: 1px solid #ddd;
	display: block;
	float: left;
	height: 2.75em;
	padding: 0 40px 0 10px;
	text-align: left;
	width: auto;
}

div#custom_period_block input:focus {
	border-color: var(--style-color);
	box-shadow: none;
}

a#csv_export {
	background: url('../img/csv-format-icon.svg') no-repeat left center;
	color: #67ad5b;
	display: inline-block;
	font-weight: 700;
	height: 46px;
	margin: 0 0 0 30px;
	padding: 10px 10px 10px 48px;
}

#forget {
	cursor:pointer;
}

#cand_list {
	text-align:left;
	margin:-20px auto 30px;
	width:270px; max-height:150px;
	overflow:auto;
	font-size: 14px;
}


@media screen and (max-width: 960px) {

	div#custom_period_block div.cell {
		display: block;
		text-align: left;
		width: 100%;
		overflow: hidden;
	}

	div#custom_period_block input, div#custom_period_block input:focus {
		background-image: none;
		font-size: 0.9em;
		padding: 0 2px;
		width: 100%;
	}

}
