@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600");

.bg--green {
    background-color: #80BB27;
}

.bg--blue {
    background-color: #3BA8C6;
}

.bg--grey {
    background-color: #4D4D4D;
}

.bg--dark-grey {
    background-color: #363B3C;
}

.bg--light-grey {
    background-color: #F2F2F2;
}

.bg--antiquewhite {
    background-color: #FAEBD7;
}

h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #3BA8C6;
}

h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #4D4D4D;
    margin: 1rem 0;
}

.margin-top {
    margin-top: 2rem;
}

@media screen and (min-width: 48em) {
    .skip-field {
        margin-top: 3.2rem;
    }
}

@media screen and (min-width: 48em) {
    .offset-top {
        margin-top: -5rem;
    }
}

.padding {
    padding: 1.2rem 1.5rem;
}

.padding-v {
    padding: 1.5rem 0;
}

.tooltip {
    font-size: 0.8rem;
}

.form-control:focus {
    border-color: #80BB27;
}

.modal .modal-content {
    border: 1px solid #80BB27;
    border-radius: 0;
}

.modal .modal-header {
    background-color: #80BB27;
    padding: 5px 15px;
    color: #fff;
    font-weight: 600;
    border-bottom: 0;
}

    .modal .modal-header .close {
        color: #fff;
        font-weight: 300;
    }

.modal .modal-body {
    padding: 2rem 0 1rem 0;
}

@media (min-width: 576px) {
    .modal .modal-dialog {
        max-width: 500px;
        margin: 15% auto 0 auto;
    }
}

.modal .modal-footer {
    border: none;
}

    .modal .modal-footer > :not(:first-child) {
        margin-left: 1rem;
    }

.btn {
    border-radius: 0;
}

    .btn:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.margin-left {
    margin-left: 1rem;
}

.btn-default {
    background: #3BA8C6;
    color: #fff;
}

    .btn-default:focus {
        color: #fff;
    }

    .btn-default:hover {
        color: #fff;
        background-color: #80BB27;
    }

.btn-green {
    background: #80BB27;
    color: #fff;
}

    .btn-green:hover {
        color: #fff;
        background-color: #3BA8C6;
    }

.btn-inverted {
    background: #fff;
    border: 1px solid #3BA8C6;
    color: #3BA8C6;
}

    .btn-inverted:focus {
        color: #3BA8C6;
    }

    .btn-inverted:hover {
        background-color: #F2F2F2;
        color: #3BA8C6;
    }

.btn-green-inverted {
    background: #fff;
    border: 1px solid #80BB27;
    color: #80BB27;
}

    .btn-green-inverted:hover {
        background-color: #F2F2F2;
        color: #80BB27;
    }

header .logotip img {
    padding: 1rem 0;
}

@media screen and (min-width: 48em) {
    header .logotip img {
        max-width: 180px;
    }
}

header .secondary_logotip img {
    padding: 1rem 0;
}

@media screen and (min-width: 48em) {
    header .secondary_logotip img {
        max-width: 250px;
    }
}

.menu {
    margin: 0;
    padding: 0;
}

    .menu li {
        display: inline-block;
        margin: 0;
    }

        .menu li a {
            display: block;
            color: #fff;
            line-height: 45px;
            padding: 0 1rem;
        }

            .menu li a.active, .menu li a:hover {
                background-color: #F2F2F2;
                text-decoration: none;
                color: #363B3C;
            }

.heading .col {
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.heading h1 {
    font-size: 2.2rem;
    margin-top: auto;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: 600;
}

.btn i {
    display: inline-block;
    vertical-align: top;
    padding-right: 2.2rem;
    width: 24px;
    height: 21px;
}

.body {
    margin-top: 2rem;
}

    .body a {
        color: #3BA8C6;
    }

    .body .blok {
        min-height: 14rem;
        margin-bottom: 2rem;
    }

        .body .blok.bg--grey {
            color: #fff;
            min-height: auto;
        }

            .body .blok.bg--grey h3 {
                color: #fff;
            }

        .body .blok p {
            min-height: 3rem;
        }

        .body .blok img {
            max-width: 100%;
            margin-bottom: 1rem;
        }

        .body .blok ul {
            margin-left: 0;
            margin-bottom: 0;
            padding: 0;
        }

        .body .blok label {
            width: 3rem;
        }

        .body .blok li {
            list-style: none;
            padding-left: 2rem;
            margin-bottom: .5rem;
        }

dl {
    margin-bottom: 0;
}

    dl dt, dl dd {
        display: inline-block;
        margin-bottom: 0;
        margin-top: .5rem;
    }

    dl dt {
        min-width: 5rem;
    }

.table thead {
    background: #4D4D4D;
}

    .table thead th {
        color: #fff;
        border-bottom: 0;
    }

.table a {
    text-decoration: none;
}

.table thead a {
    color: #fff;
}

    .table thead a:hover {
        color: #c4d600;
        text-decoration: underline;
    }

/*.table tbody tr:hover {
  background: #3BA8C6;
}

.table tbody tr:hover td {
  color: #fff;
}*/

.table tbody tr:not(.nested):hover td .ikona .table-icon {
    fill: #F2F2F2;
}

.table tbody > tr:not(.hiding):hover {
    background: #3BA8C6;
}

    .table tbody > tr:not(.hiding):hover > td {
        color: #fff;
    }

.table-collapsable tbody > tr.hiding > td {
    padding: 0;
}

.table-collapsable tbody > tr.hiding .table {
    width: auto;
    margin-bottom: 0;
}

/*.table-collapsable tbody > tr.hiding .table thead {
    background: #5b85aa;
}*/

.table .upravljanje {
    text-align: right;
}

    .table .upravljanje .ikona {
        margin-left: .5rem;
        padding: 0.2rem 0;
    }

        .table .upravljanje .ikona .table-icon {
            fill: #4D4D4D;
        }

        .table .upravljanje .ikona:hover .table-icon {
            fill: #4D4D4D;
        }

.collapser {
    display: none;
}

.collapser + label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}

    .collapser.collapsed + label:before {
        content: "+";
    }

    .collapser + label:before {
        background-color: #F2F2F2;
        border: 1px solid #253747;
        border-radius: 4px;
        color: #253747;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-weight: bold;
        line-height: .6;
        text-align: center;
        padding: 1px 2px 4px 3px;
        content: "\2212";
    }

.panel.panel-default .panel-heading {
    background-color: #3BA8C6;
}

.panel.panel-grey .panel-heading {
    background-color: #4D4D4D;
}

.panel .panel-heading {
    color: #fff;
    padding: 5px 15px;
    font-size: 1.3rem;
}

.panel .panel-body {
    background-color: #F2F2F2;
    padding: 10px 15px;
}

.list-icon--list {
    background: url("/images/list.svg") no-repeat left center;
}

.list-icon--arrow {
    background: url("/images/arrow.svg") no-repeat left center;
}

.list-icon--add {
    background: url("/images/add.svg") no-repeat left center;
}

.list-icon--exit {
    background: url("/images/exit.svg") no-repeat left center;
}

.icon {
    padding-left: 4rem;
}

    .icon.small-gap {
        padding-left: 2.5rem;
    }

.icon-flame {
    background: url("/images/icon-flame.svg") no-repeat left center;
}

.icon-flame-big {
    background: url("/images/icon-flame-big.svg") no-repeat left center;
}

.icon-stranke {
    background: url("/images/icon-stranke_big.svg") no-repeat left center;
}

.icon-objekti {
    background: url("/images/icon-objekti-big.svg") no-repeat left center;
}

.icon-dodaj-stranko {
    background: url("/images/icon-add-user.svg") no-repeat;
}

.icon-dodaj {
    background: url("/images/icon-add.svg") no-repeat left center;
}

.icon-opozorilo {
    background: url("/images/icon-warning.svg") no-repeat left center;
}

.icon-dodaj-objekt {
    background: url("/images/icon-objekt.svg") no-repeat;
}

.icon-odjava {
    background: url("/images/exit-white.svg") no-repeat;
}

.icon-preklici {
    background: url("/images/icon_close_blue.svg") no-repeat left center;
}

.icon-preklici-green {
    background: url("/images/icon_close_green.svg") no-repeat left center;
}

.icon-shrani {
    background: url("/images/icon_save_white.svg") no-repeat left center;
}

.required {
    color: #a94442;
    font-weight: 600;
}

.form-group {
    margin-bottom: .6rem;
}

.form-control {
    max-height: 38px;
}

.field-output {
    font-weight: 600;
    line-height: 1.3rem;
    color: #3BA8C6;
}

.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    background-color: #e6f2ff;
    color: #3BA8C6;
    font-weight: bold;
}

.datepicker-panel > ul > li.highlighted {
    color: #80BB27;
    font-weight: bold;
    background: none;
}

body {
    font-family: 'Titillium Web', sans-serif;
    color: #363B3C;
}

/* Custom page header */
.header {
    padding-bottom: 1rem;
    border-bottom: .05rem solid #e5e5e5;
}

/* Custom page footer */
.footer {
    border-top: 1px solid #F2F2F2;
    padding: 1.5rem 0;
    color: #777;
}

/* Customize container */
.container-narrow > hr {
    margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
    text-align: center;
    border-bottom: .05rem solid #e5e5e5;
}

    .jumbotron .btn {
        padding: .75rem 1.5rem;
        font-size: 1.5rem;
    }

/* Supporting marketing content */
.marketing {
    margin: 3rem 0;
}

    .marketing p + h4 {
        margin-top: 1.5rem;
    }

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-right: 0;
        padding-left: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 2rem;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }
}

/*# sourceMappingURL=main.css.map */