/* UI Corrections */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-tr,
.ui-corner-br,
.ui-corner-bl,
.ui-corner-tl {
    border-radius: 0;
}
* {
    box-sizing: border-box;
    outline: none;
    margin:0px;
    padding:0px;
}
a, a:visited {
    color: #1C3C75;
    text-decoration: none;
}
a:hover {
    color: #e17009;
}
a[href]:after {
    content: none !important;
  }
abbr {
    cursor: help;
}
textarea {
    resize: vertical;
}
.ui-widget {

}
.ui-icon-none {
    display: none;
}
.ui-dialog.ui-dialog-not-closable .ui-dialog-titlebar-close {
    display: none;
}
.ui-multiselect-all .ui-icon,
.ui-multiselect-none .ui-icon {
    display: none;
}
.ui-multiselect-menu {
    max-width: 400px;
    background: aliceblue;
}
.ui-well {
    background-color: #e7eef3;
    border: 1px solid #e7eef3;
    margin-bottom: 1em;
    padding: 1em;
    font-size: 12px;
}
.ui-tabs {
    position: static;
}
.f-toolbar,
.ui-toolbar {
    margin: 1em 0;
    overflow: hidden;
    padding: .25em 0;
}
.f-toolbar .f-toolbar-item {
    overflow: hidden;
    padding: .25em 0;
}
.ui-toolbar .ui-buttonset {
    margin: 0 4px;
}
.ui-toolbar .ui-toolbar-item {
    margin-bottom: 4px;
    overflow: hidden;
}
.ui-toolbar .ui-toolbar-item:last-of-type {
    margin-bottom: 0;
}
.ui-widget-header {
    background-position: 0 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    color: #000;
}
.ui-menu {
    padding: 0;
}
.ui-menu .ui-menu {
    margin: 0;
}
.ui-menu .ui-menu-icon {
    margin-top: .25em;
    margin-left: .25em;
}
.ui-menu .ui-menu-divider {
    border-color: #ccc;
    margin: .5em 0;
}
.ui-menu-item > a {
    display: block;
}
ul.ui-autocomplete {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 300px;

    background: aliceblue;
    
}
.ui-autocomplete-input {
    background-position: 99% center;
    background-repeat: no-repeat;
}
select.loading,
input.loading,
.ui-autocomplete-loading {
    background-image: url(./images/loader-small.gif);
    background-position: 99% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
}
select.loading {
    background-position: center center;
}
.ui-autocomplete .ui-menu-item .label {
    display: block;
}
.ui-autocomplete .ui-menu-item .caption {
    font-size: .8em;
    font-style: italic;
}

/* Actions menu */
.f-actions {
    padding: 0;
}
.f-actions > .ui-menu-item .ui-icon {
    margin: 1px 3px;
}
.f-actions > .ui-menu-item {
    height: 20px;
    padding: 0 1em 0 3px;
}
.f-actions .ui-menu {
    z-index: 1;
    background: aliceblue;
}
.f-actions .f-trigger {
    display: block;
    height: .2em;
    overflow: hidden;
}
.f-actions .ui-menu .ui-menu-item {
    min-width: 150px;
}

/* CSS Foundations */
body {
    cursor: default;
    color: #000000;
    font-family: "Arial", san-serif;
    font-size: 12px;
    overflow-x: hidden;
}
p {
    margin: 6px 0px;
}
a {
    outline:0px none;
    -moz-outline:0px none;
}
a img {
    border:0px none;
}

h1, h2, h3, h4, h5, h6 {}
h1 { font-size: 2.0em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

.f-state-error {
    background-color: #ffd9ce !important;
    background-image: none !important;
}
.f-state-disabled {
    color: #666;
    opacity: .5;
}

/* Breadcrumbs */
.f-breadcrumb {
    font-size: .9em;
    margin-bottom: 1em;
}
.f-breadcrumb a {
    color: #999;
}

/* Specials */
.hide, .hidden, .empty {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
.ui-hr {
    border-top: 1px solid #ccc;
    width: 100%;
}
.ui-indent {
    display: inline-block;
    height: 1em;
    margin-right: 6px;
    width: 1em;
}
.ui-cf {
    display: block;
    clear: both;
}
.ui-clickable {
    cursor: pointer;
}

/* Empty text for lists */
.no-list {
    padding: 6em 0;
    text-align: center;
}

/* Float Helpers */
.row {
    overflow: hidden;
}
.dock-right {
    float: right;
}
.dock-left {
    float: left;
}

/* Alignment helpers */
.falc {
    text-align: center;
}
.fall {
    text-align: left;
}
.falr {
    text-align: right;
}
.falj {
    text-align: justify;
}

/* Default loader implementation */
.loading *,
.ui-tabs-panel[aria-busy="true"] * {
    visibility: hidden;
}
.loading,
.ui-tabs-panel[aria-busy="true"] {
    background-image: url(./images/loader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: wait;
    min-height: 20px;
}
select.loading {
    background-image: url(./images/loader-small.gif) !important;
    min-height: 0;
}
/* Breadcrumb navigations */
#fBreadcrumb {
    font-size: 10px;
    margin: 0 0 15px 3px;
    padding: 0;
}
#fBreadcrumb a {
    color:#000000;
    text-decoration:none;
}
/* Inline Lists */
ul.inline li {
    display: inline;
    list-style: none;
}
/* Bullet Lists */
ul.bullet li {
    list-style-position: inside;
    list-style-type: square;
    margin-left: 12px;
}
ol.bullet li {
    list-style-position: inside;
    list-style-type: decimal;
    margin-left: 12px;
}
ul.no-bullet,
ol.no-bullet {
    list-style: none;
}
/* UI Dialog Contents */
#dialog-iframe,
#dialog-image {
    display: block;
    margin: 0 auto;
    padding: 0;
}

/* Name value pair unordered-lists */
ul.nvp {
    width:100%;
    overflow-x: hidden;
    margin:6px 0px;
}
ul.nvp .item {
    line-height:20px;
    list-style: none;
    margin-left: 0px;
}
ul.nvp .item:nth-child(even) {
    background-color: #eee;
}
ul.nvp .item .label {
    width:75%;
}
ul.nvp .item .value {
    font-weight:bold;
    text-align:right;
    width:24%;
    float:right;
    font-weight:bold;
}
.nvp .item.overline {
    line-height: 20px;
    font-weight: bold;
    border-top: 1px solid #ccc;
}
/* Tabular Name-Value-Pair Lists */
td {
    vertical-align: top;
}
table.nvp td {
    padding: 3px 5px;
}
table.nvp td.label {
    font-weight: bold;
    width: 100px;
}
/* Messages & Notifications */
#f-message {
    margin: 15px 0;
}
#f-message .message {
    margin-bottom: .5em;
    padding: .75em .5em;
}
#f-message .message .ui-icon {
    position: absolute;
    margin: 0 .25em .5em 0;
}
#f-message .message .content {
    margin-left: 1.5em;
}
#f-notifications {
    position: fixed;
    left: 2em;
    bottom: 3em;
    max-height: 400px;
    overflow-y: auto;
    width: 250px;
    z-index: 9999;
}
#f-notifications:empty {
    display: none;
}
#f-notifications .message {
    background-color: #333;
    border: 1px solid #000;
    color: #fff;
    margin-top: 4px;
    padding: .5em;
}

/* Tabular List Views */
table.fListing {
    border-collapse: collapse;
    margin:0 0 10px;
    width:100%;
}
table.fListing tr th,
table.fListing tr td.th {
    background-color: #ccc;
    border: none;
    font-weight: bold;
    color: #000;
    padding: .5em;
}
table.fListing tr td {
    min-height: 10px;
    padding: .25em .5em;
}
table.fListing tr.overline td {
    border-top: 1px solid #ccc;
    padding-top: .4em;
}
table.fListing tr.underline td {
    border-bottom: 1px solid #ccc;
    padding-bottom: .4em;
}
table.fListing tbody tr h3,
table.fListing tbody tr .title {
    color: #000;
    display: block;
    font-size: 1.1em;
    text-decoration: none;
}
table.fListing td .filter {
    border: 1px solid #ccc;
    padding: 2px .25em;
    min-width: 50px;
    max-width: 100%;
    width: 100%;
}
table.fListing td .ui-multiselect {
    max-width: 100%;
    width: 100%;
}
table.fListing td .ui-button.go {
    padding: 3px 5px;
}
table.ui-striped tbody tr:nth-child(even) {
    background-color: #eee;
}
@media screen {
    table.ui-striped tbody tr:hover td {
        background-color: #b8e0f2;
    }
}

table.ui-bordered tr th,
table.ui-bordered tr td {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
table.ui-bordered tr th:first-of-type,
table.ui-bordered tr td:first-of-type {
    border-left: 1px solid #ccc;
}
table.ui-bordered tbody tr:last-of-type td {
    border-bottom: 1px solid #ccc;
}
table.ui-bordered thead tr:first-of-type th,
table.ui-bordered tbody tr:first-of-type td {
    border-top: 1px solid #ccc;
}

/* Standard Forms */
.fForm div.form-item {
    padding: 4px 6px;
}
.form-item .ui-progressbar {
    max-width: 600px;
}
.fForm .form-item input[type="email"],
.fForm .form-item input[type="url"],
.fForm .form-item input[type="text"],
.fForm .form-item input[type="password"],
.fForm .form-item input[type="number"],
.fForm .form-item input[type="date"],
.fForm .form-item input[type="datetime"],
.fForm .form-item input[type="time"],
.fForm .form-item select,
.fForm .form-item textarea {
    border: 1px solid #ccc;
    font-family: "Arial", Helvetica, sans-serif;
    font-size: 12px;
    min-width: 80px;
    max-width: 600px;
    padding: .5em;
    width: 100%;
}
.fForm .form-item input.small,
.fForm .form-item select.small {
    max-width: 300px;
}
.fForm .form-item input:focus,
.fForm .form-item select:focus,
.fForm .form-item textarea:focus {
    box-shadow: 0 0 4px #224091, inset 0 0 4px #ccc;
}
.fForm .form-item label {
    font-weight: bold;
    display: block;
    padding: .5em 0;
    max-width: 600px;
}
.fForm .form-item.wysiwyg label {
    float: none;
}
.fForm .buttons a {
    display: inline-block;
    padding: .7em 1.2em;
}
.fForm .buttons {
    margin-bottom: 1em;
    padding: .5em;
    padding-top: 0;
}
.fForm .buttons > .ui-button:first-of-type {
    padding-right: 1em;
    padding-left: 1em;
}
.fForm .form-item input[type="radio"],
.fForm .form-item input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
    vertical-align: top;
    width: auto;
}
.fForm fieldset {
    border: 1px solid #ccc;
    margin: .5em 0;
}
.fForm fieldset legend {
    color: #666;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: .5em;
    padding: .25em .5em;
}
.fForm .form-item .label {
    line-height: 15px;
    display: inline-block;
    padding: .25em 0;
    font-weight: bold;
}
.fForm .form-item .aftertext {
    margin-left: 5px;
}
.fForm .form-item .hint,
.fForm .form-item .error {
    font-style: italic;
    display: block;
    margin-top: .5em;
    max-width: 600px;
}
.fForm .form-item .hint {
    color: #666666;
}
.fForm .form-item .error {
    color: #CC0000;
}

/* Filter Forms */
.filter-form {
    background-color: #F8F8F8;
    border: 1px solid #ccc;
    margin-bottom: 1em;
    overflow: hidden;
    padding: .5em 0;
}
.filter-form .form-item,
.filter-form .row {
    padding: 4px 15px;
}
.filter-form .row label,
.filter-form .form-item label {
    display: block;
    font-weight: bold;
    margin-bottom: 4px;
    max-width: 100%;
    width: 100%;
}
.filter-form .row .filter,
.filter-form .form-item input,
.filter-form .form-item select,
.filter-form .form-item textarea,
.filter-form .f-button,
.ui-toolbar .filter {
    border: 1px solid #ccc;
    display: block;
    max-width: 100%;
    padding: .25em;
    width: 100%;
}
.filter-form .row .ui-multiselect,
.filter-form .form-item .ui-multiselect,
.ui-toolbar .ui-multiselect {
    width: 100%;
    max-width: 600px;
}
@media screen and (min-width: 480px) and (max-width: 990px) {
    .filter-form .form-item {
        float: left;
        width: 50%;
    }
    .filter-form .form-item:nth-child(2n+1) {
        clear: left;
        margin-left: 0;
    }
}
@media screen and (min-width: 990px) {
    .filter-form .form-item {
        float: left;
        width: 25%;
    }
    .filter-form .form-item:nth-child(4n+1) {
        clear: left;
        margin-left: 0;
    }
}

/* UI Tables */
th {
    text-align: left;
}
.fht-table {
    background-color: #fff;
    margin-left: -1px;
}
.f-table {
    margin: 0 0;
    min-width: 100%;
}
.f-table th,
.f-table td.th {
    background-color: #ddd;
    padding: 5px 3px;
}
.f-table th.f-cell-actions {
    width: 30px;
}
.f-table td {
    padding: 3px;
}
.f-table th.form-item,
.f-table td.form-item {
    padding: 0px;
}
.f-table .form-item input,
.f-table .form-item select,
.f-table .form-item textarea {
    border: 1px solid #ccc;
    border-radius: 0px;
    max-width: 100%;
    padding: 3px;
    width: 100%;
}
.f-table td .title {
  font-weight: bold;
}
.f-table-striped tbody tr:nth-child(even) td {
    background-color: #ddd;
}
.f-table-border-all,
.f-table-border-outer {
    border: 1px solid #ccc;
}
.f-table-border-all th,
.f-table-border-all td,
.f-table-border-inner th,
.f-table-border-inner td {
    border: 1px solid #ccc;
}

.f-table tr.overline td {
    border-top: 2px solid #aaa;
}
.f-table tr.underline td {
    border-bottom: 2px solid #aaa;
}

@media screen {
    .f-table-striped tbody tr:hover td {
        background-color: #b8e0f2;
    }
}

/* Fphp UI Elements */
.f-button {
    background-color: #ddd;
    border: none;
    color: #666;
    cursor: pointer;
    display: inline-block;
    padding: .7em 1.2em;
    text-align: center;
}
.f-button:hover {
    background-color: #666;
    color: #fff;
    text-transform: none;
}
.f-button.f-button-block {
    display: block;
    width: 100%;
}
.f-buttonset > .f-button {
    margin-left: -4px;
}
.f-buttonset > .f-button:first-of-type {
    border-left: none;
    margin-left: 0px;
}

/* Object states */
.f-state-inactive {
    opacity: .5;
}
.f-state-highlight {
    background-color: #333;
    color: #fff !important;
}
.xls-button-fixed{
    margin-top: 23px;
    width: 120px;
}

/* Global Loader */
@-webkit-keyframes loader-shuttle {
    from {left: 0%;}
    to {left: 100%;}
}
@keyframes loader-shuttle {
    from {left: 0%;}
    to {left: 100%;}
}
#f-loader {
    background-color: #000;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 101;
}
#f-loader .f-loader-track {
    position: relative;
    height: 2px;
    width: 100%;
}
#f-loader .f-loader-shuttle {
    animation: loader-shuttle 2s infinite;
    -webkit-animation: loader-shuttle 2s infinite;
    background-color: #5C9CCC;
    box-shadow: 0 0 5px #5C9CCC;
    height: 2px;
    width: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
}
body.fphp-loading #f-loader {
    display: block;
}
