.tp-select {
    display: inline-block;
    width: 186px;
    position: relative;
    vertical-align: middle;
}
.tp-select .select-box {
    /*position: absolute;*/
    height: 30px;
    font: 13px/30px "Verdana", "Arial";
    /* In IE8, there should be space between "font-size/line-height" and "font-family". */
    text-shadow: 1px 1px 0 #EEEEEE;
    color: #666666;
    border-radius: 5px;
    background-position: 0 -136px, right -204px, 50% -68px, 0 0;
    background-repeat: no-repeat, no-repeat, no-repeat, repeat-x;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 20px;
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tp-select:hover .select-box, .tp-select.expanded  .select-box{
    background-position: 0 -170px, right -238px, 50% -102px, 0 -34px;
    color: #2c5667;
    border: 1px solid #4acbd6;
}
.tp-select .drop-down {
    position: absolute;
    top: 23px;
    left: 0;
    width: 100%;
    list-style: none;
    z-index: 990;
    vertical-align: middle;
    border: 1px solid #cccccc;
    max-height: 240px;
    overflow-y: auto;
    border-radius: 5px;
}
.tp-select li {
    background-color: #ffffff;
    cursor: pointer;
    padding: 0 0 0 15px;
    margin-left: -14px;
    overflow-x: hidden;
}
.tp-select li div {
    white-space: normal;
}
.tp-select li.selected {
    background-color: #fff;
    color: #4acbd6;
}
.tp-select li.hover {
    background-color: #4acbd6;
    color: #ffffff;
}
.tp-select ul {
    padding-left: 14px;
    list-style: none outside none;
    width: 100%;
    box-shadow: 1px 1px 5px #898989;
    box-sizing: border-box;
}

.select-container .select-title {
    top: 0;
    width: 188px;
    text-indent: 0;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #4D4D4D;
    text-align: left;
    margin: 0;
}

.select-title.time-separater {
    /*margin-left: 12px;*/
    text-align: center;
    width: 20px;
}
.select-title.separater {
    margin-left: 12px;
    text-align: center;
    width: 85px;
}
.select-title.xxxs {
    width: 90px;
}
.select-title.s {
    width: 90px;
}
.select-title.m {
    width: 127px;
}
.select-title.l {
    width: 218px;
}
.select-title.xl {
    width: 248px;
}
.select-title.xxl {
    width: 278px;
}
.select-title.xxxl {
    width: 318px;
}
/*.select-title label.label-title span {*/
    /*vertical-align: baseline;*/
/*}*/
.select-container {
    line-height: 36px;
}
.select-icon-container {
    /*display: inline-block;*/
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 30px;
    padding: 5px 0 0;
    box-sizing: border-box;
}
.select-icon {
    background: url("../img/icons.png") no-repeat scroll -444px -1206px;
    display: block;
    height: 20px;
    /*margin: 6px 0 0 180px;*/
    width: 20px;
    /*position: absolute;*/
    cursor: pointer;
}
.xs .tp-select {
    width: 60px;
}
.s .tp-select {
    width: 68px;
}
.m .tp-select {
    width: 108px;
}
.l .tp-select {
    width: 164px;
}
.xl .tp-select {
    width: 216px;
}
.xlc .tp-select {
    width: 250px;
}
.xxl .tp-select {
    width: 300px;
}
.xxxl .tp-select {
    width: 540px;
}
.spec-callblock .tp-select {
    width: 250px;
}

.disabled .select-box, .disabled .select-icon-container, .disabled .select-icon {
    cursor: not-allowed;
    color: #b3b3b3;
    border-color: #e6e6e6;
}
.disabled .tp-select:hover .select-box {
    border: 1px solid #e6e6e6;
    color: #b3b3b3;
}

.inline .select-container {
    display: inline-block;
}