body {
  overflow-x: hidden;
}

.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  color: #111e2d;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
}

.navbar-cover {
  border-bottom: 3px solid #eee;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  color: #463265;
  background-color: #f9f9f9;
}

.navbar-default .navbar-brand {
  color: #5bc0de;
  font-weight: bold;
}

.navbar {
  margin-bottom: 0px;
}

.home-masthead {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background-repeat: repeat-x;
  padding: 20px 0;
}

.booticon-outline {
  background-color: transparent;
  border: 3px solid #ffffff;
}

.booticon-lg {
  width: 144px;
  height: 144px;
  font-size: 108px;
  line-height: 140px;
}

.booticon {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  display: block;
  font-weight: 500;
  color: #fff;
  text-align: center;
  cursor: default;
  background-color: #ff3b30;
  border-radius: 15%;
  margin: 0 auto 30px;
}

.image-graphic {
  height: 390px;
  width: 400px;
  background-size: 100%;
  margin: 0 auto;
  margin-bottom: -90px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 100px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.footer-links {
  padding-left: 0;
  margin-top: 20px;
  color: #999;
}

.footer-links li:first-child {
  padding-left: 0;
}

.footer-links li {
  display: inline;
  padding: 0 2px;
}

.cover {
  height: 300px;
  border: 1px solid red;
}

.modal-content {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 6px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  color: #000;
  background-color: #fff;
  border: rgba(0, 0, 0, 0);
}

.modal-message .modal-dialog {
  min-width: 300px;
}

.modal-message .modal-body,
.modal-message .modal-footer,
.modal-message .modal-header,
.modal-message .modal-title {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}

.modal-message .modal-title {
  font-size: 17px;
  color: #737373;
  margin-bottom: 3px;
}

.modal-message .modal-body {
  color: #737373;
}

.modal-message .modal-header {
  color: #fff;
  margin-bottom: 10px;
  padding: 15px 0 8px;
}
.modal-message .modal-header .fa,
.modal-message .modal-header .glyphicon,
.modal-message .modal-header .typcn,
.modal-message .modal-header .wi {
  font-size: 30px;
}

.modal-message .modal-footer {
  margin: 25px 0 20px;
  padding-bottom: 10px;
}

.modal-backdrop.in {
  zoom: 1;
  filter: alpha(opacity=75);
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}
.modal-backdrop {
  background-color: #fff;
}
.modal-message.modal-success .modal-header {
  color: #53a93f;
  border-bottom: 3px solid #a0d468;
}

.modal-message.modal-info .modal-header {
  color: #57b5e3;
  border-bottom: 3px solid #57b5e3;
}

.modal-message.modal-danger .modal-header {
  color: #d73d32;
  border-bottom: 3px solid #e46f61;
}

.modal-message.modal-warning .modal-header {
  color: #f4b400;
  border-bottom: 3px solid #ffce55;
}

.page-users-add .error-message,
.page-users-edit_profile .error-message {
  display: none !important;
}

.page-users-add .form-error {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.principal-container {
  margin-top: 20px;
}

.page-users-profile {
  margin-top: 0px;
}

.icon-change-password {
  color: #5bc0de;
}

/****** Profile ********/
.cover-name {
  color: #fff;
  text-rendering: optimizelegibility;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  width: 100%;
  position: absolute;
  top: 192px;
  left: 28%;
  font-size: 25px;
  font-weight: bold;
  width: 50%;
}

.cover-photo {
  height: 240px;
  background: #39bbdb;
}

.img-profile-content {
  background-color: #f5f5f5;
  padding: 10px;
  position: absolute;
  top: 70px;
  left: 10%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 100;
}

.img-profile-content img {
  width: 100%;
  height: 180px;
  width: 180px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  margin-bottom: 3px;
  position: relative;
}

.navbar-name {
  margin-top: 20px;
  margin-left: 0px;
  color: #333;
  text-rendering: optimizelegibility;
  font-size: 18px;
}

.navbar-name h2 {
  font-size: 18px !important;
}

@media (min-width: 300px) {
  .img-profile-content {
    top: 50px;
  }
}

@media (min-width: 768px) {
  .img-profile-content {
    top: 50px;
  }
  .cover-name {
    left: 40%;
  }
}

@media (min-width: 992px) {
  .img-profile-content {
    top: 70px;
  }
  .cover-name {
    left: 32%;
  }
}

@media (min-width: 1200px) {
  .img-profile-content {
    top: 70px;
  }
  .cover-name {
    left: 28%;
  }
}

.cover-name h1 {
  font-size: 25px !important;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.container-timeline .panel-white {
  border: 1px solid #dddddd;
}

.container-timeline .panel-white .panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #ddd;
}
.container-timeline .panel-white .panel-footer {
  background-color: #fff;
  border-color: #ddd;
}

.container-timeline .post .post-heading {
  height: 95px;
  padding: 20px 15px;
}

.container-timeline .post .post-heading .avatar {
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 15px;
}

.container-timeline .post .post-heading .meta .title {
  margin-bottom: 0;
}

.container-timeline .post .post-heading .meta .title a {
  color: black;
}

.container-timeline .post .post-heading .meta .title a:hover {
  color: #aaaaaa;
}

.container-timeline .post .post-heading .meta .time {
  margin-top: 8px;
  color: #999;
}

.container-timeline .post .post-image .image {
  width: 100%;
  height: auto;
}

.container-timeline .post .post-description {
  padding: 15px;
}

.container-timeline .post .post-description p {
  font-size: 14px;
}

.container-timeline .post .post-description .stats {
  margin-top: 20px;
}

.container-timeline .post .post-description .stats .stat-item {
  display: inline-block;
  margin-right: 15px;
}

.container-timeline .post .post-description .stats .stat-item .icon {
  margin-right: 8px;
}

.container-timeline .post .post-footer {
  border-top: 1px solid #ddd;
  padding: 15px;
}

.container-timeline .post .post-footer .input-group-addon a {
  color: #454545;
}

.container-timeline .post .post-footer .comments-list {
  padding: 0;
  margin-top: 20px;
  list-style-type: none;
}

.container-timeline .post .post-footer .comments-list .comment {
  display: block;
  width: 100%;
  margin: 20px 0;
}

.container-timeline .post .post-footer .comments-list .comment .avatar {
  width: 35px;
  height: 35px;
}

.container-timeline
  .post
  .post-footer
  .comments-list
  .comment
  .comment-heading {
  display: block;
  width: 100%;
}

.container-timeline
  .post
  .post-footer
  .comments-list
  .comment
  .comment-heading
  .user {
  font-size: 14px;
  font-weight: bold;
  display: inline;
  margin-top: 0;
  margin-right: 10px;
}

.container-timeline
  .post
  .post-footer
  .comments-list
  .comment
  .comment-heading
  .time,
h3.time {
  font-size: 12px;
  color: #aaa;
  margin-top: 0;
  display: inline;
}

.container-timeline .post .post-footer .comments-list .comment .comment-body {
  margin-left: 50px;
}

.container-timeline
  .post
  .post-footer
  .comments-list
  .comment
  > .comments-list {
  margin-left: 50px;
}

.container-timeline {
  margin-top: 10px;
}

.img-comment {
  width: 100px;
  height: 100px;
}

.container-timeline .photos {
  list-style: none;
  display: inline-block;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
}

.container-timeline .photos li {
  float: left;
  margin: 0;
  width: 33.33%;
}
.container-timeline .photos li {
  float: left;
  margin: 0;
  width: 50%;
  padding: 2px;
}

.container-timeline .photos li a {
  display: block;
  padding-left: 1px;
  padding-top: 1px;
}

.container-timeline .photos li a img {
  width: 100%;
}

.container-timeline .photos li a img:hover {
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out;

  /* Webkit for Mozila Firefox */
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-duration: 500ms;
  -moz-transition-timing-function: ease-out;

  /* Webkit for IE( Version: 11, 10 ) */
  -ms-transform: scale(1.2, 1.2);
  -ms-transition-duration: 500ms;
  -ms-transition-timing-function: ease-out;

  opacity: 0.7;
  cursor: pointer;
}

.timeline-container .panel-title,
.container-timeline .post .post-heading .meta .title a,
.container-timeline
  .post
  .post-footer
  .comments-list
  .comment
  .comment-heading
  .comment-user-name
  a {
  color: #3b5998;
  font-weight: bold;
}

.container-timeline .btn-del-post-comment {
  font-size: 10px;
}

.panel-shadow {
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.14);
}

.well-social-post {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding-bottom: 2px;
  padding-top: 1px;
}

.well-social-post .glyphicon,
.well-social-post .fa,
.well-social-post [class^="icon-"],
.well-social-post [class*="icon-"] {
  font-weight: bold;
  color: #999999;
}

.well-social-post a,
.well-social-post a:hover,
.well-social-post a:active,
.well-social-post a:focus {
  text-decoration: none;
}

.well-social-post .list-inline {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.well-social-post .list-inline li {
  position: relative;
}

.well-social-post .list-inline li.active::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: "";
  top: 30px;
  left: 50%;
  left: -webkit-calc(50% - 5px);
  left: -moz-calc(50%-5px);
  left: calc(50% - 5px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #dddddd;
}

.well-social-post .list-inline li.active a {
  color: #222222;
  font-weight: bold;
}

.well-social-post .form-control {
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  resize: vertical;
  border-bottom: 1px solid #ddd;
}

.well-social-post .list-inline {
  padding: 2px !important;
}

.well-social-post .list-inline li + li {
  margin-left: 10px;
}

.well-social-post .post-actions {
  margin: 0;
  background-color: #f6f7f8;
  border-top-color: #e9eaed;
}

.pointer {
  cursor: pointer;
}

@media (max-width: 768px) {
  .btn-responsive {
    padding: 2px 4px;
    font-size: 80%;
    line-height: 1;
    border-radius: 3px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2;
  }
}

.table-scrollable {
  border: 0px solid #fff !important;
}

.alert-danger,
.alert-info,
.alert-primary {
  color: #fff !important;
}

.panel .tab-content {
  webkit-box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
}

.panel-info .panel-tabs a {
  color: #31708f;
}

.wizard-card .tab-content {
  -webkit-box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 0px 0px rgba(0, 0, 0, 0.3);
}

.container-title {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-rendering: optimizelegibility;
  font-weight: bold !important;
}

.container-header {
  margin-top: -20px;
  background: #f8f8ff;
  color: #111e2d;
}

.container-header .btn-warning {
  background-color: #00bcd4 !important;
  border-color: #00bcd4 !important;
  box-shadow:
    0 14px 26px -12px rgb(0 188 212 / 42%),
    0 4px 23px 0px rgb(0 0 0 / 12%),
    0 8px 10px -5px rgb(0 188 212 / 20%);
}

.photo-modal {
  cursor: pointer;
}

/*new profile*/
.profile-nav,
.profile-info {
  margin-top: 30px;
}

.profile-nav .user-heading {
  color: #fff;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  padding: 30px;
  text-align: center;
}

.profile-nav .user-heading.round a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
}

.profile-nav .user-heading a img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 5px;
}

.profile-nav .user-heading p {
  font-size: 12px;
}

.profile-nav ul {
  margin-top: 1px;
}

.profile-nav ul > li {
  border-bottom: 1px solid #ebeae6;
  margin-top: 0;
  line-height: 30px;
}

.profile-nav ul > li:last-child {
  border-bottom: none;
}

.profile-nav ul > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #89817f;
  border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover,
.profile-nav ul > li > a:focus,
.profile-nav ul li.active a {
  background: #f8f7f5 !important;
  color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i {
  font-size: 16px;
  padding-right: 10px;
  color: #bcb3aa;
}

.r-activity {
  margin: 6px 0 0;
  font-size: 12px;
}

.p-text-area,
.p-text-area:focus {
  border: none;
  font-weight: 300;
  box-shadow: none;
  color: #c3c3c3;
  font-size: 16px;
}

.profile-info .panel-footer {
  background-color: #f8f7f5;
  border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
  color: #7a7a7a;
}

.bio-graph-heading {
  background: #41cac0;
  color: #fff;
  text-align: center;
  font-style: italic;
  padding: 40px 110px;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  font-size: 16px;
  font-weight: 300;
}

.bio-graph-info {
  color: #89817e;
}

.bio-graph-info h1 {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 20px;
}

.bio-row {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding: 0 15px;
}

.bio-row p span {
  width: 100px;
  display: inline-block;
}

.bio-chart,
.bio-desk {
  float: left;
}

.bio-chart {
  width: 40%;
}

.bio-desk {
  width: 60%;
}

.bio-desk h4 {
  font-size: 15px;
  font-weight: 400;
}

.bio-desk h4.terques {
  color: #4cc5cd;
}

.bio-desk h4.red {
  color: #e26b7f;
}

.bio-desk h4.green {
  color: #97be4b;
}

.bio-desk h4.purple {
  color: #caa3da;
}

.file-pos {
  margin: 6px 0 10px 0;
}

.profile-activity h5 {
  font-weight: 300;
  margin-top: 0;
  color: #c3c3c3;
}

.summary-head {
  background: #ee7272;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.summary-head p {
  color: rgba(255, 255, 255, 0.6);
}

ul.summary-list {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  margin-bottom: 0;
}

ul.summary-list > li {
  display: inline-block;
  width: 19.5%;
  text-align: center;
}

ul.summary-list > li > a > i {
  display: block;
  font-size: 18px;
  padding-bottom: 5px;
}

ul.summary-list > li > a {
  padding: 10px 0;
  display: inline-block;
  color: #818181;
}

ul.summary-list > li {
  border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child {
  border-right: none;
}

.activity {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.activity.alt {
  width: 100%;
  float: right;
  margin-bottom: 10px;
}

.activity span {
  float: left;
}

.activity.alt span {
  float: right;
}
.activity span,
.activity.alt span {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #eee;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.activity.terques span {
  background: #8dd7d6;
}

.activity.terques h4 {
  color: #8dd7d6;
}
.activity.purple span {
  background: #b984dc;
}

.activity.purple h4 {
  color: #b984dc;
}
.activity.blue span {
  background: #90b4e6;
}

.activity.blue h4 {
  color: #90b4e6;
}
.activity.green span {
  background: #aec785;
}

.activity.green h4 {
  color: #aec785;
}

.activity h4 {
  margin-top: 0;
  font-size: 16px;
}

.activity p {
  margin-bottom: 0;
  font-size: 13px;
}

.activity .activity-desk i,
.activity.alt .activity-desk i {
  float: left;
  font-size: 18px;
  margin-right: 10px;
  color: #bebebe;
}

.activity .activity-desk {
  margin-left: 70px;
  position: relative;
}

.activity.alt .activity-desk {
  margin-right: 70px;
  position: relative;
}

.activity.alt .activity-desk .panel {
  float: right;
  position: relative;
}

.activity-desk .panel {
  background: #f4f4f4;
  display: inline-block;
}

.activity .activity-desk .arrow {
  border-right: 8px solid #f4f4f4 !important;
}
.activity .activity-desk .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .arrow-alt {
  border-left: 8px solid #f4f4f4 !important;
}

.activity-desk .arrow-alt {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}

.activity-desk .album {
  display: inline-block;
  margin-top: 10px;
}

.activity-desk .album a {
  margin-right: 10px;
}

.activity-desk .album a:last-child {
  margin-right: 0px;
}

/*Panel tabs*/
.panel-tabs {
  position: relative;
  bottom: 30px;
  clear: both;
  border-bottom: 1px solid transparent;
}

.panel-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.panel-tabs > li > a {
  margin-right: 2px;
  margin-top: 4px;
  line-height: 0.85;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #ffffff;
}

.panel-tabs > li > a:hover {
  border-color: transparent;
  color: #ffffff;
  background-color: transparent;
}

.panel-tabs > li.active > a,
.panel-tabs > li.active > a:hover,
.panel-tabs > li.active > a:focus {
  color: #fff;
  cursor: default;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.23);
  border-bottom-color: transparent;
}

.btn {
  margin-left: 1px;
  margin-right: 1px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.fc-event {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.btn-breadcrumb .btn {
  box-shadow: none !important;
}

.label {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.panel .form-group {
  margin-bottom: 4px !important;
}

.reservacion-item {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
}

.navbar-app .nav-logo {
  height: 60px;
}

.navbar-app .navbar-nav {
  margin-top: 5px;
}

.navbar-app {
  box-shadow: 0 0 5px rgba(57, 70, 78, 0.2);
}

@-webkit-keyframes wave {
  5% {
    opacity: 0.6;
  }
  27% {
    -webkit-transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes wave {
  5% {
    opacity: 0.6;
  }
  27% {
    -moz-transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes wave {
  5% {
    opacity: 0.6;
  }
  27% {
    -o-transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes wave {
  5% {
    opacity: 0.6;
  }
  27% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.wave.in {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #fff;
}

.wave.in:after {
  content: "";
  top: 3px;
  left: 5px;
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: 8121991;
  background-image: -webkit-radial-gradient(
    center center,
    farthest-side circle,
    rgba(26, 175, 93, 0) 70%,
    #ff3b30 100%
  );
  background-image: -moz-radial-gradient(
    center center,
    farthest-side circle,
    rgba(26, 175, 93, 0) 70%,
    #ff3b30 100%
  );
  background-image: -o-radial-gradient(
    center center,
    farthest-side circle,
    rgba(26, 175, 93, 0) 70%,
    #ff3b30 100%
  );
  background-image: radial-gradient(
    center center,
    farthest-side circle,
    rgba(26, 175, 93, 0) 70%,
    #ff3b30 100%
  );
  border: 8px solid #ff3b30;
  -webkit-animation: wave 3s 1s infinite linear;
  -moz-animation: wave 3s 1s infinite linear;
  -o-animation: wave 3s 1s infinite linear;
  animation: wave 3s 1s infinite linear;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.badge-logo {
  margin-left: 1px;
}

.has-badge .badge {
  position: absolute;
  top: 18%;
  right: 4px;
}

.bitec-logo {
  width: 30px;
  height: 30px;
  display: inline-block !important;
}

.resaltar-menu {
  z-index: 9;
}

.receipt-content .logo a:hover {
  text-decoration: none;
  color: #7793c4;
}

.receipt-content .invoice-wrapper {
  background: #fff;
  border: 1px solid #cdd3e2;
  box-shadow: 0px 0px 1px #ccc;
  padding: 40px 40px 60px;
  margin-top: 40px;
  border-radius: 4px;
}

.receipt-content .invoice-wrapper .payment-details span {
  color: #a9b0bb;
  display: block;
}
.receipt-content .invoice-wrapper .payment-details a {
  display: inline-block;
  margin-top: 5px;
}

.receipt-content .invoice-wrapper .line-items .print a {
  display: inline-block;
  border: 1px solid #9cb5d6;
  padding: 13px 13px;
  border-radius: 5px;
  color: #708dc0;
  font-size: 13px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.receipt-content .invoice-wrapper .line-items .print a:hover {
  text-decoration: none;
  border-color: #333;
  color: #333;
}

.receipt-content {
  background: #eceef4;
}
@media (min-width: 1200px) {
  .receipt-content .container {
    width: 900px;
  }
}

.receipt-content .logo {
  text-align: center;
  margin-top: 50px;
}

.receipt-content .logo a {
  font-family:
    Myriad Pro,
    Lato,
    Helvetica Neue,
    Arial;
  font-size: 36px;
  letter-spacing: 0.1px;
  color: #555;
  font-weight: 300;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.receipt-content .invoice-wrapper .intro {
  line-height: 25px;
  color: #444;
}

.receipt-content .invoice-wrapper .payment-info {
  margin-top: 25px;
  padding-top: 15px;
}

.receipt-content .invoice-wrapper .payment-info span {
  color: #a9b0bb;
}

.receipt-content .invoice-wrapper .payment-info strong {
  display: block;
  color: #444;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-info .text-right {
    text-align: left;
    margin-top: 20px;
  }
}
.receipt-content .invoice-wrapper .payment-details {
  border-top: 2px solid #ebecee;
  margin-top: 30px;
  padding-top: 20px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .payment-details .text-right {
    text-align: left;
    margin-top: 20px;
  }
}
.receipt-content .invoice-wrapper .line-items {
  margin-top: 40px;
}
.receipt-content .invoice-wrapper .line-items .headers {
  color: #a9b0bb;
  font-size: 13px;
  letter-spacing: 0.3px;
  border-bottom: 2px solid #ebecee;
  padding-bottom: 4px;
}
.receipt-content .invoice-wrapper .line-items .items {
  margin-top: 8px;
  border-bottom: 2px solid #ebecee;
  padding-bottom: 8px;
}
.receipt-content .invoice-wrapper .line-items .items .item {
  padding: 10px 0;
  color: #696969;
  font-size: 15px;
}
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item {
    font-size: 13px;
  }
}
.receipt-content .invoice-wrapper .line-items .items .item .amount {
  letter-spacing: 0.1px;
  color: #84868a;
  font-size: 16px;
}
@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .items .item .amount {
    font-size: 13px;
  }
}

.receipt-content .invoice-wrapper .line-items .total {
  margin-top: 30px;
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes {
  float: left;
  width: 40%;
  text-align: left;
  font-size: 13px;
  color: #7a7a7a;
  line-height: 20px;
}

@media (max-width: 767px) {
  .receipt-content .invoice-wrapper .line-items .total .extra-notes {
    width: 100%;
    margin-bottom: 30px;
    float: none;
  }
}

.receipt-content .invoice-wrapper .line-items .total .extra-notes strong {
  display: block;
  margin-bottom: 5px;
  color: #454545;
}

.receipt-content .invoice-wrapper .line-items .total .field {
  margin-bottom: 7px;
  font-size: 14px;
  color: #555;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.receipt-content .invoice-wrapper .line-items .total .field.grand-total span {
  color: #20a720;
  font-size: 16px;
}

.receipt-content .invoice-wrapper .line-items .total .field span {
  display: inline-block;
  margin-left: 20px;
  min-width: 85px;
  color: #84868a;
  font-size: 15px;
}

.receipt-content .invoice-wrapper .line-items .print {
  margin-top: 50px;
  text-align: center;
}

.receipt-content .invoice-wrapper .line-items .print a i {
  margin-right: 3px;
  font-size: 14px;
}

.receipt-content .footer {
  margin-top: 40px;
  margin-bottom: 110px;
  text-align: center;
  font-size: 12px;
  color: #969cad;
}

@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.required_mark {
  color: #d9534f;
}

@media (max-width: 500px) {
  .xs-title12 {
    font-size: 12px !important;
  }
  .xs-title23 {
    font-size: 23px !important;
  }
}

@media (max-width: 600px) {
  .xs-title600-13 {
    font-size: 13px !important;
  }
  .xs-title600-15 {
    font-size: 15px !important;
  }
  .xs-title600-17 {
    font-size: 17px !important;
  }
}

.error-message {
  color: red;
}

.btn-list-index {
  margin-top: 10px;
  margin-bottom: 5px;
}

.btn-primary {
  background-color: #55acee;
  box-shadow:
    0 14px 26px -12px rgba(85, 172, 238, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(85, 172, 238, 0.2);
}
.btn-success {
  background-color: #4caf50;
  box-shadow:
    0 14px 26px -12px rgba(76, 175, 80, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(76, 175, 80, 0.2);
}
.btn-info {
  background-color: #00bcd4;
  box-shadow:
    0 14px 26px -12px rgba(0, 188, 212, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(0, 188, 212, 0.2);
}
.btn-purple {
  background-color: #9c27b0;
  box-shadow:
    0 14px 26px -12px rgba(156, 39, 176, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(156, 39, 176, 0.2);
}
.btn-warning {
  background-color: #ff9800;
  box-shadow:
    0 14px 26px -12px rgba(255, 152, 0, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(255, 152, 0, 0.2);
}
.btn-danger {
  background-color: #f44336;
  box-shadow:
    0 14px 26px -12px rgba(244, 67, 54, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(244, 67, 54, 0.2);
}
.btn-rose {
  background-color: #e91e63;
  box-shadow:
    0 14px 26px -12px rgba(233, 30, 99, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(233, 30, 99, 0.2);
}
.btn-orange {
  background-color: #ff4500;
  box-shadow:
    0 14px 26px -12px rgba(255, 69, 0, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(255, 69, 0, 0.2);
}
.btn-pink {
  background-color: #ea4c89;
  box-shadow:
    0 14px 26px -12px rgba(234, 76, 137, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(234, 76, 137, 0.2);
}
.btn-primary2 {
  background-color: #1769ff;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-black {
  background-color: #333333;
  box-shadow:
    0 14px 26px -12px rgba(51, 51, 51, 0.42),
    0 4px 23px 0px rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(51, 51, 51, 0.2);
}

.required-label:after {
  content: "*";
  color: red;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f2f9fc;
}

.table-striped > tbody > tr > td {
  border-top: 0px !important;
}

.table td {
  color: #56798c !important;
}

.table-striped-info tbody tr:nth-of-type(2n + 1) {
  background-color: #f2f9fc;
}

.bg-warning-table {
  background-color: #f2dede !important;
}

.navbar-change-sucursal .dropdown-menu {
  z-index: 2000;
}

.panel {
  box-shadow: 0 1px 15px 1px rgb(52 40 104 / 8%);
  border-radius: 0px;
  border: 0px;
}

.panel.panel-default-border {
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* ================================
   NAVBAR ELEGANT STYLES
   ================================ */

/* Main navbar improvements */
.navbar-app.navbar-default {
  background: #fff;
  border: none;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.08),
    0 1px 2px rgba(0, 0, 0, 0.06);
}

/* Logo/Brand styling */
.navbar-app .navbar-brand {
  font-weight: 600;
  color: #6366f1;
  transition: color 0.2s ease;
}

.navbar-app .navbar-brand:hover {
  color: #3b82f6;
}

/* Menu items base styling */
.navbar-app.navbar-default .navbar-nav > li > a {
  color: #475569;
  font-weight: 500;
  font-size: 14px;
  padding: 18px 16px;
  transition: all 0.2s ease;
  position: relative;
}

/* Icon styling in menu */
.navbar-app.navbar-default .navbar-nav > li > a > i.fa {
  margin-right: 5px;
  font-size: 14px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

/* Hover state */
.navbar-app.navbar-default .navbar-nav > li > a:hover {
  color: #1e293b;
  background-color: #f8fafc;
}

.navbar-app.navbar-default .navbar-nav > li > a:hover > i.fa {
  opacity: 1;
}

/* Active state */
.navbar-app.navbar-default .navbar-nav > .active > a,
.navbar-app.navbar-default .navbar-nav > .active > a:hover,
.navbar-app.navbar-default .navbar-nav > .active > a:focus {
  color: #3b82f6;
  background-color: #eff6ff;
}

/* Subtle underline on hover */
.navbar-app.navbar-default .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 2px;
  transition: all 0.25s ease;
  transform: translateX(-50%);
}

.navbar-app.navbar-default .navbar-nav > li > a:hover::after {
  width: calc(100% - 32px);
}

.navbar-app.navbar-default .navbar-nav > .active > a::after {
  width: calc(100% - 32px);
}

/* Dropdown toggle */
.navbar-app.navbar-default .navbar-nav > li.dropdown > a .caret {
  margin-left: 4px;
  opacity: 0.5;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.navbar-app.navbar-default .navbar-nav > li.dropdown.open > a .caret,
.navbar-app.navbar-default .navbar-nav > li.dropdown > a:hover .caret {
  opacity: 1;
}

.navbar-app.navbar-default .navbar-nav > li.dropdown.open > a .caret {
  transform: rotate(180deg);
}

/* Dropdown menu styling */
.navbar-app .dropdown-menu {
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
  padding: 8px 0;
  margin-top: 8px;
  animation: dropdownFadeIn 0.2s ease;
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar-app .dropdown-menu > li > a {
  padding: 10px 20px;
  color: #475569;
  font-size: 14px;
  transition: all 0.15s ease;
}

.navbar-app .dropdown-menu > li > a > i.fa {
  width: 20px;
  text-align: center;
  margin-right: 8px;
  color: #94a3b8;
  transition: color 0.15s ease;
}

.navbar-app .dropdown-menu > li > a:hover {
  background-color: #f8fafc;
  color: #1e293b;
}

.navbar-app .dropdown-menu > li > a:hover > i.fa {
  color: #3b82f6;
}

/* Divider in dropdown */
.navbar-app .dropdown-menu .divider {
  margin: 6px 0;
  background-color: #e5e7eb;
}

/* Notification badge */
.navbar-app .badge.bg-danger {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 10px;
}

/* Premium link special styling */
.navbar-app.navbar-default .navbar-nav > li > a[style*="color:#5cb85c"] {
  color: #22c55e !important;
  font-weight: 600;
  text-decoration: none !important;
}

.navbar-app.navbar-default .navbar-nav > li > a[style*="color:#5cb85c"]:hover {
  background: linear-gradient(135deg, #f0fdf4, #dcfce7);
}

/* Mobile toggle button */
.navbar-app .navbar-toggle {
  border-color: #e5e7eb;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.navbar-app .navbar-toggle:hover,
.navbar-app .navbar-toggle:focus {
  background-color: #f8fafc;
}

.navbar-app .navbar-toggle .icon-bar {
  background-color: #64748b;
  transition: background-color 0.2s ease;
}

.navbar-app .navbar-toggle:hover .icon-bar {
  background-color: #1e293b;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .navbar-app.navbar-default .navbar-nav > li > a::after {
    display: none;
  }

  .navbar-app .dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    animation: none;
  }
}
