﻿.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;
}

.multiselect-container > li > a > label {
    padding: 4px 60px 3px 30px;
}

.multiselect {
    width: 220px;
    max-width: 220px;
    overflow-x: hidden;
}

.container {
    max-width: 100%;
    margin-left: 0px;
}

.content-wrapper {
    border-left: none;
    padding: 0px 0px 0px 0px;
}

    .content-wrapper.expanded-full {
        padding: 0px;
    }

select.form-control {
    background-color: white;
    border-radius: 4px;
}

.breadcrumb a {
    color: #428bca;
}

div.dataTables_filter label {
    font-weight: bold;
    font-size: 14px;
}

div.dataTables_length label {
    font-weight: bold;
    font-size: 14px;
}