/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 

 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/************************   BUTTONS   *************************/
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075); padding:4px 12px; border-radius:4px;
        }
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,
.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active {  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}
  
.btn-default.disabled,.btn-primary.disabled,.btn-success.disabled,.btn-info.disabled,.btn-warning.disabled,.btn-danger.disabled,.btn-default[disabled],.btn-primary[disabled],.btn-success[disabled],
.btn-info[disabled],.btn-warning[disabled],.btn-danger[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,fieldset[disabled] .btn-danger {  -webkit-box-shadow: none;          box-shadow: none;}

.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge {  text-shadow: none;}

.btn:active, .btn.active {  background-image: none;}

.btn-default { text-shadow: 0 1px 0 #fff;  background-repeat: repeat-x;   border-color: #ccc;  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);}
.btn-default:hover,
.btn-default:focus {background-color: #e0e0e0; background-position: 0 -15px;}
.btn-default:active, .btn-default.active { background-color: #e0e0e0; border-color: #dbdbdb;}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
        background-color: #e0e0e0;
        background-image: none;
        }
.btn-primary {
  background-repeat: repeat-x;
        border-color: #245580;
        background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
        }
.btn-primary:hover,
.btn-primary:focus {
        background-color: #265a88;
        background-position: 0 -15px;
        }
.btn-primary:active,
.btn-primary.active {
        background-color: #265a88;
        border-color: #245580;
        }
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
        background-color: #265a88;
        background-image: none;
        }
.btn-success {  background-repeat: repeat-x;        border-color: #3e8f3e;        background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);}
.btn-success:hover,.btn-success:focus {  background-color: #419641;  background-position: 0 -15px;}
.btn-success:active,.btn-success.active {  background-color: #419641;  border-color: #3e8f3e;}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
        background-color: #419641;
        background-image: none;
        }

.btn-info {  background-repeat: repeat-x;        border-color: #28a4c9;        background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);}
.btn-info:hover,
.btn-info:focus {  background-color: #2aabd2;  background-position: 0 -15px;}
.btn-info:active,
.btn-info.active {  background-color: #2aabd2;  border-color: #28a4c9;}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
        background-color: #2aabd2;
        background-image: none;
}
.btn-warning {
        background-repeat: repeat-x;
        border-color: #e38d13;
        background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}
.btn-warning:hover,
.btn-warning:focus {
        background-color: #eb9316;
        background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
        background-color: #eb9316;
        border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
        background-color: #eb9316;
        background-image: none;
}
.btn-danger {
        background-repeat: repeat-x;
        border-color: #b92c28;
        background-image: linear-gradient(to bottom, #d9534f 0%, 100%);
}
.btn-danger:hover,
.btn-danger:focus {
        background-color: #c12e2a;
        background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
        background-color: #c12e2a;
        border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}

.thumbnail,
.img-thumbnail {-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);  box-shadow: 0 1px 2px rgba(0, 0, 0, .075);}


.alert {text-shadow: 0 1px 0 rgba(255, 255, 255, .2);  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);}
.alert-success {background-repeat: repeat-x;border-color: #b2dba1;  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);}
.alert-info {background-repeat: repeat-x; border-color: #9acfea;  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);}
.alert-warning {background-repeat: repeat-x; border-color: #f5e79e;  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);}
.alert-danger {background-repeat: repeat-x;  border-color: #dca7a7;  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);}


.progress { background-repeat: repeat-x;    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);}
.progress-bar { background-repeat: repeat-x;  background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);}
.progress-bar-success {background-repeat: repeat-x;  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);}
.progress-bar-info {background-repeat: repeat-x;  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);}
.progress-bar-warning {background-repeat: repeat-x; background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);}
.progress-bar-danger { background-repeat: repeat-x;  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);}
.progress-bar-striped {
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        }


.list-group {border-radius: 4px;  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {text-shadow: 0 -1px 0 #286090;    background-repeat: repeat-x;        border-color: #2b669a;        background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {text-shadow: none;}

.panel { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);   box-shadow: 0 1px 2px rgba(0, 0, 0, .05);}
.panel-default > .panel-heading {background-repeat: repeat-x; background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);}
.panel-primary > .panel-heading {background-repeat: repeat-x; background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);}
.panel-success > .panel-heading {background-repeat: repeat-x; background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);}
.panel-info > .panel-heading {background-repeat: repeat-x; background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);}
.panel-warning > .panel-heading {background-repeat: repeat-x; background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);}
.panel-danger > .panel-heading {background-repeat: repeat-x; background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);}

.well {background-repeat: repeat-x; border-color: #dcdcdc; background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);}




/*# sourceMappingURL=bootstrap-theme.css.map */
/*###########################################               MY THEME CHANGES TO BOOTSTRAP                   ############################*/
body {
        margin: 0 auto;  padding: 0; 
        border:0; 
        line-height: 1.42857143;
        font-family: OpenSans-light, OpenSans-Regular, "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal;  font-size: 14px;
        background-color:#EAE4DC; color:#000;
        background-image: url('https://www.alliedcapitaladvisers.com/themes/site_themes/allied/images/back-chevron.png') repeat;
        }


h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 
        { font-family: OpenSans-Light, OpenSans-Regular;
        font-weight: 800;
        line-height: 1.1;
        color: inherit;
        text-shadow:2px 2px 3px #FFFFFF;}

h4,h5,h6
        {font-family: OpenSans-Light;
        font-weight: 600;}

p {display: block;  margin-top: 0em;  margin-bottom: 1em;  margin-left: 0;  font-size:1.15em; font-weight:normal; text-decoration:none; } 
a {color: #0F5693;  text-decoration: none;}
a:hover, a:focus {  color: #FFF/*#23527c*/;  text-decoration: none;}
a:focus {outline: 5px auto -webkit-focus-ring-color;  outline-offset: -2px;}

hr, hr.divider {margin-top: 20px; margin-bottom: 20px;  border-top: 1px solid #7F0F70;}
hr.divider {margin-top: 90px; margin-bottom: 90px;  border-top: 1px groove #BE4EAF;}
.logo{height:48px; margin:15px 0;  margin-left:0px;}

div.alert-warning {padding:16px; background-repeat: repeat-x; border-radius:6px; border: 1px solid #FF1100;  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
       font-size:120%; font-weight:500}



/* --- Map --- */
.map{position:relative; margin-top:5px; margin-bottom:5px; }

/* google map */
#google-map{position:relative; margin-top:10px; width:100%; height: 400px;}

.nav {  padding-left: 0;  margin-bottom: 0;  list-style: none; padding-top: 20px; }
.nav > li {position: relative;  display: block;}
.nav > li > a {  position: relative;  display: block;  padding: 10px 15px;}
.nav > li > a:hover,
.nav > li > a:focus {text-decoration: none;  background-color: #eee;}
.nav > li.disabled > a {color: #777;}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {  color: #777;  text-decoration: none;  cursor: not-allowed;  background-color: transparent;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {  background-color: #eee;  border-color: #337ab7;}
.nav .nav-divider {  height: 1px;  margin: 9px 0;  overflow: hidden;  background-color: #e5e5e5;}
.nav > li > a > img {  max-width: none;}

.navbar {position: relative;  min-height: 65px;  margin-bottom: 0px;  border: 0px solid transparent;  border:none}
.navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 0px groove #851074;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        }
        
        
.navbar-inverse {background-repeat: repeat-x; border-radius: 4px; background:#542B59 linear-gradient(to bottom, #0D031C 0%, #9C1483  100%); box-shadow: 0px 0px 35px #000;}/*#0D031C #9C1483  #4F0B4B  0%, #C493B9  100%*/
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {background-repeat: repeat-x; box-shadow: 0 3px 9px rgba(0, 0, 0, .25) inset; background-image: linear-gradient(to bottom, #4F0B4B  0%, #C493B9  100%); }
.navbar-inverse .navbar-brand{height:80px;}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {text-shadow: 0 -1px 0 rgba(0, 0, 0, .25); }


.navbar-inverse .navbar-nav > li > a {color: #DBDBDB;}
.navbar-nav .navbar-user > li  a {color: #FF00FF;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {color: #DD98D4; background-color: transparent;}

.navbar-inverse.admin {background-repeat: repeat-x; border-radius: 4px; background-image: linear-gradient(to bottom, #00063B  0%, #007AD1  100%);}
.navbar-inverse.admin .navbar-nav > .open > a,
.navbar-inverse.admin .navbar-nav > .active > a {background-repeat: repeat-x; box-shadow: 0 3px 9px rgba(0, 0, 0, .25) inset; /*background-image: linear-gradient(to bottom, #080808 0%, #606161 100%);*/ background:transparent;}
.navbar-inverse.admin .navbar-brand,
.navbar-inverse.admin .navbar-nav > li > a {text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);}

.navbar-inverse .navbar-nav > li > a {color: #DBDBDB;}
.navbar-nav .navbar-user > li  a {color: #FF00FF;}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {color: #DD98D4; background-color: transparent;}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {border-radius: 0; position: fixed; top: 0px; left: 0; }


@media (max-width: 767px) 
        {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-repeat: repeat-x; background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);}
        }
        


        
/**********    DROPDON MENU      ********************/
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #E0E0FF;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu .divider {  height: 2px;  margin: 5px 0;  overflow: hidden;  background-color:transparent; border-bottom:2px groove #005DAC;;}
.dropdown-menu > li {list-style: none;}
.dropdown-menu > li > a { display: block;  padding: 3px 20px;  clear: both;  font-weight: normal;  line-height: 1.42857143;  color: #333;  white-space: nowrap;}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { list-style: none;  color: #262626;  text-decoration: none;  background-color: #f5f5f5;}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {  color: #fff;  text-decoration: none;  background-color: #337ab7;  outline: 0;}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {  color: #777;}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {  text-decoration: none;  cursor: not-allowed;  background-color: transparent;  background-image: none;  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);}




.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
        {position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        border-right:groove 0px #FFF;
}

/*#############  JUMBOTRON  #############*/
.jumbotron {padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: transparent;}
.jumbotron h1,
.jumbotron .h1 {color: #FFF;}
.jumbotron p {margin-bottom: 15px;  font-size: 21px;  font-weight: 200;}
.jumbotron > hr {border-top-color: #d5d5d5;}
.container .jumbotron,
.container-fluid .jumbotron {padding-right: 15px; padding-left: 15px; border-radius: 6px;}
.jumbotron .container {max-width: 100%;}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }


.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;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

