#process_data {
  border-style: none;
}

/* Style settings for the menu toggle on top menu */
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}

.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 10px;
}

.onoffswitch-inner-a, .onoffswitch-inner-e, .onoffswitch-inner-s {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.7s ease-in-out 0.2s;
}

.onoffswitch-inner-a:before, .onoffswitch-inner-a:after, .onoffswitch-inner-e:before, .onoffswitch-inner-e:after, .onoffswitch-inner-s:before, .onoffswitch-inner-s:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 11px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

.onoffswitch-inner-a:before {
  content: "Active";
  padding-left: 10px;
  background-color: #4B2E83;
  color: #FFFFFF;
}

.onoffswitch-inner-a:after {
  content: "Inactive";
  padding-right: 10px;
  background-color: #DFD3F7;
  color: #999999;
  text-align: right;
}

.onoffswitch-inner-e:before {
  content: "Enabled";
  padding-left: 10px;
  background-color: #85754D;
  color: #FFFFFF;
}

.onoffswitch-inner-e:after {
  content: "Disabled";
  padding-right: 10px;
  background-color: #e5e3df;
  color: #999999;
  text-align: right;
}

.onoffswitch-inner-s:before {
  content: "Visible";
  padding-left: 10px;
  background-color: #444444;
  color: #FFFFFF;
}

.onoffswitch-inner-s:after {
  content: "Hidden";
  padding-right: 10px;
  background-color: #D9D9D9;
  color: #999999;
  text-align: right;
}

.onoffswitch-switch {
  display: block;
  width: 12px;
  height: 12px;
  margin: 3.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  border: 2px solid #999999;
  border-radius: 10px;
  transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-a {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-e {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner-s {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* Large switches */

.onoffswitch-large {
  position: relative;
  width: 192px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

}

.onoffswitch-large-checkbox {
  display: none;
}

.onoffswitch-large-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 25px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}

.onoffswitch-large-inner-a, .onoffswitch-large-inner-e, .onoffswitch-large-inner-s {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.7s ease-in 0.2s;
}

.onoffswitch-large-inner-a:before, .onoffswitch-large-inner-a:after, .onoffswitch-large-inner-e:before, .onoffswitch-large-inner-e:after, .onoffswitch-large-inner-s:before, .onoffswitch-large-inner-s:after {
  display: block;
  float: left;
  width: 50%;
  height: 32px;
  padding: 0;
  line-height: 32px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;

}

.onoffswitch-large-inner-a:before {
  content: "Active";
  padding-left: 10px;
  background-color: #4B2E83;
  color: #FFFFFF;
}

.onoffswitch-large-inner-a:after {
  content: "Inactive";
  padding-right: 10px;
  background-color: #DFD3F7;
  color: #999999;
  text-align: right;
}

.onoffswitch-large-inner-e:before {
  content: "Enabled";
  padding-left: 10px;
  background-color: #85754D;
  color: #FFFFFF;
}

.onoffswitch-large-inner-e:after {
  content: "Disabled";
  padding-right: 10px;
  background-color: #e5e3df;
  color: #999999;
  text-align: right;
}

.onoffswitch-large-inner-s:before {
  content: "Visible";
  padding-left: 10px;
  background-color: #444444;
  color: #FFFFFF;
}

.onoffswitch-large-inner-s:after {
  content: "Hidden";
  padding-right: 10px;
  background-color: #D9D9D9;
  color: #999999;
  text-align: right;
}

.onoffswitch-large-switch {
  display: block;
  width: 24px;
  height: 24px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 114px;
  border: 2px solid #999999;
  border-radius: 21px;
  transition: all 0.3s ease-in 0s;

}

.onoffswitch-large-checkbox:checked + .onoffswitch-large-label .onoffswitch-large-inner-a {
  margin-left: 0;
}

.onoffswitch-large-checkbox:checked + .onoffswitch-large-label .onoffswitch-large-inner-e {
  margin-left: 0;
}

.onoffswitch-large-checkbox:checked + .onoffswitch-large-label .onoffswitch-large-inner-s {
  margin-left: 0;
}

.onoffswitch-large-checkbox:checked + .onoffswitch-large-label .onoffswitch-large-switch {
  right: 0px;
}

/* Header menu CSS */

.menu {
  list-style: none;

  margin: 0px auto 0px auto;
  height: 31px;
  padding: 0px 20px 0px 20px;

  -moz-box-shadow: inset 0px 0px 1px #edf9ff;
  -webkit-box-shadow: inset 0px 0px 1px #edf9ff;
  box-shadow: inset 0px 0px 1px #edf9ff;

  border: 1px solid rgba(255, 255, 255, .25);
}

.menu li {
  z-index: 1000;
  float: left;
  display: block;
  text-align: center;
  position: relative;
  padding: 4px 5px 4px 5px;
  margin-top: 0px;
  border: none;
  line-height: 18px;
}

.menu li:hover {
  border: 1px solid #777777;
  padding: 4px 4px 4px 4px;

  /* Background color and gradients */

  background-color: #f2f2f2;

  /* Rounded corners */

  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.menu li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  position: relative;
  top: 2px;
  outline: 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #000;
}

.menu li:hover a {
  color: #161616;
  text-shadow: 1px 1px 1px #ffffff;
}

.menu li .drop {
  padding-right: 21px;
  background: url("css-images/drop.png") no-repeat right 8px;
}

.menu li:hover .drop {
  background: url("css-images/drop.png") no-repeat right 7px;
}

.dropdown_1column,
.dropdown_2columns,
.dropdown_3columns,
.dropdown_4columns,
.dropdown_5columns {
  margin: 4px auto;
  float: left;
  position: absolute;
  left: -999em; /* Hides the drop down */
  text-align: left;
  padding: 10px 5px 10px 5px;
  border: 1px solid #777777;
  border-top: none;

  background: rgb(244, 244, 244); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(238, 238, 238, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(244, 244, 244, 1) 0%, rgba(238, 238, 238, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(244, 244, 244, 1) 0%, rgba(238, 238, 238, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */

  /* Rounded Corners */
  -moz-border-radius: 0px 5px 5px 5px;
  -webkit-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;

}

.dropdown_1column {
  width: 140px;
}

.dropdown_2columns {
  width: 280px;
}

.dropdown_3columns {
  width: 420px;
}

.dropdown_4columns {
  width: 560px;
}

.dropdown_5columns {
  width: 700px;
}

.menu li:hover .dropdown_1column,
.menu li:hover .dropdown_2columns,
.menu li:hover .dropdown_3columns,
.menu li:hover .dropdown_4columns,
.menu li:hover .dropdown_5columns {
  left: -1px;
  top: auto;
}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.col_1 {
  width: 130px;
}

.col_2 {
  width: 270px;
}

.col_3 {
  width: 410px;
}

.col_4 {
  width: 550px;
}

.col_5 {
  width: 690px;
}

.menu .menu_right {
  float: right;
  margin-right: 0px;
}

.menu li .align_right {
  /* Rounded Corners */
  -moz-border-radius: 5px 0px 5px 5px;
  -webkit-border-radius: 5px 0px 5px 5px;
  border-radius: 5px 0px 5px 5px;
}

.menu li:hover .align_right {
  left: auto;
  right: -1px;
  top: auto;
}

.menu p, .menu h2, .menu h3, .menu ul li {
  font-family: calibri, sans-serif;

  font-size: 12px;
  text-align: left;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.menu h2 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 7px 0 14px 0;
  padding-bottom: 14px;
  border-bottom: 1px solid #666666;
}

.menu h3 {
  font-size: 14px;
  margin: 7px 0 14px 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #888888;
}

.menu p {
  line-height: 18px;
  margin: 0 0 10px 0;
}

.menu li:hover div a {
  font-size: 12px;
  color: #015b86;
}

.menu li:hover div a:hover {
  color: #029feb;
}

.strong {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.imgshadow { /* Better style on light background */
  background: #FFFFFF;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px #666666;
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

.img_left { /* Image sticks to the left */
  width: auto;
  float: left;
  margin: 5px 15px 5px 5px;
}

.menu li .black_box {
  background-color: #333333;
  color: #eeeeee;
  text-shadow: 1px 1px 1px #000;
  padding: 4px 6px 4px 6px;

  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  /* Shadow */
  -webkit-box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  box-shadow: inset 0 0 3px #000000;
}

.menu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}

.menu li ul li {
  font-size: 12px;

  position: relative;
  text-shadow: 1px 1px 1px #ffffff;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 130px;
}

.menu li ul li:hover {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.menu li .greybox li {
  background: #F4F4F4;
  border: 1px solid #bbbbbb;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 116px;

  /* Rounded Corners */
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

.menu li .greybox li:hover {
  background: #ffffff;
  border: 1px solid #aaaaaa;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}

/* Styles for Notice Icons */

.notice-icon {
  position: relative;
  margin: 30px;
}

.notice-view {
  font-family: arial, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  background-color: #4B2E83;
  color: #FFFFFF;
  padding: 1px 2px 0px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 100;
  position: absolute;
  top: -10px;
  left: 23px;
}

.notice-seen {
  font-family: arial, sans-serif;
  font-size: 7pt;
  font-weight: bold;
  background-color: #85754D;
  color: #FFFFFF;
  padding: 1px 2px 0px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 101;
  position: absolute;
  top: 15px;
  left: 23px;
}

/* Adjusts the Form Validation bubble to match theme and fixes arrow corruption due to Bootstrap */

.formError .formErrorContent {
  background: #3e2e5b; /* Main Block of Message */

  padding: 4px 10px;
  border-radius: 6px;
  border: 2px solid rgb(221, 221, 221);
  width: 150px;
  color: rgb(255, 255, 255);
  font-size: 11px;
  position: relative;
  box-shadow: 0px 0px 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.formError .formErrorArrow {
  margin: -2px 0px 0px 13px;
  width: 15px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow {
  margin: -2px 13px 0px 0px;
}

body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0px 0px;
}

.formError .formErrorArrowBottom {
  margin: 0px 0px 0px 12px;
  top: 2px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.formError .formErrorArrow div {
  background: #3e2e5b; /* Arrow Bottom of Message */

  margin: 0px auto;
  height: 1px;
  line-height: 0;
  font-size: 0px;
  border-right-color: rgb(221, 221, 221);
  border-left-color: rgb(221, 221, 221);
  border-right-width: 2px;
  border-left-width: 2px;
  border-right-style: solid;
  border-left-style: solid;
  display: block;
  box-shadow: 0px 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  position: relative;
  top: -2px;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.formError .formErrorArrow .line9 {
  width: 17px;
}

.formError .formErrorArrow .line8 {
  width: 15px;
}

.formError .formErrorArrow .line7 {
  width: 13px;
}

.formError .formErrorArrow .line6 {
  width: 11px;
}

.formError .formErrorArrow .line5 {
  width: 9px;
}

.formError .formErrorArrow .line4 {
  width: 7px;
}

.formError .formErrorArrow .line3 {
  width: 5px;
}

.formError .formErrorArrow .line2 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

/* Adjustments to the JQuery UI components to tune theme */

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #c0a5f5;
  background: rgba(75, 46, 131, 0.6);
  font-weight: normal;
  color: #ffffff;
}

.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,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #c0a5f5;
  background: rgba(75, 46, 131, 0.1);
  font-weight: normal;
  color: #ffffff;
}


/* Adjustments to DataTables Components */

.dt-buttons {
  margin-left: 25px;
}

.toggle-icon {
  padding-top: 5px;
}

/* Simple CSS ToolTip */

a.uwtooltip {
  outline: none;
}

a.uwtooltip strong {
  line-height: 30px;
}

a.uwtooltip:hover {
  text-decoration: none;
}

a.uwtooltip span {
  z-index: 10;
  display: none;
  padding: 14px 20px;
  margin-top: 60px;
  margin-left: -160px;
  width: 300px;
  line-height: 16px;
  border-radius: 2px;
  box-shadow: 0px 0px 8px 4px #666;
}

a.uwtooltip:hover span {
  display: inline;
  position: absolute;
  border: 2px solid #FFF;
  color: #EEE;
  background: #333;
}

.callout {
  z-index: 20;
  position: absolute;
  border: 0;
  top: -14px;
  left: 120px;
}


/*Adjust colVis text color to make it more visible*/
.dropdown-item.buttons-columnvisibility {
  text-align: center;
  color: #444444;
}

.dropdown-item.active, .dropdown-item:active {
  text-align: center;
  color: #000000;
  font-weight: bold;
}


.xdebug-error {
  font-size: 12px !important;
  width: 95% !important;
  margin: 0 auto 10px auto !important;
  border-color: #666 !important;
  background: #ddd !important;
}

.xdebug-error th, .xdebug-error td {
  padding: 2px !important;
}

.xdebug-error th {
  background: #ccc !important;
}

.xdebug-error span {
  display: none !important;
}

.xdebug-error_description th {
  font-size: 1.2em !important;
  padding: 20px 4px 20px 100px !important;
  background: #ccc no-repeat left top !important;
}

.xdebug-error_callStack th {
  background: #666 !important;
  color: #ddd !important;
}

.u1 {
  position: relative;
  top: -1px;
}

.u2 {
  position: relative;
  top: -2px;
}

.u3 {
  position: relative;
  top: -3px;
}

.l1 {
  position: relative;
  left: -1px;
}

.l2 {
  position: relative;
  left: -2px;
}

.l3 {
  position: relative;
  left: -3px;
}

.r1 {
  position: relative;
  left: 1px;
}

.r2 {
  position: relative;
  left: 2px;
}

.r3 {
  position: relative;
  left: 3px;
}

.d1 {
  position: relative;
  top: 1px;
}

.d2 {
  position: relative;
  top: 2px;
}

.d3 {
  position: relative;
  top: 3px;
}

.p1 {
  padding: 1px;
}

.p2 {
  padding: 2px;
}

.p3 {
  padding: 3px;
}

.m1 {
  margin: 1px;
}

.m2 {
  margin: 2px;
}

.m3 {
  margin: 3px;
}