*{
	margin:0;
	padding:0;
}
body{
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:14px;
	background:#f4f4f4 url(../images/bg.gif) repeat top left;
	color:#333;
	text-shadow:1px 1px 1px #fff;
	overflow-y:scroll;
}
h1{
	font-size:56px;
}
h2{
	font-size:20px;
	padding:0px 0px 40px 0px;
	color:#aaa;
}
h2 span{
	color:#ffa800;
}
a{
	color:#777;
}
a:hover{
	color:#222;
}
p{
	padding:5px 0px;
}
.wrapper{
	width:1100px;
	margin:20px auto;
	min-height:550px;
}
.box{
	width:49%;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
a.back{
	color:#777;
	position:fixed;
	top:5px;
	right:10px;
	text-decoration:none;
}
/* Form Style */
.form_wrapper{
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	width:350px;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;
}
.form_wrapper h3{
	padding:20px 30px 20px 30px;
	background-color:#444;
	color:#fff;
	font-size:25px;
	border-bottom:1px solid #ddd;
}
.form_wrapper form{
	display:none;
	background:#fff;
}
.form_wrapper .column{
	width:47%;
	float:left;
}
form.active{
	display:block;
}
form.login{
	width:350px;
}
form.register{
	width:550px;
}
form.forgot_password{
	width:300px;
}
.form_wrapper a{
	text-decoration:none;
	color:#777;
	font-size:12px;
}
.form_wrapper a:hover{
	color:#000;
}
.form_wrapper label{
	display:block;
	padding:10px 30px 0px 30px;
	margin:10px 0px 0px 0px;
}
input[type="text"], input[type="password"], select, #relacija, textarea, #zacetni {
	border: solid 1px #E5E5E5;
	background: #FFFFFF;
	margin: 5px 30px 20px 30px;
	padding: 9px;
	display:block;
	font-size:16px;
	width:76%;
	background: 
		-webkit-gradient(
			linear,
			left top,
			left 25,
			from(#FFFFFF),
			color-stop(4%, #EEEEEE),
			to(#FFFFFF)
		);
	background: 
		-moz-linear-gradient(
			top,
			#FFFFFF,
			#EEEEEE 1px,
			#FFFFFF 25px
			);
	-moz-box-shadow: 0px 0px 8px #f0f0f0;
	-webkit-box-shadow: 0px 0px 8px #f0f0f0;
	box-shadow: 0px 0px 8px #f0f0f0;
}
input[type="text"]:focus,
input[type="password"]:focus{
	background:#feffef;
}
.form_wrapper .bottom{
	background-color:#444;
	border-top:1px solid #ddd;
	margin-top:20px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.form_wrapper .bottom a{
	display:block;
	clear:both;
	padding:10px 30px;
	text-align:right;
	color:#ED1A3A;
	text-shadow:1px 1px 1px #000;
}
.form_wrapper a.forgot{
	float:right;
	font-style:italic;
	line-height:24px;
	color:#ED1A3A;
	text-shadow:none;
}
.form_wrapper a.forgot:hover{
	color:#000;
}
.form_wrapper div.remember{
	float:left;
	width:140px;
	margin:20px 0px 20px 30px;
	font-size:11px;
}
.form_wrapper div.remember input{
	float:left;
	margin:2px 5px 0px 0px;
}
.form_wrapper span.error{
	visibility:hidden;
	color:red;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.form_wrapper input[type="submit"] {
	background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-family: "Trebuchet MS", "Myriad Pro", sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 150px;
	cursor:pointer;
	float:right;
	margin:15px 20px 10px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.form_wrapper input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}

.error_geslo {
    color: red;
    padding-left: 30px;
    padding-top: 5px;
    width: 100%;
}

.message {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ed1a3a;
    color: #5a5870;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    width: 500px;
}

.wrapper_prijavljen {
    width: 100%;
}

.logo {
    float: left;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-top: 20px;
    width: 205px;
}

.meni {
    float: left;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
}

.meni a.first {
    margin-left: 0;
}

.meni a {
    color: #5a5870;
    font-size: 13px;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

.glava {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    max-width: 1100px;
    overflow: hidden;
}

.pregled_wrapper {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ccc;
    margin: 20px auto;
    max-width: 1100px;
    overflow: hidden;
    padding-top: 10px;
}

.pregled_wrapper_obroki {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ccc;
    margin: 20px auto;
    max-width: 1100px;
    overflow: hidden;
}

.meni a:hover, .meni_neadmin a:hover {
    color: #ed1a3a !important;
}

.meni a.active, .meni_neadmin a.active {
    color: #ed1a3a !important;
}

.tabela_pregled {
    color: #5a5870;
    font-size: 12px;
    padding: 10px 5px;
    width: 100%;
}

.prva_vrstica {
    font-size: 15px;
    font-weight: bold;
}

.prva_vrstica > td {
    padding-bottom: 10px !important;
    padding-top: 0 !important;
}

.tabela_pregled td {
    padding-bottom: 5px;
    padding-top: 5px;
}

.tabela_pregled tr {
    border-bottom: 1px solid #5a5870;
    display: inline-table;
    height: 42px;
    width: 100%;
}

.gumb {
    background-color: #ed1a3a;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 11px !important;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: none !important;
}

.gumb_zakljuceno {
    border: medium none;
    color: #ed1a3a;
    float: left;
    font-size: 15px;
    height: 21px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: none !important;
    width: 24px;
}

.tst {
    width: 6%;
}

.tuporabnik {
    width: 15%;
}

.tvozilo {
    width: 17%;
}

.trelacija {
    width: 16%;
}

.todhod {
    width: 15%;
}

.tprihod {
    width: 15%;
}

.tsopotnik {
    width: 5%;
}

.wrapper_vnosa {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 1100px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.wrapper_vnosa_potrjevanje {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ED1A3A;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 1100px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
}

.error_message {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ed1a3a;
    color: #5a5870;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-width: 1100px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.wrapper_vnosna_polja input, .wrapper_vnosna_polja select {
    margin-bottom: 20px;
}

.label_vnosno {
    font-size: 15px;
    margin-left: 30px;
}

.wrapper_submit {
    margin-left: 30px;
}

.wrapper_submit input {
    margin-right: 10px;
}

.wrapper_vnosna_polja input[type="text"], .wrapper_vnosna_polja input[type="password"], .wrapper_vnosna_polja select, #relacija, .wrapper_vnosna_polja select, #zacetni{
    font-size: 14px !important;
    padding: 5px !important;
    width: 60% !important;
}

.potrjevanje {
    margin-left: 30px;
    margin-top: 10px;
}

.potrjevanje input {
    margin-right: 20px;
}

.dodajanje, .dodajanje_avans {
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 20px;
}

.dodajanje input {
    font-size: 17px !important;
}
.tuporabnisko {
    width: 20%;
}

.temail {
    width: 20%;
}

.sprememba_geslo {
    margin-bottom: 20px;
    margin-left: 30px;
}

.ui-corner-all
{
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget-content
{
    border: 1px solid #e5e5e5;
    color: #5a5870;
    background-color: #fff;
}

.ui-widget
{
    font-family: Verdana,Arial,sans-serif;
    font-size: 15px;
}

.ui-menu
{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 2px;
}

.ui-autocomplete
{
    cursor: default;
    position: absolute;
}

.ui-menu .ui-menu-item
{
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item a
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    cursor: pointer;
    background-color: Green;
}

.ui-menu .ui-menu-item a:hover
{
    display: block;
    padding: 3px 3px 3px 3px;
    text-decoration: none;
    color: White;
    cursor: pointer;
    background-color: ButtonText;
}

.ui-widget-content a
{
    color: #222222;
}

.filter_wrapper .label_vnosno {
    font-size: 13px;
    margin-left: 10px;
}

.filter_wrapper input[type="text"], .filter_wrapper select {
    font-size: 12px !important;
    margin: 0 0 0 10px;
    padding: 2px;
    width: 100%;
}

.filter_wrapper .gumb {
    margin-top: 14px;
}

.filter_wrapper > form {
    float: left;
    width: 100%;
}

.datum_filter, .wrapper_izbira, .wrapper_izbira_podjetje {
    float: left;
    margin-right: 15px;
    width: 22%;
}

.tuporabnik > img {
    float: left;
    margin-right: 5px;
    position: relative;
    top: -5px;
}

.ime_sopotnik {
    margin-top: 5px;
}

.wrapper_vnosna_polja input[type="checkbox"] {
    margin-left: 30px;
}

.sopotnik_znak {
    background-color: #ed1a3a;
    border-radius: 50px;
    color: #fff;
    display: inline;
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
}

.sopotnik_znak:hover:after {
    background: none repeat scroll 0 0 rgba(90, 88, 112, 0.9);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    font-weight: normal;
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    width: 280px;
    z-index: 98;
}

.gumb_sopotnik {
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid #5a5870;
    border-radius: 50px;
    box-shadow: none !important;
    cursor: pointer;
    height: 24px;
    margin-left: 5px;
    text-align: center;
    width: 24px;
}

.gumb_uredi {
    background-color: #fff;
    background-image: url("/images/pencil43.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.gumb_zakljuci {
    background-color: #fff;
    background-image: url("/images/schedule.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.gumb_zakljuci_red {
    background-color: #fff;
    background-image: url("/images/schedule_red.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.gumb_izpis {
    background-color: #fff;
    background-image: url("/images/magnifier.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 24px;
    margin-left: 5px;
    width: 24px;
}

.gumb_strosek {
    background-color: #fff;
    background-image: url("/images/add.png");
    background-position: center center;
    background-repeat: no-repeat;
    border: medium none !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 24px;
    margin-left: 5px;
    width: 24px;
}

.gumb_relacije {
    background-color: #fff;
    background-image: url("/images/route.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: medium none !important;
    box-shadow: none !important;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.gumb_odpri {
    background-color: #fff;
    border: medium none !important;
    box-shadow: none !important;
    color: #ed1a3a;
    cursor: pointer;
    font-size: 15px;
    height: 24px;
    width: 24px;
}

.gumb_izbrisi {
    background-color: #fff;
    background-image: url("/images/recycle43.png");
    background-repeat: no-repeat;
    border: medium none !important;
    box-shadow: none !important;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.tgumbi > form {
    float: left;
}

.tgumbi {
    width: 18%;
}

.turedi, .tbrisi {
    width: 10%;
}

.tvaluta {
    width: 7%;
}

.tdrzava {
    width: 20%;
}

.tdatumr {
    width: 10%;
}

.tkrajsa, .tsrednja, .tpolna {
    text-align: right;
    width: 10%;
}

.ui-widget-header {
    background-color: #fff !important;
    background-image: none !important;
    border: medium none !important;
}

.ui-widget {
    font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif !important;
    font-size: 17px;
}

.tzajtrk, .tkosilo, .tvecerja {
    font-size: 12px !important;
    padding-right: 10px;
    width: 11%;
}

.tgumbi_odstotek {
    width: 3%;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px !important;
}

.napis_dnevnice {
    font-size: 17px;
    padding-left: 10px;
    padding-top: 20px;
}

.napis_nastavitve {
    font-size: 17px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tzajtrksl {
    display: block;
    float: left;
    width: 201px;
}

.logiran {
    color: #5a5870;
    float: right;
    font-size: 13px;
    margin-right: 10px;
    margin-top: 20px;
}

.bar {
    height: 18px;
    background: green;
}

.tnaziv {
    width: 15%;
}

.tvrednost {
    padding-right: 20px;
    text-align: right;
    width: 10%;
}

.topomba {
    width: 20%;
}

.tpriponka {
    width: 20%;
}

/**:before, *:after {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

input[type="file"] {
    display: block;
}

.fileupload-buttonbar .btn, .fileupload-buttonbar .toggle {
    margin-bottom: 5px;
}

.fileinput-button {
    overflow: hidden;
    position: relative;
}

.btn-success {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    margin-bottom: 20px !important;
    margin-left: 30px;
    margin-top: 20px;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.glyphicon-plus:before {
    content: "+";
}

.glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    top: 1px;
}*/

.datoteke {
    margin-left: 30px;
    margin-top: 10px;
}

.tdelovno {
    width: 20%;
}

.wrapper_izpis {
    background-color: #fff;
    box-shadow: 1px 1px 7px #ccc;
    margin: 20px auto 20px;
    padding-bottom: 1px;
    padding-top: 20px;
    width: 1100px;
}

.wrapper_okvir {
    border: 2px solid;
    margin: 10px;
    padding-top: 10px;
}

.firma {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 10px;
}

.st_potni {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.zaposleni, .naslov, .relacija_izpis, .namen, .cas, .predujem, .zakljuceno {
    margin-bottom: 15px;
    padding-left: 10px;
}

.cas_potovanja, .znesek_predujem {
    float: left;
    margin-right: 50px;
}

.napis_obracun {
    border-bottom: 1px solid;
    border-top: 1px solid;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
}

.obracun, .obracun_ostalo, .prevoz, .podatki {
    color: #000 !important;
    font-size: 14px;
    width: 100%;
}

.obracun td, .obracun_ostalo td, .prevoz td, .podatki td {
    border: 1px solid;
    padding-left: 5px;
}

.codhod, .dprihod, .cob {
    width: 13%;
}

.obracun th {
    border: 1px solid;
    padding-left: 5px;
    text-align: left;
}

.zneski {
    font-weight: bold;
    padding-right: 25px;
    text-align: right !important;
    width: 10%;
}

.obisk {
    width: 15%;
}

.naziv_strosek {
    font-weight: bold;
    width: 80%;
}

.strosek_prazen {
    width: 10%;
}

.prevozod, .prevozdo, .prazen {
    width: 30%;
}

.predplacilo_dne {
    float: left;
    margin-right: 50%;
}

.tdatumo, .tzajtrko, .tkosiloo, .tvecerjao {
    display: table;
    float: left;
    vertical-align: middle !important;
    width: 85px;
}

.tzajtrko, .tkosiloo, .tvecerjao {
    text-align: center;
}

.pregled_wrapper_obroki .gumb {
    margin-bottom: 10px;
    margin-left: 10px;
}

.nazaj {
    margin: 20px auto !important;
    max-width: 1100px;
}

.vrsta_vozil > input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.nazaj .gumb {
    font-size: 18px !important;
    margin-left: 10px;
}

.nazaj .gumb:hover {
    color: #fff !important;
}

.napis_disabled {
    font-size: 17px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-top: 5px;
}

.meni_neadmin {
    float: right;
    margin-right: 10px;
    margin-top: 122px;
    text-align: right;
    width: 75%;
}

.meni_neadmin a {
    color: #5a5870;
    font-size: 13px;
    margin-left: 25px;
    text-decoration: none;
    text-transform: uppercase;
}

.tgumbi_small {
    width: 5%;
}

.tnaziv_vrsta {
    width: 95%;
}

.tgumbi_small > form {
    float: left;
}

.natisni .gumb {
    font-size: 15px !important;
    margin-left: 10px;
}

.tabela_pregled tr.brisano {
    color: #ed1a3a !important;
}

.datum_odhoda #datetimepicker_odhod, .datum_prihoda #datetimepicker_prihod {
    float: left;
    width: 20% !important;
}

.datum_odhoda #odhod_cas, .datum_prihoda #prihod_cas {
    width: 10% !important;
}

.datum_brez_cas {
    float: left;
    font-size: 17px;
    margin-left: 30px;
    margin-right: 15px;
    position: relative;
    top: 9px;
}

.trazdalja, .tprevozno {
    width: 15%;
}

.trel {
    width: 30%;
}

.vrsta_vozil {
    float: left;
    margin-left: 30px;
    width: 100%;
}

.ui-helper-hidden-accessible {
    display: none;
}

.radiob {
    float: left;
    margin-right: 20px;
}

.radiob > input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.relacije {
    font-size: 14px;
    width: 100%;
}

.pager {
    float: left;
    padding-bottom: 20px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}

.pager > a {
    color: #5a5870;
    font-size: 13px;
    padding: 10px;
    text-decoration: none;
}

.pager > a.active_pager {
    color: #ed1a3a;
}

.pager > a:hover {
    color: #ed1a3a !important;
}

.tabela_pregled tr.danes {
    color: blue;
}

.tabela_pregled tr.zakljucen {
    color: green;
}

.sum_razdalja_filter {
    float: left;
    margin-top: 15px;
    width: 100%;
}

.tabela_pregled tr.sum_prva {
    font-weight: bold;
}

.tst_sum {
    width: 10%;
}

.tuporabnik_sum {
    width: 80%;
}

.trazdalja_sum, .trazdalja_sumprva {
    padding-right: 10px;
    text-align: right;
    width: 10%;
}

.trazdalja_podrobno_sum {
    font-size: 13px;
    padding-right: 10px;
    text-align: right;
    width: 10%;
}

.tst_sumprva {
    width: 10%;
}

.tprazen_sum {
    width: 40%;
}

.tuporabnik_sumprva {
    width: 30%;
}

.tvozilo_sumprva, .tvozilo_sum {
    width: 20%;
}

.trelacija_sumprva, .trelacija_sum {
    width: 30%;
}

.tskupaj_sum {
    text-align: right;
    width: 90%;
}

.tskupaj_podrobno_sum {
    font-size: 13px;
    text-align: right;
    width: 90%;
}

.zadnja_sum {
    font-size: 15px;
    font-weight: bold;
}

.natisni_izpis {
    margin-top: 10px;
}

.ui-widget-content {
    border: medium none !important;
}

.uporabnik_izpis {
    font-weight: bold;
}

.topis_izpis {
    text-align: right;
    width: 30%;
}

.tznesek_izpis {
    padding-right: 55%;
    text-align: right;
    width: 70%;
}

.topis_koncni {
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    width: 30%;
}

.tznesek_koncni {
    font-size: 16px;
    font-weight: bold;
    padding-right: 55%;
    text-align: right;
    width: 70%;
}

.tuporabnik_izpisprva {
    width: 20%;
}

.topis_izpisprva {
    text-align: right;
    width: 10%;
}

.tznesek_izpisprva {
    padding-right: 55%;
    text-align: right;
    width: 70%;
}

.tdirektor {
    text-align: left;
    width: 30%;
}

.izpis_nalogov .tst {
    width: 5%;
}

.izpis_nalogov .tuporabnik {
    width: 9%;
}

.izpis_nalogov .tvozilo {
    width: 11%;
}

.izpis_nalogov .todhod, .izpis_nalogov .tprihod {
    width: 8%;
}

.relacija_kraji {
    float: left;
    margin-right: 5px;
    width: 285px;
}

.izpis_nalogov .trelacija {
    width: 28%;
}


.razdalja_izpis {
    float: left;
    width: 70px;
}

.vrednost_izpis {
    float: right;
    width: 50px;
}

.izpis_zadnji {
    font-weight: bold;
    padding-right: 12px;
    text-align: right;
}