/* Automatically generated general css */

body {
  background: #FFFFFF;
}

a, a:visited, .eq_tab-holder a.show:hover {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #008ccc;
  text-decoration: none;
}

blockquote {
}

/*
  This is the invariant section of the stylesheet, used only by the main interface, and loaded from invariant_main.css
*/
html, body{
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}

input, textarea,select{
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 10pt;
}

input, textarea, select{
  /*border: 1px solid #ccc; no border nor background otherwise button won't follow windows style*/
  margin: 0;
  font-weight: normal;
}
textarea{
  padding: 0 2px;
}
textarea, select{
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; /* in case someone already using IE8 */
  background: #ffffff;
}
optgroup{
  font-style: normal;
}
.input_bd{
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box; /* in case someone already using IE8 */
  background: #ffffff;
}
input.radio{
  border: none;
  margin: 0;
  margin-bottom: -2px;
  padding: 0;
  display: inline;
}
label{
  cursor: pointer;
}

img{
  border: 0px;
}

td{
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6{
  padding: 0px;
  margin: 0px;
}

h1{
  font-size: 15px;
}

small{
  font-size: 8pt;
}

form{
  margin: 0px;
  padding: 0px;
}

.s-l{ /* means small label */
  padding: 0 1px;
  cursor: help;
  font-family: fantasy, monospace, Arial;
}
.help{
  cursor: help;
}

.s90{
  font-size: 90%;
}

.icon, .icon_click{
  margin-bottom: -2px;
}
.icon_click, .click{
  cursor: pointer;
}
.icon-more{
  margin-bottom: -4px;
}
.icon-help{
  margin-bottom: -6px;
}

.sh-icon{
  padding: 0px;
  cursor: pointer;
}
.clean-float{
  clear: both;
  height: 0px;
  font-size: 0px;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.break{
  font-size: 1px;
  height: 2px;
  width: 100%;
  margin: 10px 0;
}
.hidden{
  visibility: hidden;
  display: none;
}
.show, .cap-show{
  visibility: visible;
  display: inline;
}
.fullwidth{
  /* 100% is more than 100% because of the border or other strange things */
  width: 100%;
  _width: 99%; /* fix for IE6, there are more fixes in the html head section with IE condition */
}
.halfwidth{
  width: 50%;
}
.more-lh{ /* more-lineheight */
  line-height: 150%;
}
.td-vt{
  vertical-align: top;
}
.td-vm{
  vertical-align: middle;
}
.td-vb{
  vertical-align: bottom;
}
.a-r{ /* align-right and align-left and align-center */
  text-align: right;
}
.a-l{
  text-align: left;
}
.a-c{
  text-align: center;
}
.nowrap{
  white-space: nowrap;
}

.eq_rte_disabled{
  padding: 5px;
}

.eq_cover-div{
  position:absolute;
  top: 0;
  left: 0;
  z-index: 5;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  visibility: hidden;
  /* display: none; */
}
.eq_popup-div{
  position: absolute;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  z-index: 10;
  visibility: hidden;
  /* display: none; */
}

.eq_whole{
  width: 96%;
  min-width: 920px;
  margin: 5px auto;
  text-align: left;
}

.eq_whole_min_width{
  width: 920px;
  font-size: 0px;
  height: 0px;
}

.eq_leftside{
  width: 10%;
  min-width: 160px;
  padding-right: 10px;
}

.eq_leftside_min_width{
  width: 160px;
  font-size: 0px;
  height: 0px;
}

.eq_rightside{
  width: 90%;
  padding-bottom: 100px;
}

.eq_topbar, .eq_titlebar{
  height: 1%; /* need to set a height otherwise the gradient of IE won't show up */
  /* border-radius: 6px; */
  /* -moz-border-radius: 6px; */
  /* -webkit-border-radius: 6px; */
  border-style: solid;
}

.eq_topbar{
  margin-bottom: 0px;
  padding: 10px 10px 0px 5px;
  text-align: right;
  display: table;
  width: 100%;
}

.eq_titlebar{
  padding: 5px;
  margin-bottom: 10px;
}

.eq_titlebar .left{
  float: left;
  width: 20%;
}

.eq_titlebar .right{
  float: right;
  width: 80%;
  text-align: right;
}

.eq_menuset{
  margin-bottom: 10px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  padding: 0px;
  padding-top: 0px;
  _padding-bottom: 2px;
}
.eq_menuset .icon{
  margin-bottom: -8px;
}

.eq_menuset .cap{
  height: 1%;
  text-align: left;
  font-weight: bold;
  padding: 5px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

.eq_menuset a{
  display: block;
  height: 1%;
  padding: 4px 2px;
  background: #fff;
  text-decoration: none;
}

.eq_submenu{
}

.eq_submenu .not-menu{
  width: 99%;
}

.eq_submenu a, .eq_submenu .no-active{
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  padding: 5px;
  border: 1px solid #f2f2f2;
  white-space: nowrap;
  height: 1%;
  text-decoration: none;
}

.eq_content{
  clear: both;
}

.eq_subtitle, .eq_pagetitle{
  width: 100%;
}
.eq_subtitle td, .eq_pagetitle td{
  padding: 5px;
  font-weight: bold;
}
.eq_subtitle .left, .eq_pagetitle .left{
  width: 50%;
}
.eq_subtitle .right, .eq_pagetitle .right{
  width: 50%;
  text-align: right;
}

.eq_lnr{
  width: 100%;
}
.eq_lnr td{
  padding: 5px;
  font-weight: bold;
}
.eq_lnr .left{
  width: 50%;
}
.eq_lnr .right{
  width: 50%;
  text-align: right;
}

.eq_tabtitle, .eq_tabcap, .eq_tabpagett{
}
.eq_tabtitle table, .eq_tabcap table, .eq_tabpagett table{
  width: 100%;
}
.eq_tabtitle td, .eq_tabcap td, .eq_tabpagett td{
  padding: 3px 5px;
  font-weight: bold;
}
.eq_tabtitle .gap, .eq_tabcap .gap, .eq_tabpagett .gap{
  width: 1px;
  padding: 0;
  font-size: 6px;
}
.eq_tabtitle .left, .eq_tabcap .left, .eq_tabpagett .left{
  width: 1%;
  white-space: nowrap;
  /*background: #ffffff;*/
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
.eq_tabtitle .right, .eq_tabcap .right, .eq_tabpagett .right{
  width: 99%;
  text-align: right;
}
.eq_subtitle select, .eq_tabtitle select, .eq_lnr select, .eq_tabpagett select, .eq_pagetitle select{
  font-weight: normal;
}


.eq_of-bar{
  padding: 5px;
}

.eq_of-sum{
  width: 100%;
}
.eq_of-sum .left{
  width: 50%;
}
.eq_of-sum .right{
  width: 50%;
  text-align: right;
}
.eq_of-sum .summary{
  font-size: 90%;
}
.eq_of-sum .pages{
}
/*
.eq_of-sum .pages a{
  display: block;
  float: right;
  padding: 0 5px;
}
*/
.eq_of-sum .page, .eq_of-sum .page-now, .eq_of-sum .sum, .eq_of-sum .nav, .eq_of-sum .page-cut{
  display: block;
  float: right;
  padding: 0 3px;
  font-size: 90%;
}
.eq_of-sum .page-now{
  font-weight: bold;
}

.eq_rou, .eq_rou:hover, .eq_rou-hover, .eq_rou-selected, .eq_routop{
  height: 1%;
}

.eq_routop{
  white-space: nowrap;
}

.eq_routop a{
  white-space: nowrap;
  display: block;
  height: 1%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px 5px;
  text-align: left;
}

.eq_rou td, .eq_rou-hover td, .eq_rou-selected td{
  padding: 7px 5px;
  font-size: 90%;
}

/* CHECK */
/* This was removed - why? */
/* Without this, there are many misaligned hRowCaptions */
.eq_crc {
  padding-top             : 1px;
  width                   : 120px;
  font-weight             : bold;
  text-align              : left;
  padding-left            : 5px;
}

.eq_messages{
  font-weight: bold;
  margin-bottom: 4px;
}

div.eq_message{
  display: list-item;
  margin-left: 3ex;
  padding-left: 0;
}

/* CHECK */
/* Breaks the alignment in the ledger module due to *stupid* use of divs in parent/child classes */
/* Turns out that far more than the ledger module needs fixed */
.eq_edit{
  padding: 0px;
}
.eq_details{
  width: 100%;
}
.eq_details-hidden{
  display: none;
}
.eq_details td{
  padding: 3px 5px;
}

.eq_details-ref-left{
  padding:5px;
  width: 60%;
}
.eq_details-ref-right{
  padding: 5px;
  width: 40%;
}

.eq_notes-left{
  padding:5px;
  width:63%;
}
.eq_notes-right{
  padding:5px;
  width:37%;
}

.eq_tab-holder{
  height: 1%;
}
.eq_tab-holder .captions{
  width: 100%;
}
.eq_tab-holder .captions td{
  width: 1%;
  white-space: nowrap;
  padding: 0;
}
.eq_tab-holder .captions a, .eq_tab-holder .captions span, .eq_tab-holder .cap{
  padding: 3px 5px;
  display: block;
}
.eq_tab-holder .captions span{
  width: 100%;
  padding: 3px 0;
}
.eq_tab-holder .cap{
  width: 80px;
}
.eq_tab-holder .captions a{
  cursor: pointer;
}
.eq_tab-holder .captions a.cap-show, .eq_tab-holder .cap{
  font-weight: bold;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  padding-top: 2px;
  padding-bottom: 3px;
}
.eq_tab-holder .captions a.cap-hide{
  font-weight: normal;
  padding-bottom: 3px;
}
.eq_tab-holder .captions a.cap-hide span.arrow{
  display: none;
  padding-bottom: 3px;
}
.eq_tab-holder .captions a.cap-show span.arrow{
  display: inline;
  padding-bottom: 3px;
}

.eq_tab-holder .tab-hide, .eq_tab-holder .tab-show{
  clear: both;
  /* overflow: hidden; */
}
.eq_tab-holder .tab-hide{
  display: none;
}
.eq_tab-holder .tab-show{
  padding-top: 10px;
  display: block;
}


.eq_cap-left, .eq_cap-right, .eq_cap-middle{
  font-weight: bold;
  color: #5B5B5B;
}
.eq_cap-left{
  text-align: left;
}
.eq_cap-middle{
  text-align: center;
}
.eq_cap-right{
  text-align: right;
}

.eq_boxfixed{
  overflow: auto;
}

.eq_selector{
  width: 99%;
  font-size: 90%;
  margin: auto;
}
.eq_selector a, .eq_selector a.now{
  display: block;
  cursor: pointer;
  padding: 2px 5px;
}
.eq_selector a.now{
  font-weight: bold;
}
.eq_selector .caps td{
  font-weight: bold;
  padding: 2px 5px;
}
.eq_selector .gap{
  width: 3%;
}
.eq_selector .group{
  width: 28%;
}
.eq_selector .cats{
  width: 30%;
}
/*
.eq_selector .dirs{
  width: 5%;
  vertical-align: middle;
  text-align: center;
}
*/
.eq_selector .selected{
  width: 35%;
  font-weight: bold;
}
.eq_selector .dsc td{
  font-size: 90%;
  color: #83A2AF;
  padding: 2px 5px;
}


.eq_controltab{
  width: 100%;
}
.eq_controltab td{
  padding: 2px;
  vertical-align: top;
}

input.noborder{
  border: none;
}
.eq_pnl{
  overflow: hidden;
  margin: 3px;
  /*
  border: 0px groove #fff;
  border-top: 2px groove #666;
  */
  border-top: 1px solid #666666;
}

.eq_cntrls{
  padding: 2px;
}

.eq_debug{
  text-align: left;
  background: #ffffff;
  color: #000000;
  margin: 0 0 0 50px;
  padding: 5px;
  font-family: arial;
  font-size: 8pt;
}
.eq_debug p{
  margin-left: 50px;
  text-indent: -50px;
  margin: 0;
  padding: 0;
}
table.eq_debug{
  margin: 0;
}
.eq_debug td{
  font-family: arial;
  font-size: 8pt;
  padding: 0;
}


.eq_action-tb{
  width: 100%;
}
.eq_action-tb td{
  padding: 2px 5px;
  vertical-align: top;
}
.eq_action-tb .td-label{
  width: 15%;
  font-weight: bold;
}
.eq_action-tb .td-radio{
  width: 1%;
}
.eq_action-tb .td-field{
  width: 84%;
}

.eq_obj-sltor{
  width: 100%;
}
.eq_obj-sltor td{
  padding: 3px 5px;
  vertical-align: top;
}
.eq_obj-sltor .caps{
  font-weight: bold;
}

.eq_input_user{
  width: 170px;
}

.eq_print_only{
  visibility: hidden;
  display: none;
}

/* styles for the object selector */
.eq_obj-slct{
}
.eq_obj-slct .msg{
  text-align: center;
  padding-bottom: 5px;
  font-weight: bold;
}
.eq_obj-slct .container{
  /*width: 730px;*/
  width: 100%;
  margin: auto;
}
.eq_obj-slct .top-bar{
  text-align: right;
  padding: 5px;
}
.eq_obj-slct .search-box{
  text-align: center;
  padding: 5px;
}
.eq_obj-slct .eq_routop td{
  padding: 5px 2px;
}
.eq_obj-slct .eq_rou, .eq_obj-slct .eq_rou-hover{
  line-height: 16px;
  cursor: pointer;
}
/* use object finder css for selector rows
.heading{
  font-weight: bold;
}
.heading td{
  padding: 5px;
  background: #0a4e5B;
  color: white;
}
.selectable, .selectable-over{
  cursor: pointer;
}
.selectable-over{
  background: #ffecc6;
}
.no-select{
  cursor: default;
}
.selectable td, .selectable-over td, .no-select td{
  line-height: 16px;
  padding: 2px 5px;
}
*/

input:disabled {
 color: #545454;
}
textarea:disabled, input:not([type]):disabled, input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, select:disabled {
background-color: #ebebe4;
}



/*
  This is the variant section of the stylesheet used only by the main interface, and
  generated in write_css.php from site settings
*/

.eq_alert_messages {
  color: #ea2027;
}

.eq_whole {
  width: calc(100% - 40px);
}

html, body, input, textarea, select {
  font-family: Open Sans,Arial,Verdana,Helvetica,sans-serif;
  font-size: 14px;
}

.eq_subtitle td, .eq_pagetitle td, .eq_lnr td {
  padding: 2px 5px;
}

.eq_tabtitle td, .eq_tabcap td, .eq_tabpagett td {
  padding: 2px 5px;
}

.eq_rou td, .eq_rou-hover td, .eq_rou-selected td {
  padding: 12px 5px;
  border-bottom: 1px solid #e5e5e5;
}

.eq_details td {
  padding: 6px 5px;
}

.input_bd {
  padding: 2px 4px;
}

.filecover, #connections, #NEW_NOTE_CONTENT {
  padding: 5px;
}

.eq_topbar {
  text-align: right;
  padding: 20px;
  border: 1px solid #008ccc;
  background: #008ccc;
  color: #ffffff;
  ie-gradient: background;
}

#QUICKFIND_NAME {
  padding: 5px;
  margin-left: 5px;
  text-indent: 25px;
  background-image: url(/imgs/search.png);
  background-repeat: no-repeat;
  background-position: left 5px center;
}

#QUICKFIND_TYPE, #QUICKFIND_CATEGORY {
  padding: 3px;
  margin: 5px;
}

.eq_titlebar {
  color: #222222;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  ie-gradient: background;
}

.eq_titlebar a {
  color: #222222;
}

.eq_menuset {
  border: 1px solid #FFFFFF;
  _border-top: none;
  _border-bottom: none;
  background: #FFFFFF;
}

.eq_menuset .cap {
  ie-gradient: background;
  color: #008CCC;
  background: #FFFFFF;
}

.eq_menuset a {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  color: #505050;
  background: #FFFFFF;
}

.eq_menuset a.now, .eq_menuset a.now:hover, .eq_submenu a.now, .eq_submenu a.now:hover {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  ie-gradient: background;
  color: #008ccc;
  background: #e9f3f5;
}

.eq_menuset a:hover {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  ie-gradient: background;
  color: #008ccc;
  background: #f5f5f5;
}

.eq_menuset .icon {
  margin-bottom: 0px;
  padding: 5px 7px 5px 5px;
  width: 36px;
}

.eq_submenu a, .eq_submenu .no-active {
  color: #505050;
  border: 1px solid #cccccc;
  border-bottom: none;
  background: #ffffff;
  ie-gradient: background;
}

.eq_submenu a:hover {
  color: #008ccc;
  border: 1px solid #cccccc;
  border-bottom: none;
  background: #ffffff;
  ie-gradient: background;
}

.eq_submenu a.now, .eq_submenu a.now:hover {
  color: #008ccc;
  border: 1px solid #bbbbbb;
  border-bottom: none;
  background: #eaeaea;
  ie-gradient: background;
}

.eq_subtitle, .eq_pagetitle {
  color: #464646;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  ie-gradient: background;
}

.s-l {
  color: #464646;
  background: #e8e8e8;
  border: 1px solid #bbbbbb;
}

.eq_subtitle .left {
  font-size: 20px;
}

.eq_tabtitle .right, .eq_tabcap .right, .eq_tabpagett .right {
  border-bottom: 1px solid #cccccc;
}

.eq_tabtitle .right, .eq_tabpagett {
  background: #e8e8e8;
}

.eq_tabtitle .gap, .eq_tabcap .gap, .eq_tabpagett .gap {
  border-bottom: 1px solid #cccccc;
}

.eq_tabtitle .left, .eq_tabcap .left, .eq_tabpagett .left {
  border: 1px solid #cccccc;
  border-bottom: none;
  background: #ffffff;
}

.eq_tabtitle .left {
  font-size: 20px;
}

.break {
  background: #ffffff;
}

.eq_selector .caps {
  color: #464646;
  background: #ffffff;
  font-size: 20px;
}

.eq_selector .group, .eq_selector .cats, .eq_selector .selected {
  border: 1px solid #cccccc;
}

.eq_tabpagett .left, .eq_pagetitle .left {
  font-size: 25px;
  padding: 3px 10px;
}

.eq_of-bar {
  color: #222222;
  background: #e8e8e8;
  ie-gradient: background;
}

.eq_routop, .eq_routop a {
  color: #008CCC;
  background: #f0f0f0;
  ie-gradient: background;
}

.eq_routop td {
  background: #f0f0f0;
  ie-gradient: background;
  _height: 1%;
}

.eq_routop a:hover {
  color: #008CCC;
  background: #f0f0f0;
  ie-gradient: background;
}

.eq_routop a.selected {
  color: #008CCC;
  background: #f0f0f0;
  ie-gradient: background;
}

.eq_rou {
  color: #222222;
  background: #ffffff;
  ie-gradient: background;
}

.eq_rou-hover, .eq_rou:hover {
  color: #222222;
  background: #e9f3f5;
  ie-gradient: background;
}

.eq_rou-selected {
  color: #222222;
  background: #e9f3f5;
  ie-gradient: background;
}

.eq_selector a:hover {
  background: #e9f3f5;
}

.eq_selector .cats {
  background: #e9f3f5;
}

.eq_selector a.now {
  background: #e9f3f5;
}

.eq_content {
  border: 1px solid #bbbbbb;
  color: #222222;
  background: #ffffff;
}

.eq_tab-holder .captions a.cap-show, .eq_tab-holder .cap {
  border: 1px solid #cccccc;
  border-bottom: none;
  color: #222222;
}

.eq_tab-holder .captions a.cap-hide, .eq_tab-holder .captions span {
  border-bottom: 1px solid #cccccc;
}

textarea, select, .input_bd {
  border: 1px solid #cccccc;
}

.eq_rte_disabled {
  border: 1px solid #cccccc;
}

.eq_boxfixed {
  border: 1px solid #cccccc;
}

.eq_cover-div {
  background: #222222;
}

.eq_popup-div {
  border: 1px solid #222222;
  background: #e8e8e8;
}

.eq_footer, .eq_footer a {
  color: #DCDFE2;
}

.eq_of-sum .page-now, .eq_of-sum .page-now:hover {
  color: #222222;
  border: 1px solid #c0c0c0;
  background: #f5f5f5;
}

.eq_of-sum .page {
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
}

.eq_of-sum .page:hover {
  color: #222222;
  border: 1px solid #c0c0c0;
  background: #f5f5f5;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  font-family: Open Sans,Arial,Verdana,Helvetica,sans-serif;
}

.ui-dialog-buttonset button {
  padding: .2em .4em;;
  font-family: Open Sans,Arial,Verdana,Helvetica,sans-serif;
}

.button, .eq_save {
  padding: 5px 10px;
  border: 1px solid #99a9af;
  color: #008ccc;
  font-weight: normal;
  font-size: 10pt;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}

.button, .eq_save {
  padding: 5px 10px;
  border: 1px solid #008ccc;
  background-color: white;
  color: #008ccc;
  font-weight: normal;
  font-size: 10pt;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  overflow: visible;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 3px;
}

.button-hover {
  background-color: #f2f2f2;
  border: 1px solid #008ccc;
  color: #008ccc;
  0: ;
}

.button.primary {
  color: #208f20;
  border: 1px solid #208f20;
}

.button-default:hover, .button.primary:hover, .button.tertiary:hover {
  background-color: #f2f2f2;
}

.button.tertiary {
  color: #606060;
  border: 1px solid #808080;
}

.eq_topbar .button {
  margin-left: 5px;
}

