
/* Mio */

.flat-slider.ui-corner-all,
.flat-slider .ui-corner-all {
    border-radius: 0;
}

.flat-slider.ui-slider {
    border: 0;
    background: #b2a8a7;
    border-radius: 7px;
}

.flat-slider.ui-slider-horizontal {
    height: 6px;
}

.flat-slider.ui-slider-vertical {
    height: 15em;
    width: 6px;
}

.flat-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    background: #4558a5;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.flat-slider.ui-slider-horizontal .ui-slider-handle {
    top: 50%;
    margin-top: -10px;
}

.flat-slider.ui-slider-vertical .ui-slider-handle {
    left: 50%;
    margin-left: -10px;
}

.flat-slider .ui-slider-handle:hover {
    opacity: .8;
}

.flat-slider .ui-slider-range {
    border: 0;
    border-radius: 7;
    background: #f99;
}

.flat-slider.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 6px;
}

.flat-slider.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 6px;
}

.derecha {
    text-align: initial !important;
}
.card-header h5  > a {
    display: block;
    position: relative;
    background-color: #fff;
}
.card-header h5 > a:after {
    content: "\f078"; /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    padding-right: 10px;
}
.card-header h5 > a[aria-expanded="true"]:after {
    content: "\f077"; /* fa-chevron-up */
}  
.card-header h5 > a[aria-expanded="true"] {
    background-color: #164192;
    color: #fff;
    padding-right: 10px;
}
a { text-decoration: none !important;}

/* Colores */

.rojo { background-color: red;}
.verde { background-color: green;}
.terracota { background-color: #d26341;}
.azul {background-color: blue;}
.rojotexturado { background-color: #b52e31; }
.rojoterracota { background-color: #bb322c; }
.grisoscuro { background-color: #686b6d; }

/* Fin */

.form-check { padding: 10px; border-radius: 5px;margin-top: 4px; border: solid 1px #ccc;}
.error{ color: red; padding-left: 10px; font-weight: bold; }
.input-color {
    position: absolute;
    width: 1.075rem;
    height: 1.075rem;
    opacity: 0;
    cursor: pointer;
}
.color {
    border: solid 1px #dcdcdc;
    padding: 0;
    border-radius: .25rem;
    width: 1.075rem;
    height: 1.075rem;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.input-border {
    border: solid 3px;
}
@media (max-width: 600px) {
    #chapas {
        width: 100% !important;
    }
}