﻿.stepwizard-step p {
    margin-top: 0px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
    opacity:1 !important;
    color:#bbb;
    background-color: #fff !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-entel {
    background: #f57817;
    border: 1px solid #99694d;
}
a.btn-entel {
    color:#fff!important;
    pointer-events: none;
}
.contenido-step {
        margin: 20px 20px 20px 20px;
}
.margin-right-10 {
    margin-right:10px;
}
.form-group {
    margin-bottom:15px;
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single {
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    border-radius: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #73879C!important;
    padding-top: 2px!important;
}
label {
    margin-bottom: 10px;
}
.btn-default.focus, .btn-default:focus {
    color:#fff!important;
    background: #f57817!important;
}
/*.responsive {
    overflow-x:auto;
    overflow-y:auto;
    max-height:600px;
}*/
