﻿.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;
}

#cur_rolemsg {
    padding-left: 20px;
    font-size: 11px;
    font-style: italic;
    text-transform: uppercase;
}

.widget .widget-content {
    padding: 0px 0px;
}

.panel {
    margin-bottom: 20px;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px rgba(0,0,0,0.05);
}

.panel-info {
    border-color: #bce8f1;
}

.content-wrapper {
    border-left: 0px;
    padding: 0px 0px;
    padding-top: 20px;
    background-color: white;
}

.wrapper {
    background-color: white;
}

.body-content {
    background-color: white;
}

.widget {
    border-width: 0px;
    border-style: none;
    margin-bottom: 0px;
    background-color: white;
    border-color: white;
}

.breadcrumb a {
    color: #428bca;
}

.breadcrumb {
    padding-left: 15px;
    font-size: 14px;
}

label {
    font-weight: bold;
    color: black;
}

.content-wrapper.expanded-full {
    padding: 20px;
}

b, strong {
    font-size: 14px;
}

.navbar {
    margin-bottom: 20px;
}