.row {
	margin-bottom: 1rem;
}
[class*="col-"] {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
#files {
    /*overflow-y: scroll !important;
    min-height: 320px;*/
}
@media (min-width: 768px) {
	#files {
		min-height: 0;
	}
}
#debug {
	overflow-y: scroll !important;
	height: 180px;	
}
.container {
    margin-left: 8%;
	background-color: #fff;
	max-width: 900px !important;
}
.optionsContainer{
	margin-top: 8px;
}

div.code{
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-top:10px;
	padding: 5px;
	
}

.studies{
	padding: 6px 0px;
	border: #999 5px dashed;
	background-color: #EEE;
}

.wrapper {
   max-width: 800px;
}
  
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 0px;
  margin: 6px 0px;
}

.tabtitle{
  background-color: #eee;
  color: #444;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 15px;
}

.panel {
  padding: 18px 0px;
  background-color: white;
  /*max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;*/
}

.panel-info{
	padding: 12px 0px;
}

.option-row{
	padding: 20px 5px;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 5px dashed;
    width: 100%;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drop_file_zone:hover {
    background-color: #fee3c1;
    border: red 5px dashed;
}

#drag_upload_file {
    width:50%;
    margin:0 auto;
}
#drag_upload_file p {
    text-align: center;
}
#drag_upload_file #selectfile {
    display: none;
}

.dm-uploader {
	border: 0.25rem dashed #A5A5C7;
	text-align: center;
}
.dm-uploader.active {
	border-color: red;
	border-style: solid;
}