/*
    slide.css attached. needs cleanup.
*/

/* Pushes Footer to the Bottom*/
* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4.5em;
}

.push {
	height: 4.5em;
    clear: both;
}

.center {
    text-align: center;
}

/* NON-SPECIFIC */

h1 {
	display: none;
}

#header {
	/*margin-top: 5%;*/
	background: url("../images/Logo_LCC_deu.png") no-repeat center center;
	height: 150px;
}


/* FOOTER */
#footer{
	background: #F5F5F5;
	width: 100%;
	padding-top: 4px;
	min-height: 4.5em;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #DDD;
    text-align: center;
}
#footer p {
	font-size: 12px;
	color: #333;
	margin-bottom: 1px;
}

#footerlist{
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#footerlist li{
    display: inline-block;
    margin-right: 5px;
}

#footerlist ul.dropdown-menu {
    min-width: auto;
}

#footerlist ul.dropdown-menu li {
    display: list-item;
    margin-right: 0px;
}

#copyright {
    color: #808080;
    font-size: 13px;
}

/* RESPAGE */

.navbar-header {
    min-height: 75px;
    /*width: 200px; */

}

.navbar-brand-ws {
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
    max-width: 407px;
    margin-left: auto !important;
    margin-right: auto !important;

}

.navbar h2 {
    font-size: 16px;
    margin: 10px 0;
    padding: 0;
}

.boxlinks {
    display: block;
}

.site_panel .boxlinks {
    display: block;
}

.site_panel p {
    height: 105px;
    overflow: auto;
    text-align: justify
}

.site_panel .boximg {
    height: 50px;
    margin-top: 10px;
    text-align: center;
}

.site_panel .boximg img {
    max-height: 40px;
    max-width: 100%;
}

.site_panel .btn {
    margin-top: 15px;
}

.panel-heading a {
    display: block;
}

.ul_feedback {
    list-style: none;
    padding: 0;
}

.ul_feedback li {
    margin-bottom: 20px;
}

.ul_feedback li .source {
    display: block;
    font-style:italic;
}

.link_pdf {
    background: url(../images/icon_pdf.gif) no-repeat left center;
    padding-left: 20px;
    padding-top: 2px;
    display: inline-block;

}

.waiting {
    display: block;
    height: 50px;
     background: url(../images/ajax-loader.gif) no-repeat center center;
}

.corpora_type {
    text-align: center;
    background-color: #EFEFEF;
}

.link_corpora_download {
    display: inline-block;
    width: 100px;
    cursor: pointer;

}

.link_corpora_download i {
    color: #428bca;
    display: inline-block;
    margin-right: 5px;
}

.link_corpora_download_dummy {
    color: #CCC;
    display: inline-block;
    width: 100px;
}

.link_corpora_download_dummy i {
    color: #CCC;
    display: inline-block;
    margin-right: 5px;
}

/* Styling for MODAL in php/corpusSelectionModal.php */
#corpusSelectionModal .modal-title{
    text-align: center;
}
#corpusSelectionModal .list-group{
    text-align: left;
}

#corpusSelectionModal .list-group-item{
    display: inline-block;
    padding: 0px;
    font-size: 0.8em;
    border: none;
    border-radius: 3px;
}

#corpusSelectionModal .list-group-item a{

}



#corpusSelectionModal .list-group-item a:hover{
    background-color: #428BCA;
    color: #FFF;
    text-decoration: none;
}

#corpusSelectionModal .pusher {
    width:100%;
    height: 0px;
    margin: 0;
    margin-top: 2px;
    margin-bottom: 2px;
    padding:0;
    list-style: none;
    display: block;
}

#corpusSelectionModal .modal-letter{
    font-size: 2em;
    vertical-align: middle;
    min-width: 30px;
    padding-left: 6px;
    display: inline-block;
}


#corpusSelectionModal .btn-modal{
    border: none;
    color: #428BCA;
    padding: 5px 6px;
}

#corpusSelectionModal .btn-modal.btn-primary {
    color: #fff;
}

#corpusSelectionModal .btn-modal-before-dropddown{
    padding-right: 2px;
}

#corpusSelectionModal .btn-modal-caret-only{
    padding-left: 2px;
}

#corpusSelectionModal .check {
    display: none;

    color: #428BCA;

}

#corpusSelectionModal .li:hover .check {
    color: #FFF;
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
    .navbar form#suche {
        margin-bottom: 10px;
    }

    .navbar-header {
        margin-top: 8px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .navbar h2 {
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
    .site_panel p {
        height: 60px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {
    .site_panel p {
        height: 105px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {

}

.help {cursor: pointer; color: #A3A3A3;}

.suggestionList {
    top: auto;
    left: auto;
}

/* Highlight anchor at download page */
:target {
  border: 1px solid #D4D4D4;
  background-color: #ccebee;
}
