﻿
.clockheader {
    display: flex;
}

.clockframe {
    position: relative;
    left: 0;
    top: 0px;
    width: 100vw;
    height: 90vh;
    padding: 25px;
}

.clockbutton {
    font-size: 24px;
    color: white;
}

.marginX5 {
    margin-left: 5px;
    margin-right: 5px;
}

.marginX10 {
    margin-left: 10px;
    margin-right: 10px;
}

.marginX10P {
    margin-left: 10%;
    margin-right: 10%;
}

.marginX20P {
    margin-left: 20%;
    margin-right: 20%;
}

.marginX20 {
    margin-left: 20px;
    margin-right: 20px;
}

.textaligncenter {
    text-align: center;
}

.selectnone {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.cmaxwidthR10 {
    max-width: 10rem;
}

.gradientbackground {
    border-color: #646468;
    background: rgb(50,51,61);
    background: linear-gradient(180deg, rgba(31,31,37,1) 0%, rgba(31,31,37,1) 48%, rgba(107,107,110,1) 100%);
}

.borderradius10 {
    border-width: 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.clockbutton:hover {
    filter: brightness(1.2);
}

.clockbutton:active {
    filter: brightness(0.8);
    border-width: 1px;
    border-color: white;
}

.cheight20 {
    height: 20%;
}

.cheight80 {
    height: 80%;
}

.clocktime {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    text-align: center;
    font-size: 2.5rem;
    line-height: 5rem;
    height: 5rem;
}

.clockbottom {
    position: fixed;
    bottom: 750px;
}


.font10 {
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.5rem;
    height: 1.5rem;
}




.font25 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
    height: 3rem;
}

.cverticalcenter {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
}

.ckeyboard {
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: row;
    flex-flow: row;
}

.ckeyboardline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
}


.cflexrow {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    height: fit-content;
}

.cflexcolumn {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    width: fit-content;
    height: 100%;
}

.cwidth100 {
    width: 100%;
}

.cwidth10 {
    width: 10%;
}

.cwidth20 {
    width: 20%;
}

.cwidth30 {
    width: 30%;
}

.cwidth40 {
    width: 40%;
}

.cwidth50 {
    width: 50%;
}

.cwidth60 {
    width: 60%;
}

.cwidth70 {
    width: 70%;
}

.cwidth80 {
    width: 80%;
}

.cwidth90 {
    width: 90%;
}


.cgrow1 {
    flex-grow: 1;
}

.cgrow2 {
    flex-grow: 2;
}

.cgrow3 {
    flex-grow: 3;
}

.cgrow4 {
    flex-grow: 4;
}

.cgrow5 {
    flex-grow: 5;
}

.cgrow6 {
    flex-grow: 6;
}

.cgrow7 {
    flex-grow: 7;
}

.cgrow8 {
    flex-grow: 8;
}

.cgrow9 {
    flex-grow: 9;
}

.cgrow10 {
    flex-grow: 10;
}

.cflexbasis0{
    flex-basis: 0;
}

.ckeyboardbutton {
    height: 8rem;
    font-size: 24px;
    flex-grow: 4;
    text-align: center;
    line-height: 8rem;
    margin: 5px;
}

.clongkeyboardbutton {
    height: 16.5rem;
    font-size: 24px;
    flex-grow: 4;
    text-align: center;
    line-height: 16rem;
    margin: 5px;
}

.ccodebutton {
    height: 8rem;
    font-size: 2rem;
    flex-grow: 4;
    min-width: 16rem;
    text-align: center;
    line-height: 8rem;
    padding: 15px;
    margin: 5px;
}


.cbutton {
    color: white;
    border-color: #646468;
    border-width: 1px;
    border-radius: 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: rgb(50,51,61);
    background: linear-gradient(180deg, rgba(31,31,37,1) 0%, rgba(31,31,37,1) 48%, rgba(107,107,110,1) 100%);
}

    .cbutton:hover {
        filter: brightness(1.2);
    }

    .cbutton:active {
        filter: brightness(0.8);
    }
.cbuttonDown {
    color: white;
    border-color: white;
    border-width: 3px;
    border-radius: 8px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: rgb(50,51,61);
    background: linear-gradient(180deg, rgba(31,31,37,1) 0%, rgba(31,31,37,1) 48%, rgba(107,107,110,1) 100%);
    filter: brightness(1.3);
}

.clockleft {
    position: absolute;
    left: 0;
    top: 0;
    width: 60vw;
    height: 100vh;
}

.clockleftcontent {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 5rem;
    line-height: 5rem;
    min-width: 235px;
    transform: translate(-50%, -50%);
    padding: 10px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #646468;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.clocktopcontent {
    position: static;
    margin: 15px;
    min-height: 5rem;
    line-height: 5rem;
    width: 90%;
    padding: 10px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #646468;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.clockright {
    position: absolute;
    left: 60vw;
    top: 0;
    width: 40vw;
    height: 100vh;
}
