/*
Name: Bente de Bruin
Studentnumber: 11017503
Style document */


h1 {
    text-align: center;
    font-family: 'Helvetica';
    color: #004529;
}

h4 {
    text-align: center;
    font-family: 'Helvetica';
    color: #004529;
}

body {
    background-image: linear-gradient(#eefdef, #bccbbc);
}
 /* Copyright tooltip style: Copyright (c) 2013 Justin Palmer */
/* Tooltip CSS */
.d3-tip {
    line-height: 1.5;
    font-weight: 400;
    font-family:"avenir next", Arial, sans-serif;
    padding: 6px;
    background: rgba(0, 0, 0, 0.6);
    color: #FFA500;
    border-radius: 1px;
    pointer-events: none;
}

/* Creates a small triangle extender for the tooltip */
.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 8px;
    width: 100%;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
    position: absolute;
    pointer-events: none;
}

/* Northward tooltips */
.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}

/* Eastward tooltips */
.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}

/* Southward tooltips */
.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}

/* Westward tooltips */
.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}

#header{
    position: absolute;
    top: 80px;
    right: 10;
    width: 1000px;
    height: 40px;
    font-size: 20px;
}

img {
    width: 100%;
    height: auto;
}

#explanation{
    color: white;
    font-family: 'Helvetica';
    font-size: 20px;
}

.arc path {
    stroke: #ffffe5;
    stroke-width: 6px;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

#explanationmap {
    text-align: center;
    border-style: outset;
    border-width: 3px;
    border-color: #4a9e5c;
}

#explanationtext {
    text-align: center;
    border-style: inset;
    border-width: 2px;
    border-color: #4a9e5c;
}

#explanationdonutbubbles {
    text-align: center;
    border-style: outset;
    border-width: 3px;
    border-color: #4a9e5c;
}

#explanationtextdonutbubbles {
    text-align: center;
    border-style: inset;
    border-width: 2px;
    border-color: #4a9e5c;
}

.arc {
    opacity: 0.75;
}

.arc:hover {
    opacity: 1.0;
}

#donuttip {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    color: white;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 6px;
    font-style: 15px sans-serif;
}

#currentgendertext {
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-style: solid;
    border-color: white;
    border-width: 1px;
}

#currentcountrytext {
    padding-top: 5px;
    padding-right: 3px;
    padding-bottom: 5px;
    padding-left: 3px;
    border-style: solid;
    border-color: white;
    border-width: 1px;
}
