.prefix {
    float: right;
    position: relative;
    z-index: 2;
    margin: 10px 9px 0 -25px;
}
.falta-codigo{
    border: 1px solid red;
}
.color-codigo-error{
    color: red;
}
.btn-dark-ctrl{
    padding: 2% 10%;
    -moz-border-radius: 119px 119px 119px 119px;
    -webkit-border-radius: 119px 119px 119px 119px;
    background: black;
    border: 0px solid #000000;
    font-weight: 600;
}
::placeholder {
    color: #dfdbdb !important;
}
.codigo{
    width: 40px !important;
    display: inline-block;
}
#WindowLoad
{
    position:fixed;
    top:0px;
    left:0px;
    z-index:3200;
    filter:alpha(opacity=65);
    -moz-opacity:65;
    opacity:0.65;
    background:#f8f8f8;
}
[v-cloak] {
    display: none;
}
input:focus {
    outline: none !important;
    border:1px solid #e69b00 !important;
    box-shadow: 0 0 3px #e69b00 !important;
}
.cursor{
    cursor: pointer;
}
.irs-single, .irs-bar {
    background: #000000;

}

label.optionLugar{
    border-radius: 6px;
    padding: 4px 8px;
    margin-right: 5px;
    background: #f8f9fa;
    color: #4d453ae6;
    border: 1px solid #dee7ec;
    margin-bottom: 5px;
    font-size: 75%;
}
.fondo-icono{
    height: 30px;
    display: inline-flex;
    background: #ef8b3b;
    width: 30px;
    padding:7px;
    border-radius: 50%;
}
.text-naranja-ctrl{
    color: #ef8b3b;
}
.background-naranja-ctrl{
    background: #ef8b3b;
}
.division{
    width: 100%;
    height: 5px;
    background: #ef8b3b;
}
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

[type="checkbox"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
}


[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}
[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
    content: '';
    left: 0;
    position: absolute;
    /* .1s delay is for check animation */
    transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
    z-index: 1;
}

[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0px;
    z-index: 0;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0px;
    width: 24px;
    height: 24px;
    border: 2px solid #f57c00;
    background-color: #ef8b3b;
    z-index: 0;
}
.btn-dark-ctrl.disabled{
    background-color: #abacad !important;
}

/*[type="checkbox"].filled-in:checked + label:before {*/
/*top: 4px;*/
/*left: 1px;*/
/*width: 9px;*/
/*height: 14px;*/
/*border-top: 2px solid transparent;*/
/*border-left: 2px solid transparent;*/
/*border-right: 2px solid #fff;*/
/*border-bottom: 2px solid #fff;*/
/*-webkit-transform: rotateZ(37deg);*/
/*transform: rotateZ(37deg);*/
/*-webkit-transform-origin: 100% 100%;*/
/*transform-origin: 100% 100%;*/
/*}*/
