@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {
	/*background: rgb(167,194,200);
	background: linear-gradient(90deg, rgba(167,194,200,1) 0%, rgba(255,255,255,1) 50%, rgba(167,194,200,1) 100%);*/
	background: rgb(190,231,232);
	background: linear-gradient(90deg, rgba(190,231,232,1) 0%, rgba(255,255,255,1) 50%, rgba(190,231,232,1) 100%);
	margin: 0;
	font-family: 'Archivo';
}

a {
	text-decoration: none;
}

/*--------------- HEADER ----------------------------------------------------------------------------------*/

#header {
	background: rgb(167,212,224);
	background: linear-gradient(0deg, rgba(167,212,224,1) 0%, rgba(226,239,242,1) 74%);
	text-align: center;
	margin: 0;
	padding-top: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#gllogo {
	display: inline;
	margin-bottom: 10px;

}

#seesystemlogo {
	display: inline;
	margin: 10%;
}

li.nav a.nav  {
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
	text-decoration: none;
}

ul.nav  {
  padding: 0px;
  list-style: none;
	margin: 0;
  overflow: hidden;
  text-align: center;
	border-color: gray;
	border-style: solid none solid none;
	border-width: 1px;
	background-color: rgba(165, 165, 165, .4);
	text-decoration: none;
}

ul.nav  li.nav  {
  text-align: center;
	font-size: 1.1em;
	padding: 5px 20px;
	display: inline-block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2)
}

li.nav2  {
  text-align: left;
	padding: 4px 5px;
	display: block;
	background-color: rgba(208, 208, 208, .96);
	font-size: .9em;
}

ul.nav  li.nav  a.nav  {
  text-decoration: none;
  color: rgb(60, 60, 60);
}

ul.nav  li.nav  a.nav:hover {
  z-index: 1;
	color: black;
	text-shadow: 0px 0px 2px rgb(70, 70, 70);
	transition: all .2s;
}

ul.nav  li.nav :hover ul.nav  {
  z-index: 1;
}

ul.nav li.nav ul.nav  {
  max-height:0px;
  overflow:hidden;
	min-width: 100px;
	text-align: left;
  transition:0.5s;
	position: absolute;
	margin-top: 6px;
	transform: translateX(-5px);
	border-style: none;
	z-index: 2;
}

ul.nav  li.nav:hover ul.nav  {
  max-height:300px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

/*--------------- FOOTER ----------------------------------------------------------------------------------*/

#footer {
	margins: 20px;
	text-align: center;
	padding: 15px;
	background-color: rgba(165, 165, 165, .4);
	border-color: gray;
	border-style: solid none solid none;
	border-width: 1px;
	bottom: 0;
	width: 100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--------------- DOCUMENT FORMATTING ----------------------------------------------------------------------------------*/

.column {
  float: left;
	display: block;
  padding: 10px;
}

.column2 {
	float: left;
	display: block;
}

.left {
	width: 25%;
}

.right {
  width: 25%;
}

.middle {
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.day-column {
  float: left;
  width: 50%;
  height: 400px;
  padding: 10px;
}

.day-columnbox {
  overflow: auto;
  padding: 5px;
  width: 100%;
  height: 100%;
  background-color: #a6a6a6;
}

.column1 {
	padding: 10px;
	width: 300px;
	display: inline-block;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin: 10px;
	text-align: center;
}

.flexbox1 {
	display: flex;
	justify-content: center;
}

ul.navlist {
	list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;}

li.navlist {
	display: inline;
}

li.navlist2 {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.casescontainer {
  overflow-x: auto;
  white-space: nowrap;
  height: 170px;
}

/*--------------- TEXT FORMATTING ----------------------------------------------------------------------------------*/

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	font-size: 1em;
	margin: 0px;
	color: black;
}

h4 {
	font-size: 1.2em;
	text-align: center;
	margin: 0;
}

p3 {
	margin: 0px;
	font-size: .8em;
	text-decoration: none;
	color: black;
}

.insidetext {
	width: 65%;
	margin: auto;
}

.insidetext2 {
	width: 72%;
	margin: auto;
	line-height: 1.4;
}

.bigtitle {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 2em;
	text-align: center;
}

.editable {
	color: #116af0;
	text-shadow: 1px 1px 1px #000000;
}

.selectable-text {
	color: #116af0;
	font-weight: bold;
	transition: 0.3s;
}

.selectable-text:hover {
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
}

.selectable-text2 {
	color: #2E00CB;
	font-weight: bold;
	transition: 0.3s;
}

.selectable-text2:hover {
	text-shadow: 1px 1px 1px #000000;
}

.form-error {
	color: #B40000;
	font-size: 1.4em;
}

.form-success {
	color: green;
	font-size: 1.4em;
}

.input-error {
	border-style: solid;
	border-color: red;
	border-width: 2px;
}

.prompteditorlabel {
  font-weight: bold;
}

/*--------------- BOXES ----------------------------------------------------------------------------------*/

.basicbox {
  width: 90%;
  border-style: solid;
  margin: auto;
  text-align: center;
}

.prompttable {
  border: 1px solid black;
  border-collapse:collapse;
  padding: 4px;
}

tr.prompttable {
  background-color: white;
  transition: .15s;
}

tr.prompttable:hover {
  background-color: #cce6ff;
  transition: .1s;
}

.tableheader {
  cursor:pointer;
  font-size: 1.25em;
  background-color: #adebeb !important;
  transition: .15s;
}

.tableheader:hover {
  background-color: #46d2d2 !important;
  transition: .1s;
}

tr.prompttablesubheader {
  background-color: lightgray;
}

tr.prompttablesubheader:hover {
  background-color: lightgray;
}

.additionallinkbox {
  border-style: solid;
  border-color: black;
  border-width: 2px;
  border-radius: 2px;
}

.examplelist {
  border-style: solid;
  border-radius: 4px;
  border-color: black;
  border-width: 1px;
  background-color: white;
  padding: 4px;
  margin: 10px;
  width: 100%;
}

.examplelistitem {
  border-style: solid;
  border-color: black;
  border-radius: 4px;
  border-width: 1px;
  background-color: tan;
  width: 100%;
  padding: 9px 8px;
  margin-bottom: 4px;
}

.examplelistitembutton {
  border-style: solid;
  border-color: black;
  border-radius: 4px;
  border-width: 1px;
  background-color: white;
  float: right;
  display: inline-block;
  font-size: .8em;
  margin-right: 6px;
  padding: 4px;
  cursor: pointer;
}

.examplelistitembutton:hover {
  background-color: gray;
}

.prompteditortextbox {
  width: 100%;
  height: 68px;
  resize: none;
}

.promptcreatorcategory {
  background-color: #80bfff;
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.2);
	padding: 8px 8px;
	transition: .2s;
	border-radius: 2px;
	margin-bottom: 5px;
  width: 100%;
  cursor: pointer;
}

.promptcreatorcategory:hover {
    background-color: #4d79ff;
    transition: .2s;
}

.promptcreatorbox {
  background-color: #aad5b0;
	box-shadow:0 2px 4px 2px rgba(0, 0, 0, 0.2);
	padding: 8px 6px;
	transition: .2s;
	border-radius: 2px;
  width: 95%;
	margin-bottom: 5px;
  margin-left: 5%;
}

.promptcreatorbox:hover {
  background-color: #91C298;
  transition: .2s;
}

.addtomyprompts {
  padding: 2px;
  background-color: azure;
  float: right;
  font-size: .8em;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  cursor: pointer;
}

.addtomyprompts:hover {
  background-color: darkcyan;
  transition: .2s;
}

.removefromprompts {
  padding: 2px;
  background-color: lightcoral;
  float: right;
  font-size: .8em;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  cursor: pointer;
}

.removefromprompts:hover {
  background-color: darkred;
  transition: .2s;
}

.buttoncontainer {
  display: flex;
  justify-content: center;
}

.addbutton {
  padding: 6px;
  background-color: azure;
  font-size: 1em;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.addbutton:hover {
  background-color: darkcyan;
  transition: .2s;
}

.examplevideoframe {
  display: inline-block;
  cursor: pointer;
  width: 160px;
  font-size: .5em;
  text-align: center;
}

.slideshow {
	background-color: white;
	height: 220px;
	width: 100%;
	border-radius: 2px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .3);
	border-width: 1px;
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.slider {
	width: 100%;
	height: 220px;
	position: absolute;
	text-align: center;
	animation: fadeImage;
	animation-duration: 2s;
	overflow: hidden;
}

.slidertext {
	margin: auto;
	width: 70%;
	background-color: rgba(50, 50, 50, .5);
	padding: 10px;
	position: absolute;
	bottom: 20%;
	left: 15%;
	color: white;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5), 2px 2px 1px rgba(0,0,0,0.23);
	font-size: 1.2em;
	font-style: italic;
}

.sliderimage {
		position: absolute;
	  left: 50%;
	  top: 70%;
	  transform: translateY(-50%) translateX(-50%);
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
	background: rgba(168,168,168, .4);
	/*background: radial-gradient(circle, rgba(168,168,168,0.27) 0%, rgba(100,100,100,0.65) 100%);*/
	border-color: rgba(250, 250, 250, .4);
	border-width: 1px;
	border-style: solid;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.6s ease;
}

.active, .dot:hover {
	background: rgba(200,200,200, .75);
	border-color: rgba(250, 250, 250, .6);
	transition: all .6s;
}

.imgboxright {
	display: inline-block;
	width: 133px;
	height: 75px;
	float: right;
}

.imgboxleft {
	display: inline-block;
	width: 133px;
	height: 75px;
	float: left;
}

.img1 {
	transition: 1s;
	width: 133px;
	height: 75px;
	position: absolute;
	animation: fadeImage;
	animation-duration: 2s;
}

@keyframes fadeImage {
	from {opacity: 0;}
	to {opacity: 100;}
}

.img2 {
	transition: 1s;
	width: 133px;
	height: 75px;
	position: absolute;
	background-color: red;
}

.slideshowimg {
	position: relative;
	display: inline-block;
	height: 220px;
}

.box {
	background-color: rgba(180, 180, 180, .4);
	border-radius: 2px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin: 5px;
	padding: 5px;
}

.darkbox {
	background-color: rgba(176, 211, 183, .3);
	border-style: solid;
	border-color: black;
	border-width: 1px;
	padding: 10px;
	border-radius: 4px;
}

.greenbox {
	background-color: rgba(196, 231, 203, .3);
	border-radius: 2px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .3);
	border-width: 1px;
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 15px;
}

.centeredgreenbox {
	background-color: rgba(196, 231, 203, .3);
	border-radius: 6px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .3);
	border-width: 1px;
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
	padding: 5px 15px;
	margin: auto;
	width: 300px;
}

.shadowbox {
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.4);
}

.innershadow {
	box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.4) inset;
}

.centeredboxlarge {
	background-color: rgba(160, 160, 160, .4);
	border-radius: 2px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .2);
	border-width: 1px;
	box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.2);
	width: 70%;
	margin: auto;
	padding: 10px;
}

.banner {
	width: 100%;
	margin: 0px;
	padding: 4px;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.15);
	transition: 1s;
}

.banner:hover {
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, .45);
	transition: 1s;
}

.imgcontainer {
  position: relative;
	display: inline;
}

.imgcontainer:hover .vidimage {
  opacity: 0.3;
	width: 250px;
	height: 145px;
	cursor: pointer;
}

.imgcontainer:hover .vidmiddle {
  opacity: 1;
	cursor: pointer;
}

.vidimage {
  opacity: 1;
  display: inline;
  transition: .5s ease;
  backface-visibility: hidden;
	border-style: solid;
	border-color: rgb(167,194,200);
	border-width: 2px;
	border-radius: 2px;
}

#resultbox {
	width: 96%;
	background-color: #aad5b0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px;
	line-height: 1.4;
	border-style: solid;
	border-color: darkgray;
	border-width: 2px;
	border-radius: 4px;
	overflow: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transition-duration: .5s;
}

.resultboxclass {
  width: 96%;
  background-color: #aad5b0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px;
  line-height: 1.4;
  border-style: solid;
  border-color: darkgray;
  border-width: 2px;
  border-radius: 4px;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition-duration: .5s;
  cursor: pointer;
}

.resultboxclass:hover {
  background-color: #91C298;
}

#resultbox:hover {
	background-color: #91C298;
}

.thumbnail {
	float: left;
	margin-right: 10px;
	border-style: solid;
	border-color: white;
	border-width: 1px;
	border-radius: 2px;
}

.clickableparticipant {
  display: inline-block;
  margin: 0;
}

.clickableparticipant:hover {
  text-decoration: underline;
}

.addedfilterbox {
	background-color: #D4E9EE;
	border-color: white;
	border-width: 1px;
	border-style: solid;
	display: inline-block;
	padding: 2px;
	margin-top: 4px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: .8em;
}

.addedfilterbox:hover {
	border-color: red;
}

.promptbox {
	background-color: #9DD1FF;
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.2);
	padding: 8px 14px;
	transition: .5s;
	border-radius: 3px;
	margin-bottom: 5px;
}

.promptbox2 {
	background-color: #FFEFC3;
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.2);
	padding: 8px 14px;
	transition: .5s;
	border-radius: 3px;
	margin-bottom: 5px;
}

.uploaderbox {
	height: 150px;
}

.uploader {}

.promptbox:hover {
	background-color: #67B1F2;
	transition: .5s;
}

.promptbox2:hover {
	background-color: #FFDF86;
	transition: .5s;
}

.prompttitle:hover {
	cursor: pointer;
}

.addprompt {
	color: #008400;
	text-decoration: underline;
	font-weight: bold;
}

.addprompt:hover {
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
}

.addsymptomvideo {
	color: #008400;
	text-decoration: underline;
	font-weight: bold;
}

.addsymptomvideo:hover {
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
}



.removeprompt {
	color: #DE0000;
	text-decoration: underline;
	float: right;
	font-weight: bold;
}

.removeprompt:hover {
	text-shadow: 1px 1px 1px #000000;
	cursor: pointer;
}

.promptadded {
	float: right;
	display: none;
}

.box3 {
	background-color: rgba(180, 180, 180, .5);
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 15px;
	animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

iframe {
  display: block;
	border-style: ridge;
	border-color: #3B3B3B;
	border-width: 4px;
	margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
	background-color: black;
}

.videobox {
  width: 700px;
  margin: auto;
  background-color: rgba(180, 180, 180, .5);
	border-radius: 6px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
}

.standardbox {
  width: 70%;
  margin: auto;
  background-color: rgba(180, 180, 180, .5);
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 20px;
}

.collectionbox {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 240px;
  height: 60px;
  justify-content: center;
  overflow: hidden;
  background-color: white;	border-style: solid;
  color: black;
	border-color: black;
	border-width: 1px;
	border-radius: 2px;
	transition: .2s;
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.2);
  margin: 10px;
}

.collectionbox:hover {
  background-color: darkgray;
}

.profilepic {
  border-radius: 100%;
  width: 96px;
  height: 96px;
}

.casebox {
  text-align: center;
  width: 96px;
  display: inline-block;
  margin-left: 20px;
}
/*--------------- ANIMATIONS ----------------------------------------------------------------------------------*/

@keyframes scale-up-ver-top {
  0% {
    transform: scaleY(0.1);
    transform-origin: 100% 0%;
		opacity: 0%;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 0%;
		opacity: 100%;
  }
}

/*--------------- FORMS ----------------------------------------------------------------------------------*/

.button1 {
	background-color: white;
  color: black;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
	margin: 0px;
	border-color: #656565;
	border-style: solid;
	border-width: 1px;
	border-radius: 2px;
	transition-duration: .5s;
}

.button2 {
	background-color: rgba(60, 60 ,60, .5);
	padding: 2px 10px;
	display: inline-block;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-radius: 2px;
	transition: .5s;
}

.button3 {
	background-color: rgba(198, 220 , 230, .8);
	padding: 8px 4px;
	color: black;
	font-size: 1.2em;
	text-align: center;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-radius: 2px;
	margin-top: 4px;
	margin-bottom: 10px;
	transition: .5s;
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.2);
}

.button3:hover {
	background-color: rgba(175, 208 , 224, .8);
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.4);
	transition: .5s;
	cursor: pointer;
}

.button3red {
  background-color: rgba(204, 88 , 88, .8);
  padding: 8px 4px;
  color: black;
  font-size: 1.2em;
  text-align: center;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-radius: 2px;
  margin-top: 4px;
  margin-bottom: 10px;
  transition: .5s;
  box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.2);
}

.button3red:hover {
  background-color: rgba(145, 34 , 34, .8);
	box-shadow:0 2px 8px 4px rgba(0, 0, 0, 0.4);
	transition: .5s;
	cursor: pointer;
}

.clickmetext {
	color: #00ABF5;
	cursor: pointer;
	text-decoration: underline;
}

.button2:hover {
	transition: .5s;
	background-color: rgba(60, 60 ,60, .7);
}

.button1:hover {
	background-color: darkgray;
}

.label1 {
  float: left;
  padding: 0 .6em;
  text-align: center;
}

.inputerror {
	border-width: 1px;
	border-style: solid;
	border-color: red;
}

#topicsselectbox {
	display: inline-block;
}

#symptomselectbox {
	display: inline-block;
}

#disordersselectbox {
	display: inline-block;
}

.addtocollection {
  float: right;
  padding: 3px;
  background-color: lightgray;
  border-style: solid;
  border-color: black;
  border-width: thin;
  border-radius: 2px;
}

.addtocollection:hover {
  background-color: gray;
  transition: .2s;
}

/*--------------- MODALS ----------------------------------------------------------------------------------*/

.vidmiddle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
	text-align: center;
	width: 210px;
	height: 140px;
  left: 50%;
  transform: translate(-105px, -100px);
  -ms-transform: translate(-105px, -100px);
}

.vidmodal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

.modalframe {
	width: 40%;
	margin: auto;
	background-color: rgba(140,140,140,1);
	padding: 20px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-radius: 2px;
}

#modalcaption {
  margin: auto;
  display: block;
  max-width: 700px;
  text-align: left;
  color: #ccc;
  padding: 10px 22px;
}

#modaltitle {
  margin: auto;
  display: block;
  max-width: 700px;
  text-align: left;
	font-size: 1.4em;
  color: #ccc;
  padding: 10px 25px;
}

.vidmodalFrame {
	width: 55%;
	margin: auto;
  margin-top: 10%;
	background-color: rgba(60,60,60,0.8);
	padding: 8px;
	border-style: solid;
	border-color: black;
	border-width: 2px;
	border-radius: 4px;
}

.collectionsmodalbackground {
  display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 50px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
}

.minimodalbox {
  width: 300px;
  position: fixed;
  margin: auto;
  background-color: rgba(60,60,60,0.8);
  padding: 8px;
  border-radius: 4px;
  border-style: solid;
  border-width: medium;
  border-color: black;
}

.collectionsmodalbox {
  width: 200px;
  position: fixed;
  border-style: solid;
  border-width: medium;
  border-color: black;
  background-color: white;
}

.collectionsmodaloption {
  width: 100%;
  border-style: solid;
  border-width: thin;
  border-color: darkgray;
  background-color: white;
  z-index: 2;
  padding: 3px;
}

.collectionsmodaloption:hover {
  background-color: lightgray;
  transition: .1s;
}
