﻿#printRequest {
    z-index: 99999;
}

.reload-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.articleBody a:not(.urlArticle):not(#ArticleRegisterLogin) {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

.articleBody .keeptogether {
    text-align: left !important;
}

.articleBody a:hover:not(.urlArticle):hover {
    color: #0a58ca !important;
}

.videoLoginOverlay {
   /* position: absolute;*/
    left: 0px;
    top: 0px;
    z-index: 3;
    padding: 0px;
}


/* Custom tooltip styles */
.btn {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 100;
    margin-bottom: 5px;
}

.custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.btn:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-container:hover .custom-tooltip {
    opacity: 1;
    visibility: visible;
}

/* For the "copied" feedback */
.custom-tooltip.copied {
    background-color: #28a745;
}

.custom-tooltip.copied::after {
    border-color: #28a745 transparent transparent transparent;
}

#EmailArticleFormModel{

}

#EmailBtn {
    cursor: pointer;
}

.podcast-thumbnail img {
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: .25rem;
}

.podcast-text-small {
    font-size: 11px;
    margin-bottom: 5px;
}

.podcast-text-medium {
    font-size: 13px;
    margin-bottom: 5px;
}

.podcast-text-large {
    font-size: 14px;
    margin-bottom: 5px;
}

.podcast-text-large .download {
    color: #E37514;
    font-weight: 600;
}

.multimedia-timestamp {
    color: #ffffff;
    background: #a6c;
    font-family: Roboto;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 4px 6px;
}

.icon-audio {
    width: 80px;
    height: 15px;
    background: url(/Images/rssaudio.png) top left no-repeat;
    margin-bottom: 5px;
}

.icon-mp3 {
    width: 80px;
    height: 15px;
    background: url(/Images/rssaudiomp3.png) top left no-repeat;
    margin-bottom: 5px;
}


.podcast-player {
    width: 460px;
    margin: 10px 0 20px 0;
}

.audiojs {
    height: 22px;
    background: #404040;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
    background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.audiojs .play-pause {
    width: 15px;
    height: 20px;
    padding: 0px 8px 0px 0px;
}

.audiojs p {
    width: 25px;
    height: 20px;
    margin: -3px 0px 0px -1px;
}

.audiojs .scrubber {
    background: #5a5a5a;
    width: 310px;
    height: 10px;
    margin: 5px;
}

.audiojs .progress {
    height: 10px;
    width: 0px;
    background: #ccc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
    background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
}

.audiojs .loaded {
    height: 10px;
    background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
    background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
}

.audiojs .time {
    float: left;
    height: 25px;
    line-height: 25px;
}

.audiojs .error-message {
    height: 24px;
    line-height: 24px;
}

.track-details {
    clear: both;
    height: 20px;
    width: auto;
    padding: 1px 6px;
    background: #eee;
    color: #222;
    font-family: monospace;
    font-size: 11px;
    line-height: 20px;
    -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
    box-sizing: content-box;
    overflow: hidden;
}

.audiojs div {
    box-sizing: content-box;
}
.affiliationStyle {
    margin-top: 2px;
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
    font-family: sans-serif;
    font-weight: normal;
}


.firstHalf {
    width: 48%;
    float: left;
    margin-right: 3%;
}

.secondHalf {
    width: 48%;
    float: left;
    margin-right: 0;
}


.tableCell {
    display: table-cell;
}

.p12on14 {
    font-size: 12px;
    line-height: 14px;
}


.tableRef div {
    margin-top: 5px;
}

/*Related Articles Vertical*/

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0px !important;
}

.section-related-articles {
    font-family: Roboto !important;
    overflow-x: hidden;
    width: 280px;
    display: inline-block;
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
}

.relatedarticles-date {
    font-size: 0.75rem;
    color: #999;
    padding: 0px !important;
    margin: 0px !important;
}

.relatedarticles-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 18px;
    margin: 0px !important;
    padding: 0px !important;
}

.relatedarticles-text {
    font-size: 0.8rem;
    line-height: 16px;
    /*padding-top:8px;
   padding-bottom:8px !important;*/
    padding-right: 15px;
    margin: 0px;
}

.relatedarticles-wrap {
    width: 100%;
    border: 1px solid #a6a6a6;
    padding: 3px 12px;
}

    .relatedarticles-wrap .media {
        padding: 8px 0;
        border-bottom: 1px solid #d3d3d3;
    }

div.media:last-of-type {
    border-bottom: none;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

@media (min-width: 768px) {
    .media {
        width: 100% !important;
    }
}
/*End of option

/*Horizontal Related Articles*/
.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.secondwrap {
    font-family: Roboto !important;
    border: 1px solid #a6a6a6;
    margin-top:35px;
    margin-bottom: 35px;
}

.secondcontainer {
    padding: 15px !important;
}

.relatedarticles-h-wrapper {
    display: flex;
}


.AAimg {
    margin-left: auto;
    padding: 5px;
    width: 60px;
    height: 60px;
}

.Aline {
    box-sizing:border-box;
    border-left: 1px solid #d3d3d3;
    padding: 10px !important;
    flex:1;
}

div.Aline:first-of-type {
    border-left: none;
}

.Aline-content {
    display: flex;
}

.date {
    margin: 0px !important;
    padding: 0px !important;
    font-size: 0.75rem;
    color: #999;
}

.textwrap {
    /*max-width: 150px;*/
}

.Aline .title {
    font-size: .9rem;
    font-weight: 500;
    line-height: 16px;
    padding: 0px !important;
    margin: 0px;
}

.text {
    font-size: 0.875rem !important;
    line-height: 16px;
    line-height: 16px !important;
    padding-bottom: 3px !important;
    margin: 0px !important;
}

.thick_a {
    font-size: 0.8rem !important;
    line-height: 16px;
    font-weight: 500;
    padding: 0px !important;
    margin: 0px !important;
}

.thumimg {
    width: 60px;
    float: right;
    height: 60px;
    /*position: absolute;
    clip: rect(0px,80px,80px,0px);
    overflow: hidden;*/
}

.border-bottom {
    border-bottom: 1px solid #d6d6d6;
    padding: 10px 0;
}

.pt-5 {
    padding-top: 10px;
}

@media only screen and (min-width:545px){
    .relatedArticle-container {
        display: flex;
        padding: 5px !important;
        justify-content: space-between;
    }
}

@media only screen and (max-width:544px){
    .secondcontainer {
        padding: 0px !important;
    }

    .relatedarticles {
        margin-left: 0px !important;

    }
    .Aline {
        flex-basis: 100% !important;
        border-bottom: 1px solid #d3d3d3;
        border-left: 0px !important;
    }

    .Aline:last-child {
         border-bottom: 0px;
    }
}


@media only screen and (max-width:767px) {
    .secondwrap {
        padding: 5px;
        border: 1px solid #a6a6a6;
       
    }

    .section-related-articles {
        width: 100%;
    }

    .relatedarticles {
        margin: 0px !important;
    }

    .relatedarticles-h-wrapper {
        display: block;
    }

        .relatedarticles-h-wrapper > .Aline:first-child, .relatedarticles-h-wrapper > .Aline:nth-child(2) {
            border-bottom: inset;
        }

    /*.Aline {
        width: 100%;
        height: auto;*/
        /*padding:0px !important;*/
        /*border: none;
        margin-bottom: 0px;
    }*/

    .thumimg {
        width: 50px;
        height: 50px;
    }
}

/*End Related Articles CSS*/

/*Comment CSS*/
.commentDate {
    color: #006699;
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    color: black;
}

.commentAuthor {
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 600;
}

.commentHeader {
    font-size: 1rem;
    font-family: Roboto;
    font-weight: 400;
    color: black;
}

.commentRow {
    padding: 15px !important;
    border: 1px solid #969696;
    margin-bottom: 25px;
    border-radius: 5px;
    height: auto;
}

.commentText {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 1rem !important;
    line-height: 25px;
    color: black;
}

.commentReplyButton {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    margin-top: 15px !important;
    padding: 7px !important;
    color: black;
}

.recAbsButton {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    margin-top: 15px !important;
    padding: 3px !important;
    position: relative;
    vertical-align: bottom;
    background-color: white !important;
    color: black;
}

.recAbsButton:hover {
    background-color: white !important;
}

.saveReplyButton {
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    font-size: 11px !important;
    padding: 7px !important;
    color: black;
}

.replyBoxDiv table.k-editor {
    height: 70px !important;
    margin-top: 15px;
}

.replyBoxDiv table tr td.k-editable-area {
    height: 70px !important;
}

.disclaimer {
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400;
    color: black;
}

#CommentForm .g-recaptcha {
    /*   margin-left: 27%;*/
    margin-bottom: 5%
}

#ReplyForm .g-recaptcha {
    margin-left: 27%;
}

.BotTrap {
    display: none;
}

.ql-container {
    min-height: 200px !important;
}
/*End Comment CSS*/