.ant-upload-list {
  display: none;
}
#page-container {
  background-size: "contain" !important
}
.inputSemLabel {
  margin-top: 26px;
}
.input-group-addon {
  padding: 0px;
}

.input-group-addon .btn {
  height: 32px !important;
  background-color: white;
}
#mainProgress {
  background-color: white; 
}
#mainProgress .progress {
  margin: 10px 0px;
}

#expandImg {
  padding: 0px !important;
}

#expandImg figure {
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
}

#expandImg figure:hover img {
  opacity: 0;
}

#expandImg img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  max-height: 600px;
  pointer-events: none;
}

.boxItemPesquisado {
  margin-top: 15px;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 15px;
}

.btn-circle {
  width: 50px!important;
  height: 50px!important;
  padding: 10px!important;
  font-size: 18px!important;
  line-height: 1.33!important;
  border-radius: 25px!important;
}

.card {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 10px !important;
  border-radius: 4px !important;
  counter-increment: carousel-cell !important;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  display: flex;
  justify-content: flex-start;
  padding: 20px;
  margin-bottom: 2rem;
  background-color: white;
}

.card-body {
  width: 100%;
}

.card .overlay, .overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255,255,255,0.7);
  border-radius: 3px;
}

.card>.overlay, .overlay-wrapper>.overlay, .box>.loading-img, .overlay-wrapper>.loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card .overlay>.fa, .overlay-wrapper .overlay>.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  border-radius: 4px;
  background-color: transparent !important;
}

.btnSemFundo, .btnSemFundo:hover {
  background-color: white !important;
  padding: 0 !important;
}

.perguntaObrigatoria {
  font-weight: 600;
  color: #dd4b39;
  margin-right: 3px;
}