/* don't forget to add the blueGradient class to the tab elements */
/* and to include the colors.css file */
.box.innerbox, div.innerbox {
  background: none;
  background-image: none;
  background-color: white;
  /* border-top-right-radius: 5px; */
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.tab {
  background: none;
  border: 1px solid #a9a9a9;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 17px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.tab.activetab {
  border-bottom-width: 2px;
  border-bottom-color: white;
  background: none !important;
}

.tab:not(.activetab) a {
  color: white !important;
}

.innerbox select, .innerbox textarea, .innerbox input, a.button {
  border-radius: 3px;
  padding: 5px;
}

.dispheader_wrapper select {
  padding: 0;
  border-radius: 0;
}

.innerbox select, .innerbox textarea, .innerbox div:not(.button_go) input:not([type=submit]), .innerbox select, .innerbox input[type="text"] {
  border: 1px solid lightgrey;
}

div.button_go, div.button_stop, div.button, div.button_go input, div.button_stop input, div.button input {
  background-image: none;
  background: none;
}

div.button_stop input, div.button input {
  background-color: lightgrey;
  padding-top: 2px;
}

div.button_go input, div.button_stop input, div.button input, a.button {
  transition-duration: .4s;
  transition-property: box-shadow;
}

a.button:hover, div.button_go input:hover, div.button_stop input:hover, div.button input:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.24), 0 6px 10px 0 rgba(0, 0, 0, 0.19)
}

a.button:active, div.button_go input:active, div.button_stop input:active, div.button input:active {
  transform: translateY(3px);
}

.innerbox_tip input, div.button_go input {
  padding: 5px;
  border-radius: 3px;
  padding-top: 2px;
}

.innerbox_tip input[type="text"] {
  border: 1px solid lightgrey;
}

a.button span {
  background: none;
}

.boxtitle {
  color: #41699c !important;
}

/* autocomplete */
.autocomplete div {
  display: block;
  background: #fff;
  padding: 2px;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
}

.autocomplete div:hover {
  border-top: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
}

.autocomplete {
  overflow-y: auto;
  cursor: pointer;
  border: 1px solid #c1bcbc;
}

input[type="button"] {}

.ui-widget-header {
  color: #ffffff;
  background: #3874ae;
}

.ui-icon.ui-icon-closethick {
  background-image: url(jquery/UI/css/custom-theme/images/ui-icons_ffffff_256x240.png);
}

a:hover .ui-icon.ui-icon-closethick {
  background-image: url(jquery/UI/css/custom-theme/images/ui-icons_3874ae_256x240.png);
}


.classificationsTable2352 {
	padding: 6px 6px 0px 6px;
}

.classificationsTable2352 li {
	padding: 5px 0px 5px 0;
	border-bottom: 1px solid #cecdcd;
	max-width: 440px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
	font-size: 12px;
}

.classificationsTable2352 li:last-child {
	
	border-bottom: none;
	
}

.classificationsTable2352 .currentclass {
	font-weight: bold;
	color: #000;
}