* {
Font-family: Calibri;
}

.mobile {
	min-width: 1100px;
	width: 90%;
	border-radius: 25px;
	background: #202020;
	margin: auto;
	height: 720px;
	padding: 25px;

}

.cam {
	float: left;
	width: 2.5%;
	text-align: center;
}

.speaker {
	height: 100px;
	width: 10px;
	border-radius: 5px;
	background: black;
	margin-top: 301.25px;
}

.camera {
	width: 10px;
	height: 7.5px;
	border-radius: 50%;
	background: black;
	margin-top: 10px;
	background: black;
	margin-bottom: 301.25px;
}

.screen {
	float: left;
	width: 92.5%;
	padding: auto;
	background: rgb(143, 138, 138);
	height: 720px;
	border-radius: 10px;
	animation: enter 2s;
  	animation-fill-mode: forwards;
}

#mdt-screen {
	background-color: rgb(25, 53, 211);
}

@keyframes enter {
	from {visibility: hidden;}
	to {visibility: visible;}
}

.bottom-btn {
	float: right;
	width: 5%;
	text-align: center;
}

#btn {
	background-color: black;
	padding: 25px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 50%;
	margin-top: 347.5px;
	margin-bottom: 347.5px;
	margin-left: 20px;
}

.header {
	margin: 15px;
}

.main-content {
	overflow: scroll;
	float: left;
	width: 75%;
	margin: 15px;
	height:690px;
	overflow-x: hidden;
}

.app-logo {
	margin-left: 20px;
	margin-top: 20px;
	width: 100px;
	text-align: center;
	height: 120px;
	float: left;
	font-size: 20px;
	font-weight: bold;
	
}
.app-btn {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	display: block;
	position: relative;
	margin: auto;
}

#mdt-btn {
	background-color: rgb(25, 53, 211);
}

.MDT-login {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
	display: block;
	justify-content: center;
	align-items: center;
	color: aliceblue;


}

.MDT-login h2 {
	font-size: 100px;
	font-weight: bold;
}

.MDT-login input {
	margin: 20px;
	border-radius: 5px;
	border: 1px solid black;
}

#togglePass {
	cursor: pointer;
	position: absolute;
	transform: translate(-12px, 12px);
	color: white;
}

.MDT-login table {
	margin: auto;
	font-size: 25px;
	font-weight: bold;
	text-align: right;
}

#last-tab-btn {
	text-align: center;
}
#last-tab-btn button {
	font-size: 25px;
	font-weight: bold;
	background-color: aliceblue;
	border-radius: 5px;
}

.side-navbar {
	float: left;
	width: 100px;
	height: 720px;
	background-color: rgb(50, 50, 50);
}

.left-panel {
	float: left;
	width: 45%;
	height: 85.55%;
	background: rgb(143, 138, 138);
	padding: 15px;
	box-sizing: border-box;
	overflow: scroll;
	overflow-x: hidden;

}

.right-panel {
	float: right;
	width: 43.5%;
	background: rgb(143, 138, 138);
	height: 85.55%;
	padding: 15px;
	box-sizing: border-box;
	overflow: scroll;
	overflow-x: hidden;
}
	
ul {
	list-style-type: none;
	padding: 0;
}

ul a {
	width: 100%;
	height: 60px;
	padding-top: 40px;
	font-size: 20px;
	display: block;
	text-decoration: none;
	color: black;
	background-color: rgb(50, 50, 50);
	text-align: center;
	font-weight: bold;

}

#dash {
	background-color: rgb(143, 138, 138);
	color: white;
	font-weight: bold;
	transform: translateY(-16px);
}

#logout {
	transform: translateY(400px);
	color: red;
	font-weight: bold;
}

#panel-srodek {
	width: 100%;
	height: 600px;
	margin-top: 10px;
	margin-left: 10px;
}

#panel-srodek table {
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	width: 25%;
}

#panel-srodek table th {
	transform: translateX(-15px);
}

#sub-dodaj  {
	text-align: center;
}

.input-nazw {
	transform: translateX(-150px);
}

#panel-srodek h2 {
	text-align: center;
}

#EMS-btn {
	background-color: rgb(207, 13, 13);
}

#EMS-btn img {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	display: block;
	position: relative;
	margin: auto;
}

#mdt-btn img {
	width: 90px;
	height: 90px;
	border-radius: 10px;
	display: block;
	position: relative;
	margin: auto;
}