@import url('https://fonts.googleapis.com/css?family=Titillium+Web&display=swap');

html {
    height: 100%;
}

body {
    font-family:'Titillium Web',sans-serif !important;
    padding: 0 10px;
    height: 100%;
    background: black;
    margin: 0;
}

h1 {
    color: white;
    margin: 0;
    padding: 15px;
}

#container {
    text-align: center;
    margin: 0;
}

#qr-canvas {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
}

#btn-scan-qr {
    cursor: pointer;
}

#btn-scan-qr img {
    height: 10em;
    padding: 15px;
    margin: 15px;
    background: white;
}



#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

#btn-abort-scan-qr1 {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: black;
    color:white;
    cursor: pointer;
    padding:4px;
    border: 1px solid white;
    border-radius: 5px;;
}

.qr-btn{
    font-family:'Titillium Web', sans-serif !important;

    text-shadow:0 0 0 !important;
    color:white !important;
    font-size:1.1em !important;
    font-weight: normal !important;
    text-transform: uppercase;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    /*height:64px;
	line-height: 64px;*/
    padding: 10px 0;
    text-align: center;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 400px;
  }


#btn-abort-scan-qr {
    font-family:'Titillium Web', sans-serif !important;
    background-color: mediumvioletred !important;
    text-shadow:0 0 0 !important;
    color:white !important;
    font-size:1.1em !important;
    text-transform: uppercase;
}

.ts-logo-img{
    width:50%;
    opacity:1.0;
    display:block;
    margin:0 auto;
}

p {
    color:white;
    margin: 0 auto;
}