a.navbar-brand {
    height: auto;
}

li.leaf {
    width: 100%;
}


/*TABS*/

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

.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-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 !important;
    height: 30px !important;
    text-align: center !important;
    padding: 6px 0 !important;
    font-size: 12px !important;
    line-height: 1.428571429 !important;
    border-radius: 15px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* POPOVER */
.popover-title {
    display: none;
}

.popover {
    width: 100%
}

button[data-toggle="popover"] {
    padding: 1px !important;
    border-radius: 13px;
    line-height: 6px;
}

/* Form Argentinos */
.motivos-circulacion-container {
    /* overflow-y: auto;
     max-height: 70vh;*/
}

.motivos-circulacion-container .list-group .list-group-item label {
    cursor: pointer;
    padding: 20px 0;
}

.motivos-circulacion-container .list-group .list-group-item:hover {
    background-color: #0275D8;
    color: #FFF;
}

.motivos-circulacion-container .list-group-item .motivo-control-input {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}

.custom-select, .input-group-text {
    font-size: inherit;
}

.form-group label.required:after {
    content: " * ";
    color: #0062cc;
}

/* Custom Radio Buttons Sizing*/
label.custom-control-label-md::before,
label.custom-control-label-md::after {
    top: 0.35rem;
    width: 1.50rem;
    height: 1.50rem;
    left: -20px;
}

.help-block {
    margin: .5rem 0 !important;
}

.integrante-container {
    border: thin dotted;
    padding: 10px;
    margin-bottom: 10px;
}

.integrante-container > label {
    border-bottom: thin solid;
}

.text-bold {
    font-weight: bold;
}

.text-underline {
    text-decoration: underline;
}

.barrapaso-uno{border-top:18px solid #f73988; padding-top: 10px;}
.barrapaso-dos{border-top:18px solid #f73988; padding-top: 10px;}
.barrapaso-tres{border-top:18px solid #f73988; padding-top: 10px;}
.barrapaso-cuatro{border-top:18px solid #f73988; padding-top: 10px;}
.barrapaso-cinco{border-top:18px solid #f73988; padding-top: 10px;}

.circulo {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    float:left;
}
.circulo > p {  
    font-size: 1.5rem;
    font-weight: bold;
   margin: 0px;
}

.uno {background: #37BBED;}
.dos {background: #D7DF23;}
.tres {background: #FFD100;}
.cuatro {background: #50B8B1;}
.cinco {background: #9283BE;}


.motivo-control-input, .form-check-label:hover  {
    color: #FFF!important;
}


.main-footer {
    background: #fff;
    padding-bottom: 32px;
    padding-top: 60px;
}
.element-invisible, element-focusable {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;

}
.navbar-default {
    position: relative;
    background-color: #fff;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    margin: 0;
    z-index: 9;
}
section {
    padding: 40px 0;
}
.alert-info { border: 2px solid #266fbb; color: #333!important; background-color: #f4faff; -webkit-border-radius: 8px;
              -moz-border-radius: 8px;
              border-radius: 8px; padding: 20px; font-weight: bold; font-family: 12px}
.txtDestaque { font-size: 22px}

.custom-control-label::before {

}

.custom-control-label::before,
.custom-control-label::after {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
}

.navbar-header {
    text-align: center
}

.list-group-item:hover label { color: #fff!important} 

.main-footer { background-color: #37BBED}
.custom-control-label{  padding: 6px; }

.error{
    color: #ff3333 !important;
}
.btn-block-1 {
    display: block;
    width: auto;
    background-color: #096eaa;
}
.btn-block-eliminar {
    display: block;
    width: auto;
    color: red;
    background-color: #fff;
    border-color: #ccc !important;
}

.oculto {
    display: none;
}

.span-error {
    display: inline-block;
    margin-bottom: .5rem;
    color: #ff3333!important;
    font-weight: 600!important;
    font-size: 14px!important;
}

.btn_eliminar_cotitular {
    color: #707070 !important;
    text-decoration: none !important;
}

.btn_eliminar_no_cotitular {
    color: #707070 !important;
    text-decoration: none !important;
}