
 /* Primary background color */
    .table .progress .bar,
    .login .btn-primary,
    .login .logo,
    .logo,
    .navbar-header,
    .modal-header,
    .ui-slider-range,
    .ui-slider-handle:before,
    .chosen-container .chosen-results li.highlighted,
    .paginate_enabled_next, .paginate_enabled_previous,
    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover,
    .ui-slider-handle:before,
    .login .forgotpass-info, .login .forgotpass-success


    {
       
    }

  .testa .modal-dialog {
    width: 900px;
  }

  
  .badge-ticket {
    position: relative;
    top: -20px;
    left: -9px;
    /* z-index: 99999; */
    background: #ed5564;
    width: 20px;
    padding: 3px 5px 4px 6px;
    font-style: normal;
    font-size: 10px;
    height: 20px;
    border-radius: 71%;
    color: #f7f5f5;
    line-height: 1;
}

.btn-portfolio {
    text-align: center;
    position: relative;
    top: 70px;
}

.portfolio-button-bg {
    background: #e5e5e5 !important;
    color: #000;
}

.portfolio-button-bg:hover {
    background: #e5e5e5;
}

.btn-portfolio-connected {
    position: relative !important;
    top: 14px !important;
}

a.btn.btn-primary.portfolio-button-connected {
    background: #7e8486 !important;
    color: #fff  !important;
}