/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
      background: #f2f2f2;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

 
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;  
    background-color: #394263;
    border-right: 1px solid #313854;
    width: 210px;
    height: 100%;
		 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	    overflow-x: hidden;
    overflow-y: auto;  
 
  }
 
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
      margin-top: 5px;
	      padding: 15px 0 15px 10px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {

	 
  
}


 

 

  
.navbg{
	
	    background: #313854;
    border-bottom: 1px solid #07080A;
}
.navlogo {
	    font-size: 20px;
    color: #ffffff;
    float: left;
  margin-top:15px;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
}
.navlogo:hover{
text-decoration:none;
  color: #ffffff;
}
.navmenu {	
 
margin-left:10px;
	margin-right:10px;
	    font-size:15px;
    color: #ffffff;
    float: left;
  margin-top:19px;
    text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700; 
}
.navmenu:hover{
text-decoration:none;
  color: #ffffff;
}
 
 
.nav-sidebar > li > a {
    display: block;
    color: #eaedf1;
    padding: 0 10px;
    min-height: 35px;
    line-height: 35px;
}
.nav-sidebar > li > a:hover {
color: #fff;
    text-decoration: none;
  
    background: rgba(0,0,0,.15);
}
.nav>li>a:focus, .nav>li>a:hover {
	    padding-left: 5px;
    border-left: 5px solid #1bbae1;
 
    background: rgba(0,0,0,.3);
	
   
	     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bocznypanel h3{
	    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
    line-height: 60px;
    height: 60px;
    margin: 0;
    background: #3498db;
    text-align: center;
}
  
 .srodkowypanel{
padding: 20px 20px 20px 20px;
 background: #ffffff;
     margin-right: 30px;
	     margin-left: 30px;
		
		     font-size: 14px;
			     color: #808080;
				 box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
				     margin-bottom: 20px;
}

  
.srodkowypanel h3{
	    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
    line-height: 60px;
    height: 60px;
    margin: 0;
    background: #313854;
    text-align: center;
}
  
.submenu{
		font-family: 'Open Sans', sans-serif;
	font-weight: 600; 
    display: block;
   
    border-right: 1px solid #e6e6e6;
}
ul.submenu li{
	    list-style: none !important;
}


ul.submenu li a{
	
    font-size: 12px;
    padding: 6px 0;
    line-height: 35px;
    height: 35px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #aeb2b7;
}

ul.submenu li a:hover{
 text-decoration:none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.active2 {
	    width: 160px;
	margin-top:10px;
	color: #ffffff;
    padding: 10px 10px;
    background: #3498db;
    text-align: center;
	float:left;
}
 

 
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
	text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	    color: #292929;
    cursor: default;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: border 300ms ease 0s;
    -moz-transition: border 300ms ease 0s;
    -o-transition: border 300ms ease 0s;
    transition: border 300ms ease 0s;
    transition: all 0.5s;
}

.nav-tabs > li > a {
    color: #292929;
    cursor: default;
    font-size: 16px;
    border: none;
    transition: all 0.5s;
    font-weight: 600;
}
 .navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #1bbae1;
    color: #fff;
}
 
 .btn-primary {
    color: #fff;
    background-color: #313854;
    border-color: #313854;
}
.btn-primary:hover , .btn-primary:focus{
    color: #fff;
    background-color: #1bbae1;
    border-color: #17a1c3;
	    -webkit-transition: border 300ms ease 0s;
    -moz-transition: border 300ms ease 0s;
    -o-transition: border 300ms ease 0s;
    transition: border 300ms ease 0s;
    transition: all 0.5s;
}
.btn-success {
    color: #fff;
    background-color: #1bbae1;
    border-color: #19a2c3;
}
.btn-success:hover , .btn-success:focus{
    color: #fff;
    background-color: #1baed2;
    border-color: #1ebce2;
 
	    -webkit-transition: border 300ms ease 0s;
    -moz-transition: border 300ms ease 0s;
    -o-transition: border 300ms ease 0s;
    transition: border 300ms ease 0s;
    transition: all 0.5s;
}


[class*=' imghvr-'], [class^=imghvr-] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #313854;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
[class*=' imghvr-'] figcaption, [class^=imghvr-] figcaption {
    background-color: #313854;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

figcaption {
	text-align: center !important;
	font-size:20px;  
}

.g1 img{
	    height: 300px;
}

.g2 img{
	    height: 400px;
}
.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}