.borough-info {
    display: none;
}

.divider {
    display: none;
}

.text-position {
    text-align: left;
}

/* show on PCs only*/
@media only screen and (min-width: 1025px) {
    .borough-info {
        display: block;
        background-color: #ffffff;
        border: 2px solid #4078A1;
        padding: 2px;
        position: absolute;
        visibility: hidden;
        z-index: 1;
    }

    .text-position {
        text-align: center;
    }
}

/* show on mobiles only*/
@media only screen and (max-width: 767px) {
    .divider {
        width: 100%;
        display: block;
    }

    .selectbox {
        height: auto;
    }
}

/* list types */
.nachrichtenliste .result {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.nachrichtenliste .type:before {
    color: #657383;
    font-family: "icons";
    content: "\e722";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .hours:before {
    color: #657383;
    font-family: "icons";
    content: '\e8d2';
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .focus:before {
    color: #657383;
    font-family: "icons";
    content: "\e933";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .address:before {
    color: #657383;
    font-family: "icons";
    content: "\e723";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .email:before {
    color: #657383;
    font-family: "icons";
    content: "\5d";
    display: inline-block;
    margin-right: 1px;
    font-style: normal;
}

.nachrichtenliste .internet:before {
    color: #657383;
    font-family: "icons";
    content: '💻';
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .tel:before {
    color: #657383;
    font-family: "icons";
    content: "\e8be";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .fax:before {
    color: #657383;
    font-family: "icons";
    content: "\d1";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .cumulative:before {
    color: #657383;
    font-family: "icons";
    content: "\e89d";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .duration:before {
    color: #657383;
    font-family: "icons";
    content: "\e950";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .wb:before {
    color: #657383;
    font-family: "icons";
    content: "\e9d4";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .wbo:before {
    color: #657383;
    font-family: "icons";
    content: "\e86f";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .comment:before {
    color: #657383;
    font-family: "icons";
    content: "\f0e5";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .buffer:before {
    color: #657383;
    font-family: "icons";
    content: "\e5";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .quote:before {
    color: #657383;
    font-family: "icons";
    content: "\275e";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .tag:before {
    color: #657383;
    font-family: "icons";
    content: "\e70c";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .legal:before {
    color: #657383;
    font-family: "icons";
    content: "\e923";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .segment:before {
    color: #657383;
    font-family: "icons";
    content: "\e7ad";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .calendar:before {
    color: #657383;
    font-family: "icons";
    content: "\e878";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.nachrichtenliste .money:before {
    color: #657383;
    font-family: "icons";
    content: "\1f4b5";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.icon-search-2:before {
    color: #657383;
    font-family: "icons";
    content: "\e84b";
    display: inline-block;
    margin-right: 3px;
    font-style: normal;
}

.back-to-search{
    cursor: pointer;
    margin-bottom: 10px;
}

/*     pagination
------------------------------------------------- */
.akhh-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    cursor:pointer;

}
.akhh-pagination > li {
    display: inline;
}
.akhh-pagination > li > a,
.akhh-pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.akhh-pagination > li:first-child > a,
.akhh-pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.akhh-pagination > li:last-child > a,
.akhh-pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.akhh-pagination > li > a:hover,
.akhh-pagination > li > span:hover,
.akhh-pagination > li > a:focus,
.akhh-pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.akhh-pagination > .active > a,
.akhh-pagination > .active > span,
.akhh-pagination > .active > a:hover,
.akhh-pagination > .active > span:hover,
.akhh-pagination > .active > a:focus,
.akhh-pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.akhh-pagination > .disabled > span,
.akhh-pagination > .disabled > span:hover,
.akhh-pagination > .disabled > span:focus,
.akhh-pagination > .disabled > a,
.akhh-pagination > .disabled > a:hover,
.akhh-pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/*     result lists
------------------------------------------------- */
.results table td, .mod_login table {
    border: 0;
}

.results span {
    font-weight: bold;
    cursor: default;
}

.results {
    background: #EFF3F5;
    padding: 8px;
    border: 1px solid #ddd;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.min-height {
    min-height: 110px
}

div#result-sorting {
    display: block;
    float: right;
    width: 230px;
    margin: 0 10px 45px 0;
}

div#result-sorting div#sorting-label {
    display: block;
    float: left;
    width: 100px;
    line-height: 30px;
}

div#result-sorting div#sorting-options {
    display: block;
    float: left;
    width: 130px;
}

.alphabetic-list {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    width: 100%;
    border: 0;
}

.alphabetic-list td {
    text-align: center;
    margin: 0;
    padding: 0;
}

.alphabetic-list a {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

input.printCheckbox {
    width: auto !important;
    cursor: pointer;
}

.print-button {
    margin-right: 9px;
    cursor: pointer;
    font-weight: bold;
}

.select-events {
    text-align: right;
    margin-right: 5px;
    margin-top: 10px !important;
}

.invalid input:invalid {
    background: #BE4C54;
    color: #ffffff;
}

div#print_view_btn {
    float: right;
}

@media (max-width: 408px) {
    div#print_view_btn {
        float: left;
    }
}

