body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a,
blockquote,
sup,
sub,
section,
article,
button 
{
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
}
body:hover,
div:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
p:hover,
li:hover,
a:hover,
blockquote:hover,
sup:hover,
sub:hover,
section:hover,
article:hover,
button:hover 
{
  font-family: "Manrope", Arial, sans-serif !important;
}
.button-container 
{
        position: absolute;
        top: 6.5px;
        right: .5vw; 
        display: flex; 
        align-items: center;
        z-index: 2; 
}
.button-18
{
    align-items: center;
    background-color: #2f3452;
    border: 1px solid;
    border-radius: 4px;
    border-color: #ffffff80;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    line-height: 20px;
    min-height: 32px;
    min-width: 0px;
    overflow: hidden;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    touch-action: manipulation;
    transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    top: 120px;
}  
.button-18:active 
{
    background: #2f3452;
    color: white;
}  
.button-18:disabled
{ 
    cursor: not-allowed;
    background: rgba(0, 0, 0, .08);
    color: rgba(0, 0, 0, .3);
}
.subtab 
{
    overflow: hidden;
    position: absolute;
    width: 98vw;
    left: 2px;
    top: 21vh;
    font:inherit;
    border-bottom-color: lightgrey;
    border-bottom-style: solid;
    border-bottom-width: thin;
}
.subtab button
{
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 3px 16px;
    transition: 0.3s;
    font-weight: bold;
    color:black;
    font:inherit;
}
.subtab button.active 
{
    border-bottom:#176de6;
    border-bottom-style: solid;
    border-bottom-width: medium;
    font:inherit;
}
.subtabcontent 
{
    display: none;
    padding: 6px 12px;
    position:absolute;
    width:100%;
    height:100%;
    font:inherit;
}
#page-header
{
  background: url('/images/backgrounds/New-Background.jpg') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.pageHeader
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height:15vh;
}
#signupdiv
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F3F5FF;
  background-size:cover;
}
.tablinks:disabled
{
  color: #FFFFFF80;
}
.errorMsg
{
  text-align: center;
  width: 100vw;
  background-color: #FF5719;
  font:inherit;
  height:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom:0;
}
[id$="_filter"] input
{    
    width:90%;
}
[id$="_filter"].dataTables_filter
{
    width: 300px;
    font-size: 14px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    /*margin-bottom: 12px;*/
    background-size:20px;
    background-color:#F3F5FF;
}
.dataTables_scrollBody 
{
  background-color: #F3F5FF; 
}
.dataTables_filter input
{
    height:30px;
    width:270px;
}
.dataTables_scroll
{
  padding-top:unset !important;
}
.filter-icon
{
    font-size: 1em;
}
.page-footer
{
  width:100%;
  background-color: #212438;
  display: flex;
  align-items: center;
  height:15vh;

}
.tab button 
{
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  padding: 3px 25px;
  transition: 0.3s;
  font-weight: bold;
  font-family: Manrope;
  font-size: 24px;
  color:#FFFFFF;
}
.tab button.active
{
  border-bottom: white;
  border-bottom-style: solid;
  border-bottom-width: medium;
}
body
{
  margin:0;
}
.block-padding
{
  display: block;
    padding:10px !important;
    height:200px;
}
.requiredInput
{
  font-size: 10px;
  color: #FF5719;
}
/* pre global */
#trade
{
  left: calc(15px);
  color: #FFFFFF;
  font-size: 12px;
  font-family: inherit;
  margin-left:10px;
}
.tab
{
  background-image: linear-gradient(90deg,#2f3452 20%,#8c9fff 100%, #0000 1%);
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 3px;
  overflow: hidden;
  display: flex;
  height:6vh;
}
#PARlogo
{
  width:10%;
  padding-left: 30px;
  box-sizing: unset;
}
/* global styles */
#page-header div
{
  height: 10vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
img.bklogo
{
  width:25vw;
}
.toggle-switch 
{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 23px;
}
.toggle-checkbox 
{
  display: none;
}
.toggle-label 
{
  background-color: #ccc;
  border-radius: 23px;
  position: relative;
  cursor: pointer;
  display: block;
  height: 100%;
  transition: background-color 0.01s;
}
.toggle-label:before 
{
  content: '';
  position: absolute;
  width: 20px;
  height: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.01s;
}
.toggle-indicator 
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #212438;
  pointer-events: none;
}
.toggle-checkbox:checked + .toggle-label 
{
  background-color: #8C9FFF;
}
.toggle-checkbox:checked + .toggle-label:before 
{
  transform: translateX(26px);
}
@media only screen and (min-width: 600px) 
{
  img.bklogo
  {
    width: 15vw;;
  }
  img
  {
    max-height: unset;
  }
  #PARlogo
  {
    box-sizing: border-box;
    width:20%;
  }
}
@media only screen and (min-width: 768px) 
{
#PARlogo
{
  box-sizing: border-box;
  width:10%;
}
}
@media only screen and (min-width: 992px) 
{
  #page-header div
  {
  height: 10vh;
  }
  img.bklogo
  {
    width:10vw;
  }
}
@media only screen and (min-width: 1500px) 
{
   img.bklogo
   {
    width:8vw;
   }
  #PARlogo
  {
    width:5%;
  }
}