.SpaceO .ul_subgroup {
    padding: 6px 0px !important;
}

.SpaceO .ul_subgroup li {
    padding: 6px 50px !important;
}

.SpaceO .ul_subgroup li:hover {
    color: #0f3a54;
    background-color: #f2f2f2;
}

.SpaceO .spaceo-select-ul-header li:hover {
    background-color: #f2f2f2;
}

.SpaceO .spaceo-select-ul-header li ul .li_subgroup:hover {
    background-color: #f2f2f2 !important;
}

.SpaceO .spaceo-select-ul-header li .ul_group li:hover {
    background-color: #fff;
}


.SpaceO .spaceo-select-ul-header li .ul_group .li_option:hover {
    background-color: #f2f2f2;
}

.SpaceO .fa.fa-plus-square:hover,
.SpaceO .fa.fa-minus-square:hover {
    color: #1c6c9c;
}

.SpaceO .selcted_option {
    color: #1c6c9c;
}

.SpaceO {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.SpaceO ul {
    padding-left: 0;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    position: relative;
}

.SpaceO a {
    font-size: 20px;
    cursor: pointer;
    color: #262626;
    width: 39.567px;
    border-right-width: 0px;
    border-right-style: solid;
    padding-right: 15px;
}

b {
    padding-left: 5px;
}

.PointerIcon {
    cursor: pointer;
}

.PointerIcon:hover {
    color: #262626;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.0);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.0);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.0);
    transition: all 200ms ease-in;
    transform: scale(1.0);
}

.PointerIconSelected {
    color: #262626;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.0);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.0);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.0);
    transition: all 200ms ease-in;
    transform: scale(1.0);
}

.plusIcon {
    background: url("../images/plus.png") no-repeat right;
    cursor: pointer;
    background-size: 12px 12px;
}

.minusIcon {
    background: url("../images/minus.png") no-repeat right;
    cursor: pointer;
    background-size: 12px 12px;
}

.expandIcon {
    background: url("../images/expand-button.png") no-repeat 99.5% center;
    /* cursor: pointer;*/
    background-size: 12px;

}

span.expandIcon {
    right: 50px;
}

.collapseIcon {
    background: url("../images/collapse-button.png") no-repeat 99.5% center;
    /* cursor: pointer;*/
    background-size: 12px;

}

.ComponentList {
    background-color: #f7f6f8;
    /*border-color: #0f090f;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    z-index: 1000;
    transform: rotateY(10deg);
    box-shadow: 8px 8px 5px grey;
    position: absolute;
    overflow: auto;*/

    overflow-y: auto;
    width: 100%;
    /*height: 350px !important;*/
    border-color: #0f090f;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    box-shadow: 8px 8px 5px grey;
    position: absolute;
    z-index: 1000;
}

.SpaceO .span {
    position: absolute !important;
    right: 0;
    top: 0 !important;
    width: 50px !important;
    height: 25px;
    border: none !important;
    background: none !important
}

.SpaceO .expandIcon {

    border: 1px solid #cccccc;
    padding: 0px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    min-height: 36px;
    -webkit-appearance: none;
    padding-right: 40px;    
    text-overflow: ellipsis;
    white-space: nowrap;

}
.SpaceO .ComponentList {
    height: auto;
    padding: 0;
    margin: 2px 0 0 0;
    z-index: 10000;
    background: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.spaceo-select-ul-header li {
    padding: 3px 12px;
}

.clearIcon {
    background: url("../images/clear1.png") no-repeat 98% center;
    cursor: pointer;
    background-size: 12px;

}

.SpaceO .clear-btn {
    position: absolute;
    background: url("../images/clear1.png") no-repeat 98% center;
    background-size: 25px;
    cursor: pointer;
    right: 20px;
    top: 3px;
    width: 25px;
    height: 25px;
    padding: 5px;
    /* z-index: 1011; */
    z-index: 999;
}

.SpaceO .fa {
    display: inline-block;
    background-image: url('../images/plus-minus.png');
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    background-color: #333;
    vertical-align: middle;
    background-position: center;
    border-radius: 4px;
}

.SpaceO .fa.fa-plus-square {
    background-size: 20px;
    background-position: -0px -0px;

}

.SpaceO .fa.fa-plus-square:hover,
.SpaceO .fa.fa-minus-square:hover {
    background-color: #1c6c9c
}

.SpaceO .fa.fa-minus-square {
    background-size: 20px;
    background-position: -0px -20px;
}

.SpaceOPaddingLeft {
    padding-left: 40px;
}

.SpaceO .li_group:hover,
.SpaceO .li_subgroup:hover {
    cursor: pointer;
}

.switch6 {
    max-width: 17em;
    /* margin: 0 auto; */


}

.switch6-light>span,
.switch-toggle>span {
    color: white;
}

.switch6-light span span,
.switch6-light label,
.switch-toggle span span,
.switch-toggle label {
    color: white;
}

.switch-toggle a,
.switch6-light span span {
    display: none;
    cursor: pointer;
}

.switch6-light {
    display: block;
    height: 33px;
    position: relative;
    overflow: visible;
    padding: 0px;
    margin-left: 0px;
}

.switch6-light * {
    box-sizing: border-box;
}

.switch6-light a {
    display: block;
    transition: all 0.3s ease-out 0s !important;
    -webkit-transition: all 0.3s ease-out 0s !important;
}

.switch6-light label,
.switch6-light>span {
    line-height: 30px;
    vertical-align: middle;
}

.switch6-light label {
    font-weight: 700;
    margin-bottom: px;
    max-width: 100%;
}

.switch6-light input:focus~a,
.switch6-light input:focus+label {
    outline: 1px dotted rgb(136, 136, 136);
}

.switch6-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.switch6-light input:checked~a {
    right: 0%;
}

.switch6-light>span {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0px;
    padding-right: 100px;
    text-align: left;
}

.switch6-light>span span {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
}

.switch6-light>span span:last-child {
    left: 50%;
}

.switch6-light a {
    position: absolute;
    right: 50%;
    top: 0px;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0px;
}

.switch6_primary {
    color: black !important;
    height: 33px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    cursor: pointer;
    -webkit-border-radius: 99em;
    -moz-border-radius: 99em;
    border-radius: 99em;
    border: 2px solid #464343;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 13px 13px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 13px 13px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}

#ul_Zoi.navigation {
    position: relative;
    padding: 0 15px !important;
}