.error{
  width: 100%;
  margin-top: .25rem;
  font-size: 95%;
  color: #f46a6a;
  padding-left: 8px;
}
.form-control {
    background-color: #eff2f7;
}
body[data-sidebar=dark].vertical-collpsed {
    min-height: 1000px;
}

.page-title-box{
  border-bottom: 5px solid #ffffff;
  margin-bottom: 20px;
}

.img-view-100{
  max-height:100px;
  /* width: 100px; */
  text-align: right;
}
.img-view-100 img{
  max-height:100px;
  max-width: 100px;
}
.img-view-200{
  max-height:300px;
  /* width: 100px; */
  text-align: right;
}
.img-view-200 img{
  max-height:300px;
  max-width: 200px;
}

.form-select,{
  background-color: #eff2f7;
}
