section.remove-margin {
    margin: 0px !important;
}

section.one-half {
    float: left !important;
    clear: none !important;
    width: 50% !important;
    margin-right: 10px;
}

section.one-third {
    float: left !important;
    clear: none !important;
    width: 33% !important;
    margin-right: 5px;
}

section.one-fourth {
    float: left !important;
    clear: none !important;
    width: 25% !important;
    margin-right: 20px;
}

.read-only input[type='text'],
.read-only textarea,
.read-only select {
    background-color: #e6e6e6 !important;
    cursor: not-allowed;
    pointer-events:none;
}

.read-only-label input[type='text'],
.read-only-label textarea,
.read-only-label select {
    background-color: white !important;
    cursor: not-allowed;
    border: none;
}

.read-only-label select::-ms-expand {
    display: none;
}

section.hide-field{
     display: none!important;
}

.phoneNumberInput
{
 text-indent: 40px   
}
