﻿/* Base */
/*html {
    font-family: Arial, Helvetica;
    color: #818285;
    line-height: 1.4;
    width: 90%;
    margin: 0 auto;
}*/
/* Box Sizing : IE 8 and above */
* {
    box-sizing: border-box;
}
/* Links */
a {
    text-decoration: none;
    color: #222;
}
/* Container */
.miller-container {
    position: relative;
    overflow: hidden;
    height:600px;
}

    .miller-container:after {
        content: '.';
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
/* PlaceHolder Columns */
.miller--placeholder {
    display: block;
}

.miller--placeholder--column {
    position: absolute;
    top: 0;
}

.miller--placeholder__background {
    background: #f3f3f4;
    margin: 0 10px;
    height: 100%;
    /* Column Width */
}
/* Columns */
.miller--column {
    float: left;
    width: 33.333%;
    position: relative;
    z-index: 1;
    background: none;
}
/* Terms Selection */
.miller--terms--selection {
    display: none;
}
/* Terms Container */
.miller--terms--container {
    border: 1px #ccc solid;
    height: 100%;
    margin: 0 10px;
    overflow: auto;
    /* Column Width */
}

.js-focus {
    outline: 1px #000 dotted;
}
/* List */
.terms {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    /* Active Taxonomy */
    /* Title */
    /* Parent Taxonomy */
    /* Icons */
    /* IE 8 Hack */
    /* Active Taxonomy */
    /* IE 8 Hack */
    /* IE 8 Hack */
}

    .terms li {
        margin: 0;
        padding: 0;
        border-bottom: 1px #b8bbbd solid;
        cursor: pointer;
        position: relative;
    }

        .terms li > a {
            display: block;
            padding: 15px 10px;
            padding-right: 40px;
        }

        .terms li:hover {
            background: #fefefe;
        }

    .terms .active, .terms .active:hover {
        background: #37bfef;
    }

        .terms .active .description, .terms .active:hover .description {
            color: #fff;
        }

    .terms .title {
        display: block;
    }

    .terms .has-children .title {
        font-weight: bold;
    }

    .terms .has-children .icon-arrow {
        display: block;
    }

    .terms .icon {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        transition: all 0.2s ease-in;
    }

    .terms .icon-arrow {
        background: url(../images/icons.png) 0 -20px no-repeat;
        display: none;
    }

    .terms .icon-search {
        background: url(../images/icons.png) -20px 0 no-repeat;
        opacity: 0;
        display: none\9;
    }

    .terms .active .icon-arrow {
        opacity: 0;
        display: none\9;
    }

    .terms .active .icon-search {
        opacity: 1;
        display: block\9;
    }

@media only screen and (max-width: 600px) {
    @import "mobile";
}

body {
}

.pagination-container {
    float: right;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0px !important;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    cursor: default;
    padding: 0;
    margin-top: 2px;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    width: 100% !important;
    left: 0px !important;
    border: none !important;
}

    .ui-autocomplete > li {
        padding: 3px 20px;
    }

        .ui-autocomplete > li.ui-state-focus {
            background-color: #DDD;
        }

.ui-helper-hidden-accessible {
    display: none;
}

/* REZULTATI PRETRAGE */

ul.search-results {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.results-block {
    margin-bottom: 20px;
}

h3.results-title {
    margin: 0;
    font-size: 1.1em;
}

.results-body {
    margin-top: 3px;
}

.results-address {
    clear: both;
    display: block;
    font-size: .9em;
    color: #006621;
}

.ms-helper {
    color: red;
    font-size: 17px;
    font-style: italic;
    position: absolute;
    top: -27px;
    right: 0;
}

