.file-uploader .input-group input,
.file-uploader .input-group-btn .button {
  height: 35px;
}
.file-uploader .input-group .input-group-addon {
  padding: 2px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #337ab7;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d6d9e2;
  border-radius: 0;
}
.file
{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width:100%;
  height:100%;
}
.pointer{
  cursor: pointer;
}

/**
* The CSS shown here will not be introduced in the Quickstart guide, but
* shows how you can use CSS to style your Element's container.
*/
input,
.StripeElement {
  height: 40px;
  padding: 10px 12px;

  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

input:focus,
.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.banner-yellow{
 background:#ffde17;
 border:1px solid #ffde17;
}

.size-trece{
  font-size:13px;
}

.hr{
  border: 1px solid #ffde17;
  background-color: #ffde17;
}

body::-webkit-scrollbar {
  width: 0.8em;
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ffde17;
  outline: 1px solid #ffde17;
}

.iframe{
  width: 1260px;
  height: 600px;
  border:0px;
}

.input-search{
  padding:20px; width:300px;
}


#nuevo-ID .stripe-button-el span{ 
    display: block;
    position: relative;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    color: black;
    background-color:#ffde17;
    background: #ffde17;
    background-image: inset !important;
 
    }
