#head_box{
	background-color: #423D39;
}

.head_welcome, .head_middle{
	color: white;
}

.content_head1, .content_head4{
	background-color: #423D39; 
}

.content4{
	border-color: #423D39;
}

table#liveSearchFrame {
	background-color: #423D39; 
}

table#liveSearchFrame input{
	background-color: #423D39; 
}	

.button {
	background-color: #423D39; 
	color: white;
}

#navigation{
	background-color: #423D39; 
}

#navigation > li {
	border-top: 1px solid white;
}

.graph {
	border: 1px solid #DFDDD9 !important;
}

.graph .bar {
	background-color: #DFDDD9 !important;
}

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);
}



.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;
}


div.tabellendiv{
	width: 1050px;
}

div.tabellendiv b{
	font-weight: 800;
}

table.jobCatalog th {
	font-weight: 800;
	color: #666666;
}


.tch-group-wrapper{
    float:left;
    width: 505px;
    margin-right: 16px;
}

.tch-item-wrapper{
    border: 4px solid #EBEBEB;
    float:left;
    width: 146px;
    height: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.tch-packshot-image{
    height:130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tch-packshot-image img{
    max-width: 120px;
    max-height: 105px;
}

.tch-packaging-title {
    font-weight: 800;
    font-size:14px;
    margin: 15px 0 15px 0;
    color: #666;
    clear: both;
}

.tch-packshot-footer {
    height: 40px;
    background-color: #EBEBEB;
    line-height: 16px;
    padding-top: 10px;
    font-size: 13px;
}

.tch-packshot-footer span{
    font-size: 12px;
}

div.checked {
    border-color: #013876;
}

.tch-item-wrapper .checked {
    background-color: #013876;
    color: white;
}

#feasibility-wrapper table {
    margin-top: 10px;
    border-spacing: 2px;
}

#feasibility-wrapper th {
    background-color: #423D39;
    color:white;
    font-weight: 900;
    padding: 8px 10px;
    
}

#feasibility-wrapper table img {
    width: 35px;
}

#feasibility-wrapper table td {
    background-color: #F5EDE5;
    padding: 8px 10px;
    margin: 5px;

}

#feasibility-wrapper select {
    width: 140px;
}

#feasibility-wrapper textarea {
    width: 500px;
    height: 40px;
}

.feasibility-edit {
    cursor: pointer;
}

.tch-feas-label {
    font-weight: 900;
}

.tch-feasibility-green {
    background-color: #76BA2F !important;
    font-weight: 500;
    color: white;
}
.tch-feasibility-orange {
    background-color: #FCA631 !important;
}
.tch-feasibility-red {
    background-color: #DE3325 !important;
    color: white;
    font-weight: 500;
}
.tch-feasibility-gray {
    background-color: silver!important;
    color: black;
}

#feasibility-edit-dialog {
    margin: 0px 20px;
    display:none;
}

#feasibility-edit-dialog h3{
    margin-top: 25px;
}
