/*body {
	background-image: url("../images/bg.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}*/
.profil{
	float:left; 
	width:100%; 
	height:auto; 
}

h1 {
	font-size: 20px;
}
div {
	word-wrap: break-word;
}
.medyasil{
	font-weight: normal;
	display: flex;
	align-items: center;
	margin-left: 5px;
	color: #222;
	font-size: 15px;
}
.incomingMessage a:visited {
  text-decoration: none;
  color:white;
}

.incomingMessage a:hover {
  text-decoration: none;
  color:white;
}

.incomingMessage a:active {
  text-decoration: none;
  color:white;
}
.outgoingMessage a:visited {
  text-decoration: none;
  color:white;
}

.incomingMessage .profil, .outgoingMessage .profil {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 10px
}

.outgoingMessage a:hover {
  text-decoration: none;
  color:white;
}

.outgoingMessage a:active {
  text-decoration: none;
  color:white;
}
.incomingMessage {
	display: flex;
	color: #000;
	width: calc(100%); 
	text-align: left; 
	padding: 0.3em; 
	font-size: 14px;
}
.incomingMessage div {
	border-radius: 2px 20px 20px 20px;
	background-color: #ff3333;
	padding: 8px;
}
.outgoingMessage {
	justify-content:flex-end!important;
	display: flex;
	color: #000;
	width: calc(100%); 
	text-align: left; 
	padding: 0.3em; 
	font-size: 14px;
}
.outgoingMessage div {
	border-radius: 20px 2px 20px 20px;
	padding: 8px;
}

a{
	text-decoration: none;
}
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: #495057;
}

/* mouse over link */
a:hover {
  color: #495057;
}

/* selected link */
a:active {
  color: #495057;
}

#profil{
	position: relative;
	width:30px;
	height: 100%;
}
small{
	font-size:9px;
	color:#bdc3c7;
}
.input-group-prepend i{
	color:#7f8c8d;
}
.input-group-prepend i:hover{
	color:#495057;
}



body{
	background-color: #eee;
	color:#222;
	transition: 300ms all;
}
.table-dark{
	transition: 300ms all;
}
body.dark{
	background-color: #222;
	color:#fff;
}
body.dark .medyasil{
	color:#fff;
}

.mode-control input {
	position: absolute;
	opacity: 0;
}

.mode-control span:nth-of-type(2) {
	display:none;
}

.mode-control input:checked + span {
	display: none;
}

.mode-control input:checked + span + span {
	display: inline-block;
}

body.dark h1{
	color: #fff;
}
body.dark .form-control{
	background-color: #222;
	border: 1px solid #37393a;
	color:#fff;
}
table{
	background-color:white;
	transition: 300ms all;
}
body.dark .input-group-text{
	background-color: #222;
	border: 1px solid #37393a;
}
#menuackapa{
	display:none;
	position:fixed;
	height:30px;
	bottom:42px;
	left:0px;
	right:0px;
	margin-bottom:0px;
}
.p-4 {
    padding: 0.5rem!important;
}
progress {
  position: absolute;
  display: none;
  width: 100%;
  height: 5px;
  left: 0px;
  border: 0;
  top: 0px;
  color:#fff;
  background:#222;
}
