.chart-container {
    max-width: 800px !important;
}

.chart-container-half {
    width: 350px !important;
    max-width: 350px !important;
}

.chart-container-450 {
    width: 450px !important;
    max-width: 450px !important;
}
.chart-container-400 {
    width: 400px !important;
    max-width: 400px !important;
}

.chart-container-mini {
    width: 22% !important;
    height: 200px;
    max-height: 200px;
    box-shadow: 2px 2px 10px #acacac;
    padding: 3px;
    cursor: pointer;
    margin: 10px;
}

    .chart-container-mini h3 {
        font-size: 1.00em;
        border-style: none;
        text-align: center;
    }

.chart-mini {
    width: 100%;
    height: 80%;
}

.hide-data {
    display: none;
}

@media screen {
    .infopanel {
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .infopanel a {
            margin-left: 0px;
            padding-left: 0px;
            text-decoration: underline !important;
        }

    .infopanel-border {
        display: none !important;
    }

    .show-on-print {
        display: none;
    }
}

@page {
    size: 8.5in 11in;
    margin: 1cm;
}

@media print {
    /*Adjustments related to Report Headers*/
    .print-view-report-title {
        font-size: 20px !important;
        float: right !important;
        padding-right: 10px !important;
    }

    .print-view-entity-name {
        float: left !important;
    }
    .print-view-school-district-name {
        padding-top: 0px !important;
        margin-top: -10px !important;
    }
    /*Adjustments for Explanation area*/
    .infopanel {
        display: none;
    }

    .infopanel-border {
        border: 1px solid black;
        margin-left: 0px !important;
        margin-right: 5px !important;
        padding: 5px;
        display: unset;
        width: 750px !important;
    }

    .navigation-hr {
        display: none;
    }

    .navigation-icons {
        display: none;
    }

    .demographics-info-panel .infopanel-border {
        border: 1px solid black;
        margin-left: 10px !important;
        margin-right: 5px !important;
        margin-top: 5px !important;
        padding: 5px;
        display: unset;
        width: 750px !important;
    }

    /*Adjustments for display changes*/
    .dropdown-selections {
        float: left !important;
        position: absolute;
        left: 0px;
        top: 15px;
        font-size: 12px;
        text-decoration: none !important;
    }

        .dropdown-selections li {
            font-weight: 200 !important;
            display: none !important;
        }

        .dropdown-selections .active {
            font-weight: 700 !important;
            display: block !important;
            font-size: 12px;
            text-decoration: none !important;
            position: relative;
            float: right !important;
            right: -15px !important;
            top: 0px !important;
            padding-right: 0px !important;
            padding-left: 0px !important;
            margin-left: -5px !important;
            margin-top: 10px !important;
        }

    .school-dropdown-selections {
        float: left !important;
        position: absolute;
        left: 0px;
        top: 27px;
        font-size: 12px;
        text-decoration: none !important;
    }

        .school-dropdown-selections li {
            font-weight: 200 !important;
            display: none !important;
        }

        .school-dropdown-selections .active {
            font-weight: 700 !important;
            display: block !important;
            font-size: 12px;
            text-decoration: none !important;
            position: relative;
            float: right !important;
            right: -15px !important;
            top: 0px !important;
            padding-right: 0px !important;
            padding-left: 0px !important;
            margin-left: -5px !important;
            margin-top: 10px !important;
        }


    .active a {
        padding: 0px !important;
    }

    .year-selection {
        float: left !important;
        position: absolute;
        left: -15px;
        top: -25px;
        font-size: 12px;
    }

        .year-selection li {
            font-weight: 200 !important;
            display: none !important;
        }

        .year-selection .active {
            font-weight: 700 !important;
            display: block !important;
            font-size: 12px;
            text-decoration: none !important;
            position: relative;
            right: -15px !important;
            top: 0px !important;
            padding-right: 0px !important;
            padding-left: 0px !important;
            margin-left: -5px !important;
            margin-top: 10px !important;
        }

    select::-ms-expand {
        display: none;
    }

    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        text-indent: 1px;
        text-overflow: '';
    }

    .show-as-label-print {
        float: left !important;
        margin-left: 15px !important;
        margin-top: 7px !important;
    }

        /*.show-as-label-print div {
            display: unset !important;
        }*/

        .show-as-label-print select {
            border: none;
            margin-left: 0px;
            padding-left: 0px;
            margin-top: 1.5px;
            /*position: absolute;*/
            /*top: -1px;*/
        }

    /*Print Adjustments Related to Charts*/
    .chart-container-parent {
        max-width: 750px !important;
        page-break-inside: avoid;
    }

    .chart-container-half {
        width: 350px !important;
        max-width: 350px !important;
    }

    .chart-container-450 {
        width: 350px !important;
        max-width: 450px !important;
    }

    .c3-chart-arcs-title {
        font-size: 12px;
    }

    .c3-title {
        font-size: 12px !important;
    }

    .c3-text {
        font-size: 10px;
    }

    .c3-legend-item text {
        text-decoration: none;
    }

    .c3-chart-arcs-title {
        font-size: 14px;
    }

    .c3-legend-item-event {
        font-size: 9px;
    }

    .c3-legend-item text {
        text-decoration: none;
    }

    /*General layout adjustments*/
    .display-area {
        width: 750px !important;
        max-width: 750px !important;
    }

    .col-xs-12 {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    .ga {
        margin-top: 0px;
        padding-left: 10px;
    }

    body {
        color: #000;
        background: #fff;
    }

    h1 {
        font-size: 14px !important;
        color: #000 !important;
        font-weight: bold;
    }

    h2 {
        font-size: 12px !important;
        font-weight: bold;
        border-bottom: none !important;
        margin-top: 10px;
    }

    h3 {
        font-size: 12px !important;
        font-weight: bold !important;
        border-bottom: none !important;
        margin-top: 10px;
    }

    p {
        font-size: 10px !important;
    }

    .btn {
        display: none;
    }

    .hide-on-print {
        display: none;
    }

    .show-on-print {
        display: unset;
    }

    text {
        font-size: 8px !important;
    }

    a[href]:after {
        content: none !important;
    }
}

/*
If your application is not mobile responsive you will want to uncomment out the styled below. These styles will prevent the content from wrapping. 
fa fa-check-square-o
fa fa-square-o

.container
{
    min-width: 1080px;
    max-width: 1920px;
}

.menu
{
    min-width: 970px;
    max-width: 1170px;
}

*/
html {
    font-size: 0.714em;
}

body {
    font-size: 12px;
    font-family: "Cabin","Trebuchet MS","Lucida Grande","Lucida Sans Unicode","Lucida Sans",Tahoma,sans-serif;
    /* background-color: #f4f2f3; */
}

hr {
    border-color: #969696;
    margin: 2px 0px 5px 0px;
}

/* Font Styling */
h1, h2, h3, h4, h5 {
    margin: 10px 0px;
}

h1 {
    font-size: 2.00em;
    color: #000;
    font-weight: bold;
}

h2 {
    font-size: 1.70em;
    font-weight: bold;
    border-bottom: solid 1px #ececec;
    margin-top: 10px;
}

h3 {
    font-size: 1.45em;
    font-weight: bold;
    border-bottom: solid 1px #ececec;
    margin-top: 10px;
}

h4 {
    font-size: 1.20em;
    font-weight: bold;
}

h5 {
    font-size: 1.10em;
    font-weight: bold;
}

p {
    margin: 5px 0px 2px 0px;
}

a {
    text-decoration: underline;
    color: #0a4e7d;
}

    a:hover {
        color: #0a3858;
    }

span.fa {
    color: #000;
}

/* Styling for Labels for Headings, table captions. Making the colors compliant. */
small .label {
    font-size: 75%;
    font-weight: normal;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small, caption {
    color: #666666;
}


.label {
    color: #000;
}

    .label.label-default {
        color: #fff;
        background-color: #666666;
    }

header, footer {
    /*background-color: #215a7f;#118C4E;*/
    /*background-color: #C1E1A6;*/
    background-color: whitesmoke;
}

/* Aside styling */

aside.sidebar h2, aside h2 {
    margin: 0px -8px 0px -8px;
    font-size: 1.375em;
    padding: 10px 5px 10px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ececec;
}

aside.sidebar h3, aside h3 {
    padding-bottom: 2px;
    border-bottom: 1px solid #ececec;
    font-size: 1.125em;
}


/*Navigation Structure*/
.main-nav {
    min-height: 44px;
    border: none;
    background-color: #FFF;
    border-bottom: 1px solid #d8d8d8;
}


.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    background-color: transparent;
    border-style: none;
}

    .navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a {
        color: #333;
    }

.navbar-brand {
    height: auto;
    padding: 2px 10px;
    font-size: 1.286em;
}

.navbar-default .navbar-nav > li > a {
    text-decoration: none;
    padding: 15px 25px;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a.dropdown-toggle {
        padding: 15px 35px 15px 20px;
    }

    .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a.active:hover {
        /*background-color: #585858;*/
        background-color: lightgrey;
        color: #fff;
    }

.navbar-nav > li > a {
    padding: 0px;
    font-size: 1.00em;
    font-weight: 500;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #dddddd;
    color: #333;
}

.navbar-default .navbar-nav > li.dropdown.open span.fa-caret-down, .navbar-default .navbar-nav > li.dropdown.menu-open a, .navbar-default .navbar-nav > li.dropdown.open span.fa-caret-down, .navbar-default .navbar-nav > li.dropdown.menu-open .fa-minus {
    color: #333;
}

.menu .navbar-nav li a span.fa.fa-caret-down.hidden-xs {
    position: absolute;
    top: 0%;
    left: 76%;
    font-size: large;
    z-index: 499;
    height: 50px;
    width: 30px;
}


.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.open .dropdown-menu, .menu-open .dropdown-menu, .navbar-nav .open .dropdown-menu, .menu-drop .dropdown-menu {
    display: block;
}

.menu-open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    border-style: none;
    border-radius: none;
}

    .dropdown-menu li a:hover {
        background-color: #d7d7d7;
    }

    .dropdown-menu li a {
        text-decoration: none;
        font-size: 1.00em;
        ;
        color: #000;
        padding: 15px 25px;
        text-transform: uppercase;
        font-size: 1.00em;
    }

li > a.dropdown-toggle, li span.fa {
    display: inline-block;
}

a.dropdown-toggle.disabled {
    padding-right: 5px;
}

li.dropdown span.fa-caret-down {
    position: absolute;
}

li.dropdown span.fa-plus {
    padding: 10px 15px;
    position: absolute;
    right: 3px;
    top: 12%;
    border: 1px solid #777;
    height: 30px;
    width: 25px;
    margin: 0 0;
    z-index: 499;
}

li.dropdown span.fa-minus {
    padding: 10px 15px;
    position: absolute;
    right: 3px;
    top: 6%;
    border: 1px solid #777;
    height: 30px;
    width: 25px;
    margin: 0 0;
    z-index: 499;
}

    li.dropdown span.fa-plus:before, li.dropdown span.fa-minus:before {
        top: 27%;
        position: absolute;
        left: 33%;
        text-indent: 0;
    }

.fa-caret-down:before {
    position: absolute;
    top: 30%;
    left: 34%;
}

li.dropdown {
    cursor: pointer;
}


/* Aside Styling */
aside.sidebar {
    border: 1px solid #ececec;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 8px 0px 8px;
}

    aside.sidebar p {
        margin-bottom: 2px;
    }

    aside.sidebar .body {
        margin: 5px 0px 5px 0px;
    }

/* Form Styling*/

label {
    margin-bottom: 2px;
}

.form-group {
    margin-bottom: 5px;
}

.form-inline {
    margin: 10px 0px;
}

.form-control {
    height: 26px;
    padding: 4px 5px;
    font-size: 12px;
    border-radius: 0px;
}

.checkbox-inline, .radio-inline {
    margin-bottom: 2px;
}

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        margin-left: -15px;
    }

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 5px;
    }

.form-inline.label-top label, .form-inline.label-top .select-label {
    display: table;
}

.mask {
    color: #666666;
}


.has-error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    padding: 10px;
}

    .has-error .select-label, .has-error select, .has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .has-error .mask {
        color: #722D2C;
    }

.form-inline.label-top label.radio-inline {
    display: inline-block;
}

.form-inline.label-top > .form-group.radio > label.radio-inline {
    margin-top: 0px;
    display: inline-block;
}

.form-inline.label-top.stacked > .form-group {
    vertical-align: top;
}

    .form-inline.label-top.stacked > .form-group.radio > label {
        display: block;
    }

        .form-inline.label-top.stacked > .form-group.radio > label + label {
            margin-left: 0px;
        }

.form-inline.label-top label.checkbox-inline, .form-inline.label-top label.radio-inline {
    margin-top: 20px;
}

.form-inline > .form-group + .form-group, .form-inline.label-top > .form-group + .form-group {
    margin-left: 15px;
}

.form-inline.label-top .form-group.phone .form-control {
    display: inline-block;
    width: 12%;
    font-size: 12px;
}


/* Button Styling  */

.btn {
    padding: 3px 23px;
    border-radius: 12px;
    font-size: 1.00em;
}

.btn-group, .btn-group.spaced {
    margin-top: 10px;
}

    .btn-group.spaced > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group.spaced > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group.spaced > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group.spaced > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        border-radius: 12px;
    }

    .btn-group.spaced > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
        margin-left: 5px;
    }

    .btn-group.spaced > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
        margin-left: 5px;
    }

.wysihtml5-supported .btn-group {
    margin-top: 0px;
    font-size: 13px;
    line-height: 18px;
}

    .wysihtml5-supported .btn-group a {
        padding-bottom: 4px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 4px;
        height: 18px;
    }

.wysihtml5-supported li a {
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    height: 18px;
}

.btn-warning, .btn-success, .btn-danger, .btn-info, .btn-warning:hover, .btn-success:hover, .btn-danger:hover, .btn-info:hover {
    color: #000;
}

.btn-default {
    background-color: #585858 !important;
    color: #fff !important;
    background-image: none;
}

.btn-primary {
    background-color: #265A87;
}

    .btn-primary:hover {
        background-color: #204A6F;
    }

.table td > button {
    margin-left: 5px;
}

/* Custom code Application */

.sub-group-data {
    width: 70%;
}

    .sub-group-data div {
        padding: 8px 0px;
        border-bottom: solid 1px #ececec;
        overflow: hidden;
    }

    .sub-group-data select.inline {
        width: auto;
        display: inline-block;
    }


small select.form-control {
    width: auto;
    display: inline-block;
    margin-bottom: 3px;
}

small > .label {
    vertical-align: text-top;
}

span.input-group.dollar {
    width: 20%;
}

.form-control.dollar {
    text-align: right;
}

.input-group-addon {
    padding: 4px 12px;
}

textarea.form-control {
    min-height: 100px;
}

.sub-block {
    padding: 10px;
    background-color: #ececec;
}

    .sub-block .form-inline.label-top {
        margin-top: 0px;
    }

.table {
    margin-bottom: 5px;
}

    .table.auto {
        width: auto;
    }

.table-hover > tbody > tr:hover, .table-hover > tbody > tr.active:hover > td {
    cursor: pointer;
    background-color: #abddff;
    color: #000;
}

.table tfoot tr {
    background-color: #ececec;
}

.list-group {
    margin-top: 10px;
}

.list-group-item {
    padding: 5px 10px;
}

    a.list-group-item.active, .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover, .table > tbody > tr.active > td, .table > tbody > tr.active:hover > td {
        background-color: #525252;
        border-color: #4A4A4A;
        color: #fff;
    }

        a.list-group-item.active:active, a.list-group-item.active:visited {
            background-color: #525252;
            color: #fff;
        }

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    background-color: #757575;
    color: #fff;
}

a.list-group-item {
    text-decoration: none;
    color: #000;
}

/*Tab Styling */


.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    border-color: #585858;
    background: -webkit-linear-gradient(#585858, #585858); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#585858, #585858); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#585858, #585858); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#585858, #585858); /* Standard syntax (must be last) */
    text-decoration: none;
}

.tab-content {
    padding: 5px;
    border: solid 1px #ececec;
}

.nav-tabs > li > a {
    padding: 5px 10px;
}

/*Alert Styling */
.alert-success {
    color: #274d28;
}

.alert-info {
    color: #214c62;
}

.alert-warning {
    color: #000;
}

.alert-danger {
    color: #000;
}

.iframe > iframe {
    width: 100%;
    height: 500px;
}

.nav-pills > li.active > a {
    background-color: #eb9316 !important;
    border-color: #e38d13 !important;
}

/* Footer Styling Below */
footer {
    min-height: 50px;
    text-align: center;
    margin-top: 5px;
    color: black;
}

    footer a, footer a:hover {
        color: black;
    }

        footer a:hover {
            text-decoration: none;
        }

    footer ul.nav {
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
    }

        footer ul.nav > li {
            display: inline-block;
        }

    footer ul.nav-pills > li {
        float: none;
    }

    footer ul.nav > li + li {
        margin-left: 20px;
    }

    footer ul.nav > li > a {
        padding: 0px;
    }


    footer .nav > li > a:focus, footer .nav > li > a:hover {
        background-color: transparent;
    }

/* Custom styling below. */

/* Styling for graphs is below. */

.graphical-data {
    width: 100%;
}

.ga {
    margin-top: 15px;
}

.ga-container {
    overflow: hidden;
}

.site-sections .ga {
    box-shadow: 2px 2px 10px #acacac;
    padding: 3px;
    cursor: pointer;
}

.site-sections .ga-container {
    height: 145px;
}

.site-sections .ga h3 {
    font-size: 1.00em;
    border-style: none;
    text-align: center;
}

/* Styling for tha landing page below */

/* Slider Styling */
.slider .container-fluid, .slider .col-xs-12 {
    padding-right: 0px;
    padding-left: 0px;
}

.slider .row {
    margin-left: 0px;
    margin-right: 0px;
}

.sld-container {
    overflow: hidden;
    margin-bottom: 45px;
    margin-top: 20px;
}

.slide-info {
    position: absolute;
    top: 318px;
    background-color: #ececec;
    left: 19%;
    width: 63%;
    padding: 10px;
}

.slide-link a, .slide-link a:hover {
    text-decoration: none;
}

/* featured areas */
.row.featured-area {
    margin-top: 55px;
}

.box-custom {
    height: 250px;
    margin: 0 0 15px 0;
    padding: 45px 10px 30px 10px;
    text-align: center;
    background-size: contain;
    border: 1px solid #CCC;
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 2px 6px 27px #ccc;
    transition: linear 1.5s linear 1.5s;
    line-height: 20px;
}

    .box-custom a, .box-custom a:hover, .box-custom a:visited, .box-custom a:active, .media a, .media a:hover, .media a:active, .media a:visited {
        text-decoration: none;
    }

.icn-main-container {
    left: 0;
    position: relative;
    right: 0;
    top: -37px;
}

.serviceicon {
    color: #292723;
    margin: 0 auto;
    position: relative;
    text-align: center;
    transition: linear 0.3s linear 0s;
    z-index: 5;
    background-color: #FFF;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    top: -23px;
    padding: 10px 8px 0 10px;
    box-shadow: 0px 1px 0px #CCC;
}

    .serviceicon .fa {
        color: #585858;
        font-size: 3.0em;
    }

.box-custom .title {
    line-height: 23px;
}

.box-custom h3 {
    border-bottom: 0 none;
    color: #243350;
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 3px 0 0;
    padding: 0;
}

.box-custom .buttonholder {
    width: 100%;
    margin-top: 15px;
}

/* Styling for the news area below. */
.media a {
    color: #000;
}

h2.section-title {
    font-size: 2.25em;
    font-weight: normal;
}

    h2.section-title small {
        font-size: 50%;
    }

.media .media-heading {
    color: #585858;
}

.media h2.media-heading {
    font-weight: bold;
}

.media time {
    font-style: italic;
}

/* styling for the side navigation below. */
.top-level-menu-item {
    border: 1px;
    border-color: aliceblue;
    border-style: solid;
}

.selected-sub-menu-item {
    background-color: whitesmoke;
}

.side-nav .nav li > a {
    text-decoration: none;
    color: #292723;
}

    .side-nav .nav li > a:hover {
        text-decoration: underline;
        background-color: transparent;
    }

.side-nav .sub-dropdown {
    list-style: none;
    padding-left: 10px;
    display: none;
}

.side-nav li.expandable a {
    padding-left: 25px;
}

.side-nav span.fa-plus, .side-nav span.fa-minus {
    padding: 10px 10px;
    position: absolute;
    left: 0px;
    top: 10px;
    /*border: 1px solid #777;*/
    height: 20px;
    width: 20px;
    margin: 0 0;
    z-index: 499;
    cursor: pointer;
}

.side-nav li.expandable span.fa-plus:before, .side-nav li.expandable span.fa-minus:before {
    position: absolute;
    top: 13%;
    left: 25%;
    text-indent: 0;
}

.side-nav .menu-open ul.sub-dropdown {
    animation-delay: 2s;
    display: block;
}

.nav > li.expandable.menu-open > a {
    padding-bottom: 5px;
}

.side-nav li.expandable a.active {
    text-decoration: underline;
    font-weight: bold;
}
