 @import url(http://weloveiconfonts.com/api/?family=fontawesome);
/* ---------- FONTAWESOME ---------- */
[class*="fontawesome-"]:before {
	font-family: 'FontAwesome', sans-serif;
}
/* ---------- GENERAL ---------- */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	padding-top: 20px;
	background: #DADADA;
}
a {
	color: #eee;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input {
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding: 0;
	
}
p {
	line-height: 1.5em;
}
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.row {
	text-align: -webkit-center;
}
.i-style {
	font-style: normal;
	font-weight: 700;
}
/* ---------- LOGIN ---------- */
#login {
	text-align: center;
}
#login form span {
	background-color: #363b41;
	border-radius: 3px 0px 0px 3px;
	color: #C8CACC;
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
#login form input {
	height: 50px;
}
#login form input[type="text"], input[type="password"] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
	background-color: #DADADA;
	border-radius: 3px 3px 3px 3px;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 90%;
	margin-bottom: 5px;
}
#login form input[type="submit"] {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f84dae;;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 2em;
	text-transform: uppercase;
	width: 90%;
}
#login form input[type="submit"]:hover {
	background-color: #d44179;
}
#login > p {
	text-align: center;
}
#login > p span {
	padding-left: 5px;
}
.cont-header {
	padding-left: 5px;
	text-align: left;
	font-family: sans-serif;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size: 18px;
}
.cont-text {
	text-align: left;
	padding-left: 5px;
	font-family: sans-serif;
	line-height: 5px;
	font-size: 12px;
	margin-top: 5px;
}
.content {
	width: 260px;
	border: none !important;
	background-color: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.content-profile {
	width: 290px;
	height: 420px;
	border: none !important;
	background-color: white;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	-webkit-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.logo {
	padding-bottom: 20px;
}
.header {
	font-family: monospace;
	font-size: x-large;
	padding-bottom: 10px;
}
.fa-play-circle-o:hover {
	color: green;
	transition: all 0.3s ease 0s;
}
.fa-pause-circle-o:before {
	color: crimson;
}
.user_logo {
	float: left;
    padding-right: 5px;
}
.user_info {
    float: left;
}
.fa {
	color: #0098DB;
}
.jp-controls {
	padding-top: 10px;
}

.user-info-block {
    width: 290px;
    float: left;
    position: relative;
    padding-bottom: 30px;
    padding-left: 30px;
	}
.logout-form {
	margin-top: 57px;
	height: 30px;
	width: 290px;
	border: none !important;
	background-color: #0098DB;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 5px 5px;
}
.logout-text {
	text-transform: uppercase;
	padding-left: 5px;
	text-align: left;
	font-family: sans-serif;
	letter-spacing: 1px;
	line-height: 1.5em;
	font-size: 13px;
}

a.logout-text:hover {
    text-decoration: initial;
    color: #B31C1C;
}