﻿body {

}

input, select, textarea {
    margin: 0;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    background-color: white;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    box-sizing:border-box;
}

select {
    background: none;
    -webkit-appearance: menulist;
    white-space: pre;
    -webkit-rtl-ordering: logical;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
    border-color: rgba(52, 178, 248, .75);
}

input[type="search" i] {
    padding: 2px;
    box-sizing: border-box;
    background-color: white;
}

.input-control {
    padding: 5px;
}

.input-control div {
    padding: 0;
}

.input-control label {
    padding-right: 1em;
}

.control {
    width: 100%;
}

button {
    width: 100%;
}