/*************************************************************************/
.blog-card {
  width: 180px;
  height: 70px;
  position: absolute;
  top: 20%;
  left: 50%;
  /*margin: -250px 0 0 -175px;*/
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, .5);
  text-align: center;
}
.blog-card.spring-fever {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/bg-blog-card.jpg) no-repeat;
}
.blog-card .color-overlay {
  /* Rectangle 11: */
  background: rgba(84, 104, 110, 0.4);
  width: 350px;
  height: 500px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.blog-card .gradient-overlay {
  /* bg-gradient: */
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
  background-image: linear-gradient(rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, .6) 21%);
  width: 350px;
  height: 500px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}
.blog-card:hover .card-info {
  opacity: 1;
  bottom: 120px;
}
.blog-card:hover .color-overlay {
  background: rgba(84, 104, 110, 0.8);
}
.title-content {
  text-align: center;
  margin: 70px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
}
h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #9cc9e3;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
hr {
  width: 95%;
  height: 2px;
  margin: 5px auto;
  border: 0;
  background: #d0bb57;
}
.intro {
  width: 170px;
  margin: 0 auto;
  color: #dce3e7;
  font-family: 'Droid Serif', serif;
  font-size: 13px;
  font-style: italic;
  line-height: 18px;
}
.card-info {
  width: 100%;
  position: absolute;
  bottom: 100px;
  left: 0;
  margin: 0 auto;
  padding: 0 50px;
  color: #dce3e7;
  font-family: 'Droid Serif', serif;
  font-style: 12px;
  line-height: 24px;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.3s, opacity 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}
.utility-info {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 20;
}
.utility-list {
  list-style-type: none;
  margin: 0 0 30px 20px;
  padding: 0;
  width: 100%;
}
.utility-list li {
  margin: 0 15px 0 0;
  padding: 0 0 0 22px;
  display: inline-block;
  color: #dce3e7;
  font-family: 'Roboto', sans-serif;
}
.utility-list li.comments {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-chat.svg) no-repeat 0 0.1em;
}
.utility-list li.date {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1765/icon-calendar.svg) no-repeat 0 0.1em;
}

/*********************************************************************************/
* {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* CODIGO CSS QUE NOS GENERA EL DISEŅO DE LAS TARJETAS DRAGGABLES*/
.card {
    box-shadow: 0 6px 12px 0 rgba(0,0,0,0.4);
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    height:310px;
    width:310px;
    position:relative;
    float:left;
    margin-right:10px;
    background-color:#D3D3D3;
}
/* TITULO DEL CARD */
.title-content {
  text-align: center;
  margin: 5px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
}
h3 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #9cc9e3;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
/* IMG DEL CARD */
.img-content {
    
  margin: 40px 0 10px 0;
  position: absolute;
  z-index: 20;
  height: 45%;
  /*width: 100%;*/
  top: 0;
  left: 0;
}

/* Add rounded corners to the top left and the top right corner of the image */
.img {
    border-radius: 5px 5px 0 0;
    width:100%;
    height:100%;
}
.margin 
{
    
   margin: 20px;    
}
.full {
    float: left;
    position:relative;
    height:1250px;
    width: 100%;
    margin:10px;
}

.fullCheckList 
{
    height:auto;
    width: 100%;
    margin:10px;
    overflow: auto;
    
    }

.floatRight
{
    float:right;
    position:relative;
}

.width100
{
    width:100%;
}

.cabeceraTexto
{
    margin: 10px 10px 0px 10px;
}
.dataRightModule
{
    height:auto;
    min-height:40px;
    display:-moz-box; /* Firefox */
    display:-webkit-box; /* Safari and Chrome */
    display:box;
}

.dataColumnRightModule
{
    -moz-box-flex:30.0; /* Firefox */
    -webkit-box-flex:30.0; /* Safari and Chrome */
    box-flex:30.0;
    height:auto;
    width: 30%;
}

.dataMiddleColumnRightModule
{
    -moz-box-flex:40.0; /* Firefox */
    -webkit-box-flex:40.0; /* Safari and Chrome */
    box-flex:40.0;
    margin: 0 10px;
    height:auto;
    width:37%;
}

.titulo span.textoTitulo {
    font-weight: bold;
    line-height: 40px;
    margin: 10px 0 0 10px;
}
.caja
{
    float:left;
    position:relative;
    width:100%;
    height:auto;
}
.labelCaja
{
    float:left;
    margin: 0px 0px 0px 185px;
    position:relative;
    width:18%;
}
.ddCaja
{
    float:left;
    margin: 0px 0px 20px 15px;
    position:relative;
    width:300px;
}

.iconoEnlaceRefresh
{
    background: transparent url("../img/ico_actualizar_16x16.png") no-repeat scroll 0 0;
    margin: 10px 10px 0 0;
}

.textoCargando
{
    margin-top: 10px;
    text-align: center;
}

.imgCargando
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

input 
{
    margin:3px;
    padding:4px;
    
}
.buttonOff 
{
    background-color:#353535;
    color:White;
}
canvas {
    border: 1px solid #999;
}
/*******************************************/
.modal, .modal .shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.modal .shade {
  background: #000;
  opacity: 0.7;
  z-index: 1;
}

.modal .chart {
  width: 90%!important;
  height: 90%!important;
  top: 5%;
  left: 5%;
  position: absolute;
  background: #fff!important;
  z-index: 2;
  border-radius: 5px;
}

.amcharts-export-menu {
  display: none;
}

.modal .amcharts-export-menu {
  display: block;
}