trabajo-afectivo/app/assets/stylesheets/zzz.css

965 lines
14 KiB
CSS
Raw Normal View History

2012-04-10 14:06:46 +00:00
body {
2013-07-30 13:58:33 +00:00
padding-top:78px;
/*
font-size: 13px;
*/
font-weight: 200;
font-size: 13px;
2012-04-10 14:06:46 +00:00
}
2013-07-30 13:58:33 +00:00
.glyphicon {
font-size: 13px;
}
.btn {
font-size: 12px;
font-weight: 400;
}
label, input, button, select, textarea {
font-size: 13px;
2013-07-30 13:58:33 +00:00
font-weight: 200;
}
2012-12-02 10:18:55 +00:00
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
2013-07-30 13:58:33 +00:00
/*
2012-12-02 10:18:55 +00:00
margin-bottom: 1px;
2013-07-30 13:58:33 +00:00
*/
2012-12-02 10:18:55 +00:00
}
2012-07-15 20:32:28 +00:00
.spinner {
float: left;
background:url("/assets/spinner.gif") no-repeat;
background-position: center center;
2013-08-19 20:46:19 +00:00
padding: 44px 10px 0 10px;
2012-07-15 20:32:28 +00:00
width: 10px;
height: 14px;
display: none;
}
2012-10-14 23:00:34 +00:00
table {
table-layout: fixed;
}
table th, table td {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
2013-07-30 13:58:33 +00:00
.table {
display: table;
}
.table .table-row {
display: table-row;
}
.table .table-cell{
vertical-align: top;
display: table-cell;
border-bottom: 1px solid #eeeeee;
}
2012-10-14 23:00:34 +00:00
2013-08-05 00:03:27 +00:00
.hero-two {
width: 100%;
}
.hero-two .hero-left {
width: 50%;
float: left;
}
.hero-two .hero-right {
width: 50%;
float: right;
}
2013-09-17 08:48:49 +00:00
.content-one {
top: 80px;
margin-left: 20px;
margin-right: 20px;
/*
bottom: 0;
left: 0;
right: 0;
position: fixed;
*/
z-index: -5000;
}
@media (min-width: 1024px) {
.content-one {
width: 1024px;
}
}
2013-07-30 13:58:33 +00:00
.content-two {
top: 80px;
2013-08-19 20:46:19 +00:00
bottom: 0;
left: 0;
right: 0;
2013-07-30 13:58:33 +00:00
position: fixed;
z-index: -5000;
}
2013-07-30 13:58:33 +00:00
.content-two .sidebar {
2013-09-18 19:03:42 +00:00
padding: 8px 10px 42px;
2013-08-04 22:03:13 +00:00
width: 200px;
2013-07-30 13:58:33 +00:00
height: 100%;
float: left;
position: absolute;
2013-08-04 22:03:13 +00:00
overflow-y: auto;
overflow-x: hidden;
2013-07-30 13:58:33 +00:00
}
.content-two .sidebar.nav-manage {
padding-left: 16px;
}
.content-two .sidebar .nav > li > a {
padding: 8px 13px;
}
.content-two .sidebar .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.content-two .sidebar input,
.content-two .sidebar select {
height: 30px;
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.content-two .main {
width: 600px;
height: 100%;
float: left;
2013-08-04 22:03:13 +00:00
margin-left: 204px;
2013-07-30 13:58:33 +00:00
padding-bottom: 10px;
padding-left: 14px;
border-left: 1px solid #eeeeee;
position: absolute;
2013-08-04 22:03:13 +00:00
overflow-y: auto;
overflow-x: hidden;
2013-07-30 13:58:33 +00:00
}
.content-two .main > .nav {
margin-top: 12px;
}
.content-two .meta {
display: none;
}
@media (min-width: 800px) {
.content-two .sidebar {
2013-08-04 22:03:13 +00:00
width: 240px;
2013-07-30 13:58:33 +00:00
}
.content-two .main {
2013-08-04 22:03:13 +00:00
width: 660px;
margin-left: 244px;
2013-07-30 13:58:33 +00:00
}
.content-two .meta {
display: none;
}
}
@media (min-width: 1024px) {
.content-two .sidebar {
2013-08-04 22:03:13 +00:00
width: 260px;
2013-07-30 13:58:33 +00:00
}
.content-two .main {
2013-08-04 22:03:13 +00:00
width: 760px;
margin-left: 264px;
2013-07-30 13:58:33 +00:00
}
.content-two .meta {
display: none;
}
}
@media (min-width: 1200px) {
.content-two .sidebar {
2013-08-04 22:03:13 +00:00
width: 280px;
2013-07-30 13:58:33 +00:00
}
.content-two .main {
2013-08-04 22:03:13 +00:00
width: 800px;
margin-left: 284px;
2013-07-30 13:58:33 +00:00
}
.content-two .meta {
width: 140px;
display: table-cell;
}
}
.content-cols {
display: table;
width: 100%;
height: 100%;
table-layout: fixed;
2013-08-19 20:46:19 +00:00
border-spacing: 0;
2013-07-30 13:58:33 +00:00
}
.content-cols .row {
2013-08-19 20:46:19 +00:00
margin: 0;
2013-07-30 13:58:33 +00:00
}
.content-cols .row2 > div {
display: table-cell;
vertical-align: top;
2013-08-19 20:46:19 +00:00
padding: 0 12px 0 12px;
2013-07-30 13:58:33 +00:00
}
.content-cols .row2 .sidebar {
border-right: 1px solid #eeeeee;
width: 160px;
}
.content-cols .sidebar input,
.content-cols .sidebar select {
height: 30px;
padding: 5px 10px;
font-size: 12px;
border-radius: 3px;
}
.content-cols .sidebar .btn {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.content-cols .row2 .main {
width: 600px;
}
.content-cols .row2 .meta {
display: none;
}
@media (min-width: 800px) {
.content-cols .row2 .sidebar {
width: 200px;
}
.content-cols .row2 .main {
width: 750px;
}
.content-cols .row2 .meta {
display: none;
}
}
@media (min-width: 1024px) {
.content-cols .row2 .sidebar {
width: 220px;
}
.content-cols .row2 .main {
width: 900px;
}
.content-cols .row2 .meta {
display: none;
}
}
@media (min-width: 1200px) {
.content-cols .row2 .sidebar {
width: 240px;
}
.content-cols .row2 .main {
width: 900px;
}
.content-cols .row2 .meta {
width: 200px;
display: table-cell;
}
}
.content-cols .nav-bar-stacked {
background-color: #f7f5fa;
}
.content-cols .nav-bar-stacked .active a {
border-right: 1px solid #563d7c;
}
#task {
2013-04-18 12:41:58 +00:00
position: fixed;
display: table;
2013-04-18 12:41:58 +00:00
width: 100%;
2013-08-19 20:46:19 +00:00
top: 46px;
2013-07-30 13:58:33 +00:00
}
#task > .taskbar {
display: table-row;
z-index: 1040;
2013-04-18 12:41:58 +00:00
}
#task > .taskbar > div {
2013-08-19 20:46:19 +00:00
padding: 0 4px 4px 4px;
display: table-cell;
}
#task .task {
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2013-08-20 11:28:32 +00:00
display: inline-block;
}
#task .task > a,
#task .task > a:hover {
2013-04-18 12:41:58 +00:00
color: #ffffff;
text-decoration: none;
}
#task .btn-default .task > a,
#task .btn-default .task > a:hover {
color: #333333;
}
2013-07-30 13:58:33 +00:00
#task .taskbar .btn-small {
2013-09-17 08:48:49 +00:00
padding: 3px 8px 4px;
margin-top: 2px;
2013-07-30 13:58:33 +00:00
font-size: 11px;
font-weight: 300;
}
#task .taskbar .btn-default {
background-color: #c3c3c3;
border-color: #c3c3c3;
}
#task [data-type="close"] {
margin-left: 5px;
2013-08-19 20:46:19 +00:00
font-size: 13px;
top: 1px;
}
#task .taskbar-items {
}
#task .taskbar-new {
text-align: right;
padding-right: 12px;
}
2012-10-22 20:30:31 +00:00
.max-size-scroll {
max-height: 240px;
overflow-y: scroll;
}
2012-04-10 14:06:46 +00:00
/*
#content > *:not(.active) {
display: none !important;
}
*/
2012-08-24 18:54:57 +00:00
h1, h2, h3, h4, h5, h6 {
2013-07-30 13:58:33 +00:00
font-weight: 200;
2012-08-24 18:54:57 +00:00
}
h1 {
2013-07-30 13:58:33 +00:00
font-size: 36px;
margin-top: 15px;
}
h2 {
2013-07-30 13:58:33 +00:00
font-size: 24px;
margin-top: 10px;
}
h3 {
2013-07-30 13:58:33 +00:00
font-size: 22px;
margin-top: 10px;
}
h4 {
font-size: 20px;
}
2013-08-04 22:03:13 +00:00
h5 {
font-size: 16px;
2012-11-03 08:52:22 +00:00
}
2013-07-30 13:58:33 +00:00
2013-08-04 22:03:13 +00:00
.form-group .help-message {
float: right;
margin-right: -23px;
margin-top: -23px;
}
2013-07-30 13:58:33 +00:00
.form-control {
2013-08-04 22:03:13 +00:00
height: 33px;
font-size: 13px;
}
2013-07-30 13:58:33 +00:00
.form-large {
width: 85%;
}
.form-normal {
width: 70%;
}
.form-small {
width: 50%;
}
.form-normal fieldset {
margin-bottom: 10px;
}
.sidebar fieldset {
margin-bottom: 10px;
}
.form-horizontal label {
text-align: right;
float: left;
2013-08-19 20:46:19 +00:00
margin-left: 0;
margin-right: 0;
2013-07-30 13:58:33 +00:00
width: 130px;
margin-top: 7px;
}
/*
* bootstrap changes
*/
/* improve pagination if only one page is shown */
.pagination li:only-child a {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
2012-04-23 17:22:34 +00:00
/* improved spacing */
.pagination .count {
padding: 6px 6px;
float: left;
color: #999;
2012-08-22 13:56:22 +00:00
border: none;
line-height: 17px;
}
.page-header {
margin: 0 0 12px;
padding-bottom: 5px;
2013-07-30 13:58:33 +00:00
}
.page-header-title {
float: left;
}
.page-header-meta {
float: right;
padding-top: 20px;
}
.page-header .page-header-meta ul.pagination {
margin: 0 0 0 0;
}
2012-10-17 16:08:03 +00:00
.dropdown-menu {
/*
min-width: 270px;
*/
}
2013-09-18 13:06:57 +00:00
.dropdown-menu > li > a {
font-weight: 200;
}
2012-10-17 16:08:03 +00:00
.dropdown-menu .count {
2012-10-17 20:58:43 +00:00
padding-top: 1px;
2012-10-17 16:08:03 +00:00
margin-left: 10px;
}
.form-horizontal .help-inline, .form-horizontal .help-block {
font-size: 12px;
margin-top: 4px;
}
2012-10-17 16:08:03 +00:00
.form-horizontal .control-label {
width: 130px;
}
.form-horizontal .controls {
margin-left: 150px;
}
/* replace music icon with attachment */
.icon-attachment {
background-position: -24px 0;
}
2013-07-30 13:58:33 +00:00
/*
2013-07-30 13:58:33 +00:00
*
*/
2013-07-30 13:58:33 +00:00
.hero-unit {
width: 940px;
margin-right: auto;
margin-left: auto;
*zoom: 1;
padding: 50px 60px 60px 60px;
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
color: inherit;
background-color: #eeeeee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
2013-09-18 13:06:57 +00:00
.hero-unit h1 {
font-size: 52px;
}
2012-11-12 14:05:53 +00:00
.hero-unit p {
font-size: 16px;
font-weight: 200;
line-height: 22px;
}
.hero-unit .small {
font-size: 12px;
line-height: 20px;
color: #999999;
}
/*
* removed margin of forms to not break the layout with submit buttons within <form></form> area e. g. for modal dialogs
*/
form {
margin: 0 0 0 0;
}
2013-07-30 13:58:33 +00:00
form.form-inline select,
form.form-inline input[type="text"],
form.form-inline input[type="password"] {
width: 180px;
margin-right: 4px;
}
.modal-header {
padding: 10px 15px;
}
.modal .form-group .controls {
width: 65%;
}
.modal .form-group {
margin-bottom: 2px;
}
.modal-footer {
margin-top: 0;
padding: 14px 20px 20px;
}
.drox {
margin-bottom: 6px;
}
.drox-header {
padding: 8px 13px;
background-color: #f5f5f5;
color: #333333;
border-radius: 5px;
}
.drox-header .glyphicon {
display: none;
}
.drox-header:hover .glyphicon, .drox-header:focus .glyphicon {
display: inline-block;
color: #005580;
text-decoration: none;
}
.drox-header h3 {
font-size: 13px;
font-weight: 200;
margin-top: 2px;
margin-bottom: 2px;
}
.drox-body {
padding: 8px 13px;
}
.edit-ticket {
padding: 4px 14px 10px;
2013-08-04 22:03:13 +00:00
width: 720px;
}
.edit {
2013-08-04 22:03:13 +00:00
}
.edit .form-group {
margin-bottom: 2px;
}
2013-09-18 07:07:45 +00:00
.edit select, .edit input {
2013-08-04 22:03:13 +00:00
height: 30px;
2012-04-10 14:06:46 +00:00
}
.edit:focus {
color: #000000;
outline: 0;
}
.edit-title {
}
.edit-title small {
font-size: 12px;
}
.edit-content {
2013-09-18 18:45:07 +00:00
margin-left: 68px;
margin-right: 22px;
}
2012-04-10 14:06:46 +00:00
.delete {
background:url("../assets/close.png") no-repeat;
text-indent: -9999em;
border: 0;
width: 40px;
height: 40px;
cursor:pointer;
float: right;
position: relative;
top: -15px;
2013-07-30 13:58:33 +00:00
left: 30px;
2012-04-10 14:06:46 +00:00
margin: 4px;
clear: right;
}
footer {
2013-07-30 13:58:33 +00:00
clear: both;
padding-top: 10px;
2013-07-30 13:58:33 +00:00
padding-left: 10px;
padding-right: 22px;
2012-04-10 14:06:46 +00:00
}
2012-11-07 09:04:16 +00:00
.can-move {
cursor: move;
}
2012-12-07 00:01:43 +00:00
.can-move-placeholder {
2012-11-07 09:04:16 +00:00
border: 1px dashed #DDD;
background: #EEE;
margin-top: 5px;
margin-bottom: 5px;
}
2013-08-04 22:03:13 +00:00
.customer_info {
}
.customer_info ul.nav > li {
width: 50%;
}
.customer_info ul.nav > li > a {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.customer_info .thumbnail {
position: absolute;
right: 20px;
2013-08-04 22:03:13 +00:00
}
.customer_info textarea {
padding-left: 10px;
width: 100%;
border-color: #eee;
}
2013-07-30 13:58:33 +00:00
.ticket-action {
2013-09-18 18:45:07 +00:00
padding: 6px 8px 6px;
position: fixed;
bottom: 0px;
background-color: #fff;
width: 100%;
left: 0px;
border-top: 1px solid #eeeeee;
width: 200px;
margin-left: 4px;
}
@media (min-width: 800px) {
.ticket-action {
width: 240px;
}
}
@media (min-width: 1024px) {
.ticket-action {
width: 260px;
}
}
@media (min-width: 1200px) {
.ticket-action {
width: 280px;
}
2013-07-30 13:58:33 +00:00
}
2012-11-07 09:04:16 +00:00
2012-04-23 21:44:47 +00:00
.ticket-answer .avatar {
2013-07-30 13:58:33 +00:00
padding-left: 6px;
2013-08-04 22:03:13 +00:00
padding-top: 4px;
2013-07-30 13:58:33 +00:00
width: 70px;
float: left;
2012-04-10 14:06:46 +00:00
}
2013-07-30 13:58:33 +00:00
.ticket-answer .avatar ul {
padding-left: 20px;
}
2013-08-04 22:03:13 +00:00
.ticket-update {
width: 100%;
}
2013-07-30 13:58:33 +00:00
.ticket-update .span2 {
2013-09-18 18:45:07 +00:00
width: 152px;
2013-07-30 13:58:33 +00:00
margin-right: 4px;
2012-04-23 21:44:47 +00:00
}
2013-07-30 13:58:33 +00:00
.ticket-update .medium {
width: 160px;
}
2012-04-10 14:06:46 +00:00
.article {
2013-07-30 13:58:33 +00:00
width: 100%;
margin-left: 0;
2013-08-19 20:46:19 +00:00
margin-top: 0;
margin-bottom: 10px;
2013-08-19 20:46:19 +00:00
padding-top: 0;
2012-04-23 21:44:47 +00:00
padding-bottom: 2px;
2013-08-19 20:46:19 +00:00
padding-right: 0;
2013-07-30 13:58:33 +00:00
border-bottom: 1px solid #eeeeee;
2012-04-10 14:06:46 +00:00
}
2013-08-04 22:03:13 +00:00
.article-content {
margin-left: 70px;
}
2012-04-10 14:06:46 +00:00
.article-message {
2013-08-04 22:03:13 +00:00
padding: 4px 2px;
/*
2013-08-19 20:46:19 +00:00
margin-top: 0;
2012-04-23 21:44:47 +00:00
margin-bottom: 6px;
margin-left: 10px;
2012-04-23 21:44:47 +00:00
padding-top: 10px;
padding-bottom: 8px;
2012-04-23 21:44:47 +00:00
padding-left: 10px;
2013-07-30 13:58:33 +00:00
margin-left: 70px;
2012-04-30 19:50:17 +00:00
2013-07-30 13:58:33 +00:00
min-height: 85px;
2013-08-04 22:03:13 +00:00
*/
}
.show_toogle {
font-size: 10px;
line-height: 12px;
color: #999999;
}
.well-muted {
2012-04-23 21:44:47 +00:00
background-color: whiteSmoke;
border: 1px solid #eee;
border: 1px solid rgba(0, 0, 0, 0.05);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2013-07-30 13:58:33 +00:00
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2012-04-10 14:06:46 +00:00
}
.internal {
background-color: #f2dede;
border-color: #eed3d7;
border: 1px solid #fbeed5;
2013-08-04 22:03:13 +00:00
border-radius: 2px;
2012-04-10 14:06:46 +00:00
}
2012-08-24 18:54:57 +00:00
.merged, .merge:hover {
text-decoration: line-through;
}
.not-active {
text-decoration: line-through;
}
.not-active a {
color: #bbb;
}
2013-07-30 13:58:33 +00:00
.navbar {
min-height: 46px;
}
2013-08-19 20:46:19 +00:00
.navbar-form {
margin-top: 6px;
margin-bottom: 6px;
}
2013-07-30 13:58:33 +00:00
.nav .form-control {
2013-08-04 22:03:13 +00:00
border-radius: 8px;
2013-07-30 13:58:33 +00:00
}
.nav .form-control {
background-color: #f5f5f5;
}
.nav .form-control:focus {
background-color: #ffffff;
}
.navbar-brand {
line-height: 18px;
font-weight: 200;
2013-08-19 20:46:19 +00:00
padding-top: 13px;
padding-bottom: 13px;
2013-07-30 13:58:33 +00:00
}
.navbar-nav > li > a {
line-height: 18px;
2013-08-19 20:46:19 +00:00
padding-top: 13px;
padding-bottom: 13px;
2013-07-30 13:58:33 +00:00
}
2013-08-04 22:03:13 +00:00
.navbar .bell {
display: none;
}
.navbar .bell.show {
display: block;
}
.navbar .bell.show a {
color: #fff;
}
.nav.nav-tabs.nav-stacked > li > a > span {
visibility: hidden;
}
.nav.nav-tabs.nav-stacked > li > a:hover > span {
visibility: visible;
}
2013-07-30 13:58:33 +00:00
.nav-sub{
margin-left: 12px;
font-size: 12px;
}
.nav.nav-pills > li > a > span.local {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: block;
margin-right: 22px;
}
.nav.nav-pills > li > a > span.badge {
margin-top: -18px;
}
2012-04-10 14:06:46 +00:00
.customer-info {
2013-08-04 22:03:13 +00:00
width: 100%;
padding-top: 7px;
2012-04-10 14:06:46 +00:00
}
2012-10-22 20:30:31 +00:00
.inline-edit {
padding: 4px;
}
.inline-edit:hover {
padding: 3px;
border: 1px dotted #F92;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
2012-05-13 12:53:35 +00:00
.translation {
border: 1px dotted #F92;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.translation:hover {
}
.translation .icon-edit {
display: none;
}
.translation:hover .icon-edit {
display: inline-block;
}
/*
* noty changes
*/
.noty_bar.noty_layout_top {
2013-08-05 00:03:27 +00:00
top: 56px;
position: fixed;
left: 50%;
2013-01-20 01:27:33 +00:00
margin-left: -300px;
width: 600px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
2012-10-17 16:08:03 +00:00
.noty_bar.noty_theme_twitter {
font-size: 14px;
line-height: 14px;
text-shadow: 0 1px 0 #fff;
opacity: 0.9;
}
2012-12-02 10:18:55 +00:00
.qq-upload-icon {
2013-08-19 20:46:19 +00:00
margin: 6px 20px 0 0;
height: 18px;
}
2013-07-30 13:58:33 +00:00
.qq-upload-icon .glyphicon {
font-size: 15px;
}
.qq-upload-button {
display: block;
/*or inline-block*/
width: 40px;
2013-07-30 13:58:33 +00:00
padding: 8px 0 5px;
text-align: center;
}
2012-12-02 10:18:55 +00:00
.qq-upload-list {
text-align: left;
2013-08-19 20:46:19 +00:00
margin: 5px 10px 0;
2012-12-02 10:18:55 +00:00
padding: 0;
list-style: disc;
}
.qq-upload-list li {
font-size: 14px;
padding: 5px;
background-color: transparent;
}
.sub_attribute .control-label {
width: 60px;
}
.sub_attribute .controls {
margin-left: 80px;
}
2013-07-02 12:37:40 +00:00
.form-changed {
border: 1px solid #fbeed5;
2013-07-30 13:58:33 +00:00
border-radius: 4px;
2013-07-02 12:37:40 +00:00
background-color: #fcf8e3;
}
#splash {
background-color: #eee;
position: absolute;
width: 100%;
2013-08-19 20:46:19 +00:00
top: 0;
height: 100%;
}
#splash .logo {
margin-left: auto;
margin-right: auto;
margin-top: 200px;
width: 100px;
}
2013-08-19 20:46:19 +00:00
@font-face {
font-family: 'Glyphicons Halflings';
src: url('fonts/glyphicons-halflings-regular.eot');
src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular.woff') format('woff'), url('fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
2013-09-17 08:48:49 +00:00
}