/* price converter */
.converter-caller {
	margin-left: -10px;
    background: url(../img/ico04.png) no-repeat 50% 0;
    width: 30px;
    height: 18px;
    position: relative;
    top: 2px;
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
}
.converterPopup  {
    letter-spacing: 1px;
}

.converterPopup .popover {
    border-radius: 0;
    box-shadow: none;
    width: 300px;
    max-width: 300px;
    border: 1px solid #e7e7e7;
    border-top: 1px solid #444;
    font:9px/16px HelveticaNeue, Helvetica, Arial, sans-serif;
	 -webkit-overflow-scrolling: touch;
}

/*.converterPopup .popover > .arrow {
   border-width: 6px;
   left: 52%;
}*/
.converterPopup .popover-content {padding: 0}
.converterPopup .converterBox {
    padding: 38px 29px 3px;
    position: relative;
}
.converterPopup p {
  font:11px/16px HelveticaNeue75Bd, Helvetica, Arial, sans-serif;
  margin: 0 0 35px;
}
.converterPopup .head {text-transform: uppercase;}
.converterPopup .rowBox {
    padding: 0 0 26px;
}
.doublePrice .rowBox {
  padding: 0 0 8px;
}
.doublePrice .rowBox:last-child {padding: 0 0 26px;}
.doublePrice .rowBox.line {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.converterPopup input {
    float: left;
    border: 1px solid #d8d8d8;
    font: 11px HelveticaNeue, Helvetica, Arial, sans-serif;
    height: 28px;
    width: 135px;
    margin: 0;
    padding: 0 12px;
}    
.converterPopup label {
    line-height: 20px;
    float: right;
    margin: 0;
    width: 84px;
    font-weight: normal;
    font:11px/14px HelveticaNeue, Helvetica, Arial, sans-serif;
}
.converterPopup a {
    color: #000;
}
.converterPopup select {
    float: right;
    width: 90px;
}
.converter-holder{display: inline;}
.converterPopup .bootstrap-select.btn-group .btn .filter-option {
    width: 70px;
	letter-spacing: 0;
}
.converterPopup .convertButton{
    background: #000;
    color: #fff;
    width:100%;
    font:11px/30px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 5px 0 0;
	border: 0;
	padding: 0;
}
.converterPopup .convertButton a {
    text-decoration: none !important;
    cursor: pointer;
    color: #fff !important;
    text-transform: uppercase;
	font: 11px/30px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif !important;
}
.converterPopup .convertButton a:hover{
    color: #ff6900 !important;
}
.converterPopup .convertedValue {
    float: left;
    width: 135px;
    padding: 5px 12px;
    text-align:left;
    font: 11px/28px HelveticaNeue, Helvetica, Arial, sans-serif;
    border: 1px solid #d8d8d8;
    background:white;
}

.converterPopup .convertedValue .convertedValueSpan,
.converterPopup .convertedValue .convertedHighValueSpan {
	max-width: 111px;
	word-wrap: break-word;
	display: block;
	line-height: 18px;
}

.converterPopup .inputPric {
    border: 1px solid #d8d8d8;
}
.popover-content .converterInfo label {
	max-width: 90px
}

.converterPopup .customSelect button,
.converterPopup .customSelect .btn {
    font: 11px/30px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: #fff !important;
    border-radius: 0;
    padding: 0 45px 0 12px;
    /*padding: 0 15px 0 12px;*/
    box-shadow: none;
    outline: none;
    border: 1px solid #d8d8d8 !important;
    position: relative;
    z-index: 10 !important;
}

.converterPopup .customSelect button,
.converterPopup .customSelect .btn {
    padding: 0 0 0 8px;
    border: none !important;
    font: 11px/30px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
	width: 100px;
}

.converterPopup  .close {
  background: url("../img/close_dropdown.png") no-repeat 50% 50%;
  cursor: pointer;
  height: 30px;
  padding: 0;
  position: absolute;
  right: 5px;
  text-indent: -9999px;
  top: 5px;
  width: 30px;
  opacity: 1;
}

.converterPopup  .customSelect .dropdown-menu {
  box-shadow: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  margin: -1px 0 0;
  text-align: left;
  z-index: 10 !important;
  font: 11px/36px "HelveticaNeue", Helvetica, Arial, sans-serif;
}

.converterPopup  .customSelect .dropdown-menu li a {
    outline: none;
    padding: 0 20px 0 12px;
    font: 11px/34px "HelveticaNeue", Helvetica, Arial, sans-serif;
	color: #333 !important;
}

.converterPopup .customSelect .dropdown-menu li a {font: 9px/20px HelveticaNeue, Helvetica, Arial, sans-serif !important;}

.converterPopup  .customSelect .dropdown-menu li a:hover,
.converterPopup  .customSelect .dropdown-menu li a:focus {
    background: none !important;
    color: #999999 !important;
}

.converterPopup .customSelect {
    width: 90px !important;
    margin: 0 !important;
}

.converterPopup button.btn.dropdown-toggle {
  outline: 0 !important;
}

.converterPopup .popover.top {
  margin-top: -18px;
}

.convertError{
	float: center;
	text-align: center;
	width: auto !important;
	font: 12px HelveticaNeue, Helvetica, Arial, sans-serif;
	color: red!important;
	padding: 2px 0 10px !important;
}