.zweryfikowany {
  background-image: url('../images/zweryfikowany.svg');
  width: 15px;
  height: 20px;
  display: inline-block;
}

.niezweryfikowany {
  background-image: url('../images/niezweryfikowany.svg');
  width: 15px;
  height: 20px;
  display: inline-block;
}

.launcher {
  position: relative;
  text-align: center;
  color: white;
  background-image: url('../images/appLauncher/kafelki.svg');
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  line-height: normal;
  top: 4px;
}

.app-launcher {
  position: absolute;
  left: -250px;/*polozenie calego bloku*/
  top: 40px;
  display: none;
  z-index: 100;
}

.app-launcher::before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 9px solid rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -9px;
  left: 81%; /*polozenie trojkata*/
  margin-left: -5px;
  z-index: 1;
}

.apps {
  position: relative;
  border: 1px solid #ccc;
  border-color: rgba(0,0,0,.2);
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out;  
  overflow-y: hidden;
  overflow-x: hidden;
  width: 313px;
  min-height: 520px;/*196px;*/
  height: 520px;/*396px;*/
  margin-bottom: 30px;
  background-color: white;
}

.launcher .buttonLauncher {
  cursor: pointer;
  width: 32px;
  margin: 0 auto;
  height: 32px;
}

.hide { display: none; }

.apps ul {
  background: #fff;
  margin: 0;
  padding: 5px !important;
  width: 100%;
  height: 100%;
  overflow: auto;
  list-style: none;
}

.apps ul li {
  float: left;
  height: 100px; /* wysokosc i szerokosc pojedynczej aplikacji*/
  width: 100px;
  color: black;
  padding: 5px 0;
  text-align: center;
  border: 1px solid white;
}

.apps .more {
  line-height: 40px;
  text-align: center;
  display: block;
  width: 320px;
  background: #f5f5f5;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  color: #282828;
}

.apps.overflow .more {
  border-bottom: 1px solid #ebebeb;
  left: 28px;
  width: 264px;
  height: 0;
  cursor: default;
  height: 0;
  outline: none;
}

::-webkit-scrollbar-thumb {
 background-clip: padding-box;
 background-color: rgba(0,0,0,.3);
 border: 5px solid transparent;
 border-radius: 10px;
 min-height: 20px;
 min-width: 20px;
 height: 5px;
 width: 5px;
}

::-webkit-scrollbar {
 height: 15px;
 width: 15px;
 background: white;
}

::-webkit-scrollbar-button {
 height: 0;
 width: 0;
}

.appLabel {
	line-height: normal;
	font-size: 12px;
	margin-top: 3px;
	text-decoration: none;
	text-decoration-line: none;
}

.appImg {
	width: 45px;
	height: 45px;
}

.apps li a:link, .apps li a:visited  {
	color: rgb(64, 64, 64);
}

.apps li a:HOVER  {
	text-decoration: none;
}

.apps ul li:HOVER {
  border: solid 1px lightgray;
}