#download_form {

}

/* columns */
.basic_col3-1 , .basic_col3-2 , .basic_col3-3 {
    width: 40%;
    float: left;
}
.basic_col3-2 {
    margin-left: 0;
    margin-right: 0;
}
.basic_col3-3 {
    width: 20%;
    float: right;
}

.download_search_form {
/*    outline: 1px solid green;*/
    background-color: #0071bc;
    padding: 5% 5% 6% 5%;
}
.download_input_field label {
    display: block;
    color: #fff;
}
.download_input_field input,
.download_input_field select {
    display: block;
    width: 72%;
    min-width: 230px;
    text-indent: .8em;
    margin: 0;
    padding: .5em 0;
    border: 0;
}
.download_submit_form .link_button {
    margin:32px auto 0 auto;
    display: block;
    text-align: center;
    width: 5em;
    padding: 6px 0px;
    background-color: #0a3761;
    transition: all 0.2s ease-in; 
}
.download_submit_form .link_button:hover {
    background-color: #333;
}

/* download files */

.download_extra_options {
    border: 1px solid #999;
    border-top: none;
    padding: 10px;
}
.download_extra_options a {
    display: block;
    background: transparent url('../img/showall.png') no-repeat left center;
    padding-left: 20px;
    font-size: 0.8em;
    color: #333;
}
.download_field_container {
    padding: 10px 0;
    margin: 10px 0;
    border-bottom: 1px solid #999;
}
.download_field_container:first-child {
    /*border-top: 1px solid #999;*/
}
.download_field_header {
    padding: 20px 10px;
    /*background-color: #0a3761;*/
    background-color: #999;
    color: #fff;
}
.download_show_btn {
    float:left;
    margin-right: 2%;
    width:20px;
}
.download_show_btn a {
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url('../img/expanded.png') no-repeat center center;
    transition: all 0.2s ease-in-out;
    transform: rotate(0deg);    
}
.download_show_btn.active a {
    transform: rotate(-90deg);
}
.download_object_id {
    float:left;
    font-weight: bold;
    cursor: pointer;
}
.download_object_name {
    float:left;
    margin-left: 5%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 170px;
    cursor: pointer;
}
.download_object_status {
    float:right;
}

.download_field_content {
    padding-left: 0;
    color: #999;
}
.download_object_checkbox {
    margin: 20px 0;
    background-color: #fff;
    border: 1px solid #999;
    padding: 10px;
}
.download_object_checkbox input{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
}
.download_object_title {
    display: inline-block;
    vertical-align: super;
}
.download_object_layout {
    width: 50%;
    float: right;
}
.download_object_files {
    clear:both;
    padding-left: 5%;
    margin-top: 10px;
}
.download_object_files a {
    color: #999;
}
.single_grundriss {min-width:254px;width:30%;float:left;}
.single_grundriss > div {
    float: left;
    margin-right: 5px;
}
.download_field_buttons {
    float: right;
    margin-top: 10px;
}
.download_field_buttons a {
    display:block;
}
.download_all_shown {
    float: right;
}
.download_all_shown a {
    display:block;
    background-color: #0a3761;
    
}
.download_pagination > a{
    color: #333;
    padding: 5px;
}
.download_pagination > a:hover {
    color: #0071bc;
}
a.page_number_active {
    background-color: #0071bc;
    color: #fff;
}
a.page_number_active:hover {
    color: #fff;
}
.dl_container {
    display: block;
}
.dl_container.active { 
}
.no_results {
    padding: 20px 0px;;
}

/* -------------------------- *\
        MEDIA QUERIES
\* -------------------------- */

/* Styles for 900px device width */
@media only screen and (max-width: 900px) {
    .basic_col3-1, .basic_col3-2, .basic_col3-3 {
        width: auto;
    }
    .basic_col3-1 {
        margin-right: 1em;
    }
}

/* Styles for 790px device width */
@media only screen and (max-width: 900px) {
    .basic_col3-1, .basic_col3-2 {
        width: 50%;
        float: right;
    }
    .basic_col3-1 {
        margin-right: 0;
        float: left;
    }
    .basic_col3-3 {
        float: left;
        width: 100%;
    }
    .download_input_field input, .download_input_field select {
        max-width: 430px;
        float: none;
    }
    
    .download_submit_form .link_button {
        display: inline-block;
    }
}
/* Styles for 700px device width */
@media only screen and (max-width: 700px) {
    .basic_col3-1 , .basic_col3-2 {
        width: 100%;
    }
}

/* Styles for 655px device width */
@media only screen and (max-width: 655px) {
    .download_object_name {
        clear: left;
    }
    .download_object_title {
        width: 123px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .download_object_checkbox input {
        vertical-align: super;
    }
}

/* Styles for 400px device width */
@media only screen and (max-width: 400px) {
    .download_object_title {
        width: auto;
    }
    .download_object_layout {
        float: none;
        width: 100%;
    }
    .download_all_shown {
        margin-top: 20px;
    }
}
