.customerSearchContainer
{
    display: block;
    width: 100%;
    height: 55px;
    padding-top: 7px;
    border-bottom: 1px solid var(--border-color);
    margin-top: 60px;
}

.customerSearchContainer .inputInset
{
    position: absolute;
    margin-top: 13px;
    margin-left: 10px;
}

.customerSearchContainer .customerInvisibleInput
{
    border: none;
    background: none;
    box-shadow: none;
    padding-left: 40px;
    width: 100%;
    font-family: 'Roboto regular';
    font-size: 16px;
    color: var(--text-color);
    outline: none;
    height: 43px;
}

.customerSearchContainer .customerInvisibleInput::placeholder
{
    font-family: 'Roboto regular';
    font-size: 16px;
    color: var(--text-color);
}

.customerSpinner
{
    margin-top: -2.7em !important;
    float: right !important;
    margin-right: 1em !important;
}

.header.addCustomerModal
{
    cursor: pointer;
}

.header.addCustomerModal .title
{
    width: 32%;
}

.header.addCustomerModal .choosen
{
    width: 58%;
    margin-right: 12px;
}

.addCustomerContractor
{
    position: absolute;
    right: 8px;
    color: var(--icons-color);
    font-size: 14px;
    margin-top: 5px;
    cursor: pointer;
}

.addCustomerInlineLabel
{
    color: var(--text-color);
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    display: inline-block;
    width: 26%;
}

.inlineInvisibleInput
{
    border: none;
    background: none;
    vertical-align: top;
    display: inline-block;
    width: 70%;
    outline: none;
    height: 32px;
}
p.error
{
    color: red;
    margin-bottom: 0px;
    font-size: 13px;
    margin-top: 6px;
}
.error label
{
    font-weight: bold;
    cursor: pointer;
    
}