html {
    /*height: 100%;
    overflow-y: scroll;*/
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    color: #696969;
    font-size: 14px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 970px;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -180px;
}

footer,
.push {
    height: 180px;
}

footer {
    background: #da322a;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

    footer h2 {
        font-size: 28px;
        font-weight: 500;
        margin-bottom: 24px;
        color: #fff;
    }

.logo img {
    width: 220px;
    margin-top: 15px;
}

a {
    border-bottom: 1px solid transparent;
    color: #da322a;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

    a:hover, a:focus {
        border-bottom-color: #da322a;
        color: #da322a;
        text-decoration: none;
        outline: 0px !important;
        -webkit-appearance: none;
    }

    a i {
        color: #696969;
    }

	 .dropdown-menu a:hover{
		 border-bottom-color: transparent;
	 } 

.form-control:focus {
    border-color: #da322a;
    border-color: rgba(218, 50, 42, 0.70);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 1px rgba(218, 50, 42, 0.70);
}


.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto #da322a !important;
    outline: 1px auto rgba(218, 50, 42, 0.70) !important;
    border-color: rgba(218, 50, 42, 0.70);
    outline-offset: -2px;
}

h1, h2 {
    color: #000;
    margin: 0;
    text-rendering: optimizelegibility;
}


h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
    margin-bottom: 48px;
    font-weight: 300;
}

h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 16px;
    font-weight: 300;
}

.productGroep {
    min-height: 170px;
}

.caption {
    background: rgba(218,50,42,0.9);
    color: #fff;
    font-weight: 700;
    padding: 15px;
    transition: all 0.2s ease-in-out;
    line-height: 21px;
    margin-bottom: 15px;
}

    .caption h2 {
        color: #fff;
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: inherit;
    }

        .caption h2 a {
            color: #fff;
            text-decoration: none;
            border: none;
        }

            .caption h2 a:hover {
                color: rgba(255,255,255,0.8);
            }

.link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #da322a;
}

    .link-list li {
        padding-left: 15px;
    }

        .link-list li:before {
            content: "\f105"; /* FontAwesome Unicode */
            font-family: FontAwesome;
            display: inline-block;
            margin-left: 0;
            width: 13px;
        }


.marginTop {
    margin-top: 20px;
}

.marginBottom {
    margin-bottom: 20px;
}


.margin-right{
    margin-right: 10px;
}

.padding {
    padding: 20px;
}

.padding-tb {
    padding: 30px 0;
}


.block-style {
    background: #fff;
    border-bottom: 5px solid #da322a;
    border-left: 1px solid #dadee1;
    border-right: 1px solid #dadee1;
    border-top: 1px solid #dadee1;
    box-shadow: 0 2px 8px 0 rgba(105,105,105,0.1);
    padding: 40px 40px 20px 40px;
}

.bg-blue-light {
    position: relative;
    background-color: #f1f6f9;
    border-bottom: 1px solid #dadee1;
}




    .bg-blue-light::after, .bg-blue-light::before {
        border: solid transparent;
        content: '';
        height: 0;
        left: 50%;
        position: absolute;
        top: 100%;
        width: 0;
    }

    .bg-blue-light::before {
        border-top-color: #dadee1;
        border-width: 15px;
        margin-left: -15px;
    }

    .bg-blue-light::after {
        border-top-color: #f1f6f9;
        border-width: 14px;
        margin-left: -14px;
    }

.bg-red {
    background-color: #da322a;
    color: #fff;
    padding: 40px 0;
}


.btn-schellekens-outline {
    background: none;
    color: #da322a;
    border: 1px solid #da322a;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 12px 16px 12px 16px;
    font-weight: 700;
    overflow: visible;
    transition: all 0.2s ease-in-out;
    position: relative;
    vertical-align: middle;
}

    .btn-schellekens-outline:after {
        content: "\f101 ";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 6px;
        width: 10px;
    }

    .btn-schellekens-outline:hover {
        background-color: #da322a;
        color: #fff;
    }

.btn-schellekens-white {
    background: #fff;
    color: #da322a;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 12px 16px 12px 16px;
    font-weight: 700;
    overflow: visible;
    transition: all 0.2s ease-in-out;
    position: relative;
    vertical-align: middle;
    box-shadow: 0 2px 0 rgba(0,0,0,0.25);
}

    .btn-schellekens-white:after {
        content: "\f101 ";
        font-family: FontAwesome;
        display: inline-block;
        margin-left: 6px;
        width: 10px;
    }

    .btn-schellekens-white:hover {
        background-color: #fff;
        color: #000;
    }

.btn-small {
    font-size: 14px;
    padding: 6px 8px;
}


.btn-styled {
    background-color: #da322a;
    color: #fff;
    border: 1px solid #da322a;
    margin-top: 10px;
    border-radius: 3px !important;
    cursor: pointer;
    font-size: 14px;
    /*text-align: left;*/
    padding: 12px 16px 12px 16px;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
    vertical-align: middle;
}
    .btn-styled i {
        color: #fff;
    }


/*.products a {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.products img {
    clear: both;
    margin: 0 auto 10px auto;
    display: block;
}

.products span {
    white-space: nowrap;
    padding: 0 5px 0 5px;
    font-size: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}


.list-group {
    margin-bottom: 10px;
}

    .list-group a {
        display: block;
        margin-bottom: 5px;
    }*/




/* Product pagina */

.tab-content {
    padding-top: 30px;
}

.viewerWrapper {
    float: left;
    padding: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}




/* Override (Bootstrap) styles */
body.modal-open {
    overflow: visible;
}

.modal-backdrop {
    opacity: 0.1 !important;
    background-color: #fff;
}

.modal-open {
    padding-right: 0 !important;
}

.modal-content {
    border-radius: 2px;
    border: none;
}

.progress-bar {
    /*background-color: #e73829;*/
    background-color: #666;
}

#pleaseWaitDialog .modal-content, #pleaseWaitDialog .progress {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

#pleaseWaitDialog.modal {
    text-align: center;
    padding: 0 !important;
}

    #pleaseWaitDialog.modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

#pleaseWaitDialog .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


div.panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


.page-header {
    padding-bottom: 0;
    margin: 10px 0 0 0;
    border-bottom: none;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #fff;
    background-color: #002a58;
    border-color: #002a58;
}

.list-group-item:first-child {
    border-radius: 0;
}

.list-group-item:last-child {
    border-radius: 0;
}


.form-control {
    color: #6f6f6f;
    background: #fff;
    border: 1px solid #cecfd0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 0;
}



.input-group-addon, .dropdown-menu {
    border-radius: 0;
}

.dropdown {
    width: 100%;
}



.btn-primary, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #da322a;
    border-color: #da322a;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #333;
        border-color: #333;
    }

.btn-dropdown {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.modal-svg {
    width: 730px;
}

    .modal-svg .modal-body {
        background-color: #F1EEEB;
    }


/* bootstrap-select plugin */
.bootstrap-select .dropdown-toggle:hover {
    background-color: #fff;
}

.bootstrap-select .dropdown-toggle:focus {
    background-color: #fff;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}



.fancybox-overlay {
    background: none !important;
}
