/* cmsms stylesheet: responsive_common_styles modified: 09/12/20 13:56:35 */
html{
	height: 100%;
}

body {
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
	color: #666;
}

.content {
  flex: 1;
	min-height: 200px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
}

.content a {
  text-decoration: none;
  color: #007137;
  font-weight: bold;
}

.content a:hover {
  color: #ff4000;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 100%;
  padding: 7px;
  width: auto;
}

#footer {
    background-color: #007137;
    color: white;
    padding-top: 10px;
position: absolute;
width: 100%;
}

#footer .footer-copyright {
    background-color: #005b2c;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

#footer .row {
    margin-bottom: 40px;
}

#footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#footer .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#footer h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#footer h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover,
#footer a:focus {
    text-decoration: none;
    color: white;
}

#footer .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

#footer .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#footer .social-networks a:hover {
    text-decoration: none;
}

#footer .facebook:hover {
    color: #0077e2;
}

#footer .youtube:hover {
    color: #ef1a1a;
}

#footer .twitter:hover {
    color: #00aced;
}

#footer .btn {
    color: white;
    background-color: #ff4000;
		background-image: none !important;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    line-height: 25px;
}

#footer .stats-footer {
	display: block;
	text-align: center;
	padding-top: 10px;
}

#footer{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}

#navbar-container {

}

.column-no-padd {
	padding-left: 0;
	padding-right: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.bg_share {
    background:  url("https://www.sasec.asia/images/bg_crumb.jpg") #e3e3e3;
}

@media only screen and (min-width : 320px) {
	.content {
	  padding-left: 5px;
	  padding-right: 5px;
	}

	.navbar {
		margin-bottom: 5px;
	}

	.navbar-toggle {
		 margin-top: 13px;
	}
  #mob-search-icon {
    padding: 13px;
    font-size: 18px;
    color: #333;
  }
  #navbar-container {
    padding-left: 0;
    padding-right: 0;
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-brand {
		min-height: 60px;
    display: block;
  }

  #footer {
      text-align: center;
  }

  #header-top {
    display: none;
  }

  .navbar-header {
		min-height: 60px;
    background: url(https://www.sasec.asia/images/mob_stripe.jpg) bottom repeat-x #fff;
  }

  .navbar-inverse {
		background-image: none !important;
    background-color: #f8f8f8;
    border: none;
  }
  .navbar-inverse .navbar-brand {
    color: #777;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #777;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: #fff;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #888;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
		box-shadow: none;
		background-image: none !important;
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-inverse .navbar-toggle {
    border: none;
  }

  #footer {
      text-align: center;
  }

	.column-no-padd {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media only screen and (min-width : 768px) {
  #mob-search-icon {
    display: none;
  }

  #navbar-container {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-submenu:hover>.dropdown-menu {
    display:block;
  }

  #cont-header-logo img {
    height: 90px;
  }

  #header-top {
    background: url(https://www.sasec.asia/images/dt_bg.jpg) top repeat-x #fff;
    height: 150px;
    display: block;
  }

  #cont-search-social {
    padding-top: 10px;
  }

  #top-search-input {
    width: 300px;
  }

  #btn-search-header, #btn-search-mob {
    color: #fff !important;
    background-color: #007137 !important;
    background-image: none !important;
  }

  #cont-social-header {
    padding-top: 10px;
  }

  .top-social {
    font-size: 30px;
    padding: 10px;
    transition: 0.2s;
  }

  .top-social:hover {
    text-decoration: none;
  }

  #top-twitter{
    color: #0077e2;
  }

  #top-youtube {
    color: #ef1a1a;
  }

  #top-facebook {
    color: #00aced;
  }

  #footer .social-networks a:hover {
      text-decoration: none;
  }

  #header-top .container {
    padding-top: 45px;
  }

  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }

  .navbar {
    min-height: 30px;
  }

  .navbar-inverse {
		background-image: none !important;
    background-color: #007137 !important;
    border-color: #007137 !important;
  }

  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }

  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
  }
  .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
  }

	.navbar-header {
		min-height: 35px;
	}

  .navbar-brand {
    display: none;
  }

  #footer {
    text-align: left;
  }
}

@media only screen and (min-width : 992px) {
	.content {
	  padding-left: 15px;
	  padding-right: 15px;
	}

  #cont-search-social {
    padding-top: 30px;
  }

  #top-search-input {
    width: 400px;
  }

  #navbar-container {
    width: 970px;
  }

  #cont-header-logo img {
    height: auto;
  }

  #header-top {
    height: 200px;
  }

  .nav>li>a {
    position: relative;
    display: block;
    padding: 20px 20px;
  }

  .navbar-nav>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@media (min-width: 1200px) {
  #navbar-container {
    width: 1170px;
  }
}

#newsTable.table-bordered, #news-list .table-bordered {
border: none;
}
/* cmsms stylesheet: responsive_pages_styles modified: 09/03/18 10:36:17 */
/*
------------------------------------------
  Page Banner
------------------------------------------
*/

#page-banner-container img {
  width: 100%;
}

#page-breadcrumbs {
  background-color: #ddd;
}

.page-title {
  font-weight: bold;
  color: #ff4000;
  padding-top: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

/*
------------------------------------------
  Page Sidebar
------------------------------------------
*/
#page-sidebar {
  padding-top: 30px;
}

.page-sidebar-light {
	float: right;
	width: 100%;
}

.page-sidebar-light .page-sidebar-container {
	background-color: #F1F4F6;
}

.page-sidebar-light .page-sidebar-container h3 {
	background-color: #005b2c;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	padding: 15px 20px;
	text-align: left;
	color:  #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.page-sidebar-light .page-sidebar-container .element-title .fa {
	margin-right: 15px;
}

.page-sidebar-light .page-sidebar-container ul {
	margin: 0;
	text-align: left;
	padding: 30px 40px;
}

.page-sidebar-light .page-sidebar-container ul li {
	line-height: 1.2;
	margin: 0 0 14px;
}

.page-sidebar-light .page-sidebar-container ul li span {
	color: #92999F;
	font-size: 11px;
	display: block;
	margin-top:4px;
}

.page-sidebar-light .page-sidebar-container p {
  text-align: center;
}

@media only screen and (min-width : 320px) {
  #page-breadcrumbs {
    font-size: 11px;
    padding: 5px;
  }
}

@media only screen and (min-width : 768px) {
  #page-breadcrumbs {
    font-size: 12px;
    padding: 10px;
  }

  #page-content {
    padding-left: 0 !important;
  }

  #page-sidebar {
    padding-right: 0 !important;
  }
}

/* Making the sidebar responsive */
@media (max-width: 900px) {
	.sidebar-light {
		float: none;
		width: auto;
	}
}

/*
------------------------------------------
  Page Content
------------------------------------------
*/

.page-rule {
  padding-top: 10px;
  padding-bottom: 10px;
}
.img-page-full {
  width: 100%;
  padding-bottom: 10px;
}

.img-page-full-nopad {
  width: 100%;
}

.nopad-sides {
  padding-left: 0;
  padding-right: 0;
}

#page-content h3 {
  font-weight: bold;
  color: #ff4000;
}

#page-content h4 {
  font-weight: bold;
  color: #ff4000;
}

p, li {
  line-height: 180%;
}

.accord-row {
  padding: 10px;
}

.row-eq-height {
  display: flex;
}

.cont-flex {
  display: flex;
}

.vcenter {
  display: flex;
  align-self: center;
}

.space-below15 {
  margin-bottom: 15px;
}

.green_txt {
  color: #007137;
  font-weight: bold;
}

.orange_txt {
  color: #ff4000;
  font-weight: bold;
}

.tip_pages_header_txt {
text-align: center;
padding-top: 10px;
padding-bottom: 20px;
display: block;
}

.tip-table td {
padding-left: 20px;
padding-right: 20px;
}

.padd-img {
padding-left: 30px;
padding-right: 30px;
}

.content-margin-sides {
  margin-left: 15px;
  margin-top: 15px;
}

/*
------------------------------------------
  About Us Content
------------------------------------------
*/

#about-carousel-container {
  padding-top: 10px;
}

.about-content {
  padding-top: 30px;
}

.about-content h4 {
  padding-top: 10px;
  font-weight: bold;
}

.about-content h3 {
  padding-top: 10px;
  font-weight: bold;
  color: #ff4000;
}

.about-spacer {
  padding-bottom: 20px;
  clear: both;
}

.about-sm-txt {
  font-size: 12px;
}

.about-title-green {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #007137;
}

.sidebar-primary_ul {
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}

.sidebar-ul-about {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.about-spacer-section {
  padding-top: 30px;
}

.about-pub-title {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  display: block;
}

.about-pub-img {
  padding-top: 5px;
}

.strategy-sector {
  display: table;
  height: 100%;
}

.strategy-sector-img {
  display: table-cell;
  vertical-align: middle;
}

.list-discussion li {
  display: block;
  background-color: #edebeb;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.list-discussion li span {
  font-weight: bold;
  font-size: 18px;
}

.list-discussion li span i {
  font-size: 25px;
}

@media (max-width: 900px) {
  .list-discussion {
    padding: 0;
    list-style-type: none;
  }
}

/*
------------------------------------------
  Contact Content
------------------------------------------
*/

#feedbackSubmit {
  color: #fff;
  background-color: #016435 !important;
  border-color: #016435 !important;
  width: 301px;
  padding-bottom: 10px;
  margin-top: 10px;
  display: block;
}

.rc-anchor, .rc-anchor-normal {
  width: 100% !important;
}

.img-80p {
  width: 80%;
}

.form-control-feedback {
    padding-left: 7px;
}

.img-contact {
  width: 301px;
  height: auto;
}

.p-pull {
  float: right;
}

@media (max-width: 900px) {
  .p-pull {
    float: left;
  }
}

/*
------------------------------------------
  News Content
------------------------------------------
*/

.white-text {
  color: #fff;
  font-weight: bold;
  padding-right: 5px;
}

#nyear {
  width: 80px;
  display: inline-block;
}

.img-date {
  width: 100%;
  text-align: center;
  display: block;
  font-weight: bold;
  padding-top: 5px;
}

.img-cont-news {
  display: block;
  padding-top: 10px;
}

#news-list td div {
  word-break: break-word;
}

#news-list td {
  padding: 10px;
}

.bordered-container-header {
  background-color: #007137;
  padding: 10px;
}

#news-gray {
  height: 40px;
  background-color: #ccc;
  text-align: center;
  margin-bottom: 20px;
}

#news-sidebar {
  border-left: 1px solid #ccc;
  border-top: 10px solid #ccc;
  padding: 20px;
  width: 100%;
  float: right;
}

.news-item-side {
  padding-bottom: 10px;
}

#news-imgs {
  margin-bottom: 20px;
}

.news-item-txt {
  padding-top: 7px;
}

.news-side-desc {
  font-size: 11px;
}

@media (max-width: 900px) {
  .img-cont-news {
    padding-top: 15px;
  }
}

/*
------------------------------------------
  Country Content
------------------------------------------
*/

.row-related {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/*
------------------------------------------
  Stats
------------------------------------------
*/

#chart_div {
  height: 400px;
}

#barchart, #barchart2 {
  height: 450px;
}

#regions_div {
  height: 350px;
}

#table_region a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
#table_region a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
#table_region a:active,
#table_region a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
#table_region {
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:20px;
	border:#ccc 1px solid;
  width: 320px;
  height: 650px;
  margin-left:auto;
  margin-right:auto;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
#table_region th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#table_region th:first-child{
	text-align: left;
	padding-left:20px;
}
#table_region tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#table_region tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#table_region tr{
	text-align: center;
	padding-left:20px;
}
#table_region tr td:first-child{
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
#table_region tr td {
	padding:13px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#table_region tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#table_region tr:last-child td{
	border-bottom:0;
}
#table_region tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#table_region tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
#table_region tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

/*
------------------------------------------
  Multimedia Styles
------------------------------------------
*/

.multimed-cont-txt {
padding: 10px 20px;
height: 90px;
overflow: hidden;
}
/* cmsms stylesheet: responsive_projects_styles modified: 11/11/19 11:23:21 */
.page-project-title {
  font-weight: bold;
  color: #ff4000;
}

.btn-export {
    color: white;
    background-color: #ff4000;
    background-image: none !important;
    border: none;
    width: 150px;
    margin-top: 20px;
    line-height: 25px;
}

.project-data-table-header {
  background-color: #ff4000 !important;
  padding: 13px !important;
  color: #fff;
  font-weight: bold;
}

#collapsible-data-table {
  padding-top: 10px;
}

#collapsible-data-table select {
  width: 90%;
}

.project-data-search {
  width: 50% !important;
  padding-left: 5px;
  padding-right: 5px
}

#project-data-graph img {
  width: 100%;
}

#project-summary-block {
  width: 100%;
}

#project-summary-block td {
  padding: 10px;
}

.project-summary-header {
  background-color: #ff4000 !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
}

.project-summary-indent {
  padding-left: 30px;
}

#container-proj-summary {
  padding-left: 0;
  padding-right: 0;
}

#projects-summary {
  padding: 15px;
  width: 100%;
  min-height: 340px;
  border: 1px solid #777;
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('https://www.sasec.asia/images/projects-page-header.jpg');
}

#projects-sum-container {
  height: 100%;
}

#projects-sum-table {
  margin-top: 15px;
  margin-left: 15px;
  padding-bottom: 15px;
  width: 100%;
  vertical-align: middle;
}

.chart-img {
  width: 95%;
}

#projects-sum-table td {
  padding: 6px;
}

.proj-summary-indent {
  margin-left: 20px;
  display: block;
}

.proj-summary-header {
  background-color: #fd5f07 !important;
}

.proj-summary-header td {
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#projects-sum-table tr {
  background-color: #e5e5e5;
}

#projects-sum-table td {
  border-bottom: 1px solid #ffffff; border-right: 1px solid #ffffff;
}

.proj-dark-header {
  background-color: #cccccc !important;
}

.proj-sum-value {
  padding-left:30px;
}

.proj-cost-value {
  padding-left: 21px;
}

#projects-table td, #projects-table th {
  border: 1px solid #fff !important;
  background-color: #e5e5e5;
}

.proj-table-title-mob {
  background-color: #e5e5e5;
}

.table-cell {
  height: 345px;
}

.proj-cell-row {
  padding-top: 30px;
}

.proj-cell-td {
  height: 56px;
}

.proj-cell-para, .proj-cell-value, .proj-cell-value {
  height: 325px;
}

.proj-cell-attr p {
  padding: 8px;
  text-align: right;
}

.proj-cell-value p {
  padding: 8px;
  font-weight: bold;
  color: #ff4000;
}

.proj-cell-para p {
  display: block;
  word-wrap: break-word;
  margin: 0;
  padding-top: 10px;
  padding-right: 10px;
  margin-left: 20px;
  padding-bottom: 20px;
  background: url('https://www.sasec.asia/images/short_hr.jpg') no-repeat left bottom;
}

.proj-cell-doctitle {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  padding-bottom: 20px;
}

.proj-cell-secretariat {
  padding-top: 10px;
  text-align: right;
}

.proj-cell-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 8px;
  text-align: center;
}

#projects-table td {
  word-break: normal;
  white-space: normal;
}

@media only screen and (max-width: 800px) {
  .proj-cell-secretariat {
    padding-top: 20px;
    text-align: center;
  }

  #projects-sum-table td {
    padding: 6px;
  }

  .proj-table-title-mob {
    background-color: #ff4000 !important;
    color: #fff;
  }

  #projects-summary {
    background: none;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
  }

  #projects-sum-table {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    padding: 0;
  }

  #proj-summary-image {
    padding-top: 20px;
    width: 100%;
    text-align: center;
  }

  #proj-summary-image img {
    clear: both;
    text-align: center;
  }

  /* Force table to not be like tables anymore */
	#collapsible-data-table table,
	#collapsible-data-table thead,
	#collapsible-data-table tbody,
	#collapsible-data-table th,
	#collapsible-data-table td,
	#collapsible-data-table tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#collapsible-data-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#collapsible-data-table tr { border: 1px solid #ccc; }

	#collapsible-data-table td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align:left;
	}

	#collapsible-data-table td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#collapsible-data-table td:before { content: attr(data-title); }

  #collapsible-data-table table {
    padding-left: 5px;
    padding-right: 5px;
    border: none;
  }
}

@media only screen and (min-width: 992px) {
  #collapsible-data-table tbody td {
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  #projects-sum-table td {
    padding: 2px;
  }

  .proj-cost-value {
    padding-left: 5px;
  }

  .proj-sum-value {
    padding-left:5px;
  }
}
