﻿/* 
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) 2011, Chasetheweb.net

Last Updated: Charles Fettinger
 */  

/*////////////////////////////////////////////////////////////////////////////////*/
.glyphicon-search:before, .glyphicon-search {
    color: #003e6f;
    content: "\e003";
    width: 16px;
    font-size: 14px;
}
.search-container
{
    
}

.search-table
{
    float:right;
}
.search-label-cell
{
	display: none;
    height:18px;
}
.search-field-cell
{
	margin: 0;
	padding: 0;
}
.search-button-cell
{
	margin:0;
	padding: 0;
}
.search-label
{
}
.search-field {
    /*background-color: rgba(199, 199, 199, 1);*/
    background-color:white;
    border: 0;
    color: #233b46;
    height: 18px;
    margin: 0;
    width:143px;

}
    .search-field::placeholder {
        color: ##233b46;
        padding-left: 10px;
        text-transform: capitalize;
    }
    .search-field::-webkit-input-placeholder {
        color: #233b46;
        padding-left: 10px;
        text-transform: capitalize;
    }

    .search-field::-moz-placeholder {
        color: #233b46;
        padding-left: 10px;
        text-transform: capitalize;
    }

    .search-field::-ms-input-placeholder {
        color: #233b46;
        padding-left: 10px;
        text-transform: capitalize;
    }

    .search-field::-moz-placeholder {
        color: #233b46;
        padding-left: 10px;
        text-transform: capitalize;
    }
.search-button {
    /*background-color: rgba(255, 255, 255, 0.95);*/
    padding: 1px;
    height: 18px;
    background-color: #fff;
}
.search-validation
{
}
.search iframe {
    /*width: 271px;
    height: 45px;*/
}