﻿  
@font-face {
    font-family: 'CoconNextArabic';
    src: url('/MOECore/font/CoconNextArabic-Light.woff2') format('woff2'),
        url('/MOECore/font/CoconNextArabic-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html {
    height: 100%;
    direction: rtl;
}
.FormModelBox input, .FormModelBox select, .FormModelBox textarea{
	border: 1px solid #C3C3C3;
    background-color: #fff;
    color: #000;
    width: 80%;
    border-radius: 6px;
    margin-bottom: 10px;
    text-align: CENTER;
    padding: 10px 0;
    font-family: "CoconNextArabic";
    text-align-last: center;
}
.FormModelBox select option{
	border: 1px solid #C3C3C3;
    padding: 10px 5px;
    font-family: "CoconNextArabic";
    text-align-last: center;
}

form {
    width: 100%;

}
.FormModelBox {
    text-align: center;
    height:100%;
    display:block;
    min-height: min-content;`
}
.FormModelBox input[type="submit"], .FormModelBox input[type="button"]{
        background: #2fab99 none repeat scroll 0 0;
    color: #fff;
    border-radius: 4px;
    border: 0;
    display: inline-block;
    margin: auto 0px;
    padding: 10px 25px;
    text-transform: uppercase;
    width: auto;
    min-width: 150px;
    font-size: 14px;
    font-weight: bold;
    font-family: "CoconNextArabic";
    }
.CaptchaLine {
    max-width: 235px;
    height: 42px;
    border-radius: 5px;
    border: 1px #C3C3C3 solid;
     position: relative;
    margin:10px auto;
}
.CaptchaLine input {
    border-radius: 0px 5px 5px 0;
    width: 105px;
    text-align: center;
    border: 0!important;
    margin: 0px;
}
.LBD_CaptchaImageDiv {
    position: absolute;
    left: 0;
}
.LBD_CaptchaImageDiv img {
   height: 39px;
    width: 80px;
    position: absolute;
    left: 0;
    }
.CaptchTXTDiv {
    position: absolute;
    right: 0;
    top: 0;
    z-index:9;
}
span.Required {
    position: absolute;
    left: 0;
    color: red;
}
.LBD_CaptchaIconsDiv {
    position: absolute;
    left: 94px;
}






.WebpartTitle.FontColor {
    font-size: 18px;
    font-weight: bold;
    font-family: "CoconNextArabic";
}




.FormModelBox ul.nav.nav-tabs {
	border-bottom:0px;
	margin-bottom: 10px;
}
.FormModelBox ul.nav.nav-tabs li a {
    background: #484848;
    border: 0!important;
    color: #fff;
    border-radius: 0;
    font-size: 16px;
    }
.FormModelBox ul.nav.nav-tabs li a.active, .FormModelBox ul.nav.nav-tabs li a:focus {
    background: #2fab99!important;
    color: #ffffff;
    border-radius: 0;
}
.FormModelBox input{
	font-size:14px;
}
.CaptchaBox {
    background: #ececec;
    width: 80%;
    margin: auto;
}
.ComplainMsg ul {
    list-style: none;
    margin: auto;
    padding: 0;
    margin-top: 10px;
    max-width: 80%;
}
.ComplainMsg ul li {
    padding: 10px 20px;
    background-color: #ef9d9c;
    color: #984140;
    margin-bottom: 5px;
    border-radius: 8px;
    border: 1px #e88584 solid;
        font-family: "CoconNextArabic";

    }
.FormModelBox ul li a{
	padding:10px 15px;
	    display: block;
	        font-family: 'CoconNextArabic';

	}
.litNewsletterBox .tab-content > .active {
      opacity: 1!important;
      }
#MailLetter h3, #MobileLetter h3{
    color: #696969;
    font-family: 'CoconNextArabic';

}
.ComplainMsgSuccessed{
    width: 80%;
    margin: auto;
    margin-top: 10px;
    border-radius: 5px;
    color: #3c763d;
    background-color: #dff0d8;
    font-family: 'CoconNextArabic';
    line-height: 33px;
}
.row.CapLine {
    max-width: 100%;
}
.litNewsletterBox .CaptchaLine input {
    height: 40px;
}
.CapLineBtnGroup {
    width: 100%;
    margin-top: 6px;
}

.FormModelBox .newsletter__error ul{
	margin:0;
	padding:0;
}
.FormModelBox .newsletter__error ul li {
    background: #e67b7b;
    font-size: 12px;
    border-radius: 5px;
    color: #6b0a0a;
    line-height: 30px;
    margin: 3px;
    list-style: none;
}
.FormModelBox .newsletter__Success{
	background: #4CAF50;
    font-size: 12px;
    border-radius: 5px;
    color: #003802;
    line-height: 30px;
    margin: 3px;
    list-style: none;}
