
html, body {
    height: 100%;
    font-family: Arial;
    font-size:12px;
    margin:0;
    text-align:center;
    background-color: #dedede;
}

.bg {
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-image: url(images/bg_interseroh.jpg);
    background-size: cover;
    overflow:scroll;
}

input,select {
    padding:3px;
}

#wrap {
    min-height: 100%;
    margin: 0 auto;
    width: 960px;
    min-height:100%;
    background-color: #ffffff;
}

#main {overflow:auto;
	padding-bottom: 50px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -50px; /* negative value of footer height */
	height: 50px;
	clear:both;
        -moz-box-shadow: 0px 5px 10px #ccc;
        -webkit-box-shadow: 0px 5px 10px #ccc;
        box-shadow: 0px 5px 10px #ccc;
        }
.footer_text {
    padding-top:10px;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#header {
  background-image: url(images/top.png);  
  background-repeat: no-repeat;
  background-position: 0px 20px;
  width:960px;
  margin:0px auto 10px auto;
  height:150px;
  position:relative;
}
#header_new {
  background-image: url(images/top_hr.png); 
  background-repeat: no-repeat;
  background-position: 0px 20px;
  width:960px;
  margin:0px auto 10px auto;
  height:150px;
  position:relative;
}
#header_contact {
    position:absolute;
    top:50px;
    right:20px;
    text-align:right;
    color: #183362;
}
#header_logo {
    position:absolute;
    top:30px;
    left:20px;
    width:160px;
    height:110px;
}
#container {
  text-align: left;
  width:960px;
  margin:45px auto;
}

#footer {
  background-color:#eee;
  width:960px;
  margin-left: auto;
  margin-right: auto;
  padding-top:20px;
}
/*------------------------------------------*/

#content {
    position:relative;
    width:930px;
    margin:0px 15px 20px 15px;  
    min-height:600px;
}

table {
    margin-bottom:20px;
}
td {
    font-size:12px;
    color:#444444;
    border-bottom: 1px dashed #cccccc;
    padding:5px;
}
img {border:none;}
.no_border {
    border:none;
}
.lb {
    border-left:1px dashed #cccccc;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.hidden {
     display:none;
     visibility:hidden;
}
.visible {
     display:block;
     visibility:visible;
}
.tr_hidden {
     display:none;
     visibility:hidden;
}
.tr_visible {
     display:table-row;
     visibility:visible;
}
.hand {
	cursor:pointer;
	cursor:hand;
}
.row_hidden {
    display:none;
    visibility:hidden;
}
.row_visible {
    display:table-row;
    visibility:visible;
}
h1,h2,h3,h4 {
  margin:0;
  margin-bottom:5px;
  margin-top:15px;
  color:#183362;
}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:12px;}

.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

.w20 {width:20px;}
.w80 {width:80px;}
.w100 {width:100px;}
.w150 {width:150px;}
.w200 {width:200px;}
.w300 {width:300px;}
.w500 {width:500px;}
.w910 {width:910px;}
.w100perc {width:100%;}
.margin10 {margin:10px}
.margin20 {margin:20px}
.margintop10 {margin-top:10px;}
.margintop20 {margin-top:20px;}
.marginright10 {margin-right:10px;}
.marginright20 {margin-right:20px;}
.marginleft20 {margin-left:20px;}
.marginleft10 {margin-left:10px;}
.marginbottom10 {margin-bottom:10px;}
.marginbottom20 {margin-bottom:20px;}
.marginbottom3 {margin-bottom:3px;}
.spacer10 {width:100%;height:10px;}

.newline {
  width:100%;
  height:10px;
  display:inline-block;
}
.newline1 {
  width:100%;
  height:1px;
  display:inline-block;
}

.check {
	background-image:url(images/check.png);
	width:20px;
	height:20px;
}
.nocheck {
	background-image:url(images/no-check.png);
	width:20px;
	height:20px;
}
.checkbw {
	background-image:url(images/check_bw.png);
	width:20px;
	height:20px;
}
.padding3 {
    padding:3px;
}
.padding5 {
    padding:5px;
}
.padding10 {
    padding:10px;
}
.padding15 {
    padding-left:15px;
    padding-right:15px;
}
.text8 {font-size:8px;}
.text9 {font-size:9px;}
.text10 {font-size:10px;}
.text15 {font-size:15px;}
.text18 {font-size:18px;}

.red {
    color:#aa0000;    
}
.white {
	color:#ffffff;
}
.bgred {
    background-color:#aa0000;
	color:#ffffff;
}
.light_green {
	background-color:#c6f0b7;
}
.green {
    color:#00aa00;
}
.blue_text {
    color:#4477aa;
}
.black_text {
    color:#444444;
}
.yellow {
    background-color:#ffffaa;
}
.gray {
    background-color:#dedede;
}
.blue {
    background-color:#183362;
}
.light_blue1 {
    background-color:#42BCE5;
}
.light_blue {
    background-color:#42BCE5;
}
.strong_yellow {
    background-color:#ffce00;
}
.underline {
	text-decoration: underline;
}
.bold {
    font-weight:bold;
}
.italic {
    font-style: italic;
}
.right {
    text-align:right;
    margin-right:5px;
}
.glow {
    -moz-box-shadow: 0px 0px 30px #666;
    -webkit-box-shadow: 0px 0px 30px #666;
    box-shadow: 0px 0px 30px #666;
}
.shadow {
    -moz-box-shadow: 0px 0px 10px #ccc;
    -webkit-box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0px 0px 10px #ccc;
}
.dark_shadow {
    -moz-box-shadow: 0px 0px 10px #555;
    -webkit-box-shadow: 0px 0px 10px #555;
    box-shadow: 0px 0px 10px #555;
}
.rounded {
  border-radius:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.logo {
    width:96px;
    height:51px;
    background-image: url(images/interzero.png);
    background-repeat: no-repeat;
}
.bottom_border {
    float:left;
    border-bottom: 1px solid #999999;
    width:930px;
    height:1px;
    margin-bottom:20px;    
}
.naslov {
    width:500px;
    
    float:left;    
}
.stranka,.svetovalec {
    /*width:420px;
    height:20px;
    padding-top:10px;
    float:right;*/
	width:360px;
	height:20px;
    text-align:right;
    font-weight: bold;
	position:absolute;
	right:10px;
	top:10px;
	z-index:10;
}
.stranka_details {
    position:absolute;
    width:420px;
    height:0px;
    top:20px;
    right:15px;
    text-align:right;
    background-color: #eee;
    padding:0px;
    overflow:hidden;
    z-index:999;
}
.stranka_close {
    width:16px;
    height:16px;
    background-image: url(images/x.png);
    background-repeat: no-repeat;
    position:absolute;
    top:145px;
    right:5px;
    cursor:pointer;
    cursor:hand;
}
.stranka_more {    
    width:16px;
    height:16px;
    background-image: url(images/down.png);
    background-repeat: no-repeat;
    float:right;
    margin-left:5px;
	z-index:99;
}
.opombe {
    width:100%;
    height:100px;
    border:1px solid #cccccc;
    overflow:scroll;
}
.ostale {
    width:100%;
    height:50px;
    border:1px solid #cccccc;
    overflow:scroll;
}
#gumb {
    padding:10px 10px 10px 10px;
    background-color:#dedede;
    font-size:16px;
    float:right;
    color:#000;
    text-decoration:none;
    cursor:pointer;
    cursor:hand;
}
#gumb:hover {
    padding:10px 10px 10px 10px;
    background-color:#ffce00;
    font-size:16px;
    float:right;
    text-decoration:none;
}
#gumb_small {
    padding:10px 20px 10px 20px;
    background-color:#dedede;
    font-size:12px;
    float:right;
    color:#000;
    text-decoration:none;
    cursor:pointer;
    cursor:hand;
}
#gumb_small:hover {
    padding:10px 20px 10px 20px;
    background-color:#ffce00;
    font-size:12px;
    float:right;
    text-decoration:none;
}
#gumb_mini {
    padding:3px 6px 3px 6px;
    background-color:#dedede;
    font-size:16px;
    float:right;
    color:#000;
    text-decoration:none;
    cursor:pointer;
    cursor:hand;
    margin: 2px 10px 10px 0px;    
}
#gumb_mini:hover {
    background-color:#ffce00;
}
.number {
    width:140px;
    height:20px;
    border:1px dashed #aaaaaa;
    background-color:#eeeeee;
    text-align:right; 
}
.number_narrow {
    width:80px !important;    
}
.number_ee {
    width:94%;
    height:20px;
    border:1px solid #aaaaaa;
    background-color:#bbddff;
    text-align:right;
    font-family: Arial Narrow, Arial;
    font-size:13px;
}
.number_ee_input {
    width:94%;
    height:20px;
    border:1px dashed #aaaaaa;
    background-color:#bbddff;
    text-align:right;
    font-family: Arial Narrow, Arial;
    font-size:13px;
}
.number_ee_white {
    width:94%;
    height:20px;
    border:none;
    background-color:#ffffff;
    text-align:right;
    font-family: Arial Narrow, Arial;
    font-size:13px;
}
.text_country {
	width:90%;
}
.condensed {
    font-size:13px;
    font-family: Arial Narrow, Arial;
}
.number_blue {
    width:140px;
    height:20px;
    border:1px dashed #777777;
    background-color:#bbbbbb;
    text-align:right; 
}
.suma {
    width:140px;
    height:20px;
    border:1px dashed #777777;
    background-color:#bbbbbb;
    text-align:right;    
}
.sumaKosi {
    width:140px;
    height:20px;
    border:1px dashed #777777;
    background-color:#bbbbbb;
    text-align:right;    
}
.solid_border {
    border:1px solid #cccccc;
}
.td_med {
    padding-top:8px;
    padding-bottom:8px;
}
.td_hi {
    padding-top:16px;
    padding-bottom:16px;
}
.prijava {
    width:300px;
    height:20px;
    border:1px solid #aaaaaa;
    background-color:#eeeeee;
    text-align:left;    
}
.prijava_middle {
    width:160px;
    height:20px;
    border:1px solid #aaaaaa;
    background-color:#eeeeee;
    text-align:left;    
}
.prijava_short {
    width:80px;
    height:20px;
    border:1px solid #aaaaaa;
    background-color:#eeeeee;
    text-align:left;    
}
#notification {
    background-color:#cccccc;
    position:absolute;
    width:100%;
    height:50px;
    top:-100px;
    padding-top:20px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    z-index:99
}
#msgbox {
	background-color:#0055aa;
	color:#ffffff;
    position:fixed;
    width:100%;
    height:50px;
    top:0px;
    padding-top:20px;
    text-align:center;
    font-size:16px;
    font-weight:bold;
    z-index:99
}
#fullscreen {
  background-color:#000000;
  color:#ffffff;
  opacity:0.85;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  position: fixed;
  z-index:200;
}
#msgbox2 {
    position:fixed;
    width:300px;
    left:50%;
    margin-left: -150px;
    top:20%;
    z-index:201;
    background-color:#ffffff;
    border:2px solid #ff0000;
    text-align: center;
    padding:20px;
    font-size:18px;
    color:#000000;
    height:auto;
}
#msgbox2 .msg {
    width:100%;
    float:left;
    font-weight: normal;
    position:relative;
}
#msgbox2 .btn_close_container {
    width:100%;
    float:left;
    position:relative;
}
#msgbox2 .btn_close {
    float:right;
    padding:10px 20px 10px 20px;
    background-color:#000000;
    color:#ffffff;
    font-size:12px;
    margin-top:20px;
    cursor:pointer;
    cursor:hand;
}
#msgbox_modal {
    position:fixed;
    width:800px;
    max-height:70%;
    left:50%;
    margin-left: -400px;
    top:20%;
    z-index:201;
    background-color:#ffffff;
    border:2px solid #ff0000;
    text-align: center;
    padding:20px;
    font-size:18px;
    color:#000000;
    height:auto;
    overflow:auto;
}

#top_menu_container {
    position:relative;
    float:left;
    width:960px;
    height:45px;
    background-color:#eee;
    margin-bottom:20px;
    text-align:left;
}
.top_button {
    display: block;
    position:relative;
    background-color:#183362;
    color:#ffffff;
    float:left;
    margin-top:6px;
    margin-right:15px;
    padding:5px;
    border-radius:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.top_button:hover {
    background-color:#009DD3;
    color:#ffffff;
}
.button {
    display: block;
    position:relative;
    background-color:#183362;
    color:#ffffff;    
    margin-top:15px;
    margin-right:15px;
    padding:10px 20px;
    border-radius:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.button:hover {
    background-color:#009DD3;
    color:#ffffff;
}
.button div {
    display:inline-block;
    margin:0px 5px;
    vertical-align: middle;
}
.plain {
    text-decoration:none;
}
.obrazec {
    width:150px;
    height:160px;
    float:left;
    margin:10px;
    opacity:1;    
    cursor:pointer;
    cursor:hand;
    margin-right: 70px;
    margin-left:70px;
}
.obrazec:hover {
    opacity:0.5;
}
.obrazec53 {
    background-image: url(images/pikto-emb.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.obrazecvr {
    background-image: url(images/pikto-vr.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.obrazec53-1 {
    background-image: url(images/pikto-svece.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.obrazec54 {
    background-image: url(images/pikto-emb.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.obrazecib {
    background-image: url(images/pikto-bat.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.obrazecab {
    background-image: url(images/pikto-bat.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.obrazecee {
    background-image: url(images/pikto-elekt.jpg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
.obrazec_text {
    width:140px;
    float:left;
    margin:10px;
    padding: 0px 5px 0px 5px;
    color: #555555;
    margin-right: 70px;
    margin-left:70px;
}
.obrazec_text a {    
    color: #555555;
    text-decoration:underline;
}
.obrazec_text a:hover {    
    text-decoration:none;
}
.zaznamki {
    background-color: #ffce00;
    margin-top:10px;
    float:right;
    background-image: url(images/info.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-right:40px;
    padding-bottom:15px;
    padding-top:10px;
}
.zaznamki_top {
    background-color: #ffce00;
    width:930px;    
    background-image: url(images/info_small.png);
    background-repeat: no-repeat;
    background-position: right;
    text-align:center;
    padding-top:12px;
    padding-bottom:12px;
}
.table_header {
    text-align:center;
    background-color:#eeeeee;
    border: 1px solid #cccccc;
}
.removeRow {
    color:#aa0000;
    font-weight:bold;
    cursor:pointer;
    cursor:hand;
}

.kaj_porocam {
  position:absolute;
  float:left;
  background-color:#ddeeff;
  /*width:90%;*/
  /*height:90%;*/
  overflow:auto;
  z-index:100;
  text-align:left;
  
  min-height:30px;
  height:auto !important;
  height:30px;
  top:170px;
  
  min-width:600px;
  width:auto !important;
  width:600px;
  
  left:50%;
  margin-left:-300px;
  padding:10px;
}
.izberi_tarifno,.izberi_razred {
    padding:10px 20px 10px 20px;
    border:1px solid #000000;
    background-color:#dedede;
    border-radius:5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.izberi_tarifno:hover,.izberi_razred:hover {
    background-color:#ffce00;
    cursor:pointer;
    cursor:hand;
}
#fullscreen_sending {
  background-color:#000000;
  color:#ffffff;
  opacity:0.85;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  position: fixed;
  z-index:200;
}

#opozorilo1 {
  position:fixed;  
  background-color:#ffaaaa;
  /*width:90%;*/
  /*height:90%;*/
  overflow:auto;
  z-index:300;
  text-align:left;
  
  min-height:50px;
  height:auto !important;
  height:50px;
  top:300px;
  
  min-width:700px;
  /*width:auto !important;*/
  width:700px;
  
  left:50%;
  margin-left:-350px;
  padding:10px;
  font-size:120% !important;
}

#pojasnilo {
    position:fixed;
    float:left;
    background-color:#88aaff;
    /*width:90%;*/
    /*height:90%;*/
    overflow:auto;
    z-index:300;
    text-align:left;
    
    min-height:50px;
    height:auto !important;
    height:50px;
    top:300px;
    
    min-width:500px;
    /*width:auto !important;*/
    width:700px;
    
    left:50%;
    margin-left:-350px;
    padding:10px;
    font-size:120%;
  }

.alert {
    float:left;
    width: calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
    margin:20px 0px;    
    color:#ffffff;
    padding:10px;
}

/*------------------------------------------*/
/*               Top menu                   */
/*------------------------------------------*/
#top_menu {
  position:relative;
  margin:0px;
  height:21px;
  width:100%;
  text-align:left;
}
ul#nav {
  list-style: none;
  padding: 0px 0px 5px 0px;
  margin: 0;
}
ul#nav li a {
  background-color:#183362;
	color:#ffffff;
	padding:10px;
	border-radius:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-decoration:none;
  display: block;
  font-size:12px;
  
}
ul#nav li a:hover {
  background-color:#009DD3;
}
ul#nav li {
  float: left;
  position: relative;
  margin:0px 0px 0px 10px;
  font-size:12px;
  text-decoration:none;
  padding:5px 0px 5px 0px;
}
.top_item_text {
  text-decoration:none;
  padding-top: 12px;
}
/*Drop down*/
ul#nav li ul {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  margin-left:-1px;
  background-color:#183362;
  list-style: none;
  margin:0px;
  padding:0px 0px 0px 0px;  
  z-index:9;
  border-radius:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

ul#nav li>ul {
  top: 35px;
  left: auto;
}
ul#nav li:hover ul, li.over ul {
display: block;
}

ul#nav li ul li {
  float: left;
  position: relative;
  font-size:12px;
  text-decoration:none;
  color:#ffffff;
  margin:2px;
  padding:0px;
  margin:0px;
}
ul#nav li ul li  a {
  color:#ffffff;
  text-decoration:none;
  display: block;
  font-size:12px;
  padding:0px;
  margin:2px;
}
ul#nav li ul li a:hover {
  /*background-color:#aaaaaa;*/
  background-color:#009DD3;
  color:#000000;
  text-decoration:none;
  opacity:1;
}
.subitem_text {
  text-decoration:none;
  padding:5px 2px;
  min-width:160px;
}

.izvozeno {
	background-color:#ccffcc;
}
.ni_izvozeno {
	/*background-color:#cccccc;*/
    cursor:pointer;
    cursor:hand;
}







/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

.div-faq {
    position:absolute;
    right:20px;
    top:5px;
    font-size:14px;
}
.div-faq a {
    font-size:14px;
    color:#183362;
}

.circle {
    position:absolute;
    top:220px;
    right:80px;
	border-radius: 50%;
	width: 220px;
	height: 220px;
    background-color:#ffce00;
    
}
.circle_text {
    width:220px;
    padding-top:50px;
    color:#183362;
    font-size:18px;
    text-align: center;
    line-height: 150%;
}

/*.ui-autocomplete {
    position:absolute;
    text-align:left;
    max-height: 400px;
    overflow-y: auto;   
    overflow-x: hidden;
}*/

.custom-combobox {
    position: relative;
    display: inline-block;    
    width:90%;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
  }
.ui-menu-item {
    text-align: left;
}
#ui-id-1 {
    position:absolute;
    text-align:left;
    max-height: 400px;
    overflow-y: auto;   
    overflow-x: hidden;
    
}


.class8open,.class9open { 
    background-color: #0088dd;
    position:absolute;
    right:0px;
    top:0px;
    padding:10px 10px 0px 10px;
    width:12px;
    height:100%;
}
.class8close,.class9close {
    background-color:#0088dd;
    position:absolute;
    right:0px;
    top:0px;
    padding:15px 10px 0px 10px;
    width:16px;
    height:100%;
}


.arrow {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 5px;
  }


  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }


  .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      margin-top:60px;
  }
  #ui-id-1 {
      margin-top:20px;
  }
  .ui-dialog-title {
      text-align: left !important;
  }



  /* hr */

  .reg_kat, .reg_kat2 {
    display:inline-block;
    vertical-align: middle;
}
.register_more {    
    width:16px;
    height:16px;
    background-image: url(images/arrows_down.png);
    background-repeat: no-repeat;    
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
	z-index:99;
    vertical-align: middle;
}
.register_close {    
    width:16px;
    height:16px;
    background-image: url(images/arrows_up.png);
    background-repeat: no-repeat;    
    display:inline-block;
    margin-left:5px;
    margin-top:5px;
	z-index:99;
    vertical-align: middle;
}