/* I1port fonts */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

html::-webkit-scrollbar {
  display: none;
  /*Safari and Chrome*/
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #3e3e3e;
  background-color: #fff;
  padding: 0px !important;
  margin: 0px;
  font-size: 13px;
  font-weight: 400;
}

/* Helper Classes*/

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-100 {
  margin-left: 100px;
}


.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}


.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.p3p {
  padding: 3% 0;
}

@media (max-width: 600px) {
  .p3pMobile {
    padding: 3% 0;
  }

  button.p3pMobile,
  input.p3pMobile {
    height: 45px;
    font-size: 15px;
    /* box-shadow: 3px 2px 10px 0px grey; */
  }
}

.p4p {
  padding: 4% 0;
}

.p5p {
  padding: 5% 0;
}

/* ------------ Standard Form ---------------------- */
#std-form {
  background: url('../img/web/back2.png');
  background-size: 100%;
}

#std-form .login-title {
  padding-top: 80px;
  color: #fff;
}

#std-form .login-title2 {
  padding-bottom: 10px;
  color: #fff;
}

#std-form .login-title .login-title2 span {
  font-size: 30px;
  line-height: 1.9;
  display: block;
  font-weight: 700;
}

#std-form .form-box {
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  /*padding: 30px;*/
  padding: 0px;
}

#std-form .caption {
  margin-bottom: 40px;
}

#std-form .std-form input[type=text],
#std-form .std-form input[type=password] {
  margin-bottom: 10px;
}

#std-form .std-form input[type=text],
input[type=password] {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-height: 40px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#std-form .std-form input[type=submit] {
  cursor: pointer;
  background: #00a65a;
  width: 100%;
  border: 0;
  padding: 8px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-height: 40px;
}


#list-form .form-box {
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

#list-form {
  background: url('../img/web/back2.png');
  background-size: 100%;
}


/* ------------ login Form ---------------------- */
#login-form {
  background: url('../img/web/back2.png');
  background-size: 100%;
  /*background-size: cover;*/
  /*margin-top: 200px;*/
  margin-top: 10%;
}

#login-form .login-title {
  padding-top: 80px;
  color: #fff;
}

#login-form .login-title2 {
  padding-bottom: 20px;
  color: #fff;
}

#login-form .login-title .login-title2 span {
  font-size: 30px;
  line-height: 1.9;
  display: block;
  font-weight: 700;
}

#login-form .form-box {
  position: relative;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

#login-form .caption {
  margin-bottom: 20px;
}

#login-form .login-form input[type=text],
#login-form .login-form input[type=password] {
  margin-bottom: 10px;
}

#login-form .login-form input[type=text],
input[type=password] {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-height: 40px;
  font-weight: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#login-form .login-form input[type=submit] {
  cursor: pointer;
  background: #00a65a;
  width: 100%;
  border: 0;
  padding: 8px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  min-height: 40px;
}

.info-box-content {
  padding: 20px 10px;
  margin-left: 90px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

/*state overview*/

.state-overview .symbol,
.state-overview .value {
  display: inline-block;
  text-align: center;
}

.state-overview .value {
  float: right;

}

.state-overview .value h1,
.state-overview .value p {
  margin: 0;
  padding: 0;
  color: #c6cad6;
}

.state-overview .value h1 {
  font-weight: 300;
}

.state-overview .symbol i {
  color: #fff;
  font-size: 50px;
}

.state-overview .symbol {
  width: 40%;
  padding: 25px 15px;
  -webkit-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}

.state-overview .value {
  width: 58%;
  padding-top: 21px;
}

.state-overview .terques {
  background: #6ccac9;
}

.state-overview .red {
  background: #ff6c60;
}

.state-overview .yellow {
  background: #f8d347;
}

.state-overview .blue {
  background: #57c8f2;
}


/*tag input*/

.tagsinput {
  border: 1px solid #e3e6ed;
  border-radius: 6px;
  height: 100px;
  padding: 6px 1px 1px 6px;
  overflow-y: auto;
  text-align: left;
}

.tagsinput .tag {
  border-radius: 4px;
  background-color: #41cac0;
  color: #ffffff;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 15px;
  padding: 6px 13px 8px 19px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  /* display: inline; */
  -webkit-transition: 0.14s linear;
  -moz-transition: 0.14s linear;
  -o-transition: 0.14s linear;
  transition: 0.14s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tagsinput .tag:hover {
  background-color: #39b1a8;
  color: #ffffff;
  padding-left: 12px;
  padding-right: 20px;
}

.tagsinput .tag:hover .tagsinput-remove-link {
  color: #ffffff;
  opacity: 1;
  display: block\9;
}

.tagsinput input {
  background: transparent;
  border: none;
  color: #34495e;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0 0 0 5px;
  outline: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  width: 12px;
}

.tagsinput-remove-link {
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  opacity: 0;
  padding: 7px 7px 5px 0;
  position: absolute;
  right: 0;
  text-align: right;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

.tagsinput-remove-link:before {
  color: #ffffff;
  content: "\f00d";
  font-family: "FontAwesome";
}

.tagsinput-add-container {
  vertical-align: middle;
  display: inline-block;
  zoom: 1;
  /* display: inline; */
}

.tagsinput-add {
  background-color: #d6dbdf;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 6px 9px;
  display: inline-block;
  zoom: 1;
  /* display: inline; */
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tagsinput-add:hover {
  background-color: #3bb8af;
}

.tagsinput-add:before {
  content: "\f067";
  font-family: "FontAwesome";
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

/*advanced table*/

.adv-table table tr td {
  padding: 10px;
}

.adv-table table.display thead th {
  border-bottom: 1px solid #DDDDDD;
  padding: 10px;
}

tr.odd.gradeA td.sorting_1,
tr.odd td.sorting_1,
tr.even.gradeA td.sorting_1 {
  background: none;
}

td.details {
  background-color: #eee;
}

td.details table tr td,
.dataTable tr:last-child {
  border: none;
}

.adv-table table.display tr.odd.gradeA {
  background-color: #F9F9F9;
}

.adv-table table.display tr.even.gradeA {
  background-color: #FFFFFF;
}

.adv-table .dataTables_filter label input {
  float: right;
  margin-left: 10px;
  width: 78%;
}

.adv-table .dataTables_filter label {
  line-height: 33px;
  width: 100%;
}

.adv-table .dataTables_length select {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 8px;
  width: 65px;
}

.adv-table .dataTables_info,
.dataTables_paginate {
  padding: 15px 0;
}

.adv-table .dataTables_length,
.adv-table .dataTables_filter {
  padding: 15px 0;
}


/*Horizontal menu*/

.full-width #main-content {
  margin-left: 0;
}

.horizontal-menu {
  margin-left: 50px;
  float: left;
}

.horizontal-menu .navbar-nav>li>a {
  padding-bottom: 20px;
  padding-top: 20px;
}

.full-width .navbar-header {
  width: 100%;
}


.full-width .nav>li>a:hover,
.full-width .nav li.active a,
.full-width .nav li.dropdown a:hover,
.full-width .nav li.dropdown.open a:focus,
.full-width .nav .open>a,
.full-width .nav .open>a:hover,
.full-width .nav .open>a:focus {
  background-color: #F77B6F;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}


.full-width .dropdown-menu {
  box-shadow: none;
}

.full-width .dropdown-menu>li>a {
  padding: 10px 20px;
  font-size: 13px;
}

/*  My Default Setting */

.box {
  border: 0;
}

.box-header {
  color: #fff;
  padding: 4px 0 0 15px;
  /*margin-bottom: 20px;*/
  background: #00bcd4;
  font-size: 16px;
}

.box-header>.box-tools {
  font-size: 13px;
  top: 7px;
}

.tituloCabeceraListado {
  background-color: #bdbfc3 !important;
  font-size: 18px;
  font-weight: 700;
  color: #3e3e3e;
  padding: 5px;
  text-align: center;
  margin-top: 5px;
  line-height: 1.7;
}

.cabeceraListado {
  background-color: #d2d6de !important;
  /*background-color: #adb0b6 !important;*/
  font-size: 16px;
  font-weight: 500;
  color: #3e3e3e;
  padding: 5px;
  text-align: center;
  /*margin-top: 5px;*/
  line-height: 1.7;
}

.subCabeceraListado {
  background-color: #e4e8f0 !important;
  /*background-color: #adb0b6 !important;*/
  font-size: 12px;
  font-weight: 500;
  color: #3e3e3e;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-top: 0px;
  line-height: 1.7;
}

.linea {
  border-bottom: 1px solid #888;
  width: 60%;
  /* left: auto; */
  text-align: center
}

.dataTableColumnSearch {
  width: 85%;
  text-align: center;
  padding: 2px;
  font-weight: 400;
}

.dataTableColumnSearch::placeholder {
  color: #999999;
}

table.dataTable thead th {
  border-bottom: 1px solid #0072c9;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  border-top: 1px solid #0072c9;
}

table.dataTable {
  margin-top: 0px !important;
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: #c3daf1 !important;
  color: #0d5cab !important;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td {
  font-weight: 500 !important;
  font-size: 14px !important;
  background-color: #dce5ed !important;
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
  font-size: 12px !important;
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 2px;
  font-size: 10px;
  background-color: #d2d6de;
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 1px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 1px
}

table.dataTable.compact tbody tr {
  font-size: 8px
}

@media print {
  .table-striped tbody tr:nth-of-type(odd) td {
    background-color: rgba(0, 0, 0, .05) !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 1px solid #f7f7f7 !important;
  }

  .table-striped tbody tr:nth-of-type(even) td {
    background-color: rgba(251, 251, 251, 0) !important;
    border-top: 0px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 1px solid #f7f7f7 !important;
  }

  .table th {
    background-color: #d4d4d4 !important;
    border-top: 0px !important;
    border-bottom: 1px solid #f7f7f7 !important;
    border-right: 1px solid #f7f7f7 !important;
    border-left: 0px !important;
  }

  .table {
    border-top: 1px solid #f7f7f7 !important;
    border-bottom: 1px solid #f7f7f7 !important;
    border-left: 1px solid #f7f7f7 !important;
    border-right: 0px !important;
  }

  h1 {
    margin-top: 0px !important;
  }
}

/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
}

th {
  font-weight: 500;
}

.box-title {
  padding: 10px;
}

/*
.box-body{
  padding: 25px;
  padding-top: 10px;
  padding-bottom: 15px;
}
*/

.box-body {
  padding: 15px;
  padding-top: 0px;
}

.box-body2 {
  padding: 0px;
  padding-top: 0px;
}


.my-form-body {
  margin: 0 auto;
  width: 70%;
  padding-top: 40px;
}

label {
  font-weight: 400;
}

.label {
  font-weight: 500;
}

.form-control {
  border-radius: 4px;
}

.flash-msg {
  display: inline-block;
  position: absolute;
  top: 50px;
  right: 0px;
  z-index: 1;
}

/*advanced form*/

.form-body {
  padding: 20px;
}

.panel-heading {
  margin-bottom: 10px;
}


/*  IOS Checkhox*/
input[type="checkbox"].tgl-ios {
  position: absolute;
  margin: 8px 0 0 16px;
}

input[type="checkbox"].tgl-ios+label {
  position: relative;
  padding: 5px 0 0 50px;
  line-height: 2.0em;
}

input[type="checkbox"].tgl-ios+label:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 50px;
  /* x*5 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="checkbox"].tgl-ios+label:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 24px;
  /* x*3 */
  height: 24px;
  /* x*3 */
  border-radius: 16px;
  /* x*2 */
  background: #fff;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type="checkbox"].tgl-ios+label:hover:after {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios:checked+label:after {
  margin-left: 26px;
}

input[type="checkbox"].tgl-ios:checked+label:before {
  background: #55D069;
}

/* SMALL */

input[type="checkbox"].tgl-ios-sm {
  margin: 5px 0 0 10px;
}

input[type="checkbox"].tgl-ios-sm+label {
  position: relative;
  padding: 0 0 0 32px;
  line-height: 1.3em;
}

input[type="checkbox"].tgl-ios-sm+label:before {
  width: 25px;
  /* x*5 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */
}

input[type="checkbox"].tgl-ios-sm+label:after {
  width: 15px;
  /* x*3 */
  height: 15px;
  /* x*3 */
  border-radius: 10px;
  /* x*2 */
}

input[type="checkbox"].tgl-ios-sm+label:hover:after {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios-sm:checked+label:after {
  margin-left: 10px;
  /* x*2 */
}

/* LARGE */

input[type="checkbox"].tgl-ios-lg {
  margin: 10px 0 0 20px;
}

input[type="checkbox"].tgl-ios-lg+label {
  position: relative;
  padding: 7px 0 0 60px;
  line-height: 2.3em;
}

input[type="checkbox"].tgl-ios-lg+label:before {
  width: 50px;
  /* x*5 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */
}

input[type="checkbox"].tgl-ios-lg+label:after {
  width: 30px;
  /* x*3 */
  height: 30px;
  /* x*3 */
  border-radius: 20px;
  /* x*2 */
}

input[type="checkbox"].tgl-ios-lg+label:hover:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

input[type="checkbox"].tgl-ios-lg:checked+label:after {
  margin-left: 20px;
  /* x*2 */
}

.login-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
}


.user-img {
  border: 3px solid #d2d6de;
  padding: 4px;
  width: 100%;
  height: auto;
  max-width: 220px;
  /*min-width: 100px;*/
  margin: auto;
  display: block;
  border-radius: 25px;
  /*margin-top: -170px;*/
  margin-top: 15px;
  background-clip: content-box;
  /* <---- */
  box-shadow: inset 0 0 0 10px white;
  /* <-- 10px spread radius */
  cursor: zoom-in;
}

.profile-back {
  height: 165px;
  min-width: 150px;
  background: url('../img/web/back.jpeg');
  background-size: 100% 100%;
  background-size: cover;
  background-position: center;
  /*filter: blur(2px);*/
  /*-webkit-filter: blur(2px);*/
}

@media (max-width: 480px) {
  .user-img {
    max-width: 185px;
    margin-top: 10px;
  }

  .profile-back {
    height: 140px;
  }
}

@media (max-width: 300px) {
  .profile-back {
    height: 190px;
  }
}

@media (max-width: 250px) {
  .profile-back {
    height: 150px;
  }
}

.a-alt-color {
  color: #555;
  border: none;
}

.subir {
  padding: 4px 5px;
  background: rgba(0, 0, 0, 0.125);
  color: #444444;
  border: 0px solid #fff;
  display: block;
  text-align: center;
  border-radius: 3px;
  font-size: 10px;
}

.form-img {
  border: 3px solid #d2d6de;
  padding: 4px;
  width: 100%;
  height: auto;
  max-width: 235px;
  margin: auto;
  margin-top: 2.2em;
  display: block;
  border-radius: 25px;
  background-clip: content-box;
  /* <---- */
  box-shadow: inset 0 0 0 10px white;
  /* <-- 10px spread radius */
  cursor: zoom-in;
}



/* Botones superpuestos en imagen de usuario para cambiar, borrar o deshacer */
/*
.btn-img, .btn-img2, .btn-img3{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #3c8dbc;
  color: white;
  font-size: 13px;
  padding: 6px 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  opacity: 0;
  transition: 1s ease;
}

.btn-img{
  top: 40%;
  transform: translate(-50%, 165%);
}

.btn-img3{
  left: 35%;
}

.btn-img2{
  left: 65%;
}

*/

.btn-img,
.btn-img2,
.btn-img3 {
  position: absolute;
  top: -10px;
  /*top: 100%;*/

  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

  color: white;
  font-size: 13px;
  padding: 6px 10px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: 1s ease;
  opacity: 1;
}


.btn-img2 {
  left: 20%;
  /*width: 60%;*/
}

.btn-img3 {
  left: 80%;
  /*width: 60%;*/
}

.btn-img {
  left: 50%;
  background-color: #3c8dbc;
  width: 70%;
}

.img-container {
  margin: auto;
  /*
  position: relative;
  left:50%;
  width: 180px;
  display: inline-block;
  text-align: center;
  margin-left: -90px;
  */
}

.img-zoom:hover {
  cursor: zoom-in;
}


@media(hover: hover) and (pointer: fine) {

  .btn-img,
  .btn-img2,
  .btn-img3 {
    opacity: 0;
  }

  .img-container:hover .btn-img,
  .img-container:hover {
    opacity: 1;
    top: -30px;
  }

  .img-container:hover .btn-img2 {
    opacity: 1;
    top: -45px;
    left: 5%;
  }

  .img-container:hover .btn-img3 {
    opacity: 1;
    top: -45px;
    left: 95%;
  }

  .btn-img:hover {
    color: #333;
    background-color: #a5deff;
  }

  .btn-img2:hover {
    color: #333;
    background-color: #fbb9b1;
  }

  .btn-img3:hover {
    color: #333;
    background-color: #b8efd4;
  }

}


@media (max-width: 400px) {

  .btn-img,
  .btn-img2,
  .btn-img3 {
    opacity: 1;
  }

  .btn-img2 {
    left: 50%;
  }

  .btn-img3 {
    left: 50%;
  }
}

.btn-img:focus,
.btn-img2:focus,
.btn-img3:focus {
  outline: none;
}

.img-table2 {
  width: 45px;
  height: 45px;
  padding: 2px;
  border: 1px solid #d2d6de;
  cursor: zoom-in;
}

/* ToolTips */
.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 90px;
  background-color: rgba(0, 192, 239, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 55%;
  opacity: 0;
  transition: all 1s;
  font-weight: 600;
  font-size: 15px;
}

.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent rgba(0, 192, 239, 0.9) transparent transparent;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  transition: all 1s;
}


.tooltip {
  font-family: inherit !important;
}


/*Botón de formulario que tiene apariencia de "a href" */
.btn-link {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;

  padding: 0;
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
}

/* Cambia tamaño modal. */

.modal-content {
  border-radius: 8px;
  /*-webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.35);
box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.35);*/
}

.modal-header {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #00bcd4;
  color: white;
}

.modal-dialog2 {
  max-width: 520px;
  margin: 30px auto;
  top: 10%;
  left: 0%;
  border-radius: 25px;
}

.modal-dialog4 {
  margin: 0px auto;
  /*top: 20%;*/
  left: 0%;
  width: 375px;
  border-radius: 25px;
}

.modal.fade .modal-dialog {
  top: 50%;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -100%) !important;
  -ms-transform: translate(0, -100%) !important;
  -o-transform: translate(0, -100%) !important;
  transform: translate(0, -100%) !important;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, -55%) !important;
  -ms-transform: translate(0, -55%) !important;
  -o-transform: translate(0, -55%) !important;
  transform: translate(0, -55%) !important;
}

@media (min-width: 768px) {
  .modal.fade .modal-dialog {
    top: 48% !important;
  }

  .modal.fade .modal-dialog5,
  .modal.fade .modal-dialog6 {
    top: 50% !important;
    max-height: 100%;
  }
}

.modal-dialog5 {
  margin: auto;
  width: 85%;
  max-width: 950px;
  top: 120% !important;
}

.modal-dialog6 {
  margin: auto;
  width: 90%;
  max-width: 1700px;
  top: 120% !important;
}

.modal-dialog5 .modal-content {
  height: auto;
  min-height: 100%;
}

.modal-dialog6 .modal-content {
  height: auto;
  min-height: 100%;
}

.modal.in .modal-dialog7 {
  width: 99%;
  height: 90%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

@media (min-width: 768px) {
  .modal.fade .modal-dialog7 {
    top: unset !important;
    width: 99%;
    height: 90%;
  }
}

.modal-dialog3 {
  top: 25%;
  /*width: 50%;*/
  margin: 30px auto;
  border-radius: 25px;
}

.modal-dialog8 {
  margin: 0px auto;
  left: 0%;
  width: 95%;
  border-radius: 25px;
}


.modal-dialog-cropper {
  margin: 0px auto !important;
  top: 50%;
}

/* Icono de información animado */
.info-box-icon2 {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  font-size: 80px;
}

.info-box-icon2-anim {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  padding-top: 0px;
  padding-bottom: 12px;
  font-size: 80px;
  -webkit-animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: slide-top 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

input.resaltar,
select.resaltar,
button.resaltar,
h4.resaltar,
textarea.resaltar {
  box-shadow: 0 0 3px 3px #ff9a02;
  animation: shadow-pulse 1.5s infinite;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 1px 1px #ff9a02;
  }

  50% {
    box-shadow: 0 0 5px 5px #ff9a02;
  }

  100% {
    box-shadow: 0 0 1px 1px #ff9a02;
  }
}


input.resaltar2,
select.resaltar2,
button.resaltar2,
textarea.resaltar2,
a.resaltar2,
div.resaltar2 {
  transform: scale(1);
  animation: heartFadeInOut 2s 15;
}

div.resaltarAlert {
  transform: scale(1);
  animation: shake-horizontal 0.9s 1;
}


@keyframes heartFadeInOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.97);
  }

  35% {
    transform: scale(.9);
  }

  45% {
    transform: scale(1.1);
  }

  55% {
    transform: scale(.9);
  }

  65% {
    transform: scale(1.1);
  }

  75% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}


@-webkit-keyframes shake-horizontal {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

@keyframes shake-horizontal {

  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}

input.resaltar3,
select.resaltar3,
button.resaltar3,
textarea.resaltar3,
a.resaltar3,
div.resaltar3 {
  box-shadow: 0 0 2px 2px #0072c9;
}



input.invalid,
select.invalid,
button.invalid,
textarea.invalid {
  border: 3px solid orange;
}

input.invalid[type="checkbox"] {
  box-shadow: 0 0 3px 3px orange;
}

input.campoDiferente,
select.campoDiferente,
button.campoDiferente,
img.campoDiferente {
  border: 3px solid #b6d573;
}

.campoFiltro {
  border: 2px solid #00bcd4;
}

div.invalid {
  border: 2px solid orange;
  height: 30px !important;
  line-height: 30px !important;
}

input.campoIgual,
select.campoIgual,
div.campoIgual,
button.campoIgual {
  border: 2px solid #9ecaed;
}


/*
input:invalid, select:invalid {
  border: 1px solid orange;
}

input:valid, select:valid {
  border: 1px solid #00a65a;
}
*/

.form-control:focus {
  border-width: 1px;
}

input.invalid:focus {
  border: 2px solid orange !important;
  box-shadow: 0 0 4px orange !important;
}

.form-control:focus {
  box-shadow: 0 0 7px #9ecaed !important;
}

.divA {
  background-color: #f7f9fc;
  /*border-style: solid;*/
  /*border-width: 1px;*/
  /*border-color:  #dbdbdb;*/
  border: 1px solid #dbdbdb;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.divB {
  background-color: #ffe6e6;
  border-style: solid;
  border-width: 1px;
  border-color: #dbdbdb;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.spinner {
  content: '';
  box-sizing: border-box;
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 7px solid white;
  border-top-color: #0073b7;
  animation: spinner .5s linear infinite;
}

.spinner_small {
  content: '';
  box-sizing: border-box;
  position: relative;
  top: 50%;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid white;
  border-top-color: #0073b7;
  animation: spinner .5s linear infinite;
}


.loading2 {
  content: '';
  box-sizing: border-box;
  /*position: relative;*/
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 1100;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 10px solid #0073b7b8;
  border-top-color: #ffffffb8;
  animation: spinner .5s linear infinite;
  display: none;
}


.loading {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* newer browsers */
  z-index: 1100;
  /* Important to set this */
  display: none;
}

/*.loading2{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0); 
  z-index: 1000;
  display: none;
  }*/

.loading3 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  /*z-index: 9999;*/
}

/*.loadingContent {
position: relative;
top: 51%;
left: 47%;
font-size: 15px;
color: white;
}*/


.loadingContent {
  position: relative;
  display: table;
  top: 51%;
  margin: 0 auto;
  font-size: 18px;
  color: white;
  animation: shrinkgrow 1s ease-in-out infinite;
}

.loadingContent2 {
  position: absolute;
  display: table;
  top: 55%;
  left: 49.3%;
  margin: 0 auto;
  font-size: 18px;
  color: #014d7a;
  animation: shrinkgrow 1s ease-in-out infinite;
  z-index: 1100;
}

@keyframes shrinkgrow {
  0% {
    transform: scale(1);
  }

  12.5% {
    transform: scale(1.2);
  }

  25% {
    transform: scale(1);
  }

  33% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .container2 {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .container2 {
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .container2 {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .container3 {
    width: 95%;
  }
}

@media (min-width: 992px) {
  .container3 {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  .container3 {
    width: 85%;
  }
}

@media (min-width: 2050px) {
  .container3 {
    width: 75%;
  }
}

@media (min-width: 768px) {
  .container4 {
    width: 90%;
  }

  .smallForm {
    width: 90%;
  }
}

@media (min-width: 992px) {
  .container4 {
    width: 75%;
  }

  .smallForm {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .container4 {
    width: 55%;
  }

  .smallForm {
    width: 30%;
  }
}

@media (min-width: 2000px) {
  .container4 {
    width: 40%;
  }

  .smallForm {
    width: 35%;
  }
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .55s;
  -o-transition-duration: .55s;
  transition-duration: .55s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.profile-username {
  font-size: 21px;
  margin-top: 5px;
  margin-bottom: 2px;
  font-weight: 500;
}

/* Categories */
.ds-event-categories {
  list-style-type: none;
  /* padding-inline-start: 15px; */
}

input:focus {
  outline: 0px !important;
  outline-offset: -2px !important;
}

.ds-event-categories li {
  display: inline-block;
  /* margin-right: 20px; */
  /* padding: 5px; */
  cursor: default;
}

.ds-event-categories li:hover {
  background: #e9e9e9;
  cursor: pointer;
}

.ds-event-categories input[type="checkbox"] {
  -webkit-appearance: initial;
  appearance: initial;
  width: 16px;
  height: 16px;
  position: relative;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  cursor: default;
}

.ds-event-categories input[type="checkbox"]:hover {
  cursor: pointer;
}

.ds-event-categories label {
  display: inline-block;
  font-size: 1em;
  font-weight: 300;
}

.ds-event-categories label:hover {
  cursor: pointer;
}

.ds-event-categories input {
  margin-right: 5px;
}

/*Festivos*/
#cat1 input[type="checkbox"]:checked {
  background: #db53ac;
}

.cat1 {
  background: #db53ac;
  color: white;
}

.cat1:hover,
.cat1:active,
.cat1:focus {
  background: #b03c88;
  color: white;
}

/*Licencias*/
#cat2 input[type="checkbox"]:checked {
  background: #2185D0;
}

.cat2 {
  background: #3788d8 !important;
  color: white;
}

.cat2:hover,
.cat2:active,
.cat2:focus {
  background: #2f72b5;
  color: white;
}

.text-cat2 {
  color: #2185D0;
}

/*Cuotas*/
#cat3 input[type="checkbox"]:checked {
  background: #008080;
  color: white;
}

.cat3 {
  background: #008080;
  color: white;
}

.catList {
  padding: 3px;
  border-radius: 0.25em;
}

.cat3:hover,
.cat3:active,
.cat3:focus {
  background: #006666;
  color: white;
}

.text-cat3 {
  color: #008080;
}

/*Entrenamientos*/
#cat4 input[type="checkbox"]:checked {
  background: #f98b22;
}

.cat4 {
  background: #f98b22;
  color: white;
}

.cat4:hover,
.cat4:active,
.cat4:focus {
  background: #de7918;
  color: white;
}

/*Cursos*/

#cat5 input[type="checkbox"]:checked {
  background: #914FA7;
}

.cat5 {
  background: #914FA7 !important;
  color: white;
}

.cat5:hover,
.cat5:active,
.cat5:focus {
  background: #7d4091;
  color: white;
}

.cat5-text {
  color: #914FA7;
}

/*Bonos*/

#cat6 input[type="checkbox"]:checked {
  background: #00B5AD;
}

.cat6 {
  background: #00B5AD;
  color: white;
}

.cat6.disabled {
  background: #00B5AD;
  color: white;
}

.cat6:hover,
.cat6:active,
.cat6:focus {
  background: #009c94;
  color: white;
}

/*Reservas*/

#cat7 input[type="checkbox"]:checked {
  background: #b9cf44;
}

.cat7 {
  background: #b9cf44;
  color: white;
}

.cat7:hover,
.cat7:active,
.cat7:focus {
  background: #b9cf44;
  color: white;
}

#cat8 input[type="checkbox"]:checked {
  background: #cf3838;
}

.cat8 {
  background: #cf3838;
  color: white;
}

.cat9 {
  background: #32cd7e;
  color: white;
}

#cat0 input[type="checkbox"]:checked {
  background: #000000;
}

.cat0 {
  background: #000000;
  color: white;
}

.cat10 {
  background: #b31999;
  color: white;
}

.cat11 {
  background: #878787;
  color: white;
}

.cat12 {
  background: #3b3b3b;
  color: white;
}

.cat13 {
  background: #8f5227;
  color: white;
}

.cat14 {
  background: #615ac7;
  color: white;
}

.cat15 {
  background: #56e3dc;
  color: white;
}

.cat16 {
  background: #c7b95a;
  color: white;
}

.cat17 {
  background: #024a0d;
  color: white;
}

.cat18 {
  background: #0d3fb1;
  color: white;
}

.cat19 {
  background: #c4c4c4;
  color: white;
}

.cat20 {
  background: #0d3fb1;
  color: white;
}


.cat21 {
  background: #ece945;
  color: rgb(0, 0, 0);
}


.cat22 {
  background: #c129e7;
  color: white;
}


.colorAzulClaro {
  color: #00bcd4 !important;
}

.tooltip>.tooltip-inner {
  background-color: #4f4f4f;
}

/*.tooltip .tooltip-arrow {border-top: 5px solid #4f4f4f !important;}*/
.tooltip.top .tooltip-arrow {
  border-top: 5px solid #4f4f4f !important;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom: 5px solid #4f4f4f !important;
}

/*Full Calendar*/
.fc-content,
.fc-list-item-title {
  cursor: pointer;
}

.fc-day {
  background-color: white;
}

.fc-view-container {
  border: 1px solid #ddd;
}

.fc-content {
  padding: 2px;
}

/*    */

.tooltip-inner {
  max-width: 450px;
  /* If max-width does not work, try using width instead */
  /*width: 450px; */
}

.spacer {
  padding-top: 10px;
}

.spacer2 {
  padding-bottom: 3px;
}

.align-super {
  vertical-align: super;
}

.spacer3 {
  padding-left: 10px;
}

.btn-group.special {
  display: flex;
}

.special .btn {
  flex: 1
}

.btn-list {
  padding: 4px 4px;
  font-size: 11px;
}

.radioButton1,
.radioButton2,
.radioButton3 {
  border-radius: 10px;
  font-size: 12px;
  outline: none;
}

.radioButton1:focus,
input:focus {
  outline: none;
}

.radioInput:focus,
input:focus {
  outline: none;
}

.table tr {
  font-size: small;
}

.table>tbody>tr>td {
  padding: 2px !important;
  vertical-align: top;
}


table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: auto !important;
  background-color: #3788d8 !important;
  height: 9px !important;
  width: 9px !important;
}


table.dataTable.dtr-column>tbody>tr>td.control:before,
table.dataTable.dtr-column>tbody>tr>th.control:before {
  height: 13px !important;
  width: 13px !important;
  background-color: #3788d8 !important;
}

div.dataTables_wrapper div.dataTables_processing {
  /* z-index: 999 !important; */
  /* position: fixed !important; */
  /* top: 50% !important; */
}


@media(max-width:1310px) {
  .dt-buttons>.btn>span {
    color: transparent !important;
  }

  .dt-buttons>.btn {
    width: 2.5em !important;
    height: 2.5em !important;
    padding-left: 7px;
  }

  .dt-buttons>.btn>span>.fa {
    color: white;
  }

  .dt-buttons>.btn>span>.fas {
    color: white;
  }
}

.tableLink {
  font-size: 11px;
  padding-left: 5px;
  /*    padding-top: 4px;
padding-right: 5px;
vertical-align: middle;
display: inline-block;*/
}


table.dataTable thead th {
  white-space: nowrap;
  font-weight: 500;
}

.img-square {
  border-radius: 8px;
}

/* .header {
  padding: 2px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #00bcd4;
  color: white;
  border-radius: 4px;
  text-align: center;
  display: none;
  z-index: 100;
  font-size: 18px;
} */

.header.clone {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: 0.2s transform cubic-bezier(.3, .73, .3, .74);
  width: 100%;
  display: table;
}

body.down .header.clone {
  transform: translateY(0);
}

.img-header {
  width: 50px;
  height: 50px;
  margin-left: 15px;
  border: 2px solid #d2d6de;
  cursor: zoom-in;
}

.img-bar-user {
  width: 23px;
  height: 23px;
  margin-left: 5px;
  /*border: 2px solid #d2d6de;*/
  border-radius: 50%;
  vertical-align: middle;
}

.texto-cabecera {
  color: white;
  font-weight: bold;
  vertical-align: middle;

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .texto-cabecera {
    font-size: 2vw;
  }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .texto-cabecera {
    font-size: 1vw;
  }
}

.box {
  margin-bottom: 0px;
}

.listaCabecera {
  float: right;
  background: transparent;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}


/*Clases para los eventos externos
del calendario fullcalendar*/

.external-events {
  /*width: 240px;*/
  width: 23%;
  padding: 0 10px;
  margin-bottom: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
  display: inline-block;
}

.external-events h4 {
  font-size: 13px;
  margin-top: 0;
  padding-top: 1em;
}

.external-events .fc-event {
  margin: 10px 0;
  cursor: pointer;
  border: 0px;
  padding: 4px;
  padding: 4px 4px 4px 8px;
}

.external-events p {
  margin: 1.5em 0;
  font-size: 11px;
  color: #666;
}

.external-events p input {
  margin: 0;
  vertical-align: middle;
}

.external-events .cat5 {
  background-color: #914FA7;
}

.external-events .cat4 {
  background-color: #f98b22;
  color: white;
}

.external-events .cat6 {
  background-color: #00B5AD;
  color: white;
}

.external-events .cat3 {
  background-color: #008080;
  color: white;
}

.contenedorLista {
  text-align: center;
  display: block;
  margin-top: 20px;
  /* padding: 10px; */
}

/*Clases para la barra de navegación*/
#navbarX {
  /*background-color: #00bcd4;*/
  /*border: none;*/
  width: 100%;
  /* Full width */
  transition: top 1s;
  /* Transition effect when sliding down (and up) */
  top: -60px;
}

.img-header2 {
  height: 50px;
  border: 2px solid #d2d6de;
  cursor: zoom-in;
  margin-right: 10px;
  display: inline-block;
  float: left;
}

.img-header3 {
  height: 50px;
  border: 2px solid #d2d6de;
  cursor: zoom-in;
  margin-right: 10px;
  display: inline-block;
}

.navbar-link {
  display: inline !important;
}

.nav-custom>li>a {
  padding: 15px 8px !important;
}

.sidebar-menu li.header {
  font-size: 15px !important;
}

.sidebar-menu>li>a>.fa,
.sidebar-menu>li>a>.far,
.sidebar-menu>li>a>.fas,
.sidebar-menu>li>a>.fal {
  width: 20px;
}

.sidebar-form,
.sidebar-menu>li {
  /* overflow: hidden;
  text-overflow: clip; */
}

.treeview-menu>li {
  margin-left: 20px;
}

.treeview-menu>li>a>i {
  margin-right: 8px;
}

.treeview>a {
  font-size: 14px;
}

.treeview-menu>li>a {
  font-size: 13px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-left: -15px !important;
  }
}

/* @media (max-width: 412px) {
  .img-header2 {
    display: none;
  }
} */

@media (min-width: 412px) {
  .img-header3 {
    display: none;
  }
}

@media (max-width: 355px) {
  #navbar-brand1 {
    display: none;
  }
}

@media (max-width: 275px) {
  #navbar-brand2 {
    display: none;
  }
}

@media (min-width: 355px) {
  #navbar-brand3 {
    display: none;
  }
}

@media (max-width: 355px) {
  #navbar-brand3 {
    text-align: center;
  }
}

@media (min-width: 275px) {
  #navbar-brand4 {
    display: none;
  }
}

@media (max-width: 275px) {
  #navbar-brand4 {
    text-align: center;
  }
}

.navbar-nav li {
  text-align: center;
  color: #9d9d9d;
  /*padding: 15px 8px;*/
}

.navbar-brand {
  padding-right: 20px;
  padding-left: 0px;
}

@media (max-width: 390px) {
  .navbar-brand {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    padding-left: 5px;
  }
}

@media (max-width: 470px) {
  .navbar-brand {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width: 991px) {
  .navbar-brand {
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.navbar-fixed-top .navbar-collapse {
  max-height: 375px;
}

.navbar-img {
  float: left;
}


/*Clases para datepickers*/

.datepicker .weekEnd {
  color: #fcba5d;
}

.datepicker table tr td.day:hover,
.datepicker tr td span:hover {
  background-color: #eeeeee !important;
}

.datepicker {
  padding: 0px !important;
}

.datepicker-inline {
  width: 260px !important;
}

.datepicker .datepicker-switch {
  width: 195px !important;
}

.datepicker.disabled {
  color: #e6e6e6 !important;
}

.datepicker.disabled:hover {
  background-color: white !important;
}

.datepicker table tr td.today {
  color: #000000 !important;
  background-color: #ffdd6e !important;
  border-color: #FFB76F !important;
  background-image: none !important;
}

.datepicker table tr th span.todayButton {
  background-color: #ffdd6e !important;
  padding: 5px;
  border-radius: 4px;
  margin: 10px;
}


.datepicker table tr th span.clearButton {
  background-color: #dd4b39 !important;
  padding: 5px;
  border-radius: 4px;
  margin: 10px;
  color: white;
}




.datepicker-dropdown {
  border-radius: 0 !important;
  border: 0;
  font-size: 14px !important;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.date-range {
  margin: auto;
  text-align: center;
}

.date-range>div {
  display: inline-block;
  margin: 10px;
}

.is-selected {
  background-color: #999 !important;
  color: white !important;
}

.is-selected:hover {
  background-color: #204d74 !important;
}

.is-between {
  border-radius: 0 !important;
  background-color: #eee !important;
}

.checkin-picker .active,
.checkout-picker .is-selected {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.checkout-picker .active,
.checkin-picker .is-selected {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.datepicker-days table thead tr th,
.datepicker-months table thead tr th,
.datepicker-years table thead tr th {
  background: #337ab7;
  border-radius: 0;
  color: #ffffff !important;
  font-size: 16px !important;
}

.datepicker-days table thead tr th.dow {
  background: #83abcd;
  font-size: 14px !important;
}

.datepicker-days table thead tr th.dow:hover {
  background: #83abcd !important;
  cursor: default !important;
}

.datepicker-days table thead tr th:hover,
.datepicker-months table thead tr th:hover,
.datepicker-years table thead tr th:hover {
  background: #539cdb !important;
  border-radius: 0;
  color: #ffffff !important;
  cursor: pointer;
}

.datepicker table tr td.active:hover,
.datepicker table tr td span.active:hover {
  background: #539cdb !important;
}

.datepicker table tr td span.active,
.datepicker table tr td.active {
  background-image: none !important;
  background-color: #337ab7 !important;
  color: white !important;
}

.external-events-time {
  /*padding: 0 0 0 50px !important;*/
  text-align: center;
  text-align-last: center;
}

/* -----------------------  */


/* Variaciones bootstrap select */
.dropdown {
  /*color: #444;*/
  padding-left: 11px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  --t: 14px;
  /* offset from top */
  --r: 14px;
  /* offset from right*/
  --w: 8px;
  /* Overal width*/
  --h: 5px;
  /* Overal height*/

  -webkit-appearance: none;
  background-image:
    linear-gradient(to top left, transparent 50%, #444 0),
    linear-gradient(to top right, transparent 50%, #444 0);
  background-position:
    /* The same top value for both
 The right of the second one is the first + the width*/
    top var(--t) right var(--r),
    top var(--t) right calc(var(--r) + var(--w)/2);
  background-size:
    /*width height. both will have the same so the final result will be 2*Width Height*/
    calc(var(--w)/2) var(--h);
  background-repeat: no-repeat;
}

.dropdown-toggle {
  background-color: white !important;
  height: 34px !important;
}

.dropdown-toggle.invalid:focus,
.dropdown-toggle.invalid:hover {
  border: 2px solid orange !important;
  box-shadow: 0 0 5px orange !important;
}

.dropdown-toggle:focus {
  border-color: #3c8dbc !important;
  box-shadow: 0 0 5px #9ecaed;
}

.dropdown-menu>.disabled .selected {
  background-color: white !important;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

/* -----------------------  */


/* Draggable y Droppable */
/*                       */
.contenedor-elem-draggable,
.contenedor-elem-droppable {
  width: 100%;
  /*min-height: 190px;
  max-height: 208px;*/
  height: 190px;
  padding: 0 10px;
  border: 1px solid #ccc;
  background: #eee;
  text-align: left;
  display: inline-block;
  margin-right: 25px;
  overflow: auto;
}

.contenedor-elem-draggable2 {
  width: 100%;
  background: #f9f9f9;
  text-align: left;
  display: inline-block;
  margin-right: 25px;
  overflow: auto;
}


.contenedor-elem-droppable {
  height: 190px;
  /*height: auto;*/
  overflow: hidden;
}

.contenedor-elem-draggable h4,
.contenedor-elem-droppable h4 {
  font-size: 13px;
  margin-top: 0;
  padding-top: 1em;
  text-align: center !important;
  text-overflow: clip;
  overflow: hidden;
}

.elem-draggable {
  margin: 10px 0;
  cursor: grab;
  border: 0px;
  padding: 4px 4px 4px 8px;
  text-overflow: clip;
  overflow: hidden;
  max-height: 26px;
  width: 100%;
}

.elem-draggable2 {
  margin: 10px 0;
  cursor: grab;
  border: 0px;
  padding: 4px 4px 4px 8px;
  text-overflow: clip;
  overflow: hidden;
  width: 100%;
}

.droppable-hover {
  border-color: orange;
  border-width: 2px;
  box-shadow: 0 0 7px #9ecaed;
}

.close-div {
  float: right;
  padding: 0px 3px;
  margin-top: -1px;
  cursor: pointer !important;
}

/* -----------------------  */





.spanLink {
  color: #3c8dbc;
  cursor: pointer;
  font-weight: 600;
}

.spanLink2 {
  color: #e98721;
  cursor: pointer;
}

.progress {
  margin-bottom: 0px !important;
  margin-top: 10px !important;
}

.progress-DT1 {
  background-color: #f9f9f9 !important;
  color: white;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.progress-DT2 {
  background-color: white !important;
  color: white;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}


/* Variaciones Nice Select*/
/*

.nice-select.open .list {
  max-height: 350px;
  width: 100%;
  overflow-y: auto;
}

.nice-select{
  width: 100% !important;
  padding: 0px 12px !important;
  height: 32px !important;
  line-height: 32px !important;
  float: none !important;
  display: table-cell !important;
  box-sizing: border-box !important;
}

.nice-select.invalid:focus{
  border: 2px solid orange !important;
  box-shadow: 0 0 5px orange !important;
}

.nice-select:focus{
  border-color: #3c8dbc !important;
  box-shadow: 0 0 5px #9ecaed;
}

.nice-select .option{
  text-align: center !important;
}

.nice-select .disabled{
  border-color: #ededed !important;
  color: #7fd1db !important;
}

.nice-select.disabled{
  pointer-events: auto !important;
  cursor: not-allowed;
}

.nice-select .option.selected {
  font-weight: bold;
  font-size: 16px;
}

.nice-select .current {
  white-space: nowrap !important;
  overflow: hidden !important;
  display:block !important;
}

.nice-select-dropdown{

}
*/

[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
}

.iconoNotificacion {
  font-size: 24px;
  margin-top: 5px;
  vertical-align: text-bottom;
}

.mensajeNotificacion {
  font-size: 13px;
}

.fondoGris {
  background-color: #f7f9fc;
}

.btn-group {
  /*Para que no se rompan los grupos de botones*/
  /*sobre todo en las datatables*/
  justify-content: center;
}

.btn-flex {
  display: flex;
}

.dropdown-toggle.disabled {
  background-color: #eee !important;
  color: #555;
  opacity: 1;
}

/*popover*/

.popover {
  max-width: 395px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  padding: 0px;
  text-align: center;
}

.popover-header {
  color: #fff;
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #00bcd4;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0px;
}

.popover-header2 {
  color: #111;
  padding: 4px;
  background: #eee;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0px;
  margin: 0px;
}

.popover-header3 {
  color: #111;
  padding: 4px;
  background: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 0px;
  margin: 0px;
  border-bottom: 1px solid #EBEBEB;
}

.popover-content {
  /*height: 110px;  */
  /*width: 350px;*/
  padding: 8px;
  line-height: 12px;
  margin: 5px;
}

.popover-footer {
  margin: 0;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  background-color: #eee;
  border-bottom: 1px solid #EBEBEB;
}

.popover-right {
  margin-top: 12px;
  padding: 4px;
}

.img-popover {
  width: 90px;
  height: 90px;
  border: 2px solid #999;
  border-radius: 6px;
  padding: 0px;
  /*left: auto;*/
  top: auto;
  /*margin: 10px;*/
}

.img-popover3 {
  width: 100px;
  height: 100px;
  border: 2px solid #999;
  border-radius: 6px;
  padding: 0px;
  /*left: auto;*/
  top: auto;
  /*margin: 10px;*/
}

.img-popover2 {
  width: 70px;
  height: 70px;
  border: 3px solid #999;
  border-radius: 10px;
  padding: 0px;
}

.popover.top>.arrow:after {
  border-top-color: #eee;
}


.img-modal {
  border: 3px solid #d2d6de;
  padding: 4px;
  width: 160px;
  height: 160px;
  margin: auto;
  display: block;
  border-radius: 25px;
  background-clip: content-box;
  /* <---- */
  box-shadow: inset 0 0 0 10px white;
  /* <-- 10px spread radius */
  cursor: zoom-in;
}

/*          */

html {
  /*overflow-y: hidden; */
}

.fc-icon,
.fc-icon-fa {
  font-family: FontAwesome !important;
}

.test {
  /*background: #00ff08;*/
}

td.fc-day.fc-widget-content.fc-disabled-day {
  cursor: not-allowed !important;
}

.col-offset-1 {
  margin-top: 1em;
}

.padding-2 {
  padding: 2px !important;
}

.padding-20 {
  padding: 20px !important;
}

.lineaPar {
  background-color: #f9f9f9;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-20 {
  font-size: 20px;
}

.pointer {
  cursor: pointer;
}

.no-pointer {
  pointer-events: none;
}

.centrar {
  display: flex !important;
  justify-content: center !important;
}

.iconoInput {
  color: #3c8dbc;
  cursor: pointer;
  font-size: 12px;
  margin-left: 2px;
}

/* @media screen and (max-width: 1000px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left !important;
  }
} */

@media screen and (max-width: 767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: end;
  }
}

@media screen and (max-width: 640) {
  div.dataTables_filter {
    text-align: center !important;
  }
}

@media screen and (min-width: 640) {
  div.dataTables_filter {
    text-align: right !important;
  }
}

.medallaOro {
  border-width: 4px;
  border-color: gold;
}

.medallaPlata {
  border-width: 4px;
  border-color: silver;
}

.medallaBronce {
  border-width: 4px;
  border-color: #CD7F32;
}

input:read-only:not([type=button]):not([type=submit]):not([type=checkbox]) {
  background-color: white !important;
}

input:disabled {
  background-color: white !important;
}

.form-group2 {
  padding-right: 5px;
  padding-left: 5px;
  margin: auto;
  margin-bottom: 15px;
}

@media (min-width: 766px) {
  .tituloLineaFormulario {
    text-align: right !important;
  }
}

@media (max-width: 766px) {
  .tituloLineaFormulario {
    text-align: left !important;
  }
}

.tituloLineaFormulario,
.tituloLineaFormulario2 {
  padding-right: 10px;
  padding-left: 5px;
  margin: auto;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  color: #00bcd4;
}

.form-control {
  height: 30px !important;
}


.sidebar-form input[type="text"],
.sidebar-form .btn {
  height: 30px !important
}

.sidebar {
  max-height: 96vh;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: #1a2226 #4b646f;
}

.dropdown-toggle {
  background-color: white !important;
  height: 30px !important;
  padding-top: 5px !important;
}

@font-face {
  font-family: 'password';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/passwordDots.ttf);
}

input.password {
  font-family: 'password';
  letter-spacing: 1px;
  font-size: 10px;
}

.oculto {
  display: none !important;
}

@media (max-width: 390px) {
  .botones-listado-oculto-mobile {
    display: none;
  }
}

.error-content>p {
  text-align: justify;
}

@media (max-width: 991px) {
  .error-content>p {
    float: none;
    text-align: center;
  }
}

.error-page>.maintenance-content>h3 {
  font-weight: 400;
  font-size: 30px;
}

.breadcrumb {
  margin-bottom: 10px !important;
  padding-left: 40px !important;
}

.breadcrumb-mantenimiento {
  background-color: #ffa5a5 !important;
}

.breadcrumb-custom {
  margin-top: 6px !important;
  margin-bottom: 0px !important;
  background-color: unset !important;
  font-weight: 400;
  padding-left: 10px !important;
}

.breadcrumb-custom a {
  color: white !important;
}

.breadcrumb-custom>.active {
  color: #222d32;
  /* color: white; */
}

/* .breadcrumb-custom>.active>span {
  background-color: #f0f8ff8a;
  border-radius: 3px;
  padding: 2px;
} */

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
  height: 190px !important;
}

@media (max-width: 1300px) {
  .breadcrumb-custom {
    display: none;
  }
}

.wrapper .main-footer {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1032;
}

.content {
  padding: 10px !important;
}

.content,
.container-fluid {
  min-height: 96vh;
}

.lb-data .lb-details {
  width: 80% !important;
}

.lb-data .lb-closeContainer {
  width: 20% !important;
}

.bold {
  font-weight: 600 !important;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.genero1 {
  color: #dd4add !important;
}

.genero0 {
  color: #149bed !important;
}

.genero2 {
  background: linear-gradient(to right, #dd4add 50%, #147ced 55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-teal-dark {
  background-color: #1fa7a7;
  color: #fff !important;
}

.bg-white {
  background-color: white;
}

.bg-pistacho {
  background-color: #b6d640 !important;
  color: #fff !important;
}

.bg-pistacho-active {
  background-color: #b6d640 !important;
}

.textarea {
  height: auto !important;
  resize: none;
}

.clearLeft {
  clear: left;
}

.cropper-img-container {
  /*max-width: 50vw; */
  max-height: 65vh;
}

.cropper-modal {
  opacity: 0.75 !important;
}

.lightboxOverlay {
  opacity: 0.6 !important;
}


.control-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0px;
}

.form-group {
  margin-bottom: 13px;
}


.text-color0 {
  color: #39cccc !important;
}

.text-color1 {
  color: #0c3a6a !important;
}

.text-color2 {
  color: #d01f08 !important;
}

.text-color3 {
  color: #00a65a !important;
}

.text-color4 {
  color: #f012be !important;
}

.text-color5 {
  color: #a6b842 !important;
}

.bg-color5 {
  background-color: #a6b842 !important;
}

.text-color6 {
  color: #00c0ef !important;
}

.text-color7 {
  color: #ff851b !important;
}

.text-color8 {
  color: #d2d6de !important;
}

.text-color9 {
  color: #0073b7 !important;
}

.text-color10 {
  color: #605ca8 !important;
}

.bg-color10 {
  background-color: #605ca8 !important;
}

.text-color11 {
  color: #111111 !important;
}

.text-color12 {
  color: #3c8dbc !important;
}

.text-color13 {
  color: #3d9970 !important;
}

.text-color14 {
  color: #f39c12 !important;
}

.text-color15 {
  color: #01ff70 !important;
}


@media (max-width: 550px) {
  .calendarioReservas {
    display: none;
  }
}

.botonesCalendarioReservas {
  display: none !important;
}

@media (max-width: 550px) {
  .botonesCalendarioReservas {
    display: block !important;
  }
}

.labelEnabled {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;

  background-color: #3c8dbc;
  color: white;
}

.labelDisabled {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #ccc;
  color: white;
}

.labelNo {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #d84f4f;
  color: white;
}

.labelSi {
  padding: 0.2em 0.6em 0.3em;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  background-color: #8fc260;
  color: white;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  /*background-color: #f7f9fc !important;*/
}

.nav-tabs-custom {
  padding: 0px !important;
}

.nav-tabs-custom>.nav-tabs>li {
  margin-right: 0px !important;
  /*border-top: 4px solid white !important;*/
}

.nav-tabs-custom>.nav-tabs>li.active {
  border-top: 5px solid #3c8dbc !important;
  font-weight: bold !important;
}

.deshabilitado {
  cursor: not-allowed !important;
}

.leyenda {
  margin-top: 10px;
  padding: 6px;
  border-radius: 7px;
  width: 170px;
  display: block;
  color: white;
}

@media (max-width: 550px) {
  .leyenda {
    font-size: 11px;
    padding: 0px;
    width: 140px;
  }
}


.leyenda1 {
  background-color: rgb(0, 192, 239);
}

.leyenda2 {
  background-color: rgb(166, 184, 66);
}

.leyenda3 {
  background-color: rgb(209, 160, 13);
}

.leyenda4 {
  background-color: rgb(117, 117, 117);
}

.leyenda5 {
  background-color: rgb(219, 83, 172, 0.7);
}

.leyenda6 {
  border: 0.2em solid rgb(202, 202, 202);
  background-color: rgba(255, 255, 255);
  color: rgb(94, 94, 94);
  ;
}

.leyenda7 {
  background-color: rgb(207, 56, 56, 0.7);
}


.botonEleccion:hover {
  background-color: #386e1a;
  color: white;
}

.botonEleccion:focus {
  background-color: #53a129;
  color: white;
}

.botonSeleccionado {
  background-color: #53a129 !important;
  color: white !important;
}

input[type=checkbox].customCheck2+label {
  display: block;
  cursor: pointer;
  margin-bottom: -3px;
}

input[type=checkbox].customCheck2 {
  display: none;
}

input[type=checkbox].customCheck2+label:before {
  /* content: "\2714"; */
  content: " ";
  border: 0.1em solid #0000009a;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0em;
  color: transparent;
  transition: .2s;
}


input[type=checkbox].customCheck2+label:active:before {
  transform: scale(0);
}

/* input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
} */

input[type=checkbox].customCheck2:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox].customCheck2:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}




input[type=checkbox].customCheck+label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox].customCheck {
  display: none;
}

input[type=checkbox].customCheck+label:before {
  /* content: "\2714"; */
  content: " ";
  border: 0.1em solid #0000009a;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  padding-left: 0em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  margin-bottom: 0.5em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox].customCheck+label:active:before {
  transform: scale(0);
}

/* input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
} */

input[type=checkbox].customCheck:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox].customCheck:checked:disabled+label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}





input[type=checkbox].check1:checked+label:before {
  background-color: #db53ac;
  border-color: #db53ac;
  color: #fff;
}

input[type=checkbox].check2:checked+label:before {
  background-color: #2185D0;
  border-color: #2185D0;
  color: #fff;
}

input[type=checkbox].check3:checked+label:before {
  background-color: #008080;
  border-color: #008080;
  color: #fff;
}

input[type=checkbox].check4:checked+label:before {
  background-color: #f98b22;
  border-color: #f98b22;
  color: #fff;
}

input[type=checkbox].check5:checked+label:before {
  background-color: #914FA7;
  border-color: #914FA7;
  color: #fff;
}

input[type=checkbox].check6:checked+label:before {
  background-color: #00B5AD;
  border-color: #00B5AD;
  color: #fff;
}

input[type=checkbox].check7:checked+label:before {
  background-color: #b9cf44;
  border-color: #b9cf44;
  color: #fff;
}

input[type=checkbox].check8:checked+label:before {
  background-color: #cf3838;
  border-color: #cf3838;
  color: #fff;
}

input[type=checkbox].check9:checked+label:before {
  background-color: #32cd7e;
  border-color: #32cd7e;
  color: #fff;
}

input[type=checkbox].check0:checked+label:before {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
}

input[type=checkbox].check10:checked+label:before {
  background-color: #375b94;
  border-color: #375b94;
  color: #fff;
}

input[type=checkbox].check11:checked+label:before {
  background-color: #6e98db;
  border-color: #6e98db;
  color: #fff;
}

input[type=checkbox].check12:checked+label:before {
  background-color: #ad3c2d;
  border-color: #ad3c2d;
  color: #fff;
}

input[type=checkbox].check13:checked+label:before {
  background-color: #d1a00d;
  border-color: #d1a00d;
  color: #fff;
}

input[type=checkbox].check14:checked+label:before {
  background-color: #883ea8;
  border-color: #883ea8;
  color: #fff;
}

.overflowAuto {
  overflow-x: auto;
}

@media (max-width: 600px) {
  .padding-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media (max-width: 600px) {
  .dataTables_filter input {
    width: 80px !important;
  }
}

.alturaMinima {
  min-height: 520px;
}

.nav-tabs-custom>.nav-tabs>li.active>a,
.nav-tabs-custom>.nav-tabs>li.active:hover>a {
  color: #3c8dbc !important;
}


@media (max-width: 1050px) {
  .nav-tabs-custom>.nav-tabs>li>a>span {
    display: none !important;
  }
}

.input-daterange input {
  text-align: left !important;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #dfdfdf !important;
}

.note-editor .dropdown-toggle {
  height: 32.2px !important;
}

.note-editable {
  font-family: 'Montserrat' !important;
  height: 400px !important;
}

.padding-0 {
  padding: 0px;
}

/* 
.fixed .content-wrapper {
  padding-top: 10px !important;
} */

.custom-button {
  display: flex;
  height: 50px;
  padding: 0px;
  background: #009578;
  border: none;
  outline: none;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 2px 2px;
  transition: all 160ms ease-in;
  width: 100%;
}

.custom-button:hover {
  /* background: #008168;     */
  filter: brightness(75%);
}

.custom-button:active {
  /* background: #006e58; */
  transform: scale(.95);
}

.custom-button-text,
.custom-button-icon {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 40px;
  color: white;
}


.custom-button-icon {
  font-size: 1.5em;
  background: rgb(0, 0, 0, 0.08);
  /* margin-left: auto; */
  max-width: 98px;
}

.custom-button-text {
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
}

.custom-button-small {
  /* background: #dd4b39; */
  color: white;
  /* border: 1px red; */
  border-radius: 3px;
  padding: 1px 4px 1px 4px;
  font-size: 11px;
  height: 40%;
  margin-top: 14px;
}

@media (max-width: 600px) {
  .custom-button-text {
    padding: 0 0px 0 9px;
  }

  .custom-button {
    font-size: 14px;
  }

  .custom-button-icon {
    font-size: 1.3em;
    padding: 0 12px;
    max-width: 40px;
  }
}

/* FullCalendar */
#calendarioReservas .fc-view-container {
  width: auto;
}

#calendarioReservas .fc-view-container .fc-view {
  overflow-x: scroll;
}

@media (max-width: 1000px) {
  #calendarioReservas .fc-view-container .fc-view>table {
    width: 1000px;
  }
}

.fc-time-grid .fc-slats td {
  height: 27px !important;
}

/* */

.sidebar-menu>li {
  line-height: 1.23;
}

.cronometro {
  font-size: 25px;
}

.cronometro2 {
  font-size: 20px;
}