@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html, body {
    /* height: 100%;
    overflow: hidden;*/
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
.img-sair {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/actions_arrow1up.svg");
    mask-image: url("images/actions_arrow1up.svg");
    background-color: currentColor;
}
.img-entrar {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/actions_arrow1down.svg");
    mask-image: url("images/actions_arrow1down.svg");
    margin: 0 0 0 8px;
    background-color: currentColor;
}
.btn-indicadores-movs {
    /*C:\Program Files (x86)\DevExpress 21.2\Components\Sources\DevExpress.Images\SvgImages*/
    /*background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;*/
    -webkit-mask-image: url("images/movimentos.svg");
    mask-image: url("images/movimentos.svg");
    background-color: currentColor;
}
.btn-indicadores-vendas {
    -webkit-mask-image: url("images/venda.svg");
    mask-image: url("images/venda.svg");
    background-color: currentColor;
}
.btn-indicadores-custo {
    -webkit-mask-image: url("images/accounting.svg");
    mask-image: url("images/accounting.svg");
    background-color: currentColor;
}
.btn-indicadores-lucro {
    -webkit-mask-image: url("images/weighted_pies.svg");
    mask-image: url("images/weighted_pies.svg");
    background-color: currentColor;
}
.btn-indicadores-compras {
    -webkit-mask-image: url("images/bo_order.svg");
    mask-image: url("images/bo_order.svg");
    background-color: currentColor;
}
.btn-indicadores-receitas {
    -webkit-mask-image: url("images/receita.svg");
    mask-image: url("images/receita.svg");
    background-color: currentColor;
}
.btn-indicadores-stock {
    -webkit-mask-image: url("images/bo_product_group.svg");
    mask-image: url("images/bo_product_group.svg");
    background-color: currentColor;
}
.btn-indicadores-caixa {
    -webkit-mask-image: url("images/business_euro.svg");
    mask-image: url("images/business_euro.svg");
    background-color: currentColor;
}
.btn-indicadores-stock-parado {
    -webkit-mask-image: url("images/stock_parado.svg");
    mask-image: url("images/stock_parado.svg");
    background-color: currentColor;
}
.btn-indicadores-validades {
    -webkit-mask-image: url("images/bo_appointment.svg");
    mask-image: url("images/bo_appointment.svg");
    background-color: currentColor;
}
.btn-indicadores-movs-down-red {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/actions_arrow3down.svg");
    mask-image: url("images/actions_arrow3down.svg");
    background-color: red;
}
.btn-indicadores-movs-down-green {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/actions_arrow3down.svg");
    mask-image: url("images/actions_arrow3down.svg");
    background-color: green;
}
.btn-indicadores-movs-up-red {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/actions_arrow3up.svg");
    mask-image: url("images/actions_arrow3up.svg");
    background-color: red;
}

.btn-indicadores-movs-up-green {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/actions_arrow3up.svg");
    mask-image: url("images/actions_arrow3up.svg");
    background-color: green;
}
.btn-filtro {
    width: 16px;
    height: 16px;
    -webkit-mask-image: url("images/filter.svg");
    mask-image: url("images/filter.svg");
    background-color: currentColor;
}
.teste {
    background-color: papayawhip;
    color: black;
    font-weight:bolder;
}
/* .info-box
=================================================================== */
.info-box {
    min-height: 130px;
    margin-bottom: 30px;
    padding: 15px;
    padding-bottom: 30px;
    color: white;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}
.info-box i {
    display: block;
    height: 48px;
    line-height: 48px;
    width: 48px;
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}
.info-box .count {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
}
.info-box .title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
.info-box .desc {
    margin-top: 10px;
    font-size: 12px;
}
.info-box.danger {
    background: #ff5454;
    border: 1px solid #ff2121;
}
.info-box.warning {
    background: #fabb3d;
    border: 1px solid #f9aa0b;
}
.info-box.primary {
    background: #20a8d8;
    border: 1px solid #1985ac;
}
.info-box.info {
    background: #67c2ef;
    border: 1px solid #39afea;
}
.info-box.success {
    background: #79c447;
    border: 1px solid #61a434;
}
/*----------------	color------------------------*/
.dark-heading-bg {
    background: #4c4f53;
    border: 1px solid #4c4f53;
}
.main-bg {
    background: #e6e8ea;
}
.white-bg {
    color: #768399;
    background: #fff;
    background-color: #fff;
}
.red-bg {
    color: #fff;
    background: #d95043;
    background-color: #d95043;
}
.blue-bg {
    color: #fff;
    background: SteelBlue;
    background-color: SteelBlue;
}
.green-bg {
    color: #fff;
    background: #26c281;
    background-color: #26c281;
}
.greenLight-bg {
    color: #71843f;
    background: #71843f;
    background-color: #71843f;
}
.yellow-bg {
    color: #fff;
    background: #fc6;
    background-color: #fc6;
}
.orange-bg {
    color: #fff;
    background: #f4b162;
    background-color: #f4b162;
}
.purple-bg {
    color: #fff;
    background: #af91e1;
    background-color: #af91e1;
}
.pink-bg {
    color: #fff;
    background: #f78db8;
    background-color: #f78db8;
}
.lime-bg {
    color: #fff;
    background: #a8db43;
    background-color: #a8db43;
}
.magenta-bg {
    color: #fff;
    background: #e65097;
    background-color: #e65097;
}
.teal-bg {
    color: #fff;
    background: #97d3c5;
    background-color: #97d3c5;
}
.brown-bg {
    color: #fff;
    background: #d1b993;
    background-color: #d1b993;
}
.crimson-bg {
    color: #fff;
    background: Crimson;
    background-color: Crimson;
}
.lightseagreen-bg {
    color: #fff;
    background: LightSeaGreen;
    background-color: LightSeaGreen;
}
.teal-bg {
    color: #fff;
    background: Teal;
    background-color: Teal;
}
.gray-bg {
    color: #768399;
    background: #e4e9eb;
    background-color: #e4e9eb;
}
.dark-bg {
    color: #fff;
    background: #1a2732;
    background-color: #1a2732;
}
.facebook-bg {
    color: #fff;
    background: #3b5998;
    background-color: #3b5998;
}
.twitter-bg {
    color: #fff;
    background: #00aced;
    background-color: #00aced;
}
.linkedin-bg {
    color: #fff;
    background: #4875b4;
    background-color: #4875b4;
}
/*-------------------------------------------------*/
.hide-per-info {
    font-size: 18px;
    font-weight: 700;
    visibility: visible;
    text-align: center;
    background-color: lightyellow;
    color: dimgrey;
}
.hide-per-hom {
    visibility: visible;
    text-align: center;
}
.icon_google {
    width: 24px;
    height: 24px;
    background-image: url("/css/images/gmail_24px.svg");
    margin: 0 8px 0 0;
}
.icon_4digital {
    width: 24px;
    height: 24px;
    background-image: url("/css/images/4digital_24px.png");
    margin: 0 8px 0 0;
}