/* Create two equal columns that floats next to each other */
.lrc-row{
  display: flex;
}

.lrec-hddata{
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.lrec-hddata .info-col {
  flex: 1;
}

.lrec-hddata .info-col .fecha_rec{
  display: block;
}

.lrec-hddata .info-col .nom-emoresa{
  font-size: 16px;
    font-weight: 600;
    display: block;
}

.lrec-hddata .info-col .dir-empresa{
  font-size: 12px;
  display: block;
}

.lrc-row .columnone {
    width: 100%;
  }
  
  /* Create two equal columns that floats next to each other */
  .lrc-row .columntwo {
    float: left;
    width: 50%;
  }
  
  .lrc-row .columntree {
    float: left;
    width: 33.333%;
  }
  
  /* Clear floats after the columns */
  .lrc-row:after {
    content: "";
    display: table;
    clear: both;
  }

  .lrc-row .columntree, .lrc-row .columntwo, .lrc-row .columnone{
    line-height: 15px;
    padding: 8px;
  }

  .lrc-row .lrc-label{
    display: block;
    margin-bottom: 6px;
    line-height: 18px;
    color: #6e6e6e;
    font-weight: 300;
  }

  .d-none{
    display: none;
  }

  .lrc-row .lrc-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.lrc-row input.lrc-form-control {
  height: 38px;
}

.lrc-row .lrc-form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lrc-row .lrc-form-check {
    display: block;
    min-height: 0px;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.lrc-row .lrc-form-check-input{
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: left;
    cursor: pointer;
}

.lrc-row .lrc-form-check-input[type=checkbox]{
    margin-top: -3px;
    width: 1.4em;
    height: 1.4em;
    border-radius: .25em;
    margin-left: -1.5em;
    padding: 9px;
    margin-right: 5px;
}

.lrc-row .lrc-form-check-input[type=radio]{
  margin-top: -2px;
  width: 1.3em;
  height: 1.28em;
  border-radius: 1em;
  padding: 7px;
  margin-right: 4px;
}

.lrc-form-check-label{
  display: flex;
}

.lrc-row .lrc-form-check-inline .lrc-form-check-label{
  font-weight: 400;
  color: #212529;
  cursor: pointer;
  font-size: 15px;
}


.lrc-card{
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 12px 12px;
    margin-bottom: 17px;
    background: #f3f3f3;
}

.lrc-card h4{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0px;
}

.lrc-card h5{
    font-size: 14px;
    margin-bottom: 8px;
    color: #242424;
}

.lrc-row .lrc-form-check-input:checked[type=checkbox], .lrc-row .lrc-form-check-input:checked[type=radio]{
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}


.lrc-form-check-inline {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 2rem;
}

.btnsendreclamo{
  cursor: pointer;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  background-color: #464646 !important;
  color: #f9f9f9 !important;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  box-shadow: none;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: .3px;
  font-weight: 600;
  max-width: 188px;
  height: 50px;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
}

.lrc-info p{
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 17px;
}

.dat-required{
  color: red;
}

.librecokregistro{
  background: #d4ffd6;
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid rgb(0 128 0 / 49%);
    margin-top: 60px;
    margin-bottom: 60px;
}

.librecokregistro p{
    text-align: center;
    font-size: 17px;
    color: green;
    margin-bottom: 20px;
}

.librecokregistro a{
  background: #4caf50;
  padding: 10px 20px;
  color: white;
  border-radius: 2px;
}

.estadopendiente {
  color: orange;
  background: #ffa5004d;
}

.estadoresuelto{
  background: #0065164d;
  color: #006516;
}

.estadopendiente,.estadoresuelto{
  display: block;
    padding: 4px;
    width: 80px;
    border-radius: 5px;
    text-align: center;
    line-height: 17px;
}

.detail-card{
  border: 1px solid #c3c4c7;
  border-radius: 10px;
  background: white;
  padding: 10px 10px;
}

.labelinforesult{
  display: block;
    background: #f0f0f1;
    padding: 8px 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.lrec_text-center{
 text-align: center;
}

.lrec_text-end{
 text-align: end;
}

.inftitdesc{
  display: block;
    font-size: 15px;
    font-weight: 700;
    border-top: 1px solid #f0f0f1;
    padding-top: 10px;
}
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {

    .lrc-row{
      display: block;
    }

    .lrec-hddata{
      flex-direction: column-reverse;
    }

    .lrc-row .columntwo {
      width: 100%;
    }
    
    .lrc-row .columntree {
      width: 100%;
    }
  }