.w100p {
    width: 100%;
}
.w90p {
    width: 90%;
}
.w50p {
    width: 50%;
}
.w20p {
    width: 20%;
}
.w10p {
    width: 10%;
}
.row {
    margin-left: 0px;
}
.form-horizontal .control-label {
    width: 145px;
    font-size: 13px;
}
.odd {
    background-color: #f9f9f9;
}
.img-header {
    border: 0px;
}
.stripeConnectElement {
    height: auto !important;
}
.table-striped > thead > tr > th,
.table-striped2n > thead > tr > th,
.table-striped > tfoot > tr > th,
.table-striped2n > tfoot > tr > th {
    background-color: #ffffff;
}
.table-striped2n > tbody > tr:nth-child(4n+1) > td,
.table-striped2n > tbody > tr:nth-child(4n+2) > td {
    background-color: #f9f9f9;
}
.table-striped2n > tbody > tr:nth-child(4n+3) > td,
.table-striped2n > tbody > tr:nth-child(4n+4) > td {
    background-color: #ffffff;
}
.table-striped tbody>tr:nth-child(even)>td,
.table-striped tbody>tr:nth-child(even)>th {
    background-color: #ffffff;
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9;
}
.all-items {
    margin-bottom: 35px;
}

.all-items .card ,
.all-items .card-footer {
    background: none;
    border: none;
}

.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}