﻿.oper_sign {
    display: inline-block;
    height: 105px;
    text-align: center;
    vertical-align: middle;
    font-size: 120%;
    font-weight: 900;
}

tr {
    display: block;
}

caption {
    font-weight: 900;
    font-size: 130%;
    margin-left: -100px;
    margin-bottom: -44px;
}

.disable-dbl-tap-zoom {
    touch-action: manipulation;
}

#chbox input {
    -webkit-appearance: checkbox;
    appearance: auto;
    height: 12px;
    width: 13px;
}



#trenCont {
    text-align: center;
}

#trenNumb {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 116px;
}


.ch_btn {
    width: 173px;
    height: 32px;
    font-weight: 800;
    border: none;
    border-radius: 3px;
    border-bottom: 1px;
    margin-bottom: 10px;
    margin-top: 22px;
    cursor: pointer;
    background-color: rgb(239, 239, 239);
    -webkit-appearance: none;
}

.prim {
    width: auto !important;
    height: auto;
}





.butonClear {
    margin-left: 9px;
    border-style: none;
    padding: 8px;
    background-color: #f7f7f7;
    font-weight: 700;
    outline: none;
    cursor: pointer;
    display: inline;
}

#sw {
    border: 1px #999;
    padding: 3px;
    width: auto;
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: -118px;
    border-top-style: dotted;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 52px;
}

#t1 {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #666;
    /*display: inline;*/
}

#t2, #t3 {
    width: 45%;
    box-sizing: padding-box;
    padding: 10px;
    display: inline-block;
    background: #aa2f2f;
    border: 0;
    color: #fff;
}

.td_big {
    height: 26px;
    width: 32px;
    color: black;
    border-style: solid;
    border-width: 0.5px;
    padding: 1px;
    text-align: center;
    border-color: gray;
    border-radius: 4px;
    margin: 1px;
    border-collapse: unset;
    border-spacing: 0px;
    display: inline-block;
    font-weight: 700;
    font-size: 145%;
}

@-webkit-keyframes invalid {
    from {
        border-color: orange;
    }

    to {
        border-color: inherit;
    }
}

@-moz-keyframes invalid {
    from {
        border-color: orange;
    }

    to {
        border-color: inherit;
    }
}

@-o-keyframes invalid {
    from {
        border-color: orange;
    }

    to {
        border-color: inherit;
    }
}

@keyframes invalid {
    from {
        border-color: orange;
    }

    to {
        border-color: inherit;
    }
}

.invalid {
    -webkit-animation: invalid 1s infinite; /* Safari 4+ */
    -moz-animation: invalid 1s infinite; /* Fx 5+ */
    -o-animation: invalid 1s infinite; /* Opera 12+ */
    animation: invalid 1s infinite; /* IE 10+ */
}

.td_small_bord {
    height: 1px !important;
    border-style: none !important;
    border-bottom-style: solid !important;
    border-width: 1.5px !important;
    border-radius: 0px !important;
    margin: 0 !important;
    border-color: blue !important;
}

.td_small_space {
    height: 1px !important;
    border-style: none !important;
    border-width: 0px !important;
    border-radius: 0px !important;
}


@media (min-width: 200px) {

    .td_small {
        height: 18px;
        width: 21px;
        color: black;
        border-style: solid;
        border-width: 0.5px;
        padding: 1px;
        text-align: center;
        border-color: gray;
        border-radius: 4px;
        margin: 1px;
        border-collapse: unset;
        border-spacing: 0px;
        display: inline-block;
        font-weight: 700;
        font-size: 119%;
    }

    .contCalcTren {
        box-shadow: none;
        padding: 20px;
        border-radius: 0;
        margin-top: 14px;
    }

    .btn_number {
        width: 28px;
        height: 23px;
        margin-bottom: 3px;
        margin-right: -1px;
        font-size: 18px;
        font-weight: 700;
        background-color: white;
        border: none;
        border-radius: 7px;
        border-width: 0.5px;
        border-style: solid;
        border-color: black;
        color: black;
    }

}

@media (min-width: 700px) {
    .td_small {
        height: 26px;
        width: 32px;
        color: black;
        border-style: solid;
        border-width: 0.5px;
        padding: 1px;
        text-align: center;
        border-color: gray;
        border-radius: 4px;
        margin: 1px;
        border-collapse: unset;
        border-spacing: 0px;
        display: inline-block;
        font-weight: 700;
        font-size: 145%;
    }

    .contCalcTren {
        box-shadow: 0 0 4px rgb(0 0 0 / 50%);
        padding: 20px;
        border-radius: 13px;
        margin-top: 14px;
    }

    .btn_number {
        width: 38px;
        height: 38px;
        margin-bottom: 7px;
        margin-right: 4px;
        font-size: 18px;
        font-weight: 700;
        background-color: white;
        border: none;
        border-radius: 7px;
        border-width: 0.5px;
        border-style: solid;
        border-color: black;
        color: black;
    }
}
