@font-face {
    font-family: 'yekan';
    src: url('../fonts/yekan.eot'); /* IE9 Compat Modes */
    src: url('../fonts/yekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        /*url('fonts/yekan.woff2') format('woff2'), *//* Super Modern Browsers */
    url('../fonts/yekan.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/yekan.ttf')  format('truetype');/* Safari, Android, iOS */
    /*url('fonts/yekan.svg#svgFontName') format('svg'); *//* Legacy iOS */
}
*{
    border-radius: 0 !important;
}

html{
    height: 100%;
}
body{
    font-family: yekan;
    padding-top: 130px;
    font-size: 13px;
    color: #666;
    height: 100%;
    padding-right: 0px !important;
    display: table;
    width: 100%;
}
.modal-open {
    overflow: auto !important;;
}
body > .container
{
    background: #fff;
    padding-top: 15px;
}
a{
    color: #666;
}

a:hover , a:focus , a:visited
{
    text-decoration: none;
}

hr
{
    border-color: #d4d4d4;
}

img
{
    max-width: 100%;
}

#search .form-control
{
    border: none;
    border-left: 1px solid #BABABA;
}
.form-horizontal .control-label
{
    text-align: right;
    padding-bottom: 5px;
    color: #666 !important;
}
#search .input-group-btn .btn
{
    height: 34px;
    background: rgb(254, 230, 234);
    background: rgb(194, 223, 255);
    border: none;
}

div#bs-example-navbar-collapse-1
{
    border-color: #FEE6EA;
    border-color: #C2DFFF;
    padding: 8px 0;
}

.top-menu.navbar-inverse .navbar-nav>li>a
{
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 1px !important;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    background-color: transparent;;
    color: #fff ;
}

.dropdown-menu>li>a{
    color: rgb(56, 172, 236);
}

.top-menu.navbar-inverse
{
    border: none;
    background: #1d6c93;
    background-image: url('../images/hedear.jpg');
    background-repeat: repeat no-repeat;
    height: 108px;
    /*padding-top: 15px;*/
}

.navbar-inverse .navbar-toggle
{
    border-color: #FEE6EA;
    border-color: #C2DFFF;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
{
    background: transparent;
}

.m-t-27{
    margin-top: -27px;
}

.item-joke
{
    max-width: 754px;
}
.item-joke h3
{
    margin: 20px 0;
    font-size: 22px;
}


.item-joke .joke
{
    margin-right: 54px;
    min-height: 120px;
}
.item-joke .extra_field
{
    margin-right: 54px;
}
.item-joke .extra_field
    ,.item-joke .extra_field p
    , .item-joke .extra_field p span
    ,.item-joke .joke p
    ,.item-joke .joke p span
{
    text-align: right !important;
    color: #666 !important;
    font-size: 15px !important;
}

.item-joke .joke a.article_image > img
{
    margin-bottom: 10px;
}

.item-joke .joke + hr
{
    margin: 30px 0;
}

.item-joke .joke .info
{
    margin: 10px 0 ;
    color: #c0c0c0;
    max-width: 700px;
    position: relative;
}

.item-joke .joke .info a:nth-child(1) , .item-joke .joke .info a:nth-child(3)
{
    display: inline-block;
    color:rgb(175, 175, 175);
    font-family: Tahoma;
}

.item-joke .joke .info a:hover
{
    color: rgb(56, 172, 236);
}

.item-joke .joke .info > span:nth-child(even)
{
   margin: 0 5px;
}

.item-joke .joke .info a img {
    width: 20px;
    margin-left: 7px;
}
/*.item-joke .joke .info .more*/
/*{*/
    /*color: #fff;*/
    /*font-family: yekan;*/
/*}*/

/*.item-joke .joke .info .more:hover*/
/*{*/
    /*color: #fff;*/
/*}*/

.item-joke .more
{
    font-size: 13px;
    color: #3398CC;
    position: relative;
    padding: 7px 0 0 15px;
}

.item-joke .more .fa
{
    font-size: 17px;
    top: 5px;
    position: absolute;
    left: 0;
}

/*.item-joke .joke .more:hover*/
/*{*/
    /*color: #fff;*/
/*}*/

.item-joke .joke img , .item-joke .joke video, .item-joke .joke .video-js
{
    width: 100%;
    height: auto ;
}
.item-joke
{
    position: relative;
}
.item-joke .vote
{
    float: right;
    width: 40px;
    position: absolute;
    top: 44px;
    height: 100%;
}

.item-joke .vote > ul.fixed
{
    position: fixed;
    top: 130px;
}

.share-google
{
    display: inline-block;
    margin-left: 0px;
}
.share-google > div
{
    width: 170px !important;
}

.share-google > div > iframe
{
    width: 170px !important;
    margin-bottom: -6px !important;
}


.share-facebook
{
    display: inline-block;
}
@media only screen and (max-width: 767px) {
    .item-joke .vote > ul.fixed
    {
        position: fixed;
        top: 157px;
    }
    .share-google
    {
        margin-top: 10px;
    }
}

.item-joke .vote > ul.onbottom
{
    position: absolute;
    bottom: 113px;
    top: initial;
}

.latest-posts img
{
    padding-bottom: 10px;
}

.latest-comment
{
    display: none;
}

.latest-comment img
{
    width: 60px;
    height: 60px;
    border-radius: 50% !important;
}

.latest-comment hr{
    margin: 5px 0;
}
footer
{
    display: table-footer-group;
}
footer .container
{
    background: #3398CC;
    color: #fff;
    padding: 20px 15px 10px;
    margin: 15px auto 0;
}

img.media-object
{
    width: 60px;
    height: 64px;
    border-radius: 50% !important;
    margin: 0 auto;
}

.media p{
    color: #ababab;
}

textarea.form-control
{
    min-height: 100px;
}


.related-post
{
    padding-bottom: 20px;
    margin: 15px 0 15px;
}

.related-post .item
{
    position: relative;
    display: block;
}
.related-post .item img
{
    width: 100%;
    height: 115px;
    background: rgb(194, 223, 255);
}

.related-post .item div.vote
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: rgba(255, 255, 255, 0.77);
}

.related-post .item:hover div.vote
{
    display: block;
}

.related-post .item div.vote ul
{
    margin-top: calc(50% - 50px);
}

.box
{
    border: 1px solid rgb(56, 172, 236);
    margin-top: 15px;
}

.box >  h4
{
    background: rgb(56, 172, 236);
    color: #fff;
    margin: 0 0 20px;
    padding: 10px 15px 10px;
}

.box form
{
    padding: 0 15px 15px;
}

.btn
{
    background: rgb(56, 172, 236);
    border: none;
    border-radius: 3px !important;
    font-size: 12px;
    padding: 5px 18px;
}
.box2
{
    margin-top: 25px;
}

.box2 > hr
{
    margin-right: -15px;
    margin-top: 10px;
    margin-bottom: 15px;
}
#comments
{
    padding-top: 10px;
    max-width: 753px;
}

#comments .media-list
{
   padding: 0;
}



.m-b-70
{
    margin-bottom: -70px;
}
.media-list
{
    padding-left: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .related-post .item div.vote ul {
        margin-top: calc(50% - 35px);
    }
}

@media only screen and (max-width: 767px) {
    .related-post .item img
    {
        height: auto;
        max-height: 200px;
    }
    .related-post > div{
        margin-bottom: 25px;
    }

    .related-post > div:last-child{
        margin-bottom: 0px;
    }

    .related-post .item
    {
        margin-bottom: 5px;
    }
    .related-post .item div.vote ul
    {
        margin-top: 80px;
    }
    img.media-object
    {
        width: 50px;
        height: 50px;
    }
}
.modal-content {
    border: none;
}
#sign-up-form {
    display: none;
}

#login , #register
{
    text-decoration: underline;
}

.modal-backdrop.in
{
    opacity: 0.65;
}

.modal-title
{
    color: rgb(56, 172, 236);
}
.google_login ul{
    overflow: hidden;
}
.font_size_16{
    font-size: 16px;
}
.login_checkbox div label{
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.login_button{
    width: 100px;
}
.field-register-status_id{
    display: none;
}
.padding_bottom_50{
    padding-bottom: 50px;
}
.padding_top_10{
    padding-top: 10px;
}

.margin_top_50{
    margin-top: 50px;
}
.margin_top_80{
    margin-top: 80px;
}
.menu_user_avatar{
    width: 57px;
    height: 57px;
    border-radius: 50% !important;
    float: right;
    margin-left: 7px;
}

.not-found {
    text-align: center;
    margin-bottom: 15px;
    padding: 80px 0 ;
}

.not-found img{
    width: 170px;
}

.not-found h2{
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto;
    color: rgb(47, 46, 46);
}

.login-info , .login-info > ul
{
    height: 61px;
}
.login-info ul.dropdown-menu
{
    min-width: initial;
    width: 100%;
    border: 1px solid #C5C5C5;
    border: 1px solid #fff !important;
    box-shadow: none;
    border-radius: 3px !important;
    margin-top: 2px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    padding: 0;
    width: 154px !important;
}


.login-info ul.dropdown-menu:before{
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    margin-top: -9px;
    /*left: Calc(50% - 8px );*/
    left: 5px;
}

.login-info ul li a{
    margin: 4px 0 0 0 !important;
}


.login-info .dropdown-menu>li>a{
    padding: 5px 34px 7px 4px !important;
    text-align: right;
    color: #8E8E8E;
    margin: 0 !important;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 8px center;
    border-radius: 0% !important;
    width: 100%;
    font-size:13px;
}

.login-info .dropdown-menu>li:first-child>a
, .login-info .dropdown-menu>li:first-child>a:hover
{
    background-image: url('../images/user.png') !important;
}

.login-info .dropdown-menu>li:nth-child(2)>a
,.login-info .dropdown-menu>li:nth-child(2)>a:hover
{
    background-image: url('../images/AddPost.jpg');
}

.login-info .dropdown-menu>li:last-child>a
,.login-info .dropdown-menu>li:last-child>a:hover
{
    background-image: url('../images/LogOff.png');
}

.left-title
{
    width: 100%;
    padding: 0 20px 8px;
}

.related-post .item div.vote ul li
{
    float: right;
    width: 33.3%;
}

.related-post .item div.vote ul li:nth-child(2)
{
    padding: 14px 0;
}

#login-box
{
    max-width: 753px;
}
#commentsform-captcha
{
    display: inline-block;
    width: 200px;
    margin-right: 11px;
}

.users-form .btn-file
{
    height: 34px;
    padding-top: 8px;
    background-color: rgb(142, 142, 142);
    font-family: Tahoma;
    direction: ltr;
}
.users-form .input-group-btn button.fileinput-remove-button
{
    height: 34px;
    background-color: #d73814;
    border-color: #be0000;
    color: #fff;
}

.users-form .input-group-btn button.fileinput-upload-button
{
    height: 34px;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.mgn-left15
{
    margin-left: 15px;
}

.file-preview-image
{
    height: auto !important;
    max-height: 160px;
}

.file-preview-frame
{
    margin-left: 2px;
}

.users-form h2 img
{
    border-radius: 50% !important;
    margin-top: -37px;
    width: 80px;
    height: 80px;
    font-size: 13px;
}

.users-form h2 a{
    font-size: 13px;
    color: rgb(51, 152, 204);
    font-weight: 100;
    margin-top: 20px;
}

.users-form .has-success .form-control
{
    border-color: rgb(120, 152, 120);
}
.no-margin
{
    margin: 0 !important;
}
.w-100
{
    width: 100% !important;
}
.error-summary
{
    color: #a94442;
}
.tags
{
    padding-top: 10px;
}
.tags hr
{
    margin: 0px 0 10px !important;
}

.tags > a{
    border: 1px solid #3398CC;
    padding: 0 7px 2px;
    margin-left: 6px;
    margin-bottom: 5px;
    display: inline-block;
    background-color: #3398CC;
    color: #fff;
}


.tags > a:hover{
    color: #3398CC;
    border: 1px solid #3398CC;
    background-color: #fff;

}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Header - SATART--------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/


.bedehi-logo
{
    margin-top: 15px;
}

.user-info a , .login-info a
{
    float: right;
    display: block;
    border-radius: 50% !important;
    display: inline-block;
    margin-left: 9px;
}

.login-info span
{
    color: rgba(255, 255, 255, 0.39);
}
.top-menu .user-name
{
    padding: 7px 0px 5px;
    display: inline-block;
    font-family: Tahoma;
    color: #fff;
    letter-spacing: 0.4pt;
    font-size: 14px;
}

.top-menu .wellcome
{
    color: #fff;
    width: 150px;
    display: block;
}

.top-menu .navbar-header
{
    clear: both;
    margin-top: 70px;
}
.top-menu .text
{
    color: #fff;
    padding-top: 18px;
}

.no-user + a{
    padding: 7px !important;
}

.log-in-user{
    padding: 0px !important;
}

.no-login + a
{
    padding-top: 20px !important;
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Header - END-----------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------RESPONSIVE - 1 - START------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
@media (min-width: 992px) {
    .left-content
    {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .top-menu .container
    {
        padding: 0;
        height: 108px;
    }

    div#bs-example-navbar-collapse-1
    {
        height: 108px !important;
    }

    .top-menu .navbar-nav > li >a
    {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #searchMenu > ul
    {
        display: none;
    }
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------RESPONSIVE 1 - END-----------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Search Box - START---------------------- */
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
.search-box
{
    background-color: #C3DCE8;
    display: none;
    top: 108px;
    position: fixed;
    z-index: 1;
    left: 0px;
    right: 0px;
    height: 34px;
}
.visible-xs .search-form
{
    padding: 15px 15px 0;
}

.search-form input
{
    border: none;
    border-right: 1px solid #CEEAF7;
    background-color: transparent;
    box-shadow: none;
}

.search-form button[type="submit"]
{
    height: 34px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/searchicon.png);
    background-size: 45%;
    width: 60px;
    background-color: #3398CC;
    border: none;
}

.search-form .form-group:first-child
{
    width: 60px;
}

.search-form .field-search-keyword {
    margin-left: 60px;
}

.search-form .form-group {
    margin-bottom: 0;
}
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Search Box - END------------------------ */
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Left Column - START--------------------- */
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

.left-content .well
{
    border: none;
    background: #fff;
    box-shadow: none;
    background-image: url('../images/up_leftcolumn.png'), url('../images/Down_leftcolumn.png');
    background-position: 0 top, 6px bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    padding: 36px 3px 30px 9px;
}

.left-content .well > .row
{
    /*margin: 0px -10px 0 0px;*/
    /*padding-top: 20px;*/
    background-color: rgb(239, 239, 239);
    margin: 0;
    min-height: 1000px;
}

.left-content hr{
    margin: 10px 0 18px;
}
.latest-posts h4 + hr
{
    margin: 20px 0;
}

.left-content a.content-image
{
    width: 100%;
    position: relative;
    display: block;
    background-size: 100%;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    border:1px solid transparent ;
}

.left-content a.content-image:before
{
    content: "";
    display: block;
    padding-top: 65%;
}


/*.left-content .well > .row p*/
.left-content a.content-image + a
{
    color: #828282;
}

.left-content > img{
    margin-top: 12px;
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Left Column - END-----------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Like module - START--------------------- */
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*.item-joke*/ .vote ul
               {
                   list-style: none;
                   padding: 0;
               }
.comment_vote ul li
{
    background-repeat: no-repeat;
}
.vote ul li
{
    cursor: pointer !important;
    background-repeat: no-repeat;
    text-align: center;
    background-position: right center;
}
.item-joke .vote ul li
{
    width: 40px;
    height: 40px;
}
.vote ul li.up-vote {
    background-image: url("../images/up-vote.png");
}
.vote ul li.up-vote:hover
, .vote ul li.up-vote-hover
{
    background-image: url("../images/up-vote-hover.png");
}
.vote ul li.down-vote {
    background-image: url("../images/down-vote.png");
}
.vote ul li.down-vote:hover
 , .vote ul li.down-vote-hover
{
    background-image: url("../images/down-vote-hover.png");
}
.vote ul li:nth-child(2)
{
    padding: 3px 0 6px;
    height: 30px !important;
    font-size: 16px;
}

#comments .comment_vote ul li
{
    width: 20px;
    height: 20px !important;
    float: right;
    background-size: 20px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #comments .comment_vote ul li
    {
        float: none;
    }
}

#comments .comment_vote ul li.up-vote
{
    background-image: url("../images/like-comment.png");
}

#comments .comment_vote ul li.down-vote
{
    background-image: url("../images/dislike-comment.png");
}

#comments .comment_vote ul li:nth-child(2)
{
    width: 35px;
    text-align: center;
}

#comments .comment_vote
{
    float: right;
    /*border: 1px solid red;*/
    width: 100%;
}

#comments .reply-comment + span
{
    padding: 0 20px;
}

#comments li hr
{
    width: 100%;
    margin-top: -10px;
    margin-bottom: 9px;
    padding: 0;
    display: none;
}


#comments .media
{
    float: right;
    overflow: visible;
}

#comments .media p
{
    color: #ababab;
    margin-top: -10px;
    margin-bottom: 3px;
    font-family: Tahoma;
}
#comments .media:first-child
{
    margin-top: 15px;
}
#comments .media-left
{
    text-align: center;
    color: rgb(106, 133, 177);
    padding-left: 0;
    /*float: right;*/
    /*display: inline-flex;*/
}

#comments .media-left > a
{
    min-width: 60px;
    display: block;
}
#comments .date
{
    padding-right: 10px;
    color: #666;
    font-size: 12px;
}

#comment_form_box
{
    max-width: 753px;
}

#comments .media-body
{
    padding: 4px 8px 0 0;
}

#comments .media-body .show-name > span:first-child
{
    padding-left: 10px;
    font-weight: bold;
    color: #4A4A4A;
    font-size: 12px;
}



/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------Like module - EDF------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------RESPONSIVE - 2 - START------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
@media only screen and (max-width: 767px)
{

    #searchMenu
    {
        display: none;
    }

    .search-form input
    {
        background-color: #fff;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover
    {
        color: #9d9d9d;
        background-color: #f5f5f5;
    }

    .dropdown-menu>li>a:focus
    {
        background-color: #f5f5f5;
    }

    h2
    {
        font-size: 23px;
    }
    .not-found
    {
        padding: 30px 0 0;
    }
    .not-found h2
    {
        font-size: 28px;
    }

    .users-form h2 a{
        margin-top: 5px;
    }
    
    div#bs-example-navbar-collapse-1
    {
        padding:0 15px 15px;
        /*max-height: initial;*/
    }
    #commentsform-captcha
    {
        display: block;
        margin-right: 0px;
    }
    .users-form .input-group-btn button.fileinput-remove-button
    {
        width: 110px;
        margin-bottom: 2px;

    }

    .users-form .input-group-btn button.fileinput-upload-button
    {
        width: 110px;
        margin-bottom: 2px;
        display: block;
    }
    .users-form .file-input-new .input-group-btn button.fileinput-upload-button
    {
        display: none;
    }

    .top-menu.navbar-inverse
    {
        min-height: 130px;
        height: auto;
    }
    .login-info
    {
        padding-right: 15px;
        clear: both;
    }

    .login-info ul.dropdown-menu
    {
        position: absolute !important;
        top: 62px;
        background: #fff !important;

    }

    .login-info ul li.dropdown
    {
        float: left;
        margin-top: 8px;
    }

    .top-menu .navbar-header
    {
        clear: none;

    }

    body{
        padding-top: 160px;
    }
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/* -------------------RESPONSIVE 2 - END-----------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.form-control{
    font-size: 13px !important;
    font-family: Tahoma;
}
.comment_reply {
    cursor: pointer;
}
.google_custom_login{
    display: inline-block;
    height: 26px;
    vertical-align: bottom;
}
.google_login{
    display: inline-block;
    height: 26px;
    vertical-align: bottom;
    width: 100px;
}
.field-profile-month, .field-profile-day, .field-profile-year{
    margin-top: 0 !important;
}
#crop_image{
    display: none;
}

#w1 button
{
    height: 34px;
    margin-right: 3px;

}
.item-joke .joke > a
{
    display: block;
    position:relative;
}
.video_icon
{
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url('../images/play_video.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    width: 100%;
}

.video_icon:hover
{
    background-image: url('../images/play_video_hover.png');
}

.next
{
    background-color: #4DC4AC;
    color: #fff;
    padding: 6px 9px 7px 9px;
    font-size: 12px;
    border-radius: 3px !important;
    margin-top: 3px;

}
.info .next
{
    padding: 4px 9px 5px 9px;
    margin-top: 0;
	margin-left: -2px;
}
.next:hover
{
    background-color: #3E9C89;
    color: #fff !important;
}


#show_users ul
{
    list-style: none;
    padding: 0;
    margin: 0;
}
#show_users ul li
{
    float: right;
    width: 50%;
}
#show_users ul img
{
    margin: 6px 0px 6px 5px;
    width: 35px;
    height: 35px;
    border-radius: 6px !important;
}
#show_users ul span
{
    display: inline-block;
    margin-top: 15px;
}
.get_data_button
{
    display: block;
    padding-top:5px;
    padding-bottom:5px;
    width: 100%;
    text-align: center;
    background-color: #5CBBEF;
    margin-top: 20px;
    cursor: pointer;
}
.get_data_button h4
{
    color: white;
}
#button_lazy_loader_block img
{
    width: 5%;
}