
/* Customize Bootstrap (Slate style overrides)
-------------------------------------------------------------------*/

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input,
.uneditable-textarea {
	color: #222;
	background-color: #eee;
}

input[disabled] {
	color: #808080;
	background-color: #bbbfc2;
}

.btn:focus {
	outline: thin dotted #ccc;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.dropdown-menu li > a {
	color: #ddd;
}

#navMenu .navbar-inner {
	background-color: #bbb;
	background-image: -webkit-linear-gradient(top, #555, #111 60%, #111);
	background-image: -moz-linear-gradient(top, #555, #111 60%, #111);
	background-image: -o-linear-gradient(top, #555, #111 60%, #111);
	background-image: -ms-linear-gradient(top, #555, #111 60%, #111);
	background-image: linear-gradient(top, #555, #111 60%, #111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff111111', GradientType=0);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.9);
	box-shadow: 0 2px 5px 3px rgba(0, 0, 0, 0.9);
}

.nav > li > a {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff111111', GradientType=0);
}

.navbar .nav > li > a:hover {
	background-color: #333;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(280deg, #222, #333);
	background-image: -moz-linear-gradient(280deg, #222, #333);
	background-image: -o-linear-gradient(280deg, #222, #333);
	background-image: -ms-linear-gradient(280deg, #222, #333);
	background-image: linear-gradient(280deg, #222, #333);
}

.navbar .nav > li.active > a,
.navbar .nav > li.active > a:hover {
	color: #ddd;
	background-color: #333;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(280deg, #333, #444);
	background-image: -moz-linear-gradient(280deg, #333, #444);
	background-image: -o-linear-gradient(280deg, #333, #444);
	background-image: -ms-linear-gradient(280deg, #333, #444);
	background-image: linear-gradient(280deg, #333, #444);
	border-right: 1px solid #222;
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=0);
}

.dropdown-menu {
	background-color: #3c3c3c;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	background: #0069CD;
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=0);
}

.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0044cc;
}

.nav-header {
	color: #ddd;
	white-space: nowrap;
	text-transform: none;
}

.navbar-inverse .navbar-inner {
	margin: 3px;
	background: #131517;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=0);
	border-color: #2C2C2C;
}

.navbar-inverse .nav > li > a {
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(Enabled=0);
}

.navbar-inverse .nav > li > a {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar-inverse .nav > li > a,
.navbar-inverse .nav > li > span {
	color: #ddd;
}

.navbar-inverse .brand {
	padding-right: 50px;
	border-right: none;
	font-size: 14px;
	color: white;
}

.nav li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #0069CD;
}

.navbar-inverse .nav li > a:hover,
.navbar-inverse .nav li.active > a,
.navbar-inverse .nav li.active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #0069CD;
}

.navbar-inverse .nav > li > a:hover {
	background-color: #333;
	background-image: -webkit-linear-gradient(280deg, #222, #333);
	background-image: -moz-linear-gradient(280deg, #222, #333);
	background-image: -o-linear-gradient(280deg, #222, #333);
	background-image: -ms-linear-gradient(280deg, #222, #333);
	background-image: linear-gradient(280deg, #222, #333);
}

.navbar-inverse .nav li > a.navDummy {
	background: #131517;
	cursor: default;
}

.navbar-inverse .nav li > a.navDummy:hover {
	background: transparent;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	width: 1px;
}

.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	*background-color: #0044cc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
 	background-color: #003399 \9;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
	background-color: #2B2B2B;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
	background-color: #444;
}

.table-striped tbody tr.selected td { color: white; background-color: #0069CD; }
.table-striped tbody tr.selected:hover td { color: white; background-color: #0073D7; }

.label, .alert {
	color: #eee\9;
}

/* Customize jQuery UI (Slate style overrides)
-------------------------------------------------------------------*/

.ui-widget-content {
	border: 1px solid #666;
	background: #333333;
	color: #eee;
}

.ui-widget-header {
	border: 1px solid #3c3c3c;
	background: #242424;
	color: #fafafa;
	font-weight: bold;
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default {
	border: 1px solid #777777;
	background: #333333 url(images/333333_40x40.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #e3e3e3;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	background: #aaaaaa url(images/ui-bg_highlight-soft_50_aaaaaa_1x100.png) 50% 50% repeat-x;
	font-weight: normal;
	color: black;
}
a.ui-state-hover:hover,
a.ui-state-focus:focus
{
	background: #222;
	font-weight: normal;
	color: black;
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
	border: 1px solid white;
	background: #0069CD;
	color: white;
}

.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_bbbbbb_256x240.png);
}

.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}

/* Generic Styles
-------------------------------------------------------------------*/

body
{
    background : rgb(40,40,40);
    background : url(../img/background.png);
    color: white;
}

/* Separator between navbar and contents */
.navbar {
	/*border-bottom: 1px solid #33B5E5;*/
	/*border-bottom: 1px solid #5C7BB8;*/
	/*border-bottom: 1px solid #0069CD;*/
}
.navbar-inner {
	/*border-bottom: 1px solid #5C7BB8;*/
	/*border-bottom: 1px solid #0069CD;*/
	/*border-bottom: 1px solid #33B5E5;*/
}

/* Main content area */
.main-content {
	background-color: #333333;
    margin-top: -5px;
    padding: 15px 0 10px 25px;
    border: 1px solid #444444;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	-webkit-box-shadow: 4px 4px 3px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 4px 4px 3px 2px rgba(0,0,0,0.8);
	box-shadow: 4px 4px 3px 2px rgba(0,0,0,0.8);
    margin-left: auto;
    margin-right: auto;
}

.main-content .table {
	background-color: #333333;
}

.main-content .table > thead > tr {
	background-color: #242424;
}

/* Group Header for Setting Page */
.group-header
{
	font-size: 12pt;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
}
.group-content
{
	margin-left: 15px;
}

/* Adjust Checkbox label */
.rp .chkLabel {
	margin-bottom: 0;
	vertical-align: middle;
}
.rp .chkBox {
	margin-top: -2px;
}

/* for jQuery UI
-------------------------------------------------------------------*/
/* jQuery UI Dialog */
.dlg-content
{
	display : none;
}

/* Drag & Drop */
#draggingContainer {
	background: transparent;
	border: 1px solid transparent;
}

/* Customize jqGrid (Layout)
-------------------------------------------------------------------*/
.ui-jqgrid .ui-jqgrid-labels th
{
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 24px;
}

.ui-jqgrid .ui-search-toolbar th
{
	padding-top: 1px;
	padding-bottom: 1px;
	height: 25px;
}

.ui-jqgrid .ui-jqgrid-labels th input
{
	margin-top: 0;
}

.ui-jqgrid tr.jqgrow td
{
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	font-size: 14px;
	height: 24px;
	padding: 2px 0px;
}

.ui-jqgrid-titlebar span.ui-jqgrid-title
{
	font-family: 'Helvetica Neue' , Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-left: 5px;
}

.ui-jqgrid-sortable
{
	padding-right: 7px;
}

/* Customize jqGrid (Slate Style)
-------------------------------------------------------------------*/
.jqgrid-container > div,
.jqgrid-container .ui-state-default
{
	border-color: #444;
}
.jqgrid-container .ui-th-column,
.jqgrid-container .ui-jqgrid tr.jqgrow td
{
	border-color: #1C1E22;
}
.jqgrid-container .ui-jqgrid-btable tbody tr,
.jqgrid-container .ui-jqgrid tr.jqgrow td:first-child {
	border-left: none;
}

/* Adjust Header */
.jqgrid-container .ui-widget-header {
	  background-color: #242424;
}
.jqgrid-container .ui-jqgrid-hbox,
.jqgrid-container .ui-jqgrid-hbox .ui-state-default
{
	background: #2B2B2B;
}
.jqgrid-container tr.ui-search-toolbar th
{
	border-top-color: #444 !important;
}

.jqgrid-container .jqgfirstrow+tr{
	border-top: hidden;
}

/* Adjust Pager */
.jqgrid-container .ui-jqgrid-pager {
	background: #242424;
}
.jqgrid-container .ui-pg-input {
	text-align: center;
	line-height: 1;
	margin-top: -3px;
}
.jqgrid-container .ui-paging-info {
	margin-top: 0;
}

/* Adjust sort icon */
.jqgrid-container .s-ico {
	margin-left: 2px;
}
.jqgrid-container .ui-icon-asc {
	margin-top: 0;
}
.jqgrid-container .ui-icon-desc {
	margin-top: 6px;
}
.jqgrid-container .ui-icon-triangle-1-s {
	background-position: -65px -16px;
}

/* Content Background */
.jqgrid-container .ui-jqgrid-bdiv,
.jqgrid-container .ui-widget-content {
	background: #333333;
}

/* Striped */
.jqgrid-container .tr-odd {
	background: #2B2B2B;
	background: #333333\9;
}

/* Hover */
.jqgrid-container .ui-jqgrid .ui-state-hover {
	color: white;
	background:  #444;
}

/* Selected */
.jqgrid-container .ui-widget-content .ui-state-highlight {
	border-left: none;
	background: #0069CD;
	color: white
}
.jqgrid-container .ui-widget-content .ui-state-highlight:hover {
	border-left: none;
	background: #0073D7;
	color: white
}

/* for doropdown menu
-------------------------------------------------------------------*/
.has-icon {
	padding-left: 20px;
}
.has-icon i {
	position: absolute;
	margin-left: -20px;
}

/* Information Message
-------------------------------------------------------------------*/
.info-message {
	position: relative;
	background-color: #242424;
	border: 1px solid #101214;
	margin: 15px 10px;
	padding: 5px 15px 5px 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.info-message:after {
	content: "Info";
	position: absolute;
	top: -1px;
	left: -1px;
	padding: 0 4px 0 4px;
	font-size: 12px;
	font-weight: bold;
	background-color: #3A87AD;
	border: 1px solid #101214;
	color: white;
	-webkit-border-radius: 4px 0 4px 0;
	-moz-border-radius: 4px 0 4px 0;
	border-radius: 4px 0 4px 0;
}

/* styles for notify input field at dialog
-------------------------------------------------------------------*/
.notify-with-checkbox {
	display:inline;
}

.notify-with-checkbox > label {
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
}

.notify-with-checkbox > span {
	position: absolute;
	margin-top: 4px;
	margin-left: 23px;
	font-size: 14px;
}

/* styles for <input type="file"> at Import */
.file-upload {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.file-upload input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 70px;

	/* Loses tab index in webkit if width is set to 0 */
	opacity: 0;
	filter: alpha(opacity=0);
}

/* Validation Message
-------------------------------------------------------------------*/
.valid{
	color: #468847;
}

.invalid{
	color: #B94A48;
}

/* Wait Cursor
-------------------------------------------------------------------*/
body.busy,
body.busy input {
    cursor: wait;
}

/* Checkbox IE
-------------------------------------------------------------------*/
.notify-with-checkbox-ie > input[type=checkbox] {
  margin-top: 4px;
}

/* Common Icon
-------------------------------------------------------------------*/
i[class^="i-"] {
	display: inline-block;
	width: 40px;
	height: 24px;
	background-image: url("../img/panel-icon.png");
	background-repeat: no-repeat;
}

#mnuUser > i {
	width: 16px;
	height: 16px;
	vertical-align: text-top;
}

.i-user 
{
  background-position: -96px -48px;
}

/* User setting dialog
Added:R7662: Autopopup keyboard input dlg and icon changes
--------------------------------------------------------------*/
#dlgUserSettings {
	overflow: hidden;
}

#dlgManageUserSett{
	display:inline-flex;
}

.adjustLockEmailButton {
	display: flex;
	flex-direction: row;
	height: auto;
	max-width: 360px !important;
}