body {
	color: #fefefe;
	background-color: #464444;
	font-family: helvetica;
}

input, input.form-control, textarea, select, select.form-control {
	border: none;
	border-radius: 0px;
	color: #fefefe;
	padding: 2px 6px;
	background-color: #9c9c9c;
}

input[type=text], input[type=text].form-control,
input[type=password], input[type=password].form-control,
select, select.form-control {
	height: 30px;
}

hr {
	height: 2px;
	border-top: 0;
	border-bottom: 1px solid #DEDEDE;
	box-shadow: 0px 1px 1px #FBFBFB;
}

pre {
	border-radius: 0;
}

.form-horizontal .control-label{
	padding-top: 4px;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
	margin-left: 0px;
	margin-right: 5px;
	outline:none;
	background-color: transparent;
}

.radio label, .radio-inline label, .checkbox label, .checkbox-inline label {
	color: #606060;
	font-weight: normal;
}


input[disabled],input[readonly], .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, textarea[disabled], select[disabled] {
	background-color: #F0F0F0;
	color: #898989;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFFFFF;
}

.display-none {
	display:none;
}

::-webkit-input-placeholder {
    color: #A1A1A1;
}

.container {
	padding: 5px 0px;
	width: 1170px !important;
}

.searchArea, .inputArea {
	position: relative;
	padding: 18px 25px;
	margin-bottom: 15px;
	min-height: 64px;
	background-color: #4c4c4c;
}

.searchRow .searchLabel {
	display : inline-block;
	color: #b0b0b0;
	font-weight: bold;
	width: 80px;
	text-align: right;
	margin-right: 8px;
	background-color: #4c4c4c;
}

.searchRow .searchLongLabel {
	display : inline-block;
	color: #606060;
	font-weight: bold;
	width: 95px;
	text-align: right;
	margin-right: 8px;
	margin-left: 8px;
}

.searchRow .searchLabel:not(:first-child) {
	margin-left: 25px;
}

.searchRow .searchValue {
	display : inline-block;
	width: 157px;
	background-color: #9c9c9c;
	border: 1px solid #363636;
}

.searchRow+.searchRow {
	margin-top: 10px
}

.searchFromTo {
	display : inline-block;
	margin: 0 10px;
}

.caret {
	background: url("/images/common/icon_dropdown.png") no-repeat;
	width: 9px;
	height: 5px;
	margin: 0;
	border: 0;
	margin-left: 8px;
}

.open .caret {
	background: url("/images/common/icon_dropdown_close.png") no-repeat;
}

.caret.tabCaret {
	background: url("/images/common/tab_dropdown.png") no-repeat;
}

.open .caret.tabCaret {
	background: url("/images/common/tab_dropdown_close.png") no-repeat;
}

/* map */
.mapRouteLayerSwitch {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 800;
	margin-bottom: 5px;
	margin-left: 10px;
}

div .weatherInfoWrapper {
	width: 130px;
	opacity: 0.8;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 800;
}

div .weatherInfoWrapper .weahterInfoTxt {
	color: black;
	margin-left: 20px;
}

div .weatherToggleWrapper {
	width: 130px;
	opacity: 0.8;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	position: absolute;
	right: 10px;
	top: 33px;
	z-index: 800;
}

div .weatherToggleWrapper label {
	color: black;
}

div .weatherToggleWrapper .checkbox {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

/* table */
.table-bordered {
	border: 1px solid #CBCFD4;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #3b3b3b;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th {
	background-color: #4c4c4c;
	color: #b0b0b0;
	vertical-align: middle;
	text-align: center;
}

.table-info>tbody>tr>th {
	text-align: right;
}

.table-info>tbody>tr>td {
	text-align: left;
	vertical-align: middle;
}

/* Page title */
.page-title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border-bottom : 1px solid #4b4b51;
	margin: 0 0 12px 0;
	padding-bottom: 5px;
	position: relative;
}

.page-title span.title {
	padding-bottom: 7px;
}

.page-location {
	float: right;
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 5px;
	color: #A1A1A1 ;
	position: absolute;
	right: 0;
	bottom: 2px;
	margin-right: 5px;
}

.page-location > * {
	display: inline-block;
}

.page-location > *:not(:last-child):after {
	content: " > ";
}

.page-location-current {
	color: #61befd;
}

.sub-title {
	font-size: 18px;
	margin-bottom: 10px;
	margin-left: 5px;
	color: #363636;
}

.tooltip {
	z-index: 1750;
}

/* Block : Popup common ---------------------------------------------------------*/
.gs-popup-header {
	padding: 10px 15px 0 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D1D1D1;
}

.gs-popup-header > .page-title {
	border-bottom: initial;
	box-shadow: initial;
	margin: 0 0 5px 0;
}

.gs-popup-body {
	margin: 10px;
}

.timePicker {
	width: 80px;
	border: 1px solid #363636;
}

.timePickerIcon {
	color: #459DD0;
	margin-left: -25px;
	cursor: pointer;
	margin-right: 12px;
}

/* DHTMLX */

div.gridbox_dhx_skyblue.gridbox table {
	border-collapse: inherit;
}

div.gridbox_dhx_skyblue.gridbox {
	border: 1px solid #3b3b3b;
}

div.gridbox table.hdr td {
	height: 31px;
}

div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td {
	height: 31px;
}

div.gridbox_dhx_skyblue.gridbox div.ftr td {
	height: 31px;
}

body:nth-of-type(1) div.gridbox_dhx_skyblue.gridbox table.hdr tr,div.gridbox_dhx_skyblue.gridbox .ftr,div.gridbox_dhx_skyblue.gridbox .xhdr, div.gridbox_dhx_skyblue.gridbox .ftr {

}

div.gridbox_dhx_skyblue.gridbox table.hdr tr td {
	font-size: 14px;
	color: #a2a2a9;
	font-weight: bold;
	font-style: normal;
	border-color: #3b3b3b;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 0px 1px 1px 0px;
	background: #4b4b4b;
}

div.gridbox .objbox {
	background-color: transparent;
}

div.gridbox .objbox a {
	text-decoration: underline;
}

div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr.rowselected td, div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr.odd_dhx_skyblue.rowselected td {
	/*background-color: #DEF2F7 !important;
	border-color: #A5E3F3;*/
	background-color: #000000 !important;
	border-color: #000000;
	font-size: 14px;
}

div.gridbox_dhx_skyblue.gridbox table.obj tr.rowselected td.cellselected {
	/*color: #464646;*/
}

div.gridbox_dhx_skyblue.gridbox table.obj.row20px tr td {
	color: #fefefe;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 0px 1px 1px 0px;
	border-color: #3b3b3b;
}

div.gridbox_dhx_skyblue.gridbox table.hdr td {
	text-align: center;
	vertical-align: middle;
}


div.gridbox_dhx_skyblue.gridbox table.hdr td div.hdrcell {
	padding-left: 0px;
}

div.gridbox table.hdr td div.hdrcell.link {
	text-decoration: underline;
	cursor: pointer;
}

/* footer - total */

div.gridbox div.ftr {
	bottom: 0;
}

div.gridbox_dhx_skyblue.gridbox div.ftr td {
	background-image: url("");
	border-color: #B4BAC0;
	background-color: transparent;
	color: #464646;
	font-size: 14px;
	font-weight: bold;
	font-family: helvetica;
	font-style: normal;
}

/* Tree */
.dhxtree_dhx_skyblue .standartTreeRow, .dhxtree_dhx_skyblue .standartTreeRow_lor {
	font-family: helvetica;
	font-size: 14px !important;
	line-height: 24px;
	color: #ffffff !important;
}

.dhxtree_dhx_skyblue .selectedTreeRow_lor, .dhxtree_dhx_skyblue .selectedTreeRow {
	font-family: helvetica;
	font-size: 14px !important;
	background-image: none;
	background-color: transparent;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

body:nth-of-type(1) .dhxtree_dhx_skyblue span.standartTreeRow, body:nth-of-type(1) .dhxtree_dhx_skyblue span.standartTreeRow_lor {
	height: 24px;
	color: #000;
}

body:nth-of-type(1) .dhxtree_dhx_skyblue span.selectedTreeRow, body:nth-of-type(1) .dhxtree_dhx_skyblue span.selectedTreeRow_lor {
	height: 24px;
}

html > body .dhxtree_dhx_skyblue .selectedTreeRow, html > body .dhxtree_dhx_skyblue .selectedTreeRow_lor {
	line-height: 24px;
}

.dhtmlx_live_validation_error {
	background-color: #edb6b6 !important;
	border: 1px solid #a63b3b;
}

.dhx_combo_select {
	font-family: helvetica;
	font-size: 12px;
	background-color: #4C4C4C;
	border: 1px solid #363636;
}

.dhxtree_dhx_black, .dhxtree_dhx_skyblue {
	background: transparent;
	color: #fff;
}

.dhx_toolbar_dhx_skyblue {
	height: 31px;
	background: #4b4b4b;
	color: #a2a2a9;
	font-size: 14px;
	border: 1px solid #3b3b3b;
    border-width: 0 1px 1px 1px;
}

.dhx_toolbar_dhx_skyblue div.dhxtoolbar_float_left {
	float: none;
	display: table;
	margin: 0 auto;
}

.dhx_toolbar_dhx_skyblue div.dhx_toolbar_text:first-child {
	position: absolute;
	left: 0px;
	margin-left: 6px;
}

.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw {
	margin: 3px 10px 0px 5px;
}

.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn:nth-last-child(2) {
	position: absolute;
	right: 30px;
}

.dhx_toolbar_dhx_skyblue div.dhxtoolbar_float_left .dhx_toolbar_arw:last-child {
	position: absolute;
	right: 0px;
}

.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_over, .dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_over
,.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn.dhxtoolbar_btn_pres, .dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw.dhxtoolbar_btn_pres {
	border: none;
	padding: 2px 3px;
	background: none;
	box-shadow: none;
}

div.dhx_toolbar_poly_dhx_skyblue {
	border: #B4BAC0 1px solid;
	background-color: #FFF;
	box-shadow: none;
}

div.dhx_toolbar_poly_dhx_skyblue td {
	border : none;
	font-family: helvetica;
	font-size: 10px;
}

div.dhx_toolbar_poly_dhx_skyblue .tr_btn_over td, div.dhx_toolbar_poly_dhx_skyblue .tr_btn_selected td {
	background-color: #D5DADC;
	color: #464646;
	border: none;
}

.dhx_toolbar_dhx_skyblue div.dhx_toolbar_btn div.dhxtoolbar_text {
	/*margin-left: 15px;*/
	font-size: 10px;
}

div.dhx_toolbar_poly_dhx_skyblue td.td_btn_img {
	width: 0px;
}

.dhtmlxcalendar_dhx_skyblue div.dhtmlxcalendar_dates_cont ul.dhtmlxcalendar_line li {
	width: 29px;
}

.dhx_toolbar_dhx_skyblue div.dhx_toolbar_arw div.arwimg {
	margin: 0;

}

/** Button **/
.btn {
	border-radius: 0;
	vertical-align: top;
}

.btn-default {
	color: #fff;
	border: none;
	font-weight: bold;
	background-color: #47a6e7;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
	border: none;
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
	color: #7592A3;
	background-color: #B1D1E4;
	border-color: #A4C2D4;
	box-shadow:  0px 1px 0px #F7F7F7;
}

.btn-default .badge {
	color: #404040;
	background-color: #fff;
}

.btn-grid {
	padding: 2px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	background: linear-gradient(#FFFFFF, #FCFCFC);
	border-color: #C6CACC;
	box-shadow: 0px 1px 0px #E9E9E9;
	min-width: 60px;
}

.btn-grid:focus,.btn-grid.focus  {
	background: linear-gradient(#FFFFFF, #FCFCFC);
	border-color: #C6CACC;
}

.btn-grid:hover {
	background: linear-gradient(#F1FAFF, #E7F4FC);
	border-color: #B5DBF2;
}

.btn-grid.disabled,.btn-grid[disabled] {
	background-color: #F8F8F8;
	border-color: #DBDBDB;
	color: #B4B4B4;
	box-shadow: 0px 1px 0px #EDEDED;
}

.btn-map {
	padding: 1px 6px;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.14902);
	min-width: 60px;
	color: #FFF;
}

.btn-map:hover {
	color: #FFF;
}

.btn-group .btn-map.btn+.btn {
	margin-left: 5px;
}

.btn-map.active{
	-webkit-box-shadow: inset 0px 3px 5px rgba(0,0,0,.3);
	box-shadow: inset 0px 3px 5px rgba(0,0,0,.3);
}

.btn-search-icon {
	height: 30px;
	padding: 7px 7px;
	color: #459DD0;
	border: 1px solid #2e2e34;
	background-color: #3d3d46 !important;
}

.btn-search-icon:focus, .btn-search-icon.focus {
	color: #459DD0;
	border: 1px solid #2e2e34;
}

.btn-calendar-icon {
	padding: 5px 5px;
	color: #459DD0;
	background-color: #3d3d46 !important;
    border: 1px solid #2e2e34;
}

.btn-search-icon:hover, .btn-calendar-icon:hover {
	color: #459DD0;
	border: 1px solid #2e2e34;
}

.btn-sm {
	height: 30px;
	background-color: #8eb9d7;
}

.btn-sm:focus,.btn-sm.focus  {
	border-color: #C6CACC;
}

.btn.searchBtn, .btn.confirmBtn {
	color: #FFFFFF;
	float: right;
	height: 30px;
	padding: 4px 12px;
	border-radius: 0;
	background: linear-gradient(#46A2D9, #439CD1);
	border-color: #3A8FC1;
}

.btn.searchOneRowBtn {
	color: #FFFFFF;
	height: 30px;
	padding: 4px 12px;
	margin-left: 45px;
	background: linear-gradient(#46A2D9, #439CD1);
	border-color: #3A8FC1;
}

.btn.searchBtn:hover, .btn.confirmBtn:hover, .btn.searchOneRowBtn:hover {
	background: linear-gradient(#439CD1, #368BBD);
	border-color: #297DAF;
}

.btn.searchBtn .glyphicon {
	margin-right: 4px;
}

.btn.searchOneRowBtn .glyphicon {
	margin-right: 4px;
}


.gridBtnGroup {
	float: right;
	margin-bottom: 8px;
	min-width: 70px;
}

.bottomBtnGroup {
	float: right;
	margin-top: 10px;
}

.bottomBtnGroup .btn, .gridBtnGroup .btn {
	min-width: 60px;
	background-color: #47a6e7;
	color: #fff;
}

/* Panel */
.panel {
	background-color: transparent;
	border-radius: 0;
}

.panel-default {
	border-color: #3b3b3b;
}

.panel-heading {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.panel-default>.panel-heading {
	color: #fefefe;
	background-color: #4c4c4c;
	border: none;
	height: 41px;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top: none;
}

.panel-title {
	font-size: 18px;
}

.panel-body {
	padding: 20px 30px;
}

.panel-footer {
	min-height: 55px;
	background-color: #24242b;
    border-color: #1d1d23;
}

/* modal */

.modal {
	z-index: 102;
}

.modal-content {
	border-radius: 0;
	background-color: #5d5d5d;
}

.modal-backdrop {
	z-index: 101;
}

.modal-header {
	height: 42px;
	color: #FFFFFF;
	border: none;
	background-color: #4c4c4c;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 7px 17px;
}


.modal-header .close {
	color: #FFFFFF;
	line-height: inherit;
	font-size: 25px;
	opacity: 1;
	text-shadow: none;
}

.modal-footer {
	border-top: 1px solid #999;
	margin: 0px 15px 15px 15px;
	padding: 15px 0 0 0;
}

.modal-footer .btn {
	min-width: 70px;
}

#selectShipModal .modal-dialog {
	top: 50%;
	margin-top: -177px;
}

/* List Group */

a.list-group-item {
	color: #fefefe;
	border: 1px solid #CCCCCC;
	padding: 8px 15px;
	margin-bottom: 1px;
	background-color: #33333a;
	border: none;
}

a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.active:hover {
	text-decoration: none;
	background-color: #33333a;
	color: #459DD0;
	font-weight: bold;
	border: none;
}

a.list-group-item.active,
a.list-group-item.active:focus {
	color: #fefefe;
	font-weight: bold;
	background-color: inherit;
	border: none;
}

a.list-group-item span.checkboxIcon {
	background-image: url("/images/common/checkbox_uncheck.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 2px;
}

a.list-group-item.active span.checkboxIcon {
	background-image: url("/images/common/checkbox_check.png");
}

a.list-group-item span.radioIcon {
	background-image: url("/images/common/radio_uncheck.png");
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 2px;
}

a.list-group-item.active span.radioIcon {
	background-image: url("/images/common/radio_check.png");
}

/* Tab */
.nav-tabs {
	border-bottom: 1px solid #4b4b51;
}

.nav-tabs>li {
	margin-right: -1px;
}

.nav-tabs>li>a, .nav-tabs>li>a:hover, .nav-tabs.nav-justified>li>a {
	margin-right: 0px;
	background-color: #40404a;
	color: #A2A2A2;
	font-weight: bold;
	border-radius: 0;
	border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	color: #fff;
	background-color: #505059;
	border: none;
	border-bottom-color: transparent;
	font-weight: bold;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #FFFFFF;
	border-color: #DEDEDE;
	color: #777777
}

.tab-content>.tab-pane {
	border-top: none;
	padding: 25px 0;
}

/*dropdown*/
.dropdown-menu {
	background-color: #FFFFFF;
	color: #252525;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #F5F5F5;
	color: #459DD0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #DEF2F7;
	color: #252525;
}

/* bootstrap combo custom css */
span.add-on.btn.dropdown-toggle {
	height: 30px;
	margin-left: -34px;
	color: black;
}


/* popover */
.popover {
	background-color: #FFFFFF;
}

.popover.bottom .arrow:after {
	border-bottom-color: #FFFFFF;
}

/* focus outline */
:focus {
	outline: none;
}

a:focus {
	outline: none;
}

.form-control:focus {
	border-color: transparent;
}

.btn:focus {
	outline: none;
}

.gridbox_dhx_skyblue .dhx_combo_edit {
	background-color: #4C4C4C;
	border: 1px solid #323232;
	font-size: 14px;
}

.form-control:focus {
	border-color: #363636;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #363636;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #363636;
}

/* INPUT BOX DELETE ICON  */
span.deleteicon {
    position: relative;
}

span.deleteicon span {
    position: absolute;
    display: block;
    top: 0px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: url('/images/common/input_delete.png') no-repeat center;
    background-size:13px 13px;
    cursor: pointer;
}

span.deleteicon span:hover {
    background: url('/images/common/input_delete_hover.png') no-repeat center;
    background-size:13px 13px;
}

span.deleteicon input {
    padding-right: 16px;
}

/*****************************************/
/* CSS Customize for ISEMS               */
/*****************************************/
div.olControlIsemsMousePosition {
    bottom: 2px;
    right: 0px;
    display: block;
    position: absolute;
    font-family: helvetica;
    font-size: smaller;
}

.olControlScaleBar {
    bottom: 3px;
    right: 420px;
    color: #000;
}

.olControlScaleBarBar {
    height: 2px;
    top: 15px;
    background: #000;
}

.olControlScaleBarBarAlt {
    height: 1px;
    top: 15px;
    background: #000;
}

.olControlScaleBarMarkerMajor {
    height: 10px;
    width: 3px;
    top: 7px;
    background: #000;
}

.olControlScaleBarNumbersBox {
    width: 40px;
    height: 13px;
    top: 21px;
}

.olControlScaleBarLabelBox {
    top: -2px;
    height: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-variant: small-caps;
}

.olControlScaleBarLabelBoxSingleLine {
    text-align: center;
    font-size: 0.7em;
    font-variant: small-caps;
    top: 2px;
}

.olControlPanZoomBar {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	right: 240px;
	bottom: 23px;
}

.olFramedCloudPopupContent {
	margin-left: 5PX;
}

/* PRINT CSS COMMON */
@media print {

	.headerContainer {
		display: none;
	}

	.page-title {
		display: none;
	}

	.panel>.panel-heading {
		background-color: #f5f5f5 !important;
	}
	div.gridbox_dhx_skyblue.gridbox .xhdr {
		background-image: url("") !important;
	}
	div.gridbox_dhx_skyblue.gridbox table.hdr tr {
		background-color: #f5f5f5 !important;
		background-image: url("") !important;
	}
	div.gridbox_dhx_skyblue.gridbox .odd_dhx_skyblue {
		background-color: #ffffff !important;
	}
}