﻿/* verspreidingsatlas tekststijlen */

/* koppen */

@media screen
{    
    h1, .h1 {
    color: #FF8040;
    font-weight: bold;
    font-size: 22px;
    font-family: 'amaranthregular', sans-serif;
    text-decoration: none;
    line-height: 30px;
    }
    .atlas_title {
    line-height: 22px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 26px;
    font-family: 'amaranthregular', sans-serif;
    letter-spacing: 2px;
    }
}

@media print
{    
    h1, .h1 {
    color: black;
    font-weight: normal;
    font-size: 22px;
    font-family: 'amaranthregular', sans-serif;
    text-decoration: none;
    line-height: 30px;
    }
    .atlas_title {
    line-height: 22px;
    color: black;
    font-weight: bold;
    font-size: 26px;
    font-family: 'amaranthregular', sans-serif;
    letter-spacing: 2px;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }
    #wrapperAllContent, #master_form {
        width: 1005px !important;
    }
    
}

h2, .h2 {
    color: #266294;
    font-weight: bold;
    font-size: 17px;
    font-family: 'amaranthregular', sans-serif;
    text-decoration: none;
}

h3, .h3 {
    color: #006633;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* platte tekst */

a p, .warning {
    font-family: Verdana, Arial, sans-serif;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
}

label {     
    font-family: Verdana, Arial, sans-serif;
    line-height: 16px;
    font-size: 12px;
    text-decoration: none;
    font-weight:bold; 
}

a, a li {
    color: #003399;
    text-decoration: none;
}

a:hover {
    color: #00cc00;
}

a:active {
    color: #0033AA;
}

.witteTekst {
    color: #FFFFFF;
}

a.witteTekst {
    color: #FFFFFF;
    text-decoration: none;
}

p, td, .p, .warning, body {
    line-height: 18px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
}

/* verpakking */

img {
    border: none;
}

.soortgroepbalk_link {
    color: gray;
    text-decoration: none;
    font-weight: bold;
}

.soortgroep_tussenkop {
    color: #666666;
    font-weight: bold;
}

/* statistieken vier kolommen */

.statsRow {
    box-sizing: border-box;
    display: block;
}
.statsRow:after {
    content: "";
    display: table;
    clear: both;
}
.statsColumn {
    float: left;
    width: 25%;
    height: 50px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.statsCard {
    background-color: #EEE;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 12px;
    box-sizing: border-box;
}
.statsCardBlank {
    padding: 12px;
    box-sizing: border-box;
}
@media screen and (max-width: 800px) {
    .statsColumn {
        width: 50%;
        display: block;
        margin-bottom: 30px;
    }
}
.statsCard p {
    text-align: left;
    vertical-align: middle;
    display: table-cell;
    font-size: 11px;
}
.statsNumber {
    color:gray;
    font-weight:normal;
    font-size:18px;
}

/* statistieken drie kolommen */

.stats3Column {
    float: left;
    width: 33.3%;
    height: 50px;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
    .stats3Column {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
}

/* flextextbox */

.flexTextBox {
    background-color: #FFF;
    display: table;
    padding: 5px;
}


/* waarschuwingen */

.warning {
    margin: 10px 0px;
    padding: 15px 10px 15px 10px;
	border-radius: 5px;
	background: #fff3a5;
}

.note {
    margin: 5px 0px;
    padding: 5px 3px 5px 3px;
	border-radius: 3px;
    background: #428bca;
	color: #fff;
}

/* tabellen */
table.tableAlternateRows {
    border-collapse: collapse;
}

table.tableAlternateRows tbody tr:nth-child(even) {
    background: #EEE;
}

table.tableAlternateRows thead tr {
    background: #DDD;
}

table.tableAlternateRows td {
    line-height: 18px;
    padding: 7px;
}

/* messaging */
table.messageList {
    width: 100%;
}

table.messageList tr {
    height: 70px;
    border-bottom-style: solid;
    border-color: gray;
}

table.messageList td.messageIcon {
    text-align: center;
    background-color: #CCC;
    color: black;
    width: 70px;
}

table.messageList td.messageIconRead {
    text-align: center;
    background-color: #e4e4e4;
    color: black;
    width: 70px;
}

table.messageList .messageTimestamp {
    color: gray;
    float: left;
}

table.messageList .messageHide {
    color: gray;
    float: right;
}

table.messageList td {
    padding: 5px;
    text-align: left;
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.30);
}

/* deelname-overzicht projecten */
table.deelnemerList {
    width: 100%;
}
table.deelnemerList tr {
    height: 50px;
    border-bottom-style: solid;
    border-color: gray;
}

table.deelnemerList td.deelnemerIconHeader {
    text-align: center;
    background-color: #fff3a5;
    color: black;
    width: 70px;
}

table.deelnemerList td.deelnemerIcon {
    text-align: center;
    background-color: #CCC;
    color: black;
    width: 70px;
}

table.deelnemerList .deelnemerHide {
    color: gray;
    float: right;
}

table.deelnemerList td {
    padding: 5px;
    text-align: left;
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.30);
}

/* Voorkom scrollbars in Google maps tekstballonnen */
.google_maps_infowindow {
    font-size: 12px;
    line-height: 1.5;
    max-width: 100%;
    overflow: hidden;
    height:auto;
}

/* specifieke stijlen */
small {
    color: #000000;
    font-size: 10px;
}

.meer {
    color: #ffa500;
    font-style: italic;
    font-size: 10px;
}

.linkalike {
    color: #0033AA;
    font-style: normal;
}

.li {
    font-style: normal;
    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: none;
}

body.rand {
    background-color: #266294;
}

a:hover.startasplink {
    text-decoration: none;
    color: #26AD24;
    line-height: 20px;
}

.startasplink {
    text-decoration: none;
    color: #266294;
    line-height: 20px;
}

.iimg {
    background: white;
    color: white;
}

.headline {
    font-size: 120%;
}

hr {
    margin-top: .5em;
    margin-bottom: -.5em;
}

.ann {
    color: Olive;
}

/* formulieren */
.zend {
    background: #333366;
    color: #FFFFFF;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

input {
    height: 18px;
    border: #333366 1px solid;
    vertical-align: middle;
    color: #333366;
    font-family: Verdana, Arial, sans-serif;
    line-height: 16px;
    padding-left: 4px;
}

input::placeholder {
        color:gray;
        font-style:italic;
}

.zoekveld {
    background: #FFFFFF url('/images/search.gif') no-repeat scroll 0px center;
    padding: 1px 1px 1px 20px;
}

textarea {
    background-color: #FAFAFF;
    border-right: #333366 1px solid;
    border-top: #333366 1px solid;
    border-bottom: #333366 1px solid;
    border-left: #333366 1px solid;
    vertical-align: middle;
    color: #333366;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
}

/* panel zonder horizontale scrollbar */
.AspPanelWithoutHorizontalScrollbar {
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
    width: 355px;
    height: 470px;
    z-index:3;
}

.PanelGrey {
    padding: 10px;
    background-color: #ccc;
}

/* rating foto's */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 11px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(/images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(/images/SavedStar.png);
}

/* tooltip in soortbeschrijvingen */
a.tooltip {
    border-bottom: 1px dashed #555555;
    cursor: help;
    position: relative;
    text-decoration: none;
    color: #000000;
}

a.tooltip:hover {
}

a.tooltip span {
    display: none;
}

a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 2em;
    left: 2em;
    padding: 4px;
    width: 25em;
    border: 1px solid #222222;
    background-color: #fff3a5;
    color: #222222;
    text-align: left;
    z-index: 2000000;
}
/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px !important;
    border: buttonshadow;
    overflow: auto;
    height: 200px;
    text-align: left;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: orange;
    padding: 2px;
}
/* AutoComplete item */
.autocomplete_listItem {
    background-color: lightgray;
    padding: 2px;
}

/* pager */

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    font-weight:bold;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    font-weight:bold;
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #FF8040;
    background-color: #eeeeee;
    border-color: #dddddd;
}


/* post tags */

.tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #999;    
    -webkit-border-bottom-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;    
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
    }

.tags a:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #999 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;        
    }

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    }
