@font-face {
    font-family: 'Parisine';
    src: local("Parisine Bold Italic"),
    url('/fonts/Parisine-BoldItalic.woff') format('woff'),
    url('/fonts/Parisine-BoldItalic.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Parisine';
    src: local("Parisine Bold"),
    url('/fonts/Parisine-Bold.woff') format('woff'),
    url('/fonts/Parisine-Bold.eot') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Parisine';
    src: local("Parisine Italic"),
    url('/fonts/Parisine-Italic.woff') format('woff'),
    url('/fonts/Parisine-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Parisine';
    src: local("Parisine Regular"),
    url('/fonts/Parisine-Regular.woff') format('woff'),
    url('/fonts/Parisine-Regular.eot') format('embedded-opentype');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: Parisine, sans-serif;
}
#back {
    float: left;
}
.list-group-item {
    padding: .3rem .75rem;
}
#schedule ul li {
    white-space:nowrap;
}
#schedule .target {
    overflow-x: hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    width: 50%;
}
#schedule:not(.rers) .target {
    width: 100%;
}
#schedule .mission-code {
    padding-right: .5rem;
}
#schedule .mission-code span {
    background: #666666;
    border-radius: 2px;
    border: 1px solid #000000;
    color: #ffffff;
    display: inline-block;
    font-size: 0.6rem;
    height: 1rem;
    margin-left: -1px;
    padding-top: 1px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.target, label, h1 {
    color: #0a0082;
    font-weight: bolder;
}
.rers ul {
    border-radius: .25rem;
    display: table;
    width: 100%;
}
.rers ul li {
    display: table-row;
}
.rers ul li > span, .rers ul li > div {
    display: table-cell;
}
.rers ul li:not(:last-child) > span, .rers ul li:not(:last-child) > div {
    border-bottom: 1px solid gray;
}
.rers li .timectnr {
    background: grey;
    margin: -.3rem -.75rem;
    padding: 0 .25rem;
    color: #ffbe00;
    font-weight: bold;
    width: 40vw;
}
.rers li:first-child .timectnr {
    border-top-right-radius: 4px;
}
.rers li:last-child .timectnr {
    border-bottom-right-radius: 4px;
}
.rers li:not(:last-child) .timectnr {
    border-bottom: 1px solid lightgray;
}
.hour {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.hour:not(.longinfo) {
    background: #222222;
    margin: 0 .25rem 0 -.25rem;
    padding: .15rem .25rem;
    line-height: 100%;
}
.hour:not(.longinfo) :last-child {
    font-size: .33rem;
    line-height: .33rem;
}
.time {
    background: #222222;
    border-radius: 5px;
    color: #ffbe00;
    display: inline-block;
    margin: -2px .2rem;
    text-align: center;
    font-weight: bolder;
    font-size: 120%;
    box-shadow: 0px 0px 3px gray;
    word-break:break-all;
    text-overflow: ellipsis;
    overflow: hidden;
}
.time .mn {
    font-size: .33rem;
    line-height: .33rem;
    position: relative;
    bottom: .25rem;
}
.time.countdown {
    width: 2.5rem;
    overflow-x: hidden;
}
.time.longinfo {
    color: #FFFFFF;
    font-size: 50%;
    text-overflow: clip;
    word-break: normal;
    white-space: normal;
}
.delay {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: #ffbe00;
}
.tag {
    display: inline-block;
    background-color: #0a0082;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: .2rem .7rem;
    margin: 0;
    font-weight: bolder;
}
#update {
    position: absolute;
    top: 0px;
    right: 8vw;
    background: #222222;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 4px gray;
    margin-top: -1px;
    padding: 0 0.5rem;
    color: #ffbe00;
    display: inline-block;
    text-align: center;
    font-weight: bolder;
}
#loading, #mainerror {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 5px black;
    padding: .3rem 1.3rem;
    text-align: center;
    margin: auto;
}
#mainerror {
    color: red;
}
#loading span {
    color: #ffbe00;
    text-shadow: 0 0 4px #0a0082;
}
.btn-ratp {
    background: #00aa91;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 40%;
    margin-right: 5%;
}

@-webkit-keyframes blinkanim {
    0% { color: #ffbe00; }
    50% { color: #222222; }
    100% { color: #ffbe00; };
}
@-moz-keyframes blinkanim {
    0% { color: #ffbe00; }
    50% { color: #222222; }
    100% { color: #ffbe00; };
}
keyframes blinkanim {
    0% { color: #ffbe00; }
    50% { color: #222222; }
    100% { color: #ffbe00; };
}
.blink {
    animation: blinkanim 2s ease infinite;
    -moz-animation: blinkanim 2s ease infinite;
    -webkit-animation: blinkanim 2s ease infinite;
}

@-webkit-keyframes delayanim {
    0% { background-image: -webkit-linear-gradient(left, #ffbe00, black, black); }
    25% { background-image: -webkit-linear-gradient(left, black, 42%, #ffbe00, 57%, black); }
    50% { background-image: -webkit-linear-gradient(left, black, black, #ffbe00); }
    75% { background-image: -webkit-linear-gradient(left, black, 42%, #ffbe00, 57%, black); }
    100% { background-image: -webkit-linear-gradient(left, #ffbe00, black, black); }
}
@-moz-keyframes delayanim {
    0% { background-image: -webkit-linear-gradient(left, #ffbe00, black, black); }
    25% { background-image: -webkit-linear-gradient(left, black, 42%, #ffbe00, 57%, black); }
    50% { background-image: -webkit-linear-gradient(left, black, black, #ffbe00); }
    75% { background-image: -webkit-linear-gradient(left, black, 42%, #ffbe00, 57%, black); }
    100% { background-image: -webkit-linear-gradient(left, #ffbe00, black, black); }
}
keyframes delayanim {
    0% { background-image: -webkit-linear-gradient(left, #ffbe00, black, black); }
    25% { background-image: -webkit-linear-gradient(left, black, 42%, #ffbe00, 57%, black); }
    50% { background-image: -webkit-linear-gradient(left, black, black, #ffbe00); }
    75% { background-image: -webkit-linear-gradient(left, black, 42%, #ffbe00, 57%, black); }
    100% { background-image: -webkit-linear-gradient(left, #ffbe00, black, black); }
}
.delay {
    animation: delayanim 4s linear infinite;
    -moz-animation: delayanim 4s linear infinite;
    -webkit-animation: delayanim 4s linear infinite;
}
