body {background-color: #ccc;}
.container-fluid {
	margin-right: 4px;
	margin-left: 4px
}

 .dark-blue {background-color: #7b8aa0;}
 .med-blue {background-color: #c4ced5;}
 .light-blue {background-color: #dae5ec;}
 .main-content-bg-color {background-color: #fff;}
 
 /* --- Rows & columns ---*/
  .col-up-shade {box-shadow: 0px 0px 4px 2px #555;}
 .col-down-shade {box-shadow: 0px 0px 12px 2px #555;}
 
  .cust-col-border {
  	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	border-radius: 15px;
  }
  
 .col-border {
	border-style: solid;
	border-width: 1px;
	border-color: #888;
	border-radius: 15px;
}

 .empty-row {
	margin-right: -15px;
    margin-left: -15px;
	height: 8px;
 }
 
 /* Custom table header */
 .custom-thead {background-color: #C4CED5;}
 
 /* ---- Top menu ---- */
 .thumbnail , .nav-tabs>li.active>a {background-color: #C4CED5;}
 @media (min-width: 768px) {
	.nav-tabs.nav-justified>.active>a {background-color: #C4CED5;}
}

  @media (max-width: 768px) {
	.nav-tabs.nav-justified>.active>a {background-color: #eaeaea;}
	.thumbnail , .nav-tabs>li.active>a {background-color: #fff;}
	}

	
	/* ---  Panels --- */
 .panel-primary>.panel-heading {
	color: #666;
	background-color: #c4ced5;
	border-color: #4b306a;
}

.panel-primary {
    border-color: #4B306A;
    background-color: #dae5ec;
}

.list-group-item {
    background-color: #C4CED5;
    border: 1px solid #4B306A;
}

.panel-body {
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
}


/* --- Left sidebar image --- */
.image-thumb {
	background-color: #7B8AA0;
	border: 1px solid #7B8AA0;
}


/* -- Footer --- */
.custom-cite {
	float:right;
	padding: 10px 0px;
    color: gray;
    font-size: small;
}