﻿
.dv {
    background: #dfedfc;
    margin: 3px;
    display: block;
    box-shadow: 0 0 1px #AAA inset;
    width: 160px;
    height: 60px;
    text-align: center;
    line-height: 20px;
    float: left;
}

.fixed {
    position: fixed;
    width: 100%;
}

.bar1 input {
    border: 1px solid #224d9e;
    border-radius: 5px;
    background: #F9F0DA;
    color: #9E9C9C;
    width: 100%;
    padding-left: 13px;
}

.bar1 button {
    margin-top: 8px;
    background: #224d9e;
    border-radius: 0 5px 5px 0;
    border: none;
    outline: none;
    width: 42px;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
}

    .bar1 button:before {
        content: "\f002";
        font-family: FontAwesome;
        font-size: 16px;
        color: #F9F0DA;
    }
