﻿#UnitsInStock
{
    width: 100%;
    height: 25px;
    float: right;
}
.search
{
    width: 25%;
    padding-top: 6px;
    position: absolute;
    top: 0px;
    right: 14px;
}
#grid
{
    zoom: .9;
}
a.Delete
{
    background: url(https://oneproducao.blob.core.windows.net/content/images/ico/trashcan_gray.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 21px;
}
a.CriarFilial
{
    background: url(https://oneproducao.blob.core.windows.net/content/images/ico/New.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 21px;
}
a.Edit
{
    background: url(https://oneproducao.blob.core.windows.net/content/images/ico/pencil_gray.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 21px;
}
a.Print
{
    background: url(https://oneproducao.blob.core.windows.net/content/images/ico/imprimir.png) no-repeat top left;
    display: block;
    width: 25px;
    height: 21px;
}
span.sucesso
{
    color: black;
    font-family: 'Lato', sans-serif;
    font-size: 80%;
}
span.erro
{
    color: darkred;
    font-family: 'Lato', sans-serif;
    font-size: 80%;
}

/*Comentado por Luiz Vitor, pois estava quebrando a nova versão do Kendo*/
/*span.k-icon.k-filter
{
    background-position: -48px -80px !important;
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    padding-right: 5px !important;
}

.k-grid-filter.k-state-active {
    background-color: #205570;
}
*/

.form.label-inline.uniform,
.metro .container-fluid
{
    height: 100%;
}

.metro .container-fluid .row
{
    height: calc(100% - 45px) !important;
}



.dhtmlx-myCss
{
    font-weight: bold !important;
    color: white !important;
    background-color: rgba(60%, 0%, 0%, 0.7) !important;
}
.dhtmlx-myCss2
{
    font-weight: bold !important;
    color: white !important;
    background-color: rgba(0%, 60%, 0%, 0.7) !important;
}

input
{
    border-bottom:1px solid #92c3cb; 
    font-family: 'Lato', sans-serif !important;
    font-size:16px;
    color: #000;
}

html, body, #main, .page, #conteudo, #content, #scheduler_here,
.ui-layout-center, .ui-layout-east, .ui-layout-west
{
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow: hidden !important;
    font-family: 'Lato', sans-serif !important;
}

/*#tabstrip-2{
    padding: 0px;
}

#tabstrip-3{
    padding: 0px;
}*/