@import url(https://fonts.googleapis.com/css?family=Raleway:200);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
html,
body,
#app {
  font-size: 10px;
  margin: 0;
  padding: 0;
}
button,
input,
optgroup,
select,
textarea,
label {
  font-family: 'Open Sans';
}
.wrapper {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  overflow-y: hidden;
}
.content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 180px;
  right: 0;
  padding: 10px;
  display: inline-block;
  overflow-y: auto;
  background-color: rgba(210, 210, 210, 0.8);
  transition: all ease 0.3s;
}
.content.no-menu {
  left: 0;
  transition: all ease 0.3s;
}
.content p {
  margin-bottom: 50px;
  font-size: 1.3rem;
  text-align: justify;
}
.content p.errorP {
  margin-bottom: 5px;
  font-size: 1.3rem;
  text-align: justify;
}
.error::first-letter {
  text-transform: uppercase;
}
.msg-error {
  font-size: 0.9rem;
}
.msg-error::first-letter {
  text-transform: uppercase;
}
.listerror {
  margin-top: 20px;
}
.listerror::first-letter label {
  text-transform: uppercase;
}
.overlock {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5000;
  text-align: center;
}
.cssload-container {
  position: relative;
}
.loader-message {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  font-size: 2.5rem;
}
.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 3px solid #0b309e;
  border-left-color: #ffffff;
  border-radius: 2498px;
  -o-border-radius: 2498px;
  -ms-border-radius: 2498px;
  -webkit-border-radius: 2498px;
  -moz-border-radius: 2498px;
}
.cssload-whirlpool {
  margin: -63px 0 0 -63px;
  height: 125px;
  width: 125px;
  animation: cssload-rotate 2650ms linear infinite;
  -o-animation: cssload-rotate 2650ms linear infinite;
  -ms-animation: cssload-rotate 2650ms linear infinite;
  -webkit-animation: cssload-rotate 2650ms linear infinite;
  -moz-animation: cssload-rotate 2650ms linear infinite;
}
.cssload-whirlpool::before {
  content: "";
  margin: -58px 0 0 -58px;
  height: 110px;
  width: 110px;
  animation: cssload-rotate 2650ms linear infinite;
  -o-animation: cssload-rotate 2650ms linear infinite;
  -ms-animation: cssload-rotate 2650ms linear infinite;
  -webkit-animation: cssload-rotate 2650ms linear infinite;
  -moz-animation: cssload-rotate 2650ms linear infinite;
}
.cssload-whirlpool::after {
  content: "";
  margin: -73px 0 0 -73px;
  height: 140px;
  width: 140px;
  animation: cssload-rotate 5300ms linear infinite;
  -o-animation: cssload-rotate 5300ms linear infinite;
  -ms-animation: cssload-rotate 5300ms linear infinite;
  -webkit-animation: cssload-rotate 5300ms linear infinite;
  -moz-animation: cssload-rotate 5300ms linear infinite;
}
@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
header.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #009BC9;
  padding: 0;
  z-index: 1000;
}
header.header .name-app {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 20px;
  padding: 0;
}
header.header .name-app .toggle-menu {
  font-size: 2rem;
  color: white;
  margin-right: 10px;
}
header.header .name-app .toggle-menu:link,
header.header .name-app .toggle-menu:active {
  color: white;
}
header.header .name-app .menu-control {
  position: relative;
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  padding-bottom: 10px;
  vertical-align: bottom;
}
header.header .name-app .menu-control:hover .first {
  transform: rotate(45deg) translateY(4.3px) translateX(4px);
  transition: all 0.5s;
}
header.header .name-app .menu-control:hover .second {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
header.header .name-app .menu-control:hover .third {
  transform: rotate(-45deg) translateY(-4.3px) translateX(4px);
  transition: all 0.5s;
}
header.header .name-app .menu-control .first,
header.header .name-app .menu-control .second,
header.header .name-app .menu-control .third {
  height: 3px;
  background: white;
  transition: all 0.5s;
}
header.header .name-app .menu-control .second {
  margin: 3px auto;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
header.header .name-app img {
  position: relative;
  height: 20px;
  display: inline;
  vertical-align: sub;
}
header.header .name-app h1 {
  position: relative;
  display: inline;
  font-size: 1.7rem;
  font-family: "Raleway";
  color: white;
  padding: 0;
  font-weight: bold;
  vertical-align: middle;
  margin: 0px 0 0 0;
}
header.header .tenant-detail {
  display: inline-block;
  right: 200px;
  top: 10px;
  font-size: 1.5rem;
  color: white;
}
@media (max-width: 576px) {
  header.header .tenant-detail {
    display: none;
  }
}
header.header .profile-header {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 10px;
  font-size: 2rem;
}
header.header .profile-header a {
  color: white;
}
header.header .profile-header a.profile {
  font-size: 1.4rem;
  margin-right: 10px;
}
header.header .profile-header a.profile i {
  margin-right: 5px;
}
header.header .profile-header a.profile i.fa-user-circle-o {
  font-size: 2rem;
}
@media (max-width: 576px) {
  header.header .profile-header a.profile span {
    display: none;
  }
}
header.header .profile-header a:link,
header.header .profile-header a:active {
  color: white;
  text-decoration: none;
}
header.header .profile-header a:hover {
  color: #e6e6e6;
  text-decoration: none;
}
header.header .profile-header .profile-menu {
  position: absolute;
  z-index: 2000;
  right: 30px;
  top: 41px;
  width: 280px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  border-top-width: 0px;
  font-size: 1.3rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
header.header .profile-header .profile-menu.hide {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
header.header .profile-header .profile-menu .arrow {
  position: absolute;
  right: 3px;
  top: -10px;
  margin-top: -10px;
  color: white;
  font-size: 2.3rem;
}
header.header .profile-header .profile-menu .profile-avatar {
  padding: 15px 0 0 0;
  text-align: center;
  background: #009BC9;
}
header.header .profile-header .profile-menu .profile-avatar img {
  width: 100px;
  border-radius: 50%;
  border: 10px solid #007496;
  background: #FFF;
}
header.header .profile-header .profile-menu .profile-detail {
  background: #009BC9;
  padding: 5px;
  text-align: center;
}
header.header .profile-header .profile-menu .profile-detail span {
  display: block;
  font-size: 1.1rem;
  color: white;
}
header.header .profile-header .profile-menu .profile-options {
  overflow: hidden;
  padding: 10px;
  background: #84B7CA;
}
aside.sidebar-menu {
  position: relative;
  display: inline-block;
  width: 180px;
  left: 0;
  height: 100vh;
  border-right: 1px solid #c6c6c6;
  background-color: #f5f7f9;
  transition: all ease 0.3s;
}
aside.sidebar-menu.no-show {
  left: -180px;
  width: 0;
  transition: all ease 0.3s;
}
aside.sidebar-menu ul {
  margin: 0;
  padding: 0;
}
aside.sidebar-menu ul li {
  list-style: none;
  padding: 1px;
  font-size: 1.1rem;
}
aside.sidebar-menu ul li a {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  cursor: pointer;
  border: 1px solid transparent;
}
aside.sidebar-menu ul li a:visited,
aside.sidebar-menu ul li a:link {
  color: #004c63;
  text-decoration: none;
}
aside.sidebar-menu ul li a:hover {
  border-color: #c6c6c6;
}
aside.sidebar-menu ul li a:hover i:first-child {
  animation-name: moveIcon;
  animation-duration: 0.7s;
}
aside.sidebar-menu ul li a i:first-child {
  margin-right: 5px;
  font-size: 2rem;
}
aside.sidebar-menu ul li a i:nth-child(2) {
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
}
aside.sidebar-menu ul li > ul {
  height: 0;
  display: none;
  transition: 0.3s all ease;
}
aside.sidebar-menu ul li > ul.open {
  height: auto;
  display: block;
}
aside.sidebar-menu ul li > ul > li a {
  padding-left: 20px;
}
aside.sidebar-menu ul li > ul > li a i:first-child {
  font-size: 1rem;
}
@keyframes moveIcon {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(-7deg);
  }
  75% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
ol.breadcrumb {
  margin: -10px -10px 1rem -10px;
  font-size: 1.3rem;
  background: #fafafa;
  border-bottom: 1px solid #dae3db;
}
aside.sidebar-filters {
  width: 250px;
  position: fixed;
  display: inline-block;
  left: 0;
  margin-top: -1rem;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
  border-right: 1px solid #c6c6c6;
  background-color: #f5f7f9;
  z-index: 10000;
}
aside.menu-hidden {
  left: -180px;
  width: 0;
  transition: all ease 0.3s;
}
.report {
  position: absolute;
  top: 25px;
  bottom: 0;
  left: 250px;
  right: 0;
  padding: 10px;
  display: inline-block;
}
.restore-width {
  left: 0px;
}
input,
optgroup,
select,
textarea {
  font-size: 1.3rem !important;
}
label {
  font-size: 1rem;
}
label.title {
  font-size: 1.3rem;
  display: block;
  border-bottom: 1px solid #c6c6c6;
}
label.reason {
  font-size: 1.5rem !important;
}
form .tab-content {
  padding-top: 20px;
}
form .new-section {
  border-top: 2px solid #d7d5db;
  padding-top: 20px;
}
form .el-select {
  display: block;
}
form .el-input {
  display: block;
  width: 100% !important;
}
form .el-input input {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
  padding: 6px 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-image: initial;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
form img.picture {
  max-width: 300px;
  height: 200px;
  border: 1px solid #afafaf;
  padding: 1px;
  cursor: pointer;
  border-radius: 1px;
}
label {
  font-weight: bold;
}
.radio-group {
  padding-top: 10px;
}
.radio-control + label {
  margin-right: 15px;
  font-size: 1.3rem;
  font-weight: normal;
}
input.number {
  text-align: right;
}
input[type="file"] {
  visibility: hidden;
}
span.bread {
  color: #004c63;
}
span.filename {
  font-weight: bold;
  font-size: 1.3rem;
  margin-left: 20px;
}
span.message {
  margin-top: 20px;
  font-size: 1.3rem;
}
span.alert {
  display: table;
  margin-top: 2px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: -4px !important;
}
span.alertmodal {
  display: table;
  margin-top: 12px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: 33px;
  margin-bottom: -40px !important;
}
table.incapa {
  width: 100%;
  margin: 30px;
}
table.acco {
  width: 100%;
  margin-left: 22px;
  margin-top: -20px;
}
.collaborator {
  text-align: left;
}
input.account {
  margin-left: -80px;
}
input.form-control {
  position: relative;
}
.colla {
  margin-left: 14px;
}
.fil {
  height: 100%;
}
.option {
  position: relative;
  left: 7.5%;
}
.option i.iconPr {
  font-size: 3rem !important;
  color: #004c63;
  cursor: pointer;
  border: 1px solid transparent;
}
.option i.iconPr:hover {
  border-color: #c6c6c6;
  animation-name: moveIcon;
  animation-duration: 0.7s;
}
.option i:first-child {
  margin-right: 20px;
}
.activate {
  margin-right: 20px;
}
.formRegis {
  margin-top: 25px;
}
.bounce-enter-active {
  animation: bounce-in 0.7s;
}
@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.btn {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.3rem;
}
.btn.btn-lg {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn.btn-default {
  color: #333333;
  font-weight: normal;
  background: #fafafa;
  border-color: #d9dadc;
}
.btn.btn-primary {
  background-color: #00CEB4;
  border-color: #00b59e;
}
.btn.btn-primary:hover {
  background-color: #00b59e;
}
.excelb {
  margin-left: 10px;
}
.conso {
  position: relative;
  top: 32px;
  left: 970px;
  background: #00bcd4 !important;
  border-color: #2196f3 !important;
}
.t20 {
  margin-top: 20px;
}
.hleft {
  margin-left: 390px;
}
.addconcep {
  margin-top: 19px;
}
div.buttons .btn {
  margin: 0 5px;
}
.opcEdit {
  font-size: 14px !important;
}
.deleteItem {
  color: red;
  font-size: 15px;
}
.lookItem {
  color: green;
  font-size: 15px;
}
.newRegis {
  text-align: center;
  margin-top: 40px;
}
.content-buttons {
  /* border: 1px solid; */
  display: flex;
  margin-top: 10px;
}
.export-xls {
  margin-right: 10px ;
}
div.login {
  width: 98%;
  margin: 30px auto 0px auto;
  text-align: center;
}
div.login h1 {
  font-family: 'Raleway';
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}
div.login #LoginUser {
  border: 1px solid #babdba;
  padding: 50px 30px;
}
div.login #LoginUser h2 {
  font-family: 'Raleway';
  font-size: 2rem;
  margin-bottom: 30px;
}
div.login #LoginUser h2 img {
  height: 20px;
  padding: 0;
  margin-top: -5px;
  margin-right: 10px;
}
@media (min-width: 600px) {
  div.login {
    width: 70%;
  }
}
@media (min-width: 800px) {
  div.login {
    width: 400px;
    margin-top: 80px;
  }
}
.social-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid;
  color: white;
  font-size: 1.8rem;
  margin-top: 7px;
}
.social-icon:hover {
  color: #b3b3b3;
}
.social-icon:link,
.social-icon:visited {
  color: white;
}
.social-icon.facebook {
  border-color: #367fa9;
  background: #3c8dbc;
}
.social-icon.twitter {
  border-color: #00acd6;
  background: #00c0ef;
}
.social-icon.google {
  border-color: #f4543c;
  background: #f56954;
}
.day-cell.not-events:not(.not-cur-month) {
  background-color: rgba(137, 0, 0, 0.4);
}
.day-cell.today {
  background-color: rgba(0, 155, 201, 0.4) !important;
}
.day-cell.one-event {
  background-color: rgba(195, 187, 21, 0.4);
}
.full-calendar-body .dates .dates-events .events-week .events-day .event-box .event-item {
  background-color: transparent !important;
  font-size: 1.3rem !important;
  text-align: center !important;
}
.el-date-editor--daterange {
  width: 100% !important;
}
.cont {
  position: relative;
  min-width: 25%;
  border: 1px solid #c6c6c6;
  background-color: #f5f7f9;
  z-index: 5000;
  text-align: center;
  top: 22%;
  border-radius: 6px;
  padding: 15px;
  margin: auto;
  min-height: 26%;
}
.self-right {
  width: 50%;
  float: right;
  margin-top: 10px;
}
.closeIcon {
  position: relative;
  left: 98%;
  font-size: 2rem;
  bottom: 12px;
  width: 20px;
  height: 0px;
  cursor: pointer;
}
.msj_info {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  border: 1px solid #FF9800;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background: #FFC107;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 5px;
  margin: 30px auto;
}
.tablecolla {
  width: 100%;
  font-size: 14px;
  font-family: open sans-serif;
}
.thtdcolla {
  padding: 10px;
  text-align: center;
}
.iconcenter {
  text-align: center;
}
.colorth {
  text-align: center;
  border-bottom: solid 1.5px;
}
.Definitivo {
  background: #FFCDD2;
}
.label {
  font-size: 82%;
}
.el-table {
  font-size: 10px !important;
}
.tableRegis {
  top: 20px !important;
  width: 40% !important;
  margin: auto !important;
}
.el-collapse-item__header {
  padding: 10px;
  width: 410px;
  border: 1px solid #ffffff;
  font-weight: bold !important;
}
.el-collapse-item__content {
  padding-bottom: 0px !important;
}
.el-collapse-item__header.is-active {
  border-bottom: 1px solid #EBEEF5 !important;
}
.el-collapse-item__header:hover {
  color: #4d9cc9;
}
.dash-content {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
}
.content-left {
  display: flex;
  margin-bottom: 30px;
}
/*INDICADOR*/
.content-colaborador {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  margin: 5px;
  width: 32%;
}
.staffcurrent {
  background-color: #2D4260 !important;
}
.absenteeism {
  background-color: #2C5382 !important;
}
.hourscurrent {
  background-color: #4689C6 !important;
}
.content-personal {
  color: #ffffff;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 2px;
  display: flex;
}
.content-personal .p-content-left {
  background: rgba(0, 0, 0, 0.2);
  font-size: 1.4rem;
  padding: 10px;
  width: 100%;
}
.content-personal .p-directos {
  font-weight: bold;
}
.content-personal .p-temporales {
  font-weight: bold;
}
.marginelement {
  margin-left: 5px;
}
.p-content-right {
  width: 100%;
}
.p-content-right .p-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.3rem;
  padding: 5px;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
  min-height: 50px;
}
.p-content-right .p-body {
  white-space: nowrap;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  font-weight: bold;
}
.p-content-right .p-subtitle {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
/*ESTILOS PARA EL INDICADOR DE CUUMPLEAÑOS*/
.no-birthday {
  box-sizing: border-box;
  max-height: 82px;
  padding: 10px;
  font-size: 15px;
}
.content-birthday {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.content-indicator .indicator-birthday {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 10px;
}
.content-indicator .indicator-birthday .header {
  padding: 10px;
  font-size: 15px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
}
.content-indicator .indicator-birthday .header .header-date {
  color: #444444;
}
.content-indicator .indicator-birthday .body {
  background: #ffffff;
  padding: 8px 8px 8px 8px;
  border-top: 1px solid #e5e5e5;
  max-height: 82px;
}
.content-indicator .indicator-birthday .body .body-left {
  display: flex;
  margin-bottom: 20px;
}
.content-indicator .indicator-birthday .body .body-left .b-picture img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}
.content-indicator .indicator-birthday .body .body-right {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  font-size: 13px;
}
.content-indicator .indicator-birthday .body .body-right .b-name {
  width: 270px;
}
.left-content-dashboard {
  width: 100%;
  margin-right: 10px;
}
.bar-chart {
  width: 90%;
}
.pie-chart {
  width: 300px;
  margin-right: 85px;
  margin-top: 10px;
}
.content-charts {
  background-color: #fff;
  padding: 5px;
  margin-top: 15px;
  box-sizing: border-box;
}
.two-graphics {
  width: 100%;
}
.cost-one-chart {
  background-color: #fff;
  padding: 10px;
  width: 48%;
}
.afp-two-chart {
  width: 50%;
  margin-left: 2%;
  background-color: #fff;
  padding: 10px;
}
.content-two-charts {
  margin-top: 15px;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.content-pie {
  width: 100%;
  background: #fff;
  margin-top: 12px;
  padding: 2px;
}
.lds-dual-ring {
  display: inline-block;
  width: 64px;
  height: 64px;
  margin-left: 50%;
}
.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #199bca #f5f5f5;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@media print{
.header[data-v-1a84e18b]{
    display: none;
}
}


@media print{
.breadcrumb[data-v-005bfc5a]{
    display: none;
}
}

