[data-nette-gpspicker] img {
    max-width: none;
}

.collapse {
    display:none;
}
.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}
.glyphicon {
    position:relative;
    top:1px;
    display:inline-block;
    font-family:'Glyphicons Halflings';
    -webkit-font-smoothing:antialiased;
    font-style:normal;
    font-weight:400;
    line-height:1;
    -moz-osx-font-smoothing:grayscale;
}

.glyphicon-arrow-left:before {
    content:"\e091";
}

.glyphicon-arrow-right:before {
    content:"\e092";
}

.dropdown {
    position:relative;
}

.dropdown-toggle:focus {
    outline:0;
}

.dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    font-size:14px;
    list-style:none;
    background-color:#fff;
    border:1px solid rgba(0,0,0,0.15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);
    box-shadow:0 6px 12px rgba(0,0,0,0.175);
    background-clip:padding-box;
    margin:2px 0 0;
    padding:5px 0;
}

.dropdown-menu .divider {
    height:1px;
    overflow:hidden;
    background-color:#e5e5e5;
    margin:9px 0;
}

.dropdown-menu>li>a {
    display:block;
    clear:both;
    font-weight:400;
    line-height:1.428571429;
    color:#333;
    white-space:nowrap;
    padding:3px 20px;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    color:#262626;
    text-decoration:none;
    background-color:#f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color:#fff;
    text-decoration:none;
    background-color:#428bca;
    outline:0;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color:#999;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
    display:block;
}

.dropdown-header {
    display:block;
    font-size:12px;
    line-height:1.428571429;
    color:#999;
    padding:3px 20px;
}

.dropdown-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:990;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top:0;
    border-bottom:4px solid;
    content:"";
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top:auto;
    bottom:100%;
    margin-bottom:1px;
}