body {
    color: #000;
    background-color: white;
    font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    font-weight: lighter;
}

a,
a:focus,
a:hover {
    color: #CE0910;
    text-decoration: none;
}

#header {
    width: 100%;
    -webkit-box-shadow: 0px 5px 0px 0px rgba(210, 210, 210, 0.3);
    -mox-box-shadow: 0px 5px 0px 0px rgba(210, 210, 210, 0.3);
    box-shadow: 0px 5px 0px 0px rgba(210, 210, 210, 0.3);
    z-index: 200;
    position: absolute;
}

#header .title-mobile {
    display: none;
}

#header a.fedea {
    background-image: url(../imagenes/logo.png);
    background-size: 190px 72px;
    width: 190px;
    height: 72px;
}

#header h1 {
    font-family: "Open Sans";
    font-weight: lighter;
    font-size: 24px;
    line-height: 46px;
    margin-bottom: 0;
}

#header h1.home {
    color: #cc3333;
}

#header h1 a {
    color: #000;
}

#header h1,
#header a {
    float: left;
}

#header #menu ul {
    list-style: none;
    padding: 0;
    margin-top: 17px;
    float: right;
}

#header #menu ul li {
    float: left;
    font-weight: lighter;
    font-size: 16px;
}

#header #menu ul li a {
    color: #000;
    font-size: 16px;
}

#header #menu ul li+li {
    margin-left: 34px
}

#header #menu ul li.selected {
    color: #cc3333;
}

#header #menu {
    float: right;
    padding-top: 18px;
}

#header .hamburger {
    position: absolute;
    top: 24px;
    right: 28px;
    z-index: 10;
}

.material-icons.md-36 {
    font-size: 36px;
}

#header .menu {
    width: 100%;
    position: absolute;
    left: 0;
    display: none;
    background: #eee;
    top: 118px;
    padding: 20px;
}

#header .menu ul {
    padding-top: 16px;
    list-style: none;
}

#header .menu ul li {
    font-size: 18px;
    font-weight: lighter;
    float: left;
    clear: both;
    margin-bottom: 20px;
}

.wrap {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

#body-idx {
    padding-top: 77px;
}

#info #fechapicker {
    width: initial;
    display: inline;
}

.row.chart {
    margin: 0 10px;
}

#title {
  pointer-events: none;
}

.datepicker td.day {
    color: red;
}

#info .input-group.date {
    display: inline-table;
    width: 142px;
}

#info #datos_series {
    display: inline-table;
    position: relative;
    margin-top: 8px;
    vertical-align: top;
}

#covid {
    background-color: #fcd5d1;
    float: none;
    margin: 20px 10px;
    padding: 20px 20px;
    width: auto;
    font-size: 16px;
    border: 1px solid black;
}

.cuerpo {
    padding-top: 60px;
}

.cuerpo h1 {
    font-size: 24px;
    font-weight: lighter;
}

.cuerpo p {
    font-size: 18px;
    line-height: 30px;
}

button.button.btn {
    margin-top: 23px;
    margin-left: 10px;
}

#body-idx .row {
    /*background: #c4d7ed;*/
    background: #eeeeee;
}

#chart_container {
    position: relative;
    padding: 0;
}

#periodo,
#last,
#title {
    position: absolute;
}

#periodo {
    top: 18px;
    left: 68px;
}

#title {
    top: 12px;
    right: 20px;
}

#last {
    top: 14px;
    right: 20px;
}

#last .value {
    font-size: 72px;
    display: none;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.axis .tick line {
    fill: none;
    stroke: #aaaaaa;
    shape-rendering: crispEdges;
}

.x.axis .tick text {
    font-weight: 600;
}

.line.puro,
g.points.puro .point {
    stroke: #436C98;
}

.line.suavizado,
g.points.suavizado .point,
.line,
g.points .point {
    stroke: #A41600;
}

#info {
    padding: 10px;
    float: none;
}

#info>div,
#info ul.series {
    display: inline;
}

#info a.selected,
#info li.selected {
    font-weight: bold;
    cursor: text;
}

#info a.indice,
ul.series li {
    cursor: pointer;
}

#info ul.series {
    padding-left: 0;
}

#info ul.series li {
    display: inline-block;
    margin-left: 4px;
}

#info ul.series li:before {
    content: "| ";
}

#info .dropup ul {
    min-width: 0;
    max-height: 600px;
    overflow-y: auto;
}

span.alza {
    color: lightgreen;
}

span.baja {
    color: red;
}

.pvicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pvicon-menu-hamburger {
    content: url('../imagenes/ic_menu_black_24px.svg');
}

.pvicon-notifications {
    content: url('../imagenes/ic_notifications_black_24px.svg');
}

.pvicon-share {
    content: url('../imagenes/ic_share_black_24px.svg');
}

.navbar-nav {
    float: left;
    margin: 0;
}

.nav.navbar-nav .title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

g.reces rect {
    /*fill: #adc8e6;
    stroke: #adc8e6;*/
    fill: #c4d7ed;
    stroke: #c4d7ed;
}

#chartdiv .info .envelope {
    padding: 6px;
    display: flex;
    display: inline-flex;
    display: -webkit-inline-flex;
    background-color: white;
    /*border: 3px solid #A41600;
  border-top: 1px solid lightgrey;
  border-left: 1px solid lightgrey;*/
    border: 1px solid lightgrey;
    border-bottom: 3px solid #A41600;
}

#chartdiv .info .envelope.indice {
    /*border: 3px solid #436C98;
  border-top: 1px solid lightgrey;
  border-left: 1px solid lightgrey;*/
    border: 1px solid lightgrey;
    border-bottom: 3px solid #436C98;
}

#chartdiv .info .envelope,
#chartdiv .info {
    pointer-events: none;
}

#chartdiv .info .envelope div,
#chartdiv .info .envelope div.titulos {
    float: left;
}

#chartdiv .info .envelope div ul li {
    white-space: nowrap;
}

#chartdiv .info .envelope .titulos ul li {
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

#chartdiv .info .envelope div+div {
    margin-left: 10px;
}

#chartdiv .info .envelope ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#chartdiv .info .envelope div.valores ul li {
    float: right;
    clear: both;
}

/* Footer */
.embed-footer {
    position: relative;
    padding-bottom: 63.58%;
    height: 0;
    overflow: hidden;
}

.embed-footer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer {
    background-image: url(../imagenes/bg-section.png);
    color: #fff;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    text-decoration: none;
    padding: 70px 0;
    margin-top: 60px;
    min-height: 660px;
}

#footer p a {
    color: rgb(255, 255, 255);
}

#footer p a:hover {
    text-decoration: underline;
}

#footer p {
    -webkit-margin-before: 0;
}

#footer .widget {
    font-size: 12px;
    line-height: 19px;
}

p.fedea {
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 45px;
    height: 23px;
    padding-top: 14px;
    padding-bottom: 0;
    margin-bottom: 52px;
}

p.head {
    font-size: 20px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 300;
    padding-bottom: 15px;
    margin: 24px 0;
    text-transform: uppercase;
}

p.submenu {
    padding-left: 10px;
}

#social {
    position: absolute;
    right: 0;
    margin: 28px;
    padding: 10px;
}

#facebook {
    background-image: url(../imagenes/facebook.png);
    background-size: 32px 32px;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    cursor: pointer;
}

#social img {
    width: 32px;
    padding: 6px;
    border: 0;
    box-shadow: none;
    display: inline;
    vertical-align: bottom;
    box-sizing: unset;
}

#reces_info {
    margin-top: 20px;
    margin-left: 36px;
}

#reces_info p {
    display: inline-block;
    padding-top: 6px;
    margin-left: 6px;
    vertical-align: top;
}

#reces_info p.export {
    background-color: #f1f2f4;
    padding: 6px;
    margin-left: 12px;
}