.publications {
margin: 40px 0;
}

.template-b1-b2 .publications {
background-color: white;
padding: 24px;
color: #000;
margin-bottom: 140px;
}

.publications .dataTables_wrapper {
margin-top: 36px;
}

.publications td {
vertical-align: top !important;
}
.publications h2 {
margin-top: 0px;
}

.publications h3 {
margin-top: -3px;
margin-bottom: 5px;
}

.publications a.pub-link {
/*color: #337ab7;*/
color: #70C2F2;
font-size: 13px;
}

.publications .pub-author {
font-size: 14px;
font-style: italic;
margin-bottom: 5px;
display: block;
}

.publications th {
padding-top: 0 !important;
padding-bottom: 0 !important;
}

.publications .dataTables_scrollHead th {
padding-top: 10px !important;
padding-bottom: 10px !important;
}

.publications .dataTables_wrapper .dataTables_paginate {
margin: 24px auto 0 auto;
}

.publications .dataTables_wrapper .dataTables_paginate .paginate_button {
border: 2px solid transparent;
border-radius: 0 !important;
font-size: 16px;
}

.publications .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
border: 2px solid #70c2f2;
background: #70c2f2;
color: white;
}

.publications .dataTables_wrapper .dataTables_paginate .paginate_button:active {
border: 2px solid #70c2f2;
background: #70c2f2;
color: white;
box-shadow: none;
}

.publications .dataTables_wrapper .dataTables_paginate .paginate_button.current {
border: 2px solid #70c2f2;
background: white !important;
}

.publications .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
color: white !important;
background: #70c2f2 !important;
}

.publications .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, 
.publications .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
background: white !important;
border: 2px solid transparent !important;
}

.publications .odd {
background-color: #f1f1f1;
}

.publications table.dataTable tbody td {
border-top: 1px solid #ddd;
}
.publications .details-control {
position: relative;
cursor: pointer;
}
.publications .details-link {
font-size: 14px;
}

.publications tbody .details-control:before {
content: "";
position: absolute;
left: 50%;
top: 12px;
width: 15px;
height: 3px;
background-color: #70c2f2;
transform: translate(-50%, 6px);
}

.publications tbody .details-control:after {
content: "";
position: absolute;
left: 50%;
top: 12px;
width: 3px;
height: 15px;
background-color: #70c2f2;
transform: translate(-50%, 0);
transition: all ease 0.2s;
}

.publications tbody .details-control.active:after {
content: "";
position: absolute;
left: 50%;
top: 19px;
width: 3px;
/*height: 15px;*/height: 1px;
background-color: #70c2f2;
transform: translate(-50%, 0);
}
.publications .details-info  {
margin: -10px;
}
.publications .details-info td {
border-top: 0 !important;
padding: 5px 10px !important;
background-color: #dce6eb;
}
.publications .details-label  {
font-weight: bold;
}

.publications button.dt-button:not(.disabled), 
.publications div.dt-button:not(.disabled), 
.publications a.dt-button:not(.disabled), 
.publications input.dt-button:not(.disabled) {
padding: 0;
margin: 0 10px 10px 0;
padding: 0 4px 4px 4px;
border-radius: 0;
font-weight: 700;
display: inline-block;
background: transparent;
border: none;
font-size: 14px;
border-bottom: 2px solid #70c2f2;
}
.publications button.dt-button:hover:not(.disabled), 
.publications div.dt-button:hover:not(.disabled), 
.publications a.dt-button:hover:not(.disabled), 
.publications input.dt-button:hover:not(.disabled) {
  
background: transparent;
border: none;
}

.publications .dataTables_length {
float: right;
clear: right;
}

.publications .dataTables_length.pub-year {
float: left;
clear: left;
}

.publications .dataTables_info {
  float: right;
  margin-bottom: -40px;
  text-align: right;
  margin-left: 80px;
}

.publications .sorting_disabled {
color: rgba(0, 0, 0, 0);
}



.publications .multiselect {
  position: relative;
  margin-bottom: 5px;
}

.publications .selectBox {
  position: relative;
}

.publications .selectBox select {
  width: 100%;
  font-weight: bold;
}

.publications .overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.publications .selectlabel {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 540px) {
  .publications .selectlabel {
    min-width: 75px;
    width: 75px;
    max-width: 75px;
  }
}
.publications .checkboxes {
  display: none;
  position: absolute;
  z-index: 10;
  min-width: 100px;
  left: 0;
  border: 1px #999 solid;
  background-color: white;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
  max-height: 250px;
  overflow-y: auto;
}

.publications .checkboxes .sublabel {
    padding: 5px;
    margin: 0;
    font-weight: normal;
    display: flex;
}

.publications .checkboxes .sublabel:hover {
  background-color: #dce6eb;
}

.publications .checkboxes .subcheckbox {
    margin-top: 2px;
  margin-right: 10px;
}

