body{
    font-family: 'Open Sans', sans-serif;
     font-weight: 300;
    padding: 0px;
    background: #fff;
}

tr.totalRow, tr.totalRow td {
    background-color: #FFFACD;
    font-weight: 700;
}

tr.totalRow2, tr.totalRow2 td {
    background-color: #b4e7e9;
}


.svg_icons {
    width: 100%;
    margin: 10px;
    border: 1px solid #999;
    padding: 0px;
    display: flex;
    gap: 10px;
    background-color: #E8E8E8;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 10px;
}

.svg_icons > div {
 width: 120px;
 height: 80px;
 background-color: #fff;
 padding: 2px;
 text-align: center;
}

.svg_icons > div img {
 width: 50px;
 margin: auto;
}
.svg_icons > div span {
  display: block;
  font-weight: 400;
  font-size: 11px;
}

ul.list_features {
 margin: 3px;
 padding: 3px;
}
ul.list_features li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 5px;
    gap: 10px;
    align-items: baseline;
  }


 .tinymceEditor ul {
    padding: 0;
      padding-left: 0px;
    padding-left: 25px;
}

.tinymceEditor ul li {
    padding: 0;
      padding-left: 0px;
    padding-left: 25px;
}



.row-gray {
    background-color: #F0F0F0;
    padding: 5px;
}

tr.accordionTR td {
    border: none;
}

tr.accordionTR {
    border-bottom: 1px solid #bababa;
}

tr.accordionTR:last-child {
    border-bottom:none;
}


tr.accordionTR div.atop {
 display: flex;
 gap: 10px;
 margin-bottom: 5px;
}

.card_vezani {
    margin: 20px 0px;
}

.product_edit_top {
    background-color: #000000b0;
    width: 100%;
    height: 45px;
    top: 0px;
    position: sticky;
    display: flex;
    justify-content: space-between;
    z-index: 999999;
    padding: 5px 0px;
}

.product_edit_top h1 {
    margin: 0px;
    padding: 0px;
    font-size: 29px;
    padding-left: 10px;
    color: #F8F8FF;
}

.btn-edit-form-save {
    margin-right: 15px;
}

.card-accordion {
 border: 2px solid #3ae4db;
 background-color: #f1fcfc;
}

.card-podrobnosti {
    border: 2px solid #ece907;
    background-color: #fbfcc2;
}


a.button_collapse_vezani {
    color: #000;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
 align-items: center;
}

a.button_collapse_vezani:hover {
 color: #1E90FF;
}

a.button_collapse_vezani i {
 float: right;
}

a.button_collapse_vezani.collapsed i {
      transform: rotateX(-180deg);
  transition: transform 500ms;
}

div.div_add_vezani {
    text-align: right;
    margin-bottom: 15px;
}

.form-control.form-control-bold {
    font-weight: 700;
}

a.btn_add_vezani {

}

.vezani_container td.t1 {
    width:70px;
}

.vezani_container td.t2 {
    width:290px;
}


.vezani_container td.t3 {
    width:120px;
}
.vezani_container td.t4 {
    width:80px;
}

select.select_dropdown_vezani {


}

span.span_vezani_name {
    display: block;
/*    width:290px;   */
    overflow: hidden;
}

.btn_save_new {
    display: none;
}

strong,b {
    font-weight: 800;
}

.btn {
}

aside {
    width: 200px;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #000;
    height:100%;
}

h1.headline {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    border-left: 5px solid #CD3233;
    padding-left: 10px;
    position: relative;
}


h2.headline {
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 20px;
    border-left: 3px solid #CD3233;
    padding-left: 10px;
    position: relative;
}

.order_item2025 {
    margin: 22px; margin-top: 15px; 
}

.order_email_send {
    margin-top: 10px;
}
.demoHeaders {
    margin-top: 2em;
}
#dialog-link {
    padding: .4em 1em .4em 20px;
    text-decoration: none;
    position: relative;
}
#dialog-link span.ui-icon {
    margin: 0 5px 0 0;
    position: absolute;
    left: .2em;
    top: 50%;
    margin-top: -8px;
}
#icons {
    margin: 0;
    padding: 0;
}
#icons li {
    margin: 2px;
    position: relative;
    padding: 4px 0;
    cursor: pointer;
    float: left;
    list-style: none;
}
#icons span.ui-icon {
    float: left;
    margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
    position: absolute;
}
select {
    width: 200px;
}

#main {
    margin-top: 0px;
 margin-left: 210px;
    width:1200px;
    padding-top: 10px;
    padding-bottom: 20px;
 width: auto;
}

.well
    	{
    		box-shadow: 0 0 10px;
    		padding: 35px;
    		padding-left: 30px;
    		margin: 3% auto;
    		width: 450px;
    	}


.thumb {
    width:40px;
    height: 40px;
    margin: 0.2em -0.7em 0 0;
}

.link_remove_opciju {
 float:right;
 width: 32px;
 height: 32px;
 line-height: 32px;
}


.dropzone {
    border: 2px dashed #1E90FF ;
    height: 200px;
}

.dropzone  .dz-default {
 font-size: 18px;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
}

.dropzone  .dz-default img {
display:block; text-align: center;width:150px;margin-left:auto;margin-right:auto;

}

.navbar-nav .nav-item .nav-link {
    font-size: 20px;
}

footer .container-fluid {
    background-color: #e5e5e5;
    padding: 0px;
 text-align:right;
 padding-right: 5px;
 height: 30px;
 line-height: 30px;
 font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    margin-left: auto;
    margin-right: auto;
}


header {
 border-bottom: 1px solid #e5e5e5;
}

header .container-fluid {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
    width: 1360px;
}


.responseok {
  background-color: #9ACD32;
}
.responseerr {
    background-color: #FF4500;
}

.current_slider div.responseok2 img {
  border-color: #9ACD32;
}
.current_slider div.responseerr2 img {
    border-color: #FF0000;
}


.opcija_save {
}

.current_slider {
 position: relative;
 padding-top: 15px 5px;

}

.current_slider ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}


.current_slider ul li {
 width: 190px;
 height: 150px;
 float: left;
 margin: 10px;
 position: relative;
 border: 1px solid #bababa;
}

.current_slider ul li:hover {
 box-shadow: 0 -1px 5px 1px #808080;
}


.current_slider li.isCover img {
 border-color: #FFD700;
}



.current_slider li img {

}


.current_slider li a.cover79 {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    padding:0px;
    padding-left: 5px;
    padding-right: 5px;

}

.current_slider li a.zoom79 {
    display: block;
    position: absolute;
    top: 0px;
    left: 80px;
    padding:0px;
    padding-left: 5px;
    padding-right: 5px;

}


.current_slider li a.remove79 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding:0px;
    padding-left: 5px;
    padding-right: 5px;

}

.form-group{
 margin-top: 5px;
}

.form-group label {
    font-weight: bold;
    font-size: 19px;
}

.form-row label {
    font-weight: bold;
    font-size: 19px;
}


.form-box-headline {
 background-color: #FFFFFF;

}

.form-box-headline .col-sm-4 {

}

.form-box-headline .col-sm-4 > div {
  border:1px solid #bababa;
  padding: 10px;
  border-radius: 5px;
  background-color: #F5F5F5;
}


.name4 {
    display:block;max-width:600px; overflow:hidden;height:30px; line-height:30px;
}

.category4 {
    display:block;max-width:600px; overflow:hidden;height:30px; line-height:30px;
}

tr.ponudba_row td {
  height: 30px;
  line-height: 30px;
}


.table-orders,.table-orders tr td {
  font-size: 15px;
  height: 30px;
  line-height: 30px;
}

.table-orders tr.glavne {
 border-bottom: 2px solid #9ACD32;
}


.p310 {
  width: 280px;
 height: 30px;
 line-height: 30px;
 font-size: 14px;
  overflow: hidden;
 display: block;
}

.p170 {
  width: 194px;
 height: 30px;
 line-height: 30px;
 font-size: 14px;
  overflow: hidden;
 display: block;
}


.payment_1_placeno {
 width:30px;
 display: block;
 background-color: #28A745;
 text-align: center;
 color: #fff;
 margin-top: 2px;
 height: 30px;
 line-height: 30px;
 border-radius:2px;
}
.payment_1_neplaceno {
 width: 30px;
 display: block;
 background-color: #DC3545;
 text-align: center;
 color: #fff;
 margin-top: 2px;
 height: 30px;
 line-height: 30px;
 border-radius:2px;
}


a.product_link {
    color: #000;
}

.sidebar-nav li.active,.sidebar-nav li.active a {
  color: #CD3032!important;
  border-bottom: 2px solid #CD3032;
  background-color: #F5F5F5;
}


tr.trok1 {
    background-color: #90EE90!important;
}
tr.trerr1 {
    background-color:#FF6347!important;
}

.opombe {
    clear: both;
    margin: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
 margin-top: 14px;
}

.opombe b{
    font-size: 17px;
    font-weight: 800;
    line-height: 140%;
    display: block;
}

.ukupno3 {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.ukupno3 b {
    font-size: 17px;
    color: #FF0000;
}


.ukupno3 a {
 margin-left: 10px;
}


.opcijatitle {
     display: block;
     line-height: 15px;
     height: 30px;
     overflow: hidden;
     color: #696969;
      font-size: 12px;
      max-width: 350px;
}

.popup_coupons {
 width: 360px;
 padding: 0px;
 background-color: #fff;
 overflow: auto;
}


.popup_coupons .span67 {
    display: block;
    text-align: center;
    font-size: 14px;

}

.popup_coupons .span67 b {
 font-size: 29px;
 color: #28A745;
}

.popup_coupons .popup_coupons_code {
 width: 320px;
 margin: 2px;
 border-bottom: 1px dashed #e5e5e5;
 padding: 0px;
 overflow: auto;
 margin-left: 10px;
}

.popup_coupons .popup_coupons_code b {
 display: block;
 text-align: left;
 font-size: 18px;
 float: left;
 width: 220px;
 font-weight: 300;
}

.popup_coupons .popup_coupons_code span {
 display: block;
 text-align: left;
 font-size: 14px;
 float: left;
 width: 60px;
 font-weight: 800;
}

.popup_err {
    display: block;
    color: #FF0000;
     margin-top: 4px;
     padding-left: 10px;
}


.mark_opcija_star {
 background-color:#FFFACD;
 margin-left: 5px;
 color: #A9A9A9;
 }

.mark_opcija_star:hover {
 background-color: #FFD700;
 margin-left: 5px;
 color: #fff;
 }

.mark_opcija_unstar {
 background-color: #FFD700;
 margin-left: 5px;
 color: #fff;
 }

.mark_opcija3333 {
 background-color:#000;
 margin-left: 5px;
 color: #fff;
 }

.tmp_prodaje_opcije {
 width: 320px;
 font-size: 14px;
 word-wrap: break-word;
}

.tmp_prodaje_opcije div {
 border-bottom: 1px solid #e5e5e5;
 background-color: #FFFACD;
 margin-top: 3px;
}


td.ponudbe_placila {

}

td.ponudbe_placila span {
 float: left;
 margin: 2px;
}

ul.ponudbe_sort {
    position: relative;
}

ul.ponudbe_sort li {
 display: block;
 height: 50px;
 line-height: 40px;
 font-size: 22px;
 margin-top: 5px;
 border-bottom: 1px solid #e5e5e5;
 cursor:  move;
}

ul.ponudbe_sort li img {
 max-height: 40px;

}

ul.news_sort {
    position: relative;
    overflow: auto;
    width: 690px;
    padding:0px;
    margin-top:10px;
}

ul.news_sort li {
 display: block;
 width: 322px;
 height: 270px;
 font-size: 16px;
 margin: 10px;
 border: 1px solid #e5e5e5;
 cursor:  move;
 float: left;
 line-height:120%;
 text-align: center;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}

ul.news_sort li img {
 width: 320px;
 height: 240px;
 display: block;
}

ul.news_sort li:nth-child(2n + 1) {
 clear: both;
}

.tmp_opombe {
    width: 200px;
    height: 60px;
    border: 1px solid #e5e5e5;
    padding: 5px;
    font-size: 13px;
}

.tmp_opombe:focus {
 background-color: #FFFACD;
}

.saved {
    border: 1px solid #008000;
}

#modal_save_success {
    font-size: 15px;
    padding: 5px;
    display: none;
}
#modal_save_error {
    font-size: 15px;
    padding: 5px;
    display: none;
}

#cnt_selected {
    display: inline-block;
    padding:5px;
    color: #000;
    margin-left: 10px;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

.trselected,.trselected td {
    background-color: #FFFACD!important;
}

.badge-lg {
    font-size: 15px;
    padding: 4px;
}

.output45 {
  clear: both;
  margin: 10px;
  background-color: #E0FFFF;
  display:none;

}

.output45 div.alert p{
 margin: 0px;
 padding: 0px;
 color: #000!important;
 font-weight: 300;
}


.badge-opcija {
    text-decoration: underline;
    color: #FF0000;
font-size: 18px;
}

.badge-count-code {
    font-size: 16px; padding: 5px;
}

#loadingDiv {
    width: 128px;
    height: 128px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99999;
}

.live_naslovi3333 {
    width: 450px;
}


.fk,.fk td {
    background-color: #FFFAFA;
}


.product_list {
    clear:both;
    margin-top:10px;
    max-width: 100%;
}

.product_list .product-row {
 margin-top: 5px;
 border: 4px solid #e5e5e5;
 clear: both;
 position: relative;
 padding: 10px;
}

.product_list .product-row:hover {
 border: 4px solid #B7BB4A;
}

.product_list .product-row.inactive {
 border: 4px solid #FF0000;
}


.product_list .product-row .product-thumb {
 width: 15%;
 float: left;
}


.product_list .product-row .product-info {
 float: left;
 margin-left: 15px;
 width:83%;
 margin-top: 4px;
}

.product_list .product-row .product-info h2 {
 margin: 0px;
 padding: 0px;
 line-height: 120%;
 font-size: 22px;
}
.product_list .product-row .product-info h2 a {
 margin: 0px;
 padding: 0px;
 color: #000;
 font-size: 22px;
}


td.tdactions {
    width: 150px;
 padding-top: 20px;
 background-color: #F5F5F5;
 padding-right: 6px;
 padding-bottom: 10px;
}

td.tdactions div {
 margin-top:10px;
}


td.tdactions a {
 width: 58px;
 text-align: center;
 padding: 10px;
}

td.tdactions a.btn-vzglavnik-free {

  font-size: 11px;
  padding: 1px;
  padding-top: 5px;
 padding-bottom: 5px;

}

table.pinfo {
    border-collapse: collapse;
}

table.pinfo tr td {
 border: 1px solid #E8E8E8;
 line-height: 100%;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 5px;
 padding-bottom: 5px;
}


span.badge_bigbuy {
    background: #FFE600;
    color:#000;
    font-weight: 800;
    line-height:25px;
    height: 25px;
    display: block;
    text-align: center;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 90px;
    font-size: 18px;

}

h1.headline span.badge_bigbuy {
}


a.btn-convert {
    background-color: #FF0000;
    color:#fff;
    display: block;
    text-align: center;
    position: absolute;
    right: -40px;
    top: -2px;
    width: 40px;
    font-size: 18px;
    padding: 2px;
}

a.btn-convert:hover {
 background-color: #228B22;
}

.divl {
    float: left;
     width: 220px;
 font-weight: bold;
 font-size: 18px!important;
}

.divr {
    float: right;
    text-align: right;
}

.attribute_group {
    position: relative;
    margin: 10px;
    padding:0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.opcije-header {
 position: relative;
}

.opcije-header b{
 font-size: 22px;
}
.opcije-header a{
 float: right;
}


.attribute_group table {
 margin-left: 10px;
 width: 98%;
}

.attribute_group table tr.head4 th {
 font-weight: 300;
 font-size: 15px;
 padding: 2px;
}

.attribute_group table tbody tr td {
 padding: 2px;
}

.attribute_group table tbody tr td.t1 {
 width: auto;
}
.attribute_group table tbody tr td.t2 {
 width: 120px;
}
.attribute_group table tbody tr td.t3 {
 width: 120px;
 background-color: #FFFACD;
 font-weight:bold;
}

.attribute_group table tbody tr td.t3 input {
 background-color: #FFFACD;
 font-weight:bold;
}


.attribute_group table tbody tr td.t4 {
 width: 120px;
}
.attribute_group table tbody tr td.t5 {
 width: 120px;
}

.attribute_group table tbody tr td.t6 {
 width: 120px;
}

/* Sidebar Styles */

.sidebar-nav {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  padding-top: 10px;
}

.sidebar-nav li {
  text-indent: 10px;
  line-height: auto;
  padding: 0px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: auto;
   padding: 3px 15px;
 font-weight: 300;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color:  #000;
  background: #F5F5F5;
}


.aside_stats {
    margin-top: 20px;
    margin-left:30px;
    font-weight: 300;
    color: #fff;
}

.aside_stats i {
 display: block;
    color: #fff;
 margin-left: 30px;
}


.aside_stats span {
 display: block;
}

.aside_stats a {
 color:#fff;
}

td.tdopcije p {
 margin: 0px; padding: 0px;
 margin-top: 5px;
 border-bottom: 1px solid #e5e5e5;
 padding-top: 2px;
 padding-bottom: 2px;
 line-height: 110%;
 font-size: 13px;
}

.table-ponuda_opcije {
    border-collapse: collapse;
    border: 1px solid #e5e5e5;
    clear: both;
    margin-top: 10px;
}

.table-ponuda_opcije tr td {
    border: 1px solid #e5e5e5;
 padding: 2px;
}

.orders_products_list {
    position: relative;
}

.orders_products_list .order_item {
    margin-top:10px;
    border: 4px solid #e5e5e5;
    clear: both;
    padding: 0px;
    padding-bottom: 10px;
}

.orders_products_list .order_item.pending {
    border: 4px solid #ff8300;
    background: url(/images/pending-bg.png) center no-repeat #fffdf2;
}

.orders_products_list .order_item.poslato {
    border: 4px solid #57b846;
}

.orders_products_list .order_item.dostavljeno {
    border: 4px solid #28A745;
    background: url(/images/dostavljeno-bg.png) center no-repeat ;
}

.orders_products_list .order_item span.select {
 float: right;
 padding-right: 5px;
}

.orders_products_list .order_item span.order_id {
 position: relative;
 float: left;
 padding-left: 10px;
 font-weight: 300;
 font-size: 17px;
 padding-top: 3px;
}

.orders_products_list .order_item .order_options {
    margin-top:5px;
    clear: both;
    padding: 10px;
    padding-top: 14px;
  border-top: 1px solid #e5e5e5;
  padding-left: 22px;
}

.orders_products_list .order_item .order_options table tr.selected7 td {
 color: #008000!important;
}

.orders_products_list .order_item .order_options table tr td {
 padding: 3px!important;
 font-size: 17px!important;
 font-weight: 300!important;
 border: none;
}

.orders_products_list .order_item .all_order_buttons {
    float:right;
    padding-top: 10px;
}

.orders_products_list .order_item .all_order_buttons span {
    width: 45px;
    float:left;
    margin-left:7px;
    text-align: center;
}


.orders_products_list .order_item div.order-table-info {
 margin: 15px;
 margin-bottom: 2px;
 background-color: transparent;
 border-bottom: 1px solid #e5e5e5;
}

.orders_products_list .order_item div.order-table-info table tr td {
 border: none!important;
 padding: 0px;
}

a.mybtn {
 display: inline-block;
 color: #000!important;
 padding: 2px;
 font-size: 16px!important;
}

a.mybtn:hover {
    color: #57b846!important; ;
}

a.mybtn-success {
    color: #57b846!important; ;
}

a.mybtn6 {
 display: inline-block;
 color: #000!important;
 padding: 2px;
 font-size: 14px!important;
 background-color: #87CEEB;
 margin-left: 10px;
}

a.mybtn6:hover {
    color: #57b846!important; ;
}

a.mybtn6-success {
    color: #57b846!important; ;
}



.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

ul#results {
	display: none;
	width: 360px;
    min-height: 50px;
	border: 1px solid #ababab;
    background-color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
	box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
    position: absolute;
    top: 49px;
    z-index: 99999;
    list-style: none;
    margin-left:0px;
    padding-left: 0px;
}
ul#results li {
	padding: 4px;
	cursor: pointer;
	border-top: 1px solid #cdcdcd;
 background-color:  #fff;
        z-index: 99999;

}
ul#results li:hover {
	background-color: #F7F7F7;
}
ul#results li:first-child {
	border-top: none;
}

ul#results li a {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #868686;
 font-weight: 700;
 display: block;
 height: 40px;
}

ul#results li a img {

}

ul#results li a:hover {
 text-decoration: none;
 background-color: #FFFACD;
}

.top_filter {
    display: flex;
justify-content: center ;
align-items: center;
padding: 5px;
font-weight: 300;
 background-color: #F5F5F5;
}
.top_filter div {
   flex-grow: 1; /* default 0, f all items have flex-grow set to 1, the remaining space in the container will be distributed equally to all children */
font-weight: 300;
margin: 5px;
padding: 5px;
}

.table-fbevents {
font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #414141;
}

.ptsans {
font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #414141;
}

.jsonPaylod {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    height: 300px;
    overflow-y: scroll;
        width: 700px;

}

.jsonUserData {
    background-color: #085e16;
    color: #fff;
    font-size: 12px;
    height: 200px;
    width: 700px;
}
button.btn-search {
    background: none;
    border: none;
 cursor: pointer;
 color: #000;
}

button.btn-search:hover {
 color: #57B846!important;
}

.pickdate,#filter_ponudba,.email,.filter_status {
    font-weight: 300;
}

.mark_selected {
    display: none;
}

.paketi {
 margin-top: 10px;
 border-top: 1px solid #e5e5e5;
  clear: both;
 padding-top: 10px;
}

.paketi h5 {
 text-align: left;
 margin: 0px;
 padding: 0px;
 font-weight: 800;
 font-size: 16px;
}

.paketi div {
 clear: both;
 margin-top: 2px;
 padding: 7px;
  padding-left: 22px;
  padding-right: 22px;
  }

.paketi span.sep {
 clear: both;
 border-bottom: 1px solid #e5e5e5;
 height: 1px;
 line-height: 1px;
 display: block;
}

.paketi div:last {
 border-bottom: none;
}

.paketi div span {
 clear: both;
 text-align: left;
 margin-top: 2px;
 display: block;
}

.paketi div span a {
 color: #000;
}

.paketi div ul {
 list-style: square;
}

.paketi div ul li {
 font-size: 13px;
 font-weight: 300;
 text-align: left;
}

i.fa-pending {
    color: #FFD700!important;

}

i.fa-completed {
    color: #008000!important;

}

i.fa-danger {
    color: #FF0000!important;
}

.col-form-label,.divl {
    font-size: 15px!important;
}

p.p8 {
    max-width: 550px;
    width: 550px;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    font-weight:300;
    padding: 0px;
    margin: 0px;
}

.tbo {
    position: relative;
    border: none;
}

.tbo tbody, .tbo thead{
    display: block;
}

.tbo tbody {
height: 140px!important;
    overflow-y: scroll;

    position: relative;
}

.tbo thead th{
 background-color: #DCDCDC;
 padding:10px 5px;
}

.tbo tbody td{
 padding: 2px 5px;
}



.tbo tbody tr:hover td{
 background-color: #FFFACD;
}

a.haspdf,a.haspdf i {
    color: #008000!important;
}

p.short_links {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
}

p.short_links a {
 color: #000;
 padding-left: 3px;
 padding-right: 3px;
 margin-left: 3px;
}
p.short_links a.b1 {
 color: #1E90FF;
}
p.short_links a.b2 {
 color: #800000;
}
p.short_links a.b3 {
 color: #228B22;
}

p.news_title {
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #e5e5e5;
}
p.news_title em {
 display: block;
 color: #696969;
 font-size:12px;
}

.racun_povzetje {
    padding: 1px 5px;
    background-color: #DCDCDC;
    display: block;
    margin-bottom: 15px;
    border:2px solid #DCDCDC;
}

.racun_povzetje.ok {
 border: 2px solid #008000;

}

.racun_povzetje.err {
 border: 2px solid #FF0000;

}



a.mybtnLic {
 display: inline-block;
 color: #000!important;
 padding: 2px;
}

a.mybtnLic:hover {
    color: #57b846!important; ;
}

a.mybtnLic-success {
    color: #57b846!important; ;
}


a.btn-upn,a.btn-upn:visited {
    color: #000;
    text-decoration: none;
}

a.btn-upn:hover,a.upn-paid {
    color: #008000;
    text-decoration: none;
}


.row-upn-paid {
    border: 2px solid #1E90FF!important;
}


a.poslat-pdf, a.poslat-pdf i {
    color: #008000;
}


.paketSelected {
    background-color: #FFFACD;
}

a.link-comments {
    display: block;
    width: 32px;
    height: 32px;
    color: #696969;
    position: relative;
}

a.link-comments.has-comments {
    color: #008000;
}

a.link-comments em {
 position: absolute;
 top: -10px;
 right: -15px;
 color: #1C1C1C;
 font-weight: bold;
 font-size: 15px;
}


.popup_comments {
    padding: 10px;
}

.popup_comments form{
    padding: 0px;
    padding-right: 10px;
}


.popup-comment-input {

}

#btn-popup-comment-add {

}

.sirina {
    display: block;
    margin: 0px 10px;
    background-color: #F5F5F5;
    border-radius:5px;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}


.mybadge {
    display: block;
}

.mybadge-success {
    color: #008000;
}

a.payment_link {
    color:#000;
}

.order_avans {
    display: block;
    margin: 10px 0px;
    padding: 5px 10px;
    border: 2px solid #D3D3D3
}



.order_avans.avansOn {
    border: 2px solid #1E90FF
}


.avansni_racun {
    padding: 3px;
    display: block;
    border:2px solid #F7F7F7;
}
.avansni_racun.ok {
 border: 2px solid #008000;
}
.avansni_racun.err {
 border: 2px solid #FF0000;
}

.avansni_racun a {
 background-color: #DCDCDC;
 border-radius: 5px;
 padding: 3px;
 margin-left: 5px;
}


.order_payment_links {
    float:right;
    padding-top: 10px;
    margin-top: 20px;
    clear: both;
}

.order_payment_links a {
 display: block;
 margin-top: 5px;
 color: #696969;
  font-size: 12px;
 }


a.naruceno, a.naruceno i {
    color: #008000;
}


tr.opcijaActive {

}

tr.opcijaInactive, tr.opcijaInactive td {
    background-color: #FF6347;
}

b.spanSaved {
    color: #008000;
}



.leanpay_order {
    margin: 5px;
    padding: 5px;
    border: 2px solid #FF6347;
    background-color: #F5F5F5;
}

table tr.statsTotal td {
    font-weight: bold;
}

.mass_stock_qty {
    width: 80px;
    max-width: 80px;
}

table.product-info-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #bababa;
}

tr.trInactive,tr.trInactive td {
    background-color: #FF8585!important;
}

.btn_outlet {
    padding: 2px;
    font-size: 0.7em;
}


.orders_stats {

}

.orders_stats table tr:hover, .orders_stats table tr:hover td {
    background-color: #FFFACD;
}


select.form-select.form-select-auto {
    width: auto;
    margin-left: 10px;
}

div.select_products {
    height: 250px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #F5F5F5;
    border:1px solid #bababa;
}

.allow_payments_div {
 background-color: #FFFACD;
 padding:0px;
}

.allow_payments_div label.allow_payments {

}

.allow_payments_div input[type=checkbox]:checked + label{
 color: #008000;
}


.txt78 {
    height: 45px;
    line-height: 18px;
    font-size: 14px;
    padding: 2px 5px;
}

.simple_Desc {
    width: 350px;
    height: 50px;
    overflow-y: scroll;
    background-color: #DCDCDC;
    font-size:12px;
    padding: 3px;
    line-height: 1;
}

.sidebar-nav li.nav-item.dropdown .dropdown-menu a {
        color: #000;
    background: #F5F5F5!important;
}

.sidebar-nav li.nav-item.dropdown .dropdown-menu a:hover {
        color: #000;
    background: #F8F8FF!important;
}

.dropdown .dropdown-menu a.nav_link {
        color: #000;
    background: #F5F5F5!important;
}

/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
    display: flex;
}

.star-rating {
    align-items: center;
    font-size: 2em;
    justify-content: flex-start;
    margin-top: 10px;
    position: relative;
    width: 200px;

}

.back-stars {
    color: #A9A9A9;
    position: relative;
}

.front-stars {
    color: #fcd21e;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.5s;
}

.star-rating span {
        position:absolute;
        top: -5px;
        right: 0px;
        color: #b7b7b7;
        font-size: 11px;
        font-weight: 300;
}

.asideMobileHidden {

}
 
#btn-show-aside {
    display: none;
}

aside.asideMobileHidden {
    z-index: 99999;
}

@media screen and (max-width: 920px) {
  .order_item2025 {
    margin: 5px; margin-top: 5px; 
  }

    .asideMobileHidden {
        display: none;
    }
    #main {
    margin-top: 0px;
    margin-left: 10px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    width: auto;
    }

    #btn-show-aside {
        display: block;
        position:fixed;

        top:0px;
        left:0px;
        width: 25px;
        height: 25px;
        background-color: #0e7999;
        color: #fff;
        text-align: center;
        z-index: 999999;
    }
    #btn-show-aside i {
       font-size: 1.5em;
    }


}