/*atlas style*/
body {
	overflow: auto;
    background-color:white;
    box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#site_title{
	white-space: nowrap;
    letter-spacing: -1px;
    color: #cd0e16;
    line-height: 1.3;
    padding-bottom: 5px;
    font-family: Open Sans,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-left: 15px;
}

#standard_header .td_title :hover{
	text-decoration: none;
}
#standard_header table{
	height: 80px;
	width: 100%;
}
#standard_header .td_logo{
	width: 175px;
	text-align: left;
}
#standard_header .td_title{
	/*width: 45%;*/
	text-align: left;
	margin-left: 3px;
}
#standard_header .td_lang{
	text-align: right;    
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
}
#standard_header .td_lang a{
	color: black;
}
#standard_header .td_lang a:hover{
	text-decoration: underline;
}
#head-navbar>.nav>li {
  display: inline-block;
  white-space: nowrap;
}
#head-navbar>ul.navbar-nav{
  display: inline-block;
}

#map text {
	font-size: 14px;
}
.text_src {
	font-size: 14px;
}

#map rect{
	opacity: 0.925;
}

#value_table th {
	cursor: pointer;
}

#value_table  tr {
	cursor: pointer;
	width: 135px;
}

#tooltip {
	position: absolute;
	background: #FFF;
}

#tooltip_container {
	position: fixed;
	pointer-events:none;
}

#tooltip_title {
	background: #A7A7A7;
	color: #FFFFFF;
}

#tooltip_table {
	width: 100%;
}

#tooltip_bar {
	background: #BDBDBD;
	color: white;
	height: 1em;
}

.bar :not(#bar_insg),.pie :not(#pie_insg) {
	pointer-events:none;
}

#tooltip_table tr td {
	border: 1px dotted;
	padding: 2px;
	margin-left: 0;
	margin-right: 0;
}

.bullet-square {
	width: 1em;
	height: 1em;
}

.bullet-rect {
	width: 30px;
	height: 15px;
	margin-right: 5px;
	box-shadow: 2px 2px 3px #888888;	
}

#tooltip_table tr td div.bullet-square {
	margin: 3px;
}

.container-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 10000;
}

.popup {
    width: 95%;
    height: 60%;
	max-height: 700px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
	padding: 0px;
    z-index: 10000;
}

.popup-close {
	vertical-align: relative;
	position: absolute;
    right: 0px;
    top: 0px;
	text-align: center;
	float: right;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0;
}

.popup-export {
	vertical-align: relative;
	position: absolute !important;
	right: 55px;
    top: 0px;
	text-align: center;
	cursor: pointer;
	float: right;
}

.popup-left, .popup-right{
	position: absolute;
	height: 98%;
	height: calc(100% - 30px);
	padding: 0px;
	margin: 0px;
	min-width: 30px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	color: #FFF;
	cursor: pointer;
}

.popup-left {
	left: 0;
	float: left;
}

.popup-right {
	right: 0;
	float: right;
}

.popup-bar {
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background: #A5A5A5;
	color: #FFFFFF;
	font-size: 22px;
	padding-left: 10px;
}

.centered {
	position: relative;
    top: 50% !important;
}

#year_sel_div {
	text-align: left;
	margin-left: 15px;
}

#year_sel_drop, #year_sel_simu, #year_sel {
	display: inline-block;
	margin: 15px 5px 15px 5px;
}

#year_sel_drop {
    margin-left: 30px;
} 

#btn-export {
	float: right;
	margin: 15px;
	color: white; 
}

#btn-export li {
	cursor: pointer;
}

#barchart_pane {
	text-align: left;
	/*max-height: 800px;
	overflow: auto;*/
}

.floatThead-wrapper {
	/*max-height: 800px;
	overflow: auto;*/
	width: max-content;
}

.gem, .bez, .se {
	fill: rgba(255, 255, 255, 0);
	stroke: #000000;
}

.gem:hover, .bez:hover, .se:hover {
	fill-opacity:0.9;
}

.pie_p {
	opacity: 0.95;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#max_breakers path {
	pointer-events:none;
}

#legend td{
	text-align: right;
	padding-right: 7px;
	padding-left: 4px;
}

#ajaxloader
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation: 1s linear 0s normal none infinite running spin;
    border-color: #000 transparent #000 #000;
    border-image: none;
    border-radius: 50%;
    border-style: solid;
    border-width: 8px;
    box-shadow: 0 0 25px 2px #eee;
    display: none;
    height: 30px;
    left: 50%;
    top: 50%;
    bottom: 50%;
    right: 50%;
    margin: 0 0 0 -15px;
    position: absolute;
    width: 30px;
	z-index: 100500;
}

@-webkit-keyframes spin
{
	from { -webkit-transform: rotate(0deg); opacity: 1; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	to   { -webkit-transform: rotate(360deg); opacity: 1; }
}

@-moz-keyframes spin
{
	from { -moz-transform: rotate(0deg); opacity: 1; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	to   { -moz-transform: rotate(360deg); opacity: 1; }
}

@-ms-keyframes spin
{
	from { -ms-transform: rotate(0deg); opacity: 1; }
	50%  { -ms-transform: rotate(180deg); opacity: 1; }
	to   { -ms-transform: rotate(360deg); opacity: 1; }
}

@-o-keyframes spin
{
	from { -o-transform: rotate(0deg); opacity: 1; }
	50%  { -o-transform: rotate(180deg); opacity: 1; }
	to   { -o-transform: rotate(360deg); opacity: 1; }
}

@keyframes spin
{
	from { transform: rotate(0deg); opacity: 0.2; }
	50%  { transform: rotate(180deg); opacity: 1; }
	to   { transform: rotate(360deg); opacity: 0.2; }
}

.topbar_button {
    background-color: transparent; 
    border: none; 
    height: 45px;
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 600;
}

#top_bar {
    width: 100%;
    white-space: normal;
    display: inline-block;
    font-size:16px;
    font-weight: bold;
    padding: 0px auto 0 auto;
    border-radius:0;
    border-bottom: 0;
    /*background-color: #CD0E16;*/
    background-color: #F2F2F2;
    /*color: white;*/
    /*color: black;*/
	color: black;
    min-height: 47px;
    /*border-top: 1px solid #CD0E16;
    border-bottom: 1px solid #CD0E16;*/
	border: none !important;
}

.topbar_button.current {
    /*background-color: #BA0D14;*/
    background-color: white;
    box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.9);
	color: #BA0D14;
}

.topbar-static-li {
    font-family: Open Sans,Arial,sans-serif;
    font-weight: 600;
}

.topbar-static-li:hover {
    /*background-color: #BA0D14;*/
    background-color: white;
}

.topbar-static-li.current {
    /*background-color: #BA0D14;*/
    background-color: white;
    box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.9);
	color: #BA0D14;
}

li:hover .topbar_button {
    /*background-color: #BA0D14;*/
    background-color: white;
}

div.open .topbar_button {
    /*background-color: #BA0D14;*/
    background-color: white;
}

#top_bar > ul > li > a {
    font-weight: 600;
    color: black;
    font-family: Open Sans,Arial,sans-serif;
    padding: 0;
    padding-right: 10px;
    padding-left: 10px;
    list-style-type: none;
    display: table-cell;
    height: 45px;
    vertical-align: middle;
    float:none;
}

#top_bar > ul > li{
    height: 45px;
    list-style-type: none;
    display: table-cell;
    vertical-align: middle;
}

.dropdown-menu > li > a {
    font-weight: 400;
    color: #4a4e59;
    font-family: Open Sans,Arial,sans-serif;
}

#top_bar .navbar-nav .open .dropdown-menu > li > a {
    background-color: #fff;
    color: #4a4e59;
}

#top_bar .navbar-nav .open .dropdown-menu > li > a:hover, #top_bar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.breadcrumb > li + li:before {
   color: black;
   content: ">";
   padding: 0 5px;
}

.content {
	background-color: #ffffff;
	border-radius:3px;
	margin-bottom: 10px;
}



/*Browser Style*/
#footer {
	text-align: center;
	vertical-align: center;
	z-index: 1000001;
}

.nav>li {
  display: inline-block;
  white-space: nowrap;
}

ul.navbar-nav {
  display: inline-block;
  padding-top: 4px;
}

.legend_line tspan {
	margin-left: 5px;
	margin-right: 5px;
}

table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after, table.dataTable thead .sorting::after {
    content: "";
}

.handle_path {
	fill: #eee;
	stroke: #666;
	cursor: ew-resize;
}

.navbar-brand {
	text-decoration: none !important;
}

.listelement h3 img {
	padding-left: 10px;
	height: 1.2em;
}

.ms-drop.bottom {
	z-index: 10000;
}

#table {
	font-size: 14px !important;
	width: 100%;
	margin: 0;
	display: block;
    overflow-x: scroll;
}

.floatThead-container {
	font-size: 14px;
}

div.ms-drop li span {
	padding-left: 5px;
}

/*remove dotted line after click*/
body a{
	outline: medium none !important;
	/*padding-bottom: 11px;*/
}

#btn-export-browser {
	float: right;
	color: white;
}

.btn:hover, .btn:focus{
	color:white;
}

#btn-change {
	float: right;
	height: 40px;
	font-size: 16px !important;
	color: white;
}

thead {
	background-color: white;
}

button {
	color: #fff;
	background-color: #337AB7;
}
#btn-export-browser button {
	height: 40px;
	font-size: 18px;
}
#btn-export-browser a:hover {
	cursor: pointer;
}

#header_div {
	display: inline-block;
	width: 100%;
	padding: 10px 19px 10px 19px;
    background-color: #F5F5F5;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    border-top: 0;
}

#header_div  h2 {
	margin: 0;
	float: left;
}

#tabs {
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 0px;
    background-color: #F5F5F5;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    border-top: 0;
}

.legend_line {
	margin-top: 10px;
}

.grid .tick {
    stroke: lightgrey;
    opacity: 0.3;
}

.bright {
	opacity: 0.5;
}

.grid path {
      stroke-width: 0;
}

.domain {
	fill: none;
	stroke: #000;
}

.axis {
	shape-rendering: crispEdges;
}

svg {
	font-size: 16px;
}

#line_svg, #bar_svg, .list-graph > svg/*, #line_chart*/ {
	pointer-events:none;
}

#line_chart {
	display: block;
}

.bullet-round {
	width: 1em;
	height: 1em;
	float: left;
	border-radius: 100%;
	margin-right: 5px;
}

#legend_container {
	z-index: 100000000000;
}

.alert-info-css {
	bottom: 0px;
	position: fixed;
	right: 30px;
	left: 30px;
	z-index: 10000;
}

#filter_div {
	float: left;
    padding-left: 14px;
    background-color: #F5F5F5;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
    border-top: 0;
}

#filter_div > div {
    float: left;
}

#table_div {
	text-align:left;
	padding: 0px 10px 10px 10px;
	border-radius: 0 3px 3px 3px;
}

#line_div {
	text-align:left;
	background-color: #f5f5f5;
	padding: 0px 10px 10px 10px;
}

#bar_div {
	text-align:left;
	background-color: #f5f5f5;
	padding: 0px 10px 10px 10px;
}

#line_select {
	/*float: right;*/
	clear: both;
	background-color: #f5f5f5;
	padding: 10px;
	border-radius: 3px;
}

#line_select > div {
	display: block;
}

#line_select div label {
	display: block;
}

.line_select_shower div button div {
	float: left;
}

.ms-choice > span.placeholder {
	color: white;
}

.line_select_element {
	color: black;
}

#line_select div label button {
	float: right;
	border-radius: 100%;
	border: 1px solid black;
	background-color: black;
	color: white;
}

.vert_line {
	stroke:rgb(255,165,0);
	stroke-width:1;
	opacity:0.8
}

.value_point {
	stroke:rgb(255,165,0);
	fill:rgb(255,255,0);
}

.bar {
	stroke-width:1;
	stroke:rgb(0,0,0);
}

.auto_left {
	text-align: left;
	min-width: 155px;
}

.auto_right {
	text-align: right;
	min-width: 120px;
	width: auto;
}

.1ms-parent {
	width: 300px !important;
}

[disabled] {
	background: #dddddd !important;
}

.leftborder {
	border-left: 1px solid rgba(0, 0, 0, 0.5);
}

.custom_nav {
	width:320px;
	padding: 0px 10px 10px 10px;
	margin-bottom: 5px;
	height: calc(100% - 65px);
	background-color: white;
	position: fixed;
	overflow: auto;
	z-index: 1000000;
	text-align: center;
}

.custom_nav::-webkit-scrollbar {
    width: 12px;
    background-color: black;
}

.custom_nav h1 {
	margin-top: 5px;
	color:white;
}

th {
	text-align: center;
}

.th-odd {
	border-bottom: 5px solid #bfbfbf!important;
}

.th-even {
	border-bottom: 5px solid #e5e5e5 !important;
}

#table_paginate li {
	padding: 0;
	border: 0;
	margin: 0px 2px 0px 2px;
}

#table_paginate li a:hover {
	border: 1px solid black;
}

#table_paginate li:hover {
	border: none;
}

td {
	text-align: right;
}

.text-td{
	text-align: left;
}

.do-not-display {
	display: none !important;
}

.list-title {
	text-align:left;
}

.listelement {
	margin-top: 10px;
	background-color:  #f5f5f5;
	padding: 7px;
	border-radius:3px;
	cursor: pointer;
	overflow: hidden;
	vertical-align: center;
}

.list_left {
	float: left;
	text-align: justify;
	width: 50%;
}

.list-graph {
	margin-top:10px;
	float: right;
	text-align:center;
	vertical-align: middle;
	margin-left: 5px;
	height:auto;
}

.tab_header {
	left: 320px;
	right: 0;
	top: 0;
	z-index: 100;
    background-color: #F5F5F5;
}

.ms-parent {
	margin:5px;
}

.tab_content {
	top: 200px;
    border: 1px solid #e3e3e3;
    border-top: 0;
    background-color: #F5F5F5;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#list_div {
	margin-bottom: 15px;
}

#waiting_message {
	padding:50px;
	vertical-align: center;
}

#waiting_message p {
	font-size:1.8em;
}

.a {
     text-decoration: none;
     cursor: pointer;
     color: #337ab7;
}

.a:focus, .a:hover {
     color: #23527c;
     text-decoration: underline;
}

.centralized {
	text-align: center;
	vertical-align: middle;	
	color: black;
	background-color: white;
	position: relative;
	z-index: 100;
}

.spinner {
  height: 28px;
  width: 28px;
  animation: rotate 1s infinite linear;
  border: 6px solid #000;
  border-right-color: transparent;
  border-radius: 50%;
  display: table;     
  margin: 0 auto;
}

span.a-text:not(.active) {
	color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

span.a-text:not(.active):hover {
	color: #23527c;
    text-decoration: none;
    cursor: pointer;
}

ul.nav.nav-pills li {
	cursor: pointer;
}

@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

@media only screen and (min-width:601px) {

}

@media only screen and (max-width:800px) {
	body {
		line-height: 1.2;
	}
}

@media only screen and (max-width:600px) {
	body {
		line-height: 1.1;
	}
	.list_left{
		width:100%;
		clear: right;
		
	}
}

@media only screen and (max-width:1100px) {
	.custom_nav {
		position: static;
		width: 100%;
		height: auto;
	}
	.tab_header {
		position: static;
	}
	.alert-info-css{
	bottom: 0;
	position: fixed;
	right: 30px;
	left: 30px;
	}
	.content {
		margin-left: 10px;
	}
	.listelement {
		margin: 5px;
		padding: 0px;
		height: auto;
	}
	.listelement h3 {
		margin-top: 5px;
		margin-left: 5px;
		margin-bottom: 0;
	}
	.list-title {
		width: auto;
	}
	.list_left{
		clear:right;
	}
	.list-summary {
	}
	.list-graph {

	}
}

@media only screen and (max-width:1500px) {
	.list_left{
		
	}
}


@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}


/*landingpage_style*/

/*.container {
    width: 1050px;
    margin: 0 auto;
    padding-top: 150px;  
}*/

@media (min-width: 320px) { 
    .nav > ul > li {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

#separator {
    font-size: 23pt;
    font-weight: lighter;
}

.page-header {
    text-align: center;
    padding-right: 40px;
}

h1 {
    font-size: 2em;
}

p {
    color: black;
    margin-top: 11px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}

.panel {
    border-radius: 8px;
    border-width: medium;
    cursor: pointer;
}

.panel-body {
    padding-top: 0;
    padding-bottom: 0;
}

#panel {
    margin:2em;
}

/*Farbänderungen*/
#panel-browser:hover {
    border-color: #2B7DB7;
}

#panel-browser:hover .panel-heading {
    color: white;
    background-color: #2B7DB7;
    border-color: #2B7DB7;
}

#panel-atlas:hover {
    border-color: #FF841A;
}

#panel-atlas:hover .panel-heading {
    color: white;
    background-color: #FF841A;
    border-color: #FF841A;
}

.panel-heading{
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.row {
    margin: 0 auto;
}

#browser-img, #atlas-img {
    display: block;
    margin: 0 auto;
    padding: 5px 0 5px 0;
}

#browser-img {
    width:180px;
}

#atlas-img {
    width:220px;
    padding-bottom: 31px;
}

.glyphicon-home {
    font-size: 18px;
}

#layer_selector > li {
    float: none;
    display: table-cell;
}

#info_div {
    background-color: white;
}

#space_div {
    height: 19px;
    background-color: #F5F5F5;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}

#startpage {
    text-align: center;
}

.startrow {
    text-align: left;
    display: none;
}


.jumbotron {
    text-align: center;
    margin-top: 15px;
    background: url('../img/e_werke.jpg') no-repeat center;
    background-size: 50em;
}

#map {
    clear: both;
}

.floatThead-floatContainer {
    overflow: visible !important;
}

#search_div > label {
    font-weight: 400;
    margin-top: 5px;
}

#search {
    margin-left: 0.5em;
    display: inline-block;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.hometable {
    /*border-color: #CD0E16;*/
	border: 1px solid #ddd;
	border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    width: auto;
    height: 100%;
}

.hometable .dataTables_wrapper{
    overflow-x: auto;
}

.float-right {
    float: right;
}

.dataTables_wrapper {
    color: black;
}

.copyright_text {
	min-height: 20px;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 17px;
}

.copyright_text .media-left img {
    width: 80px;
    height: auto;
}

.copyright_text .media-body p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #1c1d21;
	text-align: left;
	margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
	/*color: white;*/
	color: black !important;
	height: 45px;
}

.hometable:hover {
    border-color: #BA0D14;
}

.hometable:hover .panel-heading {
    color: white;
    background-color: #BA0D14;
    border-color: #BA0D14;
}

#tab_div {
	background-color: #F5F5F5;
}

.hometable .panel-heading {
    /*color: white;*/
	color: #4a4e59;
    /*background-color: #CD0E16;*/
    background-color: #f5f5f5;
    /*border-color: #CD0E16;*/
    border-color: #ddd;
}

.nav > li > a {
    padding: 10px;
}

.navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

#standard_header .td_logo img {
    margin-top: 7px;
}

.hometablesrow {
    margin-left: -15px;
    margin-right: -15px;
}

#cont {
	margin-bottom: 10px;
}

#table_descr_info p {
	margin-top: 0px;
}

.ms-choice {
	height: 40px;
    background-color: #CD0E16;
    color: white;
    white-space: normal;
    font-size: 18px;
	vertical-align: middle;
}

.ms-choice > span {
	position: static;
	top: auto;
	display: inline;
	float: left;
}

.ms-choice > div {
	position: static;
	top: auto;
	right: auto;
	float: right;
}

#table_source_info {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	color: black;
}

.table_source_info-1 {
	width: 50%;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
}

.table_source_info-2 {
	width: 50%;
	padding-right: 10px;
	padding-bottom: 10px;
}

#keep_visible {
	display: inline-block;
	width: 100%;background-color: #F5F5F5;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
	border-top: 0;
	height: 17px;
}

a {
    /*color: #CD0E16;*/
    color: #114562;
}

a:focus, a:hover { /*questo si riferisce a i link tipo atlante statistico > economia > ... e a quelli soprasopra*/
    color: #BA0D14;
    text-decoration: underline;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff !important;
	text-decoration: none;
    background-color: #CD0E16;
}

.nav > li > a:focus, .nav > li > a:hover {
    /*text-decoration: underline;*/
	color: black !important;
}

button {
    /*color: #fff;*/
    color: black;
    background-color: #CD0E16;
}

#table_tab, #line_tab, #bar_tab {
    cursor: pointer;
}

.slider-handle {
    background-color: #CD0E16;
    background-image: linear-gradient(to bottom, #CD0E16 0%, #BA0D14 100%);
}

.btn-primary {
    background-color: #CD0E16;
    border-color: #BA0D14;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #BA0D14;
    border-color: #AD0E12;
}

.progn > li a, .progn > li a:hover {
	color: #FF6F00;
}

.progn > li.active > a, .progn > li.active > a:hover, .progn > li.active > a:focus {
    background-color: #FF6F00;
	color: white;
}

.progn > li.active > a, .progn > li.active > a:hover {
	background-color: #FF6F00; 
	color: white;
}

.progn > .slider-track > .slider-handle {
		background: #FF6F00;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    background: #FF6F00;
}

.btn-danger {
    background-color: #FF6F00;
    border-color: #F36900;
}

.btn-danger.active, .btn-danger.focus, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
    background-color: #DC6000;
    border-color: #CB5800;
}