.ui-inputfield, .ui-button-text, .ui-widget, .ui-tree .ui-treenode .ui-treenode-label, .ui-datatable .ui-datatable-tablewrapper table,
    #layout-menubar li {
    font-size: 14px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}

.ui-steps .ui-steps-title {
    color: #F15A29 !important;
    padding: -5px;
}

.ui-selectoneradio label, label {
    color: #4D4D4D;
}

.green {
    color: #66CD00;
}

.blue {
    color: #1578c9;
}

.black {
    color: #000000;
}

.darkGray {
    color: #4D4D4D;
}

/* .ui-datatable table tbody tr td {
    color: #4D4D4D;
}

.ui-datatable-resizable thead th, .ui-datatable-resizable tbody td, .ui-datatable-resizable tfoot td {
    white-space: normal !important;
}

.ui-datatable .ui-datatable-tablewrapper table tbody .ui-state-highlight td {
  background-color: #F3F3F1;
  color: #4D4D4D;
} */
.ui-panelgrid tbody tr td {
    border: 0px !important;
}

.ui-chkbox-label {
    color: #4D4D4D;
}

.ui-inputfield {
    color: #4D4D4D;
}

.ui-outputlabel, table tbody tr td {
    color: #4D4D4D;
}

.ui-widget-content a {
    color: #4D4D4D;
    text-decoration: underline;
}

#login-logo img {
    height: 120px;
    line-height: 120px;
}

#layout-logo {
    width: auto;
    padding: 0px;
    line-height: 48px;
    margin: 2px;
}

#layout-logo img {
    height: 48px;
    margin: 3px;
}

.DynamicTreeWid {
    width: 100%;
}

#mobile-app-title {
    display: none;
}

.login-back {
    background-image: none !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: 50% !important;
}

.lable-as-title {
    margin-left: 10px;
    width: 95%;
    color: white !important;
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: solid 1px #175787;
    border-top: solid 1px #175787;
    background: -moz-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #aac7f6), color-stop(100%, #1578c9));
    background: -webkit-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: -o-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: -ms-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: linear-gradient(to bottom, #aac7f6 0%, #1578c9 100%);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.frame-content {
    width: 95%;
    float: left;
    border: none;
    margin-left: 10px;
}

.desaturatedblueBack {
    border-bottom: solid 1px #175787;
    border-top: solid 1px #175787;
    background: #aac7f6;
    background: -moz-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #aac7f6), color-stop(100%, #1578c9));
    background: -webkit-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: -o-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: -ms-linear-gradient(top, #aac7f6 0%, #1578c9 100%);
    background: linear-gradient(to bottom, #aac7f6 0%, #1578c9 100%);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}

.datatable-row-toggler {
    width: 32px;
}

/* Datatable Reflow Temporary Fix */
th .ui-column-title {
    display: inline !important;
}

/* ui-Messages */
.ui-message, .ui-message-error, .ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
    clear: both !important;
    pading-left: 0px !important;
    margin-left: 0px !important;
    pading-right: 0px !important;
    margin-right: 0px !important;
}

/* Panel Grid Center align */
.centeredPanelGrid {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* PickList */
.ui-tree-container, .ui-picklist .ui-picklist-list {
    /* height: 300px !important; */
    /*  width: 300px !important; */
    text-align: left !important;
}

.static .ui-tree-container, .static .ui-treenode-label {
    cursor: default !important;
}

.
.ui-selectonemenu, .ui-selectcheckboxmenu {
    padding: 0px 1em 0px 0px !important;
}

.ui-selectmanycheckbox label {
    color: #4D4D4D;
}

div.transbox {
    background: rgba(255, 255, 255, 1);
}

li.square {
    list-style: square;
}

li.alpha {
    list-style: lower-alpha;
}

li.circle {
    list-style: circle;
}

#layout-portlets-cover {
    /*background-color:#F0F8FF*/
    background-color: #F0F8FF;
}

body {
    background-color: #F0F8FF;
    margin: 0px;
}

@media ( min-width :220px) and (max-width: 480px) {
    #layout-title {
        display: none;
    }
    #login-logo img {
        height: 65px;
        line-height: 65px;
    }
    #mobile-app-title {
        display: inline-block !important;
    }
    .DynamicTreeWid {
        width: 90%;
    }
    .frame-content, .lable-as-title {
        width: 95% !important;
    }
    .ui-picklist>div {
        float: none;
        display: list-item !important;
        vertical-align: top;
    }
}