/*
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 : Jan 31, 2020, 3:17:36 PM
    Author     : petozoli
*/

.flood-pricing-icon{
    padding-top: 100px;
}

.flood-pricing-icon img{
    width: 100px;
}

.form-custom-divider{
    border-bottom: 1px solid #999999;
}

.custom-badge-size{
    font-size: 1em;
}

#promoUsersResult{
    max-height: 500px;
    overflow-y: auto;
}

#company_list_edit,
#billing_info_list_edit,
#escrow_list_edit{
    max-height: 400px;
    overflow-y: auto;
}

.legend-icon-box{
    height: 15px;
    width: 30px;
    border-radius: 3px;
    margin: 0 auto;
    border: 0.1em solid black;
}

.input-group > .select2-container {
    width: auto;
    flex: 1 1 auto;
}

.input-group > .select2-container .select2-selection--single {
    /*height: 100%;*/
    line-height: inherit;
}


.ohnohoney{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.no-line-height{
    line-height: unset !important;
}