body {
	background-color: black;
	color: #00B4FF;
	font-family: helvetica;
	font-size: 14px;
}

h1 {
	text-align: center;
	cursor: pointer;
}

h2 {
	cursor: pointer;
}

table {
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

td.pomatujusi, td:active, h1:active {
	text-shadow: 0px 0px 5px #00B4FF;
	color: white;
}

.modal {
	position: fixed;
	background-color: #070707;
	width: 500px;
	border: 1px solid;
	border-radius: 6px;
}

.modal .handle{
	height: 30px;
	border-bottom: 1px solid;
	line-height: 30px;
}

.modal .handle .title {
	padding-left: 10px;
	font-weight: bold;
}

.title .lqt {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: calc(100% - 40px - 50px);
display: inline-block;
}

.modal .handle .left{
	float: right;
	padding-right: 10px;
	cursor: pointer;
}

.modal .handle .right{
	float: right;
	padding-right: 10px;
	cursor: pointer;
}

.modal .handle .close{
	float: right;
	padding-right: 10px;
	cursor: pointer;
}

.modal .content button{
	float: right;
	border: none;
	border-left: 1px solid #00B4FF;
	border-top: 1px solid #00B4FF;
	background-color: transparent;
	border-top-left-radius: 6px;
	color: inherit;
	padding: 0px 20px;
	line-height: 25px;
	cursor: pointer;
}

.modal .content textarea{
	height: 200px;
	border: 0px none;
	box-shadow: none;
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	resize: vertical;
	width: calc(100% - 4px);
}

.modal .content input[type="text"]{
	border: 0px none;
	box-shadow: none;
	background-color: transparent;
	color: inherit;
	font-family: inherit;
	width: calc(100% - 4px);
}

.modal .content input[type="text"].vetsi{
	font-size: 1.2em;
	text-align: center;
}

.modal .content .mood{
	float: left;
	width: 15px;
	height: 15px;
	margin: 5px;
}

.modal .content input[type="radio"]{
	display: none;
}

.modal .content input[type="radio"] + label{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid;
	border-radius: 20px;
	cursor: pointer
}

.modal .content input[type="radio"][id="possitive"]:checked + label{
	background-color: #00B4FF;
}

.modal .content input[type="radio"][id="neutral"]:checked + label{
	background-color: #555555;
}

.modal .content input[type="radio"][id="negative"]:checked + label{
	background-color: #000000;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00B4FF;
}

.topIkonka{
	top: 0;
	position: absolute;
	cursor: pointer;
	width: 15px;
}

.popelnice{
	right: 0px;
}

.svitek{
	right: 80px;
}

.avatar{
	right: 60px;
}

.lupa {
	right: 40px;
}

.zvonek {
	right: 20px;
}

.zvonek>img,
.lupa>img {
	width: 15px;
}

.zvonek.new:after {
	content: "";
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	background-color: red;
	border-radius: 5px;
}

.zvonek .sipecka, .zvonek .notifikace,
.zvonek .sipecka, .lupa .vyhledavani {
	display: none;
	cursor: default;
}

.zvonek.opened .sipecka,
.lupa.opened .sipecka{
	display: block;
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #00B4FF transparent;
	position: absolute;
    right: 3px;
    top: 20px;
    z-index: 1;
}

.lupa.opened .sipecka{
	right: 2px;
}

.zvonek.opened .notifikace,
.lupa.opened .vyhledavani {
	display: block;
    width: 350px;
    height: 350px;
	background-color: #070707;
	border: 1px solid;
    border-radius: 6px;
    position: absolute;
    right: -5px;
    top: 25px;
	z-index: 99999;
	overflow-x: hidden;
    overflow-y: scroll;
}

.lupa.opened .vyhledavani {
	right: -25px;
	overflow: hidden;
}

.notifikace > div,
#searchResult > div {
	text-align: left;
	border-bottom: 1px solid;
    margin: 10px;
    padding: 5px 8px;
}

.notifikace > div > h4,
#searchResult > div > h4 {
	display: inline-block;
    padding: 0px;
    margin: 0px 5px;
}

.notifikace > div > p,
#searchResult > div > p {
	margin: 0px 6px;
}

.lupa #searchbox{
	background: transparent;
	border: none;
	border-bottom: 1px solid #00B4FF;
	width: 100%;
	color: #00B4FF;
	padding: 5px;
	height: 15px;
}

.lupa #searchResult{
    height: calc(100% - 26px);
}

.hodiny {
	right: 100px;
}

@font-face {
	font-family: "Futura";
	src: url("Futura.woff");
}

.RPGify, .Lide {
	width: 1000px;
	height: 550px;
	font-family: Futura;
	font-size: 20px;
	overflow: hidden;
}

.RPGify input,
.RPGify textarea,
.Lide input,
.Lide textarea{
    font-size: 20px;
}

textarea:focus, input:focus{
    outline: none;
}

.RPGify .content,
.Lide .content {
    height: 100%;
    position: relative;
}

.RPGify ul,
.Lide ul {
	margin: 20px 0px;
	padding-bottom: 15px;
}

.RPGify li {
	list-style-type: circle;
}

.RPGify li.active {
	list-style-type: disc !important;
}

.RPGify .list,
.Lide .list {
    width: 300px;
    height:  100%;
    border-right: 1px solid #00B4FF;
	float:  left;
	overflow-y: auto;
}

.RPGify .list li,
.Lide .list li {
	cursor: pointer;
	text-align: right;
	padding-right: 10px;
	list-style-type: none;
}

.RPGify .detail,
.Lide .clovek {
    float:  left;
    height:  94%;
    width: 639px;
	padding: 15px 30px;
	overflow-y: auto;
}

.RPGify .done {
	text-shadow: 0px 0px 5px #00B4FF !important;
	color: white !important;
}

.RPGify .failed{
	color: #353535 !important;
}

.RPGify.modal .content textarea,
.Lide.modal .content textarea {
	margin-top: 10px;
	height: 30px;
	resize: none;
}

.Lide.modal .content .info,
.Lide.modal .content .topHr {
    width: calc(100% - 214px);
	float: right;
}

.Lide.modal .content .info
{
	resize: none;
	height: 175px;
}

.xsicht {
    width: 200px;
    height: 200px;
	float: left;
    border: 1px solid;
	border-radius: 6px;
	background-size: cover;
    background-position: center;
}

hr {
	border-color: #00B4FF;
}

@media (max-width: 1855px) {
	body {
		margin: 8px 3px;
	}
	h2, .mScrollInside {
		width: 930px;
		margin: auto;
	}
}

.hamburger-button
{
	display: none;
}


.seznamCasu {
    margin: 20px 0px;
}

.seznamCasu input[type="text"]
{
	width: calc(100% - 260px - 65px - 65px) !important;
}

.seznamCasu .cas {
    display: inline-block;
    text-align: right;
}

.seznamCasu li {
    cursor: pointer;
	list-style-type: disc;
	position: relative;
	margin-bottom: 5px;
}

.casy.modal .ted, .casy.modal .plusDen {
	float: right;
    border: 1px solid #00B4FF;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: inherit;
    padding: 0px 10px;
    line-height: 15px;
	cursor: pointer;
}

.casy.modal .plusDen {
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.casy.modal {
	width: 600px;
}

.switch {
	position: relative;
    display: inline-block;
    width: 40px;
    height: 23px;
	top: -5px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .1s;
    border-radius: 34px;
	border: 1px solid #00B4FF;
}

.slider:before {
	position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: #00B4FF;
    transition: .1s;
    border-radius: 50%;
}

input:checked + .slider {
	background-color: #00B4FF;
}

input:checked + .slider:before {
	background-color: black;
}

input:checked + .slider:before {
	transform: translateX(18px);
}

@media (max-width: 949px) {
	body, body input{
		font-size: 20px;
	}
	h1{
		margin-top: 40px;
	}
	h2{
		width: auto;
	}
	.mScroll {
		overflow-y: hidden;
		overflow-x: auto;
	}
	.mScrollInside {
		width: auto;
	}
	.modal {
		width: 99% !important;
		height: 99% !important;
		left: 0 !important;
		top: 0 !important;
	}
	.modal .handle {
		height: 45px;
		line-height: 45px;
		font-size: 35px;
	}
	.switch {
		top: 0px;
	}
	.modal .content {
		position: relative;
		height: calc(100% - 45px);
	}
	.modal .content form {
		position: relative;
		height: 100%;
	}
	.modal.vzpominka .content textarea {
		height: calc(100% - 50px) !important;
	}
	.modal .content button{
		line-height: 40px;
	}
	.modal .content .mood{
		width: 20px;
		height: 20px;
		margin: 10px;
	}
	.topIkonka{
		width: 30px;
		margin: 5px;
	}
	.svitek{
		right: 120px;
	}
	.avatar{
		right: 90px;
	}
	.lupa {
		right: 60px;
	}
	.zvonek {
		right: 30px;
	}
	.zvonek>img,
	.lupa>img {
		width: 30px;
	}
	.zvonek.new:after {
		top: 0px;
		right: 0px;
		width: 10px;
		height: 10px;
		border-radius: 10px;
	}

	.zvonek.opened .sipecka {
		right: 10px;
		top: 35px;
	}

	.zvonek.opened .notifikace {
		right: -20px;
		top: 40px;
	}

	.lupa.opened .sipecka{
		right: 10px;
		top: 35px;
	}

	.lupa.opened .vyhledavani {
		right: -50px;
		top: 40px;
	}

	.hodiny {
		right: 150px;
	}

	.RPGify .list,
	.Lide .list {
	    width: 50px;
	}

	.RPGify .list.opened,
	.Lide .list.opened {
		width: 100%;
	}

	.RPGify .questy,
	.Lide .seznamLidi{
		margin-top: 0px;
	}

	.hamburger-button {
		display: block;
		text-align: center;
		font-size: 3em;
		line-height: 50px;
	}

	.RPGify .list ul,
	.RPGify .list hr,
	.Lide .list ul,
	.Lide .list hr{
	    display: none;
	}

	.RPGify .list.opened ul,
	.RPGify .list.opened hr,
	.Lide .list.opened ul,
	.Lide .list.opened hr{
	    display: block;
	}

	.RPGify .detail,
	.Lide .clovek {
		width: calc(100% - 51px - 60px);
	}

	.xsicht {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.Lide.modal .content .info,
	.Lide.modal .content .topHr  {
		width: calc(100% - 4px);
	}

	.lqt {
		font-size: 0.4em;
	}

	.seznamCasu input[type="text"] {
		width: 100% !important;
	}

	.seznamCasu .cas {
		display: block;
		text-align: left;
	}

	.casy.modal .ted, .casy.modal .plusDen {
		float: none;
		border: 1px solid #00B4FF;
		border-radius: 6px;
		display: inline-block;
		padding: 5px;
		margin: 5px 0px 10px 0px;
		text-align: center;
		width: calc(50% - 20px);
	}

	.casy.modal .content {
		overflow-y: scroll;
		overflow-x: hidden;
	}
}