/*
	account new styles
	
	colors:

	GREEN 0,212,212 #00D4D4;
	PINK 255,92,152	#FF5C98;
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
/*
                        thin: font-weight: 100;
                        light: font-weight: 300;
                        regular: font-weight: 400;
                        medium: font-weight: 500;
                        bold: font-weight: 700;

                        font-style: normal;
*/
html, body{
    font-family: 'Roboto', sans-serif;
    color: #405052;
    font-size: 20px;
}
a{
	color: #00D4D4;
	text-decoration: none;
}
a:hover{
	color: #00D4D4;
}


/*
	login:
*/
.btn-primary, .btn-primary:hover {
    color: #fff;
    background-color: #00D4D4;
    border: none;
    border-radius: 0;
}
.btn-primary:hover{
  text-decoration: underline;
}
@media (min-width: 992px){
	.container{
		width: 992px; 
	}
}
/*
	form field
*/

/*p.info{
  font-size: 12px;
  font-style: italic;
}*/

.form-control:focus{
	border-color: #00D4D4;
	-webkit-box-shadow: none;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,212,212,.6);
}
.btnDelete,.btnDelete:hover{
  background-color: #FF5C98;
  /*margin-top: 30px;*/
}
input[type=checkbox]{
  font-size: 16px;
}
textarea{
  max-width: 90%;
}
.smalltextarea{
  width: 120px;
}
.questionOnlineCheck {
  float: left;
  width: 45px;
  text-align: center;
  margin-bottom: 10px;
}
.chunkxInput1 {
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #555;
    background-color: #eee;
}
.chunkxPerson{
  margin-bottom: 10px;
}
.chunkxFileUpload{
  font-weight: 400;
  color: #999;
  cursor: pointer;
  /*display: table-caption;
  width: 295px;*/
}
.chunkxProfilepic{
  width: 100px;
  height: 120px;
  float: left;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin-right: 10px;
}
/*
	feedback and error message
*/

.bg-danger {
	padding: 5px;
	background-color: #FF5C98;
	color: #fff;
}

.bg-success {
  padding: 5px;
  background-color: #00D4D4;
  color: #fff;
}

/*
	menu
*/
#navbar{
	border: 0px solid #f00;
	margin: 10px auto;
	padding: 0 10px;
    max-width: 1000px;
}
#logo{
  float: left;
  /*background: url(pix/chunkx-222x70.png) no-repeat left center;*/
  background: url(https://images.chunkx.de/account/chunkx-222x70.png) no-repeat left center;
  background-size: 150px;
  /*width: 222px;
  height: 70px;*/
  width: 150px;
  height: 70px;
}
#navmenu{
  float: right;
}
#navmenu #logout{
	/*border: 1px solid #0f0;*/
    text-align: right;
    font-size: 14px;
}
#navmenu ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*margin-top: 14px;*/
}
#navmenu li{
	float: left;
}
#navmenu li a{
	display: block;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    color: #405052;
}
#navmenu li a:hover{
  text-decoration: underline;
}
#navmenu li.active{
	font-weight: bold;
}
#navmenu li.green{
	background-color: #00D4D4;
}
#navmenu li.green a{
	color: #fff;
}



/*
  channels
*/
.grey-border{
  border: 2px solid #ddd;
  padding: 0px 20px 20px;
  margin: 20px 0 20px 0;
  box-shadow: 0 0 10px #ccc;
}
.channelrow{
  border-bottom: 4px solid #00D4D4;
  padding-top: 20px;
  width: 100%;
}
.channelrow:hover{
  cursor: pointer;
}
.channelrow:hover a{
  text-decoration: underline;
}
.channeloffline{
  border-bottom: 4px solid #FF5C98;
}
.channeloffline a{
  color: #FF5C98;
}
.channel-title{
  width: 20%;
}
.onerow{
  display: inline-flex;
}
.onerow div{
  margin-right: 30px;
}
.pink{
  color: #FF5C98;
}
.green{
  color: #00D4D4;
}
.font-small{
  font-size: 14px;
}
.num-fat{
  font-size: 20px;
  font-weight: bold;
}
.channelrow span.num-fat{
  font-size: 20px;
  font-weight: normal;
}
span.num-fat:after{
  /*content: ' ';*/
  content: '\A';
  white-space: pre;
}
.channel-title span.num-fat:after{
  content:none;
  white-space: normal;
}
.channelStats div{
  margin-bottom: 10px;
}
.btnSmall{
  font-size: 13px;
  padding: 5px;
}