﻿/*************************
    Content - global
**************************/
html {
    background-color: white;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: Calibri, verdana;
    color: #002649;
    font-weight: bold;
    font-size: small;
    height: 100%;
    width: 100%;
}

    body form {
        height: 100%;
        width: 100%;
    }

#wrapper {
    width: inherit;
    height: auto;
    min-height: 100%;
    /*background-image: url(../Images/heart.png);*/
    background-attachment: fixed;
    
    /*background-size: contain;*/
    background-repeat: no-repeat;
    background-position: center, center;
    
}

#content {
    margin: 0px auto;
    width: 800px;
    min-height: 520px;
    text-align: center;
    
    padding-bottom: 120px; /*Set this the same as footer height to show footer at bottom!*/
}

h1 {
    text-align: center;
    width: auto;
    background-color: #4d186e;
    color: white;
}

/**********************
    Header stuff
***********************/

#header {
    background-color: #4d186e;
    background-repeat: no-repeat;
    background-size: initial;
    width: auto;
    height: 120px;
    text-align: center;
}


/*****************************
    Legend for intro text
******************************/

#introLegend {
    /*margin-left: 20px;*/
    padding: 5px;
    /*border: solid 1px #4d186e;*/
}

.introLegendFirstColumn {
    padding: 5px;
    text-align: center;
}

.introLegendSecondColumn {
    padding: 5px;
}


/************************************************************************
    Page for filling in participant info (sector, country,...
*************************************************************************/

#informationParticipant {
    text-align: justify;
}

    #informationParticipant table {
        margin: 0px auto;
    }

    #informationParticipant .firstColumn {
        text-align: right;
        padding-right: 10px;
    }

.validation {
    border: solid 2px red;
}

/*********************
    Footer stuff
**********************/

#logo {
    text-align: center;
}

    #logo a img {
        border: none; /*to remove border around image inside hyperlink*/
    }

#footer {
    width: 100%;
    background-color: transparent;
    height: 120px; /*this is the height of the logo and quintessence footer text together!*/
    font-size: x-small;
    margin-top: -120px; /*Set this the same as footer height!*/
}

    #footer .quintessenceFooter {
        /*border-top: #4d186e solid 1px;*/
        height: 25px;
        text-align: center;
        font-size: x-small;
    }

/**************************************
    Page for choosing language
***************************************/

#language {
    display: table;
    vertical-align: middle;
    margin: 0px auto;
    font-size: large;
    font-weight: bold;
    padding-top: 190px;
}

#introduction {
    text-align: justify;
    width: 800px;
}

/******************
    Error page
*******************/

#error {
    margin: 0px auto;
    padding-top: 210px;
    text-align: center;
    width: 200px;
}

/*******************
    Details page
********************/

#finalTextCompleted {
    text-align: justify;
}

#loading {
    margin: 0px auto;
    width: 200px;
    text-align: center;
    background-color: white;
    border: solid 1px #4d186e;
}

.image-link {
    border: none;
}

.icon {
    width: 38px;
    height: 38px;
}

.further-info-table {
    width: 600px;
    margin: 0 auto;
    font-weight: normal;
}

.line-separator {
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #4d186e;
}

.themeName {
    text-align: center;
    /*border-bottom: solid 1px #4d186e;*/
	text-transform: uppercase;
}

.themeDetail {
    margin: 0px auto;
    width: 800px;
}

.themeDetailPieChart {
    text-align: left;
    vertical-align: top;
}

.themeDetailComments {
    text-align: justify;
    vertical-align: top;
}

/*************************
    Questionnaire page
**************************/

#errorWindow {
    width: 150px;
    min-height: 50px;
    position: absolute;
    padding-left: 5px;
    padding-top: 5px;
    text-align: left;
    display: none;
    right: 30px;
    top: 120px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-collapse: separate;
    background-color: red;
    color: white;
    -moz-box-shadow: 20px 20px 15px #888888;
    -webkit-box-shadow: 20px 20px 15px #888888;
    box-shadow: 10px 10px 5px gray;
}

.themeBlock {
    display: block;
    width: 800px;
    min-height: 100px;
    background-color: rgba(255, 255, 255, 0.75); /*#4d186e;*/
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 5px;
    border-collapse: separate;
    /*border: solid 1px;*/
    color: #002649;
    text-align: justify;
    -moz-box-shadow: 2px 2px 25px slategray;
    -webkit-box-shadow: 2px 2px 25px slategray;
    box-shadow: 2px 2px 25px slategray;
}

    .themeBlock input {
        float: left;
    }

    .themeBlock label {
        margin-left: 25px;
        display: block;
    }

.wizardPagerButton {
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    background-color: #4d186e;
    color: white;
    text-decoration: none;
    border-collapse: separate;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #4d186e;
    padding-top: 5px;
}

    .wizardPagerButton.selected {
        display: inline-block;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        width: 25px;
        height: 25px;
        background-color: #fff;
        color: #4d186e;
        text-decoration: none;
        border-collapse: separate;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #4d186e;
        padding-top: 5px;
    }

    .wizardPagerButton:hover {
        background-color: white;
        color: #4d186e;
    }

/******************************
    Wizard layout - global
*******************************/

.wizard {
    height: 500px;
    text-align: center;
    margin: 0px auto;
}

.wizardNavigation {
    width: 800px;
    text-align: center;
}

    .wizardNavigation .columnLeft {
        width: 50%;
    }

    .wizardNavigation .columnRight {
        width: 50%;
    }

/********************************************
    Page questionnaire already completed
*********************************************/

#alreadyCompleted {
    margin: 0px auto;
    padding-top: 190px;
    text-align: center;
    width: 200px;
}

.pulse-button {
  position: relative;
  width: 50px;
  height: 50px;
  border: none;
  /*box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);*/
  box-shadow: 0 0 0 0 rgba(86, 170, 28, 0.7);
  border-radius: 50%;
  /*background-color: #e84c3d;*/
  background-color: #56AA1C;
  background-image: url(start.jpg);
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}