﻿.my-input::placeholder {
    font-family: 'Courier New', Courrier, monospace;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: #ff6600;
}

.padding-0 {
    padding-right: 0;
    padding-left: 0;
}

.table {
    border: 1px yellow;
    font-size: 15px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table tr {
        height: 40px;
        padding: 0px;
        margin-top: -5px;
        border-left: 1px solid;
        border-bottom: 1px solid;
    }

    .table thead tr {
        height: 30px;
        font-weight: bold;
        font-style: italic;
    }

.chkinput {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.chklabel {
    display: block;
}

.input-group-text {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.row-cols-7 > * {
    flex: 0 0 auto;
    width: 14.2857142857%; /* 100/7 */
}

.row-cols-8 > * {
    flex: 0 0 auto;
    width: 12.25%; /* 100/8 */
}

.btnhz {
    display: flex;
    justify-content: center;
}

.btsml {
    size: 15px;
    font-size: xx-small;
}

.btzi {
    display: inline-block;
}

.ermes {
    color: rgb(255, 127, 127);
}
