/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
 .model_settings {
  margin-top: 10px;
}
#model_upload {
  max-width: 850px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

#model_upload{
  padding: 20px 10px 20px 10px;
  background-color: #e7e9eb;
}

#idgCanvas{
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

 #model_preview_canvas {
    width:100%;
    height:400px;
}

.backg-color-container {
  display: inline-block;
}


.idg-backgd-setting{
  margin-left: 30px;
  line-height: 1;
  margin-top: 10px;
}

.idg-inline-block{
  display: inline-block;
}
.idg-config-name{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 10px;
}

  .idg-backgd-setting span{
    margin: 5px;
  }


  .idg-button{
    background-color: #03225b;
    border: none; 
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 6px;
    cursor: pointer;
    color: white;
    font-family: ui-serif;
    border-radius: 4px;
  }

  .cam_rot , .cam_pos , .obj_pos, .obj_rot{
    min-width: 70px;
    min-height: 20px;
  }


  .idgc-md-nber-ipt{
    width: 80px;
  }

  .idgc-cam-opt{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
  }
.image-upload > label > input {
    display: none;
}

.idg-title {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  font-weight: 600;
  color: #03225b;
  margin-top: 10px;
  margin-bottom: 10px;
}

.idgc-{
  font-weight: bold;
}

.image-upload img {
    width: 25px;
    cursor: pointer;
    height: 25px;
}
.wms_rm_tr {
    cursor: pointer;
}
.wms_part_rm_tr {
  cursor: pointer;
}

#idgCanvas {
  display: flex;
  justify-content: center;
}