/* ////////// CUSTOM CSS ETEAM ////////////////////////////////////////////////// */


/* Fix blink bug on player height */
html {
    overflow: hidden;
}

#shareURLField, #embedTagField {
    overflow: auto !important;
}


.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;
}
.ebs-type-live{
    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: #066021;
    color: white;
    border: 0;    
    outline: 0;
}

.ecl-social-icon:before {
    margin-right: 0;
    height: 3rem;
    width: 3rem;
}

.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
}

.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 {
    background-color: #333;
    padding: 3px;
    margin: 0 3px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}

.socialshare-item {
    padding-left: 1rem;
}

@media all and (max-width: 576px) {

    .ecl-social-icon:before {
        height: 2rem;
        width: 2rem;
    }

    .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
}