/*
#151515 matte black - background
#272928 dark grey - background 2
#444444 medium grey - background 3
#858786 light grey - lines and borders
#ebedec lighter grey - white button
#dddddd lightest grey - text
#2196F3 w3 blue 
#87CEEB w3 light-blue - lines and borders
#4CAF50 w3 green
#f44336 w3 red
#ff9800 w3 orange
#ffeb3b w3 yellow
#E91E63 w3 pink
#3f51b5 w3 indigo
*/

body, html {
 color:#dddddd;
}

p {color:#dddddd;}
ul, ol {color:#dddddd;}

h1, h2, h3, h4, h1 span,h2 span,h3 span,h4 span {color:#dddddd !important;font-family: 'Aurebesh-English', sans-serif;margin:0;}
h5, h6, h5 span, h6 span {color:#dddddd !important;font-family: 'Aurebesh-English', sans-serif;margin:0;}

hr {border-top: 3px solid #444;width:100%;margin:10px auto;}

a {color:#f44336;}
a:hover {color:#f6685e;}
a:active {color:#f6685e;}

/*
FIXED CLASSES
CONTAINERS
DECORATIONS
PROFILE
FORM ELEMENTS
BUTTONS
FIELDSET & ACCORDION
IMAGES 
MENUS
ANIMATIONS
*/


/* ************************ FIXED CLASSES ************************ */


/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #202020;
  border: solid 2px #505050;
    border-radius:10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
border: solid 2px #f44336;
}

.backtotop {
  border: solid 2px #2196F3; 
  border-radius:50%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
}

.backtotop:hover {
  border: solid 2px #f44336;
  background:#151515;
}

.backtotop a {
    color:#2196F3;
    }

.backtotop a:hover {
    color:#f44336;
}

.editor p {color:#87CEEB;font-family: "Play", sans-serif;}
.editor ul, ol {color:#87CEEB;font-family: "Play", sans-serif;}
.editor li {color:#87CEEB;font-family: "Play", sans-serif;}
.editor ul li li {color:#87CEEB;font-family: "Play", sans-serif;}
.editor table {color:#87CEEB;font-family: "Play", sans-serif;}
.editor table tr {color:#87CEEB;font-family: "Play", sans-serif;}
.editor table td {color:#87CEEB;font-family: "Play", sans-serif;}

.error {
  width: 90%;
  max-width:800px;  
  padding:10px;
  text-align:center;
  margin:25px auto;
  color: #ff9800;
  font-size:0.8em;
  font-family: "Shapefont", sans-serif;
  background: rgb(255, 152, 0) !important;
  background: rgba(255, 152, 0,0.4) !important; 
  position: relative;
}

.error:before {
   content: " ";
   position: absolute;
   border-left:5px solid #ff9800;
   border-top:5px solid #ff9800;
   border-bottom:5px solid #ff9800;
   padding:10px;
   top:0;
   bottom:0;
   left: 0;  
}

.error:after
{
  content:" ";
   position: absolute;
   border-right:5px solid #ff9800;
   border-top:5px solid #ff9800;
   border-bottom:5px solid #ff9800;
   padding:10px;
   top:0;
   bottom:0;
   right:0;
}

.success {
  width: 90%;
  max-width:800px;  
  padding:10px;
  text-align:center;
  margin:25px auto;
  color: #4CAF50;
  font-size:1.0em;
  font-family: "Aurebesh-English", sans-serif;
  background: rgb(76, 175, 80) !important;
  background: rgba(76, 175, 80,0.4) !important; 
  position: relative;
}

.success:before {
   content: " ";
   position: absolute;
   border-left:5px solid #4CAF50;
   border-top:5px solid #4CAF50;
   border-bottom:5px solid #4CAF50;
   padding:10px;
   top:0;
   bottom:0;
   left: 0;  
}

.success:after
{
  content:" ";
   position: absolute;
   border-right:5px solid #4CAF50;
   border-top:5px solid #4CAF50;
   border-bottom:5px solid #4CAF50;
   padding:10px;
   top:0;
   bottom:0;
   right:0;
}


/* ************************ CONTAINERS ************************ */


td, th {vertical-align:middle !important;}
.table {background:#151515 !important;}
.trhead {background:#272928 !important;color:#ddd;vertical-align:middle !important;}
.tr {border-bottom:solid 2px #272928 !important;vertical-align:middle !important;}
.tr:hover td {background:#000 !important;color:#f44336;}

.padding8 {padding:8px;} 
.padding16 {padding:16px;} 

.bgBLK {background:#000;} /* black */
.bg1 {background:#151515;} /* matte black */
.bg2 {background:#272928;} /* dark grey */ 
.bg3 {background:#444444;} /* medium grey */
.bg4 {background:#858786;} /* light grey */
.bg5 {background:#ebedec;} /* lighter grey */

.border1 {border:solid 1px #151515;} /* matte black */
.border2 {border:solid 1px #272928;} /* dark grey */ 
.border3 {border:solid 1px #444444;} /* medium grey */
.border4 {border:solid 2px #858786;} /* light grey - lines and borders */
.border5 {border:solid 1px #ebedec;} /* lighter grey */
.border6 {border:solid 1px #f44336;} /* red */
.border7 {border:solid 2px #2196F3;} /* blue */
.border8 {border:solid 1px #fff;} /* white */
.border9 {border:solid 1px #4CAF50;} /* green */
.border10 {border:solid 1px #ffeb3b;} /* yellow */
.border11 {border:solid 1px #87CEEB;} /* light blue */
.border12 {border:solid 2px #3f51b5;} /* indigo */

.borderdot {border:dashed 1px #f44336;} /* red */

.bracket 
{
  font-family: calibri;
  font-size:20px;
}
.bracket:before {
   content: " ";
   border-left:2px solid #666;
   border-top:2px solid #666;
   border-bottom:2px solid #666;
   margin-right:10px;
  padding:10px 5px 10px 5px;
}
.bracket:after
{
  content:" ";
  padding:10px 5px 10px 5px;
  border-right:2px solid #666;
  border-top:2px solid #666;
  border-bottom:2px solid #666;
  margin-left:10px;
}

.bracketred {
  padding:10px;
  text-align:center;
  margin:25px auto;
  color: #f44336;
  background: rgb(244, 67, 54) !important;
  background: rgba(244, 67, 54,0.4) !important; 
  position: relative;
}

.bracketred:before {
   content: " ";
   position: absolute;
   border-left:5px solid #f44336;
   border-top:5px solid #f44336;
   border-bottom:5px solid #f44336;
   padding:10px;
   top:0;
   bottom:0;
   left: 0;  
}

.bracketred:after
{
  content:" ";
   position: absolute;
   border-right:5px solid #f44336;
   border-top:5px solid #f44336;
   border-bottom:5px solid #f44336;
   padding:10px;
   top:0;
   bottom:0;
   right:0;
}

.containerbg {
  background: rgb(0, 0, 0) !important;
/*  background: rgba(0, 0, 0,0.5) !important; */
}

.containerbg2 { /* blue */
  background: rgb(31, 50, 89) !important;
  background: rgba(31, 50, 89,0.8) !important;
}

.containerbg3 {background:#003333 !important;}

.container-modal {
  border-radius:10px;
  background: rgb(0, 0, 0) !important;
  background: rgba(0, 0, 0,0.8) !important;
  border: solid 4px #2196F3;
}

.container-dark { /* fixed right modals */
 border: 2px double #2196F3;
 border-right:0;
 border-radius: 10px 0 0 10px;
 padding:8px 12px 8px 8px;
 background:#000;
}

.container-purple {
  border-radius:10px;
  background: rgb(41,45,63) !important;
}

.container-red {
  border-radius:10px;
  background: rgb(97, 8, 1) !important;
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);  
}

.modal {
  background-color:rgb(0,0,0) !important;
  background-color:rgba(0,0,0,0.5) !important;
}

.modal-alert {
  padding:10px;
  margin:10px auto;
  background:#000;
  border:solid 2px #f44336;
  border-radius:10px;
}

.modal-alert p {
  color: #f44336;
  margin:8px 0;
  font-family: 'Aurebesh-English', sans-serif;
  font-size:0.7em;
  text-align:center;
}

.modal-alert .button{
  width:100%;
}

/* profile01 pop out */
.container-pop {
 border:solid 1px #2196F3;
 border-radius:10px;
 background: #000;
}

.container-pop a {
 display:block;
 color:#ddd;
 font-family: 'ShapeFont', sans-serif;
 font-size:0.7em;
 padding:8px;
 border-bottom: solid 1px #2196F3; 
}

.container-pop a:hover {color:#f44336;}

.container-pop .top {
 display:block;
}

.container-pop .pic{
  overflow:hidden;
  background: url('/images/Holonet/cctv-lines.png') no-repeat center center;
  background-image:cover;
  background-color: #2196F3;
  border-radius:10px;
}

.container-pop img {
  width:100%;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  opacity:0.7;     
 }

.container-pop .top:hover img, .container-pop .top:active img{
  transform: scale(1.05);
  filter: grayscale(0);
  opacity:1;
}

.bottom{
 border-top: solid 1px #2196F3;
 border-radius: 0 0 10px 10px;
}

.counter {
    display:inline-block;
    background:#272928;
    border-radius:10px;
    width:40px;
    line-height:20px;
    text-align:center;
    margin-left:5px;
    font-size:0.9em;
    color:white;
}

.databank{
  padding:8px;
  border:solid 2px #2196F3;
  border-radius:10px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);  
}

.chaincode{
  padding:8px;
  border:solid 2px #2196F3;
  border-radius:10px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.8);  
}

.chaincode .img{
  overflow:hidden;
  background: url('/images/Holonet/cctv-lines.png') no-repeat center center;
  background-image:cover;
  background-color: #2196F3;
}

.chaincode img {
  width:100%;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  opacity:0.7;     
 }

.chaincode img:hover, .chaincode img:active{
  transform: scale(1.1);
  filter: grayscale(0);
  opacity:1;
}

.chaincode p {
 font-size:0.6em;
 color:#87CEEB;
 font-family: "ShapeFont", sans-serif;
 }

.chaincode p span {
 color:#2196F3;
 font-family: "ShapeFont", sans-serif;
 }

.chaincode h6 {
 font-size:0.8em;
 color:#87CEEB;
 font-family: "Aurebesh-English", sans-serif;
 }

.chaincode h6:hover, .chaincode h6:active {
 color:#f44336;
 }

.chaincode .button:hover {
 color:#f44336;
 border:solid 1px #f44336;
 }

.chaincode .button span:after {
  content: '' !important;
  right: 0 !important;
}

.chaincode .button:hover span {
  padding-right: 0 !important;
}

.chaincode .field{
 border:0;
 margin:0;
 padding:10px;
}

.chaincode .field p, .chaincode .field p span, .chaincode .field li{
 font-size:0.9em;
 color:#87CEEB;
 font-family: "Play", sans-serif;
}

.bountyFRONT {
  padding:8px;
  border:solid 2px #2196F3;
  border-radius:10px;
  background: #000; 
}

.bountyFRONT .img{
  overflow:hidden;
  background: url(/images/Holonet/cctv-lines.png) no-repeat center center;
  background-image:cover;
  background-color: #2196F3;
  border-radius:10px;
}

.bountyFRONT img {
  width:100%;
  border-radius:10px;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  opacity:0.7;     
 }

.bountyFRONT img:hover, .bountyFRONT img:active{
  transform: scale(1.05);
  filter: grayscale(0);
  opacity:1;
}

.bountyFRONT .credits {
  display:inline-block;
  margin-bottom:5px;
  color:#f44336 !important;
  border:solid 5px #f44336;
  border-top:0;
  border-bottom:0;
  padding:8px 15px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255,0.5);
}

.bountyFRONT .name {
  display:inline-block;
  border:solid 5px #151515;
  border-top:0;
  border-bottom:0;
  padding:8px 15px;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255,0.5);
}

.bountyFRONT .name h4 {
  color:#151515 !important;
}

.newsFRONT {
  padding:8px;
  border:solid 2px #2196F3;
  border-radius:10px;
  background: #000; 
}

.newsFRONT .img{
  overflow:hidden;
  background: url('/images/Holonet/cctv-lines.png') no-repeat center center;
  background-image:cover;
  background-color: #2196F3;
  border-radius:10px;
}

.newsFRONT img {
  width:100%;
  border-radius:10px;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s ease;
  filter: grayscale(100%);
  opacity:0.7;     
 }

.newsFRONT img:hover, .newsFRONT img:active{
  transform: scale(1.05);
  filter: grayscale(0);
  opacity:1;
}

.newsFRONT:hover h6, .newsFRONT:active h6 {
  color:#f44336 !important;
}

.articleSM {
  background:#151515;
  margin:0;
  border-radius:10px;
  border:solid 2px #272928;
  transition: all 0.5s ease;
}

.articleSM a {
  display: flex;
  width: 100%;
}

.articleSM .pic {
  overflow:hidden;
  background-color: #000;
  border-radius:10px;
}

.articleSM .pic img {
  width:100px;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s ease;
  filter: grayscale(100%);
}
  
.articleSM h6 {
  font-size:0.7em;
  margin:0;
}
 
.articleSM:hover, .articleSM:active {
  border:solid 2px #f44336;
}

.articleSM:hover img, .articleSM:active img{
  transform: scale(1.05);
  filter: grayscale(0);
}

.articleSM:hover h6, .articleSM:active h6 {
  color:#f44336 !important;
}

/* ************************ DECORATIONS ************************ */


.borderradius {border-radius:10px;}
.borderglow {box-shadow:0 0 3px 3px rgba(204, 255, 255,0.5);}
.hoverglow:hover{box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);}

.hexagon {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.hexagon2 {
/*  height: 200px;  adjust to control the size  */
  aspect-ratio: cos(30deg);
  clip-path: polygon(-50% 50%,50% 100%,150% 50%,50% 0);
}

/* HTML: <div class="hexagon"></div> */
.hexagon3 {
  --b: 5px; /* adjust to control the border  */
/*  height: 200px;  adjust to control the size  */
  aspect-ratio: cos(30deg);
  clip-path: 
    polygon(50% 0,-50% 50%,50% 100%,150% 50%,50% 0,
    50% var(--b),
    calc(100% - var(--b)*sin(60deg)) calc(25% + var(--b)*cos(60deg)),
    calc(100% - var(--b)*sin(60deg)) calc(75% - var(--b)*cos(60deg)),
    50% calc(100% - var(--b)),
    calc(var(--b)*sin(60deg)) calc(75% - var(--b)*cos(60deg)),
    calc(var(--b)*sin(60deg)) calc(25% + var(--b)*cos(60deg)),
    50% var(--b));
}

.bevel {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.square-blue {
    display:inline-block;
    vertical-align: middle;
    background: #2196F3;
    width:30px;
    height:30px;
}

.square-red {
    display:inline-block;
    vertical-align: middle;
    background: #f44336;
    width:30px;
    height:30px;
}

.square-grey {
    display:inline-block;
    vertical-align: middle;
    background: #858786;
    width:30px;
    height:30px;
}

/* NOT IN USE */
.middle-line {display:block;position: relative;} 

.middle-line::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    left: 50%; /* Moves the start of the line to the horizontal center */
    top: 0;
    bottom: 0; /* Stretches the line vertically to fill the container height */
    width: 4px; /* Adjust line thickness */
    background-color: #2196F3; /* Adjust line color */
    transform: translateX(-50%); /* Centers the 2px line exactly on the 50% mark */
    z-index: -1; /* Ensures the line appears behind the text */
}


/* ************************ PROFILE ************************ */


.holonet-profile {background:#151515 !important;}
.holonet-profile:hover {border:solid 1px #f44336 !important;}

.hex-profile {
   display:table;
   table-layout: fixed;
   width:100%;
   height:102px;
   padding:0;
   transition: all 0.5s;
   cursor:pointer;
   position: relative;
   border:solid 1px #444444;
   border-left:0;
   background:#151515;
}

.hex-profile:hover {
  background:#272928;
}

.hex-profile legend {
 font-size:0.6em !important;
 color:#2196F3 !important;
 font-family: "ShapeFont", sans-serif;
 padding: 0 8px;
 position: absolute;
 top: 0;
 right: 0;
}

.borderLeft {
  background:#000;
  position: absolute;
  width:25px;
  height:103px;
  top: -1px;
  left: 0;
}

.hex-profile .pic {
   display:table-cell;
   width:100px;
   height:100px;
   overflow:hidden;
   padding:0;
   background-color:#fff;
   border:solid 1px #444;
   border-top:0;
   border-bottom:0;
   clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.hex-profile .pic img {
   width:100px;
   height:100px;
   object-fit: cover;
   object-position: 50% top;
   filter: grayscale(100%);
}

.hex-profile .icon {
   display:inline;
   text-align:center;
   padding:5px;
   position: absolute;
   top: 0;
   right: 0;  
}

.hex-profile .icon img {
   width:30px;
   height:30px;
   filter: grayscale(100%);
}

.hex-profile:hover img,.hex-profile:active img {
  transform: scale(1.15);
  filter: grayscale(0);
}

.hex-profile .info {
   display:table-cell;
   vertical-align:middle;
   padding:0 40px 0 15px;
   width:100%; 
}

.hex-profile p {
   font-family: 'ShapeFont', sans-serif;
   font-size:0.7em;
   color:#2196F3;
}

.system-profile {
  width:100%;
  padding:10px;
  text-align:center;
  margin:0 auto;
  color: #2196F3;
  font-size:0.8em;
  font-family: "Shapefont", sans-serif;
  background:#012645;
  position: relative;
}

.system-profile span {
  font-size:0.6em;
  font-family: "Shapefont", sans-serif;
}

.system-profile:before {
   content: " ";
   position: absolute;
   border-left:5px solid #2196F3;
   border-top:5px solid #2196F3;
   border-bottom:5px solid #2196F3;
   padding:10px;
   top:0;
   bottom:0;
   left: 0;  
}

.system-profile:after
{
  content:" ";
   position: absolute;
   border-right:5px solid #2196F3;
   border-top:5px solid #2196F3;
   border-bottom:5px solid #2196F3;
   padding:10px;
   top:0;
   bottom:0;
   right:0;
}

.system-warning {
  width:100%;
  max-width:800px;  
  padding:10px;
  text-align:center;
  margin:5px auto;
  color: #f44336;
  font-size:0.8em;
  font-family: "Shapefont", sans-serif;
  background:#541612;
  position: relative;
}

.system-warning span {
  font-size:0.8em;
  font-family: "Shapefont", sans-serif;
}

.system-warning:before {
   content: " ";
   position: absolute;
   border-left:5px solid #f44336;
   border-top:5px solid #f44336;
   border-bottom:5px solid #f44336;
   padding:10px;
   top:0;
   bottom:0;
   left: 0;  
}

.system-warning:after
{
  content:" ";
   position: absolute;
   border-right:5px solid #f44336;
   border-top:5px solid #f44336;
   border-bottom:5px solid #f44336;
   padding:10px;
   top:0;
   bottom:0;
   right:0;
}

.advert {
  border-radius:10px;  
}

.advert .pic{
  overflow:hidden;
  border-radius:10px;
}

.advert .pic img {
  width:100%;
  max-inline-size: 100%;
  block-size: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s ease;
  filter: grayscale(100%); 
}

.advert .pic img:hover {
  border-radius:10px;
  filter: grayscale(0);
}


/* ************************ FORM ELEMENTS ************************ */


input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"] {
  color: #f44336;
  background: #151515;
  border: solid 1px #444;
  border-radius:10px;
  width:100%;
  }

input[type="text"]:hover, input[type="password"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover {
  border: solid 1px #858786;
  }

select {
  color: #f44336;
  background: #151515;
  border: solid 1px #444;
  border-radius:10px;
  width:100%;
  }

select:hover {
  border: solid 1px #858786;
  }

.slider {
  background-color: #03090f;
  border: solid 2px #00ffff;
}

.slider:before {
  background-color: white;
}

input:checked + .slider {
  background-color: #03090f;
  border: solid 2px orange;
box-shadow: inset 0 0 10px orange;
}

input:focus + .slider {
/*  box-shadow: 0 0 10px orange; */
}

/* autocomplete */

.ui-widget.ui-widget-content {
  border: 1px solid #444 !important;
  z-index:10000;  
}

.ui-widget-content {
  color: #727272 !important;
  background: #151515 !important;
  border: solid 1px #444 !important;
  border-radius:0;
}
    
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #151515 !important;
    color: #f44336 !important;
    font-weight: lighter !important;    
    margin: 0 !important;
    border-left: solid 1px #f44336 !important;
    border-right: solid 1px #f44336 !important;
	border-top: 0 !important;
	border-bottom: 0 !important;	
} 


/* ************************ BUTTONS ************************ */


.button {
  background: #000 !important;
  border: solid 2px #444 !important;
  color:#ddd !important;
  border-radius:10px !important;
  display:inline-block !important;
  margin:0 !important;
}

.button-square {border-radius:0 !important;}

.button span {color:#ddd !important; font-family: 'ShapeFont', sans-serif !important;}

.button:hover {color:#f44336 !important;border: solid 2px #f44336 !important;}
.button:hover span {color:#f44336 !important;}


/* ************************ FIELDSET ************************ */


fieldset{
 background:transparent;
 border-radius:none;
 border:0;
}

legend {
 font-size:0.8em;
 color:#2196F3;
 font-family: "ShapeFont", sans-serif;
}

.accordion 
{
  position: relative;
  width:95%;
  padding:10px 10px 10px 20px;
  color:#2196F3;
  font-size:0.9em;
  font-family: "Aurebesh-English", sans-serif;
  margin-top:16px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0,0.5);
  transition: all 0.5s ease;  
}

.accordion:before {
   content: " ";
   position: absolute;
   border-left:2px solid #666;
   border-top:2px solid #666;
   border-bottom:2px solid #666;
   padding:5px;
   top:0;
   bottom:0;
   left: 0;  
}

.accordion:after
{
  content:" ";
   position: absolute;
   border-right:2px solid #666;
   border-top:2px solid #666;
   border-bottom:2px solid #666;
   padding:5px;
   top:0;
   bottom:0;
   right:0;
}

.accordion:hover, .accordion:active, .accactive {
  width:100%;
  color:#f44336;
  background: rgb(21, 21, 21) !important;
  background: rgba(21, 21, 21,0.9) !important;
}

.accordion:hover:before {
   content: " ";
   position: absolute;
   border-left:2px solid #f44336;
   border-top:2px solid #f44336;
   border-bottom:2px solid #f44336;
   padding:5px;
   top:0;
   bottom:0;
   left: 0;  
}

.accactive:before {
   content: " ";
   position: absolute;
   border-left:2px solid #f44336;
   border-top:2px solid #f44336;
   border-bottom:0;
   padding:5px;
   top:0;
   bottom:0;
   left: 0;  
}

.accordion:hover:after
{
  content:" ";
   position: absolute;
   border-right:2px solid #f44336;
   border-top:2px solid #f44336;
   border-bottom:2px solid #f44336;
   padding:5px;
   top:0;
   bottom:0;
   right:0;
}

.accactive:after
{
  content:" ";
   position: absolute;
   border-right:2px solid #f44336;
   border-top:2px solid #f44336;
   border-bottom:0;
   padding:5px;
   top:0;
   bottom:0;
   right:0;
}

.panel {
  background: rgb(21, 21, 21) !important;
  background: rgba(21, 21, 21,0.9) !important;
  border: dotted 2px #f44336;
  border-top:0;
  border-radius:0 !important;
  padding: 10px 20px;
  margin-bottom:10px;
  font-family: "Play", sans-serif;
  font-size:1.0em;
}

.panel p {
  font-size:1.0em; 
  font-family: "Play", sans-serif;
}


/* ************************ IMAGES ************************ */


/* ************************ MENUS ************************ */


.topmenu {
    background:transparent !important;
}

.topmenu p {
    color:#fff;
    display:inline-block;
    padding:10px;
    margin:5px 10px;
    font-size:0.9em;
    font-family: 'Aurebesh-English', sans-serif;
    cursor: pointer;
    transition: all 0.5s ease;
}
.topmenu p:hover {
    color:#f44336;
}

.w3-dropdown-click 
 {
 display:block;
 background:transparent;
 width:100%;
 }
.w3-dropdown-click:hover {background:transparent;}

.dropmenu {
  position: relative;
  padding:10px;
  height:50px;
  width:100%;
  margin:0;
  display: flex;
  align-items: center;
  justify-content: center;  
  color:#2196F3;
  font-size:0.8em;
  font-family: "Shapefont", sans-serif;
  background: #151515;
  transition: all 0.5s ease;  
}

.dropmenu:before {
   content: " ";
   position: absolute;
   border-left:5px solid #444;
   border-top:5px solid #444;
   border-bottom:5px solid #444;
   padding:5px;
   top:0;
   bottom:0;
   left: 0;  
}

.dropmenu:after
{
  content:" ";
   position: absolute;
   border-right:5px solid #444;
   border-top:5px solid #444;
   border-bottom:5px solid #444;
   padding:5px;
   top:0;
   bottom:0;
   right:0;
}

.dropmenu:hover, .dropmenu:active {
  width:100%;
  color:#f44336;
  background: #151515;
}

.w3-dropdown-content {
  z-index:200 !important;
  width:100% !important;
  background: #151515 !important;
  border: 5px solid #444 !important;
  border-top:0 !important;
  border-radius:0 !important;
  padding: 0 !important;
  margin-bottom:10px !important;
}

.menu-table {
    background:#000;
    border-bottom:solid 2px #2196F3;
    width:100%;
}
.menu-table tr, .menu-table td {padding:0;}

.menu a {
    color:#fff;
    text-align:center;
    padding:10px 0;
}

.menu a:hover {
    color:#f44336;
}

.menu span {
    color:#fff;
    padding:8px;
    margin:0;
    vertical-align: middle;
    font-family: "ShapeFont", sans-serif;
    font-size:0.6em;
    text-align:center;
    text-transform:uppercase;
    border:solid 2px #858786;
    background:#444;
    transition: all 0.5s ease;
}

.menu span:hover 
 {
    color:#fff;
    background:#2196F3;
 }
.menu i {font-size: 28px;}

.mobile-menu {
   width:300px;
   margin-right:0;
   padding:0;
   border:solid 2px #2196F3;
   border-right:0;
   border-radius: 10px 0 0 10px;
   padding:8px 12px 8px 8px;
   background:#000;
   transition: all 0.5s ease;
}

.mobile-menu .accordion {width:100%;margin-top:5px;}

.mobile-menu p {
    background: #000;
    color:#858786;
    padding:5px 20px;
    text-align:right;
    font-family: "ShapeFont", sans-serif;
}


/* ************************ ANIMATIONS ************************ */

