@charset "UTF-8";
.m-style { position: relative; text-align: center; zoom: 1; line-height: 20px; }
.m-style:before,
.m-style:after { content: ""; display: table; }
.m-style:after { clear: both; overflow: hidden; }
.m-style span { display: inline-block; margin: 0 5px;  color: #bdbdbd; font-size: 16px; }
.m-style span.icon-caret-left,.m-style span.icon-caret-right { color: #fff;}
.m-style .active { display: inline-block; margin: 0 5px; color: #333c9a; font-size: 16px; font-weight: bold; padding-left: 10px; padding-right: 10px; }
.m-style a { display: inline-block; margin: 0 5px; padding-left: 10px; padding-right: 10px; color: #6e6e6e; font-size: 16px; }
.m-style a:hover { color: #333c9a; background: #eee; font-weight: bold; }
.m-style a:hover span.icon-caret-left,.m-style a:hover span.icon-caret-right { color: #333c9a;}
.m-style .next,
.m-style .prev { font-size: 14px; background: #333C9A; color: #fff; }
.m-style a.next { padding-right: 5px;}
.m-style a.prev { padding-left: 5px;}

.m-style a#disableBtn { background: #DCE4FF; }
.m-style a#disableBtn:hover { background: #DCE4FF; color: #fff; font-weight: normal; cursor: not-allowed; }
.m-style a#disableBtn:hover span { color: #fff; }

