.showError{ 
	color: red; 
}
.img_size{
	width: 100px; 
	height: 100px; 
	border:1px solid lightgray;
}
.img_size2{
	width: 170px; 
	height: 180px; 
	border:1px solid lightgray;
}
.input_size{
	width: 55px;
	text-align: center;
	padding: 4px 0px!important;
}
.input_size2{
	text-align: center;
	padding: 4px 0px!important;
}
#manageTable thead {
	background-color: #000d21; 
	color: white;

}
#manageTable{
	/*border-top: 1px solid lightgray;*/
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}
.total_row{
	font-weight: bold;
	background-color: gray;
}
.input_readonly{
	background: lightgray!important;
	border: none;
}
.readonly_input_white{
	border: none;
}
.drop_action{
	background: gray;
    width: 159px;
    color: white;
}
.drop_action:hover{
    color: white;
    font-weight: bold;
}
ul.drop_action_menu {
    border: 1px solid gray;
}
.drop_action_menu>li>a {
	border: 1px solid lightgray;
	color: blue;
}

.minimal{
	display: inline-block;
    /**display: inline;*/
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

