﻿.win-ui-light
{
    color: rgb(0, 0, 0);
    background-color: #f1f1f1;
    width: 100%;
    position: fixed;
    height: 45px;
}
.win-ui-dark
{
    color: rgb(0, 0, 0);
    background-color: #e6e7eb;
    width: 100%;
    position: fixed;
    height: auto;
    padding: 5px 5px;
}
.navbar-fixed-top
{
    top: 0;
}
.navbar-fixed-top, .navbar-fixed-bottom
{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0;
}

#titulojanela
{
    left: 40%;
    top: 14px;
    font-size: 26px;
    font-family: 'Lato', sans-serif !important;
    position: absolute;
    cursor: move;
}
.btnWindow
{
    display: inline-table !important;
    width: 33px !important;
    height: 33px !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 1px !important;
    background-repeat: no-repeat;
    /*margin: 3px 0px 0px;*/
}

.btnWindow:hover
{
    display: inline-table !important;
    width: 33px !important;
    height: 33px !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    padding: 1px !important;
    background-repeat: no-repeat;
    /*margin: 3px 0px 0px;*/
}

#btnMinimize
{
    background-image: url('https://oneproducao.blob.core.windows.net/content/images/window/minimize.png');
}

#btnClose
{
    background-image: url('https://oneproducao.blob.core.windows.net/content/images/window/close.png');
}

#btnRefresh
{
    background-image: url('https://oneproducao.blob.core.windows.net/content/images/window/refresh.png');
}

#btnRestore
{
    background-image: url('https://oneproducao.blob.core.windows.net/content/images/window/restore.png');
}

#btnMaximize
{
    background-image: url('https://oneproducao.blob.core.windows.net/content/images/window/maximize.png');
}

table .center.sorting_1
{
    width: 5% !important;
}

.wijmo-wijdialog-captionbutton
{
    width: 35px !important;
    height: 35px !important;
} 

.wijmo-wijdialog-defaultdockingzone .wijmo-wijdialog-captionbutton
{
    width: 16px !important;
    height: 16px !important;
}

.wijmo-wijdialog-defaultdockingzone .ui-state-hover
{
    background: transparent;
}

.wijmo-wijdialog-defaultdockingzone .ui-state-hover .ui-icon
{
    background-image: url('/Content/wijmo/images/ui-icons_f4f4f9_256x240.png') !important;
}

.wijmo-wijdialog-defaultdockingzone .ui-dialog-title
{
    font-size: 12pt;
}

#botoesjanela
{
    padding: 0px !important;
    margin: 0em !important;
    width: 180px;
}

#botoesjanela .wijmo-wijdialog-captionbutton:hover
{
    filter: invert(30%);
    -webkit-filter: invert(30%);
    -moz-filter: invert(30%);
    -o-filter: invert(30%);
}

.wijmo-wijdialog-defaultdockingzone .wijmo-wijdialog .ui-dialog-titlebar .ui-dialog-title
{
    float: left;
    width: auto;
    margin: 4px 13px 0px 0px;
    font-size: 12px;
}

.form.label-inline.uniform {
    height: 100% !important;
}

.form.label-inline.uniform .k-grid {
    height: 100% !important;
}


.form.label-inline.uniform .k-grid-content {
    height: calc(100% - 122px) !important;
}