/*
    CSS style file for decision tree interpolation methods

    commissioned by :   Statutory Reasearch Task Unit for Nature & The Envirmonent
                        (WOt Natuur & Milieu)
    author          :   Dennis Walvoort
                        Alterra Wageningen University & Research Center
                        Wageningen, The Netherlands
    version         :   0.1-0
    date            :   2010-2013

   References
    o http://www.w3.org/
    o http://www.w3schools.com

*/


* {
    margin: 0px;
    padding: 0px;
}

 body {  
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    padding-bottom: 0px;
    width: 950px;
    font: 22px Tahoma, Helvetica, Arial, sans-serif; 
    background: #626262;
    color: #b5b5b5;
}  

h2,h3 {
    padding-top: 15px;
    padding-bottom: 20px;
}

h1,h2,h3,p {
    padding-left: 30px;
    padding-right: 30px;
}

h1 {  
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 60px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #333333;
    text-shadow: 0px 2px 3px #898989;
}

h2 {  
    font-size: 30px;
    text-align: left;
}  

h3 {  
    font-size: 18px;
    text-align: left;
}  

p {
    font-size: 14px;
    background-color: transparent;
}

a {
    text-decoration: none;
    font-style: italic;
    color: #ffffff;
}

a:hover {
    color: #ffffff;
    text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
}


nav {  
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 0;
    background-color: #333333;
}  

nav ul {
    margin: 0 auto;
    width: 950px;  
    list-style: none;  
}  

nav ul li {  
    float: left;  
}  

nav ul li a {  
    display: block;  
    margin-right: 20px;  
    width: 140px;  
    font-size: 14px;  
    line-height: 44px;  
    text-align: center;  
    text-decoration: none;  
    color: #777777;  
}

nav ul li a:hover {  
    color: #ffffff;
    text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
}

nav ul li.selected a {  
    color: #ffffff;  
}  

.wrapper {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.iwrapper {
    height: 320px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.qwrapper {
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box {  
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 0px 75px;
    box-shadow: 5px 5px 25px #111111;  
    background-clip: border-box;
    background-color: #434343;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
} 

#welcome {
    width: 64%;
    background-image: url("./images/map-compass.png");
    background-size: 70%;
    background-position: top right;
}

#start {
    width: 32%;
    background-image: url("./images/tmp.svg");
    background-repeat: no-repeat;
    background-position: bottom center;
}

.panelbottom {
    width: 32%;
}

#startbutton {
    transform: scale(0.9);
}

#startbutton:hover img {
    transform: scale(1.05);
    transition: transform 0.5s ease;
}

#cookies {
    font-size: 12px;
    font-style: italic;
}

.contents {
    margin-left: 30px;
    margin-right: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
}

#summary {
    font-size: 16px;
}

#details {
    font-size: 14px;
    display: none;
}

#question {
    font-size: 16px;
}

#answer {
    padding-left: 50px;
    font-size: 14px;
}

ol.answer a {
    text-decoration: none;
    color: #e0e0e0;
}

li.answer:hover a {
    border: 0px;
    color: #333333;
    text-shadow: 0px 2px 3px #898989;
    color: #ffffff;
    text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
    text-decoration: none;
}

dt {
    font-style: italic;
    padding: 1em 0px 0px 0px;
}

dd {
    padding: 0px;
}

ul {
    padding-left: 25px;
}

footer {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    margin-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
}


#flip {
    margin: 1px;
    margin-right: 5px;
    font-size: 12px;
    text-align: right;
    font-style: italic;
    color: #e0e0e0;
}

#flip:hover {
    color: #ffffff;
    text-shadow: 0px -1px 4px white, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
}


#radio {
    font-size: 12px;
    line-height: 1.3em;
}

h3.accordionHeader {
    font-size: 14px;
}



p.reference {
    margin-left: -4em;
    text-indent: -4em;
}

.centered {
    margin: 1em 0em 2em 0em;
    padding: 0px;
    text-align: center;
}

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

table {
    color: #333333;
    border-collapse: collapse;
    border-style: none;
}


th, td {
    text-align: left;
    border-style: solid;
    border-width: thin;
    border-color: #545454;
    padding: 3px 7px 2px 7px;
}

th {
    color: #111111;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #676767;
    text-shadow: 0px 2px 3px #e0e0e0;
    font-size: 18px;
}

td {
    font-size: 12px;
}

.alleft {
    text-align: left;
}

.alright {
    text-align: right;
}

.alcenter {
    text-align: center;
}

td.val_left {
    color: #555588;
    text-align: right;
    vertical-align: text-top;
    border-color: transparent;
}

td.val_right {
    color: black;
    text-align: left;
    border-color: transparent;
}

.method_description {
    padding: 1em;
    padding-left: 5%;
    padding-right: 5%;
}

.hangingindent {
    padding-left: 22px ;
    text-indent: -22px ;
    font-size: 12px;
}
