﻿
TH {
	color: white;
	background-color: rgb(6, 31, 112);
}

TD {
	color: white;
	background-color: rgb(72, 105, 214);
	
}

a:hover {
	text-decoration: underline overline;
	
}

#container {
	
	border: 1px solid #000000;
	
}


.sales_items_temp__discount1 input {
	
	background: rgb(72, 105, 214) !important;
	
	color: white;
	
}


.b_install {
	color: white;
	
	border: 2px solid #006699;
	
	background-color: rgb(72, 105, 214);
	
	border: 4px solid #6699FF;
	
}

.b_install:hover {
	color: white;
	
	border: 2px solid #006699;
	
	
	background-color: rgb(70, 180, 254);
	
	border: 4px solid #6699FF;
	
}

#progress-wrp {
    border: 1px solid #0099CC;
    
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
    
    background-color: #FFF1C2;
  
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
    color: #000000;
}
