@font-face { font-family: Inter; 
    src: url('../fonts/Inter-Regular.ttf'); } 


body,html{
    overflow-y: hidden;
}

a{
    color:#75F0EC;
}

.min-vh-100 {
    min-height:75vh!important;
}

.dw_promo {
    color: #AEAEAE;
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    display:flex;
    justify-content: center;
}

.py-4{
    padding-top:0px!important;
    padding-bottom:0px!important;
}

.modal-header{
    justify-content:space-between;
}

.text-right {
    text-align: right;
}

.dw_pull_right {
    float:right;
}

.dw_logo{
    width:140px;
}

.dw_logo_login{
    max-height:50px;
    position:absolute;
    top:20px;
    left:20px;
}

.dw_login_bg img{
    -o-object-fit: cover;
       object-fit: cover;
    width:100%;
}

.dw_login_form{
    width:50%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:#E2F2F1;
    padding:56px 32px;
    border-radius:40px;
}

.dw_login_form img{
    width:206px;
}

.dw_login_form h2 {
    color: #111928;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    margin-bottom:24px;
} 

.dw_login_form label {
    color: #111928;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    width:100%;
    text-align: left;
    margin-bottom:8px;
} 

.dw_login_form a {
    color: #0D13EF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-decoration-line: underline;
}

.dw_login_form .form-check {
    margin-bottom:0px;
}

.dw_login_form .form-check-label {
    color: #111928;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom:0px;
}

.dw_login_form .form-check-input {
    border-radius:2px;
}

.dw_login_form input{
    border-radius:8px;
    border-color:#fff;
    margin-bottom:24px;
}

.dw_login_form input::placeholder{
    color: #6B7280;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17.5px;
}

.bg-light-white{
    background-color: #F9FAFB;
}

.dw_login_form button,.dw_login_form button:hover,.dw_login_form button:focus, .dw_login_form button:active{
    background:#503870!important;
    border-color:#503870!important;
    width:100%;
    border-radius:56px;
    padding:15px 30px;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.form-check-input:checked{
    background-color:#109490!important;
    border-color:#109490!important;
}

.dw_req_span {
    color:#EB5757;
}

.dw_remember_forgot{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom:32px;
    height:14px;
}

.dw_login_box{
    margin:auto!important;
    min-height:100vh;
}

.dw_login_box p{
    color:#111928;
}

.dw_breadcrumb{
    display:flex;
    align-items: center;
    margin-bottom:1rem;
}

.dw_breadcrumb span i{
    margin-right:5px;
    margin-left:5px;
    font-size:10px;
    color: #111928;
}

.dw_problem_photos{
    display:flex!important;
    align-items: flex-start!important;
    justify-content: flex-start!important;
	flex-wrap: wrap;
}

.dw_problem_photos a{
    width: calc(25% - 8px);
    height:auto;
    margin-right:8px;
}

.dw_problem_photos img{
	width:100%;
	height:auto;
}

.dw_breadcrumb a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #111928;
    text-decoration: none;
}

.dw_breadcrumb .dw_breadcrumb_active{
    color: #111928;
}

.dw_content{
    display:flex;
    width:100vw;
}

.dw_content .row{
    width:100%;
}

.dw_sidebar{
    width:20%;
    padding-left:15px;
    padding-right:15px;
	padding-top:7px;;
    border-right: 1px solid #212121;
    height:100vh;
    background:#212121;
}

.dw_sidebar div:first-child{
	padding-top:0px!important;
	padding-bottom:0px;
}

.dw_sidebar ul{
    list-style-type: none;
    padding-left:0px;
    width:100%;
}

.dw_sidebar ul li{
    padding:6px 10px;
    position:relative;
    width:100%;
}

form .error{
	color:red;
}

.dw_sidebar ul li a {
    text-decoration: none;
    width:100%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding-left:5px;
}

.dw_sidebar ul li a.active {
    border-radius:64px;
    padding:12px 24px!important;
    margin-left:-24px;
    width:100%;
    background-color:#503870!important;
    width:calc(100% + 24px);
}

.dw_sidebar ul li a:hover,.nav-link:hover, .nav-link:focus {
    color: #503870;
}

.dw_sidebar_active{
    background: #109490;
    border-radius: 10px;
}

.dw_sidebar_active > a:first-child{
    color:#109490!important;
}

.dw_sidebar_has_dropdown{
    width:100%;
    display:block;
    position: relative;
}
.dw_sidebar_has_dropdown:after{
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    right:0px;
    top:0px;
    font-size:14px;
}

.dw_sidebar_dropdown_open:after {
    position:absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f077"!important;
    right:0px;
    top:0px;
    font-size:14px;
}

.dw_sidebar_dropdown_openbox{
    display:block!important;
    position: absolute;
    width:100%;
    z-index:999;
    left:0px;
}

.dw_sidebar_dropdown{
    display:none;
    height:150px;
    overflow-y:scroll;
    border-top:2px solid #E0E0E0;
    margin-top:5px;
}

.dw_sidebar_dropdown ul{
    padding-left:0px;
}

.dw_sidebar_dropdown ul li{
    padding:5px 0px;
    border-bottom:1px solid #E0E0E0;
    background: #F9FAFB;
}

.dw_sidebar_dropdown ul li a{
    font-size:14px;
    line-height: 18px;
}

/* width */
.dw_sidebar_dropdown::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .dw_sidebar_dropdown::-webkit-scrollbar-track {
    background: #E0E0E0;
  }
  
  /* Handle */
  .dw_sidebar_dropdown::-webkit-scrollbar-thumb {
    background: #333;
    border-radius:10px;
  }
  
  /* Handle on hover */
  .dw_sidebar_dropdown::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

.dw_container{
    display: block;
    width:80%;
    padding:25px;
    background:#F8F9F9;
    overflow-y:scroll;
    height:100vh;
    min-height:100vh;
    padding-bottom:120px;
}

.dw_navbar{
    height:75px;
    display:flex;
    align-items:center;
    background:#000;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.5);
}

.dw_navbar_brand{
    width:20%;
    display:flex;
    align-items:center;
    justify-content: center;
    padding:10px 35px;
}

.dw_navbar_brand span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}
.dw_navbar_content{
    width:80%;
    padding:25px;
    display:flex;
    align-items:center;
    justify-content: space-between;
}

.dw_page_title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #444444;
}

#dw_navbar_search_input{
    padding: 10px 40px;
    background: #F9FAFB;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    width:300px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    display:none!important;
}

#dw_navbar_search_input::-moz-placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    display:none!important;
}

#dw_navbar_search_input::placeholder{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    display:none!important;
}

#dw_navbar_search_input_icn i{
    position:absolute;
    left:15px;
    top:10px;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
    display:none!important;
}

.dw_navbar_options {
    display:flex;
    align-items: center;
}

.dw_navbar_options a:after{
    display:none;
}

.dw_navbar_profile a:not(.dropdown-item){
    background:#109490;
    border-radius:50%;
    padding:6px 10px;
    margin-left:10px;
}

.dw_navbar_notifications a:not(.dropdown-item){
    background: #333;
    border: 1px solid #333;
    border-radius:50%;
    padding:5px 10px;
    margin-left:10px;
}

.dw_navbar_notifications a img, .dw_navbar_profile a img {
    height:15px;
}

.dw_mobile_fixed_nav{
    display:none;
}

/* width */
.dw_container::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .dw_container::-webkit-scrollbar-track {
    background: #E0E0E0;
  }
  
  /* Handle */
  .dw_container::-webkit-scrollbar-thumb {
    background: #333;
    border-radius:10px;
  }
  
  /* Handle on hover */
  .dw_container::-webkit-scrollbar-thumb:hover {
    background: #333;
  }

.dw_navbar_profile .dropdown-menu{
    transform:unset!important;
    top: 75px !important;
    right:0px!important;
    background:#FFFFFF;
    border-radius: 0px 0px 0px 6px;
    border-color:#fff;
    padding:0px;
    width:215px;
}

.dw_navbar_profile .dropdown-menu p{
    padding:14px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color:#333;
     margin-bottom:0px;
}

.dw_navbar_profile .dropdown-menu p span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6B7280;
}

.dw_navbar_profile .dropdown-menu .dropdown-item{
    padding:14px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    border-top:1px solid #E0E0E0;
}

.dw_navbar_profile .dropdown-menu .dropdown-item-border-bottom{
    border-bottom:1px solid #E0E0E0;
}

.dw_navbar_profile .dropdown-menu .dropdown-item:hover{
    background:#F9FAFB;
}

.dw_navbar_profile .dropdown-menu .dropdown-item i{
    font-size: 12px;
    margin-right:12px;
}
.dw_navbar_profile .dropdown-menu .dropdown-item-active{
    background:#F9FAFB;
    color:#109490;
}

.dw_navbar_profile .dropdown-menu .dropdown-item-red{
    color:#109490;
}

.dw_navbar_notifications .dropdown-menu{
    transform:unset!important;
    top: 75px !important;
    right:0px!important;
    background:#FFFFFF;
    border-radius: 0px 0px 0px 6px;
    border-color:#fff;
    padding:0px;
    width:355px;
	z-index:9999;
}

.dw_navbar_notifications .dropdown-menu p{
    padding:14px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-bottom:0px;
}

.dw_navbar_notifications .dropdown-menu p a{
    color: #999999;
    height:24px;
    width:auto;
    background: unset;
    border: unset;
    border-radius: unset;
    padding: unset;
    margin-left: unset;
    float:right;
}

.dw_navbar_notifications .dropdown-menu .dropdown-item {
    padding: 14px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border-top: 1px solid #E0E0E0;
    overflow-wrap: break-word;  /* Ensures long words can break */
    white-space: normal;        /* Allows the text to wrap normally */
}
.dw_navbar_notifications .dropdown-menu .dropdown-item span{
    color: #1C64F2;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
}

.dw_navbar_notifications .dropdown-menu .dropdown-item-border-bottom{
    border-bottom:1px solid #E0E0E0;
}

.dw_navbar_notifications .dropdown-menu .dropdown-item:hover{
    background:#F9FAFB;
}

.dw_navbar_notifications .dropdown-menu .dropdown-item-active{
    background:#F9FAFB;
}

.dw_kiosk_active{
	padding: 4px 14px;
	border-radius: 20px;
	background:#E4FDDC;
	color: #27AE60;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.dw_kk_tabs button, .dw_kk_tabs button:hover, .dw_kk_tabs button:visited, .dw_kk_tabs button:focus, .dw_kk_tabs button:focus-visible{
	color:#503870;
	opacity:0.7;
	background:unset;
	border-top:unset!important;
	border-left:unset!important;
	border-right:unset!important;
	box-shadow:unset;
	outline:unset;
	border-bottom:2px solid #503870;
	font-size:16px;
	width:25%;
}

.dw_kiosk_h3_analitika{
	font-size:18px;
	text-align:center;
}

.dw_kk_tabs .nav.nav-tabs{
	border-radius:0px!important;
}

.dw_kk_tabs .nav-tabs .nav-link.active{
	font-weight:bold;
	border:unset;
	border-bottom:2px solid #503870;
	background:unset;
	color:#503870;
	border-radius:0px;
	opacity:1;
}

.dw_kk_content{
	background:#fff;
	padding-top:16px;
}

.dw_kk_content p{
	margin-bottom:8px;
}

.dw_kiosk_orange{
	padding: 4px 14px;
	border-radius: 20px;
	background:#FDF4DC;
	color: #FF7A00;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.dw_kiosk_inactive{
	padding: 4px 14px;
	border-radius: 20px;
	background:#FDEEEE;
	color: #EB5757;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.dw_navbar_notifications .dropdown-menu .dropdown-item-red{
    color:#109490;
    font-weight:700;
    position: relative;
}

.dw_navbar_notifications .dropdown-menu .dropdown-item-red i{
    position: absolute;
    display: block;
    font-size:10px;
    right:16px;
    top:19px;
}

.dw_dashboard_top_box{
    padding: 20px 15px;
    width: 100%;
    height: 100px;
    background: #E2F2F1;
    border-radius: 8px;
    display:flex;
    align-items:center;
}

.dw_dashboard_top_box i{
	background:#503870;
	border-radius:50%;
	padding:8px;
	color:#fff;
	font-size:16px;
	width:35px;
	height:35px;
	display:flex;
	justify-content:center;
	align-items:center;
}


.dw_dashboard_top_box div{
    margin-right:5px;
    margin-left:5px;
}

.dw_dashboard_top_box div h2{
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #212121;
}

.dw_dashboard_top_box div span{
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #212121;
}

.dw_tena_box_title{
    padding:10px 20px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.dw_tena_box_title h2{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    padding-bottom:10px;
    margin-bottom:0px;
    border-bottom:2px solid #E5E7EB;
    width:100%;
}

.dw_tena_box_title a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
    display:none;
}

.dw_tena_box_title button{
    margin-top:0px;
    margin-left:15px;
}

.dw_tena_box_content{
    padding-top:20px;
}

#map {
    height: 347px;
	border-radius:8px;
}

.dw_map_title{
    color: #141414;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom:8px;
}

.dw_map_title a{
	text-decoration:none;
	color:#000!important;
}

.leaflet-container a{
	color:#000!important;
}

.dw_map_content{
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}

.leaflet-tile-pane {
    -webkit-filter: grayscale(100%) brightness(0.3) contrast(1.2);
    filter: grayscale(100%) brightness(0.3) contrast(1.2);
}

.leaflet-popup-content-wrapper{
    border-radius:0px!important;
    padding:8px 8px!important;
}

.dw_map_link2{
    border-radius: 56px;
    border: 2px solid #BCD90E;
    padding:12px 32px;
    background: #FAFFD8;
    color: #141414!important;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    width:100%;
    display:block;
    text-decoration: none;
}

.dw_map_link1{
    border-radius: 56px;
    background: #D5F611;
    border:1px solid #D5F611;
    padding:12px 32px;
    color: #141414!important;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    width:100%;
    margin-bottom:8px;
    margin-top:16px;
    display:block;
    text-decoration: none;
}

.dw_poslane_obavijesti_main{
    background:#fff;
    border-radius:10px;
    padding:30px 25px;
}

.dw_po_item p:first-child{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.dw_po_item p:first-child span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #1C64F2;
}

.dw_po_item p:first-child span:first-child{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.dw_po_item p:first-child span:last-child{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    color: #27AE60;
    background:#E4FDDC;
    border-radius:25%;
    padding:3px 10px;
}

.dw_po_item p:last-child{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444444;
}

.dw_po_divider{
    border-top: 2px solid #D1D5DB;
}

.dw_poslane_obavijesti_main a{
    display:flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #109490;
    text-decoration: unset;
}

.dw_poslane_obavijesti_main a i{
    font-size:12px;
}

#dw_aktivne_promocije_box img{
    width:100%;
    margin-bottom:30px;
}

#dw_aktvini_banneri_box img{
    width:100%;
    margin-bottom:30px;
}

.dw_artikli_row{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.dw_artikli_box{
    background: #FFFFFF;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    padding:30px 15px;
    margin-right:10px;
    margin-left:10px;
}

.dw_artikli_box img{
    width:100%;
}

.dw_artikli_box h3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #444444;
    height:80px;
}

.dw_artikli_box p{
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.dw_artikli_box p span:first-child{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #109490;
}

.dw_artikli_box p span:last-child{
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #444444;
}

.dw_artikli_box a{
    border: 1.8px solid #109490;
    border-radius: 8px;
    padding:15px 60px;
    width:100%;
    color:#109490;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    text-decoration: unset;
}

#dw_moji_zaposlenici_box div, #dw_distributeri_box div, #dw_zahtjevi_box div{
    background:#fff;
    padding:15px 15px;
    border-radius: 10px;
}

.dw_role_color{
    background: #FDF4DC;
    border-radius: 20px;
    padding:5px 10px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FF7A00;
}

.dw_table{
	padding-top:10px;
}

.dw_kk_content a{
	color:#109490;
}

.dw_narudzba_flex{
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}

.dw_kiosk_border_right{
	border-right:2px solid #E5E7EB;
}

.dw_table tbody tr td:last-child a:first-child{
    background: #F4F4F4;
    border: 1px solid #F4F4F4;
    border-radius: 50%;
    padding:5px 10px;
    color:rgb(68,68,68);
    text-decoration: unset;
    font-size:14px;
	display: inline-block;
	margin-bottom:8px;
}

.dw_table tbody tr td:last-child a:last-child{
    border: 1px solid #D1D5DB;
    border-radius: 50%;
    color:rgba(235, 87, 87, 1);
    padding:5px 10px;
    text-decoration: unset;
    font-size:14px;
    background:transparent;
}

.dw_table thead tr th{
    background:#F9FAFB;
    color:#444444;
}

.dw_table tbody tr{
    background:transparent;
    color:#444444;
    border:unset;
}

.dw_table tbody tr td{
    background:transparent!important;
	box-shadow:unset!important;
}

.dw_table tbody tr td, .dw_table thead tr th{
    box-shadow:unset;
    border:1px solid #D1D5DB;
}

.dw_table thead tr th:first-child{
    border-top-left-radius:10px;
}

.dw_table thead tr th:last-child{
    border-top-right-radius:10px;
}

.dw_table tbody tr:last-child td:first-child{
    border-bottom-left-radius:10px;
}

.dw_table tbody tr:last-child td:last-child{
    border-bottom-right-radius:10px;
}

table.dataTable.no-footer {
    border-bottom:unset!important;
}

#dw_korisnicki_podaci_box > div, #dw_izmjena_lozinke_artikli_box > div{
    background:#fff;
    padding:15px 15px; 
    border-radius: 10px;
}

#dw_my_profile_form{
    position:relative;
}

.dw_form_btn{
    text-align: center;
    padding: 16px 24px;
    background: #503870;
    border-color:#503870;
    box-shadow:unset;
    border-radius: 48px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    width:220px;
    display:block;
    margin-top:10px;
    float:right;
}

a.dw_form_btn{
	text-decoration:none;
}

.dw_form_btn_plus{
    text-align: center;
    padding: 5px 8px;
    background: #109490;
    border-color:#109490;
    box-shadow:unset;
    border-radius: 50%;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    display:block;
}

.dw_red_btn{
    text-align: center;
    padding: 10px 20px;
    background: #109490;
    border-color:#109490;
    box-shadow:unset;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    display:block;
    text-decoration: none;
}

.no_text_dec{
    text-decoration: none;
}

.dw_inv_btn{
    text-align: center;
    padding: 10px 20px;
    background: transparent;
    border-color:#109490;
    box-shadow:unset;
    border-radius: 8px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #109490;
    display:block;
    text-decoration: none;
}

#dw_my_profile_form img{
    width:100%;
}

#user_photo_label {
    cursor: pointer;
    border: 1.8px solid #503870;
    border-radius: 8px;
    padding:15px;
    width:140px;
    text-align: center;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #503870;
 }
 
 #user_photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
 }

 #dw_izmjena_lozinke_artikli_box span{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    display: block;
    margin-bottom:10px;
 }

#dw_izmjena_lozinke_artikli_box ul{
    padding-left:15px;
    margin-left:0px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #636363;
}

.dw_role_box{
    background: #212121;
    border-radius: 10px;
}

.dw_role_box div{
    padding:10px 20px;
}

.dw_role_box div:first-child{
    border-bottom:1px solid gray;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.dw_role_box div p:first-child span{
    width:100%;
}

.dw_role_box div p:nth-child(2){
    display:flex;
    align-items: center;
}

.dw_role_box div p:nth-child(2) span{
    background: #F9FAFB;
    border-radius: 20px;
}

.dw_role_icons a{
    margin-right:5px;
    border:1px solid #F4F4F4;
    border-radius:50%;
    padding:5px 10px;
    font-size:12px;
    color:rgb(68,68,68);
    background:#F4F4F4;
}

.dw_role_icons a:nth-child(2){
    background:transparent;
    color:rgba(235, 87, 87, 1);
    border:1px solid #D1D5DB;

}

.dw_role_titles span:first-child{
    font-weight:bold;
    color:#fff;
}

.dw_role_titles span:last-child{
    font-weight:normal;
    color:#fff;
}

.dw_role_titles span a{
    font-weight:bold;
    color:#fff!important;
    text-decoration: none;
}

.dw_role_roles span{
    background:#503870;
    padding:5px 5px;
    border:1px solid #503870;
    border-radius:20px;
    font-weight: bold;
    color:#fff;
    font-size:11px;
    display: inline-block;
    margin-bottom:5px;
}

.dw_content_bg_white {
    background:#fff;
    border-radius:10px;
    padding:10px 10px;
}

.dw_permisija_title {
    background:#F1F6F8;
    color:#444444;
    padding:10px 10px;
    border-radius:10px;
    margin-bottom:10px;
}

.dw_permisija_content p {
    background:#F9FAFB;
    border-radius:4px;
    padding:10px 10px;
    margin-bottom:10px;
}

.dw_access_denied_msg i{
    font-size:40px;
}

.dw_access_denied_msg p{
    font-size:22px;
    font-weight:bold;
}

.dw_access_denied_msg a, .dw_access_denied_msg a i{
    font-size:14px;
    color:var(--bs-alert-color);
    text-decoration: none;
    font-weight:bold;
}

.dw_center_screen {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
  }

  .swal2-confirm.swal2-styled {
    background-color:#109490!important;
}

.swal2-title {
    font-size:20px;
}

.dw_modal_wrapper {
    min-width: 658px;
}

.dw_modal_title {
    font-family: "Montserrat";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    color: #444;
}

.dw_modal_btn_close {
    border: none;
    background: #f8fafc;
}

.dw_modal_form {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 25px;
}

.dw_modal_half {
    display: flex;
    gap: 20px;
}

.dw_modal_half .dw_modal_part {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dw_modal_half .dw_modal_part.dw_modal_part_fullsize{
	width: 100%!important;
}

.dw_modal_form .dw_modal_form_label {
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #333;
}

.dw_modal_form .dw_modal_form_label .required {
    color: #eb5757;
}

.dw_modal_label_file {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dw_modal_form input,
.dw_modal_form select, .select2-container--default .select2-selection--multiple {
    padding: 12px 16px!important;
    border-radius: 8px!important;
    border: 1px solid #d1d5db!important;
    background: #f9fafb!important;
    width: 100%;
}

.dw_modal_form input::placeholder {
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #6b7280;
}

.togglePassword {
    position: absolute;
    top: 11px;
    right: 16px;
}

.dw_modal_form .dw_modal_choose_document {
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1.8px solid #109490;
    color: #109490;
    background: transparent;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

.dw_modal_btn_save {
    padding: 15px 30px;
    border-radius: 8px;
    background: #109490;
    border: none;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.dw_modal_btn_save:hover {
    background: #fff;
    color: #444;
} 

.dw_notif_time {
    color:#1C64F2;
}

.dw_announcements_blur td, .dw_announcements_blur .dw_notif_time{
    color:#C7CACF!important;
    font-style: italic;
}

.dw_reminders_blur td, .dw_reminders_blur .dw_notif_time{
    color:#C7CACF!important;
    font-style: italic;
}

.dw_reminders_blur .dw_reminder_urgent_box{
    background:#EDEDED;
    color:#A1A1A1;
}

#obavijesti_table tbody tr td{
    border-right:unset;
    border-left:unset;
    box-shadow:unset!important;
}

#obavijesti_table tbody tr td:first-child{
    border-left:1px solid rgba(0, 0, 0, 0.15)!important;
}

#obavijesti_table tbody tr td:last-child{
    border-right:1px solid rgba(0, 0, 0, 0.15)!important;
}

#obavijesti_table thead tr th{
    border-right:unset;
    border-left:unset;
}

#obavijesti_table thead tr th:first-child{
    border-left:1px solid rgba(0, 0, 0, 0.15)!important;
}

#obavijesti_table thead tr th:last-child{
    border-right:1px solid rgba(0, 0, 0, 0.15)!important;
}

.obavijesti_head_filters a{
    color:gray;
    text-decoration: none;
}

.obavijesti_head_filter_active{
    color:#109490!important;
}

.checkMultipleHidden{
    display:none;
}

.deleteMultipleHidden{
    display:none;
}

#notifications_table, #obavijesti_table, #reminders_table{
    margin-top:55px;
    margin-bottom:40px;
}

#notifications_table tbody tr td, #obavijesti_table tbody tr td, #reminders_table tbody tr td{
    border-right:unset;
    border-left:unset;
    box-shadow:unset!important;
}

#notifications_table tbody tr td:first-child, #obavijesti_table tbody tr td:first-child, #reminders_table tbody tr td:first-child{
    border-left:1px solid rgba(0, 0, 0, 0.15)!important;
}

#notifications_table tbody tr td:last-child, #obavijesti_table tbody tr td:last-child, #reminders_table tbody tr td:last-child{
    border-right:1px solid rgba(0, 0, 0, 0.15)!important;
}

#notifications_table thead tr th, #obavijesti_table thead tr th, #reminders_table thead tr th{
    border-right:unset;
    border-left:unset;
}

#notifications_table thead tr th:first-child, #obavijesti_table thead tr th:first-child, #reminders_table thead tr th:first-child{
    border-left:1px solid rgba(0, 0, 0, 0.15)!important;
}

#notifications_table thead tr th:last-child, #obavijesti_table thead tr th:last-child, #reminders_table thead tr th:last-child{
    border-right:1px solid rgba(0, 0, 0, 0.15)!important;
    text-align: right;
}

#notifications_table>tbody>tr.odd>*, #obavijesti_table>tbody>tr.odd>*, #reminders_table>tbody>tr.odd>*{
    box-shadow:unset!important;
}

#notifications_table tbody tr td:last-child a:first-child {
    border: 1px solid #D1D5DB;
    border-radius: 50px;
    color: #EB5757;
    padding: 5px 7px;
    text-decoration: unset;
    font-size: 10px;
}

#notifications_table tbody tr td:last-child a:last-child {
    border: unset;
    border-radius: 50px;
    color: #fff;
    padding: 5px 8px;
    text-decoration: unset;
    font-size: 10px;
}

#obavijesti_table tbody tr td:last-child a:last-child{
    border: 1px solid #D1D5DB;
    border-radius: 50px;
    color: #EB5757;
    padding: 5px 8px;
    text-decoration: unset;
    font-size: 10px;
}

#reminders_table tbody tr td:last-child a:first-child {
    border: 1px solid #D1D5DB;
    border-radius: 50px;
    color: #EB5757;
    padding: 5px 7px;
    text-decoration: unset;
    font-size: 10px;
}

#reminders_table tbody tr td:last-child a:last-child {
    border: 1px solid #D1D5DB;
    border-radius: 50px;
    color: gray;
    padding: 5px 8px;
    text-decoration: unset;
    font-size: 10px;
}

.notifikacije_head_filters a{
    color:gray;
    text-decoration: none;
}

.notifikacije_head_filter_active{
    color:#109490!important;
}

.dw_notifications_unread_row, .dw_notifications_unread_row td{
    background:#F6FBFF!important;
}

.dw_reminder_urgent_box{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    font-size: 13px;
    line-height: 16px;
    color: rgb(235,87,87);
    background: rgb(253,222,220);
    border-radius: 25px;
    padding: 3px 10px;
}

.dw_noclose_box{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.dw_noclose_box div:first-child{
    width:75%;
    margin-right:5%;
}

.dw_noclose_box div:last-child{
    width:20%;
}

.dw_table_checkbox_checked_row td{
    background:#FFF7F6;
}

#new_reminder, #new_reminder:focus{
    background:unset;
    border:unset;
    outline:unset;
    box-shadow:unset;
    width:120px;
}

#dw_reminder_date_box {
    position:relative;
}

#date_reminder {
    background:unset;
    border:unset;
    outline:unset;
    width:126.6px;
}

#date_reminder_fa {
    position:absolute;
    right:0px;
    top:4px;
    width:16px;
    color:#6B7280;
}

#date_reminder::-webkit-calendar-picker-indicator {
    color: #444;
    opacity: 1;
    display: block;
    background: url(/icons/dw_date_icn.svg) no-repeat;
    background-size:cover;
    width: 12px;
    height: 12px;
    border-width: thin;
}

.new_reminder_form span {
    color: #6B7280;
}

.new_reminder_form input[type=checkbox] {
    position: relative;
    cursor: pointer;
}

.new_reminder_form input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    border: 1px solid #6E6E6E;
    border-radius: 3px;
    background-color: #E0E0E0;
}

.new_reminder_form input[type=checkbox]:checked:before {
    background:#109490;
    border: solid #109490;
}

.new_reminder_form input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.5px;
    left: 5px;
}

.new_reminder_form button {
    background: #6B7280;
    border-color: #6B7280;
}

input[type=checkbox]:not(.form-check-input,.dw_default_checkbox) {
    position: relative;
    cursor: pointer;
}

input[type=checkbox]:not(.form-check-input,.dw_default_checkbox):before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 0;
    left: 0;
    border: 1px solid #6E6E6E;
    border-radius: 3px;
    background-color: white;
}

input[type=checkbox]:not(.form-check-input,.dw_default_checkbox):checked:before {
    background:#109490;
    border: solid #109490;
}

input[type=checkbox]:not(.form-check-input,.dw_default_checkbox):checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 1.5px;
    left: 5px;
}

.dw_default_checkbox{
	accent-color:#109490;
	width:auto!important;
	margin-right:8px;
}

.dw_default_checkbox_box{
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#dw_zaposlenici_hidden_select{
    display:none;
}

.select2-container.select2-container--default.select2-container--open{
    z-index:9999;
}

.select2.select2-container.select2-container--default{
    display:block;
    width:100%!important;
}

.dw_expand_row_hideen {
    display:none;
}

.dw_expand_main_row td{
    background:#F9FAFB;
}

.dw_expand_row_hideen_td{
    background:#F9FAFB!important;
    border-right:1px solid rgba(0, 0, 0, 0.15)!important;
    padding:0px 60px!important;
}

.dw_expand_row_comment {
    padding-top:15px;
    padding-bottom:15px;
    border-bottom: 1px solid #D1D5DB;
}

.dw_expand_row_comment div:first-child{
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom:15px;
}

.dw_expand_row_comment div:first-child span:first-child{
    color: #333;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.dw_expand_row_comment div:first-child span:last-child{
    color: #1C64F2;
    font-family: "Montserrat";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.dw_announcement_comment_hidden_form {
    display:none;
}

.form-control {
    opacity: 1;
}

input.form-control:read-only, textarea.form-control:read-only{
	opacity:0.5!important;
}

.dw_filter_box{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	gap:8px;
	background:#E2F2F1!important;
	padding: 15px 15px;
    border-radius: 10px;
}

.dw_filter_box div:first-child{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	gap:8px;
	width:100%;
}

.dw_filter_box span{
	width:25%;
}


@media screen and (max-width:991px){
    .dw_login_bg img {
        position:absolute!important;
        top:0px;
        left:0px;
        z-index:-1;
        height:100vh;
    }
    .dw_login_box{
        border: 1px solid #D1D5DB;
        border-radius: 10px;
        margin-top:180px!important;
        width:85%!important;
    }
    .dw_logo_login{
        max-height:130px;
        left: 50%;
        top:30px;
        transform: translateX(-50%);
    }
    .dw_login_form{
        margin:unset!important;
        width:100%;
        padding:20px;
    }
    .row{
        --bs-gutter-x: 0rem!important;
    }
    .dw_breadcrumb{
        margin-top:-45px;
        justify-content: center;
    }
    .dw_breadcrumb a, .dw_breadcrumb span, .dw_breadcrumb_active{
        color:white!important;
    }

    #dw_navbar_search_input{
        width:100%;
    }

    .dw_navbar_brand span{
        display:none;
    }

    .dw_navbar_brand, .dw_navbar_content{
        padding:25px;
    }

    .dw_sidebar{
        display:none;
        width:100%;
        position:absolute;
    }

    .dw_sidebar ul{
        padding-left:0px;
    }

    .dw_container{
        width:100%;
    }

    .dw_mobile_fixed_nav{
        display:block;
        position:fixed;
        bottom:0px;
        left:0px;
        width:100%;
    }

    .dw_mobile_fixed_nav ul{
        padding-left:0px;
        display:flex;
        align-items: center;
        justify-content: space-between;
        list-style-type:none;
        background: #FFFFFF;
        border: 1px solid #D1D5DB;
        box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.02);
        height:70px;
        margin-bottom:0px;
        padding:25px;
    }

    .dw_mobile_fixed_nav ul li a{
        font-size:28px;
        color:#999999;
    }
    .dw_sidebar_has_dropdown:after{
        content: "\f054";
        font-size:12px;
    }

    .dw_sidebar {
        background:#F9FAFB;
    }

    .dw_sidebar_active > a:first-child{
        color:#333!important;
    }

    .dw_sidebar ul{
        position: relative;
    }

    .dw_sidebar ul li{
        padding: 18px 15px;
        background: #FFFFFF;
        border-radius: 10px;
        margin-bottom:6px;
    }

    .dw_sidebar ul li:has(.dw_sidebar_dropdown_open){
        top: -16px;
        position: absolute;
        width: 100%;
        height:200%;
        background:#F9FAFB;
        z-index:9;
    }

    .dw_sidebar ul li a{
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #444444;
    }

    .dw_sidebar ul li a i{
        padding-right:10px;
    }

    .dw_sidebar_dropdown_open{
        position: absolute;
        padding: 18px 15px;
        background: #FFFFFF;
        border: 1px solid #D1D5DB;
        border-radius: 10px;
        left:0px;
        text-align: right;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #333;
        z-index:9999;
    }

    .dw_sidebar_dropdown_open::before{
        content:"\f053";
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        line-height: 22px;
        color: #109490;
        float:left;
        margin-left:10px;
    }

    .dw_sidebar_dropdown_open i::after{
        content:"Povratak";
        display: block;
        font-family: 'Montserrat';
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        color: #109490;
        position:absolute;
        left:35px;
        top:18px;
    }

    .dw_sidebar_dropdown_openbox{
        height:200%;
        border-top:0px;
        top: 80px;
    }

    .dw_sidebar_dropdown_openbox ul{
        width:100%;
    }

    .dw_sidebar_dropdown_openbox ul li{
        width:100%;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 18px 15px;
        border-bottom:unset;
    }

    

    .dw_sidebar_dropdown_open:after{
        display:none;
    }

    .dw_sidebar_dropdown::-webkit-scrollbar-track {
        background: transparent;
      }

}

.dw_notifications_unread_row, .dw_notifications_unread_row td{
    background:#F6FBFF!important;
}

.dw_prodaja_box_ss{
	display:flex;
	width:50%;
	align-items:center;
}

.dw_prodaja_box_ss a{
	padding:15px;
	display:block;
	text-decoration:none;
	text-align:center;
	font-size:14px;
		margin-right:15px;
}

.dw_prodaja_stop{
	background:red;
	color:white;
}

.dw_prodaja_start{
	background:green;
	color:white;
}

.dw_prodaja_active{
	color:green;
}

.dw_prodaja_inactive{
	color:red;
}