/*
// NBBU Brochure Generator Main CSS
// Last update: 20-11-2015;
// Author: RedactiePartners B.V.;

//=====================
// 01. General Styles
// 02. Form Inputs
// 03. Form Panels
// 04. Preview Styles
// 05. Extra Styles
//=====================
*/

/*****************/
/* General Styles
/*****************/

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/helveticaneueltpro-bdcn-webfont.eot');
    src: url('../fonts/helveticaneueltpro-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helveticaneueltpro-bdcn-webfont.woff') format('woff'),
         url('../fonts/helveticaneueltpro-bdcn-webfont.ttf') format('truetype'),
         url('../fonts/helveticaneueltpro-bdcn-webfont.svg#helvetica_neue_lt_pro77BdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Helvetica Neue", "Helvetica", Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

/*****************/
/* Form Inputs
/*****************/

.input-group {
    width: 100%;
    margin-bottom: 10px;
}

input.error::-webkit-input-placeholder {
    color: #999;
}
input.error:-moz-placeholder {
    color: #999;
}
input.error::-moz-placeholder {
    color: #999;
}
input.error:-ms-input-placeholder {
    color: #999;
}

input.error {
    color: red;
}

label {
    font-family: "HelveticaNeueRegular", "Helvetica", Arial, "Lucida Grande", sans-serif;
    font-weight: 700;
}

.btn-nbbu {
    font-family: "HelveticaNeueRegular", "Helvetica", Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    background: #005093;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 10px;
    display: inline-block;
    font-size: 16px;
    border: none;
    min-width: 35px;
    height: 35px;
    line-height: 38px;
    overflow: hidden;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.btn-nbbu:hover {
    background: #00adef;
}

.btn-submit {
    width: 100%;
}

#keurmerk-uploader .col {
    padding-left: 0px;
    padding-right: 15px;
}

#keurmerk-uploader .col.last {
    padding-left: 0px;
    padding-right: 0px;
}

/*****************/
/* Form Panels
/*****************/

.panel-primary {
    border-color: #005093;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top,#005093 0,#005093 100%);
    background-image: -o-linear-gradient(top,#005093 0,#005093 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#005093),to(#005093));
    background-image: linear-gradient(to bottom,#005093 0,#005093 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff005093', endColorstr='#ff005093', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-color: #005093;
    border-color: #005093;
}

.panel-title {
    font-family: "HelveticaNeueRegular", "Helvetica", Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
}

/*****************/
/* Preview Styles
/*****************/

.cover-preview img, .achter-preview img {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.23);
}

/*****************/
/* Extra Styles
/*****************/

#browser-notice {
    text-align: center;
    margin-top: 5px;
}

.hidden {
    display: none;
}