html {
    min-height: 100%;
}

body {
    background: #fff;
    font-family: Arial;
    min-height: 100%;
    color: #333;
    font-size: 14px;
}


h1, h2, h3, h4, h5, h6 {
    color: #707070;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
    margin: 5px 0 10px 0;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.margin-right-extra {
    margin-right: 5px;
}

input, textarea, select {
    border-radius: 4px;
    border: 1px solid #dbdfd2;
    padding: 4px;
}

textarea {
    width: 100%;
}

label {
    font-weight: 700;
}

.page-title {
    margin: 20px 0 20px 0;
}

table.fixed-layout {
    table-layout: fixed;
}

table {
    width: 100%;
}

    table.overview {
        border: 1px solid #ded3d3;
    }

    table.customer {
        width: auto;
    }

    table th {
        padding: 4px;
    }

    table td {
        padding: 4px;
    }

    table.overview th, table.overview td {
        padding: 8px;
    }

.logo {
    padding: 5px 0 5px 0;
}

.navigationLevel2 {
    height: 28px;
    padding: 6px 0 0 0;
    overflow: hidden;
    width: 100%;
    background-image: url('../img/gradient.png');
    background-position: 50% 0%;
    background-repeat: no-repeat;
}

.main-content {
    background-color: #f9fbf4;
    padding: 10px;
	/*min-height:400px;*/
}

textarea.wide {
    width: 100%;
}

button, .btn, button.btn, input[type='submit'] {
    padding: 6px 16px;
    background: #a6cc5a;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    margin: 10px 0px 10px 0px;
}

.btn-date {
    text-align: center
}

button:hover, .btn:hover, button.btn:hover, input[type='submit']:hover {
    background: #90b644;
    color: #fff;
}

.input-group button, .input-group .btn, .input-group button.btn {
    border-radius: 0px !important;
    height: 30px;
    position: absolute;
    left: 0;
}


.input-group {
    width: 100%;
}

    .input-group input {
        padding-left: 45px;
    }

input.datepicker {
    width: 100%;
}



.input_percentage_group {
}




a.btn {
    display: block;
}

.block-white {
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 10px;
}


    /*margin: 0 auto;
}*/

/*div.formwrapper input[type='text'] {
        width: 100%;
    }*/

/*.address_data {
    max-width: 300px;
}*/

.error-box {
    border: 1px solid #cb0909;
    color: #cb0909;
    background: #ffcdcd;
    padding: 4px 6px;
}

.meteringpoint_container {
    margin-bottom: 10px;
}

    .meteringpoint_container .period_container:first-child .delete-period-btn {
        display: none;
    }

.period_container {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}

.periods .period_container:last-child {
    margin-bottom: 0;
}



/*Addition v2 responsive*/
.input-field {
    margin: 5px 0px 5px 0px;
}

.btn-secundair {
    background: white;
    color: #a6cc5a;
    font-weight: 700;
    border: 2px solid #a6cc5a;
}

/*Addition mobile*/
@media(max-width:767px) {
    .logo img {
        height: 50px;
    }

    #navigationLevel2 {
        height: 4px;
        background-position: 53% 0%;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 10px 0px;
    }


    h1 {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 14px;
        line-height: 1.4;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }

    .page-title {
        margin: 10px 0 15px 0;
    }

    input, textarea, select {
        font-size: 16px;
        margin: 5px 0px 5px 0px;
        width: 100%;
    }

    button, .btn, button.btn {
        width: 100%;
    }
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999999;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #999999;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #999999;
}
:-moz-placeholder { /* Firefox 18- */
    color: #999999;
}