body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    padding-top: 50px;
}

a {
    color: #444444;
}

a:hover {
    color: #000000;
}

.logo_admin {
    float: left;
    width: 156px;
    height: 36px;
    margin: 10px 0 0 15px;
}

.main {
    min-width: 1000px;
    /*margin-left: 235px !important; */
    padding: 15px 0px 15px 240px;
}

.nowrap {
    white-space: nowrap;
}


.badge-danger {
    background-color: #fa7b58;
}


.btn-primary {
    color: #fff;
    background-color: #1bb7a0;
    border-color: #18a18d;
}

.btn-primary:hover {
    background-color: #18A18D;
    border-color: #18a18d;
}


/* ??????? ??????????? ?????? */
.bootstrap-select.btn-group .dropdown-menu {
    z-index: 500 !important;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="span"] {
    float: left;
    margin-bottom: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn).open,
.bootstrap-select.btn-group[class*="span"].open {
    z-index: 4000;
}


.panel_no_bord {
    border: 0;
}




/******************************** ????????? *******************************/

.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;   /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    padding-top: 0;
    width: 235px;
    box-shadow: -5px 0 55px 0px #727272;
}

.navbar-inverse .navbar-nav>li>a {
    color: #1bb7a1;
    padding: 12px 25px 13px 15px;
}

.navbar-inverse .navbar-nav>li>a>span {
    border-bottom: 1px #1bb7a1 dotted;
}

.navbar-nav>li>a>span,
.navbar-nav>li>a:hover>span,
.navbar-nav>li>a:focus>span {
    border:0;
}

.navbar-nav .dropdown-menu>li>a:hover {
    background-color: #1BB7A1;
    color: #FFFFFF;
}


.nav-sidebar {
    margin-right: -21px;
    margin-bottom: 20px;
    margin-left: -20px;
}

.nav-sidebar > li > a {
    padding: 13px 5px 13px 13px;
    color: #767676;
}

.nav-sidebar > .active > a {
    color: #fff !important;
    background-color: #1bb7a0 !important;
}

.nav-sidebar > li > a.sub {
    background: url(../img/strel_key_cl_p.png) no-repeat 205px center;
}

.nav-sidebar > .active > a.sub {
    background: url(../img/strel_key_cl_p_inv.png) no-repeat 205px center;
}

.nav-sidebar li a i {
    margin-right: 7px;
    font-size: 14px;
    top: 2px;
    position: relative;
    display: inline-block;
}

.size-16 {
    font-size: 16px !important;
}

.size-20 {
    font-size: 20px !important;
}

.nav-sidebar ul {
    margin: 0 0 0 35px;
    padding: 0;
    list-style: none;
}

.nav-sidebar ul>li {
    position: relative;
    display: block;
}

.nav-sidebar ul>li>a {
    padding: 10px 5px 10px 0;
    color: #767676;
    position: relative;
    display: block;
    text-decoration: none;
}

.nav-sidebar ul>li.active>a {
    color: #1bb7a0;
}

.nav-sidebar ul>li>a i {
    margin-right: 5px;
    font-size: 12px;
}



/******************************************************************************/
/************************* ?????? ? ????????????? *****************************/
/******************************************************************************/




/******************************** ?????? ?????? *******************************/

.img_work_filtr .panel-body {
    padding-bottom: 5px;
    border-top: 0 !important;
}

.img_work_filtr .panel-default {
    border-color: #56BDF1 !important;
}

.img_work_filtr .panel-heading {
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.img_work_filtr .panel-heading span {
    font-weight: bold;
    font-size: 12px;
    padding-right: 20px;
    background: url(../img/tab_sort_up_off.png) no-repeat center right;
}

.img_work_filtr .collapsed span {
    background: url(../img/tab_sort_dw_off.png) no-repeat center right;
}

.img_work_filtr_lab label {
    margin-right: 15px;
    margin-bottom: 5px;
}

.img_work_filtr_lab label span {
    font-weight: normal;
    margin-right: 3px;
    cursor: pointer;
    cursor: hand;
}

.img_work_filtr_lab label button {
    padding-top: 3px !important;
}

.img_work_filtr_datx {
    margin-right: 10px;
    margin-top: 6px;
    margin-bottom: 0;
}

.img_work_filtr_tire {
    margin: 8px 10px 0 10px;
}

.img_work_filtr_find_butt button {
    border: 1px solid #cbd5dd;
    width: 50px;
    background: url(../img/find_butt.png) no-repeat center center;
    line-height: 1.45;
}








/****************************** ??????? ? ?????? ******************************/

.img_work_tab tr {
    cursor: pointer;
}

.img_work_tab tr.select {
    background-color: #E8F8FF;
}

table.img_work_tab thead tr .header {
    background-image: url(../img/tab_sort_non.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.img_work_tab thead tr .headerSortUp {
    background-image: url(../img/tab_sort_up.png);
}
table.img_work_tab thead tr .headerSortDown {
    background-image: url(../img/tab_sort_dw.png);
}

.img_work_tab {
    box-shadow: 17px 1px 25px -9px #dbdbdb;
    border: 1px solid #DDDDDD;
}

.img_work_tab td {
    vertical-align: middle !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
}

.img_work_tab hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #eee;
}

.img_work_tab thead tr th {
    padding: 15px 30px 15px 10px!important;
    border-right: 1px #CDCDCD solid;
    border-bottom: 1px #CDCDCD solid;
    vertical-align: middle;
}


.img_work_tab .ui-checkbox {
    margin-bottom: 0;
}

.check_all label button {
    line-height: 1;
    padding: 0 !important;
}

.img_work_tab_rat_blue {
    outline: none !important;
}

.img_work_tab_stat_pub {
    color: #a8be73;
}

.img_work_tab_stat_nopay {
    color: #FF3366;
}

.img_work_tab_stat_hidd {
    color: #63625d;
    font-weight: normal;
}

.img_work_tab_item_im {
    float: left;
    width: 80px;
    height: 50px;
    margin: 0 0 0 0;
}

.img_work_tab_item_im img {
    height: 50px;
}

.img_work_tab_item_im_tx {
    float: left;
    clear: both;
    margin: 5px 0 0 0;
    font-size: 12px;
}









/***************************** ???????? ?????? **************************/


/******************************************************************************/

/* ????????? ???????? ?????? ? ?? ?????? */

.floating {
    height: auto;
}
.fixed {
    position: fixed;
    top: 60px; /*????? ????????? ?????? ??????*/
    /*    z-index: 100;*/ /*????????????? ???? ?????? ???? ????????? ?? ????????*/
}

.dat_slim_scroll {
    height: auto;
    overflow: auto;
}

/******************************************************************************/




.img_work_prop .nav-tabs>li {
    margin-right: 0 !important;
}

.img_work_prop .ui-checkbox {
    font-weight: normal;
}

.img_work_prop .ui-checkbox>em {
    position: relative;
    top: 2px;
    font-style: normal;
}

.img_work_prop .ui-checkbox {
    font-weight: normal;
    margin-right: 3px;
    cursor: pointer;
    cursor: hand;
}

.divider {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
    height: 10px;
}

.img_work_prop .nav-tabs>li>a {
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 0;
    color: #000000;
}


.img_work_prop .nav-tabs>li>a>span {
    border-bottom: 1px #000000 dashed;
    line-height: 1;
}

.img_work_prop .nav-tabs>li>a:hover>span, .img_work_prop .nav-tabs>li.active>a>span {
    border: 0;
}

.row_no_marg {
    float: left;
    width: 100%;
    clear: both;
}

.row_marg_tp {
    margin-top: 10px;
    float: left;
    width: 100%;
    clear: both;
}

.row_marg_tp2 {
    margin-top: 20px;
    float: left;
    width: 100%;
    clear: both;
}

.img_work_prop_imlnk {
    float: left;
}

.img_work_prop_imlnk img {
    float: left;
    max-width: 100%;
    max-height: 300px;
}

.img_work_prop_im_zoom {
    float: right;
    clear: both;
    margin: 0 0 0 0;
}

.img_work_prop_im_zoom div {
    position: absolute;
    width: 27px;
    height: 27px;
    margin: -35px 0 0 -35px;
    background: url(../img/ico_img_zoom.png) no-repeat 0 0;
}

.img_work_prop_tabs {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.img_work_prop_tabs .form-control {
    font-size: 14px;
    color: #000000;
}

.img_work_prop_tabs_name {
    float: left;
    width: 100%;
}

.img_work_prop_tabs_name .btn-link {
    padding: 4px 0 0 0 !important;
    margin-left: -6px;
}

.img_work_prop_tabs_name label {
    margin-bottom: 0;
}

.img_work_prop_tabs_name label em {
    display: inline-block;
    margin-bottom: 5px;
}

.img_work_prop_tabs_name label .button-checkbox {
    display: none;
}

.img_work_prop_filtr label {
    width: 45%;
    margin-bottom: 0;
}

.img_work_prop_filtr label button {
    line-height: 1;
    padding-top: 3px !important;
}

.img_work_prop_filtr label span {
    font-weight: normal;
    margin-right: 3px;
    cursor: pointer;
    cursor: hand;
}


.img_work_prop_tabs_num {
    display: inline-block;
    margin: 0 10px 0 10px;
}


.img_work_prop_tabs_enter {
    background-color: #FFFFFF;
}

.img_work_prop_tabs_enter button {
    border: 1px solid #cbd5dd;
    width: 40px;
    background-color: #99FF33;
    background: url(../img/find_butt.png) no-repeat center center;
}

.img_work_prop_hidd {
    width: 100%;
}

.btn_sm_fi {
    height: 30px;
}

.btn_sm_fi i {
    position: relative;
    line-height: 12px;
    top: 1px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 16px;
}

.img_work_prop_hidd2 {
    width: 100%;
    display: none;
}

.img_work_prop_hidd2 a {
    margin-right: 4px;
}

/***************************** ???????? ????? 3 **************************/

.imwk_pr_tabs_keys_inn {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}


.imwk_pr_tabs_keys ul {
    float: left;
    clear: both;
    width: 90%;
    margin: 20px 0 10px 0;
    padding: 0;
}

.imwk_pr_tabs_keys ul li {
    list-style: none;
    clear: both;
    display: inline-block;
    margin: 0 0 4px 0;
}

.imwk_pr_tabs_keys ul li a {
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding: 3px 7px;
    cursor: pointer;
}

.imwk_pr_tabs_keys ul li a div {
    float: left;
    margin: 0 10px 0 5px;
    font-size: 14px;
    font-weight: bold;
    padding-left: 13px;
    color: #000000;
    background: url(../img/strel_key_cl_p.png) no-repeat center left;
}

.imwk_pr_tabs_keys ul li a span {
    float: left;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1;
    border-bottom: 1px #000000 dotted;
}


/* ------------------------------------------------------------------- */

.imwk_pr_tabs_keys ul li.sel a {
    color: #FFFFFF;
}

.imwk_pr_tabs_keys ul li.sel a.label-danger {
    background-color: #fa7b58;
    border: 0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}


.imwk_pr_tabs_keys ul li.sel a div {
    color: #FFFFFF;
    background: url(../img/strel_key_cl.png) no-repeat center left;
}

.imwk_pr_tabs_keys ul li a.op div {
    color: #000000;
    background: url(../img/strel_key_op_b.png) no-repeat center left;
}

.imwk_pr_tabs_keys ul li.sel a.op div {
    color: #FFFFFF;
    background: url(../img/strel_key_op.png) no-repeat center left;
}

.imwk_pr_tabs_keys ul li.sel a span {
    color: #FFFFFF;
    border-bottom: 1px #FFFFFF dotted;
}

/* ------------------------------------------------------------------- */

.imwk_pr_tabs_keys ul li ul {
    /*    display: none; */
    float: left;
    clear: both;
    margin: 15px 0 10px 25px;
    width: 100%;
}

.imwk_pr_tabs_keys ul ul li {
    float: left;
    clear: none;
    min-width: 50%;
    width: auto;
    margin: 0 0 2px 0;
}

.imwk_pr_tabs_keys ul ul li a, .imwk_pr_tabs_keys ul ul li a span {
    font-weight: normal;
}


.imwk_pr_tabs_keys ul ul li a span {
    margin-right: 0;
}

.imwk_pr_tabs_keys ul ul li a, .imwk_pr_tabs_keys ul ul li a span {
    color: #000000 !important;
}

.imwk_pr_tabs_keys ul ul li a span {
    border-bottom: 1px #000000 dotted !important;
}



/* ------------------------------------------------------------------- */

.imwk_pr_tabs_keys ul ul li.sel a span {
    color: #FFFFFF !important;
    border-bottom: 1px #FFFFFF dotted !important;
}

/* ------------------------------------------------------------------- */

.imwk_pr_tabs_keys ul li a:hover span, .imwk_pr_tabs_keys ul ul li a:hover span {
    border: 0 !important;
    margin-bottom: 1px !important;
}


.imwk_pr_tabs_keys .add {
    float: left;
    clear: both;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 20px;
}

.imwk_pr_tabs_keys_add_cat {
    float: left;
    clear: both;
    width: 100%;
    margin: 20px 0 0px 0;
    background-color: #DFFFFF;
    text-align: left;
    padding: 5px 0 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.imwk_pr_tabs_keys_add_cat .col-sm-10 {
    width: 95%;
}

.imwk_pr_tabs_iptc_hidd_add {
    display: none;
}




























/************************ ????????? ???? ???????? ************************/

.theme_send_modal .modal-title {
    font-weight: bold;
    color: #000000;
    margin: 7px 0 0 0;
}

.theme_send_modal .img_work_tab_item_im {
    margin-right: 20px;
}

.theme_send_modal .nav-tabs>li {
    font-size: 100%;
    font-weight: bold;
}

.theme_send_modal .nav-tabs>li>a {
    color: #000000;
}

.theme_send_modal .modal-body {
    padding-bottom: 0px;
}

.theme_send_md_lf_cat {
    padding: 0;
}

.theme_send_modal .ui-tab .nav-tabs {
    margin-bottom: 0;
}

.theme_send_modal .modal-header .btn-info {
    margin-right: 20px;
}

.theme_send_modal .modal-header {
    border-bottom: 0;
}

.theme_send_md_modal_inn_hg {
    height: 450px;
}

.theme_send_md_modal_inn_hg_2 {
    height: 435px;
    overflow: auto;
}

.theme_send_md_lf_cat_inn {
    width: 101%;
    background-color: #EEEEEE;
    float: left;
    margin-left: -5px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    -o-border-bottom-left-radius: 6px;
    border-right: 2px #CCCCCC solid;
    border-top: 1px #CCCCCC solid;

}

.theme_send_md_lf_cat_inn .dat_slim_scroll {
    height: 435px;
}

.theme_send_md_lf_cat_inn ul {
    float: left;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
}

.theme_send_md_lf_cat_inn ul li {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.theme_send_md_lf_cat_inn ul li a {
    float: left;
    width: 100%;
    padding: 17px 0;
    margin: 0 0 0 0;
    text-decoration: none;
}

.theme_send_md_lf_cat_inn ul li a:hover {
    background-color: #E4E4E4;
}

.theme_send_md_lf_cat_inn ul li a span {
    float: left;
    margin: 0 0 0 20px;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}

.theme_send_md_lf_cat_inn ul li.sel a {
    background-color: #1BB7A1;
}

.theme_send_md_lf_cat_inn ul li.sel a span {
    color: #FFFFFF;
}

.theme_send_md_komu_strel {
    position: absolute;
    width: 35px;
    height: 35px;
    background: url(../img/theme_send_md_strel_crcl.png) no-repeat 0 0;
    margin: 195px 0 0 -33px;
}

.theme_send_md_modal_col_1 {
    border-right: 1px #EFEFEF solid;
    padding-right: 20px;
}

.theme_send_md_modal_col_1 .theme_send_md_modal_inn_hg_2 {
    margin-left: -5px;
}


.theme_send_ul {
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0 20px 0;
    clear: both;
}

.theme_send_ul li {
    float: left;
    min-width: 170px;
    margin: 3px 0 0 0px;
    padding: 0;
    list-style: none;
}

/* !!! << */
.theme_send_ul ul {
    float: left;
    margin: 0 0 10px 0;
    padding: 0;
}

#theme_send_sub_list > li {
    display: none;
}
/* !!! >> */

.theme_send_ul li a {
    float: left;
    text-decoration: none;
    color: #000000;
}

.theme_send_ul li a:hover {
    background-color: #e5f4ff;
}

.theme_send_ul li a span {
    float: left;
    padding: 2px 20px 2px 10px;
    margin-right: 10px;
    background-position: right 5px;
    background-repeat: no-repeat;
    background-image: url(../img/ico_theme_send_plus_sel.png);
    background-image: url(../img/ico_theme_send_plus.png);
}

.theme_send_ul li a:hover span {
    background-image: url(../img/ico_theme_send_plus_sel.png);
}

.theme_send_md_modal_col_2 .theme_send_ul li {
    min-width: 150px;
}

.theme_send_md_modal_col_2 .theme_send_ul li a span {
    background-image: url(../img/ico_theme_send_del_sel.png);
    background-image: url(../img/ico_theme_send_del.png);
}

.theme_send_md_modal_col_2 .theme_send_ul li a:hover span {
    background-image: url(../img/ico_theme_send_del_sel.png);
}

.theme_send_md_modal_col_1 .dat_slim_scroll,
.theme_send_md_modal_col_2 .dat_slim_scroll {
    margin-top: 10px;
    height: 445px;
}

.theme_send_md_comment {
    padding-top: 20px;
}

.theme_send_md_comment textarea {
    height: 410px;
    font-size: 18px;
}

.theme_send_md_img_list_inn {
    text-align: center;
}

.th_snd_img_list_item {
    display: inline-block;
    width: 138px;
    height: 109px;
    margin: 0 0 0 -4px;
    border-bottom: 1px #dbdbdb solid;
}

.th_snd_img_list_item a {
    float: left;
    width: 120px;
    height: 93px;
    margin: 8px 0 0 9px;
}

.th_snd_img_list_item a:hover {
    background: url(../img/ico_theme_send_del_sel.png) no-repeat right top;
    text-decoration: none;
}

.th_snd_img_list_item_inn {
    width: 100%;
    text-align: center;
}

.th_snd_img_list_item_inn div, .th_snd_img_list_item_inn img {
    float: none;
}

.th_snd_img_list_item_inn_img {
    margin-top: 10px;
    width: 80px;
    height: 50px;
    display: inline-block;
    float: none;
    overflow: hidden;
}

.th_snd_img_list_item_inn_img img {
    height: 50px;
}

.th_snd_img_list_item_inn .img_work_tab_item_im_tx {
    clear: both;
}




/******************************************************************************/
/************************************ ???? ************************************/
/******************************************************************************/



.btn_blue_hv:hover, .btn_blue_hv:focus, .btn_blue_hv:active, .btn_blue_hv.active  {
    color: #FFFFFF;
    background-color: #56BDF1;
}

.fi_trash_butt {
    color: #999999;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fi_trash_butt:hover, .fi_trash_butt:focus, .fi_trash_butt:active, .fi_trash_butt.active  {
    color: #FFFFFF;
    background-color: #999999;
}

/****************************** ???? ??????????????****************************/

.btn-line-primary {
    color: #767676;
    background-color: transparent;
    border-color: #18a18d;
}

.btn-line-primary:hover {
    background-color: #18a18d;
    color: #FFFFFF;
}


#theme_list_tab {
    box-shadow: none;
}

.announce_table tr {
    cursor: default !important;
}


.theme_ed_tabs {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

.theme_ed_tabs .form-control {
    font-size: 14px;
    color: #000000;
}

.theme_ed_tabs .nav-tabs>li {
    font-size: 100%;
}



.theme_ed_title h3, .theme_ed_title button {
    margin-top: 10px;
    margin-bottom: 10px;
}

.theme_ed_felds {
    margin-bottom: 20px;
}

.theme_ed_delete a {
    margin-top: -20px;
    text-decoration: underline;
}

.theme_ed_delete a:hover {
    text-decoration: none;
}





/******************************************************************************/
/******************************** ????????? ***********************************/
/******************************************************************************/



.btn_checked_green {
    background-color: #1BB7A1 !important;
    color: #FFFFFF !important;
}

.btn_chkbox {
    width: 40px;
    height: 35px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
}

.ico_user_once {
    background: url(../img/ico_user_once.png) no-repeat 12px 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    -o-border-top-right-radius: 0;
}

.ico_user_once.btn_checked_green {
    background-position: 12px -33px;
}

.ico_user_group {
    width: 45px;
    background: url(../img/ico_user_group.png) no-repeat 8px 9px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    -o-border-top-left-radius: 0;
}

.ico_user_group.btn_checked_green {
    background-position: 8px -17px;
}

/************************** ????????? ?????????????? **************************/

.light_ed_acc_marg {
    margin-left: 55px;
}


label.switch {
    margin: 5px 0 0 0;
}

.switch input {
    display: none;
}
.switch i {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 20px;
    box-shadow: inset 0 0 1px rgba(0,0,0,.5);
    background-color: #cccccc;
}
.switch i:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,.5);
}
.switch :checked + i {
    padding-right: 0;
    padding-left: 20px;
    box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px lightblue;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.5), inset 0 0 40px lightblue;
    background-color: #18A18D;
}





/******************************************************************************/
/***************************** ???????? ????????????? *************************/
/******************************************************************************/


.user_subscr_modal .th_snd_img_list_item_inn {
    float: left;
    width: 120px;
    height: 93px;
    margin: 8px 0 0 9px;
}

.user_subscr_modal .theme_send_md_modal_col_1 .theme_send_md_modal_inn_hg_2 {
    margin-left: 0;
}

.user_subscr_modal .theme_send_ul {
    padding-left: 10px;
}

.user_subscr_modal .theme_send_md_comment {
    padding-left: 10px;
}

.user_subscr_modal .theme_send_md_comment .theme_send_md_modal_inn_hg_2 {
    height: 400px;
    font-size: 18px;
    padding-right: 20px;
}




/******************************************************************************/
/***************************** ??????? ??????? ********************************/
/******************************************************************************/

.history_modal .modal-body {
    padding-top: 0;
}

.history_modal_row {
    padding-bottom: 10px;
}

.history_modal_summ {
    color: #A8BE73;
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

.history_modal_tx1 {
    padding-bottom: 10px;
    padding-left: 15px;
}

.history_modal .close {
    margin-right: 10px;
    margin-top: -10px;
}


/******************************************************************************/
/******************************** ?????????? **********************************/
/******************************************************************************/

#stat_tab td a {
    text-decoration: none;
    border-bottom: 1px #BBBBBB solid;
}

#stat_tab td a:hover {
    text-decoration: none;
    border: 0;
}









/******************************************************************************/
/********************************* ??????? ************************************/
/******************************************************************************/

#trash_tab tbody tr {
    cursor: pointer;
    cursor: hand;
}


.trash_modal .modal-body {
    padding-top: 0;
}

.trash_modal_row {
    padding-bottom: 10px;
}

.trash_modal_tx1 {
    padding-bottom: 10px;
    padding-left: 15px;
}

.trash_modal .close {
    margin-right: 10px;
    margin-top: -10px;
}


/******************************************************************************/
/******************************* ???????????? *********************************/
/******************************************************************************/



/******************************** ????????? *******************************/

.sidebar_users {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 235px;
    z-index: 900;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    padding-top: 0;
    width: 200px;
    box-shadow: -5px 0 55px 0px #727272;
}

.sidebar_weight {
    width: 350px;
}

.main_users {
    min-width: 800px;
    padding: 15px 0px 15px 440px;
}

.main_weight {
    min-width: 650px;
    padding: 15px 0px 15px 590px;
}

.sidebar_users .nav-sidebar > .active > a {
    color: #fff !important;
    background-color: #999999 !important;
}

.sidebar_users .nav-sidebar > li > a {
    padding: 13px 5px 13px 20px;
    color: #000000;
}

.sidebar_users_inp {
    margin: 20px 0 20px 0;
}

.users_group_ed_rw {
    margin: 10px 0 10px 0;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px #efefef solid;
    min-width: 500px;
}

.users_group_ed_del {
    float: right;
    clear: both;
    color: #959595;
    text-decoration: underline;
}

.users_group_ed_del:hover {
    text-decoration: none;
}

.users_group_ed_rw .img_work_filtr_lab label {
    margin-bottom: 0;
}

.users_group_ed_rw .img_work_filtr_lab label button {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: 0;
    margin-top: -2px;
}

.users_group_ed_ogr_tab .img_work_filtr_lab label {
    clear: both;
    white-space: nowrap;
}

.main_users .img_work_tab a {
    text-decoration: underline;
}

.main_users .img_work_tab a:hover {
    text-decoration: none;
}

/******************************* ????????? ???? *******************************/

.user_modal .modal-title {
    font-weight: bold;
    color: #000000;
    margin: 0px 30px 5px 0;
}

.user_modal .ch_enter_nam {
    float: left;
    margin: 4px 30px 10px 0;
}

.user_modal .enter_nam_lnk {
    float: left;
    margin: 8px 30px 10px 0;
    color: #56BDF1;
    text-decoration: underline;
}

.user_modal .enter_nam_lnk:hover {
    text-decoration: none;
}

.user_modal .us_modal_save {
    margin-right: 20px;
}

.user_modal .modal-header {
    border-bottom: none;
}

.user_modal .modal-body {
    padding-top: 0;
}

.us_mod_row_marg .row {
    margin-bottom: 7px;
}

.us_mod_col_lf {
    margin-top: 7px;
}

.user_modal .tab-content {
    padding-top: 25px;
}

.user_modal_del_lnk {
    position: absolute;
    white-space: nowrap;
    margin: 25px 0 0 -120px;
    color: #FFFFFF;
    text-decoration: underline;
}

.user_modal_del_lnk:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.user_modal_price_item {
    float: left;
    /*    width: 200px; */
    margin: 0 50px 5px 0;
}

.user_modal_price_item_cl_1 {
    float: left;
    width: 65px;
    height: 20px;
    margin: 7px 0 0 0;
    overflow: hidden;
}

.user_modal_price_item_cl_2 {
    float: left;
    width: 100px;
    margin: 0 0 0 7px;
}

.user_modal_price_item_cl_3 {
    float: left;
    margin: 7px 0 0 5px;
}

.user_modal_size_inp {
    margin: 10px 0 0 0;
}





/******************************************************************************/
/******************************* ??????????? **********************************/
/******************************************************************************/

.sidebar_manual_nw_gr {
    margin: 50px 0 20px 0;
}

.sidebar_manual_nw_gr_title {
    margin-bottom: 5px;
    color: #686868;
}

.sidebar_manual_group_title {
    margin: 20px 0 20px 0;
}


/******************************* ???????? ????? *******************************/

.manual_keys_out {
    padding-left: 20px;
}


.manual_keys_title {
    margin: 5px 0 0 10px;
}

.manual_keys_cont {
    margin: 30px 0 0 0;
}

.manual_keys_cont ul {
    padding: 0;
    margin: 0;
    float: left;
}

.manual_keys_cont ul li {
    float: left;
    margin: 3px 30px 0 0;
    padding: 2px 20px;
    list-style: none;
    min-width: 390px;
}

.manual_keys_cont ul li a {
    float: right;
    text-decoration: none;
    color: #000000;
    margin-left: 6px;
    margin-right: 6px;
}

.manual_keys_cont ul li a span {
    float: left;
    width: 100%;
    padding: 2px 0 2px 0;
}

.manual_keys_cont ul li a:hover span {

}

.manual_keys_cont_bott {
    float: left;
    clear: both;
    width: 100%;
    margin: 50px 0 0 0;
    padding-left: 10px;
}

.manual_keys_cont_bott_add {
    float: left;
    width: 260px;
}

.manual_keys_cont_del_lnk {
    float: right;
    margin: 28px 40px 20px 20px;
    color: #646464;
    text-decoration: underline;
}

.manual_keys_cont_del_lnk:hover {
    text-decoration: none;
}

.del-link {
    margin: 28px 40px 20px 20px;
    color: #646464;
    text-decoration: underline;
}

.del-link:hover {
    text-decoration: none;
}

.manual_keys_cont ul li:hover {
    background-color: #cdfaff;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
}

.manual_keys_sel ul li a:hover span {
    background: none;
}

.manual_keys_sel ul li a.select {
    background-color: #67E9D6;
    padding: 0px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.input-group-blur {
    width: 350px;
}

.input-group-blur input {
    height: 25px;
    padding: 0px;

}

.input-group-blur button {
    height: 25px;
    padding: 0px 5px;
}

/********************************** ????????? *********************************/

.manual_cats ul li {
    clear: both;
}








/******************************************************************************/
/**************************** ????????? ??????? *******************************/
/******************************************************************************/

.profile_outer {
    padding: 10px 20px 20px 20px;
}

.profile_title_bl {
    margin-bottom: 25px;
}

.profile_title_bl h3 {
    font-weight: bold;
    float: left;
    margin: 0;
}

.profile_prop_name {
    float: left;
    margin-bottom: 3px;
    padding-left: 10px;
}

.profile_prop_pass_switch {
    float: left;
    clear: both;
    margin: 5px 0 0 10px;
    text-decoration: underline;
}

.profile_prop_pass_switch:hover {
    text-decoration: none;
}

.profile_prop_ip_bl {
    margin-top: 25px;
}

.profile_prop_ip_bl .switch {
    margin-top: 7px;
}

.profile_prop_ip_title {
    float: left;
    margin: 5px 20px 0 0;
    font-weight: bold;
    color: #676767;
}

.profile_prop_ip_inp {
    float: left;
    width: 165px;
    margin: 0 10px 0 0;
}



/******************************************************************************/
/******************************* ??????????? **********************************/
/******************************************************************************/

.form-signin {
    max-width: 420px;
    margin: 70px auto 0 auto;
}

.form-signin .form-signin-heading {
    width: 100%;
    margin: 0 0 45px 0;
    text-align: center;
}

.form-signin .form-signin-heading span {
    color: #fff;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 18px;
    margin-bottom: 25px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-color: #e6e6e6;
}
.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {

}
.form-signin input[type="password"] {

}

.form-signin button {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    font-weight: bold;
}

.form-signin-rememb-lnk {
    float: left;
    clear: both;
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
}

.form-signin-rememb-lnk a {
    color: #fff;
    text-decoration: underline;
}

.form-signin-rememb-lnk a:hover {
    text-decoration: none;
}















/******************************************************************************/
/******************************************************************************/
/**************            ????????? ?????????            *********************/
/******************************************************************************/
/******************************************************************************/



/******************************* ??????? ???? *********************************/

.navbar_editor {
    min-width: 1010px;
}

.navbar_editor_user i, .navbar_editor_exit i {
    font-size: 25px;
}

.navbar_editor_user {
    float: left;
    padding: 13px 10px 8px 10px !important;
}

.navbar_editor_user span {
    position: relative;
    top: -4px;
    margin-left: 10px;
    border-bottom: 0 !important;
}

.navbar_editor_exit {
    float: left;
    padding: 13px 20px 8px 10px !important;
}

.navbar_top_menu {
    float: left;
    margin: 0 0 0 10px;
}

.navbar_top_menu ul {
    float: left;
    margin: 0 0 0 0;
}

.navbar_top_menu ul li {
    float: left;
    margin: 0 0 0 0;
    list-style: none;
    height: 50px;
}

.navbar_top_menu ul li a {
    position: relative;
    display: block;
    /*    float: left;  */
    padding: 12px 15px 14px 15px;
    color: #FFFFFF;
}

.navbar_top_menu ul li a:hover {
    background-color: #555555;
    text-decoration: none;
}

.navbar_top_menu li.active > a {
    color: #fff !important;
    background-color: #1bb7a0 !important;
}

.navbar_top_menu li a i {
    margin-right: 9px;
    font-size: 18px;
    top: 2px;
    position: relative;
    display: inline-block;
}


/******************************* ????? ?????? *********************************/

.sidebar_editor {
    padding: 15px 2px 20px 5px;
    overflow: hidden;
}

.sidebar_editor .nav>li>a {
    padding: 5px 9px 7px 9px;
}

.sidebar_editor .nav>li>a>i {
    position: relative;
    top: 2px;
    font-size: 20px;
    margin-right: 3px;
    color: #666666;
}

.sidebar_editor .nav>li.active>a>i {
    color: #1BB7A0;
}





.editor_news_add_cats_lf_add {
    display: none;
}

.edr_news_defd_tab_inn {
    padding: 10px 7px 20px 10px;
}

.lnk_blue {
    color: #53bcf3;
    text-decoration: underline;
}

.lnk_blue:hover {
    color: #53bcf3;
    text-decoration: none;
}

.edr_news_defd_lf_item_lst {
    width: 210px;
    height: 200px;
    overflow: hidden;
}

.edr_news_defd_lf_item {
    float: left;
    width: 88px;
    height: 96px;
    margin: 0 17px 25px 0;
    overflow: hidden;
    text-align: center;
}

.edr_news_defd_lf_item img {
    display: inline-block;
    height: 100%;
    width: auto;
}

.edr_news_defd_tabs {
    width: 227px;
}


.edr_news_coll_tab_inn {
    padding: 10px 7px 20px 10px;
}

.edr_news_coll_lf_item_lst_out {
    float: left;
    width: 215px;
    margin: 0 0 0 0;
    overflow: hidden;
}

.edr_news_coll_lf_item_lst {
    float: left;
    width: 195px;
    margin: 0 0 0 0;
}

.edr_news_coll_lf_item {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 19px 0;
    padding-bottom: 17px;
    border-bottom: 1px #ececec solid;
    text-align: center;
}

.edr_news_coll_lf_item img {
    display: inline-block;
    max-width: 190px;
    height: auto;
}

.edr_news_coll_lf_item div, .edr_news_coll_lf_item a {
    text-align: left;
}

.edr_news_coll_lf_item_tx1 {
    float: left;
    clear: both;
    width: 100%;
    min-height: 14px;
    margin: 2px 5px 0 0;
    color: #1BB7A1;
    font-size: 10px;
    font-weight: bold;
}

.edr_news_coll_lf_item_title {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 10px 0;
    text-decoration: none;
    line-height: 1.2;
}

.edr_news_coll_lf_item_bott {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

.edr_news_coll_lf_item_bott a {
    float: left;
    margin: 0 0 0 0;
    text-decoration: none;
    cursor: pointer;
    cursor: hand;
}

.edr_news_coll_lf_item_bott a i {
    float: left;
    font-size: 20px;
    color: #cbcbcb;
}

.edr_news_coll_lf_item_bott a:hover i {
    color: #1BB7A1;
}

.edr_news_coll_lf_item_bott a.active i {
    color: #1BB7A1 !important;
}

.edr_news_coll_lf_item_bott a:hover.active i {
    color: #cbcbcb !important;
}

.edr_news_coll_lf_item_bott a span {
    float: left;
    margin: 6px 0 0 9px;
    color: #1BB7A1;
    border-bottom: 1px #1BB7A1 dotted;
    line-height: 1;
    display: none;
}

.edr_news_coll_lf_item_bott a:hover span {
    display: block;
}

.edr_news_coll_lf_item_bott a:hover.active span {
    display: none;
}

.edr_news_coll_lf_item_bott a > div {
    float: left;
    margin: 6px 0 0 9px;
    color: #cbcbcb;
    border-bottom: 1px #cbcbcb dotted;
    line-height: 1;
    display: none;
}

.edr_news_coll_lf_item_bott a:hover.active > div {
    color: #cbcbcb !important;
    display: block;
}

.edr_news_coll_lf_item_bott a > div >div {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -25px;
    margin-top: -3px;
    background: url(../img/line_trought_nakl.png) no-repeat 0 0;
    /*    background-color: #99FF33; */
}


.editor_met_green {
    float: right;
    min-width: 36px;
    margin: 2px 0 0 0;
    padding: 2px 5px;
    background-color: #1BB7A1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    color: #FFFFFF;
    text-align: center !important;
    font-size: 14px;
}




/****************************** ?????? ???????? *******************************/

.editor_news_list {
    float: left;
    width: 100%;
    margin: 0 0 0 -20px;
}

.editor_news_item {
    float: left;
    width: 228px;
    height: 340px;
    margin: 0 0 18px 22px;
    border: 1px #ebeae8 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.editor_news_item_2 {
    float: left;
    width: 228px;
    height: 300px;
    margin: 0 0 18px 22px;
    border: 1px #ebeae8 solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

.editor_news_item_im {
    float: left;
    width: 100%;
    height: 220px;
    margin: 0 0 0 0;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    background-color: #f4f3f1;
}

.editor_news_item:hover .editor_news_item_im {
    background-color: #ecebe9;
}

.editor_news_item_im_inn {
    float: left;
    width: 192px;
    height: 192px;
    margin: 17px 0 0 18px;
}

.editor_news_item_im_inn2 {
    width: 192px;
    height: 192px;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    overflow: hidden;
}

.editor_news_item_im_inn2 img {
    max-width: 190px;
    max-height: 190px;
}

.editor_news_item_im_inn2 > a > div > div {
    display: none;
    clear: both;
}

.editor_news_item_im_inn2 > a:hover > div > div {
    display: block;
}

.editor_news_item_im_inn img, .editor_news_item_im_inn_im {
    display: inline-block;
}

.editor_news_item_tx_bl {
    float: left;
    clear: both;
    width: 195px;
    height: 65px;
    margin: 10px 0 0 18px;
    overflow: hidden;
    line-height: 1.2;
}

.editor_news_item_tx_bl_2 {
    float: left;
    clear: both;
    width: 195px;
    height: 65px;
    margin: 10px 0 0 10px;
    overflow: hidden;
    line-height: 1.2;
}

.editor_news_item_dat {
    float: left;
    width: 100%;
    font-size: 12px;
    margin: 0 0 3px 0;
    color: #676767;
    line-height: 1.2;
    font-weight: bold;
    min-height: 14px;
}

.editor_news_item_tx {
    line-height: 1;
}

.editor_news_item_bott_bl {
    float: left;
    clear: both;
    width: 202px;
    margin: 10px 0 0 18px;
}


.editor_news_modal .modal-header {
    border-bottom: 0;
}


.editor_nws_str_2_lf {
    float: left;
    width: 18px;
    height: 14px;
    margin: 3px 17px 0 0;
    background: url(../img/strel_grey_lf.png) repeat-x 0 0;
}

.editor_nws_str_2_rg {
    float: left;
    width: 18px;
    height: 14px;
    margin: 3px 0 0 17px;
    background: url(../img/strel_grey_rg.png) repeat-x 0 0;
}

.editor_nws_str_1_lf {
    float: left;
    width: 9px;
    height: 14px;
    margin: 3px 0 0 0;
    background: url(../img/strel_grey_lf.png) no-repeat 0 0;
}

.editor_nws_str_1_rg {
    float: left;
    width: 9px;
    height: 14px;
    margin: 3px 0 0 0;
    background: url(../img/strel_grey_rg.png) no-repeat 0 0;
}

.editor_nws_modal_pg {
    float: left;
    margin: 0 14px 0 14px;
}

.editor_nws_modal_img_bg {
    text-align: center;
    height: 525px;
    width: 340px;
    margin-bottom: 20px;
}

.editor_nws_modal_img_bg img {
    display: inline-block;
}

.editor_nws_modal_img_sm a.sel img {
    opacity: 0.5; filter:alpha(opacity=50); -moz-opacity: 0.5;
}

.editor_nws_modal_img_bg .btn {
    position: absolute;
    color: #666666;
    margin: 12px 0 0 12px;
    top: 0px;
    left: 15px;
}

.editor_nws_modal_img_bt_lnk {
    margin: 12px 0;
}

.editor_nws_modal_img_bt_lnk a {
    color: #666666;
    text-decoration: underline;
}

.editor_nws_modal_img_bt_lnk a:hover {
    text-decoration: none;
}

.editor_nws_modal_img_sm {
    overflow: hidden;
    max-height: 180px;
}

.editor_nws_modal_img_sm img {
    width: auto;
    height: 150px;
    float: left;
    margin-right: 22px;
}

.editor_nws_modal_rg_tx_bl {
    margin-bottom: 55px;
}

.editor_nws_modal_rg_tx_bl div {
    margin-bottom: 8px;
}

.editor_nws_modal_rg_tx_bl a {
    text-decoration: underline;
}

.editor_nws_modal_rg_tx_bl a:hover {
    text-decoration: none;
}

.editor_nws_modal_rg_price {
    float: left;
    padding: 34px 15px 18px 15px;
    background-color: #f4f3f1;
}

.editor_nws_modal_rg_price label {
    min-width: 130px;
    margin-right: 10px;
    margin-bottom: 8px !important;
}

.editor_nws_modal_rg_price .btn-primary {
    clear: both;
    margin-top: 34px;
}

.row_col {
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0px auto;
}

.theme_ed_im_theme .metro-radio {
    margin: 0 10px 10px 0 !important;
}

/* ????????? */
.mCSB_inside > .mCSB_container{ margin-right: 0px; }


.editor_top_bread {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 1.5;
}

.editor_top_bread span {
    margin-right: 10px;
}

.editor_top_bread .editor_met_green {
    position: relative;
    float: none;
    display: inline-block;
    top: -2px;
    font-weight: normal;
    margin-left: 5px;
}

.editor_top_bread a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px #000000 solid;
    line-height: 1;
    margin-right: 15px;
}

.editor_top_bread a:hover {
    border: 0;
}


/****************************** ?????????? ************************************/

.editor_deferr_new_fold {
    margin: 15px 0 30px 0;
}

.editor_deferr_vw_butts {
    margin: 0 0 20px 0;
}

.editor_deferr_vw_butts button {
    margin-right: 20px;
    color: #666666;
}

.editor_deferr_vw_butts button .glyphicon {
    top: 2px;
}

.editor_deferr_vw_butts button i:before {
    position: relative;
    top: 2px;
    font-size: 20px;
    height: 14px;
    line-height: 14px;
    color: #666666;
}

.editor_deferr_vw_butts a {
    margin-right: 20px;
    color: #666666;
    text-decoration: none;
}

.editor_deferr_vw_butts a:hover {
    text-decoration: none;
}

.editor_deferr_down_butts {
    margin-bottom: 20px;
}



/****************************** ????? *****************************************/

.editor_arhiv_modal .modal-body {
    padding-top: 10px;
}

#editor_arhiv_tab tbody tr {
    cursor: pointer;
    cursor: hand;
}




/****************************** ?????? ****************************************/

.editor_help_outer {
    padding-left: 35px;
    padding-right: 30px;
}

.editor_help_tile h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.editor_help_inner {
    color: #676767;
    line-height: 1.3;
}

.editor_help_inner h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.2;
}

.editor_help_inner p {
    margin-bottom: 20px;
}

.editor_help_rg_form {
    margin-top: 20px;
    border-color: #59bcf3;
}


.editor_help_rg_form .panel-body {
    padding: 15px 25px 25px 25px;
}


.editor_help_rg_form h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
}

.editor_help_rg_form button {
    margin-top: 30px;
}






/****************************** ???????? ??????????? **************************/


.form_reg {
    max-width: 890px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.ico_refresh {
    float: left;
    width: 27px;
    height: 27px;
    margin: 11px 0 0 15px;
    background: url(../img/ico_refresh.png) no-repeat 0 0;
}

.form_reg_captch_inp {
    padding: 0;
}

.form_reg_captch_im_out {
    width: 210px;
    float: right;
}

.form_reg_captch_im {
    float: left;
    width: 160px;
    height: 43px;
    margin: 3px 0 0 0;
}

.form_reg_captch_im img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.form_reg_felds {
    margin-bottom: 20px;
}

.form_reg_checkbox label {
    margin-bottom: 0;
    margin-left: 20px;
    color: #666666;
}

.form_reg_checkbox label button {
    line-height: 1;
    margin: 0;
}

.form_reg_checkbox label a {
    color: #666666;
    text-decoration: underline;
}

.form_reg_checkbox label a:hover {
    text-decoration: none;
}

.form_reg .btn-primary {
    clear: both;
    margin-top: 30px;
}

.form_err input {
    border: 1px #b00002 solid !important;
}

.form_reg_inp_mess_1 {
    display: none;
    position: absolute;
    font-size: 14px;
    background-color: #FFFFFF;
    z-index: 50;
    margin: -7px 0 0 20px;
    line-height: 1;
    padding: 0 5px;
    color: #686868;
}

.form_reg_inp_mess_2 {
    display: none;
    position: absolute;
    font-size: 12px;
    z-index: 50;
    margin: 48px 0 0 15px;
    line-height: 1;
    padding: 0 5px;
    color: #b00002;
}

.form_err .form_reg_inp_mess_1, .form_err .form_reg_inp_mess_2 {
    display: block;
}

.upload_inp_files {
    padding-bottom: 20px;
}

.upload_inp_files button {
    width: 158px;
}

.upload_inp_files input {
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 14px;
    width: 158px;
    height: 34px;
    background-color: #99FF33;
    position: absolute;
    border: 1px #FF3300 solid;
    z-index: 50;
    cursor: pointer;
    cursor: hand;
}

.alert {
    display: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 40%;
    z-index: 2000;
    border: 1px #AAAAAA solid;
}

.price > div {
    display: none;
}

.price > div:first-child {
    display: block;
}

#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -30px;
    font-size: 50px;
    color: #1BB7A0;
    z-index: 9999;
}

.fa-spin {
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 15px 25px;
    border-radius: 4px;
    float: right;
}

.count-photo {
    float: right;
    margin: 7px 20px 0px 0px;
}

.count-photo span {
    font-weight: bold;
}

.autocomplete-w1 { background:#ddd; position:absolute; top:0px; left:0px; margin:0px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:0px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; cursor: pointer;}
.autocomplete div:hover { text-decoration: underline;}
.autocomplete strong { font-weight:normal; color:#3399FF; }

.ch_pass_f em {
    color: red;
}




.img_list_item {
    padding: 15px 0px;
    display: inline-block;
    width: 138px;
    margin: 0 0 0 -4px;
    border-bottom: 1px #dbdbdb solid;
    text-align: center;
}

.img_list_item img {
    max-width: 70px;
    max-height: 70px;
}

.img_list_item .metro-radio {
    float: none;
    margin: 0 10px 0 0px !important;
}

.img_list_item .metro-radio .check {
    margin: 0 10px 0 0px !important;
}

.main-check {
    float: none;
    margin: 0px 0px 10px 25px !important;
}

.img_list_item_events {
    padding: 10px 10px;
    display: inline-block;
    width: 160px;
    margin: 0 0 0 -4px;
    border-bottom: 1px #dbdbdb solid;
    text-align: center;
}

.img_list_item_events img {
    max-width: 150px;
    max-height: 150px;
}