body {}
.text-muted {
    --bs-text-opacity: 1;
    color: #a1acb8 !important;
}
footer {
    height: 240px;
}

.next-bar {
    height: 80px;
}
.codarea {
   width:  100px;
 }
.sidebar-nav { padding: 9px 0; }

.login input[type=text], .login input[type=password] {width: 95%;}

.add-on .icon-calendar {cursor: pointer;}

h4 span { font-weight: normal; }

label { font-weight: bold; }

.controls.input-append { margin-left: 20px; }

.controls > .error { color: #b94a48; display: inline-block; padding-left: 5px; vertical-align: middle; }

.img-captcha {margin-left: 20px;}
.input-captcha {margin-left: 5px; width: 61px;}

.esperando { display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background-color:rgba(255,255,255,0.5); background-image: url("../img/guardar.gif"); background-position: center center; background-repeat: no-repeat; z-index: 1500;  }

fieldset fieldset { margin: 0px 25px; }

i.info { cursor: help; }

.bottom-fixed { position: fixed; bottom: 0px; left: 0px; background: #ffffff; border-top: 1px solid #DDDDDD; width: 100%; padding: 20px 0px 10px 0px; }
.bottom-fixed .controls { float: left; margin-right: 20px; }
.bottom-fixed .alert { float: right; width: 500px; }

.control-group { margin-bottom: 10px !important; }

.controls i.info { margin-left: 7px; }

.icon-color-yellow {color: #f89406;}

.icon-1x {font-size:14px;}

.icon-cancelar-turno, .icon-cancelar-turno:hover { text-decoration: none; color: #bd362f; }

.print { display: none; }

.btn.disabled {pointer-events: none;}

#error_sistema {
    background-color: rgba(100,100,100, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    z-index: 2000;
    display: none;
}

#error_sistema p {
    padding-top: 20%;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: red;
    text-shadow: 1px 1px 3px #ffffff;
    filter: dropshadow(color=#ffffff, offx=1, offy=1);
}

#fcd {
    display: none;
    padding: 4px;
    margin-left: 10px;
}
