html,
body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f5;
}

@media(min-width:768px) {
    html,
    body {
        padding: 15px;
    }
}

button {
    border: none;
    background-color: transparent;
}

a,
button,
.animo {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #bbb;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbb;
}

::placeholder {
    color: #bbb;
}

#wrapper {
    min-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: -40px;
}

@media(min-width:768px) {
    body {
        background-color: #eee;
    }
    #wrapper {
        max-width: 375px;
        margin: 0 auto;
        overflow: scroll;
        height: 667px !important;
        border-radius: 10px;
        background-color: #f5f5f5;
    }
}

#top {
    position: fixed;
    width: 100%;
    z-index: 1;
}

.top-bar {
    float: left;
    width: 100%;
    padding: 10px 15px;
    background-color: #333;
}

.top-bar .title {
    float: left;
    width: 50%;
    font-size: 12px;
    line-height: 12px;
    color: #eee;
}

.top-bar .welcome {
    float: right;
    width: 50%;
    font-size: 12px;
    line-height: 12px;
    color: #eee;
    text-align: right;
}

.top-bar span i {
    width: 15px;
    text-align: left;
}

@media(min-width:768px) {
    #top {
        width: 375px;
        left: 50%;
        margin-left: -187px;
    }
    .top-bar {
        border-radius: 10px 10px 0 0;
    }
}

#header {
    float: left;
    width: 100%;
    background-color: #555;
    color: #fff;
    padding: 5px;
    height: 55px;
    position: relative;
}

#header a.logo {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -50px;
}

#header a.logo img {
    height: 50px;
}

#header .btn-back {
    position: absolute;
    left: 15px;
    top: 12px;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}

#header .btn-plus {
    position: absolute;
    right: 25px;
    top: 12px;
    color: #fff;
    font-size: 32px;
    line-height: 32px;
}

#content {
    float: left;
    width: 100%;
    margin-top: 82px;
    padding: 30px 15px 15px 15px;
}

.no-access {
    float: left;
    width: 100%;
    text-align: center;
    padding: 45px 0 0 0;
    color: red;
}

.no-access i {
    font-size: 42px;
}

.no-access span {
    display: inline-block;
    font-style: italic;
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
}

.no-results {
    float: left;
    width: 100%;
    text-align: center;
    padding: 45px 0 0 0;
    color: #ccc;
}

.no-results i {
    font-size: 42px;
}

.no-results span {
    display: inline-block;
    font-style: italic;
    margin-top: 15px;
    font-size: 14px;
    line-height: 14px;
}

.copy-item {
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.copy-item .date {
    float: left;
    width: 100%;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.btn-delete {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    right: 5px;
    top: -3px;
    border: solid 2px #fff;
    background-color: #fdc5c5;
    font-size: 20px;
    line-height: 20px;
    color: #5f2b2b !important;
}

.btn-delete i {
    position: absolute;
    top: 11px;
    left: 13px;
}

.btn-edit {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    right: 52px;
    top: -3px;
    border: solid 2px #fff;
    background-color: #c3ffb0;
    font-size: 20px;
    line-height: 20px;
    color: #354a2e !important;
}

.btn-edit i {
    position: absolute;
    top: 10px;
    left: 10px;
}

.copy-item .date i {
    width: 15px;
}

.copy-item .info {
    float: left;
    width: 100%;
    padding: 15px 15px 5px 15px;
    border-radius: 0 0 5px 5px;
    font-size: 14px;
    line-height: 14px;
    background-color: #fff;
}

.copy-item .info .line {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}

.copy-item .info .line b {
    float: left;
}

.copy-item .info .line span {
    display: inline;
    float: right;
}

.copy-item .info .line.total {
    padding-top: 5px;
    border-top: 2px solid #eee;
}

.form {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}

.form form {
    float: left;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
}

.form .title {
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 2px #eee;
}

.form .title i {
    width: 20px;
}

.input-row {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.input-row label {
    font-weight: bold;
    float: left;
    padding-top: 13px;
}

.input-row input,
.input-row select {
    float: right;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
    width: 200px;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 10px 15px;
    height: 40px;
}

.input-row select {
    padding: 0 15px;
}

.input-row input.digit {
    width: 100px;
}

.btn-save {
    display: inline-block;
    float: right;
    background-color: #c5d707;
    color: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-top: 5px;
}

.btn-save i {
    width: 20px;
}

.crumbs {
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 12px;
    line-height: 12px;
    color: #555;
}

.crumbs a,
.crumbs span,
.crumbs i {
    float: left;
    margin: 0 5px 0 0;
}

.crumbs a {
    color: #555;
    text-decoration: none;
}

.item-saved {
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: 30px;
    padding: 30px 15px;
    border-radius: 5px;
    z-index: 1;
    background-color: #c3ffb0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    color: #354a2e !important;
}

.footer,
.push {
    height: 40px;
}

.footer {
    float: left;
    background-color: #e5e5e5;
    width: 100%;
    border-top: solid 1px #ddd;
    text-align: center;
    padding: 13px 0;
    font-size: 14px;
    line-height: 14px;
    color: #888;
}

.footer a {
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

@media(min-width:768px) {
    .footer {
        width: 375px;
        margin: -40px auto 0 auto;
        float: none;
        border-radius: 0 0 5px 5px;
    }
}

.grand-total {
    float: left;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
}

.grand-total span {
    font-size: 18px;
    line-height: 18px;
}