body {
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: none;
    white-space: 1px;
    color: #343f4b;
    font-size: 10px;
    font-size: 100%;
}

html,
body {
    overflow-x: hidden;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.level {
    height: auto;
    float: left;
    width: 100%;
}

.purple {
    position: relative;
    /*    background: #f5f5f5;*/
}

    .purple:before,
    .purple:after {
        content: "";
        position: absolute;
        /*    background: #f5f5f5;*/
        /* Match the background */
        top: 0;
        bottom: 0;
        width: 9999px;
        /* some huge width */
    }

    .purple:before {
        right: 100%;
    }

    .purple:after {
        left: 100%;
    }

.width-100 {
    width: 100% !important;
}

.margin-auto {
    margin: auto;
}

.padding-0 {
    padding: 0px;
}

/*wrapper -s*/

.wrapper-middle {
    display: block;
    float: left;
    /*    margin-top: 5vh;*/
    margin-bottom: 5vh;
}

.wrapper-bottom {
    height: auto;
    float: left;
    min-height: auto;
    display: table;
    /*    background-color: #f5f5f5;*/
}

    .wrapper-bottom .wrapper-bottom-content {
        width: 100%;
        margin: auto;
        padding-top: 0px;
        color: #434d58;
    }

.wrapper-bottom-content .content {
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wrapper-bottom-content .title {
    color: #343F4B;
    /*font-family: 'Lato', sans-serif;*/
    font-family: none;
    font-weight: 700;
    line-height: 26px;
    text-align: left;
    margin: 30px auto;
    text-transform: uppercase;
    font-size: 1.8em;
}

.wrapper-bottom-content .content .b {
    color: #343F4B;
    /*font-family: 'Lato', sans-serif;*/
    font-family: none;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    font-size: 2em;
}

.b > li {
    margin-bottom: 10px;
    line-height: 25px;
}

/*wrapper -e*/

/*box -s*/

.box-header {
    height: auto;
    float: left;
    display: table;
    width: 100%;
}

    .box-header .box-header-right {
        width: auto;
        float: right;
    }

.box-middle {
    float: left;
    width: 100%;
}

    .box-middle .box-middle-header {
        float: left;
        width: 100%;
    }

.box-middle-header .title {
    color: #343F4B;
    /*font-family: 'Lato', sans-serif;*/
    font-family: none;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 5px;
}

.box-middle-header .content {
    float: left;
    width: 100%;
    background-color: rgba(248, 251, 255, 0.5);
    margin-bottom: 10px
}

.box-middle-content {
    float: left;
    width: 100%;
    /*    margin-bottom: 20px;*/
    min-height: 35rem;
}

.content .content-element {
    width: 100%;
    float: left;
    color: #343F4B;
    /*font-family: 'Lato', sans-serif;*/
    font-family: none;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
}

.box-middle-content .content-left,
.box-middle-content .content-right {
    margin: 0px;
    padding: 5px;
}

.box-middle-content .content-left {
    display: table;
}

.content-left .bank-icon {
    display: table;
    margin: auto;
    /*height: 150px;*/
    /*display: table-cell;*/
    vertical-align: middle;
    margin: auto;
    text-align: center;
}

.fixed-bank-icon {
    display: block !important;
    width: 100%;
    /*    height: 100%;*/
}

    .fixed-bank-icon > img {
        width: 100%;
    }

.content-left .bank-icon > img {
    max-height: 100%;
    max-width: 100%;
}

.box-middle-content .content-right {
    /*height: 150px;*/
    float: left;
    display: table;
}

.content-left .main,
.content-right .main {
    /*display: table-cell;
    vertical-align: middle;*/
    width: 100%;
    padding-left: 5px;
}

.box-middle-footer {
    float: left;
    width: 100%;
}

    .box-middle-footer .footer-element {
        padding: 0px 5px;
    }

    .box-middle-footer .btn-confirm {
        background-color: #373D57;
    }

#box-lockscreen i {
    position: fixed;
    top: calc(45% - 24px);
    left: calc(50% - 24px);
    z-index: 2001;
    color: cadetblue;
    cursor: progress;
}

#box-lockscreen .lockscreen {
    background: #d2d6de;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    opacity: 0.3;
    z-index: 2000;
    cursor: progress;
}

/*box -s*/

@media only screen and (max-width: 769px) {
    body {
        font-size: 80%;
    }

    .box-header .box-header-right {
        margin: auto;
        float: none;
        display: table;
    }

    .box-middle-content .content-right {
        height: auto;
    }

    .box-middle-content .content-left {
        margin-bottom: 20px;
    }

    .main .title {
        /*text-align: center;*/
        font-size: 2.5em;
    }

    .bank-icon {
        height: auto;
    }

    .box-middle-footer .footer-element {
        margin-bottom: 10px;
    }
}
