@charset "UTF-8";
/* CSS Document */

.icon-danger {
  background-image: url(../images/icon_danger.png);
  display: table-cell;
  width: 200px;
}
.dialog-message {
  display: table-cell;
}
.questionTitle-txt {
  font-size: 16px;
  line-height: 1.5;
  display: table-cell;
}
.headNumber {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.q-view-title-editable {
  margin-right: 0px;
  display: inline;
}
.q-title-result {
  font-size: 16px;
}
.q-view-title-editable p {
  display: inline;
}
.q-view-title-editable .required {
  position: relative;
}
.message-txt {
  font-size: 16px;
}

#search-send{
 display: inline;
 border-width: 0;
 height: 32px;
 cursor: pointer;
 font-weight: 500;
 background-color: transparent;
    margin-left: -50px;

}
#searchBox{
 border: 1px solid #9E9E9E ;
 padding-left: 10px;
 height: 32px;
 padding-top: 1px;
 padding-right:50px;
 line-height: 32px; width:150px;
}

#search_maindiv{
 text-align: center;
 height:32px;
 margin-bottom:20px;
 margin-top: 20px;
 float:left;
    position: relative;
}
#empty_search_box{
    background-image: url("../images/enq_folder_delete.png");
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    z-index: 100;
    left:150px;
    top:0px;
    width:22px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
    display: none;

}

#search-send-2nd{
 display: inline;
 border-width: 0;
 height: 32px;
 cursor: pointer;
 font-weight: 500;
 background-color: transparent;
    margin-left: -50px;

}

#searchBox_2nd{
 border: 1px solid #9E9E9E ;
 padding-left: 10px;
 height: 32px;
 padding-top: 1px;
 padding-right:50px;
 line-height: 32px; width:150px;
}

#empty_search_box_2nd{
    background-image: url("../images/enq_folder_delete.png");
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    z-index: 100;
    left:150px;
    top:0px;
    width:22px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
    display: none;

}

#empty_folder_search_box{
    background-image: url("../images/enq_folder_delete.png");
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    z-index: 100;
    left:150px;
    top:0px;
    width:22px;
    line-height: 35px;
    text-align: center;
    vertical-align: middle;
    cursor:pointer;
    display: none;

}
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
