body {
    /* min-height: 100%; */
    /* overflow-y: hidden; */
    font-family: Verdana, Arial, "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica,  sans-serif;
    /*overflow-y: scroll;*/
    /*overflow: hidden;*/
    font-size: 12px;

}
html  {
    min-height: 100%;
}
html , body {
    width: 100%;
    margin: 0;
    padding: 0;
}
.head {
    margin-right: auto;
    margin-left: auto;

    position: relative;
    min-height: 100%;
}
i,b{
    margin: 0;
    padding: 0;
}

.cln, .cls {
    clear: both;
}
.br {
    height: 15px;
}
.width100 {
    width: 100%;
}
.center {
    text-align: center;
}
.page ul {
    list-style:none;
    padding: 0;
    margin: 0;
}
.page a {
    text-decoration: none;
}

.menu_head {
    height: 50px;
}

/*  PAGE   */
/*.menu_head {*/
    /*background-color: #dddddd;*/
    /*text-align: center;*/
    /*height: 30px;*/
    /*margin-bottom: 10px;*/
/*}*/
    /*.menu_head li{*/
        /*display: inline-block;*/
        /*font-size: 13px;*/
        /*padding: 5px;*/
    /*}*/
    /*.menu_head li a{*/
        /*color: #444444;*/
        /*padding: 3px 5px;*/
    /*}*/
        /*.menu_head li a:hover{*/
            /*border-radius: 3px;*/
            /*box-shadow: 1px 1px 1px -1px #271A1A, -1px -1px 1px -1px #FFFFFF;*/
        /*}*/
    /*.menu_head li:hover{*/
    /*}*/


.menu_right{
    width: 200px;
    float: left;
    margin-top: 17px;
}
.menu_right .dir_right{
    margin-top: 24px;
    margin-bottom: 24px;
}
.menu_right .dir_right ul{
    /*margin-left: 8px;*/
    list-style:inherit;
}
.menu_right .dir_right li .vidstup {
    margin-left: 10px;
    margin-right: 10px;
    /*line-height: 20px;*/
    /*list-style-type: disc;*/
    /*text-align: left;*/
    /*font-size: 14px;*/
    /*box-sizing: border-box;*/
}
.menu_right .dir_right li .pidkatalog {
    margin-left: 0px;
    margin-right: 5px;
    color: #BFBFBF;
    /*line-height: 20px;*/
    /*list-style-type: disc;*/
    /*text-align: left;*/
    /*font-size: 16px;*/
    /*box-sizing: border-box;*/
}

/*
.menu_right .dir_right ul li:before{
     content: '\f0da';
     font-family: 'FontAwesome';
     float: left;
     margin-left: -6px;
     margin-top: 10px;
     color: #D2D2D2;
}
*/
.waint_dir_ed_text{
    position: fixed;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.7;
}
.menu_right .dir_right li a{
    display: block;
    padding: 9px 2px 9px 10px;
    color: #2D2D2D;
    line-height: 15px;
    /*transition: all 0ms;*/
    white-space: nowrap;
    overflow: hidden;
}
.menu_right .dir_right li a .dir_text {
    display: inline;
}
.menu_right .dir_right li.active a{
    background-color: #f2f2f2;
}
.menu_right .dir_right li.hover a{
    background-color: #f2543e;
}
.menu_right .dir_right li a:hover{
/*  , .menu_right .dir_right li a .dir_edit .dir_edit_remove:hover*/
    background-color: #EAEAEA;

    /*transition: all 100ms;*/
}
.menu_right .dir_right li a b{
    /* border: 1px solid #CAC5C5; */
    border-radius: 8px;
    padding: 1px 7px;
    font-weight: normal;
    /*float: right;*/
    margin: -1px 10px 0px;
    background-color: #BFBFBF;
    color: #fff;
}



    /*edit dir*/
    .menu_right .dir_right li .dir_edit{
        position: absolute;
        color: #757474;
        /*float: right;*/
        display: inline-block;
        right: 0px;
        top: 0px;
        font-size: 21px;
        display: none;
        line-height: 25px;
    }
    .menu_right .dir_right li:hover .dir_edit{
        display: block;
    }
    /*edit dir*/
        .menu_right .dir_right li .dir_edit .dir_edit_edit{
            float: left;
            margin-right: 1px;
            padding: 3px 7px 5px;
            cursor: pointer;
        }
        .menu_right .dir_right li .dir_edit .dir_edit_edit:hover{
            color: #2e2d2d;
            background-color: #f2f2f2;
        }
        .menu_right .dir_right li.dir_editing_name {
            position: relative;
            z-index: 2;
        }
        .menu_right .dir_right li.dir_editing_name input{
            border: 1px solid #B5B5B5;
            width: 190px;
            height: 28px;
            margin: 0;
            padding: 1px 1px 2px 6px;
            background-color: #FDFDFD;
            color: #5A5A5A;
        }
        .menu_right .dir_right li.dir_editing_name:hover {
            background-color: #f2f2f2;
        }
        .menu_right .dir_right li .dir_edit .dir_edit_remove{
            float: left;
            color: #dd3b44;
            margin-right: 1px;
            padding: 3px 7px 5px;
            cursor: pointer;
        }
        .menu_right .dir_right li .dir_edit_send{
            float: left;
            position: absolute;
            right: 0px;
            top: 0px;
            font-size: 21px;
            line-height: 25px;
            color: #39dd36;
            margin-right: 1px;
            padding: 2px 5px 4px;
            cursor: pointer;
            background-color: #f2f2f2;
            border: 1px solid #B5B5B5;
        }
        .menu_right .dir_right li .dir_edit .dir_edit_remove:hover{
            color: #e80052;
            background-color: #f2f2f2;
        }
        .menu_right .dir_right li .dir_edit_send:hover{
            color: #39dd36;
            background-color: #ffffff;
        }

        .menu_right .dir_right li.ui-droppable{
            position: relative;
        }

.menu_right .panel{
    opacity: 0.5;
    transition: all 100ms;
}
.menu_right .panel:hover{
    opacity: 1;
    transition: all 100ms;
}
.menu_right .panel i{
    font-size: 20px;
    padding: 5px;
    color: #717070;
}

.menu_right .panel .reg{
    display: inline-block;
    width: 150px;
    border: 1px solid #d2d2d2;
    height: 30px;
}
.menu_right .panel .reg:hover{
    background-color: #f9f9f9;
}
.menu_right .panel .reg a{
    display: block;
    vertical-align: top;
}
.menu_right .panel .reg .text{
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    padding-top: 7px;
    color: #717070;
}
.menu_right .panel .edit{
    display: inline-block;
    width: 40px;
    border: 1px solid #d2d2d2;
    text-align: center;
    height: 30px;
    position: relative;
}
.menu_right .panel .edit:hover{
    background-color: #f9f9f9;
}
.menu_right .panel .edit i{
    font-size: 20px;
    padding: 5px 5px;
    color: #717070;
}.menu_right .panel .edit i.edit_plus{
     position: absolute;
     bottom: 1px;
     right: 6px;
     font-size: 15px;
     padding: 0;
     /*background-color: #fff;*/
}
.menu_right .panel .edit i.edit_plus_b{
     position: absolute;
     bottom: 1px;
     right: 6px;
     font-size: 16px;
     padding: 0;
     /*background-color: #fff;*/
    color: #fff;
}
.menu_right .panel .edit.btn_edit_stop{
    background-color: #fff;
}
.menu_right .panel .edit.btn_edit_stop i{
    color: #39dd36;
}


.content {
    width: 960px;
    margin: 0 auto;
}

.zakladki {
    float: left;
    width: 740px;
}
.zakladki .pusto_list {
    text-align: center;
    padding: 10px;
    background-color: #F9F9F9;
    margin-top: 3px;
    color: #F5A5A5;
    font-size: 17px;
}

.zakladki .search_panel {
    width: 745px;
    padding-bottom: 20px;
    padding-top: 67px;
}
    .zakladki .search_panel .l_img{
        float: left;
        opacity: 0.7;
    }
    .zakladki .search_panel form{
        float: left;
    }
    .zakladki .search_panel form .ta{
        float: left;
        width: 500px;
        margin: 12px 0 10px 0;
        height: 23px;
    }
    .zakladki .search_panel form .btn{
        float: left;
        margin: 12px 3px 10px 3px;
        height: 29px;
        width: 60px;

        font-size: 15px;
        padding: 0 20px;
        color: #565656;
    }


    .zakladki .list{
        list-style-type: none;
        margin: 0px;
        /*position: relative;*/     /* sortable oerror*/
        margin-bottom: 10px;
        min-height: 700px;
    }
        .zakladki .list li{
            float: left;
            /*padding: 5px 12px;*/
            margin: 5px 12px;
            width: 160px;
            height: 130px;
        }

        .zakladki .list li a{
            text-decoration: none;
            color: #606161;
        }
        .zakladki .list li .div_img{
            height: 110px;
            border: solid 1px #cdcdcd;
            position: relative;
            border-radius: 5px;
        }
            .zakladki .list li:hover .div_img {
                /*border: solid 1px #7c7c7c;*/
                box-shadow: 0px 3px 5px 1px #B0B0B0;
            }
            .zakladki .list li .div_img img{
                width: 100%;
                height: 100%;
                border-radius: 5px;
            }
            .zakladki .list li:hover .div_img img{
                width: 100%;
                height: 100%;
                /*-webkit-filter: blur(2px);*/
                /*-moz-filter: blur(2px);*/
                /*filter: blur(2px);*/
            }
        .zakladki .list li .div_img .link_edit {
            position: absolute;
            color: #757474;
            /* float: right; */
            display: inline-block;
            right: 0px;
            top: 0px;
            left: 0;
            font-size: 20px;
            display: none;
            line-height: 18px;
            background-color: rgba(221, 221, 221, 0.6);
        }
        .zakladki .list li.li_edit:hover .div_img .link_edit{
            display: block;
        }
            .zakladki .list li .div_img .link_edit .link_edit_edit{
                float: left;
                margin-right: 1px;
                padding: 4px 7px;
                cursor: pointer;
            }
            .zakladki .list li .div_img .link_edit .link_edit_edit:hover{
                background-color: #fff;
            }
            .zakladki .list li .div_img .link_edit .link_edit_remove{
                float: right;
                color: #dd3b44;
                margin-right: 1px;
                padding: 4px 7px;
                cursor: pointer;
            }
            .zakladki .list li .div_img .link_edit .link_edit_remove:hover{
                background-color: #fff;
            }




        .zakladki .list li .div_img .div_img_t {
            position: absolute;
            /* top: 0; */
            /* left: 0; */
            /* right: 0; */
            /* bottom: 0; */
            background-color: rgba(0, 0, 0, 0.6);
            color: #fff;
            text-align: center;
            font-size: 13px;
            overflow: hidden;
             display: none;
            /*display: block;*/
            /* display: table; */
            width: 160px;
            height: 111px;
            margin-top: -110px;
            margin-left: -1px;
            border-radius: 5px;
        }
        .zakladki .list li:hover .div_img .div_img_t{
            display: block;
        }
            .zakladki .list li .div_img .div_img_t .div_img_t_text{
                display: table-cell;
                vertical-align: middle;
                /*height: 110px;*/
                /*width: 160px;*/
                height: 100px;
                width: 150px;
                padding: 5px;
            }
        .zakladki .list li.ui-sortable-handle:hover .div_img .div_img_t{
            display: none;
        }

.zakladki .list li .host{
            vertical-align: top;
            padding: 2px 2px;
        }
    .zakladki .list li.ui-selected .host{
            background-color: #b3ccf2;
            border-radius: 3px;
        }
            .zakladki .list li .host img{
                height: 14px;
            }
            .zakladki .list li .host .host_url{
                vertical-align: top;
                display: inline-block;
                padding-left: 5px;
                width: 130px;
                overflow: hidden;
            }

/*EDIT*/
.zakladki .list li.li_edit .host .host_url{
    width: 110px;
}
.zakladki .list li.li_edit .div_img {
    height: 90px;
}
.zakladki .list li.li_edit  {
    width: 140px;
    height: 110px;
    margin: 15px 22px;
}
.zakladki .list li.li_edit  a{
    cursor: move;
}



/*  model window  */
.waint {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    opacity: 0.7;
}
    .waint i{
        font-size: 150px;
        position: absolute;
        right: 40%;
        top: 30%;
    }
    .add_link_list {
        font-size: 80px;
        }
    .add_link_list_i {
        margin: 16px 44px;
        color: #7C7C7C;
    }

.dialog_wind {
    /*position: fixed;*/
    position: relative;
    width: 480px;
    margin: auto;
    /*min-height: 240px;*/
    /*margin-top: -250px;*/
    /*margin-left: -120px;*/
    /*border: 1px solid #d2d2d2;*/
    /*background-color: #fff;*/
    background-color: #F9F9F9;
    z-index: 1;
    /*top: 50%;*/
    /*left: 50%;*/
    box-shadow: 4px 4px 15px -2px #000000;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dialog_wind .d_header {
    font-size: 15px;
    border: 1px solid #517097;
    border-bottom: 1px solid #6B6B6B;
    background-color: #597ba5;
    /* background-color: #7A838E; */
    padding: 10px 10px;
    box-shadow: 0px 1px 0px 0px #E4E4E4;
    border-radius: 2px 2px 0px 0px;
    color: #EAEAEA;
    /* color: #fff; */
    /* text-transform: uppercase; */
}
    .dialog_wind .d_header .d_close{
        position: absolute;
        /* float: right; */
        font-size: 22px;
        /* margin-top: -4px; */
        cursor: pointer;
        top: 4px;
        right: 10px;
    }
.dialog_wind .d_body {
    font-size: 14px;
    padding: 10px 10px 25px 10px;
    color: #7C7C7C;
    /*background-color: #fff;*/
    /*background-color: #F9F9F9;*/
}
    .dialog_wind .d_body .d_err p{
        font-size: 14px;
        padding: 0px 0px 3px 12px;
        margin: 0;
        margin-bottom: 5px;
        color: #d96269;
        background-color: #F9F9F9;
        border-bottom: 1px solid #d2d2d2;
    }
    .dialog_wind .d_body .inp_head .err{
        display: inline-block;
        color: #d96269;
        float: right;
        margin-right: 8px;
        margin-top: 3px;
        font-size: 12px;
    }
.dialog_wind .d_footer {
    font-size: 14px;
    padding: 12px 10px;
    color: #7C7C7C;
    background-color: #FBFBFB;
    background: #f2f2f2;
    border-top: 1px solid #6B6B6B;
    /* border: 1px solid #858585; */
    /* border-top: 0px solid #858585; */
    border-top: 1px solid #D8D8D8;
    text-align: right;
}
.dialog_wind .d_buton {
    min-width: 90px;
    text-align: center;
    display: inline-block;
    /*color: #333;*/
    color: #2c78bb;
    /* background-color: #fff; */
    background: #f2f2f2;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #B9B9B9;
    /*border: 1px solid #ffffff;*/
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 5px;
    box-shadow: 0px 1px 0px 0px #E4E4E4;
    margin: 0 3px;
}
.dialog_wind .d_buton.default {
    /* background: #2c78ba; */
    background: #597BA5;
    color: #ffffff;
    border: 1px solid #1E5482;
}
.dialog_wind .d_buton:hover {
    /*color: #333;*/
    /*background-color: #eaeaea;*/
    background: #c9c9c9;
    color: #fff;
    border: 1px solid #A6A6A6;
}

.d_win_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #101010;
    /*opacity: 0.5;*/
    background: url("../image/fon_dial.png");
    z-index: 10;
}
.d_win_bg .close_DialogWindow_bg {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.starz:before {
    font-family: FontAwesome;
    color: #d2d2d2;
    content: '\f0da';
    padding-right: 5px;
}

.inp_head {
    padding: 2px 1px 1px 10px;
}
.inp {
    padding: 0px 10px 5px;
}
.inp input {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #B9B9B9;
    padding: 5px;
    color: #656567;
    box-sizing: border-box;
}
.inp select {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #B9B9B9;
    color: #656567;
    box-sizing: border-box;
}
.inp select option {
    padding: 3px 7px;
}

    .inp.inp_err input {
        border: 1px solid #d96269;
    }
.d_body .select_temp {
    font-size: 55px;
    text-align: center;
    padding: 10px;

    width: 100%;
    border-radius: 3px;
    border: 1px solid #B9B9B9;
    color: #656567;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 100px;
}


.dialog_wind .d_body .div_img  {
    position: relative;
    width: 320px;
    height: 220px;
    margin: 0 auto;
}
.dialog_wind .d_body .div_img img {
    width: 320px;
    height: 220px;
}
.dialog_wind .d_body .div_img .div_img_t {
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 27px;
    overflow: hidden;
    display: block;
    /* display: table; */
    width: 320px;
    height: 220px;
    border-radius: 10px;
}
.dialog_wind .d_body .div_img .div_img_t .div_img_t_text  {
    display: table-cell;
    vertical-align: middle;
    /* height: 110px; */
    /* width: 160px; */
    height: 200px;
    width: 300px;
    padding: 10px;
}




.checked_bold {
    font-weight: bold;
}
.mess_list {
    position: fixed;
    top: 1px;
    right: 1px;
}
.mess_window {
    position: relative;
    margin: 3px;
    width: 200px;
    min-height: 50px;
    background-color: #101010;
    opacity: 0.6;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    box-shadow: 1px 3px 8px -3px #000000;
}
.mess_window .mess_window_close {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #DDD;
    cursor: pointer;
    font-size: 14px;
}
.mess_window .info {
    color: #F2F2F2;
    padding: 5px;
    padding-top: 13px;
}
    .mess_window .info.warn {
        color: #f7ff55;
    }
    .mess_window .info.err {
        color: #ff7381;
    }

/*select*/
.ui-selected {
    /*opacity: 0.7;*/
}
.zakladki li.ui-selected .div_img{
    /*opacity: 0.7;*/
    border: solid 1px #BBB1F9;
}

.helper {
    width: 160px;
    height: 130px;
    background-color: #ddd;
    overflow: hidden;
}

.fa-input {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}







/*  Дрожащий текст - jQuery   */
.zakladki .list li.trasty  {
    -webkit-animation: 0.3s tremor ease-out infinite;
    animation: 0.3s tremor ease-out infinite;
}

.zakladki .list li.trasty:hover{
    -webkit-animation: 0;
    animation: 0;
}

@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
    }
}


/*
BLOCK   2
*/

.row {
    overflow: hidden;
}
.row_hiden {
    width: 2000px
}
.block_1 {
    width: 960px;
    display: inline-block;
    float: left;
}
.block_2{
    width: 960px;
    display: inline-block;
    float: left;
    margin-top: 17px;
    /*background-color: #7c7c7c;*/
    display: none;
}
.block_2 .manu_nazad {
    width: 200px;
    display: inline-block;
    opacity: 0.5;
}
.block_2 .manu_nazad:hover {
    opacity: 1;
}
.block_2 .manu_nazad i{
    font-size: 20px;
    padding: 5px 5px;
    color: #717070;
}
.block_2 .manu_nazad .nazad_login{
    width: 150px;
    display: inline-block;
    border: 1px solid #d2d2d2;
    text-align: center;
    height: 30px;
}
.block_2 .manu_nazad .nazad_login:hover{
    background-color: #f9f9f9;
    cursor: pointer;
}
.block_2 .manu_nazad .nazad_login .text{
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    padding-top: 7px;
    color: #717070;
}
.block_2 .manu_nazad .nazad {
    width: 40px;
    border: 1px solid #d2d2d2;
    text-align: center;
    height: 30px;
    display: inline-block;
}
.block_2 .manu_nazad .nazad:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}
.block_2 .static_page {
    width: 730px;
    display: inline-block;

    text-align: center;
    font-size: 16px;
}