@charset "utf-8";
/* CSS Document */

.info {
display: none !important;
}
ul .notranslate label {
display: none !important;
}
ul .notranslate {
display: flex !important;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
ul .notranslate span {
width: 45%;
flex-grow: 1;
margin: 10px 0 10px 0;
padding: 0;
}
ul #fo20li1 p {
flex: 1 100%;
}
ul .notranslate span:nth-child(2) {
margin-right: 15px !important;
}
ul .notranslate span input,
ul .notranslate div input {
width: 100% !important;
padding: 5px 0 5px 5px !important;
}
ul .notranslate div textarea {
padding: 5px 0 0 5px !important;
}
ul .notranslate div {
width: 100%;
}
ul #saveForm {
color: #ffffff;
background-color: #FBB21B;
border:none;
padding: 5px 20px 5px 20px;
}


/* Formatting for Placeholder content */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6AB8E0;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #6AB8E0;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #6AB8E0;
}
:-moz-placeholder { /* Firefox 18- */
  color: #6AB8E0;
}
.wufoo li.focused {
background-color: #EEF7FB !important;
}


/* Formatting for Error messages */
#errorLi, .error-container {
border: 1px dotted #2A9AD3;
border-radius: 10px;
}
#errorMsgLbl {
color: #2A9AD3 !important;
}
#errorMsg b {
background-color: #EEF7FB !important;
color: #2A9AD3 !important;
border-radius: 5px;
}
form li.error {
background-color: #EEF7FB !important;
}
form p.error {
color: #2A9AD3 !important;
}
form li.error {
display: flex !important;
}











