/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 Jun, 2020, 5:45:39 PM
    Author     : user
*/

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    margin-bottom: 15px;
}
.icon {
    padding: 10px;
    background: #337ab7;
    color: white;
    min-width: 40px;
    text-align: center;
}
.iconlegends{
    background-color:#0c63ae;
    color: #fff;
    margin: 5px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    letter-spacing: 0.5px;
}