html,
body {
    height: 100%;
    user-select: none;
}

.container1 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 156px;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 700px;
    color: #393a3e;
    background-color: #F9F9F9;
    font: 14pt Helvetica !important;

}

span {
    margin: 0;
}

#stopwatch,.timerView{
    padding-right: 88px;
}
.content {
    display: inline-table;
}

.ph {
    opacity: 0.1;
    height: 137px;
    vertical-align: sub;
}

.pad {
    width: 0px;
    float: right;
}

.hrSep,
.minSep,
.secSep {
    opacity: 0.1;
}

.timerHrSep,
.timerMinSep,
.timerSecSep {
    opacity: 0.1;
}

.solid,
.curMinPh,
.curSecPh {
    opacity: 1;
}


.hide {
    display: none !important;
    /* visibility: hidden; */
}

.show {
    display: inline !important;
}

input {
    /* border: none !important; */
    background: none;
    font: 1em/1 helvetica;
    display: inline-block;
    font-weight: 100;
    margin-top: -0.1em;
    width: 1.1em;
    text-align: right;
    color: #393a3e;
    /* outline: none; */
}

::placeholder {
    opacity: 0.4;
    color: #393a3e;
}

.bottomBar {
    background-color: #cccccc24;
    transition: 0.3s;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 0%;
    font: 14pt/1.5 Helvetica !important;
}

/* .bottomBar:hover {
    height: 14%;

} */

.handleArea{
    width: 100%;
    position: fixed;
    bottom: 10px;
    height: 14%;
}

.menuRaised{
    height: 14%;
    /* transition: 0.3s; */
}


.menuLow{
    height: 0% !important;
    /* transition: 0.3s; */
}
.buttonRow {
    margin: 20px 0px !important;
}

.navAction {
    /* float: left; */
    text-align: center;
}

#controls {
    text-align: center;
}

.fullscreen {
    /* display: inline;
    float: right; */
    text-align: center;
}

.circle {
    display: inline-block;
    position: relative;
    padding: 0;
    z-index: 98;
    margin-top: 1%;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    background-color: #393a3e;
    transition: 0.2s;
    text-align: center;
}

.circle:active {
    transform: scale(0.9);
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}

.circle:hover {
    cursor: pointer;
    background-color: #393a3ef2;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.3);
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    width: 60px;
    height: 60px;
}

.demo-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    /* transition: 0.5s; */
    /* transform: rotate(180deg); */
    color: white;
}

.icon-up-open {
    color: #c4c4c4;
    width: 30px;
    height: 30px;
    position: absolute;
    top: unset;
    bottom: 0;
    margin-left: 12px;
}



@font-face {
    font-family: 'fontello';
    src: url('./163a75bae7988385e390f16aa770a228.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
}

@media (max-width: 565px) {

    .ph {
        opacity: 0.1;
        height: 78px;
        vertical-align: sub;
    }

    #stopwatch {
        position: fixed;
        left: 50%;
        top: 48%;
        transform: translate(-50%, -50%);
        font-size: 90px;
        padding-right: 88px;
    }

    .content {
        /* margin-left: 217px; */
        display: inline-table;
        /* margin-left: 130px; */
    }

    .fullscreen {
        display: none;
    }
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}


@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    margin-right: -15px;
    margin-left: -15px
}


.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}


.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}