@font-face{
    font-family: Fira Sans;
    src: url(font/FiraSans-Regular.ttf);
}

body {
    margin: 0px;
    padding: 0px;
    background: #f0f0f0;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 25px;
    font-family: Fira Sans,Arial,Helvetica,sans-serif;
}

#top {
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    width: 100%;
    background: #2a3f54;
    font-size: 25px;
}


#main {
    float: left;
    padding: 55px 10px 10px 55px;
}

#login_box {
    padding: 30px 10px;
    width: 630px;
    margin: 0 auto;
    text-align: center;
}

.label {
    font-size: 15px;
    line-height: initial;
    text-align: left;
}

input {
    width: 95%;
    padding: 8px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 25px;
    font-family: Fira Sans,Arial,Helvetica,sans-serif;
    margin: 5px 0px 20px 0px;
}

textarea:focus, input:focus{
    outline: none;
}

#login_form > div > div > button {
    padding: 10px 0px;
    width: 114px;
    margin: 13px 0px 0px 20px;
    font-family: Fira Sans,Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    background-color: #6c757d;
    border: 0px;
    border-radius: 50px;
    cursor: pointer;

}

#login_form > div {
    width: 100%;
    float: left;
}

#login_form > div:nth-child(1) > div {
    width: 45%;
}

#login_form > div:nth-child(1) > div:nth-child(1) {
    float: left;
}

#login_form > div:nth-child(1) > div:nth-child(2) {
    float: right;
}


.message_red {
    color: red;
    font-weight: bold;
    margin-bottom: 30px;
}

.message_green {
    color: green;
    font-weight: bold;
}

#login_circle {
    position: relative;
    right: 10px;
    top: 7px;
    float: right;
    color: #5f5f5f;
}

#login_circle > div:nth-child(1) {
    width: 31px;
    height: 31px;
    float: right;
}

#login_circle > div:nth-child(1) > div {
    width: 31px;
    height: 28px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    padding-top: 3px;
    float: right;
}

#login_details {
    margin-top: 0px;
    padding: 3px;
    background-color: #fff;
    display: none;
    width: 100%;
    float: right;
    text-align: center;
    line-height: 25px;
    border: 1px solid #5f5f5f;
}

#login_details > span {
    font-size: 15px;
}

#login_details > hr {
    margin: 2px 10px;
}

#login_details > a {
    text-decoration: none;
    color: #5f5f5f;
    font-size: 15px;
    text-decoration: underline;
}

#left_out {
    background: #2a3f54;
    position: fixed;
    width: 45px;
    height: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: block;
}

#left_out > i {
    margin: 15px 0px 0px 0px;
    width: 100%;
}

#left_in {
    background: #2a3f54;
    position: fixed;
    width: 165px;
    height: 100%;
    float: left;
    text-align: left;
    font-size: 20px;
    color: #fff;
    padding-left: 11px;
    display: none;
}

#left_in > i:nth-child(1) {
    margin: 15px 0px 0px 0px;
    width: 100%;
    text-align: center;
}

#left_in > a {
    text-decoration: none;
    color: #fff;
}

#left_in > a > i:nth-child(1) {
    margin: 15px 8px 0px 0px;
    text-decoration: none;
    color: #fff;
}

#left_in > a > i:nth-child(2) {
    margin: 15px 8px 0px 0px;
    text-decoration: none;
    color: #fff;
}

.c004 {
    margin: 0px 8px 0px 0px;
}

.green_button {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background-color: #198754;
    padding: 6px 12px;
    border-radius: 50px;
    margin-left: 20px;
    border: 0px;
    font-family: Fira Sans,Arial,Helvetica,sans-serif;
    line-height: 25px;
}

.green_button > i {
    margin-right: 6px;
}

form > div > .green_button {
    float: left;
    margin: 26px 30px 0px 0px;
    cursor: pointer;
}

form > div > a {
    float: left;
    margin: 28px 30px 0px 0px;
    cursor: pointer;
}

.gray_button {
    background-color: #6c757d;
}

.break_line_15 {
    width: 100%;
    height: 15px;
    float: left;
}

.break_line_1 {
    width: 100%;
    height: 1px;
    float: left;
}

.input_area > input[type=date] {
    width: 140px;
}

.input_area > input[type=time] {
    width: 90px;
}

.input_area {
    float: left;
    margin-right: 30px;
}

select {
    width: 200px;
    padding: 8px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
    color: #5f5f5f;
    font-size: 20px;
    line-height: 25px;
    font-family: Fira Sans,Arial,Helvetica,sans-serif;
    margin: 5px 0px 20px 0px;
}

.input_area > input[type=number] {
    width: 90px;
    margin: 2px 0px 20px 0px;
}

.input_area > input[type=text] {
    width: 305px;
}

input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

#main > form > div:nth-child(3) > input[type=text] {
    width: 200px;
}

#price_input {
    width: 172px;
}

form > .new_line_button {
    float: left;
    margin: 0px 30px 0px 0px;
    cursor: pointer;
}

#tbl {
    caption-side: top;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 16px;
    font-family: system-ui;
}

#tbl > thead > tr:nth-child(2) > th:nth-child(1) {width: 150px}
#tbl > thead > tr:nth-child(2) > th:nth-child(2) {width: 130px}
#tbl > thead > tr:nth-child(2) > th:nth-child(3) {width: 130px}
#tbl > thead > tr:nth-child(2) > th:nth-child(4) {width: 150px}
#tbl > thead > tr:nth-child(2) > th:nth-child(5) {width: 100px}
#tbl > thead > tr:nth-child(2) > th:nth-child(6) {width: 120px}

#login_form > div:nth-child(2) > div:nth-child(1) {
    width: 45%;
    float: left;
}

#login_form > div:nth-child(2) > div:nth-child(2) {
    width: 45%;
    float: right;
}

.g-recaptcha {
    transform:scale(0.95);
    transform-origin:0 0;
}

body > div:nth-child(2) {
    position: fixed;
    width: 100%;
}

#main > form > div:nth-child(3) {float: left;}

.c003 {float: left;}

#main > form > div:nth-child(3) > div:nth-child(1) > input[type=text]:nth-child(2) {
    width: 182px;
}

@media only screen and (max-width: 767px) {
    #login_box {
        width: 75%;
        margin-left: 10%;
        padding: 20px 10px;
    }

    #login_form > div:nth-child(2) {
        margin: 0px;
    }

    #login_form > div:nth-child(1) > div {
        width: 100%;
    }

    #login_form > div:nth-child(2) > div {
        width: 100%;
    }

    #login_form > div > div > button {
        margin: 10px 0px 0px 0px;
    }
    
    #login_form > div:nth-child(2) > div:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    #login_form > div:nth-child(2) > div:nth-child(2) {
        width: 100%;
    }

    .g-recaptcha {display: inline-block; transform: scale(1);}

    input, select {background: #fff;}

    .input_area > input[type=number] {width: 75px;}
    
    form > div > .green_button {margin: 0px 30px 0px 0px;}

    form > div > a {margin: 0px 30px 0px 0px;}

    #main > form > div:nth-child(3) {width: 100%;}

    #main > form > div:nth-child(3) > div:nth-child(2)  {margin-right: 0px;}

    #main > form > div:nth-child(5) {margin-right: 0px;}

    .c001 {margin-right: 0px;}
    .c002 {width: 100%;}
    .c003 {float: none;}
    .c005 {width: 100%;}
}