/**
 * 	Name: custom.css
 *  Tridy pouzivane v aplikaci po prihlaseni
 */
 
 /*-------------------------------------------------------------------------------------------------------
	Common
---------------------------------------------------------------------------------------------------------*/
.bkg_full_red {background-color: #ff0000;}
.bkg_red {background-color: #cc0000;}
.bkg_green {background-color: #339933;}
.bkg_blue {background-color: #0066FF;}
.bkg_orange {background-color: #FFA500;}
.bkg_grey {background-color: #818181;}

.col_full_red {color: #ff0000;}
.col_red {color: #cc0000;}
.col_green {color: #339933;}
.col_blue {color: #0066FF;}
.col_orange {color: #FFA500;}
.col_grey {color: #818181;}

.badge-full_red {
	color: #ff0000;
	border: 1px solid #ff0000;
}

.badge-red {
	color: #cc0000;
	border: 1px solid #cc0000;
}

.badge-green {
	color: #339933;
	border: 1px solid #339933;
}

.badge-blue {
	color: #0066FF;
	border: 1px solid #0066FF;
}

.badge-orange {
	color: #FFA500;
	border: 1px solid #FFA500;
}

.badge-grey {
	color: #818181;
	border: 1px solid #818181;
}

.required {
	color: #cc0000;
	font-weight: bold;
	font-size: 20px;
}

table.invoices_items {
	
	}
	table.invoices_items th.id_item {
		width: 3%;
	}

	table.invoices_items th.poradi {
		width: 5%;
	}

	table.invoices_items th.text {
		width: auto;
	}

	table.invoices_items th.unit {
		width: 5%;
	}

	table.invoices_items th.price_unit {
		width: 15%;
	}
	table.invoices_items th.units {
		width: 5%;
	}

	table.invoices_items th.sazba_dph {
		width: 3%;
	}

	table.invoices_items th.price_total {
		width: 15%;
	}

	table.invoices_items td input {
		padding: 0 0 0 1px;
	}

	table.invoices_items td.price_unit input,
	table.invoices_items td.price_total input {
		width: 80%;
		display: inline-block;
		text-align: right;
	}


.navbar .navbar-brand-wrapper .navbar-brand img {
    height: auto;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .dropdown-bordered {
	padding: 8px 30px 8px 15px;
}

div.dropdown_stavy div.dropdown-menu {
    min-width: 5rem;
    padding: 0 1rem;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
	}
	div.dropdown_stavy div.dropdown-menu a.badge {
		margin: 3px 0;
		background-color: #fff;
	}


