/* CUSTOM STYLES */


/* za printanje */
@media print{
    * {
        margin:0;
        padding:0;
        overflow: visible !important;
        float:none;


    }
    @page {
        size: A4 portrait;
        margin:0mm;
    }

    html, body {
        zoom:80%;

        width: 100%;
        /*height:100%;*/
        /*page-break-inside: auto;*/
    }
    body{
        margin-top: 1cm;
        margin-left:1cm;
        margin-right:1cm;
        margin-bottom:1cm;

        font-size: 0.3em;


    }

    .slikeReport{
        /*max-height: 125mm;*/

        /*height: 125mm !important;
        width:auto;*/
    }

    .container-fluid{
        margin-right:1cm;
        margin-left:0;
        width:100%;

    }
    .row{
        width:100%;

    }

    .card{
        width:100%;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: none;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }


    /*.card-block{
        page-break-after: always !important;
        page-break-inside: avoid !important;
    }*/

    .pagebreak{

        page-break-inside: avoid !important;
        margin-bottom: -10mm;
        margin-top: -10mm;

    }
    .pagebreak1{

        /*page-break-after: always !important;*/

    }

    img{
        page-break-inside: avoid !important;
    }

   h5{
        page-break-before: always;
    }

    h6{
        page-break-inside: avoid !important;
    }

    .printheight{
        height: 277.3mm;
    }




    .navbar{
        display:none;
    }




}

.pagebreak{
    page-break-inside: avoid !important;

}


/* centriranje columna */
.col-md-centered{
    float: none;
    margin: 0 auto;
}


/* javljanje napake pri vnosu podatkov v formi */
.form-error{
    display: block;
    margin-left: 3rem;
    margin-top: -1rem;
    color: #F44336;
    opacity: 1;
    font-size: 1rem;
}

/* označevanje opcije v selectu - glede na keyboard evente*/
.dropdown-content li.selected {
    background-color: #eee;
}

.img-select{
    width:auto !important;
    height:35px !important;
    vertical-align:middle !important;
}

.img-showReport{
    width:auto !important;
    max-height:500px !important;
}