/**
 *  If you want to override some bootstrap variables, you have to change values here.
 *  The list of variables are listed here bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_variables.scss
 */
$navbar-inverse-link-color: #5AADBB;
$icon-font-path: "../../bower_components/bootstrap-sass-official/assets/fonts/bootstrap/";

/**
 *  Do not remove this comments bellow. It's the markers used by wiredep to inject
 *  sass dependencies when defined in the bower.json of your dependencies
 */
// bower:scss
// endbower

html, body {
  height: 100%;
  overflow-x: hidden;
}

.rendering {
  #chart {
    margin-left: -10px;
    margin-top: 35px;
    width: 100%;
    height: 100%;
    position: fixed !important; /* !important needed to prevent C3 from overriding */
  }
  canvas {
    display: none !important;
  }
}

.chartTitle, .chartCredit, .chartSource {
  text-align: center;
}

#chartControls {
  /* height: 100%;
  overflow: scroll; */
}

.input-group.chartWidth-group {
  padding-left:13px !important;
  padding-right:13px !important;
}

.input-group.chartHeight-group {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

#chartGlobalType {
  margin-bottom: 15px;
}

#csvInput {
  margin-bottom: 20px;
  white-space: pre;
  tab-size: 20;
}

#dataGrid {
  max-height: 100px;
  overflow: scroll;
  /* .ngViewport {
    max-height: 100px;
  } */
}

.input-buttons {
  text-align: center;
  button {
    /* margin: 0 .5em; */
  }
}

// Color picker
.minicolors {
  .minicolors-swatch {
    width: 21px !important;
    height: 21px;
  }
}

.input-group-addon select {
  border: 0px;
}

.panel-body h4 {
  margin-bottom: 25px;
}

.panel-heading {
  cursor: pointer;
  
  &:after {
    font-family:'Glyphicons Halflings';
    content: '\e080';
    float: right;
    color: grey;
  }
  
  &.collapsed:after {
    content: '\e114';
  }
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.input-group > select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

.config {
  /* position: absolute;
  right: 10px;
  top: 10px; */
  float: right;
  margin-top: 10px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  border: 0;
  
  &.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
  }
  
  &.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}


.modal-backdrop {
  height: 100%;
}

.credit {
  small {
    float: right;
    padding-right: 1em;
  }
}

.input-chooser {
  .btn-lg {
    border: 0;
    margin-left: 5px;
  }
}

/**
 *  Do not remove this comments bellow. It's the markers used by gulp-inject to inject
 *  all your sass files automatically
 */
// injector
// endinjector
