* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    width:auto;
    height: 100%;
    margin: 0px;
    padding: 1em;
    background-color: black;
    color: white;
    font-family: Courier;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.09rem;
}


header {
   width: 100%;
   height: auto;
   padding: 1em;
   overflow: hidden;
   position: absolute;
   top: 0%;
   left: 0%;
}

section {
    width: 100%;
    display: table;
    position: relative;
}


a {
    color: #ffff52;
    text-decoration:none;
}


label {
    font-size:0.75em;
    color: rgb(89,95,106);
}

.wrapper {
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}

.wrapper footer {
    width: 80%;
    margin: 10% auto 10% auto;
    text-align: center;
    clear: both;
}

.wrapper footer p {
    text-align: center;
    font-size: 0.25em;
    margin: 0;
    padding: 0;
}

.navigation_cities {
    text-align:center;
    font-family: Courier;
    margin-top:0;
    font-size:1em;
    color: white;
    font-weigh:bolder;
} 

.navigation_cities li {
    display:inline-block;
    list-style-type:none;
    padding-top: 5px;
    padding-right:20px;
}

.navigation_cities li.r {
    display:inline-block;
    list-style-type:none;
    font-style: normal;
    vertical-align: bottom;
}

.navigation_cities li input[type="submit"] {
    margin: 0;
    padding: 0;
    font-size: 1em;
    vertical-align: bottom;
    text-decoration: none;
    border: none;
    background: black;
    color: white;
}

.navigation_cities li input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.8;
    color: yellow;
}

.navigation_cities li input[type="submit"].bl {
    color: #ffff52;
    font-weight: 600;
}

.but {
    display:inline;
    position: relative;
    text-align:center;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;

    color: white;
    font-size: 1.1em;
    line-height: 2em;
    border: 1px solid gray;
}

.but:hover {
    cursor:pointer;
    opacity:0.8;
}

.red {
    text-align: center;
    color: orange;
    font-weight: 600;
    font-style: normal;
}

.msg {
    margin: auto;
    font-size: 1.4em;
    color: #FF0000;
}


/* ###### pop_show & pop_hide pairing styles ###### */

.pop_hide {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.pop_show {
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0.5em;
    left: 0.5em;
    font-size: 1.1em;
    padding: 1em;
    
    max-height: 96vh;
    overflow-y: scroll;
    overflow-x: hidden;

    border: 3px solid #3399ff;
    border-top-right-radius: 25px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 18px 15px rgba(0,0,0,0.22);
    background-color: #424955;
    color: white;
    z-index:1011;
}

.pop_show .choices ul {
    display: inline-block;
    *display: inline;
    zoom: 1;
    float: left;
    margin: 0px 10px 0px 0px;
    padding: 0.25em;
    font-size: 0.77em;
    font-weight: 600;
    color: rgb(89,95,106);

    list-style-type:none;
    text-align:left;
}

.pop_show .choices ul li {
    margin-bottom: 2px;
    color: white;
}

.pop_show .choices ul iname li {
    margin: 1em 1em 0em 0em;
    padding: 0.25em;
    background-color: #FF0000;
    color: white;
    font-size: 1.2em;
    font-style: normal;
}

.pop_show .choices ul idesc li {
    margin-top: 0px;
    margin-bottom: 0.40em;
    color: green;
    font-size: 0.65em;
}

.pop_show .choices label {
    font-size: 1em;
    color: rgb(89,95,106);
}

.pop_show .choices input[type="text"] {
    line-height: 2em;
    font-size: 1.20em;
    color: white;
    padding: 0.50em;
}

.pop_show .choices input[type="radio"] {
    width: 1.3em;
    height: 1.3em;
}

.pop_show .choices input[type="radio"]:hover + label {
    color: blue;
    font-size: 1em;
    cursor: pointer;
    font-style: normal;
}

.pop_show .choices input[type="radio"]:checked + label {
    color: #d93025;
    font-size: 1em;
    font-style: normal;
}


.pop_show .choices input[type="checkbox"] {
    width: 1.3em;
    height: 1.3em;
}

.pop_show .choices input[type="checkbox"]:hover + label {
    color: blue;
    font-size: 1em;
    cursor: pointer;
    font-style: normal;
}

.pop_show .choices input[type="checkbox"]:checked + label {
    color: #d93025;
    font-size: 1em;
    font-style: normal;
}

.pop_show .choices ul ichoi li {
    margin-top: 0px;
    margin-bottom: 0.40em;
    color: blue;
    font-size: 0.60em;
}

.pop_show .choices qty {
    width: 100%;
    display: table;
}

.pop_show .choices qty ul {
    width: auto;
    height: auto;
    margin-top: 1em;
    display: inline-block;
    list-style-type:none;
}

.pop_show .choices qty ul li {
    display: inline-block;
    list-style-type:none;
    width: auto;
    margin-right: 30px;
    text-align: left;
    vertical-align: top;
}

.pop_show .choices qty ul li input[type="number"] {
    width: 3.5em;
    height: 3.5em;
    line-height: 2em;
    font-size: 1.09em;
    border: 1px solid grey;
}

.pop_show .choices qty ul li input[type="number"]:focus {
    background-color:#EDF4D0;
}

.pop_show .choices qty ul li input[type="number"]:hover {
    background-color:#EDF4D0;
    border: 1px solid black;
}

.pop_show .choices qty ul li textarea:hover {
    background-color:#EDF4D0;
    border: 1px solid black;
}

.pop_show .choices qty ul li:last-child {
    padding-right: 0px;
}

/* table showing tabx record */
.pop_show table {
    margin: auto;
    height: auto;
    text-align: left;
}

.pop_show table tr {
    margin: 0;
    padding: 0.5em;
    background-color: #424955;
    margin-bottom: 0.20em;
    height: 1.2em;
}

.pop_show table tr td {
    vertical-align: top;
    white-space: nowrap;
    background-color: #424955;
    font-size: 1em;
    color: white;
    width: auto;
}

.pop_show table tr td.d {
    text-align: right;
    width: 50%;
    font-size: 1.1em;
    color: white;
    padding-right: 0.50em;
}

.pop_show table tr td.v {
    text-align: left;
    width: 50%;
    font-size: 1.1em;
    color: white;
    padding-right: 0.50em;
}

.pop_show table tr td input[type="text"] {
    background-color: #424955;
    text-align: left;
    width: 50%;
    font-size: 1.1em;
    color: white;
}


.object_otimes {
    margin:0;
    padding:0;
    float:right;
}

.pop_otimes {
    background-color: #424955;
    color: white;
    font-size: 3em;
    position: absolute;
    top: -2%;
    right: 1%;
    cursor: pointer;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
    z-index: 1011;
}

.pop_otimes:hover {
    color:white;
}


.ex {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: 1em;
}

.eq {
    font-size: 3em;
    position: absolute;
    top: -2%;
    right: 1%;
    cursor: pointer;
    color: rgb(89,95,106);
    -moz-opacity: 0.5;
    opacity: .50;
    filter: alpha(opacity=50);
    z-index: 1011;
}

.eq:hover {
    color:white;
}

.pop_title {
    font-size:1.3em;
}

.tn {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
}

.footer {
    margin: 35% auto 10% auto;
    padding: 3em 0 0 2em;
    clear: both;
}

.footer p {
    text-align: center;
    font-size: 0.25em;
    padding: 0;
}


/* Generic form styles */

asp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em auto 1em auto;
    padding: 0 2em 0 2em;
    text-align: center;
}

asp p {
    margin: auto;
    text-align: center;
}

asp p.ct {
    margin: 1em auto 1em auto;
    padding: 0;
    width: 22em;
    font-size:0.85em;
    font-weight: 500;
    color: white;
    font-style: normal;
    word-wrap: break-word;
    text-align: left;
}

asp ol {
    margin: 0;
    padding: 0;
    text-align: center;
}

asp ol li {
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

asp ol li label {
    margin: 0;
    padding: 0;
    font-size:0.85em;
    color: white;
    background-color: #424955;
    font-style: normal;
    white-space: nowrap;
}

asp ol li input, select {
    border: 1px solid yellow;
    font-size: 1.1em;
    padding: 0.50em;
    color: white;
    background-color: #424955;
}

asp ol li textarea {
    border: 2px solid yellow;
    font-size: 1.2em;
    padding: 0.50em;
}

asp ol li textarea:hover, input:hover, select:hover {
    background-color: #424955;
    border: 2px solid yellow;
    color: white;
}

asp ol li textarea:focus, input:focus {
    background-color: #424955;
    color: white;
}

asp ol li input[type="submit"]:hover {
    background-color: #424955;
    color: white;
}

asp ol li input[type="text"].sp {
    text-transform: uppercase;
}

asp ol input[type="text"] {
    background-color: #424955;
    color: white;
    font-size: 1em;
    padding: 0.50em;
}

asp ol li input[type="checkbox"] {
    width: 0.50em;
    height: 0.50em;
}

asp ol li input[type="checkbox"]:hover + label {
    color: blue;
    font-size: 0.75em;
    cursor: pointer;
    font-style: normal;
    display: block;
}

asp ol li input[type="checkbox"]:checked + label {
    color:blue;
    font-size: 0.75em;
    font-style: normal;
}

asp ol li input[type="radio"] {
    width: 0.50em;
    height: 0.50em;
}

asp ol li select.hrs {
    color: black;
    font-size: 1em;
    padding: 0.50em;

    border: 1px solid rgb(171, 62, 62);
    margin-bottom: 8px;
}

asp ol li.wa {
    border: 1px solid red;
    padding: 0.50em;
}

asp ol li select {
    list-style-type: none; 
    margin-top: 6px; 
    margin-left: 0px; 
    margin-right: 10px;
    text-align: right;
}

asp ol li select option {
    margin-bottom: 0px;
    background-color: #424955;
}

asp form ol li ul li {
    position: relative;
    display: inline-block;
    margin-right: 3em;
}

asp table {
    display: table;
    -webkit-font-smoothing: subpixel-antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.05rem;
    height: auto;
    margin: 0 auto 1em auto;
    padding: 0;
    max-width: 95%;
}

asp table tr {
    width: auto;
    margin-bottom: 10px;
    font-size: 1em;
}

asp table tr td {
    width: 100%;
    vertical-align: top;
    margin-left: 3em; 
    margin-bottom: 0.50em;
    padding: 1em;
    font-size: 1em;
}

asp table tr td.d {
    width: 45%;
    text-align: right;
    font-size: 1em;
}

asp table tr td.v {
    width: 45%;
    background-color: #424955;
    color: white;
    text-align: left;
    font-size: 1em;
}

asp table tr td button{
    width: 7em;
    height: 2em;
    font-size: 1.1em;
}

/*
    Authorization Form Styles
*/
afs {
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 95%;
    margin: 1em;
    margin-bottom: 1.5em;
    text-align: center;
}
    
afs p {
    margin: auto;
    text-align: center;
    color: white;
}

afs p.mt {
    font-style: normal;
    font-size: 2.3em;
}

afs p.bt {
    margin: 0;
    font-size: 1.2em;
}

afs p.bl {
    margin: 0;
    font-size: 1.2em;
    color: yellow;
}

afs footer p {
    text-align: center;
    font-size: 0.25em;
    padding: 0;
}

afs label {
    font-size:0.90em;
    color: white;
    white-space: nowrap;
}

afs ol {
    margin: 0;
    padding: 0;
}

afs ol li {
    width: 100%;
    margin: 0 0 0.50em 0;
    padding: 0.50em;
    list-style-type: none;
}

afs ol form li input {
    background-color: #424955;
    color: white;
    font-size: 1.2em;
    border: 1px solid white;
    padding: 0.50em;
}

button {
    display:inline;
    position: relative;
    text-align:center;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;

    padding: 6px 10px 6px 10px;
    background-color: #ffd65e;
    background-image:.linear-gradient(to bottom,
    #ffd65e, #febf04);
    font-size: 1.2em; 
    line-height: 1.5em;
    color: black; 
    width: 10em;
    border: 1px solid gray;
}

button.s {
    width: initial;
    vertical-alignment: bottom;
    background-color: black;
    color: white;
    border: none;
    padding-bottom: 0;
}

button.ss {
    width: initial;
    vertical-alignment: bottom;
    background-color: black;
    color: white;
    border: none;
    padding-bottom: 0;
    font-size: 0.70em; 
    line-height: 1em;
}

afs table {
    display: table;
    text-align: left;
    width: 100%;
}

afs table caption {
    font-size: 1.2em;
}

afs table tr {
    margin-top: 0.50em;
    font-size: 1em;
    width: 100%;
}

afs table tr th.l {
    padding: 0.80em;
    background-color: gray;
    font-size: 1.2em;
    width: 34%;
}

afs table tr th input {
    background-color: black;
    color: yellow;
}

afs table tr th.r {
    padding: 0.80em;
    background-color: gray;
    font-size: 1.2em;
    width: 65%;
}

afs table tr td {
    padding-right: 0.60em;
    vertical-align: top;
    font-size: 1.5em;
    font-style: normal;
    border-bottom: 1px solid grey;
}

afs table tr td.l {
    width: 34%;
}

afs table tr td.r {
    width: 65%;
    word-wrap: break-word;
}

afs table tr td span.dnc {
    font-size: 0.25em;
    font-style: oblique;
    color: white;
}

afs table tr td span.dat {
    font-size: 0.85em;
    font-style: oblique;
    color: silver;
    margin-top: 0;
    padding: 0;
}

afs table tr td span.not {
    font-size: 0.85em;
    font-style: oblique;
    color: yellow;
    margin-top: 0;
    padding: 0;
}

afs table tr td input[type="submit"] {
    background-color: black;
    text-align: left;
    font-size: 1em;
    font-family: Courier;
    font-style: normal;
    color: white;
    border: none;
    outline: none;
    width: 100%;
    cursor: pointer;
    padding-left: 0;
}

afs table tr td input[type="submit"]:hover {
    background-color: black;
    text-align: left;
    font-size: 1em;
    font-style: normal;
    color: yellow;
    border: none;
    outline: none;
    width: 100%;
}

afs table tr td input[type="submit"].bl {
    color: yellow;
    font-weight: 600;
}

asf table tr td button{
    width: 7em;
    height: 2em;
    font-size: 1.1em;
}
 
afs table tr td ul {
    list-style-type: none;
    font-size: 1em;
}

afs table tr td ul li.pk {
    border: 1px solid rgb(171, 62, 62);
    color: rgb(89,95,106);
}


afs table tr td ul li.mobile-container {
    max-width: 480px;
    margin: auto;
    color: black;
}

afs table tr td ul li.optnav {
    overflow: hidden;
    position: relative;
}

afs table tr td ul li.optnav #options {
    display: none;
}

afs table tr td ul li.optnav #options ul li {
    margin: 0;
    padding: 0.15em;
    list-style-type: none;
    text-align: right;
}

afs table tr td ul li.optnav a {
    background: black;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 0.75em;
    display: block;
}

afs table tr td ul li.optnav a.icon {
    background: black;
    color: white;
    display: block;
    position: relative;
}

afs table tr td ul li.optnav a:hover {
    color: gray;
}

afs table tr td ul li.active {
    color: black;
}

afs table tr td ul li.optnav_equiv {
    font-size: 2.5em;
    color: black;
}


.btn {
    background-color: black;
    color: white;
    padding: 0.1em;
    font-size: 1.2em;
    border: none;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover, .btn:focus {
    background-color: black;
    color: white;
}

.btn-dwn {
    position: relative;
    display: inline-block;
    float: right;
    vertical-align: bottom; 
    font-style: normal;
}

.btn-dwn-content {
    display: none;
    position: relative;
    background-color: black;
    color: white;
    min-width: 8em;
    z-index: 1;
}

.btn-dwn-content a {
    color: gray;
    padding: 0.15em;
    font-size: 0.90em;
    text-decoration: none;
    display: block;
}

.btn-dwn-content a:hover {
    color: white;
}

.btn-show {
    display: block;
    border: 3px solid #3399ff;
    padding: 0.60em;
    text-align: left;
}
