.form-builder .formel.radio input[type=radio]{
    visibility: hidden;
    position: absolute;
    left: -50000px;
}
.formel > span[type=text] {
	font-weight: normal !important;
}
.form-builder .formel.radio input[type=radio] + label{
    position: relative;
    padding-left: 25px;
    line-height: 20px;
}
.form-builder .formel.radio input[type=radio] + label:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #7d7d7d;
    left: 0;
    top: 0;
    z-index: 5;
}
.form-builder .formel.radio input[type=radio] + label:after{
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #7fc20b;
    left: 5px;
    top: 5px;
    background-color: #7fc20b;
    z-index: 6;
    opacity: 0;
}
.form-builder .formel.radio input[type=radio]:checked + label:before{
    border-color: #7fc20b;
}
.form-builder .formel.radio input[type=radio]:checked + label:after{
    opacity: 1;
}

.form-builder .formel.checkbox input[type=checkbox]{
    visibility: hidden;
    position: absolute;
    left: -50000px;
}
.form-builder .formel.checkbox input[type=checkbox] + label{
    position: relative;
    padding-left: 25px;
    line-height: 20px;
}
.form-builder .formel.checkbox input[type=checkbox] + label:before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #7d7d7d;
    left: 0;
    top: 0;
    z-index: 5;
}
.form-builder .formel.checkbox input[type=checkbox] + label:after{
    position: absolute;
    content: '\2714';
    font-size: 16px;
    left: 4px;
    top: 0;
    color: #7fc20b;
    z-index: 6;
    opacity: 0;
}
.form-builder .formel.checkbox input[type=checkbox]:checked + label:before{
    border-color: #7fc20b;
}
.form-builder .formel.checkbox input[type=checkbox]:checked + label:after{
    opacity: 1;
}


.form-builder {
	margin-top:10px;
}

.form-builder .formel p {
    line-height: 1.5em !important;
}

.richtext ul {
	margin-left: 15px !important; 
   list-style-position: outside !important; 
   list-style-type: disc !important; 
}

.skild-video {
	margin-bottom: 5px;
    margin-top: 6px;
    /* width: auto; */
    max-width: 578px;
    /* max-height: 450px; */
   /*  max-width: 578px; */
}

.richtext h1 { 
    display: block !important;
    font-size: 2em !important;
    margin-top: 0.67em !important;
    margin-bottom: 0.67em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.richtext h2 {
    display: block !important;
    font-size: 1.5em !important;
    margin-top: 0.83em !important;
    margin-bottom: 0.83em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.richtext h3 { 
    display: block !important;
    font-size: 1.17em !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.richtext h4 { 
    display: block !important;
    margin-top: 1.33em !important;
    margin-bottom: 1.33em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.richtext h5 { 
    display: block !important;
    font-size: .83em !important;
    margin-top: 1.67em !important;
    margin-bottom: 1.67em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.richtext h6 { 
    display: block !important;
    font-size: .67em !important;
    margin-top: 2.33em !important; 
    margin-bottom: 2.33em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    font-weight: bold !important;
}

.richtext ol {
	margin-left: 15px !important; 
	/* list-style-type: decimal !important; */
	/* list-style-position: inside !important;  */
}
.richtext ul {
	margin-left: 15px !important; 
	/* list-style-position: inside !important;  */
	line-height: 15px;
}

.richtext li {
  display: list-item !important;
  line-height: 15px;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.form-builder .header {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  width: 70%;
}

.form-builder .header.wide {
  font-size: 16px;
}

.form-builder .header.small {
  font-size: 12px;
}

.form-builder input[type="text"],input[type="password"] {
  border: 1px solid #CCCCCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px 5px;
  border-radius: 5px 5px 5px 5px;
}

.form-builder input.wide {
  width: 60% !important;
}

input.medium {
	width: 40% !important;
}

.formel  select{
	width: 40% !important;
}

input.small {
	width: 110px !important;
}

.form-builder .sublabel {
  display: block;
  font-size: 90%;
  font-style: italic;
  margin-top: 1px;
  padding: 3px;
  
}

.form-builder .heading .sublabel {
  /*color: #000; Commented out as some themes may have black background and the text wont be seen then.*/
	padding:0;
}

.form-builder textarea {
  height: 80px;
  width: 70%;
  border-radius: 5px 5px 5px 5px;
}

.form-builder label {
    /*color: #000; Commented out as some themes may have black background and the text wont be seen then.*/
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}

.form-builder .group label {
  display: inline-block;
  font-weight: normal;
  max-width: 95%;
  color: black !important;
}

.form-builder .group input {
  vertical-align: top;
}

.form-builder label span {
  font-size: 90%;
  font-weight: normal;
}

.form-builder .radio div, .form-builder .checkbox div {
  display: block;
  padding: 3px 0;
}

.form-builder span.req  {
  color: #FF4444;
  padding-left:2px;
  /* To make "*" more visible in required fields for following pages */
  /* Register Leader/Memeber
     Manage entries Editable form
	 User Management View Reg form 
	 Contestant app Editable form 
   */
  font-size: 24px;
}

.form-builder .formel {
	border-top: 1px solid #DDDDDD;
	width:95%;
  clear: both;
	margin: 3px 0;
	padding: 9px 0;
  position:relative;
}

.form-builder .formel.heading, .form-builder .formel.paragraph {
	border:0;
}

.form-builder .formel p {
  /*color: #000; Commented out as some themes may have black background and the text wont be seen then.*/
	/* commented due to making it similar with react app contestant form css */
	/* margin:0;
	padding:0; */
}

.form-builder .formel img {
  display:block;
  margin: 5px 0;
}

.form-builder .formel .legend {
  display: block;
  font-size: 12px;
  font-style: italic
}

.form-builder span.error {
  color: #FF4444;
  display: block;
}

.form-builder input.error, .form-builder textarea.error, .form-builder select.error {
  outline:1px solid #FF4444;
}

.form-builder .formel.file button {
	margin: 5px 0;
}

.form-builder .formel.error > label {
  color: #FF4444;
}

#mdl-allowed-types {
  font-size:90%;
  margin:10px 0;
}

#mdl-allowed-types span {
  font-style: italic;
}

#mdl-upload p.error {
 color: #FF4444;
}

.form-builder .charcount {
  display: block;
  font-size: 90%;
  padding: 3px 0;
  text-align: right;
}

form > ul > li {
  padding:10px 0;
}

#wwctrl_uploadForm_0 {
  text-align:
}

.form-builder div.message {
  color: green;
  display:none;
  font-weight: bold;
  padding:15px;
}

.form-builder div.success {
  color: green;
  display:block;
  margin:3px 0 0 0;
}

#validation-message{
	margin-top: 25px;
}

.form-builder .jqEasyCounterMsg {
  font-family: Arial;
  font-size: 11px;
  left: 412px;
  position: absolute;
  text-align: right;
  /*top: 26px;*/ /*Removed this for 1793: Fawad*/
  width: auto;
  bottom: 5px;
}


/* .jqEasyCounterMsg {
  left: 130px !important;
  margin-top:8px !important;
  margin-top: -30px !important;
} */


.form-builder .jqEasyCounterMsg .ui-state-error, .form-builder .jqEasyCounterMsg .ui-state-highlight {
  padding: 5px;
}

.form-builder a:link.uploaded-image {
  padding-left:10px;
  text-decoration:underline;
}

#mdl-wait, #mdl-upload {
  display:none;
}

#mdl-upload div.message {
  display: none;
}

#mdl-wait div.message {
  display: block;
}

.form-builder p#validation-message {
	margin-bottom: 20px;
}
.loader{
   transform: translate(-50%, -50%);
}
 /* Creating the dots */
.loadingWait {
   height: 15px;
   width: 15px;
   margin-right: 10px;
   border-radius: 50%;
   background-color: green;
   animation: loading 1s linear infinite;
 }
 /* Creating the loading animation*/
 @keyframes loading {
   0%{
    transform: translateX(0);
   }
   25%{
    transform: translateX(15px);
   }
   50%{
    transform: translateX(-15px);
   }
   100%{
    transform: translateX(0);
   }
     
 }
.loadingWait:nth-child(1){
  animation-delay: 0.1s;
}
.loadingWait:nth-child(2){
  animation-delay: 0.2s;
}
.loadingWait:nth-child(3){
  animation-delay: 0.3s;
}
.loadingWait:nth-child(4){
  animation-delay: 0.4s;
}
.loadingWait:nth-child(5){
  animation-delay: 0.5s;
}