﻿.photo_scale {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

    .photo_scale:hover {
        transform: scale(1.2) !important;
        -webkit-transform: scale(1.2) !important;
        -moz-transform: scale(1.2) !important;
        -o-transform: scale(1.2) !important;
        -webkit-filter: brightness(1.1) !important;
        filter: brightness(1.1) !important;
        z-index: 999 !important;
    }

 /*text copy*/
.protectserv {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-select: none;
}

.title_search {
    /*background: url(../files/images1/icon_title.png) 0 0 no-repeat;*/
    float: right;
}

.border {
    border: thin solid #000;
}

.border_none {
    border: none !important;
}

.bg_color_none {
    padding: 0 !important;
    background-color: transparent !important;
}

.line_header {
    border-top: thin solid #867659;
    border-bottom: thin solid #6b5d47;
    margin-top: 3px;
    padding: 0 13px 0 15px;
}

.text_center {
    text-align: center !important;
}

.margin_center {
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
    /*display:block;*/
}

.width_100per {
    float: none;
    clear: both;
    margin: 0 auto;
    width: 100%;
}

.btn_gray_add {
    /*float: right;*/
    color: #575757;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
    border: thin solid rgba(177, 177, 177, 0.51);
    font-size: 15px;
    padding: 3px 17px 3px 17px;
    text-align: center;
}

    .btn_gray_add:hover {
        background: #fff;
    }

.btn_search {
    /*float: right;*/
    color: #575757;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgb(238, 244, 254) 0%,rgb(194, 192, 94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
    border: thin solid rgba(177, 177, 177, 0.51);
    font-size: 15px;
    padding: 1px 22px 1px 22px;
    text-align: center;
}

    .btn_search:hover {
        background: #fff;
    }

.btn_ok {
    color: #575757;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0);
    border: thin solid rgba(177, 177, 177, 0.8);
    font-size: 15px;
    padding: 1px 19px 1px 19px;
    text-align: center;
}

    .btn_ok:hover {
        background: #fff;
    }

.btn_ok2 {
    color: #575757;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(224,224,224,1) 100%);
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(224,224,224,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0);
    border: thin solid rgba(177, 177, 177, 0.8);
    font-size: 15px;
    padding: 0px 22px 2px 22px;
    text-align: center;
    min-width: 110px;
}

    .btn_ok2:hover {
        background: #fff;
    }

/*button show top for filter*/
.filter_btn_show {
    background: url(../files/images1/btns.png) 0 -466px repeat-x;
    color: #fff;
    width: 110px;
    height: 22px;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    /*text-shadow: -1px -1px 1px #92986b;*/
    text-shadow: -1px 1px 1px #80855e;
    float: right;
    margin: 0 -60px 0 0;
}

.widget_show_filter .filter_btn_show:hover /*button*/ {
    background: url(../files/images1/btns.png) 0 -488px repeat-x;
}

.btn_save {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(125,185,232);
    background: -moz-linear-gradient(top, rgba(125,185,232,1) 0%, rgba(19,83,132,1) 100%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,1) 0%,rgba(19,83,132,1) 100%);
    background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgba(19,83,132,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#135384',GradientType=0 );
    font-size: 15px;
    font-weight: bold;
    padding: 2px 35px 4px 35px;
    text-align: center;
    text-shadow: -1px 1px 1px #547b97;
    color: #fff;
}

    .btn_save:hover {
        background: rgb(137,189,229);
        background: -moz-linear-gradient(top, rgba(137,189,229,1) 0%, rgba(46,92,122,1) 100%);
        background: -webkit-linear-gradient(top, rgba(137,189,229,1) 0%,rgba(46,92,122,1) 100%);
        background: linear-gradient(to bottom, rgba(137,189,229,1) 0%,rgba(46,92,122,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bde5', endColorstr='#2e5c7a',GradientType=0 );
        text-shadow: -1px 1px 1px #5f85a0;
        color: #fff;
    }

.btn_save_gray {
    /*-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;*/
    background: #8a7858;
    background: -moz-linear-gradient(top, #c6bdad 0%, #8a7858 100%);
    background: -webkit-linear-gradient(top, #c6bdad 0%,#8a7858 100%);
    background: linear-gradient(to bottom, #cfbfa3 0%,#b09f80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6bdad', endColorstr='#8a7858',GradientType=0 );
    font-size: 15px;
    font-weight: bold;
    padding: 2px 26px 5px 26px;
    text-align: center;
    text-shadow: -1px 1px 1px #514945;
    color: #fff !important;
}

    .btn_save_gray:hover {
        background: rgb(137,189,229);
        background: -moz-linear-gradient(top, rgba(137,189,229,1) 0%, rgba(46,92,122,1) 100%);
        background: -webkit-linear-gradient(top, rgba(137,189,229,1) 0%,rgba(46,92,122,1) 100%);
        background: linear-gradient(to bottom, rgba(137,189,229,1) 0%,rgba(46,92,122,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bde5', endColorstr='#2e5c7a',GradientType=0 );
        /*text-shadow: -1px 1px 1px rgba(19,83,132,1);*/
        color: #fff;
    }

.btn_save_gray2 {
    /*-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;*/
    background: #8a7858;
    background: -moz-linear-gradient(top, #c6bdad 0%, #8a7858 100%);
    background: -webkit-linear-gradient(top, #c6bdad 0%,#8a7858 100%);
    background: linear-gradient(to bottom, #cfbfa3 0%,#b09f80 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6bdad', endColorstr='#8a7858',GradientType=0 );
    font-size: 15px;
    font-weight: bold;
    padding: 0px 31px 3px 31px;
    text-align: center;
    text-shadow: -1px 1px 1px #514945;
    color: #fff !important;
}

    .btn_save_gray2:hover {
        background: rgb(137,189,229);
        background: -moz-linear-gradient(top, rgba(137,189,229,1) 0%, rgba(46,92,122,1) 100%);
        background: -webkit-linear-gradient(top, rgba(137,189,229,1) 0%,rgba(46,92,122,1) 100%);
        background: linear-gradient(to bottom, rgba(137,189,229,1) 0%,rgba(46,92,122,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bde5', endColorstr='#2e5c7a',GradientType=0 );
        /*text-shadow: -1px 1px 1px rgba(19,83,132,1);*/
        color: #fff;
    }



.ddl_large {
    display: block;
    height: 34px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #575757;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*margin: 10px 0 0 10px;*/
}

.lineH {
    padding: 20px 0 20px 0;
}

/*line 640*/
.line_whiteH {
    /*background-color:#fff;*/
    height: 1px;
    width: 93%;
    position: absolute;
    border: none;
    border-top: 1px solid #fff;
    /*border: 2px solid #000;*/
}

.line_grayH {
    /*background-color:#d4d4d4;*/
    height: 1px;
    width: 93%;
    position: absolute;
    border: none;
    border-top: 2px solid #d4d4d4;
    /*border: 2px solid #f00;*/
}

.corner_right {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #3C362B;
    border-right: 4px solid transparent;
    margin: -33px 11px 0 0;
}

.corner-left {
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #3C362B;
    border-left: 4px solid transparent;
    margin: -33px 165px 0 0;
}

.position3 {
    margin: 5px 0 0 0;
}

.absolute {
    position: absolute;
}

.even {
    background-color: #f2f2f2;
}

.absolute_width {
    width: 100%;
}

.input_large {
    display: block;
    height: 34px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #5d7d19;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*margin: 10px 0 0 10px;*/
}

.input_middle {
    display: block;
    height: 28px;
    padding: 1px 10px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #000000;
    vertical-align: middle;
    background-color: #ECEAE4;
    background-image: none;
    border: 1px solid #ECEAE4;
    /*border:none;*/
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*width: 100% !important;*/
}

.input_middle2 {
    display: block;
    height: 28px;
    padding: 6px 8px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #5d7d19;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    /*margin: 10px 0 0 10px;*/
}

.ddl_middle {
    display: block;
    height: 28px;
    padding: 1px 10px 1px 9px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #000000;
    vertical-align: middle;
    background-color: #ECEAE4;
    background-image: none;
    border: 1px solid #ECEAE4;
    /*border:none;*/
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
}

    .ddl_middle:focus {
        -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

    .ddl_middle2 {
    display: block;
    height: 26px;
    width: auto;
    padding: 1px 5px 1px 5px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #000000;
    vertical-align: middle;
    background-color: none;
    background-image: none;
    border: 1px solid #b9b9b9;
    /*border:none;*/
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ddl_small {
    display: block;
    height: 24px;
    padding: 1px 8px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #000000;
    vertical-align: middle;
    background-color: none;
    background-image: none;
    border: 1px solid #b9b9b9;
    /*border:none;*/
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .ddl_small option {
        background-color: none;
        border: none;
    }



.select_small {
    display: table-cell;
    width: auto;
    height: auto;
    /*padding: 6px 12px;*/
    font-size: 16px;
    /*line-height: 1.428571429;*/
    color: #5d7d19;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    text-align: center;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .select_small:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

.select_middle {
    display: table-cell;
    padding: 3px 3px 3px 3px;
    width: auto;
    height: auto;
    /*padding: 6px 12px;*/
    font-size: 16px;
    /*line-height: 1.428571429;*/
    color: #5d7d19;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    text-align: center;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .select_middle:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    }

.checkbox_middle {
    display: table-cell;
    vertical-align: middle;
    margin: -1px 0 0 0 !important;
}

.radiobutton_middle {
    /*height: 28px;*/
    padding: 0 0 4px 0;
    /*border:thin solid #000;*/
    color: #5d7d19;
    font-weight: normal !important;
    display: table-cell;
    vertical-align: middle;
}

.list_box_user {
    display: block;
    width: 100%;
    height: 104px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #5d7d19;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);*/
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.width100 {
    width: 100%;
}

.width95 {
    width: 95%;
}

.width90 {
    width: 90%;
}

.width80 {
    width: 80%;
}

.width60 {
    width: 60%;
}

.u_notifications_pos {
    width: 100%;
}

.ico_close_ad_pos {
    margin: 6px 0 0 0;
    float: left;
    width: 31px;
    height: 31px;
    /*padding: 6px 6px 2px 6px;*/
    position: absolute;
    border: thin solid #cfcfcf;
    background-color: rgb(255 255 255);
    opacity: 0.6;
}

    .ico_close_ad_pos:hover {
        opacity:1;
    }

    .text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-left-ltr {
    text-align: left;
    direction: ltr;
}

.row2 {
    width: 100%;
    display: table;
}

.fright {
    float: right !important;
}

.fleft {
    float: left;
}

.clear {
    float: none;
    clear: both;
}

textarea:focus, input:focus {
    outline: none;
    outline-width: 0;
}

*:focus:focus {
    outline: none;
    outline-width: 0;
}

input[type="radio"]:focus {
    outline: none;
}

.widget_frame {
    width: 100%;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    overflow: auto !important;
    padding: 15px 5px 5px 5px !important;
}

.widget_frame_pages {
    background-color: #F5F5F5;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    overflow: auto !important;
    padding: 15px 5px 5px 5px !important;
}

.widget_frame_enc {
    background-color: #F5F5F5;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    overflow: hidden !important;
    padding: 5px 15px 10px 15px;
}

.widget_frame_custom {
    width: 100%;
    background-color: #fff;
    text-align: right;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    -moz-box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.62);
    overflow: auto !important;
    padding: 0px 5px 5px 5px !important;
}

.padding_sett1 {
    padding: 15px 0 0 0;
}

.text_right {
    text-align: right;
}

/*interests*/
.widget_in_user .interest, .widget_in_user .selected_interest {
    background-color: #E6FACC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(105,105,105,0.8);
    -moz-box-shadow: 0px 0px 3px 0px rgba(105,105,105,0.8);
    box-shadow: 0px 0px 3px 0px rgba(105,105,105,0.8);
    margin: 0 0 10px 10px;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    float: right;
}

.widget_in_user .hobby_title {
    font-weight: normal;
    cursor: pointer;
    color: #7c9f54;
    text-shadow: -1px 1px 0px #fff;
    margin: 0 -5px 0 0;
    padding: 0 8px 0 8px;
    position: relative;
    background-color: transparent;
}

/*cursor*/
.cursor_default {
    cursor: default !important;
}

.cursor_pointer {
    cursor: pointer !important;
}

/*margin*/

.margin_top_0 {
    margin-top: 0;
}

.margin_top_5 {
    margin-top: 5px !important;
}

.margin_top_10 {
    margin-top: 10px !important;
}

.margin_top_15 {
    margin-top: 15px !important;
}

.margin_top_20 {
    margin-top: 20px !important;
}

.margin_top_25 {
    margin-top: 25px;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_bottom_5 {
    margin-bottom: 5px;
}

.margin_bottom_10 {
    margin-bottom: 10px !important;
}

.margin_bottom_15 {
    margin-bottom: 15px;
}

.margin_bottom_20 {
    margin-bottom: 20px !important;
}

.margin_bottom_30 {
    margin-bottom: 30px !important;
}

.margin_bottom_35 {
    margin-bottom: 35px !important;
}

/*padding*/
.padding_right {
    padding-right: 0 !important;
}

.padding_bottom_0 {
    padding-bottom: 0 !important;
}

.padding_bottom_5 {
    padding-bottom: 5px;
}


.padding_bottom_10 {
    padding-bottom: 10px !important;
}

.padding_bottom_15 {
    padding-bottom: 15px;
}

.padding_bottom_20 {
    padding-bottom: 20px !important;
}

.padding_bottom_25 {
    padding-bottom: 25px;
}

.padding_bottom_30 {
    padding-bottom: 30px;
}

.padding_bottom_8mob {
    padding-bottom: 0 !important;
}

.padding_bottom_20mob {
    padding-bottom: 0 !important;
}

.padding_top_20 {
    padding-top: 20px !important;
}

.padding_top_15 {
    padding-top: 15px;
}

.padding_top_10 {
    padding-top: 10px;
}

.padding_top_5 {
    padding-top: 5px;
}

.padding_top_0 {
    padding-top: 0;
}

.padding_left_15 {
    padding-left: 15px !important;
}

.padding_right_15 {
    padding-right: 15px !important;
}

.padding_right_20 {
    padding-right: 15px !important;
}

.padding_top_20mob {
    padding-top: 0 !important;
}

.margin_left_0 {
    margin-left: 0;
}

.margin_right_0 {
    margin-right: 0 !important;
}

.margin_right_15mob {
    margin-right: 17px;
}

.margin_0 {
    margin: 0;
}

.margin_left_5 {
    margin-left: 5px;
}

.margin_left_6 {
    margin-left: 6px;
}

.margin_left_8 {
    margin-left: 7px;
}

.fright {
    float: right !important;
}

.fleft {
    float: left !important;
}

.glow:focus {
    box-shadow: 0 0 6px rgba(64, 130, 169, 0.4);
}

.overflowauto {
    overflow: auto;
}

tr td {
    /*border:thin solid #5d7d19;*/
}

/*center text*/
.center_obj {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    display: block;
    /*border:thin solid;*/
}

/*middle text*/
.middle_large {
    padding-top: 7px;
    display: table-cell;
    vertical-align: middle;
    height: 34px;
    background-image: none;
    /*border:thin solid #000000;*/
}

/*middle text*/
.middle {
    padding-top: 16px;
    display: table-cell;
    vertical-align: middle;
    height: 34px;
    background-image: none;
    /*border:thin solid #000000;*/
}

.middle_small {
    padding-top: 2px;
    display: table-cell;
    vertical-align: middle;
    background-image: none;
    /*border:thin solid #000000;*/
}

.link_underline {
    text-decoration: underline;
}

    .link_underline:hover {
        color: #ff7d00;
        text-decoration: none;
    }

.min_height650 {
    min-height: 650px;
}

.min_height600 {
    min-height: 600px;
}

.min_height510 {
    min-height: 510px;
}

.min_height400 {
    min-height: 400px;
}

.min_height80 {
    min-height: 80px;
}

.min_height150 {
    min-height: 150px;
}

.min_height200 {
    min-height: 200px;
}

.max_height200 {
    max-height: 200px;
}

.display_block {
    display: block;
}

.display_none {
    display: none;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.bulet_num {
    list-style-type: decimal;
    padding-right: 19px;
    margin-bottom:0;
    font-size: 17px;
}

.bulet_disc {
    list-style-type: disc;
    padding-right: 15px;
    font-size: 17px;
    margin-bottom: 0;
}

.bulet_disc_nopadding {
    list-style-type: disc;
    padding-right: 0;
    font-size: 17px;
}

.bulet_non {
    list-style-type: none;
    padding-right: 0;
}

.bulet_non_withpadding {
    list-style-type: none;
    padding-right:20px;
}

/*.visibility_hidden
{
    visibility: hidden;
}

.visibility_visible
{
    visibility: visible;
}*/
/*end drop down table*/

.validation {
    text-align: right;
    font-size: 0.9em;
    position: absolute;
    margin-top: -3px;
}

.validation2 {
    width: 200px;
    text-align: right;
    font-size: 0.9em;
    margin: 25px -170px 0 0;
    position: absolute;
}

.validation3 {
    float: right;
    text-align: right;
    font-size: 0.9em;
    position: relative;
    margin: 15px 0 10px 0;
    direction: rtl;
    width: 100% !important;
    color: #BC021C !important;
}

.validation4 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    margin-top: 0px;
    direction: ltr;
    width: auto;
    color: #BC021C !important;
}

.validation5 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    margin-top: 0px;
    direction: ltr;
    width: auto;
    color: #BC021C !important;
}

.validation6 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    margin-top: 14px;
    direction: ltr;
    width: 260px !important;
    color: #ff9734 !important;
}

.validation7 {
    width: 200px;
    text-align: right;
    font-size: 0.9em;
    margin: 41px -164px 0 0;
    position: absolute;
    color: #feffbf !important;
}

/*orange*/
.validation8 {
    text-align: right;
    font-size: 0.9em;
    position: absolute;
    direction: ltr;
    width: 200px !important;
    color: #ff9734 !important;
    margin: 1px 81px 0 0;
    display: block;
}

/*.validation8 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    direction: ltr;
    width: 200px !important;
    color: #ff9734 !important;
    margin: 1px 81px 0 0;
    display: block;
}*/

/*yellow*/
.validation9 {
    width: 200px;
    text-align: right;
    font-size: 0.9em;
    margin: 22px 40px 0 0;
    position: absolute;
    color: #feffbf !important;
}

.validation10 {
    text-align: center;
    position: relative;
    /*margin: 0 auto;*/
    width: 100%;
    z-index: 999;
    display: block;
    margin-bottom: 5px;
}

/*red*/
.validation11 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    direction: ltr;
    width: 200px !important;
    color: #c8253c !important;
    margin: 20px 0 0 0;
    display: block;
}

.validation12 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    direction: ltr;
    width: 100% !important;
    color: #BC021C !important;
    margin: 0;
    display: block;
    white-space: normal;
    direction: rtl;
}

.validation13 {
    text-align: right;
    font-size: 0.9em;
    position: absolute;
    direction: ltr;
    width: 200px !important;
    color: rgba(0, 0, 0, 0.60) !important;
    margin: 20px 0 0 0;
    display: block;
}

.validation14 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    margin-top: 15px;
    direction: ltr;
    width: auto !important;
    color: #c8253c !important;
}

.validation15 {
    text-align: right;
    font-size: 0.9em;
    margin-top: 14px;
    direction: ltr;
    width: 260px !important;
    color: #cfdcb4 !important;
}

.validation16 {
    text-align: right;
    font-size: 0.9em;
    direction: rtl;
    color: #ff9734 !important;
}

.validation17 {
    /*width: 200px;*/
    text-align: right;
    font-size: 0.9em;
    /*position: absolute;*/
}

/*green*/
.validation18 {
    text-align: right;
    font-size: 0.9em;
    position: relative;
    direction: ltr;
    width: 200px !important;
    margin: 20px 0 0 0;
    display: block;
    color: #5d7d19 !important;
}

.min_width {
    min-width: 249px;
}

.min_width3 {
    min-width: 200px !important;
}

.width_100_per {
    min-width: 100%;
}

.max_width {
    max-width: 98px;
}

.max_width_per {
    width: 31%;
}

.fadeInRight {
}

.fadeInLeft {
}

.fadeInUp {
}

/*fadeInText*/
.fadeInImage {
    webkit-animation: fadein 1.5s; /* Safari, Chrome and Opera > 11.1 */
    -moz-animation: fadein 1.5s; /* Firefox < 16 */
    -ms-animation: fadein 1.5s; /* Internet Explorer */
    -o-animation: fadein 1.5s; /* Opera < 11.1 */
    animation: fadein 1.5s;
}

.fadeInImage01 {
    webkit-animation: fadein 1.0s; /* Safari, Chrome and Opera > 11.1 */
    -moz-animation: fadein 1.0s; /* Firefox < 16 */
    -ms-animation: fadein 1.0s; /* Internet Explorer */
    -o-animation: fadein 1.0s; /* Opera < 11.1 */
    animation: fadein 1.0s;
}

.fadeInBlock {
    webkit-animation: fadein 1.0s; /* Safari, Chrome and Opera > 11.1 */
    -moz-animation: fadein 1.0s; /* Firefox < 16 */
    -ms-animation: fadein 1.0s; /* Internet Explorer */
    -o-animation: fadein 1.0s; /* Opera < 11.1 */
    animation: fadein 1.0s;
}

.fadeInBlockFast {
    webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 11.1 */
    -moz-animation: fadein 0.8s; /* Firefox < 16 */
    -ms-animation: fadein 0.8s; /* Internet Explorer */
    -o-animation: fadein 0.8s; /* Opera < 11.1 */
    animation: fadein 0.8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*end fadeInText*/

/*fadeOutImage*/
.fadeOutImage {
    webkit-animation: fadeout 1.5s; /* Safari, Chrome and Opera > 11.1 */
    -moz-animation: fadeout 1.5s; /* Firefox < 16 */
    -ms-animation: fadeout 1.5s; /* Internet Explorer */
    -o-animation: fadeout 1.5s; /* Opera < 11.1 */
    animation: fadeout 1.5s;
}

.fadeOutImage01 {
    webkit-animation: fadeout 1.0s; /* Safari, Chrome and Opera > 11.1 */
    -moz-animation: fadeout 1.0s; /* Firefox < 16 */
    -ms-animation: fadeout 1.0s; /* Internet Explorer */
    -o-animation: fadeout 1.0s; /* Opera < 11.1 */
    animation: fadeout 1.0s;
}

.fadeOutBlock {
    webkit-animation: fadeout 1.0s; /* Safari, Chrome and Opera > 11.1 */
    -moz-animation: fadeout 1.0s; /* Firefox < 16 */
    -ms-animation: fadeout 1.0s; /* Internet Explorer */
    -o-animation: fadeout 1.0s; /* Opera < 11.1 */
    animation: fadeout 1.0s;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Internet Explorer */
@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/*end fadeoutText*/

.btn_message {
    /*float: right;*/
    /*margin:0;*/
    position: absolute;
    z-index: 888;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    line-height: 17px;
    position: absolute;
    background-color: #f6f5b6;
    padding: 4px 8px 4px 8px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #999;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow: 1px 1px 2px #999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
}

/*search buttons*/

.navigation_search_btns {
    bottom: 0;
    margin: 0 auto;
    clear: both;
    float: none;
    text-align: center;
}

    .navigation_search_btns .btn_next, .navigation_search_btns .btn_prev {
        width: 40px;
    }

.pl_btn {
    width: auto;
    height: auto;
    padding: 8px 8px 8px 8px;
    /*margin: 15px 0 0 15px;*/
    border: 1px solid #d1d1d1;
    display: inline-block; /*background: url(../images/encounter_pl_btn_bg.png) 0 0 repeat-x;*/
    border-radius: 5px;
    -moz-border-radius: 5px;
    background: linear-gradient(to bottom, rgba(222,222,222,1) 0%, rgba(247,247,247,1) 100%);
}

    .pl_btn .btn {
        margin: 0 0 0 0;
        width: auto;
        height: 34px;
        color: #fff;
        background: none; /*background: url(../images/btns.png) 0 0 repeat-x;*/
        box-shadow: 0 0 1px #666;
        -moz-box-shadow: 0 0 1px #666;
        -webkit-box-shadow: 0 0 1px #666;
        min-width: 90px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.42857143;
    }

    .pl_btn .btn2 {
        margin: 0 0 0 0;
        width: auto;
        height: 34px;
        color: #707070;
        background: none; /*background: url(../images/btns.png) 0 0 repeat-x;*/
        min-width: 90px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.42857143;
    }

    .pl_btn .btn4 {
        margin: 0 0 0 0;
        width: auto;
        height: 34px;
        color: #575757;
        background: none; /*background: url(../images/btns.png) 0 0 repeat-x;*/
        box-shadow: 0 0 1px #666;
        -moz-box-shadow: 0 0 1px #666;
        -webkit-box-shadow: 0 0 1px #666;
        min-width: 90px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.42857143;
    }

    .pl_btn .btn5 {
        margin: 0 0 0 0;
        width: auto;
        height: 34px;
        color: #fff;
        background: none; /*background: url(../images/btns.png) 0 0 repeat-x;*/
        min-width: 90px;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.42857143;
    }

.backg_01 {
    width: 40px;
    text-align: center;
}

.pl_btn .love_ico {
    background: url('../files/images1/user_profile/love_ico.png') 0 0 no-repeat;
}

.pl_btn .green { /*background-position: 0 -176px;*/ /*background-position: 0 -670px;*/
    background: linear-gradient(to bottom, rgb(170, 181, 91) 0%, rgb(185, 212, 90) 100%);
}

    .pl_btn .green:hover { /*background-position: 0 -200px;*/ /*background-position: 0 -704px;*/
        background: linear-gradient(to bottom, rgb(157, 165, 97) 0%, rgb(185, 212, 90) 100%);
    }

.pl_btn .blue { /*background-position: 0 -176px;*/ /*background-position: 0 -670px;*/
    background: linear-gradient(to bottom, rgb(73, 131, 181) 0%, rgb(148, 198, 229) 100%);
}

    .pl_btn .blue:hover { /*background-position: 0 -200px;*/ /*background-position: 0 -704px;*/
        background: linear-gradient(to bottom, rgb(69, 120, 154) 0%, rgb(148, 198, 229) 100%);
    }

.pl_btn .light_gray { /*background-position: 0 -272px;*/ /*background-position: 0 -532px;*/
    background: linear-gradient(to bottom, rgb(200, 200, 200) 0%, rgb(232, 232, 232) 100%);
}

    .pl_btn .light_gray:hover { /*background-position: 0 -296px;*/ /*background-position: 0 -566px;*/
        background: linear-gradient(to bottom, rgb(199, 204, 206) 0%, rgb(227, 237, 238) 100%);
    }

.pl_btn .yellow { /*background-position: 0 -224px;*/ /*background-position: 0 -600px;*/
    background: linear-gradient(to bottom, rgba(228,183,45,1) 0%, rgba(208,166,32,1) 100%);
}

    .pl_btn .yellow:hover { /*background-position: 0 -248px;*/ /*background-position: 0 -634px;*/
        background: linear-gradient(to bottom, rgba(241,196,59,1) 0%, rgba(209,166,33,1) 100%);
    }

.pl_btn .red { /*background-position: 0 -272px;*/ /*background-position: 0 -532px;*/
    background: linear-gradient(to bottom, rgba(202,52,50,1) 0%, rgba(182,34,37,1) 100%);
}

    .pl_btn .red:hover { /*background-position: 0 -296px;*/ /*background-position: 0 -566px;*/
        background: linear-gradient(to bottom, rgba(235,74,74,1) 0%, rgba(203,44,47,1) 100%);
    }

.pl_btn .green_gray { /*background-position: 0 -272px;*/ /*background-position: 0 -532px;*/
    background: linear-gradient(to bottom, rgb(146, 155, 139) 0%, rgb(188, 198, 192) 100%);
}

    .pl_btn .green_gray:hover { /*background-position: 0 -296px;*/ /*background-position: 0 -566px;*/
        background: linear-gradient(to bottom, rgb(158, 167, 151) 0%, rgb(196, 202, 198) 100%);
    }

.pl_btn .brown { /*background-position: 0 -272px;*/ /*background-position: 0 -532px;*/
    background: linear-gradient(to bottom, rgba(168, 149, 121, 0.80) 0%, rgb(202, 187, 165) 100%);
}

    .pl_btn .brown:hover { /*background-position: 0 -296px;*/ /*background-position: 0 -566px;*/
        background: linear-gradient(to bottom, rgb(176, 165, 148) 0%, rgb(213, 197, 173) 100%);
    }

.pl_btn .gray { /*background-position: 0 -272px;*/ /*background-position: 0 -532px;*/
    background: linear-gradient(to bottom, rgb(157, 157, 157) 0%, rgb(189, 189, 189) 100%);
}

    .pl_btn .gray:hover { /*background-position: 0 -296px;*/ /*background-position: 0 -566px;*/
        background: linear-gradient(to bottom, rgb(176, 176, 176) 0%, rgb(196, 196, 196) 100%);
    }

.pl_btn .encounters_undo {
    display: none;
    position: absolute;
    right: -39px;
    top: 14px;
    cursor: pointer;
    opacity: .6;
}

    .pl_btn .encounters_undo:hover {
        opacity: 1;
    }

.color-red {
    color: orangered !important;
}

.loader_pos1 {
    /*margin:6px 20px 0 0;*/
    float: right;
    margin: 2px 10px 0 0;
}

.loader_pos2 {
    /*margin:6px 20px 0 0;*/
    float: left;
    margin: 2px 10px 0 0;
}

.loader_pos3 {
    float: right;
    margin: 5px 0 0 0;
}

.title_desc {
    float: right;
    margin: 0 0 0 10px;
}

.no_search_results_frame {
    width: 279px;
    height: 79px;
    padding: 11px 15px 0 15px;
    margin: 0 auto;
    display: block;
    background: rgb(242,245,246);
    background: -moz-linear-gradient(top, rgba(242,245,246,1) 0%, rgba(229,252,230,1) 100%);
    background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(229,252,230,1) 100%);
    background: linear-gradient(to bottom, rgba(242,245,246,1) 0%,rgba(229,252,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#e5fce6',GradientType=0 );
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: thin solid;
}

.no_search_res_ico {
    background: url('../files/messages/usernofound.png') 0 0 no-repeat;
    width: 55px !important;
    height: 55px;
    float: left;
    opacity: 0.5;
}

.lbl_no_search_res {
    width: 190px;
    line-height: normal;
    float: right;
    margin-top: 0;
}

.index_title_pos {
    float: left;
    /*margin: -56px 0 0 143px;*/
    margin: -64px 0 0 123px;
    cursor: default;
}

.index_title_pos2 {
    float: left;
    /*margin: -56px 0 0 143px;*/
    margin: -46px 0 0 138px;
    cursor: default;
}

.index_title_pos3 {
    float: left;
    /*margin: -56px 0 0 143px;*/
    margin: -64px 0 0 123px;
    cursor: default;
}

.index_title_pos4 {
    float: left;
    /*margin: -56px 0 0 143px;*/
    margin: -64px 0 0 107px;
    cursor: default;
}

.RemoveLink {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #a0a0a0;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

@media screen and (max-width: 1200px) {
    .index_title_pos4 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
   

    .loader_pos3 {
        float: right;
        margin: -23px 240px 0 0;
    }

    .title_desc {
        float: right;
        margin: 0 0 0 0;
    }

    .min_height650 {
        min-height: 410px;
    }

    .min_height600 {
        min-height: 410px;
    }

    .min_height510 {
        min-height: initial;
    }

    .min_height400 {
        min-height: initial;
    }
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
    .u_notifications_pos {
        width: 93%;
        margin:0 auto;
        display:block;
    }

    .ico_close_ad_pos {
        float: left;
        width: 31px;
        height: 31px;
        /*padding: 10px 10px 6px 10px;*/
        position: absolute;
        background-color: rgb(255 255 255);
        opacity: 0.6;
        z-index: 999;
        display: block;
    }

    /*logo title*/
    .index_title_pos {
        float: none;
        clear: both;
        margin: -20px auto 20px auto;
        text-align: center;
        background-color: #E3E9F1;
        padding-bottom:6px;
    }

    .index_title_pos2 {
        float: none;
        clear: both;
        margin: 2px auto 0 auto;
        text-align: center;
    }

    .index_title_pos3 {
        float: none;
        clear: both;
        margin: -18px auto 30px auto;
        text-align: center;
    }

    .no_search_results_frame {
        width: 240px;
        height: 85px;
        padding: 11px 15px 0 15px;
        margin: 0 auto;
        display: block;
        background: rgb(242,245,246);
        background: -moz-linear-gradient(top, rgba(242,245,246,1) 0%, rgba(229,252,230,1) 100%);
        background: -webkit-linear-gradient(top, rgba(242,245,246,1) 0%,rgba(229,252,230,1) 100%);
        background: linear-gradient(to bottom, rgba(242,245,246,1) 0%,rgba(229,252,230,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#e5fce6',GradientType=0 );
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: thin solid;
    }

    .no_search_res_ico {
        background: url('../files/messages/usernofound.png') 0 0 no-repeat;
        width: 55px !important;
        height: 55px;
        float: left;
        opacity: 0.5;
        margin: 3px 0 0 0;
    }

    .lbl_no_search_res {
        width: 150px;
        line-height: 15px;
        float: right;
        margin-top: 0px;
        text-align: center;
        /*border: thin solid;*/
    }

    .pl_btn {
        height: auto;
        width: auto;
        padding: 8px 8px 8px 8px;
        /*margin: 15px 0 0 15px;*/
        border: 1px solid #d1d1d1;
        display: inline-block; /*background: url(../images/encounter_pl_btn_bg.png) 0 0 repeat-x;*/
        border-radius: 5px;
        -moz-border-radius: 5px;
        background: linear-gradient(to bottom, rgba(222,222,222,1) 0%, rgba(247,247,247,1) 100%);
    }

    .btn4 {
        margin: 0 0 0 0;
        width: 80px !important;
        height: 34px;
        color: #575757;
        background: none; /*background: url(../images/btns.png) 0 0 repeat-x;*/
        box-shadow: 0 0 1px #666;
        -moz-box-shadow: 0 0 1px #666;
        -webkit-box-shadow: 0 0 1px #666;
        min-width: initial !important;
        display: inline-block;
        padding: 3px 6px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.42857143;
    }

    .btn5 {
        margin: 0 0 0 0;
        width: 80px !important;
        height: 34px;
        color: #fff;
        background: none; /*background: url(../images/btns.png) 0 0 repeat-x;*/
        min-width: initial !important;
        display: inline-block;
        padding: 3px 6px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 15px;
        font-weight: normal;
        line-height: 1.42857143;
    }

    .loader_pos3 {
        float: left;
        margin: -23px 240px 0 0;
    }

    .title_desc {
        float: none;
        margin: 0 auto;
    }

    .title_search {
        /*background: url(../files/images1/icon_title.png) 0 0 no-repeat;*/
        float: none;
        clear: both;
        padding: 0;
        margin: 0 auto 5px auto;
        direction: rtl;
        position: relative;
        text-align: center;
        /*border:thin solid;*/
    }

    .min_height650 {
        min-height: 310px;
    }

    .min_height600 {
        min-height: 310px;
    }

    .min_height510 {
        min-height: initial;
    }

    .min_height400 {
        min-height: initial;
    }

    .filter_btn_show {
        /*margin: 0 15px 0 0;
    float:right;*/
    }

    .absolute_width {
        width: 100%;
    }

    /*middle text*/
    .middle_large2 {
        padding-top: 9px;
        display: table-cell;
        vertical-align: middle;
        height: 34px;
        background-image: none;
    }

    .margin_right_15mob {
        margin-right:auto;
    }

    .padding_bottom_8mob {
        padding-bottom: 8px !important;
    }

    .padding_bottom_20mob {
        padding-bottom: 20px !important;
    }

    .padding_top_20mob {
        padding-top: 20px !important;
    }
}

@media screen and (max-width: 452px) {
}

@media screen and (max-width: 350px) {
}
