﻿input.kitech-changed, span.kitech-changed.k-dropdown-wrap, span.kitech-changed.k-dropdown-wrap.k-state-hover,
div.kitech-changed.k-list-container, textarea.kitech-changed, label.kitech-changed {
    background-color: #FAEDB6;
    border-color: #FF6600;
    /*border-bottom-color: #FF6600;
    border-left-color-value: #FF6600;
    border-right-color-value: #FF6600;*/
    border-top-color: #FF6600; 
    color: #000000; 
}

label.kitech-changed , a.k-link.kitech-changed
{
    color: #FF6600; 
}

div.kitech-exporter, div.kitech-filter, div .kitech-page-i-of-n, div .t-grid-add
{
    display:inline-block;
    vertical-align:middle;
    line-height: 1.2em;
    height:23px;
}

span.k-pager-input input.k-textbox 
{
    text-align: center;
    width: 50px;
}

button.kitech-button-hover 
{
    background-color: #A7DAF4;
    background-position: 0 -624px;
}

div.kitech-icon-exclamation, div.kitech-icon-question, div.kitech-icon-error, div.kitech-icon-success, div.kitech-icon-information 
{
    width: 32px;
    height: 32px;
    position: absolute;
    left: 15px;
}

span.kitech-icon-excel
{
    background-image:url('../imagens/logo_excel.gif');
}

#btnSpeaker {
    margin-right: 5px;
    float: right;
}

span.kitech-icon-speakeron.k-icon, span.kitech-icon-speakeroff.k-icon
{
    height: 22px;
    margin-left: 0px;
    margin-right: 0px;
    width: 28px;
}

span.kitech-icon-speakeron
{
    background-image:url('../imagens/logo_speakeron.png');
}

span.kitech-icon-speakeroff
{
    background-image:url('../imagens/logo_speakeroff.png');
}

div.kitech-icon-exclamation 
{
    background:url(../content/kitech/exclamation.png) no-repeat;    
}

div.kitech-icon-question
{
    background:url(../content/kitech/question.png) no-repeat;    
}

div.kitech-icon-error
{
    background:url(../content/kitech/error.png) no-repeat;    
}

div.kitech-icon-success
{
    background:url(../content/kitech/success.png) no-repeat;    
}

div.kitech-icon-information
{
    background:url(../content/kitech/information.png) no-repeat;    
}

span.kitech-icon-save 
{
    background-image:url('../content/kitech/save.png');
}

span.kitech-icon-export 
{
    background-image:url('../content/kitech/export.png');
}

font.kitech-centro
{
    vertical-align:super;
    line-height: 1.2em;
}

a.kitech-centro 
{
    vertical-align:baseline;
    line-height: 1.2em;
}

a.kitech-super
{
    vertical-align:super;
    line-height: 1.2em; 
}

a.kitech-top
{
    vertical-align:top;
    line-height: 1.2em; 
}

div.kitech-centro, span.kitech-centro
{
    display:inline-block;
    line-height: 1.8em;
    height:23px;
}

/*Formatando formulario de edicao de registro na grid, bem como exibicao de mensagens de erro*/
/*.field-validation-error
{
    position: absolute;
    display: block;
}*/
    
* html .field-validation-error { position: relative; }
*+html .field-validation-error { position: relative; }

.kitech-status
{
    /*background-color: #EFF7FC;*/
    border-right-color: #BBBBBB;
    border-right-style: solid;
    border-right-width: 1px;
    margin-bottom: -0.2em;
    margin-left: -0.6em;
    margin-right: 0.6em;
    margin-top: -0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.6em;
    padding-right: 0.6em;
    padding-top: 0.2em;
    display: inline-block;
    vertical-align: bottom;
    color: #000000;
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 100%;
}

span.kitech-rename
{
    background-image: url(/Content/Kitech/rename.png);
    display:inline-block;
    height: 16px;
    width: 16px;
}

span.kitech-undo
{
    background-image: url(/Content/Kitech/undo.png);
    display:inline-block;
    height: 16px;
    width: 16px;
}

span#divWindow_Error 
{
    position: absolute;
    white-space: nowrap;
    color: white;
    padding: 17px 5px 3px;
    background: transparent url('../content/kitech/validation-error-message.png') no-repeat 0 0;
}

/* Inicio - Quebrando o cabecalho das grids */
.k-grid  .k-grid-header  .k-header  .k-link {
    height: auto;
}
  
.k-grid  .k-grid-header  .k-header {
    white-space: normal;
}
/* Fim - Quebrando o cabecalho das grids */