.open-bids-table {
  margin-right: 20px;
  margin-bottom: 30px;
  margin-top: 20px; }
  @media (min-width: 450px) {
    .open-bids-table {
      margin-right: 0; } }
  .open-bids-table > .row {
    padding: 8px 10px;
    /*border-bottom: 2px solid #f0f0f0;*/
    /*&.row-gray {
            background: #f0f0f0;
        }*/ }
    .open-bids-table > .row:nth-of-type(2n+1) {
      background: #f0f0f0; }
    .open-bids-table > .row > div {
      padding: 0 15px; }
      .open-bids-table > .row > div.programme-label {
        text-align: left;
        font-weight: bold;
        padding-bottom: 10px;
        text-transform: uppercase; }
        @media (min-width: 769px) {
          .open-bids-table > .row > div.programme-label {
            font-weight: normal;
            text-align: right; } }
        .open-bids-table > .row > div.programme-label .label-it {
          font-size: 12px;
          text-transform: lowercase; }

.streaming-page .streaming-video {
  margin: 10px;
  margin-left: 0;
  overflow: auto;
  position: relative; }
  @media (max-width: 767px) {
    .streaming-page .streaming-video {
      margin-left: 10px; } }
  .streaming-page .streaming-video .streaming-video-placeholder {
    position: relative;
    margin-left: 10px;
    height: 300px;
    background-color: #505050; }
    .streaming-page .streaming-video .streaming-video-placeholder .fa {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 50px;
      color: #FFF; }

.streaming-page .streaming-info {
  margin: 10px;
  margin-right: 0;
  /*padding:10px;*/
  /*background-color: #505050;
        color:#FFF;*/ }
  @media (max-width: 767px) {
    .streaming-page .streaming-info {
      margin-right: 10px; } }
  .streaming-page .streaming-info .streaming-info-date {
    font-size: 18px; }
  .streaming-page .streaming-info .streaming-info-image {
    max-width: 100%;
    border: 1px solid #505050; }

.streaming-page .streaming-comments {
  margin: 10px;
  margin-right: 0; }
  @media (max-width: 767px) {
    .streaming-page .streaming-comments {
      margin-right: 10px; } }

.streaming-page .streaming-comment-form textarea {
  min-height: 200px; }

.streaming-page .streaming-comment-form .form-control {
  max-width: 100%; }

.streaming-page .streaming-comment-form .form-group.buttons {
  text-align: right; }

.login-form,
.registration-form,
.forgot-password-form {
  max-width: 400px;
  margin: 10px auto; }

.ResearchSectorPage .sidemenu {
  margin-right: 10px; }

.ResearchSectorPage .page-image {
  margin: 0;
  margin-right: 20px; }

.ResearchSectorPage .research-sector-item {
  margin-bottom: 20px; }

.ongoing-research-container {
  margin-bottom: 30px; }

.ongoing-research {
  margin-top: 20px; }

.ongoing-research-title {
  border-bottom: 2px solid #ff8200; }
  .ongoing-research-title h4 {
    margin-top: 0;
    margin-bottom: 2px; }

.ongoing-research-text {
  margin-top: 5px; }
  @media (min-width: 769px) {
    .ongoing-research-text {
      margin-left: 210px; } }
  @media (min-width: 960px) {
    .ongoing-research-text {
      margin-left: 310px; } }

.ongoing-research-image {
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 769px) {
    .ongoing-research-image {
      margin-right: 10px;
      float: left;
      width: 200px; } }
  @media (min-width: 960px) {
    .ongoing-research-image {
      width: 300px; } }
  .ongoing-research-image img {
    max-width: 100%; }

.member-field {
  min-height: 160px; }

.seminar-row {
  position: relative; }
  .seminar-row:hover .addtocalendar {
    display: block; }
  .seminar-row .addtocalendar {
    z-index: 1; }
    @media (min-width: 769px) {
      .seminar-row .addtocalendar {
        display: none;
        position: absolute;
        left: 0;
        top: 0; } }

.sync-your-calendar-container {
  text-align: right; }
  .sync-your-calendar-container .sync-your-calendar {
    margin-top: 20px;
    margin-bottom: 20px; }
    .sync-your-calendar-container .sync-your-calendar button {
      background-color: white;
      border: 1px solid gray;
      border-radius: 3px; }
      .sync-your-calendar-container .sync-your-calendar button:focus {
        outline: none; }
    .sync-your-calendar-container .sync-your-calendar .dropdown-menu {
      padding: 10px;
      max-width: 300px;
      right: 0;
      left: auto;
      border: 1px solid gray;
      font-weight: bold;
      font-size: 12px; }
      .sync-your-calendar-container .sync-your-calendar .dropdown-menu li {
        margin-top: 5px;
        margin-bottom: 5px; }
      .sync-your-calendar-container .sync-your-calendar .dropdown-menu input {
        width: 100%;
        font-size: 11px;
        font-weight: normal; }

/* PHONEBOOK */
.phonebook-loading {
  text-align: center;
  /*min-height:400px;*/ }

.phonebook-login-button {
  display: block;
  border: 1px solid #B4B4B4;
  background-color: #F2F2F2;
  padding: 10px;
  margin: 5px;
  color: #A3A3A3;
  font-size: 14px; }
  .phonebook-login-button:focus, .phonebook-login-button:active, .phonebook-login-button:hover {
    color: #A3A3A3;
    background-color: #fafafa;
    text-decoration: none; }
  .phonebook-login-button .text {
    font-size: 14px;
    line-height: 14px; }
  .phonebook-login-button .icon {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    float: right; }

.phonebook-page-container {
  margin: 5px; }

@media (min-width: 768px) {
  .phonebook {
    margin-right: 30px; } }

.phonebook-search-container {
  margin: 10px; }

.phonebook-search {
  min-width: 290px;
  font-size: 0;
  padding-top: 20px;
  display: inline-block; }
  @media (min-width: 769px) {
    .phonebook-search {
      min-width: 400px; } }
  .phonebook-search > input {
    font-size: 11px;
    padding: 5px;
    width: 85%;
    border: 1px solid #F2F2F2;
    border-left: 0;
    outline: none; }
    @media (min-width: 769px) {
      .phonebook-search > input {
        font-size: 14px;
        padding: 2px; } }
  .phonebook-search > label {
    font-size: 11px;
    padding: 5px;
    font-weight: normal;
    width: 15%;
    border: 1px solid #2556A2;
    background-color: #2556A2;
    color: #FFF;
    outline: none;
    text-align: center; }
    @media (min-width: 769px) {
      .phonebook-search > label {
        font-size: 14px;
        padding: 2px; } }

.phonebook-filter {
  display: inline-block;
  max-width: 200px; }
  .phonebook-filter select {
    height: 26px;
    max-width: 100%;
    border: 1px solid #F2F2F2;
    outline: none; }

.phonebook-alpha-container {
  margin-top: 30px; }

.phonebook-alpha-letter {
  display: inline-block;
  margin-right: 10px; }

.phonebook-people-container {
  margin-top: 30px; }

.phonebook-people {
  margin-bottom: 30px;
  border-bottom: 1px solid #F2F2F2; }

.phonebook-people-header {
  height: 30px;
  position: relative;
  border-bottom: 2px solid #F2F2F2; }

.phonebook-people-header-letter {
  display: inline-block;
  background-color: #F2F2F2;
  color: #2556A2;
  font-size: 25px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center; }

.phonebook-people-header-back-to-top {
  position: absolute;
  right: 10px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 11px; }

.phonebook-people-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .phonebook-people-list li .phonebook-people-content-summary {
    border-top: 1px solid #F2F2F2; }
  .phonebook-people-list li:first-child {
    border-top: none; }

.phonebook-people-content-summary {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer; }
  @media (min-width: 769px) {
    .phonebook-people-content-summary {
      margin-left: 100px; } }

.phonebook-staff-name {
  display: inline-block;
  color: #2556A2; }

.phonebook-staff-main-sector {
  display: none; }
  @media (min-width: 450px) {
    .phonebook-staff-main-sector {
      display: inline-block;
      position: absolute;
      right: 30px; } }

.phonebook-staff-caret {
  color: #ff8200;
  display: inline-block;
  position: absolute;
  right: 0; }

.phonebook-staff-details-container {
  min-height: 90px; }
  .phonebook-staff-details-container .fa {
    width: 20px;
    text-align: center;
    color: #B4B4B4; }
  .phonebook-staff-details-container .phonebook-staff-image {
    width: 90px;
    height: 90px; }
  @media (min-width: 769px) {
    .phonebook-staff-details-container .phonebook-staff-info,
    .phonebook-staff-details-container .phonebook-staff-sectors,
    .phonebook-staff-details-container .phonebook-staff-roles {
      margin-left: 100px; } }

.phonebook-staff-image {
  width: 250px;
  height: 250px;
  position: relative; }
  @media (min-width: 769px) {
    .phonebook-staff-image {
      float: left;
      margin-right: 10px; } }
  .phonebook-staff-image img {
    max-width: 100%; }

.phonebook-staff-info,
.phonebook-staff-sector {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px; }
  .phonebook-staff-info > span,
  .phonebook-staff-sector > span {
    line-height: 1.4;
    display: block; }
    @media (min-width: 769px) {
      .phonebook-staff-info > span,
      .phonebook-staff-sector > span {
        line-height: 1.1;
        display: inline-block;
        min-width: 50%; } }
    @media (min-width: 960px) {
      .phonebook-staff-info > span,
      .phonebook-staff-sector > span {
        display: inline-block;
        min-width: 30%; } }
    @media (min-width: 1200px) {
      .phonebook-staff-info > span,
      .phonebook-staff-sector > span {
        display: inline-block;
        min-width: 30%; } }

.phonebook-staff-link {
  padding-top: 10px;
  padding-bottom: 10px; }

.phonebook-staff-roles {
  font-size: 12px;
  color: #B4B4B4;
  text-transform: uppercase; }

.phonebook-staff-roles-details {
  color: #B4B4B4;
  text-transform: uppercase; }

.phonebook-staff-role {
  margin-right: -4px; }

@media (min-width: 769px) {
  .phonebook-staff-link,
  .phonebook-staff-info,
  .phonebook-staff-sector,
  .phonebook-staff-roles {
    margin-left: 100px; } }

.phonebook-details-page-container {
  margin: 5px; }
  @media (min-width: 769px) {
    .phonebook-details-page-container .has-content .phonebook-person-contacts {
      width: 300px;
      float: left;
      margin-right: 20px; } }
  @media (min-width: 769px) {
    .phonebook-details-page-container .has-content .phonebook-person-content-item {
      margin-left: 320px; } }
  @media (min-width: 769px) {
    .phonebook-details-page-container .has-no-content .phonebook-person-contacts-personal,
    .phonebook-details-page-container .has-no-content .phonebook-person-contacts-sector {
      width: 320px;
      float: left;
      margin-right: 20px; } }

.phonebook-person-title {
  margin-bottom: 30px; }

.phonebook-person-image {
  width: 250px;
  height: 250px;
  position: relative;
  display: block;
  text-align: left;
  margin-bottom: 30px; }
  .phonebook-person-image img {
    max-width: 100%; }

.phonebook-person-contacts-personal,
.phonebook-person-contacts-sector {
  margin-bottom: 30px; }

.phonebook-person-contacts-title {
  color: #2556A2;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #F2F2F2; }

.phonebook-person-contacts-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #F2F2F2;
  line-height: 1.1; }
  .phonebook-person-contacts-item .fa {
    color: #B4B4B4;
    width: 20px;
    text-align: center; }

.phonebook-person-content {
  /*ul {
        list-style: none;
        li {
            padding: 3px 0;
            text-indent: -.7em;
            &::before {
                content: '\2022 ';
                font-size: 40px;
                line-height: 20px;
                color: #2556a2;
                vertical-align: middle;
                margin: 0 15px 0 10px;
            }
        }
    }*/ }

.phonebook-person-content-title {
  color: #2556A2;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 3px solid #F2F2F2; }

.phonebook-person-content-item {
  margin-bottom: 30px; }

.phonebook-services-container {
  margin-bottom: 30px; }

.phonebook-services {
  background-color: #F2F2F2;
  margin: 5px; }

.phonebook-services-title {
  font-size: 22px;
  color: #2556A2;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer; }

.phonebook-services-subtitle {
  font-size: 14px;
  line-height: 1.1;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px; }

.phonebook-services-list {
  padding: 0;
  list-style: none; }

.phonebook-services-item {
  padding: 10px;
  border-top: 1px solid #A3A3A3;
  cursor: pointer; }
  .phonebook-services-item.no-click {
    cursor: default; }
  .phonebook-services-item:last-child {
    border-bottom: 1px solid #A3A3A3; }

.phonebook-services-item-title {
  font-size: 14px; }

.phonebook-services-item-content {
  padding: 5px;
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 15px; }
  .phonebook-services-item-content .fa {
    color: #B4B4B4;
    width: 20px;
    text-align: center; }

.phonebook-services-item-content-detail {
  padding-top: 5px;
  padding-bottom: 5px; }
  .phonebook-services-item-content-detailstrong {
    font-size: 15px; }
  .phonebook-services-item-content-detail > .fa {
    float: left; }
    .phonebook-services-item-content-detail > .fa::before {
      line-height: 1.2; }
  .phonebook-services-item-content-detail > span {
    line-height: 1.2;
    display: block;
    margin-left: 22px; }

phonebook-badge .list-inline {
  min-height: 200px;
  white-space: nowrap; }
  phonebook-badge .list-inline li {
    white-space: normal; }
    phonebook-badge .list-inline li mail-hide a {
      overflow-x: hidden;
      white-space: nowrap; }

phonebook-badge .member-name {
  color: #2556a2; }

phonebook-badge .member-actions .fa {
  width: 20px;
  text-align: center;
  color: #B4B4B4; }
