/* Theme Name: Teamviewer iFrame
Theme Description: Theme for Teamviewer Website
Author: Clemens Nawroth
Version: 0.1
*/

/*Bootstrap media queries:
XS < 576 px
SM >= 576 px
MD >= 768 px
LG >= 992 px
XL >= 1220 px
*/

@font-face{
    font-family:"Futura LT W01 Book";
    src:url("fonts/futura/1475798/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
    src:url("fonts/futura/1475798/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"),url("fonts/futura/1475798/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"),url("fonts/futura/1475798/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"),url("fonts/futura/1475798/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype");
}

@font-face{
    font-family:"Futura LT W01 Heavy";
    src:url("fonts/futura/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix");
    src:url("fonts/futura/1475846/752e3189-96d5-4999-8ae7-c435a470461b.eot?#iefix") format("eot"),url("fonts/futura/1475846/f3fa9288-dc04-4f75-b949-b06584863c9c.woff2") format("woff2"),url("fonts/futura/1475846/6b1bbd38-7556-4809-a151-88182a37116e.woff") format("woff"),url("fonts/futura/1475846/1f56887e-52d4-4229-b219-513cbef3ff58.ttf") format("truetype");
}

html {
  position: relative;
  min-height: 100%;
  font-size: 14px;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 80px;*/
  color: #012597;
  font-family: "Futura LT W01 Book", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
	line-height: 140%;
	font-size: 100%;
}

div.header{
  /*margin-top: 105px;*/
  margin-bottom: 30px;
}

span.color{
  color: #002596;
  font-weight: 600;
}

.headline {
  display: block;
  margin: 20px 0 9px;
  width: 100%;
}

.headline span{
  margin: 0 0 -2px;
  padding-bottom: 2px;
  display: inline-block;
  max-width: 100%;
  font-size: 1.294rem;
  color:#002596;
}

div.mobile-shown{
  display:none;
}

.col-align-right{
  text-align:right;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.col-12 {
  padding-right: 0px;
  padding-left: 0px;
}


.row{
  padding-top: 20px;
  padding-bottom: 20px;
  /* margin-top:20px; */
}

.row-table{
margin-top:50px;

}

.page-content{
  margin-bottom:0px;
  margin-top:30px;
}

.note{
  font-size:0.765rem;
}

.disclaimer {
  font-size:0.765rem;
  padding-top: 15px;
}

#cookie-notice .button.bootstrap.cn-set-cookie{
  background-color: #fff;
  margin-left: 10px;
  padding: 2px 8px;
  border-radius: 2px;
  color: #000;
  text-shadow: none;
  border: none;
  box-shadow: none;
  background-image: none;
}

.large{
  font-size:1.4286rem;
}

a{
  color: #002596;
  text-transform: uppercase;
}

a:hover{
  text-decoration: underline;
  color: #002596;
}

a.active{
  font-weight: bold;
}

.col-12{
  padding-left:0px;
  padding-right:0px;
  margin-bottom:25px;
}

.align-right{
  text-align:right!important;
}

input.form-control {
  padding: 0.58rem 0.75rem;
}

select{
  background-color: #e9eaec;
}

option option{
  background:transparent;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9eaec47;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.08rem + 2px);
}

select:-internal-list-box option:checked {
  background-color: #002596;
}


/*
#
#
#
#
#
Table
#
#
#
#
#
*/

.main-table {
  position:relative;
  top: -150px;
}

#consensus_main {
  padding-bottom:20px;
}

td.aperiod-filled{
  background-color:#ebefff!important; 
}
td.aperiod-empty{
  background-color:#FFF!important; 
	border-bottom: 1px solid #fff!important;
}

table.dataTable {
  border-spacing: 0px 0px;
	border-collapse: collapse!important;
}

.table.dataTable thead th {
	color:#1b3067; 
  vertical-align: top;
  font-weight:normal;
	/*padding: 10px;*/
	border: 0 none;
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	text-align: center;
	line-height: 1.25em;
}

table.dataTable tfoot th {
  background-color:#fff;
  font-weight:normal;
  font-size: .882rem;
  border-bottom: 1px solid #e9ecef;
}

table td span.fa{
  margin-right:3px;
}

table.dataTable th {
  border-top: 0px;
}

table.dataTable th.first-head {
  background-color: transparent;
  border-right: 2px solid #e9eaec;
  border-top: 2px solid #e9eaec;
  color: #959595;
  font-size: .882rem; 
}

table.dataTable th.first-head-left {
  background-color: transparent;
  border-left: 2px solid #e9eaec;
  border-top: 2px solid #e9eaec;
  color: #959595;
  font-size: .882rem; 
}

table.dataTable th.second-head {
  background-color: #fff;
  font-weight: normal;
}

table.dataTable tr.group td {
  font-weight: bold;
  background-color: transparent;
  padding-top: 30px;
  text-align:left;
	border-bottom: 5px solid #295b8e;
	color: #295b8e;
	border-left: none;
}

.table-title {
  /*padding-top: 118px;*/
  font-size: 1.4286rem;
  color: #002596;
  font-weight: bold;
}

table.dataTable thead {
    background-color: transparent;
}

div.dataTables_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.dataTables_filter{
  display: none;

}

table.dataTable td, table.dataTable th {
		padding: 10px;
    vertical-align: top;
    border-top: 0px;
    text-align: center;
		border-left: 5px solid #FFF;
		color: #616161;
}

table.dataTable td{
	color: #2e2e2e;
	border-bottom: 1px solid #295b8e;
	/*background-color: #ebefff;*/
}

table.dataTable th {
  border-bottom: 0px;
}

/*table.dataTable td.col-estimates{
  background-color: rgba(97,209,246,.15);
}*/

table.dataTable td.first-col {
  text-align:left;
  white-space: nowrap;
	color: #2e2e2e;
	border-left: 0px;
}

table.dataTable th.first-col{
  text-align:left;
}

table.dataTable tbody tr:hover td{
  color: #295b8e;
	background-color: #C3D1D9;
  border-bottom: 1px solid #295b8e;
}

table.dataTable tbody tr.group:hover td{
	border-bottom: 5px solid;
	background-color: inherit;
}

table.dataTable tr.even{
  background-color: #fff;
}

table.dataTable tr.odd{
  background-color: #fff;
}

table.dataTable td.odd_overwrite{
  background-color: #fff;
}

table.dataTable td.even_overwrite{
  background-color: #fff;
}

table.dataTable td.col-update{
  text-align: center;
}
table.dataTable td.compValue{
  font-style:italic;
  background-color: #e4e5fa;
}

table.dataTable td.belowPlan{
  background-color: rgba(255, 196, 0, 0.1);
}

table.dataTable td.abovePlan{
  background-color: rgba(255,64,0,0.1);
}

table.dataTable td.consensus{
  font-weight: bold;
}

td.td-italic {
  font-style: italic;
}

table.dataTable td.planFigure{
  background-color: #d6deff;
  font-weight: bold;
}

.dataTables_wrapper .btn-group{
  text-align: right;
  float: right;
  display: block;
  margin-top: -57px;
}

.dataTables_wrapper .btn-group a:hover{
  color: #002596;
}

.dataTables_wrapper .btn{
  padding:0px;
  padding-right:5px;
  z-index:1000;
}

.dataTables_wrapper .btn:hover{
  background-color:transparent;
}


.dataTables_filer {
  display: inline-block;
    float: right;
}

.btn {
  border-radius: unset;
  border: 2px solid transparent;
  font-size: inherit;
}

.btn-secondary{
  color: #CCC;
  background-color: transparent;
  border: 0px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 3px;
  left: 3px;
  height: 20px;
  width: 16px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color:#295b8e;
  padding-top: 10px;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
  background-color: #2e2e2e;
}

table.dataTable td.child {
  text-align: left;
}

table.dataTable>tbody>tr.child ul.dtr-details {
  padding-left: 20px;
}

div.row.aoverview-legend-wrapper{
  margin-top: -180px;
  padding-bottom: 170px;
}

div.aoverview-legend{
  width: 30px;
  height: 15px;
  margin-right: 5px;
  margin-top: 4px;
}

div.legend-item {
  display: flex;
  float: left;
  padding-right: 20px;
}

div.aoverview-legend.negative{
  background-color: #fe992a; 
}
div.aoverview-legend.positive{
  background-color: #70d143; 
}
div.aoverview-legend.neutral{
  background-color: #fdd90a; 
}

div.td-negative{
  border-bottom: 6px solid #fe992a;
  position: relative;
  width: 60%;
  bottom: -15px;
  margin-top: -10px;
  max-width: 85px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

div.td-positive{
  border-bottom: 6px solid #70d143;
  position: relative;
  width: 60%;
  bottom: -15px;
  margin-top: -10px;
  max-width: 85px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

div.td-neutral{
  border-bottom: 6px solid #fdd90a;
  position: relative;
  width: 60%;
  bottom: -15px;
  margin-top: -10px;
  max-width: 85px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
td.child div.td-positive{
  border-bottom: 0px;
  margin-top: -18px;
  border-right: 15px solid #70d143;
  height: 15px;
  float: right;
  position: static;
}
td.child div.td-neutral{
  border-bottom: 0px;
  margin-top: -18px;
  border-right: 15px solid #fdd90a;
  height: 15px;
  float: right;
  position: static;
}
td.child div.td-negative{
  border-bottom: 0px;
  margin-top: -18px;
  border-right: 15px solid #fe992a;
  height: 15px;
  float: right;
  position: static;
}





.btn-charts{
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: #61d1f6;
  color: #fff;
}

.btn-autotable {
  border-radius: 0px;
  background-color: #012597;
  color: #fff;
  padding: 0.44rem;
}

.btn-autotable-top{
  border-radius: .25rem;
  border: 1px solid transparent;
  background-color: #012597;
  color: #fff;
  margin-top: 0px;
}


table.dataTable tr.highlight td{
  font-weight: bold;
}

canvas{
  margin-top: 25px;  
  padding: 15px;
  background-color: #fff;
}

/*Table sorting in THEAD*/
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
  right: 2px;
  top: 12px;
  content: "";
  background-image: url("./img/arrow-gray-up.png");
  background-repeat: no-repeat;
  width:14px;
  opacity:1;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  right: 2px;
  top: 23px;
  content: "";
  background-image: url("./img/arrow-gray.png");
  background-repeat: no-repeat;
  width:14px;
  opacity:1;
}
table.dataTable thead .sorting_asc:before{
  background-image: url("./img/arrow-blue-up.png");
}
table.dataTable thead .sorting_desc:after {
  background-image: url("./img/arrow-blue.png");
}

/*Table icon sets*/

.excel-icon-lg{
  background-image: url("./img/excel-icon-large-gray.png");
  background-repeat: no-repeat;
  width:30px;
  height:30px;
}
.excel-icon-lg:hover{
  background-image: url("./img/excel-icon-large-blue.png");
}
.excel-icon-sm{
  background-image: url("./img/excel-icon-small-gray.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.excel-icon-sm:hover{
  background-image: url("./img/excel-icon-small-blue.png");
}

.pdf-icon-lg{
  background-image: url("./img/pdf-icon-large-gray.png");
  background-repeat: no-repeat;
  width:30px;
  height:30px;
}
.pdf-icon-lg:hover{
  background-image: url("./img/pdf-icon-large-blue.png");
}
.pdf-icon-sm{
  background-image: url("./img/pdf-icon-small-gray.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.pdf-icon-sm:hover{
  background-image: url("./img/pdf-icon-small-blue.png");
}

.column-icon-lg{
  background-image: url("./img/column-icon-large-gray.png");
  background-repeat: no-repeat;
  width:30px;
  height:30px;
}
.column-icon-lg:hover{
  background-image: url("./img/column-icon-large-blue.png");
}
.column-icon-sm{
  background-image: url("./img/column-icon-small-gray.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.column-icon-sm:hover{
  background-image: url("./img/column-icon-small-blue.png");
}

.print-icon-lg{
  background-image: url("./img/print-icon-large-gray.png");
  background-repeat: no-repeat;
  width:30px;
  height:30px;
}
.print-icon-lg:hover{
  background-image: url("./img/print-icon-large-blue.png");
}
.print-icon-sm{
  background-image: url("./img/print-icon-small-gray.png");
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
}
.print-icon-sm:hover{
  background-image: url("./img/print-icon-small-blue.png");
}

.buttons-colvis::after {
  display: none;
}

/*
#
#
#
#
#
analyst overview
#
#
#
#
#
*/

div.charts .canvas-wrapper{
  height:300px;
  width:100%;
}

.skala .gradient {
  margin-top: 3px;
    background: url(/assets/img/scalar_bg.jpg);
    background-size: 100%;
}

#aoverview_main span{
  position: relative;
}

#recomm-above{
  margin-top:20px;
  margin-bottom: 10px;
}

#recomm span.fa{
  color:#002596;
}

#gradient {
    background: url(./img/scalar_bg.jpg);
    background-size: 100%;
    width: 100%;
    height: 10px;
    display: inline-block;
}

#recomm td{
  text-align:left;
  border: 0px;
  padding-bottom:50px;
}

.aoverview-recomm{
  background-color: #F7F7F7;
  border-bottom: 1px solid #eee;
}

.aoverview-summary{
  margin-top: 0px;
}

.aoverview-summary .dataTables_wrapper .btn-group{
  float: right;
  margin-top: -40px;
  margin-bottom: 25px;
}

#aoverview_main_wrapper div.btn-group{
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-timeseries{
  margin-top: -20px;
}


/*
#
#
#
#
#
Consensus Estimates
#
#
#
#
#
*/

#mySelect{
  width: 120px;
  float: right;
  border: 0px;
  border-radius: 0px;
  background-color:#f5f5f5;
}

/*
#
#
#
#
#
Company Data
#
#
#
#
#
*/

div.compdata-col{
  margin-top: -50px;
}

.compdata_table_div .dataTables_wrapper .btn-group {
  float: right;
  margin-top: -40px;
  margin-bottom: 25px;
}

.compdata_table_div{
  margin-top: 50px;
}

/*
#
#
#
#
#
#
Time Series
#
#
#
#
#
#
*/

div.ts-charts .canvas-wrapper{
  height:300px;
  width:100%;
}

.ts-charts .btn-group{
  text-align: right;
  float: none;
  display: block;
  position: relative;
  top: 30px;
  width: 100%;

}


/*
#
#
#
#
#
#
Auto Table
#
#
#
#
#
#
*/


#autoTable_wrapper tbody tr:hover td{
  color: inherit;
  border-bottom: inherit;
}

.first-col span.fa{
 color: #959595;
}

.first-col span.fa:hover{
  color: #002596;
 }

#row-table-menu{
  margin-top: 70px;
  background-color:#fff;
  font-size: 0.88rem;
}

#row-menu-collapse{
  margin-top: 70px;
  font-size: 0.88rem;
  display:none;
  margin-bottom: -20px;
  padding-bottom: 0px;
  padding-top: 0px;
}

#row-menu-collapse button{
  background-color: #61d1f6;
  color: #fff;
  margin-right: 8px;
  padding: 5px 8px;
}

#autoTable_wrapper .btn-group {
  float: right;
  margin-top: -40px;
  margin-bottom: 0px;
}

.row-table-shift-up {
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}

#overlayBroker .dataTables_wrapper .btn-group{
  float: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

#defaultSettings{
  padding-top: 0;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

#defaultSettings table td{
  border: 0px;
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #e9ecef;
  border-top: 1px solid #e9ecef;
}

#defaultSettings table td.right{
  text-align:right;
}

#defaultSettings table{
  margin-top:0px;
  margin-right:2px;
}

#defaultSettings button{
  margin: 0px 2px;
  background-color: #61d1f6;
}

.form-row{
  margin-top: 10px;
}

.btn-group-autotable{
  width: 100%;
  display: block;

}

.btn-group-autotable button{
  text-align:left;
}

.activeCalClass{
  background: #c8e2d2; 
}

.overlayMenu{
  float:right;
  color: #FFF;
}

.overlayMenu button.btn-window{
  border-radius: 0px;
  border: 0px;
  background-color: #959595;
  color: #fff;
margin-right:0px;
    font-size: 0.7rem;
    padding: 5px;
}

#overlayInput{
  position: fixed;
  display: none;
  bottom: 0;
  left:0;
  top:0;
  right:0;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
  box-shadow: 1px 2px 10px #808080b0;
  overflow: auto;
  z-index:2000;
  padding: 30px;
}

#overlayChart{
  position: fixed;
  display: none;
  bottom: 0;
  left:0;
  top:0;
  right:0;
  background-color: rgba(0,0,0,0.7);
  z-index: 2000;
  cursor: pointer;
  box-shadow: 1px 2px 10px #808080b0;
  overflow: auto;
  padding: 30px;
}

#overlayBroker{
  position: fixed;
  display: none;
  bottom: 0;
  left:0;
  top:0;
  right:0;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
  box-shadow: 1px 2px 10px #808080b0;
  overflow: auto;
  z-index:2000;
  padding: 30px;
}

#overlayMisc{
  position: fixed;
  display: none;
  bottom: 0;
  left:0;
  top:0;
  right:0;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
  box-shadow: 1px 2px 10px #808080b0;
  overflow: auto;
  z-index:2000;
  padding: 30px;
}

#overlayChartDiv{
  max-width: 500px;
  margin: auto;
  height: 100%;
}

#checkPlan{
  margin-left: 1px;
  margin-top: 10px;
}

label.block{
  display: block;
}

.noscroll { 
  overflow: hidden;
}

.container-overlay{
  background-color: #f7f7f7;
  padding-top: 10px;
  padding-left: 30px;
}

.container-overlay .row{
  margin: 0px;
}

.nav-up{
  margin-top: -105px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.4s;
}

.menue-up{
  top: 0px;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}

.title-up{
  margin-top: -105px;
  margin-bottom: -20px;
  padding-top: 0px;  
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}

.container-wide{
  max-width:100%;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.5s;
}

.scrollHead-fixed{
  position: fixed!important;
  top: 42px;
  z-index: 1020;
}

.scrollHeadCol-fixed{
  position: fixed!important;
  top: 42px!important;
  left: 30px!important;
  z-index: 1021;
}

/*
#
#
#
#
#
#
Auto Charts
#
#
#
#
#
#
*/


#row-autocharts {
  margin-top: 70px;
  background-color: #fff;
  font-size: 0.88rem;
}

#row-autocharts-config{
  background-color: #e9eaec;
  padding: 0px 10px 10px 10px;
}

#btn-group-autocharts{
  float: right;
  margin-top: -40px;
}

.btn-autocharts-config{
  background-color: #002596;
}

.btn-save-config{
  margin-top: 8px;
  background-color: #002596;
}

.form-autocharts{
  background-color:#fff;
}

.btn-axis{
  border-radius: 0rem;
  background-color: #fff;
  color: #495057;
  border: 0px;
  padding: 7px;
}
.btn-axis:hover{
  background-color: #E9EBEF;
}


.btn-charts:disabled{
  background-color: transparent;
  border-color: transparent;
}


/*
#
#
#
#
#
#
Mobile
#
#
#
#
#
#
*/

@media screen and (max-width: 768px){
  div.dt-buttons{
    /*
    display: block!important;
    text-align: left!important;
    float: left!important;
    position:relative!important;
    margin-top:-90px!important;
    */
  }
  div.table-title{
    /*
    margin-bottom:50px;
    */
  }
}

@media screen and (max-width: 768px){
  div.mobile-shown{
    display:block;
  }
  div.mobile-hidden{
    display:none;
  }
}

@media screen and (max-width: 992px){
  /* Navigation and Header */
  html{
    font-size: 12px;
  }
  nav.navbar{
    display:none;
  }
  div.header{
  }
  div.menue-top{
    height: 60px;
    top:0px;
  }
  div.menue-top .container{
    padding-top:10px;
  }
  div.table-title{
    /*padding-top: 72px*/
  }
  div.menue-top ul.nav{
    display:none;
  }
  div.nav-collapse{
    display:inline-block!important;
    float: left;
  }
  div.menue-top ul.nav-collapsed{
    display: inline-block!important;
    background-color: #fff;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
    position: absolute;
    left: 25px;
    top: 50px;
    padding-bottom: 10px;
  }
  ul.nav-collapsed li.dropdown div.show{
    left: 90%!important;
  }
  ul.nav-collapsed a{
    color: #373737;
  }
  div.div-active-page{
    display:none;
  }
  div.logo-mobile{
    display:flex!important;
    float:right;
    margin-top:5px;
  }
  .nav-up{
    margin-top: 0px;
  }
  .title-up{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px!important;
  }


  
  /* Tables */
  #recomm{
    display: none;
  }
  #recomm-above{
    display:none;
  }
  #gradient-marker{
    display:none;
  }
  #gradient-scale-left{
    display:none;
  }
  #gradient-scale-right{
    display:none;
  }
  
  div.tab-content div.dt-buttons{
    display: block!important;
    margin-bottom: 15px!important;
    text-align: left!important;
    margin-top: 15px!important;
    width: 110px;
    float: left;
  }
  table.main-table{
    top: 0px;
    position:relative;
  }
  div.row-table{
    margin-bottom:0px;
  }
  div.row-table .headline{
    margin-top: 40px;
  }
  .aoverview-summary .dataTables_wrapper .btn-group {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  table.dataTable.fixedHeader-floating {
    /*top: 60px!important;*/
  }



  /* Charts */
  
  div.charts{
    margin-top: -130px;
    padding-bottom: 150px;
  }
  div.charts .btn-group{
    text-align: left;
    top: 60px;
  }
  div.charts .headline{
    margin-bottom: 20px;
  }

  /* Auto charts and Auto table*/
  #defaultSettings button{
    margin: 2px 2px!important;
    width: 100%;
    max-width: 100px;
  }

  /* Others */
  div.container{
    max-width:100%;
    padding-left:0px;
    padding-right:0px;
  }

  /*Analyst Overview*/
  div.row.aoverview-legend-wrapper{
    margin-top: -139px;
    padding-bottom: 80px;
  }

.btn-menu{
  color: #fff;
  background-color: transparent;
  padding-top: 5px;
}



/*Media Queries (overwriting default settings)*/

@media(min-width:576px){}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}

