/*
 * Styles for Privacy Control Script for Google Tagmanager
 * Version 0.9
 * Created by selwyn at dekoo dot nl
 * Find me at www.netprofiler.nl : improve online performance
 */

@font-face {
    font-family: 'univers55regular';
    src: url('fonts/univers_55.eot');
    src: url('fonts/univers_55.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers_55.woff') format('woff'),
         url('fonts/univers_55.ttf') format('truetype'),
         url('fonts/univers_55.svg#univers_55regular') format('svg');
}

@font-face {
    font-family: 'univers65bold';
    src: url('fonts/univers_65_bold.eot');
    src: url('fonts/univers_65_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers_65_bold.woff') format('woff'),
         url('fonts/univers_65_bold.ttf') format('truetype'),
         url('fonts/univers_65_bold.svg#univers_65_boldregular') format('svg');
    font-weight: bold;
}

/*  MAIN LAYOUT */ 
.privacy {
    font-family: 'univers55regular', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #010101;
    z-index: 99999;
}
#ps-topbar,
#ps-bottombar {
    width: 100%;
    position: fixed;
    left: 0;
}
#ps-main {
    border-style: solid;
    border-color: #0065bd;
    background-color: #f0f0f0;
    color: #010101;
}
.ps-center {
    margin: 0 auto;
    padding: 20px 0;
    width: 940px;
}
.ps-mainbutton a,
.ps-submit span {
    font-family: 'univers55bold', Arial, sans-serif;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    background-color: #3ea538;
    font-size: 18px;
    font-weight: bold;
    padding: 0 15px;
    line-height: 50px;
    cursor: pointer;
}
.ps-submit {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}
.ps-submit span {
    line-height: 30px;
    font-size: 16px;
}
.ps-mainbutton a:hover,
.ps-submit span:hover {
    background-color: #42b33c;
}

/* #ps-topbar LAYOUT */
#ps-topbar {
    top: 0;
}
#ps-topbar #ps-main {
    border-width: 0 0 1px;
}

/* #ps-bottombar LAYOUT */
#ps-bottombar {
    bottom: 0;
}
#ps-bottombar #ps-main {
    border-width: 1px 0 0;
}

/*  #ps-tooltip LAYOUT */
.ps-tooltip {
    position: relative;
    z-index: 88888;
}
.ps-tooltip #ps-main {
    position: absolute;
    left: 50%;
    width: 50%;
    margin-left: -25%;
    margin-top: 42px;
    border: 1px solid #0065bd;
    background-color: #fff;
    padding: 35px 35px 85px;
    text-align: center;
}


/* styling for content-part ------------------------ */
#ps-content {
    float: right;
    margin-left: -250px;
    position: relative;
    z-index: 2;
}
.ps-tooltip.privacy a {
    text-decoration: underline;
    color: #095BA6;
}
.ps-tooltip.privacy a:hover {
    text-decoration: none;
}
#ps-topbar .ps-logo,
#ps-bottombar .ps-logo {
    display: none;
}


/* styling for subtitle-part ------------------------ */
#ps-text {
    float: left;
    padding-right: 250px;
    position: relative;
    z-index: 1;
}
.ps-text a {
    color: #095ba6;
    text-decoration: none;
}
.ps-text a:hover {
    color: #010101;
    text-decoration: underline;
}

/* TYPO */
.iphone.ios6 #ps-intro,
.iphone.ios6 #ps-links li {
    font-size: 0.7em !important;
    font-size-adjust: none !important;
}

/* IE Fixes */
* html #ps-topbar, 
* html #ps-notifier {
    position: absolute;
    height: 1%;
}
* html #ps-topbar .ps-footer {
    background-image: none;
}

/* clearFix class */
.clearfix:after,
.ps-center:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix { display: none; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }