html, body {background-color:white; margin:0; padding:0; height: 100%; }

.navbar_bg { background-color:#39b3aa; color:white;  }
.form-upload > input
{
    display: none;
}

.form-upload label
{
	color: #fff;
}

.file-col, .file-blank-col
{
	flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
	font-size: 100px;
	margin-bottom: 50px;
    text-align: center;
}

.file-col i
{
	color: #f0ffff;
    text-shadow: 0px 2px 4px #afafaf;
}

.file-col p
{
    font-weight: normal;
}






.file-col-d, .file-blank-col-d
{
	flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 1.5rem !important;
	margin-right: 1.5rem !important;
	font-size: 100px;
	margin-bottom: 50px;
    text-align: center;
}

.file-col-d i
{
	color: #f0ffff;
    text-shadow: 0px 2px 4px #afafaf;
}

.file-col-d p
{
    font-weight: normal;
}


/* Style the Image Used to Trigger the Modal */

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

/* The Modal (background) */

.imgmodal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10000;
    /* Sit on top */
    padding-top: 100px;
    /* 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.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */

.imgmodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */

.imgmodal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* The Close Button */

.imgclose {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.imgclose:hover,
.imgclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .imgmodal-content {
        width: 100%;
    }
}



.collapse-item{
    position:  relative;
}
.collapse-link[data-toggle].collapsed:after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f078"; 
    color:  #444444;
    position: absolute;
    right: 10px;
}
.collapse-link[data-toggle]:not(.collapsed):after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f077"; 
    color:  #444444;
    position: absolute;
    right: 10px;
}

.filhover {transition: box-shadow .3s;}
.filehover:hover {
    opacity: 0.7;
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
}


/* Select TP checkboxen */
    .brick { width:150px; height:125px; background:#f2f2f2;}
    .brick-text { position:absolute; display:table-cell; height:100%; width:100%; margin:auto; line-height: 2; }
    .picker-tooltip { background:#00FF00; border-radius:0.125rem }
.tile-picker  {
  position:relative;
  cursor:pointer; 
  background-color:#eaeaea; 
  background-position: center center;
  background-size: cover;
  box-shadow:inset 0 0 10px rgba(0,0,0,.1); 
  outline: 2px solid #fff;
  outline-offset: -3px;
  border:1px solid #bbb;  }

.active.tile-picker { border-color: #00FF00; }


.tile-picker input[type=radio] {
  opacity:0;
  position:absolute; 
  left:-80px;  }

.tile-checked {
  display:block; 
  font-style:normal;  
  width:20px; height:20px; 
  position:absolute; 
  top:-2px;
  right:-4px;
}

.tile-checked:after {
  content:'\2713';
  display:block;
  line-height:18px; width:18px; height:18px;
  
  background-color:#1481b8; color:#fff;
  border-radius:2px;
  font-size:13px;
  text-align:center; font-weight:bold;
  opacity:0;
  transition: opacity .34s ease-in-out; }


input[type=radio]:checked ~ .tile-checked:after {
  opacity:1; }