
html {
  /* Pozadie za "body boxom" */
  background-color: #f0f0f0; 
  justify-content: center;
  align-items: center;
  position: static;
  width: 100vw;
  top: 0;
  bottom:0;


    overflow: visible !important;
  display: table !important;

  min-width: 520px;
}

body {
      margin: 0;
    padding: 0;
  background-color:#000000 !important;
  background-image: url("../images/background.png") !important;
  color:#ffffff !important;
  background-position: center !important;
  background-repeat: repeat-y !important;
  position: fixed !important;
  top: 0;
  bottom:0;
  left: 50%;
  width:100% !important;
/*height: 100vh;*/
height: 100% !important;
  max-height: 100%;
  min-height: 100%;
  transform: translate(-50%, 0%);  
  /*overflow: hidden; */
  display: block;
  justify-content: center;
  align-items: center;
 /* min-width: 520px;*/

    overflow: clip !important;
  /*display: table;*/ 
}


.wrapper:not(iframe), .outer:not(iframe) {
  /*width: 100vw; */
  height: 100vh;        
  margin: 0;            
  display: block;
  overflow-y: auto;
  position: relative;
  padding: 0px;
}
a {
  color:#ff0000; 
}

:root {
  --body-bg:#191919;
  --body-color: #ffffff;

}

.container-header .grid-child {
  padding: 0.9em !important;

  height: 144px;
}

.container-header .navbar-brand img {
  width: 10rem !important;
  min-width: 10rem !important;

}

.brand-logo {
  /*margin: 47px 0;*/
}

pre {
  color: #ff7777;
  word-wrap: break-word;
  border: 1px solid #6f0000;
  padding: 8px;
  line-height: 13px;
  background-color: #191919;
  font-size: 13px;
}

code {
  color: #ff7777;
  word-wrap: break-word;
  padding: 8px;
  line-height: 13px;
  font-size: 13px;
}

table {
  border-collapse: collapse;
  border: 1px solid #404040 !important;
  background: #40404060 !important;
  color: none !important;    
  font-size: 14px;
}

table tbody *, table thead * {
  color: #ffffff !important;
}

table tbody a * , table thead a *{
  color: #ff0000 !important;
}


table tbody a:hover, table thead a:hover {
  color: #ff8080 !important;
}

table tr td {
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: linear-gradient(to bottom, #404040 0%, #292929 66%, #101010 100%);
}
table tr:hover td {
  background: #000000;
  background: -moz-linear-gradient(top, #505050 0%, #393939 66%, #202020 100%);
  background: -webkit-linear-gradient(top, #505050 0%, #393939 66%, #202020 100%);
  background: linear-gradient(to bottom, #505050 0%, #393939 66%, #202020 100%);
}
table tr th {
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: linear-gradient(to bottom, #404040 0%, #292929 66%, #101010 100%);

}
table tr:hover th {
  background: #000000;
  background: -moz-linear-gradient(top, #505050 0%, #393939 66%, #202020 100%);
  background: -webkit-linear-gradient(top, #505050 0%, #393939 66%, #202020 100%);
  background: linear-gradient(to bottom, #505050 0%, #393939 66%, #202020 100%);
}


.table > :not(:first-child) {
  border: 1px solid #808080 !important;;
}

sup {
  top:0 !important;
  font-size: 8px !important;
}


@font-face {
  font-family: 'TerminalPlus'; /*a name to be used later*/
  src: url('BigBlue_TerminalPlus.TTF'); /*URL to font*/
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/*a.brand-logo::before {
  content:">:";
}*/

a.brand-logo::after {
  content:"█";
  animation: blinker 0.5s linear infinite;
/*  position: absolute;
  right: -34px;
  top: 22px;*/
}

a.brand-logo {
  color:#ffffff !important;
  text-decoration: none;  
  font-family: TerminalPlus;
  font-size: 47px;
  display:inline-block;
}

.input-group>.custom-select, .input-group>.form-control, .input-group>.form-select {
  height: 38px !important;
}

/********************************************************************************/
@media only screen and (max-width: 640px) {
  .site-grid main {
    min-height: auto !important;
  }

  .breadcrumb {
    font-size: 12px !important;
  }

  .container-header .navbar-brand img {
    width: 7rem !important;
    min-width: 7rem !important;
  
  }
  
a.brand-logo::after {
  content:"█";
  animation: blinker 0.5s linear infinite;
/*  position: absolute;
  right: -34px;
  top: 22px;*/
}
  
#jumpingtext {
  top:auto !important;
  bottom:auto !important;
  z-index: 10 !important;
  display: table !important;
  right: 0px !important;
/*  left: 12vw !important;*/
  width: 88vw !important;
  position: absolute !important;
}

  a.brand-logo {
    margin: 0 auto;
    color:#ffffff !important;
    text-decoration: none;  
    font-family: TerminalPlus;
    font-size: 20px !important;
    display:grid;
    padding-left: 25vw;
  }
  a.brand-logo img {
    margin:0px auto;

position:absolute;
  }  

  .header {
    height: 132px !important;
    min-height: 132px !important;
  }
.offline-card   .header {
    height: 200px !important;
    min-height: 200px !important;
  }

  .navbar-brand {
/*    margin:0 auto;*/
    width: 100vw;
    padding-left: 12vw;
  }
  
  .navbar {
    padding: 0 !important;
  }

  table * {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  
  fieldset {
    margin: 0 !important;
  }

  #system-message-container joomla-alert div .alert-message {
   font-size: 12px !important;
   padding: 0.1rem 2rem 0.1rem 0.3rem !important;
  }

  h1, .h1 {
    font-size: calc(1.0rem + 1.0vw) !important;
  }
  .article-info {
    font-size: 12px !important;
    line-height: 13px !important;
  }

  dd {
    margin-bottom: 0 !important;
  }

  .container-header .navbar-brand img {
    position: absolute;
    z-index: -1;
    left:12vw;
  }
  a.brand-logo {
    display: block;
  }  
  .container-header .grid-child {
    padding: 0 !important;
  }
  .container-header .navbar-brand {
    margin-right: 10px;
    overflow: hidden;
  }
}

/********************************************************************************/

a.label-success {
  color:#00d000 !important;
}

a.label-warning {
  color:#ffd000 !important;
}

a.label-important {
  color: #ff0000 !important;
}

a.label-default {
  color: #ffffff !important;
}

p {
/*  margin: 0 !important;*/
}

input {
  background-color: #1b1919;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}

input[type=text] {
  height: 38px !important;
  font-size:13px !important;
}

.breadcrumb {
  background-color: #015095 !important;
  margin:0px 8px 0px 8px !important;
}
.breadcrumb-item.active {
  color: #ffffff !important; 
}  

.breadcrumb a {
  color: #6cb6f6 !important;   
}  

.card {
  background-color:#00000084 !important; 
  border-color: #d00707de !important; 
}
.card-header {
  background-color: #8a0016b5 !important; 
  border-bottom: 1px solid #d00707de !important; 
  line-height: 1.5 !important;
  font-size: 15px !important;
}


.grid-child.container-component {
  background-color:#00000084 !important;
  margin-top: 16px; 
  border: 1px solid #41464c;
  /*min-height: 100% !important;*/
}

li.page-item a {
  background-color: #912b3b !important;
  border-color: #ff0000 !important;
  color: #ffffff !important; 
}

main {
  padding: 8px;
  min-height: 64px !important;

}

textarea {
  background-color:#00000084 !important;
  color:#ffffff !important;
  border: 1px solid #41464c;  
}

.site-grid {
/*  min-height: 100% !important;
  padding-bottom: 137px !important;*/
}

.offline-card {
  background-color:#00000084 !important;
  border: 1px solid #41464c;  
}
.header {
  background: url(../images/neon_tech.png);  
  height:250px;background-repeat:no-repeat;background-position:center;background-color:#000000;
  z-index: 99;
}

.offline-card .header{

}

.offline-card .header img{
  height: 150px !important;
}

.offline-card .logo-icon {
  display: none !important;
}

.offline-card .login  {
  padding: 80px 20px 20px;
}

.offline-card .header p {
  padding-top:0px;
}

.form-control {
  background-color: #1b1919 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;  
  line-height: 1 !important;
}

input::placeholder {
  color: #a0a0a0 !important;    
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #1b1919 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}  

.input-group-text, .btn  {
  background-color: #912b3b !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;   
}

.btn {
  line-height: 0.5 !important;
}

.btn > .btn {
  background-color: transparent !important;
  border-color: transparent !important;
}

.modal-header .btn-close {
  background-color:#ffffff;
}

.modal-dialog {
  border: 1px solid #404040;
}

.modal-dialog .modal-header {
  border-bottom: 1px solid #404040 !important;
}

.modal-dialog .card-footer {
  border-top: 0 !important;
}

.modal-content {
  background-color: #202020 !important;
}

#system-message-container joomla-alert .alert-heading {
  background-color: #912b3b !important;
}

#system-message-container joomla-alert[type=warning]  .alert-heading {
  background-color: #91722b !important;
}

#system-message-container joomla-alert[type=info]  .alert-heading {
  background-color: #2b3a91 !important;
}

#system-message-container joomla-alert[type=success]  .alert-heading {
  background-color: #34912b !important;
}

#system-message-container joomla-alert {
  background-color: #be6b77 !important;
  border-color: #ff0000 !important; 
}

#system-message-container joomla-alert[type=warning] {
  background-color: #beb66b !important;
  border-color: #ffd000 !important; 
}

#system-message-container joomla-alert[type=info] {
  background-color: #6b81be !important;
  border-color: #0026ff !important; 
}

#system-message-container joomla-alert[type=success] {
  background-color: #77be6b !important;
  border-color: #00ff22 !important; 
}





#system-message-container {
  margin: 16px 8px; 
}

#system-message-container joomla-alert .joomla-alert--close, #system-message-container joomla-alert .joomla-alert-button--close {
  color: #ffffff !important;  
}


joomla-tab button[role=tab] {
  background-color: #912b3b !important;
  border: 1px solid #ff0000 !important;
  color: #ffffff !important;  
}

joomla-tab button[aria-expanded=true]:after {
  background-color: #ff0000 !important;
}

joomla-tab[view=tabs]>div[role=tablist] {
  background-color:transparent !important;
  border: none !important;
  box-shadow:none !important;
}

joomla-tab>joomla-tab-element {
  background-color: #24242466 !important;
  border: none !important;
}

.choices__inner {
  border-color: #ff0000 !important;
}

.custom-select-success.custom-select, .form-select-success.custom-select, .form-select.custom-select-success, .form-select.form-select-success {
  border-color: #00a000 !important;
  color:#00d000 !important;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=select-one] .choices__inner {
  background-color: #912b3b !important;
  border: 1px solid #ff0000 !important;
  color: #ffffff !important;    
}


div.choices__list div  {
  background-color:#1a1a1abc !important;
  color: #ffffff !important;    
}

div.choices__list input  {
  background-color:#1a1a1abc !important;
  color: #ffffff !important;    
}

div.choices__list input::placeholder {
  color: #ffffff !important;    
}

.choices__inner div.choices__list div {
  background-color:transparent !important;
}

.custom-select:focus, .form-select:focus {
  border-color:#d0d0d0 !important;
}

.custom-select, .form-select {
  color: #a0a0a0 !important;    

}

.accordion-item {
  background-color: #24242466 !important;
  border: none !important;

}

.accordion-button {
  background-color: #912b3b !important;
  border: 1px solid #ff0000 !important;
  color: #ffffff !important;    

}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.00%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-collapse {
  z-index: 1 !important;
}

/********************************************************************************/




.btn-link {
  color: #ffffff !important;    
}

.input-group-btn {
  width: 100%;
}


.table-striped>tbody>tr>* {
  color: #ffffff !important;    
}

.dropdown-menu {
  background: #404040e0 !important;
  color:#ffffff !important; 
  font-size: 12px !important;
}

.dropdown-menu label {
  display: block !important;
}

.dropdown-menu a {
  display: block !important;
  margin: 0px 12px !important;
}

.dropdown-menu li:hover a {
  background-color: #912b3b !important;
}

.nav-tabs+.tab-content {
  background: #40404060 !important;    
}

.dropdown-divider {
  border-top: 1px solid #ffffff !important;
}

.collapse ul.mod-menu  {
  display: block;
  width: 100%;
}

.mod-list li .mod-menu__sub {
  padding-left:0;
}

.mod-list li {
  padding: 0 !important;
}


.collapse > .mod-menu li, .collapsing > .mod-menu li {
/*  padding:4px 0px !important;*/
}

.collapse .mod-menu > li a, .collapsing .mod-menu > li a {
  /*padding:4px 0px !important;*/
}

.collapse > .mod-menu li li, .collapsing > .mod-menu li li {
/*  padding:4px 0px !important;*/
}

.collapse .mod-menu > li a, .collapsing .mod-menu > li a {
  box-shadow:inset 0px 1px 0px 0px #000000;
  background:linear-gradient(to bottom, #383735 5%, #141414 100%);

	background-color:#6b6b6b;
	border-radius:6px;
	border:1px solid #333333;
	display:block;
	cursor:pointer;
	color:#ffffff !important;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:7px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #000000;
}

.collapse .mod-menu > li a:hover, .collapsing .mod-menu > li a:hover {
	background:linear-gradient(to bottom, #6b6b6b 5%, #383735 100%);
  background-color:#383735;
  border:1px solid #888888;
}

.site-grid .mod-menu li li a {
  padding-left: 32px !important;
}
.site-grid .mod-menu li li li a {
  padding-left: 64px !important;
}

.site-grid .mod-menu li li a::before {
  content: "► " !important;  
}

.article-info {
  font-size: 13px !important;
  line-height: 15px !important;
}

.login-greeting {
  line-height: 47px !important;
}

.icon-menu {
  color:#ffffff !important;
  
}

.navbar-toggler {
  border-color: #ffffff !important;
  margin: 4px 0px 8px 0px !important;
}

.awesomplete {
  margin: 0px 0px 0px 20px;
}

joomla-field-mediamore details {

  background-color:#404040 !important;
  border: 1px solid #41464c;
  color:#ffffff !important;
}

joomla-field-mediamore details  summary{
  background-color: #912b3b !important;
  border-color: #ff0000 !important;
  color: #ffffff !important; 
}

.subhead {
  background-color:#00000084 !important;
  border: 1px solid #41464c;
  color:#ffffff !important;

}

.media-container {
  background-color:#00000084 !important;
  border: 1px solid #41464c;
  color:#ffffff !important;

}

.media-toolbar {
  background-color:#00000084 !important;
  border: 1px solid #41464c;
  color:#ffffff !important;

}

.media-breadcrumb-item {
  background-color: #202020 !important;
}

.media-breadcrumb {
  border-left: 1px solid  #202020 !important;
}

.media-breadcrumb-item:after {
  border-left-color:#202020 !important;
}

.media-breadcrumb-item:last-of-type:after {
  border-left-color:#303030 !important;
}

.media-drive {
  background-color:#00000084 !important;
  border: 1px solid #41464c;
  color:#ffffff !important;  
}

.media-tree-item.active>a:hover {
  color:#ffffff !important;
  background-color: #ff0000 !important;
}

.media-disk-name {
  color:#ffffff !important;
}

.media-toolbar-icon {
  color:#ffffff !important;
}

.media-toolbar-icon:hover {
  background-color: #912b3b !important;
}

.js-stools-container-filters-visible {
  background-color:#00000084 !important;
}

.media-infobar {
  background-color:#00000084 !important;
}
.media-infobar * {
    color:#ffffff !important;   
}

.media-infobar h2 {
  background-color: #912b3b !important;
  border-color: #ff0000 !important;
  color: #ffffff !important; 
}

.pt-4 {
  padding: 0.5rem 0 !important;
}

/********************************************************************************/
/* KUNENA FORUM */

#kunena nav.navbar {
  /*background-color:#1a1a1abc !important;*/
  min-height: 40px !important;
  height: 40px !important;
  color: #ffffff !important;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: linear-gradient(to bottom, #404040 0%, #292929 66%, #101010 100%);  
}

.row.message:nth-child(1) {
  border-top: 1px solid #808080 !important;
}

.row.message {
  border-bottom: 1px solid #808080 !important;
}

.row.message .col-md-2 {
  background: #40404060 !important;
}

.card-body {
  background: #40404060 !important;
  padding: 0.5rem !important;
}

#kunena.layout .topic-starter {
  color:#ffffff !important;
  border-radius: 4px 4px 4px 4px !important;
  background-color: #0060d0 !important;
  border:0 !important;
  padding: 10px 8px 10px !important;
}

#kunena.layout .search .btn {
  height: 30px !important;
  border-radius: 1px !important;
  padding: 0px 5px !important;
  margin: 0 !important;
}

#kunena .nav-item {
  background-color: #912b3b !important;
}

#kunena .nav-item.active {
  background-color: #ff0000 !important;
}

#kunena .nav-item a {
  color: #ffffff !important;
}

#kunena .nav-tabs {
  background-color:transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

#kunena .nav.nav-tabs .nav-link.active:after {
  background-color: #ff0000 !important;  
}


#kunena .btn, #kunena .pagination a {
  line-height: 22px !important;
  height: 25px !important;
  padding: 0px 4px !important;
  margin: 0 !important;
  font-size: 13px;
}

#kunena.layout .search .btn {
  line-height: 20px !important;
}

#kunena.layout .dropdown-toggle .status-green, #kunena.layout .dropdown-toggle img.green {
  box-shadow: 0 0 0 2px #008000, inset 0 0 6px 0px #3f0, 0 2px 5px 4px rgb(10 234 0 / 10%) !important;
}
#kunena .navbar svg {
  width: 32px !important;
  height: 32px !important; 
  color:#ffffff;
  line-height: 20px !important;
}

#kunena .category svg {
  width: 32px !important;
  height: 32px !important; 
}
#kunena .category a {
  font-size: 15px !important;

}

#kunena .category a {
  color:#ffffff !important;
  width: 32px !important;
  height: 32px !important;   
  font-size: 16px !important;
}  

.p-2 {
  padding: 0px 0px !important;
}

#kunena form div.selector  {
  padding:16px 0 0 0 !important;
}

#kunena.layout .kfrontend {
  margin: 1rem 0 !important;
}

#kunena tr.category {
  background-color: #80808040 !important;
}
#kunena tr.category:hover {
  background-color: #ffffff40 !important;
}

#kunena.layout .fa-big, #kunena.layout .icon-big {
  width: 32px !important;
  height: 32px !important; 
  margin:0 !important;    
}

#kunena nav.navbar {
  border:0 !important;
  background-color: #303030;
}

#kunena .dropdown-menu a {
  margin: 0px 10px !important;
}


#kunena label[for=status-online] {
  border-color: #00a000 !important;
  color:#ffffff !important;
  background-color: #026502 !important;  
}

#kunena label[for=status-away] {
  border-color: #d0cd00 !important;
  color:#ffffff !important;
  background-color: #b98f03 !important;  
}

#kunena label[for=status-busy] {
  background-color: #912b3b !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;  
}

#kunena label[for=status-invisible] {
  background-color: #3a3a3a !important;
  border-color: #808080 !important;
  color: #ffffff !important;  
}

.rounded-circle.status-green {
  background-color: #008000;
}
.rounded-circle.status-yellow {
  background-color: #ffce48;
}
.rounded-circle.status-red {
  background-color: #A00000;
}
.rounded-circle.status-grey {
  background-color: #464646;
}




#kunena.layout .form-control.kchecktask {
  width: 50% !important;
  line-height: 13px !important;
  font-size: 13px !important;
}

.list-group-item {
  background-color: #3a3a3a !important;
  border-color: #808080 !important;
  color: #ffffff !important;  
}

.row {
  border:0 !important;
  /*background-color: #30303080;  */
}

.nav.nav-tabs .nav-item:first-of-type .nav-link.active {
  color: #ffffff !important;  
  background-color: #a10101;
}

.nav.nav-tabs .nav-link {
  color: #ffffff !important;  
  background-color: #912b3b;  
}

.nav.nav-tabs .nav-link:hover {
  color: #ffffff !important;  
  background-color: #b33144;  
}

.nav-item a:hover {
  color: #ffffff !important;  
  background-color: #b33144;  
}

#kunena.layout #editprofile #birthdate {
  margin-left: 0 !important; 
}

#kunena .btn-toolbar .dropdown-menu a {
  color:#ffffff !important;
  margin: 0px 0px !important;
}

.input-group-text, .btn {
  visibility: visible !important;
}

.input-group .btn {
  /*position: absolute !important; */
}

.form-control.kchecktask {
  font-size: 13px !important;
  height: 33px !important;
  line-height: 12px !important;
}

#kunena .card {
  margin-bottom: 16px;
}

#kunena.layout h1 {
  font-size: 16px !important;
  line-height: 40px !important;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 8px;
  background: #000000;
  background: -moz-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: -webkit-linear-gradient(top, #404040 0%, #292929 66%, #101010 100%);
  background: linear-gradient(to bottom, #404040 0%, #292929 66%, #101010 100%);  
}

#kunena.layout h1.alert.alert-info {
  font-size: 16px !important;
  line-height: 40px !important;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 8px;
  background: #6b81be !important;
  border: 1px solid #0026ff !important;
  color:#ffffff !important;
  font-size: 13px !important;
  line-height: 20px !important;
}

#kunena .alert-info {
  font-size: 16px !important;
  line-height: 16px !important;
  margin: 8px; 
}

#kunena .hidden-xs-down {
  padding: 8px 0px 0px 0px !important; 
}

#kunena.layout .table th {
  padding-bottom: 10px !important;
}

#kunena.layout .table th, #kunena.layout .table td {
  line-height: 18px !important;
}


#kunena .card {
  border-color: transparent !important;
}

.dropdown-menu.show {
  right: 0 !important;
  left: auto  !important;
}
/********************************************************************************/
@media (max-width: 959px) {
#kunena.layout .dropdown.mobile-user {
  margin-top:0px !important;
}
.layout#kunena [class*="category"] .knewchar {
  font-size: 9px !important;
}

}

@media only screen and (max-width: 640px) {

  #kunena * {
    font-size:11px !important;
  }

  #kunena.layout svg {
    width:18px !important;
    height: 18px !important;
  }

  #kunena nav.navbar {
    min-height: 30px !important;
    height: 30px !important;
  }

  #kunena #kcat-icon {
   width: 25px !important;
   max-width: 25px !important;
  }
  #kunena.layout .kfrontend .table td {
    padding: 2px !important;
  }
  #kunena .category a {
    font-size: 12px !important;
  }

  #kunena .navbar-toggler.float-end {
    display:none !important;
  }
  #kunena.layout .knav-usercollapse {
    display:block !important;
  }

  .layout#kunena [class*="category"] .knewchar {
    font-size: 9px !important;
  }
  #kunena.layout .inputbox#catid {
    font-size:12px !important;
    padding: 0px 4px;
    height: 25px;
  }
  #kunena form div.selector {
    padding: 0px !important;
  }
  #kunena.layout .search input {
    right: 0;
    width: 200px !important;
  }
  #kunena.layout .search .btn {
    z-index: 10 !important;
  }

  #kunena.layout img {
    max-width: 50% !important;
    width: 50% !important;
  }
  
  #kunena.layout .kmessage {
    min-height: 40px !important;
    height: auto !important;
  }
  #kunena.layout .khistory {
    min-height: 40px !important;
    height: auto !important;
  }

  #kunena.layout .badger-left .mykmsg-header {
    padding: 2px 8px !important;
  }
}
  

/********************************************************************************/
/********************************************************************************/
/* CCOMMENT */

.ccomment-form textarea {
  background-color: #3a3a3a !important;
  border-color: #808080 !important;
  color: #ffffff !important;  
}

.ccomment .btn {
  background-image: none !important;

}

.ccomment .btn:hover {
  background-color: #d21230 !important;
}

.sceditor-container * {
  background-color: #3a3a3a !important;
  border-color: #808080 !important;
  color: #ffffff !important;  
}

.sceditor-container {
  background-color: #3a3a3a !important;
  border-color: #808080 !important;
  color: #ffffff !important;  
}
.sceditor-container iframe, .sceditor-container textarea {
  margin: 0 !important;
}

.sceditor-toolbar a, .sceditor-toolbar a div {
  background-color: #808080 !important;
  border-color: #333333 !important;
  color: #ffffff !important;    
}

.sceditor-button {
  border: 1px solid #333333 !important; 
}

@media only screen and (max-width: 640px) {
.ccomment .row-fluid .span11 {
  width:85%;
  margin-left: 0 !important;
  float:right;
}
.ccomment .btn-mini {
  padding: 8px 6px !important;
}

}

/********************************************************************************/

@media only screen and (max-width: 640px) {
  #jchat_base #jchat_userstab:not(.jchat_userstabclick) {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50px !important;
    margin-top: -55px !important;
    margin-right: 5px;
    padding: 25px 0 !important;
}


.input-group > .custom-select, .input-group > .form-control, .input-group > .form-select {
    height: 30px !important;
}


}


.plg_system_webauthn_login_button svg {width: 30px;}
.contentpane {padding:0px !important;}
.site-grid {max-width: 1323px;margin: 0 auto;}
/*body:not(.has-sidebar-right) .site-grid .container-component {min-width:800px;grid-column-end: main-end;} */
/*.container-sidebar-left {grid-column: span 2;display: table;}
.container-component {grid-column: span -1 / -1;display: table;}*/

.container-component:first-child {grid-column: 1 / -1 !important;        grid-column-end: none !important;}
.container-bottom-a {grid-column: 1 / -1; grid-row: -1;        grid-column-end: none !important;}
@media only screen and (min-width: 640px) {
.container-sidebar-left {grid-column: 1; grid-row: 1;        }
.container-component {grid-column: 2 / -1; grid-row: 1; grid-column-end:none !important;}
}
@media only screen and (max-width: 640px) {
.container-sidebar-left {grid-column: 1 / -1; grid-row: 2;        grid-column-end: none !important;}
.container-component {grid-column: 1 / -1; grid-row: 1; grid-column-end:none !important;}
}
.header {overflow-x:clip;}

.taskbar, .simone-taskbar-container  {width: auto !important;}