﻿.ecshop_hint {
  background: #F6F7F9; 
  color: #4E5156;
  border: 1px solid #E6EAED;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  z-index: 99999;
  left: 0;
  top: 50%;
  margin-top: -25px !important;
  position: fixed !important;
}

.ecshop_hint .ecshop_hint_head {
  display: none;
}

.ecshop_hint .ecshop_hint_content {
  font-size: 14px;
  padding: 15px 30px 15px 20px;
}

.ecshop_hint .ecshop_hint_ico {
  width: 23px;
  height: 23px;
  display: inline-block;
  float: left;
  margin-top: -3px;
  margin-right: 10px;
}

.ecshop_hint_style_ok .ecshop_hint_ico {
  background: url(/Public/images/alert_sprite.png) -60px 0 no-repeat;
}

.ecshop_hint_style_warn .ecshop_hint_ico {
  background: url(/Public/images/alert_sprite.png) -30px 0 no-repeat;
}

.ecshop_hint_style_error .ecshop_hint_ico {
  background: url(/Public/images/alert_sprite.png) 0 0 no-repeat;
}

.ecshop_hint_style_load .ecshop_hint_ico {
  margin-top: -7px;
  width: 30px;
  height: 30px;
  background: url(/Public/images/loding.gif) 0 0 no-repeat;
}

.dialog_confirm {
  position: absolute;
  _position: absolute;
  z-index: 999999;
  display: none;
  background: #FFF;
  /*border:1px #CACDCE solid;*/
  -webkit-box-shadow: #666 0 0 10px;
  -moz-box-shadow: #666 0 0 10px;
  box-shadow: #666 0 0 10px;
}

.dialog_confirm .clear {
  float: none;
  clear: both;
}

.dialog_confirm .dialog-outer {
  width: 100%;
  height: 100%;
  background-color: #fff;
  _border: 1px solid #ddd;
}

.dialog_confirm .dialog-inner {
  width: 100%;
  height: 100%;
}

.dialog_confirm .dialog-ask {
  margin-left: 25px;
  margin-top: 25px;
}

.dialog_confirm .dialog-ask .dialog-ask-ico {
  background: url(/Public/images/alert_sprite.png) 0 -60px no-repeat;
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  vertical-align: middle;
}

.dialog_confirm .dialog-ask font {
  font-size: 14px;
  margin-left: 25px;
  margin-top: 0;
  margin-right: 15px;
  display: block;
  color: #000;
}

.dialog_confirm .dialog-content {
  color: #666666;
  text-align: left;
  font-size: 12px;
  margin: 15px 15px 0 25px;
  padding: 0;
}

.dialog_confirm .dialog-toolbar {
  /*border-bottom:1px solid #E7ECF2;*/
  background: url(/Public/images/drag-box-title-bg.png) no-repeat 12px 55%;
  background-color: #f4911c;
  margin: 0;
  padding: 10px 0 10px 30px;
  cursor: default;
}

.dialog_confirm .dialog-title {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dialog_confirm .dialog-close {
  width: 25px;
  height: 25px;
  float: right;
  text-indent: -9999px;
  margin: -4px 7px 0 0;
  _display: inline;
  line-height: 0;
  overflow: hidden;
  background: url(/Public/images/drag-box-close.png) no-repeat;
}

.dialog_confirm .dialog-close:hover {
  background: url(/Public/images/drag-box-close-hover.png) no-repeat;
}

.dialog_confirm .dialog-bump {
  position: absolute;
  z-index: 1002;
  text-align: center;
}

.dialog_confirm .dialog-bump .dialog-arrow {
  display: block;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  margin: 0 auto;
}

.dialog_confirm .dialog-bg {
  width: 4px;
  height: 4px;
  display: block;
  line-height: 0;
  font-size: 0;
  position: absolute;
  z-index: 1001;
}

.dialog_confirm .dialog_bottom {
  padding-top: 2px;
  border-top: none;
  height: 30px;
  width: 100%;
  margin: 10px -15px 20px;
}

.dialog_confirm .confirm_btn, .dialog_confirm .confirm_btn:hover, .dialog_confirm .confirm_btn:link {
  float:none;
  color: #fff;
  min-width: 70px;
  height: 25px;
  overflow: hidden;
  display: inline-block;
  line-height: normal;
  font-size: 12px;
  background-position: 100% 0;
  margin-left: 10px;
  text-decoration: none;
  text-align:center;
}

.dialog_confirm .dialog_bottom .btn-cancel {
  background-color: #D2D3D8;
}

.dialog_confirm .dialog_bottom .btn-ok {
  background-color: #FF4B00;
}

.dialog_confirm .confirm_btn span {
  cursor: pointer;
}

.dialog_confirm .confirm_btn .btn-icon {
  display: inline;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.dialog_confirm .confirm_btn .btn-text {
  height: 25px;
  width: 100%;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
  background-position: 0 0;
}

.dialog_confirm .dialog-content{
  color:#666666;
  text-align:left;
  font-size:12px;
  margin:15px 15px 0 25px;
  padding:0
}
.dialog_confirm .dialog-toolbar{
  /*border-bottom:1px solid #E7ECF2;*/
  background: url(/Public/images/drag-box-title-bg.png) no-repeat 12px 55%;
  background-color:#f4911c;
  margin:0;
  padding:10px 0 10px 30px
}
.dialog_confirm .dialog-toolbars{
  background-color:#f5f4f4;
  margin:0;
  padding:10px;
}
.dialog_confirm .dialog-title{
  font-size:14px;
  color:#fff;
  font-weight:700;
  margin:0;
  padding:0
}
.dialog_confirm .dialog-close{
  width:25px;
  height:25px;    
  float:right;
  text-indent:-9999px;
  margin: -4px 7px 0 0;
  _display: inline;
  line-height:0;
  overflow:hidden;
  background:url(/Public/images/drag-box-close.png) no-repeat;
}
.dialog_confirm .dialog-closes{
  width:25px;
  height:25px;    
  float:right;
  text-indent:-9999px;
  margin: -4px 7px 0 0;
  _display: inline;
  line-height:0;
  overflow:hidden;
  background:url(/Public/images/Cancel.png) no-repeat;
  background-position: 5px 9px;
}
.dialog_confirm .dialog-close:hover{
  background:url(/Public/images/drag-box-close-hover.png) no-repeat;
}
.dialog_confirm .dialog-bump{
  position:absolute;
  z-index:1002;
  text-align:center
}
.dialog_confirm .dialog-bump .dialog-arrow{
  display:block;
  line-height:0;
  font-size:0;
  overflow:hidden;
  margin:0 auto
}
.dialog_confirm .dialog-bg{
  width:4px;
  height:4px;
  display:block;
  line-height:0;
  font-size:0;
  position:absolute;
  z-index:1001
}
.dialog_confirm .dialog_bottom{
  padding-top:2px;
  border-top:none;    
  overflow: hidden;
  margin: 0px 0px 15px 0px; 
  zoom:1;
  text-align: right;
}
.dialog_confirm .confirm_btn,.dialog_confirm .confirm_btn:hover,.dialog_confirm .confirm_btn:link{  
  color:#fff;
  min-width:70px;
  padding:2px 15px;
  height:25px;
  line-height: 25px;
  overflow:hidden;
  display:inline-block;
  line-height:normal;
  font-size:12px;
  background-position:100% 0;
  margin-left:0px;
  margin-right:15px;
  text-decoration:none;
  vertical-align: middle;
}
.dialog_confirm .dialog_bottom .btn-cancel{
  background-color:#d0d2d9
}
.dialog_confirm .dialog_bottom .btn-ok{
  background-color:#FF4B00
}
.dialog_confirm .confirm_btn span{
  cursor:pointer
}
.dialog_confirm .confirm_btn .btn-icon{
  display:inline;
  overflow:hidden;
  font-size:0;
  line-height:0
}

.dialog_confirm_blue .dialog-toolbar,.dialog_confirm_blue .dialog-title{
  color:#FFF;
  background-color:#3BB1F0
}
.dialog_confirm_blue{
  border:1px #21A7EE solid
}
.dialog_confirm_blue .dialog-toolbar{
  border-bottom:1px #21A7EE solid
}
.dialog_confirm_blue .dialog-title{
  line-height: 23px; 
}
.dialog_confirm_blue .dialog-close,.dialog_confirm_blue .dialog-close:hover{
 margin-top: -2px;
}
.dialog_confirm_blue .dialog_bottom{
  background:#FFF;
  margin:10px 0 15px;
  letter-spacing: .2em;
}
.dialog_confirm_blue .dialog_bottom .btn-ok,.dialog_confirm_blue .dialog_bottom .btn-cancel{
  color:#3BB1F0;
  background-color: #eee;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px #ccc solid;
  line-height: 25px;
}
.dialog_confirm_blue .dialog_bottom .btn-ok{  
  margin-right:20px;
  background-color: #3BB1F0;
  color: #fff;  
  border:1px #3BB1F0 solid;
}
.dialog_confirm_blue .dialog_bottom .btn-ok .btn-text{
  /*line-height: 35px;*/
}
/*gray*/
.dialog_confirm_gray .dialog-toolbar,.dialog_confirm_gray .dialog-title{
  color:#666;
  background-color:#f5f4f4;
}
.dialog_confirm_gray{
  border:1px #dcdcdc solid 
}
.dialog_confirm_gray .dialog-toolbar{
  border-bottom:1px #dcdcdc solid
}
.dialog_confirm_gray .dialog-title{
  line-height: 23px; 
}
.dialog_confirm_gray .dialog-close,.dialog_confirm_gray .dialog-close:hover{
 margin-top: -2px;
}
.dialog_confirm_gray .dialog_bottom{
  background:#FFF;
  margin:10px 0 15px;
  letter-spacing: .2em;
}
.dialog_confirm_gray .dialog_bottom .btn-ok,.dialog_confirm_gray .dialog_bottom .btn-cancel{
  color:#3BB1F0;
  background-color: #eee;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  border:1px #ccc solid;
  line-height: 25px;
}
.dialog_confirm_gray .dialog_bottom .btn-ok{  
  margin-right:20px;
  background-color: #3BB1F0;
  color: #fff;  
  border:1px #3BB1F0 solid;
}
.dialog_confirm_gray #btnRemoveConfirmCancel{
    background:#ddd;
    color:#fff;
    margin:10px 0;
}
.dialog_confirm_gray #btnRemoveConfirm{
    background:#ff3300;
    color:#fff;
     margin:10px 0;
}
.dialog_confirm_gray .dialog_bottom .btn-ok .btn-text{
  /*line-height: 35px;*/
}

/*green*/
.dialog_confirm_green .dialog-toolbar, .dialog_confirm_green .dialog-title {
  color: #FFF;
  background-color: #51B651;
}

.dialog_confirm_green {
  border: 1px #51B651 solid;
}

.dialog_confirm_green .dialog-toolbar {
  border-bottom: 1px #51B651 solid;
}

.dialog_confirm_green .dialog-title {
  line-height: 23px;
}

.dialog_confirm_green .dialog-close, .dialog_confirm_green .dialog-close:hover {
  margin-top: -2px;
}

.dialog_confirm_green .dialog_bottom {
  background: #FFF;
  margin: 10px 0 15px;
  text-align:right;
  height: auto;
}

.dialog_confirm_green .dialog_bottom .btn-ok, .dialog_confirm_green .dialog_bottom .btn-cancel {
  float: none;
  color: #5EA358;
  background-color: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px #51B651 solid;
}

.dialog_confirm_green .dialog_bottom .btn-ok {
  margin-right: 20px;
  background-color: #51B651;
  color: #fff;
}

/*blueLighter*/
.dialog_confirm_bluelighter .dialog-toolbar, .dialog_confirm_bluelighter .dialog-title {
  color: #FFF;
  background-color: #45a7b9;
}

.dialog_confirm_bluelighter {
  border: 1px #45a7b9 solid;
}

.dialog_confirm_bluelighter .dialog-toolbar {
  border-bottom: 1px #45a7b9 solid;
}

.dialog_confirm_bluelighter .dialog-title {
  line-height: 23px;
}

.dialog_confirm_bluelighter .dialog-close, .dialog_confirm_bluelighter .dialog-close:hover {
  margin-top: -2px;
}

.dialog_confirm_bluelighter .dialog_bottom {
  background: #FFF;
  margin: 10px 0 15px;
  text-align:right;
  height: auto;
}

.dialog_confirm_bluelighter .dialog_bottom .btn-ok, .dialog_confirm_bluelighter .dialog_bottom .btn-cancel {
  float: none;
  color: #45a7b9;
  background-color: #f5f5f5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px #45a7b9 solid;
}

.dialog_confirm_bluelighter .dialog_bottom .btn-ok {
  margin-right: 20px;
  background-color: #45a7b9;
  color: #fff;
}


/*tooltip*/
.tooltip {
  position: absolute;
  left: -9999em;
  top: -9999em;
  background-color: #fff;
  border: 1px solid #ced7df;
  border-radius: 3px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.tooltip .tooltip-title {
  background-color: #f6f7f8;
  padding: 0 10px;
  line-height: 30px;
  font-weight: bold;
  color: #fe4b00;
  border-bottom: 1px solid #e7ebef;
}

.tooltip .arrow-bottom,
.tooltip .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -9px;
  height: 13px;
  width: 18px;
  background: url(../images/tip-arrow.png);
}

.tooltip.arrow-top:after,
.tooltip.arrow-top > .after,
.tooltip.arrow-default:after,
.tooltip.arrow-default > .after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  height: 14px;
  width: 14px;
  background: url(/images/tip-arrow-top.png);
}

.tooltip.arrow-left:after,
.tooltip.arrow-left > .after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(/images/tip-arrow-left.png);
}

.tooltip.arrow-right:after,
.tooltip.arrow-right > .after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  background: url(/images/tip-arrow-right.png);
}

.tooltip.arrow-bottom:after,
.tooltip.arrow-bottom > .after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  height: 14px;
  width: 14px;
  background: url(/images/tip-arrow-bottom.png);
}

