@font-face {
    font-family: 'DINc';
    src: url('../fonts/DINCeRg.ttf'),
    url('../fonts/DINCeRg.woff'),
    url('../fonts/DINCeRg.eot');
}


@font-face {
  font-family: "Arya";
  src: url("../fonts/Arya-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Arya-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Arya-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Arya-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Arya-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Arya-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Arya-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: bold;
  font-style: normal;
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  	font-family: 'DINc';	
}




@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

html { height:100%; }


body {
  padding: 0;
  margin: 0;

  height: 100%;
  box-sizing: border-box;
      display: flex;
    flex-direction: column;
}


body {
   
    background: #fafafa;
 
}

p {
   
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

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);
}



.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: relative;
    top: 0;
    left: 0;
   	min-height: calc(100% - 40px);
    z-index: 999;
    background: #797979;
    color: #fff;
    transition: all 0.3s;
    border-right: 2px solid #555;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}



#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: calc(100% - 250px);
    transition: all 0.3s;
    position: relative;
    top: 0;
    right: 0;
    padding: 10px;

}
#content.active {
    width: 100%;
}


.radio {
	margin-left: 45px;
	display: inline;
}



#wrapper {
	width: 550px;
	overflow: hidden;
	min-height: 300px;
	border:1px solid #b1b4b8;
	border-radius:3px;
	-webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.5);	
	margin-top: 2px;
}

  .okno {
	max-width: 550px;
	min-height: 100%;
	padding: 20px;
}
    
  #panel-dane {
  	width: 1000px;
  } 
  
 
  
.logo-text-login {
	font-family: 'Arya';
	font-size: 50px;
	float: right;
	width: 340px;
	color: #6b6967;
	margin-top: 8px;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
	text-align: center;
}

.img-fluid {
	width: 120px;
}
  
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    
	.radio {
		margin-left: 20px;
		display: block;
	}
	
	#login {
		float: left;
		width: 100%;
	}
	
	.logo-text-login span {
		font-size: 34px;
		width: 250px;
	}
	
	.tabs ul li>a {
		font-size: 14px;
	}
	
	.img-fluid {
		width: 60px;
	
	}
	
	#btn-loguj {
		margin-left: 20px;
	}
	
	
}


li>a>i {
	position: absolute;
	left: 5px;
	top: 8px;
	font-size: 18px;
}

li>a {
	font-size: 18px;
}

#header {
	height: 60px;
	width: 100%;
	margin: 0;
}

#logo {
	width: 250px;
	min-height: 100%;
	background-color: white;
}

#top {
	min-height: 100%;	
}

.wrapper {
	height: 100vh;
	margin:0; 
	padding: 0;
}

#site {
	margin:0; 
	padding: 0;
  	width: 100%;
  	height: calc(100% - 60px);
    flex: auto;
    background-color: #e4e4e7;
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.4);
}

#dane {
	width: 100%;
}
#footer {
	height: 40px;
	background-color: #4f5457;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	color: white;
	border-top: 2px solid #F15E0E;
}

.btn-collapse {
	padding: 2px 10px !important;
	margin: 4px 0 0 6px;
	height: 28px;
}	

.logo-text span {
	font-family: 'DINc';
	font-size: 30px;
	display: block;
	width: 170px;
	color: #6b6967;
	margin-top: 8px;
	float: right;
	text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);
}

.kierunek {
	color: white;
	background-color: #2f2f33;
	width: 100% !important;
	font-size: 0.8em;
	clear: both;
	padding: 1px 0 0 6px;
	margin-top: 6px;
	overflow: hidden;
}

.top {
	width: calc(100% - 250px);
   	padding:0;
   	margin: 0;
   	background-color: #7A7A7A;
}



.flaga-login img {
	border: 1px solid #d1d0d5;
	margin-left: 4px;
}

.flaga-login {
	width: 100px;
	float: right;
}


.tabs > ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  font-size: 0;

}
.tabs > ul .indicator {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  background: #f3680c;
  -webkit-transform: translateZ(0) translateX(0);
transform: translateZ(0) translateX(0);
  transition: all 0.3s ease;
}
.tabs > ul li {
  display: inline-block;
  font-size: 14px;
  width: 50%;

}
.tabs > ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: black;
  transition: all 0.3s ease 0.4s;
}
.tabs > ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f3680c;
  -webkit-transform: translateZ(0) translateY(100%);
transform: translateZ(0) translateY(100%);
  transition: all 0.3s ease 0.3s;
  z-index: -1;
  border-top-left-radius: 4px;
   border-top-right-radius: 4px; 
  
}
.tabs > ul li a[aria-selected] {
  color: white;
}
.tabs > ul li a[aria-selected]:before {
  -webkit-transform: translateZ(0) translateY(0);
          transform: translateZ(0) translateY(0);
}
.tabs > section[aria-hidden="true"] {
  display: none;
}
	
		

   
   
.form-orange .font-small {
  font-size: 0.8rem; }

.form-orange .header {
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.form-orange input[type=text]:focus:not([readonly]),
.form-orange input[type=password]:focus:not([readonly]) {
  border-bottom: 1px solid #fd9267;
  -webkit-box-shadow: 0 1px 0 0 #fd9267;
  box-shadow: 0 1px 0 0 #fd9267; }

.form-orange input[type=text]:focus:not([readonly]) + label,
.form-orange input[type=password]:focus:not([readonly]) + label {
  color: #4f4f4f; 
}

.prefix {
	margin-top: 5px;
}

@font-face {
    font-family: 'Kalam';
    src: url('../fonts/Kalam-Regular.ttf');
}

.speak-it {
	font-family: Kalam;
	font-size: 1em !important;
}

.div-speak {
	padding-top: 4px;
	float: left !important;
	width: 12em;
	margin-left: 16px;
	border: 2px solid #CCC;
	border-radius: 5px;
	margin: 2px 2px 2px 16px;
}

