div.tabellendiv{
	width: 1050px;
}

div.tabellendiv b{
	font-weight: 800;
}

#head_box{
	background-color: rgb(176, 176, 177);
}

.head_welcome, .head_middle{
	color: white;
}

.content_head1, .content_head4{
	background-color: rgb(255, 121, 0);
}

.content4{
	border-color: #4D4D4D;
}

table#liveSearchFrame {
	background-color: rgb(255, 121, 0);
}

table#liveSearchFrame input{
	background-color: rgb(255, 121, 0);
}	

.button {
	background-color: rgb(255, 121, 0);
	color: white;
}

#navigation{
	background-color: rgb(176, 176, 177); 
}

#navigation > li {
	background-color: rgb(77, 77, 77);
}

.graph{
	border-color: #777;
}
.graph .bar{
	background-color: #A5A6A6;
}


#head_homeIcon{
	margin-top:5px;
	background-image: url(../../img/indiv/head_logo.png);
	background-size: 150px 42px;
	width: 150px;
	height: 42px;
}



tr.odd {
	background-color:#FFF;
}
	
tr.odd:hover {
	background-color: rgb(176, 176, 177);
}

tr.even {
	background-color: #EEE;
}

tr.even:hover {
	background-color: rgb(176, 176, 177);
}

#tabData .changeSupplierTable{
	cursor: pointer;
}


.loader {
	  display: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  z-index: 50;
	  background: #4D4D4D: background-color: rgb(77, 77, 77);
	  background-color: rgba(77, 77, 77, 0.9);
	  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E57EB149', EndColorStr='#E57EB149')";
	  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E57EB149', EndColorStr='#E57EB149');
	  zoom: 1!important;
}


.loader .spinner {
	  width: 120px;
	  height: 120px;
	  border: 3px solid #fff;
	  border-radius: 50%;
	  border-left-color: transparent;
	  border-right-color: transparent;
	  margin-top: -60px;
	  margin-left: -60px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  animation: spinner .9s linear infinite;
	   -webkit-animation: spinner .9s linear infinite;
}

.loader img{
	margin-top: -12px;
  	margin-left: -37px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
	width: 80px;
}


#preview img{
	max-height:660px !important;
    max-width:660px !important;
}

#tabData .dssCACFields{
	background-color: #ffb781;
}



/* CAC red/green flag detection */
#slidePanelDSS{
	background-color: white;
    padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#slidePanelDSS h1{
	color: #777;
	font-size:19px;
	font-weight: 400;
	word-wrap: break-word;
	padding: 15px 0px 2px 5px;
	margin-top: 15px;
}

#slidePanelDSS h2{
	font-size: 15px;
	margin:30px 0px 10px 0px;
	padding: 15px 0px 2px 5px;
	color: #777;
}

#slidePanelDSS h2 > button{
	position: absolute;
	right: 25px;
	margin-top: -10px;
}

#slidePanelDSS .underline{
	border-bottom: 1px solid silver;
}

#slidePanelDSS li {
	padding-bottom: 5px;
}

#preview {
	position: fixed !important;
}