﻿
html, body{
    width:auto !important; overflow-x: hidden !important;
}
body {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c6ea0', endColorstr='#1c2b5a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    height: calc(100vh);
    min-height: 100%;
}

.loginBackground {
    background: #2c6ea0; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #2c6ea0 1%, #1c2b5a 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#2c6ea0), color-stop(100%,#1c2b5a)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #2c6ea0 1%,#1c2b5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #2c6ea0 1%,#1c2b5a 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #2c6ea0 1%,#1c2b5a 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #2c6ea0 1%,#1c2b5a 100%); /* W3C */
}

.bodyBackground {
    background-color: #FFFFFF;
}

.rnPregled {
    padding-top: calc(0.375rem + 1px) !important;
    font-weight:400;
}

.btnlogin {
    color: white;
    font-size: 80%;
    background-color: black;
    border-color: transparent;
    font-weight: bold;
    float: right;
}

i gj-icon:hover{
    cursor: pointer;
}

.container {
 
    padding: 15% 0 0 0;
}

.layout-container{
    
    padding:0;
}

.footer-container{
    padding:0;

}
.fa {
    font-size: 24px;
}


.errspan {
    float: left;
    margin-left: 6px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}


.zuoDisabled {
    opacity: .65;
}

#divKontaktItemErrors, #divPosJedItemErrors {
    background-color: white !important
}


input[type=password] {
    padding-left: 30px;
}

input[type=email] {
    padding-left: 30px;
}

input[type=checkbox] {
    height: 30px !important;
    margin-top: calc(0.375rem + 1px) !important;
}

input[type=radio] {
    height: calc(1.0em + 0.75rem + 2px) !important;
}


.headerLogin {
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.smallHeaderLogin {
    font-size: 15px;
    color: white;
    padding-bottom: 10px;
}

.footer {
    color: white;
}

.jqte_tool.jqte_tool_1 .jqte_tool_label {
    position: relative;
    display: block;
    padding: 3px;
    width: 70px;
    height: 21px; /*change*/
    overflow: hidden;
}

.jqte_tool_label {
    padding-top: 1px !important; /*add*/
    height: 25px !important; /*add*/
}

.footerImg {
    height: 70px;
}

.hidden {
    display: none;
}

/*validation summary*/
.validation-summary-errors {
    color: #850000;   
    font-weight:bold;
}

.field-validation-error {
    color: #ff8080;
}

.input-validation-error {
    border: 2px solid #850000 !important;
}

.validation-summary-valid {
    display: none;
}
/*validation summary END*/


.navbar {
    box-shadow: 10px 5px 10px;
}

a {
    color: black;
    background-color: transparent;
}

h6 {
    color: darkgray;
    
}
/*datepicker*/
.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
    text-decoration: none;

}

.ui-datepicker {
    width: 216px;
    height: auto;
    margin: 5px auto 0;
    font: 9pt Arial, sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

    .ui-datepicker a {
        text-decoration: none;
    }

    .ui-datepicker table {
        width: 100%;
    }

..ui-widget-header {
    background: url('../images/dark_leather.png') repeat 0 0 #000 !important;
    
}



.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background-image: url('../img/arrow.png');
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker thead {
    background-color: #203b6c;
    background-image: -moz-linear-gradient(top, #203b6c 0%, #203b6c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
    background-image: -webkit-linear-gradient(top, #203b6c 0%,#203b6c 100%);
    background-image: -o-linear-gradient(top, #203b6c 0%,#203b6c 100%);
    background-image: -ms-linear-gradient(top, #203b6c 0%,#203b6c 100%);
    background-image: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
    border-bottom: 1px solid #bbb;
    color: white !important;
}

/*datepicker*/

.headerInfo {
    color: #33b5e5 !important;
    font-weight: 700 !important;
}

a.headerInfo:hover, a.headerInfo:focus {
    color: #0f6674 !important;
}

.hiddenUpload {
    /*overflow: hidden;*/
    display:none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
}

custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.preuzmiLink{
    color:blue !important;

}
a.preuzmiLink:hover{
    text-decoration:underline !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

</style >
/* editor area */
.jqte_editor, .jqte_source {
    padding: 10px;
    background: #FFF;
    min-height: 100px;
    max-height: 900px;
    overflow: auto;
    outline: none;
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    resize: vertical
}

    .jqte_editor div, .jqte_editor p {
        margin: 0 0 7px
    }

    .jqte_editor a:link, .jqte_editor a:link * {
        color: #0066FF !important;
        text-decoration: underline;
    }

    .jqte_editor blockquote {
        margin-top: 0;
        margin-bottom: 7px
    }

    .jqte_editor img {
        float: left;
        margin: 0 10px 5px 0
    }

    .jqte_editor a[jqte-setlink], .jqte_editor a[jqte-setlink] * {
        background: #3297FD !important;
        color: #FFF !important
    }

    .jqte_editor h1, .jqte_editor h2, .jqte_editor h3, .jqte_editor h4, .jqte_editor h5, .jqte_editor h6, .jqte_editor pre {
        display: block;
        margin: 0 0 3px;
    }

        .jqte_editor h1, .jqte_editor h1 * {
            font-size: 26px
        }

        .jqte_editor h2, .jqte_editor h2 * {
            font-size: 24px
        }

        .jqte_editor h3, .jqte_editor h3 * {
            font-size: 22px
        }

        .jqte_editor h4, .jqte_editor h4 * {
            font-size: 20px
        }

        .jqte_editor h5, .jqte_editor h5 * {
            font-size: 18px
        }

        .jqte_editor h6, .jqte_editor h6 * {
            font-size: 15px
        }

        .jqte_editor pre, .jqte_editor pre * {
            font-family: "Courier New", Courier, monospace
        }

        .note p {
            font-weight: 300 !important;
        }




/*.uploadLabel{
    max-width:100% !important;
}*/

/*.dropdown:hover >.dropdown-menu {

    display:block;
}

.dropdown>.dropdown-toggle:active{
    pointer-events: none;
}*/

.dropdown{
    cursor:pointer;
}

.page-footer a:hover{
    text-decoration:underline;
}


@media (max-width: 991px) {


}

@media(min-width: 992px){

    .navbar-nav li:hover > ul.dropdown-menu {
        display: block;
    }

    .navbar-nav li:hover > div.dropdown-menu {
        display: block;
    }

    .dropdown:hover > ul.dropdown-menu{
        display:block;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }


/*rotate caret on hover*/
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

/*.dropdown-menu > li:hover a:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}*/



.dropdown-menu {
    box-shadow: 2px 2px 20px;
}

.dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover, .dropdown-menu a:hover:active {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
    background-color: #1c2b5a;
    color: #fff;
}

.dropdown-toggle:focus, .dropdown-submenu .dropdown-toggle:hover, dropdown-submenu a:active, .dropdown-submenu a:focus, dropdown-submenu a:hover, .dropdown-submenu a:hover:active {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(156,39,176,.4);
    background-color: #1c2b5a;
    color: #fff;
}

.dropdown-toggle{
    width:100%;
}

.btn-light {
    padding: .375rem .75rem !important;
    margin: 0;
    font-size: 1rem;
    text-transform: lowercase;
    color: #495057 !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.5 !important;
    height: calc(1.5em + .75rem + 2px);
}


.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto #203c6c !important;
    outline-offset: -2px;
}

/*#tblDetalji .btn{
    margin:0;
}*/


/*.bootstrap-select{width:100% !important;}*/

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}
#bootstrap-select select {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.headerInfo {
    margin-bottom: 1rem;

}

.bg-aktivnost {
    color: rgba(0,0,0,0.48) !important;
}

/*.nalogColor{
    color: red !important;
}*/

.nalogPrioritet {
    color:red;
}

.aktivnostColor{
    color:red;
}

#btSubmitEmail {
    background-color: #203b6c;
}

.form-control:focus {
    border-color: #2c6ea0 !important;
    box-shadow: 0 1px 0 0 #2c6ea0 !important;
    border-bottom: 1px solid #2c6ea0 !important;
}

.form-control:focus + label {
    color: #2c6ea0 !important;
}
    
.jumbotron{
    margin-bottom: 0;
}

.pozadina {
    background-color: #203c6c;
}

.page-footer {
    background-color: #203c6c;

}

.spinner-color {
    color: #203b6c !important;
}

.actionsColor {
    background: linear-gradient(40deg,#3562b1, #2f579d) !important;
}

.actionsButtons {
    border: 2px solid #203c6c !important;
    background-color: transparent !important;
    color: #203c6c !important;
}

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    border-radius: 50%;
}

.pretraga-button {
    background-color: #203c6c;
    color:white !important;
}

.pretraga-button:hover{
    color:white;
}

.pretraga-po-aktivnostima-button {
    background-color: #203c6c;
    color: white !important;
}

    .pretraga-po-aktivnostima-button:hover {
        color: white;
    }

.reset {
    padding: .50rem !important;
}

.mainActionDisabled{
    opacity: .65;
}

.jqte_hiddenField {
    display: none
}

    
.ui-widget-header{
    border: 1px solid blue;
}

.sirinaSelecta {
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s
}


/*Popisi*/
#tblData {
    display: block;
    overflow-x: auto;
}
#tblData {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    #tblData thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
        min-width: 9rem;
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;

    }

    #tblData th,
    #tblData td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }


    #tblData a {
        margin: 0;
        color: #212529;
    }

    #tblData tbody tr:hover {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        background-color: rgba(0, 0, 0, 0.075);
        color: #212529;
    }
/*END*/

/*autocomplete ui redesign*/

.ui-dialog {
    overflow: visible;
}

/*.ui-autocomplete {
        position: absolute;
        overflow-y: auto;*/
/*prevent horizontal scrollbar*/
/*overflow-x: auto;
        padding-right: 20px;
    }*/

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 50vh;
    overflow-y: auto;
}

    .ui-autocomplete .ui-menu-item {
        font-family: inherit;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 200;
        width: 100%;
        line-height: 1.2;
        background-color: #fff;
        text-rendering: auto;
        letter-spacing: normal;
        text-indent: 0px;
        text-shadow: none;
        text-align: start;
        /*font: 400 13.3333px Arial;*/
        color: #495057;
    }



.ui-state-focus {
    background: none !important;
    background-color: #007bff !important;
    border: none !important;
    color: white !important;
}

select:focus {
    border-color: gray;
    outline: none;
}



.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: thin dotted #333 !important;
    outline: 5px auto #203c6c !important;
    outline-offset: -2px;
}
    

.ui-state-focus {
    background: none !important;
    background-color: #007bff !important;
    border: none !important;
    color: white !important;
}

.ui-dialog {
    overflow: visible;
}
/*END*/

/*Tabs*/
#divContainerDiv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#divLeftItems, #divTabs {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


#divLeftItems {
   display:none;
}

#divTabs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


#divTabs #tabovi {
    border-bottom: 1px solid #dee2e6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
}

#divTabs #tabovi li {
    margin-bottom: -1px;
}


#divTabs #tabovi  li a.active{
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

#divTabs #tabovi  li a {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    font-weight:400;
}

#divTabs #tabovi  li a:hover, #divTabs #tabovi  li a:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

#divTabs #tabovi  li a.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

    #divTabs #tabovi  li a.active,
    #divTabs #tabovi  li.show a {
        color: #495057;
        background-color: #fff;
        border-color: #fff #fff #fff #fff;
    }

#divTabs #tabovi  li a.active {
    color: black !important;
    font-weight:600;
    background-color: white;
    border-bottom: 3px solid #1de9b6 !important;

}

#divTabs #tabovi  li a:hover, #divTabs  li a:focus {
    text-decoration: none;
    
}

    #divTabs #tabovi  li:hover {
        background-color: #f8f9fa;
    }

#divTabs #tabovi  li a.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
/*Tabs END*/


/*Forms*/
.left label {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.left input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.left input:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.left {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.right {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.right label {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.right input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.right input:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

#tblDetalji label {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.btn-info {
    background-color: #203b6c !important;
}

a i:hover{
    cursor:pointer;
}

#tblDetalji input:not([type=file]) {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#tblDetalji input:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

#tblDetalji .editMain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#sideline {
    border-color: #203b6c;
    
}

.prikazLabel label {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.prikazInput input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.prikazInput input[type=checkbox] {
    transform: scale(.8);
}


.prikazIkona  a{
    color :black;
}

.podAkcije {
    width: 100%;
    margin-bottom: 1.5rem !important;
    background-color:white !important;
    border-bottom: 1px solid black;
}

.podAkcije i{
    margin-right:0.2rem !important;
}

.podAkcije a{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
    color:black !important;
    text-decoration:none !important;
}


.podAkcije a:hover{
    font-weight:bold;
}

textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0.25rem !important;
    overflow: auto;
    resize: vertical;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    height: auto;
}

textarea:disabled {
        background-color: #e9ecef;
        opacity: 1;
}

formButtons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.formButtons > :not(:first-child) {
    margin-left: .25rem;
}

.formButtons > :not(:last-child) {
    margin-right: .25rem;

}
/*Forms end*/

#divTabs .nav{
    margin-bottom: .5rem;
}

.dropdown-menu {
    min-width: 100% !important;

}
.bootstrap-select .dropdown-menu li a {
    text-overflow: ellipsis !important;
    white-space: normal !important;
}


/*enum dropdown list for*/


/*enum dropdown list for*/

@media(max-width: 1200px) {
    .tvrtkaLink a.noPadding {
        padding-left: 0 !important;
    }

    .navbar .nav-item .nav-link .fas{
        padding-left:14px !important;
    }

    .userPadding{
        padding-left:0 !important;
    }

}

/*@media(max-width:1500px){
    .podIzbornikPcPrikaz {
        display: none;
    }
}

@media(min-width:1500px) {
    .podIzbornikMobilePrikaz {
        display: none;
    }
}*/

@media(max-width:1200px){
    .podIzbornikPcPrikaz {
        display: none;
    }

    #divItems {
        overflow-x: scroll; /* has to be scroll, not auto */
    }
}

@media(min-width:1200px) {
    .podIzbornikMobilePrikaz {
        display: none;
    }
}
    /*Media CSS*/
    /*za small boostrap-a */
    @media (min-width: 576px) {
        #divTabs {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        #divLeftItems {
            display: none;
        }

        .left label {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .right label {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .right {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .left {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .prikazLabel label {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        #tblData {
            display: table;
            overflow-x: scroll;
        }
    }

    /*za medium boostrap-a*/
    @media (min-width: 768px) {
        #divTabs {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }

        #divLeftItems {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            display: initial !important;
        }

        .left label {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .right label {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            word-wrap: break-word;
            overflow-wrap: break-word;
        }

        .modal-body .right {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .modal-body .left {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }

        .right {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .left {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .prikazLabel label {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            
        }

        /*#tblDetalji label {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }*/
    }


    /*za large boostrap-a*/
    @media only screen and (min-width: 992px) {

        .right label {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
            word-wrap: normal;
            overflow-wrap: normal;
        }

        .right {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .left {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
            
        #modalSirina {
             max-width: 30%;
        }
        
    }

    /*za extra-large boostrap-a*/
    /*@media only screen and (min-width: 1200px) {
    #divTabs {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    #divLeftItems {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}*/

    @media (max-width: 767px){
        .razmak{
            padding-top:15px;
        }
    }

.headerUnutarPGOPO {
    color: #33b5e5;
    font-weight: bold;
}


.obavijest{
    position:relative;
}
    .obavijest:hover:after {
        position: absolute;
        content: attr(title);
        display: inline-block;
        left: 0px;
        top: 0px;
        padding: 5px;
        background-color: #203c6c;
        color: white;
    }


.fc-right .fc-prev-button, .fc-right .fc-next-button {
    background-color: #203c6c;
    background-image: none;
}

.fc-today-button {
    background-color: #203c6c !important;
}
