.rtm-list {
  overflow: hidden;
}

.rtm-header {
  background-color: white;
  cursor: pointer;
  margin-top: 13px;
  min-height: 54px;
  padding: 8px 13px;
}
.rtm-header img {
  height: 34px;
  margin: 0 13px;
  width: 34px;
}
.rtm-header .rtm-title {
  color: #333;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 13px;
  margin-right: 8px;
  overflow: hidden;
  vertical-align: middle;
}

.rtm-body {
  background-color: white;
  margin-top: 13px;
  padding: 0 13px;
}
.rtm-body img {
  margin-top: 13px;
}

@media (min-width: 768px) {
  .rtm-body img {
    margin-left: -15px;
    margin-top: 0;
  }
}

.rtm-body span {
  margin-top: 13px;
}
.rtm-body.animated {
  animation-duration: .4s;
  transition-duration: .4s;
}
.rtm-body .animated {
  animation-duration: .5s;
  transition-duration: .5s;
}

.rtm-list.ng-hide {
}
.rtm-list-title {
  overflow: hidden;
  margin-left: 13px;
}
.rtm-list-title .animated {
  animation-duration: .2s;
  transition-duration: .2s;
}

.rtm {
  overflow: hidden;
}
.rtm.animated {
  animation-duration: 1s;
  transition-duration: 1s;
}

.rtm-expanded .rtm {
  visibility: visible;
}
.rtm-collapsed .rtm {
  visibility: hidden;
}

.rtm:nth-child(1){ animation-delay: .05s }
.rtm:nth-child(2){ animation-delay: .1s }
.rtm:nth-child(3){ animation-delay: .15s }
.rtm:nth-child(4){ animation-delay: .25s }
.rtm:nth-child(5){ animation-delay: .3s }
.rtm:nth-child(6){ animation-delay: .35s }
.rtm:nth-child(7){ animation-delay: .4s }
.rtm:nth-child(8){ animation-delay: .45s }
.rtm:nth-child(9){ animation-delay: .50s }

.loader {
  margin-top: 13px;
}
.rtm-body .rtm-title {
  color: #333;
  font-size: 1em;
  font-weight: 600;
  margin: 13px 0 5px 0;
}
.rtm-content {
  color: #333;
  margin: 0 0 13px 0;
}


.pagingInfo{ 
  display: inline-block;  
  vertical-align: middle;
  margin-top: -60px;
}