﻿.btn-bcktt {
    position: fixed;
    bottom: 300px;
    right: 14%;
    background-color: #fff;
    background-image: url(../images/uptotop.svg);
    opacity: 0.7;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
    z-index: 200;
}
.span-bcktt {
    position: fixed;
    bottom: 220px;
    right: 14%;
    width: 90px;
    height: 80px;
    border-radius: 50%;
    border: none;
    z-index: 200;
}
#reportDropdownMenu {
    text-overflow: ellipsis;
    overflow: hidden;
}
.checkbox-visible {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

/* styles for '...' */
.carousel-caption > .lead {
    /* hide text if it more than N lines  */
    overflow: hidden;
    /* for set '...' in absolute position */
    position: relative;
    /* use this value to count block height */
    line-height: 1.2em;
    /* max-height = line-height (1.2) * lines max number (3) */
    max-height: 6em;
    /* fix problem when last visible word doesn't adjoin right side  */
    text-align: justify;
    /* place for '...' */
    margin-right: -1em;
    padding-right: 1em;
}
    /* create the ... */
.carousel-caption > .lead:before {
    /* points in the end */
    content: '...';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of block */
    right: 0;
    bottom: 0;
}
    /* hide ... if we have text, which is less than or equal to max lines */
.carousel-caption > .lead:after {
    /* points in the end */
    content: '';
    /* absolute position */
    position: absolute;
    /* set position to right bottom corner of text */
    right: 0;
    /* set width and height */
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    /* bg color = bg color under block */
    background: #1a3143;
}

.eventslead {
    font-weight:400;
    font-size:24px;
}

.agenda .day .slot {
    padding: 10px 0 10px 80px;
    /*border-bottom: 1px solid #ddd;*/
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-right: none;
}

.selected-values.has-error {
    border:1px solid #e73030;
}

.select-letter .selected a {
    color: #00AC50 !important;
}

.dropdown-menu > li > a {
    text-overflow: ellipsis;
    overflow: hidden;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

.popover-title {
    font-weight: normal;
    text-align:center;
}

.popover-content {
    min-width:261px;
}


.search-results.grouped > .table > tbody > tr > td {
    padding: 0 !important;
}

td.text-center .collapsed .fa-minus-circle:before {
    content: "\f055";
}

@media (min-width: 1200px){
    .visible-lg-block {
        display: block !important;
    }
}

.today-news #newsCarousel .carousel-caption .preview {
    position: relative;
}

.carousel-caption .sign-up {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        background: -moz-linear-gradient(top, rgba(26, 49, 67, 0.7) 0%, #1a3143 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(26, 49, 67, 0.7) 0%, #1a3143 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(26, 49, 67, 0.7) 0%, #1a3143 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001a3143', endColorstr='#1a3143', GradientType=0);
        /* IE6-9 */
    }

    .carousel-caption .sign-up .h4 {
        position: absolute;
        width: 100%;
        line-height: 1.2;
        margin: 0 3rem;
        bottom: unset !important;
        top: 20%;
    }
.carousel-caption .preview .btn {
    /*position: absolute;
    bottom: 20rem;
    */
    margin-top: 120px;
}

.group-result-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 5px 0 0;
    border-radius: 3px;
}

    .group-result-pagination > li {
        display: inline;
    }

        .group-result-pagination > li:first-child > a, .group-result-pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

    .group-result-pagination > .disabled > span, .group-result-pagination > .disabled > span:hover, .group-result-pagination > .disabled > span:focus, .group-result-pagination > .disabled > a, .group-result-pagination > .disabled > a:hover, .group-result-pagination > .disabled > a:focus {
        color: #808080;
        background-color: transparent;
        border-color: transparent;
        cursor: not-allowed;
    }



.group-result-pagination > li > a, .group-result-pagination > li > span {
    position: relative;
    float: left;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333333;
    background-color: transparent;
    border: 1px solid transparent;
    margin-left: -1px;
}

    .group-result-pagination > li > a, .group-result-pagination > li > span {
        border-radius: 3px;
        padding: 6px 10px;
    }
    .group-result-pagination > li > a:hover, .group-result-pagination > li > span:hover, .group-result-pagination > li > a:focus, .group-result-pagination > li > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #00AC50;
        border-color: #00AC50;
    }

    .group-result-pagination > .active > a, .group-result-pagination > .active > span, .group-result-pagination > .active > a:hover, .group-result-pagination > .active > span:hover, .group-result-pagination > .active > a:focus, .group-result-pagination > .active > span:focus {
        z-index: 3;
        color: #333333;
        background-color: transparent;
        border-color: #d5d5d5;
        cursor: default;
    }

.fake_plus {
    margin-right:10px;
}

.loader2 {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.updates .item p {
    white-space: nowrap;
}

.mCustomScrollBox {
    border-bottom: 1px solid #eee;
}
.advertTop {
    text-align: center;
    margin: 5px 0;
    display: block;
    height: 90px;
}
.advertMpu {
    text-align: center;
    margin-bottom: 8px;
}

#news-carousel-active, #news-carousel {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

@media (max-width: 768px) {
    .today-news #newsCarousel .carousel-caption a, .upcoming-events #newsCarousel .carousel-caption a {
        font-size: 16px;
    }

}


#news-arrow-mobile, #data-arrow-mobile {
    float: right;
    margin-top: -27px;
    margin-right: 5px;
    display: none;
    font-size: 17px;
}

    #news-arrow-mobile:hover, #data-arrow-mobile:hover {
        color: #00ac4f;
    }

@media (max-width:992px) {
    #news-arrow-mobile, #data-arrow-mobile {
        display: block;
    }
    #news-arrow-desktop, #data-arrow-desktop {
        display: none;
    }
    .news-link, .data-link {
        width: 90%;
    }
}

.dropdown-active {
    display: block;
}

@media (min-width:768px) {
    #home-carousel .item img, #home-carousel .item.active img {
        width: 100%;
    }
}

#events-gallery-image {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 10px;
    max-height: 450px;
}

#btnDeleteFilter {
    width: 100px;
    float: right;
    margin-top: -5px;
    margin-right: -10px;
}

#btnDeleteFilter:hover {
    background-color: #e73030;
    border-color: #e73030;
    color: #fff;
}

@media (max-width:1199px) {
    #news-mobile-dropdown, #data-mobile-dropdown {
        position: relative;
    }
}

.article-details header .caption {
    word-wrap: break-word;
    min-width: 550px;
}

@media (max-width:1024px) {
    .article-details header .caption {
        min-width: 350px;
    }
}

.thumbEventGallery {
    position: relative;
    height: 500px;
    overflow: hidden;
}

    .thumbEventGallery img {
        position: absolute;
        left: 50%;
        top: 50%;
        height: 100%;
        width: auto;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
.thumbEventGalleryFit img {
    width: 100%;
    object-fit: cover;
}

.thumbEventGalleryFitIE img {
    min-width: 380px;
}

@media (max-width:992px) {
    .thumbEventGalleryFitIE img {
        min-width: 440px;
    }
}

#home-news-container {
    padding: 0;
}
@media (max-width:1200px) {
    .home-carousel .list-heading {
        display: block;
        position: relative;
        top: initial;
        left: inherit;
        width: 100%;
        height: 60px !important;
        border: 1px solid #ddd;
        padding: 15px;
        z-index: 2;
        margin-bottom: -60px;
    }
    #home-news-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #home-carousel-container {
        padding:0;
    }
}

.sponsors p img {
    width: 32%;
    height: auto;
}

.hide-border {
    border: none !important;
}

.dropdown-menu #todays-news .img-overlay img, #featureNews .img-overlay img {
    height: 212px;
    width: auto;
    display: block;
    margin: auto;
}
.herovideoclip
{
    background-color: #999;
    height: auto;
}
#element1 {
    display: inline-block;
    text-align: left;
    font-weight: bold;

}

#element2 {
    display: inline-block;
    text-align: right;
    float:right;

} 