﻿.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-content {
    border: none;
}

.ui-accordion .ui-accordion-header {
    background-color: #6faed9;
    color: white;
}

.group span, .btn-danger {
    color: white !important;
}

.login-layout .widget-box {
    left: -30%;
}

.izvestuvanja {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

    .izvestuvanja .i-blue {
        padding-left: 7px;
        border-left: 3px solid #478fca;
        color: #478fca;
    }

    .izvestuvanja .i-red {
        padding-left: 7px;
        border-left: 3px solid #b94a48;
        color: #b94a48;
    }

    .izvestuvanja .i-orange {
        padding-left: 7px;
        border-left: 3px solid #ff892a;
        color: #ff892a;
    }

.login-box {
    top: 140px;
}

.div-header {
    background-color: #d15b47;
    background-image: url('/images/grb1.png');
    background-position: right center;
    background-repeat: no-repeat;
}

.header-wrap {
    position: absolute;
    z-index: 1000;
    height: 91px;
    margin-bottom: 40px;
    width: 100%; /* width: 50%; margin: 0px 25% 40px 25%; background-color: #006699; border-bottom: 1px solid #003E5B;*/
}

.div-izvestuvanja {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: white;
    width: 35%;
    height: 100%;
    overflow-y: scroll;
    padding: 20px 30px 20px 30px;
    padding-top: 110px;
    border-left: 1px solid #eee;
}

.red {
    color: #d15b47;
}

.widget-box {
    margin: 0px;
}

    .widget-box .widget-main {
        padding: 16px 36px 36px;
        background: #f7f7f7;
    }

.login-box .toolbar {
    background: #d15b47;
    border-top: 2px solid #B8432E;
}

.login-layout .widget-box {
    background: #B8432E;
}

.upatstvo-link {
    color: white;
    width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0px 10px 0px;
}

/*.btn-primary {
    background: #85b558 !important;
    border-color: #85b558;
}

.btn-primary:hover {
    background: #6c9842 !important;
    border-color: #85b558;
}*/

.btn-primary {
    background: #ffb752 !important;
    border-color: #ffb752;
    color: #555 !important;
}

.btn-primary:hover {
    background: #e59729 !important;
    border-color: #ffb752;
}