#QuestionForm label.error {
  color: red;
}
#QuestionForm input.error {
  border: 1px solid red;
}
#tab-question_tab .success.fadeout-message {
  color: white;
  font-weight: bold;
  text-align: center;
}
.button_secc {
  border: 2px solid #ddd;
  float: left;
  font-size: 13px;
  height: 31px;
  overflow: hidden;
  padding: 2px 13px;
  text-transform: capitalize;
  width: 86%;
}
.quest {
  float: left;
  margin: 5px 0;
  width: 100%;
}
.numvber {
  border: 2px solid #ddd;
  cursor: pointer;
  float: right;
  height: 31px;
  margin: 0;
  text-align: center;
  width: 13%;
}
#tab_student-questions {
  float: left;
}
.fullquestion {
  float: left;
  margin: 4px 0 -2px;
  padding: 4px 4px;
  width: 100%;
}
.Submitans > input {
  background: #ddd none repeat scroll 0 0 !important;
  border-radius: 2px !important;
  color: #000 !important;
  font-size: 14px !important;
  padding: 0 20px !important;
  text-transform: uppercase !important;
}
.AnsTextArea {
  float: left;
  width: 98%;
}
/*FAQS*/
.faq_question {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}
 
 
.faq_answer_container {
    height: 0px;
   /* max-height: 150px;*/
}
.faq_answer_container {
    padding: 0 12px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
/*
.faq_answer {
  line-height: 24px;
  padding: 10px 0;
}*/
.faq_answer {
  border: medium none;
  box-shadow: none;
  display: block;
  line-height: 24px;
  margin: 0;
  min-height: 50px !important;
  overflow: hidden;
  padding: 10px 0;
  resize: none;
}
.logged-in-as {
  color: #999;
  font-weight: bold;
  margin-bottom: 4px;
  text-transform: capitalize;
}
.faq {
  background-clip: padding-box;
  border: 1px solid #ddd;
  color: #333;
  margin: 0 0 12px;
  padding: 0;
  text-shadow: 0 1px 0 #f3f3f3;
}
.faq_question:hover {
    background-color: #ccc;
}

.faq_question:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.faq_question.active:after {
    content: "\2212";
}
.faq_question {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}
.main_sec input {
  margin: 0 0 11px !important;
}
.control-label label{
	margin-bottom: 0px !important
}
.control-input textarea {
  margin-left: 0 !important;
}
.page-id-2251 .tabbed-content .nav-tabs > li {
  margin: 0 0 -1px !important;
}