/* CSS version */
.css-version-css-style i:before { content: '2.2'; } /* CND-5258*/
.css-version-css-style { display: block !important; }

#style_provider {
	display: none; }

:focus {
	outline: none;
}
.focus-invader {
	position: absolute;
	left: -100px;
}

/* ---------------------------------------------------------------------- */
/*	Normalize Elements
/* ---------------------------------------------------------------------- */


/* <link rel="stylesheet" type="text/css" href="css/normalize.css" media="screen" /> */


/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

.hidden { display: none !important; }

div.inline_div { display: inline; }

.nowrap {
	white-space: nowrap;
}

.textwrap {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	white-space:normal;
}

.ie .textwrap {
	display: inline-block;
	word-break: break-all;
	-ms-word-break: break-all;
}

/* -------------------------------------------------- */
/*	COLUMNS
/* -------------------------------------------------- */
 
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12, .col_half {
	float: left;
	margin: 0 3% 0 0; }

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12, .col_half {
	margin: 0; }

.col1.ext, .col2.ext, .col3.ext, .col4.ext, .col5.ext, .col6.ext, .col7.ext, .col8.ext, .col9.ext, .col10.ext, .col11.ext, .col12.ext, .col_half.ext {
	margin-left: 1%; }

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6, .col_half { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 67%; }
.col9 { width: 75.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 100%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img, .col_half img {
	width: 100%;
	height: auto;
	display: block; }


/** Special */

.col_time {
	width: 60px;
	margin: 0 0 0 0; }


/* ---------------------------------------------------------------------- */
/* Clearfix
/* ---------------------------------------------------------------------- */

.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}
.row.ext {
	width: 101.01%;
}


/* ---------------------------------------------------------------------- */
/* ROW HEIGHTS
/* ---------------------------------------------------------------------- */


.row_smaller	{ min-height: 40px; }
.row_small 		{ min-height: 50px; }
.row_medium 	{ min-height: 65px; }
.row_large 		{ min-height: 80px; }
.row_larger 	{ min-height: 90px; }
.row_break_small { margin-bottom: 10px !important; }
.row_break_medium { margin-bottom: 20px !important; }
.row_break_larger { margin-bottom: 30px !important; }



/* ---------------------------------------------------------------------- */
/*	Basic Elements & Classes
/* ---------------------------------------------------------------------- */

html { 	height: 100%; }

/*	background: transparent url(../images/connode4_bg.jpg) center top repeat-y; */
body {
	color: #909090;
	font: 11px/1.7 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	height: 100%;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%; }


::-moz-selection { background: #009FE3; color: #fff; text-shadow: none; }
::selection { background: #009FE3; color: #fff; text-shadow: none; }

#top-border {
	border-top: 6px solid #3a3a3a;
	left: 0;
	position: absolute;
	width: 100%;
	min-width: 1200px;
}

.sans-serif {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #474747;
	font-weight: 400;
	line-height: 1.25;
	margin-bottom: 15px; }

/* Some basic settings */
h1, h1 .button { font-size: 32px; }
h2, h2 .button { font-size: 24px; }
h3, h3 .button { font-size: 17px; }
h4, h4 .button { font-size: 15px; }
h5, h5 .button { font-size: 14px; }
h6, h6 .button { font-size: 12px; }

small,
.small { font-size: 12px; }
ol { list-style: decimal; }
ul { list-style: disc; }
li { margin-left: 30px; }
img { margin-bottom: 5px; }


dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,blockquote,article,p { margin-bottom: 20px; }

a, a > * {
	color: #3a3a3a;
	text-decoration: none;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; }

a:hover, a > *:hover { color: #009FE3; }

a.action.csv.disabled {
	color: #BDBCBD; }

a.two-factor-settings-link,
a.edit-profile-link {
	text-decoration: underline;
}
a.two-factor-settings-link.disabled,
a.edit-profile-link.disabled {
	color: #BDBCBD;
	pointer-events: none;
  	cursor: default;
}

.custom-user-profile th {
	vertical-align: baseline;
}

.login #wrap {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -163px; /* the bottom margin is the negative value of the footer's height */ }

#wrap {
	margin: 0 auto 0 auto;
	padding: 0 20px 0 20px;
	width: 1160px; }

.container {
	margin: 0 auto;
	position: relative;
	width: 1160px; }
	
.page_title {
	font-size: 28px;
	padding: 15px 0;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin: 0 0 15px 0; }

.page_title.node {
	background: transparent	url(../images/node.jpg) left center no-repeat;
	padding-left: 60px; }


.cell { padding-bottom: 40px; }

.cell-10 { padding-bottom: 10px; }

.action, .ui-widget-content a.action {
	color: #009FE3;
	cursor: pointer; }

.action-disabled, .ui-widget-content a.action-disabled {
	color: #707070;
	pointer-events: none; }

.filter,
.label { padding: 4px 0 0 0;
         text-transform: none; }

.delete {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	text-indent: -9999999px; }


label .icon-spinner { margin-right: 10px; }
label .icon-ok { margin-right: 10px; }
label .icon-remove { margin-right: 10px; }


/** ClOSE ICON */
.close:after {
    content: "\2716";
    position: absolute;
    top: 5px;
    right: 10px;
    bottom: 0;
    font-size: 15px;
    padding: 0 0 0 0;
    color: #d3d3d3;
    pointer-events:none;
    border-radius: 0px 6px 6px 0px;
	    -webkit-border-radius: 0px 6px 6px 0px;
	    -moz-border-radius: 0px 6px 6px 0px; }


.no_border { border: none !important; }
.no_padding { padding: 0 0 0 0 !important;}
.no_margin { margin: 0 0 0 0 !important;}
.no_padding_tr td {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.f_right { float: right; }
.f_left { float: left; }

.t_right { text-align: right; }
.t_center { text-align: center; }
.t_left { text-align: left; }

.v_top { vertical-align: top; }
.v_bottom { vertical-align: bottom; }

.cell_header {
	border-bottom: 1px solid #e7e6e6;
	margin: 0 0 22px 0; }

.ui-dialog .cell_header {
	border-bottom: 1px solid #d7d6d6;
}

.cell_header h2 {
	background:#fff;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 12px 0 0;
	position: relative;
	top: 8px; }

.label_header {
	margin-bottom: 6px;
}

.label_header h3 {
	border-bottom: 1px solid #e7e6e6;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 0 12px 0 0;
	position: relative;
	top: 4px;
	width: 90% }

.ui-dialog .cell_header h2 {
	background:#eee;
}

.cell_header span,
.cell_header a,
.cell_header button,
.sub_header span,
.sub_header a,
.sub_header button {
	float: right;
	padding: 0 0 0 0;
	position: relative;
	top: 3px; }

.sub_header span,
.sub_header a,
.sub_header button.orange {
	top: 0px; }

.cell_header span,
.sub_header span {
	background: #ffffff; }

.cell_header .link,
.sub_header .link {
	padding: 0 0 0 15px;
	top: 15px; }

.wide_cell button {
	margin: 0 7px 0 0;
	padding: 0 10px;
	min-width: 80px;
	 }

.wide_cell.thin button {
	margin: 0 7px 0 0;
	padding: 0 10px;
	min-height: 25px !important;
}

.cell_header button,
.sub_header button {
	top: 6px;
	margin: 0 0 0 15px; }

.sub_header {
	border-bottom: 1px solid #e7e6e6;
	margin-bottom: 11px; }

.sub_header h4 {
	background:#fff;
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 12px 0 0;
	position: relative;
	top: 5px; }

.sub_header_v2 h4 {
    border-bottom: 1px solid #e7e6e6;
    margin: 0 0 10px; }

.sub_header_v2 a {
    float: right; }

.sub_header_cell {
	width: 90%;
	padding-right: 20px;
}

.ui-dialog .sub_header,
.ui-dialog .sub_header span,
.ui-dialog .sub_header h4 {
	background: #eeeeee; /* as background of a dialog */
}

/* ---------------------------------------------------------------------- */
/*	Main Navigation
/* ---------------------------------------------------------------------- */

.toggle_menu {
    display: none; }

#main-nav { 
	padding: 0 0 0 180px; }

.menu-top { 
	margin: -6px 0 0;
	padding: 0 0 0 0; }

.menu-top li {
	display: inline-block;
	float: left;
	list-style: none;
	margin: 0;
	position: relative; }

.menu-top li a {
	border-bottom: 1px solid transparent;
	border-top: 6px solid transparent;
	color: #3a3a3a;
	font-size: 12px;
	font-weight: 800;
	display: block;
	letter-spacing: -0.08px;
	padding: 26px 20px 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 98; }

.menu-top a[data-disabled=disabled] {
	color: lightgray; }

.ie7 .menu-top a { padding: 33px 20px; }

.menu-top li a:after { 
	color: #aeaeae;
	content: attr(data-description); /* Adds data attribute content to menu item */
	font-size: 11px;
	font-style: italic;
	font-weight: 400;
	display: block;
	line-height: 0;
	margin: 3px 0 -3px;
	text-align: center;
	text-transform: lowercase; }

.menu-top a:hover, 
.menu-top .hover > a,
.menu-top .current_menu_item > a {
	background: #f8f8f8;
	border-bottom-color: #009FE3;
	border-top-color: #009FE3;
	color: #009FE3; }

.menu-top .current_menu_item:after {
	background: #009FE3;
	bottom: -2.5px;
	content: '';
	left: 50%;
	display: block;
	height: 5px;
	margin: 0 0 0 -2.5px;
	transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);	
	position: absolute;
	width: 5px; }



/** Dropdown */

.menu-top li:hover ul {
	display: block; }

.menu-top ul {
	background: #3a3a3a;
	box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
		-webkit-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
		-moz-box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, .2);
	display: none;
	margin: 0px;
	padding: 0;
	position: absolute;
	top: 82px;
	left: 0px;
	width: 205px;
	z-index: 99; }

.menu-top ul li {
	width: 100%; }

.menu-top ul a {
	border: 0;
	border-bottom: 1px solid #252525;
	border-top: 1px solid #4c4c4c;
	color: #fff;
	display: block;
	font-size: 11px;
	letter-spacing: 0;
	font-weight: 400;
	padding: 8px 20px !important;
	text-align: left;
	text-transform: none; }

.menu-top li a:hover, 
.menu-top .hover > a,
.menu-top .current_menu_item > a:hover,
.menu-top .current_menu_item > a {
	background: #f8f8f8;
	border-bottom-color: #009FE3;
	border-top-color: #009FE3;
	color: #009FE3; }

.menu-top ul .current_menu_item:after { 
	display: none; }


/* Sub Dropdown */

.menu-top li ul ul {
	left: 200px !important;
	top: 0 !important; }

.menu-top .sub-menu-left {
	right: 200px !important;
	top: 0 !important; }
	
.menu-top li ul ul a {
	color: #ffffff; }

ul.button-menu li {
	margin: 0;
}
ul.button-menu li button {
	margin: 0;
}

/* ---------------------------------------------------------------------- */
/*	HEADER
/* ---------------------------------------------------------------------- */

#header {
	z-index: 97; }

#logo {
	float: left;
	height: 60px;
	margin: 12px 0 0 0; }


/* ---------------------------------------------------------------------- */
/*	SUB-HEADER
/* ---------------------------------------------------------------------- */


.sub_page_title {
	border-bottom: 1px solid #efefef;
	margin-bottom: 5px;
	padding: 0;
	width: 100%; }

.sub_page_title form {}

.sub_page_title form input,
.sub_page_title form button {
	margin: 0 0 0 0; }

.sub_page_title h2 {
	line-height: 22px; }

.sub_page_title .form_cell {
	padding-top: 12px }

/** Search and quick-form Cells */
.sub_page_title .search_cell,
.sub_page_title .quick_form_cell {
	padding-top: 12px }

input.entity-name,
.sub_page_title .search_cell input,
.sub_page_title .quick_form_cell input[type="text"] {
	padding: 0 0 0 10px;
	width: 100% !important;  }

.sub_page_title .quick_form_cell input[type="file"] {
	padding: 5px;
	height: 30px;
	width: 100% !important;  }

.sub_page_title .search_cell button,
.sub_page_title .quick_form_cell button {
	margin: 2px 0px 0 20px; }

.sub_page_title .quick_form_cell button.upload_btn {
	margin-left: 14px; }

.quick_form_cell table,
.compact_cell table,
.quick_form_cell label {
	margin: 0 !important }

/** Create Job Cell */
.sub_page_title .create_job_cell {
	padding: 6px 0 0 0; }

.sub_page_title .create_job_cell button {
	margin: 0 0 0 10px; }

.sub_header .action {
	float: none;
	font-size: 11px;
	padding-left: 10px;
}

/* ---------------------------------------------------------------------- */
/*	SHORTCUTS
/* ---------------------------------------------------------------------- */

.shortcuts {
	float: right;
	width: 300px; }

.shortcuts h1 {
	font-size: 28px;
	padding: 15px 0; }

.shortcuts ul {
	list-style: none;
	padding: 0px;
	margin-top: 5px }

.shortcuts ul li {
	margin: 0 0 0 0; }

.shortcuts a.action {
	background: #ffffff url(../images/i_shortcut.jpg) center left no-repeat;
	padding-left: 10px; }
	


/* ---------------------------------------------------------------------- */
/*	PAGINATION
/* ---------------------------------------------------------------------- */

.pagination_controls {
	padding: 13px 0 0 0; }

.pagination_controls.bottom {
	padding: 0 0 0 0; }

.pagination {}

span.pagination span {
	color: #3a3a3a; }

span.pagination > span {
	padding: 0 10px 0 10px; }

.pagination_button {
	background-color: #f8f8f8;	
	border: 1px solid #c9c9c9;
	border-radius: 6px 6px 6px 6px;
	    -webkit-border-radius: 6px 6px 6px 6px;
	    -moz-border-radius: 6px 6px 6px 6px;
	color: #8f8f8f;
	font: inherit;
	height: 24px;
	margin: 0;
	outline:none; /* remove focus ring from Webkit */
	padding: 0 0 0 0;
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */ 
	box-shadow: none;
	min-width: inherit;
	min-height: 22px;
	width: 32px !important;
	vertical-align: top; }

.ie .pagination select { height: 24px; }

/* ---------------------------------------------------------------------- */
/*	TAB NAVIGATION & CONTAINER
/* ---------------------------------------------------------------------- */

.tabbed_container {
	border: 1px solid #d7d7d7;
	padding: 15px 30px 30px 30px; }

.tabbed_nav,
.tabbed_nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0; }

.tabbed_nav li {
	float: left;
	list-style: none;
	margin: 0 10px 0 0;
	position: relative; }

.tabbed_nav li a {

	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZGFkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOWRhZGIiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(217,218,219,1) 0%, rgba(217,218,219,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,218,219,1)), color-stop(100%,rgba(217,218,219,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,218,219,1) 0%,rgba(217,218,219,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,218,219,1) 0%,rgba(217,218,219,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,218,219,1) 0%,rgba(217,218,219,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,218,219,1) 0%,rgba(217,218,219,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dadb', endColorstr='#00d9dadb',GradientType=0 ); /* IE6-8 */
	border: 1px solid #d7d7d7;
	border-bottom: none;
	border-radius: 12px 12px 0px 0px; 
	color: #3a3a3a;
	display: block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: -0.08px;
	padding: 9px 20px 6px;
	position: relative;
	text-align: center;
	z-index: 98; }

.tabbed_nav li a:hover {
	color: #009FE3; }

.tabbed_container th,
.tabbed_container td {
	padding-left: 0px; }

.ui-white {
	background: none;
	border: 0px; }

.ui-white.ui-widget-header {
	background: transparent;
	border: 0px }

.ui-white.ui-tabs .ui-tabs-panel {
	border: 1px solid #D7D7D7; }

.ui-white .ui-state-active {
	border: 0px;
	color: #009FE3;
	top: 1px; }

.ui-white .ui-state-default a,
.ui-white .ui-state-default a:link,
.ui-white .ui-state-default a:visited {
	color: black;
	margin-bottom: -1px; }

.ui-white .ui-state-default {
	border: 0px; }

.ui-white .ui-state-active a,
.ui-white .ui-state-active a:link,
.ui-white .ui-state-active a:visited {
	border-bottom: 1px solid white;
	color: #009FE3; }

.ui-white .ui-tabs-nav li {
	margin-bottom: 1px; }

.ui-dialog>.ui-widget-header {
	background: url("../images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE;
	border: 0px;
}
.ui-dialog>.ui-widget-header .ui-dialog-title {
	color: #000000;
}
.ui-multiselect-header {
	border: 1px solid #7cc4e3;
	background: #9fcfe3 url(../images/ui-bg_gloss-wave_35_009fe3_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}

.ui-multiselect-header ul li {
    margin-left: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	top: 7px;
	right: -4px;
	z-index: 101;
	min-height: 12px;
	box-shadow: none;
	border: none;
	color: transparent;
}

.ui-dialog-yes-no+.ui-dialog-buttonpane button {
	min-width: 38pt;
}

.ui-dialog.no-title .ui-dialog-title {
	display:none;
}

.ui-dialog.small-title .ui-dialog-title {
	height: 4px;
}

/* ---------------------------------------------------------------------- */
/*	LOGIN FORM
/* ---------------------------------------------------------------------- */


/* LOGIN*/

form .input_wrap {
	float: left;
	padding: 0 0 20px 0;
	width: 50%; }

form label {
	color: #474747;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.25;
	margin: 1.33em 0;
		margin-bottom: 15px; }

form input, form select,
.input-border-round input, .input-border-round select,
.like-a-form input, .like-a-form select
{
	background-color: #ffffff !important;
	border: 1px solid #c9c9c9;
	border-radius: 3px 3px 3px 3px;
	color: #000000;
	height: 40px;
	font-size: 20px;
	font-weight: 400;
	outline: none;
	width: 90% !important; }

form input:focus {
	color: #555555;
	border: 1px solid #aaaaaa; }

form.login {
	width: 700px; }

form button.login {
	clear: both;
	float: right;
	margin: 27px 44px 0 0 }

form.tight input, form.tight select,
.like-a-form.tight input,.like-a-form.tight select {
	height: inherit;
	font-size: inherit;
}

/* ---------------------------------------------------------------------- */
/*	FORM ELEMENTS
/* ---------------------------------------------------------------------- */


label {
	cursor: pointer;
	display: block;
	margin: 0 0 5px; }

form.compact-form label {
	font-size: 11px;
	margin-top: 6px;
	margin-bottom: 0px;
}

input, textarea {
	-webkit-appearance: none; /* Fix for Mobile Safari */
	background-color: #fAfAfA;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
	color: #000000;
	font-size: 12px;
	line-height: 1.5;
	padding: 4px;
	border-radius: 3px; }

input:hover, 
textarea:hover, 
select:hover { 
	border-color: #b9b9b9; }
	
input:focus, 
textarea:focus, 
select:focus { 
	border-color: #bbb; }

input[type="submit"], 
input[type="reset"],
button {
	font-size: 13px;
	text-transform: uppercase; }

input[type="submit"].medium, 
input[type="reset"].medium, 
button.medium { 
	font-size: 15px; }

input[type="submit"].large, 
input[type="reset"].large, 
button.large { 
	font-size: 17px; }

button.small { 
	font-size: 17px; }

select,
input[type="file"] {
	border: 1px solid #c9c9c9;
	box-shadow:none;
	color: #000000;
	cursor: pointer;
	height: 24px;
	outline: 0; }

.ie select,
.ie input[type="file"] {
	height: 34px;
	background-color: none;
}
.ie .input-file-holder {
	margin-right: -22px;
}

input[type="file"] {
	font-size: 100%; }
select.select {
	width: 100%; }

input[type="checkbox"], 
input[type="radio"],
.wpcf7 input[type="checkbox"], 
.wpcf7 input[type="radio"] { 
	width: 20px;
	background-color: transparent;
}

input[type="checkbox"].bottom {
	vertical-align: bottom;
}

/* Fix for Mobile Safari */
input[type="checkbox"] { -webkit-appearance: checkbox; }
input[type="radio"] { -webkit-appearance: radio; }

/* Chrome, Safari */
input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { color: #b0b0b0; }

/* Firefox */
input:-moz-placeholder, 
textarea:-moz-placeholder { color: #b0b0b0; }

/* jQuery fallback */
input.placeholder, 
textarea.placeholder, 
.wpcf7 .watermark { color: #b0b0b0; }

input.small {
	font-size: 12px;
	height: 24px;
	width: 95% !important; }

input.small90 {
	font-size: 12px;
	height: 24px;
	width: 90% !important; }

input.short {
	width: 50pt;
}


/** DEFAULT  BUTTON STYLE*/
input[type="submit"], input[type="reset"], button, .bt {
	background: #009FE3;
	border: none;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 1px 3px -1px black;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	min-height: 35px;
	min-width: 133px;
	margin: 0 10px 7px 0px;
	padding: 0 0 0 0; }

.pki-button-180 {
	min-width: 180px;
}

.btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
	background: #3a3a3a;
	color: #fff; }

button:hover.ui-multiselect {
	background: #ffffff none repeat scroll 0 0 !important;
	font-weight: normal !important;
	color: #000000 !important;
	font-family: sans-serif !important;
	border: 1px solid #b9b9b9 !important;
}

button:hover.ui-multiselect.ui-state-disabled {
	background: none !important;
}

.profiles tbody button.ui-multiselect {
	margin-bottom: 0;
	margin-right: 0;
}

.small-multiselect.ui-multiselect {
	width: 101%;
	min-height: 30px;
}

/** BUTTON COLORS */
.orange {
	background: #7cc4e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #7cc4e3 0%, #44b3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7cc4e3), color-stop(100%,#44b3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7cc4e3 0%,#44b3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7cc4e3 0%,#44b3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7cc4e3 0%,#44b3e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7cc4e3 0%,#44b3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cc4e3', endColorstr='#44b3e3',GradientType=0 ); /* IE6-9 */
	border: 1px solid #44B3E3; }
.orange[disabled] {
	color: #cccccc; }

.gray {
	background: #808080; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2d2d2 0%, #7d7d7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%,#7d7d7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2d2d2 0%,#7d7d7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2d2d2 0%,#7d7d7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2d2d2 0%,#7d7d7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d2d2d2 0%,#7d7d7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
	border: 1px solid #7d7d7d; }

.gray.down {
	background: #505050; /* Old browsers */
	background: -moz-linear-gradient(top,  #4d4d4d 30%, #d2d2d2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%,#d2d2d2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4d4d4d 30%,#d2d2d2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4d4d4d 30%,#d2d2d2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4d4d4d 30%,#d2d2d2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4d4d4d 30%,#d2d2d2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#d2d2d2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #4d4d4d; }

.gray[disabled] {
	color: #cccccc; }

.ui-help-message {
	cursor: pointer;
	padding: 5px;
	margin-right: -5px;
	border: 1px solid #9fcfe3;
	background-color: #bbd7e3;
}
.help-button {
	color: #009fe3;
	cursor: pointer;
}

/** BUTTON TEXT COLORS */

.i_up, .i_up_still { background: transparent url(../images/button_sprite.png) no-repeat -14px -240px; }
.i_down, .i_down_sill { background: transparent url(../images/button_sprite.png) no-repeat -14px -191px; }
.i_minus { background: transparent url(../images/button_sprite.png) no-repeat -20px -287px; }
.i_plus { background: transparent url(../images/button_sprite.png) no-repeat -14px -323px; }

.i_approve { background: transparent url(../images/button_sprite.png) no-repeat -9px -85px; }
.i_cancel { background: transparent url(../images/button_sprite.png) no-repeat -9px -140px; }

.i_approve_still { background: transparent url(../images/button_sprite.png) no-repeat -9px -89px; width: 32px !important; height: 18px !important; }
.i_cancel_still { background: transparent url(../images/button_sprite.png) no-repeat -9px -143px; width: 32px !important; height: 18px !important; }
.i_dontknow_still { background: transparent url(../images/button_sprite.png) no-repeat -9px -35px; width: 32px !important; height: 18px !important; }

.i_approve:hover { background: rgba(58, 58, 58, 1) url(../images/button_sprite.png) no-repeat -9px -85px; }
.i_cancel:hover { background: rgba(58, 58, 58, 1) url(../images/button_sprite.png) no-repeat -9px -140px; }

.i_minus:hover { background: rgba(58, 58, 58, 1) url(../images/button_sprite.png) no-repeat -20px -287px; }
.i_plus:hover { background: rgba(58, 58, 58, 1) url(../images/button_sprite.png) no-repeat -14px -323px; }
.i_up:hover { background: rgba(58, 58, 58, 1) url(../images/button_sprite.png) no-repeat -14px -240px; }
.i_down:hover { background: rgba(58, 58, 58, 1) url(../images/button_sprite.png) no-repeat -14px -191px; }

.i_approve,
.i_cancel {
	width: 40px !important; }
.i_remove, .i_remove_still { 
	background: transparent url(../images/button_sprite.png) no-repeat -22px -35px;
	display: inline-block;
	height: 14px;
	text-align: left;
	text-indent: -9999999px;
	width: 12px; }

.i_tool {
	background: transparent url(../images/button_sprite.png) no-repeat -14px -378px; }
.i_tool:hover { background: transparent url(../images/button_sprite.png) no-repeat -14px -378px; }

/** BUTTON TYPES */
.processing {
	background-color: #eef2dc;
	border: 1px solid #acd556;
	box-shadow: none;
	color: #000000;
	padding: 0 33px 0 20px;
	position: relative;
	text-align: left; }

.processing-white {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold; }

.warning {
	background-color: #F2D2D2;
	border: 1px solid #D35656;
	box-shadow: none;
	color: #D35656;
	padding: 0 33px 0 20px;
	position: relative;
	text-align: left; }

.prompt {
	background-color: rgb(242, 219, 170);
	border: 1px solid rgb(222, 115, 0);
	box-shadow: none;
	color: rgb(222, 115, 0);
	padding: 0 33px 0 20px;
	position: relative;
	text-align: left;
	text-transform: none }

/** STATUS BUTTON */
.status {
	background-color: #f8f8f8;	
	border: 1px solid #c9c9c9;
	border-radius: 6px 6px 6px 6px;
	    -webkit-border-radius: 6px 6px 6px 6px;
	    -moz-border-radius: 6px 6px 6px 6px;
	
	border: 1px solid #c9c9c9;
	border-radius: 6px 6px 6px 6px !important;
	box-shadow: none;
	color: #999999;
	height: 24px;
	line-height: 0;
	margin: 0 0 0 0;
	min-width: inherit;
	position: relative;
	width: 30px; }

.filter_row .status {
	min-height: 0; }

.toggle {
	background-color: #CCCCCC;
	border-color: #888888; }
.ui-dialog-titlebar-close {
	min-width: 0px !important;
}

.digitalIO_button.current-item {
	background: #009FE3; }

/** APPLY BUTTON */
.apply {
	background-color: #f8f8f8;	
	border: 1px solid #c9c9c9;
	border-radius: 6px 6px 6px 6px;
	    -webkit-border-radius: 6px 6px 6px 6px;
	    -moz-border-radius: 6px 6px 6px 6px;
	color: #8f8f8f;
	font: inherit;
	height: auto;
	margin: 0;
	outline:none; /* remove focus ring from Webkit */
	padding: 3px 0 1px 0;
	-webkit-appearance:none; /* remove the strong OSX influence from Webkit */ 
	box-shadow: none;
	margin: 0 0 0 10px;
	min-width: inherit;
	width: 78px; }

button [class^="icon-"] {
	position: relative;
		left: -10px; }

/** DIALOG BUTTONS **/


.ui-widget.button-default {
    color: black;
    font-weight: normal;
}

/* -------------------------------------------------- */
/*	TABLES
/* -------------------------------------------------- */


.odd {
	background: #eff0f2; }

.odd-dark {
	background: #d7d8d9; }

.odd.selected {
	background: #82858c; }

.even {
	background: #ffffff; }

.even.selected {
	background: #bababa; }

.group-node.updated [data-name=editAction] .update {
	display: none;
}

.group-node:not(.updated) [data-name=editAction] .reset {
	display: none;
}

.group-node:not(.updated) [data-name=updated] * {
	display: none;
}

tr.item-selected td {
	background: #3a3a3a;
	color: #ffffff; }

table {
	color: #3a3a3a;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	margin: 0 0 16px 0;
	padding: 0 0 0 0;
	text-align: left;
	width: 100%; }

table thead tr { border-bottom: 1px solid #e7e6e6; }

table th { font-weight: 600; }

table td { font-weight: 400; }
table.align-left > * > * > td {
	padding-left: 0px !important;
}

td,
th { padding: 9px 5px 9px 5px; }

table.main-layout-table > * > * > .layout-side-left {
	background: url("../images/connode4_bg_left.jpg") repeat-y scroll right top transparent;
}
table.main-layout-table > * > * > .layout-side-right {
	background: url("../images/connode4_bg_right.jpg") repeat-y scroll left top transparent;
}
table.main-layout-table > * > * > .layout-side {
	font-size: 0;
}

table.main-layout-table > * > * > .layout-center {
	width: 1200px;
	min-width: 1200px;
}

table.main-layout-table {
	margin: 0;
	height: 100%;
}
table.main-layout-table > * > * > td {
	vertical-align: top;
	padding: 0
}

.button-cell {
	padding-right: 10px;
	text-align: right;
}
.none_items {
	text-align: center;
	font-size: 18px;
}

.node_job_name_cell {
    display: block;
    overflow: hidden;
    width: 125px;
}

.node_job_type_cell {
    display: block;
    overflow: hidden;
    width: 180px;
}

.empty-table-row td,
.empty-table-row th {
	padding: 0 !important;
	margin: 0 !important;
}

.highlighted {
	background-color: #ffcae8;
}

/* -------------------------------------------------- */
/*	SEARCH - TABLE
/* -------------------------------------------------- */

.search_filter {
	margin-right: 2%
}

.search_filter .row {
	padding: 0 0 5px 0; }

.search_filter table {
	text-align: left; }

.search_filter tbody {
	display: block;
	padding-top: 10px; }

.search_filter .sub_header span {
	top: 7; }

.search_filter th {
	padding: 0 0 0 0;
	width: 180px;
	display: block;
	margin: 0 0 0 0; }

.search_filter td {
	padding: 0 0 0 0;
	width: 180px; }

.search_filter .update_result {
	float: right;
	margin: 30px 0 0 0; }

.search_filter .active_indicator, 
.search_filter .inactive_indicator {
	width: 50px; }

.active_indicator button,
.inactive_indicator button {
	font-size: 17px;
	line-height: 1px; }

.sortable.asc:before {
	content: "\25b2\20"; }

.sortable.desc:before {
	content: "\25bc\20"; }


.search_cell input {
	font-size: 20px; }

/* -------------------------------------------------- */
/*	MULti HEADINGS
/* -------------------------------------------------- */

.multi_heading  {
	border: none;
	display: inline-block;
	position: inherit;
	top: inherit; }

h4.multi_heading {
	margin: 0 0 0 0;
	padding: 3px 0 0 0; }

.multi_heading span {
	display: inherit;
	background: transparent;
	float: none;
	padding: 0 0 0 0;
	position: relative;
	top: 0; }

.multi_heading span.devider {
	color: #c9c9c9; }

.multi_heading span.results {
	color: #009fe3; }


/* -------------------------------------------------- */
/*	RESULTS
/* -------------------------------------------------- */

.results {
	padding: 0 0 15px 0; }

.results.gray th {
	background: #c9c9c9; }

.results.pink th {
	background: #009FE3; }

.results thead {}

.results th {
	background: rgb(124,196,227); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkOWMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlODdjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(124,196,227,1) 0%, rgba(68,179,227,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,196,227,1)), color-stop(100%,rgba(68,179,227,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(124,196,227,1) 0%,rgba(68,179,227,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(124,196,227,1) 0%,rgba(68,179,227,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(124,196,227,1) 0%,rgba(68,179,227,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(124,196,227,1) 0%,rgba(68,179,227,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9c00', endColorstr='#e87c00',GradientType=0 ); /* IE6-8 */
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px; }

.results-gray th {
	background: #808080; /* Old browsers */
	background: -moz-linear-gradient(top,  #d2d2d2 0%, #7d7d7d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2d2d2), color-stop(100%,#7d7d7d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d2d2d2 0%,#7d7d7d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d2d2d2 0%,#7d7d7d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d2d2d2 0%,#7d7d7d 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d2d2d2 0%,#7d7d7d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2d2', endColorstr='#7d7d7d',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
	padding-top: 7px;
	padding-bottom: 7px; }

.results  th:first-child,
.results  th.col_first {
	border-radius: 7px 0 0 0; }

.results  th:last-child {
	border-radius: 0 7px 0 0; }

.results td:first-child,
.results th:first-child,
.results .col_first {
	padding-left: 15px; }

.results .compact-table td:first-child,
.results .compact-table th:first-child,
.results .compact-table .col_first {
	padding-left: 10px; }

.results td:last-child,
.results th:last-child {
	padding-right: 10px; }

.results .compact-table td:last-child,
.results .compact-table th:last-child {
	padding-right: 10px; }

.results tfoot .action {
	padding-left: 10px;}

.config-details-dialog .results tr .actionD {
	padding-left: 15px;}

.results tbody tr.clickable_row {
	cursor: pointer; }

/* -------------------------------------------------- */
/*	MESSAGES
/* -------------------------------------------------- */

.gm {
	border: 1px solid #d7d6d6;
	padding: 10px 15px 10px 15px;
	position: relative; }

.gm.close:after {top: 1px;}	

.gm:hover {
	background: #3a3a3a;
	color: #ffffff;
	cursor: pointer; }

.sending {
	padding: 0px 0px 0px 15px;
	position: relative; }

.sending:before {
    content: "\2716";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    padding: 0 0 0 0;
    color: #d3d3d3;
    pointer-events:none;
    border-radius: 0px 6px 6px 0px;
	    -webkit-border-radius: 0px 6px 6px 0px;
	    -moz-border-radius: 0px 6px 6px 0px; }

.node_not_found {
    color: #d00;
    font-size: 32px;
    padding-top: 100px;
    text-align: center;}

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */

#footer {
	background: #3a3a3a;
	color: #868686;
	padding: 34px 0 0 0;
	position: relative;  }

.footer-side {
	background: #3a3a3a;
}

#footer .container {
	height: 29px; }


#footer:before {
	background: #fff;
	content: '';
	left: 50%;
	display: block;
	height: 15px;
	margin: 0 0 0 -7.5px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
	position: absolute;
	top: -8px;
	width: 15px; }


/* Fix for Opera */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#footer:before { display: none; }  }


#footer, 
#footer a {
	color: #868686;
}

#footer a:hover,
#footer-bottom a:hover { color: #009FE3; }

#footer .footer_section {
	border-bottom: 1px solid #4b4b4b;
	margin: 0 0 12px;
	padding: 0 0 12px; }

#footer .footer_section:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0; }

#footer .widget-title {
	border-bottom: 1px solid #4b4b4b;
	display: block;
	font-size: 10px;
	margin: 0 0 12px;
	padding: 0 0 12px;
	text-transform: uppercase; }

#footer .footer_section li { border-bottom-color: #4b4b4b; }



/* -------------------------------------------------- */
/*	Footer Navigation
/* -------------------------------------------------- */

#footer .footer_menu { 
	margin: -2px 0 0;
	padding: 0 0 0 0;
	min-height: 19px; }

#footer .footer_menu li {
	background: none;
	border: none;
	display: inline-block;
	list-style: none;
	margin: 0 -3px 0 0; }

.ie7 #footer .footer_menu li { display: inline; }

#footer .footer_menu li a {
	border-left: 1px solid #484848;
	font-size: 10px;
	display: block;
	padding: 0 15px;
	text-transform: uppercase; }

#footer .footer_menu li:first-child a {
	border-left: none;
	padding-left: 0; }

#footer .footer_menu li:last-child a {
	padding-right: 0; }



/* -------------------------------------------------- */
/*	Contact Info
/* -------------------------------------------------- */

.contact-info { 
	margin: 0 0 0 0;
	padding: 0 0 0 0; }

.contact-info li {
	border: none;
	float: left;
	list-style: none;
	margin: 0 0 5px 24px;
	padding: 0 0 0 24px; }

.contact-info li:first-child { margin-left: 0; }

.contact-info .address {
	background: url(../images/icon-address.png) no-repeat 0 0; }

.contact-info .phone {
	background: url(../images/icon-phone.png) no-repeat 0 1px; }

.contact-info .email {
	background: url(../images/icon-email-2.png) no-repeat 0 4px; }

.contact-info li a {
	display: inline;
	padding: 0; }



/* ---------------------------------------------------------------------- */
/*	Footer Bottom
/* ---------------------------------------------------------------------- */

#footer-bottom {
	background: #303030;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 0; }

#footer-bottom .container {height: auto; }

#footer-bottom ul { 
	margin: 0 0 0 0;
	padding: 0 0 0 0; }

#footer-bottom li {
	list-style: none;
	margin: 0; }

#footer-bottom li:first-child {
	margin-right: 15px; }

#footer-bottom li a {
	border-left: 1px solid #484848;
	display: block;
	padding: 0 15px; }


/* ---------------------------------------------------------------------- */
/*	TEMP PROGRESS BAR STYLES  ---- UPDATE OR REMOVE WITH FINAL IMPLIMENTATION
/* ---------------------------------------------------------------------- */


progress {  
	background-color: #f3f3f3;
	border: 0;
	height: 10px;
	border-radius: 3px;
	width: 80%;
	-ms-width: 40%;  
	color: #009fe3;} 

progress::-webkit-progress-bar {  
	background-color: #f3f3f3;
	border: 0; }

progress::-webkit-progress-value { 
	border: 0;  
	background-color: #009fe3;	 }
  
progress::-moz-progress-bar {  
	background-color: #009fe3; }
 
progress.p_big, .p_big {
	border-radius: 0 0 0 0;
	height: 35px;
	margin: 5px 0;
	width: 100%; }

.ui-progressbar-connode-big {
	height: 35px !important; }

.ui-progressbar-connode-small {
	height: 10px !important; }

.ui-progressbar-connode-big-label {
	color: #D0DDE3;
	font-weight: bold;
	margin-left: 10px;
	position: absolute;
	height: 35px;
	margin-top: 6px; }

.progressbar {  
    position: relative;
}

.progress-label {
    position: absolute;
    left: 45%;
    top: 4px;
    font-weight: bold;
    color: black;
    text-shadow: 1px 1px 0 #fff;
  }

th.table_tool {
	padding-bottom: 0;
	padding-top: 0; }

.table_tool button {
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 0;
	min-height: 26px;
	min-width: 26px;
	margin: 0; }

.sortable { cursor: pointer; }


/* -------------------------------------------------- */
/*	TEMP ----- ------- ------CHARTS / Maps
/* -------------------------------------------------- */

.map-view.map-small {
	height: 208px;
	width: 345px; }

#node_map_small_overlay {
    background-color: #FFFFFF;
    display: none;
    position: absolute;
    z-index: 1;
}
.map-view.map-big {
	height: 800px;
	width: 800px;
	border: 1px solid #777777;
	background-color: white; }
.map-view.map-big.map-info {
	position: absolute;
	font-size: 32px;
	text-align: center;
}
.map-view.map-big.map-info * {
	vertical-align: middle;
}

#statistics_chart {
	width: 100%;
	height: 480px; }

.chart {
	height: 208px;
	width: 345px; }


#alt td.number {
	text-align: right; }


#alt #main-nav a {
	padding-bottom: 30px; }

#alt .page_title {
	margin-top: 76px;
	padding-top: 15px;
	padding-bottom: 15px; }

#alt .shortcuts {
	top: 61px; }

#error, .error, .alarm {
	color: #F88;
	font-weight: bold;
}
.input-error {
	border: 1px solid red !important;
}
.successful {
	color: #3B3;
	font-weight: bold;
}

/* -------------------------------------------------- */
/*	MAIN CONTENT
/* -------------------------------------------------- */

#top-wrap {
	margin-top: -198px;
	min-height: 100%;
	padding-top: 198px;
}

#header {
	z-index: 99;
}

#content-bottom {
	min-height: 128px;
}


#notification {
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#notification > * {
	padding: 10px;
}

#notification button {
	text-transform: none;
}

.no-border, .like-a-form input.no-border {
	border : 1px solid #FFFFFF }
	
.compact-table td, .compact-table th {
	padding: 1px }

.compact-table h2 {
	margin-top: 0;
	margin-bottom: 0; }

.chart-legend-swatch-outline {
	border: 1px solid #CCCCCC;
	padding: 1px;}
.chart-legend-swatch {
	border-style: solid;
	border-width: 5px 6px;
	height: 0;
	width: 0; }

.with_vertial_sep {
	border-right: 1px solid #C9C9C9;
	padding-right: 6px !important; }

.with_vertial_sep + * {
	padding-left: 6px !important; }

.name_highlighted {
	color: #009FE3; }

/* -------------------- TOPOLOGY MAP ELEMENTS -------------------*/

.topology svg text {
	font-size: 9px; }

.node-gateway,
.node-login,
.node-logout {
  font-size: 9px;
  font-family: Arial;
}

.node-gateway circle {
  fill: white;
  stroke: blue;
  stroke-width: 1px;
}

.node-login circle {
  fill: white;
  stroke: green;
  stroke-width: 1px;
}

.node-logout circle {
  fill: white;
  stroke: red;
  stroke-width: 1px;
}

.link-login {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.link-logout {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

/** Rename form */
.rename_form {
    display: none;
    position: absolute;
}

.rename_form_relative {
    position: relative;
}

.rename_form form {
    display: inline;
    margin-left: 5px;
}

.rename_form input {
    padding-bottom: 0;
    height: auto;
    width: 240px !important;
}

.rename_form input[type="submit"],
.rename_form input[type="reset"],
.rename_form button,
.rename_form .bt {
    display: inline;
    margin-bottom: 0;
    vertical-align: top;
}

.schedule-date {
    padding: 5px 2px;
    border-radius: 3px;
    color: #333;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    margin-bottom: 4px;
}

.schedule-date[disabled] {
    color: #AAA;
}

.schedule-time {
    padding: 2px 0px;
    font-size: 12px;
    color: #333;
}

.schedule-time[disabled] {
    color: #AAA;
}

.details-job-cell {
    color: #333;
    font-weight: bold;
}

.schedule-run-immediately {
    margin-top: 3px;
}

.job-nodes-count-area {
    font-size: 13px;
}

/* -------------------- CONFIGURATION MAP ELEMENTS -------------------*/

.config-module .module-row .config-module-name {
	font-weight: bold;
}

.config-module .param-row .config-param-module-name {
	color: black;
	text-align: right;
}
.config-module .param-row input {
	width: 90%;
}
.config-param.param-name,
.cert-details {
	padding-left: 8px;
}
.compact-table .config-param.param-name {
	padding-left: 4px;
}
.config-module .param-row input[type="checkbox"] {
	vertical-align: middle;
	margin-left: 10px;
	width: auto;
}

.config-module .module-row input[type="checkbox"] {
	vertical-align: bottom;
	margin-right: 10px;
	width: auto;
}

.config-module-new input {
	padding-top: 0;
}

.config-module-new button {
	vertical-align: top;
}

.config-module-new .name_highlighted {
	padding-right: 5px;
}

/* -------------------- Public Key Infrastructure ELEMENTS -------------------*/

.domain-info {
	border: 1px solid #009FE3;
	margin-bottom: 10px;
}
.contrast {
  color: black;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
}

/* -------------------- GRAPHICS OVERVIEW -------------------*/
#statistics_chart .nv-point {
    fill-opacity: 0.95 !important;
    stroke-opacity: 0.95 !important;
    stroke-width: 2px;
}
.large-data-warning{
	margin-bottom: 0;
	display: none;
}
.large-data-warning .note-text{
	font-weight: bold;
}

/* -------------------- LOGIN VIEW -------------------*/

div.login_title {
	color: #474747;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	position: relative;
	width: 100%;
}

div.login_custom_message {
	color: #474747;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	position: absolute;
	bottom: -2px;
	left: 60px;
	padding: 0px 0px;
}

div.login_form {
	padding: 10px;
}

div.blackout {
	background-color:#000;
	background-repeat: repeat;
	opacity:.5;
	filter:alpha(opacity=50);
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
	cursor:pointer;
}

div.blackoutMessage {
	background-color: #fff;
	background-image: url(../images/spin/wheel_30.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border:1px solid #ccc;
	width: 30%;
	height: 50px;
	position: fixed;
	top: 40%;
	left: 15%;
	border-radius: 5px;
	padding:  20px 20px 20px 50px;
	z-index: 101;
	display: none;
	margin-left: 20%;
	line-height: 50px;
}

span.blackoutMessageText {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #474747;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	line-height: 1em;
}

select.select-server {
	min-width: 200px;
}

span.sysalarms_parameters {
    display: block;
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
}

span.dashboard_job_name_col {
    display: block;
    overflow: hidden;
    width: 185px;
    text-overflow: ellipsis;
}

span.jobview_job_name_col {
    display: block;
    overflow: hidden;
    width: 425px;
    text-overflow: ellipsis;
}

span.jobview_job_name_col_with_details {
    display: block;
    overflow: hidden;
    width: 100px;
    text-overflow: ellipsis;
}

span.configs_config_name_col {
	display: block;
	overflow: hidden;
	width: 795px;
	text-overflow: ellipsis;
}

span.files_file_name_col {
	display: block;
	overflow: hidden;
	width: 595px;
	text-overflow: ellipsis;
}

span.users_name_col {
	display: block;
	overflow: hidden;
	width: 260px;
	text-overflow: ellipsis;
}

span.groups_group_name_col {
	display: block;
	overflow: hidden;
	width: 390px;
	text-overflow: ellipsis;
}

span.jobview_group_name_col {
	display: block;
	overflow: hidden;
	width: 470px;
	text-overflow: ellipsis;
}

.overflow-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
}

/* -------------------- SPECIFIC ITEMS -------------------*/
.dynamic-group-rule {
	width: 100%;
	min-width: 270px;
}

.group-rule-error {
    max-width: 1060px;
    word-wrap: break-word;
}

.server-config {
    color: #3a3a3a;
}

.server-config input[type="text"],
.server-config input[type="password"] {
    width: 90%;
    height: 12px
}

.server-config input[type="checkbox"] {
    vertical-align: bottom;
    width: auto;
}

.server-config textarea {
    resize: none;
    width: 90%;
    margin-bottom: 4px;
}

.toggle-btn {
	box-shadow: none;
	height: 24px;
	border: none;
	min-height: 0;
	min-width: 30px;
}

.toggle-btn.i_down:hover,
.toggle-btn.i_up:hover {
    background-color: #fff;
}

.dashboard-section-waiting {
	background: url("../images/spin/wheel_30.gif") no-repeat center;
	height: 64px;
	display: none;
}

.cell_header_actions {
	background: white;
	float: right;
}

.status.file {
	margin: -4px;
	width: 18px;
	min-height: 18px;
	height: 18px;
	border-radius: 0 !important;
}

.edit-user-input, .like-a-form input.edit-user-input {
	padding-left: 4px;
	padding-right: 4px;
	width: 432px !important;
	height: 16px !important;
}

.input-border-round input, .input-border-round input {
	padding-left: 4px;
	padding-right: 4px;
}

.ie .edit-user-select {
	padding-left: 3px;
}

.edit-user-select {
	width: 442px !important;
	height: 28px !important;
}

button.ui-button {
	color: white;
}

.ui-state-default.ui-white .ui-icon {
	background-image: url(/images/ui-icons_ffffff_256x240.png);
}

button.small-multiselect,
button.edit-user-input {
	margin-bottom: 0;
	margin-right: 0;
	min-width: 70px;
	min-height: 21pt !important;
}

button.ui-multiselect {
	box-shadow: none !important;
	font-family: sans-serif !important;
	font-weight: normal !important;
	background-color: #ffffff none repeat scroll 0 0 !important !important;
	color: #000000 !important;
	text-transform: none !important;
	border: 1px solid #c9c9c9 !important;
}

button.ui-multiselect .ui-icon{
	display: block;
}

button.ui-multiselect.ui-state-disabled .ui-icon{
	display: none;
}

input[type="checkbox"].edit-user-input {
	margin-left: 19px;
	width: auto !important;
	border: none;
}

.i_paging_far_left {
	background: url("../images/paging.png") no-repeat scroll 3px 1px transparent;
}

.i_paging_far_left:hover {
	background: url("../images/paging.png") no-repeat scroll 3px 1px #3a3a3a;
}

.i_paging_left {
	background: url("../images/paging.png") no-repeat scroll 3px -39px transparent;
}

.i_paging_left:hover {
	background: url("../images/paging.png") no-repeat scroll 3px -39px #3a3a3a;
}

.i_paging_right {
	background: url("../images/paging.png") no-repeat scroll 3px -58px transparent;
}

.i_paging_right:hover {
	background: url("../images/paging.png") no-repeat scroll 3px -58px #3a3a3a;
}

.i_paging_far_right {
	background: url("../images/paging.png") no-repeat scroll 3px -18px transparent;
}

.i_paging_far_right:hover {
	background: url("../images/paging.png") no-repeat scroll 3px -18px #3a3a3a;
}

.small_table_header {
	width: 5%
}

.generate_password_frame {
	position: relative;
}

.generate_password_frame a {
	border: 1px solid rgb(201, 201, 201);
	border-radius: 2px;
	position: absolute;
	right: 4px;
	top: 4px;
	bottom: 4px;
	background: linear-gradient(to bottom, #dedede 0%, #a0a0a0 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #7d7d7d;
	color: #ffffff;
	cursor: pointer;
	height: 18px;
}

.generate_password_frame a:hover {
	background: #3a3a3a;
}

.generate_password_frame input {
	padding-right: 75px;
	padding-left: 4px;
	width: 361px !important;
	height: 16px !important;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.cell-padding-10 {
	padding-bottom: 10px;
}

.config-select {
	font-size: 12px;
	padding-left: 6px;
}

.table-menu-holder {
	position: absolute;
	height: 32px;
	right: 22px
}

.table-menu-holder span {
	float: right;
	margin-right: 3px;
	margin-top: 2px;
}

.last-th {
	border-radius: 0 7px 0 0;
}

.surrounded tr:not(.blank),
.surrounded td:not(.blank),
.surrounded th {
	border: 1px solid black;
}

.surrounded td.delimeter,
.surrounded th.delimeter,
.surrounded tr.delimeter {
    border-right: 3px solid black;
}

.light-green {
	background-color: #F7FADE;
}

.light-peach {
	background-color: #FFF1D7;
}

.light-blue {
	background-color: #C9F1FD;
}

.light-orange {
	background-color: #FFA834;
}

.light-gray {
	background-color: #f0f1f3;
}

.top-3px {
	margin-top: -3px;
}
.indent_one {
	margin-left: 8pt;
}

.perf-test-reports-dialog .reports-list-table thead {
	display: block;
}
.perf-test-reports-dialog .reports-list-table thead td, .perf-test-reports-dialog .reports-list-table thead tr {
	height: 20px;
	line-height: 20px;
}
.perf-test-reports-dialog .reports-list-table tbody {
	display: block;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}

.margin-left-right-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.waiting {
	text-align: center;
}

a.ui-multiselect-all > *,
a.ui-multiselect-none > * {
	color: #fafafa;
}

a:hover.ui-multiselect-all > *,
a:hover.ui-multiselect-none > * {
	color: #fafafa;
}

.ui-multiselect-checkboxes li {
	margin-left: 0;
}

.pos-inline-rel {
	display: inline-block;
	position: relative;
}

.middle input,
.middle span {
	vertical-align: middle;
}

.child-left {
	margin-left: 20px;
}

.italic {
	font-style: italic;
}

.disabled {
	color: #707070;
}

.role-info input[type=checkbox],
.role-info input[type=radio] {
	width: auto;
}

div.role-info {
	display: block;
	overflow-y: auto;
	overflow-x: hidden;
}

.role-header .result-info {
	font-size: 12px;
	margin-right: 15px;
	margin-top: 5px;
}

.device-name-title {
	margin: 0;
	font-weight: bold;
}

.device_tabs .menu li,
.dialog_tabs .menu li {
	background: transparent none repeat scroll 0 0;
}

.no-top-padding {
	padding-top: 0;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.compact-table td,
.compact-table th {
	padding-bottom: 3px;
	padding-top: 3px;
}

.tabbed_nav a {
	outline: none;
}

.view-field {
	padding: 4px;
}

.config-header span {
	font-size: 1em;
	font-weight: bold;
}

.config-header button {
	font-size: 1em;
	margin-right: 0px;
}

.config-header input {
	height: auto !important;
	padding-bottom: 2px;
	padding-top: 2px;
	width: 100% !important;
	font-size: 20px;
	font-weight: normal;
}

.border-top {
	border-top: 1px solid black
}

.profiles .param-row td:not(.topic) {
	padding-right: 10px !important;
	padding-bottom: 1px;
	padding-top: 1px;
}

.profiles tr:last-child td {
	padding-top: 15px;
	padding-right: 0px;
}

.profiles tbody tr:first-child td {
	padding-top: 3px !important;
}

.read-only input, .read-only textarea,
.read-only input:hover, .read-only textarea:hover,
.read-only input:focus, .read-only textarea:focus{
	background: none !important;
	border: none;
	cursor: default;
}

.topic {
	padding-left: 0px !important;
	padding-bottom: 0px !important;
	padding-right: 0px !important;
	font-weight: bold;
}

.profiles {
	padding-right: 22px;
}

.profiles table {
	margin-bottom: 0px;
}

.profiles .results {
	padding-bottom: 0px;
}

.profiles button.ui-multiselect.ui-state-disabled {
	border: none !important;
	background: none;
	opacity: 1;
}

.no-scroll {
	overflow: hidden !important;
}

.vertical-scroll-section {
	display: block;
	height: 710px;
	overflow-y: auto;
	overflow-x: hidden;
}

.overlay-button {
	font-family: sans-serif !important;
	font-size: 11px !important;
}

optgroup[data-id="inactive"] option {
    color: gray;
}

input.width-full,
select.width-full {
	width: 99% !important;
}
.ui-multiselect.width-full {
	width: 100% !important;
}

.border-layout-container {
	height: 100% !important;
	margin: 0 !important;
}

.section-error {
	font-size: 18px;
}

.slider {
	margin-top: 6px;
}

.slider a.ui-slider-handle {
	color: black;
	font-weight: normal !important;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: top;
	width: 25px !important;
}

.advanced-field .advanced-field-value:not(last) {
	padding-right: 10px;
}
.advanced-field .advanced-field-name:after {
    content: ":";
    padding-right: 5px;
}

/* ------------ Visibility features -----------------  */

.visibility-controller:not(.vis-section-exists) .vis-section-exists,
.visibility-controller:not(.vis-section-absent) .vis-section-absent,
.visibility-controller:not(.vis-section-edit) .vis-section-edit,
.visibility-controller:not(.vis-section-view) .vis-section-view,
.visibility-controller:not(.vis-section-01) .vis-section-01,
.visibility-controller:not(.vis-section-02) .vis-section-02,
.visibility-controller:not(.vis-section-03) .vis-section-03,
.visibility-controller:not(.vis-section-04) .vis-section-04,
.visibility-controller:not(.vis-section-05) .vis-section-04,
.visibility-controller:not(.vis-section-06) .vis-section-06,
.visibility-controller:not(.vis-section-07) .vis-section-07 {
	display: none;
}

.date-filter {
	height: 1rem;
	font-size: 0.8rem !important;
	padding: 3px 0px !important;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
}

.date-filter:focus {
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
}

.disabled-date{
    opacity: 0.35;
}

.css-version-line { 
	display: none;
}
.body-hidden { 
	visibility: hidden; 
}

#header_logo #logoone img {
	float: left;
	margin: 15px 15px 15px 15px;
}

#header_logo #logotwo img {
	float: right;
	margin: 15px 15px 15px 15px;
}

.d-none {
	display: none;
}

.d-block {
	display: block;
}

.d-inline {
	display: inline;
}

.d-inline-block {
	display: inline-block;
}

.max-w-100 {
	max-width: 100%;
}

.h-100 {
	height: 100%;
}

.min-h-0 {
	min-height: 0px;
}

.position-static {
	position: static;
}

.position-absolute {
	position: absolute;
}

.p-0 {
	padding: 0;
}

.pt-0 {
	padding-top: 0;
}

.pr-0 {
	padding-right: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.m-0 {
	margin: 0;
}

.mr-0 {
	margin-right: 0;
}

.mb-0 {
	margin-bottom: 0;
}

.border-0 {
	border: 0;
}

.overflow-auto {
	overflow: auto;
}

.overflow-x-auto {
	overflow-x: auto;
}

.fw-bold {
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

.fixed-layout-table {
	table-layout: fixed;
}

.for-pop-up-close {
	margin-top: 50px;
}

.nodes-export-spinner,
.node-export-spinner,
.network-events-export-spinner,
.grp-nodes-export-spinner {
	margin-left: 0.5rem;
}

.trusted-line-td {
	padding: 9px 15px 9px 0;
}

.module-list-edit,
.module-list-save {
	margin-left: 8px;
	margin-right: 0;
}

.module-list-template-container {
	position: static;
	clear: both;
}

.module-list-advanced-search {
	margin-left: 10px;
}

.module-list-results {
	overflow: auto;
	min-height: 90px;
}

.config-details-result-info {
	height: 22px
}

.config-details-data table tbody .param-row td {
	vertical-align: top;
}

.param-row_param-name {
	width: 90%;
}

.param-row_param-value {
	width: 84%;
}

.param-row_actionD {
	font-size: 20px;
}

.param-row_help-btn_qstn-icon {
	font-size: 14px;
}

.config-details-dialog-last-col {
	padding-top: 5px;
}

.grp-edit_nodes-quick-srch {
	clear: both;
}

.grp-edit_adv-srch {
	margin-left: 10px;
}

.edit-group-dialog .fixed-layout-table tbody tr .td-label .section-edit {
	min-height: 12px;
}

.edit-group-dialog .fixed-layout-table tbody tr .action-btns .section-view .btn-edit,
.edit-group-dialog .fixed-layout-table tbody tr .action-btns .section-edit .btn-save {
	margin-left: 8px;
	margin-right: 0px;
}

.grp-edit_nodes-rslts {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.grp-edit_nodes-rslts .group-static .section-edit .group-size{
	padding-right: 10px;
}

.grp-edit_nodes-rslts .group-nodes-export-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	margin: 0 0.275rem 0 0;
}

.grp-edit_nodes-rslts .group-nodes-export-btn .progress-indicator {
	display: flex;
	max-width: 350px;
}

.grp-edit-rslts {
	overflow: auto;
	min-height: 90px;
}

.job-edit_grps-view .sub_page_title .search_cell form .action-btns {
	white-space: nowrap;
}

.job-nodes-count-area .action {
    padding-right: 10px;
}

.single-param-job .file-firmware-config-selects {
	min-width: 250px;
}

.single-param-job .action-btns .TODO {
	display: none !important;
}

.device-addon-param-job{
	padding-top: 2px;
}

.job-view-dialog .job-view-card .progress-row .job-progress {
	max-width: 200px;
}

.job-view-dialog .job-view-card .groups-table-row .groups-label {
	vertical-align: top;
}

.job-view-dialog .job-view-card .groups-table-row .groups-table {
	overflow: auto;
	max-height: 200px;
}

.from-to-dates {
	display: flex;
	margin: 0 0 0.25rem 0;
}

.from-to-dates .from-date-container {
	margin-right: 1.5em;
}

.from-to-dates .from-date-container .from-label,
.from-to-dates .to-date-container .to-label {
	margin: 0 0.2em 0 0;
	font-size: 0.7rem;
	cursor: auto;
}

.filters-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.filters-container .node-events-export-btn,
.filters-container .node-network-events-export-btn,
.filters-container .nodes-export-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	margin: 0 0.275rem 0 0;
}

.filters-container .node-events-export-btn .progress-indicator,
.filters-container .node-network-events-export-btn .progress-indicator { 
	display: flex;
	max-width: 650px;
}

.filters-container .nodes-export-btn .progress-indicator { 
	display: flex;
	max-width: 422px;
}

#node_map_overlay .compact-table {
	width: 410px;
	height: 220px;
	margin: 0px;
}

#node_mesh_network_overlay .compact-table {
	width: 410px;
	height: 180px;
	margin: 0px;
}

.location_section .latitude-input,
.location_section .longitude-input {
	width: 100px;
	height: 12px;
}

.create-domain-menu {
	z-index: 10;
}

.pki-node-domain-dialog form table .domain-name-row .domain-name-td{
	padding-right: 8px;
}

.pki-node-domain-dialog form table .domain-name-row .actions-td{
	margin-left: -2px;
	margin-right: 0;
}

.pki-node-domain-dialog form table .ca-private-key-row .like-a-form,
.pki-server-domain-dialog form table .private-key-row .private-key-td,
.pki-sspair-dialog form table .private-key-row .private-key-td {
	padding-right: 10px;
}

.pki-node-domain-dialog form table .ca-private-key-row .password-edit-td,
.pki-server-domain-dialog form table .private-key-row .password-td,
.pki-sspair-dialog form table .private-key-row .password-td {
	padding-right: 6px;
}

.pki-node-domain-dialog form table .pki-trusted-certs-table .results {
	overflow: auto;
	min-height: 90px;
}

.pki-server-domain-dialog form table .error-msg-row td .error-message,
.pki-sspair-dialog form table .error-msg-row td .error-message {
	min-height: 4em;
}

.pki-server-domain-dialog .actions-btns .btn-save,
.pki-sspair-dialog .action-btns .btn-save {
	margin-left: 8px;
}

.db-firmwares-section .db_firmwares_pie-article {
	text-align: -webkit-center;
}

.db-firmwares-section .db_firmwares_pie-article #db_firmwares_pie {
	height: 300px;
	width: 300px;
}

.file-add-frame form table {
	width: 97%;
}

.file-add-frame .processing {
	margin: 3px 0px;
}

.file-add-frame .processing .uploading-progress-container { 
	padding-top: 4px;
}

#group .group_nodes_quick_search {
	clear: both;
}

#group .group_nodes_quick_search .search_cell form .action-advanced-search {
	margin-left: 10px;
}

.network-identity-row .network-info-row  .network-info-input,
.ip-address-filter-row .filter_item .ip-adress-input {
	width: 84%;
}

.nodes-in-group-cell .group-size {
	padding-right: 10px;
}

.dynamic-group-row form table tbody .rule-row .rule-th {
	vertical-align: top;
}

.ha-manage-frame {
	padding-bottom: 0px;
	text-align: right;
}

.ha-manage-frame .online-server { 
	margin-left: 10px;
}

.device-info-dialog {
	margin-top: 8px;
}

.device-info-dialog .device-name-title {
	padding-bottom: 10px;
}

.device-info-dialog .device-tab table tbody .add-ons-row .add-ons-th {
	vertical-align: top;
}

.nodes_results_cell .cell_header_actions-row {
	margin-top: 16px;
}

.paramAccess-view .results .paramAccess-table {
	width: 700px;
}

.paramAccess-view .results .paramAccess-table .tbody .module-row .config-param-td {
	text-align: center;
	width: 100px;
}

.paramAccess-view .results .paramAccess-table .tbody .param-row .config-param-td {
	padding-bottom: 2px;
	text-align: center;
	width: 100px;
}
