﻿@font-face {
    font-family: 'JFFlat';
    src: url('/MOECore/font/JFFlat-Regular.woff2') format('woff2'),
        url('/MOECore/font/JFFlat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*div, input{
    font-family: 'JFFlat'!important;
}
*/

.formIR div{
	font-family: 'JFFlat'!important;
}

.formIR input{
	font-family: 'JFFlat'!important;
}

.logoMoe img {
    max-width: 240px;
}
body {
    overflow-y: auto;
}
#suiteBar, #s4-ribbonrow, div#s4-bodyContainer {
    display: none!important;
}
.contant {
    text-align: center;
    max-width: 700px;
    margin: auto;
        font-family: '29LT Bukra B';
}
.logo {
    padding-top: 50px;
}
.BGBody{
  position:relative;
  }
.BGBottom {
    background: url(/BG.svg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    z-index: -2;
    width: 100%;
    height: 100%;
}
.BGTop {
    background: url(/BG-Top.png) no-repeat;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: -1;
    width: 500px;
    opacity: 0.5;
    height: 100%;
    max-height: 400px;
}

 .ms-core-overlay {
    background-color: transparent;
}
.word {
    margin-top: 44px;
    padding: 30px;
}
.word span {
    color: #666;
    font-size: 24px;
    font-weight: bold;
    margin-top: 44px;
        line-height: 48px;
    }

.word p {
	color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    border-top: 1px #fff solid;
    padding-top: 10px;
    margin-top: 10px;
    }
    .link {
    color: #666;
    font-size: 22px;
    margin: 20px;
    font-weight: bold;
    line-height: 36px;
}
.contant input{
	color:#666;
	font-size:30px;
	border:0;
}
.contant input {
    color: rgba(255, 255, 255, 0.7098039215686275);
    font-size: 20px;
    border: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: 1px rgba(255, 255, 255, 0.3607843137254902) solid;
    padding-bottom: 15px;
            font-family: '29LT Bukra B';

    }
  .contant input[type=submit]{
border-bottom: 0px;
    background: #068775!important;
    max-width: 100%;
    font-size: 16px;
    border-radius: 18px!important;
    color: #fff;
    height: 40px;
    padding: 0;
    width: 50%;
    line-height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
        }
.formIR span {
    font-size: 12px;
    color: #f00;
}
  .MOEGCEid {
        max-width: 100%;
        margin: auto;
        position:relative;
    }
.CaptchTXTDiv {
    position: absolute;
    top: -30px;
    left: 0px;
}
    .CaptchaLine {
        max-width: 250px;
        margin: auto;
        position:relative;
        margin-top: 10px;
    }
span.Starred {
	position: absolute;
    left: 8px;
    top: 3px;
    font-size:25px;
        } 
 .gcBtn input {
        color: white;
        background: #1fb5a6;
        /* padding-top: 10px; */
        margin:0;
        width: 229px;
    }

    input.txtName {
	border-radius: 23px;
    color: #2d2d2d !important;
    background:#fff;
    font-size: 14px;
    text-align: center;
    height: 50px;
    max-width: 300px!important;
    padding: 0!important;
    float: none;
    align-items: center;
    margin: auto!important;
    display: block;
    border: 1px solid #cccccc;     }
    .ComplaintCaptchaLine .LBD_CaptchaImageDiv, .ComplaintCaptchaLine .LBD_CaptchaIconsDiv, .ComplaintCaptchaLine .CaptchTXTDiv {
        position: inherit !important;
    }
input:focus {
  outline: 0;
}
    .ComplaintCaptchaLine .LBD_CaptchaIconsDiv {
        margin-top: -31px !important;
        margin-right: 86px !important;
    }
    .LBD_CaptchaImageDiv {
    float: right;
}

    .LBD_CaptchaImageDiv img {
        width: 80px;
        border: 0;
        height: 40px;
        border-radius: 20px;
       	right: -4px!important;
    	top: 10px;
    }
.BoxName {
    position: relative;
    display: inline-block;
}
    .ComplaintCaptchaLine .CaptchTXTDiv input {
    width: 135px !important;
    float: right;
    height: 40px;
    border-radius:18px;
    background: #fff!important;
    border: 0;
    color: #666;
    text-align: center;
    margin-right: 10px;
    font-size: 23px;
    line-height: 40px;
    padding: 0;
    border: 1px solid #cccccc;
        }

    .LBD_CaptchaIconsDiv {
        float: right;
        width: 20px !important;
    }

    .boxwideinside a {
        line-height: 20px !important;
    }

    .gcBtn {
        width: 100%;
        text-align: center;
            margin-bottom: 30px;
    }

        .gcBtn input {
            color: white;
            background: #1fb5a6;
            /* padding-top: 10px; */
            margin: 0;
            width: 229px;
            border: 0;
            padding: 10px;
            border-radius: 20px;
            font-size: 14px;
        }

            .gcBtn input:hover {
                background: #41d0c0;
            }

    .Starred {
        color: red;
    }

    ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #666 ;
        opacity: 1; /* Firefox */
    }

    :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #666 ;
    }

    ::-ms-input-placeholder { /* Microsoft Edge */
        color: #666 ;
    }

.MOEGCEid table {
    max-width: 400px;
    margin: auto;
}
.MOEGCEid table td img {
	max-width: 170px;
    margin: auto;
    border: 10px #ffffff solid;
    border-radius: 10px;
    box-shadow: 0 0 22px 4px #dcdcdc;
     object-fit: scale-down;
    }

.MOEGCEid table td{
	position:relative;
	text-align:center;
	padding: 8px;
	text-align:center
}
.MOEGCEid table td [type="radio"]{
	opacity: 0;
}
.MOEGCEid table td [type="radio"]:checked,
.MOEGCEid table td [type="radio"]:not(:checked) {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.MOEGCEid table td [type="radio"]:checked + label,
.MOEGCEid table td [type="radio"]:not(:checked) + label
{
    position: relative;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.MOEGCEid table td [type="radio"]:checked + label:before,
.MOEGCEid table td [type="radio"]:not(:checked) + label:before {
	content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffffffba;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.MOEGCEid table td [type="radio"]:checked + label:after,
.MOEGCEid table td [type="radio"]:not(:checked) + label:after {
content: '';
    width: 27px;
    height: 27px;
    background: #009688;
    position: absolute;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 41%;
    left: 38%;
    transform: translate(-50%,-50%);
    border: 10px white solid;
}
.MOEGCEid table td [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    
}
.MOEGCEid table td [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media (min-height: 850px){
.BGBody{
  height:100%!important;
  }

}
@media (max-width: 768px){
.BGBody{
  height:inherit!important;

  }
.BGBottom {
    background: url(/BG.svg) no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    z-index: -2;
    width: 100%;
    height: 100%;

}
.contant {
    padding: 20px;
}
.BGBottom {
    opacity: .7;
}
.BGTop {
    opacity: 0.2;
}
.gcBtn input, .link {
   position:relative;
   z-index:2;
   }
.logo, .word, .link{
	padding-top: 20px;
    margin-top: 20px;
}
.link{
	padding-top: 10px;
    margin-top: 0px;
    font-size: 18px;
    line-height:32px;
}
.word span{
font-size: 20px;
    font-weight: normal;
    text-align: justify;
    line-height: 40px;
    }
.contant input {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.contant input[type=submit] {
    font-size: 20px;
}
.logo{
	margin-top:0px
}
.logo img {
    height: 50px!important;
}
}
div#ctl00_g_e0d7f060_6da4_4cd2_9157_6902d5c8de46_ctl00_msgDiv {
    background: #def6de;
    line-height: 30px;
    height: 30px;
    width: 90%;
    margin: auto;
    margin: 10px auto;
    border-radius: 3px;
}
@media (max-width: 540px){
.BGBottom {
    background: url(BG.svg) no-repeat center center fixed;
        -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    bottom: 0px;
    z-index: -2;
    width: 100%;
    height: 100%;

}
.MOEGCEid table td img {
    max-width: 120px;
    max-height: 125px;
}
.MOEGCEid table td [type="radio"]:checked + label:before, .MOEGCEid table td [type="radio"]:not(:checked) + label:before {
    width: 30px;
    height: 30px;
}
.MOEGCEid table td [type="radio"]:checked + label:after, .MOEGCEid table td [type="radio"]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    top: 41%;
    left: 40%;
    border: 5px white solid;
}
.link {
    font-size: 14px;
	margin: 0!important;
    padding: 0;}
}

i.fa.fa-calendar-alt {
        position: absolute;
        bottom: 28PX;
        right: 40px;
        color: #2fab99;
    }

    /*#suiteBar, #s4-ribbonrow, div#s4-bodyContainer {
        display: block !important;
    }*/

    .contant input {
        color: #666 !important;
    }

    .gcBtn input {
        color: #fff !important;
    }


    img.LBD_CaptchaImage {
        bottom: 19px;
        border-radius: unset !important;
    }

    .col-md-12 input {
        border-radius: 10px;
        width: 100% !important;
        float: right;
        height: 40px;
        border-radius: 18px;
        background: #fff !important;
        border: 0;
        color: #666;
        text-align: center;
        margin-right: 10px;
        font-size: 23px;
        line-height: 40px;
        padding: 0;
        border: 1px solid #cccccc;
    }

    .LBD_CaptchaDiv a img {
        bottom: 9px;
    }

    .gcBtn {
        width: 100%;
    }

    .result {
        font-size: 16pt !important;
        font-weight: bold;
    }

    .mainDetail {
        text-align: right;
        margin-right: 22px;
    }

    .details span {
        color: green;
        font-weight: normal;
        font-size: 16pt;
    }