#download_app{
    width: 100%;
    opacity: 0;
}
.download_load{
    height: 400px;
    background-color: #fff;
    background-image: url(/resources/images/load.gif);
    background-position: center;
    background-size: 70px 19px;
}

.cat_tree .jqueryts_tree_img
{
    background-image: none;
}

.cat_tree  .jqueryts_tree_item{
    cursor: pointer;
    height: 29px!important;
}
.cat_tree  .jqueryts_tree_item{
    height: 49px!important;
}

#mm_tree_group{
    border-bottom: 2px solid #eee;
}

.cat_tree  .jqueryts_tree_open::before{
    content: ' ';
}

.cat_elem{
    max-width: 250px;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    height: 100%;
    line-break: normal;
    flex-direction: column;
    justify-content: center;
}
.cat_elem .jqueryts_tree_none{
    display: none;
}
.cat_file .cell_hover{
    background-color: rgba(63, 171, 169, 0.01);
}

.cat_elem>span{
    margin-left: 10px!important;
    font-size: 14px;
    color: black;
    display: inline-block;
    word-wrap: normal;
    word-break: normal;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}
.link_small{
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    width: 150px;
}
.link_small>svg{
    width: 22px;
    height: 22px;
}
.link_small>span{
    display: block;
    height: 22px;
    margin-left: 5px;
}
.cat_elem>span{

}
.cat_tree.jqueryts_tree .jqueryts_tree_item.jqueryts_selected{
    background-color: rgb(232, 245, 245) ;
}
.cat_tree.jqueryts_tree .jqueryts_tree_item.jqueryts_selected .cat_elem>span{
    color: rgb(63, 171, 169);
}
.cat_title  {
    color: black;
    font-size: 16px;
    stroke: #000;
    font-weight: 600;
}
.cat_link_img,
.cat_file_img{
    padding: 0!important;
}
.cat_link_img>div,
.cat_file_img>div{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
    flex: 0 1 40px;
}

.cat_link_img>div{
    background-image: url(/resources/images/link.svg);
}
.cat_file_img>div{
    background-image: url(/resources/images/file.svg);
}

.cat_file{
    color: black;
    height: 100%;
}
.cat_file div{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.cat_link_img,
.cat_file_img{
    width: 40px;
}


.cat_file_info{
    height: 100%;
}
.cat_file_href{
    width: 205px;
    text-align: right;
}

.cat_file_href>a{
    width: 80px!important;
    padding-left: 0!important;
    padding-right: 0!important;
}

.cat_file_text{
    display: block;
    font-size: 14px;
}
.cat_file_block{
    border-left: 1px solid #ccc!important;
    margin-left: -1px!important;
}

.allow_cat{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.cat_file_title{
    font-weight: bolder;
    display: block;
    font-size: 16px;
}

.cat_file_info{
    color:rgb(156, 163, 175);
}

.cat_file_desc_flex{
    display: flex;
    justify-content: space-between;
}

.rcenter{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 1259px) {
    /*.cat_file_info_elem {*/
    /*    font-size: 12px;*/
    /*}*/
    .cat_file_info_elem>b{
        display: block;
        /*background-color: yellow;*/
    }
}

@media (min-width: 1400px) {
    .cat_file_info_elem>b{
        display: inline;
    }
}
@media (max-width: 1259px) {
    .cat_file .col-md-hide {
        display: none!important;
    }
    .cat_file_href>a{
        margin-bottom: 10px;
    }
    .cat_file_title{
        margin-top: 10px;
    }
}
@media (max-width: 768px) {

}
@media (max-width: 425px) {
    .cat_file_href{
        margin-top: 15px;
    }
}

.mm_hide{
    display: none!important;
}
