/* here you can put your own css to customize and override the theme */
/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}
.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}
.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/
/* Milos 09.01.2015 SmileSoft */
.redni {
    width: 50px !important;
    text-align: center
}
.akcija-ms {
    width: 130px !important;
    text-align: center;
    min-width: 100px !important;
}
.akcija-xs {
    width: 45px !important;
    text-align: center;
    min-width: 45px !important;
}
.akcija-lg {
    width: 100px !important;
    text-align: center;
    min-width: 100px !important;
}
.bootbox-confirm{
    display: flex !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.bootbox{
    display: flex !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
[data-skriven="da"]{
    display: none;
}
.zw-filter:after {
    width:0;
    height:0;
	font-family: FontAwesome;
	content:"\f071";
    font-size: 21px;
    position: absolute;
    right: 30px;
    color: #84A5B3;
    z-index: 9;
    top: 5px;
}
.page-logo {
    position: relative;
    left: -15px;
}
.scroller-min{
    min-height: 450px;
}
.datum-pri{
	font-weight: bold;
	font-size: 17px;
}
.lane {display:none;}
.laneshow {color:#3b9c96;}
.font-prihod{font-size:16px; }
/* sloba 03.10.2018 */
.mesovito-placanje,
.gotovina-placanje {
    margin-bottom: 8px;
    font-size: 18px;
}
/* sloba 04.10.2018 */
#mesovito_kusur,
#gotovinaKusur {
    font-size: 18px;
    padding: 0 10px;
}
/* */
.nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
	margin-bottom: 10px!important;
}
.nopadding-left {
    padding-left: 0 !important;
	margin-bottom: 10px!important;
}
.upozorenje{
	border-color: #a94442; background-color:#F3CBCA;
}
.upozorenje2{
	background-color: #fcf8e3; border-color: #faf2cc;
}
.alert-black {
    border-color: #000;
    background: #29272C;
    color: #fff;
	padding: 15px !important;
    font-size: 18px;
    margin-bottom: 7px !important;
}
.alert-black-td {
    background: #29272C !important;
    color: #fff !important;
}
/* sloba 29.08.2019 */
.fc-axis.fc-time.fc-widget-content {
    background-color: white !important;
}
/* nikola 09.10.2019. */
.select2,
.select2 > .selection,
.select2 > .selection > .select2-selection {
    width: 100% !important;
    height: 34px !important;
}
/* sloba 17.10.2019
.select2-results,
.select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px !important;
}
.tooltiptopicevent {
    font-size: 14.5px !important;
}
*/
/* sloba 17.12.2019 */
@media only screen and (max-width: 479px) {
    .menu-holder {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .menu-lines {
        width: auto;
        min-width: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }
    .menu-toggler {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .top-menu {
        display: flex;
        flex-direction: row;
        padding-top: 5px;
        margin-top: 0px !important;
    }
    .nav.navbar-nav.pull-right {
        width: auto !important;
    }
    .btnStampa {
        display: none !important;
    }
}
/* */
/*Stefan 02.04.2020*/
.izvestaj_strana{
    direction: ltr!important;
}
.izvestaj_strana > ul.dropdown-menu > li > div.mega-menu-content {
   width: 780px !important;
}  
@media only screen and (max-width: 1366px) {
    .izvestaj_strana{
        direction: rtl!important;
    }
}
/* */
/*Stefan 17.06.2020*/
@media only screen and (max-width: 991px) {
    .izvestaj_strana > ul.dropdown-menu > li > div.mega-menu-content {
        width: 100% !important;
    }  
}
/*sloba 12.04.2021*/
@font-face {
    font-family: 'password';
    font-style: normal;
    font-weight: 400;
    src: url('../../../fonts/password.ttf');
}
input#checkIn {
    font-family: 'password' !important;
    padding-top: 20px;
    padding-bottom: 10px;
}
input#checkIn::placeholder {
    font-family: 'Open Sans' !important
}