#ua-carousel-outer{
    position: relative;
    width: 100%;
    padding-top: 39.24646782%;
    overflow: hidden;
}

#ua-carousel-outer #ua-carousel{
    position: absolute;
    width: 100%;
    height: 99%;
    top: 0;
    left: 0;
    margin: 0;
}

#ua-carousel-outer .carousel .item,
#ua-carousel-outer .carousel-inner > .item > img{
    height: 100% !important;
}

.ua-content-thumbnail{
    width: 100%;
    padding-top: 66.56716418%;
    border: 1px solid #E0E0E0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.ua-content-thumbnail::after{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.ua-content-text img{
    max-width: 100%;
}

.dropdown-header a{
    margin: 0 !important;
    padding: 0 !important;
}

.ua-fk-text {
    font-size: 16px;
}

.ua-base-content {
    display: inline-block;
    width: 100%;
}

.ua-base-content table tr{
    font-size: 14px;
}

.center, th{
    text-align: center;
}

.nowrap-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

#lecturer-image{
    margin: 5px 0 0 0;
    max-width: 200px;
    max-height: 200px;
}

.lecturer-image{
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px solid #C7C7C7;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 0;
    box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 10px 6px -6px rgba(0,0,0,0.1);
}

.ua-lecturer-contact-item{
    display: block;
    margin: 0 0 10px 0;
}

.table>thead>tr>th{
    border-bottom: 1px solid #ddd;
    padding: 9px;
}

.dataTables_wrapper input[type=search]{
    border: 1px solid #cacaca;
    margin: 0 0 0 5px;
    padding: 5px;
}

.ua-base-content table tr td{
    font-size: 14px;
}

.ua-article-list{
    display: inline-block;
    width: 100%;
    margin: 0 0 15px 0;
    border-bottom: #ebebeb solid 1px;
    padding: 0 0 15px 0;
}

.ua-article-list .ua-article-thumbnail{
    padding-left: 0;
}

.ua-article-list .ua-article-intro{
    padding-left: 0;
}

.ua-article-list .ua-article-intro .myhomejudulberita{
    padding: 0 0 10px 0;
}

.ua-agenda-card .day{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pagination {
    padding: 0px;
    display: inline-block;
    width: 100%;
    margin: 5px 0 20px 0;
}

.ua-twitter-text a{
    color: #fff;
    font-weight: bold;
}

.ua-base-content {
    margin-bottom: 20px;
}

.btn.btn-ua.btn-sm{
    padding: 10px 15px;
}

.ua-lecturer-profile-table-title{
    
}

.ua-agenda-card.as-list{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #ebebeb dashed 1px;
}

.full-width{
    width: 100% !important;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(21, 45, 143, 0.8) url(../cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 9999999;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

.small-font *{
    font-size: 10px !important;
}

a.dropdown-toggle{
    display: inline-block !important;
    width: 100%;
}
 

a.ua-fakultas div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.day {
    font-size: 17px !important;
}

.ua-header-title a{
    padding: 0 !important;
}

.ua-header-text-title-video {
    line-height: 28px;
}
 