

/* 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;
  vertical-align: center;
  margin-right: 5px;
}

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

/*********************************************
 Base Elements
 *********************************************/

body {
  margin: 0px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 100%;
  color: #222222;
  line-height: 22px;
  font-size: 12px;
}

pre {
  margin: 0px;
  font-family: monospace;
  font-size: 100%;
  color: #222222;
  line-height: 18px;
  font-size: 12px;
  white-space: pre
}

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

h3 {
  font-size: 16px;
}

a {
  color: #CC3300; /* #777777; */
  text-decoration: none;
  white-space: nowrap;
}

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*/;
  :hover {
    background-color: #eee;  
  };
}

tr.even {
  background-color: white;
}

tr:hover {
  background-color: #eee;
}

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, td {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
}

ul {
  list-style: disc inside/* url(/images/client/list.png) */;
}

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

li {
  margin: 0;
  padding: 0;
}

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

input, select, /* a.button, */ 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: 5px;
  margin-right: 5px;
  padding: 3px 8px;
  color: #666666;
  white-space: nowrap;
  border-radius: 3px;
  text-transform: capitalize;
}

a.button-filter {
  border: 1px solid #a1a1a1;
  background-color: #f0f0f0;
  margin-left: 2px;
  margin-right: 2px;
  padding: 3px 8px;
  color: #CC3300;
  white-space: nowrap;
  border-radius: 3px;
  text-transform: capitalize;
}

a.button-right {
  float: right;
  border: 1px solid #a1a1a1;
  background-color: #f0f0f0;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0px 8px;
  color: #CC3300;
  white-space: nowrap;
  border-radius: 3px;
  text-transform: capitalize;
}


a.button-pager {
  border: 1px solid #a1a1a1;
  background-color: #f0f0f0;
  margin-right: 1px;
  padding: 3px 8px;
  color: #CC3300; /* #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, a.button-select, input[type="submit"] {
  text-decoration: none;
  text-transform: capitalize;
}

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

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;
}

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

/*********************************************
 Elements
 *********************************************/

#wrapper {
  width: 1200px;
  margin: 0 auto;
}

#header {
}

#header #logo {
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: -10px;
}

#header #logo img {
}

#header #current_user {
  font-size: 11px;
  position: relative;
  float: right;
  margin-right: 15px;
}

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

#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 #left {
  width: 790px;
}
#contentWrapper #right {
  width: 200px;
  margin-left: 10px;
}

.content {
}

.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;
}


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;
}

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

.data-table th {
}

.data-table td {
}

.data-table a {
}

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

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

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

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

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

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

.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 ul {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 15px;
  color: White;
  border-bottom: 1px solid #a1a1a1;
  float: left;
  width: 100%;
  font-family: arial, helvetica, sans-serif;
  padding-left: 5px;
  padding-bottom: 2px;
}

#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;
}

textarea.medium-textarea {
  width: 600px;
  height: 100px;
}

textarea.small-textarea {
  width: 600px;
  height: 50px;
}

#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;
}

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