.tabla-k {
  width: 100%;

}

.tabla-k td {
padding-right:  30px !important;
}

.tabla-k th {

}

.celda-chica{
  max-width: 50px !important;
}
.celda-mediana{
  max-width: 200px;
}

.op-tabbla {
  margin-left: 10px;
}
.recortar-col-c{
  max-width:50px !important;
/* BOTH of the following are required for text-overflow */
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}

.recortar-col-m{
  max-width:150px !important;
/* BOTH of the following are required for text-overflow */
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}

.btn-cancelar {
  color: #fff;
  background-color: #cac7c7;
  border-color: #cac7c7;
  float: right;
}

.btn-agregar {
  color: #fff;
  background-color: #80aa37;
  border-color: #80aa37;
  float: right;
}

.btn-verde {
  color: #fff;
  background-color: #80aa37;
  border-color: #80aa37;
}
.btn-amarillo {
  color: #fff;
  background-color: #f3d600;
  border-color: #f3d600;
}
.btn-rojo {
  color: #fff;
  background-color: #ab2121;
  border-color: #ab2121;
}
.btn-rojo2 {
  color: #fff;
  background-color: #c20b19;
  border-color: #c20b19;
}
.btn-azul {
  color: #fff;
  background-color: #0080c5;
  border-color: #0080c5;
}

.btn-verde-fullw {
  color: #fff;
  background-color: #ab2121;
  border-color: #ab2121;
  text-align: left;
  margin-bottom: 25px;
}

.btn-verde-fullw:hover {
  color: #323232;
}

.btn-agregar:hover {
  color: #fff;
  background-color: #80aa37;
  border-color: #80aa37;
}

.btn-rojo:hover {
  color: #fff;
  background-color: #ab2121;
  border-color: #ab2121;
}
.btn-rojo2:hover {
  color: #fff;
  background-color: #c20b19;
  border-color: #c20b19;
}

.btn-agregar:focus, .btn-agregar.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 142, 224, 0.5);
}

.btn-agregar.disabled, .btn-agregar:disabled {
  color: #fff;
  background-color: #cac7c7;
  border-color: #cac7c7;
}

.btn-agregar:not(:disabled):not(.disabled):active, .btn-agregar:not(:disabled):not(.disabled).active, .show>.btn-agregar.dropdown-toggle {
  color: #fff;
  background-color: #cac7c7;
  border-color: #cac7c7;
}

.btn-agregar:not(:disabled):not(.disabled):active:focus, .btn-agregar:not(:disabled):not(.disabled).active:focus, .show>.btn-agregar.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 142, 224, 1);
  background-color: #cac7c7;
  border-color: #cac7c7;
}

.kyp-input {
  border: 1px solid #373737;
  color: #323232;
}

.kyp-label {
  color: #323232;
  font-size: 1rem;
}

.modal-h-kyp {
  background-color: #ab2121 !important;
  color: #fff;
  /*border-bottom: 3px solid #161616;*/
}

.cross-close {
  color: #fff !important;
  font-size: 30px;
  text-shadow: none !important;
  opacity: 1 !important;
}
.cross-close:hover {
  color: #161616;
  text-shadow: none !important;
}

.number-k {
  color: #fff;
  font-size: 15px;
  padding: 5px;
}

.info-static {
  display: block;
  background-color: #eeeeee;
  padding: 8px 8px;
  color: #323232;
}

.simbolo-k {
  color: #323232;
  font-size: 25px;
  text-align: right;
}

.simbolo-k-l {
  color: #323232;
  font-size: 25px;
  text-align: left;
}

.txt-movimiento {
  color: #323232;
  font-size: 1.7rem;
  display: block;
}

.icon-movimiento {
  font-size: 10rem;
  color: #ab2121;
}

.text-regular {
  font-size: 1rem;
  color: #323232;
}

.user-top {
  width: 50px;
  height: 50px;

  background-color: #efefef;
  line-height: 50px
  ;
  text-align: center;
  font-size: 20px;

  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #323232;
  display: inline-block;
}
.user-select {
 display: inline-block;
 width: 100px;
 height: 100px;
  background-color: #efefef;
  padding: 25px;
  text-align: center;
  font-size: 30px  !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #323232;
}

input[type="checkbox"].switch_1 {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.5em;
  height: .53em;
  background: #FF0000;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-right: 5px;
  margin-left: 5px;
}

input[type="checkbox"].switch_1:checked {
  background: #ab2121;
}

input[type="text"]::placeholder {
  color: #dfdfdf;
}

input[type="checkbox"].switch_1:after {
  position: absolute;
  content: "";
  width: .55em;
  height: .55em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - .5em);
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 17px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ab2121;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}

.mas-desarrollo{
  padding-left: 20%;
}
.mas-desarrollo > li{
  padding-top: 10px !important;
  padding-bottom: 10px !important;

  font-size: 1rem;
  color: #fff;
}
.mas-desarrollo > li:hover{

  color: #ab2121;
}

.mas-menu{
  padding-left: 15%;
}
.mas-menu > li{
  padding-top: 10px !important;
  padding-bottom: 10px !important;

  font-size: 1rem;
  color: #fff;
}
.mas-menu > li > a{

  color: #fff;
}
.mas-menu > li > a:hover{

  color: #ab2121;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.container-pdf
{
  margin-left: 10px;
}

.lds-ripple {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #ab2121;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 18px;
    left: 18px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 38px;
    height: 38px;
    opacity: 0;
  }
}
.c-titulo{
  color: #cac7c7;
}
.c-subtitulo
{
  color:#222323;
}
