.btn-hg {
    font-size: 40px;
    min-width: 2em;
}

.numpad {
    position: relative;
    top: 96px;
    height: 600px;
}

.tab-ok {
    background-color: white !important;
}

.tab-noted {
    background-color: #d9ffd6 !important;
}

.tab-fixed {
    background-color: #aaffb0 !important;
}

.tab-error {
    background-color: #ffd3cd !important;
}

.nav-tabs > li > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.nav-tabs > li .active > a {
    /* */
}

#cdList {
    position: relative;
    top: 0;
    background-color: white;
    height: 595px;
}

.wrapper .tab-content {
    padding: 0;
}

.wrapper .tab-pane {
    height: 100%;
}

.form-cdreg {
    padding: 18px;
}

.date-error {
    background-color: #ffc3b8;
}

.blocker-out {
    background-color: black;
    opacity: 0.8;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.blocker-mid {
    position: fixed;
    left: 50%;
    top: 50%;
}

.blocker-in {
    position: relative;
    left: -50%;
    top: -50%;
    color: red;
    font-size: 3em;
}
