
/* ////////// CUSTOM CSS ETEAM ////////////////////////////////////////////////// */
html {
    height: 100% !important;
    min-height: 100% !important;
    overflow: auto;
}
  
body {
    height: 100% !important;
    min-height: 100% !important;
}

div[ng-view]{
    height: 100%;
}

.overlay-info {
    background: rgba(0,0,0,0.4);
    position: fixed;
    min-height: 100vh !important;
    width: 100vw !important;
    top: 0;
    left: 0;
    z-index: 1000;
}

.overlay-info-content {
    position: absolute;
    width: 50vw;
    height: auto;
    left: 50%;
    top: 10vh;
    margin-left: -25vw;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%); /* take from eui styles */
}

.overlay-info-subcontent {
   text-align: center;
   padding: 5%;
   margin-top: 0;
}

.overlay-info-subcontent p {
    font-size: 1.4em;
    padding-top: 15px;
}

.overlay-info-content p i {
    font-style: italic;
    font-size: 0.6em;
}

.close-overlay-button {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #666;
    font-size: 50px;
}

.close-overlay-button:hover {
    cursor: pointer;
}

.bothview{
    padding-right: 0px;
    min-height: inherit;
}
.simpleview{
    padding-right: 230px;
    min-height: 130px;
}
.hide{
    display:none;
}
.auto-complete-results {
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    border: solid 2px #fbc11d;
}
.auto-complete-results li{
    margin: 0px;
    padding: 4px 6px;

}
.auto-complete-results li:hover{
    background-color: #fbc11d;
}

.auto-complete-results li{
    cursor: pointer;
}

.status-red {
    background-color: #DA2131 !important;
    color: #fff !important;
}

.ebs-label-red{
    background-color: #DA2131;
}
.ebs-type-others{
    background-color: #707070;
}

.ebs-color{
    color: #3868A5;
    margin-top: 0;
    outline: 0;
}

.ebs-color-text{
    color:#3868A5;
    margin-top: 0;
    outline: 0;
    background-color:white; 
    padding: 5px 20px;
}
.ebs-bg-color, v.ebs-bg-color:hover, .ebs-color:focus{
    background-color: #3868A5;
    color: white;
    border: 0;    
    outline: 0;
}

.ecl-social-icon:before {
    margin-right: 0;
}

.ebs-plus-color{
    color: #1E7755;
    margin-top: 0;
    outline: 0;
}
.ebs-plus-bg-color, .ebs-plus-bg-color:hover, .ebs-plus-color:focus{
    background-color: #1E7755;
    color: white;
    border: 0;
    outline: 0;
}
#galleria{
	height: 450px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
.fixed-top-left{
    width: 338px;
    z-index: 999999;
    top: 0;
    left: 0;
    position: fixed;
}
#downloadlink {
    box-sizing: border-box;
    color: #004494;
    margin: 0;
    text-decoration: none
}
 
#downloadlink:focus,
#downloadlink:hover {
    color: #000
}
 
#downloadlink:visited {
    color: #550745
}
ul.playlist-list{
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-color: #333;
    color: #aaa;

}
li.playlist-list-item{
    padding: 10px 4px;
    border-bottom: 1px solid #222;
    display: flex;
    align-items:center;
    font-size: 0.7rem;

}
li.playlist-list-item:hover, li.playlist-list-item-active{
    background-color: #444;
    color: white;

}
li.playlist-list-item span{
   padding: 0px 6px;

}

li.playlist-list-item span.title{
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
    white-space: nowrap;
    padding-right: 10;
}
.capitalize{
    text-transform: capitalize;
}
.text-color-red{
    color: #DA2131;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.ecl-message, .ecl-message-red  {
    border: 2px solid #4073af;
    color: #404040;
    display: block;
    width: 100%;
    padding: 20px;
}

.ecl-language-list__button {
    cursor: pointer;
}

.ecl-social-media-link {
    background-color: transparent;
    padding: 0;
}

.ecl-social-media-link--horizontal .ecl-social-media-link__item {
    margin: 10px;
}

.ratio-span, .sub-type {
    background-color: #333;
    padding: 3px;
    margin: 0 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.socialshare-item {
    padding-left: 1rem;
}

.ecl-link-direction--desc .ecl-icon,
.ecl-link-direction--asc .ecl-icon {
    display: none;
}

.ecl-link-direction--desc .ecl-link--active .ecl-icon--arrow-down {
    display: inline-block;
}

.ecl-link-direction--asc .ecl-link--active .ecl-icon--arrow-up {
    display: inline-block;
}


@media all and (max-width: 767px) {

    .ecl-social-icon:before {
        height: 1.5rem;
        width: 1.5rem;
    }

    .ecl-social-media-link--horizontal .ecl-social-media-link__item {
        padding-top: 0;
        margin: 0;
    }   

    .socialshare-item {
        display: none;
    }
}

.blue {
    color: #4073af;
    margin-right: 20px;
}

.red {
    color: #da2130;
    margin-right: 20px;
}
.red-border {
    border: 2px solid #da2130;
}

.ecl-button-milestones {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding: .29rem 0.3rem;
    text-decoration: none
}

.ecl-button-milestones:active,
.ecl-button-milestones:focus,
.ecl-button-milestones:hover {
    text-decoration: underline
}

.ecl-button-milestones:focus {
    outline: 2px solid #ffd617;
    outline-offset: -2px
}

.ecl-button-milestones:link {
    text-decoration: none
}

.ecl-button-milestones:link:hover {
    text-decoration: underline
}

.ecl-button-milestones--default {
    border-color: #004494;
    color: #004494
}

.ecl-button-milestones--default:active,
.ecl-button-milestones--default:focus,
.ecl-button-milestones--default:hover {
    background-color: #004494;
    color: #fff
}

.ecl-button-milestones--default[disabled] {
    background-color: transparent;
    border-color: #bfd0e4;
    color: #bfd0e4;
    text-decoration: none
}

.ecl-button-milestones--default--selected {
    background-color: #004494;
    color: #fff
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.live-languages-available ul {
    display: inline-block;
    list-style: none;
}

.live-languages-available ul li  {
    display: inline-block;
    margin: 0 2px;
}

.ebs-live-comment {
    margin-bottom: 50px;
}

.additional-select-value {
    font-weight: bold !important;
}

.max-width-300 {
    max-width: 300px;
}

.notice-no-result {
    background: #f5f5f5;
    text-align: center;
    padding: 15px 0;
}

.photo-thumb-container {
    width: 100%;
    background: #111;
}

.photo-thumb {
    display: block; 
    width: auto; 
    margin: auto;
}

.feedback-footer {
    background: #ebebeb;
}

.feedback-form-top-content {
    height: 3.875rem;
    border-bottom: 2px solid #cfcfcf;

}

#expandable-feedback-link {
    display: block;
    width: 100%;
    height: 3.875rem;
    line-height: 3.875rem;
    text-decoration: none;
    text-align: right;
}

#expandable-feedback-link:focus {
    outline: none;
}

.feedback-label {
    color: #404040;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-weight: bold;
    padding: 0;
    text-align: left;
}

.feedback-form-select {
    line-height: 1.25rem;
    padding: .6875rem 3.125rem .6875rem .6875rem;
}

.feedback-form-texarea {
    width: 100%;
}

.feedback-submit {
    margin: 30px 0;

}

.feedback-sended-message {
    width: 100%;
    background: #467A39;
    color:#fff;
    line-height: 3;
    padding: 0 10px;
    margin-bottom: 20px;
}

.subscribe-box {
    align-items: center;
    justify-content: center;
}

.subscribe-text {
    line-height: 54px;
}

.subscribe-button {
    text-align: right;
    justify-content: flex-end;
    margin-left: auto;
}

.subscribe-button a {
    color: #fff;
    text-decoration: none;
}

.subscribe-button:hover a {
    color: #004494;

}

.search-form-group {
    position: relative !important;
}

/* Tooltip text */
.ecl-form-group .search-tooltip {
    visibility: hidden;
    width: 420px !important;
    background: rgba(0, 0, 0, 0.7);

    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

    position: absolute;
    z-index: 1;
    top: 30px;
    left: 110%;
}

.search-tooltip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #444 transparent transparent;
    top: 18px;
    left: -20px;
}

.ecl-form-group:hover .search-tooltip {
    visibility: visible;
}

.full-reportage-button {
    padding: 5px 10px !important;
    font-size: 0.8rem !important;
    margin: 0 auto;
}

.details-main-title {
    margin: 36px 0;
}

.details-main-title p  {
    margin: 0 !important;
}

#podcast-list-container {
    margin-bottom: 20px;
}

#podcast-list-label {
    display: block;
    height: 100%;
    line-height: 45px;
}

.podcast-links-row {
    margin: 10px 0 30px 0;
}

.podcast-links-row div {
    margin-right: 5px;
}

.podcast-episodes-container {
    margin-bottom: 10px;
    border-left: 5px solid #004494;
    height: auto;
    /* max-height: 190px; */
    overflow: hidden;
}

.binded-podcast-title {
    font-size: 1.5em;
}

.podcast-episodes-container h4 {
    margin-left: 15px;
}

.podcast-episodes-container ul li {
    line-height: 1.5;
    list-style: none;
    margin-bottom: 10px;
}

.podcast-number-col {
    width: 10px;
    padding: 0;
    text-align: left;
    flex-grow: 0;
}

.podcast-episodes-container ul li span {
    display: inline-block;
    width: 100%;
    color: #bbb;
    text-align: right;
    text-transform: capitalize;
    font-size: 0.8em;
}

.podcast-episodes-container ul li a {
    text-decoration: none;
    color: #004494;
}

.podcast-ref-container {
    width: 100%;
    text-align: center;
}

.podcast-ref {
    display: inline-block;
    height: 30px;
    padding: 5px;
    border: 1px solid #666;
    color: #666;
}

.pinned-podcast-label {
    text-transform: uppercase;
    font-size: 0.8em;
}

.copyRefButton {
    display: inline-block;
    text-transform: uppercase;
    height: 30px !important;
    padding: 5px !important;
    font-size: 1em !important;
}

.copyRefButton:hover {
    cursor: pointer;
}
 
.seq-summary-title ul, .seq-summary-title ol{
    list-style-position: inside;
    padding-left: 25px;
}

.seq-summary-title ul li, .seq-summary-title ol li {
    list-style: square;
}

.avs-advance-sharing-button {
    width: 100%;
    border: none;
    outline: none;
    background: #004494;
    color: #fff;
    padding: 15px;
    text-align: left;
    font-size: 1.3em;
    margin-bottom: 20px;
    border-radius: 10px;
}

.avs-advance-sharing-button:focus {
    border: 2px solid #ffc50f;
}

.avs-advance-sharing-button i {
    margin-right: 50px;
}

.advance-sharing-modal {
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -20%;
    min-width: 300px;
    width: 40%;
    max-width: 800px;
    height: auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 11px 15px -7px rgb(0 0 0 / 20%), 0px 24px 38px 3px rgb(0 0 0 / 14%), 0px 9px 46px 8px rgb(0 0 0 / 12%);
}

#advance-sharing-modal-title {
    margin: 5px 0;
    font-size: 1.5em;
    color: #004494;
}

.close-sharing-modal-button {
    position: absolute;
    right: 20px;
    top: 5px;
    color: #666;
    font-size: 50px;
}

.close-sharing-modal-button:hover {
    cursor: pointer;
}

.social-networks-row {
    margin: 20px 0;
}

.social-networks-row a {
    margin-right: 20px;
    transition: all 0.2s;
}

.social-networks-row a:last-child {
    margin-right: 0;
}

.social-networks-row a:hover {
    cursor: pointer;
    transform: scale(1.2);
}

.sharring-mode-row {
    margin: 10px 0 10px 0;
}

.sharing-mode-button {
    width: 50%;
    height: 40px;
    margin: 0 !important;
    border: 0;
    outline: 0;
    background: #cdcdcd;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s;
    
}

.sharing-mode-button:focus {
    border-bottom: 5px solid #ffc50f !important;
}

#sharing-copy-to-clipboard {
    width: 100%; 
    height: 40px;
    margin: 0 0 20px 0;
    background: #fff;
    border: 2px solid #004494; 
    color: #004494;
    border-radius: 10px;
}

.active-sharing-mode {
    background: #004494;
}

.sharing-result {
    width: 100%;
    padding: 10px;
    margin: 30px 0 20px 0;
    height: auto;
    background: #999;
    color: #fff;
    border-radius: 10px;
    overflow-wrap: break-word;
}

.advance-sharing-modal .ecl-row {
    margin-bottom: 30px;
}

.advance-sharing-modal .ecl-row .parameter-col {    
    padding: 5px;
}

.advance-sharing-modal .ecl-row .parameter-col span {
    font-size: 0.9em;
    font-weight: bold;
    color: #004494;
}

.advance-sharing-modal .ecl-row .parameter-col input, 
.advance-sharing-modal .ecl-row .parameter-col select {
    width: 100%;
    border: none;
    padding-top: 5px;
    border-bottom: 2px solid #ccc;
    font-size: 1.1em;
    color: #666;
    transition: all 0.2s;
}

.advance-sharing-modal .ecl-row .parameter-col input {
    width: 50px;
    padding: 5px;
}

.advance-sharing-modal .ecl-row .parameter-col .size-input {
    width: 80px;
}

.time-separator {
    color: #004494;
    font-weight: bold;
}

.advance-sharing-modal .ecl-row .parameter-col input:focus, 
.advance-sharing-modal .ecl-row .parameter-col select:focus {
    outline: none;
    border-bottom: 2px solid #004494;
    transform: scale(1.02);
}

.sharing-error-message {
    font-size: 0.8em;
    color: red;
    font-weight: bold;
    font-style: italic;
}

@media screen and (max-width: 600px) {
    .advance-sharing-modal {
        position: absolute;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 0;
        margin-left: 0;
        margin-top: 0;
        overflow: auto;
      
    }
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) {
    .search-tooltip {display: none;}
}