@charset "UTF-8";
/* Dashboard & Configuración Módulos */
/* Mixins */
/* Skin v4.6 - White / Dark / Blue */
@import url("https://fonts.googleapis.com/css?family=Barlow:500");
/* Configuración */
.col-conf figure {
  border: 1px solid #fff;
  box-shadow: 0 0 30px #cfd8dc;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  text-align: center;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative; }
  .col-conf figure a {
    padding: 1rem;
    display: block; }
  .col-conf figure img {
    margin-bottom: 1em; }
  .col-conf figure:hover {
    transition: all ease-in-out .3s; }
  .col-conf figure .edit-apartado {
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 30px #cfd8dc;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out .3s; }
    .col-conf figure .edit-apartado a {
      padding: 0; }
    .col-conf figure .edit-apartado:hover {
      background: #fff; }
      .col-conf figure .edit-apartado:hover a {
        color: #ff1744; }

.ico-apartado {
  fill: #2196f3 !important; }

.ico-apartado path {
  fill: #2196f3 !important; }

.col-md-4 figure {
  width: 60% !important; }

/* Dashboard Info: Wrapper, triangulo */
#dashboard-info-wrapper {
  position: relative;
  border: 1px solid #cfd8dc;
  border-radius: 5px; }

.dashboard-info {
  position: relative;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  padding: 2em 3em;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px; }
  .dashboard-info h2 {
    font-size: 1.2em;
    color: #263238;
    font-weight: 400;
    margin-bottom: 0.8em;
    transition: opacity .25s ease-in-out; }
    .dashboard-info h2:after {
      content: '';
      width: 80px;
      height: 3px;
      background-color: #ff1744;
      display: block;
      margin-top: 0.5rem;
      border-radius: 3px; }
  .dashboard-info p {
    font-size: 1em;
    color: #546e7a;
    transition: opacity .25s ease-in-out; }
  .dashboard-info .btn-dashboard-info {
    padding: 0.5em 1em;
    border: 1px solid #2196f3;
    background: #fff;
    border-radius: 3px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .dashboard-info .btn-dashboard-info:hover {
      border: 1px solid #ff1744; }

.dashboard-triangle {
  height: 30px;
  width: 30px;
  color: #fff;
  border: 1px solid #cfd8dc;
  -webkit-filter: drop-shadow(1px 1px 1px #cfd8dc);
  filter: drop-shadow(-3px -3px 20px #cfd8dc);
  transform: rotate(-45deg);
  position: absolute;
  top: 40%;
  z-index: 0;
  left: -12px; }

/* Background para layouts de dashboards */
.modulo-asistencias-dashboard {
  background: url("../images/bg-svg-modulo-01.svg") no-repeat bottom right; }

/* Badges para dashboards */
.badge-dashboard {
  background: #fff;
  border: 1px solid #cfd8dc;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  line-height: 2em;
  box-shadow: 0 0 10px #cfd8dc;
  padding: 1em; }
  .badge-dashboard i {
    color: #2196f3;
    margin-right: 0.5em;
    font-size: 24px; }
  .badge-dashboard p {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.5em; }

.badge-dashboard-center {
  justify-content: center; }

/* Badges con backgrounds */
/* Colección iconos: flaticon.com/packs/commerce-and-marketing */
.badge-dashboard-bg {
  position: relative;
  z-index: 2; }
  .badge-dashboard-bg:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.6;
    background-repeat: no-repeat; }

.badge-dashboard-bg-euro:before {
  background-image: url("https://image.flaticon.com/icons/svg/231/231269.svg");
  background-position: 110% 20px;
  background-repeat: no-repeat; }

.badge-dashboard-bg-receipt:before {
  background-image: url("https://image.flaticon.com/icons/svg/231/231347.svg");
  background-position: 110% 20px;
  background-repeat: no-repeat; }
