.welcome {
  width: 70%;
  height: 35px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.main-header li{
  cursor: pointer;
}
.inner{
  cursor: pointer;
}
.info-box{
  cursor: pointer;
}
.nav li{
  cursor: pointer;
}
.card-header{
  cursor: pointer;
}
.custom-control-label{
  cursor: pointer;
}
.groupDiv input[type="checkbox"]{
  width: 22px;
  height: 22px;
}
.btn-outline-white {
  border-color: white;
  color: white;
  width: 50px;
  height: 40px;
}
.btn-outline-white:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: white;
  width: 50px;
  height: 40px;
}
.selected{
    background-color:#f8d7d7;
  }
  .selectedF{
    background-color:#f8d7d7;
  }
  .folderName{
    line-height:1.2;
  }
  .table td{
    vertical-align: middle;
  }
  .fileIcon{
    width: 25px;
    font-size: 22px;
	text-align: center;
	border-radius: 5px;
  color:black;
  }
  tr{
    cursor: pointer;
  }

  .none{
    display:none;
  }
.folderPathItem{
  cursor: pointer;
}
.layer-popup.popup-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.layer-popup {
  position: fixed;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.90);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
}
.layer-popup .close-search {
  position: absolute;
  width: 30px;
  right: 125px;
  margin: 5px;
  margin: 3px 0;
  margin-right: 0px;
  height: 25px;
  line-height: 0.7;
  color: black;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}
.location-browser{
  width: 100%;
height: 490;
overflow: scroll;
border: none;
}
.uploadProgress{
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.fileLocation{
  cursor: pointer;
}
.selectedColor{
  border: 5px solid #000;
	transition: border .2s ease;
	box-shadow: gray 2px 2px 4px;
}
.process.process-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}
.process {
  position: fixed;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(18, 96, 197, 0.493);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  text-align: center;
}
.table-image{
  border-radius: 50%;
display: inline;
width: 60px;
height: 60px;
border: 2px groove aliceblue;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}