/*
@file main.css
EC Survey Invitation CSS
*/

/* Avoid external CSS interference */

html body .ecsi-container-wrapper,
html body .ecsi-container-wrapper div,
html body .ecsi-container-wrapper span,
html body .ecsi-container-wrapper applet,
html body .ecsi-container-wrapper object,
html body .ecsi-container-wrapper iframe,
html body .ecsi-container-wrapper h1,
html body .ecsi-container-wrapper h2,
html body .ecsi-container-wrapper h3,
html body .ecsi-container-wrapper h4,
html body .ecsi-container-wrapper h5,
html body .ecsi-container-wrapper h6,
html body .ecsi-container-wrapper p,
html body .ecsi-container-wrapper blockquote,
html body .ecsi-container-wrapper pre,
html body .ecsi-container-wrapper a,
html body .ecsi-container-wrapper abbr,
html body .ecsi-container-wrapper acronym,
html body .ecsi-container-wrapper address,
html body .ecsi-container-wrapper big,
html body .ecsi-container-wrapper cite,
html body .ecsi-container-wrapper code,
html body .ecsi-container-wrapper del,
html body .ecsi-container-wrapper dfn,
html body .ecsi-container-wrapper em,
html body .ecsi-container-wrapper img,
html body .ecsi-container-wrapper ins,
html body .ecsi-container-wrapper kbd,
html body .ecsi-container-wrapper q,
html body .ecsi-container-wrapper s,
html body .ecsi-container-wrapper samp,
html body .ecsi-container-wrapper small,
html body .ecsi-container-wrapper strike,
html body .ecsi-container-wrapper strong,
html body .ecsi-container-wrapper sub,
html body .ecsi-container-wrapper sup,
html body .ecsi-container-wrapper tt,
html body .ecsi-container-wrapper var,
html body .ecsi-container-wrapper b,
html body .ecsi-container-wrapper u,
html body .ecsi-container-wrapper i,
html body .ecsi-container-wrapper center,
html body .ecsi-container-wrapper dl,
html body .ecsi-container-wrapper dt,
html body .ecsi-container-wrapper dd,
html body .ecsi-container-wrapper ol,
html body .ecsi-container-wrapper ul,
html body .ecsi-container-wrapper li,
html body .ecsi-container-wrapper fieldset,
html body .ecsi-container-wrapper form,
html body .ecsi-container-wrapper label,
html body .ecsi-container-wrapper legend,
html body .ecsi-container-wrapper table,
html body .ecsi-container-wrapper caption,
html body .ecsi-container-wrapper tbody,
html body .ecsi-container-wrapper tfoot,
html body .ecsi-container-wrapper thead,
html body .ecsi-container-wrapper tr,
html body .ecsi-container-wrapper th,
html body .ecsi-container-wrapper td,
html body .ecsi-container-wrapper article,
html body .ecsi-container-wrapper aside,
html body .ecsi-container-wrapper canvas,
html body .ecsi-container-wrapper details,
html body .ecsi-container-wrapper embed,
html body .ecsi-container-wrapper figure,
html body .ecsi-container-wrapper figcaption,
html body .ecsi-container-wrapper footer,
html body .ecsi-container-wrapper header,
html body .ecsi-container-wrapper hgroup,
html body .ecsi-container-wrapper menu,
html body .ecsi-container-wrapper nav,
html body .ecsi-container-wrapper output,
html body .ecsi-container-wrapper ruby,
html body .ecsi-container-wrapper section,
html body .ecsi-container-wrapper summary,
html body .ecsi-container-wrapper time,
html body .ecsi-container-wrapper mark,
html body .ecsi-container-wrapper audio,
html body .ecsi-container-wrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
html body .ecsi-container-wrapper article,
html body .ecsi-container-wrapper aside,
html body .ecsi-container-wrapper details,
html body .ecsi-container-wrapper figcaption,
html body .ecsi-container-wrapper figure,
html body .ecsi-container-wrapper footer,
html body .ecsi-container-wrapper header,
html body .ecsi-container-wrapper hgroup,
html body .ecsi-container-wrapper menu,
html body .ecsi-container-wrapper nav,
html body .ecsi-container-wrapper section {
    display: block;
}
html body .ecsi-container-wrapper {
    line-height: 1;
}
html body .ecsi-container-wrapper ol,
html body .ecsi-container-wrapper ul {
    list-style: none;
}
html body .ecsi-container-wrapper blockquote,
html body .ecsi-container-wrapper q {
    quotes: none;
}
html body .ecsi-container-wrapper blockquote:before,
html body .ecsi-container-wrapper blockquote:after,
html body .ecsi-container-wrapper q:before,
html body .ecsi-container-wrapper q:after {
    content: '';
    content: none;
}
html body .ecsi-container-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Default EC Survey Invitation styles */

html body .ecsi-overlay {
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99998;
}

html body .ecsi-container-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 500px;
    margin: 0 auto;
    z-index: 99999;
    position: fixed;
    position: absolute;
    top: 0; 
    left: 0; 
    bottom: 0; 
    right: 0;
    overflow: auto;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
    opacity: 0;
/*    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;*/
}

html body .ecsi-container-wrapper.ecsi_visible {
    opacity: 1;

}


html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-checkbox-label {
    position: relative;
}
html body .ecsi-container-wrapper.ecsi_visible .ecsi-checkbox {
    display: inline;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-checkbox:before,
html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-checkbox-label:before {
    display: none;
}



html body .ecsi-container-wrapper.ecsi_visible .ecsi {
    position: relative;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi a {
    cursor: pointer;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-header {
    height: auto;
    padding: 0 30px;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    background-color: #075a9e;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-title {
    line-height: 21px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 14px;
    font-weight: bold;
    color:white;
    font-size: 16px;
    text-align: left;
    width: 94%;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-button-close {
    position:absolute;
    top:50%;
    margin-top: -14px;
    right: 30px;
    height: 27px;
    width: 27px;
    text-indent: -99999px;
    outline: none;
    background-image: url(../img/close.png);
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-body {
    padding: 30px 30px 30px 30px;
    background: white;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-main-text,
html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-checkbox {
    color: black;
    font-size: 14px;
    line-height: 1.5em;
    text-align: left;
}
html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-cookie-disclaimer {
    color: #656565;
    font-size: 12px; 
    line-height: 1.5em; 
    text-align: left;
}
html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-buttons {
    padding: 30px 0;
    overflow: hidden;
}
html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-buttons a {
    color: #73757a;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    float: left;
    padding: 10px 23px;
    padding: 10px 18px;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-buttons a.ecsi-body-button-participate-now {
    background-color: #006fb4;
    color:white !important;
}
html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-buttons a.ecsi-body-button-do-not-participate {
    background-color: #e2e2e2;
    color:#2965a4;
    margin-left: 18px;
}


html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-privacy {
    margin-top:12px;
    text-align: right;
}

html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-privacy-link {
    font-size: 12px;
}


@media (max-width: 600px) {
    html body .ecsi-container-wrapper.ecsi_visible {
        width: 90%;
        min-height: 90%;
        overflow: auto;
    }
    html body .ecsi-container-wrapper.ecsi_visible .ecsi-header {
        height: auto;
    }
    html body .ecsi-container-wrapper.ecsi_visible .ecsi-button-close {
        right: 7px;
    }
    html body .ecsi-container-wrapper.ecsi_visible .ecsi-title {
        line-height: 21px;
        padding-top: 16px;
        padding-bottom: 16px;

        width: 100%;
    }
    html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-buttons a {
        float: none;
        border: none;
        margin: 0;
    }
    html body .ecsi-container-wrapper.ecsi_visible .ecsi-body-buttons a.ecsi-body-button-do-not-participate {
        margin-left: 0;
        margin-top: 6px;
    }
}

html body #ec-survey-pop-up-checkbox-do-not-show-again {
    display: none;
}