﻿body {
}

.k-input, .k-textbox {
    color: #444444 !important;
    font-size: 12px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 26px !important;
    line-height: 26px !important;
    margin: 0px !important;
    padding: 0px;
}

.k-input, .k-textbox {
    border: 1px solid #DDDDDD !important;
    background-color: #FFFFFF !important;
    padding: 0px !important;
}

.k-textbox {
    text-align: center
}

    .k-input:focus, .k-textbox:focus {
        border-color: #216CF2 !important;
        outline: none !important;
    }

.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-state-border-down {
    border-radius: 0 !important;
}

.k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
    padding-bottom: 0px;
}

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window,
.k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect,
.k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap,
.k-numeric-wrap, .k-colorpicker.k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in,
.k-editor-button .k-state-hover, .k-editor-button .k-state-active, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection {
    border-radius: 0;
}

/* COMBOBOX */
span.k-input {
    border: 0px !important;
    height: 26px !important;
}

.k-item {
    color: #444444 !important;
    font-size: 12px !important;
    -webkit-border-radius: 0 0 0!important;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    line-height: 26px;
}

.k-dropdown-wrap.k-state-default {
    color: #444444 !important;
    font-size: 12px !important;
    border: 1px !important;
    border-style: solid !important;
    border-color: #DDDDDD !important;
    background-color: #FFFFFF !important;
    height: 26px !important;
    padding-left: 1px;
    -webkit-border-radius: 0 !important;
}

.k-dropdown-wrap.k-state-disabled {
    padding-left: 5px;
}

    .k-dropdown-wrap.k-state-default.input-validation-error {
        border-color: #B20000 !important;
    }


    .k-dropdown-wrap.k-state-disabled.input-validation-error {
        border-color: #B20000 !important;
    }

/*GRID*/
.k-grid {
    background: #fff;
    color: #444;
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
}

    .k-grid .k-grid-header th {
        background: #fff !important;
        border-width: 0 0 1px 0;
    }

    .k-grid tr {
        height: 30px;
    }

    .k-link {
        color: #444 !important;
    }

    .k-grid .k-grid-pager .k-link {
        border: none !important;
        -webkit-border-radius: 13px;
        -o-border-radius: 0;
        border-radius: 0;
        margin: 1px;
        opacity: 1!important;
    }

        .k-grid .k-grid-pager .k-link:hover {
            border: 1px solid #BABBBF !important;
            background: #F5F5F5;
            margin: 0px;
            opacity: 1 !important;
        }

        .k-grid .k-grid-pager .k-link .k-state-disabled {
            opacity: 1 !important;
        }

        .k-grid .k-grid-pager .k-link .k-icon .k-i-seek-e {
            opacity: 1 !important;
        }

    .k-grid tbody tr:hover {
        background: #ECF8FF !important;
    }


    .k-grid tbody tr.k-state-selected {
        background: #DDF2FF!important;
        color: #444 !important;
    }

    .k-grid tbody tr.k-alt {
        background: #F5F5F5;
    }

    .grid-informacoes.k-grid thead th {
        text-indent: 23px;
    }
    .grid-informacoes.k-grid tbody td {
        padding-left: 30px;
    }

    .k-grid tbody td {
        border: none;
        max-width: 130px;
    }

    .k-grid .k-pager-info {
        float: none !important;
    }

        .k-grid .k-pager-info.k-label {
            float: right !important;
            margin-right: -20px;
        }

    .k-grid .k-pager-sizes.k-label {
        float: right !important;
    }

    .k-grid .k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap,
    .k-picker-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox,
    .k-button, .k-draghandle, .k-autocomplete, .k-state-highlight,
    .k-tabstrip-items .k-item {
        background: #fff !important;
    }

        .k-grid .k-grid-pager .k-link:not(.k-state-disabled):hover > .k-i-seek-e,
        .k-state-hover .k-i-seek-e, .k-button:hover .k-i-seek-e,
        .k-textbox:hover .k-i-seek-e, .k-button:active .k-i-seek-e {
            background-position: -0px -80px;
            opacity: 1 !important;
        }

        .k-grid-header .k-header a.k-link {
            background: #F5F5F5;
        }

        .k-autocomplete.k-header {
            width: 100%;
        }

        .k-picker-wrap.k-state-default .k-input {
            padding-left: 1px;
        }

.k-state-selected {
    background: #DDF2FF !important;
    border: 0px !important;
    padding: 1px 5px 1px 5px !important;
}

.k-dropdown-wrap.k-state-focused {
    font-size: 12px !important;
    border-color: #216CF2 !important;
    -webkit-box-shadow: none !important;
}

.k-list-container.k-popup.k-group.k-reset {
    -webkit-border-radius: 0 0 0!important;
    -moz-border-radius: 0px !important;
    box-shadow: 0 0 0;
}

.k-item.k-state-focused {
    background: #DDF2FF!important;
}

.k-select {
    padding-bottom: 2px !important;
}

    .k-select:hover {
        background-color: #EEEEEE !important;
        -webkit-border-radius: 0 0 0!important;
    }

.k-dropdown-wrap.k-state-focused .k-select {
    background-color: #EEEEEE !important;
    -webkit-border-radius: 0 0 0!important;
}

.k-dropdown-wrap.k-state-disabled, .k-dropdown-wrap.k-state-disabled .k-input, .k-dropdown-wrap.k-state-disabled .k-icon.k-i-arrow-s, .k-dropdown-wrap.k-state-disabled .k-select {
    background-color: #FBFBFB !important;
}

.k-picker-wrap.k-state-disabled .k-icon.k-i-arrow-s, .k-picker-wrap.k-state-disabled .k-select {
    background-color: #FBFBFB !important;
}

.k-dropdown-wrap.k-state-disabled {
    color: #BABBBF !important;
    background-color: #FBFBFB !important;
    border: 1px solid !important;
    border-color: #DDDDDD !important;
}

/* INPUT KENDO */
.k-widget.k-calendar td.k-state-selected a,
.k-widget.k-calendar td.k-state-focused a {
    color: #777;
    background: #DDF2FF!important;
}

.k-textbox, .k-autocomplete .k-input, .k-progress,
.k-progress-status, .k-numeric-wrap.k-expand-padding .k-input, .k-multiselect-wrap {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.k-state-focused, .k-list > .k-state-focused {
    -webkit-box-shadow: inset 0 0 0 0;
    box-shadow: inset 0 0 0 0;
    border-color: transparent !important;
}

.k-textbox, .k-autocomplete, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap {
    border: none;
}

.k-popup.k-list-container, .k-popup.k-calendar-container {
    border: 1px solid #DDDDDD !important;
    background: #fff;
}

div.k-animation-container.km-popup {
    margin-left: 0 !important;
}

.k-animation-container:not(.km-popup) .k-list-container.k-popup.k-group.k-reset {
    margin-left: 0px !important;
}


.k-calendar-container.k-state-border-up, .k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up, .k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up, .k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up, .k-window-content, .k-filter-menu {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.k-popup, .k-menu .k-group, .k-grid .k-filter-options, .k-time-popup,
.k-datepicker-calendar, .k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up, .k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active, .k-multiselect.k-state-focused,
.k-imagebrowser .k-image, .k-tooltip {
    -webkit-box-shadow: none;
    box-shadow: none;
}

li.k-item {
    min-height: 26px;
}

    li.k-item:hover {
        background: #ECF8FF !important;
        border-color: transparent !important;
    }

.k-popup.k-list-container, .k-popup.k-calendar-container {
    padding: 0px !important;
}

.k-widget.k-datepicker.k-header {
    width: 100% !important;
}

span.k-datepicker, span.k-timepicker, span.k-datetimepicker, span.k-colorpicker, span.k-numerictextbox, span.k-combobox, span.k-dropdown {
    background-image: none;
    width: 100%;
}

.k-calendar th {
    background-color: #fff;
}

.k-widget.k-calendar .k-header {
    background: #fff;
}

.k-picker-wrap {
    padding: 0 13px 0 0 !important;
}

    .k-picker-wrap .k-select {
        border-width: 1px 1px 1px 0 !important;
        border-color: #DDDDDD !important;
        background: #fff;
        -moz-border-radius: 0px !important;
        -webkit-border-radius: 0px !important;
        border-radius: 0px !important;
    }

.k-widget.k-datepicker.k-header .k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-picker-wrap .k-select, .k-numeric-wrap .k-select, .k-dropdown-wrap .k-select {
    min-height: 23px !important;
    line-height: 22px !important;
    vertical-align: middle !important;
    padding-top: 1px !important;
}

.k-picker-wrap.k-state-focused .k-select {
    background: #eee !important;
    z-index: 9999;
    border-width: 1px 1px 1px 0 !important;
    border-color: #216CF2 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-picker-wrap.k-state-hover .k-select {
    background: #eee !important;
    z-index: 99;
    border-width: 1px 1px 1px 0 !important;
    border-color: #ddd;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-widget.k-datepicker.k-header.k-state-border-down {
    border-bottom-width: 0px !important;
    padding-bottom: 0px !important;
}

.k-picker-wrap.k-state-default.k-state-active.k-state-border-down {
    border-bottom-width: 0px !important;
    padding-bottom: 0px !important;
}

.k-widget.k-calendar td.k-state-hover {
    background: #fff;
    border: none !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
}

.k-widget.k-calendar td.k-state-selected,
.k-widget.k-calendar td.k-state-focused {
    background: #DDF2FF !important;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
    color: #777;
}

.k-state-focused, td.k-state-focused, .k-button:focus,
.k-button.k-state-focused {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-icon, .k-state-disabled .k-icon, .k-column-menu .k-sprite {
    opacity: 1;
}

td.k-today a {
    color: #777 !important;
    border: 0px !important;
}

.k-widget.k-calendar .k-link {
    font-size: 13px !important;
    font-family: 'Segoe UI';
    background: #fff;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
}

    .k-widget.k-calendar .k-link:hover {
        background: #ECF8FF !important;
        border: 0px !important;
    }

.k-content.k-meta-view td.k-state-focused {
    background: #fff !important;
    border: 0px !important;
    -webkit-border-radius: 0px;
    -o-border-radius: 0;
    border-radius: 0;
}

    .k-content.k-meta-view td.k-state-focused a {
        background: #DDF2FF !important;
        border: 0px !important;
        -webkit-border-radius: 0px;
        -o-border-radius: 0;
        border-radius: 0;
        color: #777;
    }
