﻿
html, body {
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Lucida Sans Unicode;
	font-size:small;
	color: #394A52;
}

html {
	overflow-y: scroll;
}
@media screen and (min-width: 0px) and (max-width: 500px) {
	.mobileformat tr,.mobileformat  { display: flex; flex-direction: column;}
  	li.ui-state-default {	touch-action: auto !important;}
	.mobilehide { display: none; }
	.niceborder td, .niceborder th { padding: 3px !important; }
}

@media screen and (min-width: 0px) and (max-width: 617px) {
	#login_border {
		border-bottom: 1px solid #D9E3E8;
	}
}

@media screen and (min-width: 618px) {
	#login_border {
		border-right: 1px solid #D9E3E8;
	}
}

@media screen and (min-width: 0px) and (max-width: 800px) {
  .screen_mobile { display: inline-block; }
  .screen_normal { display: none; }
  
  #admin_menu_mobile { display: none; }
  .screen_admin_1, .screen_admin_2, .admin_uvod_blok  {
  	float: none;
  }
  .admin_uvod_blok {
  	float: left;
  	width: 100%;
  }
  .admin_uvod_tab {
  	width: 100%;
  }
  .vrch {
	width: 100%;
	height: 33px;
  }
  #vrch2 {
	height:33px;
  }
}

@media screen and (min-width: 801px) {
  .screen_mobile { display: none; }
  .screen_normal { display: inline-block; }
  #admin_menu_mobile { display: block; }
  .screen_admin_1 {
  	float: left;
  	width: 172px;
  }
  .screen_admin_2 {
  	float: left;
	width: -moz-calc(100% - 172px);
    width: -webkit-calc(100% - 172px);
    width: calc(100% - 172px);
  }
  .admin_uvod_blok {
  	float: left;
  	width: 49%;
  }
  .admin_uvod_tab {
  	width: 98%;
  }
  .vrch {
	width: 100%;
	height: 50px;
  }
  #vrch2 {
	height:50px;
  }
}

@media print{
   .noprint, , .noprint *{
       display: none !important;
   }
}

.screen_user_zam, .screen_admin_2 {
	//text-align:left;
}


#mainscreen {
	margin:15px;
}

#mainscreen table.niceborder {
	margin-left: auto;
	margin-right: auto;
}

#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

#logo_sekcia {
	background-color: #FFFF33;
}

.head_buttons {
	margin:15px;
}

.bottom_buttons {
	margin:15px;
}

.showav_button {
	margin-left:0px !important;
	margin-right:0px !important;
	border-radius:0px !important;
	height:50px;
	vertical-align:middle;
}

hr {
	border-top: 1px solid #D9E3E8;
}

.ui-datepicker {
	z-index: 10 !important;
}

#pdf_spinner {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  background: rgba(15, 23, 42, 0.35); /* jemné stmavenie */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

#pdf_spinner[hidden] { display: none !important; }

.pdf_notice {
  display: flex;
  gap: 14px;
  align-items: center;
  width: min(520px, 100%);
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 16px 50px rgba(0,0,0,0.18);
}

.pdf_loader {
  width: 44px;
  height: 44px;
  border: 5px solid rgba(0,0,0,0.15);
  border-top-color: rgba(37, 99, 235, 0.95);
  border-radius: 50%;
  animation: pdf_spin 0.9s linear infinite;
  flex: 0 0 auto;
}

@keyframes pdf_spin { to { transform: rotate(360deg); } }

.pdf_text { line-height: 1.25; }
.pdf_title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
}
.pdf_sub {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(15, 23, 42, 0.70);
}


input:invalid, textarea:invalid, select:invalid, .required>.chosen-default {
  border: 1px solid #f88 !important;
  background-color: #fee !important;
}

input:not([type=submit]):not([type=button]):not([type=checkbox]), select:not(.chosen-select), .chosen-choices, .chosen-container-single .chosen-single, .chosen-container-single .chosen-search input[type="text"] {
	border: 1px solid #D9E3E8;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-khtml-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	padding:5px;
}

textarea {
	border: 1px solid #D9E3E8;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-khtml-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	padding:7px;
}

input[type=button], button:not(.select2-selection__choice__remove):not(.select2-selection__clear):not(.fc-button):not(.ck-button) {
	border: 2px solid #D9E3E8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	background:#FFFFFF;
	padding:7px;
	margin:4px;
	font-weight:bold;
}

input[type=submit] {
	border: 1px solid #D9E3E8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	background:#394A52;
	color:#FFFFFF;
	padding:15px;
	margin:4px;
	font-weight:bold;
	font-size:1.3em;
	letter-spacing:1px;
}

input[type=button]#posli, button#posli {
	border: 0px;
	background:#394A52;
	color:#FFFFFF;
	padding:8px;
}

#text_search {
	background: url(obr/button_filter.png) no-repeat 10px center;
	padding-left:35px;
}

.button-admin-uvod {
	margin:0 !important;
	padding-top:5px !important;
	padding-bottom:5px !important;
	background: #D9E3E8 !important;
}

.button_red {
	color:#ff0000 !important;
	font-size:1.3em;
}
.button_link {
	width:280px;
	background: url(obr/button_arrow.png) no-repeat 250px center !important;
	text-align:left;
	font-weight:normal !important;
	padding:10px !important;
}

.button_link2 {
	border: 0px !important;
	width:280px;
	background: #394A52 url(obr/button_download.png) no-repeat 250px center !important;
	text-align:left;
	font-weight:normal !important;
	padding:10px !important;
	color: #ffffff;
}

.butgreen {
	background: #8acb39 !important;
}

.zam_button {
	display:inline-block;
	position:relative;
	width: 165px;
	height: 140px;
	background: #D9E3E8;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin:5px;
}

.zam_text {
	position:absolute;
	top:90px;
	left:0;
	margin-left: auto; 
	width: 161px;
	font-weight:bold;
	text-align:center;
}

.zam_img {
  display:block;
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:40px;
  margin:auto !important;
}

input[type="radio"], input[type="checkbox"] {
	width:1.3em;
	height:1.3em;
	cursor: pointer;
}

input[type="radio"] { 
  border:2px solid white;
  box-shadow:0 0 0 1px #808080;;
  appearance:none;
  border-radius:50%;
  background-color:#fff;
  transition:all ease-in 0.2s;
}

input[type="radio"]:checked { 
  background-color:#808080;;
  border:1 px solid #808080;;
  box-shadow:0 0 0 1px #808080;;
}

input[type="radio"]:disabled:checked { 
  background-color:#aaaaaa;;
  border:1 px solid #f4f4f4;;
  box-shadow:0 0 0 1px #f4f4f4;;
}

input[type="radio"]:disabled:not(:checked) { 
  background-color:#f4f4f4;;
  border:1 px solid #f4f4f4;;
  box-shadow:0 0 0 1px #f4f4f4;;
}


:root {
  --checkbox-border-color: #8b8c89;
  --checkbox-checked-color: #8b8c89;
  --checkbox-disabled-color: #f4f4f4;
  --checkbox-unchecked-required-color: #ff0000;
}
input[type="checkbox"] {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin: 6px 6px 0px 6px;
  padding: 0;
  border: 2px solid var(--checkbox-border-color);
  appearance: none;
  background-color: transparent;
  outline: none;
  transition: outline 0.1s;
}
input[type="checkbox"]:not(:checked):not(:disabled):required {
  border-color: var(--checkbox-unchecked-required-color);
}

input[type="checkbox"]:checked {
  background-size: cover;
  padding: 2px;
}
 
    input[type="checkbox"]:not(:disabled):checked {
      border-color: var(--checkbox-checked-color);
      background-image: url(data:image/svg+xml;utf8,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ xmlns:xlink=\"http://www.w3.org/1999/xlink\"\ width=\"20\"\ height=\"20\"\ viewBox=\"0\ 0\ 32\ 32\"\ xml:space=\"preserve\"><path\ style=\"fill:\ %23274c77\"\ d=\"M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818\"/></svg>);
    }

input[type="checkbox"]:disabled:checked {
	background-image: url(data:image/svg+xml;utf8,<svg\ xmlns=\"http://www.w3.org/2000/svg\"\ xmlns:xlink=\"http://www.w3.org/1999/xlink\"\ width=\"20\"\ height=\"20\"\ viewBox=\"0\ 0\ 32\ 32\"\ xml:space=\"preserve\"><path\ style=\"fill:\ gray\"\ d=\"M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818\"/></svg>);
	border-color: var(--checkbox-disabled-color);
}
input[type="checkbox"]:disabled:not(:checked) {
	border-color: var(--checkbox-disabled-color);
}


.menu_open {
	background-image: url('obr/icon_admin_down.png') !important;
	background-position: right 12px top 12px !important;
	background-repeat: no-repeat !important;
}

.menu_close {
	//
}

.chosen-select + .select2-container .select2-selection {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
}

select, option {
	font-size:1.1em;
	cursor:pointer;
}

button, label, #posli, #get_search, input[type=button], input[type=submit], input[type=image], input[type=file], img[src="obr/delete.png"] {
	cursor:pointer;
}

img[src^="obr/"] {
	vertical-align:middle;
	margin-left:2px;
	margin-right:2px;
}

img[src="obr/plus.png"], img[src="obr/minus.png"], img[src="obr/copy.png"], img[src="obr/eye.png"], img[src="obr/eye-not.png"], img[src="obr/upload.png"], img[src="obr/start.png"], img[src="obr/send.png"], img[src="obr/resend.png"] {
	cursor:pointer;
}

input.loginbox {
	color: #555555}

img {
	border: 0px;
}

a img:hover, span img:hover, input[type=image]:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

a img, span img, input[type=image] {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.smallfont, .smallfont input {
	font-size:0.8em;
}

.err2 {
	color: #FF0000 !important;
	font-weight:bold;
}

.ok, .err {
	display:none;
}

#ok-final {
	color: #00AA00;
	z-index:102;
}

#err-final {
	color: #FF0000 !important;
	z-index:101;
}
#ok-final, #err-final {
	font-weight:bold;
	padding:10px;
	margin:10px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	display:table;
	font-size:1.5em;
	box-shadow: 0px 0px 3px 3px, 0px 0px 3px 3px inset;
	cursor:pointer;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background:#fff;
	text-align:center;
}

#ok-final::after {
	font-size:0.5em;
	content: "Kliknutím/ESC zavriete";
	display:block;
}

#err-final::after {
	font-size:0.5em;
	content: "Kliknutím zavriete";
	display:block;
}

.show_vysl {
    background-color: #DC3247;
    color: #FFFFFF;
    font-weight:bold;
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    padding-bottom:0px;
    -moz-border-radius:8px;
    -webkit-border-radius: 8px;
    border-radius:8px;
    display:inline-block;
    vertical-align:middle;
    margin:3px;
}

span.menu_top, span.menu_top a {
	color: #394A52;
	font-size:small;
}

.vrch {
    position: fixed;
    left: 0;
    top: 0;
    z-index:10;
	color: #394A52;
	background-color: #FFFFFF;
	border-bottom: 1px solid #D9E3E8;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px;
}

.push {
    height: 22px;
}

.spodok {
	color: #CCCCDD;
	//font-weight:bold;
	//background-color: #F9FBFC;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
}

ul { list-style: none; }

h1 {
	text-align: left;
	padding:15px;
	margin:0px;
	background: #F9FBFC;
	font-size:1.3em;
	border-bottom: 1px solid #D9E3E8;
}

h2 {
	text-align: left;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	background: #F9FBFC;
	font-size:1em;
	font-weight:normal;
	border-bottom: 1px solid #D9E3E8;
}

.fc h2  {
	all: unset;
}

a:active, a:link, a:visited {
	color: #394A52;
	text-underline-offset: 3px;
	text-decoration: underline;
}

a:hover {
	text-decoration:none;
	color: ;
	//text-shadow:0px 0px 3px #0000FF;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

th {
	text-align:center;
}

table.fix_size th {
	height:25px;
}

table.fix_size td {
	height:25px;
}

table.fix_size {
	display:inline-block;
}

.ui-tooltip {
    white-space: pre-line;
    max-width: 400px;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 0 7px black;
    background: #fff;
}

#calendar {
	//max-width: 1000px;
	margin: auto;
}
.calendar_formevent {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index:9; /* lebo datepicker ma 10 */
	filter: drop-shadow(5px 5px 10px #000000);
}
.fc-event {
	border-width: 3px;
}
.full button {
	width: 100% !important;
	height: 100% !important;
	border-radius: 20px;
}
.popper,
.tooltip {
  position: absolute;
  z-index: 9999;
  background: #F9FBFC;
  color: black;
  width: 150px;
  border-radius: 3px;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  padding: 10px;
  text-align: center;
}
.style5 .tooltip {
  background: #1E252B;
  //color: #FFFFFF;
  max-width: 200px;
  width: auto;
  font-size: .8rem;
  padding: .5em 1em;
}
.popper .popper__arrow,
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
}

.tooltip .tooltip-arrow,
.popper .popper__arrow {
  border-color: #D9E3E8;
}
.style5 .tooltip .tooltip-arrow {
  border-color: #1E252B;
}
.popper[x-placement^="top"],
.tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}
.popper[x-placement^="top"] .popper__arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.popper[x-placement^="bottom"],
.tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.popper[x-placement^="bottom"] .popper__arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}
.tooltip[x-placement^="right"],
.popper[x-placement^="right"] {
  margin-left: 5px;
}
.popper[x-placement^="right"] .popper__arrow,
.tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}
.popper[x-placement^="left"],
.tooltip[x-placement^="left"] {
  margin-right: 5px;
}
.popper[x-placement^="left"] .popper__arrow,
.tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.niceborder {
	border-collapse:collapse;
    //border-spacing: 0;
    //border: 1px solid #D9E3E8;
    //-moz-border-radius: 20px;
    //-webkit-border-radius: 20px;
    //border-radius: 20px;
}

.niceborder td, .niceborder th {
    //border-top: 1px solid #D9E3E8;
    //border-left: 1px solid #D9E3E8;
    border: 1px solid #D9E3E8;
    padding: 10px;
}

.niceborder th {
    background-color: #FFFFFF;
}

.niceborder tbody tr td {
    background: #FFFFFF;
}

.niceborder tbody tr:hover td {
    background: #F9FBFC;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}

.niceborderuk {
	border-collapse:collapse;
}

.niceborderuk td, .niceborderuk th {
    padding: 10px;
}

.niceborderuk td:nth-of-type(1), .niceborderuk th:nth-of-type(1)  {
	border-right: 1px solid #D9E3E8;
}

.niceborderuk th {
	text-align: left;
}

.niceborder2 {
    border-collapse:collapse;
    //border-spacing: 0;
    //border: solid 1px #D9E3E8;
    //-moz-border-radius: 20px;
    //-webkit-border-radius: 20px;
    //border-radius: 20px;
}

.niceborder2 td, .niceborder2 th {
    border: 1px solid #D9E3E8;
    padding: 3px;
}

.niceborder2 th {
    background-color: #FFFFFF;
}

.niceborder2 tbody tr td {
    background: #FFFFFF}

.niceborder2 tbody tr:hover td {
    background: #F9FBFC;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}

.notable {
    border-spacing: 0;
    border: 0px solid #D9E3E8    //-moz-border-radius: 20px;
    //-webkit-border-radius: 20px;
    //border-radius: 20px;
    //-webkit-box-shadow: 0 0px 0px #D9E3E8;
    //-moz-box-shadow: 0 0px 0px #D9E3E8;
    //box-shadow: 0 0px 0px #D9E3E8;
}

.notable td, .notable th {
    border: 0px solid #D9E3E8;
    padding: 2px;
    //text-align: left;    
}

.notable th {
    //-webkit-box-shadow: 0 0px 0 rgba(255,255,255,.8) inset; 
    //-moz-box-shadow:0 0px 0 rgba(255,255,255,.8) inset;  
    //box-shadow: 0 0px 0 rgba(255,255,255,.8) inset;        
    border: none;
    //text-shadow: 0 0px 0 rgba(255,255,255,.5);
    text-align:center;
}

.notable td:first-child, .notable th:first-child {
    border: none;
}

.notable tbody tr:nth-child(even) td {
    background: #FFFFFF    background: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgb(255,255,255) inset; 
    -moz-box-shadow:0 0 0 rgb(255,255,255) inset;  
    box-shadow: 0 0 0 rgb(255,255,255) inset;        
}

.notable tbody tr:nth-child(odd) td {
    background:     background: rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgb(255,255,255) inset; 
    -moz-box-shadow:0 0 0 rgb(255,255,255) inset;  
    box-shadow: 0 0 0 rgb(255,255,255) inset;        
}

.notable tbody tr:hover td {
    //background: #F9FBFC    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}

.divklient, .divukon, .divizba {
	cursor:pointer;
	border: 1px solid #D9E3E8;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-khtml-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	padding:12px;
	margin:5px;
	background-color: #F9FBFC;
}

.divklient, .divizba {
	white-space: nowrap;
}

.divklient input[type="checkbox"], .divukon input[type="checkbox"], .divizba input[type="checkbox"] {
	//margin-right:8px;
	//display:inline-block;
	//vertical-align:bottom;
	display:none;
}

.divukon {
	float:left;
}

.blokliek {
	border: 1px solid #D9E3E8;
	border-radius: 20px !important;
	-moz-border-radius: 20px !important;
	-khtml-border-radius: 20px !important;
	-webkit-border-radius: 20px !important;
	padding:5px;
}

.klientukon_yes {
	//background-color: #E8EEF1 !important;
	background-color: #8acb39 !important;
}

/* Vytvor šírku kontajnera, aby sa hodnoty zalamovali v multiple select optionoch */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    white-space: normal !important;
    word-wrap: break-word !important;
    max-width: 100% !important;
    display: inline-block !important; /* umožní zalamovanie */
    overflow: hidden;
    text-overflow: ellipsis; /* voliteľne pridať trojbodku pre dlhé slová */
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }


.niceborder thead tr:first-child {
	position: sticky;
	top: 52px;
	z-index: 10;
	background: white;
	border: none;
}

.niceborder thead tr:nth-child(2) {
	position: sticky;
	top: 92.4px; /* Výška prvého riadku + medzera */
	z-index: 9;
	background: white;
	border: none;
}


.niceborder thead th {
	border: none;
	position: relative;
}

.niceborder thead th::after {
	content: "";
	position: absolute;
	top: -0.5px;
	left: -0.5px;
	width: calc(100% - 0.5px);
	height: calc(100% - 0.5px);
	/*box-shadow: 0 0 0 1px #D9E3E8;*/
	border: 1px solid #D9E3E8;
	pointer-events: none;
	z-index: 1000;
}





//ADMINMENU start
.urbangreymenu{
width: 172px; /*width of menu*/
padding: 0px;
//padding-top: 5px;
}

.urbangreymenu .headerbar{
font-size: 13px;
color: #394A52;
background: #E8EEF1; /*last 2 values are the x and y coordinates of bullet image*/
background-repeat: no-repeat;
background-position: right 12px top 12px;
margin:0px;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-align: left;
text-transform: uppercase;
padding: 10px 16px 10px 0;
//padding: 0 0 0 0;
background-image: url('obr/icon_admin_right.png');
}

.urbangreymenu .headerbar a{
color: #394A52;
text-decoration: none;
display: block;
}

.urbangreymenu ul{
list-style-type: none;
padding: 0;
margin: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
text-align: left;
}

.urbangreymenu ul li{
//padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font-size: 12px;
color: #394A52;
background: #F9FBFC;
display: block;
padding: 12px 20px;
line-height: 12px;
//padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: #000000;
font-weight:bold;
background: #E8EEF1;
text-shadow:none;
}

.urbangreymenu ul li.here a {
font-weight:bold;
background: #ecec40;
}

.urbangreymenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #E8EEF1;
}

.subexpandable {
	font-weight:bold !important;
}

.subcategoryitems li {
	border-left: 3px solid #E8EEF1;
	border-right: 3px solid #E8EEF1;
}
.subcategoryitems li:last-child {
	padding-bottom:0px;
	border-bottom: 3px solid #E8EEF1;
}
//ADMINMENU end