/* CSS Document */
.infoInicial{
  font-size: 0.8em;
  text-align: center;
}

#boton_cerrar_nuevo_empleado{
  margin-left: 98%;
  background-color: #e8e8e8;
  border: white;
}

.boton-cerrar-header {
    width: 10%;
    float: right;
    text-align: end;
}

.boton-cerrar-header button {
    border-width: 0;
}

.titulo-modal {
    width: 90%;
    float: left;
}

.container2 {
  margin-right: auto;
  margin-left: auto;
  /*padding-right: 2%;*/
  /*padding-left: 2%;*/
  max-width: 930px !important;
  max-height:900px !important;
  overflow:hidden !important;
}
.row2 {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1%;
  margin-left: -1%;
}
.row2.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-0,.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1%;
  padding-left: 1%;
  position: relative;
}
.col-0 {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-offset-1 {
  margin-left: 8.333%;
}
.col-offset-2 {
  margin-left: 16.667%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-offset-4 {
  margin-left: 33.333%;
}
.col-offset-5 {
  margin-left: 41.667%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-offset-7 {
  margin-left: 58.333%;
}
.col-offset-8 {
  margin-left: 66.667%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-offset-10 {
  margin-left: 83.333%;
}
.col-offset-11 {
  margin-left: 91.667%;
}
.start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.center-parent{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.center-child{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last {
  -webkit-order: 1;
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
 /* END FLEX FRID*/
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f8f8f8;
}
nav.navbar.navbar-default.navbar-static-top {
    background: #A300D1;
}
img.logo {
    width: auto;
    height: 90px;
    margin-top: 10px;
    background: #A300D1;
}
#wrapper {
    width: 100%;
    background-color: rgba(255,255,255,0.8);
}
#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: transparent;
    min-height: 641px!important;
}
.navbar-top-links {
    margin-right: 0;
}
.navbar-top-links li {
    display: inline-block;
}
.navbar-top-links li:last-child {
    margin-right: 15px;
}
.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}
.navbar-top-links .dropdown-menu li {
    display: block;
}
.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}
.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}
.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}
.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}
.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}
.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}
.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}
.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}
.sidebar ul li a.active {
    background-color: #eee;
}
.sidebar .arrow {
    float: right;
}
.sidebar .fa.arrow:before {
    content: "\f104";
}
.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}
.sidebar .nav-second-level li a {
    padding-left: 37px;
}
.sidebar .nav-third-level li a {
    padding-left: 52px;
}
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
.btn-primary.btn-outline:hover,.btn-success.btn-outline:hover,.btn-info.btn-outline:hover,.btn-warning.btn-outline:hover,.btn-danger.btn-outline:hover {
    color: #fff;
}
.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}
.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}
.chat li.left .chat-body {
    margin-left: 60px;
}
.chat li.right .chat-body {
    margin-right: 60px;
}
.chat li .chat-body p {
    margin: 0;
}
.panel .slidedown .glyphicon,.chat .glyphicon {
    margin-right: 5px;
}
.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}
.login-panel {
    margin-top: 25%;
}
.flot-chart {
    display: block;
    height: 400px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
.btn-primary {
    background-image: -webkit-linear-gradient(top,#5e0876 0,#A300D1 100%);
    background-image: -o-linear-gradient(top,#5e0876 0,#A300D1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5e0876),to(#A300D1));
    background-image: linear-gradient(to bottom,#5e0876 0,#A300D1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e0876', endColorstr='#ffA300D1', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #A300D1;
}
.btn-primary:focus,
.btn-primary:hover {
    background: -webkit-linear-gradient(top,#A300D1 0,#5e0876 100%);
    background: -o-linear-gradient(top,#A300D1 0,#5e0876 100%);
    background: -webkit-gradient(linear,left top,left bottom,from(#5e0876),to(#5e0876));
    background: linear-gradient(to bottom,#A300D1 0,#5e0876 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffA300D1', endColorstr='#ff5e0876', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #5e0876;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}
.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}
.show-grid {
    margin: 15px 0;
}
.huge {
    font-size: 40px;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}
.panel-green a {
    color: #5cb85c;
}
.panel-green a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
.panel-red a {
    color: #d9534f;
}
.panel-red a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
.panel-yellow a {
    color: #f0ad4e;
}
.panel-yellow a:hover {
    color: #df8a13;
}
input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before, input[type="date"]:valid:before {
    content: "";
  }
h1.titulo{
    margin-top: 0px;
}
.navbar-brand {
    padding: 0px 15px;
}
.input-group-addon, .input-group-btn {
    width: auto;
}
.btn-lg i.fa.fa-plus {
    padding: 3.5px 0 0 0;
    font-size: 1.3em;
    color: #A300D1;
}
.btn-pq i.fa.fa-plus {
    padding: 1.8px 0 0 1px;
    font-size: 1.3em;
    color: #80B419;
}
i.fa.fa-plus:hover {
    color: #A0522D!important;
}
.btn.btn-default.btn-circle.btn-lg:hover,
.btn.btn-default.btn-circle.btn-lg:focus,
.btn.btn-default.btn-circle.btn-lg.focus,
.btn.btn-default.btn-circle.btn-pq:hover,
.btn.btn-default.btn-circle.btn-pq:focus,
.btn.btn-default.btn-circle.btn-pq.focus,
.btn.btn-default.btn-circle:active,
.btn.btn-default.btn-circle.btn-lg.active,
.open > .dropdown-toggle.btn-default {
    background: -webkit-linear-gradient(top,#fff -10%,#FFED00 100%)!important;
    background: -o-linear-gradient(top,#fff -10%,#FFED00 100%)!important;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ffed00))!important;
    background: linear-gradient(to bottom,#fff -10%,#FFED00 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffed00', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    background-position: 0 50px;
    border-color: transparent;
}
i.fa.fa-pencil-square-o {
    padding: 3.5px 0 0 0;
}
#video1 {
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  visibility: visible;
}
.popover {
    left: auto!important;
}
.popover.top>.arrow {
    left: 15%!important;
}
a {
  cursor: pointer!important;
  color: #5e0876;
}
a:focus,
a:hover {
    color: #A300D1;
    text-decoration: none;
}
 h1,h2,h3,h4,h5,h6{
  font-weight: bold;
  letter-spacing: 1px;
  color: #5e0876;
 }
panel-heading {
  font-weight: bold;
  letter-spacing: 1px;
 }
.navbar-default {
    background: #A300D1;
}
.nav>li>a {
    color: #fff;
}
.nav>li>a:hover,
.nav>li>a:focus,
.nav>li>a:active,
.sidebar ul li a.active {
  background-color: #fff;
  color: #A300D1;
}
.nav.navbar-top-links>li>a{
    color: #fff;
}
.nav.navbar-top-links>li>a:hover,
.nav.navbar-top-links>li>a:focus {
  color: #FEEC01;
  background: transparent;
}
.nav.navbar-top-links>li>a:active {
  color: #A300D1;
  background: #fff;
}
.nav .open>a {
  color: #5e0876!important;
  border-color: transparent;
  background: #fff!important;
}
#side-menu li a i.fa,
#side-menu li a span.fa.arrow {
  color: #FEEC01;
}
#side-menu li:hover a i.fa,
#side-menu li:focus a i.fa,
#side-menu li:active a i.fa,
#side-menu li:hover a span.fa.arrow,
#side-menu li:focus a span.fa.arrow,
#side-menu li:active a span.fa.arrow,
#side-menu li:hover ul li:hover a i.fa,
#side-menu li:hover ul li:focus a i.fa,
#side-menu li:hover ul li:active a i.fa {
  color: #5e0876;
}
#side-menu li:hover ul li a i.fa {
  color: #FEEC01;
}
#side-menu .fa-search {
    color: #333;
}
#body_unidades tr td:nth-child(6), #body_unidades tr td:nth-child(7),
#body_herramientas tr td:nth-child(8), #body_herramientas tr td:nth-child(9),
#body_labores tr td:nth-child(6), #body_labores tr td:nth-child(7),
#body_insumos tr td:nth-child(6), #body_insumos tr td:nth-child(7),
#body_personal tr td:nth-child(13), #body_personal tr td:nth-child(14),
#body_proveedores tr td:nth-child(7), #body_proveedores tr td:nth-child(8),
#body_medida tr td:nth-child(2), #body_medida tr td:nth-child(3),
#body_tiempo tr td:nth-child(2), #body_tiempo tr td:nth-child(3),
#body_costos tr td:nth-child(5), #body_costos tr td:nth-child(6) ,
#body_produccion tr td:nth-child(15), #body_produccion tr td:nth-child(16) {
    text-align: center;
}
.contenido_inicio{
  height: 100%;
}
.fondo-inicio{
  position: absolute;
  z-index: 0;
  margin: 0 auto;
  height: auto;
}
#login {
  margin: 8% 30px;
}
/*-- errores objectos ocultos --*/
form .alert {
  display: none;
}
.cursor {
  cursor: pointer;
}
.img_producto {
  width: 48px;
}
/* ------ Spinner ------- */
.demo {
  position: relative;
  margin: 50px auto;
  width: 150px;
}
.loader {
  position: absolute;
  opacity: .7;
}
.loader circle {
  animation: draw 4s infinite ease-in-out;
  transform-origin: center;
  transform: rotate(-90deg);
}
.loader-2 circle,
.loader-6 circle {
  animation-delay: 1s;
}
.loader-7 circle {
  animation-delay: 2s;
}
.loader-4 circle,
.loader-8 circle {
  animation-delay: 3s;
}
.loader-3 {
  left: -150px;
  transform: rotateY(180deg);
}
.loader-6,
.loader-7,
.loader-8 {
  left: -150px;
  transform: rotateX(180deg) rotateY(180deg);
}
.loader-5 circle {
  opacity: .2;
}
@keyframes draw {
  50% {
    stroke-dashoffset: 0;
    transform: scale(.5);
  }
}
/* -------- end Spinner  -------*/
.form-group select {
    width: auto;
    float: left;
}
.form-group .input-group-addon{
  height: 34px;
}
.modal-open .modal {
    overflow-x: hidden!important;
    overflow-y: auto!important;
}
.fade.in {
    overflow-x: hidden!important;
    overflow-y: auto!important;
}
.page-header {
    border-bottom: 1px solid #A300D1;
    color: #5e0876;
}
.panel-primary {
    border-color: #A300D1;
}
.panel-primary>.panel-heading {
    background-image: -webkit-linear-gradient(top,#5e0876 0,#A300D1 100%);
    background-image: -o-linear-gradient(top,#5e0876 0,#A300D1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5e0876),to(#A300D1));
    background-image: linear-gradient(to bottom,#5e0876 0,#A300D1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e0876', endColorstr='#ffA300D1', GradientType=0);
    background-repeat: repeat-x;
}
.modal-lg {
    width: 100%!important;
}
.p1, .p2{
  display: none;
}
.input-group {
    width: 100%;
}
.margen,
.row.form-group{
  margin-bottom: 10px;
}
label {
    margin-bottom: 0px;
    font-size: 16px;
}
#new_documento {
  -webkit-text-security: disc;
}
.fa-spin {
  font-size:24px;
}
#mytabs>li>a,
#mytabsEdit>li>a,
#mytabsVer>li>a {
    color: #A300D1;
    border-color: #A300D1 #eee #ddd;
    border-bottom: none;
}
#mytabs>li.active>a,
#mytabs>li.active>a:focus,
#mytabs>li.active>a:hover,
#mytabs>li>a:hover,
#mytabs>li>a:focus,
#mytabs>li>a:active,
#mytabsEdit>li.active>a,
#mytabsEdit>li.active>a:focus,
#mytabsEdit>li.active>a:hover,
#mytabsEdit>li>a:hover,
#mytabsEdit>li>a:focus,
#mytabsEdit>li>a:active,
#mytabsVer>li.active>a,
#mytabsVer>li.active>a:focus,
#mytabsVer>li.active>a:hover,
#mytabsVer>li>a:hover,
#mytabsVer>li>a:focus,
#mytabsVer>li>a:active  {
    color: #fff;
    cursor: default;
    background-image: -webkit-linear-gradient(top,#5e0876 0,#A300D1 100%);
    background-image: -o-linear-gradient(top,#5e0876 0,#A300D1 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5e0876),to(#A300D1));
    background-image: linear-gradient(to bottom,#5e0876 0,#A300D1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5e0876', endColorstr='#ffA300D1', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
/* BOTON VER DATOS EMPLEADO */
td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
/**
* DESACTIVA LAS PESTAÑAS SI EL FORMULARIO DE DATOS BASICOS NO ESTA GUARDADO.
*/
.disabledTab {
    pointer-events: none;
}
#datos i.fa.fa-exclamation-triangle,
#datos i.fa.fa-ambulance.fa-fw,
#datos i.fa.fa-medkit.fa-fw,
#datos i.fa.fa-wheelchair.fa-fw,
#datos i.fa.fa-calendar-times-o.fa-fw,
#datos i.fa.fa-users.fa-fw,
#datos i.fa.fa-file-text.fa-fw,
#datos i.fa.fa-heartbeat.fa-fw {
    color: red;
}
#datos i.fa.fa-exclamation-triangle:hover,
#datos i.fa.fa-ambulance.fa-fw:hover,
#datos i.fa.fa-medkit.fa-fw:hover,
#datos i.fa.fa-wheelchair.fa-fw:hover,
#datos i.fa.fa-heartbeat.fa-fw:hover  {
    color: coral;
}
#datos i.fa.fa-check.fa-fw{
    color: green;
}
i.fa.fa-check {
    color: green;
}
/*
///// eferencias
*/
#newReferencia{
  display: none;
}
/* boton imprimir */
i.fa.fa-print {
    font-size: 28px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#pint {
    float: right;
    width: 220px;
}
#pint .btn-circle.btn-lg {
    padding: 10px 10px 10px 12px;
}

/**/
#fechaAfi, #nFondo {
  display: none;
}
.afiliado, .noAfiliado, .si, .no{
    transform: scale(2)!important;
}
th#ver{
  min-width: 15%!important;
  width: 15%!important;
}

#beneficiarios{
  display: none;
}
