@import url('https://fonts.googleapis.com/css?family=Roboto:100');

body {
	padding-top: 40px;
}

#cimHead {
	position: fixed;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	color: white;
	z-index: 200;
}

#cimFilter {
	position: fixed;
	max-width: 400px;
	min-width: 370px;
	left: 0px;
	top: 40px;
	max-height: 90%;
	background-color: white;
	color: black;
	padding: 15px;
	z-index: 101;
	opacity: 0.97;
	overflow: scroll;
	border: 1px solid #eee;
	box-shadow: 0px 0px 8px #555555;
}

#cimSettings {
	position: fixed;
	max-width: 400px;
	min-width: 370px;
	right: 0px;
	top: 40px;
	max-height: 90%;
	background-color: white;
	color: black;
	padding: 15px;
	z-index: 101;
	opacity: 0.97;
	overflow: scroll;
	border: 1px solid #eee;
	box-shadow: 0px 0px 8px #555555;
}

#hambiMenu, #hambiMenu:hover, #filterMenu, #filterMenu:hover, #filterInfo, #filterInfo:hover {
	font-size: 20px;
	color: white;
	text-decoration: none;
}

.markaFoSzamok {
	font-size: 16px;
	text-align: center;
}

.pageTitle {
	font-family: 'Roboto', sans-serif;
	text-align: center;
	font-size: 20px;
}

.chart_label {
	text-align: center;
	font-size: 20px;
	color: #3170A5;
	margin-bottom: 5px;
}

.salesgreen {
	color: #3c763d;
}

.targetyellow {
	color: #957843;
}

.mainMenuItem, .mainMenuItemInactive {
	text-align: center;
	padding: 20px;
	margin: 20px;
	font-size: 22px;
	border: 1px solid #a0bcd2;
	border-radius: 10px;
	background: linear-gradient(#e6eff7, #c2d4e1);
	box-shadow: 3px 3px 8px #aaa;
	cursor: pointer;
}

.mainMenuItemInactive {
	color: #888;
	border: 1px solid #888;
	background: linear-gradient(#eee, #ccc);
	cursor: default;
}

/* BS3 Tooltip */

.gray-tooltip + .tooltip > .tooltip-inner {
	background-color: #4c5a69;
}
.gray-tooltip + .tooltip > .tooltip-arrow {
	border-bottom-color: #4c5a69;
}

.tooltip-inner {
	text-align: left;
	font-size: 14px;
	padding: 10px;
}

#dPopupBubiHolder {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(images/popup_nyil_br.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 11px;
	display: none;
	z-index: 1001;
}

#dPopupBubi {
	min-width: 300px;
	min-height: 50px;
	max-width: 500px;
	max-height: 300px;
	padding: 15px 5px 20px 5px;
	border: 1px solid #444444;
	background-color: #444444;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
}


/* BS3 Form padding */

.form-group {
	margin-bottom: 5px;
}


/* BS3 SubMenu */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#cookie_warning {
	text-align: center;
	padding: 10px;
	background-color: #555555;
	color: white;
}

#cookie_warning button{
	color: black;
}

#cookie_warning A, #cookie_warning A:hover {
	color: #8cbfed;
	text-decoration: none;
}
