@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

.navbar .navbar-text {
    margin-top: 7px;
    margin-bottom: 0px;
}

    .navbar .navbar-text.hsi img {
        max-height: 35px;
        padding-right: 15px;
    }


/* Table items */
.lprTable {
    margin-top: 0px;
}

    .lprTable td {
        vertical-align: middle !important;
    }

    .lprTable th {
        font-size: 20px;
    }

    .lprTable .date {
        font-size: 20px;
        padding-left: 8px;
    }

    .lprTable .cameraName {
        font-size: 20px;
    }

    .lprTable .state {
        font-size: 20px;
    }

        .lprTable .state .grantSource {
            font-size: 17px;
            margin-left: 12px;
        }

    .lprTable .plate {
        text-align: center;
    }

        .lprTable .plate .text {
            font-size: 20px;
            line-height: 11px;
            font-family: 'Roboto-Bold';
            margin-top: 5px;
            display: block;
        }

        .lprTable .plate .userName {
            font-size: 17px;
        }

        .lprTable .plate img {
            width: 145px;
            height: 45px;
        }

    .lprTable .tools {
        text-align: center;
    }

.pagination {
    margin: 0;
}

.ng-table-pager {
    margin-top: -5px;
    padding: 0 15px;
}

.ng-table-pagination {
    margin-top: 0;
}

.ng-table-counts button {
    padding: 3px 5px;
    font-size: 14px;
    background-color: #dee2e6;
}

.ng-table-pagination .page-link {
    padding: 5px 5px;
    font-size: 14px;
}


#liveTable .ng-enter {
    transition: 2s linear all;
    background: #337ab7;
}

    /* The finishing CSS styles for the enter animation */
    #liveTable .ng-enter.ng-enter-active {
        background: inherit;
    }


.navbar-nav {
    margin-left: 50px;
}

.container {
    width: 100%;
    padding: 0;
}

.table > tbody > tr > td {
}

.table > tbody > tr:hover > td {
    /*background-color: #f8f8f8;*/
}


.input-group {
    padding-bottom: 5px;
}



.cpanel {
    background: #FFF;
    padding: 15px 15px 5px 15px;
    width: 100%;
}




/* REPORTS */
.sideMenu {
    background: #005dab;
    margin-top: -15px;
    padding: 15px 0 0 0;
    height: 1600px;
}

    .sideMenu .list-group-item {
        position: relative;
        display: block;
        padding: 10px 15px;
        margin-bottom: -1px;
        background-color: transparent;
        color: #FFF;
        border: 0px;
    }

        .sideMenu .list-group-item.active,
        .sideMenu .list-group-item:hover {
            background-color: #f8f8f8;
            color: #005dab;
            border-radius: 0;
        }

.btn-primary {
    background-color: #005dab;
}


/* STATUSI */
.table > tbody > tr.state-0 > td {
    -webkit-transition: background-color 1s linear;
    -moz-transition: background-color 1s linear;
    transition: background-color 1s linear;
}

/* OB PRIKAZU NA LIVE */
.table > tbody > tr.ng-enter > td {
    background-color: #8ecbff;
}

.table > tbody > tr.ng-enter:hover > td {
    background-color: #8ecbff;
}



.editRow:hover > td,
.editRow > td {
    background: #e6e6e6 !important;
}


.dropdown-menu .divider {
    height: auto;
    padding: 3px 5px;
    margin-bottom: 0;
}


/* BOOTSTRAP MENU FIX */

.lprTable select:disabled {
    border-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-size: 20px !important;
    height: auto !important;
    color: #333 !important;
}


.modal {
    background: rgba(0,0,0,0.85);
}





.windowTitle {
    padding: 5px 15px;
    color: #777;
}

    .windowTitle homeLink {
        color: #777;
    }

    .windowTitle .glyphicon {
        font-size: 12px;
    }

/*Fix odmika logotipa v meniju na malih zaslonih ACC */
@media (max-width: 768px) {
    .container > .navbar-header {
        margin-left: 0;
        margin-right: 0;
    }
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}


.ng-table-counts {
    float: right;
}

    .ng-table-counts .btn.active {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.uib-timepicker td,
.uib-daypicker table td {
    padding: 1px;
    border-top: 0;
}

.uib-timepicker th,
.uib-daypicker table th {
    padding: 2px;
}

.uib-timepicker td.uib-increment .btn,
.uib-timepicker td.uib-decrement .btn {
    padding: 0;
}

.fancybox-content {
    max-width: 70%;
    padding: 3px;
}


.progress.lpr {
    margin: 0 auto;
    height: 3px;
    border-top: 1px solid white;
    background-color: #a00000;
    opacity: 0.5;
}

#loading-bar .bar {
    /*background: #b02c3f;*/
}

.ng-table th {
    text-align: left !important;
}


/* Password Strength meter */
.strength-meter {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 0px;
    border-radius: 3px;
}

    .strength-meter:before, .strength-meter:after {
        content: '';
        height: inherit;
        background: transparent;
        display: block;
        border-color: #FFF;
        border-style: solid;
        border-width: 0 5px 0 5px;
        position: absolute;
        width: 80px;
        z-index: 10;
    }

    .strength-meter:before {
        left: 70px;
    }

    .strength-meter:after {
        right: 70px;
    }

.strength-meter-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

    .strength-meter-fill[data-strength='0'] {
        background: darkred;
        width: 20%;
    }

    .strength-meter-fill[data-strength='1'] {
        background: orangered;
        width: 40%;
    }

    .strength-meter-fill[data-strength='2'] {
        background: orange;
        width: 60%;
    }

    .strength-meter-fill[data-strength='3'] {
        background: yellowgreen;
        width: 80%;
    }

    .strength-meter-fill[data-strength='4'] {
        background: green;
        width: 100%;
    }


.breadcrumb {
    border-radius:0;
}

.bg-captis {
    background-color: #118d75;
}
.text-captis {
    color: #118d75;
}

.table-deleted tbody + tbody, .table-deleted td, .table-deleted th, .table-deleted thead th {
    text-decoration: line-through;
}
.text-deleted {
    text-decoration: line-through;
}

.card-toolbar {
    background-color: #f7f7f7;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.table .btn-sm {
    padding: 0rem .25rem;
}

.modal-dialog {
    margin-top: 8rem;
}

.btn.disabled, .btn:disabled {
    opacity: .2;
}

.locationHeader {
    padding-left: 15px;
    background: #d1e7dd;
    color: #118c75;
}