/* ---------------------------------------------------
    SIDEBAR STYL
----------------------------------------------------- */

#sidebar {    
    width: 16em;
    position: fixed;
    top: 0px;    
    left: -16em;
    height: 100vh;
    z-index: 999;
    background: #f9f9f9;
    color: #000000;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;    
}

#Naglowek 
{
    color: #0079c4;
    z-index: 997;
    padding: 0px; 
    background-color: #ececec;
    height: 65px;
    box-shadow: 3px 3px 3px rgba(3, 0, 0, 0.2);    
}

.GrupaMenu
{
    background-color: #ececec; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.NaglowekGrupyMenu
{
    height: 35px;  
    font-weight:bold;
    font-size: 14px; 
    color: #343a40; 
    background-color: rgba(0, 0, 0, 0.125);
    padding-top: 7px; 
    padding-left: 7px;
}

.PozycjeGrupyMenu
{
   
    list-style-type: none;
    background-color: #ececec; 
}

.LinkiMenu
{
    height: 35px;
    background-color: #ececec; 
    color: #343a40; 
    padding-left: 20px;

    border: 1px solid;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-top-style: solid;
    border-radius: 0px;  
    border-color: rgba(0, 0, 0, 0.125);
}

#MenuWyloguj
{
    margin-right: 5px;
    margin-left: 5px;     
}

.PozycjeMenu
{
    height: 35px;  
    color:  #000000;
    font-size: 13px;  
    
}

#dismiss {
    width: 35px;
    height: 23px;
    line-height: 35px;
    text-align: center;
    background: #0079c4;
    color: #ececec;
    position: absolute;
    top: 14px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #0079c4;
    color: #63b2e4;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 0;
}

#sidebar .sidebar-header {
    padding: 7px;
    background: #0079c4;
    color: #ececec;
    height: 38px;
    
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
}

#sidebar ul p {
    color: #0079c4;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #0079c4;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #0079c4;
    background: #ececec;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #ececec;
}

.nazwa-programu
{
   font-size: 36px;
   font-weight:bold;   
   color: #0079c4; 
}
.nazwa-usera
{
   font-size: 16px;
   color: #343a40;
}


.nazwa-firmy
{
   font-size: 16px;
   color: #343a40;
}


.Naglowek-lewy
{
   float: left;
   margin-top: 0px;  
   width: 310px;
}

.Naglowek-prawy
{
   float: right;
   margin-top: 12px; 
   margin-right: 12px; 
   /*width: 100vh; */
   text-align: right;
   color: #0079c4; 
}

.PanelNawigacyjny
{
   background: #ececec;
   margin-bottom: 50px;
}

.Menu-Przycisk
{
   margin-left: 5px;   
   margin-top: 0px;   
   margin-right: 5px; 
   background-color: #0079c4;  
   color: #fff;
}

.Menu-Przycisk:hover
{ 
   /*background-color: #0069d9;*/
   /*color: #0079c4;*/
   /*opacity: 0.9;*/
   color: #75cbff;
}

.navbar-main
{
	margin-bottom: 20px; 
	margin-top: -12px; 
	margin-left: -15px; 
	margin-right: -15px; 
	padding: 5px; 
	padding-left: 10px;
}

@media screen and (max-width: 36em) {
    .navbar-main
    {
	display: none;
    }
}

@media screen and (max-width: 70em) {
    #NaglowekPrzyciskNapis
    {
      display: none; 
    }

    .nazwa-programu
    {
         font-size: 14px;
         font-weight:bold; 
         color: #0079c4;  
         margin-top: 10px;
    }
    
    .nazwa-usera
    {
         font-size: 12px;
    }

    .Naglowek-lewy
    {
         margin-top: 5px;
         float: left;
    }
    
    .Naglowek-prawy
    {
         float: left;
         margin-top: 3px; 
         text-align: left;
    }
   
}

