140 lines
2.6 KiB
CSS
140 lines
2.6 KiB
CSS
|
|
.adjuntos {
|
|
width:100%;
|
|
height:300px;
|
|
border:0;
|
|
}
|
|
|
|
.timepicker_wrap {
|
|
background-color: #ffffff !important;
|
|
border-radius:0;
|
|
padding:0px !important;
|
|
margin: 0px;
|
|
border: 1px solid #ccc !important;
|
|
box-shadow: none !important;
|
|
top: 33px !important;
|
|
|
|
}
|
|
|
|
input.timepicki-input {
|
|
background: #f5f8fa !important;
|
|
color: #6c7173;
|
|
font-size: 18px !important;
|
|
font-weight:bold;
|
|
font-family: "Helvetica Neue","Trebuchet MS",Tahoma,Verdana,Arial,sans-serif;
|
|
padding-bottom:5px;
|
|
padding-top:5px;
|
|
padding-left:0px;
|
|
padding-right:0px;
|
|
border-radius: 0 !important;
|
|
height:50px;
|
|
width:100% !important;
|
|
|
|
border-left:1px solid #e7e9ea !important;
|
|
border-right:none !important;
|
|
border-bottom:none !important;
|
|
border-top:none !important;
|
|
|
|
border-spacing: 0px !important;
|
|
margin: 0px !important;
|
|
|
|
}
|
|
|
|
.time, .mins, .meridian, .ti_tx, .mi_tx, .mer_tx {
|
|
margin: 0 !important;
|
|
text-align:center;
|
|
}
|
|
|
|
div.time > div.prev {
|
|
background-position: 50% -30%;
|
|
}
|
|
|
|
div.time > div.next {
|
|
background-position: 50% 125%;
|
|
}
|
|
|
|
div.time > div.prev, div.next {
|
|
border-left:1px solid #e7e9ea !important;
|
|
border-right:none !important;
|
|
border-bottom:none !important;
|
|
border-top:none !important;
|
|
|
|
border-spacing: 0px !important;
|
|
margin: 0px !important;
|
|
padding-right: 18px;
|
|
padding-left: 18px;
|
|
padding-bottom: 10px;
|
|
padding-top: 10px;
|
|
border-radius: 0 !important;
|
|
background-color: #eee;
|
|
width:100% !important;
|
|
|
|
}
|
|
|
|
|
|
.prev:hover,
|
|
.next:hover {
|
|
background-color: #b42b0c;
|
|
}
|
|
|
|
|
|
.periodo_column {
|
|
display:table-cell;
|
|
background-color: #b42b0c;
|
|
border: 1px solid black;
|
|
width:400px !important;
|
|
}
|
|
|
|
.documento_column {
|
|
/*display:block;*/
|
|
width:450px !important;
|
|
min-width: 450px !important;
|
|
}
|
|
|
|
th.documento_column{
|
|
text-align:center;
|
|
}
|
|
|
|
|
|
.default_column {
|
|
display:block;
|
|
}
|
|
.parpadea {
|
|
|
|
animation-name: parpadeo;
|
|
animation-duration: 2s;
|
|
animation-timing-function: linear;
|
|
animation-iteration-count: infinite;
|
|
|
|
-webkit-animation-name:parpadeo;
|
|
-webkit-animation-duration: 2s;
|
|
-webkit-animation-timing-function: linear;
|
|
-webkit-animation-iteration-count: infinite;
|
|
}
|
|
|
|
@-moz-keyframes parpadeo{
|
|
0% { opacity: 1.0; }
|
|
50% { opacity: 0.0; }
|
|
100% { opacity: 1.0; }
|
|
}
|
|
|
|
@-webkit-keyframes parpadeo {
|
|
0% { opacity: 1.0; }
|
|
50% { opacity: 0.0; }
|
|
100% { opacity: 1.0; }
|
|
}
|
|
|
|
@keyframes parpadeo {
|
|
0% { opacity: 1.0; }
|
|
50% { opacity: 0.0; }
|
|
100% { opacity: 1.0; }
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|