/* Inserm Search Form */

.home #inserm_search {
  padding: 40px 0; }

#inserm_search {
  background: #d8d0ce;
  padding: 15px 0; }
  #inserm_search .form-group {
    margin-bottom: 0px; }
  #inserm_search .form-control {
    height: 40px;
    border: 0px; }
    #inserm_search .form-control:focus {
      outline: 0;
      box-shadow: none; }
  #inserm_search .form-wrap {
    background: #fff;
    color: #5C5B5A;
	  border: solid #f18800;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    margin-bottom: 10px; }
    #inserm_search .form-wrap input {
      font-size: 15px;
      font-style: italic;
      font-weight: 400;
      color: #d8d0ce;
      border: 0px;
      outline: 0; }
	  
	  	  
    #inserm_search .form-wrap .btn-group.open .multiselect {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background: transparent;
      outline: 0; }
    #inserm_search .form-wrap .multiselect-selected-text {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.02em; }
    #inserm_search .form-wrap .fields span.multiselect-native-select {
      float: right; }
    #inserm_search .form-wrap .multiselect-container {
      margin-top: 0px;
      border: 0px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
    #inserm_search .form-wrap .multiselect-container > .active > a,
    #inserm_search .form-wrap .multiselect-container > .active > a:focus,
    #inserm_search .form-wrap .multiselect-container > .active > a:hover {
      background-color: transparent; }
    #inserm_search .form-wrap button {
      border: none;
      font-size: 22px;
      padding: 0px;
      color: #5C5B5A;
      background: transparent; }
      #inserm_search .form-wrap button[type="submit"] {
        margin-left: 5px; }
      #inserm_search .form-wrap button:hover {
        background: transparent; }
      #inserm_search .form-wrap button.multiselect {
        padding: 5px;
        line-height: 27px; }
        #inserm_search .form-wrap button.multiselect .caret {
          display: none; }
        #inserm_search .form-wrap button.multiselect:before {
          content: '|';
          font-size: 12px;
          vertical-align: inherit;
          margin-right: 5px;
          font-weight: bolder; }
        #inserm_search .form-wrap button.multiselect:after {
          content: '\f078';
          font-family: FontAwesome;
          font-size: 12px;
          vertical-align: inherit; }
        span.multiselect-native-select select, span.multiselect-native-select option{
            display: none;
        }
  #inserm_search input {
    color: #5C5B5A;
    font-weight: 600;
    color: #5C5B5A;
    border: 0px;
    outline: 0;
    padding: 2px 10px; }
 

/* .tab-content table */
.search-nav {
  border-bottom: 0px;
  margin-bottom: 15px; }
  .search-nav li {
    text-transform: uppercase;
    text-align: center;
    display: inline-block; }
    .search-nav li:not(:last-child) {
      margin-right: 10px; }
      .search-nav li:not(:last-child) a:after {
        content: "\f0dc";
        font-family: FontAwesome;
        margin-left: 5px; }
    .search-nav li a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 1px solid #d8d0ce;
      margin-right: 0px;
      color: #5C5B5A;
      padding: 5px 15px; }
      .search-nav li a:hover {
        background-color: #d8d0ce;
        color: #5C5B5A; }
    .search-nav li.active {
      border: none;
      color: #5C5B5A; }
      .search-nav li.active:after {
        content: ' ';
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid #d8d0ce;
        position: absolute;
        margin-left: -10px; }
      .search-nav li.active a {
        background-color: #d8d0ce; }
    .search-nav li input[type="radio"] {
      display: none; }
    .search-nav li select {
      outline: 0;
      height: 42px;
      min-width: 140px;
      text-transform: uppercase;
      background-position: right 10px center; }

/* .search-nav */
table.it_sortable thead tr th {
  text-align: center; }
  table.it_sortable thead tr th span {
    text-transform: uppercase;
    text-align: center;
    display: block;
    border-bottom: 0px;
    margin-bottom: 5px; }
    table.it_sortable thead tr th span a {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 1px solid #b5aca2;
      margin-right: 0px;
      color: #b5aca2;
      padding: 7px 5px;
		display: block;
}


      table.it_sortable thead tr th span a:hover {
        background-color: #b5aca2;
        color: #5C5B5A; }
      table.it_sortable thead tr th span a:after {
        content: "\f0dc";
        font-family: FontAwesome;
        margin-left: 5px; }

table.it_sortable thead tr th span a.masquerfleche:after{
	content: none;
}

    table.it_sortable thead tr th span.active {
      border: none;
      color: #5C5B5A; }
      table.it_sortable thead tr th span.active:after {
        content: ' ';
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 10px solid #d8d0ce;
        position: absolute;
        margin-left: -12px; }
      table.it_sortable thead tr th span.active a {
        background-color: #d8d0ce; }
    table.it_sortable thead tr th span input[type="radio"] {
      display: none; }
  table.it_sortable thead tr th select {
    outline: 0;
    height: 31px;
    min-width: auto;
    text-transform: uppercase;
    background-position: right 10px center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b5aca2;
    color: #b5aca2;
    padding: 0px 10px 0px 8px !important; }

 /* table.it_sortable */ 
  
/* Button Search */
/*Primary*/
.btn-search{
    background: #5C5B5A;
    color: #EEEEEE !important;
    font-size: 15px;
    font-weight: 600 !important;
    border: 1px solid #5C5B5A !important;
    text-transform: uppercase !important;
    padding: 10px 30px !important;
    width: initial;
    text-align: center;
    border-radius: 0 !important;
    margin: 10px auto;
    display: inline-block;
}

.btn-search:hover {
    background: #cccccc !important;
    color: #EEEEEE !important;
    border: 1px solid #cccccc !important;
}

.btn-search:focus {
    font-size: 15px;
    width: initial;
    margin: 10px auto;;
}





/* #searchwidget */
#searchwidget {
  margin-bottom: 50px; }
  #searchwidget .btn-search {
    width: 215px;
    white-space: normal;
    margin-bottom: 10px;
    	    /*&:first-child{
    	    margin-top: -80px;

    	    }*/ }
  #searchwidget strong {
    cursor: pointer; }
    #searchwidget strong:before {
      content: '\f0da';
      font-family: FontAwesome;
      margin-right: 5px;
      font-size: 11px;
      vertical-align: bottom; }
  #searchwidget label {
    cursor: pointer; }
  #searchwidget input {
    text-align: center; }
  #searchwidget ul li {
    line-height: 20px; }
  #searchwidget input[type="checkbox"] {
    vertical-align: sub; }
  #searchwidget input#query {
    background-color: #ebe8e7;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 0px;
    outline: 0;
    padding: 2px 15px;
    font-size: 18px;
    color: #5C5B5A;
    margin: 15px auto; }
  #searchwidget button.btn-danger {
    margin-bottom: 5px;
    background-color: #e30613;
    margin-bottom: 5px;
    background-color: #e30613;
    padding: 10px 30px;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px; }
input.search{width: 100%;
    border: 0;
    height: 75px;}
/* #searchwidget */
.therapy .checkbox_fields,.checkbox_fields {
   
    top: 93px !important;
 
}#research-tools-form .therapy .checkbox_fields,#research-tools-form .checkbox_fields {
   
    top: auto !important;
 
}#research-tools-form .therapy .checkbox_fields,#research-tools-form .checkbox_fields {
   
    top: auto !important;
 
}#research-tools-form .therapy .checkbox_fields ul,#research-tools-form .checkbox_fields ul {
   
display:none ; 
}




#research-tools-form .dropdown.open  ul,#research-tools-form .dropdown.open  ul {
    display: block;
    z-index: 999;
    position: relative;
    top: 10px;
}
#research-tools-form .dropdown-tree button.dropdown-toggle {
    width: 100%;
    text-align: left;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    background: #fff;
}





.page-template-my-forms .dropdown-tree button.dropdown-toggle .dropdowntree-name {
    max-width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    margin-bottom: -4px;
}#research-tools-form .dropdown  {
    position: relative;
    width: auto;
    display: block;
	height:30px;
	line-height:30px;
}#research-tools-form  .checkbox_fields {
    z-index: 0;
    padding: 0;
    position: relative;
    background: #fff;
    width: 15vw;
    top: 140px;
    -webkit-box-shadow: 0 7px 10px 3px rgb(0 0 0 / 30%);
    box-shadow: none;
}#research-tools-form .checkbox_fields:before,#research-tools-form  .open ul.dropdown-menu:before {
    content: "\A";
    border-style: solid;
    border-width: 30px 30px 30px 0;
    border-color: #eff5f9 transparent transparent transparent;
    position: absolute;
    top: -15px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}.dropdown-tree .dropdowntree-name {
    margin-right: 5px;
    font-style: italic;
    font-size: 14px;
    font-style: italic;
}.dropdown-toggle::after {
    display:none !important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle .fa{
 position: absolute;
    right: 7px;
    top: 8px;
}


.page-template-my-forms h3 {
    background-color: #5c5b5ab3;
    padding: 11px 40px 8px 40px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 0;
    width: 100%;
}



#research-tools-form .dropdown-tree button.dropdown-toggle {
    width: 100%;
    text-align: left;
    overflow: hidden;
    height: 43px;
    line-height: 43px;
    background: #fff;
    border: 1px solid #eee;
}



#research-tools-form .dropdown-tree button.dropdown-toggle .fa {
    position: absolute;
    right: 7px;
    top: 14px;
}


#research-tools-form .dropdown-tree .dropdown-menu {
    
    
    padding-top:0 !important;
        border:1px solid #eee;
 }
#research-tools-form .dropdown-tree .dropdown-menu li:nth-of-type(1){
    
    
 
        border-top:0  !important;
 }