html, body {
    min-height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    background: #f0f0f0;
    background: linear-gradient(#f0f0f0, #e5e5e5);
}

body.app {
    background: #333
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: #0095ff;
}

.btn-dark {
    color: #ffffff;
    background-color: #333;
    border-color: #111;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open .dropdown-toggle.btn-dark {
    color: #ffffff;
    background-color: #555;
    border-color: #333;
}

.jumbotron.vertical-center {
    margin-bottom: 0;
    background-color: transparent;
}

.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

/*CATALOG MODAL*/
#catalog-filters {
    overflow: scroll;
    overflow-y: scroll;
    max-height: 90%;
    overflow-x: hidden;
}

#catalog-filters .filters button {
    margin: 2px;
}

#catalog .modal-body .left {
    width: 250px;
    height: 100%;
    border-right: 1px solid #e5e5e5;
    padding: 0 10px 10px;
    float: left;
}

#catalog .modal-body .right {
    height: 100%;
    float: left;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

#catalog h1, #catalog h3 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    display: block
}

#catalog h3 {
    font-size: 14px;
}

#catalog #bulk-insert {
    display: none
}

#catalog #bulk-insert-holder {
    display: inline-block;
    width: 100%;
    background: #c0c0c0;
    height: 120px;
    border: 1px solid #c0c0c0;
    overflow: hidden;
}

#catalog #bulk-insert-holder img {
    float: left;
    max-height: 100%;
    max-width: 100%;
}

#catalog .loading {
    background: url(https://glr.digitalartflow.eu/static/images/design/loading.gif) center no-repeat;
}

#catalog .products-list {
    padding: 10px 0 0 0;
    position: relative;
    overflow: auto;
}

#catalog .products-list .product {
    display: block;
    margin: 0 10px 10px 0;
    padding: 4px;
    overflow: hidden;
    width: 200px;
    float: left;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
}

#catalog .products-list .product i.fa-star {
    display: none;
}

#catalog .products-list .product i.fa-info-circle {
    display: none;
}

#catalog .products-list .product.featured i.fa-star {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    color: #ffc001;
    font-size: 24px
}

#catalog .products-list .product.show-info i.fa-info-circle {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #333;
    font-size: 24px;
    cursor: pointer;
}

#catalog .products-list .product .price {
    position: absolute;
    top: 5px;
    right: 0px;
    padding: 5px 10px;
    background: rgba(0, 149, 255, .75);
    color: #fff;
}

#catalog .products-list .product .view3D {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    opacity: 0;
    margin: -60px 0 0 -23px;
}

#catalog .products-list .product .addToRoom {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px 10px;
    background: rgba(0, 255, 0, .5);
    color: #fff;
    opacity: 0;
    display: none;
    margin: -20px 0 0 -11px;
}

#catalog .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    opacity: .7;
    display: none;
}

#catalog-view-3D, #catalog-view-product-info {
    position: absolute;
    /*width: 400px;*/
    /*height: 200px;*/
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15), 0 40px 40px -25px rgba(0, 0, 0, 1);
    display: none;
    overflow: auto;
}

#catalog-view-3D, #catalog-view-product-info > div {
    padding: 10px;
}

#catalog-view-3D button, #catalog-view-product-info button {
    background: #000;
    color: #fff;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#catalog-renderer-holder {
    width: 400px;
    height: 400px;
    background: #fff;
}

#catalog .products-list .product:hover .view3D {
    opacity: .5;
}

#catalog .products-list .product:hover .addToRoom {
    opacity: .5;
}

#catalog .products-list .product .view3D:hover {
    opacity: 1;
}

#catalog .products-list .product .addToRoom:hover {
    opacity: 1;
}

#catalog .products-list .product .info {
    border-top: 1px solid #e5e5e5;
    margin: 0px 10px;
    padding: 5px;
    height: 70px
}

#catalog .products-list .product .info strong {
    display: block;
    color: #0095ff;
    max-height: 40px;
    overflow: hidden;
}

#catalog .products-list .product .info em {
    display: block;
    font-size: 11px
}

#catalog .products-list .product:hover {
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 1);
}

#catalog .products-list .product .img-holder {
    height: 65%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#catalog .left ul {
    list-style: none;
    margin-bottom: 5px;
    padding: 0px;
}

#catalog .left ul li {
    padding-left: 10px;
}

#catalog .left ul li.header {
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0px;
}

#catalog-search {
    margin-bottom: 10px
}

.btn {
    border-radius: 3px;
    border: none;
    outline: none !important;
}

.btn-success {
    background: #36c02f
}

.btn-info {
    background: #0095ff
}

.btn-clear {
    background: transparent;
    color: #FFF
}

hr {
    border-color: rgba(255, 255, 255, .25)
}

/*LOGIN*/
.login-page {
    color: #fff;
}

.login-page:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    background: url(https://glr.digitalartflow.eu/static/images/design/background_grid.png) center;
    width: 100%;
    height: 100%;
}

.login-page a.logo {
    display: inline-block;
    float: none
}

.login-page form label {
    color: #dadada;
    font-weight: 400
}

.login-page form input {
    background: rgba(255, 255, 255, .65);
    border-radius: 0px
}

.login-form > div {
    background: url(https://glr.digitalartflow.eu/static/images/design/background.jpg) center no-repeat fixed;
    background-size: cover;
    box-shadow: 0 40px 40px -25px rgba(0, 0, 0, 1);
}

.login-form > div > div {
    padding: 10px;
    background: rgba(0, 30, 51, .65);
}

.login-form > div > div > div {
    padding: 20px;
    background: rgba(0, 30, 51, .65);
    overflow: hidden;
}

.login-form .header {
    display: block;
    overflow: hidden;
    text-align: center;
}

.login-form .register-left {
    width: 280px;
    float: left;
    font-size: 14px;
    font-weight: thin;
    padding: 20px 40px 20px 20px
}

.login-form .register-right {
    width: 300px;
    float: left;
}

@media (min-width: 993px) {
    /* entire container, keeps perspective */
    .flip-login {
        perspective: 1000px;
        -webkit-perspective: 1000px;
    }

    .flip-login, .flip-login .front, .flip-login .back {
        width: 100vw;
        height: 100vh;
    }

    /* flip speed goes here */
    .flip-login .flipper {
        transition: 0.6s;
        -webkit-transition: 0.6s;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        position: relative;
    }

    .flip-login.register .flipper {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }

    /* hide back of pane during swap */
    .flip-login .front, .flip-login .back {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;

        position: absolute;
        top: 0;
        left: 0;
    }

    /* front pane, placed above back */
    .flip-login .front {
        z-index: 2;
        /* for firefox 31 */
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }

    /* back, initially hidden pane */
    .flip-login .back {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
}

@media (max-width: 992px) {
    .jumbotron {
        padding: 0px !important;
    }

    .login-form > div {
        width: 100vw;
        height: 100vh;
    }

    .login-form > div > div {
        min-height: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .login-form > div > div > div {
        width: 100%;
        height: 100%;
    }

    .login-form .register-left {
        display: none;
    }

    .login-form .register-right {
        width: 100%;
    }

    .flip-login #login-form {
        display: block;
    }

    .flip-login #register-form {
        display: none;
    }

    .flip-login.register #register-form {
        display: block;
    }

    .flip-login.register #login-form {
        display: none;
    }
}

/*LOGIN*/

header {
    padding: 5px;
    background: #333;
    margin: 0;
    border-bottom: 1px solid #222;
    overflow: visible;
    height: 47px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

a.logo {
    display: block;
    background: url(https://glr.digitalartflow.eu/static/images/design/logo.png);
    width: 80px;
    height: 35px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
}

header nav {
    float: right;
    padding: 7px 10px 0;
}

header nav a {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    color: #e4e4e4
}

header #project-info {
    display: inline-block;
    color: #dfdfdf;
    font-size: 16px;
    padding-top: 7px;
    cursor: pointer;
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 26px
}

.form-group.required label:after {
    content: " *";
    color: #ff0000
}

.page-default h2 {
    border-bottom: 1px solid #dadada;
    padding-bottom: 5px;
    color: #808080
}

.page-default > .container {
    margin-top: 55px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

.page-default > .container > .row {
    background: #fff;
    padding: 0 20px;
}

.page-default .page-title {
    padding: 0;
}

.page-default .page-nav {
    border-bottom: 1px solid #dadada;
    padding: 0
}

.page-default .page-nav a {
    padding: 2px 0;
    display: inline-block;
    margin: 0 15px -1px 0;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
    font-weight: bold;
}

.page-default .page-nav a:hover, .page-default .page-nav a.active {
    color: #0095ff;
    border-bottom: 1px solid #0095ff;
}

.page-default .page-body {
    padding: 20px 0;
}

.page-default .page-body p {
    color: #999
}

/* APP */
.app header {
    padding: 0;
    border-bottom: none;
    height: 36px
}

.app header nav {
    float: right;
    padding: 0;
}

.app header nav a {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    color: #e4e4e4;
    padding: 8px 12px
}

.app header nav a.btnMore {
    background: #0095ff;
    color: #333
}

.app header nav a.btnMore {
    background: #0095ff;
    color: #333
}

.app #header-menu {
    display: none;
    position: absolute;
    top: 36px;
    right: 0px;
    overflow: hidden;
    z-index: 1;
    background: #0095ff;
    color: #333;
}

.app #header-menu a {
    display: block;
    padding: 5px 10px;
}

.app #header-menu a:hover {
    background: #333;
    color: #0095ff
}

.app header nav a.shoppingCart span {
    display: block;
    float: left;
    color: #f0f0f0;
    font-size: 18px;
    line-height: 20px;
    padding-right: 5px;
}

.app header nav a.shoppingCart i {
    color: #fff;
    font-size: 18px
}

.app header nav a.shoppingCart sup {
    float: right;
    border-radius: 15px;
    background: #0095ff;
    color: #fff;
    display: block;
    width: 15px;
    height: 15px;
    padding: 7px 0;
    text-align: center;
    font-weight: bold;
}

.btn-app {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    border-radius: 15px;
}

#btnAddFromCatalog {
    width: 60px;
    height: 60px;
    font-size: 18px;
    border-radius: 30px;
    color: #fff;
    background: #0095ff;
    bottom: 20px;
    right: 20px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25)
}

#btnFinishRoom {
    width: 60px;
    height: 60px;
    font-size: 18px;
    border-radius: 30px;
    color: #fff;
    background: #0095ff;
    bottom: 20px;
    right: 20px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25)
}

#btnCancel {

    font-size: 18px;
    border-radius: 30px;
    top: 60px;
    right: 10px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25)
}

#btnScreenShoot {
    width: 39px;
    height: 39px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    background: rgba(255, 255, 255, .15);
    bottom: 20px;
    left: 120px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
    border: 1px solid #fff;
}

#btnOptions {
    width: 39px;
    height: 39px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    background: rgba(255, 255, 255, .15);
    top: 56px;
    left: 20px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
    border: 1px solid #fff;
}

#btnPaintBrush {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    background: #333;
    bottom: 90px;
    right: 30px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
}

#btnCountertops {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    background: #333;
    bottom: 190px;
    right: 30px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
}

#btnBuild {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    color: #fff;
    background: #333;
    bottom: 140px;
    right: 30px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
}

#btnUndo {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    color: #333;
    background: #fff;
    bottom: 30px;
    right: 140px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
}

#btnRedo {
    width: 40px;
    height: 40px;
    font-size: 16px;
    border-radius: 25px;
    color: #333;
    background: #fff;
    bottom: 30px;
    right: 90px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
}

#btnSwitchActions {
    width: auto;
    height: 30px;
    font-size: 14px;
    border-radius: 25px;
    color: #fff;
    background: rgba(255, 255, 255, .15);
    top: 56px;
    right: 10px;
    font-weight: normal;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
    padding: 0 10px;
    border-bottom: 1px solid #fff;
}

#savingStatus {
    position: absolute;
    bottom: 40px;
    right: 190px;
    color: #fff;
    display: none
}

#cameraSwitch {
    position: absolute;
    bottom: 20px;
    left: 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
    border-radius: 20px;
    background: #333
}

#cameraSwitch .btn-app {
    position: static !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    background: transparent;
    color: #fff;
    font-weight: bold
}

#cameraSwitch .btn-app.active {
    background: #0095ff;
}

#actionSwitch {
    position: absolute;
    top: 56px;
    right: 30px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
    border-radius: 20px;
    background: #fff;
    width: 40px;
}

#actionSwitch .btn-app {
    position: static !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    background: transparent;
    color: #333;
    font-weight: bold
}

#actionSwitch .btn-app.active {
    background: #0095ff;
    color: #fff
}

#drawTypeSwitch {
    position: absolute;
    bottom: 20px;
    left: 20px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .25);
    border-radius: 20px;
    background: #333
}

#drawTypeSwitch .btn-app {
    position: static !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px;
    background: transparent;
    color: #fff;
    font-weight: bold
}

#drawTypeSwitch .btn-app.active {
    background: #0095ff;
    color: #fff
}

#app-canvas {
    position: absolute;
    top: 36px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;

    /*background:
    linear-gradient(
      limegreen,
      transparent
    ),
    linear-gradient(
      90deg,
      skyblue,
      transparent
    ),
    linear-gradient(
      -90deg,
      #0095ff,
      transparent
    );

    background-blend-mode: screen;*/
    background: #a6b7ad
}

#app-tools {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    text-align: center;
}

#app-tools > div {
    background: #fff;
    padding: 4px;
    margin: auto;
    display: inline-block;
}

#modal-room-select .modal-body > div {
    position: relative;
    height: 300px;
    overflow: hidden;
}

#modal-room-select .modal-body > div > div {
    overflow: auto;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.btn-room {
    display: block;
    float: left;
    width: 81px;
    height: 81px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    border: 0px;
    background-color: #e5e5e5;
    margin: 4px;
    outline: 0
}

.btn-room:hover {
    border: 5px solid #55aaff;
}

.btn-room.ushape {
    background-image: url(https://glr.digitalartflow.eu/static/images/room_types/Ushape.png)
}

/* INNO MODAL */
.innoModal {
    display: none;
    /*position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;*/
}

.innoModal .innoModalBackground {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5)
}

.innoModal .innoModalBody {
    position: fixed;
    background: transparent;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    color: #333;
}

.innoModal.bottom .innoModalBody {
    bottom: 0px;
    top: auto;
    transform: translate(-50%, 0);
}

.innoModal.right .innoModalBody {
    right: 0px;
    left: auto;
    transform: translate(0, -50%);
}

.innoModal.left .innoModalBody {
    left: 0px;
    right: auto;
    transform: translate(0, -50%);
}

.innoModal.bottom.right .innoModalBody {
    transform: initial;
}

.innoModal.bottom.left .innoModalBody {
    transform: initial;
}

.innoModal h1, .innoModal h2, .innoModal h3 {
    margin: 0;
}

.innoModal .header {
    padding: 15px 10px;
    background: #0095ff;
    overflow: hidden;
    border-bottom: 1px solid #004980;
    color: #fff;
}

.innoModal.draggable .header {
    cursor: move
}

.innoModal .footer {
    padding: 5px 10px;
    background: #eaeaea;
    overflow: visible;
    color: #333;
    border-top: 1px solid #d2cfcb;
}

.innoModal .body {
    background: #fff;
    max-height: 70vh;
    overflow: auto;
}

#modal-first-screen .innoModalBody {
    max-width: 80vw;
    max-height: 80vh;
    width: 600px;
}

#modal-help-screen .innoModalBody {
    max-width: 80vw;
    max-height: 80vh;
    width: 750px;
    overflow: auto
}

#modal-help-screen .body {
    background: #0095ff;
}

#modal-help-screen h1 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

#modal-help-screen .left-info {
    background: #333;
    color: #fff;
    padding: 20px;
    height: 395px;
    margin-top: 20px;
}

#modal-help-screen .right-info {
    padding-top: 20px;
}

#modal-help-screen .right-info h1 {
    font-size: 20px;
    text-align: center;
    color: #fff
}

.innoModalBody .btn-square {
    margin: 20px auto;
    width: 150px;
    height: 150px;
    white-space: normal;
    color: #fff;
    background: #333
}

#modal-wall-textures .body button {
    position: relative;
}

#modal-wall-textures .body button i {
    position: absolute;
    display: none;
    bottom: 10px;
    right: 10px;
    font-size: 22px;
    color: #fff;
    text-shadow: 0 0 5px #000;
}

#modal-wall-textures .body button.active i {
    display: block
}

.btn-shortcut {
    position: relative;
}

.btn-shortcut .shortcut {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #0095ff;
    color: #fff;
    font-size: 12px;
    width: 20px;
    line-height: 20px;
    box-shadow: 0 0 5px #000;
    border-radius: 2px;
    text-align: center;
    display: none;
    font-weight: bold;
    text-shadow: 0 0 2px #000;
}

.btn-shortcut .shortcut.left {
    left: -10px;
}

/* CONTEXTUAL MENU */
.contextualMenu {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    overflow: hidden;
    z-index: 1;
    background: #0095ff;
    color: #333;
    padding: 0px;
}

.contextualMenu li {
    display: block;
    padding: 5px 10px;
    cursor: pointer;
}

.contextualMenu li:hover {
    background: #333;
    color: #0095ff
}

.colorpicker-2x .colorpicker-saturation {
    width: 200px;
    height: 200px;
}

.colorpicker-2x .colorpicker-hue,
.colorpicker-2x .colorpicker-alpha {
    width: 30px;
    height: 200px;
}

.colorpicker-2x .colorpicker-color,
.colorpicker-2x .colorpicker-color div {
    height: 30px;
}

#modal-countertops .row > div {
    cursor: pointer;
    text-align: center;
    padding: 5px;
}

#modal-countertops .row > div.active, #modal-countertops .row > div:hover {
    background: #286090;
    color: #fff
}

#modal-countertops .row > div i {
    color: #fff;
}

#modal-products-list .countertop-info{
    color: red;
    display: none;
    float: left;
}

.ml-5{
    margin-left: 5px;
}
.select-height{
    min-height: 300px;
}

/*#modal-countertops .btn {*/
/*    color: #333;*/
/*    width:100%;*/
/*    min-width:150px*/
/*}*/

/*#modal-countertops .btn.active, #modal-countertops .btn:hover {*/
/*    color: #fff;*/
/*}*/

/*#modal-countertops .btn span{*/
/*    display: block;*/
/*}*/
