.task_list .container .grupa {
    display: none;
}
.key_field {
    width: 100px !important;
    max-width: 250px;
    text-wrap-mode: wrap;
}
.context-menu-item {
       width: auto;
    text-align: left;
}
#dialog-url_v2::backdrop {
  background: rgba(0,0,0,0.5);
}
#dialog-url_v2 {
    background-color: var(--bg_color);
    color: var(--text_color);
}
dialog {
 /* size limits */
  width: 80vw;
  height: 90vw;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
  z-index: 999999;
}
card .UltimateStatContainer .UltimateTableContainer {
    height: 300px;overflow-y: scroll;
}
table.artikal_grupa {
    table-layout:fixed;
}
.settings_form input {
    font-size: 1.4em;
}
.settings_form .field_caption {
    font-size: 1.4em;

}
.items .meni [type=image] {
    /*border: 1px solid green !important;*/
    /*display: none !important;*/
}
#lightboxOverlay {
    z-index: 999999;
}
#lightbox {
    z-index: 9999999;

}
#dialog-url {
    max-width: 100% !important;
}
html {
    overflow: hidden;
}
html, body {
	font-family: 'Helvetica', 'Arial', 'Open Sans', sans-serif;
	padding: 0;
	/*background-color: rgb(235,235,235) !important;*/
	background: var(--col1);
	color: var(--text-color);
	/*overflow: hidden;*/
    font-size: 14px;
}
body {
/*    display: flex;
    flex-direction: row;
*/
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-template-rows: 100%;
}
.ql-editor {
    padding: 0px !important;
/*  padding: 12px 0;*/
/*  font-size: large;*/
}
.deleted, .deleted td {
	background:#990000 !important;	
}
.edited, .edited td {
	background:#999900 !important;	
}
a:hover {
	text-decoration: none;
}
button, input[type=submit], a.button {
	background-color: white;
	font-weight: 100 !important;
	color:black;
	font-size: 0.9em;
	height:2em;
	border-radius: 0;
}
header {
    background-size: cover;
    background-position: bottom left;
}
header.collapsed {
    width: 75px;
}
.toggle_menu {
	position: relative;
	left: 163px;
}
.toggle_menu.collapsed {
	left: 57px;
}
header input[type='image'] {
    background-color: rgba(0,0,0,0) !important;
    border: none;
}
.firma_search_item .wrap {
	border: 1px solid black;
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75);
	/*display:table;*/
	/*height: 150px;*/
}
.firma_search_item .wrap * {
	cursor: context-menu;
}

.firma_search_item .wrap:hover {
	background-color: #cccccc;
}
.firma_search_item .item_caption {
	max-width: 100%;
	white-space:nowrap;
	display: block;
}
.caption_title {
	color: #aaaaaa;
	font-size: 1.2em;
}
.caption_title_small {
	color: #aaaaaa;
	font-size: 1em;
}
.caption_text {
	.color: black;
	font-size: 1.2em;
}
a .wrap {
	color: black;
}
.komentar_datum {
	color: #aaaaaa;
	font-size: 0.8em;
}
.komentar_tekst {
	padding-bottom: 10px;
}
.meni a img {
	height:30px;
}
.no_button {
	border: none !important;
	background-color: transparent !important;
	font-weight: 100 !important;
}
.table_acc {
	font-size: 1.2em;
	font-weight: 900;
}
.username_caption {
	color: green !important;
	font-weight: 900;
	padding-right: 4px;
}
.scrolable {
	max-height: 100% !important;
	overflow: auto !important;
}
.odd {
	background-color: #212121 !important;
	color:white;
}
.even {
	background-color: #000000 !important;
	color:white;
}
.text-align-right {
	
}
.loading {
	/*display: none;*/
	/*background-color: rgba(255,255,255,0.6);*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    width: 200px;
    height: 100px;
    /*border: 1px solid black;*/
    width:100%;
    height:100%;
    left: 0px;
    top:0px;
    margin:0;
    z-index: 999999;
}
.loading div {
    top: 50%;
    left: 50%;
	position: absolute;

	background-color: #449ee2;
	color:white;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
    border: 1px solid gray;
	/*padding-top: 35px;*/
	/*display: table;*/
	/*border: 1px solid red;*/
	/*width: 100%;*/
	/*/*height: 100%;*/
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.51);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.51);	
}
.loading .loading_container {
    display: flex;
    flex-direction: column;
}
.fancybox_container {
position: fixed;
background-color: rgba(100, 100,100, 0.3);
top: 0px;
width: 100%;
height: 100%;
}
.fancybox_container iframe {
position: relative;
width: 80%;
height: 80%;
border: 1px solid black;
left: 50%;
top: 50%;
margin-top: -25%;
margin-left: -40%;
background-color: white;
}
.napravi_ino_button {
	width: 100% !important;
	margin: 4px !important;
	padding: 4px !important;
}
.listItem {
	display: block;
}

.theme_header_icons {
	background-color:#fcd232;
	border-bottom: 1px solid #569967;
}
.theme_header_icons input[type='image'] {
	background-color: rgba(0,0,0,0) !important;
	border: none;
}
.listItem {
	padding: 2px;
	margin: 2 0 2 0;
	color: white;
}
.listItem:hover {
	/*background-color: white;*/
	/*color: rgb(200,200,200);*/
	border-bottom: 1px solid #569967;
}
.listItem:visited {
	color: var(--text-color) !important;
}
.theme_header_icons input[type=submit] {
	color: black;/* #efefef !important;*/
	/*text-decoration: underline;*/
	/*text-decoration-color: white;*/
}
.kf .caption_title {
	font-size: 1em;
}
.tablesorter-header.filter-false {
    background-image: none;
}
.tablesorter-header:not(.filter-false) {
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	background-position: center right;
	background-repeat: no-repeat;
	cursor: pointer;
	white-space: normal;
	padding: 4px 20px 4px 4px;
}
.tablesorter-headerAsc:not(.filter-false) {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
	border-bottom: #000 2px solid;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.tablesorter-headerDesc:not(.filter-false) {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
	border-bottom: #000 2px solid;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
#artikal_img {
    max-width: 600px;
    width:100%;
    max-height: 200px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    /*border: 1px solid rgb(200,200,200);*/
    /*background-color: rgb(50, 1, 1);*/
    background-color: var(--col1);
}
.art_img_change {
    margin-top: 1em;
}
.should_be_black {
/*	background-color: black;*/
	/*color: white;*/
}
.should_be_black b, .should_be_black .listItem {
/*	color:white !important;*/
}
.should_be_black table tbody td {
/*	background-color: black !important;*/
/*	color: white;*/
}
.should_be_black table thead td {
/*	background-color: rgb(100,100,100);*/
/*	color: white;*/
}
tr.valuta_istek {
	border: 2px solid red;
}
tr.placeno {
	/*background-color: white !important;*/
	color: #2e9641;
}
tr.placeno td {
	background-color: rgba(0,200,0, 0.2) !important;
}
.cenovnik_grupa_artikala, .cenovnik_grupa_artikala_katalog {
	background-color: var(--accent_color) !important;
	background-image: none !important;
}
.hasDatepicker {
    position: relative !important;
    /*z-index: 9999 !important;*/
}
.event_comments {
    overflow-y: scroll;
    max-height: 400px;
}
.event_comments span.komentar {
    font-size: 1em;
}
.event_comments span.datum {
    font-style: italic;
    font-size: 0.7em;
    display: block;
        padding-bottom: 1em;
}
.event_comments span.username {
    font-weight: 800;
    font-size: 0.8em;
    text-align: right;
    width: 100%;
}
.day {
	vertical-align: top;
}
.day.today {
	border: 2px solid #ffbc26;
}
.chosen-results {
	color: var(--col2);
    color: var(--text-color);
}
.chosen-container .chosen-results li.no-results {
    background-color: var(--col2);
    color: var(--text-color);
}
.chosen-container-single .chosen-search input[type="text"] {
    background: var(--col2);
    color: var(--text-color);

}
.event_cal.kom_zadatak.planer {
	white-space: pre-wrap;
	background-color: #b59fff;
}
.event_cal[data-status='-1'] {
	background-color: #a5c5f1;
    color: black;
}
.event_cal[data-status='-2'] {
	background-color: #a5c5f1;
    color: black;
}
.event_cal[data-priority='1'] {
	outline: 4px solid green !important;
}
.event_cal[data-priority='2'] {
	outline: 4px solid blue  !important;
}
.event_cal[data-priority='3'] {
	outline: 4px solid red !important;
}
.event_cal[data-status='1'] {
	background-color: var(--calendar_status1_color) !important;
	color: black;
}
.event_cal[data-status='2'] {
	background-color: var(--calendar_status2_color) !important;
    color: black;
    background-image: url(images/check-mark.png?t=19.7);
    background-size: 45px 35px;
    background-repeat: no-repeat;
    background-position: center;
}
.event_cal[data-status='3'] {
	background-color: var(--calendar_status3_color) !important;
    color: white;
}

.tagit-new input {
	height:27.5px;
}
.tagit-new {
	padding: 0 !important;
	margin: 0 !important;
}
.artikal_container {
	overflow-y: scroll;
    height: 100%;
	color: white;
}
.artikal {
	color: white;
}
table thead tr td {
    background-color: #4e4e4e;
    color: var(--text-color);
    font-size: 0.8em;
}
 tbody tr td {
	background-color: var(--col1);
    color: var(--text-color);
    font-size: 0.8em;
    /*font-weight: 600;*/
    /*font-family: verdana;*/
}
table tr:nth-child(even) th, table tr:nth-child(even) td {
    /*background:  var(--col1);*/
    /*color:black;*/
}
input.tablesorter-filter {
    height: 2em;
    font-size: 0.8em;
    border-radius: 0;
}
div#dialog-form {
    /*background: black;*/
    /*color: white;*/
    display: flex;
}
.ui-dialog-buttonpane {
    background-color: black;
    color: white;
    margin:0;
}
.prefix {
    margin-bottom: 2;
    border-radius: 0;
    background-color: #9b59b626;
    border: none;
    color: white;
}
.tabs, .b4utabs {
    flex:1;
	color: white;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    grid-column: 1 / 4;
    grid-row: 1 / 4;
}
.b4utabs.material {
    flex: 1;
    color: white;
    overflow-y: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.maindiv {
	padding: 8 8 0 8;
    display: grid !important;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.scrolable {
	height: 100%;
}
.tabs div[role=tabpanel], .b4utabs div[role=tabpanel] {
    background-color: var(--col1);
    color: var(--text-color);
    height: 100%;
    overflow-y: auto;
}
.campaign_edit .preview {
    background-color: var(--col-dark);
    width: 100%;
}
/*input, textarea, select {*/
    /*background-color: #dadada;*/
/*}*/
.email_stat {
	display: flex;
    justify-content: space-evenly;
}
.email_stat card {
    width: 200px;
    height: 200px;
    border: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
span.count {
    font-size: 4em;
    line-height: 1em;
}
span.title {
    font-size: 1.4em;
    margin-bottom: 2em;
}
.ui-dialog {
	background-color: var(--bg_color);
	color: var(--text-color);
}
fieldset {
	background-color: transparent;
}

.tabs>ul li, .b4utabs>ul li, [role=tab] {
	font-size: 0.8em;
    background: var(--bg_color);
    color: var(--text-color);
    font-weight: 100;
    font-size: 1em;
}
.tabs>ul li.active, .b4utabs>ul li.active {
    background: var(--accent_color);
    color: #ffffff;
    border-bottom-color: 0;
}
.b4utabs.material [role=tabpanel] {
    background: transparent;
    border: none;
    }

.b4utabs.material [role~=tablist] {
	margin-bottom: 1em;
	    border-bottom: 1px solid var(--col4);
}
.b4utabs.material>ul li, .b4utabs.material>[role~=tab] {
    border: none;
	font-size: 0.8em;
    background: transparent;
    color: #ffffff;
    font-weight: 100;
    min-width: 150px;
    height: 3em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    text-transform: uppercase;
}
.b4utabs.material>ul li.active {
    background: var(--col4);;
    color: #ffffff;
    border-bottom: 2px solid white;
}
.container_submenu .item {
	color:black;
}
.dialog {
	color:black;
}
.popup {
    position: absolute;
    z-index: 999;
    padding: 4 6 6 4;
       min-width: 200px;
    min-height: 50px;
}
.popup span.date {
    display: inline-block;
    position: relative;
    font-size: 0.8em;
    /* color: white; */
}
.popup span.progress {
    /* float: right; */
    position: absolute;
    top: 4;
    right: 6;
    display: block;
    font-size: 0.8em;
}
.popup span.users {
    display: block;
    font-size: 0.8em;
}
.popup span.users span {
    background-color: #444444;
    color: white;
    margin-right: 1;
    padding: 1 2 2 1;
}
.ui-menu .ui-menu-item-wrapper {
	color: black;
}
.select2-container--open{
z-index:9999999
}
.select2-results, .select2-selection {
	color: black;
}
.select2-container {
	width: 100% !important;
    background-color: white;
}
.btn_menu, .btn_menu_small {
	display: inline-flex;
    padding: 8 16 8 16;
    color: white;
    background-color: #522D91;
    height: 40px;
    text-transform: uppercase;
    align-items: center;
}
.btn_menu_small {
    padding-top: 5px;
    height: 25px;
    font-size: 0.6em;
}
.btn_menu:not(:last-child), .btn_menu_small:not(:last-child) {
	margin-right: 4px;
}

.context-menu-item.icon { min-height: 18px; background-repeat: no-repeat; background-position: 4px 2px; }
.context-menu-item.icon-text { background-image: url(images/page_white_edit.png); }
.context-menu-item {
	font-weight: 100;
}
input#dokument:valid + .clear_upload_dokument_troskovnik {
    /*display: block;*/
    background-color: green !important;
}
input#dokument:invalid + .clear_upload_dokument_troskovnik {
    /*display: none;*/
    background-color: red !important;
}
input#dokument {
	/*background-color: yellow;*/
}
.ui-widget-content {
	color: white;
}
.event_cal:not([data-linked_event=""]) {
    opacity: 0.5;
}
.povezani_artikli_div .select2-selection {
	min-height: 75px;
}
.chosen-container {
	width: 220px !important;

}
.chosen-container-single .chosen-single {
    background-color: var(--col2);
    color: var(--text-color);
    border: 1px solid var(--col4);
    box-shadow: none;
}
.chosen-container-single .chosen-single  {
    background-color: white;
    color: black;
}
.chosen-container-single.chosen-container-active .chosen-single {
    background: white;
}
.chosen-container .chosen-drop {
    background-color: white;
    color: black;
}
.chosen-container.chosen-container-active * {
    background-color: white;
    color: black;

}
.item_povezani_artikal {
    background-color: black;
    width: 145px;
    height: 130px;
    display: inline-block;
    padding: 4px;
    font-size: 0.8em;
}
.item_povezani_artikal #img {
	width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.vezani_artikli_container {
    /* overflow-x: scroll; */
    /* width: 500%; */
    display: inline-flex;
}

.vezani_artikli {
	overflow-x: scroll;
}
.dialog_buy_product {
	padding: 0px !important;
	position: absolute;
}
.ui-dialog {
	padding: 0;
}
.ui-widget-header {
	background: #522d918c;
	color: white;
	border: none;
}
.ui-dialog .ui-dialog-titlebar {
	padding: 0;
}
.product_img {
	height:100%;
	margin: 1em;
    background-position: center;
    border-radius: 1em;
    border: 1px solid rgb(52, 52, 52);
}
hr {
	border-color: #522d91;
}
dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  backdrop-filter: blur(5px);
}
/*preview maila ukampanjama*/
.preview td {
	vertical-align: top !important;
	text-align: unset !important;
}
.preview table {
	/*all:unset;*/
}
.dialog_buttons button {
        padding: 0.4em 1em;
    height: 2.4em;
    width: fit-content;
    #cancelBtn {
        background: #f02424cf;
        color: white;
    }
    #closeBtn {
        background: #2487f0cf;
        color: white;

    }
}
.dialog_buttons #cancelBtn {
        background: #f02424cf;
        color: white;
    }
.dialog_buttons  #closeBtn {
        background: #2487f0cf;
        color: white;

    }
.dialog_buttons  #importData {
    background: var(--accent_color);
    color: white;
    }

    table.search_table tbody tr:hover td {
    	background-color: rgba(100,0,100,0.4);
    	color:white;
    }
    button.purple.small {
		background: var(--accent_color);
		background-color: var(--accent_color);
		border:1px solid var(--col2);
    	margin-bottom: 4px;
    	display: inline-block;
    }
table.stat_table {
	border-collapse: collapse;
}
table.stat_table tbody td,table.stat_table thead th{
	font-size: 0.8em;
	padding: 4px;
	text-align: center;
	border-left:1px solid #cacaca;
}
.bg_red {
	background-color: red !important;
}
.items_as_buttons .listItem.active {
	color: white !important;
    background: var(--accent_color);	/*zameniti sa var ljubicasta*/
}
.items_as_buttons .listItem {
    display: inline-block;
    width: auto;
    color: var(--text-color);
    background: var(--bg_color);
    border: 1px solid #cacaca;
    border-radius: 4px;
    font-size: 0.8em;
    margin-right: 4px;
    padding: 2 4 2 4;
}
.stat_table thead th {
	background-color: 402373;
	color:white;
}
.stat_table .ukupno {
	background-color: #402373;
}
.unosListaContainer table {
	border:0;
}
.unosListaContainer input {
    height: 30px !important;
}
.unosListaContainer tr td {
	padding:  5px;
}
.ui-state-highlight {
	height: 4em; background-color: rgb(10,10,10)
}
.time select {
    border-radius: 0;
    width: auto;
    display: inline;
    padding: 0;
    height: auto;
}
.error {
	background-color: red;
}
.dialogActive {
    /*prevent backgournd from moving while dialog is open*/
    overflow: hidden;
}
.ui-widget-overlay {
    background: var(--bg_color);
    opacity: 0.85;
    filter: Alpha(Opacity=.85);
}
.ui-widget.ui-widget-content {
    box-shadow: 0 0 20px 9px var(--col2);
    border: 1px solid var(--col2);
    padding: 8px;

}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.8em;
    font-weight: 100;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .2em 1em;
    position: relative;
    background-color: var(--col1);
    height: 25px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-x: auto;
    background-color: var(--bg_color) ;
    color: var(--text-color);
    /*overflow: visible;*/
}
.ui-dialog-titlebar-close { 
	height:20px !important;
}
.ui-dialog-buttonpane {
	background-color: var(--bg_color) !important;
	margin-top: 0px !important;
	border:none;
}
.settings_form table {
	border: none;
}
.ui-dialog .ui-dialog-buttonpane button {
	padding: 4px 20 4px 20;
    /*height: 2em !important;*/
}


/*trade*/
.new_items {
    animation-name: new_items; 
    animation-duration: 5s;
}
@keyframes new_items {
    from {
        background: #797979;
    }
    to {
        background-color: none;
    }
}
.message_container .msg_item {
	display: block;
    margin-bottom: 16px;
    border-bottom: 1px dashed #00000026;
}
.msg_item.left {
	text-align: left;
	padding-right: 60%;
}
 .msg_item.right {
	text-align: right;
	padding-left: 60%;
}
.msg_box {
	width:100%;
    flex-grow: 1;
}
.msg_box textarea {
	width:100%;
	margin-bottom: 8px;
	resize: none;
}
.message_container {
	padding: 8px;
	background-color: var(--col3);
	color: var(--text-color);
	height: 80%;
    overflow-y: scroll;
        margin-bottom: 8px;
}

.chat.right_side {
	display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    padding-bottom: 16;	
}
.message_container span.datum {
    display: block;
    font-size: 0.7em;
}
.message_container span.msg {
    padding: 4px;
    word-break: break-all;
}
.stanje_magacin tr.red td {
	background-color: rgb(200,0,0);
	color: white;
}

.chat_users .msg.active {
	background-color: var(--col3);
	box-shadow: -2px 0px 0px 0px var(--accent_color);
}
.chat_users .msg {
    width: 100%;
    background-color: var(--col2);
    padding: 8px;
    border-bottom: 1px solid var(--col2);
}
.chat_users .name {
    display: inline;
    font-weight: bold;
    font-size: 1.1em;
    color: var(--text-color);
}
.chat_users .time {
    display: inline;
    font-size: 0.7em;
    float: right;
}
.chat_users .last_message {
    display: block;
    color: var(--text-color);
}
textarea, input {
	background-color: var(--col4);
	border: 1px solid var(--col3);
	color: var(--text-color);
}
table {
	border: none;
}
table thead tr td{
    position: sticky;
    top: 0;
	background-color: var(--col2) !important;
}
table thead tr:nth-child(2) td{
    position: sticky;
    top: 2em;
}
.max_3_lines {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.btn_prihvati_porudzbina, .btn_otkazi_porudzbina {
    height:auto;
    font-size: 1em;
}


/* trade */

.width_300px {
	width: 300px;
}
.settings_menu {
	display: inline-block;
	margin-top:4px;
	margin-bottom:4px;
}
.stat_filter select {
	background-color: var(--col1);
    color: var(--text-color);
	font-size: 0.8em;
    padding: 0;
    margin: 0;
    line-height: 1em;
    height: 2.25em;
    margin-left: 8px;
}
.ui-dialog-titlebar {
/*    display: none;*/
}
.ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
    padding: 8 0 0 0;
}
button.ui-button.ui-corner-all.ui-widget:not(.ui-dialog-titlebar-close) {
    margin: 0;
    border-radius: 0;
    border: none;
    min-width: 120px;
    height: 3em !important;
}
.ok {
    background-color: var(--accent_color);
    color: white;
}
.cancel {
    background-color: var(--col2);
    color: white;
}
.prefix {
    background-color: var(--col1);
}

.load_project {
    flex: 1 1 100%;
    padding: 16 16 16 16;
    font-size: 1.4em;
    background-color: var(--col1);
    color: var(--text-color);
    border-bottom: 1px solid var(--col4);
}
.project_finished {
    background-color: #272727;
    color:white;
}
.project_not_started {
    background-color: var(--col2);
}
.project_name {
    display: block;
}
.project_start, .project_end {
    font-size: 0.7em;
}
.load_project:hover {
    box-shadow: -2px 0px 0px 0px var(--accent_color);
}
.kalendar_stat {
    display: flex;
    width: 100%;
    background: var(--col1);
    flex-direction: row;
    justify-content: space-around;
}
.kalendar_stat .items {
    width: 150px;
    height: 150px;
    border: 1px solid var(--col2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
}

.kalendar_stat .items span.caption {
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
}
.kalendar_stat .items span:not(.caption) {
    font-size: 2em;
    margin-top: 16px;
}
.hovering_button {
    background-color: var(--bg_color);
    border: 1px solid var(--accent_color);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    position: fixed;
    bottom: 30;
    right: 30;
    z-index: 2000;
    justify-content: center;
    align-items: center;
    display: none;
}
.hovering_button span {
    width: 2em;
    height: 2em;
    color: var(--text-color);
    font-size: 0.8em;
    position: absolute;
    top: -0.4em;
    right: -0.4em;
    border-radius: 1em;
    background-color: var(--col3);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
}
.hovering_button:not([data-num_tasks^="0"]) div:before {
	font-family: "Font Awesome 5 Free"; font-weight: 900; 
	color: var(--accent_color);
	content: "\f0f3";
	font-size: 2em;
	width: 2em;
	height: 2em;
}
.hovering_button:not([data-num_tasks^="0"]) {
	display: flex;
}
.hovering_button:not([data-num_tasks^="0"]) div {
	animation:notification 2s infinite;
}

@keyframes notification{
    
    5%{
        transform:rotate(10deg);
    }
    
    10%{
        transform:rotate(-10deg);
    }
    
    15%{
        transform:rotate(10deg);
    }
    
    20%{
        transform:rotate(0deg);
    }   
}
.dialog-active {
    overflow: hidden !important;
}
.event_cal[data-id='0'] {
    background-color: rgb(74, 208, 0) !important;
}
input[type=search] {
    background-color: #ffffff;
    background-image: url(images/icons8-search-filled-50_gray.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: contain;
}
td.weekday {
    background-color: var(--col4);
}
.project_red {
    background-color: #bc2726;
}
.project_yellow {
    background-color: #f2c11b;
    color: var(--accent_color);
}
.project_green {
    background-color: #4db683;
}
.list_wrap {
    /*overflow-y: scroll;*/
    height: 90vh;
    width: 100%;
}

@keyframes example {
  from {background-color: red;}
  to {background-color: white;}
}
.flash {
    animation: example 1s infinite;
    animation-direction: alternate
}
.tablesorter thead .disabled {
        display:none;
    }
    .tablesorter-header.sorter-false {
        background-image: none;
    }

.unosListaContainer .chosen-container-active, .unosListaContainer :focus {
    border: 1px solid blue;
}
.ui-widget-content a {
    color: #198d98;
}
.mails_list {
    padding: 2em;
}

.mails_list span {
    display: block;
    line-height: 1.8rem;
}
.campaign_edit {
        width: 100%;
    flex: 1 1 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.calendar_container {
    flex: 1 1 100%;
}
.offline {
    background: #ff000099;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.offline span {
	text-transform: uppercase;
	color:  white;
	font-weight: 900;
	font-size: 2em;
}
a.button.yellow {
	color:  black !important;
}

/* form elements placeholder */
    .placeholder_elements label {
        position: relative;
        display: block;
        margin-top: 0.7em;
        height: min-content;
/*        border: 1px solid red;*/
    }
    .placeholder_elements input[placeholder=' '] + span,
    .placeholder_elements textarea[placeholder=' '] + span,
    .placeholder_elements select[placeholder=' '] + span
    {
      pointer-events: none;
      color: var(--text-color);
      position: absolute;
      top: 0px;
      height: auto;
      display: flex;
      align-items: center;
      transition: 0.2s;
      opacity: 0.5;
      margin-left: 0.5em;
      font-size: 1em;
    }
    .placeholder_elements select[placeholder=' '] + span:after {
	    content: '... izaberite';
	    display: inline-block;
    }
    .placeholder_elements textarea[placeholder=' '] + span {
    	align-items: flex-start;
    	margin-top: 1em;
    }

    .placeholder_elements input[placeholder=' ']:focus + span, .placeholder_elements input[placeholder=' ']:-webkit-autofill + span,
    .placeholder_elements input[placeholder=' ']:not(:placeholder-shown) + span,
    .placeholder_elements textarea[placeholder=' ']:focus + span,
    .placeholder_elements textarea[placeholder=' ']:not(:placeholder-shown) + span,
    .placeholder_elements select[placeholder=' ']:not([data-chosen='0']) + span
    {
        transform: translateY(-1em) translateX(-0.5em) scale(1);
        opacity: 1;
        font-size: 0.8em;
      	align-items: baseline;
    	margin-top: 0;
    }
    .placeholder_elements select[placeholder=' ']:not([data-chosen='0']) + span:after {
		display: none;
	}
    /* form elements placeholder */

.ui-dialog {
    box-shadow: 0 0 40px 60px var(--col2) !important;

  max-width:"95%" !important;
/*	overflow-y: hidden;*/
}

.planer_icon:before {
	background-image: url(images/check-mark.png?t=19.7);
}
.button-group button.active {
	color: blue !important;
}

.ispunjeno_poziv_lista, .planirano_poziv_lista,  .lista {
	display: none;
	font-size: small !important;
    position: absolute;
    background: black;
    max-height: 100px;
    overflow-y: scroll;
    margin-top:  11em !important;
}
.toast {
	display: flex;
    width: 300px;
    height: 110px;
    position: fixed;
    left: 40vw;
    bottom: 5vh;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    font-family: system-ui;
    font-size: 1.2em;
    font-weight: 600;
}
.loadinghtml {
	display: none !important;
}
.obj_izlaznost_artikal {
	
}

.mainList .btn_planer_priprema, .btn_planer_view_izvestaj, .btn_planer_mail_izvestaj{ 
	display: none;
}
.tabela_stat {
	display: flex;
    gap: 1em;
    margin-top: 1em;
}
.tabela_stat select {
	width: auto;
    max-width: 200px;
}
form.filter {
	display: flex;
    gap: 1em;
}
@media (max-width:1050px)  {
	.dialog_buy_product {
		font-size: 0.8em;
	}
}
#result .item.active {
	border: 1px solid red;
}
#result {
	font-size: 0.8em;
	width: 200px;
}
#ctrl {
	font-size: 0.8em;
	width: 200px !important;
	height: 100%;
	overflow: auto;
}
.cal_add_event_btn {
	z-index: 9999;
}
.email_body:not(:empty) + .add_section {
	display: none;
}
.email_body:empty + .add_section {
	display: flex;
}

.multi_group_item_container span.item {
	display: block;
	width: 100%;
	margin-left: 1em;
	cursor: pointer;
}
.multi_group_item_container input[type=checkbox] {
    width: 25px;
    height: 25px;
}
.multi_group_item_container div.caption {
    display: flex;
    align-items: center;
    color: #c1c1c1;
	cursor: pointer;
}
	.b4u_tabs {
		display: flex;
		flex-grow: 1;
		flex-direction: column;
		font-size: 0.9rem;
		max-height: 100%;
	}
	.b4u_tabs [role=tab_container] {
		overflow: auto;
	}
	.b4u_tabs_buttons {
		text-transform: uppercase;
		display: flex;
	}
	.b4u_tabs_buttons .button {
		background: var(--col-dark);
        color: var(--col-input-text);
	    border-radius: 0px;
	    border: 0px;
	    font-size: 0.8rem;
	    font-weight: 900;
	    padding: 0.8em;
	}
	.b4u_tabs_buttons .button.active {
    	border-bottom: 2px solid var(--accent_color);
	}

	div[role=tab_container] {
		/*background-color: red;*/
		background-color: var(--col-dark);
		padding: 1em;

		flex: 1 1 auto;
		display: none;
	}
	div[role=tab_container] span {
		display: flex;
		margin-bottom: 2px;
	}
	div[role=tab_container] label {
		min-width: 180px;
	}
	/*custom css*/
	.b4u_tabs input, textarea, form:not(.search_box) select, .select2 {
/*		min-width: 30ch;*/
		max-width: 60ch;
	}
	.fc-event-container .fc-time {
		display: none;
	}
	.table_trenutni_promet {
		overflow: auto;
	}

.horizontal-scroll-except-first-column {
  width: 100%;
  overflow: auto;
}

.horizontal-scroll-except-first-column > table {
  margin-left: 8em;
}

.horizontal-scroll-except-first-column > table > * > tr > th:first-child,
.horizontal-scroll-except-first-column > table > * > tr > td:first-child {
  position: absolute;
  width: 8em;
  margin-left: -8em;
  background: #ccc;
}

.horizontal-scroll-except-first-column > table > * > tr > th,
.horizontal-scroll-except-first-column > table > * > tr > td {
  /* Without this, if a cell wraps onto two lines, the first column
   * will look bad, and may need padding. */
  white-space: nowrap;
}
.tagit-new .ui-autocomplete-input {
	color:  black;
}

#tab18 .scrolable.left .ukupno {
	font-weight: 900;
}
span.text_separator {
    padding: 0px 5px;
}

.stat tbody tr td.trending-up:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; color: green;
	content: "\f0de";
}
.stat tbody tr td.trending-down:after {
	font-family: "Font Awesome 5 Free"; font-weight: 900; color:  red;
	content: "\f0dd";
}


.gray {
	color: #7f7f7f !important;
}
.col_g2022 {
	color: #a2a8ff !important;
}
.col_g2023 {
	color: #cd87e5 !important;
}
.col_g2024 {
	color: white !important;
}

body, .counter-reset {counter-reset: section;} 
.counter:before {
	counter-increment: section;
  	content: counter(section) ".";
    margin-right: 1em;
    color: dimgrey;
}
  

.vezani_artikli {
	display: none !important;
} 
.product_img {
	grid-column: 3 / 3 !important;
	grid-row: 1 / 1;
}
.team_stat_lista {
	color: #6d6dce !important;
}
	.task_item .task_user[data-status="1"]:after {
		font-family: "Font Awesome 5 Free"; font-weight: 900; color: green;
		content: "\f00c" !important;

	}
	.task_item .task_user[data-status=2]:after {

	}
	.task_item .shared {
	}
.format_list .task_item span {
	display: inline-block !important;
}
.format_list .task_item {
	border-bottom: 1px solid #2f2f2f;
	border-right: 1px solid #2f2f2f;
}
.format_list .task_list_header {
	height:3em;
}
.format_list .task_list_header > span {
	display: inline-block !important;
}
.format_list .task_list_header > span, .format_list .task_item > span {
	width: 90px !important;
}
	.format_list .task_list_header > span:nth-child(1), .format_list .task_item > span:nth-child(1) {
		width: 10px !important;
		float: left;
		height:1em;
	}
	.format_list .task_list_header > span:nth-child(7), .format_list .task_item > span:nth-child(8) {
		width: auto !important !important;
	}
	.format_list .task_list_header > span:nth-child(8), .format_list .task_item > span:nth-child(8) {
/*		width: 100% !important;*/
/*		padding-left: 8em;*/
		width: 40% !important;
		margin-bottom: 1em;
		font-style: italic;
		color: #5c93c4;
	}
.table_list td {
	display: flex;
	flex-direction: column;
	background-color: transparent !important;
}
.table_list .od, .table_list .do {
	display: inline;
}
.table_list .shared {
	flex-direction: row;
}
.table_list .task_user {
	width: fit-content;
		display: inline;
		margin: 0.2em;
}
table:not(.table-condensed) tr:hover td {
    background-color: var(--col3) !important;
}
.task_user {
    background: cadetblue;
    color: white;
    border-radius: 5px;
    padding: 2px 4px;
    font-size: 0.8em;
}
header {
    width: 100%;
    background: var(--col2);
    padding: 10px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}
@media only screen and (max-width: 600px) {
	header {
	    width: 70px;
	}
.toggle_menu {
    display: none !important;
	position: relative;
	left: 47px;
}
.toggle_menu.collapsed {
	left: 47px;
}
	.tablesorter {

	}
	.tablesorter tbody{
	    display: flex;
	    flex-direction: column;
	}
	.tablesorter thead {

	}
	.tablesorter tbody tr {
		display: flex;
    	flex-direction: column;
    	border-bottom: 1px solid;
	}
	.tablesorter tbody tr td {
		
	}
	.tablesorter tbody td.counter {
		display: none;
	}

}

.btn_xls, .get_xls {
/*	display: none !important;*/
    font-size: 0.8rem !important;
}


.dialog_buy_product {
      font-size: 0.8em;
      display: contents;
    }
    .dialog_buy_product form {
      background: transparent !important;
    }
/*    .dialog_buy_product {
      position: fixed;
      top: 0; left: 0; width:100%; height: 100%;
      background-color: rgba(0,0,0,0.7);
      display: table;
    }
*/    .dialog_buy_product table {
      /*position: relative;*/
      /*display: table-cell;*/
      /*vertical-align: middle;*/
      width: auto;
      display: inline-block;
    }
    .dialog_buy_product span {
      /*display: inline-block;*/
      /*width: auto;*/
      /*font-weight: 600;*/
    }
    .dialog_buy_product .item {
    box-sizing: border-box;
      display:block;
      width:100%;
      background:var(--bg_color);
      padding: 4px;
  }
  .grupa_container {
  	min-width: 19%;
  	max-width: 20%;
  }
  .task_list .task_item td, .table_list .task_item td {
  	padding: 2px 4px;
  }
  .automatic_planer_insertion {
  	height:auto;
  }
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    /* top: 100%; */
	margin-left: 2em;
    margin-top: 3em;
    border: 1px solid var(--accent_color);
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.table_podgrupe tbody:empty {
	display: none;
}
.ui-dialog-buttonset button {
	min-width: 98px !important;
    height: 3em !important;
    font-size: 0.8em;
}
card {
	background-color: var(--col2);
    margin: 4px 2px;
}
card label.caption {
    padding: 0;
    height: 2.4em;
    background: var(--col4);
    text-transform: uppercase;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.potvrdi_porudzbinu1 {
	display: none;
}
.button_autotable.active {
	color: white !important;
    background-color: var(--accent_color) !important;
    font-weight: 600 !important;
}
/*.daterangepicker tr:hover td.available, .daterangepicker th.available {*/
/*background-color: white !important;*/
/*	}*/
	.daterangepicker {
		color: black !important;
	}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
    background: white;
}
.in_focus {
	border: 1px solid red;
}
.editable {
    height: fit-content;
    padding: 2px 4px;
    background-color: var(--col4);
    color: var(--text-color);
    white-space: pre-wrap;
}
.editable.txt_opis {
	min-height: 1.4rem;
    border: 1px solid grey;
}
.submenu .item.has_autosave:after {
	content: ' ';
    border: 5px solid #e00000;
    border-radius: 5px;
    width: 5px;
    height: 5px;
    display: inline-block;
    bottom: -0.75em;
    position: relative;
    right: 0.5em;
}
.daterangepicker td.in-range {
	color: var(--calendar_status1_color);
}
.btn_stavka_up, .btn_stavka_down {
    width: 15px;
    height: 15px;
    border: none;
    display: flex;
    justify-content: center;
    margin-top: 3px;
}
.stavka_template {

}
.stavka_template span {
    overflow-wrap: break-word;
}
.stavka_template .rabat, .stavka_template .rabat2, .stavka_template .rabat3,
.stavka_header [data=rabat], .stavka_header [data=rabat2], .stavka_header [data=rabat3]
 {
	width: 4em;
}

.stavka_template .konacna_cena {
	color: #f1c40f;
    font-weight: 900;
}
.stavka_template:hover .konacna_cena {
	text-decoration: underline;
}
.stavka_template:nth-child(even) {
	background-color: var(--col1);
}
.container_100_width {
	display: contents;
    width: 100%;
    /* height: 100%; */
    max-width: 100%;
    overflow: auto;
}
.daterangepicker td.in-range {
    background-color: #2c444f !important;
}
.next.available span, .prev.available span {
	border-color: white !important;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	border-radius: 0 !important;
}
.stavke_container {
	margin-top: 1em;
}
.cena::after {
    content: attr(izvor_cene_artikla);
    color: yellow;
    float: right;
    font-size: xx-small;
}
.stavka_template .txt_opis {
    width: 100%;
    height: 3em;
    display: contents;
    font-size: 1em;
    overflow: auto;
}
.naziv_container:has(.live_form_opis) .txt_opis {
    height:10em;
}
.stavka_template .txt_opis:empty:before {
	content: '- napomena -';
    color: #646464;
    font-size: xx-small;
}
.live_form_opis {
	z-index: 9999;
}
card {
    display: inline-table;
    padding: 0.5em;
    border: 1px solid transparent;
    border-radius: 7px;
    overflow: auto;
    margin-top: 1em;
}
card.dark {
    background: var(--col2);

}
/*.b4u_table:before, .b4u_chart:before, */
card.dark:before {
    content: attr(b4u_caption);
    background: transparent;
    display: table-caption;
    height: 2em;
    width: 100%;
    display: inline;
	font-size: large;
    font-style: italic;
}
card.dark div.card_menu {
    float: right;
}
.iskoriscenje_potencijal_progress:before {
    content: 'Iskorišćenje potencijala:';
    display: flex;
    width: 215px;
}
.iskoriscenje_plan_progress:before {
    content: 'Ispunjenje plana kupca:';
    display: flex;
    width: 215px;
}
.dokument_osnovni_podaci {
  display: grid; 
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; 
  grid-template-rows: 2ch repeat(4, 6ch); 
  gap: 1em 0px; 
  grid-template-areas: 
    "btn btn btn btn btn btn"
    "broj datum_fakture datum_prometa qq komentar interni_komentar"
    "valuta nacin_placanja adresa_isporuke 1a komentar interni_komentar"
    "magacin_izlaz kanal_prodaje pdv vas_upit rok_isporuke datum_ponude"
	". . . ukupno ukupno ukupno";

}
.split {
    height: 95%;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
    z-index: 9998;
    position: relative;
}

.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    cursor: row-resize;
}
.ui-autocomplete { position: absolute; cursor: default;z-index:300000 !important;} 
.ui-widget-overlay .ui-front {
	z-index: 10000;
}
.ui-dialog {
	z-index: 100001;
}
.icons_action i {
    color: var(--accent_color);
}
.por_stavke .naziv2, .por_stavke .naziv {
    min-height: 1.4em;
    border: 1px solid var(--col3)
}
.daterangepicker {
    z-index: 1000000 !important
}

.b4u_table table {
/*    display: inline-block;*/
    overflow: auto;
    max-height: 300px;
}
.connected_with  {
    max-height: 100px;
    overflow: auto;
    button {
        display: none;
    }
}
.info {
    color: #26c826;
    position: absolute;
    /* right: 0px; */
    display: inline-block;
    top: 0px;
    width: fit-content;
    text-align: right;
    margin-top: -2.5em;
    cursor: pointer;
    position-anchor: --UltimateStatContainer;
    top: anchor(top);
    right: anchor(right);
}
span.highlight {
    font-size: 1.5em;
    color: #009ee5;
    font-weight: 600;
    line-height: normal;
}
#result_container {
    width: 100%;
    overflow: auto;
/*    border: 1px solid red;*/
    height: 100%;
    display: block;
}
.zero_value {
    color: var(--zero_value) !important;
}
    .UltimateStatContainer {
        grid-column: 1 / -1;
        buttongroup {
            h3 {
                margin: 0;
            }
            button {
    /*          border-right:1px solid red;*/
            }
        }
        select.chart_type, select.chart_value {
            display: inline;
            max-width: 150px;
            font-size: small;
            padding: 2px;
            line-height: 1em;
            font-family: monospace;
            font-weight: 100;
            margin-top:.6em;
            margin-bottom:.6em;
        }
        buttongroup {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 4px;
            width: 100%;
            font-size: 0.8em;
            align-items: center;
            margin-bottom:1em;
            label {
                border-radius: 0.8em;
                border: 1px solid var(--col-input);
                padding: 0 4px;
                background: var(--col-input);
            }
            input[type=radio], input[type=checkbox] {
                display: none;
            }
            label:has(input:checked) {
                border: 1px solid #03A9F4;
                background: #03A9F4;
                color: white;
            }
        }
        table {
            position:relative;

            a, a:visited {
                color: var(--text_color);
            }
            th {
                background-color: var(--col2) !important;
                background: var(--col2) !important;
                position: sticky !important;
    /*          background: red !important;*/
                top: 0px;
            }
        }
    }
.b4u_tag_container >div {
    color: var(--text_color);
    /* padding-right: 0.2em; */
    display: inline-block;
    border: 1px solid var(--col4);
    background: var(--col2);
    border-radius: 1em;
    font-size: 0.8em;
    padding: 0 0.4em;
}
.btn_url_ajax.active {
    color: white;
    background: var(--accent_color);
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before, 
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: attr(data-value) !important;
}
.rtf_editor div {
    color: black;
}
.loading_rectangle_container {
  width: 100%;
  height: 0.2em;
  bottom: 0px; 
  position: absolute;
  .loading_rectangle {
    position: relative;
    width: 0%;
    height: 100%;
    background-color: #673ab7;
    animation-duration: 1s; 
    animation-iteration-count: 1;
    animation-name: loading_rectangle_animation;
    animation-timing-function: linear;
  }
}
@keyframes loading_rectangle_animation {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
.trend_red {
    color: red;
}
.trend_green {
    color: green;

}
.dokument_grupa_artikli {
    width: 100%;
}
.section_item img {
    margin-top: 2em;
}
.section_item {
    min-height: 10em;
}
.ql-toolbar {
    /*visibility: hidden;*/
    margin-top: -2em;
    background-color: white;
}
.rtf_editor {
    border-top: 1px solid #ccc !important;
}


/* standard table UI */
.table-wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.plan-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #d0d0d0;
}

.plan-table thead {
  position: sticky;
  top: 0;
  background: #1c1c1c;
  z-index: 2;
}


.plan-table th {
  /*text-align: center;*/
  padding: 12px 10px;
  font-weight: 600;
  background-color: #1c1c1c;
  border-bottom: 2px solid #333;
}

.plan-table td {
  padding: 10px;
  border-bottom: 1px solid #2c2c2c;
  height: 48px;
}

.plan-table tbody tr:nth-child(even) {
  background-color: #1a1a1a;
}

.plan-table tbody tr:hover {
  background: #242424;
}

.readonly {
  text-align: right;
  opacity: 0.85;
}

.plan-table input {
  width: 100%;
  background: #303030;
  border: 1px solid #444;
  padding: 6px 8px;
  color: #fff;
  border-radius: 6px;
  text-align: right;
  transition: 0.15s ease;
  font-size: 1.2em;
}

.plan-table input:focus {
  border-color: #6f9dff;
  box-shadow: 0 0 0 2px rgba(111, 157, 255, 0.3);
  outline: none;
}
/* /standard table UI */
