/*
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*/

.timecheck-container .qlocktwo {
    position: relative;
    font-family: DIN W01 Regular, Helvetica, Arial, Verdana, sans-serif;
    font-size: 10px;
    font-weight: lighter;
    width: 30em;
    height: 30em;
    padding: 4.65em;
    color: rgba(0, 0, 0, .2);
    -webkit-transition: background-color .5s linear .2s;
    transition: background-color .5s linear .2s;
    cursor: default;
    will-change: opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.timecheck-container .qlocktwo--hidden {
    display: none;
    visibility: hidden;
    -webkit-transition: none;
    transition: none
}

.timecheck-container .qlocktwo--fill-screen {
    font-size: 3.13333vmin
}

.timecheck-container .qlocktwo--text:after {
    position: absolute;
    content: "QLOCKTWO";
    font-size: .25em;
    bottom: 6.25em;
    left: 0;
    right: 0;
    text-align: center
}

.timecheck-container .qlocktwo--shadow {
    margin-bottom: 1.2em;
    -webkit-box-shadow: 0 1em 1em rgba(0, 0, 0, .3);
    box-shadow: 0 1em 1em rgba(0, 0, 0, .3)
}

.timecheck-container .qlocktwo--reflection {
    background: linear-gradient(-15deg, transparent 62%, hsla(0, 0%, 100%, .1) 0, hsla(0, 0%, 100%, 0))
}

.timecheck-container .qlocktwo__letters, .timecheck-container .qlocktwo__letters span {
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.44em;
    text-align: center;
    -webkit-transition: color .5s linear;
    transition: color .5s linear
}

.timecheck-container .qlocktwo__letters span {
    width: 1.3em
}

.timecheck-container .light {
    color: hsla(0, 0%, 100%, .8) !important;
    text-shadow: 0 0 2px #fff
}

.timecheck-container .qlocktwo__dots {
    position: absolute;
    font-size: .4em
}

.timecheck-container .dots--0, .timecheck-container .dots--1 {
    top: 3.47em
}

.timecheck-container .dots--1, .timecheck-container .dots--2 {
    right: 3.7em
}

.timecheck-container .dots--0, .timecheck-container .dots--3 {
    left: 3.7em
}

.timecheck-container .dots--2, .timecheck-container .dots--3 {
    top: 69.75em
}

.timecheck-container .qlocktwo--lang-AR {
    background-image: url(/pub/media/wysiwyg/timecheck/Q2CE_METAMORPHITE_2019-web-AR.jpg)!important;
    background-size: 100% 100%
}

.timecheck-container .qlocktwo--lang-AR.qlocktwo--large {
    background-image: url(../images/AR_large.png);
    background-size: 100% 100%
}

.timecheck-container #clock{
    background-size: 100% 100%
}

.timecheck-container .qlocktwo--lang-AR .qlocktwo__dots, .qlocktwo--lang-AR .qlocktwo__letters {
    display: none
}

.timecheck-container .qlocktwo--lang-AR:after {
    content: ""
}

.timecheck-container .controls {
    display: table;
    margin-top: 1em;
    text-align: left;
    display: inline-block;
}

.timecheck-container .controls__item {
    /*display: table-row; */
    margin-bottom: 10px;
}

.timecheck-container .controls__item * {
    margin-right: .5rem
}

.timecheck-container .controls__item label {
    display: table-cell;
    vertical-align: top;
    padding-right: .25em
}

.timecheck-container .controls__item select {
    display: table-cell;
    vertical-align: middle
}
/*
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    font-family: DIN W01 Regular, Helvetica, Arial, Verdana, sans-serif;
    font-weight: lighter;
    margin: 0
}
*/
.timecheck-container .qlocktwo {
    margin-left: auto;
    margin-right: auto
}

.timecheck-container {
    display: table;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.timecheck-container #logo {
    position: absolute;
    right: 0;
    text-decoration: none;
    color: #000
}

.timecheck-container #logo sup {
    font-size: .6em
}
a.qt-langlink img{max-width: 100%;}
a.qt-langlink .qt-labeltext{
    display: inline-block;
    height: 45px;
}
a.qt-langlink{
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    width: 100px;
    text-align: center;
}
.timecheck-container .controls__item label{display: none;}
.timecheck-container select.qt-languages{
    width: 300px;
}

div.controls__item:nth-child(1) > button:nth-child(7){
    margin-top: 10px;
    width: 300px;
}
div.controls__item:nth-child(1) > span:nth-child(4){
    display: inline-block;
    width: 35px;
}

.timecheck-container #controls{ width: 310px;}
