/** {
    font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
}*/

/* greyed out disabled input components */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input[disabled] {
    padding: 2px;
    margin: 0 0 0 0;
    background: #DCDAD1 none;
}

.topAlignedColumn td {
    vertical-align: top;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td {
    white-space: normal !important;
}

.ui-datatable .ui-datatable-data .values1 {
    border: 1px solid #ff3300;
    background-color: #f2f2f2;
}

.primePanelNoBorder tr, .primePanelNoBorder td {
    border: none;
}

.budgetCol {
    white-space: nowrap !important;
    height: 22px;
}

.header-title {
    border: 1px outset blue;
    font-family: arial, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 23px;
    padding: 2px;
    background-color: #fca93b;
    margin: 0 3px !important;
}

.entryGrid {
    background-color: #e6e7e6;
    border: 1px outset blue;
    padding: 10px !important;
}

.error {
    color: red;
    font-weight: bold;
}

.standard {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.standardList {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #000000;
    padding: 0;
    border: 1px solid;
}

.messageList {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    padding: 0;
    background-color: rgb(233, 206, 147);
    border: 1px solid;
}

.col400 {
    width: 400px;
}

.standard_bold {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
}

.scrollerTable {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border: 1px solid;
    width: 300px;
}

.scrollerTable2 {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    width: 300px;
}

.compactTable {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    padding: 0;
    border: 1px solid;
    width: 100%;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.compactTable_Header {
    color: #000000;
    background-color: #aec1da;
    padding: 0;
    text-align: center;
    border: none;
}

.compactTable_Row1 {
    background-color: rgb(248, 218, 180);
}

.compactTable_Row2 {
    background-color: rgb(236, 236, 143);
}

.compactTable_Column {
    text-align: left;
}

.standardTable {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border: 1px solid;
}

.wideTable {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    width: 700px;
    border: 1px solid;
}

.standardTable_Header {
    color: #000000;
    background-color: #FFDD00;
    padding: 3px;
    text-align: center;
    border: none;
}

.scheduleTable {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 0;
    width: 1500px;
    border: 1px solid;
}

.scheduleInfo {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #ccccff;
}

.scheduleDone {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #33ff33;
}

.scheduleNA {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: #ffff33;
}

.scheduleColumn {
    border-width: 0;
    width: 60px;
    padding: 0;
}

.scheduleRow {
    border-width: 0;
    padding: 10px;
}

.schedHead {
    font-family: monospace;
    font-weight: bold;
    font-size: 12px;
    border-width: 1px;
    color: #000000;
    background-color: #FFDD00;
    padding: 0;
}

.schedInputs {
    font-family: monospace;
    font-size: 12px;
    width: 60px;
    text-decoration: underline;
    padding: 0;
}

.schedInputsInvisible {
    font-family: monospace;
    font-size: 1px;
    width: 1px;
    text-decoration: none;
    border-style: none;
    padding: 0;
    visibility: hidden;
}

.standardTable_SortHeader {
    background-color: #FFDD00;
    color: #000000;
    padding: 3px;
    text-align: center;
    border: none;
    font-weight: bold;
}

.standardTable_Footer {
    background-color: #FFFFE0;
}

.standardTable_Row1 {
    background-color: #FFFFE0;
}

.right-aligned {
    text-align: right;
}


.standardTable_Row2 {
    background-color: #d9d9bf;
}

.standardTable_Column {
    text-align: left;
}

.standardTable_ColumnCentered {
    text-align: center;
}

.standardTable_ColumnRight {
    text-align: right;
}

.standardTable_Column50 {
    width: 50%
}

a {
    color: #333366;
    text-decoration: underline;
}

a:hover {
    color: #333366;
    text-decoration: underline;
}

.error {
    color: #FF0000;
}

.sortLink {
    color: #333366;
    text-decoration: none;
}

.pageLayout {
    width: 1200px;
    height: 100%;
}

.pageHeader {
    background-color: #6392C6;
    text-align: center;
    vertical-align: middle;
    height: 1px;
    overflow: visible;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

.pageHeader1 {
}

.pageHeader2 {
    width: 100%;
}

.pageHeader2col1 {
    background-color: #FFFFFF;
}

.pageNavigation {
    text-align: left;
    vertical-align: top;
    width: 250px;
    background-color: #E7EFF7;
    border: 1px solid #6392C6;
    padding: 5px;
}

.statusPanelLeft {
    text-align: left;
    vertical-align: top;
    background-color: #B9BEC2;
}

.statusPanelRight {
    text-align: left;
    vertical-align: top;
    background-color: #9DB6C0;
}

.pageBody {
    text-align: left;
    vertical-align: top;
    width: 1024px;
    padding: 10px;
    background-color: #FFFFFF;
}

.pageFooter {
    text-align: right;
    font-size: xx-small;
    height: 1px;
    overflow: visible;
    background-color: #6392C6;
    color: #FFFFFF;
}

.navigation {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
}

.navitem {
    white-space: nowrap;
    text-decoration: none;
}

a.navitem:hover {
    white-space: nowrap;
    text-decoration: none;
    color: #6392C6;
}

.navitem_open {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

a.navitem_open:hover {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    color: #6392C6;
}

.navitem_active {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    background-color: #6392C6;
    width: 100%;
    color: #FFFFFF;
}

a.navitem_active:hover {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    background-color: #6392C6;
    width: 100%;
    color: #FFFFFF;
}

.navseparator {
    line-height: 12px;
    border-bottom: 1px solid #A2B7C5;
}

.fileUploadInput {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    width: 250px;
}

.emptyHeader {
    background-color: #FFFFFF;
    border: 0 none;
}

div.titlebar {
    background: #C7D0D9;
    color: black;
    border: 1px solid #8CACBB;
    padding: 1px;
    margin: 1px 1px;
    clear: both;
}

/* Calendar component */
.yearMonthHeader {
    background-color: #DDDDDD;
    color: #000000;
    text-align: center;
    border: none;
    font-weight: bold;
}

.weekHeader {
    background-color: #E7E7E7;
    color: #000000;
    text-align: center;
    border: none;
}

.currentDayCell {
    background-color: #DDDDDD;
    color: #000000;
    border: none;
}

.countryFormTable {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border: 1px solid;
}

.countryFormHeader {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border-style: none;
    background-color: #FFDD00;
    text-align: center;
    font-weight: normal;
}

.countryFormFooter {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border-style: none;
    background-color: #FFDD00;
    text-align: center;
    font-weight: normal;
}

.countryFormLabels {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border-style: none;
    text-align: right;
    font-weight: bold;
}

.countryFormInputs {
    font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    padding: 2px;
    border-style: none;
}

.tree {
    line-height: 18px;
    font-family: arial, sans-serif;
}

.treenode {
    padding: 2px 2px 2px 5px;
}

.treenode a {
    text-decoration: none;
}

.treenodeSelected {
    padding: 2px 2px 2px 5px;
}

.treenodeSelected a {
    text-decoration: none;
    font-weight: bold;
}

table .selectOneRadio {
    font-weight: bold;
}

.popup {
    background-color: rgb(255, 255, 255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: smaller;
    padding: 5px;
}

.popup table {
    font-size: smaller;
}

.blue_btn {
    background: transparent url("../../../images/butn_bk_blue.gif") repeat-x scroll;
    border: 1px solid rgb(163, 186, 209);
    padding-top: 3px;
    padding-bottom: 3px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 11px;
    text-align: center;
    line-height: normal;
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
    height: 25px;
}

.blue_btn:hover {
    background: rgb(219, 228, 237) none repeat scroll;
    text-decoration: none;
}

/* The next section is for scrollable tables */

/* define height and width of scrollable area. Add 16px to width for scrollbar          */
div.tableContainer {
    clear: both;
    border: 1px solid #963;
    height: 505px;
    overflow: hidden;
    width: 976px
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto */

div.tableContainer thead tr {
    position: relative;
    display: block;
    width: 960px;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */

div.tableContainer tbody {
    display: block;
    height: 430px;
    overflow: auto;
    width: 976px;
}

div.tableContainerHalfHeight {
    clear: both;
    border: 1px solid #963;
    height: 255px;
    overflow: hidden;
    width: 976px
}

div.tableContainerHalfHeight thead tr {
    position: relative;
    display: block;
    width: 960px;
}

div.tableContainerHalfHeight tbody {
    display: block;
    height: 200px;
    overflow: auto;
    width: 976px;
}

tr.pink {
    background: pink;
}

.DONE {
    background-color: green !important;
}

.NOT_DONE {
    background-color: red !important;
}

.RED {
    background-color: red !important;
}

.ORANGE {
    background-color: orange !important;
}

/*.ui-picklist-list {
    width: 400px !important;
}*/

.ui-picklist td:first-child,
.ui-picklist td:last-child {
    width: 50% !important;
}
.ui-picklist .ui-picklist-list {
    width: 150px !important;
    min-width: 20px !important;
}

.input-text {
    width: 100% !important;
    height: 35px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}

div[id="contract_form:contract_tabview"] .ui-tabs-panels {
    overflow-y: scroll;
    height: 65vh;
}

div[id="contract_form:contract_tabview"] .ui-tabs-panels input,
div[id="contract_form:contract_tabview"] .ui-tabs-panels label {
    width: 30vw !important;
    box-shadow: none !important;
}

div[id="contract_form:contract_tabview"] .ui-tabs-panels input:focus {
    border-color: #00bfff;
}

div[id="contract_form:contract_tabview:payees_grid_content"] .ui-grid-row {
    margin-bottom: 50px !important;
}

div[id="contract_form:contract_tabview"] .ui-datatable-scrollable-header-box table input {
    width: 90% !important;
}

.confirm-icon .ui-icon {
    color: #0000ff;
}

.cancel-icon .ui-icon {
    color: #ff0000;
}

#contract_warning {
    text-align: center;
    color: #ff0000;
    margin-top: 0 !important;
}

div[id="contract_form:contract_tabview:payees_grid"] .ui-selectonemenu {
    margin-bottom: 10px;
    display: block !important;
    max-width: 575px !important;
}

div[id="contract_form:contract_tabview:add_sov_panelgrid"] .ui-selectonemenu label {
    width: 10vw !important;
}

div[id="contract_form:contract_tabview:add_sov_panelgrid"] .ui-panelgrid-cell input {
    width: 11vw !important;
}

div[id="contract_form:contract_tabview:payees_grid_content"] .ui-grid-row:nth-child(2) .ui-panelgrid-cell .ui-grid-row {
    margin-bottom: 0 !important;
}

.no-shadow-input {
    box-shadow: none !important;
}

.no-shadow-input label {
    box-shadow: none !important;
}

.no-shadow-input:hover {
    border-color: #00bfff !important;
}

.primary-button {
    border: 1px solid #a9a9a9 !important;
    background: #87ceeb !important;
    overflow: visible;
    box-shadow: none !important;
    font-weight: 100 !important;
    margin: 10px;
}

.icon-visible .ui-icon {
    overflow: visible;
}

.primary-button:hover {
    border: 1px solid #000000;
    font-weight: bold;
}

.confirm-icon {
    float: left;
    padding: 3px;
}

.icon-danger .ui-icon {
    color: #ff3300;
}

.icon-submit .ui-icon {
    color: #008000;
}

.icon-primary .ui-icon {
    color: #2f556a;
}

fieldset {
    border: 1px solid #d3d3d3 !important;
    border-radius: 5px;
}

legend {
    font-weight: bold;
    color: #2f556a;
}

.tbl-highlight .ui-state-highlight {
    background: #2f556a !important;
    color: #fff !important;
    text-shadow: none !important;
    overflow: hidden !important;
}

.tbl-highlight .ui-state-highlight td a {
    color: #fff !important;
}

.ui-growl-item-container {
    opacity: 1 !important;
    text-shadow: none !important;
}

.savePanel {
    position: fixed;
    bottom: 60px;
    right: 25px;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 10px;
    text-align: right;
    background: #2f556a;
}

#invoice_form .ui-tabs {
    border: none !important;
}

div[id="invoice_form:invoice_tabview:invoice_vendor_panel"] .ui-selectonemenu-filter-container {
    width: 90% !important;
}

input[id="invoice_form:invoice_tabview:invoice_vendor_filter"] {
    width: 100% !important;
}

/*purchase order*/
#fpo_form h3, #fwo_form h3 {
    text-align: center !important;
    text-decoration: underline;
    text-decoration-color: #006400;
    margin-bottom: 0 !important;
    margin-top: 0;
    text-transform: uppercase;
}

#fpo_form h4 {
    text-align: center;
}

#fpo_form .ui-selectonemenu-filter-container input {
    width: 550px !important;
}

.work-order {
    display: block !important;
    padding: 5px;
}

.wo-lt {
    float: left;
}

.wo-rt {
    float: right;
}

.fo_panel {
    margin: 10px !important;
}

.edit-table .ui-datatable-scrollable-body {
    border: 1px solid #a8a8a8;
}

.edit-table .ui-state-error {
    background: #ff0000 !important;
}

.edit-table .ui-datatable-summaryrow .ui-column-title {
    display: none !important;
}

.bottom-info {
    text-align: center !important;
    font-size: 14px !important;
}

.copyright-info {
    font-size: 12px;
    margin: 0 30px !important;
}

.copyright-info p:nth-child(1) {
    float: right;
}

.copyright-info p:nth-child(2) {
    float: left;
}

.bg-p, .bg-b {
    border: 1px solid #a8a8a8 !important;
    border-radius: 3px;
}

.bg-b {
    background: #f2f5f9 !important;
    margin-left: -1px;
    margin-top: -1px;
}

.column-border {
    border: solid 1px !important;
}

.grid-no-pad .ui-panelgrid-cell {
    padding: 0 10px !important;
}

div[id="fpo_form:sign_grid"] input {
    width: 70% !important;
}

.email_input, .email_chip .ui-chips-container {
    width: 100%;
    border: none !important;
    outline: none;
    border-bottom: 1px solid grey !important;
    height: 40px;
    padding: 0;
}

.email_content {
    width: 100%;
    border: none;
    outline: none;
    border-bottom: 1px solid grey;
    padding: 0;
}

.email_chip {
    width: 100% !important;
}

.table-calendar {
    padding: 5px !important;
    border: 1px solid grey;
}

#dev_change {
    float: right;
    display: none;
}

#dev_change i {
    color: #ff0000;
    font-size: larger;
}

.float-btn, .float-btn-clear {
    position: fixed;
    bottom: 40px;
    right: 25px;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 10px;
    text-align: right;
    background: #2f556a;
}

.float-btn-clear {
    background: #fff !important;
}

.float-btn button, .float-btn-clear {
    margin-right: 5px;
}

.float-btn:empty {
    background: none;
}

.no-float {
    margin-top: 10px;
    position: relative;
    bottom: auto;
}

.tbl-scroll {
    display: block;
    overflow-y: scroll;
    height: 500px;
}

.log-tbl {
    width: 100% !important;
    border: 1px solid #808080;
    border-radius: 3px;
    border-collapse: collapse;
}

.tbl-sub-head:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.log-tbl thead tr:hover {
    background: none;
}

.log-tbl input {
    border: 1px solid #808080;
    width: 90%;
    background-color: #fff !important;
}

.log-tbl tbody tr {
    text-align: center;
    vertical-align: middle;
}

.log-tbl tr {
    height: 30px;
}

.log-tbl td, th {
    border: 1px solid #808080;
    padding: 4px 10px;
}

.tbl-head, .tbl-foot {
    background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0))) !important;
    border: 1px solid #808080 !important;
    text-align: center;
    padding: 5px !important;
    overflow: hidden;
    white-space: nowrap;
}

.tbl-sub-head {
    text-align: center;
    padding: 5px !important;
    overflow: hidden;
    background: #c0ccd2;
}

.mat_input {
    border: 1px hidden #fff !important;
}

.mat_input:focus {
    border: 1px solid #808080 !important;
}

div[id="fpo_form:sign_grid_content"] input {
    text-align: center !important;
}

/*customer setup*/
div[id="customer_form:cust_phy_add_content"] .ui-grid-row:nth-child(4) .ui-grid-col-8,
div[id="customer_form:cust_mail_add_content"] .ui-grid-row:nth-child(4) .ui-grid-col-8 {
    padding: 0 !important;
}

.labelfocus {
    font-weight: bold !important;
}

#customer_form .ui-selectonemenu-items-wrapper .ui-selectonemenu-item-group {
    text-decoration: underline !important;
}

/*contract change order*/
.row-light.ui-state-highlight {
    background: #add8e6 !important;
    color: #000 !important;
    text-shadow: none !important;
}

.row-dark.ui-state-highlight {
    background: #2f556a !important;
    color: #fff !important;
    text-shadow: none !important;
}

.row-dark.ui-state-highlight .ui-inputfield, .row-light.ui-state-highlight .ui-inputfield {
    color: #000 !important;
    text-shadow: none !important;
}

.link:hover {
    font-weight: bold !important;
}

#listname {
    margin: 10px;
    font-weight: bold;
    color: #2f556a;
}

.con-vendors {
    margin: 20px !important;
}

div[id="form:vendor_menu_panel"] .ui-selectonemenu-items-wrapper {
    height: 450px !important;
}

div[id="form:vendor_menu_panel"] .ui-selectonemenu-filter-container {
    width: 95% !important;
}

input[id="form:vendor_menu_filter"] {
    width: 100% !important;
}

tbody[id="error_log_form:logs_dtable_data"] .ui-state-highlight {
    background: #2f556a !important;
}

.label-bold {
    font-weight: bold !important;
    color: #2f556a;
}

#copy_to_board {
    float: right;
    color: #2f556a;
    font-size: 15px;
    margin-right: 10px;
}

#copy_to_board:hover {
    font-size: large;
}

#stack_div {
    height: 500px !important;
    overflow-y: scroll !important;
}

#stack_div pre {
    background: #fffbff;
    font-size: small
}

#logs_description .ui-dialog-titlebar {
    background: #2f556a !important;
    text-shadow: none !important;
    color: #fff !important;
}

/*utility abstract*/
.cal-right {
    float: right;
    margin-right: 20px;
}

.cal-right label {
    font-weight: bold;
}

.checkbox-many, .box-border {
    padding: 5px !important;
    border: 1px solid #a8a8a8 !important;
    border-radius: 3px !important;
}

.grid-wide {
    width: 100%;
}

.td-top td {
    vertical-align: top !important;
    line-height: 5px !important;
}

table[id="utility_form:city"] {
    margin-top: -5px !important;
}

.checkbox-many .ui-g-12 {
    display: inline-flex !important;
}

.label-mid {
    font-weight: bold !important;
    position: relative;
    top: 12px;
}

.inline-flex {
    display: inline-flex !important;
    width: 100%;
}

.heading-bu {
    text-transform: uppercase;
    text-align: center;
    color: #2f556a;
    margin: 0 !important;
    text-decoration: underline;
}

.text-bu {
    text-decoration: underline;
    font-weight: bold;
}

.text-nu {
    text-decoration: none !important;
}

.text-blur {
    color: #a8a8a8 !important;
}

.text-b {
    font-weight: bold;
}

.background-gainsboro{
    background: gainsboro!important;
}

.text-align-end {
    text-align: right!important;
}

.text-align-center {
    text-align: center!important;
}

.margin-l10 {
    margin-left: 10px !important;
}

.margin-l15 {
    margin-left: 15px!important;
}

.margin-l20 {
    margin-left: 20px!important;
}

.margin-l30 {
    margin-left: 30px!important;
}

.text-right {
    text-align: right;
    float: right;
}

.text-left {
    text-align: left;
    float: left;
}

.text-bb {
    font-weight: bold;
    font-size: larger !important;
}

.text-pre {
    white-space: pre !important;
}

.text-block {
    display: block !important;
}

.text-borderU {
    display: block;
    border-bottom: 1px solid #a8a8a8;
    text-align: center;
    min-height: 15px;
}

.span-block {
    font-weight: bold;
    display: block;
    text-align: left;
}

.panel-header-center .ui-panel-titlebar {
    text-align: center;
}

.text-nowrap {
    white-space: nowrap !important;
}

#utility_form label {
    color: #4f4f4f;
    text-shadow: none !important;
}

.text-italic {
    font-style: italic;
    font-size: small !important;
}

.checkbox-many label {
    width: 100% !important;
    border-bottom: 1px dashed #a8a8a8;
}

.checkbox-many label span:last-child {
    float: right;
    border: 1px solid #a8a8a8;
    padding: 1px;
}

/*marathon forms / documents*/
.ol_lg .ui-datalist-data li {
    padding: 10px;
    font-size: large;
}

.link_blue {
    color: #0700ee !important;
}

#form_table {
    width: 100%;
}

#form_table th {
    border: 0;
    text-align: left;
    text-decoration: underline;
}

#form_table td, th {
    padding: 4px 10px;
}

.form-tbl-head {
    padding: 5px !important;
    overflow: hidden;
    white-space: nowrap;
}

.center-upper {
    text-align: center;
    text-transform: uppercase;
}

.ol_lg .ui-datalist-content {
    border: none;
}

#create_form, .form_detail {
    padding: 10px;
    border: 1px solid #2f556a;
    border-radius: 5px;
}

.form-content {
    padding: 10px;
    margin-top: 10vh;
    overflow-y: scroll;
}

#form_msg_container {
    z-index: 99999 !important;
}

.form_links {
    margin: 20px !important;
}

.bottom_border {
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
}

.btn-lg {
    background: #2f556a !important;
    color: #fff !important;
    text-shadow: none !important;
    height: 45px;
    border: none !important;
}

#nav {
    width: 100% !important;
    table-layout: fixed !important;
}