﻿
html, div, map, dt, isindex, form, header, aside, section, section, article, footer {
    display: block;
}
html, body {
    background: none repeat scroll 0 0 #F8F8F8;
    font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    height: 100%;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.spacer {
    height: 20px;
}
a:link, a:visited {
    color: #77BACE;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
header#header {
    background: url("../images/header_bg.png") repeat-x scroll 0 0 #222222;
    height: 55px;
    width: 100%;
}
header#header h1.site_title, header#header h2.section_title {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    margin: 0;
    text-align: left;
    text-indent: 3.8%;
    text-shadow: 0 -1px 0 #000000;
    width: 19%;
}
header#header h1.site_title a {
    color: #FFFFFF;
    text-decoration: none;
}
header#header h2.section_title {
    background: url("../images/header_shadow.png") no-repeat scroll left top transparent;
    text-align: center;
    text-indent: 4.5%;
    width: 68%;
}
.btn_view_site {
    float: left;
    width: 9%;
}
.btn_view_site a {
    background: url("../images/btn_view_site.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 27px;
    line-height: 29px;
    margin-top: 12px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000000;
    width: 91px;
}
.btn_view_site a:hover {
    background-position: 0 -27px;
}
section#secondary_bar {
    background: url("../images/secondary_bar.png") repeat-x scroll 0 0 #F1F1F4;
    height: 38px;
    width: 100%;
}
section#secondary_bar .user {
    float: left;
    height: 38px;
    width: 19%;
}
.user p {
    background: url("../images/icn_user.png") no-repeat scroll left center transparent;
    color: #666666;
    display: block;
    float: left;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin: 0 0 0 6%;
    padding: 0;
    text-indent: 25px;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 85%;
}
.user a {
    color: #666666;
    text-decoration: none;
}
.user a:hover {
    color: #77BACE;
}
.user a.logout_user {
    background: url("../images/icn_logout.png") no-repeat scroll center center transparent;
    display: block;
    float: left;
    height: 35px;
    text-indent: -5000px;
    width: 16px;
}
section#secondary_bar .breadcrumbs_container {
    background: url("../images/secondary_bar_shadow.png") no-repeat scroll left top transparent;
    float: left;
    height: 38px;
    width: 81%;
}
article.breadcrumbs {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    float: left;
    height: 23px;
    margin: 4px 3%;
    padding: 0 10px;
}
.breadcrumbs a {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 23px;
}
.breadcrumbs a.current, .breadcrumbs a.current:hover {
    color: #9E9E9E;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #44474F;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
.breadcrumbs a:hover {
    color: #222222;
}
.breadcrumb_divider {
    background: url("../images/breadcrumb_divider.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 24px;
    margin: 0 5px;
    width: 12px;
}
aside#sidebar {
    background: url("../images/sidebar.png") repeat scroll 0 0 #E0E0E3;
    float: left;
    margin-top: -4px;
    min-height: 500px;
    width: 19%;
}
#sidebar hr {
    background: url("../images/sidebar_divider.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 2px;
    outline: medium none;
    width: 100%;
}
.quick_search {
    padding: 14px 0 10px;
    text-align: center;
}
.quick_search input[type="text"] {
    background: url("../images/icn_search.png") no-repeat scroll 10px 6px #FFFFFF;
    border: 1px solid #BBBBBB;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 1px 0 #FFFFFF;
    color: #CCCCCC;
    height: 26px;
    text-indent: 30px;
    width: 90%;
}
.quick_search input[type="text"]:focus {
    border: 1px solid #77BACE;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 0 10px #ADDCE6;
    color: #666666;
    outline: medium none;
}
#sidebar h3 {
    color: #1F1F20;
    display: block;
    float: left;
    font-size: 13px;
    margin: 10px 0 10px 6%;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    width: 90%;
}
.toggleLink {
    color: #999999;
    display: block;
    float: right;
    font-size: 10px;
    margin-right: 2%;
    text-decoration: none;
}
#sidebar .toggleLink:hover {
    color: #77BACE;
    text-decoration: none;
}
#sidebar ul {
    clear: both;
    margin: 0;
    padding: 0;
}
#sidebar li {
    list-style: none outside none;
    margin: 0 0 0 12%;
    padding: 0;
}
#sidebar li a {
    color: #666666;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    margin: 2px 0;
    padding-left: 25px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
#sidebar li a:hover {
    color: #444444;
}
#sidebar li.icn_new_article a {
    background: url("../images/icn_new_article.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_edit_article a {
    background: url("../images/icn_edit_article.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_categories a {
    background: url("../images/icn_categories.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_tags a {
    background: url("../images/icn_tags.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_add_user a {
    background: url("../images/icn_add_user.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_view_users a {
    background: url("../images/icn_view_users.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_profile a {
    background: url("../images/icn_profile.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_folder a {
    background: url("../images/icn_folder.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_photo a {
    background: url("../images/icn_photo.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_audio a {
    background: url("../images/icn_audio.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_video a {
    background: url("../images/icn_video.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_settings a {
    background: url("../images/icn_settings.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_security a {
    background: url("../images/icn_security.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_jump_back a {
    background: url("../images/icn_jump_back.png") no-repeat scroll left center transparent;
}
#sidebar li.icn_trash a {
    background: url("../images/icn_trash2.png") no-repeat scroll left center transparent;
}
#sidebar p {
    color: #666666;
    margin: 10px 0 0;
    padding-left: 6%;
    text-shadow: 0 1px 0 #FFFFFF;
}
#sidebar a {
    color: #666666;
    text-decoration: none;
}
#sidebar a:hover {
    text-decoration: underline;
}
#sidebar footer {
    margin-top: 20%;
}
div#main {
    background: url("../images/sidebar_shadow.png") repeat-y scroll left top transparent;
    float: left;
    margin-top: -2px;
    min-height: 500px;
    width: 81%;
}
#main h3 {
    color: #1F1F20;
    font-size: 13px;
    margin: 8px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.module {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #9BA0AF;
    border-radius: 5px 5px 5px 5px;
    margin: 20px 3% 0;
    width: 100%;
}
#main .module header h3 {
    display: block;
    float: left;
    width: 90%;
}
.module header {
    background: url("../images/secondary_bar.png") repeat-x scroll 0 0 #F1F1F4;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 38px;
    width: 100%;
}
.module footer {
    background: url("../images/module_footer_bg.png") repeat-x scroll 0 0 #F1F1F4;
    border-top: 1px solid #9CA1B0;
    height: 32px;
    width: 100%;
}
.module_content {
    color: #666666;
    margin: 10px 20px;
}
.width_full {
    width: 95%;
}
.width_half {
    float: left;
    margin-right: 0;
    width: 46%;
}
.width_quarter {
    float: left;
    margin-right: 0;
    width: 26%;
}
.width_3_quarter {
    float: left;
    margin-right: 0;
    width: 95%;
}
.stats_graph {
    float: left;
    width: 64%;
}
.stats_overview {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    float: right;
    width: 26%;
}
.overview_today, .overview_previous {
    float: left;
    width: 50%;
}
.stats_overview p {
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
.stats_overview p.overview_day {
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0;
}
.stats_overview p.overview_count {
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}
.stats_overview p.overview_type {
    color: #999999;
    font-size: 10px;
    margin-bottom: 8px;
}
.tablesorter {
    margin: -5px 0 0;
    width: 100%;
}
.tablesorter td {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0;
    padding: 0;
}
.tablesorter thead tr {
    background: url("../images/table_sorter_header.png") repeat-x scroll 0 0 transparent;
    cursor: pointer;
    height: 34px;
    text-align: left;
    text-indent: 10px;
}
.tablesorter td {
    padding: 15px 10px;
}
.tablesorter input[type="image"] {
    margin-right: 10px;
}
ul.tabs {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    float: right;
    font-weight: bold;
    height: 24px;
    list-style: none outside none;
    margin: 3px 10px 0 0;
    padding: 0;
    text-shadow: 0 1px 0 #FFFFFF;
}
ul.tabs li {
    float: left;
    line-height: 24px;
    margin: 0;
    padding: 0;
}
ul.tabs li a {
    color: #999999;
    display: block;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
}
ul.tabs li a:hover {
    color: #44474F;
}
html ul.tabs li.active a {
    color: #44474F;
}
html ul.tabs li.active, html ul.tabs li.active a:hover {
    background: none repeat scroll 0 0 #F1F2F4;
    box-shadow: 0 2px 3px #818181 inset;
}
html ul.tabs li:first-child, html ul.tabs li:first-child a {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
html ul.tabs li:last-child, html ul.tabs li:last-child a {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
#main .module header h3.tabs_involved {
    display: block;
    float: left;
    width: 25%;
}
.message {
    border-bottom: 1px dotted #CCCCCC;
}
input[type="submit"] {
    background: url("../images/btn_submit.png") repeat-x scroll 0 0 #D0D1D4;
    border: 1px solid #A8A9A8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    padding: 0 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
input[type="submit"]:hover {
    color: #333333;
}
input.alt_btn[type="submit"] {
    background: url("../images/btn_submit_2.png") repeat-x scroll 0 0 #D0D1D4;
    border: 1px solid #30B0C8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #003E49;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    padding: 0 10px;
    text-shadow: 0 1px 0 #6CDCF9;
}
input.alt_btn[type="submit"]:hover {
    color: #001217;
}
input.btn_post_message[type="submit"] {
    background: url("../images/post_message.png") no-repeat scroll 0 0 #D0D1D4;
    border: medium none;
    cursor: pointer;
    display: block;
    height: 24px;
    text-indent: -5000px;
    width: 37px;
}
input.btn_post_message[type="submit"]:hover {
    background-position: 0 -24px;
}
.post_message {
    padding: 5px 0;
    text-align: left;
}
.post_message input[type="text"] {
    background-position: 10px 6px;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 1px 0 #FFFFFF;
    color: #CCCCCC;
    float: left;
    height: 20px;
    margin: 0 3.5%;
    text-indent: 10px;
    width: 70%;
}
.post_message input[type="text"]:focus {
    border: 1px solid #77BACE;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 0 10px #ADDCE6;
    color: #666666;
    outline: medium none;
}
.post_message input[type="image"] {
    float: left;
}
.message_list {
    height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}
fieldset {
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0;
    padding: 1% 0;
}
fieldset label {
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin: -5px 0 5px;
    padding-left: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
    width: 200px;
}
fieldset input[type="text"] {
    background-position: 10px 6px;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 1px 0 #FFFFFF;
    color: #666666;
    display: block;
    float: left;
    height: 20px;
    margin: 0 10px;
    padding-left: 10px;
    width: 96%;
}
fieldset input[type="text"]:focus {
    border: 1px solid #77BACE;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 0 10px #ADDCE6;
    outline: medium none;
}
fieldset select {
    border: 1px solid #BBBBBB;
    color: #666666;
    height: 20px;
    margin: 0 10px;
    width: 96%;
}
fieldset textarea {
    background-position: 10px 6px;
    border: 1px solid #BBBBBB;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 1px 0 #FFFFFF;
    color: #666666;
    display: block;
    float: left;
    margin: 0 10px;
    padding-left: 10px;
    width: 96%;
}
fieldset textarea:focus {
    border: 1px solid #77BACE;
    box-shadow: 0 2px 2px #CCCCCC inset, 0 0 10px #ADDCE6;
    outline: medium none;
}
.submit_link {
    float: right;
    margin-right: 3%;
    padding: 5px 0;
}
.submit_link select {
    border: 1px solid #BBBBBB;
    color: #666666;
    height: 20px;
    width: 150px;
}
#main .module_content h1 {
    color: #333333;
    font-size: 22px;
    margin: 8px 0;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: none;
}
#main .module_content h2 {
    color: #444444;
    font-size: 18px;
    margin: 8px 0;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: none;
}
#main .module_content h3 {
    color: #666666;
    font-size: 13px;
    margin: 8px 0;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: uppercase;
}
#main .module_content h4 {
    color: #666666;
    font-size: 13px;
    margin: 8px 0;
    text-shadow: 0 1px 0 #FFFFFF;
    text-transform: none;
}
#main .module_content li {
    line-height: 150%;
}
#main h4.alert_info {
    background: url("../images/icn_alert_info.png") no-repeat scroll 10px 10px #B5E5EF;
    border: 1px solid #77BACE;
    border-radius: 5px 5px 5px 5px;
    color: #082B33;
    display: block;
    font-size: 14px;
    margin: 20px 3% 0;
    padding: 10px 0;
    text-indent: 40px;
    width: 95%;
}
#main h4.alert_warning {
    background: url("../images/icn_alert_warning.png") no-repeat scroll 10px 10px #F5F3BA;
    border: 1px solid #C7A20D;
    border-radius: 5px 5px 5px 5px;
    color: #796616;
    display: block;
    font-size: 14px;
    margin: 20px 3% 0;
    padding: 10px 0;
    text-indent: 40px;
    width: 95%;
}
#main h4.alert_error {
    background: url("../images/icn_alert_error.png") no-repeat scroll 10px 10px #F3D9D9;
    border: 1px solid #D20009;
    border-radius: 5px 5px 5px 5px;
    color: #7B040F;
    display: block;
    font-size: 14px;
    margin: 20px 3% 0;
    padding: 10px 0;
    text-indent: 40px;
    width: 95%;
}
#main h4.alert_success {
    background: url("../images/icn_alert_success.png") no-repeat scroll 10px 10px #E2F6C5;
    border: 1px solid #79C20D;
    border-radius: 5px 5px 5px 5px;
    color: #32510F;
    display: block;
    font-size: 14px;
    margin: 20px 3% 0;
    padding: 10px 0;
    text-indent: 40px;
    width: 95%;
}
#dhcclogo {
    position: absolute;
}
body.login {
    background: url("../images/body-bg.jpg") repeat-x scroll 0 0 #BABABA;
    color: #505050;
    font: 1.2em Arial,Helvetica,sans-serif;
    margin: 0;
}
div.panelContent {
    background: none repeat scroll 0 0 #F1F3F5;
    border: 1px solid #BCBEC0;
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}
div.panelContentEdge {
    background: none repeat scroll 0 0 #E1E3E5;
    border-radius: 3px 3px 3px 3px;
    color: black;
    margin-right: 6px;
    padding: 0;
}
.portletColumn {
    padding: 0.5em;
    vertical-align: top;
    width: 33.333%;
}
#portletTable, #portletTableInternal {
    padding-top: 10px;
    width: 100%;
}
fieldset select.pickDate {
    border: 1px solid #BBBBBB;
    color: #666666;
    height: 20px;
    margin: 0 10px;
    width: 20%;
}
fieldset input.pickDate {
    border: 1px solid #BBBBBB;
    color: #666666;
    height: 20px;
    margin: 0 10px;
    width: 20%;
}
fieldset input.UserMod {
    border: 1px solid #BBBBBB;
    color: #666666;
    height: 20px;
    margin: 0 -115px;
    width: 68%;
}
fieldset input.changePass {
    border: 1px solid #BBBBBB;
    color: #666666;
    height: 20px;
    margin: 0 -52px;
    width: 29%;
}
span.validators {
    color: Red;
    float: right;
    font-weight: bold;
    height: 29px;
    line-height: 39px;
    margin: -6px 12px 6px;
    padding-left: 10px;
}
input[type="reset"] {
    background: url("../images/btn_submit.png") repeat-x scroll 0 0 #D0D1D4;
    border: 1px solid #A8A9A8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #666666;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    padding: 0 10px;
    text-shadow: 0 1px 0 #FFFFFF;
}
.addIcon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #D3D3D3;
    background-image: -moz-linear-gradient(center top , #E9E9E9, #D3D3D3);
    border-color: #BCBCBC #BCBCBC #A8A8A8;
    border-image: none;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 0 #F6F5F5 inset;
    color: #404040;
    line-height: 1;
    margin-right: 5px;
    padding: 4px 7px;
    text-align: center;
}
a.lnkButton {
    color: gray;
    text-decoration: none;
    width: 12px;
}
a.lnkButton:hover {
    color: black;
    text-decoration: none;
    width: 12px;
}
input.upload {
    background: url("../images/addFiles.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 33px;
    margin: 0;
    padding: 0;
    width: 116px;
}
input.upload:hover {
    background: url("../images/addFilesHover.png") no-repeat scroll 0 0 transparent;
}
.pdfLink {
    background: url("../images/icons/pdfIco.png") no-repeat scroll 0 0 transparent;
    display: block;
    padding: 1px 0 3px 20px;
}
.pptLink {
    background: url("../images/icons/ico-powerpoint.png") no-repeat scroll 0 0 transparent;
    display: block;
    padding: 1px 0 3px 20px;
}
.xlsLink {
    background: url("../images/icons/ico-excel.png") no-repeat scroll 0 0 transparent;
    display: block;
    padding: 1px 0 3px 20px;
}
.docLink {
    background: url("../images/icons/ico-word.png") no-repeat scroll 0 0 transparent;
    display: block;
    padding: 1px 0 3px 20px;
}
input.send {
    background: url("../images/btn_submit_2.png") repeat-x scroll 0 0 #D0D1D4;
    border: 1px solid #30B0C8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #003E49;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    padding: 3px 10px;
    text-shadow: 0 1px 0 #6CDCF9;
}


  .img_border {
        border: 2px solid orange !important;
    }

.bolded
{
    font-weight:bold;
}

.formStyle td.label
{
    text-align:right;
    font-weight:bold;
}

 .indicatorDivider
        {
             border-bottom: 0 none;
    border-right: 1px solid #CBCBCB;
    text-align: left;
     display: inline-block;
    position: relative;
    width:180px;
    height:150px;
      margin:14px 15px 15px 2px;
        }


        
.indicatorCount {
    color: #222222;
    font-size: 24px;
    max-width: 160px;
    min-width: 65px;
    word-wrap: break-word;

}

        .indicator
        {
            margin:38px 15px 15px 48px;
        }


        .pieBreakdown
        {
            width:400px; display:inline-block;position:relative; float:left; margin-left:99px
        }

        .summaryDiv
        {
            width:400px; display:inline-block;position:relative; float:left
        }



        a.alt_btn {
    background: #d0d1d4 url("../images/btn_submit_2.png") repeat-x scroll 0 0;
    border: 1px solid #30b0c8;
    border-radius: 5px;
    box-shadow: 0 1px 0 #ffffff;
    color: #003e49;
    cursor: pointer;
    font-weight: bold;
    height: 22px;
    padding: 4px 10px;
    font-size:12px;

   
}

        .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.text-center{text-align:center}
.pull-left{float:left!important}