﻿
/*****  zadužen za pozadinske boje u Inspiniji  ****************************************/
body {
    background-color: #fff;
}

.nav-header {
    background-color: #999;
    background-image: none;
}

.nav > li.active {
    background: #999;
}

.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: red;
}
/*********************************************/

.custom-ibox-wrapper {
    float: left;
    width: 100%;
}

.ibox-title {
    border-top: none;
    padding-top: 0;
}

.ibox-content {
    padding-bottom: 0;
    /*border-top: none;*/
}

.summernote-wrapper {
    border: solid 1px #e5e6e7;
}

.nav .active a {
    background-color: #007bff !important; /* T.Ocvirek promjenio */
    color: white !important;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    font-size: 12px;
}

.custom-helper-links,
.custom-helper-links a {
    color: #999;
    font-size: 12px;
    text-align: right;
}

.datepicker-modal {
    z-index: 5000 !important;
}

/****** T.Ocvirek  ******************************/

.btn-white {
    color: inherit;
    background: white;
    border: 1px solid #BBB;
}

.btn-info {
    background-color: #0088FF;
    border-color: #0088FF;
    color: #FFFFFF;
}

.single-line {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    font-size: 14px;
}

.gray-bg {
    background-color: #ffffff;
}

.dataTables_length {
    margin-right: 10px;
}

.dataTables_info {
    margin-right: 10px;
    color: #444;
}

#pagination {
    margin: 0;
}

.pagination {
    margin: 0;
}
/**********************************************/
