
hr {
    border: 0;
    height: 0;
    border-top: 1px solid #999;
}

ul {
    padding-inline-start: 10px;
}

#pa-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(109,109,109,0.8);
    z-index: 7;
}

#pa-sidemenu {
    height: 100%;
    width: 300px;
    overflow: auto;
    position: fixed;
    z-index: 9;
    top: 0px;
    left: -325px;
    color: #002664;
    background-color: rgb(0 109 255 / .9);
    transition: 0.5s;
    border: 2px solid #002664;
    box-shadow: 6px 0px 20px 0px rgba(0,0,0,0.5);
}
#pa-sidemenu a {
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding: 5px;
    padding-left: 25px;
    color: #fff;
}
#pa-sidemenu a:hover {
    background-color: #22eceb;
    font-weight: bold;
    color: #002664;
}
#pa-sidemenu .head {
    display: block;
    color: #fff;
    background: #002664;
    border-bottom: 3px solid #ff5f00;
    font-weight: bold;
    font-size: larger;
    padding: 10px;
}
#pa-sidemenu .subhead {
    font-weight: bold;
    font-size: larger;
    padding-left: 10px;
    font-variant: small-caps;
}
#pa-sidemenu input {
    margin: 15px;
    border: 2px solid #002664;
    border-radius: 10px;
    padding: 5px;
    background: #eee;
}


.pa-zebra {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    background-color: #f3f1e4;
}
.pa-zebra:nth-of-type(odd) {
    background-color: #d3d1c4;
}

.pa-topzebra {
    display: inline-block;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
}
.pa-topzebra:nth-of-type(odd) {
    background-color:#f3f1e4;
}

.pa-content {
   width: 900px;
   margin: 0 auto;
   line-height: 1.6em;
   margin-top: 30px;
   margin-bottom: 30px;
}

.pa-boxtitle {
    border-bottom: 1px solid #999;
    display: inline-block;
    width: 405px;
    font-size: x-large;
    margin-left: -20px;
    margin-top: -5px;
    padding-left: 15px;
    padding-bottom: 15px;
}

.pa-sectbox {
    padding:20px;
    margin-right:20px;
    margin-bottom:20px;
    width:380px;
    border-radius: 5px;
    border: 1px solid #999;
    display:inline-block;
    vertical-align:top;
    background-color: #fff;
}
.pa-sectbox:hover {
    border: 1px solid #666;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
}

.pa-boxlink {
    text-align:center;
    padding:20px;
    margin-right:20px;
    margin-bottom:20px;
    line-height: 1.1em;
    width:160px;
    border-radius: 5px;
    border: 1px solid #999;
    display:inline-block;
    vertical-align:top;
    background-color: #fff;
}
.pa-boxlink:hover {
    border: 1px solid #666;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
}

.pa-chiplink {
    text-align:center;
    padding:10px;
    margin:4px;
    line-height: 1.1em;
    border-radius: 5px;
    border: 1px solid #999;
    display:inline-block;
    vertical-align:top;
    background-color: #fff;
}
.pa-chiplink:hover {
    border: 1px solid #666;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
    cursor: pointer;
}

.pa-scrollbox {
    line-height: 1.2em;
    border: 1px solid #999;
    border-radius: 5px;
    background:#d3d1c4;
    box-shadow: #999999 0px 0px 10px 5px inset;
    padding-left: 24px;
    margin-left: -25px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #82003b transparent;
}
.pa-scrollbox-x {
    white-space: nowrap;
}
.pa-scrollbox-y {
    transition: max-height 0.4s ease-out 0s;
    max-height: 400px;
    //width: 905px;
}
.pa-scrollbox-y::-webkit-scrollbar {
    width: 10px;
}
.pa-scrollbox-x::-webkit-scrollbar {
    height: 10px;
}
.pa-scrollbox::-webkit-scrollbar-thumb {
  background: #82003b;
}
.pa-scrollbox::-webkit-scrollbar-thumb:hover {
  background: #ff5f00;
}


.pa-xlb {
    font-size:x-large;
    font-weight:bolder;
}

.pa-smg {
    font-size:small;
    font-weight:normal;
    color:#666;
}

.pa-hu:hover {
    text-decoration: underline;
}

.pa-textlink {
    cursor:pointer;
    font-weight: bold;
    text-decoration: none;
    color: #006dff;
}
.pa-textlink:hover {
    text-decoration: underline;
    color: #82003b;
}

.pa-simplesearch {
    font-size:x-large;
    color:#006dff;
    border:0;
    border-bottom:1px solid #aaa;
}

.OLDpa-button {
    padding:5px;
    margin-left:10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    display:inline;
    background-color: #fff;
    color:#ccc;
}
.OLDpa-button:hover, .OLDpa-button:focus {
    border: 1px solid #002664;
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
    color:#002664;
    font-weight: bold;
    background-color: #22eceb;
    cursor:pointer;
}

.pa-button {
    padding:5px;
    margin-left:10px;
    border-radius: 5px;
    border: 1px solid #002664;
    display:inline;
    background-color: #006dff;
    color:#eee;
}
.pa-button:hover, .pa-button:focus {
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.5);
    color:#002664;
    font-weight: bold;
    background-color: #22eceb;
    cursor:pointer;
}
.pa-button:disabled {
    border-color: #ccc;
    background-color: #fff;
    color:#ccc;
}

.pa-pseudo-radio {
    appearance: none;
    margin: 0;
}
.pa-pseudo-radio + label{
    color: #999;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 150px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: 2px;
}
.pa-pseudo-radio:checked + label {
    font-weight: bold;
    color: #006dff;
    border-bottom-color: #006dff;
}
.pa-pseudo-radio:hover + label {
    font-weight: bold;
    background-color: #f3f1e4;
}


.pa-table {
    border-collapse: collapse;
    border: 1px solid #000;
}
.pa-table th {
    background-color: #002664;
    color: #fff;
    padding: 2px;
    border: 1px solid #000;
}
.pa-table td {
    background-color: #fff;
    color: #006dff;
    padding: 2px;
    border: 1px solid #000;
}
tr.pa-hov {
    border-left: 5px solid #d2d0c300;
}
tr.pa-hov:hover {
    border-left: 5px solid #ff5f00;
    background-color: #f3f1e4;
}

.pa-news {
    border-collapse: collapse;
}
.pa-news .date {
    vertical-align:top;
    font-weight: bold;
    white-space: nowrap;
    padding-right:15px;
}
.pa-news td {
    border-top: 1px solid #002664;
    padding-bottom:10px;
}

.pa-footer {
    background-color:#002664;
    color: #fff;
    width: 100%;
    min-height: 100px;
    border-top: 4px solid #ff5f00;
    text-align: center;
}

.pa-justifiedtext {
    text-align: justify;
}

.pa-orange {
    color: #ff5f00;
}

.pa-leftimg {
    width: 120px;
    float: left;
    margin-right: 20px;
}
