.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #e33244;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #eee;
    border-color: #ddd;
    color: #e33244;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #e33244;
    border-color: #e33244;
    color: #fff;
    cursor: default;
    z-index: 2;
}

/* Nav pills */
.expedients-sidebar .nav-pills > li > a {
    border-left: 3px solid transparent;
}
.expedients-sidebar .nav-pills > li.active > a {
    color: #3c4144 !important;
    background-color: transparent;
    border-color: #cbd5dd;
    border-radius: 0;
}

/* Indicators */
.indicador-revised, .indicador-unrevised {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    margin-right: 7px;
    background-color: #1ccacc;
    margin-top: 3px;
}

.indicador-unrevised {
    background-color: #cbd5dd;
}

/* Tables */
td.nowrap {
  white-space:nowrap;
  vertical-align: top;
}

.dropdown-pdf {
    min-width: 115px;
}

/* inici spinner */ 
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
  margin-bottom: 100px;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* final spinner */

.form-control:focus {
  border-color: #999;
  background-color: #f1f1f1;
}

/* Select 2 */
.select2-container--default:focus {
    border-color: #999;
    background-color: #f1f1f1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.select2-container--default .select2-selection--single {
    outline: 0;
    background-color: #fff;
    border: 1px solid #cbd5dd;
    border-radius: 2px;
    padding: 6px 0;
    height: 34px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
}

.select2 {
    width: 100% !important;
}

/* Lists */
.list-with-margin > li {
    margin-bottom: 5px;
}

/* Buttons */
.btn-panel-header {
    margin-top: -3px;
}

/* Search panel */
.search-panel .panel-heading,
.panel.collapsable .panel-heading {
    cursor: pointer;
}

.panel-title {
    font-size: 14px;
}

/* Toggle panel indicator */
.panel-title > i.indicator {
    display:inline-block;
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.panel-title > i.indicator::before {
    content: "\f106"
}

.panel-title.collapsed > i.indicator::before {
    content:"\f105"
}

/* Tab content */
.scrollable-tabs {
    display: none;
}
.scrtabs-tab-container {
    height: 40px;
}
.scrtabs-tab-scroll-arrow {
    border: none;
    border-bottom: 1px solid #dddddd;
    height: 40px;
    color: #444444;
    font-size: 14px;
    padding-top: 11px;
}
.scrtabs-js-tab-scroll-arrow-right {
    text-align: right;
}

.nav-tabs > li > a {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
}
.nav-tabs > li.active > a {
    font-weight: bold;
}
.tab-content {
    padding: 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.tab-content.no-borders {
    border: none !important;
}

/* Horizontal scrollable table */
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    overflow-y: hidden;
}

.table-responsive table {
    width: 100%;
    max-width: 100%;
}

/* Forms */
.radio.inline {
    margin-right: 10px;
}

/* Helpers */
.mb0 {
    margin-bottom: 0;
}
.mt0 {
    margin-top: 0;
}
.mb2 {
    margin-bottom: 2px;
}
.mb15 {
    margin-bottom: 15px;
}

.mr5 {
    margin-right: 5px;
}

.panel .table td.handle, .panel .table th.handle {
    padding: 8px;
    text-align: center;
}

.panel .table td.handle {
    cursor: move;
}

tr.tr-sortable-placeholder {
    height: 40px;
    background: #eaeef1;
}

.panel .table tr.sortable-dragging > td {
    background-color: #f5f5f5;
}
