﻿body {
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
}

.waiting_div_center {
    display: none;
    position: absolute;
    height: 120px;
    width: 240px;
    padding: 25px;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    top: calc(50% - 100px/2); /* height divided by 2*/
    left: calc(50% - 100px/2); /* width divided by 2*/
    background-color: lightblue;
}

.info-main {
    width:850px;
}

.info-header {
    font-weight:700;
    font-size:12pt;
}

.info-subheader {
    margin-top:20px;
    font-size:11pt;
}
.info-title {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 11pt;
}

.info-subtitle {
    margin-top: 20px;
    font-size:11pt;
}

.info-section-submit {
    border: 1px solid #265372;
    border-radius: 7px;
    background: #f6fcff;
    padding: 20px 30px 50px 30px;
}

.info-th {
    padding-top:20px;
    font-weight: 700;
    vertical-align: top;
}

.info-td {
    font-weight: 400;
    vertical-align: top;
}

.info-td-req {
    padding-top:20px;
}

.info-td-ext {

}
.info-input-text {
    width: 300px;
    padding: 1px 2px;
    font-size:11pt;
}
.info-textarea {
    width: 400px;
    font-family: "Open Sans", sans-serif;
    font-size: 12pt;
    padding: 5px 10px;
    height: 160px;
    resize: vertical;
}
.info-validate {
    padding-top: 20px;
}
.info-btn-validate {
    border: 1px solid #4d9ad0;
    border-radius: 5px;
    padding: 10px 20px;
    text-decoration: none;
    color: white;
    background: #4d9ad0;
}
.info-btn-confirm {
    border: 1px solid #4d9ad0;
    border-radius: 5px;
    padding: 5px 20px;
    margin-left: 20px;
    text-decoration: none;
    color: white;
    background: #4d9ad0;
    vertical-align: middle;
}
.info-btn-cancel {
    border: 1px solid red;
    padding: 5px 10px;
    margin-left: 20px;
    text-decoration: none;
    vertical-align: middle;
    color: red;
}
.info-confirm-code {
    padding: 3px 8px;
    font-size: 14pt;
    vertical-align: middle;
    width: 70px;
}
.info-confirm-msg {
    margin-bottom: 10px;
    font-size:11pt;
}
.info-confirm {
    margin-top: 20px;
}

.request-header {
    font-family: "Open Sans", sans-serif;
    background: #E0E0E0;
    border: 1px solid black;
    padding: 5px 10px;
    color: black;
    font-size: 1.2em;
    width: 830px;
    display: inline-block;
    text-decoration: none;
}

.request-th {
    font-family: "Open Sans", sans-serif;
    padding: 5px;
    font-weight: 700;
    vertical-align: top;
    border: 1px solid black;
    border-collapse: collapse;
    background: #E0E0E0;
    color: black;
}

.request-td {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 5px;
    vertical-align: top;
    border: 1px solid black;
    border-collapse: collapse;
    background: white;
    color: black;
}

.request-table {
    border-collapse: collapse;
    width:850px;
}

.ui-dialog .ui-dialog-content {
    border: 1px solid #4d9ad0;
}