.mensajePaquete {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  line-height: 25px;
}

.jModal #jmodalheader {
  /*color:#E13D25 !important;*/
  /*background-color: #fff !important;*/
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.jModal {
  background-color: #fff !important;
  border: 0px !important;
}

.jModal #jmodalfooter {
  background-color: #fff !important;
  border-bottom: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
  border-top: 0px;
}

.jModal #jmodalheader #close:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
  cursor: pointer;
  /*border-radius: 50%;*/
}

.jModal #jmodalheader #close div {
  padding-left: 6px !important;
}

[class^="icon-"],
[class*=" icon-"] {
  vertical-align: middle;
  margin-right: 5px;
}

html {
  min-height: 100%;
  height: 100%;
}

@font-face {
  font-family: contigua;
  src: url(fuente.woff) format('woff');
}

body {
  font-size: 13px;
  /* color: #444; */
  font-family: "contigua", "Calibri" !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  display: block;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  margin: 0px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;

  background-image: linear-gradient(-150deg,
      #ff00e4,
      #9500ff,
      #174672,
      #282f5b,
      #38b000,
      #008000);
}

.tituloProducto {
  background-color: rgba(255, 255, 220, 1);
  border: 1px solid #ddd;
  padding: 5px;
}

.verde {
  background-color: rgba(23, 132, 62, 0.8);
  color: #fff !important;
}

.accion {
  cursor: pointer;
  /* background-color: #0F718C; */
  border-radius: 15px;
  padding: 4px;
  color: #111;
  font-size: 1.4rem;
}

.accion:hover {
  background-color: #666;

  padding: 4px;
  color: #fff;
}

.loading {
  width: 20px;
  height: 20px;
  display: none;
}

.buscador {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.box {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px;
  margin-bottom: 10px;
}

.buttons {
  width: 100%;
  margin-right: 10px;
  /* position: absolute !important; */
  bottom: 0px;
  height: 30px;
  padding-top: 5px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  text-align: right;
  margin-top: 30px;
}

/* ajustamos el grid */

.k-grid-header th.k-header {
  background-color: transparent;
  background-color: #1A3B4D;
}

.k-grid tr td {
  border-width: 0px 0 0 1px !important;
}

.k-grid-header th.k-header>.k-link {
  color: #333;
  color: #fff;
  font-weight: bold;
  font-weight: normal;
}

.k-radio-label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px !important;
  height: 15px !important;
  border-style: solid;
}

.k-detail-row .k-header {
  /* background-color: #aaa !important; */
}

.k-detail-row .k-grid-content {
  overflow-y: hidden;
}

.k-grid tr td.k-detail-cell {
  background-color: #eee;
  padding: 20px !important;
  border-width: 1px 0px 0px 1px !important;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #02849B;
  font-size: 10px;
  margin: auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.totales {
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #FFE0AE;
  background-color: #FFF9EF;
  min-height: 25px !important;
  text-align: right;
  padding: 4px;
  margin: 4px;
}

.buscador {
  border: 1px solid #FFE0AE;
  background-color: #FFF9EF;
  margin-bottom: 10px !important;
}

.rojo {
  background-color: #d00;
  color: #fff;
  padding: 3px;
  border-radius: 4px;
  /*padding-right: 6px;*/
}

.verde {
  background-color: #009900;
  color: #fff;
  padding: 3px;
  border-radius: 4px;
  /*padding-right: 6px;*/
}

/*
.k-checkbox-label:after {
  border-color: #ccc;
  background: #fff;
  border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  padding-top: 4px;
}

.k-checkbox:checked+.k-checkbox-label:after {
  background-color: #C43019;
  border-color: transparent;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  padding-top: 4px;
}

.k-checkbox-label {
  position: relative;
  padding-left: 1.5em;
  vertical-align: middle;
  line-height: .875em;
  cursor: pointer;
  font-weight: normal;
  padding-top: 4px;
  padding-left: 25px;
}
*/

.k-checkbox.k-checkbox-label {
  --primary-color: #1677ff;
  --secondary-color: #fff;
  --primary-hover-color: #4096ff;
  /* checkbox */
  --checkbox-diameter: 30px;
  --checkbox-border-radius: 5px;
  --checkbox-border-color: #d9d9d9;
  --checkbox-border-width: 1px;
  --checkbox-border-style: solid;
  /* checkmark */
  --checkmark-size: 1.2;
}

.k-checkbox-label:after{
  width: 20px;
  height: 20px;

  padding-top: 2px;
}

.k-checkbox:checked+.k-checkbox-label:after {
  background: #1677ff;
  color: #fff;
  
  width: 20px;
  height: 20px;
}

.k-combobox .k-dropdown-wrap:before,
.k-picker-wrap:before,
.k-numeric-wrap:before {
  /* content: "\a0" !important; */
  display: inline-block;
  width: 0;
  height: 1.94em;
  padding-bottom: .3em;
}

#contenedor::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#contenedor::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #03858F;
}


.pestanaOpcion {
  padding: 10px;
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid #ddd;
  /*border: 1px solid #ddd;*/
  padding-left: 20px;
  padding-right: 20px;
}

.pestanaOpcion:hover {
  background-color: rgba(0, 206, 209, 0.2) !important;
}

.pestanaOpcion.seleccionada {
  border-bottom: 2px solid darkturquoise;
  font-weight: bold;
  background-color: rgba(0, 206, 209, 0.1);
}