bitcitawebfrontlib-ibsalut
Version:
Angular CLI project used by other Angular projects in the bitcita web project.<br />
198 lines (154 loc) • 3.67 kB
CSS
/* estilos específicos de SOIB */
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif ;
margin: 0px;
}
.icono-loading {
position: fixed; right: 50px; top: 50px; z-index: 10000; width:75px;
}
header {
border-bottom: 1px solid #ddd;
margin: 0 auto; }
.logo-cabecera {
width: 75px;
margin: 10px; }
h2 {
margin-top: 0px ;
padding: 0px ;
margin-bottom: 20px ; }
h3, h4 {
margin-top: 20px ;
padding: 0px ;
margin-bottom: 0px ; }
h4.importante {
color: #e89d02 ; }
div.contenedor {
margin: 0 auto;
margin-bottom: 80px;
padding-top: 20px; }
.alert-info a {
color: blue; }
a {
text-decoration: underline ; }
.tabla-informacion {
width: 100%;
color: #000;
font-size: 1em; }
.tabla-informacion th {
color: #0088CC; }
.tabla-informacion th, .tabla-informacion td {
padding: 10px;
vertical-align: top; }
.tabla-informacion td:first-child {
font-weight: bold;
color: #81bfe0;
width: 30%; }
.tabla-informacion ul {
margin: 0px;
padding: 0px;
list-style: disc; }
.tabla-informacion ul li {
padding-bottom: 4px; }
.pie-tabla {
border-top: 1px dotted #808080;
padding-top: 20px; }
ul {
list-style: disc;
margin-top: 10px ; }
ul li {
padding-bottom: 10px; }
.inline-block {
display: inline-block;
}
.sub {
text-decoration: underline; }
.texto-rojo {
color: #f44;
}
.btn-reserva {
font-size: 1.2em ; }
.hora-disponible {
margin: 10px; }
.hora-disponible:hover {
background-color: #eee;
cursor: pointer;
}
.hora-seleccionada {
background-color: #0275d8;
color: #fff;
/*color: #0088CC;
text-decoration: underline;*/
cursor: pointer; }
.hora-seleccionada:hover {
background-color: #0275d8 ; }
.btn-navegar {
margin-top: 5%;
padding-top: 20px;
border-top: 2px solid #ddd; }
.btn-navegar button {
margin-right: 2px; }
footer {
background: #ddd;
position: fixed;
bottom: 0px;
width: 100%; }
footer p {
margin: 20px; }
.ui-dialog-footer .btn {
margin: 4px;
}
ul.lista-horas-disponibles {
list-style: none ;
padding: 0px; }
ul.lista-horas-disponibles li {
float: left;
padding: 3px 8px 3px 8px;
margin: 2px 2px 2px 2px; }
.margin-top-20 {
margin-top: 20px ; }
.margin-top-30 {
margin-top: 30px ; }
.margin-bottom-10 {
margin-bottom: 10px ; }
.margin-top-bottom-5 {
margin-top : 5px ;
margin-bottom: 5px ; }
.margin-left-right-10 {
margin-left : 10px ;
margin-right: 10px ; }
ul.miga-pan {
margin: 0px ;
padding: 0px ;
list-style: none ;
font-size: 1.1em;
color: #666 ; }
ul.miga-pan li {
float: left ;
margin-right: 10px ; }
ul.miga-pan li.actual {
color: #0088CC;
font-weight: bold; }
ul.miga-pan li.pasado {
color: #b7b7b7 ; }
/* estilos para página browser.html */
.browser div.contenedor {
width: 50%;
}
.browser .centrar {
text-align: center;
}
/* LOADING */
div.loading {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.4);
z-index: 10000;
}
div.loading img {
width: 150px;
top: 50%;
left: 50%;
margin-top: -75px;
margin-left: -75px;
}