body{
	background: #33302B;
  	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ccc;
	padding: 4px;
	margin: 0;
	height: 100%;
}

.bootje {
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   user-select: none;
}

div#topnav {
	display: none;
	position: fixed;
	bottom: 8px;
	left: 0px;
	right: 0px;
	z-index: 4000;
	background: #33302B;
	z-box-shadow: 0 4px 6px 0px #33302B;
	-webkit-box-shadow: 0 4px 6px 0px #33302B;
	overflow: hidden;
	height: 20px;
}

div#camHolder{
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	padding-top: 5px;
	position: absolute;
	top:33px;
	width: 0px;
	bottom: 45px;
	right: 240px;
	display: none;
	overflow: hidden;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 1px solid #151a1d;
	box-shadow: 0 0 0 0px #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
}

div#chatHolder{
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	position: absolute;
	top:0px;
	bottom: 45px;
	left: 5px;
	right: 240px;
	display: block;
	overflow: hidden;
}

div#topnav ul {
	float: left;
	width: 100%;
	height:20px;
	margin:0px;	
	line-height: 12px;
}
div#topnav li {
	height: 15px;
	line-height: 12px;
	float: left;
	display: inline-block;
	list-style: none;
	padding: 3px 1px 1px 1px;
}
div#topnav li a {
	color: #a5b3b7;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	text-decoration: none;
	padding: 15px 8px;
}
div#topnav li a:hover {
	color: #f66302;
}
div#topnav .act a {
    color: #df5800;
    background: #151a1d;
    border-left: 1px solid #232c2f;
    border-right: 1px solid #232c2f;
    border-top: 1px solid #232c2f;
}

span {
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
    user-select: none; /* IE10+ */
}

*:focus{
    outline: none; 
}

.tabrow {
	list-style: none;
	padding-left: 15px;
	line-height: 20px;
	
	overflow: hidden;
	font-size: 12px;
	position: relative;
}
.tabrow li {
	color: white;
	-webkit-border-radius:	4px 4px 0 0;
	-moz-border-radius:		4px 4px 0 0;
	border-radius:			4px 4px 0 0;
	border: 1px solid #394447;
	background: #232c2f;
	background: #222;
	display: inline-block;
	position: relative;
	margin: 0 0px;
	padding: 0 7px;
}
.tabrow a {
	color: #bbb;
	text-decoration: none;
}
.tabrow li.selected {
	background: #232c2f;
	background: #234c22;
	color: #fff;
	z-index: 2;
	border-bottom-color: #232c2f;
}
div#headcontent{
	position: fixed;
	display: none;
	height: 95px;
	top: 5px;
	right: 10px;
	left: 10px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	background: #33302B;
	box-shadow: 0 4px 6px 0px #33302B;
	z-box-shadow: 0 4px 6px 0px #33302B;
	-webkit-box-shadow: 0 4px 6px 0px #33302B;
	min-width: 800px !important;
	z-index: 10;	
}
div#headbox1 {
	position: absolute;
	top: 5px;
	right: 395px;
	left: 5px;
	height: 80px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 0px solid #394447;
	box-shadow: 0 0 0 0px #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	font-size: 14px;
	overflow: hidden;
}


div#headbox2 {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 380px;
	height: 80px;
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 0px solid #394447;
	box-shadow: 0 0 0 0px #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	font-size: 14px;
	overflow: hidden;
}

div#content{
	min-height: 510px;
	position: fixed;
	display: none;
	bottom: 35px;
	top: 105px;
	right: 10px;
	left: 10px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	background: #4A4641;
	box-shadow: 0 4px 6px 0px #232c2f;
	z-box-shadow: 0 4px 6px 0px #232c2f;
	-webkit-box-shadow: 0 4px 6px 0px #232c2f;
	min-height: 400px;
	min-width: 800px !important;
	z-index: 10;
	background-image:url(http://www.digigop.nl/dgchat/images/chatachtergrond.gif);
}

.blink {

    -webkit-animation: myfirst 1.2s linear infinite;
    -moz-animation: myfirst 1.2s linear infinite;
    -ms-animation: myfirst 1.2s linear infinite;
    -o-animation: myfirst 1.2s linear infinite;
    animation: myfirst 1.2s linear infinite;
}

@keyframes myfirst {
	from {background:maroon;}
	to {background:#232c2f;}
}

@-webkit-keyframes myfirst {
	from {background:maroon;}
	to {background:#232c2f;}
}

.txt {
	    pointer-events:none;
	    -o-pointer-events:none;
}

.sysMsg {
	padding: 3px;
	padding-left: 70px; 
	text-indent: -60px;	
	margin-bottom: 3px;
	margin-right: 10px;
	background-color: rgba(115,115,115,0.1);// #273235;
	-webkit-border-radius:	3px 3px;
	-moz-border-radius:		3px 3px;
	border-radius:			3px 3px;
	border: 0px solid #394447;
	box-shadow: 0 0 0 0px #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
}


.mainMsg {
	padding: 3px;
	padding-left: 70px; 
	text-indent: -60px;	
	margin-bottom: 3px;
	margin-right: 10px;
	background-color: rgba(5,5,5,0.1);// #273235;
	-webkit-border-radius:	3px 3px;
	-moz-border-radius:		3px 3px;
	border-radius:			3px 3px;
	border: 0px solid #394447;
	box-shadow: 0 0 0 0px #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
}

.mainMsg > img {
	    vertical-align:middle;
}

.priveChat {
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	position: absolute;
	top:33px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 0px solid #394447;
	box-shadow: 0 0 0 0px #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	overflow: auto;
	font-size: 16px;
}

div#bovenuserlist {
	position: absolute;
	top:3px;
	height: 15px;
	right: 5px;
	width: 220px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 0px solid #394447;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	box-shadow: 0 0 0 0px #151a1d;
	font-size: 14px;
	overflow: hidden;
	text-align: center;
    z-index: 1000;
}

div#userlist {
	position: absolute;
	top:33px;
	bottom: 45px;
	right: 5px;
	width: 220px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 1px solid #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	box-shadow: 0 0 0 0px #151a1d;
	font-size: 14px;
	overflow: auto;
	/**background-color:#33302B;**/

}

.rondehoekklein {
	/* nu de kleine fototjes rond gemaakt */
	border:0px solid red; 
	border-radius: 40px 40px; 
	-moz-border-radius: 40px 40px; 
	-webkit-border-radius: 40px 40px; 
}

div#msginput {
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 7px;
	right: 5px;
	left: 5px;
	height: 25px;
	padding:4px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 0px solid #394447;
	box-shadow: 0 0 0 0px #151a1d;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	overflow: auto;
	font-size: 17px;
	line-height: 18px;
}

.suportTop {
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #395447;
	-moz-box-shadow: 0 0 0 1px #151a1d;
	box-shadow: 0 0 0 1px #151a1d;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	background: #232c2f;
	width: 500px;
	height: 70px;
	text-align: center;
	margin-bottom: 5px;
}

div#loginTop {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0px solid #395447;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	box-shadow: 0 0 0 0px #151a1d;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	background: #4A4641;
	width: 500px;
	height: 70px;
	text-align: center;
	margin-bottom: 5px;
}

div#loginBot {
	border: 0px solid #395447;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	box-shadow: 0 0 0 0px #151a1d;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	background: #4A4641;
	width: 500px;
	height: 200px;
}

div#login {
	top:50%;
	left:50%;
	position: absolute;
	margin-left: -250px;
	margin-top: -150px;
	width: 510px;
	height: 310px;
}

.invoerLogin {
	background: #273235;
	border:1px dotted #df5800;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	color:white;
	font-size: 17px;
	width: 300px;
	border: 1px solid #394447;
	-moz-box-shadow: 0 0 0 1px #151a1d;
	box-shadow: 0 0 0 1px #151a1d;
	-webkit-border-radius:	4px 4px;
	-moz-border-radius:		4px 4px;
	border-radius:			4px 4px;
}


.invoer {
	background: #33302B;
	margin: 0px;
	padding: 0px;
	display: block;
	color:white;
	font-size: 17px;
	width: 100%;
	border: none;
	-moz-box-shadow: 0 0 0 0px #151a1d;
	box-shadow: 0 0 0 0px #151a1d;
	-webkit-border-radius:	4px 4px;
	-moz-border-radius:		4px 4px;
	border-radius:			4px 4px;
}

div#infobox1 {
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 205px;
	right: 5px;
	width: 205px;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 1px solid #394447;
	box-shadow: 0 0 0 1px #151a1d;
	-moz-box-shadow: 0 0 0 1px #151a1d;
	font-size: 14px;
}

div#infobox2 {
	-webkit-transition: all 0.3s ease-in-out; 
	-moz-transition: all 0.3s ease-in-out; 
	-o-transition: all 0.3s ease-in-out; 
	-ms-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out;
	position: absolute;
	bottom: 45px;
	right: 5px;
	width: 220px;
	height: 182px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	-webkit-border-radius:	10px 4px;
	-moz-border-radius:		10px 4px;
	border-radius:			10px 4px;
	border: 1px solid #394447;
	box-shadow: 0 0 0 1px #151a1d;
	-moz-box-shadow: 0 0 0 1px #151a1d;
	font-size: 14px;
}


.user {
	display: block;
	border: 1px solid #394447;
	-moz-box-shadow: 0 0 0 1px #151a1d;
	box-shadow: 0 0 0 1px #151a1d;
	-webkit-border-radius:	2px 2px;
	-moz-border-radius:		2px 2px;
	border-radius:			2px 2px;
	margin-bottom: 4px;
	cursor: pointer;
}

.user:hover {
	background: rgba(10,104,10,0.3);
}

.user > img {
	margin-left: 3px;
	margin-right: 3px;
}

.camv > embed {
	position: relative;
	top:0px;
	left: 0px;
}
.z234{
	z-index: 9000;
}
.camv{
	margin: 0 auto;
	margin-top:5px;
	margin-left:10px;
	border: 1px solid #a1a1a1;
	-webkit-border-radius:	2px 2px;
	-moz-border-radius:		2px 2px;
	border-radius:			2px 2px;
	box-shadow: 0 0 0 1px #151a1d;
	-moz-box-shadow: 0 0 0 1px #151a1d;
	overflow: hidden;
	width: 220px;
	height: 165px;
	display: block;
	float:left;
}

.ucam {
	position: relative;
	float: right;
	top:2px;
	right: 10px;
	padding: 1px;
	font-size: 8px;
	line-height: 10px;
	border: 1px solid #a1a1a1;
	-webkit-border-radius:	2px 2px;
	-moz-border-radius:		2px 2px;
	border-radius:			2px 2px;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-khtml-user-select: none; 


}
.ucam:hover{
	background: green;
}
.right {
	float: right;
}

.admin {
	background: rgba(104,10,10,0.3);
}

.hide {
	display: none;
}

.hl {
	color: orange;
}

.center {
	text-align: center;
}

.bttnblank {
	background: rgba(1,1,1,0);
	border:0px solid red;
}

.popUpMsg {
	-webkit-border-radius:	4px 4px;
	-moz-border-radius:		4px 4px;
	border-radius:			4px 4px;
	background: #232c2f;
	padding: 5px;
	top:50%;
	left:50%;
	border: 1px double #395447;
	position: fixed;
	width: 150px;
	height: 130px;
	margin-left: -25px;
	margin-top: -15px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         3px 3px 5px rgba(0, 0, 0, 0.75);
	overflow: hidden;
}

.smylePop {
	-webkit-border-radius:	4px 4px;
	-moz-border-radius:		4px 4px;
	border-radius:			4px 4px;
	background: #232c2f;
	padding: 5px;
	border: 1px double #395447;
	position: fixed;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    3px 3px 5px rgba(0, 0, 0, 0.75);
	box-shadow:         3px 3px 5px rgba(0, 0, 0, 0.75);
	overflow: hidden;
}


.gboekItem {
	position: relative;
	display: block;
	background: #273235;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-right: 40px;
	margin-left: 40px;
	padding: 5px;
	border: 1px solid #394447;
	-moz-box-shadow: 0 0 0 1px #151a1d;
	box-shadow: 0 0 0 1px #151a1d;
	-webkit-border-radius:	4px 6px;
	-moz-border-radius:		4px 6px;
	border-radius:			4px 6px;
}

.chatLink {
	text-decoration: none;
	padding:3px;
	background-color: rgba(0,0,0,0.1);
	color:orangered;
	border:1px solid transparant;
	-webkit-border-radius:	4px 6px;
	-moz-border-radius:		4px 6px;
	border-radius:			4px 6px;
}

.picturePopUp{
	position:fixed;
	padding: 3px;
	width:40px;
	height:30px;
	left:50%;
	top:50%;
	background-color: rgba(10,10,10,0.4);
	margin:-20px 0 0 -15px;
	border:1px solid black;
	box-sizing: border-box;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
    transition: all .50s;
    -webkit-transition: all .25s;
    overflow: hidden;
    z-index: 1000;
}
.picturePopUp > img {
	width: 40px;
	height: 40px;
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
    transition: all .55s;
    -webkit-transition: all .55s;
}