/*
#003333 Dark Turquiose
#325b5b Medium Turquiose
#008080 Light Turquiose
#ccffff Bright Turquiose

#1f2230 Dark Purple 
#292d3f Light Purple  

#330000 Burgundy

#00ffff w3 aqua
#00bcd4 w3 cyan
#009688 w3 teal
#2196F3 w3 blue 
#f44336 w3 red
#E91E63 w3 pink
*/

body, html {
 color:#fff;
}

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

h1, h2, h3, h4 {color:#fff;font-family: 'Aurebesh-English', sans-serif;}
h1 span,h2 span,h3 span,h4 span {font-family: 'Aurebesh-English', sans-serif;}
h5, h6 {color:#fff;font-family: 'ShapeFont', sans-serif;}
h5 span, h6 span {color:#fff;font-family: 'ShapeFont', sans-serif;}

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

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

.greylink a {color:#C0C0C0;}
.greylink a:hover {color:#fff;text-shadow: #fff 0 0 8px;}
.greylink a:active {color:#fff;text-shadow: #fff 0 0 8px;}

fieldset{
 background: #222;
 border-radius:10px;
 border:0;
 height:100%;
 margin:0;
 padding:0 8px 10px 8px;
}

legend {
 font-size:0.8em;
 color:#00ffff;
 text-align:center;
 margin:0;
 padding:0;
 font-family: "ShapeFont", sans-serif;
}
/*
fieldset {border: solid 2px #222; border-radius:10px;}
legend {color:#00bcd4;font-family: "ShapeFont", sans-serif;font-size: 1.0em;}
*/
.textglow {text-shadow: #fff 0 0 8px;}
.hovertextglow:hover {text-shadow: #fff 0 0 8px;}
.borderradius {border-radius:10px;}
.borderglow {box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);}
.hoverglow:hover{box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);}

/*
BACKGROUNDS
LAYOUT
CHAIN CODE
MENUS
ERROR & SUCCESS
BUTTONS
FORM ELEMENTS
PAGE ELEMENTS 
*/

/************* BACKGROUNDS *************/

.containerbg {background:#325b5b !important;}

.containerbg2 {background:#1f2230 !important;}

.containerbg3 {background:#003333 !important;}

.container-modal {
  border-radius:10px;
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);
  background: rgb(0, 102, 102) !important;
  background: rgba(0, 102, 102,0.8) !important;
}

.container-dark {
  border-radius:10px;
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);
  background: rgb(41,45,63) !important;
  background: rgba(41,45,63,0.8) !important;
}

.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);  
}

/* profile pop out */
.container-pop{
  border-radius:10px;
  border: solid 5px #000;
  background: #181c23 !important;
}

.mobile-menu {background:#262a34;}

.mobile-menu a {
    color:#fff;
    padding:10px 20px;
    margin:0px;
    text-transform:uppercase;
}
.mobile-menu a:hover {color:#FF6600;background:#3f4655;}

.mobile-menu p {
    background: #1f232a;
    color:#fff;
    padding:10px 20px;
    margin:0px;
    text-transform:uppercase;
}

/************* LAYOUT *************/

/*
#003333 Dark Turquiose
#325b5b Medium Turquiose
#008080 Light Turquiose
#ccffff Bright Turquiose

#1f2230 Dark Purple 
#292d3f Light Purple  

#330000 Burgundy

#00ffff w3 aqua
#00bcd4 w3 cyan
#009688 w3 teal
#2196F3 w3 blue 
#f44336 w3 red
#E91E63 w3 pink

.containerbg{background:#325b5b !important;}

.containerbg2{background:#1f2230 !important;}
*/

.comms {
 background: #014242; 
 border-top: solid 2px #014545;  
 border-bottom: solid 2px #014545;
 position:relative;
}

.comms:hover {
 background: #325b5b;
 border-top: solid 2px #014545;  
 border-bottom: solid 2px #014545;
}

.comms a {
 color: #C0C0C0;
 font-size:0.9em;
}

.read {
 background: #003333;  
 border-top: solid 2px #014545;  
 border-bottom: solid 2px #014545;
}

.read:hover {
 background: #325b5b;    
 border-top: solid 2px #014545;  
 border-bottom: solid 2px #014545;
}

.comms .options {
 display:none;   
}

.comms:hover .options {
 display:inline-block; 
 background: #0a0a0a;
 top:8px;
 right:0;
 position:absolute;
 z-index:10;
}

.articleLG {
  background:#003333;
  border: solid 2px #003333;
}

.articleLG img {
  width:100%;
  height:auto;
  background:#003333;
  transition: 0.2s;
  object-fit:cover;
  object-position: 50% top;  
}

.articleLG button {
  cursor:pointer;
  padding:8px;
  border: solid 2px #003333;
  border-radius:10px;
  background:#336666;
  color:#CCFFFF;
  font-family: "ShapeFont", sans-serif;
}   

.articleLG:hover {
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);
}

/*.articleLG:hover img {
  transform: scale(1.05);
  object-fit:cover;
} */

.articleLG:hover h3 {
  text-shadow: #CCFFFF 0 0 10px;
}

.articleLG:hover button {
  border: solid 2px #CCFFFF;
  color:#FFF;
}   

.articleSM {
  background:#003333;
  margin-bottom:5px;
  border-radius:10px;
}

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

.articleSM .imgdiv {
  display:inline-block;
  overflow:hidden;
  height:100px;
  width:100px;
  float:left;
  border-radius:10px;
}

.articleSM img {
  width:100%;
  height:100px;
  transition: .2s;
  filter: grayscale(100%);
  opacity:0.9;
  object-fit:cover;
  transform-origin: 30% top;  
}
  
.articleSM h6 {
  font-size:0.8em;
}
 
.articleSM:hover {
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);
}

.articleSM:hover img {
  transform: scale(1.08);
  object-fit:cover;
  filter: grayscale(0);
  opacity:1;
}

.articleSM:hover h6 {
  color:#f44336;
}

.bountyFRONT {
  display:block;
  height:100%;
  background:#003333;
  border-radius:10px;
  background: url('/images/Holonet/cctv-lines.png') no-repeat center center;
  background-image:cover;
  border-radius:10px;
}

.bountyFRONT img {
  width:100%;
  height:auto;
  min-height:400px;
  object-fit:cover;
  object-position: 50% top;
  filter: grayscale(100%);
  opacity:0.7;
  transition: .2s;
  border-radius:10px;
}

.bountyFRONT .text {
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255,0.3);
}

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

.bountyFRONT:hover img {
  border-radius:10px;
  transform: scale(1.05);
  filter: grayscale(0);
  opacity:1;
}

.holodriveFRONT {
  background:#003333;
  margin-bottom:5px;
  border-radius:10px;
}

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

.holodriveFRONT .imgdiv {
  display:inline-block;
  overflow:hidden;
  height:80px;
  width:60px;
  float:left;
  border-radius:10px;
  text-align:center;
  padding:20px 0;
}

.holodriveFRONT h6 {
  font-size:0.8em;
}
 
.holodriveFRONT:hover {
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);
}

.holodriveFRONT:hover h6 {
  color:#f44336;
}

.entertainment {
  display:block;
  overflow:hidden;
  height:250px;
}

.entertainment img {
  opacity:0.8;
  transition: .2s;
  width:100%;
  min-height:250px;
}

.entertainment:hover img {
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);
  transform: scale(1.03);
  object-fit:cover;
  opacity:1; 
}

.advert {
  display:block;
  height:120px;
}

.advert img {
  width:100%;
  min-height:120px;
  opacity:0.8;
  transition: all 0.3s;  
}

.advert:hover img {
  min-height:120px;
  transform: scale(1.03);
  object-fit:cover;
  opacity:1;
}

.commonblock2 {
  display:block;
  overflow:hidden;
  padding:15px;
  background:#202124; /* purple grey */
  margin-bottom:0;
  /* top-left | top-right | bottom-right | bottom-left */
  border-radius: 0 0 10px 10px;
}

.commonblock {
  display:block;
  overflow:hidden;
  padding:15px;
  background:#1f2230;
  margin-bottom:0;
  /* top-left | top-right | bottom-right | bottom-left */
  border-radius: 0 0 10px 10px;
}

.commonblock .imgdiv {
  display:block;
  overflow:hidden;
  width:100%;
  height:250px;
  max-height:250px;
  border-radius:10px;
}

.commonblock img {
  width:100%;
  height:250px;
  object-fit:cover;
  transform: scale(1.5);
  transform-origin: 30% 0%;
  transition: .2s;
}

.commonblock:hover p {
  color:#FF6666;
}

.commonblock:hover img {
  transform: scale(1.53);
  object-fit:cover;
}

/************* CHAIN CODE *************/

.profile-fieldset{
 background: #003333;
 border-radius:10px;
 border:0;
 height:100%;
 text-align:center;
 margin:0;
 padding:0 0 10px 0;
}

.profile-fieldset legend {
 font-size:0.8em;
 color:#00ffff;
 margin:0;
 padding:0;
}

.character-profile {
 background: #003333;
 border:0 !important;
}

.character-profile span {
 color:#FFF;
}

.character-profile p {
 line-height:1.3em;
 font-size:0.9em;
 color:#FFF;
 font-family: "ShapeFont", sans-serif;
 margin-top:5px;
}

.character-profile:hover {
 border:0 !important;
 box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5) !important;
}

.dashboard-profile {
 background: #003333 !important;
 border:solid 2px transparent !important;
 padding:0;
 height:53px;
 cursor:pointer;
}

.dashboard-profile legend {
 line-height:0;
 font-size:0.6em;
 text-align:right;
 padding:0 10px;
 color:#f44336;
 font-family: "ShapeFont", sans-serif;
}

.dashboard-profile:hover {
 border:solid 2px transparent !important;
 box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5) !important;
}

.holonet-profile {
 background: #003333 !important;
 border:0 !important;
}

.holonet-profile legend {
 font-size:0.8em;
 line-height:0;
 color:#00ffff;
 margin:0;
 padding:0 10px;
 text-align:right;
}

.holonet-profile:hover {
 border:0 !important;
 box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5) !important;
}

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

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

.menu a:hover {
    color:orange;
}

.menu span {
  background: #000;
  color: #fff;
  text-transform:uppercase;
  border-top:solid 1px #3f4655;
  border-bottom:solid 1px #3f4655;
  background:#181c23;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
}

.menu span:hover {color:#FF6600;background:#3f4655;}
.menu i {font-size: 28px;}

.menu-bar{
  z-index:2;
  position:sticky;
  top:59px;
  right:0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.7);    
}

.menu-block{
  background:#325b5b;
  border-radius:10px;
  padding:8px 0;
  text-align:center;
  font-size:0.8em;
  line-height: 1.5;
  height:53px;
}

.menu-block:hover{
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);
}

.dropmenu {
  padding:10px 15px;
  width:100%; 
  border-radius: 10px;
  border:solid 3px #292d3f;
  background: #292d3f;
}

.dropmenu:hover{box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5);}

.w3-dropdown-content {
  z-index:200;
  padding:10px 0 !important;
  font-size:1.0em;
  width:100%;
  background:#292d3f !important;
  border-radius:10px;
}

.w3-dropdown-content a {
    border-top:solid 1px #1f2230 !important;
    border-bottom:solid 1px #1f2230 !important;
    background:#292d3f !important;
}
.w3-dropdown-content a:hover {background:#1f2230 !important;}

/************* ERROR & SUCCESS *************/

.blink_me {
  padding:10px;
  text-align:center;
  border-top:solid 5px #f44336;
  border-bottom:solid 5px #f44336;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

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

button {
  cursor:pointer;
  padding:8px;
  border: solid 2px #008080;
  border-radius:10px;
  background:#003333;
  color:#FFF;
  font-size:0.8em;
  font-family: "ShapeFont", sans-serif;
}   

button:hover {
  border: solid 2px #ccffff;
  background:#f44336;
  color:#FFF;
}  

.button {
  cursor:pointer;
  padding:8px;
  border: solid 2px #008080;
  border-radius:10px;
  background:#003333;
  color:#FFF;
  font-size:0.8em;
  font-family: "ShapeFont", sans-serif;
}   

.button:hover {
  border: solid 2px #ccffff;
  background:#f44336;
  color:#FFF;
}  

.info-button{
  font-family: "ShapeFont", sans-serif;
  font-size:1.1em;
  background:#003333  !important;
  border-color:#008080;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-button span{
  font-family: "ShapeFont", sans-serif;
  font-size:1.1em;
}

.info-button:hover{
  background:#f44336  !important;
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5) !important;
}

.buttonslice {
  font-family: "ShapeFont", sans-serif;
  font-size:1.0em;
  background:#673ab7 !important;
  border-color:#2196F3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius:50px;
  transition: all 0.5s;
}

.buttonslice i {
font-size:1.8em;
}

.buttonslice:hover {
  font-size:1.1em;
  background:#2196F3 !important;
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5) !important;
}

.buttonslice:hover i {
-webkit-animation:fade-right 1.15s infinite linear;
animation:fade-right 1.15s infinite linear;
}

.button-mission {
  font-family: "ShapeFont", sans-serif;
  font-size:1.1em;
  text-align: center;
  color:#fff;
  display:block;
  height:71px;
  padding:15px 0;
  margin:0;
  width:100%;
  background:#006600;
  transition: all 0.5s;
  cursor: pointer;
  border-radius:50px;
}

.button-mission:hover {
  background:#006600;
  box-shadow:0 0 5px 5px rgba(204, 255, 255,0.5) !important;
}

.optout {background:#922820;}
.optout:hover {background:#f44336;}

.unavailable {background:#333;cursor:default;}
.unavailable:hover {background:#333;box-shadow:none !important;border: solid 2px #008080;}

/*
#003333 Dark Turquiose
#325b5b Medium Turquiose
#008080 Light Turquiose
#ccffff Bright Turquiose

#1f2230 Dark Purple 
#292d3f Light Purple  

#922820 Dark w3 red

#00ffff w3 aqua
#00bcd4 w3 cyan
#009688 w3 teal
#2196F3 w3 blue 
#f44336 w3 red
#E91E63 w3 pink
*/

.accordion {
  background: #003333;
  border-left: solid 5px #008080;
  border-radius: 0 10px 10px 0;
  color:#FFF;
  font-size:0.8em;
  font-family: "ShapeFont", sans-serif;
}

.accordion:hover { /* #ccffff */
  border-left: solid 5px #ccffff;
  border-radius: 0 10px 0 0;
}

.accactive {
  border-left: solid 5px #008080;
  border-radius: 0 10px 0 0;
}

.panel {
  background: #003333;
  border-left: solid 5px #008080;
  border-radius: 0 0 10px 0;
}

.share{
  text-align:right;
  cursor:pointer;
  color:#f44336;
}

.share:hover, .shareactive{
  color:#f6685e;
}

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

input[type="text"], input[type="password"], input[type="number"], input[type="email"], input[type="url"] {
  color: #00ffff;
  background: #222;
  border: solid 1px #222;
  border-radius:5px;
  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 #505050;
  }

select {
  color: #00ffff;
  background: #222;
  border: solid 1px #222;
  border-radius:5px;
  width:100%;
  }

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

.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 #505050 !important;
	  z-index:10000;
}
.ui-widget-content {
  color: #727272 !important;
  background: #202020 !important;
  border: solid 1px #505050 !important;
  border-radius:5px;
}
    
.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #202020 !important;
    color: #E91E63 !important;
    border:0;
} 


/************* PAGE ELEMENTS *************/

.divider-hr{
  background:#66CC99;
  height:5px;
  margin:0 0 20px 0;
}

.divider {
  font-family: 'Aurebesh-English';
  font-size: 22px;
  display: flex;
  align-items: center;
  margin:20px 0;
}

.divider::before {
  flex: 1;
  content: '';
  padding: 4px;
  background-color: #66CC99;
  margin-right: 10px;
}

.divider::after {
  flex: 1;
  content: '';
  padding: 4px;
  background-color: #66CC99;
  margin-left: 10px;
}

.divider span {
 color:#f44336;
 font-family: 'Aurebesh-English';
}

.dividerSM {
  font-family: 'Aurebesh-English';
  font-size: 1.0;
  color: #FFF;
  display: flex;
  align-items: center;
  margin:0;
  padding:20px 0 20px 20px;
  background-color: #292d3f;
  /* top-left | top-right | bottom-right | bottom-left */
  border-radius:10px 10px 0 0;
}

.dividerSM::after {
  flex: 1;
  content: '';
  padding: 2px;
  background-color: #111;
  margin-left: 8px;
}

/* 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 #00ffff;
}

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

.backtotop:hover {
  border: solid 2px orange;
  background:#CC3300;
}

.backtotop a {
    color:#00ffff;
    }

.backtotop a:hover {
    color:orange;
}