﻿body {
    padding-top: 40px;
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
}


/*******************************
    Logo u navigaciji
********************************/
.navbar img.logo {
    height: 38px;
    width: 38px;
}

/*******************************
    Naslov u navigaciji
********************************/
.navbar a.brand, .apr-navbar-title {
    margin: 0 5px 0 0px;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

/*******************************
    Tabele
********************************/
/*  labele u tabelama   */
.table th {
    font-size: 12px;
    color: #a8a8a8;
    font-weight: normal;
}

/*  pojavljivanje linija, hover  */
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th 
{
    background-color: #f8f8f8;
}
.table-striped tbody tr:last-child td, .table-striped tbody tr:last-child th 
{
    border-bottom: 1px solid #DDD;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th
{
    background-color: rgb(217, 228, 236); /*rgb(238, 238, 143);*/
}
.table .apr-action {
    width: 100px
}
.apr-table-caption, .table caption
{
    color: #065595;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 0;
} 
.apr-table-with-labels-upright th {
    width: 160px;
}
.apr-label-right, th.apr-label-right 
{
    font-size: 12px;
    color: #A8A8A8;
    text-align: right;
    font-weight: normal;
}
.apr-label, th.apr-label 
{
    font-size: 12px;
    color: #A8A8A8;
    font-weight: normal;
}
.apr-important-info
{
    background-color: #EBEBEB;
}
.apr-bold-bottom-line
{
    border-bottom: 3px solid #CECECE;
}
.apr-label-container
{
    padding: 5px 0 0 0;
}

/*******************************
    Display Template
    MVC - testing only
********************************/
.display-label, 
.editor-label 
{
    clear:both;
    float:left;
    width:400px;
    text-align:right;
    margin: 0 1em 1em 0;
}

.display-field, 
.editor-field {
    margin: 0 0 1em 0;  
}

fieldset {
    clear: both;
}


/*******************************
    Forms
********************************/
.required {
    color: red;
    font-weight: bold;
    padding: 0 0 0 5px;
}

/*=========================================*/
/*Za details divove da izgledaju kao tabela*/

div.apr-display-container .control-group {
    margin-bottom: 0;
}
div.apr-display-container .control-group:hover {
    background-color: rgb(217, 228, 236); /*rgb(238, 238, 143);*/
}
div.apr-display-container .control-group {
    border-bottom: 1px solid #DDD;
}
div.apr-display-container {
    /*border-top: 1px solid #DDD;*/
}
/*=========================================*/



/*******************************
    Pretraga APR
********************************/
.apr-display-label 
{
    font-size: 12px;
    color: #a8a8a8;
    font-weight: normal;
}
.apr-table-with-labels-upright th 
{
    width: 160px;
}
#IzborVrsteLicaSection
{
    margin: 0 0 30px 0;
}
.apr-heading-container
{
    /*font-family: Verdana Sans-Serif;*/
    font-size: 24px;
    border-bottom: 1px solid #B0BED9;
    color: #4E6CA3;
    margin-top: 45px;
    margin-left: 0;
    line-height: 95%;
    padding-bottom: 5px;
}
#footer
{
    text-align: center;
    color: #777;
}
.label, .badge 
{
    margin: 0 15px 0 0;
    vertical-align: top;
    width: 14px;
    text-align: center;
    background-color: rgb(126, 126, 126); /*rgb(206, 206, 206);*/
 }
.row-fluid .apr-row-bottom-border
{
    border-bottom: 1px solid #DDD;
} 
.row-fluid .apr-row-top-border
{
    border-top: 1px solid #DDD;
} 
.apr-general-data
{
    padding-left: 30px;
}

/*******************************
    Harmonika za Pretragu APR
********************************/
.accordion-heading .accordion-toggle
{
    font-size: 18px;
    font-weight: 800;
    color: rgb(6, 85, 149);
    background: #EBEBEB;
}
#navAccordion
{
    margin: 2px 0 0 0;
}
div.container img {
    margin: 3px 0 3px 0;
}
.apr-accordion-heading-dummy 
{
    background: #EBEBEB;
    color: rgb(6, 85, 149);
    border: 1px solid #e5e5e5;
    border-radius: 4px 4px 0 0;
    padding: 8px 15px 8px 15px;
    display: block;
    
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none; 
    
    height: 20px;
    line-height: 20px;
}
.apr-accordion-inner-dummy 
{
    border-radius:  0 0 4px 4px; 
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    
    padding: 9px 15px 9px 15px;
}
.groupContent
{
    padding: 0 0 0 5px;
}