html {
    height: 100%;
}

body {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #0e0e0e!important;
    color:#fff;
}

.customerView {
    color:#fff;
    font-weight:bold;
    font-size:1.5rem;
    
}

.container {
    height: 100%;
    position: relative;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px
}

.dl-horizontal dt {
    white-space: normal
}

.switch {
    position: relative;
    display: inline-block;
    width: 130px;
    margin-right: 8px;
    margin-bottom: 20px;
    max-height: 80px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0
    }

.checkbox-content {
    background-color: transparent;
    width: 100%;
    padding: 10px;
    text-align: center;
    border: 1px solid;
    width: 130px;
    max-width: 130px;
    position: absolute;
}

input:checked + .checkbox-content {
    background-color: #ffc107;
}

.btn-bottom {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    width: calc(100% - 30px);
}

#completedOrders input:checked + .checkbox-content {
    background-color: transparent;
}
h5 {
    font-size:2rem!important;
	
}
