/* CSS Document */

#entry-topbar {
    width: 910px;
    position: static;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    background: #fff;
    border-radius: 2px;
}
#entry-topbar.sc-fix {
    position: fixed;
    background: #fff;
    top: 0;
}

#entry-nav ul {
    list-style: none;
    font-size: 13px;
    border-radius: 2px;
    margin: 0;
    padding: 0;
}
#entry-nav ul li { 
    padding: 0;
    width: 20%;
    margin: 0;
    float: left;
}

#entry-nav ul li a {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    background: #fff;
    border-radius: 2px;
    margin: 0;
    padding: 15px 0;
    line-height: 20px;
}
#entry-nav ul li a:hover {
    background: #e8effa;
    text-decoration: none;
}
#entry-nav ul li.active a {
    background: #f2f6fb;
    font-weight: bolder;
    color: #000;
    position: relative;
}
#entry-nav ul li:first-child a {
    border-left: 0;
    border-top: 0;
}
#entry-nav ul li.active:first-child a {

}
#entry-nav ul li.last a {

}
#entry-nav ul li.last.active a {
    border-right: 0;
}

#entry-content { 
    font-size: 13px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(6, 33, 63, 0.20);
    background: #fff;
    border-radius: 2px;
    margin: 15px 0 10px;
}

#entry-error {
    font-size: 17px;
    border-radius: 4px;
    text-align: center;
    line-height: 70px;
    background: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
}

#entry-extra-data {
    font-size: 12px;
    margin: 5px auto -10px auto;
    color: grey;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    cursor: default;
}
#entry-extra-data.tb { margin: -10px auto 10px auto; }

#registration-form {
    width: 541px;
    border-right: 1px solid #eee;
    padding-right: 10px;
    box-sizing: border-box !important;
    margin: 0;
}

.notice {
    border: 1px solid #d9e4f2;
    font-weight: 400;
    background: #f2f6fb;
    padding: 12px;
    color: #333;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    text-align: justify;
    border-radius: 3px;
}

.header, .header_sub, .header_sub_sub {
    display: block;
    font-size: 14px;
    font-weight: bolder;
    border-bottom: 1px solid #eee;
    color: #2d7dc0;
    margin-bottom: 10px;
    margin-top: 12px;
    padding-bottom: 2px;
}

.header_sub, .header_sub_sub { font-size: 12px; }

.header_sub_sub { border-bottom: none; }


table {
    cursor: default;
    width: 100%;
    font-size: 13px;
    border: 0;
    border-bottom: 1px solid #d9e4f2;
    margin: 0 auto;
}
table td, table th {
    text-align: left;
    border: solid #d9e4f2;
    border-width: 1px 1px 0px;
    padding: 5px;
}
table th { font-weight: bolder; }

table th { background: #f2f6fb; }

table tr:hover { background:#f2f6fb; }

.form-line label {
    font-size: 15px;
    width: 145px;
 }
 
 /*.form-line label:after {content: ':'}*/

.form-line input {
    width: 350px;
    padding: 6px;
    border: 1px solid #eee;
    max-width: 369px;
    border-radius: 0;
}

.form-line input:focus, 
.form-line textarea:focus { 
  box-shadow: 0 0 0;
}

.form-line select { 
    box-sizing: border-box;
    /*width: 369px;*/
}

.reg-after {
    clear: both;
    font-size: 11px;
    color: #7a7a7a;
    border-top: 1px dashed #eee;
    padding-top: 3px;
}
#reglist-empty {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #7a7a7a;
}

.reg-form-error {
    display: none;
    font-size: 13px;
    color: #890b0b;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.reg-error-caption {
    display: inline-block;
    width: 130px;
    margin-right: 5px;
    font-weight: 500;
}
.reg-error-message {
}

#reg-helper {
    padding-left: 10px;
    text-align: left;
}
#reg-error-helper {
    position: relative;
    padding-left: 10px;
    display: none;
}
#reg-error-close {
    position: absolute;
    color: red;
    top: 0;
    font-size: 14px;
    right: 5px;
    cursor: pointer;
}

#reg-form-answer {
    display: none;
    padding-left: 10px;
    text-align: center;
}