@charset "UTF-8";
:root {
    --orange: #f29d38;
    --grey: #808285;
    --blue: #3856ad;
    --lightblue: #5699f7;
}
body, html {
    margin: 0px;
    font-family: Arial;
    height: 100%;
    position: relative;
    font-size: 16px;
}
hr {
    width: 85%;
    height: 1px;
    border: 0px;
    background: #6400aa;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 {
    color: var(--grey);
}
p {
    color: var(--grey);
}
span {
    color: var(--grey);
}
ul {
    color: var(--grey);
}
#testloadparent {
    width: 160px;
    height: 160px;
    margin: 0px auto;
    position: relative;
}
.testloading {
    width: 100px;
    height: 100px;
    z-index: 20;
    border-radius: 100px;
    border: #4C4C4C dashed 2px;
    color: #4C4C4C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}
.all_content {
    min-height: 100vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}
.header {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_content {
    width: 100%;
    margin: 0px auto;
    height: 80px;
    display: flex;
    flex-direction: row;
}
.logo {
    width: 25%;
    display: flex;
    flex-direction: column;
    height: 80px;
    justify-content: center;
}
.logo img {
    margin-left: 40px;
}
.heading {
    width: 50%;
    line-height: 80px;
    color: var(--grey);
    text-align: center;
    font-size: 27px;
}
.rightcol {
    width: 25%;
}
.home_body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #ffffff;
    align: center;
    overflow: hidden;
}
.table_content {
    width: 95%;
    max-width: 1100px;
    background: #FFFFFF;
    margin: 0px auto;
    align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
input {
    padding: 5px;
}
#formtable {
    margin: 10px 0px 10px 0px;
}
table td {
    padding: 3px;
}
#phoneerr {
    font-size: 10px;
    color: #FF0000;
    font-style: italic;
}
.nxt_btn {
    height: 35px;
    line-height: 35px;
    width: 170px;
    padding-top: 3px;
    background: var(--blue);
    color: #ffffff;
    text-align: center;
    cursor: pointer;
	margin: 0px auto;
	margin-top: 35px;
}
.nxt_btn:hover {
    background: var(--lightblue);
}
#restable {
    display: none;
}
.ldBar-label {
    font-size: 2.1em;
    font-weight: 900;
}
.styleprog {
    width: 200px !important;
    height: 200px !important;
    margin: 0px auto !important;
}
.tstmsg {
    width: 100%;
    text-align: center;
    color: var(--grey);
    font-size: 24px;
}
.res_div {
    margin: 0px auto;
    width: 95%;
    border: var(--blue) solid thin;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}
.res_head {
    padding: 10px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: var(--blue);
    border-bottom: var(--blue) solid thin;
}
.res_head a {
    color: #ffffff;
}
.res_head a:hover {
    color: #F9F9F9;
}
.res_row {
    padding: 10px;
    color: #3E3E3E;
    text-align: left;
}
.portClose {
    color: #bc4545;
}
.portOpen {
    color: #46bb26;
}
#formErr {
    color: #FF0004;
}
.green {
    color: rgba(78, 172, 87, 1.00);
}
.yellow {
    color: rgba(231, 214, 22, 1.00);
}
.red {
    color: rgba(235, 50, 35, 1.00);
}
.vltbl {
    border-collapse: collapse;
    border: var(--blue) solid thin;
    color: rgba(255, 255, 255, 1.00);
    font-family: Arial;
    font-size: 14px;
    display: none;
    margin-top: 25px;
    margin-bottom: 50px;
}
.vltbl td {
    text-align: center;
    padding: 8px;
}
.vltbl .tblheader {
    background: var(--blue);
}
.vltbl .tblrow {
    background: rgba(255, 255, 255, 1.00);
    color: var(--grey);
}
.footer {
    width: 100%;
    height: 50px;
    display: flex;
    background: var(--blue);
}
.footer_content {
    width: 95%;
    max-width: 1100px;
    margin: 0px auto;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
}
.stdBtn {
    width: 90%;
    max-width: 300px;
    display: none;
    flex-direction: row;
    margin: 0px auto;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 25px 20px -27px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 25px 20px -27px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 25px 20px -27px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}
.stdBtn:hover .stdBtnText {
    opacity: 0.8;
}
.stdBtn:hover .stdBtnImg {
    opacity: 0.8;
}
.stdBtnImg {
    width: 25%;
    padding: 10px;
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#494949+0,5e5e5e+100 */
    background: rgb(73, 73, 73); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(73, 73, 73, 1) 0%, rgba(94, 94, 94, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(73, 73, 73, 1) 0%, rgba(94, 94, 94, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(73, 73, 73, 1) 0%, rgba(94, 94, 94, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#494949', endColorstr='#5e5e5e', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}
.stdBtnImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50%;
}
.stdBtnText {
    width: 75%;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    background: var(--blue);
}