﻿/* 
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: #990000;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    font-size: 15px;
    font-weight: 300;
}
.search-container
{
    
}

.search-table
{
    border-spacing: 0;
    float:right;
}
.search-table tbody tr {
    display: flex;
}
.search-label-cell
{
	display: none;
    height:18px;
}
.search-field-cell
{
	margin: 0;
	padding: 0;
}
.search-button-cell
{
	margin:0;
    order: 0;
	padding: 0;
}
.search-label
{
}
.search-field {
    background-color: rgba(255, 255, 255, .75);
    /*background-color: #6a59a5;*/
    border: 0;
    box-sizing: border-box;
    color: #600;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    height: 25px;
    margin: 0;
    padding: 0 8px 0 8px;
    width: 113px;
}
    .search-field::placeholder {
        color: #000;
        text-transform: capitalize;
    }
    .search-field::-webkit-input-placeholder {
        color: #000;
        text-transform: capitalize;
    }

    .search-field::-moz-placeholder {
        color: #000;
        text-transform: capitalize;
    }

    .search-field::-ms-input-placeholder {
        color: #000;
        text-transform: capitalize;
    }

    .search-field::-moz-placeholder {
        color: #000;
        text-transform: capitalize;
    }
.search-button {
    align-items: center;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: unset;
    display: inline-flex;
    height: 25px;
    justify-content: center;
    /*margin-top: 1px;*/
    text-decoration: none;
    width: 31px;
}
.search-validation
{
}
.search iframe {
    /*width: 271px;
    height: 45px;*/
}