body {
    color: #444;
    font-size: 14px;
    background-repeat: no-repeat;
    background-position: 50% 60px;
    margin-right: calc(100% - 100vw);
    overflow-x: hidden;
    background-color: white;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
    margin-block-start: 0px;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #0060ad;
    color: white;
    font-weight: 900;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
    border: 0px;
}

input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
    background-color: gray;
}

a:hover {
    color: #ff8800;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.line-through {
    text-decoration: line-through;
}

.orange {
    color: #ff8800 !important;
}

.blue {
    color: #0060ad !important;
}

.small {
    font-size: 12px;
    color: #666;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.flex-row-start {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.flex-row-sb {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.margin-10 {
    margin: 10px;
}

.margin-b10 {
    margin-bottom: 10px;
}

.margin-r10 {
    margin-right: 10px;
}

.margin-t10 {
    margin-top: 10px;
}

.margin-l10 {
    margin-left: 10px;
}

.margin {
    margin: 5px;
}

.margin-b5 {
    margin-bottom: 5px;
}

.margin-r5 {
    margin-right: 5px;
}

.margin-t5 {
    margin-top: 5px;
}

.margin-l5 {
    margin-left: 5px;
}

.padding-10 {
    padding: 10px;
}

.error,
.red {
    color: red !important;
}

.green,
.success {
    color: green !important;
}

.cursor {
    cursor: pointer;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.center .header {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.center .body {
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: normal;
    flex-direction: column;
}

.center .header .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.center .header .right {
    margin-left: 10px;
    width: 200px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.center .header .audit {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    cursor: pointer;
}

.center .header .audit a,
.center .header .audit a:hover,
.center .header .audit a:active,
.center .header .audit a:link,
.center .header .audit a:visited {
    text-decoration: none;
}

.center .header .audit>div {
    padding-right: 5px;
}

.center .header .audit>div:hover {
    color: #ff8800;
}

.menu span {
    padding-right: 20px;
}

.menu span a {
    text-decoration: none;
    color: #666;
}

.menu span a:hover {
    color: #ff8800;
}

.menu span.active {
    font-weight: 600;
    color: #ff8800;
    text-decoration-line: underline;
    text-underline-offset: 0.3em;
}

.vlist4 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.vlist4 div {
    text-align: center;
    color: #666;
    width: 25%;
}

.vlist2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.vlist2 .container {
    width: 460px;
    padding: 10px 10px 10px 20px;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    -o-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    -ms-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11)
}

.vlist2 .container div:last-child {
    margin-left: 10px;
}

.vlist3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.vlist3 .container {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    margin-bottom: 20px;
}
.vlist3 .container h3{
    margin-block-start: 5px;
    margin-block-end: 5px;
}
.vlist3 .container ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 15px;
}
.vlist3 .container li {
    margin-bottom: 5px;
}



.bg1 {
    background-image: url(/images/bg1.jpg);
}

.bg2 {
    background-image: url(/images/bg2.jpg);
}

.bg3 {
    background-image: url(/images/bg3.jpg);
}

.bg4 {
    background-image: url(/images/bg4.jpg);
}

.bg5 {
    background-image: url(/images/bg5.jpg);
}

.no-overflow {
    overflow: hidden;
}

.label-box {
    padding: 5px;
    font-size: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    -o-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    -ms-box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11);
    box-shadow: 0 .1875rem .4375rem 0 rgba(0, 0, 0, .13), 0 .0625rem .125rem 0 rgba(0, 0, 0, .11)
}
