.stc-box {
    display: inline-block;
    position: relative;
    width: 100%;
    background-color: transparent;
}
.stc-box:before {
	    position: absolute;
    background: url(../img/drop_select.png) no-repeat;
    content: '';
    left: 14px;
    top: 17px;
    width: 10px;
    height: 6px;

}
.stc-button {
    cursor: pointer;
   /* width: 20px;
    background: #DECCA6 url(stcombo_triangle.png) no-repeat center;*/
}

.stc-table {
    position: relative;
/*    border: 1px solid #A89B7E;*/
}

.stc-input {
    border: 0;
    height: 44px;
	margin-bottom: -4px;
}

input.stc-input[type="text"] {
	height: 45px;
}
.stc-lc {
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    max-height: 150px;
    overflow: auto;
    border: 1px solid #aaa;
    border-radius: 0px 0px 4px 4px;
    border-top: 0;
    margin-top:5px;
}

.stc-lrow-odd
{
  background-color: #fff;
}

.stc-ltable
{
    width: 100%;
    position: relative;
}



.stc-lrow-hl .stc-text
{
        background-color: #5897fb;
    color: #fff!important;
    display: block;
}

.stc-text
{
    display: inline-block;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 6px;
    color: #5a5a5a;
    font-weight: normal;
    margin-bottom: 10px;
}

.stc-box td {
	text-align: left;
	vertical-align: middle;
	height: auto;
	font-size: inherit;
	padding: 0px;
	line-height: inherit;
	border: 0px;
}
/*
.stc-box tr:nth-of-type(odd) {
	background: transparent!important;
}*/

tr.stc-lrow-hover .stc-text
{
    background-color: #5897fb;
    color: #fff!important;
    cursor: pointer;
    display:block;
}
