@import url('https://fonts.googleapis.com/css?family=Roboto|Lato');

* {
    margin: 0;
    padding: 0;
}

html,
body {
    background-color: #fff;
    color: #323e48;
    font-family: 'Roboto','Lato',Helvetica,Arial;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

img,
fieldset {
    border: 0;
}

a {
    color: #6daadd;
    text-decoration: none;
}

a:hover {
    color: #6daadd;
    text-decoration: underline;
}

hr {
    margin: 10px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    font-size: 15px;
    margin-top: 1.5rem;
}

input.form-control {
    display: block;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    height: 1.9rem;
    transition: all .28s ease;
    background: 0 0;
    padding: .125rem .125rem .0625rem;
    font-size: 1rem;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

input.form-control:focus {
    box-shadow: initial;
    border-color: initial;
}

input.form-control:after {
    content: '';
    height: .125rem;
    width: 0;
    left: 50%;
    bottom: -.0625rem;
    position: absolute;
    background: #6daadd;
    transition: left .28s ease,width .28s ease;
    z-index: 2;
}

#colorbar
{
    margin: 0 auto;
    width: 100%;
}

#logo
{
    position: relative;
    margin: -110px auto 0 auto;
    width: 93%;
}

#slider
{
    margin: 1px 0;
    width: 100%;
}

    #slider img
    {
        height: 120px;
        width: 100%;
        background-position: cover;
        position: relative;
    }

#menu
{
    margin: 15px auto 0 auto;
    width: 100%;
    opacity: 0.95;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

    #menu .flags
    {
        float: left;
        margin: 14px 15px 0 0;
    }

    #menu .left ul
    {
        list-style-type: none;
        margin-left: 15px;
    }

        #menu .left ul li
        {
            float: left;
        }

            #menu .left ul li a
            {
                display: block;
                padding: 14px 11px 15px;
                color: #000;
                text-decoration: none;
                -webkit-transition: background .218s;
                -moz-transition: background .218s;
                -o-transition: background .218s;
                transition: background .218s;
            }

                #menu .left ul li a:hover
                {
                    background: #ccc;
                }

    #menu .dropdown-menu
    {
        z-index: 99999;
    }

    #menu .btn-default .caret
    {
        border-top-color: #fff;
    }

    #menu .right .parent
    {
        display: inline-block;
        padding: 16px 17px;
        margin: 0;
        border: 0;
        color: #000;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        background: transparent;
        -webkit-transition: background .218s;
        -moz-transition: background .218s;
        -o-transition: background .218s;
        transition: background .218s;
    }

#container {
    width: 1270px;
    margin: -10px auto 0 auto;
    padding: 0 4px 4px;
}

.feature1b1 #container,
.configuraties #container {
    width: 99%;
}

#container .col-md-3 .panel-default,
#container .col-md-12 .panel-default {
    background-color: #e6e6e6;
    border-color: transparent;
    font-weight: 400;
    box-shadow: initial;
}

#container .col-md-3 .panel-default h3 a {
    color: #000;
    font-size: 19px;
}

#container .col-md-3 .panel-default h3 a:hover {
    text-decoration: none;
}

#sidebar, #columnFeatureContent
{
    padding: 0;
}

    #sidebar .menuBlock, #columnFeatureContent .featureWindow
    {
        margin-top: 0;
        border-radius: 0 !important;
        border-color: #fff;
        opacity: 1;
    }

    #sidebar .checkBlock
    {
        position: relative;
        background-color: #5d83bd;
        padding: 10px 14px;
        margin: -10px -15px;
        color: #fff;
    }

    #sidebar .panel-default > .panel-heading + .panel-collapse .panel-body
    {
        border: 0;
    }

    #sidebar .menuBlock .panel-heading,
    #columnFeatureContent .featureWindow .panel-heading
    {
        background-color: #333e48;
        border-radius: 0;
    }

    #columnFeatureContent .featureWindow .panel-heading
    {
        padding: 10px 15px;
    }

        #sidebar .menuBlock .panel-heading a,
        #columnFeatureContent .featureWindow .panel-heading a,
        #columnFeatureContent .featureWindow .panel-heading .draggable
        {
            color: #fff;
            font-weight: bold;
            transition: color 0.2s;
            -webkit-transition: color 0.2s;
        }

            #sidebar .menuBlock .panel-heading a:hover,
            #columnFeatureContent .featureWindow .panel-heading a:hover
            {
                color: #5d83bd;
                text-decoration: none;
            }

    .featureWindow .panel-body {
        padding: 0;
        margin: 0;
    }
    
    .featureWindow .f03-optionvalue {
        margin: 1px;
        padding: 4px 0;
    }
/*
    .featureWindow .f03-optionvalue:nth-child(odd) {
        background-color: #d7e8f6;
    }

    .featureWindow .f03-optionvalue:nth-child(even) {
        background-color: #e4f0f9;
    }
*/
.button,
.button:hover,
.btn-default,
.btn-default:hover,
.btn-info,
.btn-info:hover,
.btn-primary,
.btn-primary:hover {
    margin: 0 .5em .5em 0;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    color: #fff;
    background: #5ba453;
    text-align: center;
    transition: all .15s ease-out;
}

    .button:hover,
    .btn-default:hover,
    .btn-info:hover,
    .btn-primary:hover {
        background: #498342;
    }

.navBar {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f2f8fd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 0;
}

.f05-feature-area #featuregrid .featureWindow .panel-heading button:not(.close), .f05-feature-area .q-bg-next-prev {
    display: block;
    float: left;
    padding: 5px 5px;
}

.clearfix {
    clear: both;
}

.notVisible {
    display: none;
}

/*
*
{
    margin: 0;
    padding: 0;
}

html, body
{
    height: 100%;
    color: #676767;
    font: normal 12px "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    background-color: #fff;
}

img, fieldset
{
    border: 0;
}

a
{
    text-decoration: none;
    color: #676767;
}

    a:hover
    {
        text-decoration: underline;
    }

h2
{
    color: #000;
    font-size: 25pt;
    font-weight: normal;
}

h3
{
    color: #00008B;
    font-weight: normal;
    font-size: 16pt;
}

#colorbar
{
    margin: 0 auto;
    width: 100%;
}

#logo
{
    position: relative;
    margin: -110px auto 0 auto;
    width: 93%;
}

#slider
{
    margin: 1px 0;
    width: 100%;
}

    #slider img
    {
        height: 120px;
        width: 100%;
        background-position: cover;
        position: relative;
    }

#menu
{
    margin: 53px auto 0 auto;
    width: 95%;
    opacity: 0.95;
    background: #5d83bd;
    position: relative;
}

    #menu .flags
    {
        float: left;
        margin: 14px 15px 0 0;
    }

    #menu .left ul
    {
        list-style-type: none;
        margin-left: 15px;
    }

        #menu .left ul li
        {
            float: left;
        }

            #menu .left ul li a
            {
                display: block;
                padding: 15px 17px 14px;
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                text-decoration: none;
                -webkit-transition: background .218s;
                -moz-transition: background .218s;
                -o-transition: background .218s;
                transition: background .218s;
            }

                #menu .left ul li a:hover
                {
                    background: #335994;
                }

    #menu .open .dropdown-toggle.btn-default
    {
        background: #335994;
    }

    #menu .dropdown-menu
    {
        z-index: 99999;
    }

    #menu .btn-default .caret
    {
        border-top-color: #fff;
    }

    #menu .right .parent
    {
        display: inline-block;
        padding: 14px 17px;
        margin: 0;
        border: 0;
        font-size: 12px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        text-decoration: none;
        -webkit-transition: background .218s;
        -moz-transition: background .218s;
        -o-transition: background .218s;
        transition: background .218s;
    }

        #menu .right .parent:hover, #menu .right .parent:active, #menu .right .selected
        {
            background: #335994 !important;
        }

#container
{
    width: 95%;
    margin: -10px auto 0 auto;
    padding: 0 4px 4px;
}

#sidebar, #columnFeatureContent
{
    padding: 0;
}

    #sidebar .menuBlock, #columnFeatureContent .featureWindow
    {
        border-radius: 0 !important;
        border-color: #fff;
    }

    #sidebar .checkBlock
    {
        position: relative;
        background-color: #5d83bd;
        padding: 10px 14px;
        margin: -10px -15px;
        color: #fff;
    }

    #sidebar .panel-default > .panel-heading + .panel-collapse .panel-body
    {
        border: 0;
    }

    #sidebar .menuBlock .panel-heading,
    #columnFeatureContent .featureWindow .panel-heading
    {
        border-bottom: 1px solid #5d83bd;
        border-radius: 0;
    }

    #columnFeatureContent .featureWindow .panel-heading
    {
        padding: 8px 15px;
    }

        #sidebar .menuBlock .panel-heading a,
        #columnFeatureContent .featureWindow .panel-heading a,
        #columnFeatureContent .featureWindow .panel-heading .draggable
        {
            color: #444;
            font-weight: bold;
            transition: color 0.2s;
            -webkit-transition: color 0.2s;
        }

            #sidebar .menuBlock .panel-heading a:hover,
            #columnFeatureContent .featureWindow .panel-heading a:hover
            {
                color: #5d83bd;
                text-decoration: none;
            }

@media all and (max-width: 1280px), all and (max-device-width: 1280px)
{
    #slider
    {
        display: none;
    }

    #menu
    {
        margin-top: 77px;
    }

        #menu .left ul li a, #menu .right a.parent
        {
            width: auto;
        }

    #container
    {
        padding: 0 12px;
    }
}

.textbox
{
    padding: 5px;
    width: 300px;
    color: #000;
    font: normal 10pt "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
}

.button
{
    margin: 3px 2px;
    padding: 7px 30px;
    border: 0;
    cursor: pointer;
    color: #000;
    font: normal 10pt "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
    background: #ccc;
}

    .button:hover
    {
        background: #bbb;
    }

.buttonWindow
{
    display: block;
    width: 450px;
    color: #000;
    border: 0;
    margin: 0 5px;
    padding: 20px;
    float: left;
    cursor: pointer;
    background: #efefef;
    font: normal 10pt "Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";
}

    .buttonWindow h3
    {
        margin-bottom: 10px;
        text-align: left;
        font-size: 16pt;
        font-weight: normal;
        color: #000;
    }

    .buttonWindow p
    {
        text-align: left;
    }

    .buttonWindow:hover
    {
        text-decoration: none;
    }

.btn-default
{
    margin: 0 3px;
    border-radius: 0;
    border: 2px solid #5d83bd;
    background-color: #5d83bd;
    color: #fff;
    font-weight: bold;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus
    {
        border: 2px solid #5d83bd;
        background-color: transparent;
        color: #5d83bd;
    }

.clearfix
{
    clear: both;
}

.notVisible
{
    display: none;
}

.datagrid
{
    border: 2px solid #000;
}

    .datagrid tr th
    {
        padding: 2px 0;
        font-size: 10pt;
        font-weight: normal;
        color: #000;
        background: #a7c0e5;
    }

    .datagrid tr td
    {
        padding: 6px;
        color: #000;
    }

    .datagrid tr:nth-child(odd)
    {
        background: #efefef;
    }

.formgrid tr td
{
    padding: 3px 6px;
}

    .formgrid tr td:nth-child(1)
    {
        font-weight: bold;
        width: 300px;
    }

.buttonConfirm
{
    border: 0;
    padding: 4px 12px;
    font: normal 12px;
    background-color: #00008b;
    color: #fff;
    cursor: pointer;
}

.navBar
{
    background-color: #fff;
    border: 0;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    min-height: 0;
    margin-bottom: 5px;
}

.featureWindow
{
    opacity: 1 !important;
}

.featureValue .description
{
    font-weight: normal !important;
}

.featureRadio tr td.description, .featureCheckBox tr td.description
{
    padding-left: 45px;
}

.featureDropDown select
{
	width:250px; 
	max-width:250px !important;
}

.f05-feature-area #featuregrid .featureWindow .panel-heading button:not(.close) {
	display: inline-block !important;
}

#featuregrid {
    position: absolute;
    width: 100%;
    height: 500px;
}
*/