/* E-XAM - (c) ELEDIA Research Center. All rights reserved.
------------------------------------------------------------------------------*/

.header-fixed-top  {
    margin-top: 60px;
}
.header-fixed-top #top-contact {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-animation-duration: 0.45s;
    -moz-animation-duration: 0.45s;
    -ms-animation-duration: 0.45s;
    -o-animation-duration: 0.45s;
    animation-duration: 0.45s;
}

.service-items .item-title {
    font-weight: bold;
}

.topbar-item-logo-img {
    height: 40px;
    vertical-align: initial;
    margin-right: 8px;
    margin-top: 8px;
}
i.top-icon {
    margin-right: 4px;
}

#topbar-item-current {
}
.topbar-item-current {
    vertical-align: top;
    display: inline-block;
    font-size: 14px;
    line-height: 14px !important;
    color: white;
}
.topbar-item-current > h2 {
    font-weight: bold;
    margin: 0;
}

.post-area-title {
    font-weight: normal;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row-eq-height > [class*='col-'] {
  display: flex;
  flex-direction: column;
}


#topbar-item-admin ul li {
 display: block;
}

ul.top-menu-items {
    padding: 0;
}

/** Print Hacks ****************************************************************/

@media print {
    a[href]:after {
        content: none !important;
    }
    
}

@media print {

    @page {
        size: A4 portrait;
        margin: 1cm;
    }
    @page:right{
        @bottom-right {
            content: counter(page);
        }
    }
    @page:left{
        @bottom-left {
            content: "Page " counter(page) " of " counter(pages);
        }
    }

    .print-hidden {
        display: none;
    }

    .print-break-before {
        page-break-before: always;
    }

    .print-break-after {
        page-break-after: always;
    }

    .print-break-avoid {
        page-break-inside: avoid;
    }

}
