@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #000000;
	font-family: 'Pontano Sans', sans-serif;
}

a {
	color: #000000;
}

.link {
	display: inline-block;
	padding: 5px 15px;
	background: #7DD3D4;
	text-decoration: none;
	margin: 0 auto;
}

.welcomeLogo {
    margin: 20px 0px 0px;
    max-width: 200px;
}

.topLogo {
    margin: 0px 0px 0px;
    max-width: 100px;
}


#topmenu a {
	color: #000000;
}


#topmenu {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #d1d1d1;
	color: #ffffff;
	border-bottom: 2px solid #5A5A5A;
}

#topmenu h1 {
	padding: 8px 30px;
	color: #ffffff;
	font-size: 20px;
	margin: 0px;
	display: inline-block;
	float: left;
}

#topmenu ul {
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#topmenu ul li  {
	float: left;
}

#topmenu ul li a {
	display: inline-block;
	font-size: 16px;
	padding: 10px 10px;
	color:#000000;
	text-decoration: none;
}

#topmenu ul li a:hover {
	background: #A1A1A1;
}

#topmenu .userMenu {
	position: relative;
	color: #ffffff;
	font-size: 12px;
	float: right;
	margin: 5px 10px;
}

#topmenu .buttons {
	position: relative;
	display: inline-block;
	float: left;
}

#topListMenu {
	display: none;
	float: left;
}

#login {
	width: 400px;
}

#login input[type='text'], #login input[type='password'] {
	width: 200px;	
}

.buttons div {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 20px;
	font-size: 11px;
}

.buttons div a {
	display: block;
	text-decoration: none;
}

.buttons div a span {
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.servis a {
	background: #54BC00;
}

.servis a:hover {
	background: #54cc00;
}

.pozadavek a {
	background: #D80003;
}

.pozadavek a:hover {
	background: #EE0003;
}

#contain {
	position: relative;
	padding: 5px 20px;
}

.tables {
	max-width: 1000px;	
}
.table {
	display: table;
	min-width: 650px;
	max-width: 1000px;
}

.listHeader {
	/*position: relative;*/
	display: table-row;
	font-size: 14px;
	font-weight: bold;
	background: #DDDDDD;
	min-width: 650px;
	max-width: 1000px;
}

.ticketRow:nth-child(odd) {
	background: #F8F8F8;
}

.ticketRow {
	position: relative;
	display: table-row;
	font-size: 14px;
	/*table-layout: fixed;*/
}

.notApprovedService {
	opacity: 80%;
	font-style:  italic;
	border-left: 3px solid rgba(98,0,1,1.00);
}

.hl {
	font-size: 14px;
	font-weight: bold;
}

.notapproved {
	color: red;
	font-style: italic;
}

.approved { 
	color: green;
}

.approveDateTime {
	text-decoration: none;
	font-size: 20px;
}

.listHeader > div, .ticketRow > div {
	position: relative;
	display: table-cell;
	padding: 8px 10px;
	vertical-align: top;
}

.listHeader > div:nth-child(1), .ticketRow > div:nth-child(1) {
	min-width: 14%;
	max-width: 14%;
	/*background: #333333;*/
}

.listHeader > div:nth-child(2), .ticketRow > div:nth-child(2) {
	/*width: 42%;*/
	/*background: #444444;*/
}

.listHeader > div:nth-child(3), .ticketRow > div:nth-child(3) {
	max-width: 15%;
	min-width: 15%;	
	/*background: #555555;*/
}

.listHeader > div:nth-child(4), .ticketRow > div:nth-child(4) {
	max-width: 15%;
	width: 15%;
	/*background: #666666;*/
}

.listHeader > div:nth-child(5), .ticketRow > div:nth-child(5) {
	max-width: 10%;
	min-width: 10%;
	/*background: #777777;*/
}

.ticketStatus {
	text-transform: lowercase;
}

.ticketState-1 {
	border-left: 4px solid #999999;
}

.ticketState-2 {
	border-left: 4px solid #36D900;
}

.ticketState-3 {
	border-left: 4px solid #D96D00;
}

.ticketState-4 {
	border-left: 4px solid #A300D9;
}

.ticketState-5 {
	border-left: 4px solid #FF4000;
}

.ticketState-6 {
	border-left: 4px solid #B20000;
}

.ticketState-99 {
	border-left: 4px solid #BFDFFF;
}

/* ADRESAR */

.address > div:nth-child(1) {
	width: 25%;
}

.address > div:nth-child(2) {
	width: 10%;
}

.address > div:nth-child(3) {
	width: 20%;	
}

.address > div:nth-child(4) {
	width: 15%;
}

.address > div:nth-child(5) {
	width: 15%;	
}

.address > div:nth-child(6) {
	width: 3%;
}


/* FORMULARE */

.form {
	width: 600px;
	margin: 0 10px;
	background: #eaeaea;
	padding: 15px;
	border: 1px solid #cccccc;
	line-height: 140%;
}

.f2023 {
	width: 800px;
}

.service {
	width: 800px;
}

.form label {
	display: inline-block;
	font-weight: bold;
	width: 150px;
	line-height: 30px;
}

.form input[type='text'], .form input[type='password'], .form input[type='date'], .form input[type='time'], .form select {
	width: 150px;
	padding: 8px;
	border: 1px solid #000000;
	margin: 3px 0px;
	background: white;
}

.f2023 input[name='ticketBy'] {
	width: 300px;
	padding: 8px;
	border: 1px solid #000000;
	margin: 3px 0px;
}

.f2023 input[name='suggestServiceTime'] {
	width: 50px;
	padding: 8px;
	border: 1px solid #000000;
	margin: 3px 0px;
}

.form select {
	width: 300px;
}

.form input[readonly], .form select[readonly], .form textarea[readonly] {
	background: #fafafa;
}

.form input[type='number'] {
	width: 40px;
	padding: 8px;
	border: 1px solid #000000;
	margin: 3px 0px;
}

.form input[name='subject'],  .form select[name='ID_Ticket'], .form input[name='OtherCustomerName']{
	width: 400px;
}

.f2023 input[name='subject'],  .f2023 select[name='ID_Ticket']{
	width: 600px;
}

.service input[name='subject'],  .form select[name='ID_Ticket']{
	width: 600px;
}



.wide {
	width: 300px;
}

#serviceTimeContain {
	font-size:  20px;
	font-weight: bold;
	width: 200px;
	display: inline-block;
	height: 40px;
	color: #A8090B;
}

.form input[name='subject'] {
	font-size: 16px;
	padding: 10px;
	
}

.form input[type='submit'], #serviceForm button, #newPayment button, .saveButt {
	width: 150px;
	padding: 8px;
	border: 1px solid #000000;
	margin: 10px;
	background: #FF8600;
}


.form textarea {
	width: 400px;
	height: 70px;
	padding: 8px;
	border: 1px solid #000000;
	vertical-align: top;
}

.f2023 textarea {
	width: 600px;
	height: 130px;
	padding: 8px;
	border: 1px solid #000000;
	vertical-align: top;
}

.service textarea {
	width: 600px;
	height: 120px;
}

/* FILTER FORM */
#formFilter {
	min-width: 600px;
	max-width: 990px;
	width: auto;
	margin: 5px 0px;
	padding: 5px;
}

#formFilter input[type='date'] {
	width: 80px;
	margin-right: 15px;
}

#formFilter input[name='srch'] {
	width: 150px;
	margin-right: 15px;
}

/* DETAIL */

#detail {
	position: relative;
	min-width: 630px;
	max-width: 980px;
	padding: 10px;
	margin: 5px 0px;
	border: 1px solid #cccccc;
	font-size: 16px;
}

#detail h3 {
	display: block;
	background: #1572BF;
	color: rgba(255,255,255,1.00);
	padding: 5px;
	margin: 0px;
}

#detail span {
	position: relative;
	display: block;
	text-align: center;
	padding: 2px 10px;
	background: rgba(128,128,128,0.10);
}

#detail h4 {
	margin: 0px;
	padding: 5px;	
}

#detail p {
	padding: 0px 20px 20px 20px;
	margin: 0px;
}

.ticketDescr {
	font-size: 16px;
	padding: 20px;
}

.internalNote {
	background: rgba(255,100,100,0.6);
	padding: 10px;
}

.toBeDone {
	background: rgba(221,133,66,0.60);
	padding: 10px;
}

.delegatedTo {
	background: rgba(255,100,100,0.6);
	padding: 5px;
	max-width: 300px;
	width: 90%;
	margin: 5px 0px;
	}

.ticketServiceSummary {
    display: block;
    padding: 10px;
    background: rgba(128,128,128,0.10);
    font-weight: bold;
    max-width: 980px;
}

/* --------- */

/* STATISTIKY a VYPISY */

.statRow {
	position: relative;
	width: 850px;
	clear: both;
	text-align: left;
	margin: 1px 0px;
}

.statRow:nth-child(odd) {
	background: rgba(128,128,128,0.05);	
}

.statRow>div {
	display: inline-block;
	padding: 5px;
}

.statRow>div:nth-child(1) {
	width: 400px;
}

.statRow>div:nth-child(2) {
	width: 50px;
}

.statRow>div:nth-child(3) {
	width: 90px;
	text-align: center;
}

.statRow>div:nth-child(4) {
	width: 100px;
	text-align: right;
}

.header {
	line-height: 30px;
	background: rgba(200,68,0,1.00) !important;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}

.total {
	line-height: 30px;
	background: rgba(0,135,176,1.00) !important;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
}

.detail {
	display: none;
}

.placeny {
	border-left: 4px solid rgba(0,179,20,1.00);
}

.instalace {
	border-left: 4px solid rgba(0,140,255,1.00);
}

.ostatni {
	border-left: 4px solid rgba(133,133,133,1.00);
}

.statRowDays {
	position:  relative;
	display: block;
}

.statRowDays>div {
	display: inline-block;
	padding: 5px;
	background: rgba(128,128,128,0.2);
}

.weekend {
	opacity: 0.5;
}

.statRowDays>div:nth-child(1) {
	width: 50px;
}

.statRowDays>div:nth-child(2) {
	width: 80px;
}

.statRowDays>div:nth-child(3) {
	width: 80px;
	text-align: center;
}

.statRowDays>div:nth-child(4) {
	width: 100px;
	text-align: right;
}

.tOverview table {
    margin-bottom: 40px;
    border: 1px solid gray;
    padding: 10px;
}

.tOverview table th {
    padding: 5px;
    background: rgba(128,128,128,0.8);
    color:  white;
}

.tOverview table td {
    padding: 2px;
    border: 1px solid rgba(128,128,128,0.2);
}

.tOverview table td:nth-child(1) {
    text-align: center;
}

.tOverview table td:nth-child(3) {
    text-align: center;
}

.tOverview table td:nth-child(4) {
    text-align: center;
}

.tOverview table td:nth-child(5) {
    text-align: center;
}

.tOverview table tr:nth-child(odd) {
    background: rgba(128,128,128,0.1);
}

.checkOverview {
    list-style: none;
    width: 80%;
    max-width: 600px;
}

.checkOverview li {
     display: inline-block;
}

.checkOverview li a {
    display: block;
    width: 100px;
    border: 1px solid rgba(128,128,128,0.5);
    background: rgba(128,128,128,0.1);
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 5px 10px;
    text-decoration: none;
}

.checkOverview li a:hover {
    background: rgba(219,136,0,0.3)
}

.weekend {
	opacity: 50%;
	font-style: italic !important;
}

.lowWork {
	background: rgba(255,0,4,0.10) !important;
}

.noWork {
	background: rgba(255,0,4,0.25) !important;
}



/* MOBILE VER */

@media (max-width: 1100px) {
		#topmenu ul {
			display: none;	
		}
		
		#topListMenu {
			display: inline-block !important;
		}
}

@media (max-width: 980px) {
 /* switch to mobile */
		.link {
			padding: 20px;
			font-size: 20px;
			margin: 20px auto;
		}

		
		#topmenu {
			height: 110px;	
		}
		
		.buttons {
			height: 110px;
		}
		
		.buttons div {
			position: relative;
			display: inline-block;
			width: 150px;
			/*height: 150px;*/
			text-align: center;
			line-height: 20px;
			font-size: 20px;
		}
		
		.buttons div a {
			display: block;
			padding: 35px 20px;
			text-decoration: none;
		}
		
		.buttons div a span {
			font-size: 50px;
		}
		
		#topmenu h1 {
			padding: 40px 20px;
		}
		
		#topmenu select {
			font-size: 25px;
			padding: 5px 10px;
		}
		
		#topmenu .userMenu {
			font-size: 20px;
		}
		
		h2 {
			font-size: 30px;
			padding: 5px;
			margin: 0px;
			text-align: center;
		}
		
		form {
			font-size: 25px;
			width: 95%;
			margin: 2px;
		}
		
		input, select, textarea {
			font-size: 25px;
			padding: 10px;
		}
		
		form textarea {
			width: 95%;	
			height: 80px;
		}
		
		form input[type='text'], form select {
			width: 95%;
		}
		
		#login {
			max-width: 550px;
			margin: 0 auto;
		}
		
		#login input[type='text'], #login input[type='password'] {
			width: 400px;	
		}
		
		label {
			width: 100% !important;
			display: block;
			margin-top: 20px;
		}
		
		form input[type='checkbox'] {
		 width: 44px; height: 44px;
		 -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px;
		 border: 1px solid #bbb;
		}
		
		.listHeader > div:nth-child(5), .ticketRow > div:nth-child(5) {
			display: none;
		}
		
		.listHeader > div, .ticketRow > div {
			font-size: 20px;
			padding: 5px 15px;
		}
		
		#detail {
			font-size: 22px;
			margin: 0 auto;
		}
		
	}

@media (max-width: 490px) {
		#topmenu h1 {
			display: none;
		}
		
		#topmenu select {
			font-size: 20px;
			max-width: 150px;
			padding: 5px 10px;
		}
}

/* DIALOG */
#dialog {
	display: none;
}

/* DIALOG NA ZMENU STAVU TICKETU */
#updateStatus label {
	display: inline-block;
	width: 60px;
	font-weight: bold;
	text-align: left;
}

#updateStatus select {
	padding: 8px;
	border: 1px solid #000000;
}

#updateStatus textarea {
	padding: 8px;
	border: 1px solid #000000;
	width: 400px;
	height: 150px;
	margin: 20px;
}


/* ADRESA */
#addressForm, #newRegisterForm {
	font-size: 13px;
	padding: 0px;
	margin: 0px auto;
}

#newRegisterForm {
	margin: 0 auto;
	background: rgba(128,128,128,0.2);
	padding: 20px;
	border: 1px solid grey;
	max-width: 600px;
	text-align: left;
}

#addressForm tr, #newRegisterForm tr {
	padding: 0px 5px;
	margin: 0px;
}

#addressForm td, #addressForm th, #newRegisterForm td, #newRegisterForm th {
	padding: 1px 5px;
	margin: 0px;
}

#addressForm input[type='text'], #addressForm input[type='tel'], #addressForm input[type='email'], #addressForm input[type='password'], #addressForm select,
#newRegisterForm input[type='text'], #newRegisterForm input[type='tel'], #newRegisterForm input[type='email'], #newRegisterForm input[type='password'], #newRegisterForm select
{
	padding: 5px;
	margin:	 0px;
	width: 180px;
}

#addressForm input[name='Name'], #addressForm input[name='Address'], #newRegisterForm input[name='Name'], #newRegisterForm input[name='Address'] {
	width: 300px;
}

#addressForm select, #newRegisterForm select  {
	width: 300px;
}

#addressForm input[name='ZIP'], #newRegisterForm input[name='ZIP'] {
	width: 50px;
}


#addressForm input[type='checkbox'], #newRegisterForm input[type='checkbox'] {
	width: auto;
	padding: 8px;
}

#saveButt {
	padding: 10px 20px;
	border: 1px solid black;
	background: rgba(130,80,0,1.00);
	color: white;
	font-weight: bold;
}

.registerNote {
	margin: 0 auto;
	max-width: 600px;
	padding: 20px;
	border: 1px solid grey;
	background: rgba(128,128,128,0.2);
	text-align: center;
}

.registerNote h1 {
	font-size: 18px;
}

.registerNote ul {
	text-align: left;
	color: red;
}

.newPerson {
	background: rgba(128,128,128,0.05);
	padding: 10px;
	border: 1px solid rgba(128,128,128,0.1);
}

.newPerson tr {
	padding: 10px !important;
}

#waitARES {
	display: inline-block;
	margin: 0px 10px;
	line-height: 20px;
}

#waitARES img {
	max-height: 10px;
	padding: 0px 2px;
}

.saving {
	opacity: 0.2;
	background: rgba(22,166,0,0.80);
}

.highlight {
	background: rgba(255,0,4,0.05);
}

/* PODEPISOVANI  */

#signServiceDetail {
	display: none;
	background: rgba(255,255,255,0.30);
	padding: 10px;	
}

#signServiceDetail input[type="text"] {
	width: 300px;
}

#signServiceDetail button, #clearSignature, #saveSignature {
	padding: 5px 20px;;
	background: rgba(255,166,0,1.00);
	border: 1px solid #000000;
}

.signatureDescription {
	font-size: large;
}

#saveSignature {
	font-size: 20px;
	margin: 0px 20px;
	font-weight: bold;
}

#clearSignature {
	background: rgba(193,193,193,1.00);
	font-size: 14px;
}

#closeSignature {
	position: absolute;
	top: 40px;
	right: 40px;
	background: rgba(182,0,3,1.00);
	color:rgba(255,255,255,1.00);
	padding: 20px;
	font-weight: bold;
	border: none;
}

#signPlace {
	display: none;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(200,200,200,0.90);
	text-align: center;
}

#signature {
	position: relative;
	width: 90%;
	height: 50%;
	margin: 5%;
	/*max-width: 900px;
	margin: 0px auto;
	padding: 20px;*/
	background: rgba(220,220,220,1.00);
	border: 1px solid #000000;
	border-bottom: 10px solid #000000;
	overflow: hidden;
}

#signStatus {
	float: right;	
}

.serviceShowSignature {
	max-width: 200px;
	max-height: 100px;	
}

.hidden {
	display: none !important;
}

#fileForm {
	margin: 0px;
	background: rgba(128,128,128,.05);
	border: 1px solid #cccccc;
	width: 950px;
}

#fileForm input[type='text']{
	width: 400px;
}

/* TAB NAVIGACE */
.tabs {
	margin: 10px 0px;
	padding: 0px;
	min-width: 300px;
	max-width: 1000px;	
}

.tabs nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tabs nav ul li {
	display: inline-block;
	margin: 0px 1px;
}

.tabs nav ul li a {
	display: block;
	padding: 10px 20px;
	background: rgba(128,128,128,0.05);
	text-decoration: none;
	border-top: 3px solid rgba(128,128,128,0.05);
}

.tabs nav ul li a:hover {
	background: rgba(128,128,128,0.1);
	border-top: 3px solid rgba(255,214,0,1.00);
}

.activeTab {
	background: rgba(128,128,128,0.1) !important;
	border-top: 3px solid rgba(255,214,0,1.00) !important;
}

.tabs>div {
	border: 1px solid #cccccc;
	padding: 0px;
}

.tabs>div {
	display: none;
}

.tabs h3 {
	background: rgba(128,128,128,0.05);
	padding: 10px;
	margin-bottom: 0px;
}

#tab1 {
	display: block;
}

/* POKLADNA */
#PaymentReason, #PaymentNote, #CashierID {
	width: 250px;
}

#PaymentValue {
	width: 150px;
}

#cashState {
	width: 320px;
	background: rgba(128,128,128,0.05);
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 20px;
	font-size: 14px;
	line-height: 20px;
}

#cashState label {
	display: inline-block;
	width: 150px;
	font-weight: bold;
}

#cashState span {
	display: inline-block;
	width: 150px;
	text-align: right;
}

#cashHistory {
	position: relative;
	width: 610px;
	padding: 20px 10px;
	background: rgba(128,128,128,0.05);
	margin: 20px auto;
}

.cashierHistory {
	position: relative;
	line-height: 30px;
}

.cashierHistory tr:nth-child(even) {
	background: rgba(128,128,128,0.08);
}

.cashierHistory tr:nth-child(odd) {
	background: rgba(128,128,128,0.02);
}


.cashierHistory td {
	margin: 1px;
	padding: 2px;
}

.cashierHistory td:nth-child(4) {
	text-align: right;
}

.cashierFiltr {
	padding: 10px;
	margin: 5px auto;
	background: rgba(128,128,128,0.2);
	max-width: 610px;
}

.cashierFiltr select {
	font-size: 14px;
	padding: 5px;
	border: 1px solid rgba(128,128,128,1);
}

/* SKLADOVE DOKLADY */
.warehouseForm {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #eaeaea;
	padding: 15px;
	border: 1px solid #cccccc;
	line-height: 140%;
	min-height: 400px;
}

.warehouseForm label {
	display: inline-block;
	width: 110px;
	font-weight: bold;	
}

.mainInputs input {
	border: 1px solid #000000;
	padding: 5px;
}

.warehouseForm button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.mainInputs {
	padding-bottom: 20px;
	border-bottom: 3px solid #dedede;
}

#SupplierUID {
	font-size: 14px;
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px auto;
}

.items>div {
	display: inline-block;
	font-size: 12px;
}

.items input {
	font-size: 12px;
	padding: 2px;
}

.items>div:nth-child(1) {
	/* INT KOD */
	width: 80px;
}

.items>div:nth-child(2) {
	/* NAZEV */
	width: 210px;
}

.items>div:nth-child(3) {
	/* CENA */
	width: 73px;
}

.items>div:nth-child(4) {
	/* POCET */
	width: 50px;
}

.items>div:nth-child(5) {
	/* MJ */
	width: 50px;
}

.items>div:nth-child(6) {
	/* CENA A */
	width: 60px;
}

.items>div:nth-child(7) {
	/* CENA B */
	width: 60px;
}

.items>div:nth-child(8) {
	/* CENA C */
	width: 60px;
}

.items>div:nth-child(9) {
	/* CENA D */
	width: 60px;
}

.goodsRow {
	position: relative;
	margin: 0px;
	padding: 5px 5px;
}

.goodsRow:nth-child(odd) {
	background: rgba(128,128,128,0.2);
}

.goodsRow>div {
	display: inline-block;
	line-height: 140%;
}

.goodsRow>div:nth-child(1) {
	width: 400px;
}

.goodsRow>div:nth-child(2) {
	width: 100px;
	text-align: right;
}

.goodsRow>div:nth-child(3) {
	width: 150px;
	text-align: right;
}

.goodsRow>div:nth-child(4) {
	width: 150px;
	text-align: right;
}

.goodsRow>div:nth-child(5) {
	width: 80px;
	text-align: right;
}

.goodsRow>div:nth-child(6) {
	width: 80px;
	text-align: right;
}
/* skladove polozky v servisu */

.serviceMaterialHeader>div, .requestMaterialHeader>div {
	float: left;
	font-weight: bold;
}

.serviceMaterialHeader>div:nth-child(1) {
	width: 475px;
}

.serviceMaterialHeader>div:nth-child(2) {
	width: 55px;
}

.serviceMaterialHeader>div:nth-child(3) {
	width: 35px;
}

.serviceMaterialHeader>div:nth-child(4) {
	width: 70px;
}


.serviceMaterialRow>input:nth-child(1) {
	width: 450px;
}

.serviceMaterialRow>input:nth-child(2) {
	width: 30px;
	text-align: right;
}

.serviceMaterialRow>input:nth-child(3) {
	width: 20px;
	text-align: center;
}

.serviceMaterialRow>input:nth-child(4) {
	width: 50px;
	text-align: right;
}

.serviceMaterialRow>input:nth-child(5) {
	width: 70px;
	text-align: right;
}


.requestMaterialHeader>div:nth-child(1) {
	width: 350px;
}

.requestMaterialHeader>div:nth-child(2) {
	width: 90px;
}

.requestMaterialHeader>div:nth-child(3) {
	width: 90px;
}

.requestMaterialHeader>div:nth-child(4) {
	width: 75px;
}

.requestMaterialHeader>div:nth-child(5) {
	width: 50px;
}

.requestMaterialHeader>div:nth-child(6) {
	width: 70px;
}

.requestMaterialRow>input:nth-child(1) {
	width: 330px;
}

.requestMaterialRow>input:nth-child(2) {
	width: 70px;
	text-align: left;
}

.requestMaterialRow>input:nth-child(3) {
	width: 70px;
	text-align: left;
}

.requestMaterialRow>input:nth-child(4) {
	width: 50px;
	text-align: right;
}

.requestMaterialRow>input:nth-child(5) {
	width: 30px;
	text-align: center;
}

.requestMaterialRow>input:nth-child(6) {
	width: 100px;
	text-align: left;
}


.warehouseSelected {
	background: rgba(0,85,41,0.10) !important;
}

.functionRow {
	clear: both;
}

.hide {
	visibility: hidden;
}

/* Request Material List */
.requestList {
	padding: 20px;
}

.requestList td {
	padding: 5px;
}

.filtr {
	display: block;
	padding: 3px 10px;
	background: rgba(128,128,128,0.1);
}

.filtr ul {
	display: inline;
	list-style:  none;
	padding: 0px;
}

.filtr li {
	display: inline-block;
	text-align: center;
}

.filtr a {
	display: block;
	text-decoration: none;
	width:  80px;
	padding: 5px;
	border: 1px solid rgba(128,128,128,0.3);
}

.filtr a:hover {
	background: rgba(128,128,128, 0.5);
}

/* Pridavane polozky v servisu */
#todayMaterial {
	padding: 10px;
	border: 1px solid black;
	background: rgba(255,255,255,0.8);
	max-width: 93%;
}

#todayMaterial>h4 {
	padding: 3px 0px;
	margin: 0px;
}

#todayMaterial>div>div {
	display: inline-block;
	padding: 5px 0px;
}

#todayMaterial>div:hover {
	background: rgba(128,128,128,0.2) !important;
}

#todayMaterial>div:nth-child(even) {
	background: rgba(128,128,128,0.1);
}

#todayMaterial>div>div:nth-child(1) {
	padding-left: 5px;
	width: 495px;
}

#todayMaterial>div>div:nth-child(2) {
	width: 140px;
}

#todayMaterial>div>div:nth-child(3) {
	width: 80px;
	text-align: right;
	padding-right: 20px;
}

/* progress bar*/

.ticketProgressBar {
	position: absolute;
	bottom: 15px;
	left: 10px;
	border: 1px solid gray;
	height: 5px;
	overflow: hidden;
}

.ticketProgressBar>div {
	position:  relative;
	height: 100%;
	max-width: 100%;
}

.ticketProgressBar>span {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: red;
	opacity: 0.2;
}

/* KONTROLY */

.checkplaces {
	padding: 10px;
	margin: 10px;
	border: 1px solid gray;
	border-radius: 5px;
}

.checkplaces tr:nth-child(odd){
	background: rgba(128,128,128,0.2);
}

.checkplaces td {
	padding: 5px;
}

.checkplaces input {
	padding: 5px;
	border: 1px solid gray;
}

.checkplaces .hide {
	display: none;
}

.checkplaces td:nth-child(1), .checkplaces td:nth-child(4), .checkplaces td:nth-child(6) {
	text-align: center;
}

.checkplaces .checkProblem {
	background: rgba(255,0,4,0.3) !important;
}
/* PREHLEDY PRACE */
.overviewHour {
	border: 1px solid black;
	padding: 5px;
}

.overviewHour th {
	background: rgba(68,68,68,0.79);
	font-weight: bold;
	color: white;
	padding: 5px;
}

.overviewHour td {
	padding: 5px;
}

.overviewHour tr:nth-child(odd) {
	background: rgba(0,0,0,0.10);
}

.overviewHour tr:hover {
	background: rgba(255,126,0,0.25);
}

.overviewHour th:nth-child(4) {
	text-align: left;
}

.notApproved {
	opacity: 50%;
}

/* SKLADOVE PREHLEDY */
.StockOverview {
	padding: 10px;
	border: 1px solid black;
	background: rgba(128,128,128,0.05);
}

.StockOverview th {
	background: rgba(128,128,128,1);
	color:  white;
	text-align: left;
	padding: 5px;
}

.StockOverview tr:nth-child(odd) {
	background: rgba(128,128,128,0.1);
}

.StockOverview td {
	padding: 5px;
}

.StockOverview td {
	width: 100px;
	text-align: right;
}

.StockOverview td:nth-child(1) {
	width: 400px;
	text-align: left;
}

.negative {
	color: blue;
}

.positive {
	color: red;
}

.neutral {
	color: black;
}

/* inventurni mobilni app */
#itemMobileSearch {
	width: 80%;
	padding: 10px;
	border: 3px solid black;
	margin: 10px auto;
	font-size: 25px !important;
}

#mobileInventureList {
	font-size: 16px;
}

#mobileInventureList ul, #mobileInventureList li {
	list-style: none;
}

#mobileInventureList li {
	margin: 5px 0px;
	padding: 5px;
}

#mobileInventureList a {
	color: black;
}

.statusBar {
	display: block;
	padding: 10px;
	margin: 0px;
	border-bottom: 2px solid black;
	line-height: 140%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.green {
	background: rgba(0,171,51,0.64);
}

.red {
	background: rgba(173,0,2,0.64);
}

#itemDetails {
	font-size: 150%;
}

#itemDetails h1 {
	text-align: center;
}

#itemDetails label {
	display: inline-block;
	width:  100px;
	font-weight: bold;
}

#itemDetails input[type="text"], #itemDetails input[type="number"] {
	width: 80px;
	padding: 10px;
	font-size: 16px;
	border: 1px solid black;
	margin: 2px 0px;
}

#EAN {
		width: 150px !important;
	}

#itemDetails input[type="button"] {
	width: 100px;
	padding: 10px;
	font-size: 20px;
	border: 1px solid black;
	margin: 2px auto;
	background: rgba(255,175,59,1.00);
}

.big {
	background: rgba(128,128,128,0.2);
}

@media (max-width: 980px) {
	#itemDetails input[type="text"], #itemDetails input[type="number"] {
		width: 250px;
		height: auto;
		padding: 10px;
		font-size: 60px;
	}
	
	#EAN {
		width: 450px !important;
	}
	
	#itemDetails input[type="button"] {
		width: 250px;
		height: auto;
		padding: 10px;
		font-size: 60px;
	}
	
	#itemDetails {
		font-size: 4vw;
	}
	
	#itemDetails label {
		width: 150px !important;
		font-size: 25px !important;
	}
	
	.big {
		padding: 10px;
		line-height: 120%;
		font-size: 40px;
		font-weight: bold;
	}
	
	#clearSearch {
		font-size: 40px;
		padding: 10px;
		text-decoration: none;
		display: inline-block;
		background: rgba(128,128,128,0.2);
	}
	
	
}

/* OBECNE - ERRs atd */

.inputErr {
	border: 2px solid red !important;
}

/* STRANKOVANI */

.pagination {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
	margin: 20px;
}

.pagination a {
	padding: 6px 10px;
	background: #eee;
	text-decoration: none;
	border-radius: 4px;
	color: #333;
}

.pagination a:hover {
	background: #ccc;
}

.pagination strong {
	padding: 6px 10px;
	background: #333;
	color: #fff;
	border-radius: 4px;
}

