
#search_content {
    top: 0px;
    background-color: #f8f8fa;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

div#search_input_content {
    border-bottom: none !important;
    padding: 14px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
}

div#search_input_content span{
    border: 1px solid #ccd6de;
    padding: 4.5px;
    background-color: #ccd6de;
    color: black;
}
div#search_input_content select{
    margin-left: 5px;
    border-radius: 4px;
    text-align-last: right;
    float: none;
    padding-right: 7px;
    padding-bottom: 4px;
    height: 35px;
    border: 1px solid #cccccc;
    color: #3a3a3a;
}

#search_input_item {
    position: relative;
    width: 400px;
    height: 35px;
    border: 1px solid #d7d6d6;
    font-size: 10pt;
    color: #3a3a3a;
    padding-left: 30px;
    padding-right: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 8px;
    background-image: url(../img/ic_search.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 9px !important;
}

#search_input_item:focus {
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: 10px 9px !important;
}

div#description_not_found.result_search_description.result_search_item {
    background-image: url(../img/ic_exclamation.svg) !important;
    background-position: 418px 54px !important;
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    padding-right: 17px;
}

.result_search_description.result_search_item {
    height: 110px;
    border-top: none;
    margin-top: 10px;
    background-color: #ededed7d;
    border: unset !important;
    line-height: 110px;
    color: #9e9e9e;
    font-size: 20px;
}

#description_minimum_two_char.result_search_description.result_search_item{
    font-size: 14px;
}

.groupName{
    padding: 0 10px;
    color: #b1b1b1;
    font-size: 12px;
    float: right;
}
.groupName:lang(fa-IR)
{
    text-align: right !important;
}
.groupName:lang(en)
{
    text-align: left !important;
}

/*  RESULTS */
#div_result_search_items {
    text-align: center;
    overflow: hidden;
}

.result_search_item {
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    border-top: none;
    background-color: #fcfcfc;
    border-bottom: solid 1px #e1e1e159 !important;
    color: #94949f !important;
}

.result_search_item .avatar {
    height: 30px;
    float: left;
    min-width: 50px;
    margin-top: -9px;;
}
.result_search_item > .title {
    float: left;
}
.result_search_item > .label {
    float: right;
    margin: 0 9px;
}
.result_search_item > .label:lang(fa-IR) {
    float: left;
}
.result_search_item > .avatar:lang(fa-IR),
.result_search_item > .title:lang(fa-IR) {
    float: right;
}
.result_search_item img {
    margin: 5px;
    max-width: 30px;
    height: 30px;
    border: 1px solid #f8f8fa;
    border-radius: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.result_search_item img.emj {
    height: 23px;
}
.result_search_item .avatar img{
    background: #fff;
}
.result_search_item .title .emj{
    border: none !important;
    margin: 0px !important;
}
.result_search_item_photo .avatar img{
    width: 30px;
    height: 30px;
}

/* END of RESULTS */


.spinner {
    width: 40px;
    height: 40px;

    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

.result_search_item_title {
    margin-top: 10px;
    background-color: lightgray;
    padding: 6px;
}

.floatbox_body div#search_content div#div_result_search_items .result_search_item a.title{
    padding: 0px;
    color: black;
    max-width: 65%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.result_search_item a {
    color: #7d7d7d;
}
a.ow_ic_lens.console_item_search {
    background-repeat: no-repeat;
    font-size: 0px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

@media (max-width: 990px) {
    div#div_result_search_items{
        width: 100%;
    }
}

@media (max-width: 480px) {
    div#search_input_content span{
        display: none;
    }
}

a.avatar span.advanced_search_empty_image_container{
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 5px;
    margin-top: 6px;
    border: 1px solid #e1d8d8;
}

div#refresh_message {
    text-align: center;
}
