#ne_view input[type=radio]+.ne-ui {
    /* border: none; */
    /* background-color: #383636; */
}

#ne_view input[type=radio]:checked+.ne-ui {
    /* background-color: #2e2e2e; */
    border: unset;
}

#ne_view input[type=radio]+.ne-ui {
    /* border: unset; */
    /* background-color: #555; */
    /* margin: 0; */
}

#ne_view .ne-form {
    width: fit-content;
    padding: 0;
    margin: 0;
    height: max-content;
}



/* View */

#ne_view {
    height: calc(100vh - 60px);
    left: 0;
    padding: 0;
    top: 60px;
    z-index: 15;
    margin: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
    overflow-y: scroll;
    height: calc(385px);
    -webkit-overflow-scrolling: touch;
    position: fixed;
    overflow-x: hidden;
    color: #ffffff96;
}

#ne_view p.message {
    background: #19191905;
    color: #898989;
    width: 290px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 100px;
    margin-top: calc(100vh - 50%);
    padding: 6px;
    height: 50px;
    line-height: 38px;
}

@media screen and (min-width: 375px) {

    #ne_view {
        height: calc(488px);
        overflow-y: unset;
        width: 100%;
        padding-top: 0px;
        overflow-x: hidden;
    }

    #ne_view .search {
        background: rgb(249, 249, 249);
        padding: 0px 0px 0px 0px;
        margin: 0;
        width: 355px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    }

    #ne_view .search input {
        padding: 10px 15px 10px 41px;
        font-size: 17px;
        margin-bottom: 0px;
        border: 0;
        text-align: left;
        border-radius: 0;
        background-image: url(../images/ui/ui-search.png);
        background-size: 20px;
        background-position: calc(10px) 11px;
        background-repeat: no-repeat;
        width: 244px;
        border: 0;
        height: 40px;
        border: 1px solid rgba(204, 204, 204, 0.17);
    }
}

@media screen and (min-width: 412px) {

    #ne_view {
        height: calc(648px);
        overflow-y: scroll;
    }
}

@media screen and (min-width: 768px) {

    #ne_view {
        left: unset;
        right: 0;
        height: 100vh;
        right: unset;
    }
}

@media screen and (min-width: 1024px) {

    #ne_view {
        height: calc(100vh - 60px);
        width: 100%;
        overflow-y: unset;
        padding-top: 45px;
        left: 0;
    }

    #ne_view.active {
        height: calc(100vh - 60px);
        transition: 0.3s all ease-in-out;
    }

    #ne_view.active.compact {
        width: calc(100% - 390px);
        left: 0;
    }

    #ne_view.active.compact.full {
        width: calc(100% - 373px);
        left: 0px;
    }

    #ne_view.active.expand {
        top: 60px;
        height: calc(100vh - 60px);
        padding-top: 1px;
    }

    #ne_view.full {
        left: 0;
        width: calc(100%);
    }

    #ne_view #actions {
        position: fixed;
        top: 71px;
        right: -313px;
        width: 360px;
        padding: 0px 0px 0px 0px;
        background: #fff;
        box-shadow: 1px 1px 6px #00000047;
        border-radius: 4px;
        height: auto;
        overflow: hidden;
        cursor: pointer;
        z-index: 99;
        display: none;
    }

    #ne_view #actions.active {
        right: 0px;
    }

    #ne_view #actions .check {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px 0 0px;
    }

    #ne_view #actions .button {
        display: inline-block;
        margin: 10px;
    }

    #ne_view #actions .button.show-prio {
        background: url(../images/ui/ui-filter-full-1.png) no-repeat;
        width: 30px;
        margin: 0;
        height: 60px;
        line-height: normal;
        padding-right: 10px;
        background-size: 18px;
        background-position: center;
    }

    #ne_view .search {
        padding: 0px 0px 0px 0px;
        margin: 0;
        width: 750px;
        height: 60px;
    }

    #ne_view .search input {
        padding: 10px 15px 10px 50px;
        font-size: 16px;
        margin-bottom: 0px;
        text-align: left;
        border-radius: 0;
        background-image: url(../images/ui/ui-search.png);
        background-size: 20px;
        background-position: calc(11px) 8px;
        background-repeat: no-repeat;
        width: 300px;
        height: 35px;
        position: absolute;
        top: 13px;
        left: 17px;
        border-radius: 34px;
        background-color: #eee;
    }

}






#ne_view input[type=radio]:checked+.ne-ui {
    /* background-color: #f4a83c; */
    border: unset;
    color: #000 !important;
    /* background: url(../images/ui/lights-diod-green.png) #645f5f69 no-repeat !important; */
    background-size: 20px !important;!i;!;
    background-position: 7px !important;!i;!;
    color: #fff !important;!i;!;
    background-image: url(../images/ui/lights-diod-green.png) !important;!i;!;
    background-repeat: no-repeat;
}

#ne_view input[type=radio]+.ne-ui {
    border: unset;
    background-color: #383636;
    margin: 0;
    width: 100%;
    color: #aaa;
}


 
/* View */

#ne_view {
    height: calc(100vh - 60px);
    left: 0;
    padding: 0;
    top: 60px;
    z-index: 15;
    margin: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
    overflow-y: scroll;
    height: calc(385px);
    -webkit-overflow-scrolling: touch;
    position: fixed;
    overflow-x: hidden;
    color: #ffffff96;
}

#ne_view p.message {
    background: #19191905;
    color: #898989;
    width: 350px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 100px;
    margin-top: calc(100vh - 50%);
    padding: 6px;
    height: 50px;
    line-height: 38px;
}

@media screen and (min-width: 375px) {

    #ne_view {
        height: calc(100vh - 305px);
        overflow-y: unset;
        width: 100%;
        padding-top: 1px;
        overflow-x: hidden;
        margin: 0;
    }

    #ne_view .search {
        background: rgb(249, 249, 249);
        padding: 0px 0px 0px 0px;
        margin: 0;
        width: 355px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    }

    #ne_view .search input {
        padding: 10px 15px 10px 41px;
        font-size: 17px;
        margin-bottom: 0px;
        border: 0;
        text-align: left;
        border-radius: 0;
        background-image: url(../images/ui/ui-search.png);
        background-size: 20px;
        background-position: calc(10px) 11px;
        background-repeat: no-repeat;
        width: 244px;
        border: 0;
        height: 40px;
        border: 1px solid rgba(204, 204, 204, 0.17);
    }
}

@media screen and (min-width: 412px) {
    #ne_view {
        height: calc(488px);
        overflow-y: scroll;
        top: 60px;
    }
    #ne_view.expand {
        height: calc(100vh - 65px);
        overflow-y: scroll;
        top: 60px;
    }
}

@media screen and (min-width: 768px) {

    #ne_view {
        left: unset;
        right: 0;
        height: 100vh;
        right: unset;
    }
}

@media screen and (min-width: 1024px) {

    #ne_view {
        height: calc(100vh - 60px);
        width: 100%;
        overflow-y: unset;
        padding-top: 45px;
        left: 0;
    }

    #ne_view.active {
        height: calc(100vh - 100px);
        transition: 0.3s all ease-in-out;
    }

    #ne_view.active.compact {}

    #ne_view.active.compact.full {
        width: calc(100% - 373px);
        left: 0px;
    }

    #ne_view.active.expand {
        top: 60px;
        height: calc(100vh - 100px);
        padding-top: 1px;
    }

    #ne_view.full {
        left: 0;
        width: calc(100%);
    }

    #ne_view #actions {
        position: fixed;
        top: 71px;
        right: -313px;
        width: 360px;
        padding: 0px 0px 0px 0px;
        background: #fff;
        box-shadow: 1px 1px 6px #00000047;
        border-radius: 4px;
        height: auto;
        overflow: hidden;
        cursor: pointer;
        z-index: 99;
        display: none;
    }

    #ne_view #actions.active {
        right: 0px;
    }

    #ne_view #actions .check {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px 0 0px;
    }

    #ne_view #actions .button {
        display: inline-block;
        margin: 10px;
    }

    #ne_view #actions .button.show-prio {
        background: url(../images/ui/ui-filter-full-1.png) no-repeat;
        width: 30px;
        margin: 0;
        height: 60px;
        line-height: normal;
        padding-right: 10px;
        background-size: 18px;
        background-position: center;
    }

    #ne_view .search {
        padding: 0px 0px 0px 0px;
        margin: 0;
        width: 750px;
        height: 60px;
    }

    #ne_view .search input {
        padding: 10px 15px 10px 50px;
        font-size: 16px;
        margin-bottom: 0px;
        text-align: left;
        border-radius: 0;
        background-image: url(../images/ui/ui-search.png);
        background-size: 20px;
        background-position: calc(11px) 8px;
        background-repeat: no-repeat;
        width: 300px;
        height: 35px;
        position: absolute;
        top: 13px;
        left: 17px;
        border-radius: 34px;
        background-color: #eee;
    }

}
