#categories_block_left  li.last {
}

#categories_block_left  li ul {
    margin-left: 40px
}
#categories_block_left{
    font-family: 'Open-sans';
    font-size: 13px;
    font-weight: bold;
    color: #113658;
    margin-top: 2px;
}
#categories_block_left  li ul li {
    border: none
}

#categories_block_left  li ul li a {
    background: none
}

#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
    display: none!important;
    /*display: block;*/
    float: right;
    margin: 5px 4px 0;
    height: 9px;
    width: 9px;
    background: url(../../../img/icon/open-close.png) no-repeat 0 -9px;
    cursor: pointer;
}

#categories_block_left li .CLOSE {
    background-position: 0 0;
}

/* footer */
.blockcategories_footer {
    padding: 15px 10px;
}

.blockcategories_footer ul ul {
    display: none !important
}


/* Skryti kategorii, ktere nejsou momentalne aktivni */

#categories_block_left  li ul {margin-left: 0px;}

#categories_block_left  li ul ul {margin-left: 0px; padding: 5px 0 5px 10px;}

#categories_block_left li.hidecat ul {
    display: none;
}

#categories_block_left li.showcat {
    display: block;
    /*border-bottom: 1px solid #Cfd7dd;*/
}
#categories_block_left li.showcat a.oranzova
{
    color: #fe5722;
}
#categories_block_left li ul{
    display: block;
    padding: 5px 0 5px 15px;
    overflow: hidden;
    color: #5f7c90;
    margin-top: -12px;
}
#categories_block_left li ul li{
    display: block;
    /*background-color: #f8fcfe;*/
    overflow: hidden;
}
#categories_block_left li ul li a{
    display: block;
    /*background-color: #f8fcfe;*/
    overflow: hidden;
    padding: 2px 0 0 5px;
    color: #5f7c90;
    font-size: 13px!important;
    font-weight: normal!important;
}



#left_column ul li a {
    color: #113658;
    display: inline-block;
    padding: 0 0 7px 15px;
    width: 189px;

}
#left_column ul li{
    border-bottom: solid #cfd7dd 1px;
}
#left_column ul li.first{
    /*border-top: solid #cfd7dd 1px;
    border-bottom: solid #cfd7dd 1px;*/
}
#left_column ul li a:hover {
    text-decoration: none;
}

#left_column ul.tree {
    margin-bottom: 25px;
}
#left_column ul.tree a {
    line-height: 20px;
    height: 20px;
    white-space: nowrap;
    font-family: 'Open sans';
    font-size: 14px;
    font-weight: bold;
    color: #244156;
}

.sipka {
    background: url('../../../img/css/arrow_navigation2.png') no-repeat;
    width: 12px;
    height: 7px;
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}
#left_column ul.tree > li > div > a.selected {
    color: white;
    background: #054e71;
}
#left_column ul.tree ul > li > a.selected {
    text-decoration: underline;
    color: black;
    font-weight: bold !important;
}
#left_column ul.tree > li > div > span.selected {
    background: #054e71;
}
#left_column ul.tree > li > div > span.selected.emptycat {
    color: #054e71 !important;
}
#left_column ul.dhtml li > div > span {
    white-space: nowrap;
    font-family: 'Open sans';
    font-size: 14px;
    font-weight: bold;
    color: white;
    width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    padding: 5px;
    display: inline-block;
    cursor: pointer;
    margin: 0px;
    float: none;
}
#left_column ul.dhtml li > div {
    display: flex;
    align-items: center;
}
#left_column ul.dhtml li > div > span:hover {
    color: white;
}
.dhtml > li {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0) inset;  
    overflow: hidden;
}
.dhtml > li:last-of-type, .dhtml > li:only-of-type {
    box-shadow: none;  
}
#left_column ul.dhtml li a {
    padding: 0 0 5px 7px;
    width: CALC(100% - 28px);
}
.dhtml li > ul
{
    padding-top: 15px !important;
}
#left_column .tree > li > div > a, #left_column .tree > li > div > span {
    background: #0872a4;
    color: white;
}
#left_column .tree > li > div > a {
    padding: 4px 0 4px 7px;
}
span.emptycat {
    cursor: auto !important;
    color: #0872a4 !important
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.li-category-parent {
    background: red;
}
.block_content > ul > li > a, .block_content > ul > li > span {
    background: black;
}
.tree > li {
    display: block;
    background-color: rgba(0, 143, 200, 0.3);
}

#left_column .tree > li:hover > div > a, #left_column .tree > li:hover > div > span,#left_column .tree > li.selected > div > a, #left_column .tree > li.selected > div > span  {
    background: #054e71;
}

#left_column .tree > li:hover > div > span.emptycat {
    background: #054e71 !important;
    color: #054e71 !important;
}