/**
* Navigace
* 
* Komponenta pro přípravu navigace a práce s mapou
* 
* @category   Knihovny funkcí
* @copyright  Copyright (c) 2016 Foxtrot Technologies s.r.o. (www.foxtrot.cz)
* @version    1.0, 2017-09-24
*
*/

.fox_nav_folder {
    clear: both;
    float: left;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.fox_nav_obj_icon {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-right: 5px;
}

.fox_nav_folder_name, .fox_nav_object_name {
    position: relative;
    top: -23px;
    left: 25px;
    box-sizing: border-box;
    font-size: 9pt;
    font-weight: bold;
    margin-top: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}

.fox_nav_butts_cont, .fox_nav_folder_head, .fox_nav_object_head, .fox_nav_folder_objects_cont {
    clear: both;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.fox_nav_butts_cont, .fox_nav_folder_head, .fox_nav_object_head {
    height: 25px;
    position: relative;
    white-space: nowrap;
}

.fox_nav_butts_cont {
    padding-left: 10px;
    margin-bottom: 3px;
}

.fox_nav_folder_head, .fox_nav_object_head {
    cursor: pointer;
}

.fox_nav_object_head {
    padding-left: 5px;
}

.fox_nav_butt_folder, .fox_nav_butt_obj, .fox_nav_butt_edit {
    display: inline-block;
    width: 40px;
    height: 25px;
    background-color: #000;
    border-radius: 5px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
}

.fox_nav_butt_folder {
    clear: both;
    margin-right: 2px;
    width: 25px;
}

.fox_nav_butt_edit {
    margin-right: 2px;
    width: 20px;
    height: 20px;
}

.fox_nav_butt_on {
    background-color: #808080;
}

.fox_nav_butt_obj_icon, .fox_nav_butt_folder_icon, .fox_nav_butt_edit_icon {
    float: left;
    clear: both;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    margin-top: 2px;
    margin-left: 5px;
}

.fox_nav_butt_folder_icon {
    width: 15px;
    height: 15px;
    margin-top: 5px;
    margin-right: 4px;
}

.fox_nav_butt_edit_icon {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-left: 4px;
}

.fox_nav_butt_sign {
    float: left;
    color: #fff;
    line-height: 25px;
    margin-right: 4px;
}

.fox_nav_folder_content {
    float: left;
    clear: both;
    width: 100%;
    height: auto;
}