.PickerLinks
{
cursor:pointer;	
	
}
.custom-message
{
text-align:center !important;	
}
.popup-message-head
{
/* text-align: center; */
    margin-bottom: 20px;
}
 .framewok_link_frm input.form-submit:hover, form[data-drupal-selector="views-exposed-form-event-log-page"] input.form-submit:hover {
    color: #fff;
    background-color: #f16038 !important;
    border-color: #f16038;
}
 .framewok_link_frm input.form-submit, form[data-drupal-selector="views-exposed-form-event-log-page"] input.form-submit {
    background-color: #0d6cb9 !important;
    color: #fff;
    box-shadow: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 20px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.2em
em
;
    margin: 0 6px 0 0;
    height: 30px;
    font-weight: normal;
}
.cancel-btn, input.form-submit {
    color: #212529;
    background-color: #e3e3e3 !important;
    box-shadow: 0 0 0 rgb(66 78 90 / 50%);
    border-color: #f8f9fa;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.2rem 1rem !important;
    font-size: .875rem;
    border-radius: 0.15rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 6px;
}