/* override some default Patternfly styles */
nav.navbar-default { border-top-color: #001aff; }

.login-pf, .login-pf body {
    background-attachment: fixed;
    background-image: url("../images/header-pattern.png");
    background-position: center;
    /* background-repeat: no-repeat; */
    background-size: cover;
}


/* continue with styles for Kiwi TCMS */

img {
    height: auto;
    max-width: 100%;
}

/* used in regular/admin form error messages */
/* used in admin error notifications */
.errorlist, p.errornote + ul.errorlist,
.grp-messagelist > li.grp-danger {
    background: #AF2B2B;
    border:1px solid #6F1B1B;
    color:#FFF;
    font-weight:bold;
}

/* typeahead.js styling for autocomplete */
.tt-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 8px;
    width: 200px;
}

.tt-suggestion.tt-cursor {
    background-color: #0088ce;
    color: #fff;
}

.markdown-text table {
    margin-bottom: 8px;
}

.markdown-text table td,
.markdown-text table th {
    border: 1px solid #ccc;
    padding: 5px;
}

@media print {
    a[href]:after {
        display: none !important;
    }
}

.panel-group .panel-title > a.no-before::before {
    content: none !important;
}

#properties-accordion .panel-heading,
#properties-accordion .panel-body {
    padding-left: 0;
    padding-right: 0;
}

.property-value a {
    color: #c00; inherit !important;
}

a.disabled {
    color: #bbb;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
}

.navbar-pf .navbar-primary {
    font-size: 14px;
    background-image: linear-gradient(to bottom,#5DADE2 0,#3498DB 100%);
    background-repeat: repeat-x;
}

.navbar-default {
    background-color: rgb(255 255 255 / 15%);
    border-color: #e7e7e7;
}

.navbar-pf {
    background: #f5f5f5;
    border: 0;
    border-radius: 0;
    border-top: 3px solid #39a5dc;
    margin-bottom: 0;
    min-height: 0;
}

.navbar-pf .navbar-nav>li>a, .navbar-pf .navbar-nav>li>button {
    color: #f5f5f5;
    line-height: 1;
    padding: 10px 20px;
    text-shadow: none;
}


.navbar-pf .navbar-utility>li>a, .navbar-pf .navbar-utility>li>button {
    border: solid #b6b6b600;
    border-width: 0 0 0 1px;
    color: rgb(0, 0, 0)!important;
    padding: 7px 10px;
    font-size: 11px;
    margin: 0;
}

.navbar-pf {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    /* border-top: 3px solid #39a5dc; */
    margin-bottom: 0;
    min-height: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: rgb(255, 255, 255);
}

.navbar-collapse {
    /* width: auto; */
    /* border-top: 0; */
    /* box-shadow: none; */
}


.navbar-pf .navbar-header {
    border-bottom: 0px solid #ff0000;
    float: none;
}