/*
    Created on : 23.02.2015, 15:17:38
    Author     : Kevin Ditscheid
*/
.tx-ep-awards .list{
    margin-top: 40px;
    padding: 0 0.875em;
}
.tx-ep-awards .list ul.pagination{
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
}
.tx-ep-awards .list ul.pagination:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.tx-ep-awards .list ul.pagination li{
    float: left;
    color: #A0A0A0;
    padding: 10px;
    margin: 0;
    border: none;
}
.tx-ep-awards .list ul.pagination li a{
    text-decoration: none;
    color: #A0A0A0;
    font-weight: normal;
}
.tx-ep-awards .list ul.pagination li:hover a{
    text-decoration: underline;
    color: #000;
}
.tx-ep-awards .list ul.pagination li.current a{
    color: #000;
    text-decoration: underline;
}
.tx-ep-awards .list .list-logos .csc-textpic-image{
    width: 100%;
}
.tx-ep-awards .list .list-header{
    padding-top: 0.625em;
}
.tx-ep-awards .list .list-header h2{
    float: left;
    margin-bottom: 7px;
}
.tx-ep-awards .list .list-header:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
.tx-ep-awards .list .list-header .csv-download{
    text-decoration: none;
    float: right;
}
.tx-ep-awards .list .list-header .csv-download .csv-text:before{
    float: left;
    display: block;
    content: "\f019";
    font-family: "FontAwesome";
    font-size: 1.5em;
    width: 21px;
    height: 21px;
}
.tx-ep-awards .list .header .organizer{
    color: #A0A0A0;
}
.tx-ep-awards .list .header .date{
    border-right: #A0A0A0 1px solid;
}
.tx-ep-awards .list .header h3{
    color: #000;
}
.tx-ep-awards .list .item{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: #ccc 1px solid;
}
.tx-ep-awards .list .item.last{
    border-bottom: none;
}
.tx-ep-awards .list .deadline{
    color: #ef7c00;
}
.tx-ep-awards .top{
    position: relative;
    background-color: #ef7c00;
    min-height:360px;
    padding-bottom: 10px;
}

.tx-ep-awards .top .image{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
}
@media screen and (max-width: 767px){
	.tx-ep-awards .top .image{
        display: none;
    }
}
.tx-ep-awards .formular{
    padding: 0.875em;
    overflow:hidden;
    padding-top:0;
    padding-bottom:0;
}
.tx-ep-awards .formular h1{
    margin-top: 0;
}
.tx-ep-awards .formular .pretitle{
    margin: 20px 0 8px 0;
    border: none;
}
.tx-ep-awards .formular fieldset{
    margin-bottom: 10px;
}
.tx-ep-awards .formular label{
    display: inline;
    font-weight: bold;
}
.tx-ep-awards .formular input[type="text"]{
    width: 100%;
}
.tx-ep-awards .formular .styled-select{
    width: 100%;
}
.tx-ep-awards .formular .sorting-alphabetical{
    float: left;
}
.tx-ep-awards .formular .sorting-chronological{
    float: left;
    margin-left: 40px;
}
.tx-ep-awards .formular .list-submit{
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding:0;
    font-size: 14px;
}
.tx-ep-awards .formular .form-submit:before{
    content: "\f061";
    font-family: 'FontAwesome';
    margin-right: 0.125em;
    font-size: 1em; top: auto;
}
.tx-ep-awards .formular .list-reset{
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    padding:0;
    font-size: 10px;
}
.tx-ep-awards .formular .form-reset:before{
    content: "\f060";
    font-family: 'FontAwesome';
    margin-right: 0.125em;
    font-size: 10px;
    top: auto;
}
.tx-ep-awards .top:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
