/*
 * Custom CSS file
 * Author: René Villegas
 * Create Date: April 9th, 2019
*/
.test-ribbon {
    width: 300px;
    top: 44px;
    left: -75px;
    text-align: center;
    padding: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #f0f0f0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9999;
    position: fixed;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    background: rgba(255,0,0,.6);
    pointer-events: none;
}

.rly-card--full {
    width: 100%;
}

.rly-dt-small {
    font-size: smaller;
    color: rgb(0, 150, 136);
}

.rly-dt-small > tbody {
    color: rgba(0, 0, 0, .65);
}

.rly-dt-mp--detail {
    font-size: x-small;
    width: 100%;
}

.rly-dt-mp--detail tbody tr {
    height: 24px !important;
}

.rly-dt-mp--detail tbody tr td {
    height: 24px !important;
    padding: 0 18px !important;
}

.rly-dt-mp--detail thead tr {
    height: 24px !important;
}

.rly-dt-mp--detail thead tr td {
    height: 24px !important;
    padding: 0 18px !important;
}

.rly-grid {
    margin: 0 16px;
}

.rly-field-row{
    margin: 0 !important;
}

.rly-swal{
    min-width: 545px;
}
.name-user{
  margin: 0 15px;
  background:#04040430;
  font-size:12px;
  padding: 2px 10px;
  border-radius:5px
}

.log{
  position: absolute;
  background: #616161;
  width: 220px;
  font-size: 10px;
  border: 1px solid #00000014;
  padding: 5px;
  margin: 10px;
  height: 40px;
  right: 10px;
  top: 54px;
  border-radius: 0 0 5px 5px;
}

#status_log, #status_log2{
  background: #009688;
  display: block;
  color: #fff !important;
  color: white;
  width: 53px;
  text-align: center;
}

.log span{
  background: #00000069;
display: block;
width: calc(100% - 54px);
margin-top: -5px;
color: #fff;
margin-left: -5px;
padding-left: 11px;
position: relative;
font-weight: bold;
}

.log button{
  display: none;
  position: absolute;
}

.log section{
  margin-top: 5px;
  color: #bebebe;
  padding-left: 5px;
  font-size: 9px;
}
.loading {
  display: flex;
  position: absolute;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #009688bd;
  z-index:99999999;
  text-align:center;
  vertical-align: middle !important;
}
.loading section{
  position:relative;
  display: block;
  margin: 0 auto;
}
.loading section .text_loading{
  padding-top:5px;
  font-size:9px;
  color:#fff;
}

.loading2 {
    display: block;
    position: fixed;
    width: auto;
    height: auto;
    background: #009688bd;
    z-index: 99999999;
    padding: 10px;
    bottom: 0;
    right: 0;
}
.loading2 section{
  position: relative;
    display: inline-block;
    padding: 0;
}
.loading2 section div {
    display: block;
    position: relative;
    float: left;
    height: 100%;
}
.loading2 section .text_loading2, #msn_log2, #status_log2 {
    font-size: 9px;
    color: #fff;
}
.img_loading2 img{
  width: 20px;
  padding-right: 10px;
}
.ajust_loading_text{
  margin-left:10px;
  color:black !important;
}
.label-origin{
  background: #ededed;
  padding:5px 10px;
  border-radius:10px;
  border: 1px solid lightgrey;
}
.pr-oc{
  background: #009688;
  border-color:#009688;
  color:#fff;
}
.pr-history{
  background: #009688;
  border-color:#009688;
  color:#fff;
}
.pr-fijo{
  background: #3F51B5;
  border-color:#3F51B5;
  color:#fff;
}
.pr-ept{
  background: #FFEB3B;
  color:#000;
  border-color: #e3d02b;
 }
 #buttons{
   min-width:20px;
   height:100%;
   margin-right:30px;
   display: flex;
   align-items: center;
 }
 .target{
   background: #00000017;
   display: flex;
   align-items: center;
   float:left;
   margin:2px;
   text-decoration:none;
   text-align:center;
   width:35px;
   height:45px;
   padding-left:10px;
   color:white;
   transition:0.3s;
 }
 .target span{
    text-align:center;
    display:block;
    position:relative;

  }

  .target:hover{
    background: #0000004d;
  }


  .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
  }

  .badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
