.oe_filter{
    border: 1px solid #afafb6;
    color: #4c4c4c;
    padding: 0 4px;
    vertical-align: top;
    display: inline-block;
    line-height: 12px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding-top: 7px;
}

.oe_search_view{
    min-height: 22px;
    margin: 0 35px 0 15px;
    box-sizing: border-box;
    display: inherit;
    cursor: text;
    text-align: left;
    border-collapse: separate;
    font-family: "Lucida Grande", Helvetica, Verdana, Arial, sans-serif;
    color: #4c4c4c;
    border-spacing: 0;
}

/* Customize the label (the container) */
.container_filter {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_filter input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_filter:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_filter input:checked ~ .checkmark {
    background-color: #661301;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_filter input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container_filter .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: #afafb6;  /*rgba(255,255,255,0.7);*/
    z-index:9998;
    opacity: 0;
    display:none;
}

.loading-gif {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0px 0px -80px;
    width: 80px;
    height: 80px;
    z-index: 9999;
}

.textarea {
  resize: none;
}

label {
    color: #535252;
}

.btn_oe_field_m2m {
    background-color: #FFFFFF;
    color: #712e5d;
    margin-top: -15px;
    margin-right: 5px;
    position: relative;
    border: #eee;
}