/* Theme Name: Vara Consensus Theme
Theme Description: Theme which displays vara consensus client websites
Author: Clemens Nawroth
Stylesheet: Main Stylesheet
Version: 5.40
*/

/*Bootstrap media queries:
XS < 576 px
SM >= 576 px
MD >= 768 px
LG >= 992 px
XL >= 1220 px
*/

@font-face {
  font-family: "Anton";
  src: url("https://files-vara-services.fra1.cdn.digitaloceanspaces.com/varamain/fonts/Anton-Regular.ttf") format('tff');
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
  font-size: 17px;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  color: #383838;
  font-family: Anton, "Source Sans Pro Reg", Helvetica, sans-serif;
  background-color: #FFF;
  overflow-x: hidden;
}

div.header{
  margin-top: 105px;
  margin-bottom: -40px;
}

span.color{
  color: #0D13C9;
  font-weight: 600;
}

.headline {
  display: block;
  margin: 0 0 9px;
  width: 100%;
}

.headline span{
  margin: 0 0 -2px;
  padding-bottom: 2px;
  display: inline-block;
  max-width: 100%;
  font-size: 1.294rem;
  color:#0D13C9;
}

div.mobile-shown{
  display:none;
}

.col-align-right{
  text-align:right;
}

a {
 color: #0D13C9;
}



.text-italic{
  font-style: italic;
}

.text-small{
  font-size: .882rem;
}
/*
#
#
#
#
#
Navbar
#
#
#
#
#
*/

.navbar-default {
  background-color: #FFF;
  padding-bottom: 20px;
  padding-top: 30px;
}

.navbar-header{
  float:left;
}

.navbar-brand {
  color: #FFF;
  font-size: 2.47rem;
  text-align: left;
  float: right;
  color: #0D13C9;
  margin-right:0px;
}

.navbar-brand:hover{
  color: #0D13C9;
  text-decoration: none;
}

.navbar-brand img{
}

.navbar-toggler-icon{
  width: 32px;
  height: 32px;
  background:url("./img/menu.png") no-repeat center center;
}

.navbar-nav {
  color: #0D13C9;  
}

.menue-top{
  height:50px;
  background-color:#0D13C9;
  color:#fff;
  width:100%;
    position: fixed;
    z-index: 1030;
  top:105px;
}

.menue-top a{
  color:#fff;
  text-decoration:none;
}

.menue-top a:hover{
  font-weight:600;
}

.menue-top ul.nav{
  align-items: center;
}

.menue-top li.nav-item{
  margin-left:0px;
  margin-right:30px;
  margin-top:10px;
  padding:0px;
}

.menue-top .dropdown-menu {
  color: #fff;
  background-color: #0D13C9;
  border: 0px;
  border-radius:0px;
}

.menue-top .dropdown-menu a{
  font-weight: normal;
}

.menue-top .dropdown-menu a:hover{
  background-color: transparent;
  font-weight: 600;
  color:#fff;
}

.menue-top li.active-page a{
  font-weight:600;
}

.menue-top li.active-page a.dropdown-item{
  font-weight:normal;
  color:#fff;
}

.menue-top li.active-page a.dropdown-item:hover{
  font-weight:600;
}

.menue-top div.div-active-page{
    border-bottom: 6px solid #FFF;
    position: relative;
    width: 100%;
    left: 0;
    bottom: -15px;
    margin-top: -5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: #ddd #ddd #FFF;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.nav-tabs a.nav-link{
  color: #0D13C9;
  text-decoration: none;
  background-color: transparent;
}
.nav-tabs a.nav-link:hover{
  color: #F4F4F3;
  text-decoration: none;
  background-color: transparent;
}


.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;
}

.charts .btn-group{
    text-align: right;
    float: none;
    display: block;
    position: relative;
    top: 30px;
    width: 100%;

}

.footer {
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #666666;
  color: #C5CCCC;
}

.nav-footer {
  color: #C5CCCC;
  background-color: transparent;
  margin-top: 15px;
 }
 
 .nav-footer > li > a {
    display: inline;
    float: none;
    color: #ccc;
    text-decoration: none;
    letter-spacing: 0.1rem;
    margin-right: 1rem;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 500;
}


.nav-footer > li > a:hover {
   font-weight: bold;
  background-color: transparent;
}

.kpi {
  color: #012597;
  margin-top: 10px;
  font-weight: bold;
}

/*
#
#
#
#
#
#
Forms
#
#
#
#
#
#
*/


.form-inline{
  display:block!important; /*necessary in order to ensure that IE renders correctly*/
}

.form-control{
  font-size: 0.88rem;
  border: 0px;
  border-radius: 0;
  background-color: #F4F4F3;
  color: #383838;
}

.form-col-adjusted{
  width: 100%!important;
}

.btn-multiselect{
  border: 0px;  border: 0px;

  background-color: #F4F4F3;
  border-radius: 0px;
  width: 100%;
  padding: .5rem .75rem;
}

input.form-control {
  padding: 0.58rem 0.75rem;
}

select{
  background-color: #F4F4F3;
}

option option{
  background:transparent;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F4F4F347;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.08rem + 2px);
}

select:-internal-list-box option:checked {
  background-color: #0D13C9;
}

.multiselect-container{
  z-index: 1100;
  border-radius: 0;
}

.multiselect-container>li>a>label {
  padding: .3rem .75rem;
}

/*
#
#
#
#
#
Table
#
#
#
#
#
*/


li.dt-button.buttons-columnVisibility {
    padding: 2px 5px 2px 5px;
}

li.dt-button.buttons-columnVisibility.active {
    background-color: #0D13C9;
    border: 1px solid #4e63a2;
}

li.dt-button.buttons-columnVisibility.active a {
    color: #fff;
}

li.dt-button.buttons-columnVisibility.active a:hover{
    color: #fff;
}

.main-table {
  position:relative;
  top: -150px;
}

table.dataTable {
  border-spacing: 0px 0px;
}

.table.dataTable thead th {
  vertical-align: top;
  font-weight:normal;
}

table.dataTable tfoot th {
  background-color:#fff;
  font-weight:normal;
  font-size: .882rem;
  border-bottom: 1px solid #e9ecef;
}

table.dataTable td.foot {
  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: #F4F4F3;
  border-right: 2px solid #F4F4F3;
  border-top: 2px solid #F4F4F3;
  /*color: #959595; */
  font-size: .882rem; 
  font-weight: bold;
}

table.dataTable th.first-head-left {
  background-color: #F4F4F3;
  border-left: 2px solid #F4F4F3;
  border-top: 2px solid #F4F4F3;
  color: #959595;
  font-size: .882rem; 
}

table.dataTable th.second-head {
  background-color: #F4F4F3;
  font-size: .882rem;
}

table.dataTable tr.group td {
  font-weight: bold;
  background-color: transparent;
  color: #012597;
  padding-top: 30px;
}

table.dataTable tr.group-overwrite td{
  background-color: #F4F4F3;
}

.table-title {
  padding-top: 118px;
  font-size: 1.647rem;
  color: #0D13C9;
}

div.table-title span.mobile-company{
  display:none;
}

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: .75rem;
    vertical-align: top;
    border-bottom: 0px;
    border-top: 0px;
    text-align: center;
}

table.dataTable td.col-estimates{
  background-color: rgba(97,209,246,.15);
}

table.dataTable td.first-col {
  text-align:left;
  white-space: nowrap;
}

table.dataTable th.first-col{
  text-align:left;
}

table.dataTable tbody tr:hover td{
  color: #0D13C9;
  border-bottom: .3px solid #0D13C9;
}

table.dataTable tr.even{
  background-color: #F4F4F3;
}

table.dataTable tr.odd{
  background-color: #FFF;
}

table.dataTable td.odd_overwrite{
  background-color: #FFF;
}

table.dataTable td.even_overwrite{
  background-color: #F4F4F3;
}

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-italic {
  font-style: italic;
}

.td-bold{
  font-weight: 600;
}

table.dataTable td.planFigure{
  background-color: #d6deff;
  font-weight: bold;
}

.dataTables_wrapper .btn-group{
  text-align: right;
  float: left;
  display: block;
  margin-top: -20px;
  margin-bottom: 20px;
}

.dataTables_wrapper .btn-group a:hover{
  color: #0D13C9;
}

.dataTables_wrapper .btn{
  padding:0px;
  padding-right:5px;
  z-index:1000;
  background-color:inherit;
}

.dataTables_wrapper .btn:hover{
  background-color:transparent;
}


.dataTables_filer {
  display: inline-block;
    float: right;
}

.btn {
  border-radius: inherit;
  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: 25px;
  width: 16px;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: #0D13C9;
  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: #959595;
}

table.dataTable td.child {
  text-align: left;
}

table.dataTable>tbody>tr.child ul.dtr-details {
  padding-left: 20px;
}

table.table-small-font td{
  font-size: .882rem!important;
  padding-right: .15rem;
  padding-left: .4rem;
}

table.table-small-font th{
  font-size: .75rem!important;
  padding-right: .15rem;
  padding-left: .4rem;
}

/*table.datatTable.fixedHeader-floating{
  table-layout:inherit!important;
}*/

#aoverview_main td{
  vertical-align:middle;
}

div.row.aoverview-legend-wrapper{
  margin-top: -180px;
  padding-bottom: 170px;
}

div.aoverview-summary .aoverview-legend-wrapper{
  margin-top: -10px;
  padding-left: 15px;
  padding-bottom: 0px;
  font-style: italic;
  margin-bottom: -25px;
}

div.aoverview-summary .aoverview-beforechart{
  margin-top: 15px;
  margin-bottom: 30px;
}

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.chart-footnote{
	margin-top:40px;
	font-style:italic;
	padding-left:15px;
}

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;
}
div.td-recomm-shifted{
  bottom: -25px;
}

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;
}

tr.group-start td{
  text-align:left;
}



.btn-charts{
  border-radius: 0px;
  border: 1px solid transparent;
  background-color: #0D13C9;
  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*/

div.excel-icon-lg{
  background-image: url("./img/excel-icon-large-gray.png");
  background-repeat: no-repeat;
  width:30px;
  height:30px;
}
div.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");
}

div.pdf-icon-lg{
  background-image: url("./img/pdf-icon-large-gray.png");
  background-repeat: no-repeat;
  width:30px;
  height:30px;
}
div.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
#
#
#
#
#
*/


#aoverview_main a:hover{
  color: #0D13C9;
  font-weight:bold;
  text-decoration:none;
}

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:#0D13C9;
  margin-left: 6px;
}

#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: #FFF;
  border-bottom: 1px solid #eee;
}

.aoverview-summary-shifted{
  margin-top: -150px;
}

.aoverview-summary-unshifted{
  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:#F4F4F3;
}

/*
#
#
#
#
#
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%;

}

.row.ts-charts {
  padding-bottom: 0px;
}


/*
#
#
#
#
#
#
Auto Table
#
#
#
#
#
#
*/

.dataTables_scrollBody::-webkit-scrollbar {
  background: white;
 }

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #0D13C9;
  border-radius: 8px;
  /* box-shadow: inset 0 0 6px rgba(0,0,0,.5); */
 }

.dataTables_scrollBody::-webkit-scrollbar {
  /*width: 8px;
  height: 8px;*/
  border-radius: 8px;
} 

.dataTables_scrollBody::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 6px rgba(0,0,0,.5);*/ 
  border-radius: 8px;
}

#autoTable_wrapper tbody tr:hover td{
  color: inherit;
  border-bottom: inherit;
}

.first-col span.fa{
 color: #959595;
}

.first-col span.fa:hover{
  color: #0D13C9;
 }

#autoTable_wrapper th, #autoTable_wrapper td {
  padding: .5rem;
  font-size: .882rem;
}

#autoTable_wrapper div.td-neutral {
  bottom: -12px;
}

#autoTable_wrapper div.td-positive {
  bottom: -12px;
}

#autoTable_wrapper div.td-negative {
  bottom: -12px;
}

#row-table-menu{
  margin-top: 70px;
  background-color:#fff;
  font-size: 0.88rem;
}

#row-menu-collapse{
  margin-top: 60px;
  font-size: 0.88rem;
  display:none;
  margin-bottom: -20px;
  padding-bottom: 0px;
  padding-top: 0px;
}

#row-menu-collapse button{
  background-color: #0D13C9;
  color: #fff;
  margin-right: 8px;
  padding: 5px 8px;
}

#autoTable_wrapper .btn-group {
  float: right;
  margin-top: -40px;
  margin-bottom: 0px;
  display: none;
}

.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: #0D13C9;
}

.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: #F4F4F3;
  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%!important;
  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;
}

td.cagr{
  font-style: italic;
}

th.cagr{
  font-style: italic;
}

/*
#
#
#
#
#
#
Auto Charts
#
#
#
#
#
#
*/


#row-autocharts {
  margin-top: 70px;
  background-color: #fff;
  font-size: 0.88rem;
}

#row-autocharts-config{
  background-color: #F4F4F3;
  padding: 2px 10px 10px 10px;
}

#btn-group-autocharts{
  float: right;
  margin-top: -40px;
}

.btn-autocharts-config{
  background-color: #0D13C9;
}

.btn-save-config{
  margin-top: 8px;
  background-color: #0D13C9;
}

.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;
}

/*
#
#
#
#
#
#
Peer Group
#
#
#
#
#
#
*/

#peergroup-main_wrapper .dt-buttons{
  float:right!important;
  width:inherit;
}

.peergroup-title {
  float:left;
  margin: 0 0 0px;
}

.peergroup-title span{
  margin: 0 0 -2px;
  padding-bottom: 2px;
  display: inline-block;
  max-width: 100%;
  font-size: 1.294rem;
  color:#0D13C9;
}

td.peer-metrics-row{
  background-color: #fff;
  font-size: .882rem;
}

td.nowrap, th.nowrap{
  white-space: nowrap;
}

/*
#
#
#
#
#
#
Loader
#
#
#
#
#
#
*/

.loader {
	border: 16px solid #f3f3f3;
    border-top: 16px solid #0D13C9;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    animation: spin 2s linear infinite;
    z-index: 1031;
    position: absolute;
    left: 50%;
    top: 100px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*
#
#
#
#
#
#
Mobile
#
#
#
#
#
#
*/

@media screen and (min-width: 1200px){
  .container-wide {
    transition: all 0.4s ease-in-out;
    transition-delay: 0.4s;
    max-width: 2000px;
  }
  .container{
    max-width:1200px;
  }
}

@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: 14px;
  }
  nav.navbar{
    display:none;
  }
  div.header{
    margin-top: 0px;
  }
  div.menue-top{
    height: 60px;
    top:0px;
  }
  div.menue-top .container{
    padding-top:10px;
  }
  div.table-title{
    padding-top: 72px;
    font-size:20px;
  }
  div.table-title span.mobile-company{
    display:block;
  }
  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: #0D13C9;
    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: #FFF;
  }
  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.dt-buttons{
    display: block!important;
    margin-bottom: 20px!important;
    text-align: left!important;
    width: 170px;
    float: left!important;
  }

  .aoverview-summary div.dt-buttons{
    margin-top: -40px!important;
    float:right!important;
    text-align:right!important;
  }

  #autoTable_wrapper .btn-group{
    display:none!important;
  }
  
  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:110px;
  }
  div.row-table .headline{
    margin-top: 40px;
  }

  div.aoverview-summary .aoverview-legend-wrapper.aoverview-beforechart{
    top:-110px;
    position:relative;
    margin-top: 50px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  #aoverview_main thead{
    line-height: 1.8;
  }

.aoverview-summary .dataTables_wrapper .btn-group {
    margin-top: 0px;
    margin-bottom: 25px;
  }
  table.dataTable.fixedHeader-floating {
    top: 60px!important;
  }

  .aoverview-summary .row-summary-mobile-shift-up{
    margin-top: 0px;
  }



  /* Charts */
  
  div.charts{
    margin-top: -130px;
    padding-bottom: 150px;
  }
  div.charts .btn-group{
    /*text-align: left;
    top: 60px;*/
    display:none;
  }
  div.charts .headline{
    margin-bottom: 0px;
    margin-top: 20px;
  }
  div.ts-charts .headline{
    margin-top:20px;
  }
  div.ts-charts .btn-group{
    display:none;
  }

  /* Auto charts and Auto table*/
  #defaultSettings button{
    margin: 2px 2px!important;
    width: 100%;
    max-width: 100px;
  }

  /*Hide Excel Button*/
  button.btn.btn-default.buttons-excel.buttons-html5{ 
    display:none;
  }

  button.btn.btn-default.excel-icon-lg{
    display:none;
  }

  button.btn.btn-default.buttons-print{
    display:none;
  }

  a.dropdown-item.dropdown-download-excel{
    display:none;
  }

  /* 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;
  }
  div.aoverview-summary .aoverview-legend-wrapper{
    margin-top:inherit;
    padding-bottom:inherit;
    margin-bottom: -10px;
  }

}

.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){}

