/** Tiles */
.css-table.no-margin-table .tile,
.css-table.no-margin-table .tile-currency,
.css-table.no-margin-table .tile-date,
.css-table.no-margin-table .tile-bool,
.css-table.no-margin-table .tile-bool-squared {
    border: 1px solid #b7b7b7;
    border-left-width: 0px;
    border-right-width: 0px;
    padding: 15px;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0 1px 3px #cacaca;
    -webkit-box-shadow: 0 1px 3px #cacaca;
    box-shadow: 0 1px 3px #cacaca;
    background-color: #f0f0f0;
}

    .css-table.no-margin-table .tile-user,
    .css-table.no-margin-table .tile-date,
    .css-table.no-margin-table .tile.clock,
    .fee-opts-preview .tile-user,
    .fee-opts-preview .tile-date,
    .fee-opts-preview .tile.clock {
    }

        .css-table.no-margin-table .tile-date > *,
        .fee-opts-preview .tile-date > * {
            margin-left: 0;
        }

.css-table.no-margin-table .col:first-child .tile,
.css-table.no-margin-table .col:first-child .tile-currency,
.css-table.no-margin-table .col:first-child .tile-date,
.css-table.no-margin-table .col:first-child .tile-bool,
.css-table.no-margin-table .col:first-child .tile-bool-squared {
    margin-right: 0px;
    margin-left: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.css-table.no-margin-table .col:last-child .tile,
.css-table.no-margin-table .col:last-child .tile-currency,
.css-table.no-margin-table .col:last-child .tile-date,
.css-table.no-margin-table .col:last-child .tile-bool,
.css-table.no-margin-table .col:last-child .tile-bool-squared {
    margin-right: 5px;
    margin-left: 0px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.tile-inline > div > * {
    display: inline-block;
}

.tile, .tile-currency, .tile-date, .tile-bool, .tile-bool-squared {
    border: 1px solid #b7b7b7;
    margin: 5px;
    padding: 12px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 1px 3px #cacaca;
    -webkit-box-shadow: 0 1px 3px #cacaca;
    box-shadow: 0 1px 3px #cacaca;
    background-color: #f0f0f0;
}

.tile-date, .tile-author {
    padding-right: 50px;
}

.tile-separate-left {
    margin-left: 15px;
}

.tile h3 {
    font-weight: 700;
    display: block;
    text-align: left;
    color: #909090;
}

.tile span {
    display: block;
    margin-top: 10px;
    text-align: left;
    font-size: 18px;
    color: #404040;
    font-weight: 700;
}

.tile-date > * {
    margin-left: 20px;
}

.tile-currency span {
    color: #e90100;
    text-align: right;
}

.tile .onoffswitch {
    margin-top: 11px;
}

.tile-date {
    background: #f0f0f0 url(../images/common-icons/icon-calendar-2.png) no-repeat right 20px center;
    background-repeat: no-repeat;
}

.tile-user {
    background: #f0f0f0 url("../images/common-icons/icon-person.png") no-repeat right 20px center;
    background-repeat: no-repeat;
}

.tile-bool {
    margin-top: 22px;
    vertical-align: top;
}

    .tile-bool span {
        font-weight: bold;
        font-size: large;
        vertical-align: text-bottom;
    }

.tile .onoffswitch {
    margin-left: auto;
    margin-right: auto;
}

.tile-bool-squared {
}

    .tile-bool-squared > * {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .tile-bool-squared > h3 {
        text-align: center;
    }

    .tile-bool-squared > *:first-child {
        margin-top: 5px;
        margin-bottom: 12px;
    }

.css-table .col-bool-squared {
    vertical-align: bottom;
}

.tile .installment-number-container {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

    .tile .installment-number-container .installment-label-container .installment-label {
        font-weight: 700;
        display: block;
        text-align: right;
        color: #404040;
    }

    .tile .installment-number-container .installment-label-container .installment-value {
        display: block;
        margin-top: 10px;
        text-align: left;
        font-size: 22px;
        color: #e90100;
        font-weight: 700;
    }

    .tile .installment-number-container .installment-icon-container {
        padding-left: 5px;
    }

.tile > ul {
    list-style: none;
    display: table;
    width: 100%;
    height: 100%;
}
    .tile > ul li {
        border-bottom: 1px solid #ddd;
        padding: 15px;
    }
.tile.tile-with-list {
    padding: 0 !important;
    font-size: 14px;
}
/*
* Styles for details view
*/
.seperated-sections .panel {
    border-bottom: 1px solid #DDDDDD;
}

    .seperated-sections .panel:last-of-type {
        border-bottom: none;
    }

/*
* Styles for table-like divs formatting
*/
.css-table,
.css-auto-table {
    display: table;
}

    .css-table.fixed-table,
    .css-auto-table.fixed-table {
        table-layout: fixed;
        margin-left: auto;
    }

    .css-table .col,
    .css-table .colSpanned,
    .css-table .col-adjusted,
    .css-table .col-top {
        display: table-cell;
        width: 25%;
    }

    .css-table .col-top {
        vertical-align: top;
    }

    .css-table .col:nth-child(1) {
    }

    .css-table .col:nth-child(2) {
    }

.css-auto-table {
    width: auto;
}

    .css-auto-table .col {
        display: table-cell;
        width: auto;
    }

.label-value-box, .label-value-singlecol {
    display: table;
    width: 100%;
}

    .label-value-box .label-value {
        display: table-cell;
        width: 50%;
        padding: 5px;
    }

.label-value-singlecol {
    width: 50%;
}

.label-value-box .label-value:nth-child(1) {
}

.label-value-box .label-value:nth-child(2) {
}

.col-adjusted .label-value-box .label-value:nth-child(2) {
    text-align: right;
}

.columns-container {
    width: 100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

.column-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

.pdn5 {
    padding: 5px !important;
}

.padl-5px {
    padding-left: 5px;
}

.pdn10 {
    padding: 10px;
}

.pdnt-10 {
    padding-top: 10px;
}

.minWdth300px {
    min-width: 300px;
}

.wdth40 {
    width: 40%;
}

.wdth50 {
    width: 50%;
}

.centerDiv {
    margin: 0 auto !important;
}

.cancel-box {
    display: inline-block;
    width: 16px;
}

.number-field, .date-field {
    text-align: right;
}

/**
 * Style for Grid
*/

.number-Column {
    text-align: right;
}

.k-grid td {
    line-height: 0.5em;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .k-grid td.no-ellipsis {
        line-height: 0.5em;
        -ms-text-overflow: clip;
        -o-text-overflow: clip;
        text-overflow: clip;
        white-space: nowrap;
    }

.k-grid th.no-ellipsis {
    text-overflow: clip;
    white-space: nowrap;
}

.k-grid tr[data-uid] {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .k-grid tr[data-uid] td {
        white-space: nowrap;
    }

.k-grid table {
    table-layout: fixed;
}

.k-grid-header .k-header {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**
 * Styles for PopUps
*/
.popUpForm {
    min-width: 600px;
}

.rightColumn {
    float: left !important;
}

.leftColumn {
    float: left !important;
    padding-right: 93px;
}

.form-label {
    width: 120px;
}

#details-form .form-field-cont {
    width: 172px;
}

/**
 * Styles for modal forms
*/
.modalFormHeader {
    min-height: 30px;
    padding-bottom: 20px;
}

/**
 * Styles for Preview
*/

.Preview-Header-Box {
    word-break: break-all;
}

.User-Preview-Header-Left-Box {
    width: 80%;
    float: left;
}

.User-Preview-Header-Right-Box {
    width: 20%;
    float: right;
    text-align: center;
}

.User-Preview-Header-Right-Box-Content {
    float: right;
}

.Preview-Body-Box {
    margin-top: 10px;
}

.Preview-Body-Left-Box {
    width: 40%;
    float: left;
    min-width: 250px;
}

.Preview-Body-Right-Box {
    width: 40%;
    float: right;
    min-width: 250px;
}

.Preview-Body-LR-Box-Left-Content {
    width: 48%;
    float: left;
}

.Preview-Body-LR-Box-Right-Content {
    width: 48%;
    float: right;
}

#PreviewContainer {
    min-width: 684px;
}
/*.divPreview { width: 80%; margin:0 auto; padding-left: 5px; padding-right: 5px ; min-width: 674px;}*/
.borderAll {
    border: 1px solid #dddddd;
}

.k-panelbar .k-item .k-content .k-header .k-icon {
    background-image: url('./kendo/custom-images/sprite.png');
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    -o-border-radius: initial;
    border-radius: initial;
    background-color: transparent;
}

.k-panelbar .k-item .k-content div.k-grid table .k-header .k-dropdown-wrap span.k-icon {
    float: none;
    border: none;
}

/**
 * Styles for PickList widget
*/
div.pickList div.k-grid div.k-grid-header, div.pickListModalWindow div.k-grid div.k-grid-header {
    border-bottom-width: 1px !important;
}

div.pickList .k-grid-content, div.pickListModalWindow .k-grid-content {
    height: auto !important;
}

div.pickList .k-grid-content {
    max-height: 150px !important;
}

div.pickListModalWindow .k-grid-content {
    overflow: auto !important;
}

div.pickListModalWindow .k-grid-header {
    padding: 0 !important;
}

.pickList-searchBox {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

div.pickList .k-grid-header-wrap, div.pickListModalWindow .k-grid-header-wrap {
    border: none !important;
}

div.k-window-content {
    padding: 0 !important;
}

div.k-grid-plain table {
    border-spacing: 0 !important;
    border-collapse: separate !important;
    border: 1px solid #ccc !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
}

div.k-grid-plain td,
div.k-grid-plain th {
    border-left: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    padding: 10px 15px !important;
    text-align: left !important;
}

div.k-grid-plain table .k-header {
    border-top: none !important;
    background-color: #f0f0f0 !important;
}

div.k-grid-plain tr > :first-child {
    border-left: none !important;
    padding-left: 20px !important;
}

/**
 * Styles for Wizard and Details Control
*/

.active-input {
    font: bold 14px Helvetica;
    color: #404040;
    background-color: #f6f6f6 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    height: 35px;
}

.plain-input {
    font: bold 14px Helvetica;
    color: #404040;
    background-color: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 35px !important;
}

.input-s {
    width: 50px !important;
}

.k-numerictextbox.input-s {
    width: 75px !important;
    float: none;
}

.k-dropdown.input-s {
    width: 76px !important;
}

.k-dropdown-wrap.input-s {
    width: 50px !important;
}

.k-dropdown.input-m {
    width: 156px !important;
}

.k-dropdown-wrap.input-m {
    width: 130px !important;
}

.input-m {
    width: 140px !important;
}

.input-l {
    width: 230px !important;
}

.input-vl {
    width: 275px !important;
}

.input-vxl {
    width: 350px !important;
}

.input-vxxl {
    width: 480px !important;
}

.k-numerictextbox span input.number {
    text-align: right !important;
    padding-right: 15px !important;
}

#ExpirationDateAlertsRootGrid-advanced-search-form .k-numerictextbox span input.number {
    padding-right: 5px !important;
}

.text {
    padding-left: 15px !important;
}

.advanced-search-form .text.input-m {
    padding-left: 15px !important;
}

.advanced-search-form .text {
    padding-left: 0 !important;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        display: inline-block;
        width: 16px;
        height: 16px;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        background: url(../images/icon-set/checkbox-unchecked.png) left top no-repeat;
        cursor: pointer;
    }

    input[type="checkbox"]:checked + label {
        background: url(../images/icon-set/checkbox-checked.png) top no-repeat;
    }

.k-edit-field > input[type="checkbox"] + label {
    width: 160px;
    text-align: right;
}

.k-edit-field > input[type="checkbox"]:checked + label {
    background: url(../images/icon-set/checkbox-checked.png) left top no-repeat;
}

input.disabled,
textarea.disabled,
input[disabled],
textarea[disabled] {
    background-image: url(../images/icon-set/icon-disabled.png);
    background-repeat: no-repeat;
    color: #404040;
    height: 35px;
    text-indent: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    font: bold 14px Helvetica;
        background-position: calc(100% - 7px) 7px;
}

    input.disabled.input-s,
    textarea.disabled.input-s {
        width: 60px;
    }

    input.disabled.input-m,
    textarea.disabled.input-m {
        width: 150px;
    }

    input.disabled.input-l,
    textarea.disabled.input-l {
        width: 240px;
    }

    input.disabled.input-vl,
    textarea.disabled.input-vl {
        width: 285px;
    }

    input.disabled.input-vxl,
    textarea.disabled.input-vxl {
        width: 365px;
    }

    input.disabled.input-vxxl,
    textarea.disabled.input-vxxl {
        width: 490px;
    }

    input.disabled.input-s.number {
        width: 60px !important;
        background-position: 65px center !important;
    }

    input.disabled.input-m.number {
        width: 77px !important;
        background-position: 155px center !important;
    }

    input.disabled.input-l.number {
        /*width: 201px !important;*/
        background-position: 176px center !important;
        width: 167px!important;
    }

    input.disabled.input-vl.number {
        width: 285px !important;
        background-position: 290px center !important;
    }

    input.disabled.input-vxl.number {
        width: 360px !important;
        background-position: 365px center !important;
    }

    input.disabled.input-vxxl.number {
        width: 480px !important;
        background-position: 485px center !important;
    }

    input.disabled.number {
        text-align: right !important;
        padding-right: 30px !important;
    }

.k-dropdown .k-input {
    font: bold 14px Helvetica;
    color: #404040 !important;
    height: 28px !important;
    padding-left: 8px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 2.15em !important;
}

.k-list-container .k-item {
    font: bold 14px Helvetica !important;
    color: #404040 !important;
}

.k-dropdown-wrap .k-select {
    background-color: #e9e9e9 !important;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    -moz-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    height: 28px !important;
}

.sortable li {
    width: 240px;
    height: 18px;
    background-color: #f6f6f6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .sortable li div {
        font-size: 13px;
        width: 240px;
        height: 18px;
    }

        .sortable li div.active {
            background-image: url(../images/icon-set/sortable-arrow.png);
            background-repeat: no-repeat;
            background-position: right center;
        }

div.wizard-3-col {
    display: table;
}

    div.wizard-3-col > div:nth-child(odd) {
        display: table-cell;
        width: 40%;
        min-width: 480px;
        max-width: 560px;
    }

    div.wizard-3-col > div:nth-child(2) {
        display: table-cell;
        width: 20%;
    }

    div.wizard-3-col > div:nth-child(3) {
        vertical-align: top;
    }

.wizard-table,
.wizard-table tbody tr,
.wizard-table tbody tr th,
.wizard-table tbody tr td {
    border: 0 none;
}

    .wizard-table,
    .wizard-table tbody tr {
        width: 100%;
        table-layout: fixed;
    }

        .wizard-table tbody tr th {
            float: left;
            height: 30px;
        }

        .wizard-table tbody tr td {
            height: 30px;
            text-wrap: normal;
        }

            .wizard-table tbody tr td:nth-child(odd) {
                width: calc(100% - 260px);
            }

            .wizard-table tbody tr td:nth-child(even) {
                width: 260px;
            }

        .wizard-table.full-row tbody tr td:nth-child(odd) {
            width: calc(100% - 260px);
        }

        .wizard-table.full-row tbody tr td:nth-child(even) {
            width: 260px;
        }

        .wizard-table tbody tr td input,
        .wizard-table tbody tr td textarea,
        .wizard-table tbody tr td span.k-dropdown,
        .wizard-table tbody tr td span.k-numerictextbox,
        .wizard-table tbody tr td span.k-combobox,
        .wizard-table tbody tr td span.k-datepicker,
        .wizard-table tbody tr td div.kswitch,
        .wizard-table tbody tr td label[for^='chk'],
        .wizard-table tbody tr td .sortable {
            float: right;
        }

        .wizard-table tbody tr td input,
        .wizard-table tbody tr td textarea,
        .wizard-table tbody tr td span.k-dropdown,
        .wizard-table tbody tr td span.k-combobox,
        .wizard-table tbody tr td span.k-datepicker,
        .wizard-table tbody tr td div.kswitch,
        .wizard-table tbody tr td label[for^='chk'],
        .wizard-table tbody tr td span.k-numerictextbox {
            margin-right: 20px;
        }

        .wizard-table tbody tr td .sortable {
            margin-right: 16px;
        }

        .wizard-table tbody tr td span.k-numerictextbox .k-numeric-wrap input {
            font: bold 14px Helvetica;
            color: #404040;
            background-color: #f6f6f6;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            height: 35px;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

            .wizard-table tbody tr td span.k-numerictextbox .k-numeric-wrap input[disabled="disabled"] {
                background-image: url(../images/icon-set/icon-disabled.png);
                background-repeat: no-repeat;
                background-position: 145px center;
                padding-right: 35px !important;
            }

        .wizard-table tbody tr td span.k-numerictextbox .k-numeric-wrap span.k-select {
            background-color: #f6f6f6;
            height: 35px;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            background-color: #e9e9e9;
        }

            .wizard-table tbody tr td span.k-numerictextbox .k-numeric-wrap span.k-select .k-link {
                line-height: 20px;
            }

        .wizard-table tbody tr td span.k-datepicker input {
            font: bold 14px Helvetica;
            color: #404040;
            background-color: #f6f6f6;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            height: 35px;
            text-indent: 15px !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        .wizard-table tbody tr td span.k-datepicker input.disabled {
            background-position: 105px center !important;
        }

        .wizard-table tbody tr td span.k-datepicker span.k-select {
            background-color: #f6f6f6;
            height: 35px;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            background-color: #e9e9e9;
        }

        .wizard-table tbody tr td span.k-datepicker span.k-select .k-icon {
            margin-top: 8px;
        }
        .k-datepicker input,
        .k-timepicker input {
            padding-right: 10px !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-align: right !important;
        }
        .k-datepicker input.disabled,
        .k-timepicker input.disabled {
            padding-right: 35px !important;
        }

        .wizard-table tbody tr td div.kswitch {
            margin: 0 20px 0 0;
        }

        .wizard-table tbody tr td span.k-dropdown .k-dropdown-wrap input {
            font: bold 14px Helvetica;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            height: 35px;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            text-indent: 15px;
        }

            .wizard-table tbody tr td span.k-dropdown .k-dropdown-wrap input[disabled="disabled"] {
                background-image: url(../images/icon-set/icon-disabled.png);
                background-repeat: no-repeat;
                background-position: 110px center;
            }

        .wizard-table tbody tr td span.k-dropdown .k-dropdown-wrap span.k-input,
        .wizard-table tbody tr td span.k-dropdown .k-dropdown-wrap span.k-select {
            height: 35px !important;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            line-height: 2.5em;
        }

        .wizard-table tbody tr td span.k-combobox .k-dropdown-wrap input {
            font: bold 14px Helvetica;
            color: #404040;
            background-color: #f6f6f6;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            height: 35px;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            text-indent: 15px;
        }

            .wizard-table tbody tr td span.k-combobox .k-dropdown-wrap input[disabled="disabled"] {
                background-image: url(../images/icon-set/icon-disabled.png);
                background-repeat: no-repeat;
                background-position: 110px center;
            }

        .wizard-table tbody tr td span.k-combobox .k-dropdown-wrap span.k-select {
            background-color: #f6f6f6;
            height: 35px !important;
            -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
            background-color: #e9e9e9;
            line-height: 2.5em;
        }

        .wizard-table .full-row-input {
            display: block;
            width: 100%;
        }

        .wizard-table .full-row-input-padded {
            width: calc(100% - 15px);
        }

table.wizard-table tbody tr.equal-rows > td {
    width: 50%;
}

table.wizard-table tbody tr.multi-line-row > td input {
    margin-top: 6px;
    margin-bottom: 6px;
}

.stepContainer span.k-numerictextbox .k-numeric-wrap input {
    font: bold 14px Helvetica;
    color: #404040;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .stepContainer span.k-numerictextbox .k-numeric-wrap input[disabled="disabled"] {
        background-image: url(../images/icon-set/icon-disabled.png);
        background-repeat: no-repeat;
        background-position: 145px center;
        padding-right: 35px !important;
    }

.stepContainer span.k-numerictextbox .k-numeric-wrap span.k-select {
    background-color: #f6f6f6;
    height: 35px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    background-color: #e9e9e9;
}

    .stepContainer span.k-numerictextbox .k-numeric-wrap span.k-select .k-link {
        line-height: 20px;
    }

.stepContainer span.k-datepicker input {
    font: bold 14px Helvetica;
    color: #404040;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    height: 35px;
    text-indent: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

    .stepContainer span.k-datepicker input.disabled {
        background-position: 105px center !important;
    }

.stepContainer span.k-datepicker span.k-select {
    background-color: #f6f6f6;
    height: 35px;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    background-color: #e9e9e9;
}

    .stepContainer span.k-datepicker span.k-select .k-icon {
        margin-top: 8px;
    }

.stepContainer div.kswitch {
    margin: 0 20px 0 0;
}
/*.stepContainer label{
    float:left;
    max-width:280px;
}*/

.stepContainer span.k-dropdown .k-dropdown-wrap input {
    font: bold 14px Helvetica;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-indent: 15px;
}

    .stepContainer span.k-dropdown .k-dropdown-wrap input[disabled="disabled"] {
        background-image: url(../images/icon-set/icon-disabled.png);
        background-repeat: no-repeat;
        background-position: 110px center;
    }

.stepContainer span.k-dropdown .k-dropdown-wrap span.k-input,
.stepContainer span.k-dropdown .k-dropdown-wrap span.k-select {
    height: 35px !important;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    line-height: 2.5em;
}

.stepContainer span.k-combobox .k-dropdown-wrap input {
    font: bold 14px Helvetica;
    color: #404040;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    height: 35px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-indent: 15px;
}

    .stepContainer span.k-combobox .k-dropdown-wrap input[disabled="disabled"] {
        background-image: url(../images/icon-set/icon-disabled.png);
        background-repeat: no-repeat;
        background-position: 110px center;
    }

.stepContainer span.k-combobox .k-dropdown-wrap span.k-select {
    background-color: #f6f6f6;
    height: 35px !important;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    -moz-box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    box-shadow: 0px -2px 2px 0px rgba(199, 199, 199, 0.75);
    background-color: #e9e9e9;
    line-height: 2.5em;
}

.preview-box {
    padding: 20px;
}

    .preview-box > * {
        width: 100%;
    }

.credit-amount {
    color: #404040;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 13px;
    padding: 10px;
    background-color: #f6f6f6;
}

    .credit-amount .bar {
        float: left;
        height: 35px;
        text-align: center;
        font-size: 16px;
        line-height: 35px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .credit-amount .bar-red {
        -webkit-box-shadow: 0px -1px 1px 0px rgba(232, 0, 0, 1);
        -moz-box-shadow: 0px -1px 1px 0px rgba(232, 0, 0, 1);
        box-shadow: 0px -1px 1px 0px rgba(232, 0, 0, 1);
        background: rgb(254,0,0); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(254,0,0,1) 0%, rgba(230,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,0,0,1)), color-stop(100%,rgba(230,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(254,0,0,1) 0%,rgba(230,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(254,0,0,1) 0%,rgba(230,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(254,0,0,1) 0%,rgba(230,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(254,0,0,1) 0%,rgba(230,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe0000', endColorstr='#e60000',GradientType=0 ); /* IE6-9 */
        color: #fff;
    }

    .credit-amount .bar-gray {
        -webkit-box-shadow: 0px -1px 1px 0px rgba(198, 198, 198, 1);
        -moz-box-shadow: 0px -1px 1px 0px rgba(198, 198, 198, 1);
        box-shadow: 0px -1px 1px 0px rgba(198, 198, 198, 1);
        background: rgb(217,217,217); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(194,194,194,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,217,217,1)), color-stop(100%,rgba(194,194,194,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(194,194,194,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(194,194,194,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(194,194,194,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(217,217,217,1) 0%,rgba(194,194,194,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#c2c2c2',GradientType=0 ); /* IE6-9 */
        color: #404040;
    }

    .credit-amount .bar-green {
        -webkit-box-shadow: 0px -1px 1px 0px rgba(147, 191, 44, 1);
        -moz-box-shadow: 0px -1px 1px 0px rgba(147, 191, 44, 1);
        box-shadow: 0px -1px 1px 0px rgba(147, 191, 44, 1);
        background: rgb(162,208,47); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(162,208,47,1) 0%, rgba(144,186,42,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(162,208,47,1)), color-stop(100%,rgba(144,186,42,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(162,208,47,1) 0%,rgba(144,186,42,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(162,208,47,1) 0%,rgba(144,186,42,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(162,208,47,1) 0%,rgba(144,186,42,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(162,208,47,1) 0%,rgba(144,186,42,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d02f', endColorstr='#90ba2a',GradientType=0 ); /* IE6-9 */
        color: #fff;
    }

.credit-amount .bar-box {
    margin-top: 10px;
    padding: 10px;
}
.credit-amount .bar-box-total {
    float: right;
    margin-bottom: 10px;
}
.credit-amount-wrapper .bar-box-total .overdraft{
    color: #ecb000;
    margin-top: 10px;
    font-size: 16px;
}
.credit-amount-wrapper .bar-box-total .overdraft .overdraft-amount{
    font-weight: bold;
}
.credit-amount .bar-box-red,
.credit-amount .bar-box-gray  {
    text-align: left;
}
.credit-amount .bar-box-green,
.credit-amount .bar-box-yellow {
    text-align: right;
}

.credit-amount-wrapper {
    display: table;
    width: 100%;
    height: 115px;
}

    .credit-amount-wrapper .credit-amount {
        display: table-cell;
        width: 85%;
        padding: 20px;
        border: 1px solid #e8e8e8;
        border-radius: 5px;
        box-sizing: border-box;
        float: left;
    }

    .credit-amount-wrapper .bar-box-total {
        display: table-cell;
        background-color: #797979;
        width: 15%;
        vertical-align: middle;
        white-space: nowrap;
    }

        .credit-amount-wrapper .bar-box-total > div {
            position: relative;
            margin-left: 10px;
        }

    .credit-amount-wrapper .label-total {
        font-size: 16px;
        text-align: left;
        color: #ffffff;
    }

    .credit-amount-wrapper .amount-total {
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        text-align: right;
    }

.credit-amount .label-red {
    color: #e90100;
}

.credit-amount .label-gray {
    color: #8f8f8f;
}

.credit-amount .label-green {
    color: #a0d02e;
}

.credit-amount-table {
    border: none;
}

    .credit-amount-table td {
        border: none;
    }

.ko-validation {
    margin-top: 15px;
    margin-left: auto;
    vertical-align: top;
    padding-right: 8px;
}

.advanced-search-form .ko-validation {
    display: inline-block;
    margin-left: 5px;
}

.required {
    color: #fe0000;
}

.wizard-root-container .errorMessage {
    font-size: 24px;
    text-align: center;
    color: #fe0000;
    margin-top: 50px;
}

.display-table-top {
    display: table;
    vertical-align: top;
}

.display-table-cell {
    display: table-cell;
}

.icon-car {
    background: url('../images/common-icons/icon-car.png') no-repeat;
    width: 29px;
    height: 29px;
}

.invoice-sheet {
    background: url('../images/common-icons/icon-sheet.png') no-repeat center;
    width: 228px;
    height: 188px;
}

    .invoice-sheet > div {
        padding-top: 20px;
        margin-left: 10px;
    }

        .invoice-sheet > div > table,
        .invoice-sheet > div > table td {
            border: none 0;
        }

.success {
    background: url("../../images/notifications/notification-success.png") no-repeat;
    width: 25px;
    height: 25px;
}

.width100 {
    width: 100%;
}

.car-plate {
    border: 1px solid #B7B7B7;
    border-radius: 3px;
    box-shadow: 0 1px 5px #CACACA;
    margin: 15px 15px 5px 5px;
    padding: 15px;
}

.car-plate-label {
    font-size: 11px;
    font-weight: 800;
    text-align: center;
}

.car-plate-value {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
}

.number.txt-fee-amount-fee-operation-wizard.k-input {
    width: 153px;
}

.k-formatted-value.number.disabled.txt-fee-amount-fee-operation-wizard.k-input {
    width: 100%;
}

.k-grid.with-grouping tr.k-group-footer td {
    background-color: #d4ecb2;
}

.k-grid.with-grouping tr.k-group-footer.k-state-selected td {
    border-left: 1px solid #e5e5e5;
    background-color: #d4ecb2;
    color: #404040;
}

.k-grid.with-grouping tr.k-footer-template td {
    background-color: #b7b6d8;
}

.k-grid tr.columns-grouper th {
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: transparent;
}

    .k-grid tr.columns-grouper th.blank {
        visibility: hidden;
    }

    .k-grid tr.columns-grouper th.group {
        text-align: center;
    }

.with-multi-grouping .hide {
    display: none;
}

.with-multi-grouping .k-group-footer-facility td {
    background-color: #f7f1db;
}

.with-multi-grouping .k-group-footer-dealer td {
    background-color: #d4ecb2;
}

.with-multi-grouping .k-group-footer-importer td {
    background-color: #bcdaf2;
}

.with-multi-grouping .row-group--1 td {
    background-color: #b7b6d8;
}

.with-multi-grouping tr.k-state-selected td {
    border-left: 1px solid #e5e5e5;
    color: #000;
}

.with-multi-grouping td.k-state-focused {
    border: 1px solid #e5e5e5;
}

.with-multi-grouping tr.row-group-facility td.k-state-focused {
    border: 1px solid #A1A1A1;
}

/* General colors */
.gray {
    color: #8f8f8f;
}

.red {
    color: #e90100;
}

.dark {
    color: #404040;
}

.gray-important {
    color: #8f8f8f !important;
}

.red-important {
    color: #e90100 !important;
}

.dark-important {
    color: #404040 !important;
}

/* General font weights */
.bold {
    font-weight: 800;
}

/* A paper sheet layout */
.document-sheet {
    -moz-border-image: url('../images/common-icons/icon-document-border.png') 31 32 repeat;
    -o-border-image: url('../images/common-icons/icon-document-border.png') 31 32 repeat;
    -webkit-border-image: url('../images/common-icons/icon-document-border.png') 31 32 repeat;
    border-image: url('../images/common-icons/icon-document-border.png') 31 32 repeat;
    border-width: 31px 31px 31px 31px;
    border-style: solid;
    border-color: transparent;

    margin: 31px;
}

    .document-sheet > div:first-child {
        margin: -15px -15px;
    }

    .document-sheet > div > div {
        display: table;
        width: calc(100% - 30px);
        padding: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.document-sheet > div > div:not(:first-child) {
        border-top: 1px #CCCCCC solid;
    }

        .document-sheet > div > div > div {
            display: table-row;
            width: 100%;
        }

            .document-sheet > div > div > div > div {
                display: table-cell;
            }

                .document-sheet > div > div > div > div:nth-child(2n+1) {
                    width: 40%;
                }

                .document-sheet > div > div > div > div:nth-child(2n) {
                    width: 60%;
                }

        .document-sheet > div > div > .label-value:nth-child(2n+1) {
            display: block;
        }

/*
*   Grid for form which contains fields changing their visibility 
*/
.form-grid > .form-grid-cell,
.form-grid > .form-grid-cell > label {
    display: inline-block;
}
.form-grid > .form-grid-cell .button-grid-cell {
    display: table;
}
.form-grid > .form-grid-cell.button-grid-cell label{
        width: 29%;
        display: table-cell;
}
.form-grid > .form-grid-cell {
    width: 49.5%;
    padding: 10px 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.form-grid > .form-grid-cell > label {
    width: 40%;
    font-weight: bold;
    margin: 0 8px 0 5px;
    vertical-align: middle;
}
.form-grid > .form-grid-cell > label.label-grid-cell{
    width: 30%;
    display: table-cell;
}

.list-radio {
    margin: 10px;
}
