@font-face {
    font-family: 'RobotoCondensed-Regular';
    font-display: swap;
    src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

body {
    position: relative;
    margin: 0;
    height: 100vh;
    font-family: 'RobotoCondensed-Regular';
    padding: 0;
    width: 100vw;
    user-select: none;
    line-height: 1.5;
}

.section-login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;

}

#frmLogin div[class^="form-gr"] i {
    position: absolute;
    top: calc(50% - 8px);
    left: 10px;
    color: #888888;
    z-index: 0;
}

#frmLogin div[class^="form-gr"] {
    position: relative;
}

#frmLogin div[class^="form-gr"] input {
    padding-left: 30px;
}

.logo {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: auto;
}

div#frmLogin form {
    width: 100%;
    max-width: 500px;
    margin: auto;
    flex: 0 0 100%;
}

#frmLogin button[type="submit"] {
    background: #06bf03;
    color: #fff;
    font-size: 24px;
    display: block;
    margin: auto;
    border-radius: 0;
    border: none;
    padding: 10px;
    font-style: italic;
    font-weight: 600;
    margin-top: 15px;
}

.no_ip {
    background: #ff2424;
    color: #fff;
    padding: 10px;
}

p.today {
    font-size: 16px;
    text-align: center;
    background: #0383bf;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
}

p.hello {
    font-size: 20px;
    text-align: center;
    background: #06bf0324;
    padding: 10px;
    font-size: 16px;
}

.wrap-content {
    padding: 20px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

a.checkToday {
    background: #4CAF50;
    display: block;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    margin-top: 20px;
    border-radius: 0;
    font-size: 24px;
}

.hello .name {
    font-weight: 600;
    font-style: italic;
}

.s-content .aligncenter {
    display: block;
    text-align: center;
    margin: auto;
}

.s-content .alignright {
    display: block;
    text-align: right;
    margin-left: auto;
}

.s-content .alignleft {
    display: block;
    text-align: left;
    margin-right: auto;
}

.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content li {
    list-style: inherit;
    margin-bottom: 5px;
}

.s-content p {
    margin-bottom: 10px;
}

.s-content img {
    display: inline-block;
    max-width: 100%;
    margin: 10px 0;
    object-fit: none;
}

.s-content table, .s-content iframe {
    max-width: 100%;
    width: 100% !important;
}

.s-content a {
    color: #e45200;
}

.s-content table {
    border-collapse: collapse;
    width: 100%;
    border: solid 1px #0000006e;
}

.s-content table td {
    border-collapse: collapse;
    border: solid 1px #0000006e;
    padding: 3px;
}

.s-content h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content h4 {
    display: block;
    font-size: 1em;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content h5 {
    display: block;
    font-size: .83em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content figure figcaption {
    text-align: center;
}

.s-content h6 {
    display: block;
    font-size: .67em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.s-content ol {
    list-style: decimal;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content em {
    font-style: italic;
}

.s-content a {
    color: #19A952;
}

.s-content strong {
    font-weight: bold;
}

.s-content ul {
    list-style: initial;
    margin-left: 15px;
    margin-bottom: 10px;
}

.s-content li {
    list-style: inherit;
}

.s-content p {
    margin-bottom: 10px;
}

.s-content img {
    display: block;
    max-width: 100%;
    margin: 10px auto;
    height: auto !important;
    object-fit: contain;
}

.s-content table {
    max-width: 100%;
}

.block-wrap .s-content {
    box-shadow: 0 0 3px 1px #0000001a;
    border-radius: 0;
    padding: 10px;
}

p.today, p.hello {
    border-radius: 0;
    margin: 5px 0;
}

.calendar {
    display: flex;
    flex-flow: column;
}

.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #c40303;
    padding: 20px 0;
}

.calendar .days {
    display: flex;
    flex-flow: wrap;
}

.calendar {
    max-width: 600px;
    margin: 1rem auto;
}

.box__calender {
    flex: 0 0 100%;
}

.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #ebebeb;
    padding: 1rem;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #c40303;
}

.calendar .days .day_name:nth-child(7) {
    border: none;
}

.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 0.75rem;
    font-weight: bold;
    color: #7c878d;
    cursor: pointer;
    min-height: 3rem;
}

.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}

.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}

.calendar .days .day_num .event.green {
    background-color: #51ce57;
}

.calendar .days .day_num .event.blue {
    background-color: #518fce;
}

.calendar .days .day_num .event.red {
    background-color: #ce5151;
}

.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}

.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}

.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}

.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}

.calendar .days .day_num span.success:after {
    background: #00ff0a;
    color: #fff;
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
}

.calendar .days .day_num {
    position: relative;
    z-index: 1;
}

.calendar .days .day_num span.failed:after {
    content: '';
    background: #ffeb3b;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.calendar .days .day_num span.success:before {
    content: attr(data-time);
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
}

.calendar .days .day_num span.failed:before {
    content: attr(data-time);
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 12px;
}

.form-type {
    padding: 15px 10px;
}

.form-type .lb-text {
    text-align: center;
    border-bottom: solid thin #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-type label input {
    display: none;
}

.form-type label .text {
    background: #c7c7c7;
    display: block;
    color: #252525;
    padding: 20px 15px;
    margin: auto;
    border-radius: 5px;
    border: solid thin #9e9e9e47;
    width: 100%;
}

.form-type label input:checked+.text {
    background: #4caf50;
    color: #fff;
}

.form-type label input[disabled]+.text {
    background: #e7e7e7;
    cursor: no-drop;
    border: solid thin #d0d0d0;
    opacity: 0.5;
}

.form-type label {
    display: block;
    text-align: center;
}

#choose-target p.title {
    text-transform: uppercase;
    font-weight: 670;
    padding: 10px 15px;
    text-align: center;
    font-size: 20px;
    background: #4caf50;
    color: #fff;
    border-bottom: solid thin #4caf50;
}

@media(max-width:576px) {
    #choose-target {
        font-size: 14px;
    }
}