.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Long slim slider*/
/* The slider */
.slider_long {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider_long:before {
    position: absolute;
    content: "";
    height: 1.4vh;
    width: 0.7vw;
    left: 0.07vw;
    bottom: 0.2vh;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider_long {
    background-color: #2196F3;
}

input:focus + .slider_long {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider_long:before {
    -webkit-transform: translateX(3.55vw);
    -ms-transform: translateX(3.55vw);
    transform: translateX(3.55vw);
}

/* Rounded sliders */
.slider_long.round {
    border-radius: 1.5vh;
}

.slider_long.round:before {
    border-radius: 50%;
}

.modal {
    top: 20%
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    border-radius: 0px;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.wrapper {
    position: relative;
}

.wrapper .selected-items-box {
}

.selected-items-box .items-list {
    list-style-type: none;
    width: 100%;
}

.selected-items-box .items-list li {
    display: inline;
}

.wrapper .list {
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
    border-left: solid 1px #C7C6C7;
    border-right: solid 1px #C7C6C7;
    border-bottom: solid 1px #C7C6C7;
    border-top: solid 1px #C7C6C7;
    z-index: 100;
    position: absolute;
    width: 100%;
}

.list .items-list {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.list .items-list li {
    margin: 0;
    width: 100%;
    padding: 0;
    border-bottom: solid 1px #C7C6C7;
    padding: 5px;
    background-color: #fff;
}

.Configurator_class{
    style="float: right;
    margin-top: 0px;
    margin-right: 65px;
    font-size: 24px"

}

.left-screen-part {
    position:fixed;
    display: inline-block;
    width: 180px;
    height: 100vh;
    margin-left: 0.5vw;
    margin-top: 0.5vh;
    z-index: 1;
    vertical-align: top
}

.right-screen-part {
    position:relative;
    left: 180px;
    top: 20px;
    display: inline-block;
    width: 87vw;
    margin-left: 10px;
    margin-top: 30px;
    margin-right: 10px; 
    z-index: 2;
    overflow-y: scroll;
    max-height: 95vh;
    overflow-x: hidden
}


.main_commands_menu {
    position:fixed;
    width: 88%;
    margin-left: 180px;
    margin-top: 1vh;
    z-index: 1
}

.hidden-disabled {
    opacity: 1;
    cursor: default;
}

.jsoneditor jsoneditor-mode-code {
    border: 0px
}

.name-col {
    width: 26%
}

.jsoneditor-repair {
    display: none
}

.actions-col {
    width: 5%
}

.empty-col {
    width: 1%
}
