﻿
#mbody {
    position: absolute;
    top: 32px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.user-info {
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 32px;
    text-align: right;
    padding-right: 55px;
    line-height: 36px;
}

.user-info-text {
    color: rgb(0, 157, 224);
    display: inline-block;
}

body, html {
    text-align: left;
    background-repeat: repeat-x;
    background-color: rgb(247, 248, 250);
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 14px;
    font-family: museo300;
}


input, textarea {
    font-family: museo300;
    font-size: 13px;
    text-indent: 3px;
    outline: 0px;
    border-bottom: 2px solid rgb(225, 232, 238);
    border-top-color: rgb(225, 232, 238);
    border-right-color: rgb(225, 232, 238);
    border-left-color: rgb(225, 232, 238);
    min-height: 20px;
}

a, a:visited {
    color: rgb(0, 157, 224);
    font-size: 14px;
    font-family: museo300;
    text-decoration: none;
}

h3 {
    font-family: museo500, Arial;
    font-size: 1.1em;
}

.tourdeforce {
   
}
.tourdeforce-text {
    padding: 30px 30px 0 25px;
    color: #009de0;
    font-size: .8em;
}

/**, ::before, ::after {
    box-sizing: border-box;
}*/

.logo {
    margin-top: 10px;
    height: 70px;
    margin-bottom: 10px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control input:checked ~ .control__indicator {
    background: #009de0;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}



.control--radio .control__indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}


.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control--radio .control__indicator {
    border-radius: 50%;
}


.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}

    .control input:checked ~ .control__indicator:after {
        display: block;
    }



.control__indicator::after {
    content: '';
    position: absolute;
    display: none;
}



.control-group {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-align: left;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 200px;
    height: 210px;
    margin: 10px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 3px;
    margin-top: 8px;
    cursor: pointer;
    line-height: 22px;
    font-size: 14px;
    font-family: museo300;
    color: #39404A;
}

    .control.search-extended {
        text-align: right;
        padding-right: 5px;
    }

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #e1e8ee;
    border-radius: 3px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #009de0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #009de0;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #009de0;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.search-text {
    border: 2px solid #e1e8ee !important;
    border-radius: 4px !important;
    width: 280px !important;
    height: 28px !important;
    text-indent: 10px !important;
}

.clearable {
    background: #fff url('data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=') no-repeat right -10px center !important;
    border: 1px solid #999 !important;
    padding: 3px 18px 3px 4px !important;
    border-radius: 3px !important;
    transition: background 0.4s !important;
}

#innercontent {
    position: absolute;
    padding: 15px 15px 15px 0;
    top: 125px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: scroll;
    /*background-color: rgb(255, 255, 255);*/
    font-size: 13px !important;
}

    #innercontent.reports {
        top: 0 !important;
    }

    #innercontent.intro.step {
        top: 125px !important;
        bottom: 75px !important
    }

    #innercontent.intro {
        top: 170px;
    }

.contentmenu-outercontainer {
    height: 44px;
    background-color: rgb(0, 157, 224) !important;
}

.content-outercontainer {
    width: 100%;
}

.content-header-intro {
    background-color: rgb(0, 157, 224);
    height: 125px;
}

.header-title {
    margin-left: 15px;
    margin-top: 30px;
    height: 50px;
}

    .header-title .full-title {
        font-family: MuseoSlab-500;
        font-size: 36px;
        color: rgb(255, 255, 255);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.header-text {
    float: left;
    width: 85%;
}

    .header-text .sub-header {
        font-size: 40px !important;
        padding-top: 0 !important;
        font-size: 20px !important;
        font-family: museo300 !important;
    }

.publishing-title {
    padding-top: 10px;
    padding-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 14px;
    font-family: museo300;
    color: rgb(255, 255, 255);
    font-style: italic;
}

.content-container {
    min-width: 1024px;
}

.contentmenu-container {
    overflow-y: scroll;
    bottom: 0;
    left: 0px;
    right: 40px;
    top: 44px;
    background-color: #fff;
    padding: 10px;
    position: absolute !important;
}

    .contentmenu-container.home {
        bottom: 0 !important;
    }

    .contentmenu-container.reports {
        height: 81px !important;
        bottom: unset !important;
        right: 20px !important;
        overflow-y: unset !important;
    }

.panel-close {
    top: 85px;
    z-index: 100;
    right: 2px;
    cursor: pointer;
    position: absolute !important;
}

.left-pane {
    bottom: 0px;
    top: 0px;
    left: 0px;
    vertical-align: top;
    z-index: 10;
    width: 370px;
    display: table-cell;
    position: absolute !important;
}



.left-pane-collapse {
    height: 60px;
    top: 85px;
    left: 0px;
    vertical-align: top;
    z-index: 10;
    width: 100px;
    display: none;
    background-color: rgb(0, 157, 224);
    text-align: right;
    cursor: pointer;
    position: absolute !important;
}

.left-pane.reports {
    bottom: unset !important;
}

.right-pane {
    bottom: 0px;
    left: 370px;
    right: 0px;
    top: 0px;
    z-index: 5;
    width: auto;
    display: table-cell;
    position: absolute !important;
}

    .right-pane.reports {
        bottom: unset !important;
    }

.space-left-pane {
    left: 0px;
    bottom: 0px;
    top: 0px;
    width: 50px;
    position: absolute !important;
}

.space-right-pane {
    bottom: 0px;
    top: 0px;
    right: 0px;
    width: 50px;
    position: absolute !important;
}

.space-fill-left {
    background-color: rgb(0, 157, 224);
    height: 44px;
    margin-top: 85px;
    width: 100%;
}

.space-fill-right {
    background-color: rgb(0, 157, 224);
    height: 100px;
    margin-top: 85px;
    width: 100%;
    display: none;
}

    .space-fill-right.search {
        height: 90px;
    }

.container-pane {
    bottom: 37px;
    right: 50px;
    left: 50px;
    top: 0px;
    overflow: hidden;
    position: absolute !important;
}

    .container-pane.step {
        bottom: 0px;
    }


.main-panels {
    left: 0px;
    right: 0;
    top: 85px;
    background-color: transparent;
    bottom: 0px !important;
    position: absolute !important;
}

#content {
    position: absolute;
    top: 85px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
}

    #content.reports {
        bottom: unset !important;
    }

.content-reports {
    position: absolute;
    top: 210px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0px;
}

.footer-pane {
    padding: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 37px;
    background-color: rgb(0, 157, 224);
    color: rgb(255, 255, 255);
    text-align: center;
    display: table;
    width: 100%;
    position: absolute !important;
}

    .footer-pane img {
        vertical-align: top;
        border: none;
    }

    .footer-pane span {
        width: 38px;
    }

    .footer-pane .copyright, .footer-pane a {
        font-family: museo300;
        text-decoration: none;
        vertical-align: middle;
        line-height: 35px;
        color: rgb(255, 255, 255) !important;
    }

div.raw-detail-intro {
    padding: 20px;
}

div.copyright {
    position: absolute;
    bottom: 0px;
    height: 15px;
    left: 20px;
    right: 0px;
    background-color: black;
    text-indent: 5px;
    z-index: 20;
    font-size: 0.8em;
    line-height: 1.5em;
    color: rgb(255, 255, 255);
}

header {
    width: 100%;
}

.action-button.history {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABGdBTUEAALGPC/xhBQAAAstJREFUOBGNVM9PE1EQnnm7SwttY9SA8UD8QWtVOIFGD149qEEPGg4aUYktN/8Aoye8aYx4ozZoiBpDNNEQ9CYmXjAab0Zqq8aUixhCwrYU6b4dZ7YsWaBNnATe23nzfW9mvulDqGOjhaX2qnYuAOEpIOhApGYEPJvaH3s7MmMPI1AvGNibTsS+BOFm8ON1nkJFbQ9VHX2NSULA/1bN9jdCRAR7lIs97FtHhn7QWMFuW67SK4YfBUQXCcYVqKe6GT5t3dUy14eoJTZbsLtIY/eWfZFnC7nS7WCWHplkNOvY74QIEX6SYZwbTEQ++xc1WjMziz+8LJW6lEpGx7wypTQGeESmgUcGEpE/D79WdlfRec99G04fiN6pR6hMPO1nKefoNdvRed5bYKjDfkbZwnJcO9Ucl+soy+q8Gg8X6hFm8nYnaJogwAlVU41C0iOfSEAC5n48IqAm7azcrUckPu5uj5QqvVOe/OyUZm8EYJO6DgiLLGrvg2+l4xvP5VuEUNwzGRUmgw5ximqyBi21N/qbL7klPlfTvSmidaMkflZ5BYhmWesdiuXcLk6Wf17WoGWLtI3I7ar56GAhV74YPJf9OJHBrXjJfy8Uj4NHsvBrySP1gzO58gm3XJrh835EXObZu+EmI4/9c39lXBv3LEaEFZN78p1L3WlU4BAHTPhB4LpDfFsrk0xZljV4pSMsim8ywXnTzDxMRpNMdswF9zxHrpEpCy672mhPJyNvNjEEHKs4lpUmG85ZIL7hdiRf7gbtfuSAqmUaCTUQbynyD/o+K6JQ6+ejebu1ITpwIHESLzjBCw9vANqN2E1WdVqGz9H0wbsxANy4lXOJqw0rTAteYv731ZgXtaXZ0iNC6PMq4QTCFp7pj8fm1pHJh/+e8R38nhG/Zw0M8a+UJhmdTMi+ZmuZ+Q5ZN720PNjePMoYsWqWYT6p9TqIAvgHXUpdKdb1GgoAAAAASUVORK5CYII=");
}

    .action-button.history:hover {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABGdBTUEAALGPC/xhBQAAAbFJREFUOBGVlL1KA0EUhbNGk15JJEVAUDurPIJgESRPYOU7WARsrVL5AhYWkl6wtUlhk1fQJiSgIEEbtZD1O5u9k9nJbMADh7k/517uzM5spRJBmqZt2IcjOINzeCypVrMjpcsQojocwG/o4xPHmk2xp8uqiIWgCZ+g8AuHsAdbsGol2G4y37a8RtdE1ugFu+OSawx0q1MS1NYENWqonnUPTuBFWT9ybspMQ0CHrTPS1txE2Ad57Ed2WUPFyS+aYuirCcOwgNhNlknT+zDn+2gW28XQ5xd6vkA2sV34oSQ4CfPmk8sm2yCwnwfHlrQ1SZJX7Kvcv6Zo03LRFYHORKiFAmLb8FbJHOcRTZWc7uFcW9ENF1q+EL8L35QAX/ASbvka2cR0D4WZnOiZER9LAR7hYdjEfHK62MJIzaJfk/gR7FpR2YpGL0Xoq1n0npUV+3FqO1D3U/e0neUwVl6AXxSzqWlAvRhh4DQ4/3qb6DWRNdKbrrtmMgis+2vUyOur6bB1RtqaoEbNQiNzSGjC2P+McAE6I+kKEyXWyF8R6TDP4CnUC9mB7/AZPsA7XseEtYA/blBo6DBpW6UAAAAASUVORK5CYII=");
    }

input[type="text"] {
    border: 1px solid rgb(195, 195, 195);
    font-family: museo300, Arial;
    height: 19px;
    margin: 0px;
    padding: 0px;
    text-indent: 3px;
}

textarea {
    border: 1px solid rgb(195, 195, 195);
    font-family: museo300, Arial;
    text-indent: 3px;
    font-size: 1em;
}

#search-extended-container {
    position: absolute;
    top: 60px;
    display: none;
    z-index: 100;
    background-color: rgb(255, 255, 255);
    width: 600px;
    height: 450px;
    border: 2px solid rgb(225, 232, 238);
}

    #search-extended-container .popup-arrow {
        position: relative;
        padding: 0px;
        font-size: 1px;
        border: none;
        background-color: white;
        text-align: right;
        margin: 0px 200px 0px 0px;
    }

        #search-extended-container .popup-arrow img {
            position: absolute;
            bottom: 0px;
        }

#search-extended-inner {
    margin: 0px;
}

.search-extended-innertitle {
    padding: 10px 20px;
    font-size: 32px;
    font-family: MuseoSlab-700;
    background-color: rgb(0, 157, 224);
    color: rgb(255, 255, 255);
}

#divSearchPopup {
    padding: 10px;
    display: none;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    border: 1px solid gray;
    opacity: 0.8;
}

#divSearchImage {
    position: absolute;
    top: 30px;
    left: 180px;
    width: 140px;
    cursor: pointer;
}

#inputSearchText {
    position: absolute;
    top: 30px;
    height: 22px;
    width: 170px;
}

#divSearchPopupInner {
    background-color: white;
    width: 220px;
    height: 50px;
    padding: 5px;
}

ins {
    background-color: rgb(204, 255, 204);
    text-decoration: inherit;
}

del {
    color: rgb(153, 153, 153);
    background-color: rgb(254, 200, 200);
}

div .button {
    padding: 0 5px 0 5px !important;
}

.button-action {
    background-color: #84aa42;
    color: #fff;
    display: table-cell;
}

    .button-action:hover {
        background-color: #91C13E;
        color: #fff;
    }

.action-buttons {
    min-width: 600px;
}

.button-action.disabled {
    background-color: #D2D2D3;
    color: #fff;
    display: table-cell;
    cursor: default;
}

    .button-action.disabled:hover {
        background-color: #D2D2D3;
        color: #fff;
        display: table-cell;
    }

#addVehicleBtn {
    float: none !important;
    margin-left: 10px !important;
}

    #addVehicleBtn:hover {
        float: none !important;
    }

.btnDelete, .btnCopy {
    cursor: pointer;
}

#submitButton,
#saveButton {
    width: 150px;
    margin-right: 10px;
}

    #submitButton:hover,
    #saveButton:hover {
        width: 150px;
        margin-right: 10px;
        background-color: #91C13E;
    }

#cancelButton {
    width: 150px;
    color: #009DE0;
}

    #cancelButton:hover {
        background-color: #E1E8EE;
    }


.button-green {
    background-color: #E1E8EE;
    color: #fff;
}

    .button-green.complete {
        background-color: #91C13E;
    }

.button {
    height: 32px;
    border-radius: 4px;
    border-style: none !important;
    border-width: 0px !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
    font-family: museo700;
    cursor: pointer;
    margin: 5px;
    margin-left: 5px;
}

    .button.step {
        position: absolute;
        bottom: 34px;
        margin-left: 0 !important;
    }

.user-buttons {
    display: table-cell;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    vertical-align: bottom;
}

    .user-buttons.search {
        text-align: left !important;
    }

.user-btn {
    display: table-cell;
    padding: 0px 5px;
    color: rgb(0, 157, 224);
    cursor: pointer;
    height: 47px;
    vertical-align: bottom;
}

    .user-btn a {
        text-transform: uppercase;
        line-height: 33px;
        font-size: 13px;
    }

.user-btn-reports {
    position: absolute;
    bottom: 5px;
    font-size: 14px;
    font-family: museo700;
}

    .user-btn-reports a {
        font-size: 14px !important;
        font-family: Museo700 !important;
        color: rgb(0, 157, 224) !important;
    }

.search-combo {
    padding: 5px 5px 0px 0px;
    height: 42px;
    display: table-cell !important;
}

    .search-combo .k-combobox {
        margin-top: 5px;
    }

.sub-title {
    font-family: Museo300;
    font-size: 13px;
}

.sub-header {
    padding-top: 10px;
    font-family: Museo700;
    font-size: 13px;
}

.header-title .sub-title {
    color: rgb(255, 255, 255) !important;
}

.header-title .sub-header {
    color: rgb(255, 255, 255) !important;
}

.rightpadding {
    padding-right: 10px;
}

.bottompadding {
    padding-bottom: 10px;
}

.table-cell {
    display: table-cell;
}

.table {
    display: table;
}

.horizontal-right {
    text-align: right;
}

.horizontal-left {
    text-align: left;
}

.vertical-center {
    vertical-align: middle;
}

.text-center {
    text-align: center;
}

.vertical-top {
    vertical-align: top;
}

.float-right {
    float: right;
}

.currency {
    text-align: right;
}

.table-row {
    display: table-row;
}

.check-wheelchair .control__indicator {
    top: -3px !important;
}

.check-wheelchair .control {
    display: inline !important;
}

.step-nav {
    display: table;
    margin: 20px;
    padding: 5px;
}



.step-nav .table-cell {
    vertical-align: bottom;
}
    .step-nav a {
        font-family: museo500 !important;
        color: #009de0 !important;
        font-size: 16px !important;
        padding-bottom: 5px;
        width: 300px;
        line-height:25px;
    }
.nav-step {
    color: silver;
}

    .nav-step.complete {
        cursor: pointer;
        font-size: 21px;
        color: black !important;
    }

.calculation-item-title {
    font-size: 21px;
    color: #009DE0;
    font-family: museo700;
    cursor: pointer;
}

.calculation-item {
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 10px 0 0 0;
}

    .calculation-item.print {
        margin: 0 !Important;
        padding-left: 50px;
    }

.calculation-item-detail {
    padding: 5px 5px 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px !important;
    color: #39404A !important;
}

    .calculation-item-detail.fuel {
        font-size: 14px !important;
        font-family: museo700;
    }

    .calculation-item-detail.fuel-amount {
        font-size: 21px !important;
        font-family: museo100;
        color: #333333 !important;
    }

.calculation-item-incomplete {
    font-size: 21px !important;
}

.nowrap {
    white-space: nowrap;
}


.calculation-item-detail.report {
    max-width: 250px !important;
}

.calculation-item-result {
    font-family: museo700;
    padding-bottom: 10px;
    font-size: 21px;
    color: #333333;
}

.calculation-item-result-unit {
    font-size: 21px;
    color: #151515;
    font-family: museo300;
}

.calculation-item-sep {
    border-top: 3px solid rgb(247, 248, 250);
}

.calculation-item-buttons {
    background-color: #FFF;
}

.calculationstep {
    padding: 10px 0 30px 10px;
    display: block;
    background-color: #fff;
    margin-bottom: 10px;
}

.calculationstep .table {
    padding-left: 10px;
}

.step-nav .step-title {
    font-family: museo700 !important;
    font-size: 16px !important;
    padding-bottom: 5px;
    width: 300px;
    padding-left: 10px;
}

.calculationstep .step-title {
    width: 600px !important;
    font-family: museo700 !important;
    font-size: 16px !important;
    padding-bottom: 5px;
    padding-left: 10px;
}

.dropresult {
    /*width: 150px;
    text-align: right !important;*/
}

.voertuigresult {
    text-align: right !important;
    padding-right: 20px !important;
}
.calculation-item-title {
    font-size: 21px;
    color: #009de0;
    font-family: museo700;
    cursor: pointer;
}
.step-title {
    font-family: museo700 !important;
    font-size: 21px !important;
}

.step-label {
    font-family: museo300 !important;
    font-size: 14px !important;
}

.step-widelabel {
    width: 300px;
    font-family: museo300 !important;
    font-size: 14px !important;
}


.step-textlabel {
    font-family: museo300 !important;
    font-size: 14px !important;
    padding-right: 10px;
}



.step-label {
    width: 120px;
}

.step-text {
    padding: 0 10px 0 10px;
    font-family: museo300 !important;
    font-size: 14px !important;
}

.step-item {
    font-family: museo300 !important;
    font-size: 16px !important;
    padding: 0 5px 0 5px;
}


.step-value {
    font-family: museo700 !important;
    font-size: 16px !important;
    /*width: 300px;*/
    text-align: right;
    padding-top:3px;
}

    .step-value.dropresult {
        width: 270px !important;
        display: table-cell !important;
    }

.step-value-normal {
    font-family: museo300 !important;
    font-size: 14px !important;
    width: 150px;
    text-align: right;
}


.step-title.dropresult {
    width: 33px !important;
    display: table-cell !important;
}

.step-title.result {
    font-family: museo700 !important;
    font-size: 21px !important;
}

    .step-title.result.total {
        width: 300px !important;
    }

.step-nav .step-subtitle {
    font-family: museo300 !important;
    font-size: 13px !important;
    padding: 0 0 5px 20px;
}

.step-nav .step-title.selected {
    font-family: museo500 !important;
    color: rgb(0, 157, 224) !important;
}


.step-label.compare {
    width: 40px !important;
}

.sum,
.sum span {
    font-family: museo700 !important;
    font-size: 21px !important;
}

.step-unit.sum {
    font-family: museo700 !important;
    vertical-align:middle;
}

.step-status {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
}

.step-status.complete {
    background-image: url(/Images/step_complete.png)
}

.step-status.complete.invalid {
    background-image: url(/Images/step_complete_invalid.png)
}

.step-label-seperator {
    width: 280px;
}

.seperator {
    border-bottom: 2px solid black;
    padding: 5px;
}

.step-value.result {
    font-family: museo700 !important;
    text-align: right;
}

.step-value.result-switch {
    font-family: museo700 !important;
    text-align: left !important;
    padding-left: 50px;
}

.step-unit {
    color: #39404A;
    padding: 5px 5px 5px 10px;
    width: 40px;
    font-size: 14px;
    font-family: museo700 !important;
    vertical-align: middle;
}

.step-header {
    font-family: MuseoSlab-500;
    font-size: 36px;
    color: rgb(0, 0, 0);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 30px 0 30px 0;
    background-color: #fff;
    padding-left: 10px
}

.consolidation-header {
    font-family: MuseoSlab-500;
    font-size: 24px;
    color: #009DE0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    padding-left: 10px;
    height: 70px;
}

input[type="text"].calculation {
    border-radius: 3px !important;
    height: 25px !important;
    margin: 2px 0 2px 0;
}

.c-more {
    display: none;
}

.result-switch {
    color: #009DE0;
    cursor: pointer;
}

.icon-dropdown {
    background-repeat: no-repeat !important;
    /*background-color: #ffffff !important;*/
}

.dialog-header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 60px;
    background-color: rgb(0, 157, 224);
}

.dialog-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    bottom: 60px;
    background-color: #fff;
    padding: 30px 10px 10px 10px;
    font-size: 14px !important;
}

.dialog-form-label {
    padding-right: 50px;
    padding-left: 30px;
    width: 100px;
}

.dialog-form-value {
    width: 100%;
}

.validation-error {
    color: red;
}
.validation-error-default {
    color: red;
    font-weight:300;
    font-size:12px;
}
.hidden {
    display: none;
}

.nowrap {
    white-space: nowrap;
}

.dialog-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background-color: #fff;
}

.dialog-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 60px;
    overflow-y: scroll;
}

.dialog-header-title {
    font-size: 36px;
    font-family: MuseoSlab-500;
    padding-left: 30px;
    color: #fff;
}

.dialog-text {
    font-size: 16px;
    font-family: MuseoSlab-500;
    padding-left: 30px;
    color: #000;
}

.refresh {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 24px;
    height: 24px;
    z-index: 1000;
    background-repeat: no-repeat;
    background-image: url(/Images/refresh.png);
    cursor: pointer;
}

.textbox {
    border-radius: 3px 3px 3px 3px;
    height: 30px !important;
    width: 100%;
}

    .textbox.numeric {
        font-family: museo700 !important;
        font-size: 16px !important;
        margin: 0 20px 7px 0 !important;
        text-align: right;
        padding-right: 6px;
        color: #8a8f96 !important;
        background-color: #F6F6F6 !important;
    }



.ico-small {
    height: 15px;
    margin-left: 5px;
}

.ico-smaller {
    height: 12px;
    margin-left: 5px;
}

.k-window {
    border: none !important;
}

.warning {
    margin-left: 10px;
}

.step-value.dropresult {
    text-align: left !important;
}

.step-balloon {
    width: 22px;
}

.step-info-button {
    width: 60px;
    right: 40px;
    position: absolute;
    top: 20px;
    height: 24px;
    line-height: 24px;
    font-family: museo500 !important;
    color: rgb(0, 157, 224) !important;
    cursor: pointer;
    background-image: url(/Images/Uitleg.png);
    background-repeat: no-repeat;
    background-position: right;
}

.step-info-content {
    display: none;
    position: absolute;
    top: 18px;
    bottom: 20px;
    right: 15px;
    background-color: #FFF;
    z-index: 200;
    width: 300px;
    border: 1px solid silver;
    border-radius: 3px;
}


.step-info-innercontent {
    position: absolute;
    top: 39px;
    bottom: 0;
    padding: 10px;
    overflow-y: scroll;
}

.step-info-header {
    padding: 5px;
    height: 24px;
    font-family: museo500 !important;
    line-height: 24px;
    background-color: rgb(0, 157, 224) !important;
    color: #FFF;
    width: 100%;
    font-size: 16px;
}

.step-info-header-close {
    font-family: museo700 !important;
    padding: 5px;
    height: 24px;
    background-color: rgb(0, 157, 224) !important;
    color: #FFF;
    max-width: 30px;
    cursor: pointer;
}

.tooltip_templates {
    display: none;
}

.report-spacer {
    min-width: 18px;
}

.report-pie {
    height: 300px;
    background-color: #FFFFFF;
    margin-right: 20px;
}

.report-chart {
    height: 300px;
    background-color: #FFFFFF;
    vertical-align: top;
    width: 100%;
}

.column-header {
    background-color: #e1e8ee;
    color: #000;
    max-width: 200px;
    font-family: museo700 !important;
    white-space: nowrap;
    padding: 3px;
}

.report-chart-header {
    background-color: #FFFFFF;
    padding: 5px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aanbevolen-maten {
   
    width: 300px;
    padding-left: 0 !important;
}

.aanbevolen-maten .table-cell {
    background-color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    width: 100px;
    border: 1px solid #f6f6f6;
    font-family: museo700;
    font-size: 12px;
}



.table-cell.period-value {
    width: 60px;
    background-color: #fff;
    border-right: 1px solid #f6f6f6;
}

    .table-cell.period-value div {
        padding: 8px;
    }

    .table-cell.period-value .result {
        font-family: museo700;
    }


.rijloper-color {
    border-left:5px solid gray !important;
    text-align:left!important;
}

.rijloper {
    background-color: gray;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: museo700;
    color: #fff;
    font-size: 10px;
}

.belijning-color {
    border-left: 5px solid #fff !important;
    text-align: left !important;
}

.fietsstrook-color {
    border-left: 5px solid #ad1111 !important;
    text-align: left !important;
}

.fietsstrook {
    background-color: #ad1111;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: museo700;
    font-size: 10px;
    color: #fff;
}

.schrikstrook-color {
    border-left: 5px solid silver !important;
    text-align: left !important;
}

.schrikstrook {
    background-color: silver;
    height: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: museo700;
    font-size: 10px;
    color: #fff;
}


.periods.header {
    background-color: rgb(0, 157, 224);
    color: #fff;
    padding: 5px;
}

.periods div.truncate {
    width: 120px;
    padding: 5px;
}

.table-cell.periods, div.periods {
}

.table-cell.column {
    background-color: #fff;
    border-top: 1px solid #f6f6f6;
    margin: 1px;
}

.notifyjs-bootstrap-base {
    font-weight: normal !important;
    white-space: normal !important;
    text-align: left !important;
}

.notifyjs-container {
    width: 300px;
}


.dont-break-out {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 5px 5px 5px 8px;
}

@media all and (max-width: 1200px) {
    body {
        font-size: 12px;
    }

    .container-pane {
        left: 10px !important;
        right: 10px !important;
    }

    .right-pane {
        left: 340px !important;
        width: auto;
        z-index: 100;
    }

    .calculation-item-incomplete,
    .calculation-item-result {
        font-size: 18px !important;
    }

    .calculation-item-detail {
        font-size: 14px !important;
    }
}

@media all and (max-width: 1024px) {
    body {
        font-size: 12px;
    }

    .container-pane {
    }

    .right-pane {
        left: 280px !important;
        width: auto;
    }

    .left-pane {
        width: 310px !important;
    }

    .calculation-item-incomplete,
    .calculation-item-result {
        font-size: 16px !important;
    }

    .calculation-item-result {
        font-size: 16px !important;
    }

    .calculation-item-detail {
        font-size: 13px !important;
    }
}
