#exTab2 {

}

.leiamais-tail {
  display: none;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table--bordered {
  border: 1px solid #d7d7d7;
}

.table--shaded {
  border-bottom: 2px solid #c6d5e3;
}

.table__head {
  border-bottom: 2px solid #c6d5e3;
  color: #7196b9;
}
.table--shaded .table__head {
  background: #f7fafc;
}

.table__row:not(:last-of-type) {
  border-bottom: 1px solid #eaeaea;
}

.table__cell {
  padding: 16px 12px 14px;
}
.table__head .table__cell {
  padding: 10px 12px 8px;
}
.table--bordered .table__cell:not(:last-of-type) {
  border-right: 1px solid #eaeaea;
}
.table__head .table__cell {
  font-weight: 700;
}

.table__cell--checkbox {
  max-width: 28px;
  padding: 16px 0 14px 12px;
}
.table__head .table__cell--checkbox {
  padding: 10px 0 8px 12px;
}

.table__cell--no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table__cell--remainder {
  width: auto;
}

.UserTable__name {
  max-width: auto;
}

button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.button-more {
  width: 169px;
  height: 55px;
  color: #2a46cc;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #2a46cc;
  background-color: #fff;
  transition: background-color 250ms;
}
.button-more:hover {
  color: #fff;
  background-color: #2a46cc;
  transition: background-color 250ms;
}

.tag {
  display: inline-block;
}
.tag-primary {
  padding: 5px 20px;
  color: #000;
  font-size: 14px;
  background-color: #f0f0f4;
  border-radius: 20px;
}

.box--list {
  padding: 60px 70px 100px;
  max-width: 635px;
  margin-bottom: 60px;
}
@media (max-width: 870px) {
  .box--list {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.box--list__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.box--list__header-title {
  font-size: 16px;
  line-height: 20px;
}
.box--list__header-link {
  color: #2a46cc;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.box--list__header-link svg {
  position: relative;
  top: -1px;
  margin-left: 5px;
}
.box--list__item {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f0f0f4;
}
.box--list__item:first-child {
  border-top-width: 0;
}
.box--list__title {
  margin-bottom: 12px;
  font-size: 18px;
  color: #2a46cc;
}
.box--list__description {
  font-size: 16px;
  line-height: 26px;
}

.box--grid {
  padding: 60px;
  padding-right: 70px;
  max-width: 863px;
}
.box--grid__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px;
}
.box--grid__item {
  padding: 30px;
  margin-bottom: 35px;
  border: 1px solid #f0f0f4;
  border-radius: 5px;
  background-color: #fff;
  transition: background-color 250ms;
}
.box--grid__item:nth-child(2n) {
  margin-left: 35px;
}
.imgic {
  width: 82px;
}
.box--grid__item:hover {
  color: #fff;
  background-color: #ca000c;
  transition: background-color 250ms;
}
.box--grid__title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9rem;
}
.box--grid__description {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}
.box--grid__button {
  margin-top: -5px;
  text-align: right;
}
@media (max-width: 767px) {
  .box--grid__items {
    border-radius: 0;
    flex-direction: column;
    margin-right: 0;
  }
  .box--grid__item {
    width: 100%;
  }
  .box--grid__item:nth-child(2n) {
    margin-left: 0;
  }
  .box--grid__button {
    text-align: center;
  }
}

.box {
  background-color: #fff;
  border-radius: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 870px) {
  .box {
    border-radius: 0;
    max-width: 100%;
    box-shadow: none;
  }
}

.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}
.post-module .thumbnail {
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #e74c3c;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  bottom: 0;
  background: #ffffff;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #e74c3c;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  line-height: inherit;
  font-weight: 700;
}
.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #e74c3c;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}

.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container .column {
  width: 50%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.container .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.container .info {
  
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.container .info span {
  color: #666666;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #e74c3c;
}

.wrapper {
  margin: 15px auto;
  max-width: 1100px;
}

.container-calendar {
  background: #ffffff;
  padding: 15px;
  max-width: 475px;
  margin: 0 auto;
  overflow: auto;
}

.button-container-calendar button {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #00a2b7;
  color: #fff;
  border: 1px solid #0aa2b5;
  border-radius: 4px;
  padding: 5px 10px;
}

.table-calendar {
  border-collapse: collapse;
  width: 100%;
}

.table-calendar td,
.table-calendar th {
  padding: 5px;
  border: 1px solid #e2e2e2;
  text-align: center;
  vertical-align: top;
}

.date-picker.selected {
  font-weight: bold;
  outline: 1px dashed #00bcd4;
}

.date-picker.selected span {
  border-bottom: 2px solid currentColor;
}

/* sunday */
.date-picker:nth-child(1) {
  color: red;
}

/* friday */
.date-picker:nth-child(6) {
  color: green;
}

#monthAndYear {
  text-align: center;
  margin-top: 0;
  font-size: 2rem;
}

#events > li {
  text-decoration: none;
}

.button-container-calendar {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  clear: both;
}

#previous {
  float: left;
}

#next {
  float: right;
}

.footer-container-calendar {
  margin-top: 1em;
  border-top: 1px solid #dadada;
  padding: 10px 0;
}

.footer-container-calendar select {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  background: #ffffff;
  color: #585858;
  border: 1px solid #bfc5c5;
  border-radius: 3px;
  padding: 5px 1em;
}

.bootstrap-datetimepicker-widget table th {
  height: 60px !important;
  line-height: 50px !important;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px !important;
  line-height: 50px !important;
  width: 20px !important;
}

.project a {
  color: #333;
}
.project a:hover {
  color: #007299;
}
/* ----------------------------------------------
----------------- Events Calendar ---------------
---------------------------------------------- */
#events-filters {
  background-color: #fbfbfb;
  border: 1px solid #f3f3f3;
  padding: 20px;
}
#applied-filters {
  margin-bottom: 10px;
  margin-top: 0;
}
#applied-filters a {
  margin-right: 1em;
}
#applied-filters a .fa {
  font-size: 16px;
  font-weight: 400;
}
#events .event-listing {
  border-bottom: 1px solid #dcdcdc;
  line-height: 1;
  padding: 20px 10px;
  list-style: none;
  margin-bottom: 20px;
}
#events .event-listing .event-icon {
  font-size: 90px;
  padding: 15px 0;
  text-align: center;
}
#events .event-listing .event-icon .builders-university:after {
  color: #005f7f;
  content: " \f19d";
  font-family: "FontAwesome";
}
#events .event-listing .event-icon .bmib:after {
  color: #d5252f;
  content: " \f21e";
  font-family: "FontAwesome";
}
#events .event-listing .event-icon .charity:after {
  color: #ef7521;
  content: " \f164";
  font-family: "FontAwesome";
}
#events .event-listing .event-icon .holiday:after {
  color: #ffc600;
  content: " \f073";
  font-family: "FontAwesome";
}
#events .event-listing .event-listing-details {
  border-left: 1px solid #dcdcdc;
  padding-left: 2em;
}
#events .event-listing .event-listing-details .event-description,
#events .event-listing .event-listing-details .event-location {
  line-height: 1.5;
  margin-bottom: 1.5em;
}
#events .event-listing .event-listing-details .event-date {
  color: #a9a9a9;
  display: table-cell;
  padding-right: 1em;
}
/* ---------------------------------------------
--------- Breakpoints - Media Queries ----------
--------------------------------------------- */
@media screen and (min-width: 768px) {
  fieldset .form-group input[type="email"],
  fieldset .form-group input[type="text"],
  fieldset .form-group input[type="password"] {
    max-width: 100%;
  }
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 0.5rem;
}

.news-card {
  border: 0px solid aqua;
  margin: 0.5rem;
  position: relative;
  height: 12rem;
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  min-width: 290px;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

@media (min-width: 900px) {
  .news-card {
    height: 20rem;
  }
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 80%);
  z-index: 0;
}

.news-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*     background: rgba(255,0,0,.5); */
}

.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}

.news-card__title {
  transition: color 1s ease;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.news-card__post-date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

@media (min-width: 900px) {
  .news-card:hover .news-card__details-wrapper {
    max-height: 20rem;
    opacity: 1;
  }
  .news-card:hover .news-card__text-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .news-card:hover .news-card__title {
    color: yellow;
  }
  .news-card:hover .news-card__image {
    transform: scale(1.2);
    z-index: -1;
  }
}

.news-card__excerpt {
  font-weight: 300;
}

.news-card__read-more {
  background: black;
  color: #bbb;
  display: block;
  padding: 0.4rem 0.6rem;
  border-radius: 0.3rem;
  margin-top: 1rem;
  border: 1px solid #444;
  font-size: 0.8rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  width: 7rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
}

.news-card__read-more i {
  position: relative;
  left: 0.2rem;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.news-card__read-more:hover i {
  left: 0.5rem;
  color: yellow;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops  
*/

@media (min-width: 1281px) {
  /* CSS */
  .cover-background {
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
    background-position: 100% center;
  }
  .mediax {
    height: 300px;
  }
}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {
  /* CSS */
  .cover-background {
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    position: relative;
    background-position: 100% center;
  }
  .mediax {
    height: 300px;
  }
}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {
  /* CSS */
  .cover-background {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center;
  }
  .table__cell--no-wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
  }

  .table > :not(caption) > * > * {
    font-size: 11px;
  }
  .table__head .table__cell {
    padding: 4px;
    font-size: 11px;
  }
  .x-scroll {
    border: 1px solid black;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
 }

 .wrapper1, .wrapper2{ border: none 0px RED;
  overflow-x: scroll; overflow-y:hidden;}
  .wrapper1{height: 20px; }
 
  .div1 {width:1000px; height: 20px; }
  .div2 {width:1000px; height: 200px; 
  overflow: auto;}
}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  /* CSS */
  .cover-background {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center;
  }
  .table__cell--no-wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
  }
  .table > :not(caption) > * > * {
    font-size: 11px;
  }
  .table__head .table__cell {
    padding: 4px;
    font-size: 11px;
  }
  .x-scroll {
    border: 1px solid black;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
 }
 .wrapper1, .wrapper2{ border: none 0px RED;
  overflow-x: scroll; overflow-y:hidden;}
  .wrapper1{height: 20px; }
 
  .div1 {width:1000px; height: 20px; }
  .div2 {width:1000px; height: 200px; 
  overflow: auto;}
}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {
  /* CSS */
  .cover-background {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center;
  }
  .table__cell--no-wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
  }
  .table > :not(caption) > * > * {
    font-size: 11px;
  }
  .table__head .table__cell {
    padding: 4px;
    font-size: 11px;
  }
  .x-scroll {
    border: 1px solid black;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
 }
 .wrapper1, .wrapper2{ border: none 0px RED;
  overflow-x: scroll; overflow-y:hidden;}
  .wrapper1{height: 20px; }
 
  .div1 {width:1000px; height: 20px; }
  .div2 {width:1000px; height: 200px; 
  overflow: auto;}
}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {
  /* CSS */
  .cover-background {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center;
  }

  .table__cell--no-wrap {
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
  }
  .table > :not(caption) > * > * {
    font-size: 11px;
  }
  .table__head .table__cell {
    padding: 4px;
    font-size: 11px;
  }

  .x-scroll {
    border: 1px solid black;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .accordion-item {
    background-color: #fff;
    border: 1px solid transparent;
 }
 .wrapper1, .wrapper2{ border: none 0px RED;
  overflow-x: scroll; overflow-y:hidden;}
  .wrapper1{height: 20px; }
 
  .div1 {width:1000px; height: 20px; }
  .div2 {width:1000px; height: 200px; 
  overflow: auto;}
}
