/*************************************
GENERAL
*************************************/
body {
	margin: 0;
	padding: 0;
	font: 12px/1.4em "Lucida Grande", Verdana, sans-serif;
	color: #333;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	background-color: #d5e9ed;
}

*{
	font-size: 12px;
	line-height: 1;
}

.container-fluid {
	padding-right: 10px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -25px;
	margin-left: -25px;
}

.form-group {
    margin-bottom: 2px;
}

.lesspadding {
	padding: 2 !important;
	margin: 2 !important;
}
/* Scrollbar */

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #91bfc9; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #91bfc9; 
}

/* Styling for the main content area padding to clear the fixed-top navbar */
.main-content {
padding-top: 90px;
}

.navbar {
    background-color: #e7e7e7;
}

.navbar-title {
    font-size: 25px !important;
}


/************************************
*
DROPDOWN
*************************************/

/*the container must be positioned relative:*/
.environment-select {
  position: relative;
  font-family: Arial;
  color: black;
  width: 220px;
}
.environment-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #e7e7e7;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: black transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: black;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #e7e7e7;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.dropdown-text {
	vertical-align: middle;
    display: inline-block;
    padding-bottom: 12px;
}

.dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.dot.default {
	background-color: #bbb;
}
.red {
	background-color: #ef2929;
}
.green {
	background-color: #8ae234;
}
.yellow {
	background-color: #fce94f;
}
.blue {
	background-color: #729fcf;
}
/*************************************
SECTIONS
*************************************/

form.details-box{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); 
	padding: 20px;
}

div#content div.section ul {
	margin: 0;
/* 	padding: 1em 0 0 2em; */
	overflow: hidden;
}

div#content div.section ul li {
	list-style-type: square;
	white-space: nowrap;
	line-height: 1.5em;
}

.SearchTabElement {
	width: 40%;
	display: inline-block;
	margin-left: 7%;
	border-bottom: 3px solid #eee;
	line-height: 1.5em;
	overflow: auto;
	padding-bottom: 30px;
}

.MarketExplorerColumn  {
/* 	width: 15%; */
	display: inline-block;
	overflow: auto;
/* 	float: left; */
/* 	width: 20%; */
}

/* .MarketExplorerDetailRow { */
/* 	width: 200px; */
/* 	position: relative; */
/* } */

/* .DetailField {
	width: 260px;
}

.DetailFieldLabel {
	display: inline-block;
	width: 105px;
}

.DetailFieldValue {
	width: 150px;
} */

.SearchField {
	width: 350px;
}
.SearchForm {
	display: inline-block;
}

.SearchFieldLabel {
	width: 70px;
}

/* .SearchInput {
	width: 200px;
} */

h5#MarketExplorerColumnTitle {
	padding: 10px;
}

.SelectableItem:hover {
	font-weight: bold;
	background-color: rgb(188, 207, 209);
}

.list-group-item {
	background-color: transparent;
	border-top: 1px solid #ddd;
	border-radius: 0;
	color: rgb(104, 100, 100);
}

.page-link {
	background-color: #91bfc9;
	border-top: 1px solid #ddd;
	border-radius: 0;
	color: rgb(104, 100, 100);
}

.SelectedItem {
	font-weight: bold;
	background-color: #91bfc9;
}

.InactiveItem {
	background-color: lightgrey;
}

.DetailFieldValue[readonly] {
	background-color: lightgray;
}

ul {
	list-style: none;
	height: 750px;
	overflow: auto;
	padding: 10px;
}
/* .MarketExplorerDetailLabelCell { */
/* 	width: 40px; */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	left: 0px; */
/* } */

/* .MarketExplorerDetailValueCell { */
/* 	width: 150px; */
/* 	position: absolute; */
/* 	top: 0px; */
/* 	left: 50px; */
/* } */

/*************************************
CONTAINERS
*************************************/
.container {
	zoom: 1;
}

.container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*************************************
GRIDS
*************************************/
.grid { float: left; margin-right: 20px; }
.gridlast { margin-right: 0; }
.grid5 { width: 300px; }
.grid15 { width: 940px; }



