

.header-search-form {
}
/*.header-search-form .input-group input[type=text] {
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.header-search-form .input-group input[type=text]:focus {
    width: 100%;
}*/

table.table.realization {
	border: 2px solid #dedede;
	background: #fff;
}
table.table.realization tr:nth-child(odd) {
	background: #dedede;
}