﻿.content-heading {
    font-size: 20px;
    margin-top: 0;
    font-weight: 500;
    color: #333;
    margin-top: 25px;
}

.panel-heading {
    background: #7ece7e;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.form-group label {
    color: #555;
    font-weight:700;

   
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.required:after {
    content: " *";
    color: #a94442;
}

.ui-dialog-titlebar-close{
    display:none;
}
.AutocompletEtnd {
    max-height: 150px !important;
    overflow-y: auto;
    text-align: left;
    cursor: default;
    list-style: outside none none;
    padding: 0px;
    position: absolute;
    width: 154px;
    z-index: 1000;
}

 .ajax__combobox_itemlist{
            position:initial !important;
        }
