
@media only screen and (min-width: 961px) {

    .header {
        width: 100%;
        padding: 0px 16px;
        align-items: center;
        display: flex;
    }

    .content {
        /*
               border: 1px solid #E0E0E0; */
        border-radius: 4px;
        -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
        padding: 16px 0px;
        min-height: 522px;
    }

    .footer {
        display: flex;
        padding: 6px 16px;
    }

    .container {
        flex-direction: column;
        min-height: 100vh;
        max-width: 100%;
        width: 410px;
        margin: 50px auto 0px;
    }
    .fixed-button {
        margin-top: 12px
    }
    .top-devider {
        border: solid;
        border-width: thin 0 0 0;
        color: #E0E0E0;
        margin: 15px 0 0 0;
    }
}

@media only screen and (max-width: 960px) {
    .header {
        background-color: #f5f5f5;
        height: 48px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 0px 16px;
        display: flex;
        align-items: center;
    }

    .content {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .footer {
        display: flex;
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 6px 16px;
        background-color: #f5f5f5;
        height: 20px;
    }

    .container {
        flex-direction: column;
        min-height: 100vh;
        max-width: 100%;
    }

    .fixed-button {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        padding: 6px 16px 36px;
        background-color: #f5f5f5;
    }

    .fixed-button-padding {
        padding-bottom: 78px;
    }
    .top-devider {
        margin: 15px 0 0 0;
        border: none;
    }
}


html {
    text-rendering: optimizeLegibility;
    font-size: 16px;
}

body {

    color:rgba(0, 0, 0, 0.87);
    margin: 0px;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
}

form {
    margin: 0px
}

.header-title {
    padding: 0px 8px;
    font-size: 24px;
}

.devider {
    margin-bottom: 0px;
    margin-top: 0px;
    border: solid;
    border-width: thin 0 0 0;
    color: #E0E0E0;
    margin-left: 16px;
}

.list-item {
    padding: 0px 16px;
    display: flex;
    align-items: center;
}

.list-item-expand {
    transition: height 1s ease-out;
}

.list-item-expand-content {
    /*display: none;*/
    display: flex;
    /*   max-height: 0px; */
    padding: 0px 16px;
    overflow-x: scroll;
    overflow-y: scroll;

}

.list-item-expand.list-item-expand-show > .list-item-expand-content {

    display: flex;

    /*   max-height: 100% !important; */
}

.list-item-expand-icon {
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
}


.list-item-expand.list-item-expand-show .list-item-expand-icon {
    transform: rotate(180deg);


}


.list-item-content {
    padding: 12px 0px;
    flex: 1 1;
}

.list-item-content > *:not(:last-child) {
    margin-bottom: 2px;
}

.list-item-title {
    line-height: 1.2;
}

.list-item-subtitle {
    font-size: 14px;
    color: gray;
    line-height: 1.2;
}

.payment-method-link {
    text-decoration: none !important;
    color: inherit;
}

.link {
    text-decoration: none !important;
}

button {
    font-family: "Roboto", sans-serif;
}

.primary {
    background-color: #1976d2 !important;
    border-color: #1976d2 !important;
}

.primary--text {
    color: #1976d2 !important;
}

.button {

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    border-radius: 4px;
    border:none;

    color: #ffffff;

    font-size: 14px;
    padding: 0px 16px;
    height: 36px;


    font-weight: 500;
    letter-spacing: .0892857143em;

    text-indent: .0892857143em;
    text-transform: uppercase;


}


.text-field {
    display: flex;
    padding: 1px 12px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.42);
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.text-field:focus-within {
    border: 2px solid #1976D2;
    padding: 0px 11px;
}

.text-field > .text-field_prefix {
    margin-right: 4px;
    display: inline;
}

.text-field_input {
    flex: 1 1 auto;
    outline: none;
    border: none;
    font-size: inherit;
    padding: 8px 0px;
    caret-color: #1976D2;
    max-width: 100%;
    min-width: 0;
    width: 100%;
    font: inherit;
}
.cheque {
    margin-left: auto;
    margin-right: auto;
}


.cheque-container {
    display:flex;
    padding-bottom:30px;
    height:30%;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.receipt-container {
    display:flex;
    padding-bottom:30px;
    height:70%;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.receipt {
    margin-left: 30px;
    margin-right: 30px;
    width: 100%;
    overflow: hidden;
}

.pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0px;
}

.cheque-pre-max {
    display:flex;
    font-size: 15px;
    overflow-y: scroll;
    overflow-x: hidden;
    height:100%;
    width:100%;
    padding:10px 5px 5px 15px;
    white-space: pre-wrap;
}

.receipt-wait-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.receipt-wait-image-none {
    display: none;
}

.cheque-pre {
    display:flex;
    font-size: 10px;
    font-family: monospace;
    overflow-y: scroll;
    overflow-x: hidden;
    height:100%;
    width:100%;
    padding:10px 5px 5px 15px;
}

.apps-footer {
    align: center;
    display: inline-block;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 6px 16px;
    height: 150px;
}

.unp {
    display: none;
}
