/*
 * Propshaft automatically includes all CSS/SCSS files in app/assets/stylesheets/
 * This file is the main stylesheet for the application.
 */
/* Import all other stylesheets */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Change font size for JQuery Widgets. */
/* .ui-widget {                         */
/*   font-size: 1.0em !important;       */
/* }                                    */
/*}                                     */
/*********************************************
 Success, notice and error boxes
 *********************************************/
.error, .notice, .success, .message {
  padding: 5px;
  margin-top: 10px;
  border: 2px solid #DDDDDD;
  text-align: center;
}

.error {
  background: #FBE3E4;
  color: #8A1F11;
  border-color: #FBC2C4;
}

.notice {
  background: #FFF6BF;
  color: #514721;
  border-color: #FFD324;
}

.message {
  background: #FFFFFF;
  color: #435e69;
  border: none;
  font-style: italic;
}

.success {
  background: #E6EFC2;
  color: #264409;
  border-color: #C6D880;
}

.error a {
  color: #8A1F11;
}

.notice a {
  color: #514721;
}

.success a {
  color: #264409;
}

div .errorExplanation {
  border: 1px solid #FBC2C4;
  padding: 20px;
  background: #FBE3E4;
  color: #8A1F11;
  margin-bottom: 20px;
}

div .errorExplanation h2 {
  color: #8A1F11;
  margin-top: 0px;
}

div .errorExplanation p {
  margin-left: 30px;
}

div .errorExplanation ul {
  margin-left: 30px;
}

div .fieldWithErrors {
  color: #CC3300;
}

div .fieldWithErrors input, div .fieldWithErrors select {
  border: 2px solid #CC3300;
}

label {
  display: inline-block;
  width: 160px;
  text-align: right;
  text-transform: capitalize;
}

div.field {
  width: 100%;
  margin-bottom: 15px;
}

/*********************************************
 Base Elements
 *********************************************/
body, pre {
  margin: 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #222222;
  line-height: 22px;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  color: #111111;
}

h3 {
  font-size: 16px;
}

a {
  color: #777777;
  text-decoration: none;
}

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

a:focus, a:hover {
  color: #000000;
}

a:focus, a:hover {
  color: #000000;
}

img {
  border: 0;
}

table {
  width: 100%;
}

table caption {
  background-color: #054f66;
  font-weight: bold;
  padding: 2px 10px;
  color: #FFF;
  margin-top: 10px;
}

table thead {
  background-color: #909090;
  font-weight: bold;
  padding: 4px;
}

tr.odd {
  background-color: white; /* #f0f0f0*/
}

tr.even {
  background-color: white;
}

tr.total td, tr.total th {
  border-top: solid 1px #a1a1a1;
  border-bottom: solid 1px #a1a1a1;
}

tr.category {
  border-top: solid 1px #888;
  border-bottom: solid 1px #BBB;
}

.paginate_left {
  padding-top: 14px;
  text-align: left;
}

th {
  text-align: left;
}

ul {
  list-style: disc inside;
}

ul, ol {
  list-style-position: outside;
  margin: 0px;
  padding-left: 30px;
}

li {
  margin: 0;
  padding: 0;
}

form {
  /* margin-top: 25px; */
}

input, select, a.button-select {
  border: 1px solid #a1a1a1;
  background-color: #f0f0f0;
  padding: 5px 5px;
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
}

a.button {
  border: 1px solid #a1a1a1;
  background-color: #f0f0f0;
  margin-left: 7px;
  padding: 3px 8px;
  color: #666666;
  white-space: nowrap;
  border-radius: 3px;
}

a.button-active {
  color: rgb(225, 228, 230);
  background-color: rgb(5, 79, 102);
  border: 1px solid rgb(5, 79, 102);
}

a.button-select {
  margin-left: 7px;
  padding: 3px 5px;
  color: rgb(225, 228, 230);
  background-color: rgb(5, 79, 102);
  white-space: nowrap;
  border-radius: 3px;
}

a.button:hover, a.button-select:hover, input[type=submit]:hover {
  text-decoration: none;
  background-color: #f9f9f9;
}

a.button-active:hover {
  color: rgb(225, 228, 230);
  background-color: rgb(105, 179, 202);
  border: 1px solid rgb(105, 179, 202);
}

input[type=text], input[type=password] {
  width: 190px;
}

input[type=radio] {
  border: 0;
  background-color: #FFFFFF;
}

div.icon {
  float: left;
  background-color: white;
  margin-right: 12px;
  border: 0px solid red;
  width: 34px;
  height: 34px;
}

.testicon {
  display: inline-flex;
  margin-right: 18px;
  padding: 5px;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}

.actions {
  border: none;
  background: white;
  width: 32px;
  height: 32px;
}

.actions:hover {
  width: 34px;
  height: 34px;
}

.actions_select {
  border: none;
  background: red;
  padding: 0px;
  margin: 0px;
}

.actions_small {
  border: none;
  background: white;
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  display: inline;
}

.actions_small:hover {
  width: 16px;
  height: 16px;
}

div.label {
  float: left;
  width: 100px;
  padding-right: 10px;
  line-height: 32px;
}

div.select {
  float: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 5px 0;
  padding: 0;
}

/*********************************************
 Elements
 *********************************************/
#wrapper {
  width: 95%;
  margin: 0 auto;
}

#header {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  width: 100%;
  gap: 10px;
}

#header #logo {
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  grid-column: 1;
  grid-row: 2;
}

#header #current_user {
  font-size: 11px;
  margin-right: 15px;
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 10px;
}

#nav {
  background-color: #F5F5F5;
  height: 35px;
  margin-top: 25px;
  border-bottom: 1px solid #e0e0e0;
  clear: both;
  width: 100%;
}

#nav ul {
  margin: 0;
  padding: 0;
}

#nav ul li {
  display: inline-block;
  float: left;
  height: 35px;
}

#nav ul li a {
  letter-spacing: 0.1px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #1d2f43;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  padding: 0px 15px;
}

#nav ul li a:hover, #nav ul li a.current {
  background-color: #E1E4E6;
}

.first {
  border-radius: 7px 0px 0px 7px;
  -moz-border-radius: 7px 0px 0px 7px;
  -webkit-border-radius: 7px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

.sub-nav {
  /* background: url("/images/client/header-bg.gif"); */
  /* background-position: bottom; */
  /* background-repeat: no-repeat; */
}

.sub-nav ul {
  background-repeat: no-repeat;
  background-position: bottom;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-left: 1px;
}

.sub-nav ul li {
  padding: 0;
  margin: 0;
}

.sub-nav ul li a {
  /* background: url("/images/client/left_both.gif") no-repeat scroll left top transparent; */
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 0px 0 0px 12px;
  text-decoration: none;
  color: #FFFFFF;
  line-height: normal;
}

.sub-nav ul li a:hover {
  background-position: 0 -100px;
}

.sub-nav ul li a span {
  /* background: url("/images/client/right_both.gif") no-repeat scroll right top transparent; */
  color: #FFFFFF;
  display: block;
  float: left;
  font-weight: 700;
  padding: 8px 12px 8px 0;
  text-shadow: 1px 1px 1px #888888;
}

.sub-nav ul li a:hover span {
  background-position: 100% -100px;
}

.sub-nav ul li a.current {
  /* background-image: url("/images/client/left_on.gif") */
  border-width: 0;
}

.sub-nav ul li a:hover.current {
  background-position: 0 0;
}

.sub-nav ul li a.current span {
  /* background-image: url("/images/client/right_on.gif") */
  color: #333333;
  padding-bottom: 8px;
  text-shadow: none;
}

.sub-nav ul li a:hover.current span {
  background-position: 0 0;
}

div .notice a {
  text-decoration: underline;
}

#contentWrapper #left, #contentWrapper #right {
  float: left;
}

#contentWrapper {
  clear: both;
  width: 100%;
}

#contentWrapper #left {
  width: 790px;
}

#contentWrapper #right {
  width: 200px;
  margin-left: 10px;
}

.content h1 {
  border-bottom: 1px dotted #a1a1a1;
  color: #006150;
  font-size: 16px;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.text-block {
  border: 1px dotted #a1a1a1;
  border-top: 1px dotted #a1a1a1;
  padding: 10px;
  padding-bottom: 20px;
  font-size: 12px;
}

.text-block h2 {
  border-bottom: 1px solid #a1a1a1;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  padding-top: 10px;
  padding-left: 15px;
  font-weight: bold;
}

.text-block h3 {
  color: #006150;
  padding: 0 0 0 15px;
}

.text-block h4 {
  padding: 0 0 0 15px;
}

.text-block fieldset {
  margin-bottom: 20px;
  border: 1px dotted #a1a1a1;
}

.content fieldset {
  margin-bottom: 10px;
  border: 1px dotted #a1a1a1;
}

.content legend {
  font-size: 14px;
  padding: 5px;
  color: #006150;
  font-weight: bold;
}

.text-block legend {
  font-size: 14px;
  padding: 5px;
  color: #006150;
  font-weight: bold;
}

.text-block td.label {
  width: 35%;
}

.text-block .flag {
  margin-right: 50px;
}

table.data-table {
  margin-top: 15px;
}

.data-table th {
  padding: 5px;
  color: #006150;
  font-size: 12px;
}

.finance-table th.right, .finance-table td.right {
  text-align: right;
}

td.static-edge-right, th.static-edge-right {
  border-right: 1px solid #a1a1a1;
}

thead th, caption {
  background-color: #f5f5f5;
  border-bottom: 1px solid #a1a1a1;
  border-top: 1px solid #a1a1a1;
}

.data-table td {
  padding: 5px;
  font-size: 12px;
}

.data-table tr.odd {
  background-color: #ffffff;
}

.data-table tr.even {
  background-color: #e9e9e9;
}

.data-table a {
  color: #006150;
  font-size: 12px;
}

.crm-table td {
  font-size: 10px;
  font-family: "Verdana";
}

div .small-block {
  width: 380px;
  height: 226px;
  /* background-image: url("/images/client/small-frame.png"); */
  background-repeat: no-repeat;
  background-size: 380px;
  display: inline-block;
  margin-left: 32px;
  margin-top: 20px;
}

div.small-block div.title {
  padding-top: 8px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ffffff;
}

div.small-block table {
  margin-top: 8px;
}

div.graphs table {
  width: auto !important;
}

div.small-block table td, div.small-block table th {
  padding: 3px;
  border-bottom: 1px dotted #a1a1a1;
}

div.small-block table th {
  padding-left: 20px;
}

div.ok {
  /* background-image: url("/images/client/smallTick.png") */
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  position: absolute;
}

div.not-ok {
  /* background-image: url("/images/client/smallOff.png") */
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  position: absolute;
}

div .notice a {
  text-decoration: underline;
}

#footer {
  margin-top: 25px;
  border-top: 1px solid #a1a1a1;
  font-size: 11px;
  color: #777777;
  padding: 5px;
}

div.breadcrumbs {
  color: #666666;
  padding: 0px 15px;
  text-align: right;
  margin-top: -10px;
}

div.breadcrumbs a {
  color: #666666;
  text-decoration: underline;
}

/*********************************************
 Misc. Classes
 *********************************************/
.nowrap {
  white-space: nowrap;
}

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

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

.aligncenter {
  text-align: center;
}

.small {
  font-size: 0.8em;
  line-height: 1.875;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearix {
  *zoom: 1;
}

.bold {
  font-weight: bold;
}

.red {
  color: #E70000;
}

.green {
  color: green;
}

.blue {
  color: #123eab;
}

.black {
  color: black;
}

.pagination {
  float: right;
  margin-right: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

/*-------------------------------------------------------------------------------------*/
/* list_type_menu inspired by http://ago.tanfa.co.uk/css/examples/menu/tutorial-v.html */
#list_type_menu {
  width: 150px;
  background: #eee;
}

#list_type_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#list_type_menu ul li {
  height: 100%;
}

#list_type_menu ul li:hover {
  height: 100%;
  background: #ddd;
}

#list_type_menu li {
  position: relative;
}

#list_type_menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: #eee;
}

/* first level and one deeper than first level */
#list_type_menu li.list_item, #list_type_menu li.list_item > ul, #list_type_menu li.list_item > ul > li.list_item {
  display: none;
}

#list_type_menu ul > li:hover > ul, #list_type_menu ul > li:hover > ul > li.list_item {
  display: block;
}

/*-------------------------------------------------------------------------------------*/
.hidden {
  display: none;
}

/* Functionaltu Nav */
#functionality_nav {
  clear: both;
  width: 100%;
}

#functionality_nav ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 15px;
  color: White;
  border-bottom: 1px solid #a1a1a1;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  padding-left: 5px;
  padding-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
}

#functionality_nav ul li {
  display: inline;
}

#functionality_nav ul li a {
  padding: 1px 15px;
  background-color: #E1E4E6;
  color: White;
  text-decoration: none;
  float: left;
  font-size: 12px;
  margin-right: 3px;
  color: #006150;
}

#functionality_nav ul li a.current {
  background-color: #006150;
  color: #E1E4E6;
}

#functionality_nav ul li a:hover {
  background-color: #006150;
  color: #E1E4E6;
}

#claim_search_left {
  width: 47%;
  float: left;
  margin-left: 10px;
}

#claim_search_left input.text_field {
  width: 190px;
}

#claim_search_left select {
  width: 140px;
  margin-left: 10px;
}

h2.trigger.trigger-hover {
  color: #1D2F88;
  cursor: pointer;
}

a.show, a.hide {
  font-size: 12px;
  font-weight: normal;
}

td.align-right, th.align-right {
  text-align: right;
}

td.align-middle, th.align-middle {
  text-align: center;
}

tr.total_row {
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
}

td.total_column {
  border-top: 1px solid black;
  border-bottom: 2px solid black;
}

tr.main_heading td.main_heading {
  color: #222222;
  background: #F8F8F8;
  padding-left: 5px;
}

tr.heading td.heading {
  color: #888888;
  background: #F8F8F8;
}

td.account_code {
  color: #CCC;
  padding-left: 5px;
}

#contentWrapper1200 {
  width: 1200px;
}

#contentWrapperPrintA4 {
  width: 1122px; /* 297mm = 11.69in * 96dpi = 1122px */
}

.black-text, a.black-text {
  color: #222222;
}

#ui-datepicker-div {
  display: none;
}

td.label_style {
  text-align: right;
  padding-right: 7px;
  font-weight: bold;
}

textarea.large-textarea {
  width: 600px;
  height: 200px;
}

#contract-quick-search-form {
  margin-bottom: -25px;
  text-align: right;
}

.best_in_place {
  background-color: #f0f0f0;
  padding: 2px;
  border: 1px solid #e0e0e0;
}

.action-icon {
  border: 1px solid #a1a1a1;
  background-color: #f0f0f0;
  border-radius: 2px;
}

a.ui-icon {
  display: inline-block;
}

.float-right {
  float: right;
}

/* Tab Navigation Styling */
.tab-navigation {
  background-color: #F5F5F5;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 10px;
  clear: both;
}

.tab-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.tab-navigation li {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.tab-navigation li a {
  display: inline-block;
  padding: 8px 15px;
  margin-right: 3px;
  background-color: #E1E4E6;
  color: #1d2f43;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 2px solid #E1E4E6;
  transition: background-color 0.2s;
}

.tab-navigation li a:hover {
  background-color: #D5DADD;
}

.tab-navigation li.selected a {
  background-color: #006150;
  color: #E1E4E6;
  border-bottom: 2px solid #006150;
  font-weight: bold;
}

div.jsumm {
  margin-right: 24px;
  display: inline-block;
}

.equator {
  background-color: white;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  min-height: 32px;
  padding: 8px;
}

.south {
  background-color: white;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
  height: auto;
  padding: 8px;
}

.filters {
  width: auto;
  border-collapse: collapse;
  margin: 10px 0;
}

.filters td {
  padding: 0 15px 0 0;
  white-space: nowrap;
  vertical-align: center;
}

/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
.ui-accordion .ui-accordion-header {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0; /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*
body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a {
  color: #000;
  &:visited {
    color: #666;
  }
  &:hover {
    color: #fff;
    background-color: #000;
  }
}

div {
  &.field, &.actions {
    margin-bottom: 10px;
  }
}

#notice {
  color: green;
}

*/
.field_with_errors {
  color: red;
  display: inline-block;
}

/*
#error_explanation {
  width: 450px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 0;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    margin-bottom: 0px;
    background-color: #c00;
    color: #fff;
  }
  ul li {
    font-size: 12px;
    list-style: square;
  }
}
*/
#error_explanation {
  width: 1134px;
  margin: 0 auto;
  border: 1px solid #f0f0f0;
  padding: 7px;
  padding-bottom: 0px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}
#error_explanation h2 {
  text-align: left;
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  font-size: 13px;
  margin: -7px;
  margin-bottom: 0px;
  background-color: #c00;
  color: white;
}
#error_explanation ul li {
  text-align: left;
  font-size: 12px;
  list-style: circle;
  line-height: 2em;
}

/*# sourceMappingURL=/assets/application-ad5b1c82.css.map */
