/* Styling for reusable components */

a.button {
    display: inline-block;
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    border: none;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
}
a.button:hover {
    background-image: none;
    text-decoration: none;
}


/*.dataTables_wrapper {*/
/*background: #666;*/
/*color: #fff;*/
/*}*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button {*/
/*}*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,*/
/*.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {*/
/*}*/

/*.dataTables_wrapper .dataTable {*/
/*background: #fff;*/
/*}*/
.dataTables_wrapper {
    position: relative;
    clear: both;
    border: 1px solid #ececec;
    background-color: #f0f0f0;
    box-shadow: 0 0 0 1px #fff inset;
}
.dataTables_wrapper .header,
.dataTables_wrapper .footer {
    display: flex;
}
/* left padding for flex (counterbalance for page size) */
.dataTables_wrapper .header::before,
.dataTables_wrapper .footer::before {
    content: '';
    display: block; /* required by IE11 */
    flex-grow: 1;
    flex-basis: 0;
    order: 0;
}
/* HEADER:
    background-color: #f0f0f0;
*/
table.dataTable {
    border-collapse: collapse;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #ececec;
    box-shadow: 0 1px #fff;
}
table.dataTable thead {
    background-color: transparent;
    /*box-shadow: 1px 0 #fff inset, -1px 0 #fff inset, 0 -1px #fff inset;*/
    box-shadow: 0 -2px #fff inset;
}
table.dataTable thead td,
table.dataTable thead th {
    border-bottom: 1px solid #ececec;
    padding: 5px 15px;
}
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    cursor: pointer;
}
table.dataTable thead th.sorting:hover,
table.dataTable thead th.sorting_asc:hover,
table.dataTable thead th.sorting_desc:hover {
    color: #000;
}
table.dataTable thead th.sorting::after {
    content: '▲ ▼';
    display: inline-block;
    margin-left: 1em;
    font-size: .5em;
    width: 1em;
    /*word-break: break-all;*/
    line-height: 1em;
    color: #999;
}
table.dataTable thead th.sorting_asc::after {
    content: '▲';
    margin-left: .5em;
}
table.dataTable thead th.sorting_desc::after {
    content: '▼';
    margin-left: .5em;
}
table.dataTable tfoot {
    background-color: #f0f0f0;
}
table.dataTable tbody {
    background-color: #fcfcfc;
}
table.dataTable tbody td {
    padding: 2px 10px;
}
table.dataTable.row-border tbody tr td {
    border-top: inherit;
    /*     cursor: pointer; */
}
table.dataTable tbody tr.even {
    background-color: #fcfcfc;
}
/*table.dataTable tbody tr:nth-child(2n) {*/
/*background-color: #fcfcfc;*/
/*}*/
table.dataTable ul.data-details {
    font-size: 0.8em;
    list-style: none;
    margin: 0;
}
table.dataTable ul.data-details .title {
    font-weight: bold;
}


table.dataTable .indenter,
table.dataTable .expander {
    display: inline-block;
    width: 1.4em;
    text-align: center;
    cursor: pointer;
}
table.dataTable .expander:hover {
    color: #23527c;
}
/*table.dataTable tr.expanded .expander {
    transform: rotate(90deg);
}*/

.dataTables_wrapper .dataTables_paginate {
    float:none;
    flex-grow: 1;
    flex-basis: 0;
    order: 1;
    text-align: center;
}
.dataTables_wrapper .dataTables_paginate > * {
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .paginate_input {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 2em;
    text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 4px;
    border: none;
    /*font-size: 1.5em;*/
    /*line-height: 1em;*/
    padding: .2em .5em;
    font-family: 'icon-font', sans-serif;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    border: none;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    border: none;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #4c4c4c none;
    border: none;
}



.dataTables_wrapper .header > .size,
.dataTables_wrapper .footer > .size {
    flex-grow: 1;
    flex-basis: 0;
    order: 2;
    text-align: right;
    padding-right: 15px;
}
.dataTables_wrapper .header > .size > *,
.dataTables_wrapper .footer > .size > * {
    display: inline;
    float: none;
}

.dataTables_wrapper .dataTables_length {
    line-height: 28px;
    /*float: right;*/
    float: none;
}
.dataTables_wrapper .dataTables_length label {
    font-weight: normal;
    color: #606060;
    /*padding-right: 15px;*/
    margin-bottom: 0;
}
.dataTables_wrapper .dataTables_length select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*-moz-appearance: none;*/
}

.dataTables_wrapper .dataTables_info {
    color: #606060;
}
.dataTables_wrapper .dataTables_info::before {
    content: ' ';
}




/* Styling unique to specific pages */
.data-definition > h2 {
    text-align: center;
}
.data-definition ul {
    list-style-type: none;
}
.data-definition > ul {
    border: 1px solid #ececec;
    padding: 1px;
}
.data-definition > ul > li {
    position: relative;
    /*line-height: 25px;*/
    /*line-height: 1.8em;*/
    line-height: 21px;
    clear: both;
    padding-left: 300px;
    overflow: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
.data-definition > ul > li:nth-child(2n) {
    /*background-color: #fcfcfc;*/
    background-color: #eee;
}

.data-definition > div:nth-child(2n) {
    /*background-color: #fcfcfc;*/
    background-color: #eee;
}

.data-definition > ul > li > ul {
    /*line-height: 25px;*/
    padding: 0;
    font-size: 0.8em;
    margin-bottom: 5px;
}
.data-definition .toggle {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 5px;
    line-height: 21px;

    color: #000;
    width: 30px;
    text-align: center;
}
.form-definition .toggle {
    padding: 8px 5px;
    color: #000;
}

.form-definition .empty-toggle-row {
    height : 21px;
}

/*.data-definition .toggle {*/
/*float: left;*/
/*width: 20px;*/
/*}*/
.data-definition .toggle:hover,
.form-definition .toggle {
    color: #23527c;
    text-decoration: none;
}
.data-definition .toggle:focus,
.data-definition .toggle:active,
.form-definition .toggle {
    text-decoration: none;
}
.propName.no-toggler {
    padding-left: 45px;
}
.data-definition .propName {
    box-sizing: border-box;
    float: left;
    width: 200px;
    margin-left: -220px;
}
.data-definition > ul > li > ul .termlabel {
    font-weight: bold;
}
.data-definition > ul > li > ul .termlabel::after {
    content: ':';
}
/*.data-definition select.language {*/
/*margin-left: 30px; */
/*margin-right: 30px; */
/*}*/
/*.data-definition .termlabel {*/
/*padding-left: 20px;*/
/*float: left;*/
/*width: 300px;*/
/*}*/
/*.data-definition .termvalue {*/
/*padding-left: 10px;*/
/*}*/
.data-definition .by {
    font-weight: bold;
}

.data-definition .multiline {
    display: inline-block;
    vertical-align: top;
}
.data-definition .multiline > .line {
    display: block;
}

.form-horizontal > ul {
    padding: 0;
    list-style: none;
}

.manage-part {
    padding: 5px 0;
}

#confirmation-block {
    padding-top: 10px;
}

#confirmation-block .confirmation-info-warning {
    padding-left: 15px
}

#confirmation-inner-block-r {
    position: relative;
    left: 10px;
}

#confirmation-inner-block-o {
    position: relative;
    left: 25px;
}

#confirmation-inner-block-o span,
#confirmation-inner-block-r span {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
    top: -.7em;
    left: 3px;
}

#location-details-section label.subscript-addition:after,
 #cr-information-section label.subscript-addition:after  {
    content: "(1)";
    display: inline-block;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    position: relative;
    top: -.7em;
    left: 47px;
}

#location-details-section label.subscript-addition:after,
#cr-information-section label.subscript-addition:after  {
    left: 5px;
}

.clickable {
    background-color: white;
    border: medium none;
    cursor: pointer;
    padding: 0;
}
.uploader {
    opacity: 0;
    float: right;
    width: 10px;
}
.document-line {
    display: inline-block;
    width: 100%;
}


.org-crtype {
    position: relative;
    font-size: 0.8em;
}
.org-form, .request-form {
    list-style: none;
    padding-top: 10px;
}
.org-form li, .request-form li {
    list-style: none;
}

.errorbox-inline {
    display: inline-block;
}

.intl-code {
    list-style: none;
    display: flex;
    padding-left: 0;
    white-space: nowrap;
}

.intl-code .validation-msg {
	white-space: normal;
}

.intl-code li {
    margin-right: 3px;
}
.intl-code li label {
    margin-top: 10px;
}

.intl-code li:last-of-type {
    margin-right: 0;
    width: 140px;
}
.no-code-padding {
    padding-top: 2px;
}
.mandatory-pad:after {
    margin-left:3px;
}
.no-code-padding li label {
    margin-top: 0;
}
.box-contents > ul {
    list-style: none;
    padding-left: 5px;
    padding-top: 5px;
}
.validate-form.ng-submitted input.ng-invalid {
    border: 1px solid red;
}
.validation-msg {
    color: red;
}
#org-form .col-sm-6 {
    width: 60%;
    min-width: 470px
}
.organisation-intl-code-input-row, .organisation-intl-ext-input-row {
    width:130px;
    min-width:90px;
}
.organisation-intl-number-input-row {
    width:170px;
    min-width:160px;
}
.inner-row li {
    white-space: nowrap;
}

.control-box {
	width: 100%;
}
.control-box>.readonly{
	clear:both;
}
.control-box div {
    padding:1px;
    float:left;
    
}

.inline-box button {
    vertical-align: bottom;
    margin-top: 9px;
}
.multi-box .ams-container, .multi-box .ams-caret  {
    float:none;
}

.multi-box .ams-container div {
    flex: initial !important;
}
.multi-box .ams-button {
    float:none;
}
.multi-box .ams-button div {
    flex: initial !important;
}

.org-lang-box {
    float:left;
    margin-left:-65px;
    height:34px;
}
.final-box {
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}

.terms-header {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 2px;
    text-align: center;

}

.clearboth {
    clear: both;
}

.floatleft {
    float:left;
}

.nowrap {
    white-space: nowrap;
}

.folding {
    padding-left: 3px;
    border-left: 1px black solid;
    vertical-align: sub;
}

.hidden-row {
    height:0;
    opacity: 0;
}

#request-details-section-1 .row {
    display: flex;
}
#request-details-section-1 .term-item:nth-child(odd) {
    background-color: #ececec;
}
#request-details-section-1 .row div {
    flex:1;
    padding-bottom: 3px;
}

#request-details-section-1 .other-names-container{
	width: 100%;
}

.ema-disabled {
    position: inherit;
    opacity: 0.3;
    background-color: inherit;
    pointer-events: none;
    z-index: 999;
}

#request-country-applicability .ams-item, #request-it-application-applicability .ams-item {
    clear:both;
}

#change-requests .tooltip {
    z-index : 999;
}
.link-toggle {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}
.link-toggle:hover {
    text-decoration: underline;
}
.readonly-select {
    font: inherit;
    box-shadow: none;
    background: none;
    padding: 0;
    width: 110%;
    margin-top: -4px;
    background-color: inherit !important;
    border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default !important;
}

.readonly-select::-ms-expand {
    display: none;
}


@keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner {
    display: block;
    width: 3em;
    height: 3em;
    margin: 2em auto;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.spinner.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner::before {
    content: '';
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(0, 0, 51, 0.1) 1.5em 0 0 -0.14em,
    rgba(0, 0, 51, 0.15) 1.1em 1.1em 0 -0.12em,
    rgba(0, 0, 51, 0.20) 0 1.5em 0 -0.1em,
    rgba(0, 0, 51, 0.25) -1.1em 1.1em 0 -0.08em,
    rgba(0, 0, 51, 0.30) -1.5em 0 0 -0.06em,
    rgba(0, 0, 51, 0.35) -1.1em -1.1em 0 -0.04em,
    rgba(0, 0, 51, 0.40) 0 -1.5em 0 -0.02em,
    rgba(0, 0, 51, 0.45) 1.1em -1.1em 0 0;
    /*
    rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0,
    rgba(0, 0, 51, 0.3) 0 1.5em 0 0,
    rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0,
    rgba(0, 0, 51, 0.3) -1.5em 0 0 0,
    rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0,
    rgba(0, 0, 51, 0.3) 0 -1.5em 0 0,
    rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
    */
    display: inline-block;
    font-size: 10px;
    width: .8em;
    height: .8em;
    margin: 1.5em;
    overflow: hidden;
    text-indent: 100%;
}

.spinner.blocking::after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    z-index: -1;
}
div.secnav {
    text-align: right;
    margin-bottom: .5em;
    margin-top: .5em;
}
div.secnav a {
    cursor: pointer;
}




/* Using Verdana messes up the layout of multi-select, so we need to fall back
 * to the default bootstrap styling.
 */
.ams_helpers_container {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.ams-item-text, .multi-text {
    cursor: pointer;
    float: left;
    width:95%
}

.dropdown-menu {
    min-width: 300px;
}

.multi-item:hover, .multi-selected {
    background-color: #efefef;
    cursor: pointer;
}

.multi-control {
    padding-bottom: 5px;
}

.multi-item {
    display: flex;
    align-items: center;
    padding: 2px 0 2px 3px;
}

.multi-icon {
    display:flex;
    padding-right:22px;
}
.multi-icon:before {
    width :0;
}
.multi-item-but {
    white-space: normal;
}

.multi-text {
    display: flex;
    align-items: center;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


h1.box {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    background-color: #f0f0f0;
    padding: .4em;
}

.box-contents {
    border: 1px solid #ddd;
}
.file-marker {
    margin-bottom: 10px;
}

.glyphicon-placeholder {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
}
.glyphicon.info {
    border-radius: 4px;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    cursor: pointer;
    /*     font-family: 'icon-font', sans-serif; */
}
.glyphicon.info:hover {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    color: #fff;
}
.glyphicon.info.disabled {
    color: #aaa;
    cursor: default !important;
}
.glyphicon.info.disabled:hover {
    background: none;
    color: #aaa;
}

form footer.buttons,
footer.table-buttons {
    text-align: right;
    margin-bottom: 20px;
}
footer.table-buttons {
    margin-top: 20px;
}


input[uib-typeahead] {
    /*content: '…';*/
    background-image: url("data:image/svg+xml;utf8,\
        <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16' width='16'>\
            <g fill='%23606060'>\
                <circle r='1.5' cy='8' cx='1.5'/>\
                <circle r='1.5' cy='8' cx='8'/>\
                <circle r='1.5' cy='8' cx='14.5'/>\
            </g>\
        </svg>");
    background-position: right .5em center;
    background-repeat: no-repeat;
}


input.typeahead-datalist {
    background-image:  none;
}

.odatalist {float:left;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNTYgNDQ4JyBlbmFibGUtYmFja2dyb3VuZD0nbmV3IDAgMCAyNTYgNDQ4Jz48c3R5bGUgdHlwZT0ndGV4dC9jc3MnPi5hcnJvd3tmaWxsOiUyMzIzNTI3QztjdXJzb3I6cG9pbnRlcjt9PC9zdHlsZT48cGF0aCBjbGFzcz0nYXJyb3cnIGQ9J00yNTUuOSAxNjhjMC00LjItMS42LTcuOS00LjgtMTEuMi0zLjItMy4yLTYuOS00LjgtMTEuMi00LjhIMTZjLTQuMiAwLTcuOSAxLjYtMTEuMiA0LjhTMCAxNjMuOCAwIDE2OGMwIDQuNCAxLjYgOC4yIDQuOCAxMS40bDExMiAxMTJjMy4xIDMuMSA2LjggNC42IDExLjIgNC42IDQuNCAwIDguMi0xLjUgMTEuNC00LjZsMTEyLTExMmMzLTMuMiA0LjUtNyA0LjUtMTEuNHonLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: right .1em center;
    cursor:pointer;
    height: 30px;
    padding-right: 25px;
}

.dropdown-menu {
    max-height: 300px;
    overflow: auto;
}

.panel {
    border: none;
    box-shadow: none;
    border-radius: 4px;
}
.panel > .panel-heading {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
}
.panel > .panel-body {
    border: 1px solid #ececec;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.panel > .panel-body p.important {
    font-weight: bold;
}
.panel > .panel-body .nav {
    text-align: center;
    margin: 1em 0;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 1051;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



