﻿

.md-table.md-table--striped > tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.md-table.md-table--striped > tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.md-table.md-table--hover > tbody tr:hover {
    background-color: #EEEEEE;
}

/*Alerts*/
.alert {
    font-size: 1rem;
}


    .alert .sign {
        color: rgba(0, 0, 0, 0.2);
        font-size: 20px;
        vertical-align: middle;
        margin-right: 5px;
        text-align: center;
        width: 25px;
        display: inline-block;
    }

.alert-primary {
    background-color: #4aa3df;
    border-color: #4099d5;
    color: #fff;
}

.alert-success {
    background-color: #cde5e3;
    border-color: #0fac8e;
    color: #009688;
}



.alert-warning {
    background-color: #f16e3f;
    border-color: #e76435;
    color: #fff;
}

.alert-danger {
    background: #fff3e0;
    color: #dd2c00;
    font-weight: 500;
    border-color: #dd2c00;
    border-width: 1px;
    border-style: solid;
}

.drop-box {
    border: 2px dashed #9E9E9E;
    background-color: #fafafa;
    text-align: center;
}

.dragdrop-wrapper {
    display: block;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    color: #777;
    background-color: #FFF;
    background-image: none;
    text-align: center;
    border: 2px solid #E5E5E5;
}

    .dragdrop-wrapper:hover {
        background-size: 30px 30px;
        background-image: -webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
        background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
        -webkit-animation: stripes 2s linear infinite;
        animation: stripes 2s linear infinite;
    }

@-webkit-keyframes stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 30px;
    }
}

@keyframes stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 60px 30px;
    }
}

.dragdrop--hover {
    background-size: 30px 30px;
    background-image: -webkit-linear-gradient(135deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    background-image: linear-gradient(-45deg,#F6F6F6 25%,transparent 25%,transparent 50%,#F6F6F6 50%,#F6F6F6 75%,transparent 75%,transparent);
    -webkit-animation: stripes 2s linear infinite;
    animation: stripes 2s linear infinite;
}


.dragover {
    border: 1px dashed blue;
}



.main-header {
    position: relative;
    z-index: 2;
}

.main-sidenav {
    position: relative;
}

*::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
}

*::-webkit-scrollbar-track {
    background: rgba(255,255,255,.08);
}

.app-wrapper-main::-webkit-scrollbar-track {
    background-color: #dfdfdf;
}

img.image--not-found-feedback {
    font-family: 'Material Icons';
    font-weight: 300;
    line-height: 2;
    text-align: center;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    content: "broken_image";
}

    img.image--not-found-feedback:before {
        content: "broken_image";
        display: block;
        margin-bottom: 16px;
    }

    img.image--not-found-feedback:after {
        content: "(url: " attr(src) ")";
        display: block;
        font-size: 12px;
    }


.ng-repeat-transition.ng-enter,
.ng-repeat-transition.ng-leave {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

    .ng-repeat-transition.ng-enter,
    .ng-repeat-transition.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .ng-repeat-transition.ng-leave,
        .ng-repeat-transition.ng-enter.ng-enter-active {
            opacity: 1;
        }





@media screen and (min-width: 1024px) {
    /* Placeholder */
}

.breadcrumb {
    margin-bottom: initial;
    margin-top: initial;
}


.target {
    background-color: #f6f7f8;
    padding: 0.5rem;
    border-radius: 3%;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.md-numeric > .target {
    text-align: inherit;
}


.target.item_cod {
    color: #ffffff;
    width: 48px;
    display: block;
    text-align: end;
    border-radius: 2px;
}

.target-banck {
    padding: 4px;
    border-radius: 3%;
    display: inline-block;
    text-align: center;
    width: 100px;
}

    /*begin itau*/
    .target-banck.target-banck-341 {
        background-color: orange;
        color: #ffec03;
        text-shadow: 2px 2px 2px blue;
    }

.target-banck-341 > .target-banck-text {
    background-color: #062993;
    padding: 0 2px;
    font-weight: 700;
    border-radius: 3%;
    display: inline-block;
}

/*begin itau*/

/*begin bbr*/
.target-banck.target-banck-1 {
    background-color: yellow;
}

.target-banck-1 > .target-banck-text {
    font-weight: bold;
    color: #0A67A2;
    /*padding: 1px;*/
}
/*end bbr*/

/*begin bradesco*/
.target-banck.target-banck-237 {
    background-color: #e01d41;
}

.target-banck-237 > .target-banck-text {
    font-weight: bold;
    color: #fafafa;
    /*padding: 1px;*/
}
/*end bradesco*/


/*begin santander*/
.target-banck.target-banck-33 {
    background-color: #ff0000;
}

.target-banck-text {
    text-align: center;
    display: block;
}

.target-banck-33 > .target-banck-text {
    font-weight: bold;
    color: #fafafa;
    /*padding: 1px;*/
    font-family: fruitiguerroman;
}
/*end santander*/

.animate-slide-up {
    transition: .5s linear all;
    height: 70px;
    overflow: hidden;
}


.alert--transtion {
    transition: .5s linear all;
    height: 45px;
    overflow: hidden;
}

    .alert--transtion.ng-hide {
        height: 0;
    }

@media screen and (max-width: 960px) {
    .animate-slide-up {
        min-height: 70px;
        height: auto;
        transition: none;
    }
}

.animate-slide-up.ng-hide {
    height: 0;
}


.animate-fade {
    transition: 0.5s linear all;
    opacity: 1;
}

    .animate-fade.ng-hide {
        opacity: 0;
    }


/*.md-table-pagination {
    justify-content: flex-start;
}*/


@keyframes hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@-webkit-keyframes hide {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}


.animate-zoom-in.ng-hide-remove {
    -webkit-animation: 0.3s show;
    animation: 0.3s show;
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    70% {
        transform: scale(1.02);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    70% {
        transform: scale(1.02);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}




.animate-funky.ng-hide-remove {
    transform: rotateY(90deg);
    transform-origin: right;
    transition: all 1s ease;
}

    .animate-funky.ng-hide-remove.ng-hide-remove-active {
        transform: rotateY(0);
    }



md-tooltip .md-content {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    border-radius: 2px;
}



.item-status--disabled {
    color: #ffffff;
    background-color: #BDBDBD;
}

.item-status--enabled {
    color: #fafafa;
    background-color: #009688;
}

.item-status--block {
    background-color: #F44336;
    color: #fff;
}

.item-status--notexists {
    background-color: #e88b00;
    color: #fff;
}

.md-icon-description {
    vertical-align: -webkit-baseline-middle;
}


.ms-border {
    border-style: dotted;
    border-color: rgb(225, 225, 225);
    border-width: 1px;
}

.ms-border-2x {
    border-width: 2px !important;
}

md-input-container.md-border {
    border-bottom: rgb(225, 225, 225);
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}

.md-border {
    border-bottom: rgb(225, 225, 225);
    border-bottom-style: dashed;
    border-bottom-width: 1px;
}


._2iwq {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    background: #f6f7f8;
    background-image: -webkit-gradient(linear, left center, right center, from(#f6f7f8), color-stop(.2, #edeef1), color-stop(.4, #f6f7f8), to(#f6f7f8));
    background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 104px;
    position: relative;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}



table.md-table {
    background-color: #fff;
}

.md-table-filter {
    padding: 8px 24px;
}

md-input-container {
    margin-right: 8px;
}

md-toolbar.md-toolbar-default {
    background-color: #fff;
    color: black;
    padding: 0;
}



caption {
    display: table-caption;
    text-align: start;
    padding: 8px 24px;
}


md-icon.md-avatar {
    width: auto !important;
    height: auto !important;
    font-size: 80px !important;
}

.md-avatar {
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.38);
}


.md-centered {
    text-align: center;
}

.md-color-light {
    color: #ffffff !important;
}

.ms-midia {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.ms-midia__image {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.ms-midia__toolbar {
    text-align: right;
    border-top: 1px solid rgba(0,0,0,.12);
    background-color: #fff;
}

.ms-midia__product-thumbmail {
    height: 215px;
}



.md-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 8px 16px;
}

    .md-breadcrumb > .md-breadcrumb__item {
        display: inline-block;
        font-size: medium;
        color: rgba(0,0,0,0.54);
    }

        .md-breadcrumb > .md-breadcrumb__item + .md-breadcrumb__item:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

    .md-breadcrumb > .md-breadcrumb__item--active {
        color: #777;
    }



.md-toolbar--theme-default {
    background: #f6f6f6 !important;
    color: #202020 !important;
    z-index: 3;
}


.md-select__header-container {
    /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */
}

    .md-select__header-container .md-select__header__searchbox {
        border: none;
        outline: none;
        height: 100%;
        width: 100%;
        padding: 0;
    }

    .md-select__header-container .md-select__header {
        box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
        padding-left: 10.667px;
        height: 48px;
        cursor: pointer;
        position: relative;
        display: flex;
        align-items: center;
        width: auto;
    }

.fixedRows {
    height: 250px;
    overflow: hidden;
}


.ms-region-flag {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.md-option__caption {
}


.md-fieldset {
    border: 0 !important;
}

@media (min-width: 960px) {
    .md-tooltip {
        font-size: 12px;
        height: 24px;
        line-height: 24px;
    }
}

.md-fab-bottom-fixed {
    bottom: 10% !important;
    position: fixed !important;
}

.md-theme-white {
    background-color: white !important;
    color: rgba(0, 0, 0, 0.54) !important;
}


md-toolbar.md-theme-white-white:not(.md-menu-toolbar) md-icon, md-toolbar:not(.md-menu-toolbar) md-icon {
    color: rgba(0, 0, 0, 0.54);
    fill: rgba(0, 0, 0, 0.54);
}

input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}





.md-hint {
    /* Position the hint */
    position: absolute;
    left: 2px;
    right: auto;
    bottom: 7px;
    /* Copy styles from ng-messages */
    font-size: 12px;
    line-height: 14px;
    transition: all 0.3s cubic-bezier(0.55, 0, 0.55, 0.2);
    /* Set our own color */
    color: grey;
    margin-left: 7px;
    padding: 2px;
}

    .md-hint.ng-hide,
    .md-hint.ng-enter,
    .md-hint.ng-leave.ng-leave-active {
        bottom: 26px;
        opacity: 0;
    }

        .md-hint.ng-leave,
        .md-hint.ng-enter.ng-enter-active {
            bottom: 7px;
            opacity: 1;
        }



md-switch.md-readonly > .md-container {
    cursor: not-allowed !important;
    opacity: 0.8;
}
.font-10{
    font-size:12px;
}

a {
    color: inherit !important; /* blue colors for links too */
    text-decoration: inherit !important; /* no underline */
}