









.default_title_form_container {
}
.default_title_form_portlet{
  position:relative;
  width:100%;
  min-width:300px;
  height:10px;
  background-color:transparent;
}
.default_title_form_portlet[Data-page="1"]{
  height:10px;
  width:100%;
}
.default_title_form_portlet > .box_ui_ctrl {
  box-sizing:border-box;
  z-index:1;
  position:absolute;
  display:inline-block;
  top:0px;
  left:0px;
  width:300px;
  height:auto;
  min-height:10px;
  display:flex;
  flex-direction:column;
}
.default_title_form_portlet > .box_ui_ctrl {
  height:10px;
}
.default_title_form_portlet > .box_ui_ctrl > .box_content {
  height:100%;
}
.default_title_form_portlet > .box_ui_ctrl {
  min-height:10px;
  background-color:transparent;
  border-width:1px;
  border-style:solid;
  border-color:black;
}
.default_title_form_portlet > .customPortlet_ctrl {
  box-sizing:border-box;
  z-index:2;
  position:absolute;
  display:inline-block;
  top:20px;
  left:396px;
  width:25px;
  height:auto;
  min-height:32px;
  display:none;
}

