body, html {
    overflow: hidden;
}

body {
    font-size: 0.8em;
}

md-progress-linear[md-mode="indeterminate"] .md-container {
    top: 0;
}

@media (min-width: 960px) {
    .md-margin {
        margin: 16px;
    }
}

input-disabled {
    margin-bottom: 16px;
    padding: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    flex-direction: row;
    display: flex;
    line-height: normal;
}

    input-disabled label,
    input-disabled span {
        flex: 1;
        min-height: 30px;
        flex-direction: row;
        align-items: flex-end;
        display: flex;
    }

    input-disabled label {
        text-align: left;
        font-size: 12px;
        color: rgba(0,0,0,0.34);
    }

    input-disabled span {
        text-align: right;
        font-weight: 600;
        justify-content: flex-end;
        font-size: 13px;
        color: rgba(0,0,0,0.54);
    }

.field-label {
    flex-direction: column;
    display: flex;
    line-height: normal;
    padding: 2px;
    margin: 16px 0;
}

    .field-label label {
        color: rgba(0,0,0,0.34);
        font-size: 12px;
        line-height: 20px;
    }

    .field-label span {
        color: rgba(0,0,0,0.84);
    }

md-input-container.md-cisbox-theme .md-input, md-input-container .md-input,
md-input-container.md-cisbox-theme label, md-input-container label, md-input-container.md-cisbox-theme .md-placeholder, md-input-container .md-placeholder {
    text-shadow: none !important;
}

.requiredlabel {
    color: rgb(244,67,54);
}

md-select-menu md-content md-optgroup label {
    text-transform: capitalize;
    font-size: smaller;
}

md-fab-actions {
    height: 0px !important;
}

md-select-menu md-content md-option {
    height: 40px;
}

md-autocomplete md-input-container [ng-messages] {
    min-height: 24px;
    min-width: 1px;
    position: absolute;
    bottom: -20px;
}

.full-filter {
    width: 100% !important;
    left: 0px;
}

.md-cisbox-theme .disabled-text {
    color: rgba(0,0,0,0.54);
}

.disabled-text {
    color: rgba(0,0,0,0.54);
}

.min-height-0 {
    min-height: 0px;
}

.avatar-icon,
.avatar-icon-no-border {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.avatar-circle {
    border-radius: 50%;
    width: 125px;
    height: 125px;
}

.avatar-font {
    font-size: 11em;
    font-family: rockwell;
    top: -73px;
    position: absolute;
    right: 16px;
    color: #001620;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 125%;
    -inkscape-font-specification: Rockwell;
    letter-spacing: 0px;
    word-spacing: 0px;
    fill: #29859d;
    fill-opacity: 1;
    stroke: none;
    stroke-width: 1px;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-opacity: 1;
}


.md-cisbox-theme .disabled-color {
    color: rgba(0,0,0,0.54) !important;
}

.menu-navigation .md-button {
    margin: 0px;
    border-radius: 0;
    cursor: pointer;
    display: block;
    max-height: 40px;
    overflow: hidden;
    padding: 0px 16px;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: 100%;
}

    .menu-navigation .md-button:hover,
    .menu-navigation .md-button:focus {
        background: #CADFF4 !important;
    }

.menu-navigation md-list-item {
    min-height: 0px !important;
}

.menu-navigation .sub-menu {
    min-width: 100%;
}

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.collapsing-y {
    position: relative;
    width: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .0s;
    -o-transition-duration: .0s;
    transition-duration: .0s;
    -webkit-transition-property: width, visibility;
    -o-transition-property: width, visibility;
    transition-property: width, visibility;
}


.menu-navigation .md-button span {
    text-transform: none;
}

.menu-navigation .sub-menu .md-button {
    padding-left: 40px;
}

.toggled {
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    outline: none;
}

.md-toggle-icon {
    cursor: pointer;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    outline: none;
}

.background-white {
    background-color: white !important;
}

.padding-left-16px {
    padding-left: 16px;
}

.padding-right-16px {
    padding-right: 16px;
}

.padding-top-16px {
    padding-top: 16px;
}

.padding-bottom-16px {
    padding-bottom: 16px;
}

.padding-left-8px {
    padding-left: 8px;
}

.padding-right-8px {
    padding-right: 8px;
}

.padding-top-8px {
    padding-top: 8px;
}

.padding-bottom-8px {
    padding-bottom: 8px;
}

.padding-left-0px {
    padding-left: 0px;
}

.padding-right-0px {
    padding-right: 0px;
}

.padding-top-0px {
    padding-top: 0px;
}

.padding-bottom-0px {
    padding-bottom: 0px;
}

.padding-left-right-8px {
    padding: 0 8px;
}

.padding-left-right-16px {
    padding: 0 16px;
}

.margin-top-16px {
    margin-top: 16px;
}

.margin-right-8px {
    margin-right: 8px !important;
}

.overflow-auto {
    overflow: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.width-height-auto {
    width: auto;
    height: auto;
}

.width-auto {
    width: auto !important;
}

.width-100-percent {
    width: 100%;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.font-weight-bold {
    font-weight: bold;
}

.line-height-30px {
    line-height: 30px;
}

.line-height-20px {
    line-height: 20px;
}

.padding-top-left-right {
    padding: 16px 16px 0px 16px;
}

.margin-top-left-right {
    margin: 16px 16px 0px 16px;
}

.break-word {
    word-break: break-word;
}

.text-align-right {
    text-align: right;
}


.card-board .md-button {
    padding: 0px;
    margin: 0px;
}

.card-board > div {
    margin: 8px 4px 0px 8px;
}

.card-board .md-button md-icon {
    width: 100%;
    height: initial;
    height: auto;
}

.card-board .md-button .card-button {
    white-space: normal;
    text-transform: none;
    text-align: start;
    padding-left: 5px;
}

.md-button .card-button .pageName {
    font-weight: bold;
    line-height: 17px;
}

.md-button .card-button .pageDescription {
    font-size: 12px;
    line-height: 17px;
    max-width: 100%;
    text-align: left;
}

.text-transform-none {
    text-transform: none;
}

.word-wrap {
    word-wrap: break-word;
}

.autocomplete-custom-template li {
    border-bottom: 1px solid #ccc;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .autocomplete-custom-template li:last-child {
        border-bottom-width: 0;
    }

.item-title, .item-metadata {
    display: block;
    line-height: 1.5;
}

.icon-in-automcomplete {
    position: absolute;
    right: 0px;
    left: inherit;
    top: 8px;
    outline: none;
    cursor: pointer;
    color: #8a8a8a;
}

    .icon-in-automcomplete:focus {
    }

.md-autocomplete-suggestions li .highlight {
    color: blue;
    font-weight: bold;
}

.elem-click {
    cursor: pointer;
    outline: none;
}

/***** General ******/
.A400 {
    color: #00E676;
}

.500 {
    color: #F44336;
}

.grey {
    color: rgb(224, 224, 224);
}

.black {
    color: #000000 !important;
}

.white {
    color: #FFFFFF !important;
}

.error {
    color: rgb(244,67,54) !important;
}

.warning {
    color: #e3b000 !important;
}

.md-select-label {
    /* color: rgba(0,0,0,0.54); */
    color: rgba(0,0,0,0.87);
}

.img-disabled {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(#greyscale);
    filter: gray;
}

.text-disabled {
    color: rgba(0,0,0,0.54) !important;
}

.btn-no-margin {
    margin: 0px !important;
    min-width: 40px !important;
}

.bottom-toolbar {
    position: fixed;
    right: 0px;
    bottom: 0px;
    min-height: 52px;
}

.bottom-dialog-toolbar {
    position: fixed;
    bottom: 0px;
    min-height: 52px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.width-50per {
    width: 50% !important;
}

.width-100 {
    width: 100% !important;
}

.height-100 {
    height: 100% !important;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-30 {
    margin-left: 10px;
}

.position-static {
    position: static !important;
}

.margin-20 {
    margin: 20px;
}

.full-screen {
    min-height: 100% !important;
    min-width: 100% !important;
}

.padding-10px {
    padding: 10px;
}

md-toast.md-bottom {
    bottom: 16px;
    right: 16px;
}


.height-500 {
    height: 500px;
}

.height-662 {
    height: 662px;
}

.height-730 {
    height: 730px;
}

.width-188 {
    width: 188px;
}

.title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.5em;
}

.title-small {
    font-size: 1em;
    font-weight: bold;
    margin: 0.5em;
}

.md-button-toolbar {
    height: auto !important;
}

.border-top {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0,0,0,0.12)
}

.margin-16px {
    margin: 16px;
}

.border-left {
    border-left: 1px solid rgb(224, 224, 224);
}

.border-right {
    border-right: 1px solid rgb(224, 224, 224);
}

.border-top {
    border-top: 1px solid rgb(224, 224, 224);
}

.border-bottom {
    border-bottom: 1px solid rgb(224, 224, 224);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box-white .md-icon {
    border-color: white !important;
}

.mdl-badge {
    position: relative;
    white-space: nowrap;
    margin-right: 24px;
}

    .mdl-badge:not ([data-badge] ) {
        margin-right: auto;
    }

    .mdl-badge[data-badge]:after {
        content: attr(data-badge);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: -11px;
        right: -14px;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        font-weight: 600;
        font-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        background: rgb(187, 75, 218);
        color: rgb(255, 255, 255);
    }

.mdl-button .mdl-badge[data-badge]:after {
    top: -10px;
    right: -5px;
}

.mdl-badge.mdl-badge--no-background[data-badge]:after {
    color: rgb(255, 64, 129);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 1px gray;
}

/******** Groups *******/
.btn-createGroup {
    position: relative;
    top: 33px;
    right: 70px;
}

/******** Company Profile *******/
.companyprofile img {
    margin: 10px 32px 12px 0;
}


/* Custom Table CSS */
.custom-table {
    width: 100%;
    word-break: break-word;
    padding: 5px;
    border-spacing: 0;
}

    .custom-table thead {
        line-height: 25px;
    }

        .custom-table thead > tr > th {
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
            font-weight: 500;
            font-size: 12px;
            padding: 5px;
        }

    .custom-table tbody > tr:last-child > td {
        border-bottom: transparent;
    }

    .custom-table tbody > tr > td {
        line-height: 20px;
        font-size: 12px;
        word-break: break-all;
        vertical-align: text-top;
        word-wrap: break-word;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        padding: 5px;
    }

    .custom-table tfoot > tr:first-child > td {
        line-height: 20px;
        word-break: break-all;
        vertical-align: text-top;
        word-wrap: break-word;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        padding: 5px;
    }


/**************** NG TABLE *****************/
.ng-table {
    width: 100%;
    display: table;
}

.table {
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
}

table.hoverable tbody tr {
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    transition: background-color .25s ease;
}

    table.hoverable tbody tr:hover {
        background-color: #f2f2f2;
    }

.datepicker-in-toolbar md-icon {
    color: rgba(0,0,0,0.54) !important;
    fill: rgba(0,0,0,0.54) !important;
}

.introjs-helperNumberLayer {
    display: none;
}


.custom-popover {
    z-index: 102;
    position: absolute;
    box-shadow: 1px 1px 10px #D0D0D0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    opacity: 1;
    transition: all 0.4s cubic-bezier(.25,.8,.25,1);
    -webkit-transform: translate3d(0,0,0) scale(0);
    transform: translate3d(0,0,0) scale(0);
    width: initial;
    height: initial;
    min-width: 300px;
    border: 1px solid rgb(216, 216, 216);
}

    .custom-popover.error {
        background: rgb(199, 47, 0);
        color: #FFF !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
    }

        .custom-popover.error * {
            background: inherit;
            color: inherit;
        }

    .custom-popover.warn {
        background: #E89701;
        color: #FFF !important;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42);
    }

        .custom-popover.warn * {
            background: inherit;
            color: inherit;
        }

    .custom-popover.is-dialog {
        left: 0px !important;
        right: 0px !important;
        top: 0px !important;
        bottom: 0px !important;
        box-shadow: none;
        border-radius: 0px;
        border: 0px;
    }

        .custom-popover.is-dialog > div {
            left: 0px !important;
            right: 0px !important;
            top: 0px !important;
            bottom: 0px !important;
            position: absolute;
            background: transparent;
            padding: 0px;
            border: 0px;
        }

            .custom-popover.is-dialog > div > * {
                opacity: 1;
            }

    .custom-popover.scroll-effect {
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    .custom-popover > div {
        background: #FDFCC2;
        color: #333;
        padding: 15px;
        border-radius: 5px;
        overflow: auto;
    }

.custom-popover-arrow {
    position: absolute;
    top: -15px;
    left: 15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgb(253, 252, 194);
    width: 0;
    height: 0;
    -webkit-filter: drop-shadow(0 -3px 2px #ddd);
    filter: drop-shadow(0 -3px 2px #ddd);
    -moz-filter: drop-shadow(0 -3px 2px #ddd);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.custom-popover.align-top .custom-popover-arrow {
    -webkit-filter: drop-shadow(0 -3px 2px #aaa);
    filter: drop-shadow(0 -3px 2px #aaa);
    -moz-filter: drop-shadow(0 -3px 2px #aaa);
}

.custom-popover-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 50;
    background: transparent;
}


transform-icon {
    outline: none;
}

.cursor-div {
    outline: none;
    cursor: pointer;
}

md-autocomplete[md-floating-label] md-input-container {
    padding-bottom: 2px !important;
}

md-input-container .md-errors-spacer {
    min-height: 24px;
    min-width: 1px;
    position: absolute;
    right: 0px;
    bottom: -20px;
}

md-checkbox {
    margin-bottom: 0px;
}

md-list-item .md-list-item-inner > md-checkbox, md-list-item > md-checkbox {
    margin-top: 0px;
}

div[ng-click],
span[ng-click],
label[ng-click],
a[ng-click] {
    outline: none;
    cursor: pointer;
}

.payment-method-vcard {
    color: #17A501;
}

.payment-method-ach {
    color: rgba(208, 128, 0, 0.97);
}

.payment-method-check {
    color: #3477A2;
}

md-bottom-sheet {
    transform: none;
}

button, html, input, select, textarea {
    font-family: "Open Sans", sans-serif !important;
}

.avatar-user {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 8px;
}

.introjs-tooltipReferenceLayer .action .skip {
    float: left;
    color: #000;
    opacity: 0.8;
    font-weight: bold;
    cursor: pointer;
}


.introjs-tooltipReferenceLayer .action .next {
    float: right;
    color: greenyellow;
    cursor: pointer;
    text-shadow: 0px 0px 1px #000;
}

md-input-container.fixed-label label {
    -webkit-transform: translate3d(0,6px,0) scale(.75) !important;
    transform: translate3d(0,6px,0) scale(.75) !important;
    transition: -webkit-transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s !important;
    transition: transform cubic-bezier(.25,.8,.25,1) .4s,width cubic-bezier(.25,.8,.25,1) .4s !important;
    width: calc((100% - 18px) / .75) !important;
}


/* when hiding the thing */
.ng-hide-add {
    /*-webkit-animation:0.5s lightSpeedOut ease;*/
    /*animation:0.5s lightSpeedOut ease;*/
    /*animation:0.5s flipInX ease;*/
    -webkit-animation: fadeOutLeftBig 0.4s;
}

/* when showing the thing */
.ng-hide-remove {
    /*-webkit-animation:0.5s flipInX ease;*/
    /*animation:0.5s flipInX ease;*/
    -webkit-animation: fadeInLeftBig 0.4s;
}






.batchespage .md-menu {
    padding: 0px;
}

/*.batchespage .md-menu button {
        margin: 0;
    }*/

.batchespage .batch-name {
    font-weight: bold;
    line-height: 24px;
}

.batchespage .batch-total {
    color: red;
}

.batchespage .list-batch > div {
    border-bottom: 1px solid #d7d7d7;
    padding: 8px 0px 8px 16px;
    cursor: pointer;
    outline: none;
}

.batchespage .right-section {
    line-height: 24px;
}

.batchespage md-icon.up {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.batchespage md-icon.down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.batchespage .header {
    color: rgba(0,0,0,.54);
    white-space: nowrap;
    margin: 8px 0px;
}

    .batchespage .header > div {
        cursor: pointer;
        outline: none;
    }

    .batchespage .header .active,
    .batchespage .header .active md-icon {
        color: rgba(0,0,0,.87);
        font-weight: 600;
    }

.dt-table-wrapper .active,
.dt-table-wrapper .active md-icon {
    /*color: #444444;*/
    font-weight: bold;
}

.batchespage .list-payments {
    overflow-x: hidden;
}

.batchespage .contact {
    border-radius: 16px;
    background: rgb(224,224,224);
}

    .batchespage .contact img {
        height: 32px;
        width: 32px;
        border-radius: 50%;
    }

    .batchespage .contact span {
        margin-left: 8px;
        margin-right: 16px;
    }

.batchespage .batch-info {
    padding-top: 8px;
}

.batchespage .input-filter {
    position: absolute;
    box-shadow: 0 5px 10px -2px rgba(0,0,0,.14),0 9px 30px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
    z-index: 100;
    background-color: white;
    font-size: 15px;
    right: 5px;
    top: 5px;
    border-radius: 2px;
    color: rgba(0,0,0,.87);
    padding-right: 8px;
}

.batchespage md-fab-speed-dial {
    position: absolute;
    right: 4em;
    bottom: 2em;
}

.batchespage .batch-wrapper.processing {
    background: #e4e4e4;
    color: #A7A7A7;
    padding: 0px;
}

    .batchespage .batch-wrapper.processing.selected {
        background: #5F5F5F;
    }

        .batchespage .batch-wrapper.processing.selected .batch-name {
            color: #E0E0E0;
        }

        .batchespage .batch-wrapper.processing.selected .batch-total,
        .batchespage .batch-wrapper.processing.selected md-menu md-icon {
            color: #a7a7a7 !important;
        }

    .batchespage .batch-wrapper.processing .disabled-text, .batchespage .batch-wrapper.processing .batch-total {
        color: #a7a7a7 !important;
    }

    .batchespage .batch-wrapper.processing .batch-name {
        font-weight: normal;
    }

    .batchespage .batch-wrapper.processing .batch-info {
        padding-left: 15px;
        padding-bottom: 15px;
    }

    .batchespage .batch-wrapper.processing .process-bar label {
        padding-left: 15px;
        padding-bottom: 5px;
        color: rgb(33,150,243);
        font-size: 0.9em;
    }

    .batchespage .batch-wrapper.processing.selected .process-bar label {
        color: rgb(255, 255, 255);
        text-shadow: 1px 1px 1px #000;
    }

.batchespage .batch-wrapper.error {
    background: #FCCBCB;
    color: #3C3C3C !important;
}

    .batchespage .batch-wrapper.error .batch-name {
        margin-bottom: 5px;
    }

        .batchespage .batch-wrapper.error .batch-name md-icon {
            margin: 0px 5px 0px 0px;
            font-size: 2em;
            color: red;
            width: initial;
            height: initial;
        }

    .batchespage .batch-wrapper.error .batch-total {
        color: #D20101;
    }

    .batchespage .batch-wrapper.error.selected {
        background: rgb(140, 0, 0);
    }

        .batchespage .batch-wrapper.error.selected .batch-name {
            color: #DADADA;
        }

        .batchespage .batch-wrapper.error.selected .disabled-text {
            color: rgba(255, 179, 179, 0.79);
        }

    .batchespage .batch-wrapper.error .selected-error-icon {
        display: none;
    }

    .batchespage .batch-wrapper.error .error-icon {
        display: block;
    }

    .batchespage .batch-wrapper.error.selected .selected-error-icon {
        display: block;
        color: #DADADA;
    }

    .batchespage .batch-wrapper.error.selected .error-icon {
        display: none;
    }

    .batchespage .batch-wrapper.error.selected .batch-total {
        color: rgb(255, 77, 75);
        text-shadow: 0px 0px 0px rgb(222, 222, 222);
    }

    .batchespage .batch-wrapper.error.selected md-menu md-icon {
        color: rgba(247, 247, 247, 0.79);
    }

.batchespage .batch-wrapper.pending.selected {
    background: rgba(33, 150, 243, 0.28);
}

.batchespage .batch-wrapper.partial {
    background: #FFCC99;
}

    .batchespage .batch-wrapper.partial .batch-total {
        color: #FF3939;
    }

    .batchespage .batch-wrapper.partial.selected {
        background: #E48B31;
    }

        .batchespage .batch-wrapper.partial.selected .disabled-text,
        .batchespage .batch-wrapper.partial.selected .batch-total {
            color: #f7f7f7;
        }

        .batchespage .batch-wrapper.partial.selected .batch-name {
            color: #ECECEC;
        }

        .batchespage .batch-wrapper.partial.selected md-menu md-icon {
            color: rgba(247, 247, 247, 0.79);
        }

.batchespage .payment-row.error {
    color: red;
}

.batchespage .payment-row.in-process {
    color: #9e9e9e;
}

.batchespage .payment-row.processed {
    color: green;
}

.batchespage .payment-row.error.batch-processing {
    color: #AF0000 !important;
}

.dt-table-wrapper table thead th {
    color: rgba(0, 0, 0, 0.54);
    text-align: left;
    padding: 0px 15px 8px 15px;
}

    .dt-table-wrapper table thead th md-input-container {
        padding: 0px;
    }

.dt-table-wrapper table tbody td {
    color: rgba(0, 0, 0, 0.87);
    width: 10%;
    padding: 8px 15px;
}

    .dt-table-wrapper table tbody td button {
        margin: 0px;
        padding: 0px 8px;
        min-width: initial;
        font-size: 0.9em;
    }

    .dt-table-wrapper table tbody td.button {
        width: 1%;
        padding: 5px 0px 5px 5px;
    }

.dt-table-wrapper table tbody tr {
    border-bottom: 1px solid #dcdcdc;
    outline: none;
}

    .dt-table-wrapper table tbody tr:last-child {
        border-bottom: none;
    }

.dt-table-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.dt-table-wrapper .action.header {
    margin: 0px 15px;
}

    .dt-table-wrapper .action.header > div:first-child {
        margin: 0px;
    }

    .dt-table-wrapper .action.header transform-icon {
        cursor: pointer;
    }

.dt-table-wrapper .footer {
    border-top: 1px solid #dcdcdc;
    color: rgba(0, 0, 0, 0.54);
}

    .dt-table-wrapper .footer .page-hint {
        margin: 0px 14px 0px 34px;
    }

    .dt-table-wrapper .footer md-select-value {
        min-width: initial;
    }

    .dt-table-wrapper .footer md-select {
        margin-left: 14px;
    }

button.ng-md-icon {
    padding-top: 7px;
}
md-icon.md-cisbox-theme.md-primary, md-icon.md-primary{
    color: rgba(0,0,0,0.54);
}
.dt-table-wrapper table thead input {
    border: none;
    padding: 0px;
    width: 100%;
}

.dt-table-wrapper .table-body-wrapper {
    border-top: 1px solid #dcdcdc;
    margin-top: 10px;
}

.dt-table-wrapper #searchContainer {
    -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -moz-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -o-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    -ms-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    width: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dt-table-wrapper #searchBtn {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.dt-table-wrapper #searchContainer.deactive {
    visibility: hidden;
}

    .dt-table-wrapper #searchContainer.deactive label {
        width: 0px;
        visibility: hidden;
        overflow: hidden;
    }

.dt-table-wrapper #headerWrapper > div > div {
}

.dt-table-wrapper #headerWrapper {
    overflow: hidden;
}

    .dt-table-wrapper #headerWrapper input {
        padding: 0px;
        width: 100%;
    }


.dt-table-wrapper #batchespage.active {
    padding: 0px;
    width: 100%;
    color: black;
}

.dt-table-wrapper #headerWrapper md-input-container {
    padding: 0px 0px 10px 0px;
}

.dt-table-wrapper .body-row:hover {
    background: #CADFF4 !important;
    cursor: pointer;
}

.dt-table-wrapper #columnView ul {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    margin: 0px 0px 16px 0px;
    padding: 0px 15px;
    list-style: none;
}

.dt-table-wrapper #columnView .handle {
    cursor: move;
    cursor: -webkit-grabbing;
}

.sortable-chosen {
    background-color: #f0f0f0;
}

.as-sortable-item {
    border: none;
    background-color: transparent;
}

.dt-table-wrapper span[as-sortable-item-handle] {
    padding-right: 10px;
}

.dt-table-wrapper .body-column button, .dt-table-wrapper .header-column button {
    /*margin: 5px 5px;*/
    padding: 0px 5px;
}

.dt-table-wrapper .body-column, .dt-table-wrapper .header-column {
    /*lech voi column*/
    /*margin-right: 10px;*/
}

    .dt-table-wrapper .header-column button {
        /*visibility: hidden;*/
        visibility: visible;
    }

.dt-table-wrapper div.md-virtual-repeat-offsetter > div:nth-child(odd),
.dt-table-wrapper #list-payments > div[ng-repeat]:nth-child(odd) {
    background: rgb(255, 255, 255);
}

.dt-table-wrapper div.md-virtual-repeat-offsetter > div:nth-child(even),
.dt-table-wrapper #list-payments > div[ng-repeat]:nth-child(even) {
    /*background: #fcfcfd;*/
    background: #fafafa;
}

.dt-table-wrapper div.md-virtual-repeat-offsetter > div {
    outline: none;
}

.dt-table-wrapper #list-payments > div[ng-repeat] button.md-icon-button {
    height: 34px;
}

.dt-table-wrapper .body-column {
    word-wrap: break-word;
}

    .dt-table-wrapper .body-column > label {
        padding: 0px 10px 10px 0px;
        word-wrap: break-word;
        cursor: pointer;
    }

.dt-table-wrapper div.md-virtual-repeat-offsetter > div.ng-scope.selected,
.dt-table-wrapper #list-payments > div.ng-scope.selected {
    background: #76C27A
}

.dt-table-wrapper div.md-virtual-repeat-offsetter > div.ng-scope.invalid,
.dt-table-wrapper #list-payments > div.ng-scope.invalid {
    background: #fb7d7d
}

md-input-container {
    display: inline-block;
    position: relative;
    padding: 2px;
    margin: 10px 0;
    /*margin: 18px 0;*/
    vertical-align: middle;
}

.md-datepicker-input-container {
    /*position: relative;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: inline-block;*/
    width: 100%;
    margin-left: 0px;
}

    .md-datepicker-input-container.md-datepicker-focused {
        border-bottom-width: 2px;
    }

.md-datepicker-button {
    display: none;
}

.md-datepicker-input {
    max-width: 100%;
}


md-list-item .md-list-item-inner:before, md-list-item:before {
    content: "";
    min-height: 0px !important;
    visibility: hidden;
    display: inline-block;
}


md-toolbar.md-cisbox-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #3f4154;  
    /*#868686 5d5b5b;*/
    color: rgb(255,255,255);
}



.paymentpage md-tab-content > div, .paymentpage md-tab-content > div > ng-include {
    height: 100%;
}

.paymentpage {
    position: inherit;
}

    .paymentpage .property span {
        line-height: 27px;
    }

.md-icon-button + .md-datepicker-input-container {
    margin-left: 0px;
}

.flex-1,
.layout-row > .flex-1 {
    max-width: 1%;
    max-height: 100%
}

.flex-1,
.layout-column > .flex-1,
.layout-row > .flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-1 {
    max-width: 100%;
    max-height: 10%
}

.flex-2,
.layout-row > .flex-2 {
    max-width: 2%;
    max-height: 100%
}

.flex-2,
.layout-column > .flex-2,
.layout-row > .flex-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-2 {
    max-width: 100%;
    max-height: 10%
}

/*flex-3*/
.flex-3,
.layout-row > .flex-3 {
    max-width: 3%;
    max-height: 100%
}

.flex-3,
.layout-column > .flex-3,
.layout-row > .flex-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-3 {
    max-width: 100%;
    max-height: 10%
}
/*end flex-3*/

/*flex-4*/
.flex-4,
.layout-row > .flex-4 {
    max-width: 4%;
    max-height: 100%
}

.flex-4,
.layout-column > .flex-4,
.layout-row > .flex-4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-4 {
    max-width: 100%;
    max-height: 10%
}
/*end flex-4*/

/*flex-6*/
.flex-6,
.layout-row > .flex-6 {
    max-width: 6%;
    max-height: 100%
}

.flex-6,
.layout-column > .flex-6,
.layout-row > .flex-6 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-6 {
    max-width: 100%;
    max-height: 10%
}
/*end flex-6*/

/*flex-7*/
.flex-7,
.layout-row > .flex-7 {
    max-width: 7%;
    max-height: 100%
}

.flex-7,
.layout-column > .flex-7,
.layout-row > .flex-7 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-7 {
    max-width: 100%;
    max-height: 10%
}
/*end flex-7*/

/*flex-8*/
.flex-8,
.layout-row > .flex-8 {
    max-width: 8%;
    max-height: 100%
}

.flex-8,
.layout-column > .flex-8,
.layout-row > .flex-8 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-8 {
    max-width: 100%;
    max-height: 10%
}
/*end flex-8*/

/*flex-9*/
.flex-9,
.layout-row > .flex-9 {
    max-width: 9%;
    max-height: 100%
}

.flex-9,
.layout-column > .flex-9,
.layout-row > .flex-9 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-9 {
    max-width: 100%;
    max-height: 10%
}
/*end flex-9*/

.flex-12,
.layout-row > .flex-12 {
    max-width: 12%;
    max-height: 100%
}

.flex-12,
.layout-column > .flex-12,
.layout-row > .flex-12 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-12 {
    max-width: 100%;
    max-height: 12%
}

.flex-22,
.layout-row > .flex-22 {
    max-width: 22%;
    max-height: 100%
}

.flex-22,
.layout-column > .flex-22,
.layout-row > .flex-22 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    box-sizing: border-box
}

.layout-column > .flex-22 {
    max-width: 100%;
    max-height: 22%
}

.md-autocomplete-suggestions li {
    line-height: 30px;
    padding-top: 4px;
    padding-bottom: 4px
}

md-content.md-default-theme, md-content { 
    background-color: rgb(255, 255, 255);
}

md-content {
    background-color: #ffffff !important;
}

md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    -webkit-transform: translate3d(0,6px,0) scale(.975);
}

md-select {
    margin: 0px;
}

.custom-tooltip {
    top: 25px !important;
    width: 35px !important;
    background-color: red !important;
    color: white !important;
    border-radius: 5px;
}

md-radio-button .md-off {
    border-color: white;
}

input:-moz-read-only { /* For Firefox */
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    border-bottom-color: transparent;
    color: rgba(0,0,0,0.54) !important;
    background-image: linear-gradient(90deg,rgba(0,0,0,0.54) 0,rgba(0,0,0,0.54) 33%,transparent 0);
    border-width: 0 0 1px;
    border-style: solid;
}

input:read-only {
    background-position: bottom -1px left 0;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    border-bottom-color: transparent;
    color: rgba(0,0,0,0.87) !important;
    background-image: linear-gradient(90deg,rgba(0,0,0,0.54) 0,rgba(0,0,0,0.54) 33%,transparent 0);
    border-width: 0 0 1px;
    border-style: solid;
}

.button-display-column {
    min-width: 10px;
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    margin-top: -5px;
}

.decimalFieldHeader {
    text-align: right;
    margin-right: 14px !important;
}

.decimalField {
    text-align: right;
    margin-right: 21px !important;
}

.textFieldHeader {
    text-align: left;
    margin-right: 0px !important;
}

.textField {
    text-align: left;
    margin-right: 0px !important;
}

.ms-scroll {
    overflow: hidden !important;
    position: relative;
}

.detail-bg {
    background-color: #fbfbfb
}

md-input-container.md-cisbox-theme:not(.md-input-focused):not(.md-input-invalid) label.md-required:after, md-input-container:not(.md-input-focused):not(.md-input-invalid) label.md-required:after {
    color: rgb(213,0,0);
}
