/* 
    Document   : main
    Created on : 11-jun-2011, 19:25:18
    Author     : tuum.es
    Description:
        Purpose of the stylesheet follows.
*/

@import url('https://fonts.googleapis.com/css2?family=Epilogue:wght@200;400;700;800&display=swap');

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0px;
    padding: 0px;

}


html {
    overflow-y: scroll;
}

body {
    cursor: default;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
}

area {
    cursor: pointer;
}

b {
    display: block;
}

.bkg {
    /*background: #e4e4e4 url(/images/bkg.jpg) center center  no-repeat;*/
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.vLineAlpha {
    display: block;
    float: left;
    width: 1px;
    height: 80px;
    background-color: #FFF;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.floatLeft {
    float: left;
}


.helvetica {
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 0.2px;
}

.moduleVSpace {
    margin-top: 10px;
}

/*---------- Wrap -------------*/


.wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#wrap:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html .wrap {
    height: 1%;
}

.wrap {
    display: block;
}

.wrap {
    display: inline-block;
}

.wrap {
    display: block;
}

#tag {
    position: absolute;
    padding: 5px;
    background-color: #FFF;
    color: #333;
    border: 1px solid #CCC;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -1;
    font-family: Arial;
    display: none;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.tags b {
    position: absolute;
    padding: 5px;
    background-color: #000;
    color: #FFF;
    font-size: 10px;
    font-family: Arial;
    display: none;
    z-index: 100;
    left: 0px;
    top: 0px;
}

.dataAnchor {
    position: absolute;
    top: 475px;
}

.login {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: url(/images/home/banner_high.jpg) no-repeat left top;
    background-size: contain
}

.login .boxForm {
    position: absolute;
    left: 50%;
    margin-left: -205px;
    top: 50%;
    margin-top: -117.5;
    width: 410px;
    height: 235px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.25);
}

.login .logoEESS {
    padding: 25px;
    padding-bottom: 0px;
}

.login .logoCCOO {
    background: url(/images/home/logoCCOO.jpg);
    width: 200px;
    height: 84px;
    position: absolute;
    right: 60px;
    bottom: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.login .button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0px;
    padding: 0px;
    height: auto;
    background-color: #d42e12;
    color: white;
    border: 0px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    font-family: Arial;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.login .button:hover {
    background-color: darkred;
}

.login input[type=text],
.login input[type=password] {
    background-color: #F2F2F2;
    padding: 10px 15px;
    border: 0px;
    border-radius: 5px;
    margin: 20px;
    margin-bottom: 0px;
    width: 370px;
}

.alertas {
    background-color: #F2F2F2;
    position: fixed;
    bottom: 0px;
    top: 0px;
    right: -15px;
    height: auto;
    width: 300px;
    transition: all 300ms;
    overflow-y: auto;
    margin-top: 80px;
    z-index: 100;
    padding-right: 15px;
}

.alertas .alerta {
    border-bottom: 1px solid #CCC;
    /*padding: 20px;*/
    /*border-radius: 3px;*/
    padding-bottom: 30px;
    margin: 30px;
    min-width: 240px;
}

.alertas .alerta:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.alertas .alerta .date {
    background-color: #CCC;
    color: white;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.alertas .alerta strong {
    color: #333;
}


@-webkit-keyframes intermitent {
    0% {
        background-color: #999;
    }

    50% {
        background-color: #d42e12;
    }

    100% {
        background-color: #999;
    }
}

@keyframes intermitent {
    0% {
        background-color: #999;
    }

    50% {
        background-color: #d42e12;
    }

    100% {
        background-color: #999;
    }
}

@-webkit-keyframes intermitent-opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes intermitent-opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.alertas-button {
    background-color: #999;
    color: white;
    position: fixed;
    right: -100px;
    top: 115px;
    transition: all 300ms;
    padding: 10px 20px;
    z-index: 90;
    border-radius: 3px 0px 0px 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
    font-weight: bold;
    cursor: pointer;
    animation: intermitent 2s infinite;
}

.alertas-button:hover {
    background-color: #d42e12;
}



@media screen and (max-width: 1310px) {
    .alertas {
        width: 0px;
    }

    .alertas-button {
        right: 0px;
    }

    .alertas-button:hover~.alertas {
        width: 300px;
        box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.15);
    }

    .alertas:hover {
        width: 300px;
        box-shadow: -3px 0px 7px rgba(0, 0, 0, 0.15);
    }
}

.provincia-alert {
    font-size: 14px;
    padding: 30px;
    /*border: 1px solid #d42e12;*/
    background-color: rgba(212, 46, 18, 0.05);
    border-radius: 5px;

}

.provincia-alert .fa {
    font-size: 34px;
    color: #d42e12;
    margin-right: 10px;
    animation: intermitent-opacity 2s infinite;
}

.cardTitle {
    text-overflow: ellipsis;
    /* max-width: 370px; */
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.header-container .menu-mobile-btn {
    display: none;
}

.login .boxForm {
    height: 280px;
    text-align: center;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 450px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;

}

.highcharts-container text {
    font-weight: 400 !important;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 200 !important;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-button-symbol,
.highcharts-credits {
    display: none !important;
}

.menu-mobile {
    display: none;
}

.highcharts-figure .highcharts-title {
    display: none !important;
}

.highcharts-exporting-group {
    display: none;
}

.tagButtons {
    position: fixed;
    left: 0px;
    top: 103px;
    border-radius: 50px;
    background-color: white;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.15);
    border-radius: 0px 50px 50px 0px;
    z-index: 99;
    font-size: 0px !important;
    overflow: hidden;
}
.tagButtons a {
    padding: 10px 15px;
    display: inline-flex;
    border-right: 1px solid rgba(0,0,0,0.20);
    font-size: 12px;
}
.tagButtons a:last-child {
    border: 0px;
}
.tagButtons a.active {
 background-color: #d42e12;
 color: white;
}
.highcharts-arc {
    position: absolute;
    margin-top: 0px !important;
    width: 100%;
    top: 60px;
	z-index: 99;
}
.highcharts-arc .highcharts-exporting-group {
	display: block !important;
}
.graph-selector {
    position: absolute;
    right: 0px;
    z-index: 200;
    top: 40px;
}
.graph-selector button {
    background: none;
    border: 0;
    font-size: 30px;
    color: rgba(0,0,0,0.25);
    padding: 0 5px;
    cursor: pointer;
}