
.small {
    font-size: 8px !important;
    width: 15px !important;
}

div.tdf-paging {
    padding-top: 14px;
}

.tdf-loading-image {
    margin: 0;
    position: absolute;
    top: 35%;
    left: 45%;
    margin-right: -50%;
}

.tdf-string-edit {
    width: 280px !important;
    padding: 10px;
}

.tdf-integer-edit {
    width: 50px;
    padding: 10px;
    text-align: left;
}

.tdf-date-edit {
    width: 75px;
    padding: 10px;
    text-align: left;
}

.tdf-number {
    text-align: right;
}

.default-margin {
    margin-left: 25px;
}

.tdf-text {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.tdf-label {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
    text-align: right;
    margin-right: 15px;
    float: left;
    font-weight: bold;
}

.tdf-popup {
    font-size: 14px;
}

    .tdf-popup h4 {
        font-size: 18px;
        font-size: 1.8rem;
        font-family: "kelson_regular", Arial, Helvetica, sans-serif;
        margin-bottom: 10px;
    }

div.tdf-column0 {
    margin-top: 14px;
    font-weight: bold;
}


div.tdf-column1, div.tdf-labelcolumn {
    display: inline-block;
    width: 150px;
    margin-top: 14px;
    font-weight: bold;
}

div.tdf-column2, div.tdf-inputcolumn {
    display: inline-block;
    width: 250px;
    margin-top: 14px;
}

div.tdf-inputtable {
    display: inline-block;
    width: 250px;
    margin-top: 0px;
}

.tdf-non-editble-input {
    float: right;
    margin-right: 70px;
}

.tdf-normalinput, .tdf-select {
    border: solid 1px #e2e4e8;
    color: #333333;
    padding-left: 0px;
    padding-right: 0px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    height: 35px;
}

.tdf-select {
    width: 225px;
}

.tdf-integer {
    width: 75px;
}

.tdf-string {
    width: 200px !important;
}

.tdf-memo-new {
    margin-left: 10px;
    width: 99% !important;
    height: 200px !important;
    vertical-align: top !important;
}

.tdf-memo-edit {
    margin-left: 10px;
    width: 99% !important;
    height: 200px !important;
}

.tdf-non-editble-input > li > input {
    width: 280px;
}

div.tdf-inputcolumn input:disabled, div.tdf-inputtable input:disabled {
    background: white;
    border: none;
}

.tdf-message {
    line-height: 70px;
}

    .tdf-message label {
        padding: 8px 10px 8px 10px;
        vertical-align: middle;
    }

.tdf-message-error {
    color: #e2e4e8;
    background-color: red;
}

.tdf-message-warning {
    color: orangered;
    background-color: #e2e4e8;
}

.tdf-message-info {
    color: black;
    background-color: #e2e4e8;
}

div.main-action-btn__wrapper .box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.well-no-border {
    position: relative;
    width: 50%;
    padding-left: 15px;
    background: white;
}

.well-no-border-full-width {
    position: relative;
    width: 100%;
    padding-left: 15px;
    background: white;
}

.grid-icon {
    position: relative;
    width: 50%;
    padding-top: 14px;
    padding-bottom: 14px;
    background: white;
}

.tdf-validation-error-icon {
    color: #ff6666;
    font-size: 15px !important;
}

.tdf-small-icon {
    font-size: 15px !important;
}

#main-nav .menu-items {
    padding-left: 20px;
}

.tdf-navi nav ul li {
    background-color: #e2e4e8 !important;
}

.tdf-menu-item {
    background: #e2e4e8;
    width: 175px;
}

    .tdf-menu-item label {
        display: block;
        color: #3f7999;
        font-size: 15px;
        font-weight: 500;
        padding: 15px 20px;
        text-transform: uppercase;
    }

        .tdf-menu-item label:hover {
            background: #f8f8f8;
        }

    .tdf-menu-item ul {
        background: #fff;
        font-size: 12px;
        line-height: 20px !important;
        list-style-type: none;
        overflow: hidden;
        padding: 0px;
    }

        .tdf-menu-item ul a {
            margin-left: 20px;
            padding-left: 10px !important;
            text-decoration: none;
            color: #000;
            display: block;
            width: 200px;
            line-height: 20px !important;
        }

    .tdf-menu-item li {
        border-bottom: 1px solid #eee;
        line-height: 20px !important;
    }


        .tdf-menu-item li:hover {
            background: #f8f8f8;
        }

    .tdf-menu-item ul {
        background: #fff;
        font-size: 12px;
        line-height: 20px !important;
        height: 0px;
        /*Collapses the menu*/
        list-style-type: none;
        overflow: hidden;
        padding: 0px;
    }

.tdf-navi input[type=checkbox] {
    display: none;
}

    .tdf-navi input[type=checkbox]:checked + .tdf-menu-item ul {
        height: auto !important;
    }


.service-list {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    display: inline-block;
}

    .service-list img {
        float: left;
    }

    .service-list p, h3 {
        text-align: right;
        display: inline-block;
        padding: 0;
    }

.tdf-animation {
    width: 64px;
    height: 64px;
}

.active {
    background: #e2e4e8;
}

.multiColumn-multiselect {
    width: 257px !important;
}

    .multiColumn-multiselect div {
        width: 257px !important;
    }

.multiselect-component {
    min-width: 400px;
}

    .multiselect-component label {
        min-width: 100px !important;
    }

.multiColumn-multiselect label {
    min-width: 20px !important;
}

.multiColumn .tdf-inputtable .form-group--md .checkbox-list-no-padding > label {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

.multiselect-component .tdf-string-edit {
    width: 257px !important;
}

.multiselect-component .tdf-typeaheadItems {
    width: 257px !important;
    margin-left: 103px !important;
}

.multiselect-SearchColumn {
    margin-left: 145px;
    margin-top: 5px;
}

.multiColumn-disable-padding div {
    padding-left: 0 !important;
}

.multiColumn-grid {
    display: inline-block;
    vertical-align: top;
    width: 360px;
    margin: 0px 0 20px 15px;
}

.multiColumn-radio {
    display: inline-block;
    vertical-align: top;
    width: 490px;
    margin: 15px 60px 15px 20px;
}

.multiColumn-radio--inline {
    display: inline-block;
    vertical-align: top;
    width: 490px;
    margin: 15px 15px 0px 20px;
}

.multiColumn div {
    display: inline-block;
    vertical-align: top;
    width: 560px;
    padding-left: 10px;
}

    .multiColumn div.tdf-memo {
        display: inline-block;
        vertical-align: top;
        min-width: 560px;
        padding: 5px 8px;
    }

    .multiColumn div.tdf-text {
        display: inline-block;
        vertical-align: top;
        min-width: 200px;
        padding-left: 10px;
    }

span.afterinput label {
    font-weight: bold;
    min-width: 10px !important;
    margin: 0 14px 0 14px;
}

div.multiColumn label {
    display: inline-block;
    min-width: 200px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
}



div.multiColumn table {
    display: inline-block;
    vertical-align: top;
    width: 150px;
}

.tdf-typeaheadItems {
    width: 280px !important;
    background: white;
    border: solid 2px #e2e4e8;
    position: absolute;
    margin-left: 202px;
    z-index: 1;
}

.tdf-5-row-grid {
    height: 150px !important;
}

.tdf-5-row-grid-icon {
    padding-top: 0px !important;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1em;
    }

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

    .ui-widget-content a {
        color: #333333;
    }

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #333333;
    }

    /* Interaction states
----------------------------------*/
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        /*border: 1px solid #c5c5c5;*/
        background: #f6f6f6;
        font-weight: normal;
        color: #454545;
    }

        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited {
            color: #454545;
            text-decoration: none;
        }

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        /*border: 1px solid #cccccc;*/
        background: #ededed;
        font-weight: normal;
        color: #2b2b2b;
    }

        .ui-state-hover a,
        .ui-state-hover a:hover,
        .ui-state-hover a:link,
        .ui-state-hover a:visited,
        .ui-state-focus a,
        .ui-state-focus a:hover,
        .ui-state-focus a:link,
        .ui-state-focus a:visited {
            color: #2b2b2b;
            text-decoration: none;
        }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #003eff;
        /*background: #007fff; vies blauw rc*/
        font-weight: normal;
        /*color: #ffffff;*/
    }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #ffffff;
            text-decoration: none;
        }

    /* Interaction Cues
----------------------------------*/
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #dad55e;
        /*background: #fffa90; vies geel rc*/
        /*color: #777620; donker geel rc   */
    }

        .ui-state-highlight a,
        .ui-widget-content .ui-state-highlight a,
        .ui-widget-header .ui-state-highlight a {
            /*color: #777620; donker geel rc   */
        }

    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #f1a899;
        background: #fddfdf;
        /*color: #5f3f3f; donker bruin rc*/
    }

        .ui-state-error a,
        .ui-widget-content .ui-state-error a,
        .ui-widget-header .ui-state-error a {
            /*color: #5f3f3f; donker bruin rc*/
        }

    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        /*color: #5f3f3f; donker bruin rc*/
    }

    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }

    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70); /* support: IE8 */
        font-weight: normal;
    }

    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35); /* support: IE8 */
        background-image: none;
    }

        .ui-state-disabled .ui-icon {
            filter: Alpha(Opacity=35); /* support: IE8 - See #6059 */
        }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}

.ui-widget-shadow {
    margin: 0px 0 0 0px;
    padding: 5px;
    background: #666666;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
    border-radius: 8px;
}

/*
    Kasopmaak specific
*/

div.kassaSelectieContainer {
    border: solid 1px lightgray;
    overflow: hidden;
    width: 550px;
    padding: 5px;
    margin: 0 auto;
}

    div.kassaSelectieContainer kassaSelectieGrid {
        width: 540px;
        margin: 0 auto;
    }

div.betaalMediaContainer {
    border: solid 1px lightgray;
    overflow: hidden;
    width: 750px;
    padding: 5px;
    margin: 0 auto;
}

div.inKasContainer {
    margin-top: 10px;
}

div.inKasLabelContainer {
    width: 100px;
}

div.inKasContainer label {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

div#betaalMedialeft {
    width: 54%;
    height: 345px;
    float: left;
    padding-top: 5px;
    padding-left: 5px;
    border: solid 1px lightgray;
}

div#betaalMediaRight {
    width: 44%;
    height: 500px;
    float: right;
    padding-top: 5px;
    padding-left: 5px;
    border: solid 1px lightgray;
}

div.tdf-cashregisterColumn1 {
    display: inline-block;
    width: 100px;
    margin-top: 14px;
    margin-left: 14px;
    font-weight: bold;
}

div.tdf-cashregisterColumn2 {
    display: inline-block;
    /*width: 50px;*/
    margin-top: 14px;
}

/*
    end kasopmaak specific
*/

div.scannenContainer {
    border: solid 1px lightgray;
    overflow: hidden;
    width: 500px;
    padding: 5px;
    margin: 0 auto;
}


div.tdf-confirmColumn1 {
    display: inline-block;
    width: 200px;
    margin-top: 14px;
    margin-left: 14px;
    font-weight: bold;
}

div.tdf-confirmColumn2 {
    display: inline-block;
    margin-top: 14px;
}

div.productFilterGrid {
    height: 100px;
    width: 400px;
}

div.filterOption {
    margin-bottom: 10px;
}

div.multiSearchFilter {
    margin-bottom: 5px;
}

div.multiSearchFilterExtend {
    margin-bottom: 5px;
    max-height: 247px;
    max-width: 550px;
    border: solid 1px lightgray;
}



div.grid {
    margin: 0px 1px 1px 2px !important;
}

div.row.tdf-defaultLeftMargin {
    margin-left: 15px;
}


div[data-angular-treeview] {
    /* prevent user selection */
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* default */
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

div[data-tree-model] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    overflow: hidden;
}

div[data-tree-model] li {
    position: relative;
    padding: 0 0 0 20px;
    line-height: 20px;
}

    div[data-tree-model] li .expanded {
        padding: 0px 10px;
        /*background-image: url("http://cfile23.uf.tistory.com/image/205B973A50C13F4B19D9BD");*/
        background-image: url("..//images/folder.png");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .collapsed {
        padding: 0px 10px;
        /*background-image: url("http://cfile23.uf.tistory.com/image/1459193A50C13F4B1B05FB");*/
        background-image: url("..//images/folder-closed.png");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li .normal {
        padding: 0px 10px;
        /*background-image: url("http://cfile23.uf.tistory.com/image/165B663A50C13F4B196CCA");*/
        background-image: url("..//images/file.png");
        background-repeat: no-repeat;
    }

    div[data-tree-model] li i, div[data-tree-model] li span {
        cursor: pointer;
    }

    div[data-tree-model] li .selected {
        background-color: #aaddff;
        font-weight: bold;
        padding: 1px 5px;
    }

    div[data-tree-model] li .selectedBold {
        font-weight: bold;
        padding: 1px 5px;
    }


div.scrollStyle {
    max-height: 450px;
    overflow-y: scroll;
}

.promotiecontainer {
    text-align: center;
    width: 100%;
    border: solid 1px #e2e4e8;
}

.promotiekolom {
    margin: 14px;
    padding: 14px;
    width: 30%;
    text-align: left;
    border: solid 1px #e2e4e8;
    display: inline-block;
    height: 495px;
}

.scroll-x {
    overflow-x: scroll;
}

.scroll-y {
    overflow-y: scroll;
}

.inloggencontainer {
    width: 100%;
}

.inloggenkolom {
    margin-top: 14px;
    padding: 14px;
    text-align: left;
    display: inline-block;
}

    .inloggenkolom.links {
        width: 15%;
    }

    .inloggenkolom.rechts {
        width: 70%;
    }

.detailWell {
    position: relative;
    width: 100%;
    margin-top: 14px;
    padding: 0 15px;
    background: white;
    border: 1px solid lightgray;
}

.detailRow {
    display: inline-block;
    margin: 0 0 10px 7px;
    width: 200px;
}

.detailFoto {
    display: inline-block;
    float: right;
    margin-right: 50px;
    position: absolute;
    top: 60px;
    right: 10px;
    height: 100px;
}

.gridFoto {
    margin-left: 10px;
    margin-bottom: 10px;
    float: left;
}

input:disabled {
    background: white;
    border: none;
}

.messageInWell {
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

.watermark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.25;
    width: 100%;
    text-align: center;
    z-index: 1000;
    font-size: 1.5em;
}

#no-image {
    height: 100px;
}

.foto {
    max-width: 140px !important; 
    max-height: 190px !important; 
    margin-top: 0px !important;
}

#btw-select {
    width: 100px;
    height: 35px;
}

#fabrikant-select {
    width: 300px;
    height: 35px;
}

.dropdown-select {
    width: 300px;
    height: 35px;
}

.tdf-dropdown {
    width: 280px !important; 
    display: inline-block !important;
}
