#operations .slider {
  border: none;
}

#operations .slider .ui-slider-range {
  background: #6FD9CF;
}

#operations .slider .ui-slider-handle {
  border-color: #6FD9CF;
}

#operations .optimizator-toolbar {
  background: white!important;
  color: black!important;
}

#operations .ui-slider-horizontal {
  height: 10px;
}

#operations .slider-container .input-container {
  width: 100%
}

#operations .slider-container .ui-slider .ui-slider-handle {
  width: 1.0em;
  height: 1.0em;
  outline: none;
  margin-top: 2px;
}

#operations .negative-slider .ui-slider-horizontal {
  background: #C3EDE9;
}

#operations .center-content {
  text-align: center;
}

#operations .div-outer-div {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#operations .div-percent-bar {
  display: inline-block;
  height: 20px;
  position: absolute;
}

#operations .div-percent-value {
  position: absolute;
  padding-left: 4px;
  font-size: 13px;
}

#operations .icon-rigth-button {
  min-width: 40px;
  float: right;
  padding: 0;
  margin: 0;
}

#operations .ag-row {
  cursor: pointer;
}

/*.ag-row-selected{
  font-weight: bold;
}*/
#operations .providerOwn{
  color:#af7bb5;
}

#operations .cellSelected .providerOwn{
  color:#efcdff;
}
#operations .cellSelected{
  /*background-color:#81D4FA;*/
  background-color:#3387AF;
  color:#eee;
  padding-left: 5px;
}

#operations .no-padding-right-left-bottom {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

#operations .arrow-grid {
  font-size: 1.5em;
  vertical-align: middle;
  margin-top: -0.1em;
}

#operations .optimization-sliders-md-card {
  min-height: 260px;
}

#operations .loading-optimization {
  margin-top: 50px;
  margin-bottom: 54px;
}

#operations .product-input-container {
  width: 100%!important;
  margin: 7px 0!important;
}

#operations .card-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#operations .purple-card {
  background: #DED0FB;
  color: #5A4E73;
  box-shadow: none;
}

#operations .orange-card {
  background: #F6CFD6;
  color: #B95365;
  box-shadow: none;
}

#operations .green-card {
  background: #B7ECE7;
  color: #3B6662;
  box-shadow: none;
}

#operations .lile-card {
  background: #C4F0CC;
  color: #3c663b;
  box-shadow: none;
}

#operations .gray-card {
  background: #cfcfc4;
  color: #525242;
  box-shadow: none;
}

#operations .blue-card {
  background: #aec6cf;
  color: #2f464f;
  box-shadow: none;
}

#operations .title-text {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
}

#operations .vertical-centered {
  align-items: center;
}

#operations .vertical-ended {
  display: flex;
  align-items: flex-end;
}

#operations .justify-start-content {
  display: flex;
  justify-content: flex-start;
}

#operations .justify-end-content {
  display: flex;
  justify-content: flex-end;
}

#operations .justify-around-content {
  display: flex;
  justify-content: space-around;
}

#operations .justify-between-content {
  display: flex;
  justify-content: space-between;
}

#operations .flex-row {
  display: flex;
  flex-flow: row nowrap;
}

#operations .flex-col {
  display: flex;
  flex-flow: column nowrap;
}

#operations .input-optimizacion {
  width: 82px;
  border: none;
  box-shadow: none;
  color: black;
  font-weight: bold;
  font-size: 27px;
  text-align: end;
  outline: none;
  margin-bottom: 5px;
}

#operations .label {
  font-weight: 400;
  font-size: 12px;
  color: #85868C;
}

#operations .ag-material .ag-cell-not-inline-editing nvd3 {
  position: relative;
  top: -10px;
}

#operations md-card.md-analyticboard-theme, md-card.rounded {
  border-radius: 5px !important;
}

#operations {
  background-color: #efeff0;
}


#operations md-card {
  box-shadow: none;
}

#operations .ag-material .ag-header {
  border: none;
  text-align: start;
}

#operations .ag-material .ag-header-cell-label {
  text-align: center;
  justify-content: center;
}

#operations .ag-material .ag-header-cell-label .ag-header-cell-text {
  font-weight: normal;
  color: #85868C;
}

#operations .dark-color-text {
  color: #242732;
}

#operations .remove-border {
  border: none;
}
#operations .text-align-right{
  text-align: right;
  padding-right: 5px;
}
#operations .text-align-center{
  text-align: center;
}
#operations #help{
    /*min-height: 50px;*/
    /*width: 150px;*/
    padding: 5px;
    /*background: rgba(255, 255, 255, 1);*/
    background: #FAFAFA;
    border: 1px solid #666;
    position: absolute;
    z-index: 2000;
    font-size: 12px;
    border-radius: 4px;
}


#operations .ui-select-placeholder{
  float:right !important;
}
/* --- Sankey chart styles --- */

#operations .node rect {
  cursor: move;
  fill-opacity: .9;
  shape-rendering: crispEdges;
  stroke-width:0;
}

#operations .node text {
  pointer-events: none;
  font-size:9px;
}

#operations .link {
  fill: none;
  stroke: #ccc;
  stroke-opacity: .2;
}

#operations .link:hover {
  stroke-opacity: .5;
}

#operations .description{
  font-size: 12px;
  color:#ccc;
  padding-left: 20px;
  padding-top: 15px;
}

#operations .md-button.md-analyticboard-theme.md-primary {
    color: #666;
}
#operations .md-button.md-analyticboard-theme.md-primary.selected {
  /*border-bottom: 2px solid #a9a9a9;*/
  /*color: #3387AF;*/
  margin-top: 1px;
  background-color:#3387AF;
  color:#eee;
}

#operations .month{
  font-size: 16px;
  color:#666;
  padding-left: 20px;
  padding-top: 15px;
}

#operations .ag-body-viewport {
    overflow-x: auto;
    overflow-y: overlay;
}

#operations .logoCompany{
  height: 60px;
  margin-top: -5px;
  margin-right: 20px;
}

#operations .greenDot{
  width: 16px;
  height: 19px;
  border-radius: 15px;
  background-color: #b1e0a6;
  /* margin: -13px 0px 5px 10px; */
  float: left;
  color: #fff;
  padding-left: 3px;
}
#operations .orangeDot{
  width: 16px;
  height: 19px;
  border-radius: 15px;
  background-color: #b58604;
  float: left;
  color: #fff;
  padding-left: 3px;
}

#operations .textPdto{
  width: 80%;
  margin-left: 5px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
#operations .textPdto span{

  
} 

#operations .suggested{
  background-color: #fff9ef;
}

#operations .rojoColor{
  color:#f99790;
  font-weight: bold;

}
#operations .verdeColor{
  color:#b1e0a6;
  font-weight: bold;

}

#operations md-checkbox.md-analyticboard-theme.md-checked .md-icon {
  background-color: #af7bb5;
}

