﻿
 .stepwizard-step p {
    margin-top: 10px;    
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table !important;     
    width: 100%  !important;
    position: relative  !important;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 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;
}

input[type=checkbox] {
    width:30px;
    height:20px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}



input[type="radio"]{
     width:30px;
    height:20px;
}

/*.table>tbody>tr>td{
    padding:0px;
    vertical-align:middle;
}*/

.HideControl
    {
        display: none;
    }

.hero-unit {
    padding: 20px;
    margin-bottom: 20px;  
    background-color: #eeeeee;
    border-radius: 6px;
}
 .btnPersonalizado{
    border-color: #2e6da4;
    border: 2px solid ;
    border-radius: 4px;
    display: inline-block;
    padding: 6px 12px;
}   

 .btnPersonalizado:hover{
     color: #fff; 
     background-color: #337ab7; 
     border-color: #2e6da4;
     text-decoration:none;
}


.inputPersonalizado {
    width: 100%;
    padding: 2px;
    border: 3px solid #327b9e !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    color: #4e4e4e;
    background-color: rgba(255,255,255,.15);
    height: 34px;
}

.inputPersonalizadoDisable {
    width: 100%;
    padding: 2px;
    border: 3px solid #327b9e !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    color: #4e4e4e;
    background-color: #eee !important;
    opacity: 1;
    height: 34px;
}

.inputPersonalizado:hover {
    border: 3px solid #4e4e4e !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}


#noPaddingTop{
    padding-top:0px !important;
}

  .radioButtonList label{
            display:inline;
        }


.DescripcionAnexo p{
    margin: 0 0 0px;
}
.inputPersonalizado[disabled] {
    background-color: #eee;
}