html{
    height: 100%;
    user-select: none;

}
body{
    background-color: #f4f6f9;
    overflow-x: hidden;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%100%;
    background-attachment: fixed;
}
.container{
    padding: 15px;
    height: 50vh;
}
[type=search] {
    outline-offset: unset;
}
input:focus
{
    outline: none !important;
    border:1px solid #007bff;
    box-shadow: 0 0 10px #719ECE;
}
.noPadding{
    padding: 0;
}
a {
    color: #007bff;
    text-decoration: none!important;
    background-color: transparent;
}
.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  .column > div {
    /* width: 210px;
    margin: 10px; */
    line-height: 75px;
    font-size: 30px;
    box-shadow: 1px 2px 8px black;
    background-color: white;
    border: 3px solid black;
  }
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    height:25vh
  }
.column video
{
    height:25vh
}
.fa{
    margin-right: initial;
  }
  .downloadBtn:hover
  {
    color:white!important;
    text-decoration: none;
  }
  footer{
    background-color: #fff;
    position: fixed!important;
    bottom: 0;
    padding: 11px;
    color: darkgreen;
}
.chip {
  display: inline-block;
  color: #007bff;
  font-weight: bold;
  padding:0 11px 0 20px;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  border-radius: 25px;
  background-color: #f1f1f1;
}
.editInput
{
  outline: none;
  border: none;
  height: 6.2vh;
  background: #f1f1f1;
  width: 75%;
  color: #007bff;
  font-weight: bold;
  font-style: italic;
  border-radius: 25px;
}
.editInput:focus{
  border: none!important;
  box-shadow: none!important;
}
.closebtn {
  padding-left: 10px;
  color: #888;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}
#imgUpload {
  opacity: 0.0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
input[type='file'] {
  color: transparent;
}
input {
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid gray;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}