#c461547 a {
    color: #0D6CAC !important;
}
.listDetail .contactNoEmail {
  padding: 5px 10px 5px 10px;
  background-color: #eaeaea;
  margin-top: -5px;
  margin-bottom: 10px;
}

/* Expert profile form academic qualifications  */
div#academic-qualification-wrapper .dyna_form_label {
    font-size: 8px;
    padding: 9px 0px;
}

/******** home page profiles ********/
#c482908 .members-list .list-image {
  width: 75px;
  max-height: 75px;
  margin-right: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
#c482908 .members-list .list-image img {
  width: 75px;
}

/******** select2 ********/
.select2-search-field, .select2-search-choice {
  margin-left: 0px !important;
  margin-right: 10px !important;
}

/******** FORM #c441649 ********/
.dyna_form_label {
    font-weight: bold;
    margin-bottom: 2px !important;
}
#div_photo .dyna_form_label {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
#div_publications_material_link {
    border-top: 2px solid #EDEDF0;
    padding-top: 5px;
    margin-top: 20px;
}

/******** Academic qualifications ********/
.academic-qualification {
    padding: 6px 10px 6px 10px !important;
    font-weight: bold;
}
#academic-qualification-wrapper .dyna_form_data_type_checkbox span {
    display: none;
}
#div_academic_bachelor, 
#div_academic_university, 
#div_academic_advanced_university, 
#div_academic_mscma, 
#div_academic_phd  {
    float: left;
    width: 16%;
    border: 1px dotted #e1e1e1;
    border-collapse: collapse;
}

#academic-labels-wrapper {
    float: left;
    border-left: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
#academic-labels-wrapper tr {
    border-bottom: 1px dotted #e1e1e1;
    line-height: 22px;
}
#academic-labels-wrapper tr:nth-child(1) {
    border-top: 1px dotted #e1e1e1 !important;
}
#academic-labels-wrapper tr td {
  padding-left: 10px;
}
#academic-labels-wrapper table {
    width: 170px;
    height: 500px;
    margin-top: 30px;
    margin-bottom: 18px;
}
#id_form_dyna_fee .dynafef_table_ckb {
    padding-left: 7px;
    margin-left: 0px !important;
    margin-top: 5px;
}
#academic-qualification-wrapper .dynafef_table_ckb div {
    border-bottom: 1px dotted #e1e1e1;
    padding: 5px 0px 5px 0px;
    height: 14px;
    margin: 0px !important;
}
#academic-qualification-wrapper .dynafef_table_ckb div:nth-child(1) {
    padding: 0px 0px 5px 0px !important;
}
#academic-qualification-wrapper .dyna_form_label {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #e1e1e1;
}
#academic-qualification-wrapper .dyna_form_input, #academic-qualification-wrapper .dyna_form_data_type_checkbox {
    text-align:center;
}

.academic_other .dyna_form_label{
    display: none;
}
.academic_other input{
    width: 115px !important;
}
#academic-qualification-wrapper .dynafef_table_ckb div:last-child {
    border-bottom: 0px !important;
    padding: 4px 0px 6px 5px !important;
    height: 30px;
    margin: 0px !important;
}
#academic-labels-wrapper tr:last-child {
    border-bottom: 0px !important;
}

/*
@-moz-document url-prefix() {
  #academic-labels-wrapper tr {
    line-height: 26px !important;
  }
  #academic-qualification-wrapper .dynafef_table_ckb div {
    padding: 6px 0px 6px 0px !important;
  }
}
*/
/******** Main areas of expertise ********/
.list-areas-expertise .expertises {
  margin-left: 8px;
}
.list-areas-expertise .add-endorse {
  margin-left: 5px;
}
.list-areas-expertise .add-endorse i{
  font-size: 14px;
  color: #0d6cac;
  cursor:pointer;
}
.list-areas-expertise .number-endorse {
  margin-left: 5px;
}
/* format the box for checkbox */

#id_form_dyna_fee .content-box-chk{
  padding:3px;
  border:1px solid #c6c6c6;
}

#id_form_dyna_fee .dynatree-container{
  overflow:hidden;
}

#id_form_dyna_fee .dynafef_table_ckb{
  margin-left: 7px;
  margin-top: 5px;
}

.content-box-chk .dyna_form_label{
  background-color: #eaeaea;
  padding: 5px 8px;
}

#dynatree_academic_qualification{
  margin-bottom:15px;
}

#id_form_dyna_fee .reference-hidden{
  display:none;
}

#reference-person-wrapper .dyna_form_field_type_string{
  width:33%;
  float:left;
}
#reference-person-wrapper .dyna_form_field_type_email{
  width:33%;
  float:left;
}
#reference-person-wrapper .dyna_form_field_type_string input{
  width:90%;
}
#reference-person-wrapper .dyna_form_field_type_email input{
  width:90%;
}

/* Admin form my status */
#div_my_status {
  background-color: rgb(236, 236, 236);
  padding: 10px 10px 20px;
  border: 2px dotted rgb(13, 108, 172);
}

/* Experts list */
.members-list .members-wrapper {
  position: relative;
  min-height: 105px !important;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #e5f0f8;
}
.members-list .list-image, .members-list .list-block {
  float: left;
}
.members-list .list-image {
  width: 105px;
  max-height: 105px;
  margin-right: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.members-list .list-image img {
    width: 105px;
    /*max-height: 70px;
    height: 70px;*/
}
.members-list .list-block {
  width: 330px;
}
.members-list .detail-button {
  /*position: absolute;*/
  bottom: 0px;
  width: 30px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 5px 14px 5px 14px;
  background-color: #0d6cac;
  color: #fff;
}
.members-list .endorse-button {
  /*position: absolute;*/
  bottom: 0px;
  margin-right: 10px;
}
.members-list .list-more-button, .members-list .list-endorse-button {
    float: left;
}
.list-buttons {
  /*position: absolute;*/
  bottom: 10px;
}
.members-list .lng-buttons {
  position: absolute;
  bottom: 10px;
  right: 5px;
  width: auto;
}

/* Edit list */
.edit-list {
  position: relative;
  background-color: #e1e1e1;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px dotted rgb(13, 108, 172);
}
.edit-list p {
  margin: 0px !important;
}
.edit-list .profile-button {
  width: 62px;
  padding: 5px 14px 5px 14px;
  background-color: #0d6cac;
  color: #fff;
  position: absolute;
  right: 240px;
  top: 10px;
}
.edit-list .edit-button {
  width: 68px;
  padding: 5px 14px 5px 14px;
  background-color: #0d6cac;
  color: #fff;
  position: absolute;
  right: 138px;
  top: 10px;
}
.edit-list .remove-button {
  width: 94px;
  padding: 5px 14px 5px 14px;
  background-color: #0d6cac;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
}
.edit-list .edit-button:hover, .edit-list .profile-button:hover {
  background-color: rgba(13, 108, 172, 0.8);
}

/* Details */

.listDetail p {
  margin: 3px 0px 3px 0px;
}
/*
.listDetail .list-photo, .listDetail .mainInformationWrapper {
  float: left;
  margin-bottom: 15px;
}
*/
.listDetail .list-block {
  position: relative;
}

.listDetail .how-endorse-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
  padding: 10px;
  background-color: #eaeaea;
}
*/
.listDetail .right-profile-wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 180px;
}
.listDetail .how-endorse-wrapper {
  background-color: #eaeaea;
  padding: 10px;
}

.listDetail .how-endorse-wrapper .fa-plus-circle {
    color: #0d6cac;
}
.listDetail .list-photo {
  width:150px;
  overflow: hidden;
}
.listDetail .list-photo img {
  width:150px;
}

.listDetail .mainInformationWrapper h3 {
  margin: 0px 0px 5px 0px !important;
  padding: 0px !important;

}
.listDetail .contactInfo h3, .listDetail .contactReference h3 {
  background-color: #eaeaea;
  padding: 5px 8px;
  margin: 0px;
  font-weight: bold;
}
.listDetail .detailsLabel {
  font-weight: bold;
}

.listDetail .other-informations div {
  padding:3px;
  border:1px solid #c6c6c6;
  margin-bottom: 8px;
  border-bottom:2px solid #c6c6c6;
}
.listDetail .other-informations .detailsLabel {
  background-color: #eaeaea;
  padding: 5px 8px;
  font-weight: bold;
}
.listDetail .other-informations .detailsInfo {
  padding: 5px 8px;
}
.listDetail .contactInfo, .listDetail .contactReference {
  padding:3px;
  border:1px solid #c6c6c6;
  margin-bottom: 5px;
  border-bottom:2px solid #c6c6c6;
}
.listDetail .contactInfo h3, .listDetail .contactReference h3 {
  font-weight: bold !important;
}
.listDetail .contactInfo p, .listDetail .contactReference p {
  padding: 0px 5px 0px 5px;
}
.list-academic-qualification .list-academic-bachelor,
.list-academic-qualification .list-academic-university,
.list-academic-qualification .list-academic-advuniversity,
.list-academic-qualification .list-academic-advuniversity,
.list-academic-qualification .list-academic-advuniversity {
  border:0px !Important;
  padding-left: 0px !important;
  margin-bottom: 0px !important;
}

.listDetail .fa-eye {
  margin-left: 2px !important;
  color: #333;
  cursor: pointer;
}

.listDetail .fa {
  color: #0d6cac;
  margin-right: 5px;
  width: 15px;
}
.listDetail .list-faotitle,
.listDetail .list-country-of-origin,
.listDetail .list-contact-address,
.listDetail .list-contact-email,
.listDetail .list-contact-phone{
  margin-bottom: 3px;
}

/* Balloon */
.endorser {
  padding-left: 10px !important;
}

/* Home Page/Endorse Filter By */
#c463020, #c498381 {
  background-color: #eaeaea;
  padding-bottom: 10px;
  padding-top: 5px;
}
#c463020 .select2-container, 
#c498381 .select2-container {
  width: 192px !important;
  margin-left: -4px;
}
#c463020 > div, #c498381 > div {
  margin-left: 10px !important;
}
#c463020 .content-box-chk .dyna_form_label, #c498381.content-box-chk .dyna_form_label {
  padding: 0px !important;
}
#c463020 .content-box-chk, #c498381 .content-box-chk {
  padding: 3px;
  border: 0px !important;
}
#c463020 #div_querystring, #c498381 #div_querystring {
  margin-left: 5px;
}
#c463020 #id_querystring, #c498381 #id_querystring {
  max-width: 175px !important;
}
#c463020 .sbHolder, #c463020 .sbOptions, #c498381 .sbHolder, #c498381 .sbOptions  {
  width: 185px !important;
}
#c463020 .dynafef_actions_box, #c498381 .dynafef_actions_box {
  margin-left: 5px !important;
}
#c498381 #id_queryname, #c498381 #id_queryacademic {
    width: 178px;
}

/* Small Search Profile Landing Page */
#c463020 .dyna_form_input {
  width: 180px;
}

/* Search Profile */
#c463038 form > div {
  float: left;
  width: 33%;
}
#c463038 #id_querystring, #c463038 #id_queryacademic {
  width: 182px !important;
  margin: 0px !important;
  height: 16px;
}
#c463038 input{
  margin-top: 20px !important;
}
#c463038 h3 {
  margin: 0px !important;
  padding: 10px 0px 0px 20px !important;
  background-color: #ededed !important;
}
#c463038 form {
  margin: 0px;
  padding: 20px !important;
  background-color: #ededed !important;
  /*width: 880px;*/
  height: 270px;
}
#c463038 #dynafef_actions {
    margin-top: -22px;
}
/* Filter By */
.filter_param {
  padding: 2px 5px;
  border-radius: 5px;
  background-color: #0d6cac;
  color: #fff;
  font-weight: initial !important;
}

/* Enmdorse Page */
#c463763 {
  margin-bottom: 0px !important;
}
#c463763 a {
  color: #0D6CAC !important;
}



/**/
#c443712 .members-list .detail-button,
#c463039 .members-list .detail-button {
  width: 35px !important;
}
#c443712 .members-list .endorse-button,
#c463039 .members-list .endorse-button {
  width: 52px !important;
}
#c443712 .list-buttons,
#c463039 .list-buttons,
#c482908 .list-buttons {
  position: absolute;
}

/* Details fix test */

.mainInformationWrapper {
    margin-bottom: 20px;
    float: left;
    width: 77%;
}
.listDetail .list-photo {
  float: left;
  margin-right: 10px;
}
.listDetail .list-photo img {
  width: 160px !important; 
}
#leftcolumn .how-endorse-wrapper {
  padding: 10px;
  background-color: #eaeaea;
  margin-bottom: 15px;
}
#leftcolumn .how-endorse-wrapper .fa-plus-circle {
  color: #0d6cac;
}


/* forum - join the forum right column */
div#c502257 h2, 
div#c502257 ol {
    padding-left: 10px;
}
