.form-tab-control {
    outline: 0;
    border-color: #ECECEC;
    border-style: solid;
    border-width: 0px;
    width: 80%;
    background-color: #D5CDCD;
    padding: 6px;
    border-radius: 2px;
    margin-bottom: 5px;
    font-size: 14px;
}

.angucomplete-holder {
    position: absolute;
}

.angucomplete-dropdown {
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    width: 250px;
    padding: 6px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
    margin-top: 37px!important;
    /*top: 32px;
    left: 0px;
    */
    margin-top: -6px;
    background-color: #ffffff;
}

.angucomplete-searching {
    color: #acacac;
    font-size: 14px;
}

.angucomplete-description {
    font-size: 14px;
}

.angucomplete-row {
    padding: 5px;
    color: #000000;
    margin-bottom: 4px;

}

.angucomplete-selected-row, .angucomplete-row:hover {
    background-color: #337ab7;
    color: #ffffff;
}

.angucomplete-image-holder {
    padding-top: 2px;
    float: left;
    margin-right: 10px;
    margin-left: 5px;
}

.angucomplete-image {
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border-color: #ececec;
    border-style: solid;
    border-width: 1px;
}

.angucomplete-image-default {
    /* Add your own default image here
     background-image: url('/assets/default.png');
    */
    background-position: center;
    background-size: contain;
    height: 34px;
    width: 34px;
}

.panel-heading {
    cursor: pointer;
}

.panel-title:after {
  color: rgb(128, 128, 128) !important;
    content: "\e080";
    float: right;
    font-family: "Glyphicons Halflings";
    font-size: 16px;
}

.panel-title.collapsed:after {
    content: "\e114";  
	font-family: "Glyphicons Halflings";
}

.cur-foot{cursor: pointer;}
.center-pos1{margin-top:5px!important;}
.center-pos2{margin-top:6px!important;}

button.close1 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
.close1 {
    color: rgb(0, 0, 0);
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 rgb(255, 255, 255);
}
