<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	overflow-x:hidden; 
}

.navbar-default .navbar-nav&gt;li&gt;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&gt;.active&gt;a, 
.navbar-default .navbar-nav&gt;.active&gt;a:hover, 
.navbar-default .navbar-nav&gt;li&gt;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,.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,.5);
    -moz-box-shadow: 0 0 40px rgba(0,0,0,.5);
    box-shadow: 0 0 40px rgba(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: .75;
    -moz-opacity: .75;
    opacity: .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,.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(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,.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 &gt; .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.20, 1.20);
  -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,.3); 
  -moz-box-shadow: 0px 0 0px 0px rgba(0,0,0,.3);
  box-shadow: 0px 0 0px 0px rgba(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,.3);
  -moz-box-shadow:0px 0 0px 0px rgba(0,0,0,.3);
  box-shadow: 0px 0 0px 0px rgba(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 &gt; li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

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

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

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

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

.profile-nav ul &gt; li &gt; a &gt; 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 &gt; li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

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

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

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

ul.summary-list &gt; 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 &gt; li {
    float: left;
    margin-bottom: -1px;
}

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

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

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

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

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

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

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

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

.reservacion-item {
  box-shadow: 0 2px 5px 0 rgba(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,.2);
}



@-webkit-keyframes wave {
    5% {
        opacity: .6;
    }
    27% {
        -webkit-transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes wave {
    5% {
        opacity: .6;
    }
    27% {
        -moz-transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes wave {
    5% {
        opacity: .6;
    }
    27% {
        -o-transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes wave {
    5% {
        opacity: .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: .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: .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&gt;li {
        float: none;
    }
    .navbar-nav&gt;li&gt;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&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f2f9fc;
}

.table-striped&gt;tbody&gt;tr&gt;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;
}


</pre></body></html>