/* Snorby */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

.ui-state-default{
	padding: 0 !important;
	text-align: center !important;
}

/* @end */

/* @group FancyBox */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	background-color: transparent;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	background: transparent;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
   -moz-border-radius-topright: 5px;
   -moz-border-radius-topleft: 5px;
   -webkit-border-top-right-radius: 5px;
  	-webkit-border-top-left-radius: 5px;
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding-left: 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding-bottom: 3px;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding-left: 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/ancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

/* @end */

div.rule-data pre{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	padding: 10px;
	margin: 5px 0;
	height: auto;
	width: auto;
	border: 3px solid #666;
	font: normal normal normal 1.1em "Courier New", Courier, mono;
}

/* @group Main */

.stop-scrolling {
  height: 100% !important;
  overflow: hidden !important;
}

hr {
	border-top: 1px solid rgba(0,0,0,0.8);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-left: transparent;
	border-right: transparent;
	margin: 20px 0;
}

.boxit{
	float: none;
}

html,body{
  font-family: Helvetica, Arial;
  font-size: 12px;
	background: #ededed url(../images/page/body-bg.png) repeat;
}

a img {
  border: none;
}

a {
  color: #0000FF;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}



/* @end */

/* @group Snorby-Box */

#snorby-box{
	display: block;
	position: relative;
	overflow: visible;
}

#snorby-box #box-content{
	overflow: auto;
	display: block;
	position: relative;
	padding: 10px;
	height: 500px;
	background-color: #fff;
}

#snorby-box #box-content-small{
	overflow: visible;
	display: block;
	position: relative;
	padding: 10px;
	height: auto;
	background-color: #fff;
}

#snorby-box #box-content,
#snorby-box #box-content-small{
	border-top: 1px solid #000;
}

#snorby-box #box-title{
	padding: 17px 10px;
	color: #fff;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-size: 2.0em;
	letter-spacing: -1px;
	text-shadow: #2a2a2a 0 1px 0;
	font-style: normal;
	background: #474747
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#545454',endColorstr='#474747');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#545454),to(#474747));
	background: -moz-linear-gradient(-90deg,#545454,#474747);
}

#snorby-box #box-footer{
	display: block;
	position: relative;
	overflow: visible;
	background: #ededed
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff',endColorstr='#ededed');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ededed));
	background: -moz-linear-gradient(-90deg,#fff,#ededed);
	border-top: 1px solid #dbdbdb;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
	padding: 10px 10px 12px;
}

/* @end */

/* @group Flash */

div#update-notification{
	display: block;
	position: absolute;
	overflow: hidden;
	color: #fff;
	padding: 5px 5px 5px 20px;
	text-align: center;
	font-size: 1.0em;
	opacity: 0.9;
	right: 0;
	bottom: 5px;
	border: 1px solid #000;
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	background: #555755 url(../images/icons/updates.png) no-repeat 8px center;
	/*text-shadow: #414241 0 1px 0;*/
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

div#update-notification a{
	color: #eadbe1;
	font-variant: normal;
	text-decoration: none;
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.0em;
}

div#update-notification div.message-update-notification{
	float: left;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

div#update-notification div.close-update-notification{
	cursor: pointer;
	float: right;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-align: right;
	padding-right: 5px;
	padding-left: 15px;
}

div#note-box{
	padding: 10px;
	display: block;
	position: relative;
	overflow: hidden;
}

div#note-box img{
	vertical-align: top;
	margin-right: 5px;
	margin-top: -3px;
}

div#note-box.error{
	background-color: #820d06;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px solid #590602;
}

#flash_message{
	cursor: pointer;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	background-color: rgba(24,31,34,0.9);
	z-index: 9999999;
	height: 61px;
}

body.login #flash_message{
	border-bottom: 1px solid #000;
	background-color: rgba(117,29,5,0.8);
}

body.login #flash_message.success{
	border-bottom: 1px solid #000;
	background-color: rgba(10,96,8,0.8);
}

#flash_message div.message{
	cursor: pointer;
	text-shadow: #000 0 0 0;
	line-height: 60px;
	width: 960px;
	margin: auto;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 2.0em;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
}


/* @end */

/* @group Header */


#header{
	display: block;
	position: relative;
	overflow: visible;
	background: #202325 url(../images/header/header-bg.png) repeat;
	border-bottom: 1px solid #000;
}

#header #header-inside{
	display: block;
	position: relative;
	overflow: visible;
	height: 92px;
	border-bottom: 1px solid #5a5a5a;
}

#header #header-inside #header-content{
	height: 60px;
	display: block;
	position: relative;
	overflow: visible;
	border-bottom: 1px solid #000;
}

#header #header-inside #header-content #header-top{
	display: block;
	position: relative;
	overflow: visible;
	height: 60px;
}

#header #header-inside #header-content #header-top #logo{
	height: 60px;
	text-align: right;
	background: url(../images/header/logo.png) no-repeat;
	text-indent: -99999em;
	position: absolute;
	display: block;
	overflow: visible;
	top: 0;
	left: -55px;
	bottom: 0;
}

#header #header-inside #header-content #header-top #logo a{
	width: 140px;
	margin-left: 45px;
	display: inline-block;
	float: left;
	overflow: hidden;
	height: 60px;
	text-indent: 99999em;
}

#header #header-inside #header-content #header-top #logo a.threat-stack{
	display: inline-block;
	float: left;
	float: left;
	display: inline-block;
	height: 60px;
	text-indent: 99999em;
	margin-left: 0px;
}

strong.current-snorby-env{
	color: #fefad4;
	text-shadow: #000 0 1px 0;
}

#header #header-inside #header-content #header-top #user-menu{
	display: block;
	position: relative;
	overflow: hidden;
}

#header #header-inside #header-content #header-top #user-menu ul{
	float: right;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

#header #header-inside #header-content #header-top #user-menu ul li{
	color: #d7d7d7;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #4f4f4f;
}

#header #header-inside #header-content #header-top #user-menu ul li.first{
	border-left-style: none;
}
#header #header-inside #header-content #header-top #user-menu ul li.last{
	border-right-style: none;
}

#header #header-inside #header-content #header-top #user-menu ul li a{
	color: #909090;
	float: left;
}
#header #header-inside #header-content #header-top #user-menu ul li a:hover{
	color: #fff;
}

#header #header-inside #menu{
	border-top: 1px solid #5a5a5a;
	background: #41464a url(../images/header/menu-bg.png) repeat-x;
	display: block;
	position: relative;
	overflow: visible;
	height: 30px;
}

#header #header-inside #menu ul{
	overflow: visible;
	width: 1020px;
	margin: auto;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#header #header-inside #menu ul li{
	height: 30px;
	line-height: 30px;
	float: left;
	overflow: visible;
	position: relative;
	display: block;
	text-align: center;
	border-right: 1px solid #616161;
	border-left: 1px solid #313131;
}

#header #header-inside #menu ul li.menu-error.admin{
	border-style: none;
	color: #e3e7e7;
	margin-right: 135px;
}

#header #header-inside #menu ul li.menu-error{
	border-style: none;
	color: #e3e7e7;
	margin-right: 5px
}

#header #header-inside #menu ul li.menu-error:hover{
	background: transparent none;
}

#header #header-inside #menu ul li.menu-error img{
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -5px;
}


#header #header-inside #menu ul li.administration{
	background: transparent url(../images/header/admin-button.png) no-repeat;
	width: 127px;
	margin-left: 10px;
	position: absolute;
	height: 32px;
	right: -1px;
	top: -1px;
	bottom: 0;
	text-shadow: #6f0a0b 0 1px 0;
	border-style: none;
	line-height: 32px;
}

#header #header-inside #menu ul li.administration:hover{
	background: transparent url(../images/header/admin-button.png) no-repeat 0 -32px;
}

#header #header-inside #menu ul li.administration:active{
	background: transparent url(../images/header/admin-button.png) no-repeat 0 bottom;
}
#header #header-inside #menu ul li.administration a{
	color: #f0f0f0;
	border-style: none; !important
}

dl#admin-menu{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  -webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 1px 20px rgba(0,0,0,0.4);
  box-shadow: 0px 1px 20px rgba(0,0,0,0.4);
	min-width: 200px;
	padding: 0;
	opacity: 0.95;
	display: block;
	overflow: visible;
	position: absolute;
	background: #111;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2b2b2b',endColorstr='#111');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#2b2b2b),to(#111));
	background: -moz-linear-gradient(-90deg,#2b2b2b,#111);
	z-index: 99999;
	border: 1px solid #151515;
	top: 40px;
	right: -32.5px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

dl#admin-menu dd{
	margin: 0;
	padding: 4px 15px;
	height: 25px;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #000;
	border-top-style: none;
	border-bottom-style: none;
}

dl#admin-menu div.admin-arrow{
	background: url(../images/menu-arrow.png) no-repeat;
	width: 23px;
	height: 13px;
	position: absolute;
	display: block;
	top: -10px;
	right: 42%;
}

dl#admin-menu dd:first-child{
	border-top: 1px solid #000;
   -moz-border-radius-topright: 5px;
   -moz-border-radius-topleft: 5px;
   -webkit-border-top-right-radius: 5px;
  	-webkit-border-top-left-radius: 5px;
}

dl#admin-menu dd:last-child{
	border-bottom: 1px solid #000;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

dl#admin-menu dd span{
  -webkit-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
  box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
	float: right;
	display: block;
	background-color: #000;
	padding: 0 5px;
	line-height: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	margin-top: 2px;
	border: 1px solid #393939;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	height: 20px;
	margin-right: -10px;
}

dl#admin-menu dd:hover{
	background-color: rgba(66,66,66,0.4);
}

dl#admin-menu dd a{
	line-height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	overflow: visible;
	color: #ececec;
	text-decoration: none;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

#header #header-inside #menu ul li:hover{
	background: transparent url(../images/header/menu-bg.png) repeat-x 0 bottom;
}

#header #header-inside #menu ul li.blank{
	width: 1px;
	padding: 0;
	margin: 0;
	border-style: none;
}

#header #header-inside #menu ul li.blank.first{
	border-right: 1px solid #616161;
}

#header #header-inside #menu ul li.blank.last{
	border-left: 1px solid #313131;
}

#header #header-inside #menu ul li a{
	color: #c8c7c9;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.1em;
	font-style: normal;
	display: block;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
	padding-left: 20px;
}

#header #header-inside #menu ul li a:hover{
	color: #fffeff;
}

/* @end */

/* @group Body */

#wrapper{
	padding-top: 15px;
	clear: both;
	display: block;
	position: relative;
	overflow: visible;
	border-top: 1px solid #fff;
}

#wrapper #content{
	display: block;
	background-color: #fff;
	min-height: 100px;
	position: relative;
	display: block;
	border: 1px solid #bebebe;
  -webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 10px rgba(0,0,0,0.2);
	padding-bottom: 7px;
}

#wrapper #content div.note{
	cursor: pointer;
	border: 1px solid #fdf5a2;
	padding: 10px 10px 10px 35px;
	color: #313131;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	text-shadow: #fff 0 1px 0;
	background: #fefae8 url(../images/icons/note.png) no-repeat 10px center;
	font-style: normal;
	font-size: 1.1em;
}

#wrapper #content div.note a{
	cursor: pointer;
	color: #c04e4a;
	font-variant: normal;
	text-decoration: none;
}

#wrapper #content div.note.no-click{
	cursor: default;
	margin-bottom: 0;
	margin-top: 15px;
}

#wrapper #content div.note.lookups{
	cursor: default;
	display: block;
	position: relative;
	overflow: hidden;
}

.page{
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}

div.content-box-title {
	-moz-border-radius-topright: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	height: 45px;
	line-height: 45px;
	display: block;
	position: relative;
	background: #323339;
	background: -moz-linear-gradient(top,#323339 0,#242529 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#323339),color-stop(100%,#28292E));
	background: -webkit-linear-gradient(top,#323339 0,#242529 100%);
	background: -o-linear-gradient(top,#323339 0,#242529 100%);
	background: -ms-linear-gradient(top,#323339 0,#242529 1040%);
	background: linear-gradient(top,#323339 0,#242529 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#323339',endColorstr='#242529',GradientType=0);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 1),0px 2px 0 rgba(255, 255, 255, 0.10),inset 0 1px 0 rgba(255, 255, 255, 0.12);
	-o-box-shadow: 0 0 0 1px rgba(0,0,0,1),0px 2px 0 rgba(255,255,255,0.10),inset 0 1px 0 rgba(255,255,255,0.12);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0,1),0px 2px 0 rgba(255,255,255,0.10),inset 0 1px 0 rgba(255,255,255,0.12);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,1),0px 2px 0 rgba(255,255,255,0.10),inset 0 1px 0 rgba(255,255,255,0.12);
	box-shadow: 0 0 0 1px rgba(0,0,0,1),0px 2px 0 rgba(255,255,255,0.10),inset 0 1px 0 rgba(255,255,255,0.12);
	overflow: hidden;
	padding: 5px 15px;
	font-size: 20px;
}

div.content-box {
	display: block;
	position: relative;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7),0px 2px 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 rgba(255, 255, 255, 0.12);
	-o-box-shadow: 0 0 0 1px rgba(0,0,0,0.7),0px 2px 0 rgba(255,255,255,0.05),inset 0 1px 0 rgba(255,255,255,0.12);
	-ms-box-shadow: 0 0 0 1px rgba(0,0,0,0.7),0px 2px 0 rgba(255,255,255,0.05),inset 0 1px 0 rgba(255,255,255,0.12);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.7),0px 2px 0 rgba(255,255,255,0.05),inset 0 1px 0 rgba(255,255,255,0.12);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.7),0px 2px 0 rgba(255, 255, 255, 0.05),inset 0 1px 0 rgba(255, 255, 255, 0.12);
	background-color: rgba(81, 82, 84, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #E8E7E9;
	text-shadow: black 0 -1px 0;
	font-size: 16px;
}

div.content-box-body {
	padding: 15px;
}

/* @end */

/* @group Title */

#wrapper #content #title{
	height: 35px;
	background: #ededed
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff',endColorstr='#ededed');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ededed));
	background: -moz-linear-gradient(-90deg,#fff,#ededed);
	border-bottom: 1px solid #d5d5d5;
}

#wrapper #content #title #title-header.edit{
	float: left;
	position: relative;
	display: block;
	overflow: visible;
	padding-left: 10px;
}

#wrapper #content #title span.sub-title{
	height: 35px;
	line-height: 35px;
	float: left;
	margin-left: 5px;
	color: #a5a5a5;
	font-style: italic;
}

#wrapper #content #title .title-search-box {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

  	-webkit-box-shadow: 1px 1px 0px #fefefe;
  	-moz-box-shadow: 1px 1px 0px #fefefe;
 	box-shadow: 1px 1px 0px #fefefe;

	width: 190px;
	position: absolute;
	top: 6px;
	right: 10px;
	height: 13px;
	border: 1px solid #d1cdd5;
	padding-left: 30px;
	text-decoration: none;
	font: normal normal normal 1.12em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0;
	background: #fff url(../images/icons/search.png) no-repeat 10px 5px;
}

#wrapper #content #title #title-header{
	height: 35px;
	line-height: 37px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	letter-spacing: -1px;
	text-shadow: #fff 0 1px 0;
	color: #4a4a4a;
	font-size: 1.3em;
}

#title-header i{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

#wrapper #content #title #title-header-dashboard{
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	text-shadow: #fff 0 1px 0;
	color: #313131;
	padding-left: 10px;
}

#wrapper #content #title #options-header-dashboard{
	float: right;
	margin-right: 10px;
}

#wrapper #content #title #title-header img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 10px;
}

#wrapper #content #title #title-menu-holder{
	line-height: 35px;
	height: 35px;
	float: right;
}

#wrapper #content #title #title-menu-holder ul#title-menu{
	line-height: 34px;
	height: 35px;
	float: right;
	margin-right: 10px;
}

#wrapper #content #title #title-menu-holder ul#title-menu li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	display: block;
	position: relative;
	overflow: visible;
}

#wrapper #content #title #title-menu-holder ul#title-menu li:hover{
	background-color: rgba(255,254,255,0.7);
	border-bottom: 1px solid #fff;
}

#wrapper #content #title #title-menu-holder ul#title-menu li:first-child {
	border-left-style: none;
	width: 1px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
}
#wrapper #content #title #title-menu-holder ul#title-menu li:last-child {
	border-right-style: none;
	width: 1px; !important
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0;
}

#wrapper #content #title #title-menu-holder ul#title-menu li a{
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	color: #353535;
	text-shadow: #fff 0 1px 0;
	font-size: 0.9em;
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
	top: 1px;
}

#wrapper #content #title #title-menu-holder ul#title-menu li a img{
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 3px;
}

#wrapper #content #title #title-menu-holder ul#title-menu dl.drop-down-menu{
	clear: both;
  	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
	display: inline-block;
	position: absolute;
	top: 36px;
	z-index: 999999;
	background-color: #fff;
	min-width: 230px;
	right: -1px;
	padding: 5px;
	visibility: visible;
	overflow: visible;
	border-bottom: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

#wrapper #content #title #title-menu-holder ul#title-menu dl.drop-down-menu dd:first-child{
	border-top-style: none;
}

#wrapper #content #title #title-menu-holder ul#title-menu dl.drop-down-menu dd{
	height: 35px;
	line-height: 35px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	position: relative;
	overflow: hidden;
	border-top: 1px dotted #eee;
	font-size: 0.9em;
	color: #222;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

#wrapper #content #title #title-menu-holder ul#title-menu dl.drop-down-menu dd a{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.0em;
	color: #000;
}

#wrapper #content #title #title-menu-holder ul#title-menu dl.drop-down-menu dd a span.shortcut{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1.4em;
    vertical-align: middle;
	float: right;
	background-color: #424242;
	color: #fffeff;
	text-shadow: #000 0 1px 0;
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 8px;
	margin-right: 5px;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
	text-transform: none;
	padding: 3px 5px;
}

#wrapper #content #title #title-menu-holder ul#title-menu dl.drop-down-menu dd:hover{
	background-color: #f6f6f6;
}

/* @end */

/* @group Sidebar */

#wrapper #content #sidebar{
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #ededed;
}

#wrapper #content #sidebar #sidebar-inside{
	min-height: 500px;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
}

/* @end */

/* @group Footer */

#footer{
	margin-top: 10px;
	margin-bottom: 70px;
}

#footer #footer-inside{
	color: #939393;
	font-size: 0.9em;
	text-align: right;
	height: 25px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
	line-height: 10px;
}

/*.footer-small-logo{
	background: url(../images/ts-logo-small.png) no-repeat;
	float: left;
	width: 100px;
	height: 60px;
	display: block;
	position: relative;
	margin-left: -60px;
	margin-top: -10px;
	left: 0;
}*/

#footer #footer-inside a{
	color: #494949;
}

/* @end */

/* @group Helpers */

.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

div.cover-loader{
	vertical-align: middle;
	position: absolute;
	overflow: hidden;
	display: block;
	z-index: 99999;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	color: #222;
	font-size: 2.0em;
	text-shadow: #fff 0 1px 0;
}

div.pad-left{
	margin-left: 10px;
}

form.validate{

}

#form-holder{
	display: block;
	position: relative;
	overflow: hidden;
}

form.validate textarea{
	height: 140px;
	width: 600px;
	padding: 5px;
}

#snorbybox-holder{
	position: relative;
	display: block;
	height: 700px;
	overflow: auto;
	width: 1015px;
}

h3{
	font-size: 1.3em;
	color: #5188e7;
	margin-bottom: 5px;
	display: block;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: lowercase;
	text-align: left;
}

.blur {color: #bdbdbd}

.blank {color: #e5e5e5}

.no-overflow{
	overflow: hidden;
}

.right{
	float: right !important;
}

.left{
	float: left;
}

.round {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.round-with-tabs{
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.round_top {
   -moz-border-radius-topright: 5px;
   -moz-border-radius-topleft: 5px;
   -webkit-border-top-right-radius: 5px;
  	-webkit-border-top-left-radius: 5px;
}

.round_bottom {
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.round-left{
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.round-right{
   -moz-border-radius-topright: 5px;
  	-webkit-border-top-left-radius: 5px;
}

.shadow {
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

.shadow-in {
  -webkit-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
  box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
}

.shadow-light{
  -webkit-box-shadow: inset 0px 1px 10px #fbfbfb;
  -moz-box-shadow: inset 0px 1px 10px #fbfbfb;
  box-shadow: inset 0px 1px 10px #fbfbfb;
}

.no-wrap{
	white-space:nowrap;
}

#box-holder div.box{
	cursor: pointer;
}

/* @end */

/* @group Message */

.fieldWithErrors {
  display: inline;
}

#error_explanation,
.error_messages {
  width: 400px;
  border: 2px solid #CF0000;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  font-size: 12px;
}

.error_messages h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0;
  background-color: #c00;
  color: #fff;
}

.error_messages p {
  margin: 8px 10px;
}

.error_messages ul {
  margin: 0;
}



/* @end */



/* @group Growl */

.ui-notify { width:350px; position:fixed; top:10px; right:10px;z-index: 999999; }
.ui-notify-message { padding:10px; margin-bottom:15px; -moz-border-radius:8px; -webkit-border-radius:8px; border-radius:8px }
.ui-notify-message h1 { font-size:14px; margin:0; padding:0 }
.ui-notify-message p { margin:3px 0; padding:0; line-height:18px }
.ui-notify-message:last-child { margin-bottom:0 }
.ui-notify-message-style { background:#000; background:rgba(0,0,0,0.8); -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; box-shadow: 0 0 6px #000; }
.ui-notify-message-style h1 { color:#fff; font-weight:bold }
.ui-notify-message-style p { color:#fff }
.ui-notify-close { color:#fff; text-decoration:underline }
.ui-notify-click { cursor:pointer }
.ui-notify-cross { margin-top:-4px; float:right; cursor:pointer; text-decoration:none; font-size:12px; font-weight:bold; text-shadow:0 1px 1px #fff; padding:2px }
.ui-notify-cross:hover { color:#ffffab }
.ui-notify-cross:active { position:relative; top:1px }
/* @end */

/* @group Sensors */

#sensors{
	display: block;
	position: relative;
	padding: 10px 10px 5px;
}

/* @end */

/* @group Table */

span.status{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 3px 7px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.1em;
	background-color: #ddd;
}

span.status.ok{
	background: #1ba316;
}

span.status.warning{
	background: #fea922;
}

span.status.fail{
	background: #fd2516;
}

td.search-by-signature{
	cursor: pointer;
}

div.search-loading{
	width: 16px;
	height: 16px;
	background: url(../images/icons/search-loading.gif) no-repeat;
	display: block;
	position: absolute;
	top: 10px;
	right: 17px;
	overflow: hidden;
}

div.page-loading{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 50px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	letter-spacing: -1px;
	text-shadow: #000 0 1px 0;
	font: normal normal 2.0em/50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 15px auto 10px;
	border: 1px solid #1f1f1f;
	background: #424242 url(../images/icons/page-loader.gif) no-repeat center center;
	width: 50px;
}

table.default td a {
	padding: 3px 5px;
	background-color: #e0e0e0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e0e0e0');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e0e0e0));
	background: -moz-linear-gradient(-90deg,#fff,#e0e0e0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #575757;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	border: 1px solid #9a9a9b;
}

table.default td a.disabled {
	opacity: 0.5;
	color: #e6e6e6;
	cursor: default;
}

table.default td a.disabled:hover, table.default td a.disabled:active  {
	background-color: #e0e0e0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e0e0e0');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e0e0e0));
	background: -moz-linear-gradient(-90deg,#fff,#e0e0e0);}

table.default td a.loading{
	background: url(../images/icons/pager.gif) no-repeat center center;
	text-indent: -9999px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	right: 0;
	bottom: 0;
	left: 0;
	top: 4px;
}

table.default td a.ip-button{
	height: 15px;
	line-height: 17px;
	/*width: 100px;*/
	position: relative;
	overflow: hidden;
	display: block;
	text-align: left;
	top: 5px;
	float: left;
	padding-right: 25px;
	text-shadow: #fff 0 1px 0;
}

span.ip-copy{
	float: right;
}

span.clippy{
	display: inline-block;
	position: absolute;
	right: 5px;
	overflow: visible;
	width: 14px;
	height: 14px;
	top: 4px;
}

table.default td a:hover{
	background-color: #e0e0e0;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e0e0e0');
	background: -webkit-gradient(linear,0% 100%,0% 0,from(#fff),to(#e0e0e0));
	background: -moz-linear-gradient(90deg,#fff,#e0e0e0);
	border: 1px solid #9a9a9b;
}

table.default{
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 5px solid #f3f3f3;
}

.table-tooltip{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	background: url(../images/table-tooltip.png) repeat-x 0 top;
	height: 9px;
	margin-left: 8px;
	margin-right: 6px;
}

table.default th{
	text-align: left;
	padding-left: 10px;
	color: #3f3f3f;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px solid #bababa;
	text-shadow: #fff 0 1px 0;
	font-size: 0.9em;
}

table.default th{
	border-top: 1px solid #CDCDCD;

	background: #dddddd;
	background: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #eaeaea 0%,#dddddd 100%);
}

table.default th a{
	color: #474747;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}

table.default tr th:first-child{
	border-left: 1px solid #CDCDCD;
}

table.default tr th:last-child{
	border-right: 1px solid #CDCDCD;
}

table.default tr.deleted {
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

table.default tr.deleted td {
	text-decoration: line-through;
}

table.default th img{
	vertical-align: middle;
	margin-top: -3px;
}

table.default th input{
	vertical-align: middle;
	margin-left: 4px;
}

table.default td img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
}

table.default td img.edit,
table.default td img.trash{
	margin-right: 0px;
	padding-right: 3px;
	padding-left: 3px;
}

table.default td{
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #cdcdcd;
	color: #474747;
	background: #fff url(../images/page/table-bg.png) repeat-x 0 bottom;
	overflow: visible;
}

table.default td img.locked{
	padding-left: 8px;
}

table.default td.severity{
	width: 45px;
}

table.default td.first{
	border-left: 1px solid #cdcdcd;
}

table.default td.first input{
	position: relative;
	display: block;
	overflow: visible;
	top: 6px;
	left: 2px;
}

table.default td.click{
	cursor: pointer;
}

table.default tbody.top tr:first-child td{
	border-top: 1px solid #cdcdcd;
}

table.default td.last{
	border-right: 1px solid #cdcdcd;
}

table.default th.sensor-actions {
	width: 90px;
}

table.default th.admin-sensor-actions {
	width: 130px;
}

table.default td.admin-sensor-actions a:first-child {
	margin: 0 10px 0 0;
}

table.default tr:hover td{
	background-color: #fefeeb;
}

table.default td:last{
	border-bottom-style: none;
}

table.default td.last_error a,
table.default td.handler a{
	font-family: mono, Courier, "Courier New";
}

/* @end */

/* @group LI Table */

ul.table{
	width: 990px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border: 5px solid #f3f3f3;
	margin: 0;
	padding: 0;
}

ul.table li.header{
	text-align: left;
	color: #3f3f3f;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	border-bottom: 1px solid #bababa;
	text-shadow: #fff 0 1px 0;
	font-size: 0.9em;
	display: block;
	position: relative;

	background: #dddddd;
	background: -moz-linear-gradient(top, #eaeaea 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#dddddd 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#dddddd 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #eaeaea 0%,#dddddd 100%);
}

ul.table li.header div{
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
}

ul.table li.header div.row{
	border-top: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	float: none !important;
}

ul.table li.header div.row a{
	color: #474747;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}

ul.table div.content li .row{
	height: 31px;
	line-height: 32px;
	border-bottom: 1px solid #cdcdcd;
	color: #474747;
	background: #fff url(../images/page/table-bg.png) repeat-x 0 bottom;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	position: relative;
	display: block;
	overflow: hidden;
}

ul.table div.content li .row .signature{
	display: block;
	width: 400px;
	position: relative;
	
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.table div.content li .row.sessions .signature{
	width: 350px;
	
	white-space:nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

ul.table div.content li .row.classified .signature{
	text-decoration: line-through;
	color: #aaa;
}

ul.table div.content li.event.highlight .row{
	height: 31px;
	line-height: 32px;
	background-color: #414346;
	border-bottom: 1px solid #282a2c;
	background-image: none;
	color: #fff;
}

ul.table div.content li.event.highlight .row div.timestamp{
	color: #ffffff;
	text-shadow: #000 0 1px 0;
	position: absolute;
	top: 0;
	right: 0;
}


ul.table div.content li.event.highlight .row.sessions div.timestamp{
	width: 100px;
	display: block;
	position: absolute;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 0.9em;
	text-align: right;
	right: 70px;
	padding-right: 15px;
	text-shadow: #000 0 1px 0;
}

ul.table div.content li.event.highlight .row div.session-count{
	color: #ffffff;
	text-shadow: #000 0 1px 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
}

ul.table div.content li.event .row div .create-favorite{
	cursor: pointer;
	background: url(../images/icons/star.png) no-repeat 0 bottom;
	width: 16px;
	height: 16px;
	position: relative;
	display: block;
	overflow: hidden;
	top: 6px;
}
ul.table div.content li.event .row div .destroy-favorite{
	cursor: pointer;
	background: url(../images/icons/star.png) no-repeat 0 top;
	width: 16px;
	height: 16px;
	position: relative;
	display: block;
	overflow: hidden;
	top: 6px;
}

ul.table div.content li .row div{
	float: left;
}

ul.table div.content li .row div.click{
	cursor: pointer;
}

ul.table div.content li.currently-over .row{
	background-color: #fcfed7;
}

ul.table li .row div img{
	vertical-align: middle;
	margin-top: -5px;
}

ul.table li .row div.sensor{
	padding-left: 12px;
}

ul.table li .row div.sensor{
	width: 95px;
}

ul.table li .row.geoip div.address{
	width: 145px;
}

ul.table li .row div.address{
	width: 120px;
}

ul.table li .row div div.country_flag{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	background-color: #ddd;
	text-align: center;
	position: relative;
	font-size: 0.85em;
	text-shadow: #cbcbcb 0 1px 0;
	display: block;
	float: left;
	height: 21px;
	line-height: 22px;
	width: 22px;
	border: 1px solid #d7d7d7;
	top: 4px;
	margin-right: 7px;
}

ul.table li.highlight .row div div.country_flag{
  -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	background: #2b2c2e;
	text-shadow: #000 0 1px 0;
	border: 1px solid #111;
	top: 4px;
}

img.flag{
	margin-right: 5px;
	margin-bottom: -1px;
}

ul.table li .row div.large{

}

ul.table li .row div.timestamp{
	width: 100px;
	display: block;
	position: absolute;
	overflow: hidden;
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 0.9em;
	text-shadow: #fff 0 1px 0;
	text-align: right;
	right: 0;
	padding-right: 15px;
}

ul.table li .row.sessions div.session-count{
	width: 80px;
	display: block;
	position: absolute;
	overflow: hidden;
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 0.9em;
	text-shadow: #fff 0 1px 0;
	text-align: center;
	right: 0;
}

ul.table li .row.sessions div.session-count span{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

	line-height: 1.4em; !important
	display: block;
	background-color: #469dfc;
	color: #fff;
	text-shadow: #3172b9 0 1px 0;
	padding: 3px 5px;
	position: relative;
	font-size: 0.9em;
	text-align: left;
	overflow: hidden;
}

ul.table li .row.sessions div.timestamp{
	width: 100px;
	display: block;
	position: absolute;
	overflow: hidden;
	color: #b1b1b1;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 0.9em;
	text-shadow: #fff 0 1px 0;
	text-align: right;
	right: 70px;
	padding-right: 15px;
}

ul.table li .row div.timestamp span{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	margin-right: 5px;
	text-shadow: none;
	font-style: normal;
	font-size: 1em;
	padding: 5px 7px;
	text-align: left;
	position: absolute;
	left: 15px;
	height: 12px;
	line-height: 12px;
	top: 4px;
}

ul.table li .row div.small{
	display: block;
	position: relative;
	overflow: visible;
	min-width: 20px;
	width: 20px;
	padding-left: 10px;
}


/* @end */

/* @group Events */

#events{
	display: block;
	position: relative;
	padding-top: 10px;
	padding-bottom: 5px;
}

table.ip-header td a{
	color: #202222;
	text-decoration: none;
	font-variant: normal;
	font-weight: bold;
}

ul.table div.content div.event-data{
	display: block;
	position: relative;
	float: none; !important
	clear: none;
	width: 100%;
}

ul.table div.content div.event-data table{
	background: #47494a;
	border: 3px solid #47494a;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

ul.table div.content div.event-data table th{
	background: #5f6264 !important;
	color: #fffeff;
	text-shadow: #000 0 0 0;
	border-bottom: 1px solid #e3e3e3;
	border-top: none;
	border-right: none;
	border-left: none;
}

ul.table div.content div.event-data table th.first{
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

ul.table div.content div.event-data table th.last{
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

div.references-table table tbody tr:last-child td:first-child,
ul.table div.content div.event-data table td.first{
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

div.references-table table tbody tr:last-child td:last-child,
ul.table div.content div.event-data table td.last{
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

ul.table div.content div.event-data table td{
	background-color: #fff;
}

ul.table div.content div.event-data table tr:hover td{
	background-color: #fff;
}

ul.table div.content div.event-data div.event-data-holder{
	float: none; !important
	display: block;
	position: relative;
	border: 1px solid #cdcdcd;
	background-color: #2d2f31;
	border-top-style: none;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside{
	position: relative;
	display: block;
	border-top-style: none;
	padding: 5px;
	overflow: visible;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside .plus{
	margin: 10px;
	display: block;
	position: relative;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside .plus-side{
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 10px;
}

ul.table div.content div.event-data div.event-data-holder .section-title{
	margin: 5px 0;
	padding: 0 0 5px;
	font-size: 1.2em;
	color: #fffbfe;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-shadow: #000 0 1px 0;
	width: 370px;
}

ul.table div.content div.event-data div.event-data-holder ul div#tab-title{
	font-size: 1.2em;
	color: #fffbfe;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-shadow: #000 0 1px 0;
	float: left;
}

a.dark-button{
	cursor: pointer;
	padding: 3px 5px;
	background-color: #5f6264;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#787c7e',endColorstr='#5f6264');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#787c7e),to(#5f6264));
	background: -moz-linear-gradient(-90deg,#787c7e,#5f6264);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #fffeff;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	border: 1px solid #090809;
	font-size: 0.9em;
	text-shadow: #787c7e 0 1px 0;
}

a.dark-button img{
	vertical-align: middle;
	margin-top: -2px;
	padding: 0;
}

a.dark-button img.focus-mode{
	margin-top: -3px;
	padding-right: 1px;
	padding-left: 1px;
	margin-bottom: 0px;
}

a.dark-button:hover{
	background-color: #6b6f71;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#929597',endColorstr='#6b6f71');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#929597),to(#6b6f71));
	background: -moz-linear-gradient(-90deg,#929597,#6b6f71);
}

a.dark-button:active{
	background-color: #5f6264;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5f6264',endColorstr='#46484a');
	background: -webkit-gradient(linear,0% 100%,0% 0,from(#5f6264),to(#46484a));
	background: -moz-linear-gradient(90deg,#5f6264,#46484a);
}

ul.table div.content #event-menu{
	float: right;
	display: block;
	position: relative;
	overflow: visible;
}

dl.event-sub-menu{
	display: block;
	position: absolute;
	z-index: 99999;

	background-color: #363636;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000',endColorstr='#363636');
	background: -webkit-gradient(linear,0% 100%,0% 0,from(#000000),to(#363636));
	background: -moz-linear-gradient(90deg,#000000,#363636);

	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.5);

	color: #fffeff;
	width: 200px;
	border: 1px solid #222;
	padding: 5px;
	overflow: visible;
}

dl.event-sub-menu.push-down{
	top: 61px;
}

dl.event-sub-menu dd{
	padding: 0 5px;
}

dl.event-sub-menu dd a{
	color: #fff;
	text-shadow: #000 0 1px 0;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	display: block;
	position: relative;
	background: transparent !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

dl.event-sub-menu dd:hover{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color: #790908;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#790908',endColorstr='#a90d0b');
	background: -webkit-gradient(linear,0% 100%,0% 0,from(#790908),to(#a90d0b));
	background: -moz-linear-gradient(90deg,#790908,#a90d0b);
	color: #fff;
	text-shadow: #000 0 1px 0;
}

ul.table div.content #event-menu ul{
	display: block;
	position: relative;
	margin-top: 2px;
	margin-right: 4px;
}

ul.table div.content #event-menu ul li{
	float: left;
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-right: 7px;
}

ul.table div.content div.event-data div.event-data-holder .section-title.bottom-none{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside ul.payload-tabs{
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside ul.payload-tabs li{
	float: right;
	height: 25px;
	line-height: 25px;
	margin-right: 5px;
	background-color: #6e7172;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside ul.payload-tabs li.current{
	background-color: #47494a;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside ul.payload-tabs li a{
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	padding: 3px 10px;
	color: #bdc1c3;
	font-style: normal;
	font-size: 0.9em;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside ul.payload-tabs li.current a{
	color: #fff;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside div.payload-ascii{
	padding: 5px;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside div.payload-holder{
	margin-bottom: 12px;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside div.payload-ascii,
ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside div.payload{
	background-color: #ededed;
	border: 5px solid #47494a;
	color: #242424;
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	overflow: auto;
	max-height: 500px;
	overflow: auto;
}
ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside div.payload-ascii{
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside div.payload pre{
	border: 1px solid #fff;
	line-height: 14px;
	font-variant: normal;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	padding: 10px 10px 0;
}

ul.table div.content div.event-data div.event-data-holder div.event-data-holder-inside div.notes{

}

/* @end */

/* @group Buttons */

.form-actions {
	text-align: right;
	padding-bottom: 2px;
}

.form-actions .cancel {
	margin-top: 5px;
	float: left;
}

.form-actions .minibutton.cancel {
	margin-top: 0;
}

.form-actions .optional {
	display: block;
	padding-top: 8px;
	float: left;
	margin-right: 15px;
}

.form-actions .optional span.text {
	padding: 0 3px;
}

.form-actions .optional input {
	position: relative;
	top: -1px;
}

button.default,a.button.default {
	height: 27px;
	padding: 0;
	position: relative;
	top: 1px;
	font-family: helvetica,arial,freesans,clean,sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-shadow: 1px 1px 0 #fff;
	white-space: nowrap;
	overflow: visible;
	background: #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e1e1e1');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e1e1e1));
	background: -moz-linear-gradient(-90deg,#fff,#e1e1e1);
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	cursor: pointer;
	-webkit-font-smoothing: subpixel-antialiased!important;
	border: 1px solid #cbcbcb;
	margin-right: 5px;
}


button.default.loading,a.button.default.loading{
	text-indent: -9999em;
	background: #575757 url(../images/icons/pager.gif) no-repeat center center;
}

button.default.loading:hover,a.button.default.loading:hover{
	text-indent: -9999em;
	background: #575757 url(../images/icons/pager.gif) no-repeat center center;
}


button.default.warning,a.button.default.warning{
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	border-color: #716b6f;
	background: #d72219;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd4f52',endColorstr='#d72219');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd4f52),to(#d72219));
	background: -moz-linear-gradient(-90deg,#fd4f52,#d72219);
}

div#new_note button.default.warning,div#new_note a.button.default.warning{
	border: 1px solid #fd462d;
}

button.default.success,a.button.default.success{
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	border: 1px solid #159117;
	background: #1fb322;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#23c926',endColorstr='#1fb322');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#23c926),to(#1fb322));
	background: -moz-linear-gradient(-90deg,#23c926,#1fb322);
}

button.default.success:hover,a.button.default.success:hover{
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background: #1fb322;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#08da10',endColorstr='#23c926');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#08da10),to(#23c926));
	background: -moz-linear-gradient(-90deg,#08da10,#23c926);
	border: 1px solid #159117;
}

button.default.success:active,a.button.default.success:active{
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	border: 1px solid #1ef727;
	border-bottom-color: #1ef727;
	background: #1fb322;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1fb322',endColorstr='#23c926');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#1fb322),to(#23c926));
	background: -moz-linear-gradient(-90deg,#1fb322,#23c926);
	border: 1px solid #159117;
}

button.default.warning:hover,a.button.default.warning:hover{
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background: #d72219;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd4f52',endColorstr='#e8433b');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd4f52),to(#e8433b));
	background: -moz-linear-gradient(-90deg,#fd4f52,#e8433b);
}

button.default.warning:active,a.button.default.warning:active{
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background: #d72219;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd4f52',endColorstr='#d72219');
	background: -webkit-gradient(linear,0% 100%,0% 0,from(#fd4f52),to(#d72219));
	background: -moz-linear-gradient(90deg,#fd4f52,#d72219);
}

a.button.default {
	display: inline-block;
}

button.default span,a.button.default span {
	display: block;
	height: 27px;
	padding: 0 10px;
	line-height: 27px;
}

button.default:hover,a.button.default:hover {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	border-bottom-color: #0770a0;
	background: #575757;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8a8a8a',endColorstr='#575757');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#8a8a8a),to(#575757));
	background: -moz-linear-gradient(-90deg,#8a8a8a,#575757);
	border: 1px solid #515151;
}

#new_note button.add_new_note:hover,
#new_note button.submit_new_note:hover {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background: #575757;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8a8a8a',endColorstr='#575757');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#8a8a8a),to(#575757));
	background: -moz-linear-gradient(-90deg,#8a8a8a,#575757);
	border: 1px solid #808080;
}

button.default:active,a.button.default:active {
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background: #575757;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#8a8a8a',endColorstr='#575757');
	background: -webkit-gradient(linear,0% 100%,0% 0,from(#8a8a8a),to(#575757));
	background: -moz-linear-gradient(90deg,#8a8a8a,#575757);
}

button.default:active span,a.button.default:active span {
	background-position: 0 -120px;
}

button.default::-moz-focus-inner {
	margin: -1px -3px;
}

button.default img,a.button.default img {
	position: relative;
	top: -1px;
	margin-right: 3px;
	vertical-align: middle;
}

button.default:disabled,.button.default.disabled {
	opacity: .5;
}

/* @end */

/* @group Pagination */

div.paginate-info{
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #a6a6a6;
	margin-top: 10px;
}

ul.pager{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	background: #ededed;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #fff;
	border: 1px solid #dbdbdb;
	text-align: center;

	background: #eaeaea;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#eaeaea',GradientType=0 );
	background: linear-gradient(top, #f7f7f7 0%,#eaeaea 100%);
}

div.pagination span,
div.pagination em,
ul.pager li{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	overflow: visible;
	padding: 7px;
	width: auto;
	zoom: 1;

	background: #ededed;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fbfbfb',endColorstr='#ededed');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fbfbfb),to(#ededed));
	background: -moz-linear-gradient(-90deg,#fbfbfb,#ededed);

	border: 1px solid #b7b7b7;
	color: #333;
	text-shadow: white 0px 1px 0px;
	padding: 6px;
	text-decoration: none;
	font-variant: normal;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;

	min-width: 15px;
}

.notes ul.pager{
  -webkit-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
  box-shadow: inset 0px 1px 10px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: block;
	position: relative;
	overflow: hidden;
	margin-right: auto;
	margin-top: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	border: 1px solid #0d0d0d;
	text-align: center;
	background: #1b1b1b;
}

.notes div.pagination span,
.notes div.pagination em,
.notes ul.pager li{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	overflow: visible;
	padding: 7px;
	width: auto;
	zoom: 1;
	background: #282828 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282828), to(#000));
	background-color: #282828;
	border: 1px solid #000;
	color: #333;
	text-shadow: white 0px 1px 0px;
	padding: 6px;
	text-decoration: none;
	font-variant: normal;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}

.notes ul.pager li a{
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	color: #fff;
	font-size: 1.1em;
	font-style: normal;
	text-shadow: #000 0 1px 0;
}

.notes ul.pager li.active{
  	-webkit-box-shadow: none;
  	-moz-box-shadow: none;
  	box-shadow: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
	overflow: visible;
	padding: 7px;
	width: auto;
	zoom: 1;
	background: #282828 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282828), to(#000));
	border: 1px solid #000;
	color: #333;
	text-shadow: white 0px 1px 0px;
	padding: 6px;
	text-decoration: none;
	font-variant: normal;
	text-align: center;
	margin-left: 2px;
	margin-right: 2px;
}

.notes ul.pager li.active a{
	color: #fd2516;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}

.notes div.pagination span:hover,
.notes ul.pager li:hover{
	border: 1px solid #424242;
}

.notes ul.pager li.loading{
	text-indent: -9999em;
	background: #000 url(../images/icons/pager.gif) no-repeat center center;
}

div.pagination span:hover,
ul.pager li:hover{
	color: #1b67fb;
	border: 1px solid #7b7b7b;
}

ul.pager li.loading{
	text-indent: -9999em;
	background: #fff url(../images/icons/pager.gif) no-repeat center center;
}

ul.pager li.more:hover,
ul.pager li.more{
	color: #8c8d90;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	font-style: normal;
}

ul.pager li.active{
  -webkit-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 0px 4px rgba(0,0,0,0.4);
  box-shadow: inset 0px 0px 4px rgba(0,0,0,0.4);
	background: #7f8086;
	text-shadow: #000 0 1px 0;
	border: 1px solid #4b4b4b;
}

ul.pager li.active a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}

ul.pager li a{
	width: 3em;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	color: #383838;
	font-size: 1.1em;
	font-style: normal;
}

/* @end */

/* @group Severity */

span.severity-example{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 3px 7px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.1em;
}

span.severity,
ul.table li div.small span.severity{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	padding: 3px 7px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.1em;
	background-color: #ddd;
}

/* @end */

/* @group Color Picker */

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(../images/color-picker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(../images/color-picker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(../images/color-picker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(../images/color-picker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
	font: normal normal 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(../images/color-picker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(../images/color-picker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(../images/color-picker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(../images/color-picker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(../images/color-picker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(../images/color-picker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(../images/color-picker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(../images/color-picker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}


/* @end */

/* @group Count Box */

.spch-bub-inside {
  position: relative;
}
a.spch-bub-inside {
  color: #00F;
  text-decoration: none;
}
.spch-bub-inside em {
  font-style: normal;
	font-size: 0.8em;
}
.spch-bub-inside em {
  background: #00F;
  color: #FFF;
  padding: 0 0.4em;
  -moz-border-radius: 0.25em;
  -webkit-border-radius: 0.25em;
  border-radius: 0.25em;
  position: relative;
}
.spch-bub-inside .point {
  width: 0;
  height: 0;
  position: absolute;
  top: 1.1em;
  left: 0.4em;
  display: block;
  border-left: 0.45em solid #00F;
  border-bottom: 0.45em solid #FFF; /* IE fix */
  border-bottom: 0.45em solid rgba(0,0,0,0);
  overflow: hidden; /* IE fix */
}
a.spch-bub-inside:hover {
  color: #F00;
}
a.spch-bub-inside:hover em {
  cursor: pointer;
  background: #F00;
  color: #FF0;
}
a.spch-bub-inside:hover .point {
  border-left: 0.5em solid #F00;
}

/* @end */

/* @group Payload */

span.payload-number{
	color: #8a8a8d;
}

span.payload-hex{
	color: #343e4b;
}

span.payload-ascii{
	color: #505254;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}

/* @end */

/* @group Input */

label{
	text-transform: none;
}

input.error{
	border: 2px solid #fd2e3f !important;
}

#lookup-form{
	position: relative;
	display: block;
	overflow: visible;
	padding-top: 5px;
}

p.form-order{
	position: relative;
	display: block;
	overflow: hidden;
	width: 600px;
	height: 50px;
	margin-bottom: 15px;
}

input.large{
	width: 500px;
	margin-bottom: 10px;
}

input[disabled]{
	opacity: 0.9;
	color: #e6e6e6;
}

form.basic-form{

}

form.basic-form label{
	color: #4a4a4a;
}

form.basic-form input[type='password'],
form.basic-form input[type='text']{
	width: 300px;
	padding: 7px;
}

form.basic-form p{
	margin-top: 10px;
	margin-bottom: 10px;
}

form.basic-form p._settings_packet_capture{
}

label.error{
	visibility: hidden;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

i{
	color: #a5a5a5;
	font-style: italic;
	text-decoration: none;
	font-variant: normal;
	font-size: 0.8em;
}

#form-actions{
	display: block;
	background: #ededed
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff',endColorstr='#ededed');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ededed));
	background: -moz-linear-gradient(-90deg,#fff,#ededed);
	margin: 10px -10px -17px;
	border-top: 1px solid #e7e7e7;
	padding: 7px 10px 9px;
}

#box-footer #form-actions{
	background: none;
	margin: 0;
	border-style: none;
	padding: 0;
}

div.note-body #form-actions{
	margin-left: 45px !important;
}

div.notes #form-actions{
	background: none;
	margin: 0;
	border-style: none;
}

input[type='password'],
input[type='text'],
textarea{
	-webkit-font-smoothing: antialiased;
	margin-bottom: 10px;
	padding: 5px;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0;
	color: #383838;
}

input[type="text"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
	display: inline-block;
	padding: 5px;
	font-size: 15px;
	line-height: 18px;
	color: #2e2e2e;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* @end */

/* @group CSS Charts */

td.chart{
	position: relative;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 0;
}

td.chart-large{
	position: relative;
	width: 240px;
	padding-left: 10px;
	padding-bottom: 0;
}

div.progress-container-large{
	vertical-align: middle;
  	border: 1px solid #c0c0c0;
  	width: 220px;
  	float: left;
	background: #fff;
	display: block;
	position: relative;
	top: 6px;
	overflow: hidden;
}

div.progress-container {
	vertical-align: middle;
  	border: 1px solid #c0c0c0;
  	width: 180px;
  	float: left;
	background: #fff;
	display: block;
	position: relative;
	top: 6px;
	overflow: hidden;
}

div.progress-container-large > div,
div.progress-container > div {
  	height: 17px;
	background: transparent url(../images/page/chart-bg-blue.png) repeat-x;
}

div.progress-container-large > div > span,
div.progress-container > div > span{
	height: 17px;
	font-size: x-small;
	color: #545454;
	line-height: 17px;
	display: block;
	position: absolute;
	right: 5px;
	font-weight: bold;
	text-shadow: #fff 0 1px 0;
}

/* @end */

/* @group Notes */

div.notes{
	display: block;
	position: relative;
	overflow: hidden;
}

strong.no-notes{
	color: #acacac;
}

div#new_note{`
	display: block;
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 0;
}

div.notes div#new_note textarea#body{
	outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	height: 130px;
	background-color: #000;
	width: 800px;
	padding: 5px;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	border: 4px solid #525252;
}

.event-note{
  -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #212121;
	padding: 10px;
	border: 1px solid #3f3f3f;
	margin-bottom: 10px;
}

.event-note:hover{
	background-color: #242424;
}

.event-note .note-avatar-holder{
	float: left;
	width: 55px;
	display: block;
	position: relative;
	overflow: hidden;
}

.event-note .note-avatar-holder img{
	background: #000;
	border: 1px solid #3a3a3a;
	float: left;
	margin: 1px 10px 0px 0px;
	padding: 4px;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-indent: -9999px
}

.event-note .username{
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	color: #bdced6;
	text-shadow: #000 0 1px 0;
	margin-bottom: 10px;
	font-style: normal;
	font-size: 1.2em;
}

.event-note .note-body{
	color: #fff;
	line-height: 17px;
	margin-bottom: 5px;
	word-wrap: break-word;
}

.event-note .note-body strong{
	color: #fc251f;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: capitalize;
	display: inline-block;
}

.event-note .note-body p{
	padding-bottom: 5px;
}

.event-note .note-body a{
	color: #fd3640;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

.event-note .note-body sup.footnote{
	font-size: 0.9em;
	padding-left: 5px;
	padding-right: 5px;
}

.event-note .note-body span.caps{
	font-weight: bold;
	color: #d9d9d9;
	text-decoration: underline;
}

.event-note .note-options{
	display: none;
	visibility: hidden;
}

.event-note:hover .note-options{
	text-decoration: none;
	font-variant: normal;
	font-size: small;
	text-align: right;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 5px;
	right: 10px;
	visibility: visible;
	height: 25px;
	line-height: 25px;
}

/*.event-note .note-options a{
	font-size: 0.8em;
	color: #818488;
}*/

.event-note .note-options a{
	padding: 3px 5px;
	color: #fff;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	background: #d72219;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd4f52',endColorstr='#d72219');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd4f52),to(#d72219));
	background: -moz-linear-gradient(-90deg,#fd4f52,#d72219);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	border: 1px solid #fd462d;
	font-size: 0.8em;
}

.event-note .note-options a:hover{
	background: #d72219;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fd4f52',endColorstr='#e8433b');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fd4f52),to(#e8433b));
	background: -moz-linear-gradient(-90deg,#fd4f52,#e8433b);
}

div.notes div#new_note textarea#body:focus,
div.notes div#new_note textarea#body:active{
	outline: none;
}

/* @end */

/* @group User Settings */

img.avatar{
	border: 5px solid #ededed;
	overflow: hidden;
	text-indent: -9999px
}

img.avatar-small{
	border: 3px solid #ededed;
	overflow: hidden;
	text-indent: -9999px
}

#general-settings div.pc-settings{
	background: #fbfbfb;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff',endColorstr='#fbfbfb');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#fbfbfb));
	background: -moz-linear-gradient(-90deg,#fff,#fbfbfb);
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid #d1d1d1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#general-settings div.pc-settings input[type="password"],
#general-settings div.pc-settings input[type="text"]{
	width: 400px;
}

#general-settings div.pc-settings .grid_5{
	margin-top: 10px;
}

#general-settings #form-holder input[type="text"]{
	width:  450px;
}

#general-settings div.pc-settings p{
	padding-top: 3px;
	padding-bottom: 3px;
}

#settings .crop-holder{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

#settings .user-show-avatar{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
	color: #686868;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}

#settings .user-show-avatar strong{
	color: #141414;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}

#settings .user-show-avatar p{
	margin: 0 0 7px;
	padding: 0;
}

#settings ul#user-info{
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #ededed;
	border: 3px solid #ededed;
}

#settings ul#user-info .inside{
	padding: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dcdcdc;
}

#settings ul#user-info li{
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #eeeeee;
}

#settings ul#user-info li strong{
	color: #a1a1a1;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	width: 120px;
	display: block;
	position: relative;
	overflow: hidden;
	float: left;
	text-align: left;
	margin-right: 10px;
}

#settings .user-show-avatar img{
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group Tipsy */

.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: left; line-height: 15px; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }

/* @end */

/* @group Dashboard */

#dashboard{
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

#dashboard #box-tabs{
	position: relative;
	display: block;
	overflow: hidden;
}

#dashboard #box-tabs ul#box-menu{
	display: block;
	position: relative;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
}

div.dashboard-graph{
	height: 400px;
	width: 722px;
}

div.dashboard-graph.no-pie-data{
	background: #fff url(../images/dashboard/pie-no-data.png) no-repeat center;
	display: block;
	position: relative;
	overflow: hidden;
}

#dashboard #box-tabs ul#box-menu li{
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
	background-color: #c3c5cb;
	position: relative;
	overflow: hidden;
	display: block;
	float: left;
	margin-right: 3px;
	top: 5px;
}

#dashboard #box-tabs ul#box-menu li:hover{
	top: 0;
	background-color: #b3b5bb;
}

#dashboard #box-tabs ul#box-menu li.active{
	background-color: #eee;
	top: 0;
}

#dashboard #box-tabs ul#box-menu li.active a{
	color: #282828;
}

#dashboard #box-tabs ul#box-menu li a{
	padding-right: 10px;
	padding-left: 10px;
	color: #fffeff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	display: block;
}

#dashboard h2{
	text-transform: capitalize;
	color: #6a8092;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	padding-left: 5px;
	font-style: normal;
	font-size: 1.2em;
	margin-bottom: 5px;
}

#dashboard .main,
#dashboard .secondary{
	position: relative;
	display: block;
	overflow: hidden;
}

#dashboard .main{
}

#dashboard .main .dashboard-main{
	width: 730px;
	display: block;
	position: relative;
}

#dashboard .secondary ul.box-list{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	border-top-style: none;
}

#dashboard .secondary ul.box-list li{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ededed;
	color: #6a7e8d;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 1.0em;
	text-align: left;
}

#dashboard .secondary ul.box-list li a{
	font-size: 1.0em;
	color: #6a7e8d;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	position: relative;
	display: block;
	overflow: visible;
}

#dashboard .secondary ul.box-list li.has-image a{
	margin-left: 30px;
}

#dashboard .secondary ul.box-list li span{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

	line-height: 1.4em; !important
	display: block;
	float: right;
	background-color: #eee;
	padding: 3px 5px;
	top: 5px;
	display: block;
	position: absolute;
	font-size: 0.9em;
	text-align: left;
	color: #868686;
	text-shadow: #fffeff 0 1px 0;
	right: 0;
}

#dashboard .secondary ul.box-list li:hover span{
	background-color: #469dfc;
	color: #fff;
	text-shadow: #000 0 1px 0;
}

#dashboard .secondary ul.box-list li img{
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	position: absolute;
	display: block;
	overflow: hidden;
	bottom: 0;
	left: 0;
	top: 5px;
}

#dashboard .main .dashboard-menu{
	display: block;
	position: relative;
	overflow: hidden;
}

#dashboard .secondary .dashboard-header{
	display: block;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
	margin-bottom: 5px;
	border-bottom: 3px solid #dedede;
	padding-bottom: 5px;
}

#dashboard .secondary .dashboard-header span{
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: uppercase;
	color: #4f5f6b;
}

#dashboard .main .dashboard-menu ul{
	display: block;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom: 3px solid #dedede;
	width: 710px;
}

#dashboard .main .dashboard-menu ul li{
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
}

#dashboard .main .dashboard-menu ul li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-left: 10px;
}

#dashboard .main .dashboard-menu ul li.active a{
	color: #405fa3;
}

#dashboard .main .dashboard-menu ul li a{
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: uppercase;
	color: #4f5f6b;
}

#dashboard .main .dashboard-menu ul li a:hover{
	border-bottom: 2px solid #bdbdbd;
	color: #405fa3;
}

#dashboard .main #proto-dashboard{

}

#dashboard .main #box-holder{
	display: block;
	position: relative;
	overflow: hidden;
}

#dashboard .main .box{
	height: 190px;
	border: 1px solid #dbdbdb;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 15px;
	background: #ededed url(../images/dashboard/box-bg.png) no-repeat;
}

#dashboard .main .box-large{
	width: 724px;
	border: 4px solid #eee;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
}

#dashboard .main .box-large .box-large-inside{
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #e0e0e0;
}

#dashboard .main .box .content{
	height: 140px;
	margin: 10px 10px 5px;
	padding: 5px;
	background: #ddd;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#e1e1e1');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#e1e1e1));
	background: -moz-linear-gradient(-90deg,#fff,#e1e1e1);
	border: 1px solid #f7fef4;
}

#dashboard .main .box .content .data{
	height: 145px;
	display: block;
	position: relative;
	overflow: hidden;
}

#dashboard .main .box .content .data #box-title{
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	color: #454549;
	font-size: 1.3em;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 5px;
	text-shadow: #fff 0 1px 0;
	font-style: normal;
}
#dashboard .main .box .content .data #box-count{
	text-align: center;
	text-decoration: none;
	color: #646167;
	margin-top: 10px;
	text-shadow: #fff 0 1px 0;
	font-style: normal;
	font-weight: bold;
	font-size: 5.0em;
}

#dashboard .main .box .content .data .box-graph{
	position: absolute;
	bottom: 5px;
	right: 5px;
	left: 5px;
	display: block;
	overflow: hidden;
	text-align: center;
}

#dashboard .main .box .footer{
	vertical-align: middle;
	line-height: 20px;
	height: 20px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #45637a;
	font-size: 0.9em;
	font-weight: bold;
}

#dashboard .main .box .footer span{
	color: #b2aeb0;
}

#dashboard .main .box .footer img{
	vertical-align: middle;
	float: right;
}

/* @end */

/* @group Search */

#search #form-actions{
	margin-top: 15px;
}

#search{
	display: block;
	position: relative;
	overflow: visible;
	padding-top: 0px;
}

#search .rules{
	display: block;
	position: relative;
	overflow: visible;
}

#search .search-match-box{
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 6px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: -4px;
	margin-left: 4px;
}

#search .search-content-box{
  -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
  box-shadow: 0px 1px 3px rgba(0,0,0,0.1);

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

	height: 43px;
	background-color: #f6f6f6;
	display: block;
	position: relative;
	overflow: visible;
	margin-right: 5px;
	margin-left: 3px;
	margin-bottom: 7px;
}

#search .search-content-box .inside{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

	background: #f7f7f7;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	display: block;
	position: absolute;
	overflow: visible;
	border: 1px solid #c9c9c9;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#search .search-content-box .inside .column-select,
#search .search-content-box .inside .operator-select{
	display: block;
	position: relative;
	overflow: visible;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	border-right: 1px solid #e8e8e8;
}

#search .search-content-box .inside .column-select,
#search .search-content-box .inside .operator-select,
#search .search-content-box .inside .value{
	border-left: 1px solid #fffeff;
}

#search .search-content-box .inside .column-select .chzn-container,
#search .search-content-box .inside .operator-select .chzn-container,
#search .search-content-box .inside .value .chzn-container{
	top: 8px;
}

#search .search-content-box .inside .value .chzn-container{
	width: 100px;
}

#search .other-search-options{
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 15px;
	margin-left: 3px;
}

#search .other-search-options input.limit-search-results-count{
  	-webkit-box-shadow: 1px 1px 0px #fefefe;
  	-moz-box-shadow: 1px 1px 0px #fefefe;
 	box-shadow: 1px 1px 0px #fefefe;
	top: 8px;
	border: 1px solid #d4d4d4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	letter-spacing: 0;
	height: 21px;
	width: 45px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 2px;
	font-size: 1.0em;
}

#search .search-content-box .inside .value{
	border-right: 1px solid #fff;
	display: block;
	position: relative;
	overflow: visible;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
}

#search .search-content-box .inside .column-select select,
#search .search-content-box .inside .operator-select select,
#search .search-content-box .inside .value input,
#search .search-content-box .inside .search-content-enable{
	display: block;
	position: relative;
	overflow: hidden;
}

#search .search-content-box .inside .column-select select,
#search .search-content-box .inside .operator-select select{
	width: 205px;
}

#search .search-content-box .inside .value input.search-content-value{
  	-webkit-box-shadow: 1px 1px 0px #fefefe;
  	-moz-box-shadow: 1px 1px 0px #fefefe;
 	box-shadow: 1px 1px 0px #fefefe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	border: 1px solid #d4d4d4;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	letter-spacing: 0;
	padding: 2px 5px;
	height: 20px;
	width: 356px;
	top: 8px;
}

#search .search-content-box .inside .search-content-enable{
	border-right: 1px solid #d1d1d1;
	width: 40px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;

background: #e8e8e8;
background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#e8e8e8 100%);


}
#search .search-content-box .inside .search-content-enable input{
	margin-left: 14px;
	margin-top: 16px;
}

#search .search-content-box .inside .search-content-box-item{
	height: 41px;
	float: left;
}

#search .search-content-box .inside .search-button-box{
	border: 1px solid #b7b7b7;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	position: absolute;
	overflow: hidden;
	top: 1px;
	right: 1px;
}

#search .search-content-box .inside .search-button-box-holder{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 92px;
	top: 0;
	right: 0;
	bottom: 0;
	border-left: 1px solid #d1d1d1;

   -moz-border-radius-topright: 3px;
  	-webkit-border-top-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
  	-webkit-border-bottom-right-radius: 3px;

background: #e8e8e8;
background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#e8e8e8 100%);
}

#search .search-content-box .inside .search-button-box-inside{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 66px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	height: 29px;
	right: 12px;
	top: 7px;
}

#search .search-content-box .inside .search-content-remove,
#search .search-content-box .inside .search-content-add{
	cursor: pointer;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f7f7f7 100%);

	width: 30px;
	text-align: center;
	height: 25px;
	line-height: 30px;

	color: #fd2c3b;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	top: 9px;
}

#search .search-content-box .inside .search-content-add img,
#search .search-content-box .inside .search-content-remove img{
	vertical-align: middle;
	margin-top: -7px;
}

#search .search-content-box .inside .search-content-add{
   -moz-border-radius-topright: 3px;
  	-webkit-border-top-right-radius: 3px;
   -moz-border-radius-bottomright: 3px;
  	-webkit-border-bottom-right-radius: 3px;
	border-left: 1px solid #fff;
}

#search .search-content-box .inside .search-content-remove{
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
	right: 42px;
	border-right: 1px solid #e4e4e4;
}

#search .search-content-box .inside .search-content-add:active,
#search .search-content-box .inside .search-content-remove:active{
	background: #fff;
}

#search .search-content-box .inside .search-content-add:hover,
#search .search-content-box .inside .search-content-remove:hover{
	background: #ffffff;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
}

#search-box{
	display: block;
	position: relative;
	overflow: visible;
	height: 205px;
	right: 55px;
}

#search-box .grid_4{
	margin-left: 3px;
}

#search-box input{
	width: 270px;
}

#search-box select{
	width: 285px;
}

#search-box div{
	margin-bottom: 15px;
}

div.search-port-break{
	width: 20px;
	float: left;
	font-size: 2.0em;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-align: center;
	line-height: 35px;
	height: 30px;
}

/* @end */

/* @group SnorbyBox */

#snorbybox-content{
	display: block;
	overflow: visible;
	position: relative;
}

.snorbybox-content-message{
	line-height: 17px;
	margin: 10px 10px 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 1.1em;
}

#snorbybox-content form{
	display: block;
	overflow: visible;
	position: relative;
}

#snorbybox-content #snorbybox-form-holder{
	display: block;
	position: relative;
	overflow: visible;
}

#snorbybox-content #snorbybox-form-holder #snorbybox-form{
	width: 320px;
	float: left;
	display: block;
	position: relative;
	overflow: visible;
	margin-bottom: 10px;
}

#snorbybox-content select#user_select,
#snorbybox-content select#sensor_select{
	width: 610px;
}

#snorbybox-content #snorbybox-form-full{
	display: block;
	position: relative;
	overflow: visible;
}

#snorbybox-content #snorbybox-form-full textarea{
	height: 200px;
	width: 610px;
}

#snorbybox-content h2{
	font-size: 1.4em;
	color: #1f1f1f;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	margin-bottom: 10px;
}

#snorbybox-content #hotkey-section{
	width: 365px;
	float: left;
	margin-bottom: 15px;
}

#snorbybox-content #hotkey-section dl{
	display: block;
	position: relative;
	overflow: hidden;
}

#snorbybox-content #hotkey-section dl dd{
	display: block;
	overflow: hidden;
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #2e2e2e;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	margin-top: 3px;
	margin-bottom: 3px;
}

#snorbybox-content #hotkey-section dl dd span.hotkey{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 5px;
	background: #2774fb;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5994fc',endColorstr='#2774fb');
	background: -webkit-gradient(linear,0% 0,0% 100%,from(#5994fc),to(#2774fb));
	background: -moz-linear-gradient(-90deg,#5994fc,#2774fb);
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	margin-right: 10px;
	text-shadow: #000 0 1px 0;
}

#snorbybox-content #hotkey-section dl dd span.hotkey strong{
	color: #c9c8ce;
	text-transform: uppercase;
}

#snorbybox-content #hotkey-section dl dd span.hotkey em{
	color: #c3c3c3;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	text-shadow: none;
	font-style: normal;
}

/* @end */

/* @group Forms */

form#new_severity p{
	margin-bottom: 5px;
}

form#new_classification p{
	margin-bottom: 5px;
}

input#classification_name{
	width: 448px;
}

form#new_classification textarea{
	width: 450px;
	font-size: 1.1em;
}

/* @end */

/* @group Login */

html.login,body.login {
  	font-family: Helvetica, Arial;
  	font-size: 12px;
	background: #202325 url('../images/login-bg.png') repeat;
}

#login {
	width:500px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-250px 0 0 -250px;
	color: #7F7F80;
}

#login #title-header {
	display: none;
}

#login .login-button.login-default {
	color: white;
	border: 1px solid #092658;
	background-color: #4B8CF7;
	background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#4D90FE),to(#4787ED));
	background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
	background-image: linear-gradient(top,#4D90FE,#4787ED);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe',endColorstr='#4787ed',GradientType=0);
}

#login .login-button.login-default:hover,
#login .login-button.login-default:focus,
#login .login-button.login-default:active {
  border: 1px solid #071637;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #4387f5;
  background-image: -moz-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -ms-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4d90fe), to(#357ae8));
  background-image: -webkit-linear-gradient(top, #4d90fe, #357ae8);
  background-image: -o-linear-gradient(top, #4d90fe, #357ae8);
  background-image: linear-gradient(top, #4d90fe, #357ae8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d90fe', endColorstr='#357ae8', GradientType=0);
}

#login div.login-note {
	font-size: 12px;
	margin: 5px 0;
	background: #666;
	padding: 5px;
	position: relative;
	text-shadow: none;
	border: 1px solid #666;
	box-shadow: inset 0 0 1px black;
}

#login div.login-note.login-note-with-icon {
	padding-left: 30px;
}

#login div.login-note.login-note-with-icon i {
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	left: 5px;
}

#login .login-button {
	position: relative;
	display: inline-block;
	overflow: visible;
	margin: 0 5px 0 0;
	padding: 12px 18px;
	cursor: pointer;
	outline: 0;
	border: 1px solid #101010;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #565762;
	background-image: -moz-linear-gradient(top,#646572 0,#565762 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#646572),color-stop(100%,#565762));
	background-image: -webkit-linear-gradient(top,#646572 0,#565762 100%);
	background-image: -o-linear-gradient(top,#646572 0,#565762 100%);
	background-image: -ms-linear-gradient(top,#646572 0,#565762 100%);
	background-image: linear-gradient(top,#646572 0,#565762 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#646572',endColorstr='#565762',GradientType=0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding;
	zoom: 1;
	z-index: 1;
	font: normal 12px Helvetica,Arial,sans-serif;
	color: white;
	min-width: 42px;
	text-align: center;
	text-shadow: black 0 1px 0;
	text-decoration: none;
	white-space: nowrap;
	font-size: 15px;
}


#login .login-button:hover{
  border: 1px solid #1c1c1c;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #565762;
  background-image: -moz-linear-gradient(top, #646572 0%, #565762 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646572), color-stop(100%,#565762));
  background-image: -webkit-linear-gradient(top, #646572 0%,#565762 100%);
  background-image: -o-linear-gradient(top, #646572 0%,#565762 100%);
  background-image: -ms-linear-gradient(top, #646572 0%,#565762 100%);
  background-image: linear-gradient(top, #646572 0%,#565762 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646572', endColorstr='#565762',GradientType=0 );
}

#login form p {
	white-space: nowrap;
}

#login form p i {
	position: relative;
	left: -30px;
	font-size: 24px;
	color: #999;
}

#login form input[type="text"], #login form input[type="password"] {
	width: 430px;
	padding: 12px;
	font-size: 20px;
	overflow: visible;
	background: #282829;
	border: 1px solid #575758;
	-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 10px rgba(0,0,0,0.2);
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: white;
	padding-right: 25px;
	margin-bottom: 15px;
}

#login ::-webkit-input-placeholder {
	 position: relative;
	 top: 2px;
   color: #999;
}

#login :-moz-placeholder {
   color: #999 !important;
}

::-webkit-input-placeholder {
   color: rgba(0,0,0,0.5);
}

#login form input.error[type="text"], #login form input.error[type="password"],
#login div.field_with_errors input {
	border: 1px solid #BF2B17 !important;
}

#login form input:focus, textarea:focus{
  border: 1px solid #727272 !important;
  -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.2) !important;
  -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.2) !important;
  box-shadow: 0px 0px 20px rgba(255,255,255,0.2) !important;
}

#login form label {
	line-height: 20px;
	color: #C7C6C8;
	width: 300px;
	font-size: 14px;
}


#login div.logo {
	margin: 0 auto 25px 0;
	text-align: center;
}

#login div.remember-me {
	position: absolute;
	bottom: 25px;
	right: 18px;
}

#login div.login-form-body {
 /* ... */
}

#login div.login-form-actions {
	padding-top: 10px;
}

#login div.login-footer {
	text-align: center;
}

#login div.login-footer a {
	color: #A4B2B5;
}

#login div.login-footer a:hover {
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#login div.auth-loading{
	position: absolute;
	top: 56px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	font-size: 25px;
	z-index: 9999;
	text-align: center;
	line-height: 210px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px inset, rgba(255, 255, 255, 0.1) 0 1px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.05)
}

#login #wrapper #content #title{
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

#login #wrapper #content #signin,
#login #wrapper #content #password{
	width: 555px;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#login #wrapper #content form {
	margin: 0;
	padding: 11px 10px 10px;
	height: 149px;
	display: block;
	position: relative;
	overflow: visible;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

#login #wrapper #content #note {
	cursor: default;
}

#password #user_email, #new-password #user_password,
#new-password #user_password_confirmation {
	display: block;
}

#login #wrapper #content #password .field_with_errors input{
	margin-top: 5px;
	margin-bottom: 69px !important;
	position: relative;
	display: block;
	overflow: visible;
	border: 2px solid #ff4442;
}

#password br, #new-password br {
	display:none;
}

#login #wrapper #content #password p lable{
	margin-top: 5px;
}

#login #wrapper #content #form-actions p{
	position: absolute;
	display: block;
	overflow: hidden;
	bottom: 0;
	margin: 0;
	padding: 0;
	top: 13px;
	right: 20px;
}

/* @end */

/* @group Geoip */

div.map{
	display: block;
	position: relative;
	overflow: hidden;
}

/* @end */

/* @group Chosen */

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../images/../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('../images/../images/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('../images/../images/chosen-sprite.png') no-repeat 100% -22px;
  background: url('../images/../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/../images/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('../images/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('../images/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('../images/chosen-sprite.png') no-repeat -38px -22px;
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('../images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */


/* @end */

/* @end */

/* @group DateTime */

#ui-datepicker-div table.ui-datepicker-calendar td a.ui-state-default{
	height: 25px;
	line-height: 25px;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

/* @end */


.row .address div{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 105px;
}

