﻿.table th {
    background-color: #e0e0e0;
    text-transform: uppercase;
    font-size: 10px;
}

input[aria-controls='cpflows-table'] {
    border: 1px solid #e0e0e0;
    height: 22px;
}

.PENDING {
    background-image: url('../images/wait.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.COMPLETED {    
    background-image: url('../images/check.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.ui-widget-header {
    border: 0px solid #fff;
    background: #fff;
}

.smfld, .dtfld {
    width: 120px;
}

#searchtbl label.lbl2 {
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
    font-weight: 500;
}

#searchtbl td {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.container {
    max-width: 100%;
    margin-left: 0px;
}

.body-content {
    background-color: white;
}

.widget {
    border: none;
    background-color: white;
}

    .widget .widget-content {
        padding: 0px 0px;
    }

.content-wrapper {
    border-left: none;
    padding: 0px 0px;
}

    .content-wrapper.expanded-full {
        padding: 0px;
    }

div.dataTables_scrollHeadInner {
    width: 100% !important;
}

table.dataTable.no-footer {
    width: 100% !important;
}

.breadcrumb a {
    color: #428bca;
}

.breadcrumb {
    padding: 8px 15px;
    font-size: 14px;
}

label {
    font-weight: bold;
}

div.dataTables_filter label {
    font-weight: bold;
    font-size: 14px;
}

div.dataTables_length label {
    font-weight: bold;
    font-size: 14px;
}
