/* iconfont by iconfont.cn - */
@font-face {
  font-family: 'iconfont';
  /* project id 868 */
  src: url('//at.alicdn.com/t/font_878qgy65i5dn29.eot');
  src: url('//at.alicdn.com/t/font_878qgy65i5dn29.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_878qgy65i5dn29.woff') format('woff'), url('//at.alicdn.com/t/font_878qgy65i5dn29.ttf') format('truetype'), url('//at.alicdn.com/t/font_878qgy65i5dn29.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    font-size: 125%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
}

/* checkbox & radio box*/

.crs-label {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0;
  min-height: 20px;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  zoom: 1;
}

.crs-label:hover {
  color: #09A4EC;
}

.lt-ie8 .crs-label {
  display: inline;
  zoom: 1;
}

.c-box,
.r-box {
  float: left;
  width: 14px;
  height: 14px;
  margin-top: 2px;
  margin-right: 5px;
  background: url(../../Images/ui/c-box-checked.png) no-repeat left top;
  overflow: hidden;
}

.r-box {
  background-position: right top;
}


/*no border in r-box*/

.c-box input,
.r-box input {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
}

.c-selected {
  background-position: left -14px;
}

.r-selected {
  background-position: right -14px;
}

.c-disabled,
.r-disabled {
  cursor: not-allowed;
  color: #A0A0A0;
}

.c-disabled .c-box {
  background-position: left -28px;
}

.c-disabled .c-selected {
  background-position: left bottom;
}

.r-disabled .r-box {
  background-position: right -28px;
}

.r-disabled .r-selected {
  background-position: right bottom;
}


/* select box */

.s-box {
  position: relative;
  height: 26px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.s-box input {
  display: none;
  width: 100%!important;
  min-height: 26px;
  margin-top: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 3px #ccc;
  box-shadow: inset 0 1px 3px #ccc;
  *width: 94%!important;
}

.s-box .s-ico {
  float: left;
  max-width: 16px;
  margin: 1px 3px 0 0;
}

.s-box .s-box-list {
  position: absolute;
  display: none;
  max-height: 240px;
  margin: -1px 0 0;
  border: 1px solid #CCC;
  border-top: none;
  list-style: none;
  overflow-y: auto;
}

.s-box-list-dropup .s-box-list {
  bottom: 100%;
  margin-bottom: -1px;
  border-bottom: none;
  border-top: 1px solid #CCC;
}

.s-box .caret {
  position: absolute;
  right: 8px;
  top: 11px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.s-box-open {
  z-index: 22;
  -webkit-box-shadow: 0 0 3px #6D6D6D;
  -moz-box-shadow: 0 0 3px #6D6D6D;
  box-shadow: 0 0 3px #6D6D6D;
}

.s-box-open input {
  display: block;
}

.s-box-open .s-box-list {
  display: block;
}

.s-box .s-box-item-head,
.s-box li,
.s-box .s-box-item-selected {
  padding: 3px 6px;
  height: 18px;
  background-color: #fff;
  line-height: 18px;
  white-space: nowrap;
  font-weight: normal;
}

.s-box .s-box-item-head {
  color: #AAA
}

.s-box .s-box-opt-child {
  padding-left: 2em;
}

.s-box .s-box-item-selected {
  border: 1px solid #AFAFAF;
}

.s-box .s-box-item-current {
  background-color: #F8F8F8;
}


/* s-box-open */

.s-box-open .s-box-item-current {
  background-color: #7FC7F0;
  color: #fff;
}

.s-hidden {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  z-index: -1;
}

.s-disabled {
  cursor: not-allowed;
}

.s-disabled .s-box-item-selected {
  background-color: #DDD;
}

.lt-ie8 .s-box {
  display: inline;
  zoom: 1;
}

.lt-ie7 .s-box .caret {
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  line-height: 0
}


/* close btn */

.close {
  float: right;
  width: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #FFF;
  opacity: .2;
  filter: alpha(opacity=20);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}


/* btn */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0 none;
  padding: 0;
}

.btn {
  display: inline-block;
  padding: 4px 14px;
  background-image: none;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 12px;
  font-weight: normal;
  font-family: inherit;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  white-space: nowrap;
  cursor: pointer;
  color: #555;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn:hover {
  background-color: #ebebeb;
  border-color: #adadad;
  color: #555;
  text-decoration: none;
}

.btn:focus {
  text-decoration: none;
  outline: none;
}

.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/* fix ie7 btn*/

input.btn,
button.btn {
  *margin-left: 4px;
  *padding: 5px 14px 2px 14px;
  *line-height: 17px;
}

.btn-submit,
.btn-submit:focus,
.btn-info,
.btn-info:focus {
  background-color: #353535;
  color: #fff;
}

.btn-submit:hover,
.btn-info:hover {
  background-color: #353535;
  border-color: #285e8e;
  color: #fff;
}

.btn-success,
.btn-success:focus {
  background-color: #5CB85C;
  border-color: #4CAE4C;
  color: #fff;
}

.btn-success:hover {
  background-color: #47A447;
  border-color: #398439;
  color: #fff;
}

.btn-warning,
.btn-warning:focus {
  background-color: #F0AD4E;
  border-color: #EEA236;
  color: #fff;
}

.btn-warning:hover {
  background-color: #ED9C28;
  border-color: #D58512;
  color: #fff;
}

.btn-error,
.btn-error:focus {
  background-color: #D9534F;
  border-color: #D43F3A;
  color: #fff;
}

.btn-error:hover {
  background-color: #D2322D;
  border-color: #AC2925;
  color: #fff;
}

.btn.disabled,
.btn[disabled] {
  border-color: #ccc;
}

.btn.disabled:hover,
.btn[disabled]:hover {
  background: #EBEBEB;
  border-color: #ccc;
  color: #555;
}

@keyframes modalEffect {
  0% {
    transform: scale(0.8);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes modalEffect {
  0% {
    transform: scale(0.8);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes modalEffect {
  0% {
    transform: scale(0.8);
  }
  30% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}


/* msgbox */

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  max-width: 560px;
  width: 80%;
  border: 1px solid #999;
  outline: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-animation: modalEffect 100ms ease-in;
  -o-animation: modalEffect 100ms ease-in;
  animation: modalEffect 100ms ease-in;
}

#msgbox-mask,
.mask-screen {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=30);
  opacity: .3;
  z-index: 256;
}

#msgbox {
  position: fixed;
  top: 0;
  z-index: 1280;
  display: none;
  border: none;
  background-color: #fff
}

#msgbox-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee
}

#msgbox-header h3 {
  margin: 0;
  line-height: 30px;
  float: left
}

#msgbox-body,
#msgbox-footer {
  padding: 9px 15px
}

#msgbox-body {
  max-height: 300px;
  overflow: auto
}

#msgbox-body p {
  word-break: break-all;
}

.lt-ie7 #msgbox-mask {
  zoom: 1;
  position: absolute
}

#msgbox-footer {
  text-align: right
}

.msgbox-active {
  -webkit-backface-visibility: hidden
}


/* poptip */

.poptip {
  width: 80%;
  max-width: 300px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  word-break: break-all;
  display: none;
  -webkit-transition: bottom .15s;
  -moz-transition: bottom .15s;
  -ms-transition: bottom .15s;
  -o-transition: bottom .15s;
  transition: bottom .15s
}


/* scroller */

.Base-scroller {
  /*display: none;*/
  position: absolute;
  top: 0;
  right: 0;
  background-color: #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.Base-scroller:hover,
.Base-scroller-hover {
  background-color: #AAA;
}

.Base-scroller:active {
  background-color: #999;
}


/* progress field */

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #F7F7F7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0E90D2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149BDF), to(#0480BE));
  background-image: -webkit-linear-gradient(top, #149BDF, #0480BE);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149BDF, #0480BE);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-field {
  margin-bottom: 20px;
}

.progress-field .progress {
  margin-bottom: 5px;
}

.progress-field .progress .bar {
  background-image: none;
}

.progress-field .progress-tip {
  position: absolute;
}

.progress-field .progress-tip span {
  float: left;
  text-align: center;
  color: #555;
}


/* time line */

.timeline-field {
  position: relative;
  margin-top: 30px;
}

.timeline-field .timeline {
  height: 4px;
  padding: 1px;
  margin-bottom: 5px;
  overflow: hidden;
  background-color: #EBEBEB;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F5F5F5), to(#F9F9F9));
  background-image: -webkit-linear-gradient(top, #F5F5F5, #F9F9F9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.timeline-field .timeline .timeline-bar {
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #FFBD80;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.timeline-field .timeline-tip {
  text-align: right;
  overflow: hidden;
}

.timeline-field .timeline-tip span {
  color: #555;
  text-align: left;
}

.timeline-field .timeline-tip .timeline-tip-start {
  float: left;
}

.timeline-field .timeline-tip .current-time {
  display: block;
  position: absolute;
  top: -24px;
  width: 80px;
  height: 20px;
  background-color: #F3AA81;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


/* pop layer */

.pop-layer {
  position: absolute;
  padding: 5px;
  top: 0;
  left: 50%;
  background-color: #888\9;
  background-color: rgba(83, 83, 83, 0.31);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 1280;
}

.pop-layer .pop-layer-header,
.pop-layer .pop-layer-body,
.pop-layer .pop-layer-footer {
  padding: 9px 15px;
  background-color: white;
}

.pop-layer .pop-layer-header {
  background-color: #F8F8F8;
  border-bottom: 1px solid #EEE;
}

.pop-layer .pop-layer-header h3 {
  color: #555;
}

.pop-layer .pop-layer-header .popLayer-close {
  *background-color: #F8F8F8;
}

.pop-layer .pop-layer-header .pop-layer-title {
  margin: 0;
  line-height: 30px;
  float: left;
  font-weight: normal;
}

.pop-layer .pop-layer-footer {
  text-align: right;
}


/* pop tips */

.alert {
  margin-bottom: 20px;
  padding: 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px
}

.alert,
.alert h4 {
  color: #c09853
}

.alert-default {
  background-color: #fff;
  border-color: #D8D8D8;
  color: #555;
}

.alert h4 {
  margin: 0
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.alert-success h4 {
  color: #468847
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0
}

.popover-title:empty {
  display: none
}

.popover-content {
  padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.popover .arrow {
  border-width: 11px
}

.popover .arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0
}


/* loading tip */

.loading-tip {
  position: relative;
  margin: 5px auto;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}

.loading-tip span {
  display: inline-block;
  min-height: 24px;
  padding-left: 30px;
  background: url(../../Images/ui/tip-loading.gif) no-repeat;
  line-height: 24px;
  *display: inline;
  *zoom: 1;
}

.loading-tip .loading-progress {
  width: 50%;
  height: 10px;
  margin: 10px auto 0;
  padding: 1px;
  border: 1px solid #EBEBEB;
}

.loading-tip .loading-progress .loading-bar {
  float: left;
  width: 0%;
  height: 100%;
  padding-left: 0;
  background: #5D9CEC;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}


/* divider */

.divider {
  margin: 10px 0;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #FFF;
  line-height: 0;
  font-size: 0;
}

.img-transition {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.table {
  max-width: 100%;
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
}

.table th,
.table td {
  padding-left: 10px;
  font-size: 12px;
  color: #555;
  line-height: 32px;
  /*border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;*/
}


/* pages */

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
  display: inline;
}

.pagination ul>li>a,
.pagination ul>li>span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
  background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
  color: #999;
  cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
  color: #999;
  cursor: default;
  background-color: transparent;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-right {
  text-align: right;
}