﻿body {
}

#export_table th {
    white-space: nowrap;
}

#export_table .title.alignRight {
    text-align: right;
}

#export_table .title.nowrap {
    text-align: right;
    white-space: nowrap;
}

[ID$='numero_pratica_TextBox'] {
    width: calc(100% - 400px) !important;
    float: left;
    margin-right: 10px;
    height:62px !important;
    border-top:1px solid #eeeeee !important;
}

[ID$='track_button'] {
    height: 62px;
}

.ft-pm-input {
}

    .ft-pm-input input[type='text'] {
        height: calc(2.25rem + 27px);
        padding: 14px 30px;
        outline: 0;
        background-color: #f4f5f8;
        border: 1px solid #f4f5f8;
        color: #686a6f;
        font-size: 0.9rem;
        width: 100%;
        font-weight: 400;
        line-height: 1.5;
        background-clip: padding-box;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
