/*----------------------------------------------
Author : www.webthemez.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
------------------------------------------------*/
/*
color shades from darkest to brightest
#1f1f1f
#454545
#707070
#9d9d9d
#cdcdcd

*/
.klasa_testowa_do_podglądu_kolorów{
  color: #0051b6; /*adminhost - blue*/
  color: #7db1d3; /*adminhost - blue - hover*/
  color: #1f1f1f; /*tło*/
  color: #4a4a4a; /*panele + górny pasek menu + boczne menu*/
  color: #cccccc; /*tekst + napis w brandingu + nagłówki h*/
  color: #353535; /*drugi poziom menu*/
  color: #707070; /*menu "hover"*/
  color: #999999; /*kolor tekstu w formularzach*/
  color: #4d804e; /*elementy ui - zielony*/
  color: #31708f; /*elementy ui - niebieski*/
  color: #966f2b; /*elementy ui - pomarańczowy*/
  color: #a94442; /*elementy ui - czerwony*/
  color: #1a1a1a; /*elementy ui - tekst w guzikach*/
}

/*
LOGIN
MEDIA QUERIES  
COMMON STYLES
MENU STYLES
DASHBOARD STYLES
UI ELEMENTS STYLES
CHARTS
TABS AND PANELS
RESPONSIE TABLES
FORMS
*/

/*----------------------------------------------
    LOGIN
------------------------------------------------*/

#wrapper-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
}
.panel-login {
  width: 80%;
  max-width: 400px;
  text-align: center;
  background: #1f1f1f !important;
}
.panel-login-header {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  gap: 10px;
  margin-bottom: 15px;
}
.panel-login-header img:first-child {
  /* Ograniczenie dla kółka (logo) */
  max-height: 50px; /* lub inna wartość, którą uznasz za odpowiednią */
  width: auto;
}
.panel-login-header img:last-child {
  /* Ograniczenie dla napisu */
  max-width: calc(100% - 60px); /* 50px dla logo + 10px gap */
  height: auto;
}
.panel-login-footer {
  border: 0px;
  padding-bottom: 30px;
}
.panel-login-footer .btn-login{
  width: 49%;
  background-color: #0051b6;
}
.btn-login {
  color: #cecece;
  background-color: #0051b6;
}
.btn-login:hover {
  background-color: #7db1d3;
}

/*----------------------------------------------
    LOGIN
------------------------------------------------*/

/*----------------------------------------------
    MEDIA QUERIES     
------------------------------------------------*/
 
@media(min-width:768px) {
  #page-wrapper{
    margin: 0 0 0 260px;
    padding: 15px 30px;
    min-height: 1200px;
 }
 .navbar-side {
    width: 260px;
    z-index: 1;
 }
  .navbar {
    border-radius: 0px; 
  }
}
@media(max-width:480px) {
  .page-header small {
    display: block;
    padding-top: 14px;
    font-size: 19px;
  }
  .panel-left {
    width: 85px;
    height: 85px; 
    border-radius: 100%;
    overflow: hidden;
    margin: 14px;
  }
}

/*----------------------------------------------
 MEDIA QUERIES     
------------------------------------------------*/

/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/
@font-face {
  font-family: 'Roboto';
  src: url('/assets/fonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

html, body {
  font-family: 'Roboto', Roboto;
  /* font-family: 'Open Sans', sans-serif; */
  background: #1f1f1f !important;
  color: #cccccc;
  /* overflow-x: hidden; */
  max-width: 100%;
}
#wrapper {
  width: 100%;
}
#page-wrapper {
  min-height: 600px;
  background: #1f1f1f;
}
#page-inner {
  width:100%;
  margin: 10px 0 !important;
  background-color:transparent;
  padding:10px;
  min-height:1200px;
}
.text-center {
  text-align:center;
}
.no-boder {
  border:0px;
}
a, a:visited, a:active, a:hover {
  color: #7db1d3;
}
h1, .h1, h2, .h2, h3, .h3 {
margin-top: 7px;
margin-bottom: -5px;
color: #cccccc;
}
h2 {
  color: #cccccc;
}
h4 {
  padding-top:10px;
  color: #cccccc;
}
.square-btn-adjust {
  border: 0px solid transparent; 
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
p {
  font-size:16px;
  line-height:25px;
  padding-top:20px;
}
.navbar-side {
  z-index: 0; 
}
.panel {
  border:0px;
  background-color: #4a4a4a;
}
.navbar-side .nav > li > a > i {
  color: #FFFFFF;
  padding: 8px;
  width: 30px;
  text-align: center;
}
.top-navbar {
  position: fixed;
  width: 100%;
  z-index: 300;
}
.navbar-side {
  z-index: 1;
  position: fixed;
  width: 260px;
}
#page-wrapper {
  position: relative;
  top: 55px;
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
  text-decoration: none;
  background-color: #2497BA;
  color: #fff;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #23C1CD;
  border-color: #24C2CD;
}
.breadcrumb {
  padding: 18px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #4a4a4a;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 13px;
}
.dropdown-menu>li>a i {
  color: #24C2CE;
}
.text-muted {
  color: #FB5651;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #24C2CE;
  border-radius: 10px;
}
.btn, a.btn {
  color: #1a1a1a;
}
.modal-content {
background-color: #4a4a4a;
border: 0px;
}
.modal-header{
  border: 0px;
}
.modal-body{
  border: 0px;
}
.modal-footer{
  border: 0px;
}

/* Styl suwaka (kompaktowy) */
.switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background-color: #ccc;
  transition: .3s;
  border-radius: 20px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: .3s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #4CAF50;
}

input:checked + .slider:before {
  transform: translateX(16px);
}

/* Zaokrąglony suwak */
.slider.round {
  border-radius: 20px;
}


/*----------------------------------------------
    COMMON  STYLES    
------------------------------------------------*/

/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/
.user-image {
  margin: 25px auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-height:170px;
  max-width:170px;
}
.top-navbar {
  margin:0px;
}
.top-navbar .navbar-brand {
  color: #cccccc;
  width: 260px;
  text-align: center;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  background: #1f1f1f;
}
.navbar-brand b {
  color: #4BD28C;
}
.top-navbar .nav > li {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}
.top-navbar .nav > li > a {
  position: relative;
  display: block;
  padding: 20px;
  color: #FFFFFF;
  margin: 0px;
}
.top-navbar .nav > li > a:hover, .top-navbar .nav > li > a:focus {
  text-decoration: none;
  color: #319DB5 !important;
  background: transparent;
}
.top-navbar .dropdown-menu {
  min-width: 230px;
  border-radius: 0 0 4px 4px;
}
.top-navbar .dropdown-menu > li > a:hover, .top-navbar .dropdown-menu > li > a:focus {
  color: #225081;
  background:none;
}
.dropdown-tasks {
  width: 255px;
}
.dropdown-tasks .progress {
  height: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.dropdown-tasks > li > a { 
  padding: 0px 15px;
}
.dropdown-tasks p {
  font-size: 13px;
  line-height: 21px;
  padding-top: 4px;
}
.active-menu {
  background-color: #707070 !important;
  color: #fff !important;
}
.active-menu i {
  color: #fff !important;
}
.arrow {
  float: right;
  margin-top: 8px;
}
.fa.arrow:before {
  content: "\f104";
}
.active > a > .fa.arrow:before {
  content: "\f107";
}
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}
.nav-second-level li a {
  padding-left: 37px;
}
.nav-third-level li a {
  padding-left: 55px;
}
.sidebar-collapse , .sidebar-collapse .nav {
	background:none;
}
.sidebar-collapse .nav {
	padding:0;
}
.sidebar-collapse .nav > li > a {
	color: #FFFFFF;
	background:transparent;
	text-shadow:none;
}
.sidebar-collapse > .nav > li > a {
	padding: 12px 10px;
}
.sidebar-collapse > .nav > li {
	border-bottom: 1px solid rgba(107, 108, 109, 0.19);
}
ul.nav.nav-second-level.collapse.in {
  background: #353535;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {
  background: #707070;
	outline:0;
}
/* Styl aktywnego elementu menu */
.sidebar-collapse .nav > li.active > a,
.sidebar-collapse .nav li.active > a {
    background-color: #909090 !important; /* lekko jaśniejszy niż hover */
    color: #ffffff !important;
}

/* Styl aktywnego podmenu */
.sidebar-collapse .nav .nav-second-level li.active > a {
    background-color: #a9a9a9 !important;
    color: #ffffff !important;
}

/* Ikonki aktywne też na biało */
.sidebar-collapse .nav li.active > a > i {
    color: #ffffff !important;
}
.navbar-side {
	border:none;
	background: #4A4A4A !important;
}
.top-navbar {
	background: #4A4A4A;
	border-bottom:none;
}
.top-navbar .nav > li > a > i {
  margin-right: 2px;
}
.top-navbar .navbar-brand:hover { 
  color: #cccccc;
  background: #1f1f1f;
}
.dropdown-user li {
  margin: 8px 0;
}
.navbar-default {
  border:0px solid black;   
}
.navbar-header {
  background: transparent;
  position: relative;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #283643;
}
.navbar-default .navbar-toggle {
  border-color: #fff;
  position: absolute;
  right: 10px;
  top: 15px;
  margin: 0 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
.nav > li > a > i {
  margin-right:10px;
  color: #FFF;
}
.dropdown-menu>li>a>strong {
  color: #1CC09F;
  padding: 5px 0;
  display: inline-block;
  font-weight: 500;
}
#sideNav {
  position: absolute;
  right: -28px;
  z-index: 3;
  background-color: #CFCECE;
  padding: 3px 9px;
  top: -11px;
  color: #283643;
  cursor:pointer;
  border-radius: 0 15px 15px 0;
  width: 28px;
  font-size: 16px;
}
ul.dropdown-menu.dropdown-messages li a div {
  padding: 2px 0;
}

/*----------------------------------------------
    MENU STYLES    
------------------------------------------------*/

/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/
.page-header {
  padding-bottom: 9px;
  margin: 10px 0 20px;
  border-bottom: 1px solid transparent;
  text-align: left;
}
.panel-left {  
  width: 100px;
  height: 100px;
  background: #32D088;
  border: 0px solid white;
  border-radius: 100%;
  overflow: hidden;
  margin: 12px;
}
.panel-left .fa-5x {
  font-size: 3em;
  color: rgba(255, 255, 255, 0.69);
  padding: 29px 0;
  margin-bottom:30px;
}
.panel-right {  
  height: 124px;
  background: transparent;
  margin-bottom: 0;
  color: #999999;
  background-color: #4a4a4a;
  float: left;text-align: left;padding-left: 20px;
}
.panel-right h3 {  
  font-size: 40px;
  padding: 18px 10px 13px 0;
  color: #cccccc;
}
.panel-back {
  background-color:#4a4a4a;
}
.jumbotron {
  padding:20px;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 200;
}
.jumbotron, .well {
  background:#4a4a4a;
}
.noti-box {
  min-height: 100px;
  padding: 20px;
}
.noti-box .icon-box {
  display: block;
  float: left;
  margin: 0 15px 10px 0;
  width: 70px;
  height: 70px;
  line-height: 75px;
  /*vertical-align: middle;*/
  text-align: center;
  font-size: 40px;
}
.text-box p {
  margin: 0 0 3px;
}
.main-text {
  font-size: 25px;
  font-weight:600;
}
.set-icon {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.panel-primary {
  display:inline-block;
  margin-bottom: 30px;
  width:100%;
  background-color: #4a4a4a;
}
.green {
  /* background-color: #1CC09F; */
  color: #353535;
}
.blue {
  background-color: #32CEE4;
  color: #fff
}
.red {
  background-color: #FB6E51;
  color:#fff;
}
.brown {
  background-color: #F5B252;
  color:#fff;
}
.back-footer-red {
  background-color: #F0433D;
  color:#fff;
  border-top: 0px solid #fff;
}
.icon-box-right {
  display: block;
  float: right;
  margin: 0 15px 10px 0;
  width: 70px;
  height: 70px;
  line-height: 75px;
  /*vertical-align: middle;*/
  text-align: center;
  font-size: 40px;
}
.main-temp-back {
  background: #8702A8;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.main-temp-back .text-temp {
  font-size: 40px;
}
.back-dash {
  padding:20px;
  font-size:20px;
  font-weight:500;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color:#2EA7EB;
  color:#fff;
}
.back-dash p {
  padding-top:16px;
  font-size:13px;
  color:#fff;
  line-height:25px;
  text-align:justify;
}
.color-bottom-txt {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}
     /*CHAT PANEL*/
/*Charts*/

.main-chart {
	background: #fff;
}
.easypiechart-panel {
	text-align: center;
	padding: 1px 0;
	margin-bottom: 20px;
}
.placeholder h2 {
	margin-bottom: 0px;
}
.donut {
	width: 100%;
}
.easypiechart {
	position: relative;
	text-align: center;
	width: 120px;
	height: 120px;
	margin: 20px auto 10px auto;
}
.easypiechart .percent {
	display: block;
	position: absolute;
	font-size: 26px;
	top: 38px;
	width: 120px;
}
#easypiechart-blue .percent { 
  color: #30a5ff;
}
#easypiechart-teal .percent { 
  color: #1ebfae;
}
#easypiechart-orange .percent { 
  color: #ffb53e;
}
#easypiechart-red .percent { 
  color: #ef4040;
}
.chat-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat-box li {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #808080;
}
.chat-box li.left .chat-body {
  margin-left: 90px;
}
.chat-box li .chat-body p {
  margin: 0;
  color: #8d8888;
}
.chat-img>img {
  margin-left:20px;
}
footer p {
  font-size: 14px;
}
.list-group-item, a.list-group-item {
  color: #cccccc;
  background-color: #4a4a4a;
}
a.list-group-item:hover, a.list-group-item:active {
  color: #cccccc;
  background-color: #707070;
}
/*----------------------------------------------
   DASHBOARD STYLES    
------------------------------------------------*/

/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/
.btn-circle {
  width: 50px;
  height: 50px;
  padding: 6px 0;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.alert {
  border: 0px;
}
.alert-success {
  color: #dff0d8;
  background-color: #4d804e;
}
.alert-info {
  color: #d9edf7;
  background-color: #31708f;
}
.alert-warning {
  color: #fcf8e3;
  background-color: #966f2b;
}
.alert-danger {
  color: #f2dede;
  background-color: #a94442;
}
.open>.dropdown-menu {
  background-color: #4a4a4a;
}
.dropdown-menu>li>a {
  color: #cccccc;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:active {
  background-color: #707070;
}
/*----------------------------------------------
    UI ELEMENTS STYLES     
------------------------------------------------*/


/*----------------------------------------------
    CHARTS   
------------------------------------------------*/


/*----------------------------------------------
    CHARTS   
------------------------------------------------*/

/*----------------------------------------------
    TABS AND PANELS   
------------------------------------------------*/
.panel-default > .panel-heading {
  color: #cccccc;
  font-weight:bold;
  background: #4a4a4a;
  font-size: 16px;
  padding: 15px 15px 0;
  border: 0px;
}
.chat-panel .panel-body {
  height: 450px;
  overflow-y: scroll;
}
.panel-footer {
  background-color: #4a4a4a;
  border: 0px;
}

.nav>li>a:hover {
  background-color: #4e6fa1;
  opacity: 0.9;
}
.nav-tabs>li>a:hover {
  color: #cccccc;
  opacity: 1;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus {
  color: #cccccc;
  background-color: #4e6fa1;
  opacity: 1;
}


/*----------------------------------------------
    TABS AND PANELS   
------------------------------------------------*/

/*----------------------------------------------
    RESPONSIVE TABLES   
------------------------------------------------*/
table, table th, table td {
  color: #fff;
}
.table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #353535;
}
.table.table-hover > tbody > tr:hover {
  background-color: #1f1f1f;
}
.table tr.success td,
.table tr.info td,
.table tr.warning td,
.table tr.danger td {
  color: #000 !important;
}
.pagination > li > a {
  background-color: #444;    /* kolor tła */
  color: #fff;               /* kolor tekstu */
  border: 1px solid #444;    /* kolor obramowania (opcjonalnie) */
}
/* Stan przycisków po najechaniu (hover) lub w fokusa */
.pagination > li > a:hover,
.pagination > li > a:focus {
  background-color: #555;    /* kolor tła na hover */
  color: #fff;               /* kolor tekstu na hover */
  border-color: #555;        /* opcjonalnie */
}
/* Aktywny przycisk paginacji */
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus {
  background-color: #222;    /* kolor tła dla aktywnego guzika */
  color: #fff;               /* kolor tekstu */
  border-color: #222;        /* opcjonalnie */
}
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
  background-color: #555;    /* kolor tła na disabled */
  color: #fff;               /* kolor tekstu na disabled */
  border-color: #555;        /* opcjonalnie */
}
/*----------------------------------------------
    RESPONSIVE TABLES   
------------------------------------------------*/

/*----------------------------------------------
    FORMS   
------------------------------------------------*/

.input-group-addon {
  background-color: #181818;
  border: 0px;
}
.form-control {
  background-color: #181818;
  border: 0px;
  color: #999999;
}
.form-control:disabled::placeholder {
  color: #e4e4e4;
  background-color: #707070;
}
#disabledInput, #disabledInput input, #disabledSelect, #readonly{
  background-color: #707070;
  color: #e4e4e4;
}
.help-block {
  color: #999999;
}


/*----------------------------------------------
    FORMS   
------------------------------------------------*/

/*----------------------------------------------
    FORM
------------------------------------------------*/

#wrapper-form {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10%;
}
.panel-form {
  width: 80%;
  max-width: 400px;
  text-align: center;
  background: #1f1f1f !important;
}
.panel-form-header {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  gap: 10px;
  margin-bottom: 15px;
}
.panel-form-header img:first-child {
  /* Ograniczenie dla kółka (logo) */
  max-height: 50px; /* lub inna wartość, którą uznasz za odpowiednią */
  width: auto;
}
.panel-form-header img:last-child {
  /* Ograniczenie dla napisu */
  max-width: calc(100% - 60px); /* 50px dla logo + 10px gap */
  height: auto;
}
.panel-form-footer {
  border: 0px;
  padding-bottom: 30px;
}
.panel-form-footer .btn-form{
  width: 49%;
  background-color: #0051b6;
}
.btn-form {
  color: #cecece;
  background-color: #0051b6;
}
.btn-form:hover {
  background-color: #7db1d3;
}
.panel-form-footer .btn-form-final{
  width: 49%;
  background-color: #4d804e;
}
.btn-form-final {
  color: #cecece;
  background-color: #4d804e;
}
.btn-form-final:hover {
  background-color: #2fc131;
}
.required-star {
  color: red;
  margin-left: 4px;
}
/* Nawigation Section */
.navigation-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  flex-direction: row; /* ← wymuś poziomo */
  margin-top: 20px;
}
.navigation-section .btn-form {
  flex: 1 1 auto;
  padding: 10px 16px;
  min-width: 60px;
  max-width: 100px;
  text-align: center;
  background-color: #2a2a2a;
  color: #cecece;
  border: 1px solid #444;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.navigation-section .btn-form:hover {
  background-color: #0051b6;
  color: #ffffff;
  border-color: #0051b6;
}
/* Nawigation Section */

/* PopUp Section */
.tooltip-box {
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 9999;
  max-width: 90vw; /* ważne! ogranicza szerokość do ekranu */
  word-wrap: break-word;
  white-space: normal; /* pozwala na łamanie linii */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
/* PopUp Section */

/*----------------------------------------------
    FORM
------------------------------------------------*/