.required {
    color: red;
}

.display
{
    margin-top: 10px;    
}

.tblFilesRequired tr td
{
    width: 16%;
}

.label
{
    text-align: right;
}

#addPrintedBill tr td input
{
    width: 100%;
}

#addPrintedBill tr td select
{
    width: 100%;
}
.secondColumn
{
    width: 160px;
}

/*.button_icon
{
    width: 100px;
}*/

.fileName
{
    color:#9DC45F;
    font-weight: bold;
}

textarea
{
    width: 100%;
    height: 100px;
}

table tr td
{
    vertical-align: top;
}
.title-color 
{
    color: #0099bb;
}

.div-add-bill
{
    overflow-y: scroll !important;
    height: 400px !important;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9997 !important;
}