
#transferProjectDialog, #mergeProjectDialog {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position:fixed;
  top:0;
  left:0;
  background-color:rgba(0,0,0,0.5);
}

.transferProjectDialog_container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.transferProjectDialog_body {
  background-color: white;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.transferProjectDialog_content {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.transferProjectDialog_content_center_margin {
  height: calc(100% - 125px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.transferProjectDialog_flex_container  {
  width:100%;
  height:auto;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-height: 350px) {

  .transferProjectDialog_body {
    background-color: white;
    width: 100%;
    height: auto;
  }

  @media only screen and (min-width: 600px){
    .transferProjectDialog_body {
      background-color: white;
      width: 560px;
      height: auto;
    }

    .transferProjectDialog_flex_container  {
      width:100%;
      height:auto;
      padding-left: 24px;
      padding-right: 24px;
      padding-top: 40px;
      padding-bottom: 40px;
    }
  }
    
  .transferProjectDialog_content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .transferProjectDialog_content_center_margin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}


#transferProjectDialog_title, #mergeProjectDialog_title {
  height: 55px;
  /* background-color: #293655;
  color: white; */
  color: #2B3B8D;
  font-size: 18px;
  text-align: left;
  line-height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.transferProjectDialog_text_content {
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.transferProjectDialog_content_center_body {
  min-height:100px;
  width:100%;
}

.transferProjectDialog_flex_col1 {
  -webkit-flex: initial;
  flex: initial;
  min-width: 100px;
}

.transferProjectDialog_flex_col2 {
  -webkit-flex: 1;
  flex: 1;
}

#transferProjectDialog_desc_title:focus {
  outline: none;
}

.transferProjectDialog_bottom_content {
  /* background-color: #f3f3f3; */
  /* height: 70px; */
  padding: 15px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.transferProjectDialog_Label_Text {
  color:#494949;
  white-space:nowrap;
  font-size:18px;
  height:50px;
  line-height:50px;
  padding-right:20px;
  text-align:right;
  margin-bottom:15px;
}

.transferProjectDialog_Label_Input {
  width:calc(100% - 20px);
  height:45px;
  font-size:16px;
  border:solid 1px #b6b6b6;
  margin-bottom:15px;
  padding-left:10px;
}

.transferProjectDialo_camera_height_content {
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 8px;
}

.camera_height_input_block {
  -webkit-flex: 1;
  flex: 1;
  max-width: 100%;
  min-width: 240px;
  margin-bottom: 5px;
  margin-right: 8px;
}

.camera_height_input {
  background: white;
  height: 36px;
  width: 100%;
  border: solid 1px #CBCBCB;
  padding-left: 10px;
  padding-right: 10px;
  color: #747474;
}

.camera_height_error {
  background: #ebccd1;
  width: 100%;
  padding: 5px 10px;
  color: #a94442;
  display: none;
  font-size: 14px;
}

.unit_select_parent {
  height: 36px;
  display: -webkit-flex;
  display:flex;
  -webkit-align-items: center;
  align-items: center;
}

.unit_select {
  height: 100%;
  border: solid 1px #CBCBCB;
  color: #747474;
  font-size: 0.875em;
  padding-left: 6px;
  background: white;
  margin-right: 23px;
}

.camera_height_img {
  width: 47px;
  height: 47px;
}

.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1000;
}