* {
	border: 0;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
html, body {
    height: 100%;
    margin: 0;
}
html {
	font-size: 62.5%;
}
body {
    font-family: Arial, Helvetica, Serif, Verdana;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1em;
	min-width: 900px;
}
.chart-canvas {
	height: 220px;
}
a {
    text-decoration: none;
	outline: none;
}
ol, ul {
	list-style: none;
}
img {
    vertical-align: top;
}
strong {
	font-weight: bold;
}
pre {
  display: block;
  font-family: monospace;
  font-size: 11px;
  font-size: 1.1rem;
  white-space: pre;
  margin: 1em;
}
option {
	padding: 0 5px 0 3px;
}
optgroup {
	font-weight: bold;
}
optgroup option {
	font-weight: normal;
	padding-left: 20px;
}
#header {
    border-bottom: 5px solid #000;
	display: table;
	height: 40px;
	width: 100%;
}
#header .nav {
	display: table-row;
}
#header .logo {
	display: table-cell;
	padding: 7px 0px 3px 5px;
	width: 225px;
}
@media (max-width: 1024px) {
	#header .logo {
		width: 110px;
	}
}
#header .logo a {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-indent: -3000px;
}
#header  .components {
	display: table-cell;
	padding: 0 10px;
	vertical-align: middle;
	width: 556px;
}
#header .components:before {
	display: table;
}
#header .components>ul {
	display: table-row;
}
#header .components>ul>li {
	border: 1px solid #000;
	border-width: 1px 1px 1px 0;
	display: table-cell;
	margin: 0 auto;
	vertical-align: middle;
}
#header .components>ul>li>a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: bold;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 110px;
}
#header .nav_options {
	display: table-cell;
	vertical-align: middle;
}
#header .nav_options>ul {
	display: table;
	font-size: 10.0px;
	font-size: 1.0rem;
	font-weight: bold;
	table-layout: fixed;
	overflow: visible;
	width: 100%;
}
#header .nav_options>ul:after {
	display: table-row;
}
#header .nav_options>ul>li {
	display: table-cell;
	line-height: 21px;
	padding: 0 3px 0 0;
}
#header .nav_options ul li.nav_ico {
	width: 21px;
}
#header .nav_options ul li.nav_ico>a {
	background-color: transparent;
	background-position: top right;
	background-repeat: no-repeat;
	display: block;
	height: 21px;
	text-indent: -3000px;
	width: 21px;
}
#header .nav_options ul li.nav_ico>a:hover {
	background-position: center right;
}
#header .nav_options ul li.manager_name {
	text-align: right;
	width: auto;
}
#header .nav_options ul li.manager_name>a {
	padding-right: 26px;
	width: auto;
}
#header .nav_options ul li.manager_name>a:hover {
	color: #2196f3;
}
#header .nav_options ul li.manager_name>a>span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#header .nav_options>ul>li {
	position: relative;
}
#header .nav_options>ul>li .popup {
	font-weight: normal;
	text-align: left;
}
#header .nav_options>ul>li .popup fieldset label {
	width: 80px;
}
#header  .nav_status {
	display: table-cell;
    padding: 0 5px 0 0;
	vertical-align: middle;
	width: 30px;
}
#header  a.status {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 30px;
	text-indent: -3000px;
	width: 30px;
}
#header .status.default { background-position: 0 0; }
#header .status.good { background-position: 0 -30px; }
#header .status.info { background-position: 0 -60px; }
#header .status.warning {background-position: 0 -90px; }
#header .status.error { background-position: 0 -120px; }
#header .status.inprogress { background-position: 0 -150px; }
#header .status.available { background-position: 0 -180px; }
#header .status.unknown { background-position: 0 -210px; }
#header .status.default:hover { background-position: -30px 0; }
#header .status.good:hover { background-position: -30px -30px; }
#header .status.info:hover { background-position: -30px -60px; }
#header .status.warning:hover {background-position: -30px -90px; }
#header .status.error:hover { background-position: -30px -120px; }
#header .status.inprogress:hover { background-position: -30px -150px; }
#header .status.available:hover { background-position: -30px -180px; }
#header .status.unknown:hover { background-position: -30px -210px; }

#main {
	position: relative;
}
#main.hasside {
	overflow: hidden;
	_overflow: visible;
	_overflow-x: hidden;
	_height: 0;
}
#main.hasside>.sidebar {
	float: left;
	border-right: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
}
#main.hasside>.sidebar>.sidetree {
	overflow-y: hidden;
	overflow-x: hidden;
}
#main.hasside>.sidebar>.sidetree:hover {
	overflow-y: auto;
}
#main.hasside>.sidebar>.sidetree ul.tree {
	width: 200%;
}
#main .scroll {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	overflow-y: auto;
	padding: 5px;
}
#main.hasside>.content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 300px;
}
#footer {
	position: relative;
}
#footer .slide {
	border: 1px solid #000;
	border-width: 1px 0;
	height: 5px;
}
#footer .slide:after {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	cursor: ns-resize;
	cursor: pointer;
	display: block;
	height: 5px;
}
#footer .output {
	overflow-x: hidden;
	overflow-y: auto;
	height: 274px;
	max-height: 274px;
}
#preview .ctrls {
	border-bottom: 5px solid #000;
	border-spacing: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: table;
    height: 47px;
	min-width: 1024px;
	padding: 5px 0;
    position: absolute;
    width: 100%;
}
#preview .ctrls>div {
	display: table-row;
}
#preview .ctrls>div>dl {
	display: table-cell;
}
#preview .ctrls>div>dl>dd {
	border: 1px solid #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	display: table;
	padding: 5px 0;
	width: 100%;
}
#preview .ctrls>div>dl>dd:after {
	content: "";
	display: table-row;
}
#preview .ctrls>div>dl>dd>label {
	display: table-cell;
	line-height: 20px;
	width: 80px;
}
#preview .ctrls>div>dl>dd>select, #preview .ctrls>div>dl>dd>button {
	display: table-cell;
	height: 20px;
	line-height: 18px;
	width: 100%;
}
#preview iframe {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    height: 100%;
    padding-top: 47px;
    width: 100%;
}
.popup {
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	margin: 1em 0 0;
	padding: 5px 5px 0;
	position: absolute;
	right: 0;
	top: 19px;
	width: 400px;
	z-index: 2000;
}
.popup.small {
	right: -11px;
	top: 21px;
}
.popup.left {
	margin-left: 23px;
}
.popup.right {
	margin-right: 23px;
}
.popup:before {
	border-width: 14px 14px 0;
	border-style: solid;
	border-color: #000 transparent;
	bottom: -14px; /* value = - border-top-width - border-bottom-width */
	content: "";
	display: block;
	left: 10px; /* controls horizontal position */
	position: absolute;
	width: 0;
}
.popup:after {
	border-color: #fff transparent;
	border-style: solid;
	border-width: 13px 13px 0;
	bottom: -13px; /* value = - border-top-width - border-bottom-width */
	content: "";
	display: block;
	left: 11px; /* value = (:before left) + (:before border-left) - (:after border-left) */
	position: absolute;
	width: 0;
}
.popup.topright:before {
	border-width: 0 0 13px 23px;
	bottom: auto;
	left: auto;
	right: 11px;
	top: -13px;
}
.popup.topright:after {
	border-width: 0 0 13px 23px;
	bottom: auto;
	left: auto;
	right: 12px;
	top: -11px;
}
.popup.topleft:before {
	border-width: 0 23px 13px 0;
	bottom: auto;
	left: 11px;
	right: auto;
	top: -13px;
}
.popup.topleft:after {
	border-width: 0 23px 13px 0;
	bottom: auto;
	left: 12px;
	right: auto;
	top: -11px;
}
.popup.top:before {
	border-width: 0 14px 14px;
	bottom: auto;
	left: auto;
	right: 10px; /* controls horizontal position */
	top: -14px; /* value = - border-top-width - border-bottom-width */
}
.popup.top:after {
	border-width: 0 13px 13px;
	bottom: auto;
	left: auto;
	right: 11px; /* value = (:before right) + (:before border-right) - (:after border-right) */
	top: -13px; /* value = - border-top-width - border-bottom-width */
}
.popup.left:before {
	border-color: transparent #000;
	border-width: 10px 23px 10px 0;
	bottom: auto;
	left: -23px; /* value = - border-left-width - border-right-width */
	top: 15px; /* controls vertical position */
}
.popup.left:after {
	border-color: transparent #fff;
	border-width: 9px 21px 9px 0;
	bottom: auto;
	left: -21px; /* value = - border-left-width - border-right-width */
	top: 16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
}
.popup.right:before {
	border-color: transparent #000;
	border-width: 10px 0 10px 23px;
	bottom: auto;
	left: auto;
	right: -23px; /* value = - border-left-width - border-right-width */
	top: 15px; /* controls vertical position */
}
.popup.right:after {
	border-color: transparent #fff;
	border-width: 9px 0 9px 21px;
	bottom: auto;
	left: auto;
	right: -21px; /* value = - border-left-width - border-right-width */
	top: 16px; /* value = (:before top) + (:before border-top) - (:after border-top) */
}
.titlebar {
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
}
.titlebar .titlemenu {
	border: 1px solid #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;

	overflow: hidden;
	_overflow: visible;
	_overflow-x: hidden;
	_height: 0;
}
.titlebar .titlemenu .btn_ctrl {
	float: right;
}
.titlebar .titlemenu ul.btn_ctrl li {
	float: left;
}
.titlebar .titlemenu .tab_ctrl {
	display: table;
	float: left;
	text-transform: uppercase;
}
.titlebar .titlemenu .tab_ctrl:after  {
	content: "";
	display: table-row;
}
.titlebar .titlemenu ul.tab_ctrl>li {
	display: table-cell;
}
.titlebar .titlemenu ul.tab_ctrl>li>a {
	border-right: 1px solid #fff;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
	width: 100px;
	white-space: nowrap;
}

/* menu - sidebar */
.sidemenu {
	border-bottom: 1px solid #000;
	height: 18px;
	line-height: 18px;
	position: relative;
	z-index: 100;
}
.sidemenu>ul.ctrl {
	display: block;
	float: right;
}
.sidemenu>ul.ctrl>li>a {
	background-position: 0 0;
	display: block;
	height: 12px;
	margin: 3px;
	width: 12px;
}
.sidemenu>ul.ctrl>li>a:hover {
	background-position: 0 -12px;
}
.sidemenu>ul.menu {
	border-left: 1px solid #fff;
	display: block;
	float: right;
	width: 70px;
}
.sidemenu>ul.menu>li>a>span {
	background-position: 7px 0;
	display: block;
	float: right;
	height: 4px;
	margin: 7px 0;
	width: 7px;
}
.sidemenu ul.menu li a {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0 3px;
	white-space: nowrap;
}
.sidemenu ul.menu ul {
	visibility: hidden;
}
.sidemenu ul.menu ul li {
	border: 1px solid #000;
	border-width: 0 1px 1px;
	position: relative;
}
.sidemenu ul.menu ul li:first-child {
	border-width: 1px;
}
.sidemenu ul.menu ul li a {
	width: 200px;
}
.sidemenu ul.menu ul li a>span {
	display: block;
	float: right;
	margin-right: 3px;
}
.sidemenu>ul.menu>li>ul {
	margin-right: -1px;
}
.sidemenu>ul.menu>li>a:hover>span {
	background-position: 7px -4px;
}
.sidemenu>ul.menu>li ul {
	position: absolute;
}
.sidemenu>ul.menu>li>ul {
	right: 0;
}
.sidemenu>ul.menu>li>ul ul {
	left: 100%;
	top: -1px;
}

/* tree */
ul.tree {
	line-height: 22px;
}
ul.tree, ul.tree ul {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
ul.tree li div {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	cursor: pointer;
	padding-left: 24px;
}
ul.tree a {
	display: block;
	white-space: nowrap;
}
ul.tree>li>div { background-position: 0 0; padding-left: 24px; }
ul.tree>li>ul>li>div { background-position: 20px 0; padding-left: 44px; }
ul.tree>li>ul>li>ul>li>div { background-position: 40px 0; padding-left: 64px; }
ul.tree>li>ul>li>ul>li>ul>li>div { background-position: 60px 0; padding-left: 84px; }
ul.tree>li>ul>li>ul>li>ul>li>ul>li>div { background-position: 80px 0; padding-left: 104px; }

ul.tree>li>div.active  { background-position: 0 -24px; }
ul.tree>li>ul>li>div.active  { background-position: 20px -24px; }
ul.tree>li>ul>li>ul>li>div.active  { background-position: 40px -24px; }
ul.tree>li>ul>li>ul>li>ul>li>div.active  { background-position: 60px -24px; }
ul.tree>li>ul>li>ul>li>ul>li>ul>li>div.active { background-position: 80px -24px; }

ul.tree>li>div.active:hover  { background-position: 0 0; }
ul.tree>li>ul>li>div.active:hover  { background-position: 20px 0; }
ul.tree>li>ul>li>ul>li>div.active:hover  { background-position: 40px 0; }
ul.tree>li>ul>li>ul>li>ul>li>div.active:hover { background-position: 60px 0; }
ul.tree>li>ul>li>ul>li>ul>li>ul>li>div.active:hover { background-position: 80px 0; }

/* bubbles */
.bbl {
	border: 1px solid #000;
	font-size: 11px;
	font-size: 1.1rem;
	margin-bottom: 5px;
	/*overflow: auto;*/
}

.bbl.message {
	border-width: 0 0 1px 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
	padding: 0;
}
.bbl.message pre {
	margin: 0;
	padding: 10px;
	font-size: 13px;
	font-size: 1.3rem;
}
.bbl.message p {
	padding: 10px 5px;
	text-align: center;
}
.bbl.message a {
	text-decoration: underline;
}
.bbl a.save, .bbl a.cancel {
	background-color: transparent;
	background-position: center 0;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin: 3px 0 0;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	width: 16px;
}
.bbl a.save { margin-left: 3px; }
.bbl a.cancel { margin-right: 3px; }
.bbl a.save:hover, .bbl a.cancel:hover {
	background-position: center -16px;
}
.bbl .bbl {
	border: 0;
}
.bbl.properties {
/*	border-top: none;*/
	padding: 5px 5px 0;
}
.bbl p {
	line-height: 1.5em;
	padding: 5px;
}
.bbl table {
	padding: 5px;
}
.bbl_top {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 25px;
	padding-left: 5px;
}
.bbl_top ul {
	float: right;
}
.bbl_top ul  li {
	float: left;
}
.bbl_top .action_status {
	background-color: transparent;
	background-position: center right;
	background-repeat: no-repeat;
	float: right;
	font-style: italic;
	font-weight: normal;
	padding: 0 24px 0 0;
}
.bbl_top .info {
	float: right;
	font-weight: normal;
	margin-right: 5px;
}
.bbl_content {
	margin: 5px 5px 0;
}
.bbl_table {
	margin: 0;
}

/* tables */
table.overflow {
	table-layout: fixed;
}
table.overflow td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
table.overflow td p {
    white-space: normal;
}

table.tbl {
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
table.tbl th, table.tbl td {
	line-height: 16px;
	padding: 2px 3px;
	text-align: left;
}
table.tbl th {
	border-bottom: 1px solid #000;
	border-width: 0 1px;
	font-weight: bold;
}
table.tbl th a {
	text-decoration: none;
}
table.tbl td {
	border: 1px solid #000;
	border-width: 0 1px 1px 0;
}
table.tbl tr.odd_1 td, table.tbl tr.even_1 td {
	border-width: 0;
}
table.tbl tr.odd_2 td, table.tbl tr.even_2 td {
	border-width: 0 0 1px 0;
}
table.tbl td:last-child {
	border-width: 0 0 1px 0;
}
tr.ctrls td { padding: 5px; }
tr.ctrls td input, tr.ctrls td select, tr.ctrls td button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 20px;
}
table.tbl tr.more {
	line-height: 18px;
}
table.tbl tr.more td {
	text-align: center;
}
table.tbl tr.auto.more {
	display: none;
}
table.tbl tr.auto.more.loading {
	display: table-row;
}
table.tbl tr.loading td:first-child, table.tbl tr td.loading {
	background-color: transparent;
	background-position: center left;
	background-repeat: no-repeat;
	font-style: italic;
	line-height: 18px;
	padding-left: 24px;
	text-align: left;
}
table.tbl tr.settings  { height: 0; }
table.tbl tr.settings>td { overflow: visible; padding: 0; }
table.tbl tr.settings>td>form>fieldset { margin: 0 5px 5px; }
table.tbl tr.delete_all { font-weight: bold; }
table.tbl tr.system >td.name img { float: right; margin: 1px 0 0 5px; }
table.tbl .check { padding: 0; text-align: center; width: 22px; }
table.tbl .check  input{ margin: 3px 3px 3px 4px; vertical-align: middle; }
table.tbl .priority { text-align: center; width: 120px; }
table.tbl .users { text-align: center; width: 120px; }
table.tbl .assigned { text-align: center; width: 120px; }
table.tbl .date { text-align: center; width: 90px; }
table.tbl .referrer { width: 50px; }
table.tbl .type { width: 85px; }
table.tbl .user {  }
table.tbl .group {  }
table.tbl .ip {  }
table.tbl .suspicious {
	color: rgb(255, 0, 0);
}
table.tbl .category { }
table.tbl .hits { text-align: center; }
table.tbl .vlan { width: 50px; }
table.tbl .flags { text-align: right; }
table.tbl .login { text-align: center; width: 80px; }
table.tbl .cleanup, table.tbl .updated { width: 23px; }
table.tbl .cleanup img, table.tbl .updated img { vertical-align: middle; }
table.tbl .ctrl {	width: 16px; }
table.tbl .add a, table.tbl .add span,
table.tbl .delete a, table.tbl .delete span {
	background-color: transparent;
	background-position: center 0;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	width: 16px;
}
table.tbl .add a:hover, table.tbl .delete a:hover {
	background-position: center -16px;
}
table tr .func { text-align: center; width: 60px; }
table tr .func a {
	border: 1px solid #000;
	color: #000;
	font-size: 8px;
	line-height: 8px;
	padding: 2px 5px;
	text-transform: uppercase;
	vertical-align: middle;
}
table tr .func a:hover { border: 1px solid #888; color: #888; }
table.tbl tr .ctrl_more { text-align: center; width: 15px; }
table.tbl tr .ctrl_more a {
	background-color: transparent;
	background-image: url("/images/ctrls/ctrl_more.png");
	background-position: center 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 11px;
	margin-bottom: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	vertical-align: middle;
	width: 11px;
}
table.tbl tr .ctrl_more a.more { background-position: center 0; }
table.tbl tr .ctrl_more a.less { background-position: center -11px; }
table.tbl tr .ctrl_more a.more:hover { background-position: center -22px; }
table.tbl tr .ctrl_more a.less:hover { background-position: center -33px; }

table.tbl .handle { width: 14px; }
table.tbl .handle a, table.tbl .handle span {
	background-color: transparent;
	background-position: center 0;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
	display: block;
	height: 16px;
	overflow: hidden;
	text-align: left;
	text-indent: 100%;
	width: 8px;
}
table.edit input[type=text], table.edit select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	height: 16px;
	width: 100%;
}
table.list tr td { border-width: 0 0 1px 0; }
table.editable tr td { cursor: pointer; }

/* tables - policy */
table.policy th { font-weight: bold; }
table.policy th.name { border-bottom: 1px solid #000; text-indent: 2px; vertical-align: middle; }
table.policy .tod { text-align: center; }
table.policy .decrypt, table.policy .auth, table.policy .priority, table.policy .bpo, table.policy .abuse, table.policy .day, table.policy .hour {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	cursor: pointer;
}
table.policy .decrypt, table.policy .auth, table.policy .priority, table.policy .bpo, table.policy .abuse, table.policy .day { border-bottom: 1px solid #000; text-align: center; vertical-align: middle; width: 18px; }
table.policy .decrypt span, table.policy .auth span, table.policy .priority span, table.policy .bpo span, table.policy .abuse span, table.policy .day span {
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	margin: 1px auto;
	overflow: hidden;
	text-align: left;
	text-indent: -3000px;
	width: 16px;
}
table.policy .decrypt span { background-position: 0 16px; }
table.policy th.decrypt span { background-position: 0 0; }
table.policy td.decrypt.allow span { background-position: 0 -32px; }
table.policy td.decrypt.mix span { background-position: 0 -16px; }
table.policy .auth span { background-position: 0 16px; }
table.policy th.auth span { background-position: 0 0; }
table.policy td.auth.allow span { background-position: 0 -32px; }
table.policy td.auth.mix span { background-position: 0 -16px; }
table.policy .priority span { background-position: 0 16px; }
table.policy th.priority span { background-position: 0 0; }
table.policy td.priority.up span { background-position: 0 -32px; }
table.policy td.priority.down span { background-position: 0 -48px; }
table.policy td.priority.mix span { background-position: 0 -16px; }
table.policy .bpo span { background-position: 0 16px; }
table.policy th.bpo span { background-position: 0 0; }
table.policy td.bpo.allow span { background-position: 0 -32px; }
table.policy td.bpo.mix span { background-position: 0 -16px; }
table.policy .abuse span { background-position: 0 16px; }
table.policy th.abuse span { background-position: 0 0; }
table.policy td.abuse.flag1 span { background-position: 0 -32px; }
table.policy td.abuse.flag2 span { background-position: 0 -48px; }
table.policy td.abuse.flag3 span { background-position: 0 -64px; }
table.policy td.abuse.mix span { background-position: 0 -16px; }
table.policy th.day span { background-position: 0 0; }
table.policy td.day span { background-position: 0 -16px; }
table.policy .hour { border-bottom: 1px solid #000; font-size: 9px; text-align: center; width: 13px; }
table.policy .group .name span.down, table.policy .group .name span.up {
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 10px;
	margin: 4px 0;
	text-indent: -3000px;
	width: 10px;
}
table.policy .group .name span.down	 { background-position: 0 0; }
table.policy .group .name span.down:hover { background-position: 0 -10px; }
table.policy .group .name span.up { background-position: -10px 0; }
table.policy .group .name span.up:hover { background-position: -10px -10px; }
table.policy .child .name  {
	text-indent: 12px;
}

/* settings */
.bbl_settings {
	border-bottom: 1px solid #000;
}
.bbl_settings .bbl fieldset {
	margin: 0 5px 5px;
}
.bbl_settings .bbl fieldset table, tr.settings .bbl fieldset table {
	border: 1px solid #000;
}
.bbl_settings .bbl fieldset.table table, tr.settings .bbl fieldset.table table {
	border: 0;
}

/* buttons */
.ico_btn {
	height: 24px;
	width: 24px;
}
.ico_btn_lg {
	border-left: 1px solid #fff;
	height: 36px;
	width: 36px;
}
.ico_btn, .ico_btn_lg {
	display: block;
	float: left;
}
.ico_btn span, .ico_btn_lg span {
	background-color: transparent;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-align: left;
	text-indent: -3000px;
}
.ico_btn span {
	height: 16px;
	margin: 4px auto;
	width: 16px;
}
.ico_btn_lg span {
	height: 24px;
	margin: 6px auto;
	width: 24px;
}
a.ico_btn:hover span {
	background-position: 0 -16px;
}
a.ico_btn_lg:hover span {
	background-position: 0 -24px;
}
.ico_btn.disable span, a.ico_btn.disable:hover span {
	background-position: 0 -32px;
}
.ico_btn_lg.disable span, a.ico_btn_lg.disable:hover span {
	background-position: 0 -48px;
}
.active a.ico_btn_lg{
	background-color: #fff;
}
.active a.ico_btn_lg span {
	background-position: 0 -24px;
}
.active a.ico_btn_lg:hover {
	background-color: transparent;
}
.active a.ico_btn_lg:hover span {
	background-position: 0 0;
}
input[type=button], button, a.button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	height: 22px;
	text-align: center;
}
input, textarea, select, button, a.button {
	border: 1px solid #ccc;
	outline: none;
}
input, textarea {
	padding: 2px 3px;
}
input[type=checkbox], input[type=radio] {
	margin: 0 3px 0 0;
	vertical-align: text-bottom;
}
button.oversize {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	height: 50px;
	line-height: 24px;
	width: 200px;
}
div.input {
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 20px;
	line-height: 14px;
	padding: 2px 3px;
}

.row {
	display: table;
	width: 100%;
}
.row:after  {
	display: table-row;
}
.row>.cell {
	display: table-cell;
	padding-left: 5px;
	vertical-align: top;
}
.row>.cell:first-child {
	display: table-cell;
	padding-left: 0;
}

fieldset {
	border: 1px solid #000;
	margin-bottom: 5px;
	padding: 5px 5px 3px;
}
fieldset.plain {
	background-color: transparent;
	border: none;
	padding: 0;
	margin: 5px 5px 3px;
}
fieldset.table {
	padding: 0;
}
fieldset legend {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}
fieldset>h3 {
	border-bottom: 1px solid #000;
	font-weight: bold;
	line-height: 20px;
	margin: -5px -5px 5px;
	padding-left: 5px;
}
fieldset p, .bbl fieldset p {
	padding: 0 0 5px;
}
fieldset dl {
	display: table;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
fieldset dl>dt {
	display: table-caption;
	line-height: 20px;
}
fieldset dl>dd {
	display: table-row;
}
fieldset dl>dd>label, fieldset dl>dd>div, fieldset dl>dd>span {
	display: table-cell;
	line-height: 20px;
	vertical-align: middle;
}
fieldset dl>dd>div>span {
	display: inline-block;
	margin-right: 5px;
}
fieldset dl>dd>label {
	width: 120px;
}
fieldset dl>dd>label.required:after {
	color: #f00;
	content: " *";
	display: inline;
}
fieldset dl>dd.req_stmt  {
	text-align: right;
	line-height: 20px;
}
fieldset dl>dd.req_stmt:before {
	color: #f00;
	content: "* ";
	display: inline;
}
fieldset dl>dd>label.valid>span, fieldset dl>dd>label.invalid>span {
	background-color: transparent;
	background-image: url("/images/icons/ico_validate_16x16.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 16px;
	margin: 2px 3px;
	width: 16px;
}
fieldset dl>dd>label.valid>span {
	background-position: 0 -16px;
}
fieldset dl>dd>label.invalid>span {
	background-position: 0 -32px;
}

fieldset dl>dd.output>div {
	display: none;
}
fieldset dl>dd.output>div .scrollable {
	max-height: 100px;
	overflow: auto;
}

fieldset dl>dd.output>div.pre {
	display: table-cell;
}
fieldset dl>dd.output>div.pre>pre {
	display: none;
	height: 50px;
	margin: 0 0 2px;
}
fieldset dl>dd>pre, fieldset dl>dd>div>pre {
	border: 1px solid #000;
	font-size: 10px;
	height: 100px;
	line-height: 15px;
	overflow: auto;
	padding: 5px;
}
fieldset dl>dd.sub>pre {
	margin-left: 20px;
}
fieldset dl>dd.subx2>pre {
	margin-left: 40px;
}
fieldset dl>dt.sub, fieldset dl>dd.sub>label, fieldset dl>dd.sub>div:first-child {
	padding-left: 20px;
}
fieldset dl>dt.subx2, fieldset dl>dd.subx2>label, fieldset dl>dd.subx2>div:first-child {
	padding-left: 40px;
}
fieldset dl>dd.buttons>div {
	padding-top: 5px;
	padding-bottom: 3px;
	text-align: right;
}
fieldset dl>dd.buttons button, fieldset dl>dd.buttons a.button {
	float: right;
	height: 22px;
	width: 90px;
}
fieldset dl>dd.buttons>div>.status {
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}
fieldset dl>dd>span:first-child {
	padding-left: 20px;
	width: 180px;
}
fieldset span.multi { padding-bottom: 10px; }
fieldset dl>dd input[type=text], fieldset dl>dd input[type=search], fieldset dl>dd input[type=password], fieldset dl>dd input[type=email], fieldset dl>dd input[type=file], fieldset dl>dd textarea, fieldset dl>dd select, fieldset dl>dd button {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 20px;
	line-height: 16px;
	margin-bottom: 2px;
}
fieldset dl>dd>div>input[type=text], fieldset dl>dd>div>input[type=search], fieldset dl>dd>div>input[type=password], fieldset dl>dd>div>input[type=email], fieldset dl>dd>div>input[type=file], fieldset dl>dd>div>textarea, fieldset dl>dd>div>select, fieldset dl>dd>div>button {
	display: inline-block;
}
fieldset dl>dd textarea {
	height: auto;
}
fieldset dl>dd select[size] {
	text-indent: 3px;
}
fieldset dl>dd>input[type=text], fieldset dl>dd>input[type=search], fieldset dl>dd>input[type=password], fieldset dl>dd>input[type=email], fieldset dl>dd>input[type=file], fieldset dl>dd>textarea, fieldset dl>dd>select {
	width: 100%;
}
fieldset dl>dd>div>input[type=text] {
	width: 50px;
}
fieldset dl>dd>div>button {
	margin-bottom: 0;
	vertical-align: bottom;
}
fieldset dl>dd>div>input[type=search], fieldset dl>dd>div>input[type=password], fieldset dl>dd>div>input[type=email], fieldset dl>dd>div>input[type=file], fieldset dl>dd>div>textarea, fieldset dl>dd>div>select {
	width: 200px;
}
fieldset.details dl {
	display: block;
}
fieldset.details dl>dd {
	display: table;
	width: 100%;
}
fieldset.details dl>dd:after {
	display: table-row;
}
fieldset.details dl>dd>label {
	width: auto;
}
fieldset.details dl>dd>div {
	text-align: right;
}
fieldset .scrollable {
	background-color: #fff;
	border: 1px solid #000;
	height: 100px;
	margin-bottom: 2px;
	overflow-y: scroll;
}
fieldset .scrollable ul>li>div {
	border-bottom: 1px solid #000;
	padding: 0 5px;
	line-height: 20px;
}
fieldset .scrollable ul>li>ul>li>div {
	padding-left: 20px;
}

/* Editor */
.editor .menu {
	border: 1px solid #000;
	border-width: 1px 1px 0;
}
.editor .menu::after {
	clear: both;
	content: "";
	display: block;
	height: 0px;
	visibility: hidden;
}
.editor .menu>ul {
	display: table;
}
.editor .menu>ul:after {
	display: table-row;
}
.editor .menu>ul>li {
	display: table-cell;
}
.editor .menu>ul>li>a {
	border-right: 1px solid #000;
	cursor: pointer;
	display: block;
	text-align: center;
	width: 70px;
}
.editor textarea {
	width: 100%;
}

/* fileupload */
.file_input>.button {
	float: right;
	position: relative;
	width: 100px;
}
.file_input>.button>button {
	display: inline-block;
	position: absolute;
	width: 100px;
}
.file_input>.button>input[type=file] {
	display: inline-block;
	opacity: 0;
	position: relative;
	width: 100px;
	z-index: 2;
}
.file_input>.selected {
	margin-right: 105px;
}

fieldset.google_apps dl>dd>div:first-child { width: 90px; }
fieldset.safe_search label { width: 70px; }
fieldset.safe_search dd>div>div { display: inline-block;  padding-right: 10px; }
fieldset.policy_reminder dl>dd>div:first-child { width: 110px; }
fieldset.policy_reminder dl>dd>div>input[type=text] { width: 50px; }
fieldset.abuse_settings dl>dd>label { width: 90px; }
fieldset.abuse_settings dl>dd.abuse_2, fieldset.abuse_settings dl>dd.abuse_3 { display: none; }
fieldset.abuse_settings dl>dd>div:first-child { width: 110px; }
fieldset.abuse_settings dl>dd>div>input[type=text] { width: 50px; }
fieldset.abuse_settings dl>dd>div>select { width: 130px; }
fieldset.youtube dl>dd>div:first-child { width: 100px; }
fieldset.youtube dl:first-child>dd>div:first-child { width: auto; }
fieldset.facebook dl>dd>div:first-child { width: 70px; }
fieldset.facebook dl:first-child>dd>div:first-child { width: auto; }

fieldset.search dl>dd>label { width: 50px; }
fieldset.search dl>dd>select { margin-right: 5px; width: 150px; }
fieldset.search dl>dd>input { margin-right: 5px; width: 350px; }
fieldset.search dl>dd>button { width: 30px; }

/* sortable */
.sortable .bbl_top {
	cursor: pointer;
}

/* control dots */
ul.ctrl_dots {
	display: table;
	margin-right: 5px;
}
ul.ctrl_dots:after {
	display: table-row;
}
ul.ctrl_dots>li {
	display: table-cell;
}
ul.ctrl_dots>li>a {
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	width: 8px;
	height: 8px;
	text-indent: -3000px;
	margin: 5px 0 5px 5px ;
}

/* chart dots */
ul.rpt_limit.ctrl_dots {
	float: right;
}
ul.rpt_limit.ctrl_dots>li {
	line-height: 20px;
}
ul.rpt_limit.ctrl_dots>li>a {
	margin: 8px 0 8px 8px ;
}

/* output controls */
ul.ctrl_output {
	display: table;
	position: absolute;
	top: 0;
}
ul.ctrl_output:after {
	display: table-row;
}
ul.ctrl_output>li {
	display: table-cell;
}
ul.ctrl_output>li>a {
	background-position: 0 -12px;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -3000px;
	margin: 1px 0 0 1px;
}
ul.ctrl_output>li>a:hover { background-position: 0 -24px; }

/* charts */
.charts {
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
}
.charts:after {
	content: "";
	display: table-row;
}
.charts>div {
	display: table-cell;
	padding: 5px;
	vertical-align: top;
}
.charts>.title {
	border-right: 1px solid #000;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 40px;
}
.charts>.title>h2 {
	display: inline-block;
	line-height: 40px;
    -ms-transform: translate(0,100%) rotate(-90deg);
	-ms-transform-origin: 0 0;
    -webkit-transform: translate(0,100%) rotate(-90deg);
	-webkit-transform-origin: 0 0;
	transform: translate(0,100%) rotate(-90deg);
	transform-origin: 0 0;
	white-space: nowrap;
}
.charts>.title>h2:after {
	content: "";
	display: block;
	margin: -1.5em 0 100%;
}
.charts>.pie {
	width: 350px;
}
.charts>.pie:after {
	display: table;
}
.charts>.pie:after:after {
	content: "";
	display: table-row;
}
.charts>div>h3 {
	display: table-caption;
	font-weight: bold;
	padding: 5px 0 10px;
	text-align: center;
	text-decoration: underline;
}
.charts>.pie>div {
	display: table-cell;
	vertical-align: top;
}
.charts>.pie>.chart {
	height: 220px;
}
.charts>.line>.chart {
	height: 250px;
}
.charts>.bar>.chart, .charts>.stackedbar>.chart {
	height: 250px;
}
.charts .legend {
	line-height: 14px;
}
.charts .legend li {
	line-height: 14px;
	white-space: nowrap;
}
.charts .legend li>span {
	display: block;
	float: left;
	height: 10px;
	margin: 2px 3px 0 2px;
	width: 10px;
}
.charts>.pie>.legend {
	vertical-align: middle;
}
.legend .pie-legend {
	margin: 0 15px;
}
.legend .line-legend, .legend .bar-legend, .legend .stackedbar-legend {
	display: table;
	margin: 0 auto;
}
.legend .line-legend:after, .legend .bar-legend:after, .legend .stackedbar-legend:after {
	content: "";
	display: table-row;
}
.legend .line-legend>li, .legend .bar-legend>li, .legend .stackedbar-legend>li {
	display: table-cell;
	vertical-align: top;
}
.legend .line-legend>li:first-child, .legend .bar-legend>li:first-child, .legend .stackedbar-legend>li:first-child {
	padding-right: 10px;
}
.charts>.list {
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0;
}
.charts>.list>.records {
	overflow-x: hidden;
    overflow-y: auto;
    height: 274px;
    max-height: 274px;
}
.output .charts {
	border: none;
}


/* override chosen selects */

.search .sortby { width: 260px; }
.search label { width: 60px; }
.search div.buttons { padding: 0 5px 0 0; width: 90px; margin-right: 5px; }
.search div.buttons a {
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	line-height: 18px;
	text-align: center;
	margin-left: 5px;
	width: 40px;
	vertical-align: top;
}
.search a.advanced { display: table-cell; text-align: center; width: 60px; }
.search div.field { padding: 0 5px 0 0; width: 90px; margin-right: 5px; }
.search div.field select, .search div.field select { width: 100%; }
