body {
	background-color: #494949;
	color: #d0d0d0;
	min-height: 100vh;
	position: relative;
	margin: 0;
	overflow: auto;
  background-image: url("../assets/background.jpg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
body.noScroll {
	overflow: hidden;
}
#cover {
  background-color: #494949;
}

img.rapidImage {
    max-height: 100%;
    max-width: 100%;
}
img.thumb {
	height: 150px;
}
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}
.imageHolder {
  position: relative;
  text-align: center;
  color: white;
}
/* div.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 15px;
	padding-right: 15px;
} */
canvas.longChart {
	max-height: 100%;
	max-width: 100%;
}
table.table {
	color: #d0d0d0;
}

.page-link {
  color: #fff;
  background-color: #6c757d;
  border: 1px solid #dee2e6;
  border-color: #5a6268;
}

.page-link:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item.active .page-link {
  z-index: 1;
  color: #6c757d;
  background-color: #fff;
  border-color: #5a6268;
}

.page-item.disabled .page-link {
  color: #5a6268;
  pointer-events: none;
  cursor: auto;
  background-color: #6c757d;
  border-color: #5a6268;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: #d0d0d0;
}

/*
#drop-area {
  border: 2px dashed #ccc;
  border-radius: 20px;
  /*width: 480px;
  font-family: sans-serif;
  margin: 100px auto;
  padding: 20px;
}
#drop-area.highlight {
  border-color: purple;
}
p {
  margin-top: 0;
}
.my-form {
  margin-bottom: 10px;
}
#gallery {
  margin-top: 10px;
}
#gallery img {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
#fileElem {
  display: none;
}
*/
#sidebar-wrapper {
  min-height: calc(100vh - 55px);
  margin-left: 0;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1rem;
  font-size: 1rem;
}

#sidebar-wrapper .list-group {
  width: 125px;
  padding: 2px 2px 2px 2px;
}

#sidebar-wrapper .list-group-item {
  padding: 2px 2px 2px 2px;
}

#sidebar-wrapper-presentation {
  min-height: calc(100vh - 89px);
  margin-left: 0;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}

#sidebar-wrapper-presentation .sidebar-heading {
  padding: 0.875rem 1rem;
  font-size: 1rem;
}

#sidebar-wrapper-presentation .list-group {
  width: 125px;
  padding: 2px 2px 2px 2px;
}

#sidebar-wrapper-presentation .list-group-item {
  padding: 2px 2px 2px 2px;
}

#page-content-wrapper {
  min-width: calc(100vw - 125px);
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: -125px;
}

#imageBox {
	position:relative;
	color: white;
	display:inline-block;
	border-style:solid;
	border-color:black;
}
.study {
	border-style: solid;
	border-color: black;
	border-width: thin;
	/*float: left;*/
	padding: 15px 5px 5px;
	margin: 0px 2px 2px 0px;
	/*margin-bottom: 8px;*/
}
.series {
	border-style: solid;
	border-color: black;
	border-width: thin;
	margin: 0px 2px 2px 0px;
	width: 100px;
	height: 100px;
	/*float: left;*/
}
/*
.clearLeft {
	clear: left;
}
*/
.selectWidth {
	width: auto;
	margin:0px 10px 0px 10px;
}
.frcr a,
.frcr a:hover {
    color: #d0d0d0;
}

.scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 141px);
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
#questionList {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 106px);
}
button.link {
  background: none;
  border: none;
}
button.link:focus {
  outline: none;
  border: none;
}
button.link:disabled {
  background: none;
  border: none;
}
/* #footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
} */

.black-background {
  background-color: black;
}

.close-light {
  color: #d0d0d0;
}
.invalid {
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
table.fixed {
  table-layout: fixed;
}
table.middle tr td {
  vertical-align: middle;
}

.radExamContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-content-shadow {
  box-shadow: 10px 10px 18px rgb(49, 49, 49);
  background-color: #494949;
  color: #d0d0d0;
}

.whiteModal {
  color: #494949;
  background-color: #d0d0d0;
}