/* CSS Document */
.form-signin {
    max-width: 330px;
    margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mondidojs .unvalid {
    background-color: f00 !important; }
.mondidojs .valid {
    background: url(https://s3-eu-west-1.amazonaws.com/mondido/merchants/2/tick.png) 99% center no-repeat;
    background-color: #afa; }
.mondidojs .svalid {
    background-color: #afa; }
.mondidojs label {
    font-weight: 400; }
.mondidojs .expiry-group input {
    border: none;
    width: 3em;
    color: #000; }
.mondidojs .expiry-group input:first-child {
    text-align: right; }
.mondidojs .clear:before {
    display: block;
    content: '';
    overflow: hidden;
    float: none;
    clear: both; }
.mondidojs .panel {
    padding: 10px 0 10px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
    border: 0;
    border-radius: 3px; }
.mondidojs .panel.with-stripes {
    padding: 10px 0 0 0;
    margin: 0;
    border-radius: 0; }
.mondidojs .panel h2 {
    background: #f1f6fb;
    padding: 10px;
    color: #839fb4;
    font-size: 1.3em;
    margin: 0px 0 20px 0; }
.mondidojs label{
    color: #839fb4;
}
.mondidojs .stripes {
    width: 100%;
    height: 4px;
    display: block;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAT0lEQVQYV2Pc/7Xz/807VxnQgbqKNooQ44yLcf8JKQLJYyhENwmkCGQjikJcilBMxKcIrpCQIrBCkK/RPYMtFDAU4goqFIX4whOukFCgAwDNzDkViUAFWQAAAABJRU5ErkJggg==);
    border: 1px solid #95d156;
    padding: 0;
    box-sizing: border-box; }
.mondidojs .stripes.top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
.mondidojs .stripes.bottom {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
.mondidojs .btn {
    width: 100%;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase; }
.mondidojs .align-right {
    text-align: right; }
.mondidojs .sum {
    color: #999; }
.mondidojs .sum span {
    color: #666;
    font-weight: 700; }
.mondidojs input.visa {
    background: url("images/visa.png") right 2px center no-repeat;
    background-size: auto 80%; }
.mondidojs #credit-card-list {
    margin: 20px 0 0 0;
    text-align: center; }
.mondidojs #credit-card-list img {
    margin-left: 10px;
    opacity: 0.2; }
.mondidojs #credit-card-list img:first-child {
    margin-left: 0; }
.mondidojs #credit-card-list img.selected {
    opacity: 1; }
.mondidojs form {
    padding: 2px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.05), 0 2px 1px rgba(0, 0, 0, 0.05);
    border-radius: 4px; }
.mondidojs .wrp .panel{
    padding: 4px;
    color:white;
}
.mondidojs .fullsize{
    width: 100%;
}
.mondidojs .third{
    width:33%;
}
.mondidojs .float-left{
    float:left;
}
#credit-card-list img{
    width: 16%;
}
@media (max-width: 768px) {
    #credit-card-list img {
        width: 50px; } }


.loadingmodal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
    url('https://i.stack.imgur.com/FhHRx.gif')
    50% 50%
    no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .loadingmodal {
    display: block;
}

