﻿/* 
Style Sheet for the search module.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the search module.
-------------------------------------------------------
Copyright (c) 2017, Ranta Consulting Inc

Last Updated: BJ Nguyen
 */  

/*////////////////////////////////////////////////////////////////////////////////*/
.glyphicon-search:before, .glyphicon-search {
    
    color:#fff;
    content: "\e003";
    width:20px;

}
.search-container
{
}
.search-table
{
    float:right;
}
.search-label-cell
{
	display: none;
}
.search-field-cell
{
	margin: 0;
	padding: 0;
}
.search-button-cell
{
	margin:0;
	padding: 0;
}
.search-label
{
}
.search-field {
	background-color: #346699;
	border: none;
	min-height: 25px;
	margin: 0;
	color: white;
	padding-left: 5px;
}
input.search-field::-webkit-input-placeholder {
	color: white;
}
input.search-field::-moz-placeholder { /* Firefox 19+ */
	opacity: 1;
	color: white;
}
input.search-field:-ms-input-placeholder { /* IE 10+ */
	color: white;
}
input.search-field:-moz-placeholder { /* Firefox 18- */
	color: white;
}
input.search-field:placeholder-shown {
	color: white;
}
.search-button {
	background-color: #013366;
	padding: 4px;
	min-height: 20px;
}
.search-validation
{
}
