@font-face {
    font-family: flipperbold;
    src: url(helvb08.ttf);
}

@font-face {
    font-family: flipperregular;
    src: url(haxrcorp-4089.ttf);
}

@font-face {
    font-family: flipperbrand;
    src: url(GravityBold8.ttf);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 70px;
    font-size: small;
}

strong {
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

.navbar {
    border-bottom: 2px solid #e88004;
    font-family: flipperbold;
}

.navbar a {
    color: #fff;
    font-size: small;
}

.navbar a:hover {
    color: #fff;
    text-decoration: underline;
}

.navbar-brand, .navbar-brand:hover {
    color: #e88004;
    font-family: flipperbrand;
    font-size: small;
}

a.navbar-brand, a.navbar-brand:hover {
    color: #e88004;
    font-family: flipperbrand;
    font-size: small;
    text-decoration:none;
}

.navbar-toggler {
    border: 0px;
}

h1 {
    font-size: xx-large;

}

h1 {
    font-size: xx-large;

}

.bc {
    font-family: flipperbold;
    font-size: x-small;
}

.bc a, .bc a:hover {
    font-family: flipperbold;
    font-size: x-small;
    color: #fff;
}

.bc-container {
    border-bottom: 1px solid #adb5bd;
}

#step-two {
    display:none;
}

.pagetitle {
    font-family: flipperregular;
    text-align: center;
}

.pagetext, .helptext {
    text-align:center;
}

.pagetext a, .helptext a {
    color: #fff;
    text-decoration: none;
}

.pagetext a:hover, .helptext a:hover {
    color: #fff;
    text-decoration: underline;
}

.helptext {
    min-height: 3em;
}

.pagerkey .input-group {
    width: 215px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin: auto;
}

.pagerkey input {
    text-align:center;
    text-transform: uppercase;
    border-width: 1px;
    border-top-color: #e88004;
    border-bottom-color: #e88004;
    border-right-color: #e88004;
    border-left-color: #e88004;
    color: #fff!important;
    font-family: flipperregular;
    font-size: 2rem;
    line-height: 1.2em;
}

.pagerkey .input-group-text.lab {
    border-width: 1px;
    border-top-color: #e88004;
    border-bottom-color: #e88004;
    border-left-color: #e88004;
    border-right-color: #e88004;
    background-color: #e88004;
    color: #fff;
    font-family: flipperregular;
    font-size: 2rem;
    line-height: 1.2em;
}

.pagerkey .input-group-text.help {
    border-top-color: #e88004;
    border-bottom-color: #e88004;
    border-right-color: #e88004;
}

#subTabs {
    margin-top: 25px;
}

#subTabs .nav-link {
    color:#e88004;
}

#subTabs .nav-link.active {
    color:#ffffff;
}

#subTabs li button {
    font-family: flipperregular;
    font-size: large;
    text-transform: uppercase;
}

#subTabsContent {
    padding: 17px;
}

.subtab-btn-label {
    padding-top: 1.3em;
    padding-bottom: 0.2em;
}

.subtab-btn-warning {
    padding-top: 0.5em;
    font-size: x-small;
    padding-bottom: 0.5em;
}

.sub-txt-start, .sub-txt-end {
    width:60px;
}

.sub-txt-all {
    width:120px;
}

.sub-txt-start-label, .sub-txt-end-label {
    display: inline-block;
    text-transform: uppercase;
    font-size: xx-small;
    width: 60px;
    text-align: center;
}

.input-key-label {
    display: inline-block;
    text-transform: uppercase;
    font-size: xx-small;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

#singlePagerRing .row, #singlePagerStop .row {
    text-align: center;
}

#singlePagerRing .row button, #singlePagerStop .row button {
    font-size: 11px;
    font-weight: bold;
    width: 28px;
    padding: 3px;
    margin: 3px;
    display: inline-block;
}

#singlePagerRing .modal-body, #singlePagerStop .modal-body {
    padding-left: 2px;
    padding-right: 2px;
}

.filler {
    width:28px;
    margin: 3px;
    display:inline-block;
}

#t119_all_ring_range, #t119_all_stop_range,
#t115_all_ring_range, #t115_all_stop_range {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-style: dotted;
}

#single-pager-ring-show-all, #single-pager-stop-show-all {
    margin: auto;
    display: inherit;
    margin-top: 20px;
    margin-bottom: 20px;
}

#single-pager-ring-row-101-999, #single-pager-stop-row-101-999 {
    display: none;
}

.modal#singlePagerRing .modal-title, .modal#singlePagerStop .modal-title, .modal#helpModal .modal-title {
    font-size: 0.9rem;
}

.modal#singlePagerRing button, .modal#singlePagerStop button {
    --bs-btn-color: #fff;
    --bs-btn-border-color: #e88004;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e88004;
    --bs-btn-hover-border-color: #e88004;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #e88004;
    --bs-btn-active-border-color: #e88004;
}

#single-pager-ring-show-all, #single-pager-stop-show-all {
    --bs-btn-border-color: #fff!important;
    --bs-btn-hover-bg: #fff!important;
    --bs-btn-hover-border-color: #fff!important;
    --bs-btn-active-bg: #fff!important;
    --bs-btn-active-border-color: #fff!important;
    --bs-btn-active-color: #000!important;
    --bs-btn-hover-color: #000!important;
}

#step-one {
    text-align:center;
}

#step-one .t119_img,
#step-one .t115_img {
    width:250px;
    margin-bottom:20px;
    margin-top:10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(0) grayscale(100)!important;
}

.helpmodal-img {
    margin-top: 30px;
    margin-bottom:30px;
}