@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Josefin+Sans:300;400;500;600;700";
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
	margin-left: -200px;
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #141414;
    color: #fff;
    transition: all 0.3s;
}

#sidebar {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5em;
    color: #999;
}

#sidebar.active {
    margin-left: 0px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #141414;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #A33327;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #A33327;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #A33327;
}

a.dropdown-toggle.profile {
   color: #000;
   background: #fff;
}

button.dropdown-item.lang {
    color: #fff;
}

button.dropdown-item.lang:focus {
    color: #000;
}

button.dropdown-item.lang:hover {
    color: #000;
}

a[data-bs-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.dropdown-toggle.profile::after {
    display: block;
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #A33327;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
	width: calc(100% - 50px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;   
    background: #EEEEEE;
    color: #141414;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.0em;
    color: #000000;
}

#content td {
    padding: 4px;
}

#content .btn {
    font-size: 0.9em;
    line-height: 1.0em;
}

.select2-container--default {
    font-size: 0.9em;
    line-height: 1.0em;
}

#content .form-control {
    font-size: 0.8em;
    line-height: 0.9em;
}

#content .input-group-text {
    font-size: 0.9em;
    line-height: 1.0em;
}

#content p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.7em;
    color: #000000;
}

#content h1 {
    font-family: 'Josefin Sans', sans-serif;
}

#content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.7em;
    color: #000000;
}

#content table {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.3em;
    color: #000000;
}

#content table td:nth-child(1) {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 700;
    line-height: 1.3em;
    color: #000000;
}

#content.active {
	width: calc(100% - 250px);
}

.container {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.7em;
    color: #000000;
}

form {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.7em;
    color: #000000;
}

p select {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5em;
    color: #000000;
}

p input {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5em;
    color: #000000;
}

label {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.7em;
    color: #000000;
}

#custom-s {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.7em;
    color: #000000;
}

.pagination > li > a
{
    background-color: white;
    color: #000000;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #000000;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #000000 !Important;
    border: solid 1px #000000 !Important;
}

.pagination > .active > a:hover
{
    background-color: #000000 !Important;
    border: solid 1px #000000;
}

.table-container th.asc:after {
    content: '\0000a0\0025b2';
    float: right;
}
.table-container th.desc:after {
    content: '\0000a0\0025bc';
    float: right;
}

.p-mont {
    font-family: 'Montserrat', sans-serif !Important; 
    font-size: 1.0em !Important;
    font-weight: 400 !Important;
    line-height: 1.7em !Important;
    color: #000000 !Important;    
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

.hamburger {
  position: fixed; 
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}


/* ---------------------------------------------------
    HAMBURGER DODAWANIE ZBIORCZE
----------------------------------------------------- */


.hamburgerzbior {
  position: absolute; 
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
}
.hamburgerzbior:hover,
.hamburgerzbior:focus,
.hamburgerzbior:active {
  outline: none;
}
.hamburgerzbior.is-closedzbior:before {
  content: '';
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburgerzbior.is-closedzbior:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburgerzbior.is-closedzbior .hamb-topzbior,
.hamburgerzbior.is-closedzbior .hamb-middlezbior,
.hamburgerzbior.is-closedzbior .hamb-bottomzbior,
.hamburgerzbior.is-openzbior .hamb-topzbior,
.hamburgerzbior.is-openzbior .hamb-middlezbior,
.hamburgerzbior.is-openzbior .hamb-bottomzbior {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburgerzbior.is-closedzbior .hamb-topzbior,
.hamburgerzbior.is-closedzbior .hamb-middlezbior,
.hamburgerzbior.is-closedzbior .hamb-bottomzbior {
  background-color: #1a1a1a;
}
.hamburgerzbior.is-closedzbior .hamb-topzbior { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburgerzbior.is-closedzbior .hamb-middlezbior {
  top: 50%;
  margin-top: -2px;
}
.hamburgerzbior.is-closedzbior .hamb-bottomzbior {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburgerzbior.is-closedzbior:hover .hamb-topzbior {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburgerzbior.is-closedzbior:hover .hamb-bottomzbior {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburgerzbior.is-openzbior .hamb-topzbior,
.hamburgerzbior.is-openzbior .hamb-middlezbior,
.hamburgerzbior.is-openzbior .hamb-bottomzbior {
  background-color: #1a1a1a;
}
.hamburgerzbior.is-openzbior .hamb-topzbior,
.hamburgerzbior.is-openzbior .hamb-bottomzbior {
  top: 50%;
  margin-top: -2px;  
}
.hamburgerzbior.is-openzbior .hamb-topzbior { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburgerzbior.is-openzbior .hamb-middlezbior { display: none; }
.hamburgerzbior.is-openzbior .hamb-bottomzbior {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburgerzbior.is-openzbior:before {
  content: '';
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburgerzbior.is-openzbior:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}