html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}

html {
  scroll-behavior: smooth;
}

h5 {
  display: inline-block;
}

* {box-sizing: border-box;}

/*Zoom*/
.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 4.5vw;
  height: 3vw;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 60vw;
  height: 40vw;
}

/*Slider*/

.img-comp-container {
  position: relative;
  height: 40vw; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196F3;
  opacity: 0.7;
  border-radius: 50%;
}

/*3-way toggle/Radio button toolbar*/
.pagination{
  margin-bottom:0.5rem;
}
.radio-toolbar {
  margin-left: .5rem;
}
.radio-toolbar input[type="radio"] {
  display: none;
}
.radio-toolbar label {
  display: inline-block;
  color:#0d6efd;
  text-decoration:none;
  background-color:#fff;
  border:1px solid #dee2e6;
  transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding:.375rem .75rem;
  margin-left:-0.5rem;
  margin-bottom:0.5rem;
}
.radio-toolbar label:hover{
  z-index:2;
  color:#0a58ca;
  background-color:#e9ecef;
  border-color:#dee2e6
}
.radio-toolbar label:focus{
  z-index:3;
  color:#0a58ca;
  background-color:#e9ecef;
  outline:0;
  box-shadow:0 0 0 .25rem rgba(13,110,253,.25)
}
.radio-toolbar input[type="radio"]:checked+label {
  z-index:3;
  color:#fff;
  background-color:#0d6efd;
  border-color:#0d6efd
}

/* Expanding text forms*/
.input_expand{
  height: 100%;
}

.input_expand:focus{
  height: 10em;
}

/* Expanding text plain*/
.longtext {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 1em;
}

.longtext:hover {
  display: inline-block;
  max-height: calc(35vh - 130px);
  overflow: auto;
}

/* Remove arrows from number input boxes*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

th {
  cursor: pointer;
}

.dropdown-check-list {
  display: inline-block;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}
  /* Tables */

.datatable {
  width: 100%;
  table-layout: fixed;

}
.datatable td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.tablelist td:nth-child(1) {
  text-align: right;
  font-weight: bold;
  padding-left: 2em;
} 
.tablelist td:nth-child(2) {
  padding-left: 1em;
  font-style: italic;
}  

.tableSearch {
  height: 36px;
  margin-left: 0.5em;
  padding-left: 0.5em;
}

  /* DiffViewer */
.d2h-files-diff {
  max-height: 400px;
}
.d2h-file-side-diff {
  overflow-x: auto;
  overflow-y: auto;  
}
.d2h-code-wrapper {
    position: relative;
}
  /* Icons */
.pot-icon, .w3-blue:hover .pot-icon {
  background: url("../Images/noun-amphora.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:18px;
  width: 12px;
  display: inline-block;
}
.w3-blue .pot-icon {
  background: url("../Images/noun-amphora-white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:18px;
  width: 12px;
  display: inline-block;
}
.obj-icon, .w3-blue:hover .obj-icon {
  background: url("../Images/vtm_object_small.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.w3-blue .obj-icon {
  background: url("../Images/vtm_object_small_white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.obj-icon-white {
  background: url("../Images/vtm_object_small_white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:30px;
  width: 30px;
  display: inline-block;
  transform: translateY(5px)
}
.unimus-icon, .w3-blue:hover .unimus-icon {
  background: url("../Images/unimus.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.w3-blue .unimus-icon {
  background: url("../Images/unimuswhite.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.unimus-icon-white {
  background: url("../Images/unimuswhite.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:30px;
  width: 30px;
  display: inline-block;
  transform: translateY(5px)
}
.puzzle-icon, .w3-blue:hover .puzzle-icon {
  background: url("../Images/puzzle.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.w3-blue .puzzle-icon {
  background: url("../Images/puzzle-white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.puzzle-icon-white {
  background: url("../Images/puzzle-white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:25px;
  width: 25px;
  display: inline-block;
  transform: translateY(5px)
}
.audit-icon, .w3-blue:hover .audit-icon {
  background: url("../Images/audit.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.w3-blue .audit-icon {
  background: url("../Images/audit-white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;
  transform: translateY(3px)
}
.audit-icon-white {
  background: url("../Images/audit-white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:25px;
  width: 25px;
  display: inline-block;
  transform: translateY(5px)
}
.coin-icon, .w3-blue:hover .coin-icon {
  background: url("../Images/num.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;

}
.w3-blue .coin-icon {
  background: url("../Images/num-white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:20px;
  width: 20px;
  display: inline-block;

}
.coin-icon-white {
  background: url("../Images/num-white.png");
  background-repeat: no-repeat;
  background-size: contain;    
  height:25px;
  width: 25px;
  display: inline-block;

}
.fa-save {
  padding-left: 3px;
  font-size:20px;
  display: inline-block;
  transform: translateY(2px);
}
/* Checkboxes */
.check-right {
  position: relative;
    right: 0px;
    margin-right: 1em;
  transform: scale(2);

}
.check-left {
  transform: scale(2);
  margin: 0px 1rem;
}
.overlap_check {
  position: absolute;
  right: 0;
  margin: 20px;
  transform: scale(2);
}
.free_check {
  float: right;
  margin-top: 5px;
}
.form-check {
  padding: 1.5rem 0rem 0rem 2rem;
}
.form-floating {
  padding: 5px;
}

.go-btn {
  height: 2.3em;
}

#map, #cy, #relationships {
  width: 40vw; 
}

.data {
  border: none;
  background: none;
  width: 100%;
}
.data_new {
  border-bottom: 1px solid slategrey;
}

.halfheight {
  height: calc(70vh - 130px);
}
.thirtyheight {
  height: 30vh;
}
.fill-main {
  height: calc(100vh - 130px);
  padding:1em;
  overflow: hidden;
}
.fill-main .fill-main{
  overflow: auto;
}
#main .row {
  padding: 0, 1rem;
}
#main .row [class^=col] {
  padding: 0;
}
.fourtywidth {
  width: 40%;
  display: inline-block;
}
.thirtywidth {
  width: 30%;
}
.fiftywidth {
  width: 50%;
}
.threequarterwidth {
  width: 75%;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.searchFilter {
  padding-left: 40px; 
  background-image: url('../Images/searchicon.png');
  background-position: 10px 12px; 
  background-repeat: no-repeat;
}

.noSel {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  cursor: pointer;
  display: block;
}

.alert {
  z-index: 1000;
  position: fixed;

}

.fileIcon {
  font-size:15vh;
  cursor:pointer;
  padding-top:1vh;
}

.rightMenu, .leftMenu{
  width:50px; 
  padding: 5px 0px;
  z-index: 900;
  opacity: 0.3;
}
.rightMenu:hover, .leftMenu:hover{
  opacity: 1;
}

.mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0}


.info-popup {
  position: absolute;
  z-index: 500;
  display: none;
  padding: 10px;
  border: 1px solid black;
  background-color: white;
  font-size: 14px;
  max-width: 300px;
}

@media only screen and (max-width: 1450px) {
  .fourtywidth, .thirtywidth{
    width: 50%;
  }
  .threequarterwidth, .fiftywidth{
  width: 100%;
}
}

@media only screen and (max-width: 763px) {
  .img-zoom-result {
    width: 100%;
    height: calc((100vw/3)*2);
  }
  .fourtywidth, .thirtywidth, .sm-full, .threequarterwidth {
    width: 100%;
  }
  #cy, #map, #relationships {
    width: 100%;
    height: 50vh;
  }
}