
body { 
	/*padding-top: 55px;*/
	font-size: 16px;
	}
a, a:visited {
    color: #cc0000 ;
}
a:hover, a:active {
    color: #b30000 ;
}
a.btn{
	color: #fff;
}
.card-header{
	color: #CC0000;
}
/*Start Navbar*/
.navbar-brand-logo {
	display: none;	
	}
.dropdown-menu { 
	font-size: 100%; /*reset fontsize to default body value*/
}
a.dropdown-link{
color: #212529;
}
.dropdown-item:focus, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #ededed;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #bababa;
}

.dropdown:focus>.dropdown-menu {
  display: block;
}

.navbar-brand {
	color: #cc0000;
	font-weight: 500;
	}

@media (min-width: 768px) {
	.navbar-brand-logo {
		display: inline-block;
	}
}


/*End Navbar*/

h6 {
	color: #CC0000;
	font-weight: 500; 
}

.container-vertical-center{
	position: fixed;
    top: 40%;
    left: 50%;
   /* margin: -10% 0 0 -25%;*/
	transform: translate(-50%, 100%);
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

.overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}

/* Form Controls */
.form-signin {
  padding: 15px 15px 15px 15px;
  margin: 0 auto;
  background-color: #eee;
  border: 1.5px dotted #C0C0C0;  
  }
.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}
.col-form-label{
	font-weight: 500;
	color: #2b2b2b;
}



.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.legend {
  width: auto;
  padding: 0 5px;
  margin-bottom: 0;
  font-size: 100%; 
  line-height: inherit;
  border-bottom: none;
  text-align: left;
  font-weight: 500;
}

/*Custom Card Style*/
.custom-card{
	border-right: 1px solid rgba(0, 0, 0, 0.125);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
div.custom-card-hover:hover{
 background-color: #ffede5 /*#FBFBFC*/;
}


/*Categorie Style*/
h6.cate {
	color: #fff;
	/* font-size: 16px; */
	padding: 3px ;
	background: #cc0000;
	margin: 0;
}
.menu, .kid-menu {
	width: auto;
	height: auto;
	padding: 0;
	list-style: none;
	margin: 0;
	background: #FBFBFC;
}
ul.cute li {
	background: #fff;
	list-style-type: none;
	padding: 0;
}
.cute > li {
	background: #fff;
	
}		
.menu, .kid-menu ul li a {
	font-size: 12px; 
	list-style-type: none;
	width: 100%;
	display: block;
	position: relative;
	font-weight: 400;
	color: #000;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	font-weight:500;
	line-height: 2 em;
	text-indent: 1.2em;
}
.menu, .kid-menu > li > a {
	font-size: 12px; 
	width: 100%;
	line-height: 2em;
	text-indent: 1.2em;
	display: block;
	position: relative;
	color: #000;
	text-decoration:none;
	border-bottom: 1px solid #ddd;
	font-weight:500;
}

.menu ul li a:hover{
	background: #dbdbdb;
}
.menu > li > a:hover, .menu > li > a.active {
	background:#fff;
}
.menu ul.kid-menu li a{
	border-bottom: none;
}
 .floatRight{  /*Datatables, align custom buttons to the right of the table*/
  float:right;
  padding: 0px 5px 0px 5px;
}
/*End Navigator*/



/*Uploader*/
#wrapper
{
 text-align:center;
 margin:0 auto;
 padding:0px;
 width:995px;
}
#drop-area
{
 width:100%;
 height:100px;
 background-color:white;
 border:3px dashed grey;
}
.drop-text
{
 color:grey;
 font-size:25px;
 font-weight:bold;
}
#drop-area img{
 max-width:200px;
}

/*
*
* ==========================================
* Login page
* ==========================================
*
*/
.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('../kleedkamer.jpg');
  background-size: cover;
  background-position: center center;
}
