/* ===========================================================
 *
 *  Name:          selectordie_theme_03.css
 *  Updated:       2014-04-27
 *  Created by:    Per V @ Vst.mn
 *  What?:         Custom "theme" for Select or Die
 *                 To use this theme, include this file
 *                 instead of the .selectordie.css file
 *
 *
 *  Beards, Rock & Loud Guns | Cogs 'n Kegs
 * =========================================================== */

/* Remove, change to fit your needs */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

.sod_select,
.sod_select *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.yg-xqbj,.l_div .sod_select{
    width: 242px;
}
.xinchou .tab1 div{
    margin-top: 0px;
}
.xinchou .tab1 .sod_select{
    left: -28px;
}
.wxcon .sod_select{
    width: 100px;
}
.wxcon .wxgj .sod_select{
    width: 162px;
}

.public-content .sod_select{
    width: 180px;
}
.social-js .sod_select{
    width: 90px;
}
.add-man .sod_select{
    width: 260px;
}
.add-man .select>div{
    background-position: 240px center!important;
}
.sod_select
{
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 185px;
    height: 38px;
    padding: 10px 0 0 20px;
    background-color: #ffffff;
    border: 1px solid silver;
    color: #787878;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px; /* Opera */
    cursor: default;
    border-radius: 4px;
    margin-right: 8px;
}
.slarySet .sod_select{
    width: 110px;
}
.bill-right .sod_select{
    width: 120px;
}
.slarySet .select{
    background-position:90px center;
    margin:0px 15px;
}
/* Up/Down arrows */
.sod_select:before{
    content: "1";/*/\25B2/*/
    position: absolute;
    right: 15px;
    top: 20px;
    color: transparent;
    font-size: 7px;
    background: url("../rsr_images/jsq_dot.png") no-repeat center #fff;
    width: 12px;
    height: 7px;
}
.yg-xqbj .sod_select:after{
    right: 13px;
}
.sod_select:after
{
    background: url(../images/xiala.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 8px;
    color: #bbbbbb;
    font-size: 11px;
}

/* Down arrow */


/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus
{
    border-color: #ccc;
}

.sod_select.focus { box-shadow: 0 0 2px rgba(0,0,0,.1); }

.sod_select.open
{
    border:1px solid #ccc;
    border-radius: 3px 3px 0 0;
    color: #919191;
    box-shadow: 1px 2px 5px rgba(0,0,0,.1);
}

.sod_select.open.above
{
    border-radius: 0 0 3px 3px;
    box-shadow: 1px -2px 5px rgba(0,0,0,.1);
}

/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled,
.sod_select.disabled:hover
{
    opacity: .8;
    color: #b2b2b2;
    cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

    padding-right: 25px;
}

.sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ }
.sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ }


.yg-xqbj,.l_div  .sod_select .sod_list{
    width: 242px;
}
.selecte li{
    float: inherit;
    margin-left: 0px;
}
.wxcon  .sod_select .sod_list{
    width: 100px;
}
.wxcon .wxgj  .sod_select .sod_list{
    width: 162px;
}
.public-content .sod_select .sod_list{
    width: 180px;
}
.social-js .sod_select .sod_list{
    width: 90px;
}
.slarySet  .sod_select .sod_list{
    width: 110px;
}
.bill-right  .sod_select .sod_list{
    width: 120px;
}
.add-man  .sod_select .sod_list{
    width: 260px;
}
/* Options list wrapper */
.sod_select .sod_list
{
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width:196px;
    margin: 0 0 0 -1px;
    background: #ffffff;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 2px 5px rgba(0,0,0,.1);
    z-index: 101;
}

/* The "divider" shown above the list */
.sod_select .sod_list:before
{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    top: -1px;
    background: #dbdbdb;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list { display: block;
    border:1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow:hidden;
    overflow-x: hidden;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list { display: none;  }

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list
{
    top: auto;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: none;
    box-shadow: 1px -2px 5px rgba(0,0,0,.1);
}

.sod_select.above .sod_list:before
{
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    bottom: -1px;
    top: auto;
    background: #dbdbdb;
}

.slarySet  .sod_select .sod_list ul{
    width: 110px;
}
.bill-right  .sod_select .sod_list ul{
    width: 120px;
}
/* Options list container */
.sod_select .sod_list ul
{
    overflow-y: auto;
    padding: 0;
    margin: 0;
    border-radius: 3px;

}
.public-content .sod_select .sod_list li{
    width: 178px;
}
.social-js .sod_select .sod_list li{
    width:88px;
}
.slarySet    .sod_select .sod_list li{
    width: 108px;
}
/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_list li
{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width:100%;
    position: relative;
    padding: 0px 5px;
    list-style-type: none;
    color: #676767;
}

/* Optgroups */
.sod_select .sod_list .optgroup,
.sod_select .sod_list .optgroup.disabled
{
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_list .groupchild { padding-left: 20px; }

/* Disabled option */
.sod_select .sod_list .disabled
{
    background: inherit;
    color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_list .active
{   font-size: 14px;
    background: #ccc;
    color: white;
}

/*Make room for the check mark */
.sod_select .sod_list .selected
{
    padding-right: 30px;
    font-weight: 700;
}

/* Displays a check mark for the selected option */
.sod_select .sod_list .selected:before
{
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

/* Add a .no_highlight class to you SoD to hide the check mark */
.sod_select.no_highlight .sod_list .selected:before { display: none; }

.sod_select .sod_list .link { /* If data-link is set on a specific option */ }
.sod_select .sod_list .linkexternal { /* If data-link-external is set on a specific option */ }


/* Hide native select */
.sod_select select { display: none !important; }

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select
{
    -webkit-appearance: menulist-button;

    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}