.selectricWrapper {
    position: relative;
    margin: 0 0 10px;
    width: 300px;
    cursor: pointer;
  }
  
  .selectricResponsive {
    width: 100%;
  }
  
  .selectric {
    border: 1px solid #DDD;
    background: #F8F8F8;
    position: relative;
    border-radius: 2px;
  }
  
  .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 30px 0 0;
    padding: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    min-height: 18px;
  }
  
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 20px/30px Lucida Sans Unicode,Arial Unicode MS,Arial;
  }
  /*
  .selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #BBB;
    border-bottom: none;
  }
  */
  
  .selectricHover .selectric {
    border-color: #CCC;
  }
  
  .selectricHover .selectric .button {
    color: #888;
  }
  
  .selectricHover .selectric .button:after {
    border-top-color: #888;
  }
  
  .selectricOpen {
    z-index: 9999;
  }
  
  .selectricOpen .selectric {
    border-color: #CCC;
    background: #F0F0F0;
    z-index: 9999;
  }
  
  .selectricOpen .selectricItems {
    display: block;
  }
  
  .selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    user-select: none;
  }
  
  .selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
  }
  
  .selectricHideSelect select {
    position: absolute;
    left: -100%;
    display: none;
  }
  
  .selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
  }
  
  .selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
  }
  
  .selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    z-index: 9998;
    box-shadow: 0 0 10px -6px;
  }
  
  .selectricItems ul,.selectricItems li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
  }
  
  .selectricItems li {
    display: block;
    padding: 5px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #EEE;
    color: #666;
    cursor: pointer;
  }
  /*
  .selectricItems li.selected {
    background: #EFEFEF;
    color: #444;
    border-top-color: #E0E0E0;
  }
  
  .selectricItems li:hover {
    background: #F0F0F0;
    color: #444;
  }
  */
  
  .selectricItems li.disabled {
    background: #F5F5F5;
    color: #BBB;
    border-top-color: #FAFAFA;
    cursor: default;
  }

  .selectricWrapper { margin: 0 0 0; width: 100%; }

.selectric {
 background:  White;
	color: #32353b;
	min-height: 38px;
	padding: 0;
	border: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #d6d6d6;
}


.selectric .label {
    color: #32353b;
    display: block;
    font-size: 1em;
    line-height: 38px;
    margin: 0 38px 0 0;
    min-height: 18px;
    overflow: hidden;
    padding: 0 0 0 15px;
	  text-overflow: ellipsis; 
    white-space: nowrap;
	  max-width: 100%; width: 100%;
}

.razeni .selectric .button{
	    height: 30px;
    width: 30px;
}
.razeni  .selectric {

	min-height: 30px;

}
.razeni  .label {
    color: #32353b;
    line-height: 28px;
    
    }

.selectric .button {
    height: 38px;
    width: 38px;
	 background: transparent /*savepage-url=../img/combo.png*/ url() no-repeat center center;
	 
}
.selectric .button:after {
  border: 4px solid transparent;
  border-top-color: #E2881E;
}


.selectricItems {
	background: white;
	border: 0;
	padding: 0;
	margin: 0;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1);
	box-shadow: 1px 1px 3px rgba(0,0,0,.1);

}
.selectricItems{ border: 1px solid #d6d6d6; border-top-width: 0;  -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.selectricItems[style*="top"]{ border-top-width: 1px; border-bottom-width: 0; }


.selectricWrapper .selectricItems ul, .selectricWrapper .selectricItems li { font-size: 1em; line-height: 1.3em; }


.selectricWrapper  .selectricItems li { border-bottom: 0; border-top: 1px solid #F5F5F5; color: #32353b; cursor: pointer; display: block; padding: 4px 15px; }



.selectricWrapper  .selectricItems li.selected{
	 color: #e63e31;
}
.selectricWrapper  .selectricItems li:hover{
	 background-color: #F5F5F5;
}