.listControl{
    /*overflow-y:scroll;*/
}

.list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item {
margin-bottom:2px;
margin-left:2px;
padding: 5px 10px;
margin-bottom:2px;
}

.list-group-item:last-child{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.ui-state-highlight { 
    margin-bottom:2px;
margin-left:2px;

margin-bottom:2px;
height:30px;
border:2px dotted gray;
}

.btn{
    border-radius:0px;
}

.btn-custom{
    float:right;
}
.label.label-custom{
    font-size: 70%;
    vertical-align: top;
    margin-left:3px;
    cursor:default;
}

.label.label-noBorder {
border-radius:0px;
}

.label.label-status{
    font-size:80%;
}

.panel.fieldPropertyEditor-panel{
    margin-left:3px;
    border-radius:0px;
}

input[type=text].fieldPropertyEditor-textInput{
    width:100%;
}

.fieldPropertyEditor-row{
    margin-bottom: 10px;
    height:30px;
}

.fieldPropertyEditor-row_longHeight{
    margin-bottom: 10px;
    height:105px;
}

.fieldPropertyEditor-label{
    /*line-height:30px;*/
}

.fieldPropertyEditor-textArea{
    width:100%;
    height:110px;
    resize: none;

}

.fieldPropertyEditor-fontSizeLess{
    font-size: 13px;
}
 body,height{
    height:initial;
 }

a.hyperlink {
    -webkit-appearance: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

