﻿body {
  /* IE滚动条样式 */
		scrollbar-arrow-color: #aaa; /*三角箭头的颜色*/
        scrollbar-face-color: rgba(211, 226, 238, 1);  /*立体滚动条的颜色（包括箭头部分的背景色）*/
        scrollbar-3dlight-color: #c0e0f0;  /*立体滚动条亮边的颜色*/
        scrollbar-highlight-color: #c0e0f0;  /*滚动条的高亮颜色（左阴影？）*/
        scrollbar-shadow-color: #a0c0e0;  /*立体滚动条阴影的颜色*/
        scrollbar-darkshadow-color: #acc;  /*立体滚动条外阴影的颜色*/
        scrollbar-track-color: #cde;  /*立体滚动条背景颜色--*/
        scrollbar-base-color:#cdd;  /*滚动条的基色*/
  /* Firefox 滚动条样式*/
	scrollbar-color:#b7d5e0 #b7d5e0; scrollbar-width: auto;
}
body::-webkit-scrollbar-thumb {
    background-color: #b7d5e0; border-radius: 5px;
    background-image: -webkit-linear-gradient(
       45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}
body::-webkit-scrollbar-track {
          box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
          background: #eceff7;
}
body::-webkit-scrollbar {
    width: 15px; height: 1px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%) scale(.3);
      -ms-transform: translate(0, -25%) scale(.3);
       -o-transform: translate(0, -25%) scale(.3);
          transform: translate(0, -25%) scale(.3);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
       -o-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modalCancel{
	background: #fff; color: #1aa6c5; /*#ff8027; */
    height: 28px; line-height: 28px; padding: 0 15px;
    border: 1px solid #1aa6c5;
    border-radius: 5px;
    font-weight: 400; font-size: 14px;
    cursor: pointer; display: inline-block;
}   

 #divMsgModal .modal-dialog{
	   top:160px;  width:230px !important;
 }

#divMsgModal .modal-header {
    height: 24px;  line-height: 24px; padding:10px 15px;
    border-bottom: 1px solid #eee; color: #fff;
    font-size: 14px;
	background-color:#5e7ac7;
     background: linear-gradient(135deg,#06889c 0%,#89f9f3 100%); /*linear-gradient(135deg,#ff8027 0%,#ffe0a0  100%); */
} /*#2ea0b8 ,#5ec7bd,#0bcdf6 75%,linear-gradient(135deg,#4fa286 0%,#5ec7bd  100%);  */
#divMsgModal .modal-body-btn {
	background: #1aa6c5; /*#ff8027;*/ color: #fff;
	height: 28px; line-height: 28px; padding: 0 15px;
    border: 1px solid #dedede; border-radius: 5px;
    font-weight: 400; font-size: 14px; cursor: pointer;
	display:inline-block;
}
#divMsgModal .modal-body-btn:hover,#divMsgModal .modal-body-btn:focus {
	background: #2ab6d5;  /*#ff9037;*/
    border: 1px solid #dedede; border-radius: 5px;
	display:inline-block;
}