@charset "utf-8";
/* @import url("buttons.css"); */
/*@import url("icon.css");*/
/* @import url("ui-custom.css");
@import url("timepicker.css");
@import url("../components/colorpicker/css/colorpicker.css");
@import url("../components/elfinder/css/elfinder.css");
@import url("../components/datatables/dataTables.css");
@import url("../components/validationEngine/validationEngine.jquery.css");
@import url("../components/jscrollpane/jscrollpane.css");
@import url("../components/fancybox/jquery.fancybox.css");
@import url("../components/tipsy/tipsy.css");
@import url("../components/editor/jquery.cleditor.css");
@import url("../components/chosen/chosen.css");
@import url("../components/confirm/jquery.confirm.css");
@import url("../components/sourcerer/sourcerer.css");
@import url("../components/fullcalendar/fullcalendar.css");
@import url("../components/Jcrop/jquery.Jcrop.css"); */

html {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #363636;
}
body.error {
	background-image: url(../img/bg/pick_bg.error.jpg);
	background-position:0 0;
}
body.dashborad {
	background-image: url(../img/menu_bg.jpg);
	background-repeat: repeat-y;
}
body.nobg {
	background-image: none;
	background-repeat: repeat-y;
}
:focus {
	outline:0px;
}
ul {
	padding: 0;
	margin: 0px;
}
li {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 13px;
	line-height: 35px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 11px;
}
h1.unline,
h2.unline,
h3.unline,
h4.unline,
h5.unline,
h6.unline {
	border-bottom: none!important;
	margin-bottom: 14px;
}
b {
	font-weight: bold;
}
p {
	line-height: 23px;
	padding-left: 0px;
	padding-top:0px;
	margin-top:0px;
}
pre {
	padding:0px;
	margin:0px;
}
img {
	border: 0;
	max-width: 100%;
}
img.mid_align {
	vertical-align: middle;
	margin-right: 4px;
	border: 0;
}
blockquote {
	margin:0px 0 20px 0px;
	padding:0px 10px 0px 50px;
	background-image:url(../img/quote.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	clear:both;
	font-size:16px;
	line-height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic
}
blockquote.left,
blockquote.right {
	float:right;
	letter-spacing:0px;
	margin-bottom:20px;
	margin-left:20px;
	margin-top:0px;
	padding:0px 20px 10px 60px;
	width:43%;
	background-position:0px 0px;
}
blockquote.left {
	float:left;
	margin-left:0px;
	margin-right:20px;
}
blockquote p {
	margin-bottom:0px;
	font-size:16px;
	line-height:20px
}
.showme {
	display: inline;
}
.hideme {
	display: none;
}
label {
	font-weight: bold;
	text-transform: normal;
	margin-bottom: 0px;
}
label.disabled {
	color: #aaa;
}
.labelname {
	border: solid 1px #C9C9C9;
	outline: 0;
	line-height: 28px;
	height: 28px;
	padding: 6px 20px 8px 20px;
	margin-left: 2px;
}
.clear {
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}
.f_help {
	display:block;
	font-size:10px;
	padding:4px 0;
	color:#a3a3a3
}
.f_help span {
	color:#F00
}
.f_label {
	position:absolute;
	margin-top:-18px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.preloader {
	display:inline-block;
	background-color: #ffffff;
	background-image: url(loader1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/*
	loading layout
*/
#overlay {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background-color:#111;
	z-index:1000;
	display: none;
}
#preloader {
	background: #000000 url(../img/loader/preloader.gif) no-repeat 12px 10px;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -45px;
	padding: 10px;
	position: fixed;
	text-align: left;
	text-indent: 36px;
	top: 50%;
	width: 90px;
	z-index: 1209;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-shadow:none;
	display: none;
}
#pageload {
	background: #000000;
	font-size: 11px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin: -20px 0 0 -55px;
	padding: 10px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 120px;
	z-index: 1006;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	color: #FFF;
	text-shadow:none;
	display: none;
}

/* overrides extra padding on button elements in Firefox */
.uibutton::-moz-focus-inner {
 padding: 0;
 border: 0;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #e9e9e9;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	display: none;
	background-image: url(../img/bg/NavBg.png);
}
ul.tabs li span {
	color: #999;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-size: 11px;
}
ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-size: 11px;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}
ul.tabs li a:hover {
	color: #000;
	background-image: url(../img/bg/NavBgHover.png);
}
ul.tabs li.active a {
	color: #900;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}
ul.tabs li.active,
ul.tabs li.active a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #000;
}
.tab_container {
	border: 0px solid #e9e9e9;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	padding-top: 15px;
}
.tab_content {
	padding: 0px;
	min-height: 50px;
	display: none;
}
.tab_content .uibutton-group {
	position: relative;
	margin-top:-41px;
	margin-right:0px;
	float:right;
}
a {
	color: #1F92FF;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a:active {
	color: #000000;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
}
a:hover {
	color: #06F;
	text-decoration: none;
	text-shadow: none;
}
a.red {
	color: #F30;
	text-decoration: none;
	text-shadow: 0px 0px 0px transparent;
	cursor: pointer;
}
a.red:hover {
	color: #F00;
}
span img {
	margin-bottom: 5px;
}
.inner h3 {
	color:#666;
	font-size:18px;
	margin-bottom: 13px;
	line-height: 35px;
}

/*
------------------------------------------------------------
		 shoutcutBox in dashborad 
------------------------------------------------------------
*/
.shoutcutBox {
	border:1px solid #dddddd;
	-moz-box-shadow:1px 1px 2px #f5f5f5;
	-webkit-box-shadow:1px 1px 2px #f5f5f5;
	box-shadow:1px 1px 2px #f5f5f5;
	position: relative;
	padding: 15px 20px;
	margin: 0 0px 10px 0px;
	background-color: #f5f5f5;
	cursor: pointer;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}
.shoutcutBox:hover {
	background-color: #ededed;
	-moz-box-shadow:1px 2px 2px #eeeeee;
	-webkit-box-shadow:1px 2px 2px #eeeeee;
	box-shadow:1px 2px 2px #eeeeee;
}
.shoutcutBox strong {
	font-size: 18px;
	display: inline-block;
	margin-right: 5px;
}
.shoutcutBox em {
	display: inline-block;
	text-transform: capitalize;
	color: #AAA;
}
.shoutcutBox.last {
	margin: 0;
}
.breaks {
	height: 7px;
	background-image: url(../img/bg/beake.png);
	background-repeat:repeat-x;
	background-position: center center;
	margin: 0 0 10px 35px;
}
.breaks span {
	height: 7px;
	width:13px;
	background-image: url(../img/bg/beake_s.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: auto;
}
.SEdemo {
	display:inline-block;
	margin:0px;
}
.dateBox {
	margin:8px 0px;
	text-align:left;
}
.nD {
	font-size:70px;
	margin-right:10px;
	float:left;
	text-align:center;
}
.dD {
	padding-top:0px;
	font-size:33px!important;
	float: left;
	line-height: 22px;
}
.fullD {
	padding-top:4px;
	font-size:16px;
	color:#aaaaaa;
}
.todate {
	height:200px;
}
.todate li {
	padding:20px 10px;
}
.newevent {
}
.external-event { /* try to mimick the look of a real event */
	text-shadow:none;
	padding:10px;
	margin: 0px 0;
	display:inline-block;
	padding: 2px 4px;
	background: #3366CC;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
}
/*
------------------------------------------------------------
		 icon List 
------------------------------------------------------------
*/
.iconBox {
	border:1px solid #dddddd;
	-moz-box-shadow:1px 1px 2px #f5f5f5;
	-webkit-box-shadow:1px 1px 2px #f5f5f5;
	box-shadow:1px 1px 2px #f5f5f5;
	padding: 7px 10px;
	margin: 10px 5px 10px 5px;
	background-color: #f5f5f5;
	cursor: pointer;
	position: relative;
	display: inline-block;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}
.iconBox:hover {
	border:1px solid #d0d0d0;
	-moz-box-shadow:1px 1px 2px #eeeeee;
	-webkit-box-shadow:1px 1px 2px #eeeeee;
	box-shadow:1px 1px 2px #eeeeee;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #f2f2f2;
	background-color: #eeeeee;
}
.iconBox strong {
	font-size: 10px;
	display: inline-block;
	margin-right: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
/*
------------------------------------------------------------
		 list Typography
------------------------------------------------------------
*/
ul.list_arrow,
ul.list_arrow2 {
	margin: 0px 0 15px 15px!important;
}
ul.list_arrow li {
	padding: 2px 2px 2px 0px;
	list-style-image: url(../img/icon/arrow_a.gif);
}
ul.list_arrow2 li {
	padding: 2px 2px 2px 0px;
	list-style-image:url(../img/icon/arrow.png)
}
/*
------------------------------------------------------------
		 news update
------------------------------------------------------------
*/
#news_update ul li .temp_news {
	width: 130px;
	height: 98px;
	border: 1px #DDD solid;
	padding:2px;
	background-color:#FFF;
	float: left;
	margin-top: 5px;
}
#news_update ul li .temp_news img {
	width: 130px;
}
#news_update ul li .detail_news {
	border: 0px #DDD solid;
	margin-left:0px;
	margin-bottom: 10px;
}
#news_update ul li .detail_news .datepost {
	color: #BBB;
	margin-right: 2px;
}
#news_update ul li .detail_news .morelink {
	display: inline-block;
	background-image: url(../img/icon/link.png);
	height: 15px;
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left:5px;
	padding-bottom:2px;
	border-left: 1px #DDD solid;
	margin: 0 15px 0 0;
}
.more {
	display: inline-block;
	background-image: url(../img/icon/link.png);
	height: 15px;
	background-position: right 2px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left:5px;
	padding-bottom:2px;
	border-left: 1px #DDD solid;
	margin: 0 15px 0 5px;
}
.more1 {
	display: inline-block;
	background-image: url(../img/icon/link.png);
	height: 15px;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-right: 20px;
}
#news_update ul li .detail_news p {
	height:42px;
	overflow:hidden;
	padding:0px;
	line-height: 20px;
	margin: 0;
}
.bg-black {
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)), color-stop(0.4, rgba(0, 0, 0, 0)), color-stop(0.6, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(#33373a), to(#000000));
	background:-webkit-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -webkit-linear-gradient(top, #33373a, #000000);
	background:-moz-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -moz-linear-gradient(top, #33373a, #000000);
	background:-ms-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -ms-linear-gradient(top, #33373a, #000000);
	background:-o-linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), -o-linear-gradient(top, #33373a, #000000);
	background:linear-gradient(left, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.25)), linear-gradient(top, #33373a, #000000);
}
/*
------------------------------------------------------------
		 last Contact
------------------------------------------------------------
*/
.msg {
	text-align:left;
	margin-left:5px;
}
.msg_icon {
	background-repeat:no-repeat;
	position: absolute;
	margin-left: -5px;
	margin-top: -5px;
	width:24px!important;
	height:24px!important;
}
.msg_icon.new {
	background-image:url(../img/icon/38.png);
}
.msg_icon.open {
	background-image:url(../img/icon/25.png);
}
.msg_icon.ans {
	background-image:url(../img/icon/24.png);
}
.msg_topic {
	margin-left: 25px;
}
.msg_topic span {
	color:#aaaaaa;
}
.msg_date {
	text-align:right;
	margin-right:5px;
}
.msg_date span {
	font-size:10px;
	color:#CCC;
	display:block;
}
/*
------------------------------------------------------------
		 map location
------------------------------------------------------------
*/
	
.disabled_map {
	width: 100%;
	height: 402px;
	position: absolute;
	z-index: 2;
	opacity: 0.5;
	filter:alpha(opacity=50);
	background-color: #CCC;
	line-height: 400px;
	text-transform: uppercase;
	color: #AAA;
	text-align: center;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.map_canvas {
	color: #AAA;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 400px;
}
#map_canvas {
	width: 100%;
	height: 400px;
	margin-bottom:10px
}
/*
------------------------------------------------------------
		 icon click open file manager
------------------------------------------------------------
*/

.show_add,
.show_edit {
	margin-left:15px;
}
#open_icon,
#open_icon2,
#open_icon3,
#open_icon_edit {
	height: 30px;
	width: 36px;
	margin: 0 0 0 -1px;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	position: absolute;
	cursor: pointer;
	background-image: url(../img/openFiles.png);
}
.data,
.dataSet,
.dataImg {
	display:none;
}
/*
------------------------------------------------------------
		 title bar
------------------------------------------------------------
*/
.boxtitle {
	margin-bottom: 50px;
	color: #AAA;
	padding:0 0 10px 0;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 10px;
}
.boxtitle img {
	margin-right: 3px;
	margin-bottom: -2px;
}
.boxtitle.min {
	margin-bottom: 5px;
}
.boxtitle i {
	margin-right:5px;
	padding-top:4px;
}
/*
------------------------------------------------------------
		 Deletezone 
------------------------------------------------------------
*/
.deletezone {
	width: 100%;
	border:1px dashed #EEE;
	min-height: 250px;
	margin-top:20px;
	text-align: center;
	text-transform: uppercase;
	color: #AAA;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 250px;
	background-image: url(../img/icon/bin.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.deletezone img {
	margin-bottom: -4px;
}
.deletezoneover {
	border:1px dashed #000;
}
.deletezonedragging {
	border:1px dashed red;
	color: #F00;
}
.deletezone.small {
	min-height: 200px;
	line-height: 200px;
	font-size: 10px;
	text-transform: capitalize;
	margin: 0;
}
/*
------------------------------------------------------------
 input Type 
------------------------------------------------------------
*/
textarea {
	background-position: 5px 5px;
	border: solid 1px #dddddd;
	outline: 0;
	padding: 7px 7px;
	min-height: 73px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
.fileupload {
	background-position: 5px 5px;
	border: solid 1px #dddddd;
	outline: 0;
	line-height: 28px;
	height: 28px;
	padding: 0px 7px 0px 7px;
	-moz-box-shadow:1px 1px 2px #f5f5f5;
	-webkit-box-shadow:1px 1px 2px #f5f5f5;
	box-shadow:1px 1px 2px #f5f5f5;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
        max-width: 100%;
        box-sizing: border-box;        
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
.fileupload:focus {
	border-color: #C9C9C9;
	-moz-box-shadow:0px 0px 8px #dddddd;
	-webkit-box-shadow:0px 0px 8px #dddddd;
	box-shadow:0px 0px 8px #dddddd;
}
input[type=text]:disabled,
input[type=password]:disabled {
	background: -webkit-gradient(linear, left top, left 25, from(#EEEEEE), color-stop(4%, #EEEEEE), to(#EEEEEE));
	background: -moz-linear-gradient(top, #EEEEEE, #EEEEEE 1px, #EEEEEE 25px);
	color: #666;
}
input[type=text].error,
input[type=password].error {
	height: 30px;
	border: 1px #F00 solid;
	background-position: 5px 5px;
	padding-left: 5px;
}

/* placeholder */
::-webkit-input-placeholder, input:-moz-placeholder, .placeholder {
color:#cccccc;
 line-height: 28px;
}

/*select box */
select[multiple] {
	padding: 6px;
	border: solid 1px #dddddd;
	font-size: 12px;
	color:#666666;
}
select {
	width: 120px;	
}
select:focus {
	border-color: #C9C9C9;
	-moz-box-shadow:0px 0px 8px #dddddd;
	-webkit-box-shadow:0px 0px 8px #dddddd;
	box-shadow:0px 0px 8px #dddddd;
}
/* Dropdown control */
.selectBox-dropdown {
	/*	min-width: 150px;*/
	position: relative;
	border : 1px solid #dddddd;
	line-height: 18px;
	text-decoration: none;
	text-align: left;
	color: #000;
	outline: none;
	vertical-align: middle;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
	display: inline-block;
	cursor: default;
	background-color:#FFF;
}
/* Dropdown control */
.selectBox-dropdown.small {
	min-width: 75px;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
	border-color: #C9C9C9;
	-moz-box-shadow:0px 0px 8px #dddddd;
	-webkit-box-shadow:0px 0px 8px #dddddd;
	box-shadow:0px 0px 8px #dddddd;
}
.selectBox-dropdown.selectBox-menuShowing {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
	padding: 2px 8px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(../img/selectBox-arrow.gif) 50% center no-repeat;
	border-left: solid 1px #dddddd;
}
/* Dropdown menu */
.selectBox-dropdown-menu {
	position: absolute;
	z-index: 99999;
	/*max-height: 200px;*/
	max-height: 250px;
	min-height: 1em;
	border: solid 1px #dddddd;
	background: #FFF;
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	overflow: auto;
}
/* Inline control */
.selectBox-inline {
	min-width: 150px;
	outline: none;
	border: solid 1px #dddddd;
	background: #FFF;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: auto;
}
.selectBox-inline:focus {
	border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
	list-style: none;
	display: block;
	cursor: default;
	padding: 0;
	margin: 0;
}
.selectBox-options LI A {
	line-height: 1.5;
	padding: 0 .5em;
	white-space: nowrap;
	overflow: hidden;
	background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
	background-color: #EEE;
}
.selectBox-options LI.selectBox-disabled A {
	color: #888;
	background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
	background-color: #C8DEF4;
}
.selectBox-options .selectBox-optgroup {
	color: #666;
	background: #EEE;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 .3em;
	white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
	color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
	opacity: .5;
	filter: alpha(opacity=50);
	border-color: #666;
}
.selectBox-inline.selectBox-disabled {
	color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
	background-color: transparent !important;
}
.multiple {
	display : block;
	border : 1px solid #c5c5c5;
	outline : 0;
	padding : 5px;
	cursor : text;
	font : 12px/2em Arial;
	color : #1c1c1c;
	width : 100%;
}
.searchBox {
	position:absolute;
	height: 21px;
	margin-top:-21px;
	margin-left:-1px;
}
.searchAutocomplete {
	background-image: url(../img/options2.jpg);
	width: 91px;
	height: 21px;
	cursor:pointer;
}
.searchText {
	display:none;
	position: absolute;
	background-color:#000;
	padding:5px;
	z-index:15;
}
.searchText input {
	background: url(../img/search-white.png) no-repeat 10px 6px #f8f8f8!important;
	border : 1px solid #dcdcdc;
	outline : 0;
	padding : 0px 5px 0px 30px;
	width : 166px;
}
.formEl_b {
	padding: 10px 0px 20px 0px;
}
.formEl_b fieldset {
	border:1px solid #e6e6e6;
	padding:20px 20px 20px 20px;
	background:#ffffff;
	margin: 0 0;
}
.formEl_b fieldset legend {
	font-weight:700;
	border:1px solid #e6e6e6;
	background:#f2f2f2;
	font-size:12px;
	line-height:24px;
	padding:0px 10px;
	margin-left:-10px;
	margin-bottom: 20px;
}
.formEl_b fieldset legend span {
	color:#F00;
}
.sepH_b {
	margin-bottom:12px;
}
/*
------------------------------------------------------------
Form input
------------------------------------------------------------
*/
form input.xxsmall {
	width: 5%;
	text-align: center;
}
form input.xsmall {
	width: 10%;
	text-align: center;
}
form input.small {
	width: 20%;
}
form input.medium,
form textarea.medium {
	width: 40%;
	max-width:40%
}
form input.large,
form textarea.large {
	width: 69%;
	max-width:69%
}
form textarea.largeXL {
	width: 89%;
	max-width:89%;
	height:350px;
}
form input.full,
form textarea.full {
	width: 95%;
	max-width:95%
}
form .limitchars {
	font-size:14px;
	color:#aaaaaa;
	text-align:right;
}
form div.section {
	border-bottom: 0px solid #efefef;
	border-top: none;
	padding: 0px 0 13px 0;
}
form div.section:first-child,
.modal_dialog form div.section:first-child {
	border-top: none
}
form div.section.last,
.modal_dialog form div.section.last {
	border-bottom: none
}
form div.section > div {
	color: #404040;
	font-size: 11px;
	margin-left: 35%;
	position: relative;
	padding: 13px 0 0px 0;
}
form div.section > div >p {
	font-size: 12px;
}
form div.section > div > label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 5px;
}
form div.section > div > .select_box {
	margin-left: -1px;
	position:absolute;
	display:inline-block;
}
form div.section > label {
	color: #404040;
	float: left;
	margin-right: 3%;
	margin-top: 2px;
	width: 30%;
	padding: 11px 0 0px 0;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
form div.section > div >label.red {
	color:#F00;
	text-transform: uppercase;
}
form div.section label small {
	color: #999;
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	margin-top: 3px;
	text-transform: none;
}
ul.rowData li {
	float: left;
	margin-right: 2px;
}
ul.rowData li.sep {
	line-height:30px;
}
ul.rowData li > input {
	text-align: center;
}
/*alertMessage*/
.alertMessage {
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)), color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%, transparent 75%, transparent);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .4);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:13px;
	text-transform:capitalize;
	border: 1px solid!important;
	color: #fff;
	padding: 15px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	-webkit-animation: animate-bg 5s linear infinite;
	-moz-animation: animate-bg 5s linear infinite;
	position:fixed;
	right: -90px;
	text-transform: uppercase;
	bottom: 45px;
	z-index:100001;
	cursor:pointer;
	border: 1px solid;
	display: none;
}
.alertMessage.inline {
	display: block;
	position: static;
	margin-bottom:10px;
}
.alertMessage.info {
	border-color: #3b8eb5!important;
	background-color:#C2E3F0;
	color:#34667A!important;
	text-shadow:1px 1px 1px #C8EBFB;
}
.alertMessage.error {
	border-color: #c43d3d!important;
	background-color:#fc4a48;
	color:#5A0000 !important;
	text-shadow:1px 1px 1px #E64040;
}
.alertMessage.warning {
	border-color: #d99a36 !important;
	background-color:#fcdb72;
	color:#987402 !important;
	text-shadow:1px 1px 1px #e7b104;
}
.alertMessage.success {
	background-color: #61b832;
	border-color: #55a12c !important;
	text-shadow:1px 1px 1px #5c9201;
}
.alertMessage h3 {
	margin: 0 !important;
	border:none;
	line-height: 25px !important;
	color:#FFF;
}
.message p {
	margin: 0;
}
@-webkit-keyframes animate-bg {
 from {
 background-position: 0 0;
}
to {
	background-position: -80px 0;
}
}
@-moz-keyframes animate-bg {
 from {
 background-position: 0 0;
}
to {
	background-position: -80px 0;
}
}
/* styled checkboxes */
.iPhoneCheckContainer {
	position:relative;
	height:27px;
	cursor:pointer;
	overflow:hidden;
	border: 2px #f1f1f1 solid;
}
.iPhoneCheckContainer:hover {
	border: 0px #ffffff solid;
	margin:2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 12px;
}
.iPhoneCheckContainer input {
	position:absolute;
	top:5px;
	left:30px;
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0
}
.iPhoneCheckContainer label {
	white-space:nowrap;
	font-size:10px;
	font-weight: bold;
	line-height:16px;
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	height:22px;
	position:absolute;
	width:auto;
	top:0;
	padding-top:5px;
	overflow:hidden
}
.iPhoneCheckContainer,
.iPhoneCheckContainer label {
	user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none
}
.iPhoneCheckDisabled {
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity:0.5
}
label.iPhoneCheckLabelOn {
	color:#FFF;
	background:url(../img/on.png) no-repeat left top;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	left:0;
	padding-top:5px
}
label.iPhoneCheckLabelOn span {
	padding-left:13px
}
label.iPhoneCheckLabelOff {
	color:#FFF;
	background:url(../img/off.png) no-repeat right 0;
	text-shadow:0 1px 2px rgba(0, 0, 0, 0.6);
	text-align:right;
	right:0
}
label.iPhoneCheckLabelOff span {
	padding-right:11px
}
.iPhoneCheckHandle {
	display:block;
	height:27px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/slider_left.png) no-repeat;
	padding-left:3px
}
.iPhoneCheckHandleRight {
	height:100%;
	width:100%;
	padding-right:3px;
	background:url(../img/slider_right.png) no-repeat right 0
}
.iPhoneCheckHandleCenter {
	height:100%;
	width:100%;
	background:url(../img/slider_center.png)
}
.responMsg {
	width: 40%;
	padding: 40px 0 0px 0;
	margin: auto;
	display:none;
}
.responMsg > div {
	text-align: center;
	padding: 50px 0;
	border: 1px #eeeeee dashed;
}
.responMsg h2 {
	display: block;
}
.responMsg a {
}
#versionBar {
	height: 50px;
	background-color: #000;
	background-image: url(../img/top_bgrepeat.jpg);
	text-shadow:none;
	color:#FFF;
	text-align: right;
	font-size:10px;
	line-height: 50px;
	padding: 0 0px;
}
#login {
	width:400px;
	height:254px;
	margin:20px auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-148px;
	opacity:0;
	filter:alpha(opacity=0);
	border: 5px #f4f4f4 solid;
	min-width:200px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
#login .ribbon {
	background-image: url(../img/logform.png);
	position: absolute;
	width: 111px;
	height: 110px;
	z-index: 12;
	margin-top: -8px;
	margin-left: -9px;
}
#login .shadow {
	position: absolute;
	width: 434px;
	z-index: -1;
	margin-top: 5px;
	background-image: url(../img/shadowForm.png);
	height: 33px;
	margin-left: -20px;
}
#login .inner {
	background-color:#FFF;
	border: 1px #cccccc solid;
	min-height: 230px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
#login .logo {
	width:191px;
	height:41px;
	margin:20px auto;
	text-align:center;
	position: absolute;
	opacity:0;
	filter:alpha(opacity=0);
	top: 5%;
	left: 50%;
	margin-left: -95px;
	z-index: 11;
	background-color: transparent;
}
#login .formLogin {
	width:100%;
	text-align:center;
	margin:auto;
	position: relative;
	left: -100px;
	opacity:0;
	filter:alpha(opacity=0);
	height: 170px;
	padding: 110px 0px 20px 0px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
}
#login #username_id,
#login #password,
#login #password1 {
	font-size: 20px;
	background-repeat:no-repeat;
	text-align:center;
	margin:auto;
	height: 35px;
	background-position: 2px 3px;
	line-height: 35px;
	color: #999;
	width: 80%;
	margin-bottom: 10px;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
}
#login #username_id:focus,
#login #password:focus,
#login #password1:focus {
	color:#000;
}
#login #username_id {
	background-image: url(../img/icon/user_ii.png);
}
#login #password,
#login #password1 {
	background-image: url(../img/icon/pass_ii.png);
}
#formLogin #username_id {
    font-size: 20px;
}
#login .loginButton {
	width:80%;
	padding:0px 5px;
	margin: 5px auto 20px auto;
}
.text_success {
	font-size:14px;
	text-align:center;
	margin:0px 0 35px 0;
	line-height:25px;
	position: absolute;
	left: 50%;
	width: 200px;
	top: 50%;
	z-index: 50;
	margin-left: -100px;
	padding: 20px 0px;
	margin-top: -100px;
	display: none;
}
.text_success img {
}
.text_success span {
	display: block;
	padding: 10px;
	color: #CCC;
}
/*
------------------------------------------------------------
		  header
------------------------------------------------------------
*/
#header {
	width: 100%;
	height: 70px;
	background: url(../img/menu_up_bg.jpg) repeat-x;
	color: #ffffff;
	position: fixed;
	z-index: 49;
 filter: progid: DXImageTransform.Microsoft.Shadow(strength = 5, direction = 180, color = '#999999');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#aaaaaa')";
}
#header a {
	font-weight: normal;
	color: #ffffff;
}
#header a:hover {
	color: #ebebeb;
}
#header a:active {
	color: #999999;
}
#header #account_info {
	padding: 3px 2% 0 0;
	font-size: 10px;
	width: 150px;
}
#header #account_info li {
	padding:0;
	cursor:pointer;
	line-height:100%;
	float: left;
	width: 100%;
}
#header #account_info li:last-child {

}
#header #account_info li .blue {
	color: #1878a0;
}
a.blue {
	color: #1878a0;
}
a.orange {
	color: #e26913;
	text-transform: uppercase;
}
.setting:hover ul.subnav {
	visibility: visible;
	opacity: 1;
	top: 55px;
	background-image: url(../img/bg/214.png);
}
.setting ul.subnav {
	display:block;
	visibility: hidden;
	position:absolute;
	top: 65px;
	z-index:40;
	list-style:none;
	width:158px;
	padding:0;
	box-shadow: 0px 0px 5px #000000;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -o-transition: all .3s ease;
 -ms-transition: all .3s ease;
 transition: all .3s ease;
	opacity: 0;
	border: 1px #000000 solid;
	border-top: none;
	margin-left: -27px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.setting ul.subnav:before {
	background-image: url(../img/subnav-top.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -9px;
	left: 0px;
	content:"\0020";
	display: block;
	width: 158px;
	height: 17px;
}
.setting ul li a.active,
.setting ul li a:hover {
	-webkit-box-shadow: inset 0px 0px 20px 1px #000000;
	-moz-box-shadow: inset 0px 0px 20px 1px #000000;
	box-shadow: inset 0px 0px 20px 1px #000000;
	color: #fff !important;
	background-color:#000;
	cursor:pointer;
}
.setting ul.subnav li {
	display:inline;
	border-left:none!important;
	padding:0!important;
	height:38px!important;
}
.setting ul.subnav li:first-child a {
	padding-top:5px;
}
.setting ul.subnav li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.setting ul.subnav li a {
	display:inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
	float:left;
	font-weight:bolder!important;
	width: 158px;
	height: 38px;
	line-height: 3;
	text-shadow: 1px 0 0 #666666;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
	text-transform: capitalize;
}
.setting ul.subnav li a:hover {
	color:#F00 !important;
}

.logo {
	float: left;
	width: 200px;
	height: 43px;
	padding: 13px 0 14px;
	text-align: center;
}

/*
------------------------------------------------------------
		  Menu left  
------------------------------------------------------------
*/
#left_menu {
	background-image: url(../img/menu_bg.jpg);
	float: left;
	position:fixed;
	z-index: 48;
	top: 140px;
}
.left-menu-after {
	background-image: url(../img/menu_bg.jpg);
	width:200px;
	height:100%;
	position: fixed;	
}
#left_menu:after {
	background-image: url(../img/menu_bg.jpg);
	content:"";
	width:200px;
	height:100%;
	position: fixed;
	left: 0;
	z-index: -5;
}

/*
------------------------------------------------------------
		  II Portal
------------------------------------------------------------
*/

.upravnik-logo { 
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.logotipi {
    width: 200px;
    z-index: 60;
    padding: 10px 0;
    /*float: left;*/
    margin: 20px 0 0 0;
    position: relative;
    /*border-top: 1px solid #5b5b5b;
    position: fixed;
    bottom: 0px;*/
}
.logotipi a {
	display: table-cell;
	/*    float: left;*/
}
.logotipi img {
	width: 50%;
	margin: 0 20%;
}
p.vas-upravnik-text {
	font-size: 11px;
	/*font-weight: bold;*/
	line-height: 14px;	
}
.vas-upravnik-img {
	padding: 8%;
	text-align: center;	
}
.td-left {
	text-align: left;
}
.td-center {
	text-align: center;
}
.orange {
	color: #e26913;
}
.bold {
	font-weight: bold;
}
.obracun-left {
	width: 32%;
	float: left;	
}
.obracun-right {
	width: 68%;
	float: left;
	margin:0 0 10px 0;	
}
input#datepick_in, input#datepick_out {
	width: 100px;
	float: left;
	background:url(../img/icon/koledar.png) right center no-repeat;
	cursor: pointer;
	line-height: 24px;
	height: 24px
}
.table th {
	background-color: #e4f4fb;
}
table.top-right-menu {
	float: right;
	font-size: 10px;
	width: 150px;
	line-height: 10px;	
}

li [class^="icon-"], li [class*=" icon-"] {
	width: 20px;
	height: auto;
	background-image: none;
	vertical-align: middle;
}
.box-dotted {
	width: 100%;
	float: left; 
	margin: 15px 0;
	padding: 10px;
	border: 3px solid orange;
	background: url(../img/icon/dotted_gradient.jpg) repeat;	
}
.top-active {
	color: #e26913 !important;
}
select.upravitelj {
	width: 80%;
	float: none;
}
table.obracun {
	width: 100%; 
	font-size: 9px;
	border: 0px solid #dddddd;	
}
table.obracun td {
	border: 0px solid #dddddd;	
}

input[type="submit"]{
  	background: url(../img/icon/oranzen_gumb.jpg) repeat-x;
  	color: #fff;
	border: 1px solid #ffc000;
	margin: 0 0 0 1%;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	font-size: 11px;
	padding: 1px 5px;
}
input, textarea {
width: 180px;
}
input.stran-nazaj {
	position: absolute;
	top: 5px;right: 3%;
	font-size: 12px;	
}
.tablesorter-headerDesc {
	background-image: url(../img/icon/arrow-seznam-up.gif) !important;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter-headerAsc {
	background-image: url(../img/icon/arrow-seznam-down.gif) !important;
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
.tablesorter-header {
	background-image: url(../img/icon/arrow-seznam-both.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;	
}
.sorter-false {
	background-image: none !important;
	cursor: default;
}
.dotted {
		background: url(../img/icon/dotted_gradient.jpg) repeat;
}
.no-border {
	border: 0px !important;
}
.icons-right-up {
	float: right;
	padding: 0 0 5px 5px;
}
.login-left {
	float:left; 
	margin-left:-9px;
}

/*
------------------------------------------------------------
		 new Menu 
------------------------------------------------------------
*/
#leftSidebar {
    background-image: url(../img/menu_bg.jpg);
    /* position: fixed; 
    height: 100%;*/
    position: absolute;
    z-index: 48;
    top: 70px;
    width: 200px;
    height: auto;
}
#leftSidebarMobile {
    display: none;   
}
.upravnik-logo-mobile {
	display: none;
}
#mobile-menu {
    display: none;
}
#MainMenu {
    /*float: left;*/
    width: 100%;    
}
.panel {
    margin-bottom: 0px;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}
.list-group .list-group-item {
    position: relative;
    display:inline-block;
    align-items:center;
    margin: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.div-level-1 {
    
}
.div-level-2 {
    
}
.level-0 {
    padding: 7px 5px;
    background-image: url(../img/menu_bg.jpg);
}
.level-0:hover, .level-0:focus {
    color: #d87c30 !important;
    background-image: url(../img/foot.png);
    text-decoration: none;
}
.level-1 {
    padding: 7px 0px 7px 35px;
    background-color: #4c4c4c;
}
.level-1 .pull-right {
    right: 5px;
}
.level-1:hover, .level-1:focus {
    color: #d87c30 !important;
    background-color: #4c4c4c !important;   
}
.level-2 {
    padding: 7px 0px 7px 40px;
    background-color: #636363;
}
.level-2:hover, .level-2:focus {
    color: #d87c30 !important;
    background-color: #636363 !important;    
}
.list-group a {
    width: 100%;
    color: white;
    box-sizing: border-box;
}
.list-group img {
    margin: 0 10px 0 0;
    height: 22px;
    width: auto;
    vertical-align: middle;
}
.list-group span {
    line-height: 21px;
    display: inline-block;
}
.hasChild1 {
    padding-right: 5px;    
}
.font-10 {
    font-size: 10px;
}
.activemenu {
    color: #d87c30 !important; 
    /*background-image: url(../img/foot.png) !important;*/ 
    border-top: 1px solid #d87c30 !important;
    border-bottom: 1px solid #d87c30 !important;    
}
/* Menu */

.main_menu {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
	list-style: none;
	display: block;
}

/* Menu 1. level */

.main_menu li {
	width: 100%;
	border-bottom: 1px solid #212123;
	border-top: 1px solid #3f3f42;
	display: block;
	text-transform: capitalize;
	background-image: url(../img/menu_bg.jpg);
}
.main_menu li  {
	height: auto;
}
.main_menu li a:hover,
.main_menu li:hover {
	color: #d87c30;
	text-shadow:0 2px 0 #000000;
	background-image:url(../img/foot.png);
}
.main_menu li:hover {
	border-top: 1px #000000 solid;
}
.main_menu li.select a:hover {
	background-image:url(../img/selectM1.png);
}
.main_menu li a img {
	margin-right: 15px;
	border: 0;
	margin-bottom: 7px;
}
#main_menu .index, #main_menu .razdelilnik {
	background-image:url(../img/selectM1.png);
	background-repeat:no-repeat;
	border-bottom: 1px #111111 solid;
	border-top: 1px #000000 solid	
}
.main_menu li.select {
	background-image:url(../img/selectM1.png);
	background-repeat:no-repeat;
	border-bottom: 1px #111111 solid;
	border-top: 1px #000000 solid
}
.main_menu li a {
	display: block;
	padding: 14px 20px 7px 30px;
	color: #FFF;
	font-weight: bold;
	text-shadow:0 2px 0 #000000;
	-webkit-transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
}

/* Menu 2. level */

.main_menu li ul {
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 220px;
	border:1px #111111 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:-52px;
	display: none;
	clear: both;
	background-position: right top;
	list-style: none;
	position: absolute;
	left: 200px;
	margin-left:10px;
	-webkit-box-shadow: 2px 2px 3px 2px #333333;
	-moz-box-shadow: 2px 2px 3px 2px #333333;
	box-shadow: 2px 2px 3px 2px #333333;
	background-image: url(../img/bg/214.png);
}
.main_menu li ul li {
	height: 45px;
	background-image:none;
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	width:auto;
 -webkit-transition: all .2s ease-out;
 -moz-transition:all.2s ease-out;
 -o-transition: all .2s ease-out;
 transition: all.2s ease-out;
	padding-left:0px;
	padding: 3px 0;
}
.main_menu li .arr {
	position: absolute;
	width:6px;
	height: 100%;
	padding-left:10px;
	left:-16px;
	top:0;
	z-index: 100;
}
.main_menu li .arr span {
	position: absolute;
	background-image: url(../img/arr3.png);
	width:6px;
	height: 12px;
	top:20px;
	display:block;
	left: 9px;
}
.main_menu li ul li:hover {
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	background-image:none;
	-webkit-box-shadow: inset 0px 0px 20px 1px #000000;
	-moz-box-shadow: inset 0px 0px 20px 1px #000000;
	box-shadow: inset 0px 0px 20px 1px #000000;
	list-style:none;
	padding-left:10px;
}
.main_menu li ul li:first-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.main_menu li ul li:last-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.main_menu li ul li a {
	text-shadow:none;
	margin-left: 32px;
	color: #FFF;
	padding-top: 13px!important;
	padding-left: 0px!important;
}
.main_menu li ul li a img {
	margin-bottom: 2px;
	margin-right: 10px;
}
.main_menu li ul li a:hover {
	background-image: none;
	text-shadow:0 1px 0 #000000;
	color: #d87c30;
	border: none;
}


.main_menu li.select ul li a:hover {
	background-image:none;
}


/* Menu 3. level */

.main_menu li ul li ul {
	display: none !important;
}
.main_menu li ul li:hover ul {
	display: block !important;
}
.main_menu li ul li ul:before {
	content: "";
	position: absolute;
	background: url(../img/arr3.png) no-repeat 4px 20px;
	width: 15px;
	height: 100%;
	top: 0px;
	display: block;
	left: -11px;
}
.main_menu li ul li ul {
	left: 220px;
	width: 180px;
	margin-top: -45px;
}
.main_menu li ul li ul li a {
	margin-left: 32px;
	padding: 3px 10px;
	color: #FFF;
}
.main_menu li ul li ul li a:hover{
	color: #d87c30;
}
.iconmenu {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 50px;
	top: 0px;
	position: absolute;
	z-index: 48;
	background-color:#1f1f1f;
}
.iconmenu li {
	width: 100%;
	display: block;
	border-bottom: 1px solid #171717;
	border-top: 1px solid #2a2a2a;
}
.iconmenu li.active {
	height: auto;
}
.iconmenu li ul {
	margin-bottom: 10px;
	float: left;
	display: block;
	width: 180px;
	border:1px #111111 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:-52px;
	display: none;
	clear: both;
	background-position: right top;
	list-style: none;
	position: absolute;
	left: 50px;
	margin-left:10px;
	-webkit-box-shadow: 2px 2px 3px 2px #333333;
	-moz-box-shadow: 2px 2px 3px 2px #333333;
	box-shadow: 2px 2px 3px 2px #333333;
	background-image: url(../img/bg/214.png);
}
.iconmenu li ul li {
	height: 45px;
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	width:auto;
 -webkit-transition: all .2s ease-out;
 -moz-transition:all.2s ease-out;
 -o-transition: all .2s ease-out;
 transition: all.2s ease-out;
	padding-left:0px;
	padding: 3px 0;
	text-transform: capitalize;
}
.iconmenu li .arr {
	position: absolute;
	width:6px;
	height: 100%;
	padding-left:10px;
	left:-16px;
	top:0;
	z-index: 100;
}
.iconmenu li .arr span {
	position: absolute;
	background-image: url(../img/arr3.png);
	width:6px;
	height: 12px;
	top:20px;
	display:block;
	left: 9px;
}
.iconmenu li ul li:hover {
	border-bottom: 1px #111111 solid;
	border-top: 1px #333333 solid;
	background-image:none;
	-webkit-box-shadow: inset 0px 0px 20px 1px #000000;
	-moz-box-shadow: inset 0px 0px 20px 1px #000000;
	box-shadow: inset 0px 0px 20px 1px #000000;
	list-style:none;
	padding-left:10px;
}
.iconmenu li ul li:first-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.iconmenu li ul li:last-child {
	border-bottom: none;
	border-top: 1px #333333 solid;
	margin-bottom: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.iconmenu li ul li a {
	text-shadow:none;
	margin-left: 32px;
	color: #FFF;
	padding-top: 13px!important;
	padding-left: 0px!important;
}
.iconmenu li ul li a img {
	margin-bottom: 2px;
	margin-right: 10px;
}
.iconmenu li ul li a:hover {
	background-image: none;
	text-shadow:0 1px 0 #000000;
	color: #FFF;
	border: none;
}
.iconmenu li a img {
	margin-right: 15px;
	border: 0;
	margin-bottom: -3px;
}
.iconmenu li.select {
	background-image:url(../img/selectM2.png);
	background-repeat:no-repeat;
	border-bottom: 1px #3d3d42 solid;
	border-top: 1px #232328 solid;
}
.iconmenu li a {
	display: block;
	padding: 0px 15px 5px;
	color: #FFF;
	font-weight: bold;
	text-shadow:0 2px 0 #000000;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
	margin: 3px 0px;
}
.iconmenu li a:hover {
	color: #FFF;
	text-shadow:0 2px 0 #000000;
	background-image:none;
}
.iconmenu li.select a:hover {
	background-repeat:no-repeat;
}
.iconmenu li.select ul li a:hover {
	background-image:none;
}
.show {
	display: block;
}
.hide {
	display: none;
}
/*
------------------------------------------------------------
	 Menu shortcut  ( 4 icon show ) in top page
------------------------------------------------------------
*/
#shortcut {
	list-style: none;
	display: block;
	margin: 0 2% 0 0;
	font-size: 11px;
	float: right;
}
#shortcut li {
	display: block;
	float: left;
	margin: 0;
	text-align: center;
	padding: 8px;
}
#shortcut li a {
	display: block;
	width: 100%;
	padding: 0px;
	color: #fff;
}
#shortcut li a img {
	margin-bottom: 5px;
}
#shortcut li .notification {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 1px 0 0 #333333;
	background: transparent url('../img/bg_notification.png') no-repeat center;
	width: 37px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	position: absolute;
	margin-top: -75px;
	margin-left: 40px;
}
#content {
	padding: 0 10px;
	position: relative;
	margin: 70px 0 0 240px;/*	min-width: 400px;*/
}
#content .inner {
	width: 98%;
	padding-top: 35px;
}
#content .inner .logo {
	float: left;
	padding: 45px 0 0 0;
	background-image: url(../img/logo/logo_admin.png);
	width: 191px;
	height: 44px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*
------------------------------------------------------------
		 grid in content
------------------------------------------------------------
*/
.oneTwo {
	width: 49%;
	display: inline;
	float: right;
}
.oneTwo:first-child {
	float:left;
}
.oneThree {
	width: 32%;
	display: inline;
	float: left;
	margin-left: 2%;
}
.oneThree:first-child {
	margin-left: 0;
	float: left;
}
.twoOne {
	width: 66%;
	float: right;
	margin-left: 2%;
}
.twoOne:first-child {
	margin-left: 0;
	float: left;
}
.oneFour {
	width: 23%;
	float: left;
	margin-left: 2.6%;
}
.oneFour:first-child {
	margin-left:  0px;
}
/*
------------------------------------------------------------
	widget ,  column
------------------------------------------------------------
*/

.topcolumn {
}
.widget {
	border: 1px solid #cdcdcd;
	margin: 0px 0 20px 0;
}
.widget.noborder {
	border : none;
}
.widget .widget-header.border {
	border:1px solid #cdcdcd;
	border-bottom:none;
}
.widget .widget-header {
	height: 34px;
	border-bottom: none;
	background: url(../img/siv_gradient.jpg) repeat-x;
	color: #fff;
 	padding: 0 0 0 15px;
}
.widget .widget-header1 {
	height: 34px;
	border-bottom: none;
	background: url(../img/orange_gradient.jpg) repeat-x;
	color: #fff;
	font-size: 16px;
 	padding: 0 0 0 15px;
}
.widget .widget-header1 span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 0 0 5px;
	float: left;
}
.widget .widget-header span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0 0 5px;
	float: left;
}
.widget .widget-header span img,
.widget .widget-header span i {
	margin-right:5px;
}
.widget .widget-content {
	background: #FFF url("../img/inner-shadow.png") repeat-x;
	border-top: 1px solid #cecece;
	padding: 10px;
	min-height: 50px;
}
#buttom_top {
	height: 20px;
	width: auto;
	text-align: right;
	float: right;
	padding: 7px 7px 0 0;/*	border: 1px #CCCCCC solid;*/
}
#buttom_top img {
	margin-bottom: -3px;
	padding-right: 0px;
}
/*
------------------------------------------------------------
	 two column
------------------------------------------------------------
*/
.column_left,
.column_right {
	width: 49%;
	float: left;
	padding-left:1%;
	margin-bottom: 0px;
}
.column_left {
	padding-right:1%;
	padding-left:0;
}
.noshadow {
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}
/*
------------------------------------------------------------
	 modal_dialog
------------------------------------------------------------
*/


.modal_dialog {
	width:550px;
	min-height:250px;
	margin-bottom:0;
	background-color:#FFF;
	text-shadow:none;
}
.modal_dialog.medium {
	width:460px;
	min-height:30px;
}
.modal_dialog.mini {
	width:300px;
	min-height:30px;
}
.modal_dialog .header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background-color:#000;
}
.modal_dialog .header span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color:#FFF;
	padding: 10px 0 0 15px;
	text-shadow:none;
}
.modal_dialog .header .close_me {
	margin:6px;
}
.modal_dialog .header .close_me a {
	color: white;
	font-size:9px;
	font-family:Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-transform:uppercase;
	padding: 5px;
}
.modal_dialog .header .close_me a:hover {
	color: #dddddd;
}
.modal_dialog .content {
	padding: 15px 25px;
	background-color:#eeeeee;
}
.modal_dialog form div.section {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	padding: 0px 0 13px 0;
}
/* 
------------------------------------------------------------
	  filestyle
------------------------------------------------------------
*/
.txtpart {
	padding-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#aaaaaa;
	display:block;
	padding-left:5px;
}
/*
------------------------------------------------------------
	 mutiupload
------------------------------------------------------------
*/
.upload-group {
	background: #fafafa;
	height: 38px;
	border-top: none;
	width:auto;
	padding: 0 20px;
}
#uploadButton {
	height:26px;
	opacity:0.9;
	filter:alpha(opacity=90);
	position:absolute;
	width:92px;
	float: left;
	z-index: 5;
	margin-left: 20px;
}
#uploadButton_edit {
	height:26px;
	opacity:0.9;
	filter:alpha(opacity=90);
	position:absolute;
	width:92px;
	float: left;
	z-index: 5;
	margin-left: 20px;
}
#uploadDisableBut {
	opacity:0.2;
	filter:alpha(opacity=20);
	position:absolute;
	background-color:#ffffff;
	height:26px;
	width:155px;
	z-index: 5;
	margin-left:-3px;
}
#uploadButtondisable {
	height:26px;
	opacity:0.2;
	filter:alpha(opacity=20);
	position:absolute;
	background-color:transparent;
	width:87px;
	float: left;
	z-index: 5;
	margin-left: 115px;
}
#uploadButtondisable_edit {
	height:26px;
	opacity:0.2;
	filter:alpha(opacity=20);
	position:absolute;
	width:87px;
	float: left;
	z-index: 5;
	margin-left: 115px;
}
#uploadButtondisable.uploadme {
	height:26px;
	opacity:0.2;
	filter:alpha(opacity=20);
	position:absolute;
	width:160px;
	float: left;
	z-index: 5;
	margin-left: 0px;
}
#status-message,
#status-message_edit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: capitalize;
	text-align: right;
	color: #666;
	padding-left: 5px;
}
.demo-box {
	width: auto;
}
.uploadifyQueueItem {
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	height: 50px;
	padding: 10px;
}
.uploadifyError {
	background-color: #FDE5DD !important;
	border: none !important;
	border-bottom: 1px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyQueue .completed {
	color: #C5C5C5;
}
.uploadifyProgress {
	background-color: #E5E5E5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #bedd17;
	height: 20px;
	width: 1px;
}
.custom-queue {
	border: 1px solid #E5E5E5;
	min-height: 71px;
	width: auto;
	background-color: #FFF;
	background-image: url(../components/uploadify/add.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.custom-queue.dialog {
	min-height: 355px;
	width: 100%;
}
#open_file {
	width: 100px;
	position:relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin:0 3px 3px 0;
	padding:1px 0;
	text-align:center;
	border:1px solid #ccc;
	background-color:#eee;
	padding:.3em .7em;
	cursor:pointer;
}
/*
------------------------------------------------------------
	 Gallery Album 
------------------------------------------------------------
*/

#albumsList {
	margin-top:10px;
	max-height:528px;
	min-height:528px;
	border-right: 1px #eeeeee solid;
	float: left;
	margin-bottom: 20px;
}
.album_edit {
	float: left;
	border-right: 1px #eeeeee solid;
	margin-right: 20px;
	padding-right: 23px;
}
.album_edit h1 {
	color:#666;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom: 1px #eeeeee solid;
	margin-bottom: 13px;
	line-height: 35px;
}
.album_edit h1 img {
	margin-bottom: -1px;
	margin-right: 5px;
}
.albumpics {
	max-height: 465px;
	min-height: 465px;
	border-right: 1px #eeeeee solid;
	border: 1px #eeeeee solid;
	/*	padding-left: 10px;*/
	padding-top: 10px;
	width:auto;
}
.albumpics li {
	background-color:#333;
}
.albumpics li img {
	opacity:0.7;
	filter:alpha(opacity=70);
}
.albumImage {
	float: left;/*	margin: 0 10px 10px 2px;*/
}
#imagearea {
	padding:0px;
	margin:40px;
	border:1px solid #ccc;
}
.imageContainer {
	margin: 3px;
	-webkit-user-select: none;
	position: relative;
	float: left;
	padding: 0px;
}
.imageContainer a {
	margin: 0px;
	padding: 0px;
}
.imageContainer div:hover {
	-webkit-box-shadow: #d90 0px 0px 6px 2px;
	-moz-box-shadow: #d90 0px 0px 6px 2px;
	box-shadow: #d90 0px 0px 6px 2px;
	-webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
	-moz-transition: -moz-box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}
.picHolder {
	/*	border: 1px #aaaaaa solid;*/
position:relative;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.picHolder:hover {
	-moz-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
	z-index:11;
}
.picHolder:hover img {
	opacity:1;
	filter:alpha(opacity=100);
}
.image_highlight {
	z-index:10;
	display:block;
	width:160px;
	height:120px;
	background:url("../img/pic_highlight.png") no-repeat top left;
	position: absolute;
}
.expandIcon {
	background:url("../img/pen_icon.png") no-repeat left top;
	cursor:pointer;
	display:none;
	height:25px;
	position:absolute;
	right:0px;
	top:0px;
	width:28px;
	z-index:10;
}
.picPreview {
	position:relative;
	text-align: left;
	margin: auto;
	border:1px solid #dddddd;
	-moz-box-shadow:1px 1px 2px #f5f5f5;
	-webkit-box-shadow:1px 1px 2px #f5f5f5;
	box-shadow:1px 1px 2px #f5f5f5;
}
.picPreview-hover {
	border:1px dashed #aaaaaa;
	-moz-box-shadow:1px 1px 2px #eeeeee;
	-webkit-box-shadow:1px 1px 2px #eeeeee;
	box-shadow:1px 1px 2px #eeeeee;
}
.picPreviewLabel {
	text-align: center;
	margin: 10px 0 0px 0;
	color: #F00;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	text-shadow:none;
}
.albumImagePreview {
	margin-top: 8px;
	height: 420px;
	margin-left: 208px;
	margin-right: 18px;
}
.albumPanel {
	text-align: center;
	position: absolute;
	margin-left: 8%;
	margin-top: 390px;
}
.hr {
	background-color:#FFF;
	border-bottom:1px solid #ffffff;
	height:1px;
	margin:5px 0;
	overflow:hidden;
}
.title,
.stats {
	padding:2px;
	max-width: 146px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
}
.title {
	padding: 4px 0px 2px 2px;
}
.stats {
	color:#777777;
	padding-top:0px;
	text-transform:uppercase;
	font-size: 10px;
	padding-bottom: 0px;
}
div.album {
	border-width:1px;
	cursor:pointer;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	padding:14px 28px 10px 19px;
}
div.album.float {
	float:left;
}
 div.album:nth-child(odd) {
 border-color:#383838 #383838 black;
}
 div.album:last-child:nth-child(odd) {
 border-bottom-color:#383838;
}
div.album:last-child {
	border-bottom-color:#444444;
}
div.album.dragging {
	border-left: 4px #dddddd solid;
	padding-left: 15px;
}
div.album.selected {
	background-color:#f9f9f9;
	border-left: 4px #4D90F0 solid;
	padding-left: 15px;
}
div#animate {
	border: 4px solid #4D90F0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	position: absolute;
	z-index: 10000;
}
.album.over {
	background-color:#f4f4f4;
}
.preview {
	min-height: 106px;
	width: 138px;
	display:block;
	clear:both;
}
img.stackphotos {
	border: none;
	text-decoration: none;
	position: absolute;
	margin-left:0px;
	width: 130px;
	position: absolute;
	border: 1px solid #BBB;
	z-index: 20;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	padding: 2px;
	background-color: #FFF;
}
.preview #p1:hover {
	-moz-transform: scale(1.1) rotate(0deg);
	-webkit-transform: scale(1.1) rotate(0deg);
	-o-transform: scale(1.1) rotate(0deg);
	-ms-transform: scale(1.1) rotate(0deg);
	transform: scale(1.1) rotate(0deg);
}
.preview #photo1,
.preview #p1 {/* position of middle photo in the stack */
	margin-left:6px;
	margin-top:4px;
}
.preview #photo2 {/* position of middle photo in the stack */
	margin-left:3px;
	margin-top:2px;
}
.preview #photo3 {/* position of first photo at the top in the stack */
}
.preview .rotate1 {/* rotate last image 15 degrees to the right */
	-webkit-transform: rotate(15deg); /* safari and chrome */
	-moz-transform: rotate(15deg);/*firefox browsers */
	transform: rotate(15deg);/*other */
	-ms-transform:rotate(15deg); /* Internet Explorer 9 */
	-o-transform:rotate(15deg); /* Opera */
}
.preview .rotate2 {/* css not used*/
	-webkit-transform: rotate(0deg); /* safari and chrome */
	-moz-transform: rotate(0deg);/*firefox browsers */
	transform: rotate(0deg);/*other */
	-ms-transform:rotate(0deg); /* Internet Explorer 9 */
	-o-transform:rotate(0deg); /* Opera */
}
.preview .rotate3 {/*rotate first image 15 degrees to the left*/
	-webkit-transform: rotate(-15deg); /* safari and chrome */
	-moz-transform: rotate(-15deg); /*firefox browsers */
	transform: rotate(-15deg);/*other */
	-ms-transform:rotate(-15deg); /* Internet Explorer 9 */
	-o-transform:rotate(-15deg); /* Opera */
	cursor: pointer;
}
.picTitle {
	background-color:#3C3C3C;
	color:#DDDDDD;
	font-size:0.825em;
	margin:10px auto 0;
	overflow:hidden;
	padding:4px 6px;
	text-align:center;
	text-shadow:0 0 1px black;
	white-space:nowrap;
	position: absolute;
	display: none;
	margin-top: -20px;
	z-index: 11;
	width: auto;
	max-width: 148px;
	cursor: pointer;
}
.screen-msg {
	color:#AAAAAA;
	font-size:10px;
	letter-spacing:1px;
	text-align:center;
	text-transform:uppercase;
	line-height:470px;
}
.screen-msg span {
	margin-right: 7px;
	margin-bottom: -5px;
}
.screen-msg span img {
	margin-bottom: -7px;
}
/*
------------------------------------------------------------
	 UI slider demo 
------------------------------------------------------------
*/

#amount,
#amount2,
#amount3 {
	font-size:14px;
	color:#F96;
	font-weight:700;
}
#red,
#green,
#blue {
	display:block;
	margin: 15px 0 15px 0;
	width:auto;
	max-width:400px;
}
#swatch {
	width:auto;
	max-width:400px;
	height: 120px;
	background-image: none;
}
#red .ui-slider-range {
	background: #ef2929;
	background-image: linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -o-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -moz-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -webkit-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
	background-image: -ms-linear-gradient(bottom, rgb(148,22,22) 0%, rgb(239,41,41) 31%);
}
#blue .ui-slider-range {
	background: #729fcf;
	background-image: linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -o-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -moz-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -webkit-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
	background-image: -ms-linear-gradient(bottom, rgb(64,93,122) 0%, rgb(114,159,207) 31%);
}
#eq span {
	height: 130px;
	float: left;
	margin-right: 35px;
	display: block;
}
/*
------------------------------------------------------------
	 chart demo 
------------------------------------------------------------
*/
#tooltip,
#tooltipPie,
.legendBG {
	background-color: #ffffff;
	text-align:center;
	border:2px #CCCCCC solid;
	cursor:pointer;
	font-size:11px;
	padding:5px 10px;
	text-shadow:none;
	color:#aaaaaa;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-box-shadow: 2px 2px 2px #aaaaaa;
	-webkit-box-shadow: 2px 2px 2px #aaaaaa;
	box-shadow: 2px 2px 2px #aaaaaa;
	opacity: 0.8;
 -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity = 80);
	filter: alpha(opacity = 80);
}
.legendBG {
	margin-top:-30px;
	-moz-box-shadow: 2px 2px 2px #eeeeee;
	-webkit-box-shadow: 2px 2px 2px #eeeeee;
	box-shadow: 2px 2px 2px #eeeeee;
	padding:7px 10px;
}
#tooltip {
	margin-top:-5px;
}
#tooltip b,
#tooltipPie b {
	color:#000;
}
#tooltipPie:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-box-shadow: 2px 2px 2px #999999;
	-webkit-box-shadow: 2px 2px 2px #999999;
	box-shadow: 2px 2px 2px #999999;
	z-index:10;
}
#tooltipPie {
	position:absolute;
	top:-20px;
	left:-20px;
}
.chart_title {
	text-align:center;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	font-weight:700;
}
.legend {
}
.chart_title span {
	text-transform:uppercase;
	padding:10px;
	display: inline-block;
	border:1px solid #dddddd;
	-moz-box-shadow:1px 1px 2px #f5f5f5;
	-webkit-box-shadow:1px 1px 2px #f5f5f5;
	box-shadow:1px 1px 2px #f5f5f5;
	position: relative;
	padding: 10px 20px;
	margin: 0 0px 10px 0px;
	background-color: #f5f5f5;
 -webkit-transition: background-color .2s ease-out;
 -moz-transition: background-color .2s ease-out;
 -o-transition: background-color .2s ease-out;
 transition: background-color .2s ease-out;
}
.chart-pie-shadow {
	background-image:url(../img/chaft-shadow.png);
	height:14px;
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:-18px;
	margin-bottom:10px;
}
/*
------------------------------------------------------------
	 UI Spinner 
------------------------------------------------------------
*/
.ui-spinner {
	width: 10em;
	display: block;
	position: relative;
	overflow: hidden;
	border: solid 1px #dddddd;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.ui-spinner:hover,
.ui-spinner:focus {
	border-color: #C9C9C9;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.ui-spinner-disabled {
	background: #F4F4F4;
	color: #CCC;
}
.ui-spinner input.ui-spinner-box {
	border: none!important;
	background: none!important;
	box-shadow: none!important;
	margin:0;
	line-height: 30px;
	height: 30px;/*	padding: 6px 0!important;*/
}
.ui-spinner-up,
.ui-spinner-down {
	width: 18px;
	padding: 0;
	margin: 0;
	z-index: 13;
	position: absolute;
	right: 0;
	cursor: pointer;
	border: none;
}
.ui-spinner-up {
	background: url(../img/forms/spinnerTop.png) no-repeat;
	height: 15px;
	top: 0;
}
.ui-spinner-down {
	height: 15px;
	bottom: 0px;
	background: url(../img/forms/spinnerBottom.png) no-repeat;
}
.ui-spinner-pressed {
}
.ui-spinner-list,
.ui-spinner-listitem {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.ui-spinner ul li,
.ui-spinner-data {
	line-height: 30px;
	height: 30px;
	padding: 0 6px;
}
/*
------------------------------------------------------------
	custom-checkbox
------------------------------------------------------------
*/
.custom-checkbox,
.custom-radio {
	position: relative;
	display:inline-block;
	margin: 0px 3px 3px 0px;
}
.custom-checkbox input,
.custom-radio input {
	position: absolute;
	left: 0px;
	top: 3px;
	margin: 0;
	z-index: 0;
	margin-bottom: 5px;
	opacity:0;
	filter:alpha(opacity=0);
}
.custom-checkbox label,
.custom-radio label {
	display: inline-block;
	height: 17px;
	position: relative;
	z-index: 1;
	font-size: 1.1em;
	padding-right: 1em;
	line-height: 1;
	padding: 7px 5px 5px 28px;
	cursor: pointer;
}
.custom-checkbox label.disabled {
	opacity:0.7;
	filter:alpha(opacity=70);
	background-position: -10px -513px;
}
.custom-radio label.disabled {
	opacity:0.7;
	filter:alpha(opacity=70);
	background-position: -10px -414px;
}
.custom-checkbox label.checkedDisabled {
	opacity:0.7;
	filter:alpha(opacity=70);
	color:#aaaaaa;
	background-position: -10px -413px;
}
.custom-checkbox label {
	background: url(../img/checkbox.png) no-repeat;
}
.custom-radio label {
	background: url(../img/radiobutton.png) no-repeat;
}
.custom-checkbox label,
.custom-radio label {
	background-position: -10px -14px;
}
.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position: -10px -114px;
}
.custom-checkbox label.checked,
.custom-radio label.checked {
	background-position: -10px -214px;
}
.custom-checkbox label.checkedHover,
.custom-checkbox label.checkedFocus {
	background-position: -10px -314px;
}
.custom-checkbox label.focus,
.custom-radio label.focus {
	outline: none;
}
#footer {
	margin: 20px 0 10px 0;
	padding: 10px 0 20px 0;
	border-top: 1px solid #eeeeee;
	font-size: 10px;
	color: #999999;
}
/*
------------------------------------------------------------
	error pages 
------------------------------------------------------------
*/
.slideshow-block {
	position: absolute;
	width: 220px;
	height: 180px;
	top:60px;
	left:30px;
	overflow: hidden;
	background-color:#000;
}
a.link {
	position:absolute;
	height: 180px;
	width: 220px;
	display: block;
	z-index: 10;
}
.slides {
	z-index:0;
	visibility:hidden;
}
.slides.active {
	visibility:visible;
}
#tv-wrap {
	margin:0 auto 20px auto;
	position:relative;
	height:273px;
	width:300px;
}
#tv {
	position:absolute;
	z-index:10;
}
#text {
	text-align:center;
	text-transform:uppercase;
	-webkit-tranform:translateZ(0);
	-webkit-transition-duration:0.05s;
	-moz-tranform:translateZ(0);
	color:#000000;
	text-shadow:0 0 1px rgba(0, 0, 0, .2);
	height: 100px;
}
#text h1 {
	font-size:50px;
	color:#000000;
	border:none;
}
#text h2 {
	font-size:20px;
	color:#000000;
	border:none;
}
.errorpage {
	width:600px;
	margin-left:-300px;
	position:absolute;
	left:50%;
	top:50%;
	height: 400px;
	margin-top: -200px;
}
/*
------------------------------------------------------------
	profile Setting 
------------------------------------------------------------
*/
.profileSetting {
	padding:10px 0;
}
.profileSetting .avartar {
	padding:8px 0;
	width:180px;
	margin:0 auto;
}
.profileSetting .avartar span {
	display:block;
	margin:5px 5px 0px 5px;
	color:#aaaaaa;
}
.webcam {
	display:none;
}
#screen {
	width:250px;
	height:250px;
	margin:5px 0px 20px 0px;
	border:2px #f5f5f5 solid;
	background:#000000;
	text-align: center;
	color:#666;
}
/*
------------------------------------------------------------
	Admin Setting 
------------------------------------------------------------
*/
#partnerTable > tbody > tr > td:hover {
    cursor: pointer;
}
/*
------------------------------------------------------------
	comment  
------------------------------------------------------------
*/
.comment {
	width:auto;
	border-left:1px #eeeeee solid;
	color:#666666;
	margin-left: 17%;
}
.comment .avartar {
	margin:0 35px;
	padding:10px;
	position:absolute;
	border:1px #d9d9d9 solid;
	background-color:#fafafa;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #cccccc;
	-webkit-box-shadow: 1px 1px 5px #cccccc;
	box-shadow: 1px 1px 5px #cccccc;
}
.comment .avartar img {
	width:40px;
	height:40px;
}
.comment .msg {
	margin:20px 55px 15px 0px;
	position: relative;
	border:1px #dddddd solid;
	margin-left: 115px;
	min-height:40px;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 5px #eeeeee;
	-webkit-box-shadow: 1px 1px 5px #eeeeee;
	box-shadow: 1px 1px 5px #eeeeee;
}
.comment .msg span {
	width:50%;
	display:inline-block;
	text-align: right;
	color:#aaaaaa;
}
.comment .msg span:first-child {
	text-align:left;
	color:#000000;
}
.comment .bodyMsg {
	padding-top:5px;
}
.comment .toolMsg {
	position: absolute;
	text-align:right;
	right:-50px;
	width:55px;
	height:100%;
	top:-1px;
	display:none;
}
.comment .toolMsg span.iconReply,
.comment .toolMsg span.iconEdit,
.comment .toolMsg span.iconDelete {
	position: absolute;
	display:block;
	width:20px;
	height:20px;
	margin-top:-10px;
	margin-left:15px;
	top:50%;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}
.comment .toolMsg span.iconReply {
	width:44px;
	background-image:url(../img/icon/icon_reply_comment.png);
}
.comment .toolMsg span.iconEdit {
	margin-top:-22px;
	margin-left:15px;
	background-image:url(../img/icon/icon_edit_comment.png);
}
.comment .toolMsg span.iconDelete {
	background-image:url(../img/icon/icon_delete_comment.png);
	margin-top:3px;
}
.comment .reply {
	padding-left:40px;
	background-image:url(../img/arrReply.png);
	background-position:45px 25px;
	background-repeat:no-repeat;
}
.commentMsg {
	margin:10px 55px 0 0px;
	text-align:right;
}
.commentMsg .newComment {
	margin-left:35px;
	margin-right:20px;
}
.commentMsg textarea {
	width:100%;
	padding-left:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.commentMsg div {
	margin:10px 0;
	position:relative;
	right:-20px;
}
.userOnline {
	width:17%;
	float:left;
	height:100%;
	position: relative;
	padding-top:14px;
}
.userOnline li {
	background-color:#fbfbfb;
	border-bottom:1px #eeeeee solid;
	border-top:1px #fafafa solid;
	position:relative;
}
.userOnline li:hover {
	background-color:#eaf7ff;
}
.userOnline li.selected {
	background-color:#ffffff;
	background-image:none;
	border-right:1px #ffffff solid;
	left:1px;
	z-index:10;
}
.userOnline li a.statusOnline {
	background-image:url(../img/icon/bullet_green.png);
}
.userOnline li a.statusOffline {
	background-image:url(../img/icon/bullet_red.png);
}
.userOnline li a {
	padding:15px 25px;
	display:block;
	background-position:5px center;
	background-repeat:no-repeat;
}
/*   
  SmartWizard 
  */
.swMain {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	overflow:visible;
	float:left;
	width:100%;
}
.swMain .stepContainer {
	display:block;
	position: relative;
	margin: 0;
	padding:0;
	overflow:hidden;
	clear:both;
	margin-bottom: 20px;
}
.swMain .stepContainer div.content {
	display:block;
	border:none;
	background-image:none;
	position: absolute;
	float:left;
	margin: 0;
	padding:0;
	text-align:left;
	overflow:visible;
	width:auto;
	clear:both;
}
.swMain div.actionBar {
	border-top:             1px solid #eeeeee;
	padding:            10px;
	background-color:   #F8F8F8;
	text-align:right;
	left:0;
}
.swMain div.actionBar .btn {
	margin-right:5px;
}
.swMain ul.anchor {
	position: relative;
	display:block;
	float:left;
	padding: 0px;
	margin: 10px 0;
	clear: both;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}
.swMain ul.anchor li {
	position: relative;
	display:block;
	margin: 0;
	padding: 0;
	padding-right: 6px;
	border: 0px solid #E0E0E0;
	float: left;
	top: 1px;
}
.swMain ul.anchor li a {
	display:block;
	position:relative;
	float:left;
	margin:0;
	padding:3px;
	width:auto;
	outline-style:none;
}
.swMain ul.anchor li a .stepNumber {
	position:relative;
	float:left;
	width:30px;
	text-align: center;
	padding:5px;
	padding-top:17px;
	font-size:40px;
}
.swMain ul.anchor li a .stepDesc {
	position:relative;
	display:block;
	float:left;
	text-align: left;
	padding:10px 5px 5px 5px;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
}
.swMain ul.anchor li a .stepDesc small {
	font-size: 10px!important;
	font-family: Arial, Helvetica, sans-serif;
}
.swMain ul.anchor li a.selected {
	color:#666666;
	background: #c2e3f0;
	border: 1px solid #73b4ce;
	cursor:text;
}
.swMain ul.anchor li a.selected:hover {
	background: #a9daed;
	cursor:pointer;
}
.swMain ul.anchor li a.done {
	position:relative;
	color:#FFF;
	background: #a4d143;
	border: 1px solid #8CC63F;
}
.swMain ul.anchor li a.done:hover {
	color:#5A5655;
	background: #8CC63F;
	border: 1px solid #5A5655;
}
.swMain ul.anchor li a.disabled {
	color:#CCCCCC;
	background: #F8F8F8;
	border: 1px solid #CCC;
	cursor:text;
}
.swMain ul.anchor li a.disabled:hover {
	color:#CCCCCC;
	background: #F8F8F8;
}
.swMain ul.anchor li a.error {
	color:#6c6c6c !important;
	background: #f08f75 !important;
	border: 1px solid #fb3500 !important;
}
.swMain ul.anchor li a.error:hover {
	color:#000 !important;
}
.swMain .buttonNext,
.swMain .buttonPrevious {
	float:right;
}
.swMain .loader {
	position:relative;
	display:none;
	float:left;
	margin: 2px 0 0 2px;
	padding:8px 10px 8px 40px;
	border: 1px solid #FFD700;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	color:#5A5655;
	background: #FFF url(../img/loadder/loader_green.gif) no-repeat 5px;
	z-index:998;
}
.swMain .msgBox {
	position:relative;
	display:none;
	margin: 10px 0;
	padding:5px;
	border: 1px solid #FFD700;
	background-color: #FFFFDD;
	font: normal 10px Arial, Helvetica, sans-serif;
	color:#5A5655;
	-moz-border-radius : 5px;
	-webkit-border-radius: 5px;
	z-index:999;
	min-width:200px;
}
.swMain .msgBox .content {
	background: none!important;
	text-align:center;
	border: none;
	padding: 10px;
	min-height: 0;
}
/*   
  rating_star 
  */
.rating_star {
	padding: 0px;
	margin: 0px;
	float: left;
}
.rating_star li {
	line-height: 0px;
	width: 28px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
	list-style: none;
	float: left;
	cursor: pointer;
}
.rating_star li span {
	display: none;
}
/*   
  dualListBox 
  */
.countLabel {
	color:#aaaaaa;
	display:block;
	font-style:italic;
	margin-top: 10px;
}
.storageBox {
	display:none;
}
#box1Filter,
#box2Filter {
	background: url(../img/search-white.png) no-repeat 10px 5px #ffffff;
	border : 1px solid #dcdcdc;
	outline : 0;
	padding : 2px 5px 5px 30px;
	width : 166px;
	line-height: 15px!important;
	height:20px!important;
}
.boxMove {
	margin-top:140px;
}
/*
------------------------------------------------------------
	Process Bar  
------------------------------------------------------------
*/
.bar {
	float:left;
	clear:both;
	width:100%;
	max-width:570px;
	margin:20px 0px 10px 0px;
	height:40px;
	position:relative;
}
.bar .percent {
	background:#2caedd;
	background:-moz-linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%, #2caedd), color-stop(28%, #86dd2a), color-stop(46%, #e0d72a), color-stop(66%, #e8902c), color-stop(86%, #ed2d2d), color-stop(100%, #ff0000));
	background:-webkit-linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
	background:-o-linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
	background:-ms-linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
	background:linear-gradient(left, #2caedd 0%, #86dd2a 28%, #e0d72a 46%, #e8902c 66%, #ed2d2d 86%, #ff0000 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2caedd', endColorstr='#ff0000', GradientType=1);
	float:left;
	width:100%;
	height:40px;
	position:relative;
}
.bar .percent span {
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	width:100%;
	height:40px;
	background:rgba(255, 255, 255, .7);
}
.bar .circle {
	display:block;
	position:absolute;
	top:50%;
	left:0;
	z-index:3;
	margin:-40px 0 0 -40px;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	color:#fff;
	background:rgba(0, 0, 0, .1);
	-moz-border-radius:40px;
	-webkit-border-radius:40px;
	border-radius:40px;
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
}
.bar .circle.rotate {
	-webkit-transform:rotate(1080deg);
	-moz-transform:rotate(1080deg);
	-o-transform:rotate(1080deg);
}
.bar .circle span {
	display:inline-block;
	margin-top:5px;
	width:70px;
	height:70px;
	line-height:70px;
	background:rgba(0, 0, 0, .3);
	-moz-border-radius:35px;
	-webkit-border-radius:35px;
	border-radius:35px;
}
/*
------------------------------------------------------------
	Text highlight  
------------------------------------------------------------
*/
.highlight {
	background-color: #fff34d;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}
.highlight {
	padding:1px 4px;
	margin:0 -4px;
}
/* -------------------------------------- */

ol {
	counter-reset: li;
	list-style: none;
 *list-style: decimal;
	font: 15px 'trebuchet MS', 'lucida sans';
	padding: 0;
	margin-bottom: 1em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
ol ol {
	margin: 0 0 0 2em;
}
/* -------------------------------------- */			

.rounded-list a {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
 *padding: .4em;
	margin: .5em 0 .5em 1.2em;
	background: #ddd;
	color: #444;
	text-decoration: none;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.rounded-list a:hover {
	background: #eee;
}
.rounded-list a:hover:before {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rounded-list a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #87ceeb;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .3em solid #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
/* -------------------------------------- */
.rectangle-list a {
	position: relative;
	display: block;
	padding: .4em .4em .4em .8em;
 *padding: .4em;
	margin: .5em 0 .5em 2.5em;
	background: #ddd;
	color: #444;
	text-decoration: none;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.rectangle-list a small {
	font-size:10px;
	color:#aaaaaa;
	padding-left:5px;
	font-style:italic;
}
.rectangle-list a:hover {
	background: #eee;
}
.rectangle-list a:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #fa8072;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.rectangle-list a:after {
	position: absolute;
	content: '';
	border: .5em solid transparent;
	left: -1em;
	top: 50%;
	margin-top: -.5em;
 -webkit-transition: all .3s ease-out;
 -moz-transition: all .3s ease-out;
 -ms-transition: all .3s ease-out;
 -o-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.rectangle-list a:hover:after {
	left: -.5em;
	border-left-color: #fa8072;
}
.boxs {
	margin: 5px;
	padding: 5px;
	background: #ededed;
	font-size: 11px;
	line-height: 1.4em;
	float: left;
}
.boxs img {
	display: block;
	width: 100%;
}
.rtl .boxs {
	float: right;
	text-align: right;
	direction: rtl;
}
.col1 {
	width: 80px;
}
.col2 {
	width: 180px;
}
.col3 {
	width: 280px;
}
.col4 {
	width: 380px;
}
.col5 {
	width: 480px;
}
.col1 img {
	max-width: 80px;
}
.col2 img {
	max-width: 180px;
}
.col3 img {
	max-width: 280px;
}
.col4 img {
	max-width: 380px;
}
.col5 img {
	max-width: 480px;
}
/* CSS3 Metal Checkbox */
.checkslide {
	display:inline-block;
	position:relative;
	text-align:left;
	width:70px;
	height:22px;
	background-image:url(../img/checkslideBG.jpg);
	background-position:center center;
	border:2px #fafafa solid;
	overflow:hidden;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.checkslide:before {
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:70px;
	height:22px;
	z-index:2;
	-webkit-box-shadow:inset 0 1px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:inset 0 1px 10px rgba(0, 0, 0, 0.7);
	box-shadow:inset 0 1px 10px rgba(0, 0, 0, 0.7);
}
.checkslide:hover {
	margin:2px;
	border-width:0;
	-moz-box-shadow:0px 0px 8px #dddddd;
	-webkit-box-shadow:0px 0px 8px #dddddd;
	box-shadow:0px 0px 8px #dddddd;
}
.checkslide input {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	margin:0 0;
	cursor:pointer;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:5;
}
.checkslide label {
	background-color:#EEE;
	-webkit-box-shadow:inset 0 0 1px rgba(255, 255, 255, 1);
	-moz-box-shadow:inset 0 0 1px rgba(255, 255, 255, 1);
	box-shadow:inset 0 0 1px rgba(255, 255, 255, 1);
	display:inline-block;
	width:40px;
	text-align:center;
	font:bold 10px/20px Arial, Sans-Serif;
	color:#666;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7);
	border:1px #CCC solid;
	-webkit-transition:margin-left 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out;
	position:absolute;
	z-index:4;
}
.checkslide label:before {
	content:attr(data-off);
}
.checkslide input:checked + label {
	margin-left:28px;
}
.checkslide input:checked + label:before {
	content:attr(data-on);
}
.checksquared input[type=checkbox],
.radiorounded input[type=radio] {
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
	display:block;
	position:absolute;
	z-index:3;
}
.checksquared {
	width: 13px;
	height:13px;
	padding:0 0 4px 0!important;
	margin:3px 0!important;
	position: relative;
}
.checksquared label:before {
	content:attr(title);
	position: absolute;
	top:-2px;
	font-size:11px;
	margin-left:23px;
	min-width:180px;
}
.checksquared label {
	cursor: pointer;
	position: absolute;
	width: 13px;
	height: 13px;
	left:50%;
	border:1px #acacac solid;
	margin-left:-7px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 1px 0px #e3e3e3;
	-moz-box-shadow: 0px 1px 0px #e3e3e3;
	box-shadow:0px 1px 0px #e3e3e3;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.checksquared label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 11px;
	height: 4px;
	background: transparent;
	top: -1px;
	left: 2px;
	border: 4px solid #51a809;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.checksquared:hover label {
	-webkit-box-shadow:0px 0px 15px rgba(164, 233, 48, 1);
	-moz-box-shadow: 0px 0px 15px rgba(164, 233, 48, 1);
	box-shadow:0px 0px 15px rgba(164, 233, 48, 1);
}
.checksquared:hover label::after {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
 filter: alpha(opacity=30);
 opacity: 0.3;
}
.checksquared input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.checksquared input[type=checkbox]:disabled + label:after {
	border-color: #DDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.checksquared input[type=checkbox]:disabled:checked + label:after {
	border-color: #DDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* ROUNDED ONE */
.radiorounded {
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 1px #dddddd solid;
	margin: 0px 0 10px 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
}
.radiorounded label:before {
	content:attr(title);
	position: absolute;
	top:-3px;
	font-size:11px;
	margin-left:23px;
	min-width:250px;
}
.radiorounded label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	left: 2px;
	top: 2px;
	border:1px #CCC solid;
}
.radiorounded:hover {
	-webkit-box-shadow:0px 0px 15px #e26913;
	-moz-box-shadow: 0px 0px 15px #e26913;
	box-shadow:0px 0px 15px #e26913;
}
.radiorounded label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #e26913;

	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	top: 0px;
	left: 0px;
	clear:both;
}
 .radiorounded label:hover::after {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
 filter: alpha(opacity=10);
 opacity: 0.1;
}
.radiorounded input[type=radio]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.radiorounded input[type=radio]:disabled + label:after {
	background: #DDD;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
/* tagsinput */
div.tagsinput {
	border:1px solid #DDD;
	background: #FFF;
	padding:5px;
	width:300px;
	height:100px;
	overflow-y: auto;
}
div.tagsinput span.tag {
	border: 1px solid #a5d24a;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration:none;
	background: #cde69c;
	color: #638421;
	margin-right: 5px;
	margin-bottom:5px;
	font-family: helvetica;
	font-size:13px;
}
div.tagsinput span.tag a {
	font-weight: bold;
	color: #82ad2b;
	text-decoration:none;
	font-size: 11px;
}
div.tagsinput input {
	width:80px;
	margin:0px;
	font-family: helvetica;
	font-size: 13px;
	border:1px solid transparent;
	padding:5px;
	background: transparent;
	color: #000;
	outline:0px;
	margin-right:5px;
	margin-bottom:5px;
}
div.tagsinput div {
	display:block;
	float: left;
}
.tags_clear {
	clear: both;
	width: 100%;
	height: 0px;
}
.not_valid {
	background: #FBD8DB !important;
	color: #90111A !important;
}
/*clone-form*/
.clone-delete {
	position:relative;
	margin-left:3px;
	top:-2px;
	filter: alpha(opacity=40);
	opacity: 0.4;
}
.clone-delete:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Changes 1.0.72 */
.boxtitle-firstlogin {
    padding: 0;
    line-height: 20px;
    font-size: 10px;
    border-bottom: 1px solid;
}
.boxtitle-firstlogin p {
    margin: 0;
    line-height: 20px;
}

.boxtitle-firstlogin .text-delimeter {
    display: block;
    margin: 10px 0;
    border-bottom: 2px solid #9ea3a6;   
}
.boxtitle-firstlogin p.text-important {
    border: 2px solid red;
    padding: 5px;
}
#potrditevAktivacije {
    margin: 50px auto 0;
    width: 80%;
    text-align: center;
    font-size: 11px;
}
#potrditevAktivacije p {
    margin: 0;
}
fieldset.text-important {
    padding: 10px;
    margin: 0;
    border: 2px dashed red;
    text-align: center;
}
fieldset.text-important legend {
    display: block;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 21px;
    color: red;
    border: 0;
    border-bottom: 0px;
}
#link-password-reset {
    display: block;
    color: #1F92FF;
    font-size: 10px;
    margin: 5px 0 0 0;    
}
.reset-title {
    font-weight: bold;
}
.reset-text {
    padding: 0 20px;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
    margin: 0 0 5px 0;
}
.reset-important {
    font-style: italic;
    font-weight: bold;   
}
.reset-divider {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #ccc;    
}
/* Changes 1.0.72 */

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
 @media (max-width: 979px) {
 .oneTwo, .oneThree, .twoOne, .oneFour {
width: 100%;
margin:0;
}
 .column_left, .column_right {
padding:0;
width: 100%;
margin:0;
}
 .boxMove {
margin:10px auto 20px auto;
}
.table thead th {
font-size: 80%;
padding: 5px;
line-height: 100%;
}
.ui-accordion .ui-accordion-header a {
font-size: 70%;	
}
form div.section > label {
font-size: 60%;
}
.table td {
font-size: 80%;
padding: 5px;
line-height: 100%;	
}
.obracun-left {
	width: 100%;
	float: left;	
}
.obracun-right {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;	
}
table.obracun {
	font-size: 60%;
}
#shortcut {
	font-size: 80%;
}
table.top-right-menu {
	float: right;
	font-size: 80%;
	width: 120px;	
}
}
@media (max-width: 768px) {
    /* New menu */
    #leftSidebar {
        display: none;    
    }  
    #leftSidebarMobile {
        background-image: url(../img/menu_bg.jpg);
        position: absolute;
        z-index: 48;
        top: 105px;
        width: 200px;
    }
    #mobile-menu {
        display: block;
        position: absolute;
        top: 77px;
        z-index: 50;
        left: 10px;
    }    
    #mobile-menu span {
        cursor: pointer;
    }
    #content {
        margin: 70px 0 0 0;
        /* margin-left:70px !important; */
    }
    #content .inner {
        width: 100%;
    }
     #left_menu:after {
        background-image:none;
        background-image: url(../img/menu_bg.jpg);
        width:50px;
    }
    #shadowhead {
        position:fixed;
    }
    .logo {
        width: 90px;
        padding: 20px 0 0 10px;	
    }
    .vas-upravnik-img {
        padding: 1%;	
    }
    .upravnik-logo {
        display: none;
        padding: 0;
    }
    .upravnik-logo-mobile {
		display: block;
        width: auto;
        height: 25px;
        padding: 5px;
        position: absolute;
        top: 70px;
        left: 40px;
        overflow: hidden;       
    }
    .upravnik-logo-mobile img {
        max-height: 25px;
        max-width: none;        
    }
    select {
        float: left;
        width: 70%;	
    }
    .logotipi-mobile {
        position: relative;
        padding: 10px 0;
        float: left;
        width: 100%;
        border-top: 1px solid #636363; 
        box-sizing: border-box;
    }
    .logotipi-mobile a {
        width: 30%;
        float: left;
        padding: 0 10%;    
    }
    .list-group span {
        line-height: 21px;
    }
    .list-group img {
        height: 19px;
    }    
    #left_menu {
    top: 100px;	
    }
    #header #account_info {
    font-size: 70%;
    width: 120px;	
    }
    #header #account_info li {
    line-height: 11px;	
    }
    #shortcut {
    height: auto;
    width:50%;
    }
     #shortcut li {
    display: inline-block;
    margin:0;
    width:20%;
    height:55px;
    padding: 8px 0;
    }
     #shortcut li a {
    margin:auto;
    font-size: 80%;
    line-height: 10px;
    }
     #shortcut li a img{
    width: 25px;
    }
    .table thead th {
    font-size: 60%;
    padding: 3px;
    line-height: 100%;
    }

    .table td {
    font-size: 60%;
    padding: 3px;
    line-height: 100%;	
    }
    .obracun-left {
            width: 100%;
            float: left;	
    }
    .obracun-right {
            width: 100%;
            float: left;
            margin: 0 0 15px 0;	
    }
    table.obracun {
            font-size: 60%;
            line-height: 130%;
    }
}
@media (max-width: 480px) {
.iconmenu {
 margin: 0;
 padding: 0;
 float: left;
 list-style: none;
 width: 50px;
 top: 0px;
 position: absolute;
 z-index: 48;
 background-color:#1f1f1f;
}
.logo {
width: 60px;
padding: 20px 0 0 10px;	
}
table.top-right-menu {
float: right;
font-size: 60%;
width: 75px;
}
.icons-right-up{
display: none;
}
input.stran-nazaj {
font-size: 70%;
}
.more1 {
display: none;	
}
.widget .widget-content {
padding: 10px;	
}
.widget .widget-header span {
font-size: 70%;
}
.widget .widget-header1 span {
font-size: 70%;
}
p.news-text {
font-size: 80%;
line-height: 120%;	
}
p.vas-upravnik-text {
font-size: 80%;
font-weight: bold;	
}
.table thead th {
font-size: 35%;
padding: 0px;
line-height: 10px;
}
.login-left {

}
.table td {
font-size: 35%;
padding: 0px;
line-height: 10px;	
}
 body.dashborad {
 background-image: url(../img/menu_small_bg.jpg);
 background-repeat: repeat-y;
}
 form div.section > div {
 margin-left: 0%;
}
 form div.section > label {
 float: none;
 width: 100%;
 display:block;
}
 #text h1 {
 font-size:40px;
}
 #text h2 {
 font-size:20px;
}
 .errorpage {
 width:460px;
 margin-left:-230px;
}
 .albumImagePreview {
 margin-top: 8px;
 height: 400px;
 margin-left: 0px;
 margin-right: 0px;
 display: none;
}
 #albumsList, .userOnline, .comment .avartar, .fc-button-today, .overHiden {
 display:none!important;
}
 .fc-header-right {
 right:52px!important;
}
 .comment {
 margin-left:0px;
 border:none;
}
 .comment .msg {
 margin-left:0px;
}
 .comment .reply {
 background-position:5px 25px;
}
 .modal_dialog {
 max-width:400px;
}
 #login {
 width:80%;
 margin:-148px auto 0;
 height:254px;
 position: relative;
 top: 200px;
 left: auto;
 opacity:1;
 filter:alpha(opacity=100);
 border: 0px;
}

 #login .shadow {
display:none;
}
 #login .logo {
 width:90%;
 text-align: right;
 position: static;
 opacity:1;
 filter:alpha(opacity=100);
 margin: 0px auto 10px;
}
 #login .formLogin {
 position: static;
 opacity:1;
 filter:alpha(opacity=100);
 padding: 25% 0px 20px 0px;
 height: auto;
}
 #login .loginButton {
width:80%;
padding:0px 5px;
margin: 5px auto 20px auto;
}
 .comment .toolMsg {
right:0px;
height:25px;
}
 .comment .msg, .commentMsg {
margin:20px 20px 15px 0px;
}
 .comment, .commentMsg .newComment {
margin-left:0;
}
 .comment .toolMsg span.iconEdit {
margin-top:-12px;
margin-left:0px;
right:-1px;
}
 .comment .toolMsg span.iconDelete {
margin-top:-12px;
margin-left:17px;
}
 .comment .toolMsg span.iconReply {
margin-top:-12px;
margin-left:0px;
right:-1px;
}
 #shortcut {
margin: 5px 15px 0 0;
height: auto;
width:50%;
}
 #shortcut li {
display: inline-block;
margin:0;
width:20%;
height:50px;
}
 #shortcut li a {
margin:auto;
font-size: 60%;
line-height: 10px;
}
 #shortcut li a img{
width: 20px;
}
#header #account_info {
font-size: 50%;
}
#header #account_info li {
line-height: 10px;	
}
table.obracun {
	font-size: 50%;
	line-height: 130%;
}
#header #account_info {
width: 68px;	
}
}
 @media (max-width: 320px) {
 body {
 min-width:320px;
}
#header {
 min-width: 320px;
}
 #header #account_info img.disconnect, .section.datepickerInlineShow, .section.colorPickerFlatShow, #buttom_top, .fc-button-today {
 display:none !important;
}
 #content .inner .logo {
float: none;
width:100%;
background-position:  center bottom;
}
 #header #account_info {
text-align: left;
margin-left:0px;
}
.table thead th {
font-size: 30%;
padding: 0px;
line-height: 6px;
}

.table td {
font-size: 30%;
padding: 0px;
line-height: 6px;	
}
 #header #account_info div.logout {
padding:0 10px 0 29px;
}
table.obracun {
	font-size: 40%;
	line-height: 130%;
}
}

@font-face {
	font-family: 'icomoon';
	font-family: 'IcoMoon';
    src: url('../fonts/icomoon-webfont.eot');
    src: url('../fonts/icomoon-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.svg#IcoMoon') format('svg'),
        url('../fonts/icomoon-webfont.woff') format('woff'),
        url('../fonts/icomoon-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.loading1:before {
	content: attr(data-icon1);
	font-family: 'IcoMoon';
	font-size: 35px;
    vertical-align: top;
    text-shadow: 0 2px 2px black;
}
#loadingDiv {
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	top: 40%;
	background-color: #151C22;
	color: #fff;
	width: 300px;
	margin-left: -120px;
}
.cssanimations .loading1:before {
    content: attr(data-icon2);
}
.cssanimations .loading1 {
    display: inline-block;
    line-height: 1;
    color: #c6ecff;
}
.cssanimations .loading1:before {
    text-shadow: 0 0 .1em #006AFF, 0 0 .3em #39F;
}
@-webkit-keyframes anim-rotate {
    0%   { -webkit-transform: rotate(0); }
    100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes anim-rotate {
    0%   { -moz-transform: rotate(0); }
    100% { -moz-transform: rotate(360deg); }
}
@-ms-keyframes anim-rotate {
    0%   { -ms-transform: rotate(0); }
    100% { -ms-transform: rotate(360deg); }
}

.anim-rotate, .cssanimations .loading1 {
    -webkit-animation: anim-rotate 1s linear infinite;
    -moz-animation: anim-rotate 1s linear infinite;
    -ms-animation: anim-rotate 1s linear infinite;
}

table.summary {
	min-width: 500px;
	width: 60%;
	margin-bottom: 5px;
}

table.summary thead th:not(:first-child) {
	text-align: center;
}

table.summary tbody td:not(:first-child) {
	text-align: right;
}

table.summary tfoot {
	font-weight: bold;
}

table.summary tfoot td:not(:first-child) {
	text-align: right;
}

table thead.srch tr th {
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
table thead.srch select, table thead.srch input {
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	width: 95%;
}

.main_menu li {
	text-transform: none;
}

table.obracun_data a {
	white-space: nowrap;
}
table.obracun_data a img {
	vertical-align: top;
}

div.delitevDetail table tfoot tr td {
	font-weight: bold;
	border-top: 1px solid #909090;
}