/* Geral */
body{
	background: linear-gradient(to right, #581B34 0%, #581B34 202px, #EFEFF4 202px, #EFEFF4 100%);
	height: 100vh;
}
html, body {
	min-height:100vh;
	font-family: 'Lato', sans-serif;
}

.btn-attach {
	background:black;
	color:white;
	border-radius:5px;
	padding:5px 30px;
	font-weight: 700;
	margin-bottom:0;
}

.btn-attach input {
	display:none;
}

.btn-save {
	background:#581B34;
	color:white;
	border-radius:5px;
	padding:5px 30px;
	font-weight: 700;
}

input:disabled {
	background:#EFEFF4!important;
	border:0!important;
	font-weight: 700!important;
	font-size:14px!important;
	border-radius:10px!important;
	height:40px!important;
}

input[type="text"], input[type="email"], input[type="password"], select {
	background:white;
	border:1px solid #ccc;
	font-weight: 700!important;
	font-size:14px!important;
	border-radius:10px!important;
	height:40px!important;
}

textarea:focus, input:focus, textarea:active, input:active{
    box-shadow: none!important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #EFEFF4 inset !important;
}

.btn-search {
	background:#581B34;
	color:white;
	border-radius:5px;
	padding:5px 30px;
	width:100%;
	font-weight: 700;
}

.color-default {
	color:#581B34;
}

.m-strong {
	font-weight: 700;
}

.b-numbers {
	font-size:30px;
	font-weight: 700;
	color:#581B34;
}

.total-label {
	font-weight: 700;
	color:grey;
	
}

.form-search {
	margin-top:0px;
	margin-bottom:5px;
}

.btn-icons {
	display: inline-block;
    width: 38px;
    height: 38px;
    padding-top: 10px;
    text-align: center;
    background: #581B34;
    color: white;
    border-radius: 5px;
}

label input:checked ~ .checkmark:after {
  display: block;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  margin:0 auto;
  height: 25px;
  width: 25px;
  background-color: #EFEFF4;
  border-radius:5px;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label:hover input ~ .checkmark {
  background-color: #ccc;
}

label input:checked ~ .checkmark {
  background-color: #581B34;
}

label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-tabs {
	border:0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border:0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:transparent;
}

.nav-tabs .nav-link {
	color:#B4B4B4;
	font-weight: 700;
	border-bottom:5px solid transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-bottom:5px solid #581B34;
}

.logout i {
	font-size:22px;margin-left:5px;color:#581B34;
}

/* Login */

#login {
	height:100%;
	background-color:white;
	background-image:url(../imgs/background-login.jpg);
	background-repeat:no-repeat;
}

#login form {
	transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#login form .form-login {
	max-width: 800px;
    background: white;
    padding: 60px 40px;
    margin: 0 auto;
    border-radius:40px;
    box-shadow: 5px 1px 22px grey;
}

#login .checkmark {
	margin:0;
	width:20px;
	height: 20px;
}

#login label .checkmark:after {
	left: 7px;
    top: 3px;
}

#login label {
	padding:0;
	font-size:14px;
	margin-bottom:5px;
}

#login .remember {padding-left:30px;}

#login .btn-save {
	width:100%;
	border-radius:30px;
	color:white;
	text-transform: uppercase;
	font-size:12px;
	padding:7px;
}
#login h1 {
	margin-bottom:60px;
	font-size:50px;
	color:#581B34;
	margin-top:-100px;
	font-weight: bold;
}
#login h2 {
	text-transform: uppercase;
	text-align: center;
	font-size:24px;
}

#login input[type="text"], #login input[type="password"] {
	border-radius:30px;
	height:35px;
	position:relative;
	padding-left:35px!important;
}

#login input[type="text"] {
	background-image: url(../imgs/icon-utilizador.png)!important;
    background-position: 7px center!important;
    background-repeat: no-repeat!important;
}
#login input[type="password"] {
	background-image: url(../imgs/icon-pass.png)!important;
    background-position: 7px center!important;
    background-repeat: no-repeat!important;
}

#login a {
	font-size:14px;
	color:black;
}

#login a:hover {
	text-decoration:none;
}

#login img {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	max-width: 100%;
}

#login .top-login-img {
	transform:translateY(-90%);
	width: 42%;
    margin-top: -12px;
}
.top-dash-img{
	height: 66px;
}

/* Menu/Sidebar */

.top-menu {
	background:white;
	height:108px;
}
.top-menu .search-bar, .top-menu .menu-logo {
	display:table-cell;
	border-right:1px solid #EFEFF4;
}
.top-menu .title {
	display:table-cell;
	padding:0 40px;
	width:100%;
	text-align: right;
}
.top-menu .title h1 {
	color:#581B34;
	font-size:28px;
	margin-top:10px;
	margin-right:10%;
}
.top-menu .title img {
	margin-right:26%;
}
@media(max-width:1024px) {
	.top-menu .title img {
		margin-right:20%;
	}
}
@media(max-width:768px) {
	.top-menu .title img {
		margin-right:3%;
	}
}
.top-menu .search-bar {
	padding:0 40px;
	max-width:100%;
	width:500px;
}
.top-menu .search {
	border:0;
	width:90%;
	display:inline-flex;
}
.top-menu .search::placeholder {
	color:#CBCBCB;
}
.top-menu .button-search {
	display:inline-flex;
	background:transparent;
	border:0;
	color:#CBCBCB;
}
.top-menu .user-menu {
	padding:24px 40px;
}
.top-menu .user-menu a {
	color:black;
	font-weight: 700;
}
.top-menu .user-menu a::after {
	display:none;
}
.top-menu .user-menu .dropdown-menu  {
	top:30px!important;
}
.top-menu .user-menu a:hover {
	text-decoration:none;
}
.top-menu .profile-img {
	background:#EFEFF4;
	width:50px;
	height:50px;
	border-radius:50%;
	margin-right: 10px;
	display:flex;
	background-size:100%;
	background-position:center center;
	background-repeat: no-repeat;
    background-color: white;
    border: 1px solid #efeff4;
}
.menu-hide-show {
	position:absolute;
	z-index: 1;
	left:5px;
	top:40px;
	cursor:pointer;
}
.sidebar, .wrapper {
	position:absolute;
}
.sidebar {
	color:white;
	height:100%;
	background:#581B34;
	width:203px;
	transition:0.3s;
	padding-bottom: 100vh;
}
.sidebar ul {
	list-style:none;
	padding:0;
	width:100%;
}
.sidebar li {
	width:100%;
}
/*.sidebar ul > li:hover a, .sidebar ul > li.active a {
	background:#4A1227;
}*/
.sidebar li:first-child {
	margin-bottom:20px;
}
.sidebar a {
	padding:12px 5px;
	color:white;
	display:block;
}
.sidebar a:hover, .sidebar li.active a {
	text-decoration:none;
	background:#4A1227;
}
.sidebar a img {
	margin-right:25px;
}
.sidebar .logo {
	border-right:1px solid #EFEFF4;
}

/* Body */

.wrapper {
	background:#EFEFF4;
	margin-left: 202px;
	min-height:100vh;
	width:calc( 100% - 202px)!important;
	transition:0.3s;
}

.wrapper-show {
	width:calc( 100% - 202px )!important;
	margin-left:202px!important;
}
.wrapper-hide {
	width:calc( 100% - 45px )!important;
	margin-left:45px!important;
}

.content-page {
	padding:30px 60px;
}

.content-page h1 {
	color:#581B34;
	font-size:24px;
	margin-bottom:40px;
}

.content-page h1 span {
	font-size:14px;
}

.content-page h2 {
	color:#581B34;
	font-size:16px;
	text-transform:uppercase;
	border-bottom:1px solid #EFEFF4;
	padding:20px 40px;
	margin:0;
	font-weight: 700;
}

.content-page .block {
	background:white;
	margin-bottom:30px;
}

.content-page .block-fields {
	padding:30px 20px 20px;
}

.content-page .block-fields label {
	color:#666;
	padding-left:15px;
	font-size:14px;
	font-weight: 700;
}

.block-search {
	padding:40px 20px!important;
}

.block-search .form-group {
	margin:0;
}

.head-search .list-inline-item {
	border-right:1px solid #EFEFF4;
}

.head-search .search-direct {
	color:#808080;
	text-decoration: none;
	padding:7px 30px;
	border:1px solid #DBDBDD;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	float:right;
	font-weight: 700;
}

.head-search .search-mass {
	color:#808080;
	padding:7px 30px;
	border:1px solid #DBDBDD;
	text-decoration: none;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	float:right;
	font-weight: 700;
}

.head-search .active {
	border:0;
	background:#581B34;
	color:white;
}

.filter-dates {
	font-size:16px;
}

.filter-dates input {
	background:transparent;
	border:0;
	margin-left:5px;
	height: auto !important;
}

.contract-info div{
	margin-right:50px!important;
}

/* Administration */

.admin-tabs {
	border-bottom:1px solid #EFEFF4;
}

.user-admin-checkbox {
	padding-top:40px;
	padding-left:40px!important;
}

.user-admin-checkbox .checkmark {
	margin-top:40px;
}

#user-admin {
	width:20px;
	height:20px;
}
.head-permissions {
	background:#4D4D4D;
	color:white;
	padding:10px 20px;
	border-radius:10px;
	margin-bottom:15px;
}
.permissions-check {
	padding:5px 0px;
}
.permissions-check input {
	width:25px;
	height:25px;
}

.profile-img {
	background:#EFEFF4;
	width:150px;
	height:150px;
	border-radius:50%;
}

#perfil .profile-img {
	cursor: pointer;
}

.permission-block {
	padding-left: 0px!important;
	padding-right: 0px!important;
	padding-top: 0px!important;
}

/* Stats */

.charts-totals {
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    width: 100px;
    margin: 45px auto;
    transform: translateY(-50%);
    font-size: 30px;
    line-height: 30px;
}

.charts-totals span {
	font-size:17px;
	color:grey;
}

/* Contract */

.error-block {
	color: red!important;
    list-style-type: none;
    padding-left: 20px;
}

.ui-autocomplete-loading {
	background: white url(images/ui-anim_basic_16x16.gif) right 10px center no-repeat!important;
}

/* Edit */

.ficheiros {
	background-image:url(../imgs/icon-ficheiros.png)!important;
	background-position:10px 12%!important;
	background-repeat: no-repeat!important;
	padding:.375rem .75rem;
	padding-left:35px;
	color:#581B34;
	display: block;
    font-weight: 600;
    font-size:14px;
    height:40px;
}

.ficheiros:hover {
	color:#581B34;
	text-decoration: none;
}

.download-contracto {
	background-image:url(../imgs/icon-anexo-contrato.png)!important;
	background-repeat: no-repeat;
	display:block;
	height:40px;
	font-size:14px;
	padding:.375rem .75rem;
	padding-left:40px;
	color:#581B34;
	font-weight: 700;
}
.download-contracto:hover {
	text-decoration: none;
	color:#581B34;
}
.dados-contratante-nome span {
	background:url(../imgs/icon-contratante.png);
	background-position:left center;
	background-repeat: no-repeat;
	padding-left:50px!important;
	padding:10px;
	font-weight: 700;
	color:#333333;
}
.dados-contratante-nif .label {
	color:#581B34;
	font-weight: 700;
	padding:0!important;
}
.dados-contratante-nif span {
	padding-left:30px!important;
	padding:10px;
	font-weight: 700;
	color:#333333;
}
.dados-contratante-morada span {
	background:url(../imgs/icon-morada.png);
	background-position:left center;
	background-repeat: no-repeat;
	padding-left:50px!important;
	padding:10px;
	font-weight: 700;
	color:#333333;
}
.edit-ref input:disabled {
    background: transparent!important;
    border: 0!important;
    color: #581B34!important;
}
.edit-ref input {
	background: white;
    border: 1px solid #ccc;
    font-weight: 700!important;
    font-size: 14px!important;
    border-radius: 10px!important;
    height: 40px!important;
    padding: .375rem .75rem;
}
.fa-edit {
	cursor: pointer;
}

/* Alerts */
.alert ul {
	list-style:none;
	margin-bottom: 0px;
	padding-left: 0px;
}

/* Table */

.table-mass-search-contract tbody tr td:not(:nth-last-child(1)):not(:nth-last-child(2)) {
	cursor: pointer;
}

.table-notification tbody tr td {
	cursor: pointer;
}

.table-delay-payments tbody tr td:not(:nth-last-child(1)):not(:nth-last-child(2)) {
	cursor: pointer;
}

.table-dashboard-contracts tbody tr td:not(:nth-last-child(1)) {
	cursor: pointer;
}

.table-dashboard-notifications tbody tr td {
	cursor: pointer;
}
        
.delete i {
	font-size:22px;
	color:#581B34;
}

.payment-link {
	text-decoration: none;
	color: #6D6D6D;
}

.payment-link:hover, .payment-link:visited, .payment-link:link, .payment-link:link {
	text-decoration: none;
	color: #6D6D6D;
}

/* Payments */

.mb-0-link > a:hover, .mb-0-link > a:visited, .mb-0-link > a:link, .mb-0-link > a:link {
	text-decoration: none;
	color: #581B34;	
}

.mb-0-title {
	font-size: 17px !important;
}

.block-fields-payments {
	padding-bottom: 28px !important;
}

/* Dashboard */

.block-dashboard-link a:hover, .block-dashboard-link a:visited, .block-dashboard-link a:link, .block-dashboard-link a:link {
	text-decoration: none;
	color: #212529;
}

/* Mobile */

@media(max-width:767px) {
	.sidebar {
		display:none;
	}
	.wrapper {
		width:100%!important;
		margin:0!important;
	}
	.hide-mobile {
		display:none!important;
	}
	.menu-hide-show-mobile {
	    position: absolute;
	    z-index: 1;
	    left: 5px;
	    top: 40px;
	    cursor: pointer;
	}
	#login-form h1 {
		font-size:6vw;
		margin-top:5vh;
		margin-bottom:3vh;
	}
	#login {background-image:none;}
}

@media(min-width:768px) {
	.hide-desktop {
		display:block!important;
	}
	.menu-hide-show-mobile {
		display:none!important;
	}
}



.logo {
    padding-left: 21px;
    padding-top: 32px;
    padding-bottom: 35px;
}

#menu-mobile {
	background:#581B34;
	position:relative;
	z-index: 9;
}
#menu-mobile a {
	color:white;
}

#menu-mobile .dropdown-menu {
	background:#581B34;
	transform:translate3d(-10px,35px,0px)!important;
}
#menu-mobile .dropdown-menu a {
	color:white;
}

#menu-mobile ul {
    list-style: none;
    margin: 0;
    padding:0;
}
#menu-mobile ul li a:active {
    text-decoration: none;
}
#menu-mobile ul li a {
    padding: 10px;
    display:block;
}

/* Switch toggle */

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #999999;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: -1px;
  bottom: 0px;
  background-color: #E6E6E6;
  border:2px solid white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #7AC943;
}

input:focus + .slider {
  box-shadow: 0 0 1px #7AC943;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.sidebar .badge {
    position: absolute;
    margin-left: -35px;
    margin-top: 8px;
    border-radius: 50%;
    font-weight: bold;
    background: white;
    color: #581B34;
    border: 2px solid #581B34;
}

/* DataTables */

.table {
	padding-top:10px;
}
table.dataTable tbody th, table.dataTable tbody td {
	border-bottom:3px solid #EFEFF4;
	border-top:7px solid #EFEFF4;
}

thead > tr > th:first-child{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
thead > tr > th:last-child{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}

thead > tr > th {
	background:#4D4D4D;
	color:white;
	border:0!important;
	border-bottom:0;
}

tbody > tr:first-child > td {
	border-top:20px solid #EFEFF4;
}

table.dataTable.no-footer {
	border-bottom:0;
}
table.dataTable thead th {
	font-size:14px;
	font-weight: normal;
	padding:15px 18px;
}
table.dataTable tbody td {
	color:#6D6D6D;
	font-size:14px;
	padding:15px 10px;
	vertical-align: middle;
}
.dataTables_wrapper {
	padding-top:15px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
	font-size:12px;
}

.dataTables_length label {
	padding:0;
	font-size:14px;
}
.dataTables_length label select {
	font-size:12px!important;
	height:30px!important;
}

button.dt-button, div.dt-button, a.dt-button {
	background: #581B34;
    color: white;
    border-radius: 5px;
    padding: 5px 30px;
    width: 100%;
    font-weight: 700;
    margin-right:0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color:white!important;
	background-color:#581B34;
	border:1px solid #581B34;
	background:#581B34!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color:white!important;
}

.list-files {
    list-style: none;
    padding: 0;
}

.upload-files-list {
	padding:10px;
	margin:10px 0;
	background: white;
    border: 1px solid #ccc;
    font-weight: 700!important;
    font-size: 14px!important;
    border-radius: 10px!important;
}

/* Dashboard */
.block-dashboard {
	border-top:10px solid #581B34;
}
.block-dashboard .block-fields {
	padding:30px!important;
}
.block-dashboard h1 {
	margin:0;
	font-size:50px;
	color:#581B34;
}
.block-dashboard p {
	margin:0;
	font-size:14px;
	font-weight: bold;
}
.block-dashboard p:first-child {
	height:40px;
}

#homeSubmenuAdmin li, #homeSubmenuStat li {
	margin-bottom:0;
}
#homeSubmenuAdmin li a, #homeSubmenuStat li a, #homeSubmenuStat ul li a, #homeSubmenuStat a, .hide #homeSubmenuStat > ul {
	padding-left:50px;
}
.stat-sub-menu-title{
	font-size: 0.875rem;
	font-weight: 400;
}
.sidebar .stat-sub-menu-choice{
	font-size: 0.875rem;
	font-weight: 300;
	padding-top: 2px;
	padding-bottom: 2px;
}

.custom-spinner {
	margin-right: -60px;
    margin-top: -10px;
}

.hide li:hover{
	background:#4A1227!important;
	position:relative;
	z-index: 2!important;
}
.hide .admin-sub-menu > a > span, .hide .stat-sub-menu > a > span {
	display: none;
}
.hide .admin-sub-menu:hover, .hide .stat-sub-menu:hover {
	cursor:pointer;
}
.hide .admin-sub-menu:hover > a, .hide .stat-sub-menu:hover > a {
	pointer-events:none;
}

.hide .admin-sub-menu:hover #homeSubmenuAdmin, .hide .stat-sub-menu:hover #homeSubmenuStat {
	background:#4A1227!important;
	display:block!important;
	z-index: 2!important;
	position: absolute;
	margin-left:45px;
	margin-top:-51px;
	width: -webkit-fill-available;
}
.hide .admin-sub-menu:hover #homeSubmenuAdmin li, .hide .stat-sub-menu:hover #homeSubmenuStat li {
	display:block;
}
.hide .stat-sub-menu {
	height: 50px;
}

.hide .admin-sub-menu:hover > a, .hide .stat-sub-menu:hover > a {
	width:45px;
}
.hide .admin-sub-menu:hover > a span, .hide .admin-sub-menu:hover > a i, .hide .stat-sub-menu:hover > a span, .hide .stat-sub-menu:hover > a i {
	display:none;
}

.hide .admin-sub-menu:hover #homeSubmenuAdmin li a {
	padding-left:15px;
}
.hide .stat-sub-menu:hover #homeSubmenuStat li a {
	padding-left:0px;
}

.hide .admin-sub-menu:hover img, .hide .stat-sub-menu:hover img {
	z-index: 3;
}

.hide #homeSubmenuAdmin li, .hide #homeSubmenuStat li {
	display:none;
}

#homeSubmenuAdmin a img, #homeSubmenuStat a img {
	margin-right:15px;
}

@media (max-width:1200px) {
	.sidebar a, .block-dashboard p,.top-menu .user-menu,.dados-contratante-morada span,.dados-contratante-nome span, .btn-attach,.btn-save,.content-page h2,.btn-search,
	.head-search .search-mass,.head-search .active,button.dt-button, div.dt-button, a.dt-button,.dataTables_length label,table.dataTable tbody td {
		font-size:12px!important;
		line-height:12px;
	}
	input[type="text"], input[type="email"], input[type="password"], select {
		font-size:11px!important;
		padding:5px!important;
	}
	.top-menu .title h1 {
		font-size:18px;
		margin-right:0;
	}
	.block-dashboard .block-fields {
		padding:20px!important;
	}
	.block-dashboard h1 {
		font-size:26px!important;
	}
	.content-page .block-fields label {
		padding-left:0;
		font-size:12px;
	}
	.dados-contratante-nif span {
		padding:0!important;
	}
	.top-menu .profile-img {
		width:40px;
		height:40px;
	}
	.content-page h1 {
		font-size:16px;
		margin-bottom:20px;
	}
	.content-page h2 {
		padding:20px 25px;
	}
	table.dataTable thead th,.total-label {
		font-size:10px;
	}

	.content-page {
		padding:30px;
	}

	.slider:before {
		width:15px;
		height:15px;
		left: -3px;
	}
	.switch {
		width: 30px;
    	height: 15px;
	}
	.filter-dates input {
		width:75px;
		text-align:center!important;
	}

	.width1024 {
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}

	.delete i {
		font-size:14px;
	}

}

.buttons-print:hover {background:#581B34!important;color:black;border:0;}

.block-control-payment{
	height: auto;
}

@media (max-width:1900px){
	.block-control-payment{
		height: 20vh;
	}
}

@media (max-width:1350px) and (min-width:1200px){
	.block-control-payment{
		height: 25vh;
	}
}