/*related to the search*/
.searchResult {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;    
    border-top: 1px solid rgb(204, 204, 204);
    margin: 10px 2%;
}
#searchResults .membersListPage-userInfo {
    height: auto;
}
.searchResult:nth-child(1), .searchResult:nth-child(2){
    border-top:none;
}

@media only screen and (max-width: 1024px){
    .searchResult {
        width: 100%;        
    }
    .searchResult:nth-child(2){
    border-top: 1px solid rgb(204, 204, 204);
}
}
.advancedLoader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid rgb(0,84,147);
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1.5s linear infinite; /* Safari */
  animation: spin 1.5s linear infinite;
margin: 0px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.elemOfMultyContainer input, .elemOfMultyContainer label{
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
}

.advansedSearchLabel {
    display: block;
    font-weight: bold;
}
.dependecyContainer, .advancedSearchQuestion {
    position: relative;
}
.strictTriger, .multyHelp {
    position: absolute;
    top: 0;
    right:12px;
    display: inline-block;  
}
.multyHelpInfo {
    position: relative;
    max-width: 350px;
    padding: 10px;
    background-color: white;
    border: 1px solid rgb(187,187,187);
    border-radius: 8px;
    margin-top: 25px;
   z-index: 2;
}
.multyHelp div:first-of-type{
    float: right;
    color: white;
    background-color: rgb(0,84,147);
    width: 18px;
    height: 18px;
    text-align: center;
    vertical-align: center;
    padding:2px;
    border-radius: 50%;
    cursor:pointer;
    font-weight: bold;
}
.multyHelp div:hover:first-of-type{
    background-color: rgb(255,147,0);
}
.strictTriger {
    background-color: rgb(224,224,224);
    right: 50px;
    width: 40px;
    height: 17px;
    border-radius:12px;
    border: 1px solid rgb(187,187,187);
    cursor: pointer;
    z-index:1;
    top: 2px;
    

}
.strictTriger:after {
 content:"";
 background-color: rgb(0,84,147);
 width: 19px;
 height: 19px;
 display: block;
 position: absolute;
 z-index: 2;
 border-radius: 50%;
 top:-2px;
 left: 0px;
 transition: 0.4s;
}
.strictTriger.triggered:after{
 left: calc(100% - 17px);
 background-color: rgb(255, 147, 0);
  
}
.elemOfMultyContainer {
    display: inline-block;
    width: 25%;
}
@media only screen and (max-width: 1280px){
    .elemOfMultyContainer {        
        width: 33%;
    }
}
@media only screen and (max-width: 1024px){
     .elemOfMultyContainer {
         width: 50%;
     }
}
@media only screen and (max-width: 481px){
     .elemOfMultyContainer {
         width: 100%;
     }
}
.advansedSearchLabel {
    margin: 10px 0px;
}
#searchButton, #clearButton{
    padding: 5px;
    border: 2px solid;
    width: 100px;
    text-align: center;
    border-radius: 8px;
    margin-top: 15px;
    cursor: pointer;
    color: rgb(0,84,147);
    font-weight: bold;
    background-color: white;
    display: inline-block;
    margin-right: 15px;
}
#searchButton:hover, #clearButton:hover{
    color: white;
    background-color: rgb(255,147,0);
    border-color: rgb(255,147,0);
}
.advansedSearchLabel {
  display: block;
  font-weight: bold;
}
.advansedSearchSelect {
  min-width: 200px;
}
.membersListPage.grid-frame.sheet .module-header h3 {display:none;}
.messageContainer {
  border: 2px solid black;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(155, 155, 155, 0.6);
  z-index: 100500;
}
.message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 20px;
}
.reNum {
  float: right;
  margin-top: 15px;
  border: 2px solid #75af42;
  color: white;
  background-color: #75af42;
  padding: 5px 15px;
  border-radius: 10px;
  cursor: pointer;
}
.reNum:hover {
  color: #75af42;
  background-color: white;
}
#advancedSearchClose {
  margin-top: 15px;
  border: 2px solid #75af42;
  color: white;
  background-color: #75af42;
  padding: 5px 8px;
  border-radius: 10px;
  cursor: pointer;
  position: absolute;
  top:0;
  right:15px;  
}
#advancedSearchClose:hover {
  color: #75af42;
  background-color: white;
}
