.containerCustom {
  margin-top: 10px;
}

.header {
  margin-bottom: 10px !important;
}

.folders .breadcrumb {
  background-color: transparent;
}
.folders .breadcrumb .separator{
    margin-left: 10px;
    margin-right: 10px;
}
  .folders .breadcrumb a {
    color: #212529;
  }

.symbol .symbol-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  line-height: 0;
  color: #3f4254;
  background-color: #f3f6f9;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: .42rem;
}
.symbol.symbol-50 .symbol-label {
  width: 50px;
  height: 50px;
}

.symbol.symbol-light .symbol-label {
  background-color: #f3f6f9;
  color: #7e8299;
}
#thirdParties .nav-tabs .nav-link.disabled, #oportunities .nav-tabs .nav-link.disabled {
  color: #cecece !important;
}
.folderLink{
    cursor: pointer;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Seleccione" !important;
}
.custom-file-label{
    overflow:hidden;
}
.custom-file.disabled {
  cursor: not-allowed;
}
.folders {
  border: none;
}
.folders .ibox-title{
    padding: 10px 0px;
}
  .folders .ibox-title .breadcrumb {
    padding: 0px;
  }
   .folders .ibox-content {
    padding: 0px;
  }

.btn-xs, .btn-group-xs > .btn {
  padding: 0.25rem 0.25rem;
  font-size: 0.675rem !important;
  line-height: 1;
  border-radius: 0.2rem;
}
.btn-outline-secondary {
  color: #90929c !important;
  border-color: #E4E6EF !important;
}

.filter .dropdown-menu .dropdown-item {
  padding: 0.25rem 0.5rem;
}
  .filter .dropdown-menu .dropdown-item a {
    font-size: 1em;
  }

.border-transparent {
  border-bottom: 5px solid rgba(255,255,255,.1);
}
.border-oportunities {
  border-bottom: 5px solid #ff8b61;
}
.border-thirdparties {
  border-bottom: 5px solid #fed501;
}


.custom-radios {
  display: flex;
}

.item-radios {
  flex: 0.5;
}

  /*.item:nth-child(2) {
    background-color: grey;
    flex: 1;
  }

  .item:nth-child(3) {
    background-color: green;
    flex: 0.5;
  }*/

@media screen and (max-width:990px) {
  .custom-radios {
    flex-wrap: wrap;
  }

  .item--radios:first-child {
    flex-basis: 50%;
  }

}
.table.tasksActivities th, .table.tasksActivities td {
    vertical-align: top !important;
    padding: 0.35rem;
}
.infoTaskMobile {
  padding: 0.35rem 0 0.25rem 0.35rem !important;
}
.floatRight{
    float: right;
}
.floatLeft {
  float: left;
}


.timeline.timeline-1 {
  position: relative;
}

  .timeline.timeline-1 .timeline-sep {
    z-index: 0;
    content: '';
    position: absolute;
    left: 140px;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #EBEDF3;
  }

  .timeline.timeline-1 .timeline-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

    .timeline.timeline-1 .timeline-item .timeline-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
      flex: 0 0 128px;
      font-weight: 500;
      color: #B5B5C3;
    }

    .timeline.timeline-1 .timeline-item .timeline-badge {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 30px;
      height: 30px;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: white;
      border-radius: 50%;
      border: 4px solid white;
      position: relative;
      z-index: 0;
    }

      .timeline.timeline-1 .timeline-item .timeline-badge .svg-icon,
      .timeline.timeline-1 .timeline-item .timeline-badge i {
        line-height: 0;
      }

    .timeline.timeline-1 .timeline-item .timeline-content {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-size: 1rem;
      padding: 0 0 0 0.75rem;
    }

    .timeline.timeline-1 .timeline-item:last-child {
      margin-bottom: 0;
    }
