.btn-pink {
	color: #FFFFFF;
	background-color: #F80CEC;
	border: 2px solid #000000;
	padding: 8px 20px;
	margin: 0;
	font-size: 12px;
	border-radius: 25;
}

.btn-pink1 {
	color: #FFFFFF;
	background-color: #C000C0;
	border: 2px solid #F80CEC;
	padding: 8px 20px;
	margin: 10px;
	font-size: 12px;
	border-radius: 25;
}

.btn-pink2 {
	color: #FFFFFF;
	background-color: #800080;
	border: 2px solid #F80CEC;
	padding: 6px 20px;

	font-size: 12px;
	border-radius: 25;
}


input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
  padding: 10px;
}

.icon {
	color: #C000C0;
	border: 15px solid #F80CEC;
	background-color: #F80CEC;
	height:100px;
	width:100px;
}

.icon1 {
	color: #C000C0;
	border: 4px solid #F80CEC;
	background-color: #F80CEC;
	height:24px;
	width:24px;
	border-radius: 9px; 
}

#berichten1 .modal-content{
	background-image: linear-gradient(#D0448D 75px, 40%, #202020 70%);
	min-height:95vH;
	padding: 30px 0;
	color: rgba(208,68,141,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(208,68,141); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(208,68,141) 40%, rgba(32,32,32,1) 70%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(208,68,141,1) 40%, rgba(32,32,32,1) 70%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(208,68,141,1) 40%, rgba(32,32,32,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D0448D', endColorstr='#202020', GradientType=0 ); /* IE6-9 */
}


#berichten .modal-content{
	background-color:#202020;
	min-height:95vH;
	padding: 30px 0;
	color: rgba(208,68,141,0.9);
}

#tabs .nav li.active  a{
  display: block;
  background-color: #F80CEC !important;
}

#beautiek_tabs .nav li.active  a{
  display: block;
  background-color: #F80CEC !important;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: #F80CEC;
  border-radius: 50%;
  display: inline-block;
}

.loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #F80CEC;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal.custom .modal-dialog{
    width:30%;
    position:fixed;
    bottom:20px;
    right:20px;
    margin:0;
}

#nieuwe_members{
	padding: 30px 0;
	color: rgba(255,255,255,0.9);
	background-color:#000000;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(18,18,18); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#121212', GradientType=0 ); /* IE6-9 */
}

#nieuws{
	background-image: linear-gradient(#000000 75px, 40%, #202020 70%);
	background-color:#000000;
	padding: 30px 0;
	color: rgba(255,255,255,0.9);
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#20a6bb+0,25bad0+50 */
	background: rgb(18,18,18); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(18,18,18,1) 0%, rgba(18,18,18,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#121212', GradientType=0 ); /* IE6-9 */
}

#nieuws1{
	background-color:#000000;
}

#zweven {
	z-index: 1 !important;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}
.panel > .panel-heading {
    background-image: none;
    background:rgba(128, 0, 128, 0.5);
    color: white;
}

.pink{
    background-image: none;
    background:rgba(128, 0, 128, 0.1);	
}
.mini{
	color:black;
	font-size: 12px;
		
}

.toolimg{
  border-radius: 50%;
  float:center; 
  width:40px;
  height:40px;  
  cursor:pointer;
}



.s12345 {
	position: absolute; 
	top:30px; 
	right:0%; 
	max-width:100%;
	background-color:#202020;
	border: 1px solid white;
	z-index:1999;
    overflow-y:scroll; 
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.s12345::-webkit-scrollbar
{
	width: 0px;
}

::-webkit-scrollbar {
    width: 12px;
		background:rgba(255,255,255,0.5);
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.style-1::-webkit-scrollbar
{
	width: 12px;
	background:rgba(255,255,255,0.3);
}

.table-hover tbody tr:hover td {
    background: purple;
}



.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

  .affix + .container-fluid {
    padding-top: 70px;
  }
 .modal { overflow: auto !important; }
 
.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

     color: white;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

.loader {
  border: 8px solid #1D1D1D; /* Light grey */
  border-top: 8px solid #FFFFFF; /* Blue */
  border-radius: 50%;
  width: 70px;
  height: 70px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loadercenter {
  margin: auto;
}
.modalV {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}
.dropdown-menu a{
    color: #FFFFFF !important;
}
.dropcolor>li>a:hover {
   color: #000000 !important;
}

.thumbnail{
	background-color:#202020;
	
}
.thumbnail p{
	color:#FFFFFF;
	text-align: center;
}

.blur {
  -webkit-filter: blur(8px); /* Safari 6.0 - 9.0 */
  filter: blur(8px);
}

.blurvideo {
  -webkit-filter: blur(8px); /* Safari 6.0 - 9.0 */
  filter: blur(8px);
}

.image_with_badge_container {
    display: inline-block; /* keeps the img with the badge if the img is forced to a new line */
    position: relative;
    margin-bottom: 5px;
}

.badge-on-image {
    position: absolute;
    bottom: 8px; /* position where you want it */
    left: 20px;
    padding: 3px 6px;
}

.badge-on-image1 {
    position: absolute;
    bottom: 1px; /* position where you want it */
    left: 60px;
    padding: 3px 6px;
	background-color:purple;
}

.badge-on-image2 {
    position: absolute;
    bottom: 1px; /* position where you want it */
	left: 47%;
	background-color:purple;
}

.heading1 {
  font-size: 14px;
  color:#FFFFFF;
}

.fa {
  font-size: 35px;
}


.checked1 {
  color: orange;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 12px;
  border: 1px solid grey;
  float: left;
  width: 70%;
  background: #f1f1f1;
  border-radius: 5px;
  color:#000000;
}

#artikel_prijs{
  padding: 10px;
  font-size: 12px;
  border: 1px solid grey;
  float: left;
  width: 100px;
  text-align:right;
  background: #2C2C2C;
  border-radius: 5px;
  color:#FFFFFF;
}

form.example button {
  float: right;
  width: 30%;
  padding: 10px;
  font-size: 12px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
  color:#FFFFFF;
}

form.example button:hover {
  color:#000000;
}

.btn-pink1 {
	color: #FFFFFF;
	background-color: #C000C0;
	border: 2px solid #F80CEC;
	padding: 8px 10px;
	margin: 18px 4px;
	font-size: 10px;
	border-radius: 25;
}

.btn-pink2 {
	color: #FFFFFF;
	background-color: #800080;
	border: 2px solid #F80CEC;
	padding: 3px 20px;
	font-size: 12px;
	border-radius: 25;
}

.smileyclass{
	cursor:pointer;
	margin-top:10px;
}

.smileyclass1{
	width:14px;
	height:14px;
}

.dropdown-menu > li > a:hover {
    background-image: none;
    background-color: purple;
}

#overlay_smiley {
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,0.95);
  z-index: 999;
  cursor: pointer;
  border-radius: 10px;
}

.badge-on-smiley {
    position: absolute;
    bottom: 0px; /* position where you want it */
    left: 24px;
    padding: 3px 6px; 
}

/* The Modal (background) */
.modal_photo {
  display: none;
  position: fixed;
  z-index: 2001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal_photo img{
	height: 80vh;	
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
  -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 2px solid #FFFFFF;
	border-radius:10px;

}

#photo{
-webkit-animation: fadein 0.7s linear 1 normal forwards;
 }

@-webkit-keyframes fadein{
from{
   opacity: 0;
}
to{
    opacity: 1;
}
}

/* The Close Button */
.close_photo {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.img-thumbnail{
	padding:1px;
}

.popover-content {
    background-color: #2C2C2C;
}

.bg3{
    border: 1px solid white;
    border-radius: 15px;
	background-color:#2C2C2C;
	margin-right: 3px; 
	margin-left: 3px;
}

.btn4{
    border: 2px solid white;
    border-radius:5px;
	background-color:#2C2C2C;	
}

#videoDiv{
	z-index: 2010 !important;
}

#videoDivPay{
	z-index: 2010 !important;
}

#myBeautiek .modal-dialog{
	background-color:#202020;
	border: 1px solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	max-width: 450px;
	border-radius:5px;
}
#artikel_foto{
    display: block;
    margin-left: auto;
    margin-right: auto;
	height: 200px;
}

.artikel_tekoop{
    display: block;
    margin-left: auto;
    margin-right: auto;
	height: 200px;	
}

#myBeautiek_submit{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#myBeautiek_verwijder{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#myEvenement .modal-dialog{
	background-color:#202020;
	border: 1px solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
	max-width: 450px;
	border-radius:5px;
}

h3, h4 {
	color: #F80CEC;
	font-size: 20px;
	font-weight: 400;
}

h1 {
	font-weight: 400;
	color:#F80CEC;
}

#koptekst_gebruiker {
	color:#FFFFFF;
}

#tabs .nav li.active  a{
  display: block;
  background-color: #C0C0C0 !important;
}

#tabs .nav li a{
  color: #FFFFFF !important;
}

#online_members_tonen .modal-content{
	background-color:#202020;
	border: 2px solid red;
	color: rgba(208,68,141,0.9);
}

#video_room_config .modal-content{
	background-color:#202020;
	border: 2px solid red;
	color: rgba(208,68,141,0.9);
}
