#indicator {
    display:none;
    background: none repeat scroll 0 0 #333;
    bottom: 0;
    height: 100%;
    opacity: 0.5;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
#indicator > img {
    padding : 100px 0 0 ;
}

#overlayer-panel {
    z-index: 97;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #030303;
    width: 100%;
    opacity: 0;
}
.hidden {
    display:none;
}


.ecl-u-bg-primary {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 68, 148, 0.95);
    text-align: left;
    overflow-x: auto;
    z-index: 1000;
}

.glue-bottom { 
	bottom: 0;
	width: 100%;
	position: fixed;
}


.splash-page__btn-close {
   
    position: absolute;
    top: -15px;
    right: 0;
    padding: 0.5em 0 0.5em 1em;
    font-size: 0.889em;
    font-weight: normal;
    color: #ffffff;
}


a.ecl-button:before {
	position: absolute;
	right: 2em
}


#info-src {

    background-color: #fff;
    display: none;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 99;
    overflow-y: auto;
    float: left;
    padding-bottom: 20px;
    width: 100%;
}

#info-src a.close
{
    background-color: #E6E6E6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000;
    text-decoration: none;
    margin: 2%;
    padding: 11px;
    float: right;
}

#info-src h3
{
    color: #000;
    text-align: left;
    font-weight: normal;
    font-size: 1em;
}

#info-src ul {
    list-style-type:none;
    padding: 0px 15px 0px 0px;
}

#info-src ul li {
    list-style-type:none;
    color:#000;
    float: left;
    width: 100%;
    box-sizing: content-box;
}

#info-src ul li a{
    text-decoration:none;
    font-size: 0.8em;
    color:#000;
    background-color:#E6E6E6;
    float: left;
    width: 98%;
    padding: 5px 15px 5px 5px;
    margin-bottom: 4px;
    box-sizing: content-box;
}
#info-src ul li a.resetTopic {
    position: absolute;
    margin: 2px 0px 0px -15px;
    width: auto;
    padding:0;
}

#info-src ul li a:hover,
#info-src ul li.active a
{

    background-color:#9C9C9C;
}
#info-src ul li.level2 {
    padding-left: 5%;
    width: 95%;
}

.ui-autocomplete {
    background: #FFF;
    border-radius: 0px;
    margin: 0;
    padding: 5px;
    list-style-type: none;
    font-size: .79rem !important;
    line-height: 1.6;
    border: 1px solid #404040;
    border-radius: 0;
}

li.ui-menu-item {
    width: 100%;   
    color: black;
    border-radius: 0px; 
}

li.ui-menu-item:hover {
    background: #E3E3E3;
}

li.ui-menu-item.ui-state-focus {
    background: #E3E3E3;
}

ul.ecl-u-aria > li.no-bullet {
	list-style: none;
}

@media (min-height: 655px) and (min-width: 768px) {
	.ecl-footer {
		position: absolute;
	}
}
@media not (min-height: 655px) and (min-width: 768px) {
	.ecl-footer {
		position: relative;
	}
}

@media (min-height: 950px) {
		.ecl-footer {
		position: absolute;
	}
	
}

.ecl-footer { 
	left: 0;
	bottom: 0;
	right: 0; 
}

span.ui-helper-hidden-accessible {
	display : none;
}