#email_notification_cont{
    cursor: default;
	display: none;
    background-color: white;
    padding: 28px 34px;
    
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#email_notification_cont h4{
	/* background: url("../image/hr_rept.jpg") repeat-x scroll left center;
    color: #000000;
    
    font-size: 16.04px;
    line-height: 16.04px;
    margin: 0 0 22px 0; */
    text-align: center;
    /* text-transform: uppercase; */
}
#email_notification_cont h4 span{
    display: inline-block;
    padding: 0 14px;
}
.sub_title_email_notif {
    display: block;
    text-align: center;
}
#email_notification_cont .msg_inp{
	background: white;
    padding: 11px;
    border: none;
    font-size: 14px;
    line-height: 16px;
    color: #303030;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    margin: 0 0 10px 0;
    border: solid 1px #000;
}
#email_notification_cont .send{
    width: 100%;
    height: 35px;
    font-weight: bold;
}
.refine_sec_cont .tab_ref_top .cus_sel_tab input[type="checkbox"] + .lbl { font-size: 24px; line-height: 26px; color: #997f44; }
.fonction_sec_rht { display: inline-block;vertical-align: middle;width: 80%;}
.fonction_sec_rht ul li { display: inline-block;vertical-align: middle;margin: 0 20px 0 0;/*max-width: 151px;*/width: 156px;min-height: 33.5px; }
.refine_sec_cont input[type=checkbox] { opacity: 0; position: absolute; z-index: 12; width: 18px; height: 18px; cursor: pointer; }
.refine_sec_cont input[type=checkbox]:checked, .refine_sec_cont input[type=checkbox]:focus { outline: none !important; font-size: 1rem; }
.refine_sec_cont input[type=checkbox]+.lbl { position: relative; z-index: 11; /*display: inline-block;*/ margin: 0; line-height: 14px; min-height: 14px; min-width: 14px; font-weight: normal; color: #000000; font-size: 14px; text-transform: uppercase; cursor: pointer; }
.refine_sec_cont input[type=checkbox]+.lbl.padding-16::before { margin-right: 16px; }
.refine_sec_cont input[type=checkbox]+.lbl.padding-12::before { margin-right: 12px; }
.refine_sec_cont input[type=checkbox]+.lbl.padding-8::before { margin-right: 8px; }
.refine_sec_cont input[type=checkbox]+.lbl.padding-4::before { margin-right: 4px; }
.refine_sec_cont input[type=checkbox]+.lbl.padding-0::before { margin-right: 0px; }
.refine_sec_cont input[type=checkbox]+.lbl::before { content: ""; border: 1px solid #000000; border-radius: 0; display: inline-block; text-align: center; vertical-align: middle; height: 15px; line-height: 10px; min-width: 15px; margin-right: 1px; margin-top: -1px; }
.refine_sec_cont input[type=checkbox]:checked+.lbl::before { display: inline-block; border-color: #000000; width: 15px; height: 15px; font-family: "Font Awesome 5 Pro"; content: "\f00d"; line-height: 1;}
.refine_sec_cont input[type=checkbox]:hover+.lbl::before, input[type=radio]:hover+.lbl::before, .refine_sec_cont input[type=checkbox]+.lbl:hover::before {
border-color:#1c7aad;}
.refine_sec_cont input[type=checkbox]:active+.lbl::before, input[type=radio]:active+.lbl::before, .refine_sec_cont input[type=checkbox]:checked:active+.lbl::before { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
.refine_sec_cont input[type=checkbox]:disabled+.lbl::before, .refine_sec_cont input[type=checkbox][disabled]+.lbl::before, .refine_sec_cont input[type=checkbox].disabled+.lbl::before { background-color: #DDD !important; border-color: #CCC !important; box-shadow: none !important; color: #BBB; }

.text-danger-email{
    color: orange;
    text-align: center;
}

.disable{  cursor:not-allowed;
	background-color:#f6f6f6; !important;
   pointer-events: none;
    opacity: 0.2;
}