@media (min-width: 0px) and (max-width: 575px) {
    .modal-dialog-preview {
        width: auto !important;
    }
}


@media(min-width:576px){


    .upload-button {
        background: white url(/icons/attach-icon.png) left 25px top -6px no-repeat !important;
        font-size: 1.2rem !important;
    }

    .upload-button-disabled {
        background: #C6C6C6 url(/icons/attach-icon-disabled.png) left 65px top -6px no-repeat !important;
        cursor: not-allowed;
    }
    
}


@media(min-width:768px){


    #hdr {
        visibility: visible !important;
    }

    h1.welcome{
        font-size: 3.43rem !important;
    }

    .intro-list li {
        margin-left: 200px !important;
        margin-right: 200px !important;
    }

    .intro-list li .k1 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .intro-list li > i {
        display: block;
        width: 90px;
        height: 90px;
        border-radius: 45px;
        background: #f3f9ff;
        position: absolute;
        left: -117px;
        top: 0;
        border: 1px solid #dadee3;
    }

    table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
        font-size: 1.1rem !important;
    }

    table.dataTable thead th, table.dataTable thead td,
    table.dataTable tfoot th, table.dataTable tfoot td,
    label {
        font-size: 1.12rem !important;
    }

    body > header .my-egov > a {
        font-size: 1.12rem !important;
    }

    body > header .lang .ll-active a {
        font-size: 1.12rem !important;
    }

    .loading-text {
        font-size: 20px;
    }

    .loading-text {
        /*width: 90% !important;*/
        margin: 0 auto !important;
    }

    #pdf-main-container {
/*        width: 600px;
        margin: 20px auto;*/
    }

    .cat-list h3 {
        font-size: 2.57rem !important;
    }

    .cat-list > li {
        padding-bottom:30px;
    }

    .naslov {
        font-size: 21px !important;
        font-weight: normal !important;
        display: block;
    }

    h1.ca {
        font-size: 2.57rem !important;
    }

    .upload-button {
        background: white url(/icons/attach-icon.png) left 45px top -6px no-repeat !important;
    }

    .section-table input {
        padding: 10px;
    }

    h1 {
        font-size: 1.48rem !important;
    }

    .ic {
        width: 60% !important;
    }

    .ic-cid {
        width: 100% !important;
    }

    #signPaper {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .upload-button-disabled {
        background: #C6C6C6 url(/icons/attach-icon-disabled.png) left 65px top -6px no-repeat !important;
        cursor: not-allowed;
    }

    .maintenance-class {
        width:100% !important;
    }
}


@media(min-width:992px){
    .sub-header ul li a {
        display: none;
    }

    .registrationPortalHome {
        line-height: 1.2;
    }

    .nav ul li,
    .nav-right{
        margin-bottom: -2px;
        border-bottom: 2px solid transparent;
    }

    .nav ul li:hover,
    .nav-right :hover{
        border-bottom: 2px solid #a33943;
    }

    .upload-button {
        background: white url(/icons/attach-icon.png) left 65px top -6px no-repeat !important;
    }

    .naslov {
        font-size: 22px !important;
    }

    h1 {
        font-size: 2rem !important;
    }

    body > header nav > ul > li > a,
    .nav-right a{
        padding: 13px 20px 17px !important;
        color:#333 !important;
    }

    .nav-right {
        display: block;
    }

    .nav-right a:hover {
        background-color: #d2e7ff;
    }

    .nav-right-min {
        display: none;
    }

    .upload-button-disabled {
        cursor: not-allowed;
        background: #C6C6C6 url(/icons/attach-icon-disabled.png) left 65px top -6px no-repeat !important;
    }
}

@media (min-width: 991px) and (max-width: 1295px) {
    body > header nav > ul > li {
        line-height: 20px;
        width: 240px !important;
        height: 57px !important;
    } 
}

@media(min-width:1200px){
    .ic {
        width: 40% !important;
    }
    .ic-cid {
        width: 50% !important;
    }

    .container {
        width: 1300px !important;
    }

    .maintenance-class {
        width: 100% !important;
    }
}

@media(min-width:1295px) {
    body > header nav > ul > li > a,
    .nav-right a {
        padding: 19px 18px 18px !important;
    }
}