/*
Copyright (C) 2017 docwho

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
/* 
    Created on : 27-gen-2017, 13.19.33
    Author     : docwho
*/

.input-text {
    display: inherit;
    min-width: 10em;
}

.input-indicator {
    display: inline-block;
    min-width: 20px;
    vertical-align: baseline;
    margin-left: 10px;
    border-radius: 2px;
    border-left: 4px solid;
    padding: .45em .35em .3em;
    font-family: Helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    background: #e4f0f5;
    border-color: #3f87a6;
    color: #3f87a6;
    
}