/***********Calendar style**************/
table#t170409 {
    width : 700px;
    border: 1px solid black;
    vertical-align: top;
}
th#t170409 {
    height: 50px;
    vertical-align: top;
}
td#t170409 {
    height: 50px;
    vertical-align: top;
    min-width: 140px;
    border: 1px solid black;
}
p#p170409 {
    font-size: 1.6em;
}

table#t170409_2 {
    width : 700px;
    border: 1px solid black;
    vertical-align: top;
}
td#t170409_2 {
    height: 20px;
    vertical-align: middle;
    min-width: 160px;
    text-align: center;
}
 /**************************************/

.views-field-field-audience-image-title {
    background:#000000;
    text-align:center;
    padding:10px 20px;
    margin-top:5px;
    font-size:14px;
    color:#ffffff
}
.views-field-field-audience-image-title a {
    font-size:14px;
    color:#ffffff
}

.caption {
    font-size: 1rem ;
    opacity: 1 !important;
}

.caption:hover {
    font-size: 1rem;
}

.link-bar a:hover { color: #949EA7 !important; transition: all .3s; }

.drop-menu {
    margin: 3px auto;
    position: relative;
    display: inline-block;
    z-index: 5;
}

.drop-cont {
    position: absolute;
    min-width: 145px;
    z-index: 10;
    display: none;
    background-color: rgba(44,60,76, .9);
    border-radius: 3px;
    box-shadow: 1px 2px 3px #2F2F2F;
}

.drop-text {
    font-size: .8rem ;
    text-align: left;
    margin: .5rem 0 .2rem 0;
    padding: .3rem 0 .3rem 0;
}

.drop-text a:hover {
    text-decoration: underline;
}

.drop-menu:hover .drop-cont {
    display: block;
}

.page-content {
    margin: 10px auto;
    width: 50%;
    text-align: left;
    font-size: .9em;
}

.unlink {
    text-decoration: none !important;
    cursor: default;
}

#meeting-container {
    height: 35rem;
}
.meeting-table {
    width: 100%;
    border-spacing: 0;
    box-shadow: 1px 2px 3px rgba(125, 125, 125, .9);
}

.thead, .tbody, .t-row, .th, .td { display: block; }

.thead tr {
    /* fallback */
    width: 97%;
    /* minus scroll bar width */
    width: -webkit-calc(100% - 16px);
    width:    -moz-calc(100% - 16px);
    width:         calc(100% - 16px);
}

.t-row:after {  /* clearing float */
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.tbody {
    height: 30rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.tbody td, .thead th {
    width: 33%;  /* 19% is less than (100% / 5 cols) = 20% */
    float: left;
}

th, td { color: WHITE; }

.appMain a { display: inline-block; padding: 2px; background-color: WHITE; }
.appContents { width: 100%; margin: 0; color: WHITE; background-color: #839AB0; }

.data-sorter, .data-sorter:hover {
    transition: all .5s;
    margin-left: .5rem;
}
.data-sorter:hover {
    color: #C11E2E;
}
.flex-nostyle-direction-nav li a {
  outline: 0 !important;
}

.contact-card {  }
.contact-img { box-shadow: 1px 2px 3px rgb(145,159,170); }

.contact-img-cont { height: 200px; width: 200px; display: inline-block;}

.contact-card-left { /*background-color: rgb(145,159,170);*/ }

.contact-card-right {
  margin: 0 0 0 1rem;
}

.contact-content { width: 100%; }

.info-icon {
  margin-top: 2rem;
  font-size: 2rem;
  color: rgba(27,54,75, .8) ;
}

.info-block {
    color: WHITE;
    background-color: #839AB0;
    padding: 1rem;
}

.info-footer {
    color: WHITE;
    background-color: #869AB0;
    padding: 1rem;
}

.info-title {
  font-weight: bold;
  color: WHITE;
  border-bottom: 2px solid rgba(27,54,75, .5);
}

.info-block {
  line-height: 1.8em;
  font-size: 1rem;
}

.info-link, .info-link:hover {
  font-size: .9em;
}

.info-list {
  list-style: none;
  margin-top: -.8rem;
  line-height: 2rem;
  margin-left: -1.3rem;
}

.card-block .info-block {
  overflow-y: scroll !important;
  height: 175px !important;
}

.check-list {
	list-style: url('images/check.png') inside;
}

.check-list li {
	margin-bottom: .5rem;
}

a.btn-register {
	width: 100%;
	background-color: #31859C;
	border: 2px solid #7F7F7F;
	font-weight: bold;
	font-size: 1.6rem;
	color: #FEFEFE;
	text-shadow: 1px 1px 1px #131313;
	border-radius: .8rem;
	box-shadow: 2px 3px 5px #454545;
}

a.btn-register:hover {
	font-size: 1.6rem;
	color: #1Ed1FE;
	transition: all .1s;
	box-shadow: 1px 1px 3px #454545;
}

.content-container {
  width: 1064px;
  min-height: 100%;
  padding: 0 2.5rem 0 1.2rem;
}

.page-wrapper {
  background-color: #FEFEFE;
  height:100%;
  width: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
}
