
/* Main blocks */
body{
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px !Important;
}

iframe {
    max-width: 100% !important;
}

.float-left-image {
    border-width: 0;
    float: left;
    margin: 3px 13px 3px 0px;
}
.container{
    position: relative;
}
img{
    height: auto;
    width: auto;
    max-width: 100%;
}
.thumbnails img {
    width: 95px !Important;
}
input,
textarea,
.btn,.input-group-lg > .form-control,
.input-group-lg > .input-group-addon, 
.input-group-lg > .input-group-btn > .btn,
.alert,
input.btn,
.chosen-container-multi .chosen-choices {
    border-radius: 4px !Important;
}
.breadcrumb{
    background-color: transparent;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb > li + li:before {
    content: '/';
}
#Header-site{
    max-width: 960px;
    z-index: 1000;
}
.container {
    max-width: 990px;
}
ul {
    padding-left: 2em;
}

.main-body ul, 
.main-body ol,
.supp-linklist {
    padding-left: 0;
}

.main-body ul li, 
.main-body ol li,
.supp-linklist li,
.documentlist li{
    margin-bottom: 4px;
}
.main-body ul li, 
.main-body ol li,
.supp-linklist{
    margin-left: 1.7em;
}

.main-body p {
    margin-bottom: 18px;
}
.main-body.clarify-links p a, .main-body.clarify-links a, .clarify-links a {
    text-decoration:none;
    border-bottom: 1px;
    border-bottom-style: dotted;
}
.main-body.clarify-links ul li a, .main-body.clarify-links ol li a, .clarify-links li a {
    text-decoration:inherit;
    border-bottom-style:none;
 }
.main-body *:first-child {
    margin-top: 0;
}
.main-body.clarify-links ul li a:hover, .main-body.clarify-links ol li a:Hover, .clarify-links li a:hover  {
    text-decoration:underline;
}

.linklist {
    list-style-type: none;
    margin-left: 0 !important;
}
.linklist li{   
    margin-left: 0 !important;
    padding: 2px 0;
}

/* Cookie */
#cookie-button-banner {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

/* Links */
.dropdown-menu > li > a{
    color: #333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus{
    color: #fff;
    text-decoration: underline;
}
.btn.block-toggle,
.btn.btn-default {
    color: #fff !Important;
    padding: 5px 12px;
}
.btn.btn-default.btn-join {
    padding: 0px 4px !important;
    font-size: 11px;
}
.btn.block-toggle{
    padding: 3px 12px;
}
.pointer {
    cursor: pointer;
}
.no-pointer {
    cursor: default;
}

/* Site header */
#Header-site{
    position: relative;
    padding: 0;
}
.header-image{
    overflow: hidden;
    text-align: center;
    z-index: -1;
}


/* Site footer */
.footer-site{
    background-color: #3a3a3a;
    color: #fff;
}
.footer-site .glyphicon{
    font-size: 36px;
}
.footer-site a {
    color: #fff !Important;
     text-decoration:none;
}
.footer-site .addthis_toolbox {
    border: none;
    margin: 0;
    padding: 0 !Important;
}
.footer-site .col-lg-12.push-1 a, .footer-site .col-lg-6.col-md-6.col-sm-6.col-xs-12.clarify-links p a{
    text-decoration:none;
    border-bottom: 1px;
    border-bottom-style: dotted;
}
    .footer-site span.skk {
        background-color: #3a3a3a;
        color: #3a3a3a;
    }


/* Navigation */
.navbar,
.mobile-search{
    background-color: #ebebe9 /*#d8d8d1*/;
    border: none;
    border-radius: 0;
}
.navbar-collapse{
    padding: 0;
    max-height: none;
}
.menu-main-wrapper {
    margin-bottom: 0;
    border: none;
    min-height: 0 !Important;
    width: 100%;
    z-index: 0;
}
.menu-main-wrapper .icon-bar {
    background-color: #666 !Important;
}
.menu-main-wrapper .navbar-toggle,
.mobile-search-toggle {
    background-color: #c0c0b8 !Important;
}
    .mobile-search-toggle:hover
    {
        color: #fff !Important;
    }
    .menu-main-wrapper .navbar-toggle .icon-bar:hover,
    .menu-main-wrapper .navbar-toggle:hover .icon-bar {
        background-color: #fff !Important;
    }
.mobile-search {
    display: none;
    padding: 15px;
}
.menu-main{
    width: 100%;
}
.menu-main > li > a {
    padding: 12px 11px 10px;
    color: #222 !Important;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    line-height: 1.9em;
    height: 47px;
}
.menu-main .active a {
    color: #fff !Important;
}
.dropdown-menu{
    left: auto;
    border-radius: 0;
    background-color: #333;
    margin: 0;
    border: none;
    min-width: 100%;
    padding-bottom: 8px;
}
.dropdown-menu .divider {
    border-bottom: 1px solid #666;
    margin: .3em;
}
.dropdown-menu > li > a{
    color: #fff;
}
.eservices{
    float: right !Important;
}
.eservices .dropdown-menu {
    right: 0;
}
.menu-main > .eservices > a,
.menu-main > .eservices > a:active,
.menu-main > .eservices > a:hover,
.menu-main > .eservices > a:focus{
    background-color: #333 !Important;
    color: #fff !Important;
}
.menu-main > .eservices > a:active,
.menu-main > .eservices > a:hover,
.menu-main > .eservices > a:focus,
.menu-main > .eservices > .dropdown-menu a:hover{
    background-color: #494949 !Important;
}
a.btn {
    text-decoration: none;
}

/* Nav supp */
.nav-supp{
    background-color: #fff;
    text-align: right;
    margin: 7px 0;
}
.nav-supp li{
    display: inline-block;
    text-align: right;
    margin: 0 0 0 1em;
}
.nav-supp li:last-child{
    margin-right: 0;
}
.nav-supp li a{
    color: #333;
}
.flagIcon {
    margin-right: 5px;
    height: 13px;
    margin-bottom: 3px;
}

/* Submenu */
.submenu{
    background-color: #ebebe9;
}
.submenu > h3 {
    margin: 0;
}
.submenu > h3 a{
    font-size: 16px;
    font-weight: bold;
    color: #fff !Important;
    padding: .6em 1em .5em;
    margin: 0; 
    border-bottom: none;
}

.submenu a,
.submenu a:visited,
.submenu a:hover,
.submenu a:active {
    color: #333;
    text-decoration: none;
}
.submenu a:hover,
.submenu a:active {
    color: #fff !Important;
    background-color: #585858 !Important;
}
.submenu .selected,
.submenu .selected + span,
.submenu a:hover + span,
.submenu a:active + span {
    color: #fff !Important;
}
.submenu a{
    color: #333;
    display: inline-block;
    width: 100%;
    padding: 7px 15px 7px
}
.submenu a{
    padding: 6px 25px 6px 15px;
}
.submenu ul,
.submenu li {
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}
.submenu ul ul a {
    font-size: 12px;
    line-height: 1.3em;
}
.submenu ul ul li > a + span + ul a {
    padding-left: 35px;
}
.submenu ul ul ul li > a + span + ul a {
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.submenu ul ul ul ul li > a + span + ul a {
    padding-left: 65px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.submenu ul ul ul ul ul li > a + span + ul a {
    padding-left: 80px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.submenu > ul > li > .hasChildren.expanded {
    font-weight: bold;
    padding-bottom: .5em;
}
.submenu a {
    border-bottom: 1px solid #fff;
}
.submenu ul li span{
    position: absolute;
    right: 7px;
    top: 6px;
    color: #999;
}
.submenu > ul > li > a {
    font-size: 14px;
}
.submenu > ul > li > a + span {
    top: 8px;
}
.submenu > ul > li > .hasChildren + ul > li > a {
    line-height: 21px;
    font-size: 14px;
}
.submenu .hasChildren + span + ul a,
.submenu .expanded {
    border-bottom: none;
}

/* Pagination */
.pagination {
    margin: 0;
}
div.pagination {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
.pagination > li:first-child > a, 
.pagination > li:first-child > span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.pagination > li:last-child > a, 
.pagination > li:last-child > span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
 .pagination-symbol {
     font-size: 16px;
     font-weight: bold;
     padding: 4px 12px !important;
 }
/* Sharing */
.addthis_toolbox {
    border-top: 1px solid #eee;
    margin-top: .2em;
    padding-top: 7px;
}
.addthis_toolbox a,
.addthis_toolbox a:hover,
.addthis_toolbox a:visited,
.addthis_toolbox a:active{
    margin-right: 1em;
    color: #666;
    text-decoration: none;
}
.footer-site .addthis_toolbox a,
.footer-site .addthis_toolbox a:hover,
.footer-site .addthis_toolbox a:visited,
.footer-site .addthis_toolbox a:active{
    margin-right: 0;
    margin-bottom: .9em;
}
.addthis_toolbox a span{
    margin-right: .5em;
}
.pageowner {
    margin: .7em 0 0;
    color: #666;
}
.pageowner a,
.pageowner a:hover,
.pageowner a:visited,
.pageowner a:active {
    color: #666
}
.addthis_toolbox,
.pageowner {
    font-size: 12px;
}

/* Article page*/
.article-overview article{
    padding: 1em;
    border-bottom: 1px solid #eee;
}
.article-overview article:first-child {
    padding: 1em;
    border-top: 1px solid #eee;
}
.article-overview article:last-child{
    border-bottom: none;
}
.article-overview h4 {
    margin: 0;
    margin-bottom: 4px;
}
.article-overview p {
    margin-bottom: 0;
}
.latest-updates {
    text-transform: uppercase;
}

/* Newsfeed */
.newsfeed > article{
    position: relative;
    margin: .2em 0;
}
.news-heading h2{
    font-size: 24px; 
}
.clickframe,
.block-clickframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    text-decoration: none;
    padding: .5em;
    
}
.block-clickframe-gray-bg {
    bottom: 8px !Important;
}
.clickframe:hover,
.block-clickframe:hover {
    background-color: rgba(0,0,0, .03);
    text-decoration: none;
}
.block-clickframe{
    top: -5px;
    right: 10px;
    bottom: -5px;
    left: 10px;
}
.block-clickframe:hover {
    background-color: rgba(0,0,0, .03);
    border: 1px solid rgba(0, 0, 0, .05);
    text-decoration: none;
}
.news-item{
    margin-bottom: 13px !Important;
    position: relative;
    padding: 1em;
    border: 1px solid #eee;
}
.news-block{
    margin-bottom: 0 !Important;
    border: 0 solid #eee;
    border-bottom: 1px solid #eee;
}
.news-block:last-child {
    border-bottom: 0 solid #eee;
}
.news-main {
    display: none;
}
.newsitem-expanded {
    background-color: #f9f9f9;
}
.news-image-first,
.newsitem-expanded .news-image {
    padding: 0;
    border: 1px solid #eee;
    border-bottom: none;
    margin-bottom: 1em;
}
.news-image-first {
    margin-top: -15px;
}
.news-image-first img{
    width: 100%;
}
.news-item.newsitem-expanded .news-image,
.news-item.newsitem-expanded .news-lead,
.news-item.newsitem-expanded .news-main,
.newsitem-expanded{
    width: 100%;
    transition: width .5s, padding .5s, font-size .5s;
}
.timestamp,
.newsitem-expanded .timestamp {
    transition: margin .5s;
}
.newsitem-expanded .news-lead,
.lead {
    font-size: 15px !Important;
    font-weight: normal !Important;
    text-decoration: none !Important;
    font-style: normal !Important;
    transition: font-size .5s;
    margin-bottom: 14px;
}
.news-item h2 {
    margin-top: 0;
}
.news-item p:last-child {
    margin-bottom: 0;
}
.footer-news{
    background-color: #e9e9e9;
    color: #333;
    padding: .6em .8em;
    margin-bottom: 1em;
}
.timestamp {
    margin: 0 .5em 0 0;
    padding: 0 .5em;
    float: left;
    font-size: 12px;
}
.newsitem-expanded .timestamp,
.lead .timestamp {
    margin-top: 2px;
}
.close-newsitem-wrapper {
    display: none;
}
.close-newsitem-wrapper-hover {
    display: none;
    position: absolute;
    top: -1px;
    right: -1px;
}
.newsitem-expanded:hover .close-newsitem-wrapper-hover {
    display: block;
}
.newsitem-expanded.first-news-item .news-heading{
    padding: 0;
}
.news-filters .filter-button,
.news-item .close-newsitem,
.news-item .btn-gray {
    padding: 5px 12px 5px !important;
    max-height: 34px;
    font-size: 14px;
}
.news-item .close-newsitem {
    padding: 4px 12px 5px !important;
}
.close-newsitem-wrapper .btn-gray {
    padding: 5px 12px 4px !important;
}


/* Standard block */
.standard-block .clickframe {
    bottom: -10px;
}
.standard-block .main-body p:last-child,
.standard-block .left-justify {
    margin-bottom: 0;
}
.block-image + .block-heading-normal h2,
.block-image-wrapper + .block-heading-normal h2 {
    margin-top: .5em !Important;
}

.block-separator {
    margin-bottom: 1.5em;
}


/* Document listing*/
.documentClickframe{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    cursor: pointer;
    text-decoration: none;
    padding: .5em;
}
.documentClickframe:hover {
    background-color: rgba(0,0,0, .03);
    text-decoration: none;
}
/* Typography */
[class*='col-'] h1 {
    margin-top: 0;
}
h1 {
    font-size: 24px;
    font-weight: bold;
}
h2 {
    font-size: 16px;
    font-weight: bold;
}
h3{
    font-size: 13px;
    font-weight: bold;
}
h4{
    font-size: 12px;
    font-weight: bold;
}
h1,h2,h3,h4 {
    margin: 20px 0 9px 0;
}
h3 {
    margin-bottom: 0;
}
.heading h1 {
    margin-top: 10px;
}
.logo-h1 {
    margin: 0;
}
.caption{
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 1px;
}
.caption h2{
    display: inline-block;
    padding: 4px 35px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}
.caption h2,
.caption a,
.caption a:active,
.caption a:visited,
.caption a:hover {
    color: #fff;
}
.caption .divider {
    border-bottom: 5px solid;
    display: block;
    position: relative;
    bottom: 4px;
    left: 0;
    width: 100%;
}
.image-wrapper {
    position: relative;
}
.image-caption {
    position: absolute;
    width: 100%;
    padding: .3em .5em;
    margin-bottom: -2em !Important;
    bottom: 2em;
    color: #fff;
    background-color: #333;
    background-color: rgba(0,0,0, .55);
}
.image-wrapper .image-caption,
.image-thumbnail-wrapper .image-caption{
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s;
}
.main-col .image-wrapper:hover .image-caption,
.newsitem-expanded .image-wrapper:hover .image-caption,
.newsitem-expanded .image-thumbnail-wrapper:hover .image-caption{
    visibility: visible;
    opacity: 1;
    transition: opacity .5s;
}
time{
    background-color: #e8e8e8;
    padding: .3em .4em;
}
.icon-block p {
    margin-bottom: .2em;
    padding-left: .5em;
}
.footer-site {
    font-size: 12px;
}
.muted{
    color: #999;
}
h3 + ul,
h3 + ol {
    margin-top: .5em;
}


/* Image archive */
.imagearchive {
    
}
.imagearchive .imagepreview {
    width: 29.5%;
    margin: 0 2.5% 1em;
    display: inline-block;
    vertical-align: bottom;
}
.imagearchive .imagepreview:nth-child(4n+1) {
    margin-left: 0;
}
.imagearchive .imagepreview:nth-child(4n+3) {
    margin-right: 0;
}
.imagearchive div img{
    max-height: 120px;
    width: auto;
}

/* Image gallery polaroids*/
ul.polaroids {
    width: 100%;
    padding-left: 0;
}

ul.polaroids li {
    display: inline-block;
    list-style: none;
}

ul.polaroids li {
    padding-left: 0;
}
ul.polaroids a {
    background: #fff;
    display: inline;
    float: left;
    margin: 0 0 27px 30px;
    width: auto;
    padding: 10px 10px 15px;
    text-align: center;
    font-family: "Marker Felt",sans-serif;
    text-decoration: none;
    color: #333;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -webkit-transition: -webkit-transform .15s linear;
}
ul.polaroids .polaroidTitle {
    margin: 0;
    padding: 0;
    width: 187px;
    height: 15px;
    color: #000000;
 }

ul.polaroids img {
    display: block;
    width: 187px;
    height: 187px;
    margin-bottom: 10px;
    object-fit: cover;
}

/* Add drop shadows and smooth out the transition (Safari only) */
ul.polaroids a {
    -webkit-transition: 0 .15s linear;
    -moz-transition: 0 .15s linear;
    -o-transition: 0 .15s linear;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .25);
}
/* On hover, darken the shadows a bit */
ul.polaroids a {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
}
/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
ul.polaroids a:hover {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    -moz-transform: scale(1.25);
    transform: scale(1.25);
    position: relative;
    z-index: 5;
}
ul.polaroids li a:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: scale(1.25);
    z-index: 5;
}

/* Misc */
.align-center{
    text-align: center;
}
.align-right{
    text-align: right;
}
.left-justify {
    float: left;
    height: 100%;
    margin-right: 15px;
}
.nofloat {
    float: none;
}
.lift{
    z-index: 999;
}
.caps {
    text-transform: uppercase;
}
.icon-email{
    font-weight: bolder;
    font-family: Verdana, Arial, sans-serif;
}
.icon-email:before {
    content: "@";
    font-family: Verdana;
    font-weight: bold;
}
.push-3{
    padding-bottom: 3em;
}
.push-2{
    padding-bottom: 2em;
}
.push-1{
    padding-bottom: 1em;
}
.push-05 {
    padding-bottom: 0.5em;
}
.pull-6 {
    padding-top: 6em;
}
.pull-5 {
    padding-top: 5em;
}
.pull-4 {
    padding-top: 4em;
}
.pull-3{
    padding-top: 3em;
}
.pull-2{
    padding-top: 2em;
}
.pull-1{
    padding-top: 1em;
}
.pull-05 {
    padding-top: 0.5em;
}
.down-05 {
    margin-bottom: 0.5em;
}
.no-pull {
    margin-top: 0 !Important;
}
.no-push {
    margin-bottom: 0 !Important;
}
.down-1{
    margin-bottom: 1em;
}
.down-2{
    margin-bottom: 2em;
}
.down-3{
    margin-bottom: 3em;
}
.up-1{
    margin-top: 1em;
}
.up-2{
    margin-top: 2em;
}
.up-3{
    margin-top: 3em;
}
.indent-05{
    padding-left: .5em;
    padding-right: .5em;
}
.indent-1{
    padding-left: 1em;
    padding-right: 1em;
}
.indent-2{
    padding-left: 2em;
    padding-right: 2em;
}
.indent-3{
    padding-left: 3em;
    padding-right: 3em;
}
.indent-left-1 {
    padding-left: 0.5em;
}
.fullwidth {
    width: 100% !Important;
    max-width: 100% !Important;
}
.light-gray-color,div#lightGray{ /* TODO Använd less-arv för att få tag i färgen */
    color: #e9e9e9;
}
.light-gray-background-block{
    background-color: #EBEBE9;
    padding: 10px 15px 15px 15px;
    width: auto;
}
.image-bf-light-gray-box {
    margin: 0;
}
.light-gray-background{ /* TODO Använd less-arv för att få tag i färgen */
    background-color: #EBEBE9;
}
.white-background{ /* TODO Använd less-arv för att få tag i färgen */
    background-color: #fff;
}
.light-gray-block {
    margin: 0 15px 0;
    padding: 1px 15px 1em;
    width: auto;
}
.dark-text {
    color: #666;
}
.red-background {
    background-color: #fe766a !Important;
}
.yellow-background {
    background-color: #ebd002 !Important;
}
.green-background {
    background-color: #24b258 !Important;
}
.list-inline li{
    display: inline-block;
}
.list-inline-third-width li{
    width: 32%;
    margin: 1%
}
.list-inline-half-width li {
    width: 49%;
    margin: 1%;
}
.list-inline li:first-child {
    padding-left: 0;
    margin-left: 0;
}
.list-inline li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.inline-elements {
    
}
.full{
    width: 100%;
}
.relative {
    position: relative;
}
.overlayText{
    position: absolute;
    width: 100%;
    padding: .5em .7em;
    background-color: #ccc;
    color: #fff;
    line-height: 1.3em;
}
.overlay p {
    margin: 0;
}
.overlayText > h1,
.overlayText > h2,
.overlayText > h3,
.overlayText > h4 {
    margin-top: 0 !Important;
    margin-bottom: 5px;
}
.overlayText p {
    color: #fff;
}
.hidden-block {
    display: none;
}
.inline-menu {
    margin: 0;
    padding: 0;
}
.inline-menu li {
    display: inline-block;
}
.inline-menu li a {
    padding: .3em .25em;
    font-weight: bold;
    text-transform: uppercase;
}
.striped-rows .row:nth-child(2n + 1),
.list-striped li:nth-child(2n + 1){
    background-color: #eee;
}
.list-clean,
.list-clean li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-heading,
.line {
    border-bottom: 1px solid #EEEEEE;
}
.rss-list {
    padding:0.5em 0 0 1em;
}
.rss-list > div:first-child {
    margin-top:.5em;
}
.rss-list > div p {
    margin-bottom: 0;
}
.rss-list > div {
    border-bottom: 1px solid #EEEEEE;
    margin: 1em 0 .5em 0;
}
.rss-list > div:last-child {
    border-bottom: none;
}
.table-striped tbody tr:nth-child(2n+1) td{
    background-color: #eee;
}
.block-image-wrapper {
    margin-left: -1em;
    margin-right: -1em;
}
.collapse .block-image-wrapper,
.collapsing .block-image-wrapper,
.in .block-image-wrapper{
    margin-top: -1em;
}


/* Calendar */
.calendar-table thead tr {
    border-bottom: 1px solid #ccc;
}
.calendar-table thead th {
    padding: .7em;
}
.calendar-table tbody td{
    padding: .4em .7em;
}
.calendar-table time {
    background-color: transparent;
}
.calendar-table .row > div:first-child {
    padding-left: 2em;
}
.calendarDescription {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: #888;
    margin-left: 5px;
}
.calendar-description-list ul {
    margin: 0;
    background-color: #EBEBE9;
    padding: .5em 1em;
}
.calendar-description-list li {
    padding-left: 0;
    padding-right: 1em;
}
 .datespan {
     position: absolute;
     top: -1.5em;
 }
.dogshow {
    background-color: #880202 !Important;
}
#calendar .dogshow {
    border-color: #880202;
}
.competition {
    background-color: #a4834f !Important;
}
#calendar .competition {
    border-color: #a4834f;
}
.training {
    background-color: #1a77e7 !Important;
}
#calendar .training {
    border-color: #1a77e7;
}
.lecture {
    background-color: #df6c91 !Important;
}
#calendar .lecture {
    border-color: #df6c91;
}
.education {
    background-color: #df790c !Important;
}
#calendar .education {
    border-color: #df790c;
}
.meeting {
    background-color: #aabf03 !Important;
}
#calendar .meeting {
    border-color: #aabf03;
}
.skkmeeting {
    background-color: #008a3b !important;
}
#calendar .skkmeeting {
    border-color: #008a3b;
}
.general {
    background-color: #888 !Important;
}
#calendar .general {
    border-color: #888;
}
.calendar-dates {
    padding-top: .5em;
}
.goto-calendar-link {
    width: 35%;
    padding-left: .7em;
}
.remove-nowraps td  {
    white-space: normal !important;
}


/* Tables */
.main-body table {
    margin: 1em 0;
    width: 100%;
}
.main-body caption {
    margin-top: .5em;
    padding: 0;
}
.main-body th,
.main-body thead tr {
    padding: .5em;
    margin-top: .5em;
}
.main-body td {
    padding: .3em .5em;
}
.main-body tr {
    margin: .1em;
}
.main-body table tbody tr:nth-child(2n+1) {
    background-color: #eee;
}


/* Site search & quick navigation & dropdowns */
.site-search {
    padding: 1.5em;
}
.site-search .btn-group{
    width: 100%;
}
.local-breed {
    padding-left:1.0em;
    padding-top:0 !Important;
}
.site-search .btn,
#BreedGroupDropdownMenu .btn,
#BreedAlphabeticalMenu .btn,
#BreedDropdownMenu .btn,
.jgd-dropdown dt a
{
    border-radius: 2px;
    color: #fff !Important;
    display: inline-block;
    width: 100%;
    text-align: left;
    white-space: inherit;
    padding: 5px 10px;
}
.site-search .dropdown-menu {
    overflow: hidden;
}
.site-search .btn span:first-child {
    max-width: 154px;
}
.search-button-wrapper {
    padding: 0 13px !Important;
    height: 34px !Important;
}
.search-button-wrapper .glyphicon-search {
    font-size: 22px;
}
.site-search .search-input {
    border: none;
    border-top: 1px solid #999;
    padding: 9px 10px !important;
    height: 35px !important;
    margin-right: 3px;
    font-size: 13px !Important;
}
.site-search .btn span:first-child {
    float: left;
}
.site-search .caret{
    border-top-color: #fff;
    float: right;
    margin-top: .6em;
}
.site-search .input-group-addon{
    color: #fff;
    border: none;
}
.site-search .dropdown-menu{
    border-radius: 0;
    color: #fff;
    max-width: 100%;

}

.site-search .glyphicon-search,
.site-search .glyphicon-search:hover,
.site-search .glyphicon-search:active,
.site-search .glyphicon-search:visited {
    background-color: transparent;
    border: none;
    color: #fff !Important;
    text-decoration: none;
}
.quicknav-item-active {
    float: none;
}
.site-search .dropdown-menu li {
    position: relative;
}
.site-search .dropdown-menu li .icon-right-dir-1 {
    position: absolute;
    top: .3em;
    left: .5em;
}
.site-search .dropdown-menu .glyphicon {
    padding-right: .5em;
}
.site-search .dropdown-menu li > a{
    white-space: inherit;
    word-wrap: break-word;
}
.site-search .btn.dropdown-toggle,
.breed-shortcuts-trigger {
    font-size: 14px !Important;
}
.site-search .dropdown-menu a {
    font-size: 12px;
}
.site-search .btn.dropdown-toggle,
.breed-shortcuts-trigger {
    font-size: 14px !Important;
}
.site-search .dropdown-menu.opened li > a,
.breed-shortcuts li > a{
    padding-left: 29px;
}
.dropdown-menu.opened {
    padding-top: 10px;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  font-size: 16px;
}
.btn-group-lg > .btn {
  font-size: 16px;
 }
.remove-cookie {
    text-align: right;
    padding: 3px 10px !Important;
}
.remove-cookie span{
    display: inline-block;
    border: 1px solid #fff;
    font-weight: bold;
    line-height: 9px;
    margin-left: .5em;
    text-align: center;
    padding: 2px;
}
.remove-cookie img {
    vertical-align: text-top;
}
.breed-shortcuts {
    max-height: 215px;
    overflow-y: auto !Important;
    overflow-x: hidden !Important;
}
.breeds-shortcuts {
    max-height: 235px;
    overflow-y: auto !Important;
    overflow-x: hidden !Important;
}
.breed-shortcuts-trigger,
.dropdown-toggle {
    min-height: 34px !Important;
}
.breed-scrollers {
    display: none;
    position: absolute;
    top: 34px;
    height: 215px;
    z-index: 9999;
}
.breed-scroller {
    color: #fff;
    font-size: 18px;
    padding: .2em;
}
.breed-scroll-up,
.breed-scroll-down {
    position: absolute;
    top: 0;
    left: 2px;
}
.breed-scroll-down {
    top: auto;
    bottom: 0;
}
.breed-s
.dropdown-toggle .icon-down-dir-1:before {
    text-align: right;
    font-size: 20px !Important;
    vertical-align: bottom;
}
.col-lg-4 .right-contentarea-local .quicknav-control,
.col-lg-3 .right-contentarea-local .quicknav-control,
.col-lg-3 .right-contentarea-global .quicknav-control,
.col-lg-4 .right-contentarea-global .quicknav-control {
    width: 100%;
}
.col-lg-4 .right-contentarea-local .quicknav-breed .quicknav-search,
.col-lg-3 .right-contentarea-local .quicknav-breed .quicknav-search,
.col-lg-3 .right-contentarea-global .quicknav-breed .quicknav-search,
.col-lg-4 .right-contentarea-global .quicknav-breed .quicknav-search {
    margin-bottom: 1em;
}
.col-lg-6 .right-contentarea-local .quicknav-control,
.col-lg-6 .right-contentarea-global .quicknav-control {
    width: 50%;
}
.col-lg-4 .right-contentarea-global .quicknav-narrow-display,
.col-lg-3 .right-contentarea-global .quicknav-narrow-display,
.col-lg-4 .right-contentarea-local .quicknav-narrow-display,
.col-lg-3 .right-contentarea-local .quicknav-narrow-display {
    display: table;
    content: " ";
    clear: both;
    margin-bottom: 1em;
}


/* Forms */
button, input, select, textarea {
    max-width: 100%;
}
.form-control {
    border: 1px solid #999;;
    box-shadow: inset 0 1px 0 #ccc !Important;
    height: 32px;
    padding: 6px;
}
.input-group-lg > .form-control, 
.input-group-lg > .input-group-addon, 
.input-group-lg > .input-group-btn > .btn{
    height: 48px;
    padding-top: 12px;
}
.btn,
.fc-button{
    background-color: #f5f5f5;
    border-radius: 2px;
}
input.btn,
button.btn,
a.btn {
    padding: 7px 12px !Important;
}
.btn:active,
.btn,
.fc-button {
    box-shadow: none;
}
.btn-gray,
.btn-gray:visited {
    background-color: #e3e3e3;
    border: 1px solid #cacaca;
    font-family: arial;
    color:#333 !Important;
}
.btn-gray:hover,
.btn-gray:active {
    background-color: #cacaca;
    border: 1px solid #b3b3b3;
    color: #fff !Important;
}
.btn-gray.btn-default:hover,
.btn-gray.btn-default:active {
    color: #666 !Important;
}
.btn-group.open .dropdown-toggle,
.dropdown-menu{
    box-shadow: none;
}
.input-group-addon,
.chosen-choices {
    border-radius: 2px;
}
.fc-button {
    background-image: none;
}
.btn-placeable {
    font-size: 14px;
    font-weight: bold;
}
.col-lg-4 .right-contentarea-local .login-block .loginfield,
.col-lg-4 .right-contentarea-global .login-block .loginfield {
    width: 100%;
}
.buyadog.loginfailed{
    color:red;
    padding-bottom:10px !important;
    display:-webkit-box;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 30px !Important;
}
.chosen-container-multi .chosen-choices li.search-choice {
    line-height: 17px !Important;
}
.search-choice-close {
    top: 7px !Important;
}
.buyadog-btn-filter {
    margin-left: -15px;
}
.buyadog-btn-filter .btn {
    padding: 9px 12px !important;
}
.breed-filter .form-control {
    padding: 9px 6px !Important;
    height: 38px;
}
select.form-control option {
    padding: .4em .5em;
}
.conditions .checkbox {
    clear: left;
}
.conditions .checkbox #chkConditions{
    border-radius: 4px !important;
    margin-top: 2px;
}
.conditions .checkbox label {
    font-weight: bold;
    margin-left: -12px;
}
/*/ jQuery maxlenght textarea*/
.maxlength {
     float: right;
     margin-bottom: 20px;
}

/* User administration */
#Common, #SuccessMessage, #ErrorMessage {
    margin-left: 15px;
}
#Common {
    padding-top: 0px;    
}
#SuccessMessage, #ErrorMessage {
    margin-top: 10px;
}
#UpdatePassword {
    margin: 0;
}
#GlobalErrorMessage {
    margin-left: 5px;
    margin-right: 5px;
}
#GlobalUpdatePasswordPanel {
    margin: 0;
}


/* Block */
.block{
    padding: 1em;
}
.block > h3{
    margin-top: 0;
}
.standard-block .block-toggle {
    border-radius: 0;
}
.block-toggle,
.block-toggle:focus{
    width: 100%;
    background-color: #333;
    color: #fff !Important;
    font-size: 17px;
    text-align: left;
    padding: 6px 5px 4px .6em;
}
.block-toggle span:first-child{
    float: left;
}
.block-toggle span:last-child{
    float: right;
    background: #585858;
    text-align: center;
    font-size: 30px;
    line-height: 24px;
    width: 23px;
    height: 23px;
    margin-top: 1px;
}
.block-toggle:hover,
.block-toggle:visited,
.block-toggle:active,
.block-toggle:focus{
    color: #eee;
}
.toggle-text {
    max-width: 80%;
    white-space: normal;
}
.block-toggle .toggle-indicator:after{
    content: "-";
    display: block;
    margin-top: -3px;
}
.block-toggle.collapsed .toggle-indicator:after {
    content: "+";
    margin-top: 0;
}

/* Club map */
#Map {
    width: 137px;
    height: 322px;
    position: relative;
}

#MapImage {
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
}
.sweden-map-imagemap img {
    width: 140px;
    height: 330px;
}
.club-map-item {
    position: absolute;
    z-index: 200;
    border: solid 4px #8dc63f;
    border-radius: 9px;
    width: 17px;
    height: 17px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #fff;
    transition: width .2s, height .2s, border .2s;
}
.club-item.club-map-item:hover,
.club-map-item.hover {
    width: 20px;
    height: 20px;
    border: solid 5px #9dd64f;
    transition: width .2s, height .2s, border .2s;
}

/* Club list */
.letterLink {
    font-size: 18px;
}

/*DogMap*/
.dogmappanel {
    margin-bottom: 0px;
    background-color: #EBEBE9;
}
.dogmappanel h3 {
    font-size: 21px;
    font-weight: normal;
}
.dogmappanel .filter {
    padding-left: 0px;
}
.dogmappanel .filter-toggle, .filter-toggle:focus {
    font-size: 21px;
    text-align: left;
}
.dogmappanel .filter-toggle span:last-child {
    background: none repeat scroll 0 0 #CFCFCF;
    float: right;
    font-weight: bolder;
    padding: 0 0.5em;
    border-radius: 2px;
}
.dogmappanel .toggle-indicator {
    color: #000;
    height: 27px;
}
.filter-toggle.collapsed .toggle-indicator:after {
    content: "+";
}
.filter-toggle .toggle-indicator:after {
    content: "-";    
}

/*SiteMap*/
#SiteMap ul
{
	margin: 0;
	padding: 0.2em 0;
}

#SiteMap ul ul
{
	padding: 0;
	margin-left: 0.5em;
}

#SiteMap li
{
	margin: 0 0 0.5em 0;
	padding: 0;
	list-style: none;
	font-size: 1.3em;
}
#SiteMap li a
{
	text-decoration: none;
}

#SiteMap li li
{
	margin: 0.2em 0;
	padding-left: 1em;
	background: url(/Resources/Images/img/SiteMapBullet.png) no-repeat;
	font-size: 0.7em;
}

#SiteMap li li a
{
	text-decoration: none;
}

#SiteMap li li li
{
	font-size: 1em;
}

/* Pedigree list */
.pedigree-group-list dd{
    width: 24.5%;
}
.pedigree-breed-list dd {
    width: 16.3%;
}
.pedigree-breed-list dd,
.pedigree-group-list dd{
    display: inline-block !Important;
    vertical-align: top !Important;
    float: none;
    margin-bottom: 5px;
    text-align: center;
}
.pedigree-group-list > dd > div:first-child {
    text-align: center;
    margin-bottom: .7em;
}
.pedigree-breed-list a,
.pedigree-group-list a {
    color: #333 !Important;
}
.filter-separator {
    position: absolute;
    left: -1em;
    top: .6em;
    color: #999;
}
.breed-list h2,
.buyadog-breedlist dt {
    width: 100%;
    clear: both;
    padding-top: 1em;
    border-bottom: 1px solid #eee;
    font-size: 24px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
}
.buyadog-breed {
    padding-top: 15px;
    height: 130px;
    margin: 1em;
    margin-bottom: 0;
    width: 47%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.buyadog-breed.odd {
    float: left;
}
.buyadog-breed.even {
    float: right !Important;
}
.buyadog-breed .breed-data {
    width: 60%;
    margin-left: 15px;
}
.buyadog-breed .breed-navigation{
    position: absolute;
    margin-bottom: 0;
    bottom: 15px;
    left: 15px;
}
    .buyadog-breed .breed-navigation a{
        color: #fff !Important;
    }
.buyadog-breed .breed-navigation li{
    padding: 0;
}
.buyadog-breed .breed-navigation .btn{
    padding: 5px 9px !Important;
}
.buyadog-breed .breed-image {
    position: absolute;
    right: 15px;
    top: 15px;
    text-align: right;
}
.buyadog-breed .breed-image img{
    max-height: 100px;
}
.puppy-table.breeder-table .puppies-exist {
    height: 18px;
    width: 18px;
    max-width: 18px;
}

.puppy-table.breeder-table .plan-Litter {
    height: 20px;
    width: 20px;
    max-width: 20px;
}

.breeders_align {
    vertical-align:top!important;
}
.PL_align-left {
    padding-left: 0px !important;
    text-align: left;
}

.breeder-presentation h3,
.breeder-presentation p {
    display: inline;
}

.thumbnails .list-inline > li {
    padding: 0;
    margin: 0 5px;
}
.thumbnails .list-inline > li:first-child {
    margin-left: 0;
}
.thumbnails .active {
    border: 1px solid;
}
.thumbnails img {
    max-width: 100px;
}
.breedImages a {
    float: right;
}
.breed-menu {
    float: left;
}
.breed-menu {
    width: 23%;
}
.breed-filter {
    padding: 0 25px;
}
 .breed-filter:first-child {
     padding-left: 15px;
 }
.pedigreemenu, #BreedGroupDropdownMenu, #BreedDropdownMenu
{
	width: 100%;
    color:white;
 }
.jgd-dropdown {
    margin: 0;
}
.jgd-dropdown dd
{
	position: relative;
}
.jgd-dropdown a,
.jgd-dropdown a:visited,
.jgd-dropdown a:hover
.jgd-dropdown a:active
{
	color: #fff !Important;
    text-decoration: none;
}
.jgd-dropdown dt
{
	width: 100%;
	overflow: hidden;
}
.jgd-dropdown dt a span
{
	cursor: pointer;
	display: block;
}
.jgd-dropdown dd ul
{
	color: #fff;
	display: none;
	width: 100%;
	list-style: none;
	padding: 0;
	position: absolute;
	left: 0;
    top: 0;
    z-index: 1000;
}
.jgd-dropdown span.value
{
	display: none;
}
.jgd-dropdown dd ul li a
{
	padding: 7px;
	padding-left: 12px;
	display: block;
}
.jgd-dropdown dd ul li.hide_selected
{
	display: none;
}
.jgd-dropdown dd ul li a:hover
{
	color: #fff;
    text-decoration: none;
}
.info-box {
    border: 4px solid #000;
    padding: 2em;
}
.info-box > h2{
    margin-top: 0;
}
.info-box > p:last-child {
    margin-bottom: 0;
}
.breed-links .documentlist a {
    margin-left: 0 !Important;
}
.ad-image-preview {
    width: 120px;
}
.ad-image-preview-row {
    height: 180px;
   
}
.ad-image-preview-col {
    position: relative;
    min-height: 1px;
    width: 170px;
    padding-bottom: 10px;
}
.breed-blocks > div{
    max-width: 420px;
}
.breed-filter .btn {
    line-height: 22px;
}
.breed-filter .icon-down-dir-1:before {
    vertical-align: middle;
}


/* Captcha */
.captcha img
{
	float: left;
	margin-right: 1em;
}
.captcha dt
{
	display: none;
}

.captcha input[type="submit"]
{
	font-weight: bold;
	text-transform: uppercase;
}
.captcha .btn {
    padding: 6px 12px;
    margin-left: .5em;
}
.error {
    display: block;

}

/* Image Archive */
.imageArchiveThumbnail div:first-child{
    padding-left: 0;
}
.imageArchiveThumbnail:last-child{
    padding-right: 0;
}

/*Documentlist*/
.document_archive .expand
{
	background: transparent url(/Resources/Images/Icons/expand.png) 0 5px no-repeat;
	padding-left: 12px;
	cursor: pointer;
}
.document_archive .contract
{
	background: transparent url(/Resources/Images/Icons/contract.png) 0 5px no-repeat;
	padding-left: 12px;
	cursor: pointer;
}

.documentlist {
    list-style-type: none;
}

.documentlist .pdf,
.documentlist a[href*=".pdf"],
.documentlist .txt,
.documentlist a[href*=".txt"],
.documentlist .xls, 
.documentlist .xlsx,
.documentlist a[href*=".xls"],
.documentlist a[href*=".xlsx"],
.documentlist .zip,
.documentlist a[href*=".zip"],
.documentlist .ppt,
.documentlist .pptx,
.documentlist a[href*=".ppt"],
.documentlist a[href*=".pptx"],
.documentlist .doc,
.documentlist .docx,
.documentlist a[href*=".doc"],
.documentlist a[href*=".docx"]{
    margin-left: 1px;
    display: inline-block;
    padding-left: 1.7em;
}
.main-body .documentlist .pdf,
.main-body .documentlist a[href*=".pdf"],
.main-body .documentlist .txt,
.main-body .documentlist a[href*=".txt"],
.main-body .documentlist .xls,
.main-body .documentlist .xlsx,
.main-body .documentlist a[href*=".xls"],
.main-body .documentlist a[href*=".xlsx"],
.main-body .documentlist .zip,
.main-body .documentlist a[href*=".zip"],
.main-body .documentlist .ppt,
.main-body .documentlist .pptx,
.main-body .documentlist a[href*=".ppt"],
.main-body .documentlist a[href*=".pptx"],
.main-body .documentlist .doc,
.main-body .documentlist .docx,
.main-body .documentlist a[href*=".doc"],
.main-body .documentlist a[href*=".docx"]{
    margin-left: -23px !Important;
}
.failedAd .pdf,
.pdfList .pdf,
.documentlist .pdf,
.documentlist a[href*=".pdf"]{
    background: url(/Resources/Images/Icons/Docs/Adobe-Acrobat-16.png) no-repeat left 2px;   
}
.documentlist .txt,
.documentlist a[href*=".txt"]{
    background: url(/Resources/Images/Icons/Docs/Document-01-16.png) no-repeat left 2px;
}
.documentlist .xls, 
.documentlist .xlsx,
.documentlist a[href*=".xls"],
.documentlist a[href*=".xlsx"]{
    background: url(/Resources/Images/Icons/Docs/Microsoft-Excel-2013-02-16.png) no-repeat left 2px;
}
.documentlist .zip,
.documentlist a[href*=".zip"]{
    background: url(/Resources/Images/Icons/Docs/File-Format-ZIP-16.png) no-repeat left 2px;
}
.documentlist .ppt,
.documentlist .pptx,
.documentlist a[href*=".ppt"],
.documentlist a[href*=".pptx"]{
    background: url(/Resources/Images/Icons/Docs/Microsoft-PowerPoint-02-16.png) no-repeat left 2px;
}
.documentlist .doc,
.documentlist .docx,
.documentlist a[href*=".doc"],
.documentlist a[href*=".docx"]{
    background: url(/Resources/Images/Icons/Docs/Microsoft-Word-01-16.png) no-repeat left 2px;
}
.documentlist .no-icon {
    background: none !important;
    padding-left: 0.6em !important;
}

.documentlist .no-icon-in-list,
.no-icon-in-list {
    background: none !important;
    padding-left: 0 !Important;
}

.pdfList li {
    float: none;
    margin-bottom: 0;
}

.documentlist li,
.linklist li {
    list-style-type: none;
}
.document {
    min-height: 20px;
    margin-top: 10px;
    padding-top:3px;
}
.documentThumbnail {
    width: 110px;
}
.document_archive .pdf, .document_archive .xls, .document_archive .doc, .document_archive .xlsx, .document_archive .docx, .document_archive .zip
{
	padding-left: 35px;
    background: transparent url(/Resources/Images/Icons/Docs/Adobe-Acrobat-24.png) no-repeat;
}
.document_archive .xls, .document_archive .xlsx
{
	background: transparent url(/Resources/Images/Icons/Docs/Microsoft-Excel-2013-02-24.png) no-repeat;
}
.document_archive .doc, .document_archive .docx
{
	background: transparent url(/Resources/Images/Icons/Docs/Microsoft-Word-01-24.png) no-repeat;
}

.document_archive .zip
{
	background: transparent url(/Resources/Images/Icons/Docs/File-Format-ZIP-24.png) no-repeat;
}

.helplink {
    float: right;
    text-decoration: underline;
}

.documentlist li {
     list-style-type : none;
}

ul.documentlist  {
     padding-left: 0 !Important;
}
.main-body .documentlist a,
.breed-aliases .documentlist a,
.documentlist h5 a.document {
    margin-left: 0;
}

/* Breeds */
.breed-supp-content {
    margin-top: 20px;
}
.breed-document-list li:first-child {
    padding-left: 5px;
}
.breed-document-list a[href*=".pdf"]
 {
    background: url(/Resources/Images/Icons/Docs/Adobe-Acrobat-16.png) no-repeat left 2px;
    display: inline-block;
    padding-left: 1.7em;
    margin-bottom: .5em;
}

.breed-table,
.puppy-table {
    width: 100%;
}

.ad-manager-row,
.breed-table thead tr,
.puppy-table thead tr {
    border-bottom: 1px solid #ddd;
}
.breed-table th{
    line-height: 1.2em;
    vertical-align: top;
    padding: 0.4em 0.5em;
    vertical-align: bottom;
}
.breed-table tbody tr:hover,
.puppy-table tbody tr:hover{
    background-color: #eee;
}
    .breed-table tbody tr td,
    .puppy-table tbody tr td{
        padding: .4em .5em;
    }
.puppy-table tbody tr:nth-child(2n + 1),
.breed-table tbody tr:nth-child(2n + 1),
.oddRow{
    background-color: #f0f0f0;
}
.breed-table tbody td{
    width: 13%;
    padding: .2em;
}
.breed-table tbody tr td:first-child{
    width: 5%;
}
.puppy-table thead
{
    border-bottom: 1px solid #eee;
}
.puppy-table th
{
    padding-bottom: .5em;
    width: 18.75%;
}
.puppy-table tbody td
{
    padding-bottom: .5em;
}
.puppy-table th:first-child{
    width: 50%;
}
.mark {
    color: #f66;
    font-weight: bold;
    font-family: verdana, sans-serif;
    font-size: 16px;
}


.breeder-table thead tr th:nth-child(1) { /* Button */
    width: 8% !Important;
    padding-left: 0.5em !important ;
}
.breeder-table thead tr th:nth-child(2) { /* Asterisk */
    width: 8% !Important;
}
.breeder-table thead tr th:nth-child(3){ /* Name */
    width: 26% !Important;
 }
.breeder-table thead tr th:nth-child(4){ /* Website */
    width: 26% !Important;
}
.breeder-table thead tr th:nth-child(5){ /* Location */
    width: 16% !Important;
}
.breeder-table thead tr th:nth-child(6){ /* State */
    width: 16% !Important;
}
.breeder-table tbody tr:nth-child(2n+1) {
    background-color: #fff;
}
.breeder-table .oddRow {
    background-color: #f0f0f0 !Important;
}
.breeder-details {
    display: none;
    border-bottom: 1px solid #eee;
}
/* Breedgroup */
.groupheader h3{
    line-height: 18px;
}

/* Bootstrap */
/*.list-inline > li:first-child {
    padding-left: 0;
}
.list-inline > li:last-child {
    padding-right: 0;
}*/

/* LightBox */
.lb-image{
    max-width: inherit;
}

.flickrImagePush {
    margin-bottom: 5px;
}

.flickrImageLarge {
    width: 100%;
    padding: 5px;
}

/* ExhibitionList*/
#map_canvas img {
    max-width: none;
}
.exhibitionListLegend ul,
.exhibitionListLegend li{
    list-style: none;
    padding:0;
    margin:0; 
}

.redText{
    color: #FE564A;
}
.greenText {
    color: #24b258;
}
.yellowText {
    color: #ebd002;
}
.blueText {
    color: #d7ecf0;
}
.purpleText {
    color: #ebddee;
}
.orangeText {
    color: #fde5cc;
}
.exhibition-ended
{
	background-color: #ebd002;
	width: 5px;
	padding: 0;
}

.application-ended
{
	background-color: #fe766a;
	width: 5px;
	padding: 0;
}
.exhibition-upcoming
{
	background-color: #24b258;
	width: 5px;
	padding: 0;
}

.exhibitionListTable tbody tr:nth-child(2n+1) {
    background-color: #f5f5f5;
}
.exhibitionListTable a:hover {
    color: #fff !Important;
}
/* Exhibition*/

.exhibitionOverviewLink {
    background-color: #EBEBE9;
    padding-top: 10px;
    padding-bottom: 10px;
}
#exhibitionResult a {
background-color:#EBEBE9;
color:#333333 !Important;
}

#exhibitionResult .block-toggle span:last-child {
    background: none repeat scroll 0 0 #EBEBE9;
    float: right;
    font-weight: bolder;
    padding: 0 0.5em;
}

#exhibitionResult span {
   white-space:pre-wrap;
    
}

#exhibitionResult .block-toggle {
    font-weight:bold;
    text-align: left;
}
#exhibitionResult .block-toggle {
    font-size: 14px;
}

#exhibitionResult .down-1{
    margin-bottom: 0.5em;
}
#exhibitionResult img {
    max-width: 180px;
}
.exhibitionApplicationBtn {
    padding: 7px 12px;
}
#exhibitionFacts h2 {
    margin-top: 0; 
}

#ExhibitionLowerRightContentArea .row {
    border-top: solid 1px #ffffff;
    padding-left: 1em;
}


/*****************************************/
/************* EXHIBITION LIST ***********/
/*****************************************/
.exhibition-list
{
}

.exhibition-list table
{
	padding: 0;
	margin: 0px 20px 20px 0;
	text-align: left;
	width: 100%;
}
.exhibition-list table tr.alt1, .exhibition-list table tr.alt1 td
{
	background-color: #f3f3f3;
}
.exhibition-list table tr.alt2, .exhibition-list table tr.alt2 td
{
	background-color: #fff;
}
.exhibition-list table tr th
{
	padding: 4px 4px;
	font-weight: normal;
	text-align: left;
}
.exhibition-list table tr th a:hover
{
    background-color: #fff;
}
.exhibition-list table tr td
{
	padding: 4px 4px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	vertical-align: top;
}

.exhibition-list table tr td p{
    margin:0;
}
.exhibition-list table tr td.hover
{
	cursor: pointer;
	color: #fff;
}

.exhibition-list table tr td a
{
	font-weight: bold;
	color: #333;   
}
.exhibition-list table tr td.hover a
{
	color: #fff;
    text-decoration:none;
}
.exhibition-list table tr td a:hover
{
	background-color: Transparent;
}
.exhibition-list table tr th.date
{
	width: 93px;
	padding: 0;
}
.exhibition-list table tr th.status
{
	width: 3px;
	padding: 0;
}
.exhibition-list table tr td.date, .exhibition-list table tr th.date
{
	width: 93px;
	padding: 0;
}
.exhibition-list table tr td.type, .exhibition-list table tr th.type
{
	width: 13px;
	padding: .5em 0;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.exhibition-list table tr td.exhibitiontype-national
{
	background-color: #ebddee;
}
.exhibition-list table tr td.exhibitiontype-international
{
	background-color: #d7ecf0;
}
.exhibition-list table tr td.exhibitiontype-nordic
{
	background-color: #fde5cc;
}
.exhibition-list table tr td.exhibition-ended
{
	background-color: #ebd002;
	width: 5px;
	padding: 0;
}
.exhibition-list table tr td.application-ended
{
	background-color: #fe766a;
	width: 5px;
	padding: 0;
}
.exhibition-list table tr td.exhibition-upcoming
{
	background-color: #24b258;
	width: 5px;
	padding: 0;
}

.exhibition-list img {
    vertical-align: top;
    width: initial;
}
#exhbition-legend
{
	width: 100%;
}
#exhbition-legend .exhibition-ended
{
	color: #ebd002;
	font-weight: bold;
}
#exhbition-legend .application-ended
{
	color: #fe766a;
	font-weight: bold;
}
#exhbition-legend .exhibition-upcoming
{
	color: #24b258;
	font-weight: bold;
}
#exhbition-legend .exhibition-international
{
	display: block;
	float: left;
	padding: 3px;
	padding-left: 0;
}
.markerContent
{
	max-width: 300px;
	margin: 10px 10px 10px 10px;
}
.markerContent h2
{
    font-size: 16px;
	margin-bottom: 0px;
}

.markerText {
    width: 74%;
    float: left;
}

.markerImage {
    width: 24%;
    float: right;
}

#pHeightHolder
{
	height: 10px;
}
#pHeightHolderSmall
{
	height: 7px;
}
.ancCloudLeft
{
	font-weight: bold;
}
.ancCloudRight
{
	margin-left: 20px;
	font-weight: bold;
}
.ancCloudLeft:link, .ancCloudLeft:visited, .ancCloudRight:link, .ancCloudRight:visited, .cloudLink:link, .cloudLink:visited
{
	text-decoration: underline;
}

/*****************************************/
/******* EXHIBITION EXTERNAL HTML ********/
/*****************************************/
#divExternalHtml
{
	width: 420px;
}
#divExternalHtml img
{
	margin: 3px;
}
#divExternalHtml hr
{
	margin: 10px 0 10px 0;
}
#divExternalHtml .darkgreen
{
	background-color: inherit;
}
#divExternalHtml .lightgreen
{
	background-color: inherit;
}
#divExhibitionListHead .exhHead
{
	width: 180px;
	float: left;
}
#divExhibitionListHead .exhHeadCtrl
{
	width: 120px;
	float: left;
}
#divExhibitionListHead .exhHeadCtrl select
{
	border: 1px solid #dcdcdc;
	outline: 0 none;
	padding: 3px;
	width: 111px;
}

/* Xforms & google search*/
.xform table {
    width: 100% !Important;
}
.xFormResults {
    display: none;
}
.formResult {
    position: relative;
    height: 1.5em;
    background-color: #999;
    margin-right: 3em;
}
.formPercentage {
    position: absolute;
    left: 100%;
    width: 3em;
    text-align: right;
    color: #999;
}
.xform fieldset {
    background-color: transparent;
    width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 0;
    position: relative;
}
.xform legend,
.xform-heading{
    font-weight: bold !Important;
    font-size: 14px;
    border: none;
    margin-bottom: 0;
}
.xform input[type=text],
.xform textarea,
.xform select {
    margin-bottom: 1em;
}
.xform hr {
    margin: 1em 0;
    border-top-color: #ccc;
}
.xform input[type=text],
.xform select,
input.gsc-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}
.xform input[type=submit],
input.gsc-search-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 4px !Important;
    margin-top: 1em;
}
.xform input[type=radio],
.xform input[type=checkbox] {
    margin-right: .1em;
}
.xform label {
    font-weight: normal;
    margin-right: .5em;
}
.xform-checkbox {
    padding-left: 1.5em;
    text-indent: -1.5em;
}
.xformvalidator,
.required-style {
    color: #e00;
}
.xformvalidator {
    position: relative;
    top: -10px;
    font-size: 12px;
}
.xform td {
    position: relative;
    display: block;
}
.required-style {
    font-size: 18px;
    font-weight: bold;
}
.required-position {
    position: absolute;
    right: 0;
    top: 0;
}

/* Google search */
.gsc-control-cse {
    padding: 0 !Important;
    font-family: Arial !Important;
}
.gsc-search-button {
    margin: 0 !Important;
    border: none !Important;
    font-size: 15px !Important;
}
.gs-title {
    margin-bottom: .4em;
    height: auto !Important;
}
.gs-title > h3 {
    margin-top: .5em;
}
.gsc-tabHeader {
    padding: .5em 1em !important;
}
td.gsc-input {
    width: 50% !Important;
}
.gs-result a:visited,
.gs-result a:visited b {
    color: #666 !Important;
}
input.gsc-search-button {
    height: 33px !Important;
}
.gsc-cursor-box,
.gsc-cursor {
    text-align: center !Important;
    margin-top: 1em;
    padding-top: 2em;
}
.gsc-cursor-page {
    margin: 0 !Important;
    border: 1px solid #ddd;
    text-decoration: none !Important;
}
.gsc-cursor > div:first-child, 
.gsc-cursor > div:first-child{
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}
.gsc-cursor > div:last-child, 
.gsc-cursor > div:last-child{
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}
.gsc-cursor > div {
    padding: 6px 12px;
    margin: 0;
}
.gsc-cursor-page.gsc-cursor-current-page {
    color: #fff !Important;
}
.gsc-clear-button {
    display: none;
}
.gsc-webResult.gsc-result.gsc-promotion,
.gsc-webResult.gsc-result.gsc-promotion:hover {
    background-color: #eee !Important;
    border: none !Important;
    padding: 1em;
}


/* Ad manager*/
.ad-manager-heading {
    background-color: #ddd;
}

table.ad-manager tbody td,
table.ad-manager tbody th
 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 1.8em;
}

table.ad-manager th, table.ad-manager td {
    line-height: 1.4em;
    padding-bottom: 0.3em;
    vertical-align: top;
}

.uploadedImageThumb img
{
    width: 120px ;
}
.denyUploadedImageInput {
    width: 60%
}
/* BuyADogUpdateAd*/
fieldset {
    margin-top: 15px;
}
fieldset li {
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}
fieldset ul {
    padding-left:0;
}
fieldset li label {
    padding-left: 10px;
}
.litterInfo td {
    border-bottom: 1px solid #000000;
    padding-top: 5px;
    vertical-align: top;
}

.litterInfo .number {
    margin-right: 0;
    padding: 6px;
}

.currency {
    padding-left: 0px !Important;
    padding-top: 7px;
}

.updateForm .error {
    color: #FF0000;
    display: block;
}
.messages {
    background: none repeat scroll 0 0 #FFFFA0;
    margin-bottom: 10px;
    padding: 20px;
}

.messages li {
    margin-left: 10px;
}
.ul-no-padding-left {
    padding-left: 0;
}
.no-bullet {    
    list-style: none;
}

/* Margin adjustments for blocks */
.right-contentarea-local .display-row,
.right-contentarea-global .display-row {
    width: 100%;
    display: block;
    float: none;
}
.main-content-bottom {
    margin-top: 4em;
}

/* Image widths */
.main-col .image-wrapper img {
    width: 100%;
}
.image-thumbnail-wrapper {
    max-width: 143px;
}
.image-thumbnail-wrapper.hidden {
    display: none !Important;
    visibility: hidden !Important;
}
.header-image {
    width: 991px;
    max-height: 225px;
    max-width: 100%;
}
.brand {
    max-height: 200px;
    max-width: 800px;
}
.block-image-wrapper img,
.standard-block .overlay img {
    width: 100%;
    max-width: 420px;
}
#lightbox-container-image-box {
    max-width: 460px;
}
#lightbox-container-image img {
    max-width: 440px;
}
.brand-mobile img {
    max-width: 800px;
    max-height: 200px;
}
/* jQuery UI*/
.ui-state-hover, 
.ui-state-focus,
.ui-state-default {
    background-image: none !Important;
}
.ui-datepicker-current-day a {
    background-color: #ccc;
}
.ui-state-highlight {
    background-color: #fff !Important;
}


/* Phone */
@media (max-width: 410px)
{
    .campaigns,
    .campaigns-global {
        width: 100%;
    }
}
@media (max-width: 440px)
{
    .brand {
        background-image: none !Important;
        display: table !important;
        visibility: visible;
        width: 174px !Important;
        position: absolute;
        left: 50% !Important;
        top: 0 !Important;
        margin-left: -87px !Important;
        text-align: center;
    }

    .brand p {
        display: table-cell !Important;
        vertical-align:middle;
        visibility: visible !Important;
        margin: 0;
		font-size: 13px; 
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 0 5px;
        line-height: 1.3em;
        height: 100%;
        color: #333 !Important;
        text-align: center;
    }
    .exhibition-list table {
        margin: 0 -1em 20px;
        max-width: none;
        width: auto;
    }
    .exhibition-list table tr td,
    .exhibition-list table tr td a {
        font-weight: normal !Important;
        font-size: 11px;
    }
    .exhibition-list th {
        font-size: 12px !Important;
    }
    .exhibition-list th [class^="icon-"]:before,
    .exhibition-list th [class*=" icon-"]:before {
        width: .7em;
        font-size: 12px;
    }
    .flagIcon {
        margin-right:0;
    }
}
@media (max-width: 470px)
{
    .buyadog-breed {
        height: 212px !Important;
    }
}
@media (max-width:477px)
{
    ul.polaroids {
        margin: auto;
        width:80%;
    }
}
@media (max-width: 540px)
{
    .buyadog-breedlist .breed-image {
        margin-top: 1em;
    }
    .pedigree-breed-list > dd {
        width: 49%;
    }
    .pedigree-group-list > dd {
        width: 49% !Important;
    }
    .quicknav-control {
        width: 100% !Important
    }
    .clear-xxs {
        clear: left;
        width: 100%;
    }
}
@media (max-width: 600px)
{
    .buyadog-breed {
        width: 94% !Important;
        max-width: 100% !Important;
        margin: 0 3% 15px;
        height: 128px !Important;
    }
    .buyadog-breed .breed-image {
        position: absolute;
        top: 15px;
        right: 15px;
    }
}
@media (max-width: 625px)  and (min-width: 411px)
{
    .pedigree-group-list > dd {
        width: 24.2%;
    }
    .pedigree-breed-list > dd {
        width: 32.5% !Important;
    }
}
@media (max-width: 640px) and (min-width: 541px) 
{
    .pedigree-group-list > dd {
        width: 32.5% !Important;
    }
}
@media (max-width: 820px) and (min-width: 626px)
{
    .pedigree-breed-list > dd {
        width: 16.1% !Important;
    }
}
@media (max-width: 767px) 
{
    .language-switch span {
        display:none;
    }
    .buyadog-search {
        margin-bottom: 1em;
    }
    #Header-site {
        padding: 0 !Important;
    }
    .mobile-search-toggle,
    .mobile-search-toggle:hover,
    .mobile-search-toggle:visited,
    .mobile-search-toggle:active {
        color: #666;
        text-decoration: none;
        position: absolute;
        right: 0;
        font-size:16px;
        padding:7px 13px 9px;
        top:0px;
    }
    .homelink-wrapper {
        display: none !Important;
    }
    .menu-main {
        margin: 0 0 2em;
        padding: 0;
    }
    .menu-main-toggle {
        float: left;
        margin-left: 15px;
    }
    .menu-main > li > a {
        text-align: left;
    }
    .menu-main-wrapper .mobile-search a {
        color: #fff;
        text-decoration: none;
    }
    .eservices{
        width: 100%;
        float: none !Important;
        margin: 0;
    }
    .eservices a{
        padding-right: 15px;
    }
    .eservices .dropdown-menu{
        background-color: #222 !Important;
    }
    .eservices .dropdown-menu a{
        color: #fff !Important;
    }
    .eservices .divider{
        margin: 0;
        border-bottom: 1px solid #666;
    }
    .navbar-collapse{
        padding: 0 15px;
    }
    .brand {
        max-height: 50px;
        max-width: 600px;
        margin: 0;
        top: auto !Important;
        left: 50% !Important;
        z-index: 9999;
        overflow: hidden;
    }
    .push-md-1 
    {
        margin-bottom: 1em;
    }
    .pull-md-1 {
        margin-top: 1em;
    }
    .pull-md-2 {
        margin-top: 2em;
    }
    .pull-md-3 {
        margin-top: 3em;
    }
    .push-xs-1 {
        margin-bottom: 1em;
    }
    .filter-separator {
        margin: .3em 0;
    }
    .breed-menu,
    .filter-separator,
    .breed-navigation,
    .breed-data {
        float: none !Important;
        display: block !Important;
        width: 100% !Important;
        position: static !Important;
        max-width: 100% !Important
    }
    .buyadog-breed {
        width: 45%;
        height: auto;
        padding-bottom: 15px;
    }
    .breed-navigation {
        max-width: 100% !Important;
    }
    .breed-navigation li{
        margin-bottom: 1em;
    }
    .buyadog-breed .breed-image,
    .buyadog-breed .breed-navigation {
        margin-left: 15px;
    }
    .buyadog-breed .breed-image{
        text-align: center;
    }
    .breed-filter {
        padding: 0 15px;
    }
    .buyadog-btn-filter {
        margin-left: 0
    }
    .addthis_toolbox a {
        margin-bottom: .5em;
    }
    .campaigns .caption {
        margin-top: 0;
    }
    .campaigns .caption h2 {
        position: static;
    }
    .login-button-wrapper {
        text-align: right;
    }
}
@media (max-width: 870px)
{
    .buyadog-breed {
        height: 178px !Important;
    }
    .breed-navigation {
        width: 90px !Important;
        position: static !Important;
        margin-left: 15px;
    }
    .breed-navigation li {
        margin-bottom: 1em;
        clear: right;
    }
    .breed-navigation li:last-child {
        margin-bottom: 0;
    }
    .breed-image {
        top: auto !Important;
        bottom: 15px;
    }
    .buyadog-breed .breed-data {
        width: 100%;
    }
}
@media (max-width: 991px)
{
    #Header-site{
        max-width: 990px !Important;
    }
    .push-lg-1 
    {
        margin-bottom: 1em;
    }
    .pull-lg-1 {
        margin-top: 1em;
    }
    .pull-lg-2 {
        margin-top: 2em;
    }
    .pull-lg-3 {
        margin-top: 3em;
    }
    .nav-supp{
        margin-right: 20px;
    }
    .breed-menu {
        float: left;
        width: 30%;
    }
    .buyadog-breed {
        height: 112px;
        width: 45%;
    }
    .breed-navigation {
        width: 280px;
    }
    .breed-navigation .btn{
        font-size: 13px;
        padding: 2px 6px !Important;
    }
    .buyadog-breed .breed-image{
        max-width: 114px;
        margin: 0 auto;
    }
    .quicknav-breed .quicknav-search {
        margin-bottom: 1em;
    }
    .row.push-2.gallery {
        display: table;
        padding: 0 15px 26px 15px;
    }

    .col-lg-6.col-md-6.text {
        display: table-footer-group;
    }

    .col-lg-6.col-md-6.image {
        display: table-header-group;
    }

    .article-image {
        margin-bottom: 15px;
        width: 100%;
    }
}
@media (min-width: 992px)
{
    #Header-site
    {
        max-width: 960px !Important;
    }
    .breed-groups > div:first-child {
        float: left;
    }
    .breed-menu {
        float: left;
        width: 23%;
    }
    
    #cookie-button-wrapper {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

/*Editor.css*/
 p.image-float-top-left img, img.image-float-top-left {
    float: left !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
p.image-float-top-right img, img.image-float-top-right {
    float: right !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}
p.image-in-text-left img, img.image-in-text-left {
    float: left !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
p.image-in-text-right img,  img.image-in-text-right {
    float: right !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}
p.image-bottom-left img, img.image-bottom-left {
    float: left !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
}
p.image-bottom-right img, img.image-bottom-right {
    float: right !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}

/* EPiServer Find Search*/
.episerver-find table {
    width: 100%;
}
.episerver-find table td.search-input {
    width: 99%;
    padding-right: 12px;
    vertical-align: middle;
}
.episerver-find table td.search-button{
    width: 1%;
}
.episerver-find table td.search-button .btn{
    font-weight: bold;
}
.episerver-find #suggestion {
    margin-bottom: 15px;
}
.episerver-find ul.listResult  {
    padding: 0;
    width: 100%;
    overflow: auto;
    margin: auto;
}
.episerver-find .listResult li {
    list-style: none;
    height: auto;
}
.episerver-find .listResult:first-child{
    padding-top: 5px;
}
.episerver-find .listResult a{
    border-bottom: 1px dotted;
    text-decoration: none;
    font-weight: normal;
    font-size:15px;
}

.mark,
.highlight {
    background: orange;
    color: black;
}
.episerver-find .listResult td.image {
    width: 155px;
    vertical-align: top;
}
.episerver-find .listResult td img {
    display: table;
    margin: 4px auto;
    
}

@media only screen and (max-width: 768px) {
    .episerver-find .listResult td {
        display: block;
        clear: both;
        margin: 0 auto;
    }
    .episerver-find .listResult td img {
        display: block;
        margin: auto;
        float:none;
    }
}
.episerver-find .listResult .file-extenstion {
    margin: 0;
    color: #666666;
    font-size: 12px;
}
.episerver-find .listResult hr {
    margin: 10px 0;
}
.episerver-find p.itemUrl {
    margin: 0;
}
.episerver-find .bestbet {
    background-color: #ebebe9;
    padding-top:15px;
}
.episerver-find .listResult span {
    height: auto;
    height: 18px;
    min-height: 20px;
}
.episerver-find .listResult span.pdf,
.episerver-find .listResult span.txt,
.episerver-find .listResult span.xls, 
.episerver-find .listResult span.xlsx,
.episerver-find .listResult span.zip,
.episerver-find .listResult span.ppt,
.episerver-find .listResult span.pptx,
.episerver-find .listResult span.doc,
.episerver-find .listResult span.docx{
    margin-left: 1px;
    display: inline-block;
    padding-left: 1.7em;
}
.main-body .episerver-find .listResult span.pdf,
.main-body .episerver-find .listResult span.txt,
.main-body .episerver-find .listResult span.xls,
.main-body .episerver-find .listResult span.xlsx,
.main-body .episerver-find .listResult span.zip,
.main-body .episerver-find .listResult span.ppt,
.main-body .episerver-find .listResult span.pptx,
.main-body .episerver-find .listResult span.doc,
.main-body .episerver-find .listResult span.docx{
    margin-left: -23px !Important;
}
.failedAd .pdf,
.pdfList .pdf,
.episerver-find .listResult span.pdf{
    background: url(/Resources/Images/Icons/Docs/Adobe-Acrobat-16.png) no-repeat left 2px;   
}
.episerver-find .listResult span.txt{
    background: url(/Resources/Images/Icons/Docs/Document-01-16.png) no-repeat left 2px;
}
.episerver-find .listResult span.xls, 
.episerver-find .listResult span.xlsx{
    background: url(/Resources/Images/Icons/Docs/Microsoft-Excel-2013-02-16.png) no-repeat left 2px;
}
.episerver-find .listResult span.zip{
    background: url(/Resources/Images/Icons/Docs/File-Format-ZIP-16.png) no-repeat left 2px;
}
.episerver-find .listResult span.ppt,
.episerver-find .listResult span.pptx{
    background: url(/Resources/Images/Icons/Docs/Microsoft-PowerPoint-02-16.png) no-repeat left 2px;
}
.episerver-find .listResult span.doc,
.episerver-find .listResult span.docx{
    background: url(/Resources/Images/Icons/Docs/Microsoft-Word-01-16.png) no-repeat left 2px;
}