/* Fonts used on DKK.dk - Hundeweb */

@font-face {
    font-family: 'kapra_neueregular';
    src: url('../fonts/kapraneue-regular-webfont.woff2') format('woff2'),
    url('../fonts/kapraneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'kapra_neuesemibold';
    src: url('../fonts/kapraneue-semibold-webfont.woff2') format('woff2'),
    url('../fonts/kapraneue-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'titilliumlight';
    src: url('../fonts/titillium-light-webfont.woff2') format('woff2'),
    url('../fonts/titillium-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    background-image: url(../img/computer-bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    background-color: #f5f5f5;
}
h2 {
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 24px;
}
h3 {
    font-family: 'kapra_neueregular', Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 18px;
    line-height: 18px;
}

/* Fonts end */
.top-header {
    height: 129px;
    background: url(../img/header-bg.png);
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    position: relative;
}
.top-header .link-forsiden {
    display: block;
    font-family: 'kapra_neuesemibold', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    color: #505050;
    text-decoration: none;
    padding-left: 20px;
    padding-top: 20px;
}
@media (min-width: 300px) and (max-width: 600px) {
    .top-header {
        height: 60px;
    }
    .top-header .link-forsiden {
        font-size: 18px;
        padding-left:10px;
        padding-top:10px;
    }

}



.logo {
    margin:10px 0px 10px 0px;
    width:40px;
}
.link-back {
    padding-left:6px;
}
.agria{
    float:right;
    width:120px;
}
.res{
    float:right;
    width:80px;
    display:block;
}
.origin{
    font-size: 11px;
    color:#666;
    text-align: center;
    padding:40px 20px 20px 20px;
}
.white-bg {
    background-color: #ffffff!important;
    border:none!important;
}
.euw-header {
    margin:0px 0px 0px 0px;
    background-color: #5a5a5a!important;
}
.euw-header h3{
    color:#fff;
    padding: 5px 10px 0px 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'PT Sans', Arial, sans-serif;
}


h4 {
    color:#999;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    text-transform: uppercase;
}
.sex-header {
    font-family: 'kapra_neueregular', Helvetica, Arial, sans-serif;
    font-weight:bold;
    font-size: 24px;
    padding:6px 10px!important;
    background-color: #eee!important;
}
.heading {
    width:100%;
    font-size:14px;
    font-weight: bold;
    padding:10px!important;
    line-height: 20px;
    background-color: #eee!important;
}
.language-selector{
    display: block;
    text-align: center;
}
.final-button {
    margin-bottom:10px;
}
.header-date{
    font-size: 12px;
    float:right;
    padding-top: 5px;
    font-weight: normal;   
}
.search-form-label{
    color:#333;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.panel-body{
    padding:20px 10px;
}
.dog-name{
    font-size: 12px;
}
.cert{
    font-size: 12px;
}
.owner-container{
    float:left;
    width:240px;

}
.owner{
    font-weight: bold;
    padding-right:20px;
}
.catalogue{
    color:#0088cc;

}

.address-row {
    margin: 0;
    padding:0!important;
    line-height: 0;
    border-bottom:none!important;
}
.address{
    display: none;
}
.address.open {
    display: block;
}
.address-text {
    padding:10px 20px;
}
.dog-item {
    border-top:none!important ;
}
.dommer{
    font-size: 16px;
    font-weight: bold;
    background-color: #f7f7f7;
}
.dommer-label{
    color:#999;
    font-weight: normal;
}
.klasse{
    font-size: 14px;
    font-weight: bold;
}
.plassering{
    padding-left:6px;
    font-size:14px;
    font-weight: bold;
}
th{
    color:#666;
    font-weight: normal;
    border-bottom:1px solid #999;
}

.criteria {
    padding-top:10px;
    font-size:16px;
    line-height: 16px;
}
.criteria-label{
    display:block;
    padding-bottom:10px;
}
.checkbox-inline{
    line-height: 22px;
}

@media (min-width: 700px) {
    .dog-name{
        font-size: 16px;
    }    
    .cert{
        font-size: 12px;
    }
    .logo {
        margin:20px 0px 10px 0px;
        width:85px;
    }

    .agria{
        width:220px;
    }
    .res{
        width:215px;
        display:block;
    }
    .criteria-label{
        display:inline;
    }
    .owner-container{
       width:258px;
    }

}
.container{
    max-width: 981px;
}
.content{
    padding:10px;
}
.advanced {
    
    display: none;
}
.show-advanced {
    margin-bottom:10px;
 }
.advanced-form div {
    margin:10px 0px;
}

.search-btn {
    margin-top:10px;
}
.breed-selector {
    margin-top:10px;
}
.open {
    display: block;
}
.tbl-size {
    height: 1px;
    border-top:none!important;
    border-bottom:none!important;
}
.kritikk-td {
    padding: 0px!important;
    border-top: none!important;
}
.dog-show-td {
    padding: 0px!important;
    border-top: none!important;
}

.owner-td {
    padding: 0px!important;
    border-top: none!important;
    border-bottom: 1px solid #dddddd;
}

.info-box {
    background-color: #EFF4F9;
}
.downloadPdf {
    margin-top:10px;
}


/*!
* Layout for komponenter i Katalog_service og katalog_search
*/

.event-container {
    margin:1rem 0 1.5rem 0;
    padding:0;
    border: 1px solid #ccc;
    display: flex;
}

.event-container .event-calendar-panel {
    padding: 3rem 1rem 1rem 1rem;
    width:6rem;
    min-width:6rem;
    border-left:6px solid #E92939;
}
.event-container .event-date {
    font-family: 'kapra_neueregular';
    font-size: 2rem;
    line-height: 2rem;
    margin:0;
    padding:0;
    text-align: center;
    color:#666666;
    text-transform: uppercase;
}
.event-container .event-date::first-line {
    font-size: 3rem;
    font-family: 'kapra_neuesemibold';
    color:#333333;
    line-height: 2.6rem;
}

@media screen and (max-width: 600px) {

    .event-container .event-calendar-panel {
        padding: 2rem 1rem 1rem 1rem;
        width:4rem;
        min-width:4rem;
        border-left:6px solid #E92939;
    }
    .event-container .event-date {
        font-family: 'kapra_neueregular';
        font-size: 1rem;
        line-height: 1.2rem;
        margin:0;
        padding:0;
        text-align: center;
        color:#666666;
        text-transform: uppercase;
    }
    .event-container .event-date::first-line {
        font-size: 1.3rem;
        font-family: 'kapra_neuesemibold';
        color:#333333;
        line-height: 1.6rem;
    }

}


.event-container .event-info-panel {
    flex-grow: 2;
    padding:2.1rem 1rem 1rem 0rem;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.event-info-panel h4 {

    font-family: 'kapra_neueregular';
    font-size: 18px;
    margin:0;
    padding:0;
    color:#666666;
    line-height: 24px;
    width:180px;

}
.event-info-panel  h2 {
    font-family: 'kapra_neuesemibold';
    line-height: 2.4rem;
    text-transform: uppercase;
    margin:0;
    padding:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.event-info-panel .location {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}

.eventlogo {

    padding:1rem;

}

.national{
    color: #4CAC5B;
}
.nordic{
    color: #0017C4;
}
.openShow{
    color: #8D2194;
}
.international{
    color: #E92939;
}

hr {
    margin: 5px 0px;
}
.table-land-statistikk {
    width: 100%;
    font-size:1.2rem;
}
.table-land-statistikk td {
    border:1px solid #cccccc;
    padding:2px 6px;
}

@media (min-width: 300px) and (max-width: 600px) {
    .table-land-statistikk td {
        font-size:1rem;
        padding:1px;
    }

}