.svoselect-contain {
    outline:none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    height: 30px;
    background: transparent; /*#ffffff;*/
    /*background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(47%, #f6f6f6), to(#ededed));*/
    /*background: linear-gradient(to bottom, #fff 0%, #f6f6f6 47%, #ededed 100%);*/
    /*border-radius: 3px;*/
    /*border: 1px solid #d4d4d4;*/
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100% !important;
    max-width:210px;
    box-sizing: border-box;
}

.select .svoselect-contain {
    max-width:unset;
}

.svoselect-contain:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    /*border: 1px solid #3498db;*/
}
.svoselect-contain * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.svoselect-contain:hover {
    background: #f4f4f4;
    outline:none;
}
.svoselect-contain>div.svoselect-outer {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.svoselect-contain>div.svoselect-outer::after,.avecsousoptions::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.3);
    top: 13.5px;
    right: 10px;
}
.avecsousoptions,.avecsousoptions label {
    cursor: pointer;
}
.avecsousoptions::after {
     content: ' ';
     position: absolute;
     width: 0;
     height: 0;
     display: block;
     border: 5px solid transparent;
     border-top: 5px solid rgba(0, 0, 0, 0.3);
     top: 13.5px;
     right: 15px;
 }
.avecsousoptions .sousoptions{
    display: flex; position: absolute; z-index: 10; background: #fff; border: 1px solid #ccc; padding: 10px 0px; margin-top: -7px;min-width: 200px;
}
.svoselect-contain>div.svoselect-outer>div.svoselect-display {
    line-height: 32px;
    display: inline-block;
    height: 32px;
    max-width: calc(100% - 25px);
    padding: 0 5px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 13px;
    text-transform: uppercase;
}
.svoselect-contain>div.svoselect-outer>div.svoselect-display>span {
    display: inline-block;
    float: none !important;
}
.svoselect-contain>div.svoselect-outer span.svoselect-cross {
    margin: 0 2px;
    /*width: 12px;*/
    /*height: 12px;*/
    display: inline-block;
    line-height: 10px !important;
    float: none !important;
    text-align: center;
    font-weight: normal !important;
    color: white;
    border-radius: 100%;
    background: #e74c3c;
    font-size:10px;
    /*padding-right: 1px*/
    padding: 0px 2px;
}
.svoselect-contain.svoselect-break {
    height: auto
}
.svoselect-contain.svoselect-break>div.svoselect-outer>div.svoselect-display {
    overflow: visible;
    height: auto;
    white-space: normal;
    text-overflow: initial;
}
.svoselect-contain.svoselect-alwaysOpen,
.svoselect-contain.open {
    border-radius: 3px 3px 0 0
}
.svoselect-contain.svoselect-alwaysOpen>div.svoselect-outer::after {
    display: none
}
.svoselect-contain.svoselect-alwaysOpen>div.svoselect-outer>div.svoselect-display {
    max-width: 100%
}
.svoselect-contain.svoselect-alwaysOpen>div.svoselect-dropdown {
    position: static;
    display: block !important;
    height: auto
}
.svoselect-contain>div.svoselect-dropdown {
    width: 100% !important;
    box-sizing: border-box;
    /*margin-left: -1px;*/
    position: absolute;
    top: 100%;
    height: 0;
    overflow: hidden;
    display: none;
    border: 1px solid #d4d4d4;
    background: #ffffff;
    z-index:2000;
}
.svoselect-contain>div.svoselect-dropdown.open {
    display: block;
    height: auto
}

.svoselect-contain>.svoselect-dropdown.open.forceTop,.svoselect-contain>.svoselect-dropdown.forceTop {
    bottom: 100%;
    top: unset;
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-search {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 4px
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-search>input {
    background: white;
    height: 24px;
    border: 0;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0 4px;
    top: -2px
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-search>input:focus,
.svoselect-contain>div.svoselect-dropdown>div.svoselect-search>input:active {
    outline: none
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options {
    overflow: auto
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-selectAll {
    font-size: 1em;
    height: 24px;
    line-height: 24px;
    background: white
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-selectAll>input {
    pointer-events: none
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option {
    padding: 0px 5px;
    color: #555;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:uppercase;
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option span.glyphicons {
	line-height: 22px !important;
	margin-top: 0;
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-group {
    background: #ddd;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    font-weight: bold
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-group:hover {
    background: #ccc
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-child {
    padding-left: 5px
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option:hover {
    background: #f0f0f0;
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-selected {
    background: #e9e9e9
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-nocheckbox {
    padding-left: 30px
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-nocheckbox.svoselect-selected {}.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-disabled {
    opacity: 0.4
}
.svoselect-contain>div.svoselect-dropdown>div.svoselect-options>div.svoselect-option.svoselect-disabled:hover {
    background: none
}
.dscb {
    line-height: 21px !important;
}
.dscb.glyphicons-unchecked::before {
	content: '\2610';
	font-family: arial;
	text-indent: -3px;
	margin-right: 4px;
}
.dscb.glyphicons-check::before {
	content: '\2611';
	font-family: arial;
	text-indent: -3px;
	margin-right: 4px;
}

.editModule div.panel > div.content div.champ > .linerow > .input[data-quickedit="1"] .svoselect-contain {
    width: calc(100% - 32px) !important;
}

.btn_quick{
    display: block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 6px;
    height: 26px;
    float:right;
    border: 1px solid #ccc;
    width: 26px;
    background: white;
    text-align: center;
    line-height: 22px;
    vertical-align: top;
}
.btn_quick span {
    text-align: center;
    line-height: 22px;
}
.svoselect-contain>div.svoselect-outer>div.svoselect-display.svoselect-expanded {
    overflow: auto;
    white-space: unset;
    padding: 5px;
    text-transform: uppercase;
}

.svoselect-contain>div.svoselect-outer>div.svoselect-display.svoselect-expanded> span {
    /*display: inline-block;*/
    /*margin: 2px 5px;*/
    /*padding: 0px 5px;*/
    /*background: #34495e;*/
    /*border-radius: 8px;*/
    /*color:#fff;*/

    display: inline-block;
    margin: 1px;
    padding: 0px 8px;
    background: #ededed;
}

.svoselect-option.csSub:before {
    content: " ⮡ ";
    display: inline-block;
    width: 20px;
}
.svoselect-option.csSub {
    padding-left: 10px !important;
}

