/*------------------------------------*\
    #TABLES
\*------------------------------------*/

.entry-content .tcp-form-table {
    margin: 15px 0;
}
.entry-content .tcp-form-table td{
    white-space: nowrap;
}


/*------------------------------------*\
    #LEGEND
\*------------------------------------*/

.tcp-fabrication-orders__legend{
    margin: 0 15px 10px 15px;
}



/*------------------------------------*\
    #FINISHED
\*------------------------------------*/

.entry-content .tcp-form-table tr.finished-Ja td,
.entry-content .tcp-form-table tr.finished-Ja td a
{
    color: #cccccc;
}
.entry-content .tcp-form-table tr.finished-Ja td.as-template a{
    color: #52978f;
}


/*------------------------------------*\
    #SEARCH
\*------------------------------------*/

.tcp-fabrication-orders__search{
    margin-bottom: 20px;
}
#tcp-fabrication-orders__search-input{
    width: 100%;
    padding: 8px;
    font-size: 18px;
}

.tcp-form-table .search-key{
    display: none;
}

/*------------------------------------*\
    #VIEW MODE
\*------------------------------------*/

.tcp-viewmode .gform_wrapper input[type="text"],
.tcp-viewmode .gform_wrapper input[type="email"],
.tcp-viewmode .gform_wrapper textarea
{
    border: 0;
    color: #888888;
    font-style: italic;
}
/* hide sumbmit button */
.tcp-viewmode .gform_wrapper input[type="submit"]{
    display: none!important;
}