@charset "UTF-8";
@import '//code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css';
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css";
@import 'bootstrap.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import 'https://use.fontawesome.com/releases/v5.1.0/css/all.css';
/*********************************************
**************  VARIABLES DEL TEMA
*********************************************/
/*********************************************
**************  FUNCIONES
*********************************************/
/*********************************************
**************  EFECTOS Y ANIMACIONES
*********************************************/
.pt-page-scaleUpDown {
  -webkit-animation: scaleDown .7s ease both;
  -moz-animation: scaleDown .7s ease both;
  animation: scaleDown .7s ease both;
}
.pt-page-scaleDownUp {
  -webkit-animation: scaleDownUp .5s ease both;
  -moz-animation: scaleDownUp .5s ease both;
  animation: scaleDownUp .5s ease both;
}
@-webkit-keyframes scaleUpDown {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes scaleUpDown {
  from {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
}
@keyframes scaleUpDown {
  from {
    opacity: 0;
    transform: scale(1.21);
  }
}
@-webkit-keyframes scaleDownUp {
  to {
    opacity: 0;
    -webkit-transform: scale(1.1);
  }
}
@-moz-keyframes scaleDownUp {
  to {
    opacity: 0;
    -moz-transform: scale(1.1);
  }
}
@keyframes scaleDownUp {
  to {
    opacity: 0;
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*********************************************
************** MEDIDAS DE LAS PANTALLAS
*********************************************/
/********************************************************************
**************  GENERADOR DE ALTURAS .h10, h20, etc para espacios
********************************************************************/
.clearfix:before,
.clearfix:after,
.fix-display:before,
.fix-display:after,
.h200:before,
.h200:after,
.h195:before,
.h195:after,
.h190:before,
.h190:after,
.h185:before,
.h185:after,
.h180:before,
.h180:after,
.h175:before,
.h175:after,
.h170:before,
.h170:after,
.h165:before,
.h165:after,
.h160:before,
.h160:after,
.h155:before,
.h155:after,
.h150:before,
.h150:after,
.h145:before,
.h145:after,
.h140:before,
.h140:after,
.h135:before,
.h135:after,
.h130:before,
.h130:after,
.h125:before,
.h125:after,
.h120:before,
.h120:after,
.h115:before,
.h115:after,
.h110:before,
.h110:after,
.h105:before,
.h105:after,
.h100:before,
.h100:after,
.h95:before,
.h95:after,
.h90:before,
.h90:after,
.h85:before,
.h85:after,
.h80:before,
.h80:after,
.h75:before,
.h75:after,
.h70:before,
.h70:after,
.h65:before,
.h65:after,
.h60:before,
.h60:after,
.h55:before,
.h55:after,
.h50:before,
.h50:after,
.h45:before,
.h45:after,
.h40:before,
.h40:after,
.h35:before,
.h35:after,
.h30:before,
.h30:after,
.h25:before,
.h25:after,
.h20:before,
.h20:after,
.h15:before,
.h15:after,
.h10:before,
.h10:after,
.h5:before,
.h5:after {
  content: " ";
  display: table;
}
.clearfix:after,
.fix-display:after,
.h200:after,
.h195:after,
.h190:after,
.h185:after,
.h180:after,
.h175:after,
.h170:after,
.h165:after,
.h160:after,
.h155:after,
.h150:after,
.h145:after,
.h140:after,
.h135:after,
.h130:after,
.h125:after,
.h120:after,
.h115:after,
.h110:after,
.h105:after,
.h100:after,
.h95:after,
.h90:after,
.h85:after,
.h80:after,
.h75:after,
.h70:after,
.h65:after,
.h60:after,
.h55:after,
.h50:after,
.h45:after,
.h40:after,
.h35:after,
.h30:after,
.h25:after,
.h20:after,
.h15:after,
.h10:after,
.h5:after {
  clear: both;
}
.fix-display,
.h200,
.h195,
.h190,
.h185,
.h180,
.h175,
.h170,
.h165,
.h160,
.h155,
.h150,
.h145,
.h140,
.h135,
.h130,
.h125,
.h120,
.h115,
.h110,
.h105,
.h100,
.h95,
.h90,
.h85,
.h80,
.h75,
.h70,
.h65,
.h60,
.h55,
.h50,
.h45,
.h40,
.h35,
.h30,
.h25,
.h20,
.h15,
.h10,
.h5 {
  display: block;
  clear: both;
  width: 100%;
}
/* Height's máximos */
.h200 {
  height: 200px;
}
@media screen and (max-width: 991px) {
  .h200 {
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .h200 {
    height: 165px;
  }
}
.h195 {
  height: 195px;
}
@media screen and (max-width: 991px) {
  .h195 {
    height: 165px;
  }
}
@media screen and (max-width: 767px) {
  .h195 {
    height: 160px;
  }
}
.h190 {
  height: 190px;
}
@media screen and (max-width: 991px) {
  .h190 {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .h190 {
    height: 155px;
  }
}
.h185 {
  height: 185px;
}
@media screen and (max-width: 991px) {
  .h185 {
    height: 155px;
  }
}
@media screen and (max-width: 767px) {
  .h185 {
    height: 150px;
  }
}
.h180 {
  height: 180px;
}
@media screen and (max-width: 991px) {
  .h180 {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .h180 {
    height: 145px;
  }
}
.h175 {
  height: 175px;
}
@media screen and (max-width: 991px) {
  .h175 {
    height: 145px;
  }
}
@media screen and (max-width: 767px) {
  .h175 {
    height: 140px;
  }
}
.h170 {
  height: 170px;
}
@media screen and (max-width: 991px) {
  .h170 {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .h170 {
    height: 135px;
  }
}
.h165 {
  height: 165px;
}
@media screen and (max-width: 991px) {
  .h165 {
    height: 135px;
  }
}
@media screen and (max-width: 767px) {
  .h165 {
    height: 130px;
  }
}
.h160 {
  height: 160px;
}
@media screen and (max-width: 991px) {
  .h160 {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .h160 {
    height: 125px;
  }
}
.h155 {
  height: 155px;
}
@media screen and (max-width: 991px) {
  .h155 {
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .h155 {
    height: 120px;
  }
}
.h150 {
  height: 150px;
}
@media screen and (max-width: 991px) {
  .h150 {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .h150 {
    height: 115px;
  }
}
.h145 {
  height: 145px;
}
@media screen and (max-width: 991px) {
  .h145 {
    height: 115px;
  }
}
@media screen and (max-width: 767px) {
  .h145 {
    height: 110px;
  }
}
.h140 {
  height: 140px;
}
@media screen and (max-width: 991px) {
  .h140 {
    height: 110px;
  }
}
@media screen and (max-width: 767px) {
  .h140 {
    height: 105px;
  }
}
.h135 {
  height: 135px;
}
@media screen and (max-width: 991px) {
  .h135 {
    height: 105px;
  }
}
@media screen and (max-width: 767px) {
  .h135 {
    height: 100px;
  }
}
.h130 {
  height: 130px;
}
@media screen and (max-width: 991px) {
  .h130 {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .h130 {
    height: 95px;
  }
}
.h125 {
  height: 125px;
}
@media screen and (max-width: 991px) {
  .h125 {
    height: 95px;
  }
}
@media screen and (max-width: 767px) {
  .h125 {
    height: 90px;
  }
}
.h120 {
  height: 120px;
}
@media screen and (max-width: 991px) {
  .h120 {
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .h120 {
    height: 85px;
  }
}
.h115 {
  height: 115px;
}
@media screen and (max-width: 991px) {
  .h115 {
    height: 85px;
  }
}
@media screen and (max-width: 767px) {
  .h115 {
    height: 80px;
  }
}
.h110 {
  height: 110px;
}
@media screen and (max-width: 991px) {
  .h110 {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .h110 {
    height: 75px;
  }
}
.h105 {
  height: 105px;
}
@media screen and (max-width: 991px) {
  .h105 {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .h105 {
    height: 70px;
  }
}
.h100 {
  height: 100px;
}
@media screen and (max-width: 991px) {
  .h100 {
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .h100 {
    height: 65px;
  }
}
.h95 {
  height: 95px;
}
@media screen and (max-width: 991px) {
  .h95 {
    height: 65px;
  }
}
@media screen and (max-width: 767px) {
  .h95 {
    height: 60px;
  }
}
.h90 {
  height: 90px;
}
@media screen and (max-width: 991px) {
  .h90 {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .h90 {
    height: 55px;
  }
}
.h85 {
  height: 85px;
}
@media screen and (max-width: 991px) {
  .h85 {
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  .h85 {
    height: 50px;
  }
}
.h80 {
  height: 80px;
}
@media screen and (max-width: 991px) {
  .h80 {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .h80 {
    height: 45px;
  }
}
.h75 {
  height: 75px;
}
@media screen and (max-width: 991px) {
  .h75 {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .h75 {
    height: 40px;
  }
}
.h70 {
  height: 70px;
}
@media screen and (max-width: 991px) {
  .h70 {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h70 {
    height: 35px;
  }
}
.h65 {
  height: 65px;
}
@media screen and (max-width: 991px) {
  .h65 {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .h65 {
    height: 30px;
  }
}
.h60 {
  height: 60px;
}
@media screen and (max-width: 991px) {
  .h60 {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h60 {
    height: 25px;
  }
}
.h55 {
  height: 55px;
}
@media screen and (max-width: 991px) {
  .h55 {
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .h55 {
    height: 40px;
  }
}
.h50 {
  height: 50px;
}
@media screen and (max-width: 991px) {
  .h50 {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .h50 {
    height: 35px;
  }
}
.h45 {
  height: 45px;
}
@media screen and (max-width: 991px) {
  .h45 {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .h45 {
    height: 30px;
  }
}
.h40 {
  height: 40px;
}
@media screen and (max-width: 991px) {
  .h40 {
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h40 {
    height: 25px;
  }
}
.h35 {
  height: 35px;
}
@media screen and (max-width: 991px) {
  .h35 {
    height: 25px;
  }
}
@media screen and (max-width: 767px) {
  .h35 {
    height: 20px;
  }
}
.h30 {
  height: 30px;
}
@media screen and (max-width: 991px) {
  .h30 {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h30 {
    height: 20px;
  }
}
.h25 {
  height: 25px;
}
@media screen and (max-width: 991px) {
  .h25 {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .h25 {
    height: 15px;
  }
}
.h20 {
  height: 20px;
}
.h15 {
  height: 15px;
}
.h10 {
  height: 10px;
}
.h5 {
  height: 5px;
}
/*********************************************
**************  ETIQUETAS GENERALES
*********************************************/
body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  font-size: 12px;
  line-height: 25px;
  color: #909090;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 24px;
  color: #4a9fdc;
  font-weight: normal;
}
h2 {
  font-size: 17px;
  color: #06326b;
  font-weight: 600;
  line-height: 40px;
}
h4 {
  font-size: 21px;
  color: #909090;
  font-weight: 300;
  line-height: 26px;
}
h4 b {
  font-weight: normal;
}
ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
:focus {
  outline: none;
}
a {
  color: #909090;
}
a:hover {
  text-decoration: none;
}
select,
input,
p,
a:focus,
a,
button:focus {
  outline: 0 !important;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
strong.semi {
  font-weight: 600;
}
.w100 {
  width: 100%;
}
:focus {
  outline: none;
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #06326b;
}
.informacion_residente {
  float: right;
  font-size: 16px;
  color: #4a9fdc;
}
/*Centrar un contenido en un div con tamaño especifico*/
.box {
  width: 100%;
  height: 100%;
  display: table;
}
.content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.contenido-gral {
  padding-top: 54px;
  padding-bottom: 54px;
}
.reporte_dashboard {
  display: none;
  background: #fafafa;
  padding: 10px;
  border-radius: 5px;
}
/***********************************************************
**************  CLASES PERSONALIZADAS GENERALES
***********************************************************/
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.mb0 {
  margin-bottom: 0px;
}
.ml35 {
  margin-left: 35px;
}
.relative {
  position: relative;
}
.dib {
  display: inline-block;
}
.vab {
  vertical-align: bottom;
}
.uppercase {
  text-transform: uppercase;
}
.f23 {
  font-size: 23px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.f17 {
  font-size: 17px;
}
.f16 {
  font-size: 16px;
}
.f13 {
  font-size: 13px;
}
.f10 {
  font-size: 10px;
}
.change-visible {
  display: block;
}
.change-hidden {
  display: none;
}
.tprimario {
  color: #4a9fdc;
}
.tsecundario {
  color: #06326b;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.hidden-block {
  visibility: hidden;
}
.nomevez {
  display: none;
}
.afull {
  display: block;
  width: 100%;
  height: 100%;
}
.cur-pointer {
  cursor: pointer;
}
.centerdiv {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.w-110 {
  width: 110px;
}
.vista-edicion {
  display: none;
}
.subtitulo {
  font-size: 14px;
  line-height: 1.3;
  color: #06326b;
  font-weight: bold;
}
.lista li {
  padding-left: 5px;
  line-height: 24px;
  position: relative;
  padding-left: 17px;
}
.lista li:before {
  content: '';
  background: url('../img/bullet.svg') no-repeat top left;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
}
.titulos_reportes {
  display: flex;
  align-items: center;
}
.titulos_reportes > span {
  margin: 0 5px;
}
/*********************************************
**************  HEADER
*********************************************/
#main-header {
  height: 132px;
  transition: all 0.3s;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1;
  padding: 21px;
  background: #ffffff;
}
#main-header .menu {
  float: left;
  color: #909090;
  font-weight: bold;
  line-height: 132px;
  padding: 0 20px;
  vertical-align: middle;
}
#main-header .menu i {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
#main-header .menu span {
  vertical-align: middle;
  display: inline-block;
  text-transform: uppercase;
}
#main-header .menu:hover {
  color: #4a9fdc;
}
#main-header h3 {
  font-size: 16px;
  margin-left: 35px;
}
#main-header .session-activa {
  height: calc(90px);
  float: right;
  margin-right: 40px;
  position: relative;
}
#main-header .session-activa .btn-gral {
  margin-left: 10px;
}
#main-header .session-activa p {
  margin-bottom: 0px;
  color: #06326b;
  font-size: 16px;
  text-align: right;
}
#main-header .session-activa p i {
  font-size: 25px;
  vertical-align: middle;
  height: 29px;
  margin-left: 10px;
}
#main-header .session-activa p .entrega {
  color: #606060;
  font-size: 13px;
}
#main-header .session-activa:hover .submenu {
  display: block;
}
#main-header .session-activa .submenu {
  text-align: left;
  position: absolute;
  top: 60px;
  right: -20px;
  width: 100%;
  font-weight: 400;
  color: #ffffff;
  display: none;
  transition: all 0.5s;
  z-index: 1;
  border: 1px solid #ccc;
  text-align: right;
  width: 135px;
  padding: 0;
  list-style: none;
}
#main-header .session-activa .submenu:before {
  content: '';
  display: inline-block;
  border-color: transparent transparent #cccccc transparent;
  border-style: solid;
  border-width: 9px;
  height: 0;
  width: 0;
  position: absolute;
  top: -19px;
  right: 18px;
}
#main-header .session-activa .submenu:after {
  content: '';
  display: inline-block;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 9px;
  height: 0;
  width: 0;
  position: absolute;
  top: -18px;
  right: 18px;
}
#main-header .session-activa .submenu li {
  width: 100%;
  position: relative;
}
#main-header .session-activa .submenu li a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 26px;
  background-color: #fff;
  cursor: pointer;
  padding: 10px;
  color: #909090;
}
#main-header .session-activa .submenu li i {
  display: inline-block;
  margin-right: 5px;
}
#main-header .session-activa .submenu li:hover > a {
  background-color: #909090;
  color: #ffffff;
}
#main-header .notifications {
  font-size: 23px;
  position: relative;
  margin-left: 20px;
}
#main-header .notifications .counter {
  background: #4a9fdc;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  top: -8px;
  left: 12px;
  position: absolute;
}
#main-header .content_notifications {
  width: 60%;
  left: 23%;
}
#main-header.admin-menu {
  background: #F7F9FA;
  height: 85px;
  padding: 0;
  padding-left: 200px;
}
#main-header.admin-menu .counter {
  top: 22px;
}
#main-header.admin-menu .content_notifications {
  width: 100%;
  left: -85%;
}
#main-header.admin-menu .session-activa {
  display: inline-block;
  vertical-align: middle;
  line-height: 85px;
  margin-right: 25px;
}
#main-header.admin-menu .session-activa .notifications {
  display: inline-block;
  margin-right: 33px;
  margin-left: 0;
  width: 52px;
  cursor: pointer;
}
#main-header.admin-menu .session-activa .notificacion {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#main-header.admin-menu .session-activa .notificacion .contenido_notificacion {
  width: 95%;
}
#main-header.admin-menu .session-activa .notificacion .leer {
  cursor: pointer;
  line-height: 1;
  color: #999;
}
#main-header.admin-menu .session-activa .notificacion .leer:hover {
  color: #06326b;
}
#main-header.admin-menu .session-activa .notificacion.no_leida {
  background: #e4f1fe;
}
#main-header.admin-menu .session-activa .notificacion.no_leida p,
#main-header.admin-menu .session-activa .notificacion.no_leida strong {
  color: #999;
}
#main-header.admin-menu .session-activa .notificacion p {
  font-size: 12px;
  line-height: 1.5;
  width: 100%;
  color: #535353;
  text-align: left;
}
#main-header.admin-menu .menu {
  line-height: 85px;
  font-size: 14px;
  color: #06326b;
}
/*********************************************
**************  MENU PRINCIPAL
*********************************************/
.left-col {
  height: 100%;
  min-height: 600px;
  width: 200px;
  padding: 0;
  position: fixed;
  display: block;
  z-index: 2;
  transition: all 0.3s;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #06326b;
  top: 0;
}
.left-col::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.left-col::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 4px;
}
.left-col::-webkit-scrollbar-thumb:active {
  background-color: #999999;
}
.left-col::-webkit-scrollbar-thumb:hover {
  background: #b3b3b3;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
.left-col::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}
.left-col::-webkit-scrollbar-track:hover,
.left-col::-webkit-scrollbar-track:active {
  background: #d4d4d4;
}
.left-col p {
  font-size: 13px;
  color: #4a9fdc;
  margin-bottom: 5px;
  padding: 0 20px;
  font-weight: bold;
}
.left-col .logo {
  background: #06326b;
  height: 132px;
  width: 100%;
  vertical-align: middle;
  padding: 20px 25px;
  display: inline-block;
  text-align: center;
}
.left-col .logo img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.left-col nav {
  width: 200px;
  color: #909090;
}
.left-col nav .fix {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.left-col nav a {
  display: block;
  padding: 6px 20px;
  font-size: 12px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 26px;
  color: #ffffff;
  position: relative;
}
.left-col nav a span {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.left-col nav a:hover {
  font-weight: bold;
  color: #96bdd9;
}
.left-col nav ul li.activoSub {
  background: #313a4f;
}
.left-col .activo a {
  font-weight: bold;
  color: #96bdd9;
}
.left-col .activo .submenu a {
  background: #313A4C;
  color: #fff;
}
.left-col .activo .submenu a:hover {
  background: #72BF44;
  color: #fff;
}
/*********************************************
**************  CONTENEDOR PRINCIPAL
*********************************************/
.center-col {
  padding: 132px 20px;
  margin-left: 215px;
  margin-right: 20px;
  max-width: 1200px;
  transition: all 0.3s;
  z-index: 0;
  min-height: 600px;
}
.center-col.dashboard-user {
  padding: 132px 20px 0;
  max-width: 1200px;
  margin: auto;
}
/*********************************************
**************  FOOTER
*********************************************/
#main-footer {
  width: 100%;
  bottom: 0;
  position: fixed;
  left: 0;
  background: #fff;
  padding: 10px 0;
  z-index: 1;
}
#main-footer p,
#main-footer a {
  margin-bottom: 0px;
  font: normal 10px 'Poppins', sans-serif;
  line-height: 15px;
}
/*********************************************
**************  MENU MINIFICADO
*********************************************/
body.nav-sm .left-col {
  width: 0px;
}
body.nav-sm #main-header {
  padding-left: 0px;
}
body.nav-sm nav span {
  display: none;
}
body.nav-sm .left-col nav a i {
  font-size: 20px;
}
body.nav-sm .left-col nav a {
  padding: 9.5px 17px;
}
body.nav-sm .left-col p {
  display: none;
}
body.nav-sm .logo .main {
  display: none;
}
body.nav-sm .logo .simple {
  display: block;
  margin: 0 auto;
}
body.nav-sm #main-footer {
  padding-left: 0px;
  padding-left: 0;
}
body.nav-sm .center-col {
  padding: 132px 20px 0;
  margin: 0 auto;
}
/*********************************************
**************  FORMULARIOS
*********************************************/
label {
  color: #505050;
  font: 700 12px 'Poppins', sans-serif;
  margin-bottom: 10px;
}
label.f14 {
  font-size: 14px;
}
label.label_admin {
  font-size: 13px;
  font-weight: 400;
  color: #606060;
}
textarea,
input,
.select,
input[type=checkbox],
input[type=radio] {
  width: 100%;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ECECEC;
  background-color: #fff;
  margin-bottom: 15px;
  z-index: 1;
  border-radius: 5px;
  color: #909090;
}
textarea.disable,
input.disable,
.select.disable,
input[type=checkbox].disable,
input[type=radio].disable {
  border: none;
  padding-left: 0px;
}
input,
.select,
select {
  height: 40px;
}
textarea {
  height: 125px;
  resize: none;
  margin-bottom: 7px;
}
input[type="button"],
input[type="submit"] {
  background: #4a9fdc;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
}
input[type="button"]:hover,
input[type="submit"]:hover {
  background: #06326b;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label span {
  text-align: center;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #909090;
  margin: -3px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="checkbox"]:checked + label span:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 14px;
  color: #ef6968;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label span {
  text-align: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #f5f5f5;
  border: 1px solid #909090;
  border-radius: 20px;
  margin: -3px 8px 0 0;
  vertical-align: middle;
  cursor: pointer;
}
input[type="radio"]:checked + label span:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 20px/1 FontAwesome;
  line-height: 14px;
  color: #ef6968;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
  left: -2px;
  position: relative;
  font-size: 14px;
}
.select {
  border: 1px solid #ECECEC;
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0px;
  position: relative;
}
.select select {
  background: transparent;
  width: 100%;
  padding: 0px 35px 0px 10px;
  border: 0;
  border-radius: 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  z-index: 1;
  position: relative;
}
.select:before {
  right: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f107";
  font-size: 20px !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.modulo.disabled label {
  color: #ccc;
}
.msg {
  padding: 50px 0;
  display: none !important;
}
.error {
  background: #f66 !important;
  color: #fff !important;
}
.archivo {
  width: 200px;
}
.permisos label {
  font-weight: normal;
  margin-right: 15px;
}
.modulos label {
  font-size: 13px;
  color: #808080;
}
.modulos .modulo {
  width: 33.33%;
  float: left;
}
.datepicker {
  background: url('../img/calendar.png') no-repeat center right 10px;
}
/*********************************************
**************  TABLAS
*********************************************/
table.datos,
table.tabla_interna,
table.datos2 {
  width: 100%;
  color: #505050;
}
table.datos thead,
table.tabla_interna thead,
table.datos2 thead {
  color: #fff;
}
table.datos thead tr th,
table.tabla_interna thead tr th,
table.datos2 thead tr th {
  color: #06326b;
  font-weight: 600;
  font-size: 12px;
}
table.datos thead tr th:nth-child(odd),
table.tabla_interna thead tr th:nth-child(odd),
table.datos2 thead tr th:nth-child(odd) {
  background-color: #E9EFF1;
}
table.datos thead tr th:nth-child(even),
table.tabla_interna thead tr th:nth-child(even),
table.datos2 thead tr th:nth-child(even) {
  background-color: #F7F9FA;
}
table.datos th,
table.tabla_interna th,
table.datos2 th,
table.datos td,
table.tabla_interna td,
table.datos2 td {
  height: 40px;
  padding: 0 10px;
}
table.datos th,
table.tabla_interna th,
table.datos2 th {
  font: 600 12px 'Poppins', sans-serif;
  line-height: 30px;
  background-color: #fff;
}
table.datos th.acciones,
table.tabla_interna th.acciones,
table.datos2 th.acciones {
  background-color: #909090;
  color: #ffffff;
  width: 10%;
  text-align: center;
}
table.datos th.acciones.padd,
table.tabla_interna th.acciones.padd,
table.datos2 th.acciones.padd {
  padding: 0 30px;
}
table.datos th:not(.acciones),
table.tabla_interna th:not(.acciones),
table.datos2 th:not(.acciones) {
  border-right: 1px solid #fff;
}
table.datos th .ordenholder,
table.tabla_interna th .ordenholder,
table.datos2 th .ordenholder {
  white-space: nowrap;
}
table.datos td,
table.tabla_interna td,
table.datos2 td {
  border-bottom: 1px solid #ECECEC;
}
table.datos tr:hover,
table.tabla_interna tr:hover,
table.datos2 tr:hover,
table.datos .fila-activa,
table.tabla_interna .fila-activa,
table.datos2 .fila-activa {
  background: #F7F9FA;
  cursor: pointer;
}
table.datos .header,
table.tabla_interna .header,
table.datos2 .header,
table.datos .tablesorter-header,
table.tabla_interna .tablesorter-header,
table.datos2 .tablesorter-header {
  background-image: url(../img/orden.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  white-space: normal;
  cursor: pointer;
}
table.datos .header,
table.tabla_interna .header,
table.datos2 .header,
table.datos .tablesorter-header,
table.tabla_interna .tablesorter-header,
table.datos2 .tablesorter-header {
  background-image: url(../img/orden.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  white-space: normal;
  cursor: pointer;
}
table.datos .headerSortUp,
table.tabla_interna .headerSortUp,
table.datos2 .headerSortUp,
table.datos .tablesorter-headerSortUp,
table.tabla_interna .tablesorter-headerSortUp,
table.datos2 .tablesorter-headerSortUp,
table.datos .tablesorter-headerAsc,
table.tabla_interna .tablesorter-headerAsc,
table.datos2 .tablesorter-headerAsc {
  background-color: #a0a0a0;
  color: #4B738C;
  background-image: url(../img/orden-desc.png);
}
table.datos .headerSortDown,
table.tabla_interna .headerSortDown,
table.datos2 .headerSortDown,
table.datos .tablesorter-headerSortDown,
table.tabla_interna .tablesorter-headerSortDown,
table.datos2 .tablesorter-headerSortDown,
table.datos .tablesorter-headerDesc,
table.tabla_interna .tablesorter-headerDesc,
table.datos2 .tablesorter-headerDesc {
  background-color: #a0a0a0;
  color: #4B738C;
  background-image: url(../img/orden-asc.png);
}
table.datos thead .sorter-false,
table.tabla_interna thead .sorter-false,
table.datos2 thead .sorter-false {
  background-image: none;
  cursor: default;
  padding: 4px;
}
table.datos input[type="checkbox"] + label span,
table.tabla_interna input[type="checkbox"] + label span,
table.datos2 input[type="checkbox"] + label span {
  margin: -3px 0px 0 0;
}
table.datos label,
table.tabla_interna label,
table.datos2 label {
  margin-bottom: 0px;
}
table.tabla_interna tbody {
  border-top: 1px solid #ECECEC;
}
table.tabla_interna tr {
  padding: 10px 0;
}
table.tabla_interna .btn-gral {
  height: 28px;
  padding: 9px 20px;
  line-height: 1;
  font-size: 10px;
}
#pager {
  position: relative !important;
  display: inline-block;
  background: #F7F9FA;
  padding: 10px;
  border-radius: 10px;
}
#pager input {
  display: inline-block;
  font: normal 15px 'Poppins', sans-serif;
  text-align: center;
  background-image: none !important;
  line-height: 25px;
  height: 25px;
  border: none;
  width: 170px !important;
  background-color: transparent;
  vertical-align: middle;
  margin-bottom: 0px;
}
#pager i {
  font-size: 25px;
  width: 30px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#pager .pagesize {
  margin-left: 25px;
  height: 25px;
  font-size: 13px;
  background: #fff;
}
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: none;
}
.tools a {
  font-size: 13px;
  color: #909090;
  display: inline-block;
  margin-left: 10px;
}
.tools a span {
  font-size: 11px;
}
.tools a:first-child {
  margin-left: 0px;
}
.tools a:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 2px;
}
.tools .editar:hover,
.tools .edit:hover {
  color: #00DBBA;
}
.tools .editar:before,
.tools .edit:before {
  content: "\f013";
}
.tools .eliminar:hover,
.tools .remove:hover {
  color: #DD001B;
}
.tools .eliminar:before,
.tools .remove:before {
  content: "\f057";
}
.tools .ocultar:hover {
  color: #fccd35;
}
.tools .ocultar:before {
  content: "\f070";
}
.tools .activar:hover {
  color: #42ebf4;
}
.tools .activar:before {
  content: "\f06e";
}
.tools .reestablecer:hover {
  color: #9ef442;
}
.tools .reestablecer:before {
  content: "\f1c0";
}
.tools .asignar-pallet:hover {
  color: #4189f4;
}
.tools .asignar-pallet:before {
  content: "\f1cb";
}
.tools .asignar-rack:hover {
  color: #4189f4;
}
.tools .asignar-rack:before {
  content: "\f1c0";
}
.tools .asignar-ahora:hover {
  color: #4189f4;
}
.tools .asignar-ahora:before {
  content: "\f058";
}
.tools .reasignar:hover {
  color: #4842f4;
}
.tools .reasignar:before {
  content: "\f361";
}
.btn-tool {
  font-size: 13px;
  color: #909090;
  display: inline-block;
  margin-left: 10px;
}
.btn-tool span {
  font-size: 11px;
}
.btn-tool:first-child {
  margin-left: 0px;
}
.btn-tool:before {
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 2px;
}
.btn-tool.reasignar:hover {
  color: #4842f4;
}
.btn-tool.reasignar:before {
  content: "\f079";
}
.dos_botones .btn-gral:first-child {
  margin-left: 10px;
}
.tres_botones .btn-gral:first-child {
  margin-left: 10px;
}
#consulta_tabla {
  margin-right: 10px;
  font-size: 13px;
  color: #EF6968;
  font-weight: 700;
  line-height: 40px;
}
.tabla-vista-principal {
  width: 100%;
  border-top: 1px solid #D8D8D8;
}
.tabla-vista-principal tr {
  border-bottom: 1px solid #D8D8D8;
}
.tabla-vista-principal tr td {
  padding: 10px 0;
}
.tabla-vista-principal tr td a:hover {
  color: #ef6968;
}
.tabla-vista-principal tr td a:hover i {
  font-weight: bold;
}
.btn-gral {
  background-color: #06326b;
  font: 600 12px 'Poppins', sans-serif;
  text-transform: uppercase;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  padding: 6px 29px;
  text-align: center;
}
.btn-gral:hover {
  background-color: #ef6968;
  color: #ffffff;
}
.btn-gral.salir {
  width: 97px;
  font-size: 13px;
}
.btn-gral.azul {
  background-color: #4a9fdc;
  color: #fff;
}
.btn-gral.azul:hover {
  background-color: #06326b;
  color: #fff;
}
.btn-gral.azul.agregar-datos,
.btn-gral.azul .editar-datos {
  padding: 6px 10px;
}
.btn-gral.gris {
  background-color: #f4f4f4;
  color: #909090;
}
.btn-gral.gris:hover {
  background-color: #4a9fdc;
  color: #fff;
}
.btn-gral.verde {
  background-color: #02ac66;
  color: #ffffff;
}
.btn-gral.verde:hover {
  background-color: #06326b;
  color: #fff;
}
.btn-gral.rojo {
  background-color: #ef6968;
  color: #fff;
}
.btn-gral.rojo:hover {
  background-color: #f4f4f4;
  color: #909090;
}
.btn-gral.sistema {
  border: 1px solid #ECECEC;
  background: #fff;
  color: #808080;
}
.btn-gral.sistema:hover {
  background-color: #505050;
  color: #fff;
}
.btn-gral.w100 {
  width: 100%;
}
.btn-add {
  padding: 6px 21px;
}
.input-select {
  display: flex;
}
.input-select .select {
  width: 25%;
  border: 1px solid #EEEEEE;
  background: #F7F9FA;
  color: #56738B;
  font-size: 10px;
  font-weight: 600;
  border-radius: 3px  0 0 3px;
}
.input-select input {
  width: 75%;
  border-radius: 0 3px 3px 0;
  border: 1px solid #EEEEEE;
}
/*********************************************
**************  LOADING
*********************************************/
/* PANTALLA DE CARGANDO */
#ajaxBusy {
  z-index: 1;
  display: none;
  background: rgba(255, 255, 255, 0.97);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  padding-left: 0px;
}
#ajaxBusy p {
  color: #4a9fdc;
  margin-top: 30px;
  font: bold 15px 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
}
#ajaxBusy img {
  position: relative;
  z-index: 1;
}
/*********************************************
**************  FILTRO TABLE SORTER
*********************************************/
.buscador-sorter label,
.buscador-sorter input {
  display: inline-block;
}
.buscador-sorter .search {
  border-radius: 20px 0 0 20px;
  float: left;
  width: 70%;
  background: #fff;
  max-width: 395px;
}
.buscador-sorter .reset {
  background-color: #06326b;
  font: 600 12px 'Poppins', sans-serif;
  text-transform: uppercase;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  padding: 6px 29px;
  text-align: center;
  background-color: #4a9fdc;
  color: #fff;
  border: none;
  border-radius: 0 20px 20px 0;
}
.buscador-sorter .reset:hover {
  background-color: #ef6968;
  color: #ffffff;
}
.buscador-sorter .reset.salir {
  width: 97px;
  font-size: 13px;
}
.buscador-sorter .reset.azul {
  background-color: #4a9fdc;
  color: #fff;
}
.buscador-sorter .reset.azul:hover {
  background-color: #06326b;
  color: #fff;
}
.buscador-sorter .reset.azul.agregar-datos,
.buscador-sorter .reset.azul .editar-datos {
  padding: 6px 10px;
}
.buscador-sorter .reset.gris {
  background-color: #f4f4f4;
  color: #909090;
}
.buscador-sorter .reset.gris:hover {
  background-color: #4a9fdc;
  color: #fff;
}
.buscador-sorter .reset.verde {
  background-color: #02ac66;
  color: #ffffff;
}
.buscador-sorter .reset.verde:hover {
  background-color: #06326b;
  color: #fff;
}
.buscador-sorter .reset.rojo {
  background-color: #ef6968;
  color: #fff;
}
.buscador-sorter .reset.rojo:hover {
  background-color: #f4f4f4;
  color: #909090;
}
.buscador-sorter .reset.sistema {
  border: 1px solid #ECECEC;
  background: #fff;
  color: #808080;
}
.buscador-sorter .reset.sistema:hover {
  background-color: #505050;
  color: #fff;
}
.buscador-sorter .reset.w100 {
  width: 100%;
}
.buscador-sorter .reset:hover {
  background-color: #06326b;
  color: #fff;
}
.buscador-sorter .reset.agregar-datos,
.buscador-sorter .reset .editar-datos {
  padding: 6px 10px;
}
.tablesorter-filter-row,
.tablesorter .filtered {
  display: none;
}
.tablesorter-filter-row td {
  background: #eee;
  line-height: normal;
  text-align: center;
  transition: all 0.1s;
}
.tablesorter-filter-row .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.tablesorter-filter-row.hideme td {
  padding: 2px;
  margin: 0;
  line-height: 0;
  cursor: pointer;
}
.tablesorter-filter-row.hideme * {
  height: 1px;
  min-height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tablesorter-filter {
  width: 95%;
  height: inherit;
  margin: 4px;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.1s ease;
  -moz-transition: height 0.1s ease;
  -o-transition: height 0.1s ease;
  transition: height 0.1s ease;
}
.swal2-container .texto_garantias {
  text-align: left;
}
/*********************************************
**************  MEDIA QUERYS PARA RESPONSIVO
*********************************************/
/* TABLETAS */
@media (min-width: 768px) and (max-width: 979px) {
  #main-header,
  .center-col {
    margin-left: 0;
  }
  nav span {
    display: none;
  }
  .left-col {
    width: 0;
  }
  .left-col nav a i {
    font-size: 20px;
  }
  .left-col nav a {
    padding: 9.5px 17px;
  }
  .left-col p {
    display: none;
  }
  .logo .main {
    display: none;
  }
  .logo .simple {
    display: block;
  }
  #main-footer {
    padding-left: 0;
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #main-footer a,
  #main-footer p {
    font-size: 10px;
    line-height: 21px;
  }
  .center-col {
    padding: 20px 20px 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  body.nav-sm .center-col {
    margin-left: 0px;
  }
  body.nav-sm .left-col {
    width: 0px;
  }
  body.nav-sm #main-header {
    margin-left: 0px;
  }
  body.nav-sm #main-footer {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  /*********************************************
    **************  MENU MINIFICADO
    *********************************************/
  #main-header,
  .center-col {
    margin-left: 0;
  }
  nav span {
    display: none;
  }
  .left-col {
    width: 0;
  }
  .left-col nav a i {
    font-size: 20px;
  }
  .left-col nav a {
    padding: 9.5px 17px;
  }
  .left-col p {
    display: none;
  }
  .logo .main {
    display: none;
  }
  .logo .simple {
    display: block;
  }
  #main-footer {
    padding-left: 0;
    margin-left: 0px;
    height: 60px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #main-footer a,
  #main-footer p {
    font-size: 10px;
    line-height: 21px;
  }
  .center-col {
    padding: 20px 10px 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
  #main-header .session-activa {
    margin-right: 15px;
    font-size: 11px;
  }
  #main-header .session-activa .submenu {
    right: 0;
    width: 132px;
  }
  body.nav-sm .center-col {
    margin-left: 0px;
  }
  body.nav-sm .left-col {
    width: 0px;
  }
  body.nav-sm #main-header {
    margin-left: 0px;
  }
  body.nav-sm #main-footer {
    padding-left: 0;
  }
  .btn-gral {
    font-size: 11px;
    padding: 6px 14px;
    line-height: 22px;
  }
  h2 {
    font-size: 17px;
    line-height: 34px;
    color: #06326b;
  }
  h2.titulo {
    margin-bottom: -34px;
  }
  #pager i {
    width: 25px;
  }
  #pager input {
    width: 160px!important;
  }
  #pager .pagesize {
    display: none;
  }
  .scrolling-table {
    max-width: 100%;
    width: 100%;
    overflow-x: scroll;
  }
  .scrolling-table table.datos {
    width: 600px;
  }
  /* SCROLL BAR PERSONALIZADO*/
  .scrolling-table::-webkit-scrollbar {
    background: #fff;
    width: 5px;
  }
  .scrolling-table::-webkit-scrollbar-thumb {
    background: #000;
    height: 15px;
  }
  .scrolling-table::selection {
    background-color: #dedede;
    color: #111;
  }
  .scrolling-table::-moz-selection {
    background-color: #dedede;
    color: #111;
  }
  .modulos .modulo {
    width: 50%;
  }
}
.carta-box {
  position: relative;
  perspective: 1000px;
  height: 279px;
}
.carta-box:hover .carta {
  transform: rotateY(180deg);
}
.carta-box:hover .proximamente {
  transform: rotateY(180deg);
}
.carta {
  transform-style: preserve-3d;
  transition: all 0.5s linear;
}
.cara {
  position: absolute;
  backface-visibility: hidden;
}
.cara.detras {
  transform: rotateY(180deg);
}
/*-----------------------------------------------------------------------------------*/
/*  MAGNIFIC POPUP
/*-----------------------------------------------------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.94);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 1;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: #000000;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
  padding: 0 0 18px 10px;
  color: #000;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #000000;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #000;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: -55px 0 0;
  top: 50%;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset transparent;
}
.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 21px;
  border-bottom-width: 21px;
  top: 0px;
}
.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 1;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 15px solid #fff;
  margin-left: 27px;
}
.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 15px solid #000000;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 15px solid #fff;
  margin-left: 33px;
}
.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 15px solid #000000;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
/*!
FullCalendar Core Package v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc-button:not(:disabled),
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a.fc-more,
a[data-goto] {
  cursor: pointer;
}
.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  font-size: 1em;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2px 4px;
}
.fc-rtl .fc-popover .fc-header {
  flex-direction: row-reverse;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  opacity: .65;
  font-size: 1.1em;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-mirror-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc th {
  text-align: center;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 0;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-mirror-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-mirror-skeleton td {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-mirror-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-mirror-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.4;
  border-radius: 3px;
  border: 1px solid #3788d8;
}
.fc-event,
.fc-event-dot {
  background-color: #3788d8;
}
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999!important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-event.fc-dragging.fc-selected {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-event.fc-dragging:not(.fc-selected) {
  opacity: 0.75;
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-mirror-skeleton tr:first-child > td > .fc-day-grid-event {
  margin-top: 0;
}
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
  display: none !important;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-button,
.fc-icon {
  display: inline-block;
  font-weight: 400;
  text-align: center;
}
.fc-day-grid .fc-row {
  z-index: 0;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid #ff0000;
}
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #dddddd;
}
.fc-unthemed .fc-popover {
  background-color: #ffffff;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eeeeee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
@font-face {
  font-family: fcicons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: 400;
  font-style: normal;
}
.fc-icon {
  font-family: fcicons!important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1em;
  height: 1em;
}
.fc-icon-chevron-left:before {
  content: "\e900";
}
.fc-icon-chevron-right:before {
  content: "\e901";
}
.fc-icon-chevrons-left:before {
  content: "\e902";
}
.fc-icon-chevrons-right:before {
  content: "\e903";
}
.fc-icon-minus-square:before {
  content: "\e904";
}
.fc-icon-plus-square:before {
  content: "\e905";
}
.fc-icon-x:before {
  content: "\e906";
}
.fc-button {
  overflow: visible;
  text-transform: none;
  margin: 0;
  font-family: inherit;
}
.fc-button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.fc-button {
  -webkit-appearance: button;
  color: #212529;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .4em .65em;
  font-size: 1em;
  line-height: 1.5;
  border-radius: 0.25em;
}
.fc-button:hover {
  color: #212529;
  text-decoration: none;
}
.fc-button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
}
.fc-button:disabled {
  opacity: 0.65;
}
.fc-button-primary {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2c3e50;
}
.fc-button-primary:hover {
  color: #fff;
  background-color: #1e2b37;
  border-color: #1a252f;
}
.fc-button-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc-button-primary:disabled {
  color: #fff;
  background-color: #2C3E50;
  border-color: #2c3e50;
}
.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  color: #fff;
  background-color: #1a252f;
  border-color: #151e27;
}
.fc-button-primary:not(:disabled).fc-button-active:focus,
.fc-button-primary:not(:disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
}
.fc-button .fc-icon {
  vertical-align: middle;
  font-size: 1.5em;
}
.fc-button-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.fc-button-group > .fc-button {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fc-button-group > .fc-button.fc-button-active,
.fc-button-group > .fc-button:active,
.fc-button-group > .fc-button:focus,
.fc-button-group > .fc-button:hover {
  z-index: 0;
}
.fc-button-group > .fc-button:not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-button-group > .fc-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.fc-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1.5em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1.5em;
}
.fc-toolbar > * > :not(:first-child) {
  margin-left: 0.75em;
}
.fc-toolbar h2 {
  font-size: 1.75em;
  margin: 0;
}
.fc-view-container {
  position: relative;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 0;
}
@media print {
  .fc-bg,
  .fc-bgevent-container,
  .fc-bgevent-skeleton,
  .fc-business-container,
  .fc-event .fc-resizer,
  .fc-highlight-container,
  .fc-highlight-skeleton,
  .fc-mirror-container,
  .fc-mirror-skeleton {
    display: none;
  }
  .fc tbody .fc-row,
  .fc-time-grid {
    min-height: 0 !important;
  }
  .fc-time-grid .fc-event.fc-not-end:after,
  .fc-time-grid .fc-event.fc-not-start:before {
    content: "...";
  }
  .fc {
    max-width: 100% !important;
  }
  .fc-event {
    background: #fff!important;
    color: #000!important;
    page-break-inside: avoid;
  }
  .fc hr,
  .fc tbody,
  .fc td,
  .fc th,
  .fc thead,
  .fc-row {
    border-color: #ccc!important;
    background: #ffffff !important;
  }
  .fc tbody .fc-row {
    height: auto !important;
  }
  .fc tbody .fc-row .fc-content-skeleton {
    position: static;
    padding-bottom: 0 !important;
  }
  .fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    padding-bottom: 1em;
  }
  .fc tbody .fc-row .fc-content-skeleton table {
    height: 1em;
  }
  .fc-more,
  .fc-more-cell {
    display: none !important;
  }
  .fc tr.fc-limited {
    display: table-row !important;
  }
  .fc td.fc-limited {
    display: table-cell !important;
  }
  .fc-popover,
  .fc-timeGrid-view .fc-axis {
    display: none;
  }
  .fc-slats,
  .fc-time-grid hr {
    display: none !important;
  }
  .fc button,
  .fc-button-group,
  .fc-time-grid .fc-event .fc-time span {
    display: none;
  }
  .fc-time-grid .fc-content-skeleton {
    position: static;
  }
  .fc-time-grid .fc-content-skeleton table {
    height: 4em;
  }
  .fc-time-grid .fc-event-container {
    margin: 0 !important;
  }
  .fc-time-grid .fc-event {
    position: static!important;
    margin: 3px 2px !important;
  }
  .fc-time-grid .fc-event.fc-not-end {
    border-bottom-width: 1px !important;
  }
  .fc-time-grid .fc-event.fc-not-start {
    border-top-width: 1px !important;
  }
  .fc-time-grid .fc-event .fc-time {
    white-space: normal !important;
  }
  .fc-time-grid .fc-event .fc-time:after {
    content: attr(data-full);
  }
  .fc-day-grid-container,
  .fc-scroller,
  .fc-time-grid-container {
    overflow: visible!important;
    height: auto !important;
  }
  .fc-row {
    border: 0!important;
    margin: 0 !important;
  }
}
/*!
FullCalendar Day Grid Plugin v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc-dayGridDay-view .fc-content-skeleton,
.fc-dayGridWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-dayGrid-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-dayGrid-view .fc-day-number,
.fc-dayGrid-view .fc-week-number {
  padding: 2px;
}
.fc-dayGrid-view th.fc-day-number,
.fc-dayGrid-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-dayGrid-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-dayGrid-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
.fc-dayGrid-view td.fc-week-number {
  text-align: center;
}
.fc-dayGrid-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
/*!
FullCalendar Time Grid Plugin v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc-timeGrid-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-timeGrid-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-timeGrid-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-mirror-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-time-grid-event {
  margin-bottom: 1px;
}
.fc-time-grid-event-inset {
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #ffffff;
}
.fc-time-grid-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
  max-height: 100%;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/*!
FullCalendar List View Plugin v4.2.0
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw
*/
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eeeeee;
}
/*
* @sweetalert2/themes v2.1.0
* Released under the MIT License.
*/
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em;
  }
}
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
  }
}
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
body.swal2-toast-shown .swal2-container {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}
body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch;
}
body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em;
}
body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center;
}
body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em;
}
body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em;
}
.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: 0.625em;
  overflow-y: hidden;
  box-shadow: 0 0 0.625em #d9d9d9;
}
.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
}
.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}
.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}
.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}
.swal2-popup.swal2-toast .swal2-icon::before {
  display: flex;
  align-items: center;
  font-size: 2em;
  font-weight: bold;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-popup.swal2-toast .swal2-icon::before {
    font-size: .25em;
  }
}
.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: .875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: .3125em;
}
.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: .3125em;
}
.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em;
}
.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em;
}
.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 0.0625em #ffffff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -0.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}
.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em;
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: .3125em;
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: .1875em;
  width: .75em;
}
.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'][class$='long'] {
  top: .9375em;
  right: .1875em;
  width: 1.375em;
}
.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show 0.5s;
  animation: swal2-toast-show 0.5s;
}
.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide 0.1s forwards;
  animation: swal2-toast-hide 0.1s forwards;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip 0.75s;
  animation: swal2-toast-animate-success-line-tip 0.75s;
}
.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long 0.75s;
  animation: swal2-toast-animate-success-line-long 0.75s;
}
@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0;
  }
  54% {
    top: .125em;
    left: .125em;
    width: 0;
  }
  70% {
    top: .625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em;
  }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em;
  }
}
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0;
  }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em;
  }
}
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}
body.swal2-height-auto {
  height: auto !important;
}
body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(98.75%);
  background-color: transparent;
}
body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  box-shadow: 0 0 10px rgba(54, 70, 93, 0.99);
}
body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-top-start,
body.swal2-no-backdrop .swal2-shown.swal2-top-left {
  top: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-top-end,
body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-start,
body.swal2-no-backdrop .swal2-shown.swal2-center-left {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-center-end,
body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-start,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-left {
  bottom: 0;
  left: 0;
}
body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}
.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.swal2-container.swal2-top {
  align-items: flex-start;
}
.swal2-container.swal2-top-start,
.swal2-container.swal2-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.swal2-container.swal2-center {
  align-items: center;
}
.swal2-container.swal2-center-start,
.swal2-container.swal2-center-left {
  align-items: center;
  justify-content: flex-start;
}
.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom {
  align-items: flex-end;
}
.swal2-container.swal2-bottom-start,
.swal2-container.swal2-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.swal2-container.swal2-bottom > :first-child,
.swal2-container.swal2-bottom-start > :first-child,
.swal2-container.swal2-bottom-left > :first-child,
.swal2-container.swal2-bottom-end > :first-child,
.swal2-container.swal2-bottom-right > :first-child {
  margin-top: auto;
}
.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center;
}
.swal2-container.swal2-grow-row > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column;
}
.swal2-container.swal2-grow-column.swal2-top,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-bottom {
  align-items: center;
}
.swal2-container.swal2-grow-column.swal2-top-start,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-bottom-left {
  align-items: flex-start;
}
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-top-right,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-bottom-right {
  align-items: flex-end;
}
.swal2-container.swal2-grow-column > .swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}
.swal2-container.swal2-fade {
  transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(54, 70, 93, 0.99);
}
.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: 0.3125em;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
}
.swal2-popup:focus {
  outline: none;
}
.swal2-popup.swal2-loading {
  overflow-y: hidden;
}
.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #fff;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0;
}
.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
}
.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}
.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff;
}
.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500;
}
.swal2-styled:not([disabled]) {
  cursor: pointer;
}
.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}
.swal2-styled:focus {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}
.swal2-styled::-moz-focus-inner {
  border: 0;
}
.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1em;
}
.swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}
.swal2-close {
  position: fixed;
  z-index: 2;
  /* 1617 */
  top: 0;
  right: 0;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  outline: initial;
  background: transparent;
  color: #fff;
  font-family: serif;
  font-size: 3em;
  line-height: 1.2;
  cursor: pointer;
}
.swal2-close:hover {
  transform: none;
  background: transparent;
  color: #f27474;
}
 > .swal2-input,
 > .swal2-file,
 > .swal2-textarea,
 > .swal2-select,
 > .swal2-radio,
 > .swal2-checkbox {
  display: none;
}
.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
}
.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em auto;
}
.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color 0.3s, box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  color: inherit;
  font-size: 1.125em;
}
.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-input::-webkit-input-placeholder,
.swal2-file::-webkit-input-placeholder,
.swal2-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.swal2-input::-moz-placeholder,
.swal2-file::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #cccccc;
}
.swal2-input:-ms-input-placeholder,
.swal2-file:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::-ms-input-placeholder,
.swal2-file::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #cccccc;
}
.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #cccccc;
}
.swal2-range {
  margin: 1em auto;
  background: inherit;
}
.swal2-range input {
  width: 80%;
}
.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}
.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}
.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}
.swal2-input[type='number'] {
  max-width: 10em;
}
.swal2-file {
  background: inherit;
  font-size: 1.125em;
}
.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}
.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em;
}
.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: inherit;
  color: inherit;
}
.swal2-radio label,
.swal2-checkbox label {
  margin: 0 .6em;
  font-size: 1.125em;
}
.swal2-radio input,
.swal2-checkbox input {
  margin: 0 .4em;
}
.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow: hidden;
  background: transparent;
  color: #fff;
  font-size: 1em;
  font-weight: 300;
}
.swal2-validation-message::before {
  content: '!';
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  zoom: normal;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}
@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}
.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  zoom: normal;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon::before {
  display: flex;
  align-items: center;
  height: 92%;
  font-size: 3.75em;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}
.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474;
}
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}
.swal2-icon.swal2-warning::before {
  content: '!';
}
.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}
.swal2-icon.swal2-info::before {
  content: 'i';
}
.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}
.swal2-icon.swal2-question::before {
  content: '?';
}
.swal2-icon.swal2-question.swal2-arabic-question-mark::before {
  content: '؟';
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}
.swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}
.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}
.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
}
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}
.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600;
}
.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}
.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: rgba(0, 0, 0, 0.2);
}
.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
}
[class^='swal2'] {
  -webkit-tap-highlight-color: transparent;
}
.swal2-show {
  -webkit-animation: opacity-show 0.3s;
  animation: opacity-show 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-hide {
  -webkit-animation: opacity-hide 0.1s;
  animation: opacity-hide 0.1s;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-rtl .swal2-close {
  right: auto;
  left: 0;
}
.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}
.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}
.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}
.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}
.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}
.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: .1px;
  width: 270px;
  height: auto;
  font-size: 14px;
  display: none;
  z-index: 9999;
}
.wickedpicker__title {
  background-image: -webkit-linear-gradient(top, #ffffff 0, #f2f2f2 100%);
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 11px 10px 15px;
  color: #4C4C4C;
  font-size: inherit;
}
.wickedpicker__close {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
}
.wickedpicker__close:before {
  content: '\00d7';
}
.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0;
}
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px;
}
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 18px;
  cursor: pointer;
}
.wickedpicker__controls__control-up:before {
  content: '\f077';
}
.wickedpicker__controls__control-down:after {
  content: '\f078';
}
.wickedpicker__controls__control--separator {
  width: 5px;
}
.text-center,
.wickedpicker__controls,
.wickedpicker__controls__control,
.wickedpicker__controls__control--separator,
.wickedpicker__controls__control-down,
.wickedpicker__controls__control-up,
.wickedpicker__title {
  text-align: center;
}
.hover-state {
  color: #3498db;
}
.fontello-after:after,
.fontello:before,
.wickedpicker__controls__control-down:after,
.wickedpicker__controls__control-up:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.clearable-picker {
  position: relative;
  display: inline-block;
}
.clearable-picker > .hasWickedpicker {
  padding-right: 1em;
}
.clearable-picker > .hasWickedpicker::-ms-clear {
  display: none;
}
.clearable-picker > [data-clear-picker] {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: .8em;
  padding: 0 .3em .2em;
  line-height: 1;
  color: #bababa;
  cursor: pointer;
}
.clearable-picker > [data-clear-picker]:hover {
  color: #a1a1a1;
}
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden='true'] {
    display: none;
  }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important;
  }
}
.swal2-select {
  background: #fff;
  color: #404040;
}
.swal2-toast {
  background: rgba(54, 70, 93, 0.99);
}
@-webkit-keyframes opacity-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity-hide {
  100% {
    opacity: 0;
  }
}
@keyframes opacity-hide {
  100% {
    opacity: 0;
  }
}
/*********************************************
**************  LOGIN
*********************************************/
.login-back {
  background: url(../img/login.jpg) no-repeat center center;
  background-size: cover;
}
.back-login {
  display: table;
  width: 100%;
}
.back-login .container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.logo-login {
  width: 100%;
  height: 67px;
  position: relative;
}
.logo-login img {
  max-width: 100%;
  max-height: 100%;
}
.flashmsg {
  position: relative;
  z-index: 1;
  text-align: center;
  height: 100%;
  position: absolute;
  top: 0px;
  width: 110%;
  margin-left: -5%;
}
.flashmsg > div {
  width: 100%;
  height: 100px;
  display: table;
  font: normal 14px 'Poppins', sans-serif;
  line-height: 1;
  position: absolute;
  top: -22px;
  background: #fff;
  display: none;
}
.flashmsg .texto {
  padding: 0 5px;
  line-height: 21px;
  width: 100%;
}
.flashmsg i {
  font-size: 30px;
}
.flashmsg .logindisabled .texto {
  color: #ebb600;
}
.flashmsg .loginfailed .texto {
  color: #ca0000;
}
.flashmsg .loginsent .texto,
.flashmsg .loginrecovery .texto {
  color: #00bda0;
}
.error {
  border: 1px solid #ff5959 !important;
}
.login .graypart {
  height: 280px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  height: auto;
  margin: 0px auto;
  text-align: center;
  padding: 28px 40px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 10px;
}
.login .graypart input {
  border: 1px solid #4a9fdc;
  outline: 0;
  width: 100%;
  margin: 0 0 15px;
  padding: 10px 15px;
  border-radius: 20px;
  box-sizing: border-box;
  font-size: 13px;
}
.login .graypart .botonRecovery,
.login .graypart .botonIngresar {
  text-transform: uppercase;
  outline: 0;
  background: #06326b;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  font-size: 12px;
  float: right;
  margin-top: 10px;
  cursor: pointer;
}
.login .graypart .botonRecovery:hover,
.login .graypart .botonIngresar:hover {
  background-color: #909090;
  color: #ffffff;
}
.login .graypart.cargando:before {
  background: #fff;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.login .graypart.cargando:after {
  content: '';
  background: #fff;
  width: 80px;
  height: 80px;
  background: url(../img/wait.gif) no-repeat center center;
  background-size: cover;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.login .logintitle {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.login .lostpass {
  font-weight: 300;
  font-size: 13px;
  color: #4a9fdc;
}
.botonVerde {
  background-color: #71bf44;
  font: 400 15px 'Poppins', sans-serif;
  line-height: 28px;
  color: #ffffff;
  display: inline-block;
  padding: 5px 15px 5px 5px;
  position: relative;
  border-radius: 5px;
}
.botonVerde:hover {
  background-color: #06326b;
}
.botonVerde [class^="utilicons"] {
  margin: 0 5px;
}
.botonVerde a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#aviso-garantias {
  display: none;
  max-width: none;
}
#aviso-garantias .logo-login {
  height: auto;
}
#aviso-garantias .texto_garantias {
  text-align: left;
  height: 356px;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .flashmsg i {
    font-size: 25px;
  }
  .flashmsg > div {
    font-size: 12px;
  }
  .login .graypart {
    width: 100%;
    padding: 45px 25px;
  }
  .login .lostpass {
    font-weight: 300;
    font-size: 12px;
  }
}
/*********************************************
**************  DASHBOARD
*********************************************/
.close {
  color: #EF6968;
}
h6.logo {
  width: 140px;
  height: 70px;
  display: inline-block;
  background: url(../img/logo.svg) no-repeat center center;
  text-indent: -9999px;
  transition: all 0.5s;
  background-size: contain;
}
h6.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
h6.logo.logo_blanco {
  background: url(../img/logo_blanco.svg) no-repeat center center;
}
.perfilNombre {
  text-transform: uppercase;
}
.h5 {
  margin: 0px;
}
/* Cajas blancas del dashboard*/
.boxy {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
  font-weight: bold;
  transition: all 0.75s;
}
.boxy .accesos-directos {
  color: #4a9fdc;
  font-size: 20px;
}
.boxy .accesos-directos .icon {
  font-size: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin-right: 10px;
}
.boxy .accesos-directos .text {
  display: inline-block;
  vertical-align: middle;
}
.boxy .accesos-directos span {
  font-size: 13px;
  display: block;
}
.boxy .accesos-directos:hover {
  color: #06326b;
}
.boxy .contadores {
  font-weight: bold;
  width: 20%;
  display: inline-block;
  float: left;
  border-left: 1px solid #ECECEC;
  padding: 0 10px 0 20px;
}
.boxy .contadores:first-child {
  border: none;
}
.boxy .contadores .titulo {
  font-size: 12px;
  line-height: 15px;
}
.boxy .contadores .titulo i {
  font-size: 15px;
  margin-right: 5px;
}
.boxy .contadores .cifra {
  font-size: 35px;
  line-height: 35px;
  margin-top: 5px;
}
.recopilar-datos .show_password input {
  border-radius: 3px 0 0 3px !important;
  width: 87%;
}
.recopilar-datos .show_password button {
  border-radius: 0 3px 3px 0 !important;
}
.titulo-tabla {
  line-height: 45px;
  background: #ECECEC;
  width: 100%;
  padding: 0 15px;
}
.titulo-tabla a {
  float: right;
}
.titulo-tabla a span {
  vertical-align: middle;
}
.titulo-tabla a i {
  font-size: 20px;
  vertical-align: middle;
  line-height: 45px;
  margin-left: 5px;
}
.caja-blanca {
  padding: 10px 20px;
  background: #fff;
}
.graficas {
  position: relative;
  margin: auto;
  height: 250px;
  width: 100%;
}
.clearfix,
.fix-display,
.h200,
.h195,
.h190,
.h185,
.h180,
.h175,
.h170,
.h165,
.h160,
.h155,
.h150,
.h145,
.h140,
.h135,
.h130,
.h125,
.h120,
.h115,
.h110,
.h105,
.h100,
.h95,
.h90,
.h85,
.h80,
.h75,
.h70,
.h65,
.h60,
.h55,
.h50,
.h45,
.h40,
.h35,
.h30,
.h25,
.h20,
.h15,
.h10,
.h5 {
  clear: both;
}
/*********************************************
**************  PAGINACION
*********************************************/
#simple-upload {
  position: relative;
  cursor: pointer;
}
#simple-upload label {
  position: relative;
  background: #f0f0f0;
  color: #707070;
  display: inline-block;
  font: normal 14px 'Poppins', sans-serif;
  padding: 13px 22px;
  border-radius: 5px;
}
#simple-upload:hover label {
  background: #06326b;
  color: #ffffff;
}
#simple-upload #simple-name {
  width: 220px;
  float: left;
  margin-right: 5px;
}
#simple-upload input[type="file"] {
  z-index: 999;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  opacity: 0;
  filter: "alpha(opacity = 0)";
  -ms-filter: "alpha(opacity=0)";
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  cursor: pointer;
}
/*********************************************
**************   OTRAS CLASES
*********************************************/
#respuesta {
  overflow: hidden;
}
/* Ocultamos el input file */
#url-archivo,
#url-archivo2 {
  width: 220px;
  float: left;
}
input[type="file"] {
  z-index: 999;
  line-height: 0;
  font-size: 50px;
  position: absolute;
  opacity: 0;
  filter: "alpha(opacity = 0)";
  -ms-filter: "alpha(opacity=0)";
  margin: 0;
  padding: 0;
  left: 0;
}
.cargaImagen {
  position: relative;
}
.cargaImagen .cargar {
  text-align: center;
  background: #fff;
  color: #606060;
  width: 100%;
  border: 1px solid #ECECEC;
  z-index: 1;
  height: auto;
  overflow-y: hidden;
  height: 90px;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 15px;
}
.cargaImagen .cargar br {
  display: none;
}
.cargaImagen .cargar a {
  font-size: 50px;
  margin: 0 auto;
  position: relative;
  width: 125px;
  height: 140px;
  border: .5px dashed transparent;
  z-index: 2;
}
.cargaImagen .cargar a i {
  margin-top: 27px;
  position: absolute;
  margin-left: -25px;
}
.cargaImagen .cargar span {
  position: absolute;
  width: 100%;
  height: 25px;
  left: 0;
  bottom: 20px;
  font-size: 12px;
  z-index: 1;
}
#img-foto {
  width: 175px;
  float: left;
  margin-top: 5px;
}
.imagenesResp {
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid #ececec;
  z-index: -1;
}
.imagenesResp img {
  max-width: 120px;
  max-height: 86px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
}
.imagenesResp a.eliminarImagen {
  font-size: 40px;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: .5px dashed transparent;
  z-index: 3;
  color: #fff;
  cursor: pointer;
  background: #000;
  border-radius: 5px;
}
.imagenesResp a .fas,
.imagenesResp a .fa {
  font-size: 23px;
}
.foto-portada {
  max-width: 300px;
  float: left;
  margin-top: 5px;
}
.cargaImagen.simple .cargar {
  position: relative;
}
.cargaImagen.simple .cargar span {
  bottom: 5px;
  line-height: 15px;
}
.cargaImagen.simple .cargar a i {
  margin-left: -20px;
  font-size: 30px;
  margin-top: 20px;
}
.cargaImagen.simple .lnk-img {
  line-height: 86px;
}
.cargaImagen.simple br {
  display: block;
}
#foto-stand {
  margin-top: 0px;
}
#foto-stand #upload {
  margin: 0px auto 0px !important;
  min-height: initial !important;
  padding-top: 5px !important;
}
#foto-stand #upload ul li {
  width: 20% !important;
}
#foto-stand .lista {
  position: relative !important;
  width: 100% !important;
}
.agregar-items .add-items input {
  width: 65% !important;
  border-radius: 5px !important;
  margin-right: 6px !important;
  margin-top: 1px !important;
  float: left;
}
.agregar-items .add-items a {
  float: left;
}
.agregar-items .item {
  border-bottom: 1px dashed #aaa;
  padding: 10px 0;
  line-height: 20px;
}
.agregar-items .item a {
  float: right;
}
.agregar-items .item:first-child {
  padding-top: 0px;
}
.agregar-items .item-name {
  border: 1px solid #fff !important;
  width: 80% !important;
  margin: 1px 0 0 0 !important;
}
.agregar-items .item-name.activo {
  border: 1px solid #d5d5d5 !important;
}
.agregar-items .item-remove {
  margin-left: 5px;
}
.contenedor-items {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
}
.contenedor-items .btn-danger {
  padding: 0px 5px;
}
hr {
  margin-top: 5px;
  margin-bottom: 10px;
}
/*********************************************
**************  AILÉ LIFE CONCEPT
*********************************************/
.options .cara {
  background: #06326b;
  color: #ffffff;
}
.options .icono {
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -24px;
}
.options .numero-notificacion {
  background: #ef6968;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -22px;
  right: 30px;
  border-radius: 50%;
  z-index: 1;
}
.options .numero-notificacion.proximamente {
  width: 100%;
  left: 0;
  border-radius: 0;
  top: 0;
  border: none;
}
.options .numero-notificacion p {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.options .detras {
  width: 100%;
  height: 279px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notifications {
  display: inline-block;
  margin-right: 33px;
  margin-left: 0;
  width: 52px;
  cursor: pointer;
}
.notificacion {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.notificacion .contenido_notificacion {
  width: 95%;
}
.notificacion .leer {
  cursor: pointer;
  line-height: 1;
  color: #999 !important;
}
.notificacion .leer:hover {
  color: #06326b !important;
}
.notificacion.no_leida {
  background: #e4f1fe;
}
.notificacion.no_leida p,
.notificacion.no_leida strong {
  color: #999 !important;
}
.notificacion p {
  font-size: 12px !important;
  line-height: 1.5;
  width: 100%;
  color: #535353 !important;
  text-align: left !important;
}
.content_notifications {
  position: absolute;
  width: 100%;
  height: 350px;
  background: #fff;
  left: -85%;
  top: 70px;
  border: 1px solid rgba(100, 100, 100, 0.4);
  border-radius: 0 0 2px 2px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  display: none;
  overflow-y: scroll;
}
.content_notifications:after,
.content_notifications:before {
  content: '';
  display: block;
  position: absolute;
  left: 85%;
  width: 0;
  height: 0;
  border-style: solid;
}
.content_notifications:after {
  top: -26px;
  border-color: transparent transparent #fff transparent;
  border-width: 13px;
}
.content_notifications:before {
  top: -27px;
  border-color: transparent transparent rgba(100, 100, 100, 0.4) transparent;
  border-width: 13px;
}
.show_password input {
  border-radius: 20px 0 0 20px !important;
}
.show_password button {
  border-radius: 0 20px 20px 0;
  height: 40px;
}
small {
  color: #4a9fdc;
  font-weight: 700;
  cursor: pointer;
  font-size: 10px;
}
select:disabled {
  background: #eee;
  cursor: pointer;
}
.header-reporte {
  width: 100%;
  height: 150px;
  background: #06326b;
  padding: 30px 0;
  font-family: 'Open Sans', sans-serif;
}
.header-reporte h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.header-reporte p {
  font-size: 16px;
  color: #ffffff;
}
.reportes-generales {
  font-family: 'Open Sans', sans-serif;
}
.reportes-generales h3 {
  color: #06326b;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.reportes-generales table {
  font-family: 'Open Sans', sans-serif;
}
.reportes-generales table th {
  font-weight: 700;
  font-size: 14px;
  color: #303030;
}
.reportes-generales table tr {
  font-size: 14px;
  color: #303030;
  border-bottom: 1px solid #CDCDCD;
}
.reportes-generales table tr td {
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 30px;
}
.datos-residente h4 {
  color: #303030 !important;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.datos-residente p {
  color: #303030 !important;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.fecha-residente h3 {
  font-size: 16px;
  color: #303030 !important;
  font-weight: 400;
}
#datos_residente_agenda {
  text-align: left;
}
.logo_encabezado_reporte {
  max-height: 105px;
}
/*********************************************
**************  MEDIA QUERYS PARA RESPONSIVO
*********************************************/
/* TABLETAS */
@media (min-width: 768px) and (max-width: 979px) {
  #main-header h3 {
    display: none;
  }
  #main-header.modulo_residentes {
    padding: 0;
    padding-top: 30px;
  }
  #main-header .session-activa {
    margin-right: 0;
  }
  #main-header .session-activa p {
    line-height: 1.2;
    font-size: 12px;
  }
  #main-header .session-activa p .entrega {
    font-size: 12px;
  }
  .f22 {
    font-size: 20px;
  }
  .f20 {
    font-size: 16px;
  }
  .f18 {
    font-size: 14px;
  }
  .f17 {
    font-size: 13px;
  }
  .options .numero-notificacion.proximamente {
    height: 25px;
  }
  .options .numero-notificacion.proximamente p {
    font-size: 14px;
  }
  .tres_botones .btn-gral {
    font-size: 10px;
  }
  .scrolling-table td {
    line-height: 1.2;
  }
  table.datos th {
    line-height: 1.2;
  }
  #main-header .menu span {
    line-height: 1.4;
  }
  .close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
  }
  .contenido-gral .contenidos {
    margin-left: 0px;
  }
  .center-col {
    padding-top: 55px;
  }
  #main-header {
    padding: 15px;
  }
  #main-header.admin-menu {
    padding-left: 0;
    z-index: 1;
  }
  #main-header .menu {
    padding: 0;
  }
  #main-header .session-activa {
    width: 100%;
    display: flex !important;
    float: none !important;
    margin-right: 0;
    align-items: center;
    justify-content: space-between;
  }
  #main-header .session-activa .notifications {
    margin-right: 0 !important;
  }
  #main-header .session-activa p {
    font-size: 14px;
  }
  body.nav-sm .logo {
    height: 85px;
    padding: 10px 25px;
  }
  body.nav-sm .logo .main {
    display: block;
    margin: auto;
  }
  body.nav-sm .left-col {
    width: 100%;
  }
  body.nav-sm .left-col p {
    display: block;
    text-align: center;
  }
  body.nav-sm .left-col nav {
    text-align: center;
    width: 100%;
  }
  body.nav-sm .left-col nav a {
    padding: 3px 17px;
    font-size: 13px;
  }
  body.nav-sm .left-col nav a span {
    display: block;
  }
  #botonera {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #botonera .h10 {
    display: none;
  }
  #botonera a {
    width: 30%;
    margin-bottom: 10px;
  }
  #botonera a:first-child {
    margin-right: 12px;
  }
  #botonera a:last-child {
    margin-left: 12px;
  }
  #btn-bloqueos {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  body.nav-sm .logo {
    height: 85px;
    padding: 10px 25px;
  }
  body.nav-sm .logo .main {
    display: block;
    margin: auto;
  }
  body.nav-sm .left-col {
    width: 100%;
  }
  body.nav-sm .left-col p {
    display: block;
    text-align: center;
  }
  body.nav-sm .left-col nav {
    text-align: center;
    width: 100%;
  }
  body.nav-sm .left-col nav a {
    padding: 3px 17px;
    font-size: 13px;
  }
  body.nav-sm .left-col nav a span {
    display: block;
  }
  #main-header h3 {
    text-align: right;
  }
  .center-col.dashboard-user {
    padding: 90px 20px 0;
  }
  .tres_botones,
  .dos_botones {
    margin-top: 20px;
  }
  .tres_botones .btn-gral,
  .dos_botones .btn-gral {
    float: none;
    display: inline-block;
    margin-left: 0 !important;
    width: 100%;
    margin-bottom: 10px;
  }
  .tres_botones p.mb0.fright,
  .dos_botones p.mb0.fright {
    display: block;
    float: none;
    text-align: center;
  }
  .logo-login {
    height: 70px;
  }
  h3.f20 {
    font-size: 15px;
  }
  .login .graypart {
    padding: 15px;
  }
  .login .graypart input {
    margin: 0 0 10px;
  }
  .alert p {
    line-height: 1.5;
  }
  .titulo_residentes {
    text-align: center;
  }
  .cerrar_residentes {
    width: 100%;
  }
  .parrafo_residentes {
    font-size: 11px;
    line-height: 1.5;
    text-align: justify;
  }
  #btn-reporte {
    background: #06326b;
    margin: auto;
    display: block;
    width: 50%;
  }
  .f18 {
    font-size: 13px;
  }
  .f22 {
    font-size: 18px;
  }
  .cargaImagen.simple .imagenesResp img {
    height: 80px;
    max-height: 80px;
  }
  .modulo_residentes {
    padding: 0 !important;
    height: auto !important;
    padding-bottom: 20px !important;
    z-index: 2 !important;
  }
  .modulo_residentes .session-activa {
    height: calc(40px) !important;
  }
  .modulo_residentes p .entrega {
    font-size: 11px !important;
  }
  .modulo_residentes p .entrega strong {
    display: block;
  }
  .modulo_residentes .notifications {
    display: none;
  }
  .modulo_residentes p.dib {
    text-align: left !important;
    font-size: 12px !important;
    line-height: 1.4;
  }
  body.nav-sm .center-col {
    padding-top: 55px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #main-header .menu span {
    line-height: 1.4;
  }
  .close-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
  }
  .contenido-gral .contenidos {
    margin-left: 0px;
  }
  .center-col {
    padding-top: 55px;
  }
  .btn-gral.w100 {
    width: 40%;
  }
  #main-header {
    padding: 15px;
  }
  #main-header.admin-menu {
    padding-left: 0;
    z-index: 1;
  }
  #main-header .menu {
    padding: 0;
  }
  #main-header .session-activa {
    width: 100%;
    display: flex !important;
    float: none !important;
    margin-right: 0;
    align-items: center;
    justify-content: space-between;
  }
  #main-header .session-activa .notifications {
    margin-right: 0 !important;
  }
  #main-header .session-activa .btn-gral.salir {
    width: 80px;
    margin-left: 0 !important;
  }
  #main-header .session-activa p {
    font-size: 14px;
  }
  h2 {
    font-size: 14px;
  }
  h2.titulo {
    margin-bottom: 0;
  }
  #pager input {
    width: 90px!important;
    font-size: 13px;
  }
  #pager i {
    font-size: 17px;
  }
  #botonera {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  #botonera .h10 {
    display: none;
  }
  #botonera a {
    width: 30%;
    margin-bottom: 10px;
  }
  #botonera a:first-child {
    margin-right: 12px;
  }
  #botonera a:last-child {
    margin-left: 12px;
  }
  .fc-toolbar {
    display: block;
    width: 85%;
    margin: 0 auto 20px auto;
  }
  .fc-toolbar .fc-left {
    float: left;
  }
  .fc-toolbar .fc-center {
    float: right;
  }
  .fc-toolbar .fc-right {
    top: 5px;
    clear: both;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .scrolling-table td {
    font-size: 10px;
    line-height: 1.5;
    height: 30px;
  }
  .scrolling-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .btn-gral ~ .h10 {
    display: none;
  }
  .scrolling-table::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
  .scrolling-table::-webkit-scrollbar-thumb:active {
    background-color: #999999;
  }
  .scrolling-table::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
  }
  .scrolling-table::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 4px;
  }
  .scrolling-table::-webkit-scrollbar-track:hover,
  .scrolling-table::-webkit-scrollbar-track:active {
    background: #d4d4d4;
  }
}
