body{
    background: url("/grid.png");
    margin-bottom: 1em;
    font-size: 14px;
}

.panel{
    display: block;
}
#brand{
    background-color: #333;
    padding: 10px 30px;
    height:65px;
    position: relative;
}

.tight-padded {
    padding-top: 5px;
    padding-bottom: 5px;

}
.desktop .content-wrapper{
    margin: 15px;
}
.phone .content-wrapper{
    margin: 10px 0;
}


.panel{
    background-color: transparent;
}
.panel-primary{
    border: none;
}
.selector.panel-default{
    border: 1px solid #bbb;
    border-radius: 5px;
    background-color: #fff;

}
#terminalIdInput{
    max-width: 250px;
}

#swish-banner{
    width: 980px;
    height: 120px;
}

.swish-info{
    margin-top: 15px;
    padding: 27px;
    background: rgba(255, 247, 205, 0.4);
}

.infoFooter{
    background-color: #6DA81F;
    color: #f5f5f5;
    padding: 10px;
    margin-top: 27px;
    border-radius: 5px;
    text-align: center;
}

.mono-error {
    padding: 1px 5px;
    border-radius: 3px;
    border: solid 1px red;
    background-color: #f5f5f5;
    color: red;
    font-family: "Liberation Mono", Consolas, Menlo, Courier, monospace;
}

.requestlist tr{
    background-color: whitesmoke;
}

a.btn-primary{
    color: #fafafa!important;
}

.phones .content-wrapper .panel-body{
    max-width: 430px;
    margin: 10px auto;
}

.codeGenerated-false, .codeGenerated-{
    color: red!important;
}

.screenshot{
    background-color: white;
    color: black;

}

.select-terminal .selector{
    text-align: inherit;
    max-width: 600px;
    margin: 0 auto;
}

.loginArea{
    float: right;
    padding: 10px 30px;
    margin-top: 15px;
    display: inline-block;
}

.admin-refund-area{
    display: inline-block;
    margin-left: 10px;

    float: right;
}
.modal.show{
    background: rgba(0,0,0,0.5);
}
.modal > :first-child {
    background-color: white;
    opacity: 1
}

.modal-win, .modal-small-win {
    alignment: center;
    max-width: 500px;
    margin: 30px auto;
    box-shadow: #666 7px 7px 7px;
}
#modal-body{
    max-height: 600px;
    overflow: auto;
}

.button-box{
    width: 260px;
    margin: 0 auto 10px auto;
    padding: 10px 20px;


}
.button-box button, .button-box input{
    width: 100%
}


.button-box.other{
    border: 1px solid #d0c0c0;
    border-radius: 5px;
    background-color: #f5f5f5;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 2em;
    line-height: 2em; /* Vertically center the text there */
    background-color: #666;
    color: #f5f5f5;
    font-size: .9em;
    text-align: center;
}

.site-footer{
    position: fixed;
    padding: 0 15px;
}
.site-footer a{
    color: #fafafa!important;
}

.site-footer a:hover{
    text-decoration: underline;
    text-decoration-color: #6DA81F;
}

.phone .site-footer{

    height: 1.5em;
    line-height: 1.5em;
    padding: 0 10px;
    font-size: .8em;

}

#bankID-ui{
    position: relative;
}

#bankId-info-container{
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
}

#bankId-info-container.active{
    display: block;
    background-color: #f0f0f0;
}
.status-text {
    color: #f5f5f5;
    background-color: #333;
}

.return-glyph {
    border-radius: 2px;
    background-color: black;
    color: white;
    font-size: 70%;
    font-weight: bold;
    padding: 2px;
    display: inline-flex;
}

.hidden{
    display: none;
}

#bankIdManual{
    padding: 10px 0;
}
.payment-logo-container{
    color: black;
    width: 450px;
    margin: 20px auto;

    text-align: center;
}
.payment-logo{
    position: relative;
    width: 50px;
    height: 50px;
    margin:7px;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

.payment-logo img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    vertical-align: bottom;
}
.payment-logo.swish img{
    height: 50px;
    width: fit-content;
}

.payment-logo.apple img{

    bottom: 5px;
}
.payment-logo.google img{

    bottom: -4px;
}
.payment-logo.visa img{

    bottom: -2px;
}
.payment-logo.mc img{

    bottom: 3px;
}