﻿
/*****  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: #1AB394 !important;
    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: #ccc;
    font-size: 10px;
    text-align: right;
}

.datepicker-modal {
    z-index: 5000 !important;
} 
