/* CSS Reset */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
    border: 0
}

legend, td, th {
    padding: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=checkbox]:disabled {
    filter: contrast(0.85);
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

/* End CSS Reset */
html {
    min-width: 1024px;
    min-height: 100%;
}

a,
A:link,
A:visited {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

A.u:link {
    text-decoration: underline;
}

A.u:visited {
    text-decoration: underline;
}

A.u:active {
    text-decoration: underline;
}

A.u:hover {
    text-decoration: underline;
}

form {
    margin: 0px;
}

html {
    padding: 0;
    margin: 0;
    width: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-decoration: none;
    background-color: #fafafa;
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding: 0 25px 25px;
    box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
    body {
        display: table;
    }
}

h1 {
    font-size: 150%;
    font-weight: bold;
}

h2 {
    font-size: 32px;
    font-weight: 500;
}

h3 {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
}

h3:not(.popover-title) {
    border-bottom: 1px solid #bbb;
    padding-bottom: 1px;
}

h3 + div {
    width: 100% !important;
}

/* title container */

.title {
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
}

.title .title-addon {
    float: right;
    width: auto !important;
}

.title h3 ~ .title-addon {
    margin-top: -56px;
    font-size: 25px;
    font-weight: 500;
}

.title h3 ~ .title-addon .currency {
    font-size: 60%;
}

.label {
    font-style: normal;
}

table {
    font-size: 14px;
}

.required {
    color: #333;
}

/* helper classes */

.clearfix:before,
.clearfix:after,
div.header:before,
div.header:after {
    content: ' ';
    display: table;
}

.clearfix:after,
div.header:after {
    clear: both;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* Header */

div.header {
    background: #fff;
    border-bottom: 3px solid #0077bf;
    margin: 0 -25px 25px -25px;
    padding: 0;
    box-sizing: border-box;
}

div.header .site {
    float: left;
}

div.header .site .logo a {
    color: #333;
    padding-left: 25px;
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 16px;
    display: inline;
    margin: 0;
}

div.header .site .logo a:hover,
div.header .site .logo a:focus {
    text-decoration: none;
}

.header .tools {
    float: right;
    margin-bottom: 0;
    list-style: none;
    margin-top: 0;
}

.header .tools > li {
    float: left;
    height: 80px;
    padding: 0;
    border-left: 1px solid #eee;
    position: relative;
}

.header .tools > li:first-child {
    border-left: 0;
}

.header .tools > li.help {
    text-align: center;
}

.header .tools > li.help a {
    padding-top: 16px;
    padding-bottom: 0;
}

.header .tools > li.help i {
    font-size: 24px;
    margin-bottom: 9px;
}

.header .tools > li.help span {
    display: block;
}

.header .tools > li > a {
    display: block;
    height: 80px;
    padding: 23px 25px;
}

.header .tools > li > a:focus {
    text-decoration: none;
}

.header .tools > li > a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1);
}

.choice-label {
    font-size: 12px;
    display: block;
    margin: 0;
    color: #333;
    line-height: 1.42;
}

.choice-value {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    color: #0077bf;
    line-height: 1.42;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.header .tools .dropdown-menu {
    margin-top: -20px;
}

div.header .tools > li.choices .dropdown-menu {
    right: 0;
    left: inherit;
}

/* Dropdown menu */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

/* aside */

div.aside {
    float: left;
    width: 250px;
    position: relative;
    z-index: 3;
}

div.aside ul,
div.aside li {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.aside li a,
div.aside li a:hover,
div.aside li a:focus {
    line-height: 20px;
    padding: 10px 15px;
    text-decoration: none;
    box-sizing: border-box;
}

div.aside .main-menu > li > a {
    display: block;
    color: #fff;
    background: #0077bf;
    vertical-align: middle;
    border-bottom: solid 1px #c8ebfc;
}

div.aside .main-menu > li:last-child > a,
div.aside .main-menu > li.open > a {
    border-bottom: solid 1px #0077bf;
}

div.aside .main-menu > li > a:before {
    content: '+ ';
    font-size: 200%;
    font-weight: bold;
    line-height: 18px;
    vertical-align: middle;
    opacity: 0.4;
}

div.aside .main-menu > li.open > a:before {
    content: '\2212  ';
}

div.aside .main-menu > li > a:hover:before,
div.aside .main-menu > li > a:focus:before {
    opacity: 0.6;
}

div.aside .main-menu > li > a:hover,
div.aside .main-menu > li > a:focus {
    background: #0071b8;
}

div.aside .main-menu .sub-menu {
    overflow: hidden;
    display: none;
}

div.aside .main-menu .sub-menu.open {
    display: block;
}

div.aside .sub-menu > li > a {
    display: block;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

div.aside .main-menu > li:last-child li > a {
    border-bottom: solid 1px #ddd;
}

div.aside .sub-menu > li > a,
div.aside .sub-menu > li > a:hover,
div.aside .sub-menu > li > a:focus {
    color: #333;
}

div.aside .sub-menu > li > a:hover,
div.aside .sub-menu > li > a:focus {
    background: #f5f5f5;
}

div.aside .sub-menu > li.active > a,
div.aside .sub-menu > li.active > a:hover,
div.aside .sub-menu > li.active > a:focus,
div.aside .main-menu > li:last-child li.active > a {
    background: #c8ebfc;
    padding-top: 11px;
    margin-top: -1px;
    border-color: #c8ebfc;
}

div.aside .sub-menu > li:last-child > a {
    border-bottom: solid 1px transparent;
}

.readOnlyField {
    background-color: #EBEBE4 !important;
    color: #545454 !important;
}

/* content */

#content {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 275px;
    text-align: left;
    box-sizing: border-box;
}

#content h2:first-child,
#content .notContent:first-child + h2 {
    margin-top: 4px;
}

/* Filter */

#filter,
.notContent form {
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
}

.notContent form {
    margin-bottom: 20px;
}

#filter > .b:first-child {
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin-top: -2px;
}

#filter form table tr td:first-child,
.notContent form table tr td:first-child {
    text-align: right;
    font-weight: bold;
}

.notContent form .smallBreak {
    display: none;
}

/* Form */

div.form-group table.form-table tr td {
    padding: 3px 0;
    vertical-align: top;
    line-height: 28px;
}

div.form-group table.form-table tr td:first-child {
    padding-right: 20px;
    vertical-align: top;
    width: 33.333333%;
}

form table tr td {
    padding: 3px 0;
    vertical-align: top;
    line-height: 28px;
}

form table tr td:first-child {
    padding-right: 20px;
    vertical-align: top;
    width: 33.333333%;
}

form table tr:first-child td:first-child:not(:empty) {
    width: 33.33333%;
}

td.label, td.tdLabel {
    width: 33%;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    vertical-align: top;
}

form input[type="text"],
form select,
form textarea {
    display: inline-block;
    width: 50%;
    min-width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

form .small-input {
    width: 24% !important;
    min-width: 50px;
}

form textarea {
    height: auto;
}

form .button:first-child {
    margin-left: 0;
}

form td[colspan="2"] textarea {
    margin-left: 33.333333%;
}

.form-table td input[type="radio"],
.form-table td input[type="checkbox"] {
    margin-right: 6px;
}

.form-table td input[type="radio"] + label,
.form-table td input[type="checkbox"] + label {
    margin-right: 15px;
}

label.radio input[type="radio"],
label.radio input[type="checkbox"] {
    margin-right: 2px;
}

label.radio,
label.checkbox {
    margin-right: 0;
    margin-top: 1px;
    margin-bottom: 7px;
    display: block;
    cursor: pointer;
}

.form-table td {
    vertical-align: top;
}

form td .data-grid {
    margin-top: 0;
}

/* Button */

.button,
a.button {
    position: relative;
    border: 1px solid #8ebc22;
    margin-left: 5px;
    color: #fff;
    background: #91c023;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 20px;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}

td.label + td .button {
    margin-top: -2px;
}

.button:hover,
.button:focus,
.button:active,
a.button:hover,
a.button:focus,
a.button:active {
    color: #fff;
    border-color: #8ebc22;
    background: #98c925;
    text-decoration: none;
}

.data-table .button,
.data-grid .button {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.data-table .button:hover,
.data-table .button:focus,
.data-table .button:active,
.data-table .button.active,
.data-grid .button:hover,
.data-grid .button:focus,
.data-grid .button:active,
.data-grid .button.active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.button-primary,
.data-table .button-primary,
.data-grid .button-primary {
    color: #fff;
    background-color: #91c023;
    border-color: #8ebc22;
}

.button-primary:hover,
.button-primary:focus,
.button-primary:active,
.button-primary.active,
.data-table .button-primary:hover,
.data-table .button-primary:focus,
.data-table .button-primary:active,
.data-table .button-primary.active,
.data-grid .button-primary:hover,
.data-grid .button-primary:focus,
.data-grid .button-primary:active,
.data-grid .button-primary.active {
    color: #fff;
    border-color: #8ebc22;
    background: #98c925;
    text-decoration: none;
}

/* Navigation */

.pager-bottom .button,
.pager .button,
.navig .button {
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    font-weight: normal;
}

.navig .button.lightYellow {
    background-color: #fff;
}

.navig .button {
    background-color: #eee;
}

.pager-bottom .button:hover,
.pager .button:hover,
.navig .button:hover,
.pager-bottom .button:focus .navig .button:focus,
.pager .button:focus .navig .button:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pager-bottom .button.disabled,
.pager .button.disabled,
.navig .button.disabled {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

tbody > tr.pager-bottom,
tbody > tr.pager {
    background: transparent;
}

tr.pager-bottom > td.bottom > table > tbody > tr,
tr.pager > td.bottom > table > tbody > tr {
    background: transparent;
}

tr.pager-bottom > td.bottom > table > tbody > tr > td:last-child {
    border: 0;
}

.pager-bottom td,
.pager td,
.deftbl .pager-bottom td,
.deftbl .pager td {
    padding: 0;
}

.pager-bottom table td:last-child,
.pager table td:last-child {
    width: 100%;
}

.deftbl .pager-bottom .navig,
.deftbl .pager .navig {
    padding: 0 5px;
    line-height: 12px;
}

.deftbl .pager-bottom .navig > a,
.deftbl .pager .navig > a {
    margin: 0 -5px;
    display: inline-block;
}

.pager td,
.pager:hover td {
    background: transparent !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
}

.pager td:first-child {
    padding-left: 0;
}

.pager td .button:first-child {
    margin-left: 0;
}

.pager td:last-child {
    padding-right: 0;
}

/* Table */

table {
    width: 100%;
    padding: 0;
    vertical-align: top;
    border-spacing: 0;
    border-collapse: collapse;
}

TABLE th {
    vertical-align: top;
}

td.center,
.m-auto-text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

td.center img {
    display: inline;
}

TABLE .line td {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

TABLE .line td td {
    border: 0;
}

TABLE .line-top td {
    border-top: 1px solid #ddd;
}

TABLE .line-bottom td {
    border-bottom: 1px solid #ddd;
}

table.noBorder tr.line td {
    border-width: 0px;
    border: 0;
    border-bottom: 0px;
    border-top: 0px;
}

TABLE.data-grid tr {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

TABLE.data-grid tr.pager-bottom,
TABLE.data-grid tr.pager,
TABLE.data-grid tr.pager-bottom tr,
TABLE.data-grid tr.pager tr {
    border-bottom: 0;
    border-top: 0;
}

tr.data-grid-top {
    border-top: 1px solid #ddd;
}

tr.data-grid-bottom {
    border-bottom: 1px solid #ddd;
}

.data-grid td {
    border-bottom: 1px solid #ddd;
}

td.data-grid {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

td.data-grid-top {
    border-top: 1px solid #ddd;
}

tr.pager-bottom td.bottom {
    padding-top: 10px;
    padding-bottom: 3px;
    padding-left: 1px;
    padding-right: 1px;
    border: 0;
}

tr.pager-bottom td {
    border: 0;
    vertical-align: middle;
    background: transparent !important;
}

tr.pager td.bottom {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 3px;
    padding-bottom: 3px;
}

.data-grid td td {
    border: 0;
}

table.frameTable td.orange {
    color: orangered;
    font-weight: bold;
}

table.frameTable th {
    padding: 5px;
    font-weight: bold;
}

#tooltip {
    display: none;
    position: absolute;
    z-index: 501;
    border: 1px solid #E2D787;
    padding: 5px 8px 7px 8px;
    background: #FDFCF7;
    color: #7C6E0C;
    font-size: 12px;
}

.deftbl {
    padding-bottom: 20px;
}

.deftbl tr {
    padding: 0;
}

.data-table tbody tr td,
.form-group table.data-table tbody tr td,
.data-table td,
.data-table thead + tbody td {
    line-height: 19px;
    padding: 5px 8px;
    vertical-align: top;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: transparent;
}

.data-table tr {
    background: #fff;
}

.no-data-grid tr {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

table.no-data-grid .line td {
    border-bottom: 0;
    border-top: 0;
}

table.no-data-grid td.border-bottom {
    border-bottom: 1px solid #ddd;
}

table.no-data-grid td.border-top {
    border-top: 1px solid #ddd;
}

table.no-data-grid td.border-none {
    border-top: 0;
    border-bottom: 0;
}

.no-data-grid tr.pager-bottom,
.no-data-grid tr.pager {
    border-left: 0;
    border-right: 0;
}

.no-data-grid tr.pager-bottom,
.no-data-grid tr.pager {
    border-top: 1px solid #ddd
}

table.no-data-grid tbody tr td {
    border-left: 0;
    border-right: 0;
}

.no-data-grid .pager tr,
.no-data-grid .pager td {
    border: 0 !important;
}

.data-table tr:hover td,
.data-table tbody tr:hover td {
    background-color: #f5f5f5;
}

.data-table thead th,
.data-table thead td,
.data-table th,
.data-table td.headerLike,
.data-table td.headerLikeCenter,
.data-table tbody tr:hover td.headerLike,
.data-table tbody tr:hover td.headerLikeCenter {
    font-weight: bold;
    background-color: #eee !important;
    height: 20px;
    cursor: default;
    text-align: left;
    border: 1px solid #ddd !important;
    line-height: 19px;
    padding: 5px 8px;
}

.data-table thead,
.data-table > tbody:first-child {
    border-bottom: 2px solid #ddd;
}

td.headerLikeCenter {
    text-align: center;
}

table.valignTop td {
    vertical-align: top;
}

table.valignBottom td {
    vertical-align: bottom;
}

.valignTop {
    vertical-align: top;
}

th.alignRight {
    text-align: right;
}

td.alignRight,
.align-right {
    text-align: right;
    white-space: nowrap;
}

td.alignLeft {
    text-align: left;
}

.tbody {
    padding: 0;
    margin: 0;
}

#header {
    margin-bottom: 20px;
}

#header div.logoBox {
    height: 50px;
    width: 250px;
    position: relative;
    top: 0px;
    left: 0px;
}

#header div.logoText {
    font-family: Tahoma, Helvetica, sans-serif;
    padding: 10px 20px;
}

#header div.locationBarBox {
    background: #fecd33;
    width: 1000px;
    height: 35px;
    text-align: left;
}

#header div.locationBarText {
    padding: 10px 20px;
}

.smallBreak {
    height: 25px;
}

.mainInfoBox {
    position: absolute;
    left: 200px;
    top: 105px;
    border: 2px solid #97cd5e;
    width: 350px;
    height: 350px;
    text-align: left;
}

.mainInfotext {
    padding: 10px 20px;
    font-weight: bold;
}

.loginWindowBoxOld {
    position: absolute;
    left: 575px;
    top: 105px;
    border: 2px solid #97cd5e;
    width: 350px;
    height: 350px;
    text-align: left;
}

.loginPosition {
    position: relative;
    left: 300px;
    width: 450px;
    height: auto;
}

.loginWindowBox {
    border: 2px solid #97cd5e;
    text-align: left;
}

.loginWindowText {
    padding: 20px 70px;
    font-size: inherit;
    font-weight: bold;
}

.loginHeaderText {
    font-weight: bold;
    font-size: larger;
    background: #97cd5e;
    padding: 2px 20px;
}

.notificationWindowBox {
    position: absolute;
    left: 200px;
    top: 460px;
    border: none;
    width: auto;
    height: auto;
    text-align: left;
}

.notificationWindowText {
    padding: 10px 5px;
    font-weight: bold;
}

.orange {
    background: #fecd33;
    padding-left: 5px;
    padding-right: 3px;
}

.yellow {
    background: #ffff33;
    padding-left: 5px;
    padding-right: 3px;
}

.tableCaption {
    padding-left: 5px;
    padding-right: 3px;
    font-weight: bold;
}

.highlight {
    color: #E86850;
}

.b {
    font-weight: bold;
}

.error, .tableErrorMessage {
    font-weight: bold;
    color: red;
}

.tableErrorMessage {
    margin: 5px 0 15px 5px;
}

.ok {
    font-weight: bold;
    color: green;
}

.bi {
    font-weight: bold;
    font-style: italic;
    display: inline;
}

.left {
    float: left;
}

.right {
    float: right;
}

.u {
    text-decoration: underline;
}

.nowrap {
    white-space: nowrap;
}

.width480 {
    width: 480px;
}

.width300 {
    width: 300px !important;
}

label.label {
    font-weight: bold;
    font-style: normal;
    line-height: 29px;
}

table.filterTable {
    vertical-align: top;
    border-spacing: 1px;
    border-collapse: collapse;
}

table.filterTable th td,
.p-0,
form table tr td:first-child.p-0 {
    padding: 0;
}

table.filterTable td {
    vertical-align: top;
}

select.aidType,
select.AidGoal {
    height: 175px;
}

select.AidGoal {
    height: 100%;
    width: 225%;
    overflow-x: hidden;
    border: none;
}

select.yearSelect {
    height: 120px;
}

td.actions {
    width: 1px;
    white-space: nowrap;
    padding-top: 20px;
}

.actions .left.button {
    float: none;
}

td.actions .button:first-child {
    /*margin-left: -5px;	*/
}

td.actions .button.right:first-child {
    /*margin-left: 5px;	*/
}

.data-table .actions,
.data-grid .actions,
thead .actions {
    padding-top: 7px;
    width: 1%;
    white-space: nowrap;
    vertical-align: top;
}

.data-table .actions .button:first-child,
.data-grid .actions .button:first-child,
.filterTable .actions .button:first-child {
    margin-left: 0;
}

/* message container */

.message-container ul,
.message-container li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.message-container span {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
}

.message-container .errorMessage li {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.message-container .actionMessage li {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

/* dojo tabs */

.dojoTabContainer {
}

.dojoTabLabels-top {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.dojoTabLabels-top:before,
.dojoTabLabels-top:after {
    content: '';
    display: table;
}

.dojoTabLabels-top:after {
    clear: both;
}

.dojoTab {
    float: left;
}

.dojoTab.current {
    color: #0077bf;
}

.dojoTab > div > span {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding-top: 9px;
    padding-bottom: 9px;
    color: rgb(0, 110, 181);
    border: 1px solid #e5e5e5;
    border-bottom-color: transparent;
    cursor: pointer;
    font-weight: bold;
}

.dojoTab > div > span:hover,
.dojoTab > div > span:focus {
    border-color: #eee #eee #ddd;
    background-color: #eee;
}

.dojoTab.current > div > span {
    color: #555;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: #c8ebfc;
    background-color: #c8ebfc;
}

.dojoTabPaneWrapper {
    padding: 15px;
    border: 1px solid #ddd;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    margin-top: -1px;
}

.min-width {
    width: 1%;
}

.hide-element {
    display: none;
}

.max-width {
    width: 100% !important;
}

input.small-input {
    width: 110px !important;
    min-width: 110px !important;
}

table.tiny-table {
    min-width: 200px;
    width: 50%;
}

div.open-all-button {
    background: #0077bf;
    color: #fff;
    border-bottom: solid 1px #c8ebfc;
    line-height: 20px;
    padding: 10px 15px;
    text-decoration: none;
    box-sizing: border-box;
}

div.open-all-button a {
    color: #fff;
    line-height: 20px;
    padding: 10px 0px;
    text-decoration: none;
    box-sizing: border-box;
}

div.open-all-button a:before {
    content: '+ ';
    font-size: 200%;
    font-weight: bold;
    line-height: 18px;
    vertical-align: middle;
    opacity: 0.4;
}

div.open-all-button a.open:before {
    content: '\2212  ';
}

.env-info {
    display: inline;
    color: orangered;
    font-size: 18px;
    z-index: 999;
}

.logo {
    margin-top: 30px;
}

.menu-separator {
    margin: 10px 20px 0 20px;
    border-color: lightgray;
}

.menu-version {
    margin: 10px 20px 5px 0;
}

.error-page {
    color: red;
    text-align: center;
    padding: 20px;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: default;
}

.ui-tabs .ui-tabs-nav li.ui-tab.ui-tabs-active {
    background-color: #c8ebfc;
    border: 1px solid #ddd;
    font-weight: bold;
}

.ui-tabs .ui-tabs-nav li.ui-tab a.ui-tabs-anchor {
    font-weight: bold;
    color: #555;
}

.ui-tabs .ui-tabs-nav li.ui-tab a.ui-tabs-anchor:focus {
    outline: none;
}

.ui-tabs ul[role="tablist"] {
    height: 3em;
}

.reservation-relative-wrap {
    position: relative;
    flex-grow: 1;
}

.calendar-icon {
    position: absolute;
    right: 6px;
    top: 6px;
}

.calendar-icon-img {
    width: 15px;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.half-width {
    width: 50%;
}

.reservation-dash {
    margin: 0 15px;
    text-align: center;
}

.goal-select {
    height: 175px;
    overflow-x: scroll;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.y-scroll {
    overflow-y: scroll;
}

.aid-measure-goal-select {
    width: 75%;
    overflow-y: hidden;
}

.reservation-width {
    min-width: 100px !important;
    width: 100% !important;
}

.cell-centered,
form table tr td:first-child.cell-centered,
.data-table thead th.cell-centered {
    text-align: center;
    vertical-align: middle;
    width: auto;
}

form table tr:first-child td:first-child:not(:empty).cell-centered {
    width: auto;
}

.pl-30 {
    padding-left: 30px;
}

.p-5-0 {
    padding: 5px 0;
}

.h-48 {
    height: 48px;
}

form input[type="text"].tam-approved-input {
    min-width: 100px;
    max-width: 45%;
}

.p-level-1 {
    padding-left: 20px;
}

.p-level-2 {
    padding-left: 40px;
}

.p-level-3 {
    padding-left: 60px;
}

.p-level-4 {
    padding-left: 80px;
}

.w-250 {
    width: 250px;
}

.ui-autocomplete {
    max-height: 50%;
    width: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
}
