body {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    background-color: whitesmoke;
}

input {
    border-radius: 5px;
}

.touch-button {
    margin-top: 20px;
    padding: 20px;
    font-size: 2em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color: #2196f3;
    border-radius: 2px;
    background-color: white;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.touch-checkbox {
    margin-top: 20px;
    transition: all 300ms;
    padding: 40px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-align: center;
    font-size: 2em;
    border-radius: 2px;
    background: white;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.touch-checkbox-small {
    font-size: 1.3em;
    padding-left:10px;
    padding-right:10px;
    text-align: center;
    background-color: white;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

.touch-checkbox-disabled {
    transition: all 200ms;
    box-shadow: 0 0px 0px rgba(0,0,0,0.12), 0 0px 0px rgba(0,0,0,0.24);
    background-color: #e0e0e0;
    color: grey;
}

.touch-checkbox-selected {
    transition: all 200ms;
    background-color:  #2196f3;
    color: white;
}

.main-content {
    margin-top: 20px;
}

.float-right {
    float:right;
}

.next-button {
    margin-right: 0;
}

.touch-field-fullwidth {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    min-height: 50px;
    margin-bottom: 10px;
}

#customerName {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    min-height: 50px;
    margin-bottom: 20px;
}

#regNumber {
    width: 40%;
    display: block;
    margin: 0 auto;
    padding: 10px;
    min-height: 80px;
    font-size:2em;
    margin-bottom: 40px;
}

.container-amount {
    width: 100%;
    height:40px;
    border-radius:5px;
    box-shadow: none;
    border : solid 1px lightgrey;
    padding: 5px;
    margin-top: 10px;
}

.material-container {
    margin-top: 20px;
    border-radius: 2px;
    border: solid 1px lightgray;
    padding: 20px;
    background-color: white;
}

.material-container .touch-checkbox {
    margin-top:0;
}

#horsepoop-warning {
    padding: 10px;
}

#sidebar {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    min-height: 100%;
    border-radius: 2px;
    background-color: white;
}

.cdn-header{
    background-color: #F49021;
    margin: 0 -15px;
    padding: 5px;
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.cdn-header p {
    margin:0;
    padding: 0;
    color: white;
}

.center-material, .center-invisible {
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 2px;
    width: 60%;
    clear:both;
    padding: 20px;
    background-color: white;
}

.center-invisible{
    box-shadow: none;
    width: 22%;
    padding: 0;
    background-color: transparent;
}

#finish-button {
    width: 100%;
    padding: 10px;
    font-size: 1.9em;
    text-align: center;
}

#login-button {
    width: 100%;
    height:fit-content; 
    margin:20px 0 0 0;
    text-align: center;
}

.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: 10;
    background-color: white;
    padding: 10px;
    border-radius: 2px;
}

#material-colorstripe {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background-image: url('/static/img/background.JPG');
    background-size: 100% auto;
}

.dialog-select {
    position: absolute;
    top:25%;
    left:35%;
    z-index: 10;
    height: 300px;
    width: 400px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 2px;
    overflow: scroll;
}

.dialog-select-option {
    border-bottom: solid 1px gray;
    padding: 10px;
}

.dialog-select-list {

}

.stabel-select {
    font-size: 1em;
    padding: 10px;
    color:black;
    width: 100%;
    margin: 0;
    margin-top: 5px;
}

#share {
    width:100%;
    padding:5px;
    margin:0;
    text-align: center;
    font-size: 1.6em;
}

#share-email {
    width:100%;
    height:40px;
}

.popup-msg {
    position: absolute;
    left: 50%;
    top: 0;
}

.popup-msg-inner {
    position: relative;
    left: -50%;
    padding: 10px;
    background-color: #00e676;
    color:white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

#error-msg .popup-msg-inner {
    background-color: darkred;
}

#littra {
    width: 100%;
    height: 50px;
    font-size: 1.5em;
}

#back {
    padding: 5px;
    float:left;
    margin:0px;
    margin-left: 15px;
}

.wiggeby-logo {
    width: 100%;
    margin-top: 10px;
}

.error {
    border: solid 1px red;
}

.checkbox-image {
    width: 280px;
}

.checkbox-image-small {
    width: 240px;
}