﻿
:root {
	--fs-naziv: 15px;
	--fs-status_border_radius: 7.5px;
	--fs-vreme: 12px;
	--fs-mesto: 10px;
	--fs-adresa: 10px;
}

.w_divA {
	box-sizing: border-box;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
	font-family: Source Sans Pro,sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	background-color: rgba(255,255,255,.87);
	color: rgba(0,0,0,.87);
}

.w_imgA {
	padding: 4px 3px;
	flex-basis: 11%;
	max-width: 11%;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}
.w_vremeA {
	flex-basis: 14%;
	max-width: 14%;
	padding: 4px 3px 4px 30px;
	color: #000;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-wrap: wrap;
}
.w_naslovA {
	color: #4a4a4a;
	padding: 0 15px;
	color: #000;
	flex-basis: 57.5%;
	max-width: 57.5%;
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
	text-wrap: wrap;
}
.w_mestoA {
	font-family: Source Sans Pro,sans-serif;
	font-size: 14px;
	line-height: 17px;
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	text-wrap: wrap;
}
.w_cenaOdA {
	flex-basis: 17.5%;
	max-width: 17.5%;
	padding-right: 40px;
	color: rgba(0,44,82,.49);
	box-sizing: border-box;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	-webkit-box-flex: 1;
	flex: 1 1 auto;
}

.w_img {
	width: 100px;
	height: 60px;
	border: 1px solid red;
	margin-left: 10px;
}
.w_naziv {
	font-size: var(--fs-naziv);
	padding-left: 10px;
	float:left;
}
.w_vreme {
	font-size: var(--fs-vreme);
	padding-left: 20px;
}

.w_mesto {
	font-size: var(--fs-mesto);
	padding-left: 20px;
}

.w_adresa {
	font-size: var(--fs-adresa);
	padding-left: 20px;
}
.w_naziv_sub {
	font-size: var(--fs-naziv);
	padding-left: 20px;
	float: left;
}

.w_vreme_sub {
	font-size: var(--fs-vreme);
	padding-left: 30px;
}

.w_mesto_sub {
	font-size: var(--fs-mesto);
	padding-left: 30px;
}

.w_adresa_sub {
	font-size: var(--fs-adresa);
	padding-left: 30px;
}

.normal-hr {
	background-color: #faab3a;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
}
.dashed-hr {
	border: none;
	height: 1px;
	background: #000;
	background: repeating-linear-gradient(90deg,#000,#000 6px,transparent 6px,transparent 12px);
	background-color: #faab3a;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.leg_label {
	color: #a0a076;
	text-align: right;
	padding: 2px;
	width: 20%;
	/*background-color:white;*/
}
.leg_input {
	/*color: #ffffff;*/
	text-align: left;
	padding: 2px;
	width: 30%;
	/*background-color: red;*/
}
.leg_opis {
	color: #ffffff;
	text-align: left;
	padding: 2px;
	width: 30%;
	font-family:Verdana;
	font-size:13px;
	/*background-color: orangered;*/
}
.leg_opis2 {
	color: #ffffff;
	text-align: left;
	padding: 2px;
	width: 20%;
	/*background-color: yellow;*/
}
.leg_input2 {
	width: 100%;
	font-size: 18px !important;
	/*background-color: palegreen;*/
}
.leg_tr {
	border: 1px solid black;
	border-collapse: collapse;
}


.lngICO {
	float: right;
	border: 2px solid #00b900;
	border-radius: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #00b900;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 2px;
	margin-left: 2px;
}

.jqx-grid-content {
	z-index: 300 !important;
}  


.gridCollaps {
	height:33px!important;
}

.BGPattern {
    background-color: #ffffff;
    background-image: url('../images/bg-pattern.png');
    background-repeat: repeat;
    background-position: top left;
    background-attachment: scroll;
    height: calc(100% - 0px);
	/*margin-bottom: 5px;*/
}

.pnlgenClass {
	margin: 0 5px 5px 5px;
	border: 1px solid gray;
	width: calc(100% - 10px);
	border-radius: 8px;
	padding-bottom: 5px;
	background-color: #ffffff;
	background-image: url('../images/bg-pattern.png');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}
.VAL_NOK {
	/*background-color: yellow!important;*/
	border:2px solid red !important;
}

.BGPatternOnly {
	background-color: #ffffff;
	background-image: url('../images/bg-pattern.png');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
}
.controls_label {
	float: right;
	text-align: right;
	margin-top: 4px;
	margin-right: 15px
}

.btn-toolbar, .sw-toolbar, .sw-toolbar-top, .justify-content-end {
    position: fixed;
    z-index: 1500;
    top: 55px;
    right: 1px;
    margin-right: -8px;
}
.stoPostoDa {
	background: green;
	overflow:hidden;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 4px;
	color: wheat;
}
.stoPostoNe {
	background: brown;
	overflow: hidden;
	margin: 0px;
	width: 100%;
	height: 100%;
	padding: 4px;
	color: wheat;
}


.sw-container, .tab-content {
	top: 60px;
}

.unicol {
	width: 100%;
	height: 50px;
	/*height: 33px;*/
	/*border: 1px solid black;*/
	display: flex;
	white-space: normal;
}

	.unicol div {
		/*-webkit-flex: 1;*/ /* Safari 6.1+ */
		/*-ms-flex: 1;*/ /* IE 10 */
		flex: 1;
		/*margin-bottom: -2px;*/
	}

.unicolPopup {
	width: 100%;
	height: 50px;
	/*height: 33px;*/
	/*border: 1px solid black;*/
	display: flex;
}

	.unicolPopup div {
		-webkit-flex: 1; /* Safari 6.1+ */
		-ms-flex: 1; /* IE 10 */
		flex: 1;
		margin-bottom: 0px;
	}

.unicol_2 {
	width: calc(100% - 10px);
	/*height: 33px;*/
	/*border: 1px solid black;*/
	padding-top: 3px;
	padding-bottom: 3px;
	display: -webkit-box;
}

.unicol_2 div {
		-webkit-flex: 1; /* Safari 6.1+ */
		-ms-flex: 1; /* IE 10 */
		flex: 1;
	}


.infoCell {
	float: right;
	margin-right: 2px;
	background-color: gray;
	border-radius: 7px;
	width: 14px;
	height: 14px;
	text-align: center;
	color: white;
	/*border: 1px solid darkseagreen;*/
	/*font-size: 0.8em;*/
	font-size: 11px;
	font-weight: bold;
	cursor: help;
	margin-top: 4px;
	/*font-family: sans-serif;*/
	margin-top: 1px !important;
}

.histCell {
	float: right;
	margin-right: 2px;
	background-color: #5cb85c;
	border-radius: 4px;
	width: 18px;
	height: 18px;
	text-align: center;
	color: white;
	/* border: 1px solid #0100ff; */
	font-size: 0.8em;
	cursor: pointer;
	/* margin-top: 4px; */
	font-family: sans-serif;
	margin-top: 1px !important;
	/* margin-bottom: 0px !important; */
	line-height: 15px;
}

.Zrequired {
	float: left;
	background: url('../images/RedAsterisk.png') no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	background-size: contain;
	margin-top: 3px;
	margin-left: auto;
	margin-bottom: 2px !important;
}

.Zsuccessed {
    float: left;
    background: url('../images/GreenCheckMark.png') no-repeat;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    background-size: contain;
    margin-top: 8px;
}

.Zrequired_2 {
	/*float: left;*/
	background: url('../images/RedAsterisk.png') no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	background-size: contain;
	margin-top: 3px;
	margin-left: auto;
}

.Zsuccessed_2 {
	/*float: left;*/
	background: url('../images/GreenCheckMark.png') no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	background-size: contain;
	margin-top: 8px;
	margin-left: auto;
}


.Lerror {
	color: red;
}
.Lsuccessed {
	color: rgb(0,185,0);
}

.markRow {
	color: #b90f0f !important;
}

.red {
	background: red;
}

.blue {
	background: blue;
}

.yellow {
	background: yellow;
}

.green {
	background: green;
}


.pera {
	margin-top: -5px;
	margin-right: 0px !important;
	background-color: red;
}

#pdfdiv_content {
	width: 99%;
	height: 99%;
	border: 1px solid #0000FF;
	position: relative;
}

.w100 {
	width: 99%;
	position: absolute;
	height: 99%;
}

body, html {
	width: 100%;
	/*height: calc(100% - 12px);*/
	padding: 0;
	box-sizing: border-box;
	margin: 0;
}

.taMessageDiv {
	height: calc(100% - 375px);
	width: 98.2%;
	margin-left: 3px;
}

.displayNone {
	visibility: hidden;
}

.WindowsHeader {
	width: 100%;
	border-bottom-width: 0 !important;
}

.WindowsHeaderText {
	width: 70%;
}

.WindowsCloseBtnDiv {
	width: 30% !important;
	text-align: right;
	display: block !important;
}

.WindowsCloseBtn {
	height: 20px !important;
	padding-top: 1px !important;
}


.ExtraLabel {
    text-align: center !important;
    background-color: gray !important;
    color: white !important;
    font-weight: 700;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: none;
}

.ClearRightRadius {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.Uradjeno_OK {
    /* border: 1px solid gray; */
    color: rgb(0,185,0);
    /* background-color: #5cb85c; */
    width: 100%;
    padding: 4px;
    /* margin-bottom: 1px; */
    border-left: 1px solid gray;
    display: flex;
    border-top: 1px solid gray;
    line-height: 20px;
}

.Uradjeno_OK_Check {
	width: 15px;
	height: 15px;
	margin-top: 5px;
	margin-left: auto;
}


.Uradjeno_NOK {
	border-left: 1px solid gray;
	display: flex;
	color: brown;
	width: 100%;
	padding: 4px;
	/* margin-bottom: 1px; */
	border-top: 1px solid gray;
	line-height: 20px;
	margin-left: auto;
}




.btn_access {
	font-size: 1.5rem;
	height: 25px;
	margin-top: 7px;
	margin-left: 2px;
	line-height: 5px;
}


.BtnExcel {
    right: 1px;
    float: right;
    margin-left: 5px !important;
}


.widthAuto{
    /*width:320px !important;*/
    width:auto !important;
}

.lineHolder {
	width: 100%;
	background-color: #cccccc;
	text-align: left;
	display: flex;
	font-weight: bold;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-top:4px;
}

.sap_btn {
	width: 150px;
	height: 50px;
	/*text-align: center;*/
	border: 1px solid black;
	border-radius: 5px;
	/*padding-top: 15px;*/
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	color: white;
	font-weight: 700;
	align-items: center;
	display: flex;
}

.sap_btn_red {
	background-color: rgba(216,13,13, 0.8);
}
	.sap_btn_red:hover {
		background-color: rgba(216,13,13,1);
	}

.sap_btn_green {
	background-color: rgba(10,150,10, 0.8);
}
	.sap_btn_green:hover {
		background-color: rgba(10,150,10,1);
	}

.sap_btn_blue {
	background-color: rgba(18,18,197, 0.8);
}
	.sap_btn_blue:hover {
		background-color: rgba(18,18,197,1);
	}

.sap_btn_orange {
	background-color: rgba(234,175,24, 0.8);
}
	.sap_btn_orange:hover {
		background-color: rgba(234,175,24,1);
	}


.qd_btn {
	width: 40%;
	pointer-events: all;
	touch-action: none;
	/*background-color: green;*/
	border: none;
	color: white;
	padding: 11px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px auto;
	border-radius: 4px;
}

.zakonHeadStyle {
	background-color: #e4e4bc;
}
.voziloStyleKriticno {
	background-color: indianred;
}

.voziloStyleUskoroKriticno {
	background-color: #e4e4bc;
}

.voziloStyleStatusNijeURadu {
	background-color: #8ea6e2;
}
