@import url("");

/* Logo image IE fix - start */

form #logo img {
    max-width: 180px;
    width: 180px;
}

/* Logo image IE fix - end */

/* top menu - start */

body #top-menu li ul li a {
    color: #e1f5fe !important;
}

@media (max-width: 960px) {
    body #top-menu li ul li a {
        color: #546e7a !important;
    }
}

/* top menu - end */

/* compositeLink - start */

.CssCompositeLink {
    width: 150px;
    height: 150px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: lightgray 1px solid;
    padding: 10px;
    color: black;
    position: relative;
}

/* compositeLink - end */

/* DataTable filter - start */

.filterSearch{
    background-color: transparent;
    border: 0px none;
    border-bottom: solid 1px #87B9D0;
    padding: 0px !important;
    width: 190px;
    font-family: 'roboto_condensedlight';
    font-size: 16px;
    color: #ffffff !important;
}

.filterSearch:hover{
    background-color: transparent;
    border-bottom: solid 1px #87B9D0;
    color: #ffffff !important;
}

.filterSearch:focus{
    background-color: transparent;
    border-bottom: solid 1px #87B9D0;
    color: #ffffff !important;
}

/* for placeholder coloring */
.filterSearch::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #87B9D0;
}
.filterSearch:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #87B9D0;
    opacity: 1;
}
.filterSearch::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #87B9D0;
    opacity: 1;
}
.filterSearch:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #87B9D0;
}

.filterIcon{
    color: #87B9D0;
    vertical-align: sub;
}

/* DataTable filter - end */

/* DataTable button - start */

.gridSmallButton {
    height: 25px !important;
    margin-top: -2px !important;
    vertical-align: middle;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
}

.ui-splitbutton.ui-buttonset.gridSmallButton > button{
    height: 25px;
}

/* DataTable button - end */

/* Primefaces dialog - start */

.CssDialog.ui-dialog.ui-shadow{
    -moz-box-shadow: 0px 0px 5px 5px #888  !important;
    -webkit-box-shadow: 0px 0px 5px 5px #c0c0c0  !important;
    box-shadow: 0px 0px 5px 5px #888 !important;
}

.CssDialog > .ui-dialog-titlebar {
    height: 25px;
}

.CssDialog > .ui-dialog-content {
    clear:both;
}

@media (min-width: 960px){
    .CssDialog.ui-dialog {
        max-width: 900px;
    }
}

/* Primefaces dialog - end */

/* Activity images - start */

.bpm.jump:before {
    content: "\f064";
    font: normal normal normal 24px/1 FontAwesome;
    top: -15px;
    position: relative;
    left: -10px;
}

.bpm.cancel:before {
    content: "\e09f";
    font: normal normal normal 14px/1 FontAwesome;
    top: -15px;
    position: relative;
    left: -10px;
    font-family: rio !important;
    color: black;
}

.bpm.napaka:before {
    content: "\f056";
    font: normal normal normal 16px/1 FontAwesome;
    color:red;
}

.bpm.callActivity{
    background-image: url("/neo/javax.faces.resource/images/bpm/callActivity.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

.bpm.endEvent{
    background-image: url("/neo/javax.faces.resource/images/bpm/endEvent.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

.bpm.exclusiveGateway{
    background-image: url("/neo/javax.faces.resource/images/bpm/exclusiveGateway.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

.bpm.serviceTask{
    background-image: url("/neo/javax.faces.resource/images/bpm/serviceTask.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

.bpm.startEvent{
    background-image: url("/neo/javax.faces.resource/images/bpm/startEvent.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

.bpm.userTask{
    background-image: url("/neo/javax.faces.resource/images/bpm/userTask.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

.bpm.subProcess{
    background-image: url("/neo/javax.faces.resource/images/bpm/subProcess.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

.bpm.intermediateMessageCatch{
    background-image: url("/neo/javax.faces.resource/images/bpm/intermediateMessageCatch.png.xhtml?ln=app");
    background-repeat: no-repeat;
}

/* Activity images - end */

/* Preveri in zakljuci nalogo result - start */

.CssResultDialogResultMessage {
    display: block;
    padding-bottom: 10px;
    font-weight: bold !important;
    width: max-content;
}

/* Preveri in zakljuci nalogo result - end */

/* Oznacevanje spremenjenih podatkov - start */

.CssSpremenjenPodatek:after{
    content: "\f06e";
    font: normal normal normal 16px/1 FontAwesome;
    color:#546E7A;
    margin-left: 5px;
}

/* Oznacevanje spremenjenih podatkov - end */

/* Vprasanja dialog stili - start */

.CssVprasanjeDialogOpomba{
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 200px !important;
}

/* Vprasanja dialog stili - end */

/* SideMapPost komponenta - start */

.CssSideMenuPostItem > a > ul,
.CssSideMenuPostSelectedItem > a > ul {
    padding-left: 10px;
}

/* SideMap komponenta - end */

/* CssEllipsis - start */

.CssTableCellEllipsis{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* CssEllipsis - end */

/* Onemogocen menu item - start */

a.menulink.ripplelink[href='#']{
    color: lightgray !important;
}

/* Onemogocen menu item - end */

/* Onemogocen linkButton - start */

span.CssLinkButton {
    opacity: 0.6;
}

/* Onemogocen linkButton - end */

/* Barve - start */

.Black {
    color: #000000;
}

.Brown {
    color: #D2691E;
}

/* Barve - end */

/* Prehodi statusov - start */

.CssPrehodStatusa{
    width: 160px;

}

/* Prehodi statusov - end */

/* Button - skrivanje teksta na manjsih resolucijah - start */

@media (max-width: 960px) {

    button.ui-button-text-icon-left {
        width:40px;
        border-radius: 30px !important;
    }

    button.ui-button-text-icon-left > span.ui-button-icon-left{
        left:2.3px;
        font-size:16px;
    }

    button.ui-button-text-icon-left > span.ui-button-text{
        text-indent: -9999999px;
        padding: 10px 0px !important;
    }

}

/* Button - skrivanje teksta na manjsih resolucijah - end */

/* IxDataTable - start */

.CssIxDataTable .ui-datatable-header tbody tr {
    border: none;
}
.CssIxDataTable .ui-datatable-header tbody tr td {
    border: none!important;
}

/* Na resizable stolpcih je omogocen prelom vrstice */
.ui-datatable-resizable thead th, .ui-datatable-resizable tbody td, .ui-datatable-resizable tfoot td {
    white-space: normal !important;
    word-wrap: break-word !important;
}

/* IxDataTable - start */

.CssPojasnilo{
    font-size: 14px;
    width: 480px;
    margin-top: -10px;
    padding-left: 20px;
}

/*note.xhtml - start*/

.CssNote{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
}

.CssNote .ui-outputlabel {
    font-size: 12px;
}

.CssNoteIcon{
    font-size: 14px;
    padding-right: 4px;
    color: #546E7A;
}

/*note.xhtml - end*/

.Css24 {
    background-image: url("/neo/javax.faces.resource/icons/24.png.xhtml?ln=app");
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}

.Css72 {
    background-image: url("/neo/javax.faces.resource/icons/72.png.xhtml?ln=app");
    background-repeat: no-repeat;
    width:40px;
    height:40px;
}

.CssDobavaGoriva {
    background-image: url("/neo/javax.faces.resource/images/gas_station.png.xhtml?ln=app");
    background-repeat: no-repeat;
    width:40px;
    height:40px;
    background-size: 45px 45px;
}

.CssNijzUkrep {
    background-image: url("/neo/javax.faces.resource/images/rdeci_kriz.png.xhtml?ln=app");
    background-repeat: no-repeat;
    width:40px;
    height:40px;
    background-size: 45px 45px;
}

.ui-blockui-content{
    padding: 0 !important;
}

.ui-blockui.ui-widget-overlay{
    opacity: 0;
}

.left-arrow-style{
    position: absolute;
    z-index: 10;
    top: 12px;
    left:2px;
}

.displayInline{
    display: inline;
}

.displayInline div{
    display: inline;
}

@media (max-width: 960px) and (min-width: 640px) {
    .enviromentType {
        padding-top: 13px;
        padding-left: 3.2vw;
        font-size: 28px;
    }
}

@media (max-width: 640px) and (min-width: 365px){
    .enviromentType {
        padding-top: 6px;
        padding-left: 4vw;
        font-size: 28px;
    }
}

@media (max-width: 365px) and (min-width: 354px){
    .enviromentType {
        padding-top: 11px;
        padding-left: 5vw;
        font-size: 22px;
    }
}

@media (max-width: 354px) and (min-width: 346px){
    .enviromentType {
        padding-top: 14px;
        padding-left: 5vw;
        font-size: 18px;
    }
}

@media (max-width: 346px) and (min-width: 320px){
    .enviromentType {
        display: none;
    }
}

.infoButtonStyle {
    color: #455a64 !important;
    background-color: transparent !important;
    vertical-align: bottom;
    left: -.3em !important;
}

/*****Prikaz ladij na zemljevidu*****/
.mapDiv{
    /*Zemljevidi imajo fiksno velikost, ki je enaka kot velikost MarineTraffic zemljevidov*/
    position: relative;
    width:1016px;
    height:560px;
}

.privezDiv{
    /*Div s podatki priveza je absolutno pozicioniran glede na zemljevid*/
    position:absolute;
    width:auto;
    height:auto;
    background-color:rgb(255, 250, 250, 0.65);
    border:1px solid #349aef;
    border-radius: 5px;
    padding-left: 4px;
    padding-right: 4px;
    min-width: 90px;
    /*max-width: 170px;*/
    word-break: break-word;
}

.privezDiv:hover{
    /*Ko je miska nad privezDivom naj se premakne v ospredje*/
    z-index: 10;
    background-color:rgb(255, 250, 250, 1);
}

.privezDiv label{
    font-size: 14px;
}

.ladjaDetails{
    /*Podrobnosti ladje so privzeto skrite*/
    font-size: 0px;
    max-width: 0px;
    max-height: 0px;
    transition: 0.5s;
    white-space: nowrap;
}

.ladjaDiv{
    /*display: none;*/
    display: block;
}

.privezDiv:hover .ladjaDiv{
    display: block;
}

.ladjaDiv:hover .ladjaDetails{
    /*Podrobnosti ladje se prikazejo kadar je miska nad parent elementom*/
    font-size: 12px;
    max-width: 1000px;
    max-height: 1000px;
    padding-right: 10px;
}

.ladjaDiv a{
    color: #0091ea;
    white-space: nowrap;
}

.ladjaDiv img{
    height: 15px;
    vertical-align: middle;
    display: none;
}

.ladjaDiv .labelMap{
    display: none;
}

.ladjaDiv:hover img{
    display: inline-block;
}

.ladjaDiv:hover .labelMap{
    display: inline-block;
}

.ladjaLink{
    font-size: 12px !important;
}

.ladjaDiv label{
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
}
/*****Prikaz ladij na zemljevidu*****/

.ui-datepicker-close{
    font-weight: normal !important;
}

/*****Prikaz oseb na ladji*****/
.personCount{
    border-color: orange;
    display:inline-block;
    margin:4px;
    vertical-align: top;
}

.personCountPosadkaDiv1{
    border-color:black;
    position: absolute;
    left: 10px;
    bottom: 60px;
    height: 70px
}

.personCountPotnikiDiv2{
    border-color:black;
    position: absolute;
    left: 10px;
    height: 70px
}

.personCountPosadkaDiv1 i{
    margin-left: 5px;
}

.personCountPotnikiDiv2 i{
    margin-left: 5px;
}

.personCountPosadkaDiv1 label{
    font-size: 18px;
    color:Orange;
}

.personCountPotnikiDiv2 label{
    font-size: 18px;
    color:Orange;
}

/*****Prikaz onemogocenih vrstic*****/

.disabledTableRow{
    font-style: italic;
}

/*****Prikaz nepotrjenih zahtev*****/

.unreadTableRow{
    font-style: italic;
    font-weight: bold;
}

/*****VisitLabel*****/
.visitLabel{
    margin: 1px;
    vertical-align: top;
}

.visitLabel .textPanel{
    border: 1px solid black;
    border-radius: 5px;
    padding: 1px 2px 1px 2px;
    min-width: 32px;
    text-align: center;
}

.visitLabel .iconPanel{
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 2px 1px 2px;
}

.visitLabel .imagePanel{
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 2px 1px 2px;
}

.potovanjeFlagsPanel .visitLabel .iconPanel{
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 2px 0px 2px;
}

.potovanjeFlagsPanel .visitLabel .imagePanel{
    border: 1px solid black;
    border-radius: 5px;
    padding: 4px 2px 0px 2px;
}

/*****Pozitiven odgovor obarvan rdece, ce je polje readonly*****/
.redWhenTrue .trueLabel{
    color: red;
}

.ui-scrollpanel {
    @extend .ui-scrollpanel;
    padding: 0px !important;
    border: 0 !important;
}

.ui-scrollpanel-content {
    @extend .ui-scrollpanel-content;
    padding: 0px !important;
}

pre.prettyprint {
    padding: 0px !important;
    border: 0px !important;
    margin: 0px !important;
    white-space: pre-wrap !important;
    font-family: 'roboto_condensedregular';
    font-size: 15px;
    color: #546e7a;
}

.keypad-trigger {
    background-color: #0288d1;
    border: none;
    color: white;
    border-radius: 2px !important;
    height: 32px;
    width: 32px !important;
    padding: 4px;
    margin-left: 10px !important;
    font-weight: bold;
}

.ui-autocomplete-panel {
    max-width: 500px;
    width: calc(100% - 20px) !important;
}

.CssGdprBanner{
    font-family: roboto_condensedregular;
    font-size: 18px;
    position:fixed;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    opacity: 80%;
    left:0;
    bottom:0;
    background: rgba(3, 169, 244, .75);
    color:#FFF;
    text-align: center;
    width:100%;
    z-index:99999;
    text-decoration: none;
}

.CssGdprOK {
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 0px #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #0277bd;
    color: #FFF;
    padding: 10px 20px;
    text-decoration: none;
}

.static-message {
    display: inline-block;
    padding: 8px 15px;
    border: 1px solid #d85c41; /* Adjust border color as needed */
    background-color: #f7e6e1; /* Adjust background color as needed */
    border-radius: 4px;
    color: #d85c41; /* Adjust text color as needed */
    font-weight: bold;
    font-family: 'roboto_condensedregular';
    width: 100%;
    white-space: pre-wrap;
    margin-bottom: 5px;
}

#mainForm\:adrContentLabel {
    white-space: pre-line;
}