.navbar{
      margin-bottom: 20px;
}

.card-dashboard{
  background-color: #fff;
margin-bottom: 25px;
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
box-shadow: 0 0 4px 0 rgba(0,0,0,.04);
border-width: 0;
border-radius: 3px;
display: block;
}

.card-dashboard .card-header{
  font-size: 18px;
font-weight: 300;
padding-left: 1.538rem;
padding-right: 0;
border-bottom-width: 0;
border-radius: 3px 3px 0 0;
background-color: transparent;
}

.card-table > .card-body {
    padding: 0
}

.card-table table {
    margin-bottom: 0
}

.card-table tr td:first-child,.card-table tr th:first-child {
    padding-left: 20px
}

.card-table tr td:last-child,.card-table tr th:last-child {
    padding-right: 20px
}

.card-table thead tr th {
    padding-top: 15px;
    padding-bottom: 10px
}

.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.card-link{
  color: inherit;
text-decoration: none;
}

.card-link:hover{
  color: inherit;
text-decoration: none;
}

.margin-0{
  margin:0;
}

.view-type.active{
  color: #ffc107;
}

.tz-gallery {
    padding: 40px;
}

.tz-gallery .thumbnail {
    padding: 0;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption{
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}

.pinned-responsive-image-set-output img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 0 0px;
  margin: 0 auto;
}

.responsive-image-set-output img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.media-gallery-pdf-embed{
  height:75vh;
}

.required{
    color:red;
}

.bg-light-blue {
    background-color: #47dcda!important;
}